/* Reset css */
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not( [controls ]) { display: none; height: 0; }
[hidden ], template { display: none; }
a { background-color: transparent; }
a:active, a:hover { outline: 0; }
abbr [title ] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
h1 { font-size: 2em; margin: 0; }
mark { background: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }
ul { margin: 0; padding: 0; list-style: none; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
pre { overflow: auto; }
code, kbd, pre, samp { font-family: monospace,monospace; font-size: 1em; }
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input [type= "button " ], input [type= "reset " ], input [type= "submit " ] { -webkit-appearance: button; cursor: pointer; }
button [disabled ], html input [disabled ] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
button:focus { border: 0; padding: 0; }
input { line-height: normal; }
input [type= "checkbox " ], input [type= "radio " ] { box-sizing: border-box; padding: 0; }
input [type= "number " ]::-webkit-inner-spin-button, input [type= "number " ]::-webkit-outer-spin-button { height: auto; }
input [type= "search " ] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input [type= "search " ]::-webkit-search-cancel-button, input [type= "search " ]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; }
textarea { overflow: auto; }
optgroup { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }
/*! Animate.css - http://daneden.me/animate Licensed under the MIT license - http://opensource.org/licenses/MIT  Copyright (c) 2014 Daniel Eden */
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; }

@-webkit-keyframes bounce {
    0%,20%,53%,80%,100% { -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000); transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000); -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
    40%,43% { -webkit-transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060); transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060); -webkit-transform: translate3d(0,-30px,0); transform: translate3d(0,-30px,0); }
    70% { -webkit-transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060); transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060); -webkit-transform: translate3d(0,-15px,0); transform: translate3d(0,-15px,0); }
    90% { -webkit-transform: translate3d(0,-4px,0); transform: translate3d(0,-4px,0); }
}

@keyframes bounce {
    0%,20%,53%,80%,100% { -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000); transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000); -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
    40%,43% { -webkit-transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060); transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060); -webkit-transform: translate3d(0,-30px,0); transform: translate3d(0,-30px,0); }
    70% { -webkit-transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060); transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060); -webkit-transform: translate3d(0,-15px,0); transform: translate3d(0,-15px,0); }
    90% { -webkit-transform: translate3d(0,-4px,0); transform: translate3d(0,-4px,0); }
}

.bounce { -webkit-animation-name: bounce; animation-name: bounce; -webkit-transform-origin: center bottom; -ms-transform-origin: center bottom; transform-origin: center bottom; }

@-webkit-keyframes flash {
    0%,50%,100% { opacity: 1; }
    25%,75% { opacity: 0; }
}

@keyframes flash {
    0%,50%,100% { opacity: 1; }
    25%,75% { opacity: 0; }
}

.flash { -webkit-animation-name: flash; animation-name: flash; }
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% { -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
    50% { -webkit-transform: scale3d(1.05,1.05,1.05); transform: scale3d(1.05,1.05,1.05); }
    100% { -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
}

@keyframes pulse {
    0% { -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
    50% { -webkit-transform: scale3d(1.05,1.05,1.05); transform: scale3d(1.05,1.05,1.05); }
    100% { -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
}

.pulse { -webkit-animation-name: pulse; animation-name: pulse; }

@-webkit-keyframes rubberBand {
    0% { -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
    30% { -webkit-transform: scale3d(1.25,0.75,1); transform: scale3d(1.25,0.75,1); }
    40% { -webkit-transform: scale3d(0.75,1.25,1); transform: scale3d(0.75,1.25,1); }
    50% { -webkit-transform: scale3d(1.15,0.85,1); transform: scale3d(1.15,0.85,1); }
    65% { -webkit-transform: scale3d(.95,1.05,1); transform: scale3d(.95,1.05,1); }
    75% { -webkit-transform: scale3d(1.05,.95,1); transform: scale3d(1.05,.95,1); }
    100% { -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
}

@keyframes rubberBand {
    0% { -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
    30% { -webkit-transform: scale3d(1.25,0.75,1); transform: scale3d(1.25,0.75,1); }
    40% { -webkit-transform: scale3d(0.75,1.25,1); transform: scale3d(0.75,1.25,1); }
    50% { -webkit-transform: scale3d(1.15,0.85,1); transform: scale3d(1.15,0.85,1); }
    65% { -webkit-transform: scale3d(.95,1.05,1); transform: scale3d(.95,1.05,1); }
    75% { -webkit-transform: scale3d(1.05,.95,1); transform: scale3d(1.05,.95,1); }
    100% { -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
}

.rubberBand { -webkit-animation-name: rubberBand; animation-name: rubberBand; }

@-webkit-keyframes shake {
    0%,100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
    10%,30%,50%,70%,90% { -webkit-transform: translate3d(-10px,0,0); transform: translate3d(-10px,0,0); }
    20%,40%,60%,80% { -webkit-transform: translate3d(10px,0,0); transform: translate3d(10px,0,0); }
}

@keyframes shake {
    0%,100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
    10%,30%,50%,70%,90% { -webkit-transform: translate3d(-10px,0,0); transform: translate3d(-10px,0,0); }
    20%,40%,60%,80% { -webkit-transform: translate3d(10px,0,0); transform: translate3d(10px,0,0); }
}

.shake { -webkit-animation-name: shake; animation-name: shake; }

@-webkit-keyframes swing {
    20% { -webkit-transform: rotate3d(0,0,1,15deg); transform: rotate3d(0,0,1,15deg); }
    40% { -webkit-transform: rotate3d(0,0,1,-10deg); transform: rotate3d(0,0,1,-10deg); }
    60% { -webkit-transform: rotate3d(0,0,1,5deg); transform: rotate3d(0,0,1,5deg); }
    80% { -webkit-transform: rotate3d(0,0,1,-5deg); transform: rotate3d(0,0,1,-5deg); }
    100% { -webkit-transform: rotate3d(0,0,1,0deg); transform: rotate3d(0,0,1,0deg); }
}

@keyframes swing {
    20% { -webkit-transform: rotate3d(0,0,1,15deg); transform: rotate3d(0,0,1,15deg); }
    40% { -webkit-transform: rotate3d(0,0,1,-10deg); transform: rotate3d(0,0,1,-10deg); }
    60% { -webkit-transform: rotate3d(0,0,1,5deg); transform: rotate3d(0,0,1,5deg); }
    80% { -webkit-transform: rotate3d(0,0,1,-5deg); transform: rotate3d(0,0,1,-5deg); }
    100% { -webkit-transform: rotate3d(0,0,1,0deg); transform: rotate3d(0,0,1,0deg); }
}

.swing { -webkit-transform-origin: top center; -ms-transform-origin: top center; transform-origin: top center; -webkit-animation-name: swing; animation-name: swing; }

@-webkit-keyframes tada {
    0% { -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
    10%,20% { -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg); transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg); }
    30%,50%,70%,90% { -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg); transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg); }
    40%,60%,80% { -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg); transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg); }
    100% { -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
}

@keyframes tada {
    0% { -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
    10%,20% { -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg); transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg); }
    30%,50%,70%,90% { -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg); transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg); }
    40%,60%,80% { -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg); transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg); }
    100% { -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
}

.tada { -webkit-animation-name: tada; animation-name: tada; }
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    0% { -webkit-transform: none; transform: none; }
    15% { -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg); transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg); }
    30% { -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg); transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg); }
    45% { -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg); transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg); }
    60% { -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg); transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg); }
    75% { -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg); transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg); }
    100% { -webkit-transform: none; transform: none; }
}

@keyframes wobble {
    0% { -webkit-transform: none; transform: none; }
    15% { -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg); transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg); }
    30% { -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg); transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg); }
    45% { -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg); transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg); }
    60% { -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg); transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg); }
    75% { -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg); transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg); }
    100% { -webkit-transform: none; transform: none; }
}

.wobble { -webkit-animation-name: wobble; animation-name: wobble; }

@-webkit-keyframes bounceIn {
    0%,20%,40%,60%,80%,100% { -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000); transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000); }
    0% { opacity: 0; -webkit-transform: scale3d(.3,.3,.3); transform: scale3d(.3,.3,.3); }
    20% { -webkit-transform: scale3d(1.1,1.1,1.1); transform: scale3d(1.1,1.1,1.1); }
    40% { -webkit-transform: scale3d(.9,.9,.9); transform: scale3d(.9,.9,.9); }
    60% { opacity: 1; -webkit-transform: scale3d(1.03,1.03,1.03); transform: scale3d(1.03,1.03,1.03); }
    80% { -webkit-transform: scale3d(.97,.97,.97); transform: scale3d(.97,.97,.97); }
    100% { opacity: 1; -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,100% { -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000); transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000); }
    0% { opacity: 0; -webkit-transform: scale3d(.3,.3,.3); transform: scale3d(.3,.3,.3); }
    20% { -webkit-transform: scale3d(1.1,1.1,1.1); transform: scale3d(1.1,1.1,1.1); }
    40% { -webkit-transform: scale3d(.9,.9,.9); transform: scale3d(.9,.9,.9); }
    60% { opacity: 1; -webkit-transform: scale3d(1.03,1.03,1.03); transform: scale3d(1.03,1.03,1.03); }
    80% { -webkit-transform: scale3d(.97,.97,.97); transform: scale3d(.97,.97,.97); }
    100% { opacity: 1; -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
}

.bounceIn { -webkit-animation-name: bounceIn; animation-name: bounceIn; -webkit-animation-duration: .75s; animation-duration: .75s; }

@-webkit-keyframes bounceInDown {
    0%,60%,75%,90%,100% { -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000); transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000); }
    0% { opacity: 0; -webkit-transform: translate3d(0,-3000px,0); transform: translate3d(0,-3000px,0); }
    60% { opacity: 1; -webkit-transform: translate3d(0,25px,0); transform: translate3d(0,25px,0); }
    75% { -webkit-transform: translate3d(0,-10px,0); transform: translate3d(0,-10px,0); }
    90% { -webkit-transform: translate3d(0,5px,0); transform: translate3d(0,5px,0); }
    100% { -webkit-transform: none; transform: none; }
}

@keyframes bounceInDown {
    0%,60%,75%,90%,100% { -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000); transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000); }
    0% { opacity: 0; -webkit-transform: translate3d(0,-3000px,0); transform: translate3d(0,-3000px,0); }
    60% { opacity: 1; -webkit-transform: translate3d(0,25px,0); transform: translate3d(0,25px,0); }
    75% { -webkit-transform: translate3d(0,-10px,0); transform: translate3d(0,-10px,0); }
    90% { -webkit-transform: translate3d(0,5px,0); transform: translate3d(0,5px,0); }
    100% { -webkit-transform: none; transform: none; }
}

.bounceInDown { -webkit-animation-name: bounceInDown; animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
    0%,60%,75%,90%,100% { -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000); transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000); }
    0% { opacity: 0; -webkit-transform: translate3d(-3000px,0,0); transform: translate3d(-3000px,0,0); }
    60% { opacity: 1; -webkit-transform: translate3d(25px,0,0); transform: translate3d(25px,0,0); }
    75% { -webkit-transform: translate3d(-10px,0,0); transform: translate3d(-10px,0,0); }
    90% { -webkit-transform: translate3d(5px,0,0); transform: translate3d(5px,0,0); }
    100% { -webkit-transform: none; transform: none; }
}

@keyframes bounceInLeft {
    0%,60%,75%,90%,100% { -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000); transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000); }
    0% { opacity: 0; -webkit-transform: translate3d(-3000px,0,0); transform: translate3d(-3000px,0,0); }
    60% { opacity: 1; -webkit-transform: translate3d(25px,0,0); transform: translate3d(25px,0,0); }
    75% { -webkit-transform: translate3d(-10px,0,0); transform: translate3d(-10px,0,0); }
    90% { -webkit-transform: translate3d(5px,0,0); transform: translate3d(5px,0,0); }
    100% { -webkit-transform: none; transform: none; }
}

.bounceInLeft { -webkit-animation-name: bounceInLeft; animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
    0%,60%,75%,90%,100% { -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000); transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000); }
    0% { opacity: 0; -webkit-transform: translate3d(3000px,0,0); transform: translate3d(3000px,0,0); }
    60% { opacity: 1; -webkit-transform: translate3d(-25px,0,0); transform: translate3d(-25px,0,0); }
    75% { -webkit-transform: translate3d(10px,0,0); transform: translate3d(10px,0,0); }
    90% { -webkit-transform: translate3d(-5px,0,0); transform: translate3d(-5px,0,0); }
    100% { -webkit-transform: none; transform: none; }
}

@keyframes bounceInRight {
    0%,60%,75%,90%,100% { -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000); transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000); }
    0% { opacity: 0; -webkit-transform: translate3d(3000px,0,0); transform: translate3d(3000px,0,0); }
    60% { opacity: 1; -webkit-transform: translate3d(-25px,0,0); transform: translate3d(-25px,0,0); }
    75% { -webkit-transform: translate3d(10px,0,0); transform: translate3d(10px,0,0); }
    90% { -webkit-transform: translate3d(-5px,0,0); transform: translate3d(-5px,0,0); }
    100% { -webkit-transform: none; transform: none; }
}

.bounceInRight { -webkit-animation-name: bounceInRight; animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
    0%,60%,75%,90%,100% { -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000); transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000); }
    0% { opacity: 0; -webkit-transform: translate3d(0,3000px,0); transform: translate3d(0,3000px,0); }
    60% { opacity: 1; -webkit-transform: translate3d(0,-20px,0); transform: translate3d(0,-20px,0); }
    75% { -webkit-transform: translate3d(0,10px,0); transform: translate3d(0,10px,0); }
    90% { -webkit-transform: translate3d(0,-5px,0); transform: translate3d(0,-5px,0); }
    100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

@keyframes bounceInUp {
    0%,60%,75%,90%,100% { -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000); transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000); }
    0% { opacity: 0; -webkit-transform: translate3d(0,3000px,0); transform: translate3d(0,3000px,0); }
    60% { opacity: 1; -webkit-transform: translate3d(0,-20px,0); transform: translate3d(0,-20px,0); }
    75% { -webkit-transform: translate3d(0,10px,0); transform: translate3d(0,10px,0); }
    90% { -webkit-transform: translate3d(0,-5px,0); transform: translate3d(0,-5px,0); }
    100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

.bounceInUp { -webkit-animation-name: bounceInUp; animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
    20% { -webkit-transform: scale3d(.9,.9,.9); transform: scale3d(.9,.9,.9); }
    50%,55% { opacity: 1; -webkit-transform: scale3d(1.1,1.1,1.1); transform: scale3d(1.1,1.1,1.1); }
    100% { opacity: 0; -webkit-transform: scale3d(.3,.3,.3); transform: scale3d(.3,.3,.3); }
}

@keyframes bounceOut {
    20% { -webkit-transform: scale3d(.9,.9,.9); transform: scale3d(.9,.9,.9); }
    50%,55% { opacity: 1; -webkit-transform: scale3d(1.1,1.1,1.1); transform: scale3d(1.1,1.1,1.1); }
    100% { opacity: 0; -webkit-transform: scale3d(.3,.3,.3); transform: scale3d(.3,.3,.3); }
}

.bounceOut { -webkit-animation-name: bounceOut; animation-name: bounceOut; -webkit-animation-duration: .75s; animation-duration: .75s; }

@-webkit-keyframes bounceOutDown {
    20% { -webkit-transform: translate3d(0,10px,0); transform: translate3d(0,10px,0); }
    40%,45% { opacity: 1; -webkit-transform: translate3d(0,-20px,0); transform: translate3d(0,-20px,0); }
    100% { opacity: 0; -webkit-transform: translate3d(0,2000px,0); transform: translate3d(0,2000px,0); }
}

@keyframes bounceOutDown {
    20% { -webkit-transform: translate3d(0,10px,0); transform: translate3d(0,10px,0); }
    40%,45% { opacity: 1; -webkit-transform: translate3d(0,-20px,0); transform: translate3d(0,-20px,0); }
    100% { opacity: 0; -webkit-transform: translate3d(0,2000px,0); transform: translate3d(0,2000px,0); }
}

.bounceOutDown { -webkit-animation-name: bounceOutDown; animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
    20% { opacity: 1; -webkit-transform: translate3d(20px,0,0); transform: translate3d(20px,0,0); }
    100% { opacity: 0; -webkit-transform: translate3d(-2000px,0,0); transform: translate3d(-2000px,0,0); }
}

@keyframes bounceOutLeft {
    20% { opacity: 1; -webkit-transform: translate3d(20px,0,0); transform: translate3d(20px,0,0); }
    100% { opacity: 0; -webkit-transform: translate3d(-2000px,0,0); transform: translate3d(-2000px,0,0); }
}

.bounceOutLeft { -webkit-animation-name: bounceOutLeft; animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
    20% { opacity: 1; -webkit-transform: translate3d(-20px,0,0); transform: translate3d(-20px,0,0); }
    100% { opacity: 0; -webkit-transform: translate3d(2000px,0,0); transform: translate3d(2000px,0,0); }
}

@keyframes bounceOutRight {
    20% { opacity: 1; -webkit-transform: translate3d(-20px,0,0); transform: translate3d(-20px,0,0); }
    100% { opacity: 0; -webkit-transform: translate3d(2000px,0,0); transform: translate3d(2000px,0,0); }
}

.bounceOutRight { -webkit-animation-name: bounceOutRight; animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
    20% { -webkit-transform: translate3d(0,-10px,0); transform: translate3d(0,-10px,0); }
    40%,45% { opacity: 1; -webkit-transform: translate3d(0,20px,0); transform: translate3d(0,20px,0); }
    100% { opacity: 0; -webkit-transform: translate3d(0,-2000px,0); transform: translate3d(0,-2000px,0); }
}

@keyframes bounceOutUp {
    20% { -webkit-transform: translate3d(0,-10px,0); transform: translate3d(0,-10px,0); }
    40%,45% { opacity: 1; -webkit-transform: translate3d(0,20px,0); transform: translate3d(0,20px,0); }
    100% { opacity: 0; -webkit-transform: translate3d(0,-2000px,0); transform: translate3d(0,-2000px,0); }
}

.bounceOutUp { -webkit-animation-name: bounceOutUp; animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
    100% { opacity: 1; -webkit-transform: none; transform: none; }
}

@keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
    100% { opacity: 1; -webkit-transform: none; transform: none; }
}

.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
    0% { opacity: 0; -webkit-transform: translate3d(0,-2000px,0); transform: translate3d(0,-2000px,0); }
    100% { opacity: 1; -webkit-transform: none; transform: none; }
}

@keyframes fadeInDownBig {
    0% { opacity: 0; -webkit-transform: translate3d(0,-2000px,0); transform: translate3d(0,-2000px,0); }
    100% { opacity: 1; -webkit-transform: none; transform: none; }
}

.fadeInDownBig { -webkit-animation-name: fadeInDownBig; animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
    0% { opacity: 0; -webkit-transform: translate3d(-100%,0,0); transform: translate3d(-100%,0,0); }
    100% { opacity: 1; -webkit-transform: none; transform: none; }
}

@keyframes fadeInLeft {
    0% { opacity: 0; -webkit-transform: translate3d(-100%,0,0); transform: translate3d(-100%,0,0); }
    100% { opacity: 1; -webkit-transform: none; transform: none; }
}

.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
    0% { opacity: 0; -webkit-transform: translate3d(-2000px,0,0); transform: translate3d(-2000px,0,0); }
    100% { opacity: 1; -webkit-transform: none; transform: none; }
}

@keyframes fadeInLeftBig {
    0% { opacity: 0; -webkit-transform: translate3d(-2000px,0,0); transform: translate3d(-2000px,0,0); }
    100% { opacity: 1; -webkit-transform: none; transform: none; }
}

.fadeInLeftBig { -webkit-animation-name: fadeInLeftBig; animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
    0% { opacity: 0; -webkit-transform: translate3d(100%,0,0); transform: translate3d(100%,0,0); }
    100% { opacity: 1; -webkit-transform: none; transform: none; }
}

@keyframes fadeInRight {
    0% { opacity: 0; -webkit-transform: translate3d(100%,0,0); transform: translate3d(100%,0,0); }
    100% { opacity: 1; -webkit-transform: none; transform: none; }
}

.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
    0% { opacity: 0; -webkit-transform: translate3d(2000px,0,0); transform: translate3d(2000px,0,0); }
    100% { opacity: 1; -webkit-transform: none; transform: none; }
}

@keyframes fadeInRightBig {
    0% { opacity: 0; -webkit-transform: translate3d(2000px,0,0); transform: translate3d(2000px,0,0); }
    100% { opacity: 1; -webkit-transform: none; transform: none; }
}

.fadeInRightBig { -webkit-animation-name: fadeInRightBig; animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0); }
    100% { opacity: 1; -webkit-transform: none; transform: none; }
}

@keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0); }
    100% { opacity: 1; -webkit-transform: none; transform: none; }
}

.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
    0% { opacity: 0; -webkit-transform: translate3d(0,2000px,0); transform: translate3d(0,2000px,0); }
    100% { opacity: 1; -webkit-transform: none; transform: none; }
}

@keyframes fadeInUpBig {
    0% { opacity: 0; -webkit-transform: translate3d(0,2000px,0); transform: translate3d(0,2000px,0); }
    100% { opacity: 1; -webkit-transform: none; transform: none; }
}

.fadeInUpBig { -webkit-animation-name: fadeInUpBig; animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

.fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
    0% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0); }
}

@keyframes fadeOutDown {
    0% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0); }
}

.fadeOutDown { -webkit-animation-name: fadeOutDown; animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
    0% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: translate3d(0,2000px,0); transform: translate3d(0,2000px,0); }
}

@keyframes fadeOutDownBig {
    0% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: translate3d(0,2000px,0); transform: translate3d(0,2000px,0); }
}

.fadeOutDownBig { -webkit-animation-name: fadeOutDownBig; animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
    0% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: translate3d(-100%,0,0); transform: translate3d(-100%,0,0); }
}

@keyframes fadeOutLeft {
    0% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: translate3d(-100%,0,0); transform: translate3d(-100%,0,0); }
}

.fadeOutLeft { -webkit-animation-name: fadeOutLeft; animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
    0% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: translate3d(-2000px,0,0); transform: translate3d(-2000px,0,0); }
}

@keyframes fadeOutLeftBig {
    0% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: translate3d(-2000px,0,0); transform: translate3d(-2000px,0,0); }
}

.fadeOutLeftBig { -webkit-animation-name: fadeOutLeftBig; animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
    0% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: translate3d(100%,0,0); transform: translate3d(100%,0,0); }
}

@keyframes fadeOutRight {
    0% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: translate3d(100%,0,0); transform: translate3d(100%,0,0); }
}

.fadeOutRight { -webkit-animation-name: fadeOutRight; animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
    0% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: translate3d(2000px,0,0); transform: translate3d(2000px,0,0); }
}

@keyframes fadeOutRightBig {
    0% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: translate3d(2000px,0,0); transform: translate3d(2000px,0,0); }
}

.fadeOutRightBig { -webkit-animation-name: fadeOutRightBig; animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
    0% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
}

@keyframes fadeOutUp {
    0% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
}

.fadeOutUp { -webkit-animation-name: fadeOutUp; animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
    0% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: translate3d(0,-2000px,0); transform: translate3d(0,-2000px,0); }
}

@keyframes fadeOutUpBig {
    0% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: translate3d(0,-2000px,0); transform: translate3d(0,-2000px,0); }
}

.fadeOutUpBig { -webkit-animation-name: fadeOutUpBig; animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
    0% { -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg); transform: perspective(400px) rotate3d(0,1,0,-360deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
    40% { -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg); transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
    50% { -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg); transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }
    80% { -webkit-transform: perspective(400px) scale3d(.95,.95,.95); transform: perspective(400px) scale3d(.95,.95,.95); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }
    100% { -webkit-transform: perspective(400px); transform: perspective(400px); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }
}

@keyframes flip {
    0% { -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg); transform: perspective(400px) rotate3d(0,1,0,-360deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
    40% { -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg); transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
    50% { -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg); transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }
    80% { -webkit-transform: perspective(400px) scale3d(.95,.95,.95); transform: perspective(400px) scale3d(.95,.95,.95); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }
    100% { -webkit-transform: perspective(400px); transform: perspective(400px); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }
}

.animated.flip { -webkit-backface-visibility: visible; backface-visibility: visible; -webkit-animation-name: flip; animation-name: flip; }

@-webkit-keyframes flipInX {
    0% { -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg); transform: perspective(400px) rotate3d(1,0,0,90deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; opacity: 0; }
    40% { -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg); transform: perspective(400px) rotate3d(1,0,0,-20deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; }
    60% { -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg); transform: perspective(400px) rotate3d(1,0,0,10deg); opacity: 1; }
    80% { -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg); transform: perspective(400px) rotate3d(1,0,0,-5deg); }
    100% { -webkit-transform: perspective(400px); transform: perspective(400px); }
}

@keyframes flipInX {
    0% { -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg); transform: perspective(400px) rotate3d(1,0,0,90deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; opacity: 0; }
    40% { -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg); transform: perspective(400px) rotate3d(1,0,0,-20deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; }
    60% { -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg); transform: perspective(400px) rotate3d(1,0,0,10deg); opacity: 1; }
    80% { -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg); transform: perspective(400px) rotate3d(1,0,0,-5deg); }
    100% { -webkit-transform: perspective(400px); transform: perspective(400px); }
}

.flipInX { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInX; animation-name: flipInX; }

@-webkit-keyframes flipInY {
    0% { -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg); transform: perspective(400px) rotate3d(0,1,0,90deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; opacity: 0; }
    40% { -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg); transform: perspective(400px) rotate3d(0,1,0,-20deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; }
    60% { -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg); transform: perspective(400px) rotate3d(0,1,0,10deg); opacity: 1; }
    80% { -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg); transform: perspective(400px) rotate3d(0,1,0,-5deg); }
    100% { -webkit-transform: perspective(400px); transform: perspective(400px); }
}

@keyframes flipInY {
    0% { -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg); transform: perspective(400px) rotate3d(0,1,0,90deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; opacity: 0; }
    40% { -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg); transform: perspective(400px) rotate3d(0,1,0,-20deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; }
    60% { -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg); transform: perspective(400px) rotate3d(0,1,0,10deg); opacity: 1; }
    80% { -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg); transform: perspective(400px) rotate3d(0,1,0,-5deg); }
    100% { -webkit-transform: perspective(400px); transform: perspective(400px); }
}

.flipInY { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInY; animation-name: flipInY; }

@-webkit-keyframes flipOutX {
    0% { -webkit-transform: perspective(400px); transform: perspective(400px); }
    30% { -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg); transform: perspective(400px) rotate3d(1,0,0,-20deg); opacity: 1; }
    100% { -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg); transform: perspective(400px) rotate3d(1,0,0,90deg); opacity: 0; }
}

@keyframes flipOutX {
    0% { -webkit-transform: perspective(400px); transform: perspective(400px); }
    30% { -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg); transform: perspective(400px) rotate3d(1,0,0,-20deg); opacity: 1; }
    100% { -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg); transform: perspective(400px) rotate3d(1,0,0,90deg); opacity: 0; }
}

.flipOutX { -webkit-animation-name: flipOutX; animation-name: flipOutX; -webkit-animation-duration: .75s; animation-duration: .75s; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
    0% { -webkit-transform: perspective(400px); transform: perspective(400px); }
    30% { -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg); transform: perspective(400px) rotate3d(0,1,0,-15deg); opacity: 1; }
    100% { -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg); transform: perspective(400px) rotate3d(0,1,0,90deg); opacity: 0; }
}

@keyframes flipOutY {
    0% { -webkit-transform: perspective(400px); transform: perspective(400px); }
    30% { -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg); transform: perspective(400px) rotate3d(0,1,0,-15deg); opacity: 1; }
    100% { -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg); transform: perspective(400px) rotate3d(0,1,0,90deg); opacity: 0; }
}

.flipOutY { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipOutY; animation-name: flipOutY; -webkit-animation-duration: .75s; animation-duration: .75s; }

@-webkit-keyframes lightSpeedIn {
    0% { -webkit-transform: translate3d(100%,0,0) skewX(-30deg); transform: translate3d(100%,0,0) skewX(-30deg); opacity: 0; }
    60% { -webkit-transform: skewX(20deg); transform: skewX(20deg); opacity: 1; }
    80% { -webkit-transform: skewX(-5deg); transform: skewX(-5deg); opacity: 1; }
    100% { -webkit-transform: none; transform: none; opacity: 1; }
}

@keyframes lightSpeedIn {
    0% { -webkit-transform: translate3d(100%,0,0) skewX(-30deg); transform: translate3d(100%,0,0) skewX(-30deg); opacity: 0; }
    60% { -webkit-transform: skewX(20deg); transform: skewX(20deg); opacity: 1; }
    80% { -webkit-transform: skewX(-5deg); transform: skewX(-5deg); opacity: 1; }
    100% { -webkit-transform: none; transform: none; opacity: 1; }
}

.lightSpeedIn { -webkit-animation-name: lightSpeedIn; animation-name: lightSpeedIn; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
    0% { opacity: 1; }
    100% { -webkit-transform: translate3d(100%,0,0) skewX(30deg); transform: translate3d(100%,0,0) skewX(30deg); opacity: 0; }
}

@keyframes lightSpeedOut {
    0% { opacity: 1; }
    100% { -webkit-transform: translate3d(100%,0,0) skewX(30deg); transform: translate3d(100%,0,0) skewX(30deg); opacity: 0; }
}

.lightSpeedOut { -webkit-animation-name: lightSpeedOut; animation-name: lightSpeedOut; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
    0% { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: rotate3d(0,0,1,-200deg); transform: rotate3d(0,0,1,-200deg); opacity: 0; }
    100% { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: none; transform: none; opacity: 1; }
}

@keyframes rotateIn {
    0% { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: rotate3d(0,0,1,-200deg); transform: rotate3d(0,0,1,-200deg); opacity: 0; }
    100% { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: none; transform: none; opacity: 1; }
}

.rotateIn { -webkit-animation-name: rotateIn; animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
    0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0,0,1,-45deg); transform: rotate3d(0,0,1,-45deg); opacity: 0; }
    100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: none; transform: none; opacity: 1; }
}

@keyframes rotateInDownLeft {
    0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0,0,1,-45deg); transform: rotate3d(0,0,1,-45deg); opacity: 0; }
    100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: none; transform: none; opacity: 1; }
}

.rotateInDownLeft { -webkit-animation-name: rotateInDownLeft; animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
    0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0,0,1,45deg); transform: rotate3d(0,0,1,45deg); opacity: 0; }
    100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: none; transform: none; opacity: 1; }
}

@keyframes rotateInDownRight {
    0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0,0,1,45deg); transform: rotate3d(0,0,1,45deg); opacity: 0; }
    100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: none; transform: none; opacity: 1; }
}

.rotateInDownRight { -webkit-animation-name: rotateInDownRight; animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
    0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0,0,1,45deg); transform: rotate3d(0,0,1,45deg); opacity: 0; }
    100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: none; transform: none; opacity: 1; }
}

@keyframes rotateInUpLeft {
    0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0,0,1,45deg); transform: rotate3d(0,0,1,45deg); opacity: 0; }
    100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: none; transform: none; opacity: 1; }
}

.rotateInUpLeft { -webkit-animation-name: rotateInUpLeft; animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
    0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0,0,1,-90deg); transform: rotate3d(0,0,1,-90deg); opacity: 0; }
    100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: none; transform: none; opacity: 1; }
}

@keyframes rotateInUpRight {
    0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0,0,1,-90deg); transform: rotate3d(0,0,1,-90deg); opacity: 0; }
    100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: none; transform: none; opacity: 1; }
}

.rotateInUpRight { -webkit-animation-name: rotateInUpRight; animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
    0% { -webkit-transform-origin: center; transform-origin: center; opacity: 1; }
    100% { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: rotate3d(0,0,1,200deg); transform: rotate3d(0,0,1,200deg); opacity: 0; }
}

@keyframes rotateOut {
    0% { -webkit-transform-origin: center; transform-origin: center; opacity: 1; }
    100% { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: rotate3d(0,0,1,200deg); transform: rotate3d(0,0,1,200deg); opacity: 0; }
}

.rotateOut { -webkit-animation-name: rotateOut; animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
    0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; opacity: 1; }
    100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0,0,1,45deg); transform: rotate3d(0,0,1,45deg); opacity: 0; }
}

@keyframes rotateOutDownLeft {
    0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; opacity: 1; }
    100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0,0,1,45deg); transform: rotate3d(0,0,1,45deg); opacity: 0; }
}

.rotateOutDownLeft { -webkit-animation-name: rotateOutDownLeft; animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
    0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; opacity: 1; }
    100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0,0,1,-45deg); transform: rotate3d(0,0,1,-45deg); opacity: 0; }
}

@keyframes rotateOutDownRight {
    0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; opacity: 1; }
    100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0,0,1,-45deg); transform: rotate3d(0,0,1,-45deg); opacity: 0; }
}

.rotateOutDownRight { -webkit-animation-name: rotateOutDownRight; animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
    0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; opacity: 1; }
    100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0,0,1,-45deg); transform: rotate3d(0,0,1,-45deg); opacity: 0; }
}

@keyframes rotateOutUpLeft {
    0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; opacity: 1; }
    100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0,0,1,-45deg); transform: rotate3d(0,0,1,-45deg); opacity: 0; }
}

.rotateOutUpLeft { -webkit-animation-name: rotateOutUpLeft; animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
    0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; opacity: 1; }
    100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0,0,1,90deg); transform: rotate3d(0,0,1,90deg); opacity: 0; }
}

@keyframes rotateOutUpRight {
    0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; opacity: 1; }
    100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0,0,1,90deg); transform: rotate3d(0,0,1,90deg); opacity: 0; }
}

.rotateOutUpRight { -webkit-animation-name: rotateOutUpRight; animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
    0% { -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; }
    20%,60% { -webkit-transform: rotate3d(0,0,1,80deg); transform: rotate3d(0,0,1,80deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; }
    40%,80% { -webkit-transform: rotate3d(0,0,1,60deg); transform: rotate3d(0,0,1,60deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; opacity: 1; }
    100% { -webkit-transform: translate3d(0,700px,0); transform: translate3d(0,700px,0); opacity: 0; }
}

@keyframes hinge {
    0% { -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; }
    20%,60% { -webkit-transform: rotate3d(0,0,1,80deg); transform: rotate3d(0,0,1,80deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; }
    40%,80% { -webkit-transform: rotate3d(0,0,1,60deg); transform: rotate3d(0,0,1,60deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; opacity: 1; }
    100% { -webkit-transform: translate3d(0,700px,0); transform: translate3d(0,700px,0); opacity: 0; }
}

.hinge { -webkit-animation-name: hinge; animation-name: hinge; }
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    0% { opacity: 0; -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg); transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg); }
    100% { opacity: 1; -webkit-transform: none; transform: none; }
}

@keyframes rollIn {
    0% { opacity: 0; -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg); transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg); }
    100% { opacity: 1; -webkit-transform: none; transform: none; }
}

.rollIn { -webkit-animation-name: rollIn; animation-name: rollIn; }
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg); transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg); }
}

@keyframes rollOut {
    0% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg); transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg); }
}

.rollOut { -webkit-animation-name: rollOut; animation-name: rollOut; }

@-webkit-keyframes zoomIn {
    0% { opacity: 0; -webkit-transform: scale3d(.3,.3,.3); transform: scale3d(.3,.3,.3); }
    50% { opacity: 1; }
}

@keyframes zoomIn {
    0% { opacity: 0; -webkit-transform: scale3d(.3,.3,.3); transform: scale3d(.3,.3,.3); }
    50% { opacity: 1; }
}

.zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
    0% { opacity: 0; -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0); transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0); -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190); animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190); }
    60% { opacity: 1; -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0); transform: scale3d(.475,.475,.475) translate3d(0,60px,0); -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1); animation-timing-function: cubic-bezier(0.175,0.885,0.320,1); }
}

@keyframes zoomInDown {
    0% { opacity: 0; -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0); transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0); -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190); animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190); }
    60% { opacity: 1; -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0); transform: scale3d(.475,.475,.475) translate3d(0,60px,0); -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1); animation-timing-function: cubic-bezier(0.175,0.885,0.320,1); }
}

.zoomInDown { -webkit-animation-name: zoomInDown; animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
    0% { opacity: 0; -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0); transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0); -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190); animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190); }
    60% { opacity: 1; -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0); transform: scale3d(.475,.475,.475) translate3d(10px,0,0); -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1); animation-timing-function: cubic-bezier(0.175,0.885,0.320,1); }
}

@keyframes zoomInLeft {
    0% { opacity: 0; -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0); transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0); -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190); animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190); }
    60% { opacity: 1; -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0); transform: scale3d(.475,.475,.475) translate3d(10px,0,0); -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1); animation-timing-function: cubic-bezier(0.175,0.885,0.320,1); }
}

.zoomInLeft { -webkit-animation-name: zoomInLeft; animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
    0% { opacity: 0; -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0); transform: scale3d(.1,.1,.1) translate3d(1000px,0,0); -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190); animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190); }
    60% { opacity: 1; -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0); transform: scale3d(.475,.475,.475) translate3d(-10px,0,0); -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1); animation-timing-function: cubic-bezier(0.175,0.885,0.320,1); }
}

@keyframes zoomInRight {
    0% { opacity: 0; -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0); transform: scale3d(.1,.1,.1) translate3d(1000px,0,0); -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190); animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190); }
    60% { opacity: 1; -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0); transform: scale3d(.475,.475,.475) translate3d(-10px,0,0); -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1); animation-timing-function: cubic-bezier(0.175,0.885,0.320,1); }
}

.zoomInRight { -webkit-animation-name: zoomInRight; animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
    0% { opacity: 0; -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0); transform: scale3d(.1,.1,.1) translate3d(0,1000px,0); -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190); animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190); }
    60% { opacity: 1; -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0); transform: scale3d(.475,.475,.475) translate3d(0,-60px,0); -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1); animation-timing-function: cubic-bezier(0.175,0.885,0.320,1); }
}

@keyframes zoomInUp {
    0% { opacity: 0; -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0); transform: scale3d(.1,.1,.1) translate3d(0,1000px,0); -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190); animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190); }
    60% { opacity: 1; -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0); transform: scale3d(.475,.475,.475) translate3d(0,-60px,0); -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1); animation-timing-function: cubic-bezier(0.175,0.885,0.320,1); }
}

.zoomInUp { -webkit-animation-name: zoomInUp; animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
    0% { opacity: 1; }
    50% { opacity: 0; -webkit-transform: scale3d(.3,.3,.3); transform: scale3d(.3,.3,.3); }
    100% { opacity: 0; }
}

@keyframes zoomOut {
    0% { opacity: 1; }
    50% { opacity: 0; -webkit-transform: scale3d(.3,.3,.3); transform: scale3d(.3,.3,.3); }
    100% { opacity: 0; }
}

.zoomOut { -webkit-animation-name: zoomOut; animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
    40% { opacity: 1; -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0); transform: scale3d(.475,.475,.475) translate3d(0,-60px,0); -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190); animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190); }
    100% { opacity: 0; -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0); transform: scale3d(.1,.1,.1) translate3d(0,2000px,0); -webkit-transform-origin: center bottom; transform-origin: center bottom; -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1); animation-timing-function: cubic-bezier(0.175,0.885,0.320,1); }
}

@keyframes zoomOutDown {
    40% { opacity: 1; -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0); transform: scale3d(.475,.475,.475) translate3d(0,-60px,0); -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190); animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190); }
    100% { opacity: 0; -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0); transform: scale3d(.1,.1,.1) translate3d(0,2000px,0); -webkit-transform-origin: center bottom; transform-origin: center bottom; -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1); animation-timing-function: cubic-bezier(0.175,0.885,0.320,1); }
}

.zoomOutDown { -webkit-animation-name: zoomOutDown; animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
    40% { opacity: 1; -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0); transform: scale3d(.475,.475,.475) translate3d(42px,0,0); }
    100% { opacity: 0; -webkit-transform: scale(.1) translate3d(-2000px,0,0); transform: scale(.1) translate3d(-2000px,0,0); -webkit-transform-origin: left center; transform-origin: left center; }
}

@keyframes zoomOutLeft {
    40% { opacity: 1; -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0); transform: scale3d(.475,.475,.475) translate3d(42px,0,0); }
    100% { opacity: 0; -webkit-transform: scale(.1) translate3d(-2000px,0,0); transform: scale(.1) translate3d(-2000px,0,0); -webkit-transform-origin: left center; transform-origin: left center; }
}

.zoomOutLeft { -webkit-animation-name: zoomOutLeft; animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
    40% { opacity: 1; -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0); transform: scale3d(.475,.475,.475) translate3d(-42px,0,0); }
    100% { opacity: 0; -webkit-transform: scale(.1) translate3d(2000px,0,0); transform: scale(.1) translate3d(2000px,0,0); -webkit-transform-origin: right center; transform-origin: right center; }
}

@keyframes zoomOutRight {
    40% { opacity: 1; -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0); transform: scale3d(.475,.475,.475) translate3d(-42px,0,0); }
    100% { opacity: 0; -webkit-transform: scale(.1) translate3d(2000px,0,0); transform: scale(.1) translate3d(2000px,0,0); -webkit-transform-origin: right center; transform-origin: right center; }
}

.zoomOutRight { -webkit-animation-name: zoomOutRight; animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
    40% { opacity: 1; -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0); transform: scale3d(.475,.475,.475) translate3d(0,60px,0); -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190); animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190); }
    100% { opacity: 0; -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0); transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0); -webkit-transform-origin: center bottom; transform-origin: center bottom; -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1); animation-timing-function: cubic-bezier(0.175,0.885,0.320,1); }
}

@keyframes zoomOutUp {
    40% { opacity: 1; -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0); transform: scale3d(.475,.475,.475) translate3d(0,60px,0); -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190); animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190); }
    100% { opacity: 0; -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0); transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0); -webkit-transform-origin: center bottom; transform-origin: center bottom; -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1); animation-timing-function: cubic-bezier(0.175,0.885,0.320,1); }
}

.zoomOutUp { -webkit-animation-name: zoomOutUp; animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
    0% { -webkit-transform: translateY(-100%); transform: translateY(-100%); visibility: visible; }
    100% { -webkit-transform: translateY(0); transform: translateY(0); }
}

@keyframes slideInDown {
    0% { -webkit-transform: translateY(-100%); transform: translateY(-100%); visibility: visible; }
    100% { -webkit-transform: translateY(0); transform: translateY(0); }
}

.slideInDown { -webkit-animation-name: slideInDown; animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
    0% { -webkit-transform: translateX(-100%); transform: translateX(-100%); visibility: visible; }
    100% { -webkit-transform: translateX(0); transform: translateX(0); }
}

@keyframes slideInLeft {
    0% { -webkit-transform: translateX(-100%); transform: translateX(-100%); visibility: visible; }
    100% { -webkit-transform: translateX(0); transform: translateX(0); }
}

.slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
    0% { -webkit-transform: translateX(100%); transform: translateX(100%); visibility: visible; }
    100% { -webkit-transform: translateX(0); transform: translateX(0); }
}

@keyframes slideInRight {
    0% { -webkit-transform: translateX(100%); transform: translateX(100%); visibility: visible; }
    100% { -webkit-transform: translateX(0); transform: translateX(0); }
}

.slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
    0% { -webkit-transform: translateY(100%); transform: translateY(100%); visibility: visible; }
    100% { -webkit-transform: translateY(0); transform: translateY(0); }
}

@keyframes slideInUp {
    0% { -webkit-transform: translateY(100%); transform: translateY(100%); visibility: visible; }
    100% { -webkit-transform: translateY(0); transform: translateY(0); }
}

.slideInUp { -webkit-animation-name: slideInUp; animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
    0% { -webkit-transform: translateY(0); transform: translateY(0); }
    100% { visibility: hidden; -webkit-transform: translateY(100%); transform: translateY(100%); }
}

@keyframes slideOutDown {
    0% { -webkit-transform: translateY(0); transform: translateY(0); }
    100% { visibility: hidden; -webkit-transform: translateY(100%); transform: translateY(100%); }
}

.slideOutDown { -webkit-animation-name: slideOutDown; animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
    0% { -webkit-transform: translateX(0); transform: translateX(0); }
    100% { visibility: hidden; -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}

@keyframes slideOutLeft {
    0% { -webkit-transform: translateX(0); transform: translateX(0); }
    100% { visibility: hidden; -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}

.slideOutLeft { -webkit-animation-name: slideOutLeft; animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
    0% { -webkit-transform: translateX(0); transform: translateX(0); }
    100% { visibility: hidden; -webkit-transform: translateX(100%); transform: translateX(100%); }
}

@keyframes slideOutRight {
    0% { -webkit-transform: translateX(0); transform: translateX(0); }
    100% { visibility: hidden; -webkit-transform: translateX(100%); transform: translateX(100%); }
}

.slideOutRight { -webkit-animation-name: slideOutRight; animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
    0% { -webkit-transform: translateY(0); transform: translateY(0); }
    100% { visibility: hidden; -webkit-transform: translateY(-100%); transform: translateY(-100%); }
}

@keyframes slideOutUp {
    0% { -webkit-transform: translateY(0); transform: translateY(0); }
    100% { visibility: hidden; -webkit-transform: translateY(-100%); transform: translateY(-100%); }
}

.slideOutUp { -webkit-animation-name: slideOutUp; animation-name: slideOutUp; }
/* Fonts */
@font-face { font-family: 'Metali'; font-weight: 400; /*(regular)*/ font-style: normal; src: url('../fonts/metaliregularwebfont.eot'); src: url('../fonts/metaliregularwebfont.eot?#iefix') format('embedded-opentype'), url('../fonts/metaliregularwebfont.ttf') format('truetype'), url('../fonts/metaliregularwebfont.woff') format('woff'), url('../fonts/metaliregularwebfont.svg#metali-regular') format('svg'); }
@font-face { font-family: 'Metali'; font-weight: 500; /*(medium)*/ font-style: normal; src: url('../fonts/metalimediumwebfont.eot'); src: url('../fonts/metalimediumwebfont.eot?#iefix') format('embedded-opentype'), url('../fonts/metalimediumwebfont.ttf') format('truetype'), url('../fonts/metalimediumwebfont.woff') format('woff'), url('../fonts/metalimediumwebfont.svg#metali-medium') format('svg'); }
@font-face { font-family: 'Metali'; font-weight: 700; /*(bold)*/ font-style: normal; src: url('../fonts/metaliboldwebfont.eot'); src: url('../fonts/metaliboldwebfont.eot?#iefix') format('embedded-opentype'), url('../fonts/metaliboldwebfont.ttf') format('truetype'), url('../fonts/metaliboldwebfont.woff') format('woff'), url('../fonts/metaliboldwebfont.svg#metali-bold') format('svg'); }
@font-face { font-family: 'Lato'; font-weight: 400; /*(regular)*/ src: url('../fonts/Lato-Regular.eot'); src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'); font-style: normal; /*text-rendering: optimizeLegibility;*/ }
@font-face { font-family: 'Lato'; font-weight: 700; /*(bold)*/ src: url('../fonts/Lato-Bold.eot'); src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype'); font-style: normal; /*text-rendering: optimizeLegibility;*/ }
/*! *  Font Awesome 4.2.0 by @davegandy - //fontawesome.io - @fontawesome *  License - //fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
@font-face { font-family: 'FontAwesome'; src: url('../fonts/fontawesome-webfont.eot?v=4.2.0'); src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; }
.fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.fa-lg { font-size: 1.33333333em; line-height: .75em; vertical-align: -15%; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-4x { font-size: 4em; }
.fa-5x { font-size: 5em; }
.fa-fw { width: 1.28571429em; text-align: center; }
.fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; }
.fa-ul > li { position: relative; }
.fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: .14285714em; text-align: center; }
.fa-li.fa-lg { left: -1.85714286em; }
.fa-border { padding: .2em .25em .15em; border: solid .08em #eee; border-radius: .1em; }
.pull-right { float: right; }
.pull-left { float: left; }
.fa.pull-left { margin-right: .3em; }
.fa.pull-right { margin-left: .3em; }
.fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; }

@-webkit-keyframes fa-spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); }
}

@keyframes fa-spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); }
}

.fa-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }
.fa-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
.fa-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); }
.fa-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); }
.fa-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); }
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none; }
.fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; }
.fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; }
.fa-stack-1x { line-height: inherit; }
.fa-stack-2x { font-size: 2em; }
.fa-inverse { color: #fff; }
.fa-glass:before { content: "\f000"; }
.fa-music:before { content: "\f001"; }
.fa-search:before { content: "\f002"; }
.fa-envelope-o:before { content: "\f003"; }
.fa-heart:before { content: "\f004"; }
.fa-star:before { content: "\f005"; }
.fa-star-o:before { content: "\f006"; }
.fa-user:before { content: "\f007"; }
.fa-user-plus:before { content: "\f007"; }
.fa-film:before { content: "\f008"; }
.fa-th-large:before { content: "\f009"; }
.fa-th:before { content: "\f00a"; }
.fa-th-list:before { content: "\f00b"; }
.fa-check:before { content: "\f00c"; }
.fa-remove:before, .fa-close:before, .fa-times:before { content: "\f00d"; }
.fa-search-plus:before { content: "\f00e"; }
.fa-search-minus:before { content: "\f010"; }
.fa-power-off:before { content: "\f011"; }
.fa-signal:before { content: "\f012"; }
.fa-gear:before, .fa-cog:before { content: "\f013"; }
.fa-trash-o:before { content: "\f014"; }
.fa-home:before { content: "\f015"; }
.fa-file-o:before { content: "\f016"; }
.fa-clock-o:before { content: "\f017"; }
.fa-road:before { content: "\f018"; }
.fa-download:before { content: "\f019"; }
.fa-arrow-circle-o-down:before { content: "\f01a"; }
.fa-arrow-circle-o-up:before { content: "\f01b"; }
.fa-inbox:before { content: "\f01c"; }
.fa-play-circle-o:before { content: "\f01d"; }
.fa-rotate-right:before, .fa-repeat:before { content: "\f01e"; }
.fa-refresh:before { content: "\f021"; }
.fa-list-alt:before { content: "\f022"; }
.fa-lock:before { content: "\f023"; }
.fa-flag:before { content: "\f024"; }
.fa-headphones:before { content: "\f025"; }
.fa-volume-off:before { content: "\f026"; }
.fa-volume-down:before { content: "\f027"; }
.fa-volume-up:before { content: "\f028"; }
.fa-qrcode:before { content: "\f029"; }
.fa-barcode:before { content: "\f02a"; }
.fa-tag:before { content: "\f02b"; }
.fa-tags:before { content: "\f02c"; }
.fa-book:before { content: "\f02d"; }
.fa-bookmark:before { content: "\f02e"; }
.fa-print:before { content: "\f02f"; }
.fa-camera:before { content: "\f030"; }
.fa-font:before { content: "\f031"; }
.fa-bold:before { content: "\f032"; }
.fa-italic:before { content: "\f033"; }
.fa-text-height:before { content: "\f034"; }
.fa-text-width:before { content: "\f035"; }
.fa-align-left:before { content: "\f036"; }
.fa-align-center:before { content: "\f037"; }
.fa-align-right:before { content: "\f038"; }
.fa-align-justify:before { content: "\f039"; }
.fa-list:before { content: "\f03a"; }
.fa-dedent:before, .fa-outdent:before { content: "\f03b"; }
.fa-indent:before { content: "\f03c"; }
.fa-video-camera:before { content: "\f03d"; }
.fa-photo:before, .fa-image:before, .fa-picture-o:before { content: "\f03e"; }
.fa-pencil:before { content: "\f040"; }
.fa-map-marker:before { content: "\f041"; }
.fa-adjust:before { content: "\f042"; }
.fa-tint:before { content: "\f043"; }
.fa-edit:before, .fa-pencil-square-o:before { content: "\f044"; }
.fa-share-square-o:before { content: "\f045"; }
.fa-check-square-o:before { content: "\f046"; }
.fa-arrows:before { content: "\f047"; }
.fa-step-backward:before { content: "\f048"; }
.fa-fast-backward:before { content: "\f049"; }
.fa-backward:before { content: "\f04a"; }
.fa-play:before { content: "\f04b"; }
.fa-pause:before { content: "\f04c"; }
.fa-stop:before { content: "\f04d"; }
.fa-forward:before { content: "\f04e"; }
.fa-fast-forward:before { content: "\f050"; }
.fa-step-forward:before { content: "\f051"; }
.fa-eject:before { content: "\f052"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-plus-circle:before { content: "\f055"; }
.fa-minus-circle:before { content: "\f056"; }
.fa-times-circle:before { content: "\f057"; }
.fa-check-circle:before { content: "\f058"; }
.fa-question-circle:before { content: "\f059"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-crosshairs:before { content: "\f05b"; }
.fa-times-circle-o:before { content: "\f05c"; }
.fa-check-circle-o:before { content: "\f05d"; }
.fa-ban:before { content: "\f05e"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-arrow-down:before { content: "\f063"; }
.fa-mail-forward:before, .fa-share:before { content: "\f064"; }
.fa-expand:before { content: "\f065"; }
.fa-compress:before { content: "\f066"; }
.fa-plus:before { content: "\f067"; }
.fa-minus:before { content: "\f068"; }
.fa-asterisk:before { content: "\f069"; }
.fa-exclamation-circle:before { content: "\f06a"; }
.fa-gift:before { content: "\f06b"; }
.fa-leaf:before { content: "\f06c"; }
.fa-fire:before { content: "\f06d"; }
.fa-eye:before { content: "\f06e"; }
.fa-eye-slash:before { content: "\f070"; }
.fa-warning:before, .fa-exclamation-triangle:before { content: "\f071"; }
.fa-plane:before { content: "\f072"; }
.fa-calendar:before { content: "\f073"; }
.fa-random:before { content: "\f074"; }
.fa-comment:before { content: "\f075"; }
.fa-magnet:before { content: "\f076"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-retweet:before { content: "\f079"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-folder:before { content: "\f07b"; }
.fa-folder-open:before { content: "\f07c"; }
.fa-arrows-v:before { content: "\f07d"; }
.fa-arrows-h:before { content: "\f07e"; }
.fa-bar-chart-o:before, .fa-bar-chart:before { content: "\f080"; }
.fa-twitter-square:before { content: "\f081"; }
.fa-facebook-square:before { content: "\f082"; }
.fa-camera-retro:before { content: "\f083"; }
.fa-key:before { content: "\f084"; }
.fa-gears:before, .fa-cogs:before { content: "\f085"; }
.fa-comments:before { content: "\f086"; }
.fa-thumbs-o-up:before { content: "\f087"; }
.fa-thumbs-o-down:before { content: "\f088"; }
.fa-star-half:before { content: "\f089"; }
.fa-heart-o:before { content: "\f08a"; }
.fa-sign-out:before { content: "\f08b"; }
.fa-linkedin-square:before { content: "\f08c"; }
.fa-thumb-tack:before { content: "\f08d"; }
.fa-external-link:before { content: "\f08e"; }
.fa-sign-in:before { content: "\f090"; }
.fa-trophy:before { content: "\f091"; }
.fa-github-square:before { content: "\f092"; }
.fa-upload:before { content: "\f093"; }
.fa-lemon-o:before { content: "\f094"; }
.fa-phone:before { content: "\f095"; }
.fa-square-o:before { content: "\f096"; }
.fa-bookmark-o:before { content: "\f097"; }
.fa-phone-square:before { content: "\f098"; }
.fa-twitter:before { content: "\f099"; }
.fa-facebook:before { content: "\f09a"; }
.fa-github:before { content: "\f09b"; }
.fa-unlock:before { content: "\f09c"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-rss:before { content: "\f09e"; }
.fa-hdd-o:before { content: "\f0a0"; }
.fa-bullhorn:before { content: "\f0a1"; }
.fa-bell:before { content: "\f0f3"; }
.fa-certificate:before { content: "\f0a3"; }
.fa-hand-o-right:before { content: "\f0a4"; }
.fa-hand-o-left:before { content: "\f0a5"; }
.fa-hand-o-up:before { content: "\f0a6"; }
.fa-hand-o-down:before { content: "\f0a7"; }
.fa-arrow-circle-left:before { content: "\f0a8"; }
.fa-arrow-circle-right:before { content: "\f0a9"; }
.fa-arrow-circle-up:before { content: "\f0aa"; }
.fa-arrow-circle-down:before { content: "\f0ab"; }
.fa-globe:before { content: "\f0ac"; }
.fa-wrench:before { content: "\f0ad"; }
.fa-tasks:before { content: "\f0ae"; }
.fa-filter:before { content: "\f0b0"; }
.fa-briefcase:before { content: "\f0b1"; }
.fa-arrows-alt:before { content: "\f0b2"; }
.fa-group:before, .fa-users:before { content: "\f0c0"; }
.fa-chain:before, .fa-link:before { content: "\f0c1"; }
.fa-cloud:before { content: "\f0c2"; }
.fa-flask:before { content: "\f0c3"; }
.fa-cut:before, .fa-scissors:before { content: "\f0c4"; }
.fa-copy:before, .fa-files-o:before { content: "\f0c5"; }
.fa-paperclip:before { content: "\f0c6"; }
.fa-save:before, .fa-floppy-o:before { content: "\f0c7"; }
.fa-square:before { content: "\f0c8"; }
.fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9"; }
.fa-list-ul:before { content: "\f0ca"; }
.fa-list-ol:before { content: "\f0cb"; }
.fa-strikethrough:before { content: "\f0cc"; }
.fa-underline:before { content: "\f0cd"; }
.fa-table:before { content: "\f0ce"; }
.fa-magic:before { content: "\f0d0"; }
.fa-truck:before { content: "\f0d1"; }
.fa-pinterest:before { content: "\f0d2"; }
.fa-pinterest-square:before { content: "\f0d3"; }
.fa-google-plus-square:before { content: "\f0d4"; }
.fa-google-plus:before { content: "\f0d5"; }
.fa-money:before { content: "\f0d6"; }
.fa-caret-down:before { content: "\f0d7"; }
.fa-caret-up:before { content: "\f0d8"; }
.fa-caret-left:before { content: "\f0d9"; }
.fa-caret-right:before { content: "\f0da"; }
.fa-columns:before { content: "\f0db"; }
.fa-unsorted:before, .fa-sort:before { content: "\f0dc"; }
.fa-sort-down:before, .fa-sort-desc:before { content: "\f0dd"; }
.fa-sort-up:before, .fa-sort-asc:before { content: "\f0de"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-linkedin:before { content: "\f0e1"; }
.fa-rotate-left:before, .fa-undo:before { content: "\f0e2"; }
.fa-legal:before, .fa-gavel:before { content: "\f0e3"; }
.fa-dashboard:before, .fa-tachometer:before { content: "\f0e4"; }
.fa-comment-o:before { content: "\f0e5"; }
.fa-comments-o:before { content: "\f0e6"; }
.fa-flash:before, .fa-bolt:before { content: "\f0e7"; }
.fa-sitemap:before { content: "\f0e8"; }
.fa-umbrella:before { content: "\f0e9"; }
.fa-paste:before, .fa-clipboard:before { content: "\f0ea"; }
.fa-lightbulb-o:before { content: "\f0eb"; }
.fa-exchange:before { content: "\f0ec"; }
.fa-cloud-download:before { content: "\f0ed"; }
.fa-cloud-upload:before { content: "\f0ee"; }
.fa-user-md:before { content: "\f0f0"; }
.fa-stethoscope:before { content: "\f0f1"; }
.fa-suitcase:before { content: "\f0f2"; }
.fa-bell-o:before { content: "\f0a2"; }
.fa-coffee:before { content: "\f0f4"; }
.fa-cutlery:before { content: "\f0f5"; }
.fa-file-text-o:before { content: "\f0f6"; }
.fa-building-o:before { content: "\f0f7"; }
.fa-hospital-o:before { content: "\f0f8"; }
.fa-ambulance:before { content: "\f0f9"; }
.fa-medkit:before { content: "\f0fa"; }
.fa-fighter-jet:before { content: "\f0fb"; }
.fa-beer:before { content: "\f0fc"; }
.fa-h-square:before { content: "\f0fd"; }
.fa-plus-square:before { content: "\f0fe"; }
.fa-angle-double-left:before { content: "\f100"; }
.fa-angle-double-right:before { content: "\f101"; }
.fa-angle-double-up:before { content: "\f102"; }
.fa-angle-double-down:before { content: "\f103"; }
.fa-angle-left:before { content: "\f104"; }
.fa-angle-right:before { content: "\f105"; }
.fa-angle-up:before { content: "\f106"; }
.fa-angle-down:before { content: "\f107"; }
.fa-desktop:before { content: "\f108"; }
.fa-laptop:before { content: "\f109"; }
.fa-tablet:before { content: "\f10a"; }
.fa-mobile-phone:before, .fa-mobile:before { content: "\f10b"; }
.fa-circle-o:before { content: "\f10c"; }
.fa-quote-left:before { content: "\f10d"; }
.fa-quote-right:before { content: "\f10e"; }
.fa-spinner:before { content: "\f110"; }
.fa-circle:before { content: "\f111"; }
.fa-mail-reply:before, .fa-reply:before { content: "\f112"; }
.fa-github-alt:before { content: "\f113"; }
.fa-folder-o:before { content: "\f114"; }
.fa-folder-open-o:before { content: "\f115"; }
.fa-smile-o:before { content: "\f118"; }
.fa-frown-o:before { content: "\f119"; }
.fa-meh-o:before { content: "\f11a"; }
.fa-gamepad:before { content: "\f11b"; }
.fa-keyboard-o:before { content: "\f11c"; }
.fa-flag-o:before { content: "\f11d"; }
.fa-flag-checkered:before { content: "\f11e"; }
.fa-terminal:before { content: "\f120"; }
.fa-code:before { content: "\f121"; }
.fa-mail-reply-all:before, .fa-reply-all:before { content: "\f122"; }
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123"; }
.fa-location-arrow:before { content: "\f124"; }
.fa-crop:before { content: "\f125"; }
.fa-code-fork:before { content: "\f126"; }
.fa-unlink:before, .fa-chain-broken:before { content: "\f127"; }
.fa-question:before { content: "\f128"; }
.fa-info:before { content: "\f129"; }
.fa-exclamation:before { content: "\f12a"; }
.fa-superscript:before { content: "\f12b"; }
.fa-subscript:before { content: "\f12c"; }
.fa-eraser:before { content: "\f12d"; }
.fa-puzzle-piece:before { content: "\f12e"; }
.fa-microphone:before { content: "\f130"; }
.fa-microphone-slash:before { content: "\f131"; }
.fa-shield:before { content: "\f132"; }
.fa-calendar-o:before { content: "\f133"; }
.fa-fire-extinguisher:before { content: "\f134"; }
.fa-rocket:before { content: "\f135"; }
.fa-maxcdn:before { content: "\f136"; }
.fa-chevron-circle-left:before { content: "\f137"; }
.fa-chevron-circle-right:before { content: "\f138"; }
.fa-chevron-circle-up:before { content: "\f139"; }
.fa-chevron-circle-down:before { content: "\f13a"; }
.fa-html5:before { content: "\f13b"; }
.fa-css3:before { content: "\f13c"; }
.fa-anchor:before { content: "\f13d"; }
.fa-unlock-alt:before { content: "\f13e"; }
.fa-bullseye:before { content: "\f140"; }
.fa-ellipsis-h:before { content: "\f141"; }
.fa-ellipsis-v:before { content: "\f142"; }
.fa-rss-square:before { content: "\f143"; }
.fa-play-circle:before { content: "\f144"; }
.fa-ticket:before { content: "\f145"; }
.fa-minus-square:before { content: "\f146"; }
.fa-minus-square-o:before { content: "\f147"; }
.fa-level-up:before { content: "\f148"; }
.fa-level-down:before { content: "\f149"; }
.fa-check-square:before { content: "\f14a"; }
.fa-pencil-square:before { content: "\f14b"; }
.fa-external-link-square:before { content: "\f14c"; }
.fa-share-square:before { content: "\f14d"; }
.fa-compass:before { content: "\f14e"; }
.fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150"; }
.fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151"; }
.fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152"; }
.fa-euro:before, .fa-eur:before { content: "\f153"; }
.fa-gbp:before { content: "\f154"; }
.fa-dollar:before, .fa-usd:before { content: "\f155"; }
.fa-rupee:before, .fa-inr:before { content: "\f156"; }
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157"; }
.fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158"; }
.fa-won:before, .fa-krw:before { content: "\f159"; }
.fa-bitcoin:before, .fa-btc:before { content: "\f15a"; }
.fa-file:before { content: "\f15b"; }
.fa-file-text:before { content: "\f15c"; }
.fa-sort-alpha-asc:before { content: "\f15d"; }
.fa-sort-alpha-desc:before { content: "\f15e"; }
.fa-sort-amount-asc:before { content: "\f160"; }
.fa-sort-amount-desc:before { content: "\f161"; }
.fa-sort-numeric-asc:before { content: "\f162"; }
.fa-sort-numeric-desc:before { content: "\f163"; }
.fa-thumbs-up:before { content: "\f164"; }
.fa-thumbs-down:before { content: "\f165"; }
.fa-youtube-square:before { content: "\f166"; }
.fa-youtube:before { content: "\f167"; }
.fa-xing:before { content: "\f168"; }
.fa-xing-square:before { content: "\f169"; }
.fa-youtube-play:before { content: "\f16a"; }
.fa-dropbox:before { content: "\f16b"; }
.fa-stack-overflow:before { content: "\f16c"; }
.fa-instagram:before { content: "\f16d"; }
.fa-flickr:before { content: "\f16e"; }
.fa-adn:before { content: "\f170"; }
.fa-bitbucket:before { content: "\f171"; }
.fa-bitbucket-square:before { content: "\f172"; }
.fa-tumblr:before { content: "\f173"; }
.fa-tumblr-square:before { content: "\f174"; }
.fa-long-arrow-down:before { content: "\f175"; }
.fa-long-arrow-up:before { content: "\f176"; }
.fa-long-arrow-left:before { content: "\f177"; }
.fa-long-arrow-right:before { content: "\f178"; }
.fa-apple:before { content: "\f179"; }
.fa-windows:before { content: "\f17a"; }
.fa-android:before { content: "\f17b"; }
.fa-linux:before { content: "\f17c"; }
.fa-dribbble:before { content: "\f17d"; }
.fa-skype:before { content: "\f17e"; }
.fa-foursquare:before { content: "\f180"; }
.fa-trello:before { content: "\f181"; }
.fa-female:before { content: "\f182"; }
.fa-male:before { content: "\f183"; }
.fa-gittip:before { content: "\f184"; }
.fa-sun-o:before { content: "\f185"; }
.fa-moon-o:before { content: "\f186"; }
.fa-archive:before { content: "\f187"; }
.fa-bug:before { content: "\f188"; }
.fa-vk:before { content: "\f189"; }
.fa-weibo:before { content: "\f18a"; }
.fa-renren:before { content: "\f18b"; }
.fa-pagelines:before { content: "\f18c"; }
.fa-stack-exchange:before { content: "\f18d"; }
.fa-arrow-circle-o-right:before { content: "\f18e"; }
.fa-arrow-circle-o-left:before { content: "\f190"; }
.fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191"; }
.fa-dot-circle-o:before { content: "\f192"; }
.fa-wheelchair:before { content: "\f193"; }
.fa-vimeo-square:before { content: "\f194"; }
.fa-turkish-lira:before, .fa-try:before { content: "\f195"; }
.fa-plus-square-o:before { content: "\f196"; }
.fa-space-shuttle:before { content: "\f197"; }
.fa-slack:before { content: "\f198"; }
.fa-envelope-square:before { content: "\f199"; }
.fa-wordpress:before { content: "\f19a"; }
.fa-openid:before { content: "\f19b"; }
.fa-institution:before, .fa-bank:before, .fa-university:before { content: "\f19c"; }
.fa-mortar-board:before, .fa-graduation-cap:before { content: "\f19d"; }
.fa-yahoo:before { content: "\f19e"; }
.fa-google:before { content: "\f1a0"; }
.fa-reddit:before { content: "\f1a1"; }
.fa-reddit-square:before { content: "\f1a2"; }
.fa-stumbleupon-circle:before { content: "\f1a3"; }
.fa-stumbleupon:before { content: "\f1a4"; }
.fa-delicious:before { content: "\f1a5"; }
.fa-digg:before { content: "\f1a6"; }
.fa-pied-piper:before { content: "\f1a7"; }
.fa-pied-piper-alt:before { content: "\f1a8"; }
.fa-drupal:before { content: "\f1a9"; }
.fa-joomla:before { content: "\f1aa"; }
.fa-language:before { content: "\f1ab"; }
.fa-fax:before { content: "\f1ac"; }
.fa-building:before { content: "\f1ad"; }
.fa-child:before { content: "\f1ae"; }
.fa-paw:before { content: "\f1b0"; }
.fa-spoon:before { content: "\f1b1"; }
.fa-cube:before { content: "\f1b2"; }
.fa-cubes:before { content: "\f1b3"; }
.fa-behance:before { content: "\f1b4"; }
.fa-behance-square:before { content: "\f1b5"; }
.fa-steam:before { content: "\f1b6"; }
.fa-steam-square:before { content: "\f1b7"; }
.fa-recycle:before { content: "\f1b8"; }
.fa-automobile:before, .fa-car:before { content: "\f1b9"; }
.fa-cab:before, .fa-taxi:before { content: "\f1ba"; }
.fa-tree:before { content: "\f1bb"; }
.fa-spotify:before { content: "\f1bc"; }
.fa-deviantart:before { content: "\f1bd"; }
.fa-soundcloud:before { content: "\f1be"; }
.fa-database:before { content: "\f1c0"; }
.fa-file-pdf-o:before { content: "\f1c1"; }
.fa-file-word-o:before { content: "\f1c2"; }
.fa-file-excel-o:before { content: "\f1c3"; }
.fa-file-powerpoint-o:before { content: "\f1c4"; }
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: "\f1c5"; }
.fa-file-zip-o:before, .fa-file-archive-o:before { content: "\f1c6"; }
.fa-file-sound-o:before, .fa-file-audio-o:before { content: "\f1c7"; }
.fa-file-movie-o:before, .fa-file-video-o:before { content: "\f1c8"; }
.fa-file-code-o:before { content: "\f1c9"; }
.fa-vine:before { content: "\f1ca"; }
.fa-codepen:before { content: "\f1cb"; }
.fa-jsfiddle:before { content: "\f1cc"; }
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: "\f1cd"; }
.fa-circle-o-notch:before { content: "\f1ce"; }
.fa-ra:before, .fa-rebel:before { content: "\f1d0"; }
.fa-ge:before, .fa-empire:before { content: "\f1d1"; }
.fa-git-square:before { content: "\f1d2"; }
.fa-git:before { content: "\f1d3"; }
.fa-hacker-news:before { content: "\f1d4"; }
.fa-tencent-weibo:before { content: "\f1d5"; }
.fa-qq:before { content: "\f1d6"; }
.fa-wechat:before, .fa-weixin:before { content: "\f1d7"; }
.fa-send:before, .fa-paper-plane:before { content: "\f1d8"; }
.fa-send-o:before, .fa-paper-plane-o:before { content: "\f1d9"; }
.fa-history:before { content: "\f1da"; }
.fa-circle-thin:before { content: "\f1db"; }
.fa-header:before { content: "\f1dc"; }
.fa-paragraph:before { content: "\f1dd"; }
.fa-sliders:before { content: "\f1de"; }
.fa-share-alt:before { content: "\f1e0"; }
.fa-share-alt-square:before { content: "\f1e1"; }
.fa-bomb:before { content: "\f1e2"; }
.fa-soccer-ball-o:before, .fa-futbol-o:before { content: "\f1e3"; }
.fa-tty:before { content: "\f1e4"; }
.fa-binoculars:before { content: "\f1e5"; }
.fa-plug:before { content: "\f1e6"; }
.fa-slideshare:before { content: "\f1e7"; }
.fa-twitch:before { content: "\f1e8"; }
.fa-yelp:before { content: "\f1e9"; }
.fa-newspaper-o:before { content: "\f1ea"; }
.fa-wifi:before { content: "\f1eb"; }
.fa-calculator:before { content: "\f1ec"; }
.fa-paypal:before { content: "\f1ed"; }
.fa-google-wallet:before { content: "\f1ee"; }
.fa-cc-visa:before { content: "\f1f0"; }
.fa-cc-mastercard:before { content: "\f1f1"; }
.fa-cc-discover:before { content: "\f1f2"; }
.fa-cc-amex:before { content: "\f1f3"; }
.fa-cc-paypal:before { content: "\f1f4"; }
.fa-cc-stripe:before { content: "\f1f5"; }
.fa-bell-slash:before { content: "\f1f6"; }
.fa-bell-slash-o:before { content: "\f1f7"; }
.fa-trash:before { content: "\f1f8"; }
.fa-copyright:before { content: "\f1f9"; }
.fa-at:before { content: "\f1fa"; }
.fa-eyedropper:before { content: "\f1fb"; }
.fa-paint-brush:before { content: "\f1fc"; }
.fa-birthday-cake:before { content: "\f1fd"; }
.fa-area-chart:before { content: "\f1fe"; }
.fa-pie-chart:before { content: "\f200"; }
.fa-line-chart:before { content: "\f201"; }
.fa-lastfm:before { content: "\f202"; }
.fa-lastfm-square:before { content: "\f203"; }
.fa-toggle-off:before { content: "\f204"; }
.fa-toggle-on:before { content: "\f205"; }
.fa-bicycle:before { content: "\f206"; }
.fa-bus:before { content: "\f207"; }
.fa-ioxhost:before { content: "\f208"; }
.fa-angellist:before { content: "\f209"; }
.fa-cc:before { content: "\f20a"; }
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: "\f20b"; }
.fa-meanpath:before { content: "\f20c"; }
/* Global */
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
input, textarea, select { -webkit-appearance: none; border-radius: 0; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
::selection { background: #004c94; color: #FFF; }
::-moz-selection { background: #004c94; color: #FFF; }
::-webkit-input-placeholder { color: #999999; opacity: 1; }
:-moz-placeholder { color: #999999; opacity: 1; }
::-moz-placeholder { color: #999999; opacity: 1; }
:-ms-input-placeholder { color: #999999; opacity: 1; }
.italic::-webkit-input-placeholder { font-style: italic; }
.italic:-moz-placeholder { font-style: italic; }
.italic::-moz-placeholder { font-style: italic; }
.italic:-ms-input-placeholder { font-style: italic; }




/* Zebra_DatePicker */
.datepicker{position: relative;}
/*.icon-datepicker,*/
.datepicker:after{content:'';width:17px;height:19px;position: absolute;left:17px;top:0;bottom:0;margin:auto 0;background:url('/images/icon_datepicker.png') no-repeat 0 0;background-size:100%;z-index:0;}
.datepicker .datepicker_mask{content:'';position: absolute;left:0;top:0;width:100%;height:100%;cursor: pointer;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.Zebra_DatePicker{position:absolute;background:#FFF;color:#001441;z-index:1200;font-size:16px;top:100%;margin-top:-2px;left:0;width:100%;max-width:300px;opacity: 0;visibility: hidden;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;transition: all 0.2s ease-out;-webkit-backface-visibility: hidden;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);border-radius:0 0 2px 2px;overflow: hidden;}
.show_datepicker .Zebra_DatePicker{opacity: 1;visibility: visible;box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.16);}
.Zebra_DatePicker table{border-collapse:collapse;border-spacing:0;width:100%;table-layout:auto;}
.Zebra_DatePicker td,.Zebra_DatePicker th{text-align:center;padding:6px 0;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.Zebra_DatePicker td:last-child,.Zebra_DatePicker th:last-child{border-left:none!important;}
.Zebra_DatePicker td:first-child,.Zebra_DatePicker th:first-child{border-right:none!important;}
.Zebra_DatePicker tr:last-child td{border-bottom:none!important;}
.Zebra_DatePicker td{cursor:pointer;-webkit-transition: all 0.1s ease-out;-moz-transition: all 0.1s ease-out;-o-transition: all 0.1s ease-out;transition: all 0.1s ease-out;}
.Zebra_DatePicker .dp_daypicker td,.Zebra_DatePicker .dp_daypicker th,.Zebra_DatePicker .dp_monthpicker td,.Zebra_DatePicker .dp_yearpicker td{background:#FFF;width:30px;border:none;}
.Zebra_DatePicker .dp_header td{color:#0033a0;padding:7px 0;}
.Zebra_DatePicker .dp_header .dp_previous,.Zebra_DatePicker .dp_header .dp_next{width:30px}
.Zebra_DatePicker .dp_header .dp_caption{font-weight:600;}
.Zebra_DatePicker .dp_header .dp_hover{background:#FFF;color:#0033a0;}
.Zebra_DatePicker .dp_daypicker th{font-weight:600;color:#0033a0;background:#f3f3f3;}
.Zebra_DatePicker td.dp_not_in_month{background:#f7f7f7;color:#b3b3b3;cursor:default}
.Zebra_DatePicker td.dp_not_in_month_selectable{background:#f7f7f7;color:#b3b3b3;cursor:pointer}
.Zebra_DatePicker td.dp_weekend_disabled{color:#b3b3b3;cursor:default}
.Zebra_DatePicker td.dp_selected{background:#0033a0;color:#FFF !important;font-weight:500;}
.Zebra_DatePicker td.dp_week_number{background:#FFCC33;color:#555;cursor:text;font-style:italic}
.Zebra_DatePicker .dp_monthpicker td{width:33%}
.Zebra_DatePicker .dp_yearpicker td{width:33%}
.Zebra_DatePicker .dp_footer{margin-top:3px}
.Zebra_DatePicker .dp_footer .dp_hover{background:#222;color:#FFF}
.Zebra_DatePicker .dp_today{color:#FFF;padding:3px}
.Zebra_DatePicker .dp_clear{color:#FFF;padding:3px}
.Zebra_DatePicker td.dp_current{color:#0033a0;font-weight:600;}
.Zebra_DatePicker td.dp_disabled_current{color:#E38585;}
.Zebra_DatePicker td.dp_disabled{background:#f7f7f7;color:#b3b3b3;cursor:default}
.Zebra_DatePicker td.dp_hover{background:#209eff;color:#FFF}
.Zebra_DatePicker .fa{width:8px;height:13px;background:url('/images/icon_arrows.png') no-repeat left top;background-size:auto 100%;display: block;margin:0 auto;}
.Zebra_DatePicker .fa.fa-chevron-right{background-position: right top;}
.datepicker .icon-datepicker{position: absolute; left: 0.4375rem; top: 50%;  transform: translateY(-50%);}
.Zebra_DatePicker_Icon{display:none;} /**button remove**/

input[type="date"]{color:red;left:50px;width:200px;}

/* *  Owl Carousel - Animate Plugin */
.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.owl-carousel .owl-animated-in{z-index:0;}
.owl-carousel .owl-animated-out{z-index:1;}
.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut;}
@-webkit-keyframes fadeOut{0%{opacity:1;}
100%{opacity:0;}}
@keyframes fadeOut{0%{opacity:1;}
100%{opacity:0;}}
/* * 	Owl Carousel - Auto Height Plugin */
.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out;}
/* *  Core Owl Carousel CSS File */
.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;
/* position relative and z-index fix webkit rendering fonts issue */
position:relative;z-index:1;}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;height:100%;}
.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;height:100%;
/* fix for flashing background */
-webkit-transform:translate3d(0px,0px,0px);}
.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot{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-loaded{display:block;}
.owl-carousel.owl-loading{opacity:0;display:block;}
.owl-carousel.owl-hidden{opacity:0;}
.owl-carousel .owl-refresh .owl-item{display:none;}
.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:100%;cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab;}
.owl-carousel .owl-item img{display:block;-webkit-transform-style:preserve-3d;}
.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto;}
.owl-carousel.owl-rtl{direction:rtl;}
.owl-carousel.owl-rtl .owl-item{float:right;}
/* No Js */
.no-js .owl-carousel{display:block;}
/* * 	Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease;}
.owl-carousel .owl-item img{transform-style:preserve-3d;}
/* * 	Owl Carousel - Video Plugin */
.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;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease;}
.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3);}
.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none;}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease;}
.owl-carousel .owl-video-frame{position:relative;z-index:1;}

.owl-prev,.owl-next{height:60px;position: absolute;top:50%;margin-top:-30px;width:25px;overflow: hidden;right:0;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;-o-transition: all 0.2s;transition: all 0.2s;}
.owl-next{left:0;right:auto;}
.owl-prev:before,.owl-next:before{content:'';position: absolute;display: block;top:0;left:0;width:60px;height:60px;background:rgba(0,0,0,0.5);-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;}
.owl-next:before{left:auto;right:0;}
.owl-prev:after,.owl-next:after{position:absolute;z-index:2;left:10px;text-align:center;color: #FFF;display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f105";font-size: 32px;font-weight: 400;line-height:60px;}
.owl-next:after{content:"\f104";right:10px;left:auto;}

.small_arrows .owl-prev,.small_arrows .owl-next{height:30px;margin-top:-15px;width:25px;}
.small_arrows .owl-prev:before,.small_arrows .owl-next:before{width:30px;height:30px;}
.small_arrows .owl-prev:after,.small_arrows .owl-next:after{left:10px;font-size: 32px;line-height:30px;}
.small_arrows .owl-next:after{right:10px;left:auto;}

@media screen and (min-width: 768px) {
    .owl-prev,.owl-next{height:140px;margin-top:-70px;width:41px;right:0;}
    .owl-next{left:0;right:auto;}
    .owl-prev:before,.owl-next:before{width:140px;height:140px;}
    .owl-prev:after,.owl-next:after{left:14px;font-size: 49px;line-height:140px;}
    .owl-next:after{right:14px;left:auto;}
    
    .small_arrows .owl-prev,.small_arrows .owl-next{height:70px;margin-top:-35px;width:28px;right:0;}
    .small_arrows .owl-next{left:0;right:auto;}
    .small_arrows .owl-prev:before,.small_arrows .owl-next:before{width:70px;height:70px;}
    .small_arrows .owl-prev:after,.small_arrows .owl-next:after{left:10px;font-size: 34px;line-height:70px;}
    .small_arrows .owl-next:after{right:10px;left:auto;}
}
@media screen and (min-width: 1024px) {
    .owl-prev,.owl-next{right:-41px;}
    .owl-next{left:-41px;right:auto;}
    .owl-carousel:hover .owl-prev{right:0;}
    .owl-carousel:hover .owl-next{left:0;}
    
    .small_arrows .owl-prev,.small_arrows .owl-next{right:-28px;}
    .small_arrows .owl-next{left:-28px;right:auto;}
    .small_arrows .owl-carousel:hover .owl-prev{right:0;}
    .small_arrows .owl-carousel:hover .owl-next{left:0;}
}
@media screen and (min-width: 1280px) {
    .owl-prev,.owl-next{height:166px;margin-top:-83px;}
    .owl-prev:before,.owl-next:before{width:166px;height:166px;}
    .owl-prev:after,.owl-next:after{line-height:166px;}
    
    .small_arrows .owl-prev,.small_arrows .owl-next{height:83px;margin-top:-41.5px;}
    .small_arrows .owl-prev:before,.small_arrows .owl-next:before{width:83px;height:83px;}
    .small_arrows .owl-prev:after,.small_arrows .owl-next:after{line-height:83px;}
}
/*! Chosen, a Select Box Enhancer for jQuery and Prototype by Patrick Filler for Harvest, http://getharvest.com  Version 1.3.0 Full source at https://github.com/harvesthq/chosen Copyright (c) 2011-2014 Harvest http://getharvest.com  MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md This file is generated by `grunt build`, do not edit it by hand. */
/* @group Base */
.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;zoom:1;*display:inline;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s;}
.chosen-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:9;width:100%;border:1px solid #e6e6e6;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,0.15);}
.chosen-container.chosen-with-drop .chosen-drop{left:0;}
.chosen-container a{cursor:pointer;}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 30px;height:25px;}
.chosen-container-single .chosen-default{color:#999;}
.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:normal;}
.chosen-container-single .chosen-single-with-deselect span{margin-right:38px;}
.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url( 'chosen-sprite.png ') -42px 1px no-repeat;font-size:1px;}
.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px;}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px;}
.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%;}
.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:normal;}
.chosen-container-single .chosen-search input [type= "text " ]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;background:white url( 'chosen-sprite.png ') no-repeat 100% -20px;background:url( 'chosen-sprite.png ') no-repeat 100% -20px;
                                                               font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0;}
.chosen-container-single .chosen-drop{margin-top:-1px;background-clip:padding-box;}
.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px;}
/* @end */
/* @group Results */
.chosen-container .chosen-results{color: #363636;font-size: 20px;font-weight: 500;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 12px 12px 12px;margin:12px 0 0 0;max-height:240px;-webkit-overflow-scrolling:touch;}
.chosen-container .chosen-results li{display:none;margin:0;padding:0 6px;list-style:none;line-height:40px;word-wrap:break-word;-webkit-touch-callout:none;white-space: normal;overflow: hidden;text-overflow: ellipsis;}
.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer;}
.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default;}
.chosen-container .chosen-results li.highlighted{background:#004b92;color:#FFF;}
.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4;}
.chosen-container .chosen-results li.group-result{display:list-item;font-weight:bold;cursor:default;}
.chosen-container .chosen-results li.group-option{padding-left:15px;}
.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline;}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto !important;height:1%;background-color:#fff;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(1%,#eeeeee),color-stop(15%,#ffffff));background-image:-webkit-linear-gradient(#eeeeee 1%,#ffffff 15%);background-image:-moz-linear-gradient(#eeeeee 1%,#ffffff 15%);background-image:-o-linear-gradient(#eeeeee 1%,#ffffff 15%);background-image:linear-gradient(#eeeeee 1%,#ffffff 15%);cursor:text;}
.chosen-container-multi .chosen-choices li{float:left;list-style:none;}
.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap;}
.chosen-container-multi .chosen-choices li.search-field input [type= "text " ]{margin:1px 0;padding:0;height:25px;outline:0;border:0 !important;background:transparent !important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;}
.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;max-width:100%;background-color:#eeeeee;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eeeeee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px white inset,0 1px 0 rgba(0,0,0,0.05);color:#333;line-height:13px;cursor:default;}
.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word;}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url( 'chosen-sprite.png ') -42px 1px no-repeat;font-size:1px;}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px;}
.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eeeeee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);background-image:-o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);background-image:linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);color:#666;}
.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4;}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px;}
.chosen-container-multi .chosen-results{margin:0;padding:0;}
.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default;}
/* @end */
/* @group Active  */

.chosen-container-active.chosen-with-drop{border-width:1px;}
.chosen-container-active .chosen-choices li.search-field input [type= "text " ]{color:#222 !important;}
/* @end */
/* @group Disabled Support */
.chosen-disabled{opacity:0.5 !important;cursor:default;}
.chosen-disabled .chosen-single{cursor:default;}
.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default;}
/* @end */
/* @group Right to Left */
.chosen-rtl{text-align:right;}
.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0;}
.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl;}
.chosen-rtl .chosen-single-with-deselect span{margin-left:38px;}
.chosen-rtl .chosen-single div{right:auto;left:3px;}
.chosen-rtl .chosen-single abbr{right:auto;left:26px;}
.chosen-rtl .chosen-choices li{float:right;}
.chosen-rtl .chosen-choices li.search-field input [type= "text " ]{direction:rtl;}
.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px;}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px;}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px;}
.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0;}
.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0;}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none;}
/* @end */
/* @group Retina compatibility */

/* Custom style */
select.customselect,select.customselect_search{height:38px;width:100%;border: 2px solid #e6e6e6;background:none;color: #363636;font-size: 18px;font-weight: 500;text-indent: 5px;-moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;background:url('../../images/chosen-arrow.png') no-repeat 16px 14px;background-size:auto 7px;}

.chosen-container{width:100%!important;}
.chosen-container-active{-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.chosen-container-single .chosen-single{height:38px;line-height:36px;border: 2px solid #e6e6e6;background:none;}
.chosen-container-single .chosen-single span{margin-right:13px;color: #363636;font-size: 18px;font-weight: 500;color: #363636;}
.chosen-container-single .chosen-single div{right: auto;left:11px;}
.chosen-container-single .chosen-single div b{position: absolute;width:9px;margin:0 auto;right:0;left:0;height:7px;background:url('../../images/chosen-arrows.png') no-repeat 0 0;background-size:100%;top:50%;margin-top:-4px;}
.chosen-with-drop .chosen-single div b{background-position: 0 100%;}
.chosen-container-active .chosen-single{border: 1px solid #e6e6e6;border-bottom-width:2px;}
.chosen-container .chosen-results{font-size: 18px;margin:8px;}
.chosen-container .chosen-results li{padding:0 6px;line-height:35px;}
.chosen-container-single .chosen-search{padding:12px 12px 0;}
.chosen-container-single .chosen-search input[type="text"]{width:100%;border:1px solid #e6e6e6;height:35px;text-indent: 7px;color: #363636;font-size: 18px;}

@media screen and (min-width: 768px) { 
    .chosen-container-single .chosen-single{height:40px;}
}
@media screen and (min-width: 1024px) {
    .chosen-container-single .chosen-single{height:45px;line-height:41px;}
    .chosen-container-single .chosen-single span{margin-right:14px;font-size: 20px;}
    .chosen-container-single .chosen-single div b{width:11px;height:9px;margin-top:-5px;}
    .chosen-container .chosen-results{font-size: 20px;margin:12px;}
    .chosen-container .chosen-results li{line-height:40px;}
}
@media screen and (min-width: 1280px) {
    .chosen-container-single .chosen-single{height:50px;line-height:46px;}
    .chosen-container .chosen-results li{line-height:45px;}
}
/*! * Pikaday * Copyright © 2014 David Bushell | BSD & MIT license | dbushell.com/ */
.pika-single{z-index:8;display:block;position:relative;color:#363636;background:#fff;border: 1px solid #E6E6E6;margin-top:5px;}
/* clear child float (pika-lendar), using the famous micro clearfix hack ::nicolasgallagher.com/micro-clearfix-hack/ */
.pika-single:before,.pika-single:after{content: " ";display:table;}
.pika-single:after{clear:both}
.pika-single{*zoom:1}
.pika-single.is-hidden{display:none;}
.pika-single.is-bound{position:absolute;-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.pika-lendar{float:left;width:240px;margin:8px;}
.pika-title{position:relative;text-align:center;}
.pika-label{display:inline-block;*display:inline;position:relative;z-index:9999;overflow:hidden;margin:0;padding:5px 3px;font-size:20px;line-height:20px;font-weight:500;background-color:#fff;}
.pika-title select{cursor:pointer;position:absolute;z-index:9998;margin:0;left:0;top:5px;filter:alpha(opacity=0);opacity:0;}
.pika-prev,.pika-next{display:block;cursor:pointer;position:relative;outline:none;border:0;padding:0;width:25px;height:35px;
/* hide text using text-indent trick, using width value (it's enough) */
text-indent:25px;white-space:nowrap;overflow:hidden;background-color:transparent;background-position:center center;background-repeat:no-repeat;background-size:85% 85%;opacity:.5;*position:absolute;*top:0;}
.pika-prev:hover,.pika-next:hover{opacity:1;}
.pika-prev,.is-rtl .pika-next{float:left;background-image:url( 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg== ');*left:0;}
.pika-next,.is-rtl .pika-prev{float:right;background-image:url( 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII= ');*right:0;}
.pika-prev.is-disabled,.pika-next.is-disabled{cursor:default;opacity:.2;}
.pika-select{display:inline-block;*display:inline;}
.pika-table{width:100%;border-collapse:collapse;border-spacing:0;border:0;}
.pika-table th,.pika-table td{width:14.285714285714286%;padding:0;}
.pika-table th{color:#363636;font-size:18px;line-height:25px;font-weight:500;text-align:center;}
.pika-button{cursor:pointer;display:block;box-sizing:border-box;-moz-box-sizing:border-box;outline:none;border:0;margin:0;width:100%;padding:5px;color:#666;font-size:18px;line-height:20px;text-align:center;background:#FFF;}
.pika-week{font-size:11px;color:#999;}
.is-today .pika-button{color:#004B92;font-weight:500;}
.is-selected .pika-button{color:#fff;font-weight:500;background:#004B92;}
.is-disabled .pika-button{pointer-events:none;cursor:default;color:#999;opacity:.3;}
.pika-button:hover{color:#fff !important;background:#4f4f4f !important;}
/* styling for abbr */
.pika-table abbr{border-bottom:none;cursor:default;}
/* Magnific Popup CSS */
.mfp-zoom-in{}
.mfp-zoom-in .mfp-with-anim{opacity:0;transition:all 0.2s ease-in-out;transform:scale(0.8);}
.mfp-zoom-in.mfp-bg{opacity:0;transition:all 0.3s ease-out;}
.mfp-zoom-in.mfp-ready .mfp-with-anim{opacity:1;transform:scale(1);}
.mfp-zoom-in.mfp-ready.mfp-bg{opacity:0.8;}
.mfp-zoom-in.mfp-removing .mfp-with-anim{transform:scale(0.8);opacity:0;}
.mfp-zoom-in.mfp-removing.mfp-bg{opacity:0;}
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#000000;opacity:0.80;filter:alpha(opacity=80);}
.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden;}
.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 60px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.mfp-container:before{content: ' ';display:inline-block;height:100%;vertical-align:middle;}
.mfp-align-top .mfp-container:before{display:none;}
.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045;}
.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto;}
.mfp-ajax-cur{cursor:progress;}

/*.zoom-gallery .mfp-img{ cursor: -webkit-zoom-in;  cursor: zoom-in; }*/

.mfp-zoom-out-cur,.mfp-zoom-out-cur  {cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out;}
.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in;}
.mfp-auto-cursor .mfp-content{cursor:auto;}
.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none;}
.mfp-loading.mfp-figure{display:none;position: relative;}
.mfp-hide{display:none !important;}
.mfp-preloader{color:#cccccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044;}
.mfp-preloader a{color:#cccccc;}
.mfp-preloader a:hover{color:white;}
.mfp-s-ready .mfp-preloader{display:none;}
.mfp-s-error .mfp-content{display:none;}
button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none;}
button::-moz-focus-inner{padding:0;border:0;}
.mfp-close{position:absolute;left:-22px;top:-22px;font-size:18px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;color:#FFF;text-align:center;line-height:38px;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}
.mfp-close:before{content: " \e602 ";font-family: 'kavicon';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.mfp-close:hover,.mfp-close:focus{-ms-transform: scale(1.1);-webkit-transform: scale(1.1);transform: scale(1.1);}
.mfp-close:active{}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{width:36px;height:36px;background:#fff;}
.mfp-counter{position:absolute;bottom:12px;left:15px;color:#363636;line-height:16px;font-size:16px;direction:rtl;font-weight:300;}
.mfp-arrow{position:absolute;margin:0;top:50%;margin-top:-38px;padding:0;width:60px;height:76px;-webkit-tap-highlight-color:rgba(0,0,0,0);color:#FFF;font-size:54px;}
.mfp-arrow:active{margin-top:-37px;}
.mfp-arrow:hover,.mfp-arrow:focus{}
.mfp-arrow-left{right:-60px;}
.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{left:auto;right:14px;background-position:right top;}
.mfp-arrow-right{left:-60px;}
.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{left:14px;}
.mfp-iframe-holder{padding-top:40px;padding-bottom:40px;}
.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px;}
.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%;outline: 10px solid #FFF;}
.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;background:black;}
/* Main image in popup */
.mfp-container img{width:auto;max-width:100%;max-height:80%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:8px 8px 40px;margin:20px auto;}
/* The shadow behind the image */
.mfp-figure{background:#FFF;line-height:0;}
.mfp-figure:after{content: ' ';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;background:#444444;}
.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px;}
.mfp-figure figure{margin:0;background:#FFF;position: relative;}
.mfp-bottom-bar{position:absolute;bottom:0;left:0;width:100%;height:40px;cursor:auto;}
.mfp-title{text-align:right;line-height:40px;color:#f3f3f3;padding: 0 15px;color:#363636;font-size:16px;font-weight:300;}
.mfp-title strong{color:#000;font-size:20px;display:block;font-weight:300;}
.mfp-image-holder .mfp-content{max-width:100%;}
.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer;}
.image-source-link{color:#98C3D1;}
.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg{opacity:0.001;-webkit-backface-visibility:hidden;
/* ideally, transition speed should match zoom duration */
-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out;}
.mfp-with-zoom.mfp-ready .mfp-container{opacity:1;}
.mfp-with-zoom.mfp-ready.mfp-bg{opacity:0.88;}
.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg{opacity:0;}
.mfp-ie7 .mfp-img{padding:0;}
.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px;}
.mfp-ie7 .mfp-container{padding:0;}
.mfp-ie7 .mfp-content{padding-top:44px;}
.mfp-ie7 .mfp-close{top:0;left:0;padding-top:0;}
.mfp-fade.mfp-bg{opacity:0;-webkit-transition:all 0.15s ease-out;-moz-transition:all 0.15s ease-out;transition:all 0.15s ease-out;}
.mfp-fade.mfp-bg.mfp-ready{opacity:0.8;}
.mfp-fade.mfp-bg.mfp-removing{opacity:0;}
.mfp-fade.mfp-wrap .mfp-content{opacity:0;-webkit-transition:all 0.15s ease-out;-moz-transition:all 0.15s ease-out;transition:all 0.15s ease-out;}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1;}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0;}
@media screen and (max-width:768px){
    .mfp-container{padding:0 10px;}
    .mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0;}
    .mfp-container img{padding:5px 5px 40px;}
    .mfp-title{padding:10px;line-height:14px;font-size:12px;}
    .mfp-title strong{font-size:15px;margin-bottom:5px;}
    .mfp-img-mobile .mfp-figure:after{top:0;bottom:0;}
    .mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px;}
    .mfp-img-mobile .mfp-bottom-bar{}
    .mfp-counter{left:5px;bottom:5px;font-size:12px;}
    .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{left:-8px;top:-8px;width:30px;height:30px;line-height:30px;font-size:16px;}
    .mfp-arrow{margin-top:-19px;width:34px;height:38px;font-size:33px;}
    .mfp-arrow:active{margin-top:-18px;}
    .mfp-arrow:hover,.mfp-arrow:focus{}
    .mfp-arrow:after{width:16px;height:38px;}
    .mfp-arrow-left{right:10px;}
    .mfp-arrow-left:after,.mfp-arrow-left .mfp-a{right:10px;}
    .mfp-arrow-right{left:10px;}
    .mfp-arrow-right:after,.mfp-arrow-right .mfp-a{left:10px;}
}


.mfp-img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.scaleUp{-webkit-transform: scale(1.8); -ms-transform: scale(1.8); transform: scale(1.8); }
.scaleDown{-webkit-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }

/* This block of CSS adds opacity transition to background */

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}


/* padding-bottom and top for image */

.mfp-no-margins img.mfp-img {
  padding: 0;
}


/* position of shadow behind the image */

.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}


/* padding for main container */

.mfp-no-margins .mfp-container {
  padding: 0;
}


/** Kendo UI v2014.3.1316 (http://www.telerik.com/kendo-ui)* Copyright 2015 Telerik AD. All rights reserved.** Kendo UI commercial licenses may be obtained at* http://www.telerik.com/purchase/license-agreement/kendo-ui-complete* If you do not own a commercial license, this file shall be governed by the trial license terms.*/.fake{color:red}.k-reset{margin:0;padding:0;border:0;outline:0;text-decoration:none;font-size:100%;list-style:none}.k-floatwrap:after,.k-slider-items:after,.k-grid-toolbar:after{content:"";display:block;clear:both;visibility:hidden;height:0;overflow:hidden}.k-floatwrap,.k-slider-items,.k-grid-toolbar{display:inline-block}.k-floatwrap,.k-slider-items,.k-grid-toolbar{display:block}.k-block,.k-button,.k-header,.k-grid-header,.k-toolbar,.k-grouping-header,.k-tooltip,.k-pager-wrap,.k-tabstrip-items .k-item,.k-link.k-state-hover,.k-textbox,.k-textbox:hover,.k-autocomplete,.k-dropdown-wrap,.k-picker-wrap,.k-numeric-wrap,.k-autocomplete.k-state-hover,.k-dropdown-wrap.k-state-hover,.k-picker-wrap.k-state-hover,.k-numeric-wrap.k-state-hover,.k-draghandle{background-repeat:repeat;background-position:0 center}.k-link:hover{text-decoration:none}.k-state-highlight>.k-link{color:inherit}.k-textbox>input,.k-input[type="text"],.k-input[type="number"],.k-textbox,.k-picker-wrap .k-input,.k-button{font-size:100%;font-family:inherit;border-style:solid;border-width:1px;-webkit-appearance:none}.k-widget,.k-block,.k-inline-block,.k-draghandle{border-style:solid;border-width:1px;-webkit-appearance:none}.k-block,.k-widget{line-height:normal;outline:0}.k-block{padding:2px}.k-button{display:inline-block;margin:0;padding:5px 14px 4px;font-family:inherit;line-height:1.72em;text-align:center;cursor:pointer;text-decoration:none}.k-button[disabled],.k-button.k-state-disabled,.k-state-disabled .k-button,.k-state-disabled .k-button:hover,.k-button.k-state-disabled:hover,.k-state-disabled .k-button:active,.k-button.k-state-disabled:active{cursor:default}.k-ie7 .k-button{line-height:normal}a.k-button{-khtml-user-select:none;-webkit-user-select:none;-moz-user-select:-moz-none;-ms-user-select:none;user-select:none;text-decoration:none}.k-ff input.k-button{padding-bottom:.37em;padding-top:.37em}.k-ie7 .k-button{overflow:visible;margin-right:4px}.k-ie7 a.k-button{line-height:1.6;padding-left:7px;padding-right:7px}.k-ie7 .k-slider a.k-button{height:22px;line-height:22px;padding:0}.k-ie7 .k-button-expand{margin-left:0;margin-right:0}button.k-button::-moz-focus-inner,input.k-button::-moz-focus-inner{padding:0;border:0}a.k-button-expand{display:block}button.k-button-expand,input[type="submit"].k-button-expand,input[type="button"].k-button-expand,input[type="reset"].k-button-expand{width:100%}body .k-button-icon,body .k-split-button-arrow{padding-left:.4em;padding-right:.4em}.k-ie7 a.k-button-icon{padding-left:5px;padding-right:5px}.k-button-icontext{overflow:visible}.k-toolbar .k-button-icontext{padding-right:.8em}.k-button-icontext .k-icon,.k-button-icontext .k-image{margin-right:3px;margin-right:.3rem;margin-left:-3px;margin-left:-0.3rem}.k-button.k-button-icontext .k-icon,.k-button.k-button-icontext .k-image{vertical-align:text-top}html body .k-button-bare{background:none!important;color:inherit;border-width:0}html body .k-button-bare.k-upload-button:hover{color:inherit}.k-link{cursor:pointer;outline:0;text-decoration:none}.k-grid-header span.k-link{cursor:default}.k-state-disabled,.k-state-disabled .k-link,.k-state-disabled .k-icon,.k-state-disabled .k-button,.k-state-disabled .k-draghandle,.k-state-disabled .k-upload-button input{cursor:default!important;outline:0}@media print{.k-state-disabled,.k-state-disabled .k-input{opacity:1!important}}.k-state-error{border-style:ridge}.k-state-empty{font-style:italic}.k-icon,.k-sprite,.k-button-group .k-tool-icon{display:inline-block;width:16px;height:16px;overflow:hidden;background-repeat:no-repeat;font-size:0;line-height:0;text-align:center;-ms-high-contrast-adjust:none}.k-icon.k-i-none{background-image:none!important}.k-ie8 .k-icon,.k-ie8 .k-sprite,.k-ie8 .k-button-group .k-tool-icon{vertical-align:middle}:root *>.k-icon,:root *>.k-sprite,:root *>.k-button-group .k-tool-icon{vertical-align:middle}.k-icon,.k-sprite{background-color:transparent}.k-ie7 .k-icon,.k-ie7 .k-sprite{text-indent:0}.k-numerictextbox .k-select .k-link span.k-i-arrow-n{background-position:0 -3px}.k-numerictextbox .k-select .k-link span.k-i-arrow-s{background-position:0 -35px}.k-state-selected .k-i-arrow-n{background-position:-16px 0}.k-link:not(.k-state-disabled):hover>.k-state-selected .k-i-arrow-n,.k-state-hover>.k-state-selected .k-i-arrow-n,.k-state-hover>*>.k-state-selected .k-i-arrow-n,.k-button:not(.k-state-disabled):hover .k-state-selected .k-i-arrow-n,.k-textbox:hover .k-state-selected .k-i-arrow-n,.k-button:active .k-state-selected .k-i-arrow-n{background-position:-32px 0}.k-numerictextbox .k-link.k-state-selected span.k-i-arrow-n,.k-numerictextbox .k-state-hover .k-link span.k-i-arrow-n{background-position:-16px -3px}.k-state-selected .k-i-arrow-s{background-position:-16px -32px}.k-link:not(.k-state-disabled):hover>.k-state-selected .k-i-arrow-s,.k-state-hover>.k-state-selected .k-i-arrow-s,.k-state-hover>*>.k-state-selected .k-i-arrow-s,.k-button:not(.k-state-disabled):hover .k-state-selected .k-i-arrow-s,.k-textbox:hover .k-state-selected .k-i-arrow-s,.k-button:active .k-state-selected .k-i-arrow-s{background-position:-32px -32px}.k-numerictextbox .k-link.k-state-selected span.k-i-arrow-s,.k-numerictextbox .k-state-hover .k-link span.k-i-arrow-s{background-position:-16px -35px}.k-grid-header th>.k-link:hover span.k-i-arrow-n{background-position:0 0}.k-grid-header th>.k-link:hover span.k-i-arrow-s{background-position:0 -32px}.k-group-indicator .k-link:hover span.k-si-arrow-n{background-position:0 -129px}.k-group-indicator .k-link:hover span.k-si-arrow-s{background-position:0 -159px}.k-group-indicator .k-button:hover span.k-group-delete{background-position:-32px -16px}.k-scheduler .k-scheduler-toolbar .k-nav-current .k-link .k-i-calendar{background-position:-32px -176px}.k-i-arrow-n{background-position:0 0}.k-link:not(.k-state-disabled):hover>.k-i-arrow-n,.k-state-hover>.k-i-arrow-n,.k-state-hover>*>.k-i-arrow-n,.k-button:not(.k-state-disabled):hover .k-i-arrow-n,.k-textbox:hover .k-i-arrow-n,.k-button:active .k-i-arrow-n{background-position:-16px 0}.k-i-arrow-e{background-position:0 -16px}.k-link:not(.k-state-disabled):hover>.k-i-arrow-e,.k-state-hover>.k-i-arrow-e,.k-state-hover>*>.k-i-arrow-e,.k-button:not(.k-state-disabled):hover .k-i-arrow-e,.k-textbox:hover .k-i-arrow-e,.k-button:active .k-i-arrow-e{background-position:-16px -16px}.k-rtl .k-i-arrow-w{background-position:0 -16px}.k-rtl .k-link:not(.k-state-disabled):hover>.k-i-arrow-w,.k-rtl .k-state-hover>.k-i-arrow-w,.k-rtl .k-state-hover>*>.k-i-arrow-w,.k-rtl .k-button:not(.k-state-disabled):hover .k-i-arrow-w,.k-rtl .k-textbox:hover .k-i-arrow-w,.k-rtl .k-button:active .k-i-arrow-w{background-position:-16px -16px}.k-i-arrow-s{background-position:0 -32px}.k-link:not(.k-state-disabled):hover>.k-i-arrow-s,.k-state-hover>.k-i-arrow-s,.k-state-hover>*>.k-i-arrow-s,.k-button:not(.k-state-disabled):hover .k-i-arrow-s,.k-textbox:hover .k-i-arrow-s,.k-button:active .k-i-arrow-s{background-position:-16px -32px}.k-i-arrow-w{background-position:0 -48px}.k-link:not(.k-state-disabled):hover>.k-i-arrow-w,.k-state-hover>.k-i-arrow-w,.k-state-hover>*>.k-i-arrow-w,.k-button:not(.k-state-disabled):hover .k-i-arrow-w,.k-textbox:hover .k-i-arrow-w,.k-button:active .k-i-arrow-w{background-position:-16px -48px}.k-rtl .k-i-arrow-e{background-position:0 -48px}.k-rtl .k-link:not(.k-state-disabled):hover>.k-i-arrow-e,.k-rtl .k-state-hover>.k-i-arrow-e,.k-rtl .k-state-hover>*>.k-i-arrow-e,.k-rtl .k-button:not(.k-state-disabled):hover .k-i-arrow-e,.k-rtl .k-textbox:hover .k-i-arrow-e,.k-rtl .k-button:active .k-i-arrow-e{background-position:-16px -48px}.k-i-seek-n{background-position:0 -64px}.k-link:not(.k-state-disabled):hover>.k-i-seek-n,.k-state-hover>.k-i-seek-n,.k-state-hover>*>.k-i-seek-n,.k-button:not(.k-state-disabled):hover .k-i-seek-n,.k-textbox:hover .k-i-seek-n,.k-button:active .k-i-seek-n{background-position:-16px -64px}.k-i-seek-e{background-position:0 -80px}.k-link:not(.k-state-disabled):hover>.k-i-seek-e,.k-state-hover>.k-i-seek-e,.k-state-hover>*>.k-i-seek-e,.k-button:not(.k-state-disabled):hover .k-i-seek-e,.k-textbox:hover .k-i-seek-e,.k-button:active .k-i-seek-e{background-position:-16px -80px}.k-rtl .k-i-seek-w{background-position:0 -80px}.k-rtl .k-link:not(.k-state-disabled):hover>.k-i-seek-w,.k-rtl .k-state-hover>.k-i-seek-w,.k-rtl .k-state-hover>*>.k-i-seek-w,.k-rtl .k-button:not(.k-state-disabled):hover .k-i-seek-w,.k-rtl .k-textbox:hover .k-i-seek-w,.k-rtl .k-button:active .k-i-seek-w{background-position:-16px -80px}.k-i-seek-s{background-position:0 -96px}.k-link:not(.k-state-disabled):hover>.k-i-seek-s,.k-state-hover>.k-i-seek-s,.k-state-hover>*>.k-i-seek-s,.k-button:not(.k-state-disabled):hover .k-i-seek-s,.k-textbox:hover .k-i-seek-s,.k-button:active .k-i-seek-s{background-position:-16px -96px}.k-i-seek-w{background-position:0 -112px}.k-link:not(.k-state-disabled):hover>.k-i-seek-w,.k-state-hover>.k-i-seek-w,.k-state-hover>*>.k-i-seek-w,.k-button:not(.k-state-disabled):hover .k-i-seek-w,.k-textbox:hover .k-i-seek-w,.k-button:active .k-i-seek-w{background-position:-16px -112px}.k-rtl .k-i-seek-e{background-position:0 -112px}.k-rtl .k-link:not(.k-state-disabled):hover>.k-i-seek-e,.k-rtl .k-state-hover>.k-i-seek-e,.k-rtl .k-state-hover>*>.k-i-seek-e,.k-rtl .k-button:not(.k-state-disabled):hover .k-i-seek-e,.k-rtl .k-textbox:hover .k-i-seek-e,.k-rtl .k-button:active .k-i-seek-e{background-position:-16px -112px}.k-si-arrow-n{background-position:0 -129px}.k-link:not(.k-state-disabled):hover>.k-si-arrow-n,.k-state-hover>.k-si-arrow-n,.k-state-hover>*>.k-si-arrow-n,.k-button:not(.k-state-disabled):hover .k-si-arrow-n,.k-textbox:hover .k-si-arrow-n,.k-button:active .k-si-arrow-n{background-position:-16px -129px}.k-si-arrow-e{background-position:0 -144px}.k-link:not(.k-state-disabled):hover>.k-si-arrow-e,.k-state-hover>.k-si-arrow-e,.k-state-hover>*>.k-si-arrow-e,.k-button:not(.k-state-disabled):hover .k-si-arrow-e,.k-textbox:hover .k-si-arrow-e,.k-button:active .k-si-arrow-e{background-position:-16px -144px}.k-si-arrow-s{background-position:0 -159px}.k-link:not(.k-state-disabled):hover>.k-si-arrow-s,.k-state-hover>.k-si-arrow-s,.k-state-hover>*>.k-si-arrow-s,.k-button:not(.k-state-disabled):hover .k-si-arrow-s,.k-textbox:hover .k-si-arrow-s,.k-button:active .k-si-arrow-s{background-position:-16px -159px}.k-si-arrow-w{background-position:0 -176px}.k-link:not(.k-state-disabled):hover>.k-si-arrow-w,.k-state-hover>.k-si-arrow-w,.k-state-hover>*>.k-si-arrow-w,.k-button:not(.k-state-disabled):hover .k-si-arrow-w,.k-textbox:hover .k-si-arrow-w,.k-button:active .k-si-arrow-w{background-position:-16px -176px}.k-i-arrowhead-n{background-position:0 -256px}.k-link:not(.k-state-disabled):hover>.k-i-arrowhead-n,.k-state-hover>.k-i-arrowhead-n,.k-state-hover>*>.k-i-arrowhead-n,.k-button:not(.k-state-disabled):hover .k-i-arrowhead-n,.k-textbox:hover .k-i-arrowhead-n,.k-button:active .k-i-arrowhead-n{background-position:-16px -256px}.k-i-arrowhead-e{background-position:0 -272px}.k-link:not(.k-state-disabled):hover>.k-i-arrowhead-e,.k-state-hover>.k-i-arrowhead-e,.k-state-hover>*>.k-i-arrowhead-e,.k-button:not(.k-state-disabled):hover .k-i-arrowhead-e,.k-textbox:hover .k-i-arrowhead-e,.k-button:active .k-i-arrowhead-e{background-position:-16px -272px}.k-i-arrowhead-s{background-position:0 -288px}.k-link:not(.k-state-disabled):hover>.k-i-arrowhead-s,.k-state-hover>.k-i-arrowhead-s,.k-state-hover>*>.k-i-arrowhead-s,.k-button:not(.k-state-disabled):hover .k-i-arrowhead-s,.k-textbox:hover .k-i-arrowhead-s,.k-button:active .k-i-arrowhead-s{background-position:-16px -288px}.k-i-arrowhead-w{background-position:0 -304px}.k-link:not(.k-state-disabled):hover>.k-i-arrowhead-w,.k-state-hover>.k-i-arrowhead-w,.k-state-hover>*>.k-i-arrowhead-w,.k-button:not(.k-state-disabled):hover .k-i-arrowhead-w,.k-textbox:hover .k-i-arrowhead-w,.k-button:active .k-i-arrowhead-w{background-position:-16px -304px}.k-i-expand,.k-plus,.k-plus-disabled{background-position:0 -192px}.k-link:not(.k-state-disabled):hover>.k-i-expand,.k-link:not(.k-state-disabled):hover>.k-plus,.k-link:not(.k-state-disabled):hover>.k-plus-disabled,.k-state-hover>.k-i-expand,.k-state-hover>.k-plus,.k-state-hover>.k-plus-disabled,.k-state-hover>*>.k-i-expand,.k-state-hover>*>.k-plus,.k-state-hover>*>.k-plus-disabled,.k-button:not(.k-state-disabled):hover .k-i-expand,.k-button:not(.k-state-disabled):hover .k-plus,.k-button:not(.k-state-disabled):hover .k-plus-disabled,.k-textbox:hover .k-i-expand,.k-textbox:hover .k-plus,.k-textbox:hover .k-plus-disabled,.k-button:active .k-i-expand,.k-button:active .k-plus,.k-button:active .k-plus-disabled{background-position:-16px -192px}.k-i-expand-w,.k-rtl .k-i-expand,.k-rtl .k-plus,.k-rtl .k-plus-disabled{background-position:0 -208px}.k-link:not(.k-state-disabled):hover>.k-i-expand-w,.k-link:not(.k-state-disabled):hover>.k-rtl .k-i-expand,.k-link:not(.k-state-disabled):hover>.k-rtl .k-plus,.k-link:not(.k-state-disabled):hover>.k-rtl .k-plus-disabled,.k-state-hover>.k-i-expand-w,.k-state-hover>.k-rtl .k-i-expand,.k-state-hover>.k-rtl .k-plus,.k-state-hover>.k-rtl .k-plus-disabled,.k-state-hover>*>.k-i-expand-w,.k-state-hover>*>.k-rtl .k-i-expand,.k-state-hover>*>.k-rtl .k-plus,.k-state-hover>*>.k-rtl .k-plus-disabled,.k-button:not(.k-state-disabled):hover .k-i-expand-w,.k-button:not(.k-state-disabled):hover .k-rtl .k-i-expand,.k-button:not(.k-state-disabled):hover .k-rtl .k-plus,.k-button:not(.k-state-disabled):hover .k-rtl .k-plus-disabled,.k-textbox:hover .k-i-expand-w,.k-textbox:hover .k-rtl .k-i-expand,.k-textbox:hover .k-rtl .k-plus,.k-textbox:hover .k-rtl .k-plus-disabled,.k-button:active .k-i-expand-w,.k-button:active .k-rtl .k-i-expand,.k-button:active .k-rtl .k-plus,.k-button:active .k-rtl .k-plus-disabled{background-position:-16px -208px}.k-i-collapse,.k-minus,.k-minus-disabled{background-position:0 -224px}.k-link:not(.k-state-disabled):hover>.k-i-collapse,.k-link:not(.k-state-disabled):hover>.k-minus,.k-link:not(.k-state-disabled):hover>.k-minus-disabled,.k-state-hover>.k-i-collapse,.k-state-hover>.k-minus,.k-state-hover>.k-minus-disabled,.k-state-hover>*>.k-i-collapse,.k-state-hover>*>.k-minus,.k-state-hover>*>.k-minus-disabled,.k-button:not(.k-state-disabled):hover .k-i-collapse,.k-button:not(.k-state-disabled):hover .k-minus,.k-button:not(.k-state-disabled):hover .k-minus-disabled,.k-textbox:hover .k-i-collapse,.k-textbox:hover .k-minus,.k-textbox:hover .k-minus-disabled,.k-button:active .k-i-collapse,.k-button:active .k-minus,.k-button:active .k-minus-disabled{background-position:-16px -224px}.k-i-collapse-w,.k-rtl .k-i-collapse,.k-rtl .k-minus,.k-rtl .k-minus-disabled{background-position:0 -240px}.k-link:not(.k-state-disabled):hover>.k-i-collapse-w,.k-link:not(.k-state-disabled):hover>.k-rtl .k-i-collapse,.k-link:not(.k-state-disabled):hover>.k-rtl .k-minus,.k-link:not(.k-state-disabled):hover>.k-rtl .k-minus-disabled,.k-state-hover>.k-i-collapse-w,.k-state-hover>.k-rtl .k-i-collapse,.k-state-hover>.k-rtl .k-minus,.k-state-hover>.k-rtl .k-minus-disabled,.k-state-hover>*>.k-i-collapse-w,.k-state-hover>*>.k-rtl .k-i-collapse,.k-state-hover>*>.k-rtl .k-minus,.k-state-hover>*>.k-rtl .k-minus-disabled,.k-button:not(.k-state-disabled):hover .k-i-collapse-w,.k-button:not(.k-state-disabled):hover .k-rtl .k-i-collapse,.k-button:not(.k-state-disabled):hover .k-rtl .k-minus,.k-button:not(.k-state-disabled):hover .k-rtl .k-minus-disabled,.k-textbox:hover .k-i-collapse-w,.k-textbox:hover .k-rtl .k-i-collapse,.k-textbox:hover .k-rtl .k-minus,.k-textbox:hover .k-rtl .k-minus-disabled,.k-button:active .k-i-collapse-w,.k-button:active .k-rtl .k-i-collapse,.k-button:active .k-rtl .k-minus,.k-button:active .k-rtl .k-minus-disabled{background-position:-16px -240px}.k-i-pencil,.k-edit{background-position:-32px 0}.k-link:not(.k-state-disabled):hover>.k-i-pencil,.k-link:not(.k-state-disabled):hover>.k-edit,.k-state-hover>.k-i-pencil,.k-state-hover>.k-edit,.k-state-hover>*>.k-i-pencil,.k-state-hover>*>.k-edit,.k-button:not(.k-state-disabled):hover .k-i-pencil,.k-button:not(.k-state-disabled):hover .k-edit,.k-textbox:hover .k-i-pencil,.k-textbox:hover .k-edit,.k-button:active .k-i-pencil,.k-button:active .k-edit{background-position:-48px 0}.k-i-close,.k-delete,.k-group-delete{background-position:-32px -16px}.k-link:not(.k-state-disabled):hover>.k-i-close,.k-link:not(.k-state-disabled):hover>.k-delete,.k-link:not(.k-state-disabled):hover>.k-group-delete,.k-state-hover>.k-i-close,.k-state-hover>.k-delete,.k-state-hover>.k-group-delete,.k-state-hover>*>.k-i-close,.k-state-hover>*>.k-delete,.k-state-hover>*>.k-group-delete,.k-button:not(.k-state-disabled):hover .k-i-close,.k-button:not(.k-state-disabled):hover .k-delete,.k-button:not(.k-state-disabled):hover .k-group-delete,.k-textbox:hover .k-i-close,.k-textbox:hover .k-delete,.k-textbox:hover .k-group-delete,.k-button:active .k-i-close,.k-button:active .k-delete,.k-button:active .k-group-delete{background-position:-48px -16px}.k-si-close{background-position:-160px -80px}.k-link:not(.k-state-disabled):hover>.k-si-close,.k-state-hover>.k-si-close,.k-state-hover>*>.k-si-close,.k-button:not(.k-state-disabled):hover .k-si-close,.k-textbox:hover .k-si-close,.k-button:active .k-si-close{background-position:-176px -80px}.k-multiselect .k-delete{background-position:-160px -80px}.k-multiselect .k-state-hover .k-delete{background-position:-176px -80px}.k-i-tick,.k-insert,.k-update{background-position:-32px -32px}.k-link:not(.k-state-disabled):hover>.k-i-tick,.k-link:not(.k-state-disabled):hover>.k-insert,.k-link:not(.k-state-disabled):hover>.k-update,.k-state-hover>.k-i-tick,.k-state-hover>.k-insert,.k-state-hover>.k-update,.k-state-hover>*>.k-i-tick,.k-state-hover>*>.k-insert,.k-state-hover>*>.k-update,.k-button:not(.k-state-disabled):hover .k-i-tick,.k-button:not(.k-state-disabled):hover .k-insert,.k-button:not(.k-state-disabled):hover .k-update,.k-textbox:hover .k-i-tick,.k-textbox:hover .k-insert,.k-textbox:hover .k-update,.k-button:active .k-i-tick,.k-button:active .k-insert,.k-button:active .k-update{background-position:-48px -32px}.k-check:checked,.k-mobile-list .k-edit-field [type=checkbox],.k-mobile-list .k-edit-field [type=radio]{background-position:-32px -32px}.k-link:not(.k-state-disabled):hover>.k-check:checked,.k-link:not(.k-state-disabled):hover>.k-mobile-list .k-edit-field [type=checkbox],.k-link:not(.k-state-disabled):hover>.k-mobile-list .k-edit-field [type=radio],.k-state-hover>.k-check:checked,.k-state-hover>.k-mobile-list .k-edit-field [type=checkbox],.k-state-hover>.k-mobile-list .k-edit-field [type=radio],.k-state-hover>*>.k-check:checked,.k-state-hover>*>.k-mobile-list .k-edit-field [type=checkbox],.k-state-hover>*>.k-mobile-list .k-edit-field [type=radio],.k-button:not(.k-state-disabled):hover .k-check:checked,.k-button:not(.k-state-disabled):hover .k-mobile-list .k-edit-field [type=checkbox],.k-button:not(.k-state-disabled):hover .k-mobile-list .k-edit-field [type=radio],.k-textbox:hover .k-check:checked,.k-textbox:hover .k-mobile-list .k-edit-field [type=checkbox],.k-textbox:hover .k-mobile-list .k-edit-field [type=radio],.k-button:active .k-check:checked,.k-button:active .k-mobile-list .k-edit-field [type=checkbox],.k-button:active .k-mobile-list .k-edit-field [type=radio]{background-position:-48px -32px}.k-i-cancel,.k-cancel,.k-denied{background-position:-32px -48px}.k-link:not(.k-state-disabled):hover>.k-i-cancel,.k-link:not(.k-state-disabled):hover>.k-cancel,.k-link:not(.k-state-disabled):hover>.k-denied,.k-state-hover>.k-i-cancel,.k-state-hover>.k-cancel,.k-state-hover>.k-denied,.k-state-hover>*>.k-i-cancel,.k-state-hover>*>.k-cancel,.k-state-hover>*>.k-denied,.k-button:not(.k-state-disabled):hover .k-i-cancel,.k-button:not(.k-state-disabled):hover .k-cancel,.k-button:not(.k-state-disabled):hover .k-denied,.k-textbox:hover .k-i-cancel,.k-textbox:hover .k-cancel,.k-textbox:hover .k-denied,.k-button:active .k-i-cancel,.k-button:active .k-cancel,.k-button:active .k-denied{background-position:-48px -48px}.k-i-plus,.k-add{background-position:-32px -64px}.k-link:not(.k-state-disabled):hover>.k-i-plus,.k-link:not(.k-state-disabled):hover>.k-add,.k-state-hover>.k-i-plus,.k-state-hover>.k-add,.k-state-hover>*>.k-i-plus,.k-state-hover>*>.k-add,.k-button:not(.k-state-disabled):hover .k-i-plus,.k-button:not(.k-state-disabled):hover .k-add,.k-textbox:hover .k-i-plus,.k-textbox:hover .k-add,.k-button:active .k-i-plus,.k-button:active .k-add{background-position:-48px -64px}.k-i-funnel,.k-filter{background-position:-32px -80px}.k-link:not(.k-state-disabled):hover>.k-i-funnel,.k-link:not(.k-state-disabled):hover>.k-filter,.k-state-hover>.k-i-funnel,.k-state-hover>.k-filter,.k-state-hover>*>.k-i-funnel,.k-state-hover>*>.k-filter,.k-button:not(.k-state-disabled):hover .k-i-funnel,.k-button:not(.k-state-disabled):hover .k-filter,.k-textbox:hover .k-i-funnel,.k-textbox:hover .k-filter,.k-button:active .k-i-funnel,.k-button:active .k-filter{background-position:-48px -80px}.k-i-funnel-clear,.k-clear-filter{background-position:-32px -96px}.k-link:not(.k-state-disabled):hover>.k-i-funnel-clear,.k-link:not(.k-state-disabled):hover>.k-clear-filter,.k-state-hover>.k-i-funnel-clear,.k-state-hover>.k-clear-filter,.k-state-hover>*>.k-i-funnel-clear,.k-state-hover>*>.k-clear-filter,.k-button:not(.k-state-disabled):hover .k-i-funnel-clear,.k-button:not(.k-state-disabled):hover .k-clear-filter,.k-textbox:hover .k-i-funnel-clear,.k-textbox:hover .k-clear-filter,.k-button:active .k-i-funnel-clear,.k-button:active .k-clear-filter{background-position:-48px -96px}.k-i-lock{background-position:-64px 0}.k-link:not(.k-state-disabled):hover>.k-i-lock,.k-state-hover>.k-i-lock,.k-state-hover>*>.k-i-lock,.k-button:not(.k-state-disabled):hover .k-i-lock,.k-textbox:hover .k-i-lock,.k-button:active .k-i-lock{background-position:-80px 0}.k-i-unlock{background-position:-64px -16px}.k-link:not(.k-state-disabled):hover>.k-i-unlock,.k-state-hover>.k-i-unlock,.k-state-hover>*>.k-i-unlock,.k-button:not(.k-state-disabled):hover .k-i-unlock,.k-textbox:hover .k-i-unlock,.k-button:active .k-i-unlock{background-position:-80px -16px}.k-i-refresh{background-position:-32px -112px}.k-link:not(.k-state-disabled):hover>.k-i-refresh,.k-state-hover>.k-i-refresh,.k-state-hover>*>.k-i-refresh,.k-button:not(.k-state-disabled):hover .k-i-refresh,.k-textbox:hover .k-i-refresh,.k-button:active .k-i-refresh{background-position:-48px -112px}.k-i-exception{background-position:-160px -304px}.k-link:not(.k-state-disabled):hover>.k-i-exception,.k-state-hover>.k-i-exception,.k-state-hover>*>.k-i-exception,.k-button:not(.k-state-disabled):hover .k-i-exception,.k-textbox:hover .k-i-exception,.k-button:active .k-i-exception{background-position:-176px -304px}.k-i-restore{background-position:-32px -128px}.k-link:not(.k-state-disabled):hover>.k-i-restore,.k-state-hover>.k-i-restore,.k-state-hover>*>.k-i-restore,.k-button:not(.k-state-disabled):hover .k-i-restore,.k-textbox:hover .k-i-restore,.k-button:active .k-i-restore{background-position:-48px -128px}.k-i-maximize{background-position:-32px -144px}.k-link:not(.k-state-disabled):hover>.k-i-maximize,.k-state-hover>.k-i-maximize,.k-state-hover>*>.k-i-maximize,.k-button:not(.k-state-disabled):hover .k-i-maximize,.k-textbox:hover .k-i-maximize,.k-button:active .k-i-maximize{background-position:-48px -144px}.k-i-minimize{background-position:-64px -288px}.k-link:not(.k-state-disabled):hover>.k-i-minimize,.k-state-hover>.k-i-minimize,.k-state-hover>*>.k-i-minimize,.k-button:not(.k-state-disabled):hover .k-i-minimize,.k-textbox:hover .k-i-minimize,.k-button:active .k-i-minimize{background-position:-80px -288px}.k-i-pin{background-position:-160px -256px}.k-link:not(.k-state-disabled):hover>.k-i-pin,.k-state-hover>.k-i-pin,.k-state-hover>*>.k-i-pin,.k-button:not(.k-state-disabled):hover .k-i-pin,.k-textbox:hover .k-i-pin,.k-button:active .k-i-pin{background-position:-176px -256px}.k-i-unpin{background-position:-160px -272px}.k-link:not(.k-state-disabled):hover>.k-i-unpin,.k-state-hover>.k-i-unpin,.k-state-hover>*>.k-i-unpin,.k-button:not(.k-state-disabled):hover .k-i-unpin,.k-textbox:hover .k-i-unpin,.k-button:active .k-i-unpin{background-position:-176px -272px}.k-resize-se{background-position:-32px -160px}.k-link:not(.k-state-disabled):hover>.k-resize-se,.k-state-hover>.k-resize-se,.k-state-hover>*>.k-resize-se,.k-button:not(.k-state-disabled):hover .k-resize-se,.k-textbox:hover .k-resize-se,.k-button:active .k-resize-se{background-position:-48px -160px}.k-i-calendar{background-position:-32px -176px}.k-link:not(.k-state-disabled):hover>.k-i-calendar,.k-state-hover>.k-i-calendar,.k-state-hover>*>.k-i-calendar,.k-button:not(.k-state-disabled):hover .k-i-calendar,.k-textbox:hover .k-i-calendar,.k-button:active .k-i-calendar{background-position:-48px -176px}.k-i-clock{background-position:-32px -192px}.k-link:not(.k-state-disabled):hover>.k-i-clock,.k-state-hover>.k-i-clock,.k-state-hover>*>.k-i-clock,.k-button:not(.k-state-disabled):hover .k-i-clock,.k-textbox:hover .k-i-clock,.k-button:active .k-i-clock{background-position:-48px -192px}.k-si-plus{background-position:-32px -208px}.k-link:not(.k-state-disabled):hover>.k-si-plus,.k-state-hover>.k-si-plus,.k-state-hover>*>.k-si-plus,.k-button:not(.k-state-disabled):hover .k-si-plus,.k-textbox:hover .k-si-plus,.k-button:active .k-si-plus{background-position:-48px -208px}.k-si-minus{background-position:-32px -224px}.k-link:not(.k-state-disabled):hover>.k-si-minus,.k-state-hover>.k-si-minus,.k-state-hover>*>.k-si-minus,.k-button:not(.k-state-disabled):hover .k-si-minus,.k-textbox:hover .k-si-minus,.k-button:active .k-si-minus{background-position:-48px -224px}.k-i-search{background-position:-32px -240px}.k-link:not(.k-state-disabled):hover>.k-i-search,.k-state-hover>.k-i-search,.k-state-hover>*>.k-i-search,.k-button:not(.k-state-disabled):hover .k-i-search,.k-textbox:hover .k-i-search,.k-button:active .k-i-search{background-position:-48px -240px}.k-i-custom{background-position:-115px -113px}.k-link:not(.k-state-disabled):hover>.k-i-custom,.k-state-hover>.k-i-custom,.k-state-hover>*>.k-i-custom,.k-button:not(.k-state-disabled):hover .k-i-custom,.k-textbox:hover .k-i-custom,.k-button:active .k-i-custom{background-position:-141px -113px}.k-editor .k-i-custom{background-position:-111px -109px}.k-viewHtml{background-position:-288px -120px}.k-i-insert-n,.k-insert-top{background-position:-160px -32px}.k-link:not(.k-state-disabled):hover>.k-i-insert-n,.k-link:not(.k-state-disabled):hover>.k-insert-top,.k-state-hover>.k-i-insert-n,.k-state-hover>.k-insert-top,.k-state-hover>*>.k-i-insert-n,.k-state-hover>*>.k-insert-top,.k-button:not(.k-state-disabled):hover .k-i-insert-n,.k-button:not(.k-state-disabled):hover .k-insert-top,.k-textbox:hover .k-i-insert-n,.k-textbox:hover .k-insert-top,.k-button:active .k-i-insert-n,.k-button:active .k-insert-top{background-position:-176px -32px}.k-i-insert-m,.k-insert-middle{background-position:-160px -48px}.k-link:not(.k-state-disabled):hover>.k-i-insert-m,.k-link:not(.k-state-disabled):hover>.k-insert-middle,.k-state-hover>.k-i-insert-m,.k-state-hover>.k-insert-middle,.k-state-hover>*>.k-i-insert-m,.k-state-hover>*>.k-insert-middle,.k-button:not(.k-state-disabled):hover .k-i-insert-m,.k-button:not(.k-state-disabled):hover .k-insert-middle,.k-textbox:hover .k-i-insert-m,.k-textbox:hover .k-insert-middle,.k-button:active .k-i-insert-m,.k-button:active .k-insert-middle{background-position:-176px -48px}.k-i-insert-s,.k-insert-bottom{background-position:-160px -64px}.k-link:not(.k-state-disabled):hover>.k-i-insert-s,.k-link:not(.k-state-disabled):hover>.k-insert-bottom,.k-state-hover>.k-i-insert-s,.k-state-hover>.k-insert-bottom,.k-state-hover>*>.k-i-insert-s,.k-state-hover>*>.k-insert-bottom,.k-button:not(.k-state-disabled):hover .k-i-insert-s,.k-button:not(.k-state-disabled):hover .k-insert-bottom,.k-textbox:hover .k-i-insert-s,.k-textbox:hover .k-insert-bottom,.k-button:active .k-i-insert-s,.k-button:active .k-insert-bottom{background-position:-176px -64px}.k-drop-hint{background-position:0 -326px}.k-i-note,.k-warning{background-position:-160px -240px}.k-link:not(.k-state-disabled):hover>.k-i-note,.k-link:not(.k-state-disabled):hover>.k-warning,.k-state-hover>.k-i-note,.k-state-hover>.k-warning,.k-state-hover>*>.k-i-note,.k-state-hover>*>.k-warning,.k-button:not(.k-state-disabled):hover .k-i-note,.k-button:not(.k-state-disabled):hover .k-warning,.k-textbox:hover .k-i-note,.k-textbox:hover .k-warning,.k-button:active .k-i-note,.k-button:active .k-warning{background-position:-176px -240px}.k-i-sort-asc{background-position:-112px -240px}.k-link:not(.k-state-disabled):hover>.k-i-sort-asc,.k-state-hover>.k-i-sort-asc,.k-state-hover>*>.k-i-sort-asc,.k-button:not(.k-state-disabled):hover .k-i-sort-asc,.k-textbox:hover .k-i-sort-asc,.k-button:active .k-i-sort-asc{background-position:-128px -240px}.k-i-sort-desc{background-position:-112px -256px}.k-link:not(.k-state-disabled):hover>.k-i-sort-desc,.k-state-hover>.k-i-sort-desc,.k-state-hover>*>.k-i-sort-desc,.k-button:not(.k-state-disabled):hover .k-i-sort-desc,.k-textbox:hover .k-i-sort-desc,.k-button:active .k-i-sort-desc{background-position:-128px -256px}.k-i-group{background-position:-112px -272px}.k-link:not(.k-state-disabled):hover>.k-i-group,.k-state-hover>.k-i-group,.k-state-hover>*>.k-i-group,.k-button:not(.k-state-disabled):hover .k-i-group,.k-textbox:hover .k-i-group,.k-button:active .k-i-group{background-position:-128px -272px}.k-i-ungroup{background-position:-112px -288px}.k-link:not(.k-state-disabled):hover>.k-i-ungroup,.k-state-hover>.k-i-ungroup,.k-state-hover>*>.k-i-ungroup,.k-button:not(.k-state-disabled):hover .k-i-ungroup,.k-textbox:hover .k-i-ungroup,.k-button:active .k-i-ungroup{background-position:-128px -288px}.k-i-columns{background-position:-112px -304px}.k-link:not(.k-state-disabled):hover>.k-i-columns,.k-state-hover>.k-i-columns,.k-state-hover>*>.k-i-columns,.k-button:not(.k-state-disabled):hover .k-i-columns,.k-textbox:hover .k-i-columns,.k-button:active .k-i-columns{background-position:-128px -304px}.k-i-hbars{background-position:-64px -32px}.k-link:not(.k-state-disabled):hover>.k-i-hbars,.k-state-hover>.k-i-hbars,.k-state-hover>*>.k-i-hbars,.k-button:not(.k-state-disabled):hover .k-i-hbars,.k-textbox:hover .k-i-hbars,.k-button:active .k-i-hbars{background-position:-80px -32px}.k-i-vbars{background-position:-64px -48px}.k-link:not(.k-state-disabled):hover>.k-i-vbars,.k-state-hover>.k-i-vbars,.k-state-hover>*>.k-i-vbars,.k-button:not(.k-state-disabled):hover .k-i-vbars,.k-textbox:hover .k-i-vbars,.k-button:active .k-i-vbars{background-position:-80px -48px}.k-i-sum{background-position:-64px -64px}.k-link:not(.k-state-disabled):hover>.k-i-sum,.k-state-hover>.k-i-sum,.k-state-hover>*>.k-i-sum,.k-button:not(.k-state-disabled):hover .k-i-sum,.k-textbox:hover .k-i-sum,.k-button:active .k-i-sum{background-position:-80px -64px}.k-i-pdf{background-position:-64px -80px}.k-link:not(.k-state-disabled):hover>.k-i-pdf,.k-state-hover>.k-i-pdf,.k-state-hover>*>.k-i-pdf,.k-button:not(.k-state-disabled):hover .k-i-pdf,.k-textbox:hover .k-i-pdf,.k-button:active .k-i-pdf{background-position:-80px -80px}.k-i-excel{background-position:-64px -96px}.k-link:not(.k-state-disabled):hover>.k-i-excel,.k-state-hover>.k-i-excel,.k-state-hover>*>.k-i-excel,.k-button:not(.k-state-disabled):hover .k-i-excel,.k-textbox:hover .k-i-excel,.k-button:active .k-i-excel{background-position:-80px -96px}.k-i-rotatecw{background-position:-64px -112px}.k-link:not(.k-state-disabled):hover>.k-i-rotatecw,.k-state-hover>.k-i-rotatecw,.k-state-hover>*>.k-i-rotatecw,.k-button:not(.k-state-disabled):hover .k-i-rotatecw,.k-textbox:hover .k-i-rotatecw,.k-button:active .k-i-rotatecw{background-position:-80px -112px}.k-i-rotateccw{background-position:-64px -128px}.k-link:not(.k-state-disabled):hover>.k-i-rotateccw,.k-state-hover>.k-i-rotateccw,.k-state-hover>*>.k-i-rotateccw,.k-button:not(.k-state-disabled):hover .k-i-rotateccw,.k-textbox:hover .k-i-rotateccw,.k-button:active .k-i-rotateccw{background-position:-80px -128px}.k-i-undo{background-position:-64px -160px}.k-link:not(.k-state-disabled):hover>.k-i-undo,.k-state-hover>.k-i-undo,.k-state-hover>*>.k-i-undo,.k-button:not(.k-state-disabled):hover .k-i-undo,.k-textbox:hover .k-i-undo,.k-button:active .k-i-undo{background-position:-80px -160px}.k-i-redo{background-position:-64px -144px}.k-link:not(.k-state-disabled):hover>.k-i-redo,.k-state-hover>.k-i-redo,.k-state-hover>*>.k-i-redo,.k-button:not(.k-state-disabled):hover .k-i-redo,.k-textbox:hover .k-i-redo,.k-button:active .k-i-redo{background-position:-80px -144px}.k-i-shape{background-position:-64px -176px}.k-link:not(.k-state-disabled):hover>.k-i-shape,.k-state-hover>.k-i-shape,.k-state-hover>*>.k-i-shape,.k-button:not(.k-state-disabled):hover .k-i-shape,.k-textbox:hover .k-i-shape,.k-button:active .k-i-shape{background-position:-80px -176px}.k-i-connector{background-position:-64px -192px}.k-link:not(.k-state-disabled):hover>.k-i-connector,.k-state-hover>.k-i-connector,.k-state-hover>*>.k-i-connector,.k-button:not(.k-state-disabled):hover .k-i-connector,.k-textbox:hover .k-i-connector,.k-button:active .k-i-connector{background-position:-80px -192px}.k-i-kpi{background-position:-64px -208px}.k-link:not(.k-state-disabled):hover>.k-i-kpi,.k-state-hover>.k-i-kpi,.k-state-hover>*>.k-i-kpi,.k-button:not(.k-state-disabled):hover .k-i-kpi,.k-textbox:hover .k-i-kpi,.k-button:active .k-i-kpi{background-position:-80px -208px}.k-i-dimension{background-position:-64px -224px}.k-link:not(.k-state-disabled):hover>.k-i-dimension,.k-state-hover>.k-i-dimension,.k-state-hover>*>.k-i-dimension,.k-button:not(.k-state-disabled):hover .k-i-dimension,.k-textbox:hover .k-i-dimension,.k-button:active .k-i-dimension{background-position:-80px -224px}.k-file{background-position:0 0}.k-link:not(.k-state-disabled):hover>.k-file,.k-state-hover>.k-file,.k-state-hover>*>.k-file,.k-button:not(.k-state-disabled):hover .k-file,.k-textbox:hover .k-file,.k-button:active .k-file{background-position:-16px 0}.k-i-folder-add,.k-addfolder{background-position:-32px -272px}.k-link:not(.k-state-disabled):hover>.k-i-folder-add,.k-link:not(.k-state-disabled):hover>.k-addfolder,.k-state-hover>.k-i-folder-add,.k-state-hover>.k-addfolder,.k-state-hover>*>.k-i-folder-add,.k-state-hover>*>.k-addfolder,.k-button:not(.k-state-disabled):hover .k-i-folder-add,.k-button:not(.k-state-disabled):hover .k-addfolder,.k-textbox:hover .k-i-folder-add,.k-textbox:hover .k-addfolder,.k-button:active .k-i-folder-add,.k-button:active .k-addfolder{background-position:-48px -272px}.k-i-folder-up,.k-goup{background-position:-32px -288px}.k-link:not(.k-state-disabled):hover>.k-i-folder-up,.k-link:not(.k-state-disabled):hover>.k-goup,.k-state-hover>.k-i-folder-up,.k-state-hover>.k-goup,.k-state-hover>*>.k-i-folder-up,.k-state-hover>*>.k-goup,.k-button:not(.k-state-disabled):hover .k-i-folder-up,.k-button:not(.k-state-disabled):hover .k-goup,.k-textbox:hover .k-i-folder-up,.k-textbox:hover .k-goup,.k-button:active .k-i-folder-up,.k-button:active .k-goup{background-position:-48px -288px}.k-i-more{background-position:-64px -32px}.k-link:not(.k-state-disabled):hover>.k-i-more,.k-state-hover>.k-i-more,.k-state-hover>*>.k-i-more,.k-button:not(.k-state-disabled):hover .k-i-more,.k-textbox:hover .k-i-more,.k-button:active .k-i-more{background-position:-80px -32px}.k-file>.k-icon{background-position:-115px -91px}.k-image{border:0}.k-breadcrumbs:hover .k-i-arrow-n{background-position:0 0}.k-breadcrumbs:hover .k-i-arrow-e{background-position:0 -16px}html .k-success-colored{color:#507f50;border-color:#d0dfd0;background-color:#f0fff0}html .k-info-colored{color:#50607f;border-color:#d0d9df;background-color:#f0f9ff}html .k-error-colored{color:#7f5050;border-color:#dfd0d0;background-color:#fff0f0}.k-inline-block{padding:0 2px}.k-loading,.k-loading-image{background-color:transparent;background-repeat:no-repeat;background-position:center center}.k-loading-mask,.k-loading-image,.k-loading-text{position:absolute}.k-loading-text{text-indent:-4000px;text-align:center}.k-loading-image,.k-loading-color{width:100%;height:100%}.k-loading-image{top:0;left:0;z-index:2}.k-loading-color{filter:alpha(opacity=30);opacity:.3}.k-content-frame{border:0;width:100%;height:100%}.k-pane>.k-splitter-overlay{filter:alpha(opacity=0);opacity:0;position:absolute}.k-drag-clue{position:absolute;z-index:10003;border-style:solid;border-width:1px;font-size:.9em;padding:.2em .4em;white-space:nowrap;cursor:default}.k-drag-status{margin-top:-3px;margin-right:4px;vertical-align:middle}.k-reorder-cue{position:absolute;width:1px;overflow:visible}.k-reorder-cue .k-icon{position:absolute;left:-4px;width:8px;height:4px}.k-reorder-cue .k-i-arrow-s{top:-4px;background-position:-4px -166px}.k-reorder-cue .k-i-arrow-n{bottom:-4px;background-position:-4px -134px}.k-scrollbar{position:absolute;overflow:scroll}.k-scrollbar-vertical{top:0;right:0;width:17px;height:100%;overflow-x:hidden}.k-touch-scrollbar{display:none;position:absolute;z-index:200000;height:8px;width:8px;border:1px solid #8a8a8a;background-color:#858585}@media only screen and (-webkit-min-device-pixel-ratio:2){body .k-touch-scrollbar{height:12px;width:12px;border-radius:7px}}.k-virtual-scrollable-wrap{overflow-x:auto}.k-current-time{background:#f00;position:absolute}.k-animation-container,.k-widget,.k-widget *,.k-animation-container *,.k-widget *:before,.k-animation-container *:after,.k-block .k-header,.k-list-container{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.k-button,.k-textbox,.k-autocomplete,div.k-window-content,.k-tabstrip>.k-content>.km-scroll-container,.k-block,.k-edit-cell .k-widget,.k-grid-edit-row .k-widget,.k-grid-edit-row .text-box,.km-actionsheet>li,.km-shim{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.input-group .form-control{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.form-control.k-widget{padding:0}a.k-button:hover{text-decoration:none}.k-widget,.k-widget *{-moz-background-clip:border-box;-webkit-background-clip:border-box;background-clip:border-box}input.k-checkbox,.k-radio{display:inline;opacity:0;width:0;margin:0}.k-checkbox-label{position:relative;padding-left:1.5em;vertical-align:middle;line-height:.875em;cursor:pointer}.k-checkbox-label:before{content:"";position:absolute;top:0;left:0;width:1em;height:1em;border-width:1px;border-style:solid}.k-checkbox-label:after{content:"";position:absolute;top:0;left:0;width:1em;height:1em;border-width:1px;border-style:solid}.k-checkbox:checked+.k-checkbox-label:after{content:"\2713";width:1em;height:1em;position:absolute;top:0;left:0;border-width:1px;border-style:solid;text-align:center}.k-checkbox:disabled+.k-checkbox-label{cursor:auto}.k-radio-label{position:relative;padding-left:1.5em;vertical-align:middle;line-height:.875em;cursor:pointer}.k-radio-label:before{content:"";position:absolute;top:0;left:0;width:14px;height:14px;border-style:solid}.k-radio:checked+.k-radio-label:after{content:"";width:10px;height:10px;position:absolute;top:3px;left:3px}.k-radio:disabled+.k-radio-label{cursor:auto}.k-ie8 .k-checkbox,.k-ie8 .k-radio{display:inline-block}.k-ie8 .k-checkbox-label,.k-ie8 .k-radio-label{padding-left:0}.k-ie8 .k-checkbox-label:before,.k-ie8 .k-checkbox-label:after,.k-ie8 .k-radio-label:before,.k-ie8 .k-radio-label:after{display:none}input.k-checkbox+label{-webkit-user-select:none;user-select:none}.k-edit-form{margin:0;padding:0}.k-window>div.k-popup-edit-form{padding:1em 0}.k-grid-edit-row .k-edit-form td{border-bottom-width:0}.k-edit-form-container{position:relative;width:400px}.k-edit-label,.k-edit-form-container .editor-label{float:left;clear:both;width:30%;padding:.4em 0 1em;margin-left:2%;text-align:right}.k-edit-field,.k-edit-form-container .editor-field{float:right;clear:right;width:60%;margin-right:2%;padding:0 0 .6em}.k-edit-field>input[type="checkbox"],.k-edit-field>input[type="radio"]{margin-top:.4em}.k-edit-form-container .k-button{margin:0 .16em}.k-edit-field>input[type="checkbox"]:first-child,.k-edit-field>input[type="radio"]:first-child,.k-edit-field>label:first-child>input[type="checkbox"],.k-edit-field>.k-button:first-child{margin-left:0}.k-edit-form-container .k-edit-buttons{clear:both;text-align:right;border-width:1px 0 0;border-style:solid;position:relative;bottom:-1em;padding:.6em}div.k-window{display:inline-block;position:absolute;z-index:10001;border-style:solid;border-width:1px;padding-top:2em}.k-block>.k-header,.k-window-titlebar{position:absolute;width:100%;height:1.1em;border-bottom-style:solid;border-bottom-width:1px;margin-top:-2em;padding:.4em 0;font-size:1.2em;white-space:nowrap;min-height:16px}.k-block>.k-header{position:relative;margin:-2px 0 10px -2px;padding:.3em 2px}.k-window-title{position:absolute;left:.44em;right:.44em;overflow:hidden;cursor:default;text-overflow:ellipsis}.k-window-title .k-image{margin:0 5px 0 0;vertical-align:middle}div.k-window-titleless{padding-top:0}div.k-window-content{position:relative;height:100%;padding:.58em;overflow:auto;outline:0}div.k-window-iframecontent{padding:0;overflow:visible}.k-window-content>.km-scroll-container{height:100%}.k-ie7 .k-window{padding-bottom:1.16em}.k-ie7 .k-window-titleless{padding-bottom:0}.k-window-titlebar .k-window-actions{position:absolute;top:0;right:.3em;padding-top:.3em;white-space:nowrap}.k-window-titlebar .k-window-action{display:inline-block;width:16px;height:16px;padding:2px;text-decoration:none;vertical-align:middle;opacity:.7}.k-window-titlebar .k-state-hover{border-style:solid;border-width:1px;padding:1px;opacity:1}.k-window-action .k-icon{margin:0;vertical-align:top}.k-window>.k-resize-handle{position:absolute;z-index:1;background-color:#fff;font-size:0;line-height:6px;filter:alpha(opacity=0);opacity:0;zoom:1}.k-resize-n{top:-3px;left:0;width:100%;height:6px;cursor:n-resize}.k-resize-e{top:0;right:-3px;width:6px;height:100%;cursor:e-resize}.k-resize-s{bottom:-3px;left:0;width:100%;height:6px;cursor:s-resize}.k-resize-w{top:0;left:-3px;width:6px;height:100%;cursor:w-resize}.k-resize-se{bottom:-3px;right:-3px;width:16px;height:16px;cursor:se-resize}.k-resize-sw{bottom:-3px;left:-3px;width:6px;height:6px;cursor:sw-resize}.k-resize-ne{top:-3px;right:-3px;width:6px;height:6px;cursor:ne-resize}.k-resize-nw{top:-3px;left:-3px;width:6px;height:6px;cursor:nw-resize}.k-overlay{position:fixed;top:0;left:0;z-index:10001;width:100%;height:100%;background-color:#000;filter:alpha(opacity=50);opacity:.5}.k-window .k-overlay{position:absolute;width:100%;height:100%;background-color:#fff;filter:alpha(opacity=0);opacity:0}.k-tabstrip{margin:0;padding:0;zoom:1}.k-tabstrip .k-tabstrip-items{padding:.3em .3em 0}.k-tabstrip-items .k-item,.k-panelbar .k-tabstrip-items .k-item{list-style-type:none;display:inline-block;position:relative;border-style:solid;border-width:1px 1px 0;margin:0 -1px 0 0;padding:0;vertical-align:top}.k-tabstrip-items .k-tab-on-top,.k-tabstrip-items .k-state-active,.k-panelbar .k-tabstrip-items .k-state-active{margin-bottom:-1px;padding-bottom:1px}.k-tabstrip-items .k-tab-on-top{z-index:1}.k-tabstrip-items .k-link,.k-panelbar .k-tabstrip-items .k-link{display:inline-block;border-bottom-width:0;padding:.5em .92em}.k-tabstrip-items .k-icon,.k-panelbar .k-tabstrip-items .k-icon{margin:-1px 4px 0 -3px;vertical-align:top}.k-tabstrip-items .k-item .k-image,.k-tabstrip-items .k-item .k-sprite,.k-panelbar .k-tabstrip-items .k-item .k-image,.k-panelbar .k-tabstrip-items .k-item .k-sprite{margin:-3px 3px 0 -6px;vertical-align:middle}.k-ie7 .k-tabstrip-items .k-item .k-image,.k-ie7 .k-tabstrip-items .k-item .k-sprite{margin-top:-1px;vertical-align:top}.k-tabstrip-items .k-loading{top:0;left:0;height:0;width:20%;position:absolute;background:transparent;border-top:1px solid transparent;border-color:inherit;-webkit-transition:width 200ms linear;-moz-transition:width 200ms linear;-o-transition:width 200ms linear;transition:width 200ms linear;-webkit-transition:"width 200ms linear";-moz-transition:"width 200ms linear";-ms-transition:"width 200ms linear";-o-transition:"width 200ms linear";transition:"width 200ms linear";animation:k-tab-loader 1s ease-in-out infinite;-moz-animation:k-tab-loader 1s ease-in-out infinite;-webkit-animation:k-tab-loader 1s ease-in-out infinite}.k-tabstrip-items .k-progress{animation:none;-moz-animation:none;-webkit-animation:none}.k-tabstrip-items .k-loading.k-complete{width:100%;animation:none;-moz-animation:none;-webkit-animation:none}.k-tabstrip>.k-content,.k-panelbar .k-tabstrip>.k-content{position:static;border-style:solid;border-width:1px;margin:0 .286em .3em;padding:.3em .92em;zoom:1}.k-tabstrip>.k-content{display:none}.k-tabstrip>.k-content.km-scroll-wrapper{padding:0}.k-tabstrip>.k-content>.km-scroll-container{padding:.3em .92em}@-webkit-keyframes k-tab-loader{0%{left:0}50%{left:80%}100%{left:0}}@-moz-keyframes k-tab-loader{0%{left:0}50%{left:80%}100%{left:0}}@keyframes k-tab-loader{0%{left:0}50%{left:80%}100%{left:0}}.k-panelbar{zoom:1}.k-panelbar>.k-item,.k-panel>.k-item{list-style-type:none;display:block;border-width:0;margin:0;zoom:1;border-radius:0}.k-panelbar .k-image,.k-panelbar .k-sprite{float:left;margin-top:4px;margin-right:5px;vertical-align:middle}.k-panelbar>.k-item>.k-link,.k-panel>.k-item>.k-link{display:block;position:relative;border-bottom-style:solid;border-bottom-width:1px;padding:0 1em;line-height:2.34em;text-decoration:none;zoom:1}.k-panelbar-expand,.k-panelbar-collapse{position:absolute;top:50%;right:4px;margin-top:-8px}.k-panelbar .k-panel,.k-panelbar .k-content{position:relative;border-bottom-style:solid;border-bottom-width:1px;margin:0;padding:0;zoom:1}.k-panel>.k-item>.k-link{border-bottom:0;font-size:.95em;line-height:2.2}.k-panel .k-panel>.k-item>.k-link{padding-left:2em}.k-panelbar .k-i-seek-e .k-link{border-bottom:0}.k-panel .k-panel{border-bottom:0}.k-menu{cursor:default}.k-menu,.k-menu .k-menu-group{list-style:none;margin:0;padding:0;zoom:1}.k-menu:after{content:'';display:block;width:99%;height:0;float:inherit;overflow:hidden}.k-menu .k-item{-webkit-user-select:none;-moz-user-select:-moz-none;user-select:none}.k-menu .k-item div{-webkit-user-select:default;-moz-user-select:default;user-select:default}.k-menu .k-item .k-item,ul.k-menu-vertical>.k-item{display:block;float:none;border-width:0}.k-ie7 .k-menu .k-item .k-item{zoom:normal}.k-menu .k-item>.k-link>.k-icon,.k-menu .k-image,.k-menu .k-sprite{margin:-2px 4px 0 -4px;vertical-align:middle}.k-menu .k-item>.k-link>.k-icon{margin:-2px 0 0}.k-ie7 .k-menu .k-item>.k-link>.k-i-arrow-s,.k-ie7 .k-menu .k-image,.k-ie7 .k-menu .k-sprite{margin-top:0}.k-menu .k-item>.k-link{display:block;padding:1.2em 1.2em 1.1em;line-height:1.34em;-khtml-user-select:none;-webkit-user-select:none;-moz-user-select:-moz-none;-ms-user-select:none;user-select:none}.k-menu .k-menu-group{display:none;border-style:solid;border-width:1px;overflow:visible;white-space:nowrap}.k-menu .k-menu-group>.k-item{display:block;border-width:0}.k-menu .k-item,.k-widget.k-menu-horizontal>.k-item{position:relative;float:left;border-style:solid;border-width:0 1px 0 0;vertical-align:top;zoom:1;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.k-context-menu.k-menu-vertical>.k-item>.k-link,.k-menu .k-menu-group .k-item>.k-link{padding:.28em 1.8em .38em .9em}.k-context-menu.k-menu-horizontal>.k-separator{display:none}.k-context-menu.k-menu-horizontal>.k-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.k-context-menu.k-menu-horizontal>.k-last{border:0}.k-ie7 .k-menu .k-menu-group .k-link{width:100%}.k-menu .k-item>.k-link>.k-i-arrow-s{margin-right:-8px}.k-menu .k-item>.k-link>.k-i-arrow-e{position:absolute;top:50%;margin-top:-8px;right:2px;right:.2rem}.k-menu .k-animation-container{border:0}.k-menu .k-animation-container,.k-menu .k-menu-group{position:absolute;left:0}.k-menu .k-animation-container .k-animation-container,.k-menu .k-menu-group .k-menu-group,.k-menu-vertical .k-animation-container,.k-menu-vertical .k-menu-group{top:0;left:0}.k-menu .k-animation-container .k-menu-group{top:auto;left:auto;margin-left:-1px}.k-menu .k-animation-container,.k-popup .k-animation-container{margin-top:-1px;padding-left:1px}.k-ie .k-menu .k-animation-container,.k-ie .k-popup .k-animation-container{margin-top:-2px}.k-popup .k-animation-container .k-popup{margin-left:-1px}ul.k-menu .k-separator{padding:.25em 0;height:100%;width:1px;font-size:0;line-height:0;border-width:0 1px 0 0}ul.k-menu-vertical .k-separator,.k-menu .k-menu-group .k-separator{padding:0;height:1px;width:100%;border-width:1px 0 0}.k-context-menu{border:0;-webkit-user-select:none;-moz-user-select:-moz-none;user-select:none}.k-grid,.k-listview{position:relative;zoom:1}.k-grid table{width:100%;margin:0;max-width:none;border-collapse:separate;border-spacing:0;empty-cells:show;border-width:0;outline:0}.k-header.k-drag-clue{overflow:hidden}.k-grid-header th.k-header,.k-filter-row th{overflow:hidden;border-style:solid;border-width:0 0 1px 1px;padding:.5em .6em .4em .6em;font-weight:normal;white-space:nowrap;text-overflow:ellipsis;text-align:left}.k-grid-header th.k-header{vertical-align:bottom}.k-filtercell,.k-filtercell>span,.k-filtercell .k-widget{display:block;width:auto}.k-filtercell>span{padding-right:4.8em;position:relative;min-height:2em;line-height:2em}.k-filtercell>.k-operator-hidden{padding-right:2.3em}.k-filtercell>span>.k-button,.k-filter-row .k-dropdown-operator{position:absolute;top:0;right:0}.k-filter-row .k-dropdown-operator{width:2.1em;right:2.5em}.k-filtercell>span>label{vertical-align:middle}.k-filter-row label>input[type="radio"]{vertical-align:middle;position:relative;bottom:2px}.k-ie10 .k-grid-header a:active{background-color:transparent}.k-grid-header th.k-header>.k-link{display:block;min-height:18px;line-height:18px;margin:-0.5em -0.6em -0.4em -0.6em;padding:.5em .6em .4em .6em;overflow:hidden;text-overflow:ellipsis}.k-grid-header th.k-with-icon .k-link{margin-right:18px}.k-grid-header th.k-header .k-icon{position:static}.k-grid-header th>.k-link>.k-icon{vertical-align:text-top}.k-grid .k-state-hover{cursor:pointer}.k-grid-column-resizing th,.k-grid-column-resizing td{-webkit-transform:translateZ(0)}.k-grid td{border-style:solid;border-width:0 0 0 1px;padding:.4em .6em;overflow:hidden;line-height:1.6em;vertical-align:middle;text-overflow:ellipsis}.k-grid .k-grouping-row td,.k-grid .k-hierarchy-cell{overflow:visible}.k-grid-edit-row td{text-overflow:clip}.k-grid-edit-row .k-textbox,.k-grid-edit-row .text-box{margin-top:0;margin-bottom:0}.k-grid-header-wrap,.k-grid-footer-wrap{position:relative;width:100%;overflow:hidden;border-style:solid;border-width:0 1px 0 0;zoom:1}div.k-grid-header,div.k-grid-footer{padding-right:17px;border-bottom-style:solid;border-bottom-width:1px;zoom:1}.k-grid-header-wrap>table,.k-grid-header-locked>table{margin-bottom:-1px}.k-grid-content{position:relative;width:100%;overflow:auto;overflow-x:auto;overflow-y:scroll;zoom:1}.k-mobile .k-grid tbody{-webkit-backface-visibility:hidden}.k-mobile .k-grid-backface tbody{-webkit-backface-visibility:visible}.k-grid-content-expander{position:absolute;visibility:hidden;height:1px}@media print{.k-grid{height:auto!important}.k-grid-header{padding:0!important}.k-grid-header-wrap,.k-grid-content{overflow:visible;height:auto!important}}.k-virtual-scrollable-wrap{height:100%;overflow-y:hidden;position:relative}.k-grid-header table,.k-grid-content table,.k-grid-footer table,.k-grid-content-locked>table{table-layout:fixed}.k-ie7 .k-grid-content table{width:auto}.k-grid-lockedcolumns{white-space:nowrap}.k-grid-content-locked,.k-grid-content,.k-pager-wrap{white-space:normal}.k-grid-header-locked,.k-grid-content-locked,.k-grid-footer-locked{display:inline-block;vertical-align:top;overflow:hidden;position:relative;border-style:solid;border-width:0 1px 0 0}.k-grid-header-locked+.k-grid-header-wrap,.k-grid-content-locked+.k-grid-content,.k-grid-footer-locked+.k-grid-footer-wrap{display:inline-block;vertical-align:top}.k-grid-toolbar{border-style:solid;border-width:1px 0 0}.k-grid-header th.k-header:first-child,.k-grid tbody td:first-child,.k-grid tfoot td:first-child,.k-filter-row>th:first-child{border-left-width:0}.k-grid-header th.k-header.k-first{border-left-width:1px}.k-grid-toolbar:first-child,.k-grouping-header+.k-grid-toolbar{border-width:0 0 1px}.k-footer-template td{border-style:solid;border-width:1px 0 0 1px}.k-group-footer td{border-style:solid;border-width:1px 0}.k-group-footer .k-group-cell+td{border-left-width:1px}.k-grid-footer{border-style:solid;border-width:1px 0 0}.k-grid-footer td{border-top-width:0}.k-grid-footer>td{border-top-width:1px}.k-pager-wrap{clear:both;overflow:hidden;border-style:solid;border-width:1px;line-height:2.0em;padding:.333em 0 .333em .250em}.k-grid-pager{border-width:1px 0 0}.k-grid .k-pager-numbers,.k-pager-numbers .k-link,.k-pager-numbers .k-state-selected{display:inline-block;vertical-align:top;margin-right:1px}.k-pager-numbers{margin:0 2px}.k-pager-numbers .k-state-selected{vertical-align:top}.k-pager-numbers li,.k-pager-input{float:left}.k-grid .k-pager-numbers{float:left;cursor:default}.k-pager-info{float:right;padding:0 1.333em}.k-pager-numbers .k-link{text-decoration:none}.k-pager-wrap>.k-link,.k-pager-numbers .k-link,.k-pager-numbers .k-state-selected{min-width:2em}.k-pager-wrap>.k-link{float:left;margin:0 .08333em;height:2em;line-height:2em;border-radius:1.0833em;cursor:pointer;text-align:center}.k-pager-wrap>a.k-state-disabled:hover{background:0;cursor:default}.k-pager-numbers .k-link{text-align:center;line-height:2em;border-style:solid;border-width:1px;border-radius:1.0833em}.k-pager-wrap>.k-link{border-style:solid;border-width:1px}.k-pager-wrap .k-pager-refresh{float:right;margin-right:.5em;border-width:0;border-radius:0}.k-pager-numbers .k-state-selected{border-style:solid;border-width:1px;text-align:center;border-radius:1.0833em}.k-pager-wrap .k-textbox{width:3.333em}.k-ie7 .k-pager-wrap .k-textbox{height:1.3333em;margin-top:.16666em;display:inline}.k-pager-wrap .k-dropdown{width:4.500em}.k-pager-refresh{float:right}.k-pager-input,.k-pager-sizes{padding:0 1.4166em}.k-pager-sizes{display:inline-block;padding-top:1px}.k-pager-sizes .k-widget.k-dropdown{margin-top:-2px}.k-ie7 .k-pager-sizes{float:left}.k-pager-wrap .k-textbox,.k-pager-wrap .k-widget{margin:0 .4em 0}.k-header>.k-grid-filter,.k-header>.k-header-column-menu{float:right;margin:-0.5em -0.6em -0.4em;padding:.5em .2em .4em;position:relative;z-index:1}.k-grid .k-animation-container{position:absolute}.k-filter-menu{padding:.5em}form.k-filter-menu .k-widget,form.k-filter-menu .k-textbox{display:block}.k-filter-help-text,.k-filter-menu .k-widget,.k-filter-menu .k-textbox{margin:.19em 0 0}.k-filter-menu span.k-filter-and{width:6em;margin:.5em 0 .5em}.k-filter-menu .k-button{width:48%;margin:.5em 4% 0 0}.k-filter-menu .k-button+.k-button{margin-right:0}.k-grouping-row .k-icon{margin:-3px 4px 0 2px}.k-grouping-row p{display:inline-block;vertical-align:middle;margin-left:-0.6em;padding:0 .6em}.k-grouping-row+tr td{border-top-width:1px}.k-grouping-row .k-group-cell,.k-grouping-row+tr .k-group-cell{border-top-width:0;text-overflow:none}.k-grid .k-hierarchy-cell+td{border-left-width:0}.k-grid .k-group-col,.k-grid .k-hierarchy-col{width:27px}.k-grouping-header{border-bottom-style:solid;border-bottom-width:1px}.k-grouping-header{line-height:2}.k-grouping-dropclue{position:absolute;width:6px;height:25px;background-repeat:no-repeat;background-position:-165px -148px}.k-grouping-header .k-group-indicator{display:inline-block;border-style:solid;border-width:1px;margin:0 3px;padding:.15em .15em .15em .4em;line-height:1.5em}.k-grouping-header .k-link{display:inline-block;border-width:0;padding:0;line-height:normal;text-decoration:none}.k-grouping-header .k-button{border:0;padding:0;background:transparent;line-height:1}.k-grouping-header .k-link .k-icon{margin:0 0 0 -3px}.k-grouping-header .k-button .k-icon{margin:0 0 0 3px}.k-grouping-header a,.k-grouping-header .k-button{display:inline-block;vertical-align:middle}.k-dirty-cell:before{content:"\a0";display:inline-block;width:0;float:left}.k-ie7 .k-dirty-cell{position:relative}.k-ie7 .k-dirty{top:5px}.k-dirty{position:absolute;width:0;height:0;border-style:solid;border-width:3px;border-color:#f00 transparent transparent #f00;margin:-0.45em 0 0 -0.6em;padding:0;overflow:hidden;vertical-align:top}.k-grouping-header,.k-grid-toolbar{margin:0;padding:.75em .2em .8333em 1em;cursor:default}.k-grid .k-edit-container{padding:0}.k-grid .field-validation-error{display:block}.k-grid .input-validation-error{border-style:ridge;border-color:#f00;background-color:#ffc0cb}.k-grid-toolbar .k-button{vertical-align:middle}.k-grid-actions{display:inline-block}.k-ie7 .k-grid-actions{vertical-align:bottom}.k-grid .k-button{margin:0 .16em}.k-grid tbody .k-button,.k-ie8 .k-grid tbody button.k-button{min-width:64px}.k-grid tbody button.k-button{min-width:78px}.k-ie7 .k-grid tbody a.k-button{min-width:62px}html body .k-grid tbody .k-button-icon{width:auto;min-width:0}.k-detail-row{position:relative}.k-grid .k-detail-cell{overflow:visible}.k-grid .k-edit-cell{padding:0 .3em;white-space:nowrap}.k-grid .k-edit-cell .k-tooltip{white-space:normal}.k-edit-cell>.k-textbox,.k-edit-cell>.k-widget,.k-grid-edit-row>td>.k-textbox,.k-grid-edit-row>td>.k-widget,.k-grid-edit-row>td>.text-box{width:100%}.k-ie7 .k-edit-cell>.text-box,.k-ie7 .k-edit-cell>.k-textbox,.k-ie7 .k-edit-cell>.k-widget,.k-ie7 .k-grid-edit-row>td>.k-textbox,.k-ie7 .k-grid-edit-row>td>.k-widget,.k-ie7 .k-grid-edit-row>td>.text-box{display:block;width:90%}html .k-edit-cell .k-tooltip,html .k-grid-edit-row .k-tooltip{width:auto;max-width:300px}.k-edit-cell input[type="checkbox"]{margin-left:.6em}.k-grid tbody td>.k-grid-delete{margin-top:-0.2em;margin-bottom:-0.2em}.k-grid-resize-indicator{position:absolute;width:2px;background-color:#aaa}.k-grid-header .k-resize-handle,.k-grid>.k-resize-handle{position:absolute;height:25px;cursor:col-resize;z-index:2}.k-marquee{position:absolute;z-index:100000}.k-marquee-color,.k-marquee-text{position:absolute;top:0;left:0;width:100%;height:100%}.k-marquee-color{filter:alpha(opacity=60);opacity:.6}.k-ie9 .k-column-menu{width:160px}.k-ie8 .k-grid-filter,.k-ie8 .k-header-column-menu{font-size:100%}.k-column-menu{min-width:160px}.k-column-menu .k-sprite{margin-right:10px}.k-column-menu>.k-menu{border-width:0}.k-columns-item .k-group{max-height:200px;overflow:auto}.k-treelist .k-status{padding:.4em .6em;line-height:1.6em}.k-treelist .k-status .k-loading{vertical-align:baseline;margin-right:5px}.k-treelist tr.k-hidden{display:none}.k-gantt{white-space:nowrap;position:relative}.k-gantt-layout{display:inline-block;white-space:normal;vertical-align:top}.k-gantt .k-splitbar{position:relative;cursor:e-resize;width:5px;border-width:0 1px;background-repeat:repeat-y}.k-gantt .k-gantt-layout th{vertical-align:bottom}.k-gantt td{overflow:hidden;white-space:nowrap;vertical-align:top}.k-gantt .k-grid .k-edit-cell{vertical-align:middle}.k-gantt-treelist>.k-treelist,.k-gantt-timeline>.k-timeline{border-width:0;height:100%}.k-gantt-toolbar{border-style:solid;border-width:0 0 1px;line-height:2.4em;padding:.5em}.k-gantt-layout+.k-gantt-toolbar{border-width:1px 0 0}.k-gantt-actions,.k-gantt-toolbar>ul{float:left;margin-right:.6em}.k-gantt-toolbar>.k-gantt-views{float:right;margin-right:0}.k-gantt-toolbar>ul>li{display:inline-block;border-style:solid;border-width:1px 1px 1px 0}.k-gantt-toolbar>ul>li:first-child{border-left-width:1px}.k-gantt-toolbar .k-link{display:inline-block;padding:0 1.1em}.k-gantt-toolbar li:first-child,.k-gantt-toolbar li:first-child>.k-link{border-top-left-radius:4px;border-bottom-left-radius:4px}.k-gantt-toolbar li:last-child,.k-gantt-toolbar li:last-child>.k-link{border-top-right-radius:4px;border-bottom-right-radius:4px}.k-gantt-toolbar li.k-button{line-height:inherit;padding-top:0;padding-bottom:0}.k-gantt-treelist .k-grid-header tr{height:5em}.k-gantt .k-treelist .k-grid-header{padding:0!important}.k-gantt .k-treelist .k-grid-content{overflow-y:hidden;overflow-x:scroll}.k-treelist-group>tr>span{font-weight:bold}.k-treelist-group .k-widget{font-weight:normal}.k-gantt-timeline .k-grid-header tr{height:2.5em}.k-gantt-rows tr,.k-gantt-tasks tr,.k-gantt .k-grid-content tr{height:2.3em}.k-gantt .k-gantt-tasks td:after{content:"\a0"}.k-gantt-timeline{background:transparent}.k-gantt-rows,.k-gantt-columns,.k-gantt-dependencies{position:absolute;top:0;left:0}.k-gantt-tables{position:relative}.k-gantt .k-gantt-timeline th{text-align:center}.k-gantt .k-gantt-timeline tr:first-child th{border-bottom-width:1px}.k-task-summary{height:10px;display:inline-block;vertical-align:top;margin-top:3px}.k-task-summary-complete{height:10px;position:relative;z-index:2}.k-task-summary-progress{height:15px;overflow:hidden}.k-task-summary:before,.k-task-summary-complete:before,.k-task-summary:after,.k-task-summary-complete:after{content:"";position:absolute;top:0;width:0;height:0;border-style:solid;border-width:8px;border-color:transparent}.k-task-summary:before,.k-task-summary-complete:before{left:0;border-left-color:inherit}.k-task-summary:after,.k-task-summary-complete:after{right:0;border-right-color:inherit}.k-line-h,.k-line-v{position:absolute}.k-line-h{height:2px}.k-line-v{width:2px}.k-arrow-e,.k-arrow-w{position:absolute;top:-4px;width:0;height:0;border-style:solid;border-width:5px}.k-arrow-e{right:-6px;border-top-color:transparent;border-bottom-color:transparent;border-right-color:transparent}.k-arrow-w{left:-6px;border-top-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.k-task-milestone{width:13px;height:13px;margin-top:3px;border-style:solid;border-width:1px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.k-ie8 .k-task-milestone,.k-ie7 .k-task-milestone{margin-left:1px}.k-gantt .k-gantt-treelist .k-button,.k-gantt .k-gantt-tasks .k-button-icon{padding-top:0;padding-bottom:0}.k-gantt .k-gantt-tasks .k-button-icon{margin-top:4px}.k-gantt .k-gantt-treelist .k-button{margin-top:-4px;margin-bottom:-2px}.k-gantt .k-gantt-tasks .k-button-icon{padding-left:2px;padding-right:2px}.k-gantt .k-gantt-treelist .k-button .k-icon,.k-gantt .k-gantt-tasks .k-button .k-icon{vertical-align:text-top}.k-rel .k-button-icon{position:absolute;left:200px}.k-rel{position:relative;height:0;top:-0.3em}.k-task-wrap{position:absolute;padding:0 23px 5px;margin:-1px -23px 0;z-index:2}.k-task-wrap:hover,.k-line.k-state-selected{z-index:3}.k-milestone-wrap{margin:0 -13px 0 -27px}.k-task-content{position:relative;z-index:2}.k-task-complete{position:absolute;top:0;bottom:0;left:0;width:20%;z-index:1}.k-task-dot{position:absolute;top:0;width:16px;height:16px;line-height:16px;display:none;cursor:pointer}.k-task-dot.k-state-hover{background-color:transparent}.k-task-single+.k-task-dot,.k-task-single+.k-task-dot+.k-task-dot{top:.2em}.k-task-wrap:hover .k-task-dot,.k-task-wrap-active .k-task-dot{display:block}.k-task-dot:before{content:"\a0";display:inline-block;width:0;height:16px}.k-task-dot:after{content:"";display:inline-block;vertical-align:middle;width:8px;height:8px;border-radius:4px;margin-left:4px}.k-task-dot:hover:after,.k-task-dot.k-state-hover:after,.k-task-wrap-active .k-task-dot:after{border-style:solid;border-width:1px;margin-left:3px}.k-task-start{left:0}.k-task-end{right:0}.k-task-single{border-style:solid;border-width:1px;text-align:left;overflow:hidden;cursor:default;min-height:1.3em;white-space:nowrap}.k-task-template{padding:.2em 1.4em .2em .6em;line-height:normal}.k-task-actions,.k-task-content>.k-link{position:absolute;top:0;right:4px;white-space:nowrap}.k-task-actions{z-index:1}.k-task-actions:first-child{position:static;float:left;margin:4px 2px 0 4px}.k-webkit .k-task-actions:first-child{margin-top:3px}.k-task-actions:first-child>.k-link{display:inline-block}.k-task-delete{display:none}.k-task-wrap:hover .k-task-delete,.k-task-wrap-active .k-task-delete{display:inline-block}.k-task-single .k-resize-handle{position:absolute;visibility:hidden;z-index:2;height:auto}.k-task-single:hover .k-resize-handle,.k-task-wrap-active .k-resize-handle{visibility:visible}.k-task-single .k-resize-handle:after{content:"";position:absolute;filter:alpha(opacity=50);opacity:.5}.k-task-content>.k-resize-e{right:0;top:0;bottom:0;width:.4em}.k-task-content>.k-resize-w{left:0;top:0;bottom:0;width:.4em}.k-task-content>.k-resize-e:after,.k-task-content>.k-resize-w:after{left:1px;top:50%;margin-top:-0.7em;height:1.4em;width:1px}.k-task-content>.k-resize-e:after{left:auto;right:1px}.k-task-draghandle{position:absolute;bottom:0;width:0;height:0;margin-left:16px;border-width:5px;border-style:solid;border-top-color:transparent;border-left-color:transparent;border-right-color:transparent;display:none;cursor:e-resize}.k-task-wrap:hover .k-task-draghandle,.k-task-wrap-active .k-task-draghandle{display:block}.k-dependency-hint{z-index:4}.k-task-details{padding:.4em;text-align:left;white-space:nowrap}.k-task-details>strong{font-size:120%;display:block}.k-task-pct{margin:.5em 0 .1em;font-size:170%}.k-task-details>ul{line-height:1.2}.k-resources-wrap{position:absolute;z-index:2;zoom:1;margin-left:20px;margin-top:-2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.k-resources-wrap .k-resource{margin:0 5px}.k-gantt-edit-form>.k-edit-form-container{width:430px}.k-gantt-edit-form>.k-resources-form-container{width:506px}.k-resources-form-container>.k-grid{margin:0 .9em}.k-gantt-edit-form>.k-edit-form-container .k-textbox,.k-gantt-edit-form>.k-edit-form-container .k-numerictextbox{width:15em}.k-gantt-edit-form .k-edit-buttons .k-gantt-delete{float:left}.k-pivot-toolbar{padding:.2em;border-bottom-width:1px;border-bottom-style:solid}.k-pivot .k-pivot-toolbar{padding:.6em}.k-pivot-toolbar .k-button{margin-right:.4em;line-height:1.2em;font-size:.9em;text-align:left;position:relative;padding:.3em 5em .3em .3em}.k-field-actions{position:absolute;right:2px;top:3px}.k-pivot .k-grid td{white-space:nowrap}.k-pivot-layout{border-spacing:0;table-layout:auto}.k-pivot-layout>tbody>tr>td{vertical-align:top;padding:0}.k-pivot td{vertical-align:top}.k-pivot-rowheaders>.k-grid,.k-pivot-table>.k-grid{border-width:0}.k-pivot-rowheaders>.k-grid td:first-child,.k-pivot-table .k-grid-header .k-header.k-first{border-left-width:1px}.k-pivot-rowheaders>.k-grid td.k-first{border-left-width:0}.k-pivot-rowheaders>.k-grid{overflow:hidden}.k-pivot-table{border-left-width:1px;border-left-style:solid}.k-pivot-table .k-grid-header-wrap>table{height:100%}.k-pivot .k-grid-header .k-header{vertical-align:top}.k-header.k-alt,td.k-alt{font-weight:bold}.k-header.k-alt{background-image:none}.k-pivot-layout .k-grid td{border-bottom-width:1px}.k-pivot-layout .k-grid-footer>td{border-top-width:0}.k-pivot-filter-window .k-treeview{max-height:600px}.k-fieldselector .k-edit-buttons{bottom:auto}.k-fieldselector .k-edit-label{width:16%}.k-fieldselector .k-edit-field{width:77%}.k-fieldselector .k-edit-field>.k-widget,.k-fieldselector .k-edit-field>.k-textbox{width:99%}.k-fieldselector .k-edit-buttons>input,.k-fieldselector .k-edit-buttons>label{float:left;margin-top:.4em}.k-fieldselector p{margin:0 0 .2em .5em;text-transform:uppercase}.k-fieldselector p .k-icon{margin:0 5px 0 0}.k-fieldselector .k-columns{border-style:solid;border-width:0}.k-fieldselector .k-columns>div{overflow:auto;padding:.6em;border-style:solid;border-width:0 0 0 1px;float:left;width:45%}.k-fieldselector .k-columns>div:first-child{border-width:0;margin-right:-1px}.k-fieldselector .k-columns>div+div{float:right;border-width:0}.k-fieldselector div.k-treeview{border-width:0;margin-right:-1px;padding-left:4px;overflow:visible}.k-fieldselector .k-list-container{margin-left:.5em;margin-bottom:1em;padding:.2em 0 0;border-style:solid;border-width:1px}.k-fieldselector .k-list{padding-bottom:2em}.k-fieldselector .k-list li.k-item{padding:.3em 3.3em .3em .3em;margin:0 .2em.2em;position:relative;font-size:.9em;line-height:1.2em;min-height:1em}.k-i-kpi-decrease{background-position:0 0}.k-i-kpi-denied{background-position:-16px 0}.k-i-kpi-equal{background-position:-32px 0}.k-i-kpi-hold{background-position:-48px 0}.k-i-kpi-increase{background-position:-64px 0}.k-i-kpi-open{background-position:-80px 0}.k-calendar{position:relative;display:inline-block;width:16.917em;overflow:hidden}.k-calendar td,.k-calendar .k-link{text-decoration:none}.k-calendar .k-action-link{text-decoration:underline}.k-calendar .k-header,.k-calendar .k-footer{position:relative;text-align:center;zoom:1}.k-widget.k-calendar .k-nav-prev,.k-widget.k-calendar .k-nav-next{position:absolute;top:.16666em;line-height:1.8333em;height:1.8333em}.k-widget.k-calendar .k-nav-prev{left:1%}.k-widget.k-calendar .k-nav-next{right:1%}.k-calendar .k-content{float:left;border-spacing:0;width:100%;height:14.167em;border-width:0;margin:0;table-layout:fixed;text-align:right;outline:0}.k-calendar .k-animation-container .k-content{height:100%}.k-widget.k-calendar .k-nav-fast{display:inline-block;width:75%;height:1.8333em;line-height:1.8333em;margin:.16666em -0.08333em .3333em 0}.k-calendar .k-header .k-icon{vertical-align:middle}.k-calendar .k-header .k-link.k-nav-prev,.k-calendar .k-header .k-link.k-nav-next{height:1.8333em;width:1.8333em}.k-calendar th{border-bottom-style:solid;border-bottom-width:1px;padding:.4em .45em .4em .1em;font-weight:normal;cursor:default}.k-calendar td{padding:.08333em;cursor:pointer}.k-calendar .k-state-focus{border-style:dotted;border-width:.08333em;padding:0}.k-calendar .k-content .k-link{display:block;overflow:hidden;min-height:1.8333em;line-height:1.8333em;padding:0 .45em 0 .1em}.k-calendar .k-meta-view .k-link{padding:.25em 0 .3em;text-align:center}.k-calendar .k-footer{clear:both}.k-calendar .k-footer .k-nav-today,.k-calendar .k-footer>.k-state-disabled{display:block;height:100%;padding:.5em 0}.k-calendar .k-nav-today:hover{text-decoration:underline}div.k-treeview{border-width:0;background:0;overflow:auto;white-space:nowrap}.k-treeview .k-item{display:block;border-width:0;margin:0;padding:0 0 0 16px}.k-treeview>.k-group,.k-treeview .k-item>.k-group,.k-treeview .k-content{margin:0;padding:0;background:0;list-style-type:none;position:relative}.k-treeview .k-icon,.k-treeview .k-image,.k-treeview .k-sprite,.k-treeview .k-checkbox,.k-treeview .k-in{display:inline-block;vertical-align:top}.k-treeview .k-checkbox{margin-top:.2em}.k-treeview .k-icon,.k-treeview .k-in{vertical-align:middle}.k-treeview .k-request-retry{vertical-align:baseline}.k-treeview .k-plus,.k-treeview .k-minus,.k-treeview .k-plus-disabled,.k-treeview .k-minus-disabled{margin-top:.25em;margin-left:-16px;cursor:pointer}.k-treeview .k-plus-disabled,.k-treeview .k-minus-disabled{cursor:default}.k-treeview .k-sprite,.k-treeview .k-image{margin-right:3px}.k-treeview .k-in{margin:1px 0 1px .3333em;padding:.4167em .6667em .3333em .5833em;line-height:1.3333em;text-decoration:none;border-style:solid;border-width:1px}.k-treeview span.k-in{cursor:default}.k-treeview .k-drop-hint{position:absolute;z-index:10000;visibility:hidden;width:80px;height:5px;margin-top:-3px;background-color:transparent;background-repeat:no-repeat}span.k-datepicker,span.k-timepicker,span.k-datetimepicker,span.k-colorpicker,span.k-numerictextbox,span.k-combobox,span.k-dropdown,.k-toolbar .k-split-button{background-image:none}.k-autocomplete,.k-combobox,.k-datepicker,.k-timepicker,.k-datetimepicker,.k-colorpicker,.k-numerictextbox,.k-dropdown,.k-selectbox,.k-textbox,.k-toolbar .k-split-button{position:relative;display:inline-block;width:12.4em;overflow:visible;border-width:0;vertical-align:middle}.k-filter-menu .k-combobox,.k-filter-menu .k-datepicker,.k-filter-menu .k-timepicker,.k-filter-menu .k-datetimepicker,.k-filter-menu .k-numerictextbox,.k-filter-menu .k-dropdown,.k-filter-menu .k-textbox{width:13.2em}.k-autocomplete,.k-combobox,.k-datepicker,.k-timepicker,.k-datetimepicker,.k-colorpicker,.k-numerictextbox,.k-dropdown,.k-selectbox,.k-toolbar .k-split-button{white-space:nowrap}.k-colorpicker,.k-toolbar .k-split-button{width:auto}.k-datetimepicker{width:15em}.k-autocomplete,.k-picker-wrap,.k-numeric-wrap{position:relative;cursor:default}.k-dropdown-wrap{position:relative}.k-dropdown-wrap,.k-picker-wrap,.k-numeric-wrap{display:block}.k-block,.k-widget,.k-grid,.k-slider,.k-splitter,.k-treeview,.k-panelbar,.k-content,.k-header-column-menu{outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-block,.k-slider,.k-splitbar,.k-calendar,.k-treeview,.k-pager-wrap,.k-grid-header .k-link,.k-header-column-menu{-webkit-touch-callout:none}.k-popup.k-list-container,.k-popup.k-calendar-container{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);padding:2px;border-width:1px;border-style:solid}.k-list-container.k-state-border-down,.k-autocomplete.k-state-border-down,.k-dropdown-wrap.k-state-border-down,.k-picker-wrap.k-state-border-down,.k-numeric-wrap.k-state-border-down{border-bottom-width:0;padding-bottom:1px}.k-list-container .km-scroll-container{padding-bottom:6px}.k-textbox,.k-autocomplete,.k-dropdown-wrap,.k-picker-wrap,.k-numeric-wrap{border-width:1px;border-style:solid;padding:0 1.9em 0 0}.k-numeric-wrap.k-expand-padding{padding-right:0}.k-textbox,.k-autocomplete{padding:0}.k-textbox.k-space-left{padding-left:1.9em}.k-textbox.k-space-right{padding-right:1.9em}.k-textbox .k-icon{top:50%;margin:-8px 0 0;position:absolute}.k-space-left .k-icon{left:3px}.k-space-right .k-icon{right:3px}.k-autocomplete,.k-dropdown-wrap.k-state-focused,.k-dropdown-wrap.k-state-hover,.k-picker-wrap.k-state-focused,.k-picker-wrap.k-state-hover,.k-numeric-wrap.k-state-focused,.k-numeric-wrap.k-state-hover{-webkit-transition:box-shadow .15s ease-out;-moz-transition:box-shadow .15s ease-out;-o-transition:box-shadow .15s ease-out;transition:box-shadow .15s ease-out;-webkit-transition:"box-shadow .15s ease-out";-moz-transition:"box-shadow .15s ease-out";-ms-transition:"box-shadow .15s ease-out";-o-transition:"box-shadow .15s ease-out";transition:"box-shadow .15s ease-out"}.k-textbox>input,.k-picker-wrap .k-input,.k-numeric-wrap .k-input,.k-combobox .k-input{width:100%;vertical-align:top}.k-picker-wrap .k-input,.k-numeric-wrap .k-input,.k-dropdown-wrap .k-input,.k-selectbox .k-input{font-family:inherit;border-width:0;outline:0}.k-dropdown .k-input,.k-selectbox .k-input{background:transparent}.k-ie7 .k-picker-wrap .k-input,.k-ie7 .k-numeric-wrap .k-input,.k-ie7 .k-combobox .k-input{margin:-1px 0}.k-picker-wrap .k-select,.k-numeric-wrap .k-select,.k-dropdown-wrap .k-select{position:absolute;top:0;right:0;display:inline-block;vertical-align:top;text-decoration:none}.k-combobox .k-select,.k-picker-wrap .k-select,.k-numeric-wrap .k-select{border-style:solid;border-width:0 0 0 1px;border-color:inherit}span.k-datetimepicker .k-select,span.k-datetimepicker .k-select+.k-select{right:0}.k-textbox>input,.k-autocomplete .k-input{display:block}.k-dropdown .k-select,.k-selectbox .k-select{overflow:hidden;border:0;text-decoration:none;font:inherit;color:inherit}.k-dropdown .k-input,.k-selectbox .k-input{display:block;overflow:hidden;text-overflow:ellipsis}.k-textbox>input,.k-autocomplete .k-input,.k-picker-wrap .k-input,.k-numeric-wrap .k-input,.k-dropdown-wrap .k-input,.k-selectbox .k-input{height:1.94em;line-height:1.94em;padding:.177em 0;text-indent:.8em;border:0;margin:0}.k-webkit .k-combobox .k-dropdown-wrap:before,.k-webkit .k-picker-wrap:before,.k-webkit .k-numeric-wrap:before{content:"\a0";display:inline-block;width:0;height:1.94em;padding-bottom:.4em}.km.root .k-combobox .k-dropdown-wrap:before,.km.root .k-picker-wrap:before,.km.root .k-numeric-wrap:before{content:none}.k-combobox .k-input,.k-picker-wrap .k-input,.k-numeric-wrap .k-input{display:inline}.k-ie7 .k-autocomplete .k-input,.k-ie7 .k-picker-wrap .k-input,.k-ie7 .k-numeric-wrap .k-input,.k-ie7 .k-dropdown-wrap .k-input,.k-ie7 .k-selectbox .k-input{text-indent:0}.k-picker-wrap .k-select,.k-numeric-wrap .k-select,.k-dropdown-wrap .k-select{min-height:1.94em;line-height:2.29em;vertical-align:middle;-moz-box-sizing:border-box;text-align:center;width:1.9em;height:100%}.k-numeric-wrap .k-select{padding:0}body .k-datetimepicker .k-select{border-radius:0}.k-ie7 .k-picker-wrap .k-icon,.k-ie7 .k-dropdown-wrap .k-icon{line-height:2em;font-size:1em;padding-top:16px;height:0}.k-combobox .k-icon,.k-dropdown,.k-selectbox .k-icon{cursor:pointer}.k-popup{border-style:solid;border-width:1px}.k-popup .k-item{cursor:default}.k-popup .k-calendar{border:0}.k-list{height:100%}.k-popup .k-list .k-item,.k-fieldselector .k-list .k-item{padding:1px 5px 1px 5px;line-height:1.8em;min-height:1.8em}.k-overflow-container .k-item{padding:1px}.k-overflow-container>.k-state-disabled .k-button,.k-overflow-container .k-button.k-state-disabled,.k-overflow-container .k-button.k-state-disabled:hover{border:0;background:0}.k-popup .k-list .k-state-hover,.k-popup .k-list .k-state-focused,.k-popup .k-list .k-state-selected,.k-overflow-container .k-state-hover,.k-overflow-container .k-state-focused,.k-overflow-container .k-state-selected,.k-fieldselector .k-list .k-item{padding:0 4px;border-width:1px;border-style:solid}.k-list-filter{position:relative}.k-list-filter>.k-textbox{padding-right:20px;width:100%}.k-list-filter>.k-icon{position:absolute;right:4px;top:3px}.k-multiselect-wrap{position:relative;border-width:0;border-style:solid;border-radius:4px;border-color:#c5c5c5;background-color:#FFF;min-height:2.04em}.k-multiselect-wrap .k-input{background-color:transparent;height:1.31em;line-height:1.31em;padding:.18em 0;text-indent:.8em;border:0;margin:1px 0 0;float:left}.k-multiselect-wrap li{margin:1px 0 1px 1px;padding:.1em .15em .1em .4em;line-height:1.79em;float:left}.k-autocomplete .k-loading,.k-multiselect .k-loading{position:absolute;right:3px;bottom:4px}.k-multiselect .k-loading-hidden{visibility:hidden}.k-datetimepicker .k-picker-wrap{padding-right:3.8em}.k-datetimepicker .k-select{width:3.8em}.k-datetimepicker .k-picker-wrap .k-icon{margin:0 2px}.k-picker-wrap .k-icon{cursor:pointer}.k-button,.k-textbox,.k-timepicker,.k-datepicker,.k-datetimepicker{display:inline-block;vertical-align:middle}.k-picker-wrap .k-input{margin:0}.k-time-popup .k-item{padding:1px 3px}.k-input{padding:.25em 0}.k-input,.k-textbox>input{outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-textbox{outline:0;padding:2px .3em;line-height:1.6em}input.k-textbox{height:2.42em;text-indent:.8em}.k-ie input.k-textbox{text-indent:.4em}.k-ff input.k-textbox{height:2.17em}.k-ie7 input.k-textbox{line-height:1.72em;height:1.72em;text-indent:.8em}textarea.k-textbox{height:auto}.k-ie7 .k-textbox{padding:1px 0;text-indent:0}span.k-numerictextbox{background-color:transparent}.k-numerictextbox .k-input{margin:0}.k-numerictextbox .k-link{display:block;height:1em;line-height:1em;vertical-align:middle;border-width:0;padding:0}.k-numerictextbox .k-icon{height:11px}.k-numeric-wrap .k-input::-webkit-inner-spin-button{-webkit-appearance:none}.k-colorpicker .k-picker-wrap{line-height:2em}.k-colorpicker .k-selected-color{vertical-align:top;line-height:0;display:inline-block;height:2em;width:2em}.k-colorpicker .k-tool-icon{position:relative;top:-2px;display:inline-block;padding:3px 3px 2px;font-size:0;line-height:0;margin-right:3px;margin-left:2px;margin-bottom:3px;background-repeat:no-repeat;vertical-align:middle;width:16px;height:16px;-ms-high-contrast-adjust:none}.k-colorpicker .k-tool-icon .k-selected-color{display:block;height:3px;width:16px;position:absolute;left:3px;bottom:-3px;border-radius:0!important}.k-colorpicker .k-icon{cursor:pointer}.k-disabled-overlay{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#fff;opacity:.5;filter:alpha(opacity=50)}.k-colorpalette{position:relative;line-height:0;border-width:0;display:inline-block}.k-colorpalette .k-palette{border-collapse:collapse;position:relative;width:100%;height:100%}.k-colorpalette .k-item{width:14px;height:14px;overflow:hidden;-ms-high-contrast-adjust:none}.k-colorpalette .k-item.k-state-selected{z-index:100;background:transparent;box-shadow:0 1px 4px #000,inset 0 0 3px #fff;position:relative}.k-flatcolorpicker{position:relative;display:inline-block;width:250px;padding-bottom:5px}div.k-flatcolorpicker{background-color:transparent;background-image:none}.k-flatcolorpicker .k-selected-color{background-image:url("textures/transtexture.png");background-position:50% 50%;text-align:right}.k-flatcolorpicker .k-selected-color input.k-color-value{font-family:Consolas,"Ubuntu Mono","Lucida Console","Courier New",monospace;padding:.75em .3em .65em 1em;border:0;margin:0;width:70%}.k-flatcolorpicker .k-hsv-rectangle{position:relative;-khtml-user-select:none;-webkit-user-select:none;-moz-user-select:-moz-none;-ms-user-select:none;user-select:none;-ms-touch-action:pinch-zoom double-tap-zoom}.k-flatcolorpicker .k-hsv-rectangle .k-draghandle{cursor:pointer;position:absolute;z-index:10;left:50%;top:50%;width:8px;height:8px;border:1px solid #eee;margin-left:-5px;margin-top:-5px;border-radius:6px;-webkit-box-shadow:0 1px 2px #444;box-shadow:0 1px 2px #444;background:transparent}.k-flatcolorpicker .k-hsv-rectangle .k-draghandle:hover,.k-flatcolorpicker .k-hsv-rectangle .k-draghandle:focus{background:transparent;border-color:#fff;-webkit-box-shadow:0 1px 5px #000;box-shadow:0 1px 5px #000}.k-flatcolorpicker .k-hsv-rectangle.k-dragging,.k-flatcolorpicker .k-hsv-rectangle.k-dragging *{cursor:none}.k-flatcolorpicker .k-slider-horizontal{height:20px;width:90%;margin:0 5%}.k-flatcolorpicker .k-slider-horizontal .k-slider-track{-webkit-box-shadow:0 1px 0 #fff,0 -1px 0 #999;box-shadow:0 1px 0 #fff,0 -1px 0 #999}.k-flatcolorpicker .k-hue-slider,.k-flatcolorpicker .k-transparency-slider{display:block}.k-flatcolorpicker .k-hue-slider .k-slider-selection,.k-flatcolorpicker .k-transparency-slider .k-slider-selection{background:transparent}.k-flatcolorpicker .k-hue-slider .k-draghandle,.k-flatcolorpicker .k-transparency-slider .k-draghandle{background:transparent;border:3px solid #eee;margin-top:1px;height:8px;width:8px;-webkit-box-shadow:0 1px 4px #444;box-shadow:0 1px 4px #444}.k-flatcolorpicker .k-hue-slider .k-draghandle:hover,.k-flatcolorpicker .k-transparency-slider .k-draghandle:hover,.k-flatcolorpicker .k-hue-slider .k-draghandle:focus,.k-flatcolorpicker .k-transparency-slider .k-draghandle:focus{background:transparent;border-color:#fff;-webkit-box-shadow:0 1px 5px #000;box-shadow:0 1px 5px #000;border-width:2px;padding:1px}.k-flatcolorpicker .k-hue-slider .k-slider-track{background:-moz-linear-gradient(left,#f00 0,#ff0 16%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 84%,#ff0004 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#f00),color-stop(16%,#ff0),color-stop(33%,#0f0),color-stop(50%,#0ff),color-stop(67%,#00f),color-stop(84%,#f0f),color-stop(100%,#ff0004));background:-webkit-linear-gradient(left,#f00 0,#ff0 16%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 84%,#ff0004 100%);background:-o-linear-gradient(left,#f00 0,#ff0 16%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 84%,#ff0004 100%);background:-ms-linear-gradient(left,#f00 0,#ff0 16%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 84%,#ff0004 100%);background:-left-linear-gradient(left,#f00 0,#ff0 16%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 84%,#ff0004 100%)}.k-flatcolorpicker .k-transparency-slider .k-slider-track{background-image:url("textures/transparency.png");background-size:100% auto;background-position:100% 50%;background-repeat:no-repeat}.k-flatcolorpicker .k-controls{margin-top:10px;margin-bottom:5px;text-align:center;font-size:90%}.k-flatcolorpicker .k-controls .k-button{width:6em}.k-flatcolorpicker .k-hsv-gradient{background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,#000 100%),-moz-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,#000)),-webkit-gradient(linear,left top,right top,color-stop(0%,#fff),color-stop(100%,rgba(255,255,255,0)));background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,#000 100%),-webkit-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);background:-o-linear-gradient(top,rgba(0,0,0,0) 0,#000 100%),-o-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,0) 0,#000 100%),-ms-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);background:-top-linear-gradient(top,rgba(0,0,0,0) 0,#000 100%),-left-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);height:180px;margin-bottom:5px}.k-ie9 .k-flatcolorpicker .k-hue-slider .k-slider-track{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iI2ZmZmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iIzAwZmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iIzAwMDBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg0JSIgc3RvcC1jb2xvcj0iI2ZmMDBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjAwMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)}.k-ie9 .k-flatcolorpicker .k-hsv-gradient{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)}.k-ie7 .k-flatcolorpicker .k-hue-slider .k-slider-track,.k-ie8 .k-flatcolorpicker .k-hue-slider .k-slider-track{background:url("textures/hue.png") repeat 0 50%}.k-ie7 .k-flatcolorpicker .k-transparency-slider .k-slider-track,.k-ie8 .k-flatcolorpicker .k-transparency-slider .k-slider-track{background:url("textures/transparency.png") repeat 0 50%}.k-ie7 .k-flatcolorpicker .k-hsv-gradient,.k-ie8 .k-flatcolorpicker .k-hsv-gradient{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#00ffffff',GradientType=1) progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#ff000000',GradientType=0)}table.k-editor{width:100%;height:250px;table-layout:fixed;border-style:solid;border-width:1px;border-collapse:separate;border-spacing:4px;font-size:100%;vertical-align:top}.k-editor-inline{border-width:2px;padding:.3em .5em;word-wrap:break-word}.k-editortoolbar-dragHandle{cursor:move;padding-left:0;padding-right:3px;box-shadow:none!important}.k-editor .k-editor-toolbar-wrap{border:0;padding:0}.k-editor-toolbar{margin:0;padding:.1em 0;list-style-type:none;line-height:1.3em;cursor:default}.k-editor-toolbar li{display:inline-block;vertical-align:middle}.k-ie7 .k-editor-toolbar li{display:inline}.k-webkit .k-editor-toolbar,.k-ff .k-editor-toolbar,.k-ie9 .k-editor-toolbar{padding:0}.k-webkit .k-editor-toolbar li,.k-safari .k-editor-toolbar li,.k-ff .k-editor-toolbar li,.k-ie9 .k-editor-toolbar li,.k-ie10 .k-editor-toolbar li{display:inline-block;padding:.1em 0}.k-editor-toolbar .k-editor-widget,.k-editor-toolbar>li{margin-right:6px}.k-group-start.k-group-end .k-editor-widget{margin-right:0}.k-editor-toolbar .k-editor-dropdown{position:relative}.k-select-overlay{-webkit-appearance:none;opacity:0;z-index:11000;top:0;left:0;position:absolute;height:26px;width:100%;margin:-4px 0 0}.k-editor-toolbar .k-separator{position:relative;top:1px;border-style:solid;border-width:0 1px 0 0;margin:0 .3em 0 .1em;padding:0 0 0 1px;font-size:1.3em}.k-editor-toolbar .k-break{display:block;height:1px;font-size:0;line-height:0}.k-editor-toolbar .k-dropdown,.k-editor-toolbar .k-combobox,.k-editor-toolbar .k-selectbox,.k-editor-toolbar .k-colorpicker{vertical-align:middle}.k-button-group{white-space:nowrap}.k-button-group .k-tool{display:inline-block;vertical-align:middle;margin:1px 0;width:32px;height:32px;line-height:32px}.k-button-group .k-tool-icon{width:24px;height:24px;vertical-align:middle;-ms-high-contrast-adjust:none}.k-i-move{background-position:-160px -288px}.k-bold{background-position:-240px 0}.k-state-hover .k-bold,.k-state-selected .k-bold{background-position:-264px 0}.k-italic{background-position:-240px -24px}.k-state-hover .k-italic,.k-state-selected .k-italic{background-position:-264px -24px}.k-underline{background-position:-240px -48px}.k-state-hover .k-underline,.k-state-selected .k-underline{background-position:-264px -48px}.k-strikethrough{background-position:-240px -72px}.k-state-hover .k-strikethrough,.k-state-selected .k-strikethrough{background-position:-264px -72px}.k-foreColor{background-position:-240px -96px}.k-state-hover .k-foreColor,.k-state-selected .k-foreColor{background-position:-264px -96px}.k-backColor{background-position:-240px -120px}.k-state-hover .k-backColor,.k-state-selected .k-backColor{background-position:-264px -120px}.k-colorpicker .k-foreColor{background-position:-240px -96px}.k-colorpicker .k-backColor{background-position:-240px -120px}.k-justifyLeft{background-position:-240px -144px}.k-state-hover .k-justifyLeft,.k-state-selected .k-justifyLeft{background-position:-264px -144px}.k-justifyCenter{background-position:-240px -168px}.k-state-hover .k-justifyCenter,.k-state-selected .k-justifyCenter{background-position:-264px -168px}.k-justifyRight{background-position:-240px -192px}.k-state-hover .k-justifyRight,.k-state-selected .k-justifyRight{background-position:-264px -192px}.k-justifyFull{background-position:-240px -216px}.k-state-hover .k-justifyFull,.k-state-selected .k-justifyFull{background-position:-264px -216px}.k-insertUnorderedList{background-position:-240px -264px}.k-state-hover .k-insertUnorderedList,.k-state-selected .k-insertUnorderedList{background-position:-264px -264px}.k-insertOrderedList{background-position:-240px -288px}.k-state-hover .k-insertOrderedList,.k-state-selected .k-insertOrderedList{background-position:-264px -288px}.k-indent,.k-rtl .k-outdent{background-position:-288px 0}.k-state-hover .k-indent,.k-state-hover .k-rtl .k-outdent,.k-state-selected .k-indent,.k-state-selected .k-rtl .k-outdent{background-position:-312px 0}.k-outdent,.k-rtl .k-indent{background-position:-288px -24px}.k-state-hover .k-outdent,.k-state-hover .k-rtl .k-indent,.k-state-selected .k-outdent,.k-state-selected .k-rtl .k-indent{background-position:-312px -24px}.k-createLink{background-position:-288px -48px}.k-state-hover .k-createLink,.k-state-selected .k-createLink{background-position:-312px -48px}.k-unlink{background-position:-288px -72px}.k-state-hover .k-unlink,.k-state-selected .k-unlink{background-position:-312px -72px}.k-insertImage{background-position:-288px -96px}.k-state-hover .k-insertImage,.k-state-selected .k-insertImage{background-position:-312px -96px}.k-insertFile{background-position:-288px -216px}.k-state-hover .k-insertFile,.k-state-selected .k-insertFile{background-position:-312px -216px}.k-subscript{background-position:-288px -144px}.k-state-hover .k-subscript,.k-state-selected .k-subscript{background-position:-312px -144px}.k-superscript{background-position:-288px -168px}.k-state-hover .k-superscript,.k-state-selected .k-superscript{background-position:-312px -168px}.k-cleanFormatting{background-position:-288px -192px}.k-state-hover .k-cleanFormatting,.k-state-selected .k-cleanFormatting{background-position:-312px -192px}.k-createTable{background-position:-192px 0}.k-state-hover .k-createTable,.k-state-selected .k-createTable{background-position:-216px 0}.k-addColumnLeft{background-position:-192px -24px}.k-state-hover .k-addColumnLeft,.k-state-selected .k-addColumnLeft{background-position:-216px -24px}.k-addColumnRight{background-position:-192px -48px}.k-state-hover .k-addColumnRight,.k-state-selected .k-addColumnRight{background-position:-216px -48px}.k-addRowAbove{background-position:-192px -72px}.k-state-hover .k-addRowAbove,.k-state-selected .k-addRowAbove{background-position:-216px -72px}.k-addRowBelow{background-position:-192px -96px}.k-state-hover .k-addRowBelow,.k-state-selected .k-addRowBelow{background-position:-216px -96px}.k-deleteRow{background-position:-192px -120px}.k-state-hover .k-deleteRow,.k-state-selected .k-deleteRow{background-position:-216px -120px}.k-deleteColumn{background-position:-192px -144px}.k-state-hover .k-deleteColumn,.k-state-selected .k-deleteColumn{background-position:-216px -144px}.k-mergeCells{background-position:-192px -168px}.k-state-hover .k-mergeCells,.k-state-selected .k-mergeCells{background-position:-216px -168px}.k-fontName{width:110px}.k-fontSize{width:124px}.k-formatBlock{width:147px}.k-editortoolbar-dragHandle{float:left;margin:1px 0 0}.k-editor-toolbar .k-button-group{padding:1px}.k-editor .k-editor-toolbar .k-row-break{display:block;height:0;font-size:0;line-height:0}.k-button-group .k-tool{border-style:solid;border-width:1px;margin-right:-1px}.k-button-group .k-tool.k-state-hover,.k-button-group .k-tool:focus{position:relative;z-index:1}.k-rtl .k-button-group .k-tool{border-style:solid;border-width:1px}.k-button-group .k-tool.k-group-end{border-right-width:1px}.k-rtl .k-button-group .k-tool.k-group-end{border-left-width:1px}.k-button-group .k-state-disabled{display:none}.k-button-group .k-state-hover,.k-button-group .k-state-active{vertical-align:middle}.k-button-group .k-state-disabled{filter:alpha(opacity=30);opacity:.3}.k-editor .k-editable-area{width:100%;height:100%;border-style:solid;border-width:1px;outline:0}.k-editor .k-content{display:block;width:100%;height:100%;border:0;margin:0;padding:0;background:#fff}.k-editor .k-tool{outline:0}.k-editor iframe.k-content{display:inline;vertical-align:top}.k-editor .k-raw-content{border:0;margin:0;padding:0}.k-editor .k-raw-content,.k-editor-dialog .k-editor-textarea{font-size:inherit;font-family:consolas,"courier new",monospace}.k-editor-dialog{padding:1em;width:400px}.k-editor-dialog .k-edit-label{width:25%}.k-editor-dialog .k-edit-field{width:66%}.k-editor-dialog .k-edit-field .k-textbox{width:96%}.k-viewhtml-dialog{width:auto}.k-filebrowser-dialog{width:auto;min-width:350px}.k-filebrowser-dialog .k-filebrowser{margin:0 1em 0}.k-filebrowser-dialog .k-edit-label{width:18%}.k-filebrowser-dialog .k-edit-field{width:75%}.k-filebrowser-dialog .k-edit-field .k-textbox{width:70%}#k-editor-image-width,#k-editor-image-height{width:5em}.k-editor-dialog .k-button{display:inline-block}.k-editor-dialog .k-editor-textarea{width:600px;height:350px;padding:.2em .2em .2em .4em;border-width:1px;border-style:solid;overflow:auto}.k-button-wrapper .k-link:hover{text-decoration:underline}.k-ct-popup{width:180.39999999999998px;padding:.65em .5em .5em}.k-ct-popup .k-status{margin:.3em 0}.k-ct-cell{border-width:1px;border-style:solid;width:18px;height:18px;margin:1px;vertical-align:top;display:inline-block;overflow:hidden;-ms-high-contrast-adjust:none}.k-notification-wrap{padding:.6em .5em;cursor:default;position:relative;white-space:nowrap}.k-notification-button .k-notification-wrap{padding-right:20px}.k-notification-wrap>.k-i-note{vertical-align:text-bottom;margin-right:4px}.k-notification-wrap>.k-i-close{position:absolute;top:7px;right:4px;display:none}.k-notification-button .k-notification-wrap>.k-i-close{display:block}.k-progressbar{display:inline-block;position:relative;vertical-align:middle}.k-progressbar{border-radius:4px}.k-progressbar-horizontal{width:27em;height:1.9em}.k-progressbar-vertical{width:1.9em;height:27em}.k-progressbar>.k-state-selected{position:absolute;border-style:solid;border-width:1px;overflow:hidden}.k-progressbar-horizontal>.k-state-selected,.k-rtl .k-progressbar-horizontal.k-progressbar-reverse>.k-state-selected{left:-1px;right:auto;top:-1px;height:100%;border-radius:4px 0 0 4px}.k-progressbar-horizontal.k-progressbar-reverse>.k-state-selected,.k-rtl .k-progressbar-horizontal>.k-state-selected{left:auto;right:-1px;border-radius:0 4px 4px 0}.k-progressbar-vertical>.k-state-selected{left:-1px;bottom:-1px;width:100%;border-radius:0 0 4px 4px}.k-progressbar-vertical.k-progressbar-reverse>.k-state-selected{bottom:auto;top:-1px;border-radius:4px 4px 0 0}.k-progressbar>.k-state-selected.k-complete,.k-rtl .k-progressbar>.k-state-selected.k-complete{border-radius:4px}.k-progressbar>.k-reset{list-style:none;margin:0;padding:0;position:absolute;left:-1px;top:-1px;width:100%;height:100%;border-radius:4px;white-space:nowrap}.k-progressbar-horizontal .k-item{display:inline-block;height:100%;border-style:solid;margin-left:-1px}.k-progressbar-horizontal .k-item.k-first{margin-left:0}.k-progressbar-horizontal .k-item.k-last{border-right-width:0}.k-progressbar-horizontal .k-item,.k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-item{border-width:1px 1px 1px 0}.k-progressbar-horizontal.k-progressbar-reverse .k-item,.k-rtl .k-progressbar-horizontal .k-item{border-width:1px 0 1px 1px}.k-progressbar-horizontal .k-first,.k-rtl .k-progressbar-horizontal .k-last,.k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-last{border-radius:4px 0 0 4px;border-left-width:1px}.k-progressbar-horizontal .k-last,.k-rtl .k-progressbar-horizontal .k-first{border-radius:0 4px 4px 0}.k-progressbar-horizontal.k-progressbar-reverse .k-last,.k-rtl .k-progressbar-horizontal .k-first{border-right-width:1px}.k-progressbar-vertical .k-item{width:100%;border-style:solid;border-width:1px 1px 0 1px;margin-top:-1px}.k-progressbar-vertical .k-item.k-first{margin-top:0}.k-progressbar-vertical li.k-item.k-last{border-bottom-width:0}.k-progressbar-vertical .k-first{border-radius:4px 4px 0 0}.k-progressbar-vertical .k-last{border-radius:0 0 4px 4px;border-bottom-width:1px}.k-progressbar-vertical.k-progressbar-reverse .k-item{border-width:0 1px 1px 1px}.k-progressbar-vertical.k-progressbar-reverse .k-first{border-top-width:1px}.k-progress-status-wrap{position:absolute;top:-1px;border:1px solid transparent;line-height:2em;width:100%;height:100%}.k-progress-status-wrap,.k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-progress-status-wrap{left:-1px;right:auto;text-align:right}.k-progressbar-horizontal.k-progressbar-reverse .k-progress-status-wrap,.k-rtl .k-progressbar-horizontal .k-progress-status-wrap{left:auto;right:-1px;text-align:left}.k-progressbar-vertical .k-progress-status-wrap{top:auto;bottom:-1px}.k-progressbar-vertical.k-progressbar-reverse .k-progress-status-wrap{bottom:auto;top:-1px}.k-progress-status{display:inline-block;padding:0 .5em;min-width:10px;white-space:nowrap}.k-progressbar-vertical.k-progressbar-reverse .k-progress-status{position:absolute;bottom:0;left:0}.k-progressbar-vertical .k-progress-status{-webkit-transform:rotate(-90deg) translateX(-100%);-moz-transform:rotate(-90deg) translateX(-100%);-ms-transform:rotate(-90deg) translateX(-100%);-o-transform:rotate(-90deg) translateX(-100%);transform:rotate(-90deg) translateX(-100%);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0}.k-progressbar-vertical.k-progressbar-reverse .k-progress-status{-webkit-transform:rotate(90deg) translateX(-100%);-moz-transform:rotate(90deg) translateX(-100%);-ms-transform:rotate(90deg) translateX(-100%);-o-transform:rotate(90deg) translateX(-100%);transform:rotate(90deg) translateX(-100%);-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-ms-transform-origin:0 100%;-o-transform-origin:0 100%;transform-origin:0 100%}.k-ie7 .k-progressbar-vertical .k-progress-status{writing-mode:tb-rl;padding:.5em 0}.k-ie8 .k-progressbar-vertical .k-progress-status{writing-mode:bt-lr;padding:.5em 0}div.k-slider{position:relative;border-width:0;background-color:transparent;-khtml-user-select:none;-webkit-user-select:none;-moz-user-select:-moz-none;-ms-user-select:none;user-select:none}.k-slider-vertical{width:26px;height:200px}.k-slider-horizontal{display:inline-block;width:200px;height:26px}.k-slider-wrap{width:100%;height:100%}.k-slider .k-button,.k-grid .k-slider .k-button{position:absolute;top:0;width:24px;min-width:0;height:24px;margin:0;padding:0;outline:0}.k-slider .k-button .k-icon{margin-top:3px;vertical-align:top}.k-state-disabled .k-slider-wrap{filter:alpha(opacity=60);opacity:.6}.k-state-disabled .k-slider-wrap .k-slider-items{color:#333}.k-slider .k-button-decrease{left:0}.k-slider-vertical .k-button-decrease,.k-grid .k-slider-vertical .k-button-decrease{top:auto;bottom:0}.k-slider .k-button-increase{right:0}.k-slider .k-icon,.k-slider-track,.k-slider .k-tick{cursor:pointer}.k-ie7 .k-slider .k-icon{margin-top:2px}.k-slider-track,.k-slider-selection{position:absolute;margin:0;padding:0}.k-slider-horizontal .k-slider-track,.k-slider-horizontal .k-slider-selection{top:50%;left:0;height:8px;margin-top:-4px;background-repeat:repeat-x}.k-slider-horizontal .k-slider-buttons .k-slider-track{left:34px}.k-slider-vertical .k-slider-track,.k-slider-vertical .k-slider-selection{left:50%;bottom:0;width:8px;margin-left:-4px;background-repeat:repeat-y}.k-slider-vertical .k-slider-buttons .k-slider-track{bottom:34px}.k-draghandle{position:absolute;background-repeat:no-repeat;background-color:transparent;text-indent:-3333px;overflow:hidden;text-decoration:none;text-align:center;outline:0}.k-slider-horizontal .k-draghandle{top:-4px;width:13px;height:14px}.k-slider-vertical .k-draghandle{left:-4px;width:14px;height:13px}.k-slider-buttons .k-slider-items{margin-left:34px}.k-slider-horizontal .k-slider-items{height:100%}.k-slider-vertical .k-slider-items{padding-top:1px}.k-slider-vertical .k-slider-buttons .k-slider-items{padding-top:0}.k-slider-vertical .k-slider-buttons .k-slider-items{margin:0;padding-top:35px}.k-slider .k-tick{position:relative;margin:0;padding:0;background-color:transparent;background-repeat:no-repeat;background-position:center center}.k-slider-horizontal .k-tick{float:left;height:100%;text-align:center}.k-ie7 .k-slider-vertical .k-tick{float:left;clear:left;width:100%}.k-slider-horizontal .k-tick{background-position:center -92px}.k-slider-horizontal .k-slider-topleft .k-tick{background-position:center -122px}.k-slider-horizontal .k-slider-bottomright .k-tick{background-position:center -152px}.k-slider-horizontal .k-tick-large{background-position:center -2px}.k-slider-horizontal .k-slider-topleft .k-tick-large{background-position:center -32px}.k-slider-horizontal .k-slider-bottomright .k-tick-large{background-position:center -62px}.k-slider-vertical .k-tick{background-position:-92px center}.k-slider-vertical .k-slider-topleft .k-tick{background-position:-122px center}.k-slider-vertical .k-slider-bottomright .k-tick{background-position:-152px center}.k-slider-vertical .k-tick-large{background-position:-2px center}.k-slider-vertical .k-slider-topleft .k-tick-large{background-position:-32px center}.k-slider-vertical .k-slider-bottomright .k-tick-large{background-position:-62px center}.k-slider-horizontal .k-first{background-position:0 -92px}.k-slider-horizontal .k-tick-large.k-first{background-position:0 -2px}.k-slider-horizontal .k-slider-topleft .k-first{background-position:0 -122px}.k-slider-horizontal .k-slider-topleft .k-tick-large.k-first{background-position:0 -32px}.k-slider-horizontal .k-slider-bottomright .k-first{background-position:0 -152px}.k-slider-horizontal .k-slider-bottomright .k-tick-large.k-first{background-position:0 -62px}.k-slider-horizontal .k-last{background-position:100% -92px}.k-slider-horizontal .k-tick-large.k-last{background-position:100% -2px}.k-slider-horizontal .k-slider-topleft .k-last{background-position:100% -122px}.k-slider-horizontal .k-slider-topleft .k-tick-large.k-last{background-position:100% -32px}.k-slider-horizontal .k-slider-bottomright .k-last{background-position:100% -152px}.k-slider-horizontal .k-slider-bottomright .k-tick-large.k-last{background-position:100% -62px}.k-slider-vertical .k-first{background-position:-92px 100%}.k-slider-vertical .k-tick-large.k-first{background-position:-2px 100%}.k-slider-vertical .k-slider-topleft .k-first{background-position:-122px 100%}.k-slider-vertical .k-slider-topleft .k-tick-large.k-first{background-position:-32px 100%}.k-slider-vertical .k-slider-bottomright .k-first{background-position:-152px 100%}.k-slider-vertical .k-slider-bottomright .k-tick-large.k-first{background-position:-62px 100%}.k-slider-vertical .k-last{background-position:-92px 0}.k-slider-vertical .k-tick-large.k-last{background-position:-2px 0}.k-slider-vertical .k-slider-topleft .k-last{background-position:-122px 0}.k-slider-vertical .k-slider-topleft .k-tick-large.k-last{background-position:-32px 0}.k-slider-vertical .k-slider-bottomright .k-last{background-position:-152px 0}.k-slider-vertical .k-slider-bottomright .k-tick-large.k-last{background-position:-62px 0}.k-slider-vertical .k-tick{text-align:right}.k-slider-vertical .k-slider-topleft .k-tick{text-align:left}.k-slider .k-label{position:absolute;white-space:nowrap;font-size:.92em}.k-slider-horizontal .k-label{left:0;width:100%;line-height:1}.k-slider-horizontal .k-first .k-label{left:-50%}.k-slider-horizontal .k-last .k-label{left:auto;right:-50%}.k-slider-horizontal .k-label{bottom:-1.2em}.k-slider-horizontal .k-slider-topleft .k-label{top:-1.2em}.k-slider-vertical .k-label{left:120%;display:block;text-align:left}.k-slider-vertical .k-last .k-label{top:-0.5em}.k-slider-vertical .k-first .k-label{bottom:-0.5em}.k-slider-vertical .k-slider-topleft .k-label{left:auto;right:120%}.k-slider-tooltip{top:-4444px}.k-scheduler-toolbar,.k-scheduler-footer{border-style:solid}.k-scheduler-toolbar,.k-scheduler-footer{line-height:28px;padding:6px}.k-scheduler-toolbar{border-width:0 0 1px}.k-edit-field.k-scheduler-toolbar{border-width:0;padding-top:0;padding-left:0;padding-right:0}.k-scheduler-header{text-align:center}.k-scheduler-footer{border-width:1px 0 0}.k-scheduler-toolbar>ul{float:right}.k-scheduler-toolbar>ul:first-child{float:left}.k-scheduler-toolbar>.k-scheduler-tools{float:left;margin-bottom:.5em}.k-scheduler-tools+.k-scheduler-navigation{float:left;clear:left}.k-scheduler-toolbar>ul>li,.k-scheduler-footer>ul>li{display:inline-block;border-style:solid;border-width:1px 1px 1px 0}.k-scheduler .k-scheduler-toolbar .k-nav-current,.k-scheduler .k-scheduler-toolbar .k-scheduler-tools>li{border-width:0}.k-scheduler-toolbar>ul>li:first-child{border-left-width:1px}.k-scheduler div.k-scheduler-footer ul li{margin-right:.6em;border-width:1px}.k-scheduler-toolbar .k-link,.k-scheduler-footer .k-link{display:inline-block;padding:.16666em 1.1em}.k-scheduler-toolbar .k-nav-prev .k-link,.k-scheduler-toolbar .k-nav-next .k-link{padding-left:.6em;padding-right:.6em}.k-ie7 .k-scheduler-toolbar .k-nav-prev .k-link,.k-ie7 .k-scheduler-toolbar .k-nav-next .k-link{height:2.3em;margin-top:-1px;vertical-align:middle}.k-ie7 .k-scheduler-toolbar .k-nav-prev .k-link .k-icon,.k-ie7 .k-scheduler-toolbar .k-nav-next .k-link .k-icon{margin-top:.5em}.k-scheduler-toolbar .k-nav-current .k-link{padding:0}.k-scheduler-toolbar .k-nav-current{margin:0 1.1em}.k-scheduler div.k-scheduler-toolbar>ul>li.k-nav-current,.k-scheduler .k-nav-current>.k-state-active{background:0}.k-scheduler-phone .k-scheduler-toolbar+.k-scheduler-toolbar .k-scheduler-navigation{width:100%;text-align:center}.k-scheduler-phone .k-scheduler-toolbar+.k-scheduler-toolbar .k-scheduler-navigation>li{background:0;border:0}.k-scheduler-phone .k-toolbar .k-nav-next{float:right}.k-scheduler-phone .k-toolbar .k-nav-prev{float:left}.k-scheduler-toolbar .k-i-calendar,.k-scheduler-footer .k-icon{margin:-2px 6px 0 0}.k-scheduler-header,.k-scheduler-header-wrap{overflow:hidden}.k-scheduler-header-wrap{position:relative;border-style:solid;border-width:0}.k-scheduler .k-scrollbar-v .k-scheduler-header-wrap{border-right-width:1px}.k-scheduler-times,.k-scheduler-content{position:relative}.k-scheduler-times{overflow:hidden;border-style:solid;border-width:0}.k-scheduler-content{overflow:auto}.k-scheduler-layout,.k-scheduler-table{border-spacing:0;width:100%;margin:0;border-collapse:separate}.k-ie7 .k-scheduler-content .k-scheduler-table{width:auto}.k-scheduler-layout>tbody>tr>td{padding:0;vertical-align:top}.k-safari .k-scheduler-layout>tbody>tr>td+td{width:100%}.k-scheduler-table{table-layout:fixed}.k-scheduler-times .k-scheduler-table{table-layout:auto}.k-scheduler-monthview .k-scheduler-content .k-scheduler-table{height:100%}.k-scheduler-table td,.k-scheduler-table th{height:1.5em;padding:.334em .5em;font-size:100%}.k-scheduler .k-scheduler-table td,.k-scheduler .k-scheduler-table th{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.k-scheduler-monthview .k-hidden,.k-scheduler-monthview .k-hidden>div{width:0!important;overflow:hidden!important}.k-scheduler-monthview .k-hidden{padding-left:0!important;padding-right:0!important;border-right-width:0!important}.k-scheduler-monthview>tbody>tr:first-child .k-scheduler-times{margin-right:1px}.k-scheduler-monthview>tbody>tr:first-child .k-scheduler-times .k-hidden{height:auto}.k-scheduler-monthview .k-scheduler-table td,.k-scheduler-monthview .k-hidden{height:80px;text-align:right}.k-scheduler-phone .k-scheduler-monthview .k-scheduler-table td,.k-scheduler-phone .k-scheduler-monthview .k-hidden{height:40px}.k-scheduler-table td,.k-slot-cell{vertical-align:top}.k-scheduler-layout tr+tr .k-scheduler-times th:last-child{vertical-align:top}.k-scheduler-phone .k-scheduler-monthview .k-scheduler-table td{text-align:center;vertical-align:middle}.k-scheduler-phone .k-scheduler-monthview .k-scheduler-table td span{font-size:1.5em}.k-scheduler-header th{overflow:hidden;text-overflow:ellipsis}.k-scheduler-table td,.k-scheduler-header th{border-style:solid;border-width:0 0 1px 1px}.k-scheduler-table td:first-child,.k-scheduler-header th:first-child{border-left-width:0}.k-scheduler-agendaview .k-scheduler-table td:first-child{border-left-width:1px}.k-scheduler-agendaview .k-scheduler-table td.k-first{border-left-width:0}.k-scheduler-layout tr+tr .k-scheduler-times tr:last-child>th,.k-scheduler-layout tr+tr .k-scheduler-table>tbody>tr:last-child>td,.k-scheduler-table>tbody>tr>.k-last{border-bottom-width:0}.k-scrollbar-h tr+tr .k-scheduler-times,.k-scrollbar-h .k-scheduler-content .k-scheduler-table>tbody>tr:last-child>td,.k-scheduler-agendaview.k-scrollbar-h .k-scheduler-table>tbody>tr>td.k-last{border-bottom-width:1px}.k-scheduler-times th{text-align:right;padding-right:.6em;border-style:solid;border-width:0 1px 1px 0;border-color:transparent;white-space:nowrap}.k-scheduler-layout tr+tr .k-scheduler-times th{border-bottom-color:transparent}.k-scheduler-layout tr+tr .k-scheduler-times th.k-slot-cell,.k-scheduler-layout tr+tr .k-scheduler-times th.k-scheduler-times-all-day{border-bottom-color:inherit}.k-scheduler .k-middle-row td{border-bottom-style:dotted}.k-scheduler-now-arrow,.k-scheduler-now-line{position:absolute}.k-scheduler-now-arrow{width:0;height:0;border:solid 5px transparent;left:0}.k-scheduler-now-line{left:5px;right:0;height:1px}.k-task{position:relative}div.k-more-events{text-align:center;font-size:18px;line-height:1.2;padding:0}.k-more-events>span{display:block;margin-top:-0.6em}.k-event,.k-more-events{position:absolute;border-style:solid;border-width:1px;text-align:left;overflow:hidden}.k-event{cursor:default;min-height:1.3em}.k-event-drag-hint{filter:alpha(opacity=60);opacity:.6;cursor:-webkit-grabbing;cursor:-moz-grabbing}.k-scheduler-header .k-event{white-space:nowrap}.k-event-template{padding:.3em 1.4em .3em .6em}.k-event-time{display:none;padding-bottom:0;font-size:.9em}.k-event-drag-hint .k-event-time{display:block}.k-event-actions,.k-event>.k-link,.k-task>.k-link{position:absolute;top:3px;right:4px;white-space:nowrap}.k-event-actions{z-index:1}.k-scheduler-agendaview .k-task>.k-link{top:0;right:0}.k-event-actions:first-child{position:static;float:left;margin:4px 2px 0 4px}.k-webkit .k-event-actions:first-child{margin-top:3px}.k-event-actions:first-child>.k-link{display:inline-block}.k-event-delete{display:none}.k-event:hover .k-event-delete,tr:hover>td>.k-task .k-event-delete{display:inline-block}.k-event .k-event-top-actions,.k-event .k-event-bottom-actions{position:absolute;top:0;left:0;width:100%;text-align:center}.k-event .k-event-bottom-actions{top:auto;bottom:0}.k-event .k-resize-handle,.k-scheduler-mobile .k-event:hover .k-resize-handle{position:absolute;visibility:hidden;z-index:2}.k-event:hover .k-resize-handle,.k-event-active .k-resize-handle,.k-scheduler-mobile .k-event-active:hover .k-resize-handle{visibility:visible}.k-event .k-resize-handle:after{content:"";position:absolute;filter:alpha(opacity=50);opacity:.5}.k-scheduler-mobile .k-event .k-resize-handle:after{filter:none;opacity:1}.k-event>.k-resize-n{top:0;left:0;right:0;height:.4em}.k-event>.k-resize-s{bottom:0;left:0;right:0;height:.4em}.k-event>.k-resize-e{right:0;top:0;bottom:0;width:.4em}.k-event>.k-resize-w{left:0;top:0;bottom:0;width:.4em}.k-event>.k-resize-n:after,.k-event>.k-resize-s:after{top:1px;left:50%;margin-left:-1em;width:2em;height:1px}.k-event>.k-resize-s:after{top:auto;bottom:1px}.k-event>.k-resize-e:after,.k-event>.k-resize-w:after{left:1px;top:50%;margin-top:-0.7em;height:1.4em;width:1px}.k-event>.k-resize-e:after{left:auto;right:1px}.k-scheduler-mobile .k-event>.k-resize-n,.k-scheduler-mobile .k-event>.k-resize-s{height:.6em}.k-scheduler-mobile .k-event>.k-resize-e,.k-scheduler-mobile .k-event>.k-resize-w{width:.6em}.k-scheduler-mobile .k-event>.k-resize-n:after,.k-scheduler-mobile .k-event>.k-resize-s:after{top:0;margin-left:-3em;width:4em;height:.6em}.k-scheduler-mobile .k-event>.k-resize-s:after{bottom:0}.k-scheduler-mobile .k-event>.k-resize-e:after,.k-scheduler-mobile .k-event>.k-resize-w:after{left:0;margin-top:-0.7em;height:1.4em;width:.6em}.k-scheduler-mobile .k-event>.k-resize-e:after{right:0}.k-scheduler-mobile .k-event>.k-resize-n:after{border-radius:0 0 4px 4px}.k-scheduler-mobile .k-event>.k-resize-s:after{border-radius:4px 4px 0 0}.k-scheduler-mobile .k-event>.k-resize-w:after{border-radius:0 4px 4px 0}.k-scheduler-mobile .k-event>.k-resize-e:after{border-radius:4px 0 0 4px}.k-scheduler-phone .k-scheduler-monthview .k-events-container{position:absolute;text-align:center;height:6px;line-height:6px}.k-scheduler-phone .k-scheduler-monthview .k-event{position:static;display:inline-block;width:4px;height:4px;min-height:0;margin:1px}.k-scheduler-marquee{border-style:solid;border-width:0}.k-scheduler-marquee.k-first:before,.k-scheduler-marquee.k-last:after{content:"";position:absolute;width:0;height:0;border-style:solid;border-width:3px}div.k-scheduler-marquee:before{top:0;left:0;border-right-color:transparent;border-bottom-color:transparent}div.k-scheduler-marquee:after{bottom:0;right:0;border-top-color:transparent;border-left-color:transparent}.k-scheduler-marquee .k-label-top{position:absolute;top:.3em;left:.8em;font-size:.8em}.k-scheduler-marquee .k-label-bottom{position:absolute;bottom:.3em;right:.81em;font-size:.8em}.k-scheduler-quickedit .k-textbox{width:200px}.k-tooltip-bottom{text-align:left}.k-tooltip-bottom .k-button{float:left;margin-right:.3em}.k-tooltip-bottom .k-quickedit-details{float:right;margin-right:0}.k-scheduler-agendaview .k-scheduler-table th,.k-scheduler-agendaview .k-scheduler-table td{text-align:left}.k-scheduler-times .k-slot-cell,.k-scheduler-groupcolumn{width:6em}.k-scheduler-datecolumn{width:12em}.k-scheduler-timecolumn{width:11em}.k-scheduler-timecolumn>div{position:relative;vertical-align:top}.k-webkit .k-scheduler-timecolumn>div>.k-icon{vertical-align:top}.k-scheduler-timecolumn>div>.k-i-arrow-e{position:absolute;right:-4px}.k-scheduler-timecolumn .k-i-arrow-w{margin-left:-4px}.k-scheduler-mark{display:inline-block;width:1em;height:1em;vertical-align:middle;margin-right:.5em}.k-scheduler-agendaday{float:left;margin:0 .2em 0 0;font-size:3em;font-weight:normal}.k-scheduler-agendaweek{display:block;margin:.4em 0 0;font-size:1.1em;font-style:normal}.k-scheduler-agendadate{font-size:.8em}.k-scheduler-timecolumn{white-space:nowrap}.k-scheduler-edit-form .k-edit-form-container,.k-scheduler-timezones .k-edit-form-container{width:520px}.k-scheduler-edit-form .k-edit-label{width:17%}.k-scheduler-edit-form .k-edit-field{width:77%}.k-scheduler-edit-form .k-textbox[name="title"],.k-scheduler-edit-form textarea.k-textbox{width:100%}.k-scheduler-edit-form textarea.k-textbox{min-height:4em;resize:vertical}.k-scheduler-edit-form>.k-edit-box:first-child .k-datetimepicker{margin-right:1em}.km-pane-wrapper .k-scheduler-edit-form .k-edit-buttons{clear:right;margin-right:2%;margin-left:2%;padding:0 0 .6em}.k-edit-box{float:left}.k-edit-box+.k-edit-box{float:right}.k-scheduler-edit-form label+input{margin-left:1em}.k-edit-field>ul.k-reset>li{margin:.2em 0 .4em;line-height:2.4}.k-edit-field>ul.k-reset.k-toolbar>li{margin:0}.k-edit-field>ul.k-reset .k-widget{margin-left:.8em}.k-edit-field>ul.k-reset .k-numerictextbox,.k-edit-field span.k-recur-interval{width:5em}.k-edit-field>ul.k-reset .k-dropdown,.k-edit-field>ul.k-reset .k-datepicker,div[name="recurrenceRule"]>.k-dropdown{width:9em}.k-scheduler-edit-form .k-edit-buttons .k-scheduler-delete{float:left}.k-popup-message{margin:0;padding:1em 0 2em;text-align:center}.k-scheduler-timezones .k-dropdown:first-child{width:100%}.k-scheduler-timezones .k-dropdown+.k-dropdown{margin:.5em 0 .7em}.k-tooltip{position:absolute;z-index:12000;border-style:solid;border-width:1px;padding:4px 5px 4px 6px;background-repeat:repeat-x;min-width:20px;text-align:center}.k-tooltip-button{text-align:right;height:0}.k-tooltip-content{height:100%}.k-tooltip-closable .k-tooltip-content{padding-right:20px}span.k-tooltip{position:static;display:inline-block;border-width:1px;padding:2px 5px 1px 6px}.k-invalid-msg{display:none}.k-callout{position:absolute;width:0;height:0;border-style:solid;border-width:6px;border-color:transparent}.k-callout-n{top:-13px;left:50%}.k-callout-w{top:50%;left:-13px}.k-callout-s{left:50%;bottom:-13px}.k-callout-e{top:50%;right:-13px}.k-slider-tooltip .k-callout-n,.k-slider-tooltip .k-callout-s{margin-left:-6px}.k-slider-tooltip .k-callout-w,.k-slider-tooltip .k-callout-e{margin-top:-6px}.k-tooltip-validation .k-warning{vertical-align:text-top;margin-right:3px}.k-tooltip-validation{z-index:9999}.k-toolbar{position:relative;display:block;vertical-align:middle;line-height:2.9em}.k-toolbar .k-button .k-icon,.k-toolbar .k-button .k-sprite,.k-overflow-container .k-button .k-icon,.k-overflow-container .k-button .k-sprite{vertical-align:middle;margin-top:-7px;margin-bottom:-5px}.k-toolbar .k-input{line-height:inherit;height:inherit;padding-top:2px;padding-bottom:2px}.k-toolbar .k-input:before{content:"\a0";display:inline-block;width:0}.k-ie .k-toolbar .k-input{height:1.65em}.k-toolbar .k-combobox .k-dropdown-wrap:before,.k-toolbar .k-picker-wrap:before,.k-toolbar .k-numeric-wrap:before{display:none}.k-overflow-container .k-sprite{margin-left:-4px}.k-toolbar-resizable{overflow:hidden;white-space:nowrap}.k-toolbar>.k-align-left{float:none}.k-toolbar>.k-align-right{float:right}.k-toolbar>*,.k-toolbar .k-button{display:inline-block;vertical-align:middle;line-height:1.72em}.k-toolbar .k-separator{border-width:0 0 0 1px;border-style:solid;width:1px;line-height:inherit}.k-toolbar .k-button-group{list-style-type:none}.k-toolbar .k-button-group>li{display:inline-block}.k-toolbar .k-button-group .k-button{margin:0 0 0 -1px;border-radius:0}.k-toolbar .k-button,.k-toolbar .k-split-button,.k-toolbar .k-button-group,.k-toolbar .k-widget,.k-toolbar .k-textbox,.k-toolbar label,.k-toolbar .k-separator{margin:0 .2em;line-height:1.72em;vertical-align:middle}.k-toolbar .k-split-button{padding-left:0}.k-toolbar .k-split-button .k-button,.k-toolbar .k-button-group .k-group-start{margin:0}.k-toolbar .k-split-button .k-split-button-arrow{margin:0 0 0 -1px}.k-toolbar .k-overflow-anchor{border-width:0 0 0 1px;border-style:solid;height:3em;width:3em;line-height:inherit;padding:0 .5em;margin:0;position:relative;float:right;border-radius:0}.k-overflow-container .k-item{float:none;border:0}.k-overflow-container .k-separator{border-width:0 0 1px;border-style:solid;height:1px;line-height:0;font-size:0;padding:0}.k-overflow-container .k-overflow-button,.k-split-container .k-button{text-align:left;display:block;background:0;border-color:transparent;white-space:nowrap}.k-split-container{margin-top:-1px}.k-overflow-container .k-button-group{padding:0}.k-overflow-container .k-button-group>li{display:block}.k-overflow-container .k-overflow-group{border-width:1px 0;border-style:solid;border-radius:0;padding:2px 0;margin:1px 0}.k-overflow-container .k-overflow-hidden{display:none}.k-overflow-container .k-toolbar-first-visible,.k-overflow-container .k-overflow-group+.k-overflow-group,.k-overflow-container .k-separator+.k-overflow-group{border-top:0;margin-top:0;padding-top:1px}.k-overflow-container .k-overflow-group+.k-separator{display:none}.k-overflow-container .k-toolbar-last-visible{border-bottom:0;margin-bottom:0;padding-bottom:1px}.k-splitter{position:relative;height:300px}.k-pane>.k-splitter{border-width:0;overflow:hidden}.k-splitter .k-pane{overflow:hidden}.k-splitter .k-scrollable{overflow:auto}.k-splitter .k-pane-loading{position:absolute;top:50%;left:50%;margin:-8px 0 0 -8px}.k-ghost-splitbar,.k-splitbar{position:absolute;border-style:solid;font-size:0;outline:0;-khtml-user-select:none;-webkit-user-select:none;-moz-user-select:-moz-none;-ms-user-select:none;user-select:none}.k-splitter .k-ghost-splitbar-horizontal,.k-splitter .k-splitbar-horizontal{top:0;width:5px;border-width:0 1px;background-repeat:repeat-y}.k-ghost-splitbar-vertical,.k-splitbar-vertical{left:0;height:5px;border-width:1px 0;background-repeat:repeat-x}.k-splitbar-draggable-horizontal{cursor:w-resize}.k-splitbar-draggable-vertical{cursor:n-resize}.k-splitbar .k-resize-handle{display:none}.k-restricted-size-horizontal,.k-restricted-size-vertical{background-color:#f00}.k-splitbar-horizontal .k-icon{position:absolute;top:50%;width:5px;height:20px;margin-top:-10px}.k-collapse-prev,.k-collapse-next,.k-expand-prev,.k-expand-next{cursor:pointer}.k-splitbar-horizontal .k-collapse-prev{margin-top:-31px}.k-splitbar-horizontal .k-collapse-next{margin-top:11px}.k-splitbar-static-horizontal{width:1px}.k-splitbar-static-vertical{height:1px}.k-splitbar-vertical .k-icon{position:absolute;left:50%;width:20px;height:5px;margin-left:-10px}.k-splitbar-vertical .k-collapse-prev{margin-left:-31px}.k-splitbar-vertical .k-collapse-next{margin-left:11px}.k-splitbar-draggable-vertical .k-resize-handle,.k-splitbar-draggable-horizontal .k-resize-handle{display:inline-block}.k-splitbar-horizontal .k-resize-handle{background-position:-165px -6px}.k-splitbar-horizontal-hover>.k-resize-handle{background-position:-181px -6px}.k-splitbar-horizontal .k-collapse-prev,.k-splitbar-horizontal .k-expand-next{background-position:-6px -174px}.k-splitbar-horizontal-hover>.k-collapse-prev,.k-splitbar-horizontal-hover>.k-expand-next{background-position:-22px -174px}.k-splitbar-horizontal .k-collapse-next,.k-splitbar-horizontal .k-expand-prev{background-position:-5px -142px}.k-splitbar-horizontal-hover>.k-collapse-next,.k-splitbar-horizontal-hover>.k-expand-prev{background-position:-21px -142px}.k-splitbar-vertical .k-resize-handle{background-position:-38px -309px}.k-splitbar-vertical-hover>.k-resize-handle{background-position:-70px -309px}.k-splitbar-vertical .k-collapse-prev,.k-splitbar-vertical .k-expand-next{background-position:2px -134px}.k-splitbar-vertical-hover>.k-collapse-prev,.k-splitbar-vertical-hover>.k-expand-next{background-position:-14px -134px}.k-splitbar-vertical .k-collapse-next,.k-splitbar-vertical .k-expand-prev{background-position:2px -165px}.k-splitbar-vertical-hover>.k-collapse-next,.k-splitbar-vertical-hover>.k-expand-prev{background-position:-14px -165px}html .k-upload{position:relative}html .k-upload-empty{border-width:0;background:0}.k-dropzone em,.k-upload-button{vertical-align:middle}.k-ie7 .k-dropzone em,.k-ie7 .k-upload-button{vertical-align:baseline}.k-dropzone,.k-file{position:relative}.k-dropzone{border-style:solid;border-width:0;padding:.8em;background-color:transparent}.k-dropzone em{visibility:hidden;margin-left:.6em}.k-dropzone-active em{visibility:visible}.k-upload-button{position:relative;min-width:7.167em;overflow:hidden!important;direction:ltr}.k-upload-sync .k-upload-button,.k-ie7 .k-upload-button,.k-ie8 .k-upload-button,.k-ie9 .k-upload-button{margin:.8em}.k-upload-button input{position:absolute;top:0;right:0;z-index:1;font:170px monospace!important;filter:alpha(opacity=0);opacity:0;margin:0;padding:0;cursor:pointer}.k-upload-files{margin:0 0 .6em;line-height:2.66;border-style:solid;border-width:1px 0 0}.k-upload-files .k-button{padding:0}.k-upload-files .k-button,.k-upload-status-total .k-icon{margin-left:8px}.k-ie7 .k-upload-files .k-button{line-height:1}.k-upload .k-fail{background-position:-161px -111px}.k-si-refresh{background-position:-160px -128px}.k-link:not(.k-state-disabled):hover>.k-si-refresh,.k-state-hover>.k-si-refresh,.k-state-hover>*>.k-si-refresh,.k-button:not(.k-state-disabled):hover .k-si-refresh,.k-textbox:hover .k-si-refresh,.k-button:active .k-si-refresh{background-position:-176px -128px}.k-si-tick,.k-success{background-position:-160px -96px}.k-link:not(.k-state-disabled):hover>.k-si-tick,.k-link:not(.k-state-disabled):hover>.k-success,.k-state-hover>.k-si-tick,.k-state-hover>.k-success,.k-state-hover>*>.k-si-tick,.k-state-hover>*>.k-success,.k-button:not(.k-state-disabled):hover .k-si-tick,.k-button:not(.k-state-disabled):hover .k-success,.k-textbox:hover .k-si-tick,.k-textbox:hover .k-success,.k-button:active .k-si-tick,.k-button:active .k-success{background-position:-176px -96px}.k-si-cancel{background-position:-160px -112px}.k-link:not(.k-state-disabled):hover>.k-si-cancel,.k-state-hover>.k-si-cancel,.k-state-hover>*>.k-si-cancel,.k-button:not(.k-state-disabled):hover .k-si-cancel,.k-textbox:hover .k-si-cancel,.k-button:active .k-si-cancel{background-position:-176px -112px}.k-file{border-style:solid;border-width:0 0 1px;padding:.167em .167em .167em .8em}.k-file .k-icon{position:relative}.k-file>.k-icon{background-position:-112px -288px}.k-link:not(.k-state-disabled):hover>.k-file>.k-icon,.k-state-hover>.k-file>.k-icon,.k-state-hover>*>.k-file>.k-icon,.k-button:not(.k-state-disabled):hover .k-file>.k-icon,.k-textbox:hover .k-file>.k-icon,.k-button:active .k-file>.k-icon{background-position:-128px -288px}.k-filename{position:relative;display:inline-block;min-width:10em;max-width:16.667em;vertical-align:middle;margin-left:1em;padding-bottom:.167em;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap}.k-upload-status{position:absolute;right:12px;top:.6em;line-height:.7em}.k-upload-status .k-button,.k-upload-status .k-warning{vertical-align:text-bottom}.k-dropzone .k-upload-status{line-height:2.4}.k-upload-pct{line-height:20px}.k-ie8 .k-upload-status-total{line-height:29px}.k-progress{position:absolute;top:0;bottom:0;left:0}.k-upload-selected{min-width:7.167em;margin:.25em 0 0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.k-ie7 .k-upload-selected{min-width:100px}.k-upload-selected,.k-upload-cancel{margin-bottom:.8em}.k-upload-selected{margin-left:.8em;margin-right:.2em}.k-toolbar-wrap .k-dropzone em,.k-toolbar-wrap .k-upload-files{display:none}.k-toolbar-wrap .k-dropzone{border:0;padding:0}.k-toolbar-wrap .k-dropzone-active{text-align:center}.k-toolbar-wrap .k-dropzone-active em{display:inline;margin:0;font-size:5em;font-style:normal}.k-toolbar-wrap .k-dropzone-active .k-upload-button{display:none}.k-filebrowser-dropzone{z-index:10010;filter:alpha(opacity=40);opacity:.4;position:fixed}.k-search-wrap{position:relative;float:right;width:20%;padding:0}.k-search-wrap label{position:absolute;top:0;left:4px;line-height:20px;font-style:italic}.k-search-wrap input.k-input{padding-left:0;padding-right:0}.k-search-wrap .k-search{position:absolute;top:4px;right:2px;margin:0}.k-breadcrumbs{position:relative;float:left;width:79%}.k-breadcrumbs-wrap{position:absolute;top:3px;left:0;z-index:1;padding-left:5px;line-height:18px}.k-breadcrumbs>.k-input{width:100%;font-size:inherit;font-family:inherit;border:0}.k-breadcrumbs .k-link,.k-breadcrumbs-wrap .k-icon{margin-top:0;text-decoration:none;vertical-align:middle;position:static}.k-breadcrumbs .k-link:hover{text-decoration:underline}.k-filebrowser .k-breadcrumbs .k-i-seek-w{text-decoration:none;cursor:default}.k-filebrowser .k-filebrowser-toolbar{border-style:solid;border-width:1px;margin:8px 0 0;padding:.25em;line-height:23px;white-space:nowrap}.k-filebrowser .k-filebrowser-toolbar .k-button.k-state-disabled{display:none}.k-filebrowser .k-toolbar-wrap{float:left}.k-filebrowser .k-tiles-arrange{float:right}.k-filebrowser .k-tiles-arrange .k-dropdown{width:75px}.k-filebrowser .k-upload{float:left;z-index:10010;border-width:0;background-color:transparent}.k-filebrowser .k-upload .k-upload-status{display:none}.k-filebrowser .k-upload .k-upload-button{width:auto;margin-left:0;vertical-align:top}.k-filebrowser .k-upload .k-icon{vertical-align:bottom}.k-ie7 .k-filebrowser .k-upload-button,.k-ie7 .k-filebrowser .k-upload .k-icon{vertical-align:baseline;position:relative;top:1px}.k-ie7 .k-filebrowser .k-upload .k-icon{top:2px}.k-ie7 .k-filebrowser .k-filebrowser-toolbar .k-button-icon{vertical-align:middle}.k-tiles{clear:both;height:390px;border-style:solid;border-width:1px;border-top-width:0;margin:0 0 1.4em;padding:9px;overflow:auto;line-height:1.2}.k-tile{float:left;width:223px;height:88px;overflow:hidden;border-style:solid;border-width:1px;margin:1px;padding:0 0 4px;background-position:0 100px;background-repeat:repeat-x;cursor:pointer}.k-tiles li.k-state-hover,.k-tiles li.k-state-selected{background-position:0 center}.k-filebrowser .k-thumb{float:left;display:inline;width:80px;height:80px;margin:4px 10px 0 4px;-khtml-user-select:none;-webkit-user-select:none;-moz-user-select:-moz-none;-ms-user-select:none;user-select:none}.k-filebrowser .k-file{width:80px;height:80px}.k-filebrowser .k-image{margin:2px 0 0 2px}.k-filebrowser .k-folder{width:80px;height:80px;background-position:0 -200px;background-repeat:no-repeat}.k-filebrowser .k-loading{margin:35px 0 0 33px}.k-tile strong,.k-tile input{margin:10px 0 4px;font-weight:normal}.k-tile strong{float:left;width:120px;overflow:hidden;text-overflow:ellipsis}.k-tile input{width:100px}.k-tile strong,.k-tile input,.k-tile .k-filesize{display:block}.k-filebrowser .k-form-text-row{text-align:right}.k-filebrowser .k-form-text-row label{width:14%}.k-filebrowser .k-form-text-row input{width:80%}.k-tile-empty{margin:160px 0 0}.k-tile-empty .k-dialog-upload{font-weight:bold;font-size:120%}.k-tile-empty strong{display:block;margin:0 0 .2em;font-size:3em;font-weight:normal}.k-tile-empty,.k-tile-empty .k-button-wrapper{text-align:center}.k-ie7 .k-button,.k-ie7 .k-grid-filter,.k-ie7 .k-header-column-menu,.k-ie7 .k-grid .k-pager-numbers,.k-ie7 .k-grid .k-status-text,.k-ie7 .k-pager-numbers .k-link,.k-ie7 .k-pager-numbers span,.k-ie7 .k-pager-numbers input,.k-ie7 .k-grouping-row p,.k-ie7 .k-grouping-header a,.k-ie7 .k-grouping-header .k-group-indicator,.k-ie7 .k-grouping-header .k-link,.k-ie7 .k-grouping-header .k-button,.k-ie7 .k-grid-actions,.k-ie7 .k-edit-label,.k-ie7 .k-edit-field,.k-ie7 .k-edit-form-container .editor-label,.k-ie7 .k-edit-form-container .editor-field,.k-ie7 .k-combobox,.k-ie7 .k-dropdown,.k-ie7 .k-selectbox,.k-ie7 .k-picker-wrap .k-select,.k-ie7 .k-dropdown-wrap .k-select,.k-ie7 .k-numerictextbox,.k-ie7 .k-timepicker,.k-ie7 .k-datepicker,.k-ie7 .k-datetimepicker,.k-ie7 .k-colorpicker,.k-ie7 .k-calendar,.k-ie7 .k-calendar .k-nav-fast,.k-ie7 .k-treeview .k-icon,.k-ie7 .k-treeview .k-image,.k-ie7 .k-treeview .k-sprite,.k-ie7 .k-treeview .k-in,.k-ie7 .k-colorpicker,.k-ie7 .k-colorpicker .k-tool-icon,.k-ie7 .k-palette.k-reset,.k-ie7 .k-editor-dialog .k-button,.k-ie7 .k-form-text-row label,.k-ie7 .k-tabstrip-items .k-item,.k-ie7 .k-tabstrip-items .k-link,.k-ie7 .k-slider-horizontal,.k-ie7 .k-splitbar-draggable-vertical .k-resize-handle,.k-ie7 .k-splitbar-draggable-horizontal .k-resize-handle,.k-ie7 .t-filename,.k-ie7 div.k-window,.k-ie7 .k-window-titlebar .k-window-action,.k-ie7 .k-scheduler-toolbar>ul>li,.k-ie7 .k-scheduler-footer>ul>li,.k-ie7 .k-scheduler-toolbar>ul>li,.k-ie7 .k-scheduler-footer>ul>li,.k-ie7 .k-event:hover .k-event-delete,.k-ie7 tr:hover>td>.k-task .k-event-delete,.k-ie7 .k-progressbar,.k-ie7 .k-progressbar-horizontal .k-item,.k-ie7 .k-progress-status,.k-ie7 .k-grid-header-locked,.k-ie7 .k-grid-content-locked,.k-ie7 .k-grid-header-locked+.k-grid-header-wrap,.k-ie7 .k-grid-content-locked+.k-grid-content,.k-ie7 .k-grid-footer-locked,.k-ie7 .k-gantt-layout,.k-ie7 .k-gantt-toolbar>ul>li,.k-ie7 .k-gantt-toolbar .k-link,.k-ie7 .k-task-summary,.k-ie7 .k-task-actions:first-child>.k-link,.k-ie7 .k-task-wrap:hover .k-task-delete,.k-ie7 .k-task-wrap-active .k-task-delete{display:inline;zoom:1}.k-ie7 .k-treeview .k-item,.k-ie7 .k-treeview .k-group{zoom:1}.k-ie7 .k-edit-field>.k-textbox{text-indent:0}.km-root,.km-pane,.km-pane-wrapper{width:100%;height:100%;-ms-touch-action:none;-ms-content-zooming:none;-ms-user-select:none;-webkit-user-select:none;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none}.km-pane-wrapper{position:absolute;width:100%;height:100%}.km-pane,.km-shim{font-family:sans-serif}.km-pane{overflow-x:hidden}.km-view{top:0;left:0;position:absolute;display:-moz-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;width:100%;-moz-box-orient:vertical;-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;align-items:stretch;-webkit-align-content:stretch;align-content:stretch;vertical-align:top}.k-ff .km-view,.k-ff .km-pane{overflow:hidden}.k-ff18 .km-view,.k-ff18 .km-pane,.k-ff19 .km-view,.k-ff19 .km-pane,.k-ff20 .km-view,.k-ff20 .km-pane,.k-ff21 .km-view,.k-ff21 .km-pane{position:relative}.k-ff .km-view{display:-moz-inline-box;display:flex}.km-content{min-height:1px;-moz-box-flex:1;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;-moz-box-align:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;flex-align:stretch;display:block;width:auto;overflow:hidden;position:relative}.km-actionsheet>li{list-style-type:none;padding:inherit 1em;line-height:2em}.km-actionsheet{padding:0;margin:0}.km-shim{left:0;bottom:0;position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.6);z-index:10001}.km-shim .k-animation-container,.km-actionsheet-wrapper{width:100%;-webkit-box-shadow:none;box-shadow:none;border:0}.km-shim .k-animation-container{width:auto}.km-pane-wrapper .k-grid-edit-form>.km-header,.km-pane-wrapper .k-grid-column-menu>.km-header,.km-pane-wrapper .k-grid-filter-menu>.km-header,.km-pane-wrapper .k-scheduler-edit-form>.km-header{border-style:solid;border-width:1px;padding:.3em .6em;text-align:center;width:auto;line-height:2em}.k-ie .km-pane-wrapper .k-scheduler>.k-scheduler-toolbar,.k-ie .km-pane-wrapper .k-scheduler>.k-scheduler-footer{line-height:2em}.km-pane-wrapper .k-grid-edit-form .k-multiselect,.km-pane-wrapper .k-scheduler-edit-form .k-multiselect{width:15em}.km-pane-wrapper .k-grid-edit-form .k-dropdown-wrap,.km-pane-wrapper .k-scheduler-edit-form .k-dropdown-wrap{display:block}.km-pane-wrapper .k-grid-column-menu .k-done,.km-pane-wrapper .k-grid-filter-menu .k-submit,.km-pane-wrapper .k-grid-edit-form .k-grid-update,.km-pane-wrapper .k-scheduler-edit-form .k-scheduler-update{float:right}.km-pane-wrapper .k-grid-filter-menu .k-cancel,.km-pane-wrapper .k-grid-edit-form .k-grid-cancel,.km-pane-wrapper .k-scheduler-edit-form .k-scheduler-cancel{float:left}.km-pane-wrapper .k-scheduler-edit-form .k-scheduler-delete,*:not(.km-pane)>.km-shim .km-actionsheet .k-button{display:block;text-align:center}*:not(.km-pane)>.km-shim .km-actionsheet .k-button{font-size:1.4em;margin:.3em 1em}*:not(.km-pane)>.km-shim .km-actionsheet-title{text-align:center;line-height:3em;margin-bottom:-0.3em}*:not(.km-pane)>.km-shim>.k-animation-container{margin:0!important;padding:0!important;left:0!important}.km-pane-wrapper>div.km-pane{-webkit-box-shadow:none;box-shadow:none;font-weight:normal}.km-pane-wrapper .k-popup-edit-form .km-content>.km-scroll-container,.km-pane-wrapper .k-grid-edit-form .km-content>.km-scroll-container,.km-pane-wrapper .k-grid-column-menu .km-content>.km-scroll-container,.km-pane-wrapper .k-grid-filter-menu .km-content>.km-scroll-container{position:absolute;width:100%;min-height:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.km-pane-wrapper .k-mobile-list .k-edit-field{width:74%}.km-pane-wrapper .k-grid-edit-form .k-popup-edit-form,.km-pane-wrapper .k-grid-edit-form .k-edit-form-container{width:auto}.km-pane-wrapper .k-filter-menu .k-button{width:100%;margin:0}.k-grid-mobile{border-width:0}.k-grid-mobile .k-resize-handle-inner{position:absolute;top:50%;margin-top:-10px;left:-7px;width:17px;height:17px;border-style:solid;border-width:2px;border-radius:10px}.k-grid-mobile .k-resize-handle-inner:before{content:"";position:absolute;top:50%;margin-top:-3px;left:1px;width:6px;height:6px;background-position:-5px -53px}.k-grid-mobile .k-resize-handle-inner:after{content:"";position:absolute;top:50%;margin-top:-3px;right:1px;width:6px;height:6px;background-position:-5px -21px}.km-pane-wrapper .km-pane *{-webkit-background-clip:border-box;background-clip:border-box}.km-pane-wrapper .km-pane .k-mobile-list,.km-pane-wrapper .k-mobile-list ul{padding:0;margin:0;list-style-type:none;border-radius:0;background:0}.km-pane-wrapper .km-switch{top:50%;right:.8rem;position:absolute;margin-top:-1.1rem}.km-pane-wrapper .k-mobile-list .k-state-disabled{opacity:1}.km-pane-wrapper .k-mobile-list .k-state-disabled>*{opacity:.7}.km-pane-wrapper .k-mobile-list .k-item,.km-pane-wrapper .k-mobile-list .k-item>.k-link,.km-pane-wrapper .k-mobile-list .k-item>.k-label,.km-pane-wrapper .k-mobile-list .k-edit-label{display:block;position:relative;list-style-type:none;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:.5em 0 .5em 1em;font-size:1em}.km-pane-wrapper .k-edit-form-container,.km-pane-wrapper .k-scheduler-edit-form .km-scroll-container{padding-top:1em;width:100%}.km-pane-wrapper .k-mobile-list .k-edit-label{position:absolute;margin:0;float:none;clear:none;width:100%}.km-pane-wrapper .k-mobile-list .k-edit-field,.km-pane-wrapper .k-mobile-list .k-edit-label label{display:block;text-align:left;overflow:hidden;text-overflow:ellipsis;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:.1em 0;margin:0}.km-pane-wrapper .k-mobile-list .k-item,.km-pane-wrapper .k-mobile-list .k-edit-field,.km-pane-wrapper .k-mobile-list .k-edit-label{font-size:1em;line-height:1.6em;overflow:hidden}.km-pane-wrapper .k-mobile-list .k-edit-field,.km-pane-wrapper .k-mobile-list .k-edit-label{width:100%;float:none;clear:none;min-height:2.7em}.km-pane-wrapper .km-header .k-icon,.km-pane-wrapper .k-grid-toolbar .k-icon,.km-pane-wrapper .k-grid-edit .k-icon,.km-pane-wrapper .k-grid-delete .k-icon{display:none}.km-pane-wrapper .k-mobile-list .k-edit-field{padding:.5em 0}.km-pane-wrapper .k-mobile-list .k-scheduler-toolbar{padding:.3em 0}.km-pane-wrapper .k-mobile-list .k-scheduler-toolbar ul li{line-height:2em}.km-pane-wrapper .k-mobile-list .k-item>*{line-height:normal}.km-pane-wrapper .k-mobile-list .k-edit-buttons,.km-pane-wrapper .k-mobile-list .k-button-container{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:.5em 1em;margin:0}.km-pane-wrapper .k-mobile-list>ul>li>.k-link,.km-pane-wrapper .k-mobile-list .k-filter-help-text>li>.k-link,.km-pane-wrapper .k-mobile-list .k-recur-view>.k-edit-label:nth-child(3),.km-pane-wrapper #recurrence .km-scroll-container>.k-edit-label:first-child{display:block;padding:.2em 1em;font-size:.95em;position:-webkit-sticky;margin:0;font-weight:normal;line-height:2em;background:transparent;border-top:1em solid transparent}.km-pane-wrapper .k-mobile-list .k-recur-view>.k-edit-label:nth-child(3),.km-pane-wrapper #recurrence .km-scroll-container>.k-edit-label:first-child{position:relative}.km-pane-wrapper .k-mobile-list .k-item:first-child{border-top:0}.km-pane-wrapper .k-mobile-list .k-item:last-child{border-bottom:0}.km-pane-wrapper .k-mobile-list .k-item>.k-link,.km-pane-wrapper .k-mobile-list .k-item>.k-label{line-height:inherit;text-decoration:none;margin:-0.5em 0 -0.5em -1em}.k-check[type=checkbox],.k-check[type=radio],.k-mobile-list .k-edit-field [type=checkbox],.k-mobile-list .k-edit-field [type=radio]{appearance:none;-moz-appearance:none;-webkit-appearance:none;background-color:transparent}.km-pane-wrapper .k-mobile-list .k-link .k-check,.km-pane-wrapper .k-mobile-list .k-label .k-check,.k-mobile-list .k-edit-field [type=checkbox],.k-mobile-list .k-edit-field [type=radio]{border:0;font-size:inherit;width:13px;height:13px;margin:.26em 1em .26em 0}.k-ie .km-pane-wrapper .k-icon,.k-ie .km-pane-wrapper .k-mobile-list .k-link .k-check,.k-ie .km-pane-wrapper .k-mobile-list .k-label .k-check,.k-ie .k-mobile-list .k-edit-field [type=checkbox],.k-ie .k-mobile-list .k-edit-field [type=radio]{font-size:inherit;text-indent:-9999px;width:1.01em;height:1em}@media screen and (-ms-high-contrast:active) and (-ms-high-contrast:none){.km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-n{background-position:0 0}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-n,.k-state-hover>.km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-n,.k-state-hover>*>.km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-n,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-n,.k-textbox:hover .km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-n,.k-button:active .km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-n{background-position:-1em 0}.km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-s{background-position:0 -2em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-s,.k-state-hover>.km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-s,.k-state-hover>*>.km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-s,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-s,.k-textbox:hover .km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-s,.k-button:active .km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-s{background-position:-1em -2em}.km-pane-wrapper .k-state-selected .k-i-arrow-n{background-position:-1em 0}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-state-selected .k-i-arrow-n,.k-state-hover>.km-pane-wrapper .k-state-selected .k-i-arrow-n,.k-state-hover>*>.km-pane-wrapper .k-state-selected .k-i-arrow-n,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-state-selected .k-i-arrow-n,.k-textbox:hover .km-pane-wrapper .k-state-selected .k-i-arrow-n,.k-button:active .km-pane-wrapper .k-state-selected .k-i-arrow-n{background-position:-2em 0}.km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-n,.km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-n{background-position:-1em 0}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-n,.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-n,.k-state-hover>.km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-n,.k-state-hover>.km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-n,.k-state-hover>*>.km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-n,.k-state-hover>*>.km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-n,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-n,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-n,.k-textbox:hover .km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-n,.k-textbox:hover .km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-n,.k-button:active .km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-n,.k-button:active .km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-n{background-position:-2em 0}.km-pane-wrapper .k-state-selected .k-i-arrow-s{background-position:-1em -2em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-state-selected .k-i-arrow-s,.k-state-hover>.km-pane-wrapper .k-state-selected .k-i-arrow-s,.k-state-hover>*>.km-pane-wrapper .k-state-selected .k-i-arrow-s,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-state-selected .k-i-arrow-s,.k-textbox:hover .km-pane-wrapper .k-state-selected .k-i-arrow-s,.k-button:active .km-pane-wrapper .k-state-selected .k-i-arrow-s{background-position:-2em -2em}.km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-s,.km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-s{background-position:-1em -2em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-s,.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-s,.k-state-hover>.km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-s,.k-state-hover>.km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-s,.k-state-hover>*>.km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-s,.k-state-hover>*>.km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-s,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-s,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-s,.k-textbox:hover .km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-s,.k-textbox:hover .km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-s,.k-button:active .km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-s,.k-button:active .km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-s{background-position:-2em -2em}.km-pane-wrapper .k-i-arrow-n{background-position:0 0}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-arrow-n,.k-state-hover>.km-pane-wrapper .k-i-arrow-n,.k-state-hover>*>.km-pane-wrapper .k-i-arrow-n,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrow-n,.k-textbox:hover .km-pane-wrapper .k-i-arrow-n,.k-button:active .km-pane-wrapper .k-i-arrow-n{background-position:-1em 0}.km-pane-wrapper .k-i-arrow-e{background-position:0 -1em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-arrow-e,.k-state-hover>.km-pane-wrapper .k-i-arrow-e,.k-state-hover>*>.km-pane-wrapper .k-i-arrow-e,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrow-e,.k-textbox:hover .km-pane-wrapper .k-i-arrow-e,.k-button:active .km-pane-wrapper .k-i-arrow-e{background-position:-1em -1em}.k-rtl .km-pane-wrapper .k-i-arrow-w{background-position:0 -1em}.k-rtl .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-arrow-w,.k-rtl .k-state-hover>.km-pane-wrapper .k-i-arrow-w,.k-rtl .k-state-hover>*>.km-pane-wrapper .k-i-arrow-w,.k-rtl .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrow-w,.k-rtl .k-textbox:hover .km-pane-wrapper .k-i-arrow-w,.k-rtl .k-button:active .km-pane-wrapper .k-i-arrow-w{background-position:-1em -1em}.km-pane-wrapper .k-i-arrow-s{background-position:0 -2em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-arrow-s,.k-state-hover>.km-pane-wrapper .k-i-arrow-s,.k-state-hover>*>.km-pane-wrapper .k-i-arrow-s,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrow-s,.k-textbox:hover .km-pane-wrapper .k-i-arrow-s,.k-button:active .km-pane-wrapper .k-i-arrow-s{background-position:-1em -2em}.km-pane-wrapper .k-i-arrow-w{background-position:0 -3em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-arrow-w,.k-state-hover>.km-pane-wrapper .k-i-arrow-w,.k-state-hover>*>.km-pane-wrapper .k-i-arrow-w,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrow-w,.k-textbox:hover .km-pane-wrapper .k-i-arrow-w,.k-button:active .km-pane-wrapper .k-i-arrow-w{background-position:-1em -3em}.k-rtl .km-pane-wrapper .k-i-arrow-e{background-position:0 -3em}.k-rtl .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-arrow-e,.k-rtl .k-state-hover>.km-pane-wrapper .k-i-arrow-e,.k-rtl .k-state-hover>*>.km-pane-wrapper .k-i-arrow-e,.k-rtl .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrow-e,.k-rtl .k-textbox:hover .km-pane-wrapper .k-i-arrow-e,.k-rtl .k-button:active .km-pane-wrapper .k-i-arrow-e{background-position:-1em -3em}.km-pane-wrapper .k-i-seek-n{background-position:0 -4em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-seek-n,.k-state-hover>.km-pane-wrapper .k-i-seek-n,.k-state-hover>*>.km-pane-wrapper .k-i-seek-n,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-seek-n,.k-textbox:hover .km-pane-wrapper .k-i-seek-n,.k-button:active .km-pane-wrapper .k-i-seek-n{background-position:-1em -4em}.km-pane-wrapper .k-i-seek-e{background-position:0 -5em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-seek-e,.k-state-hover>.km-pane-wrapper .k-i-seek-e,.k-state-hover>*>.km-pane-wrapper .k-i-seek-e,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-seek-e,.k-textbox:hover .km-pane-wrapper .k-i-seek-e,.k-button:active .km-pane-wrapper .k-i-seek-e{background-position:-1em -5em}.k-rtl .km-pane-wrapper .k-i-seek-w{background-position:0 -5em}.k-rtl .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-seek-w,.k-rtl .k-state-hover>.km-pane-wrapper .k-i-seek-w,.k-rtl .k-state-hover>*>.km-pane-wrapper .k-i-seek-w,.k-rtl .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-seek-w,.k-rtl .k-textbox:hover .km-pane-wrapper .k-i-seek-w,.k-rtl .k-button:active .km-pane-wrapper .k-i-seek-w{background-position:-1em -5em}.km-pane-wrapper .k-i-seek-s{background-position:0 -6em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-seek-s,.k-state-hover>.km-pane-wrapper .k-i-seek-s,.k-state-hover>*>.km-pane-wrapper .k-i-seek-s,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-seek-s,.k-textbox:hover .km-pane-wrapper .k-i-seek-s,.k-button:active .km-pane-wrapper .k-i-seek-s{background-position:-1em -6em}.km-pane-wrapper .k-i-seek-w{background-position:0 -7em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-seek-w,.k-state-hover>.km-pane-wrapper .k-i-seek-w,.k-state-hover>*>.km-pane-wrapper .k-i-seek-w,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-seek-w,.k-textbox:hover .km-pane-wrapper .k-i-seek-w,.k-button:active .km-pane-wrapper .k-i-seek-w{background-position:-1em -7em}.k-rtl .km-pane-wrapper .k-i-seek-e{background-position:0 -7em}.k-rtl .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-seek-e,.k-rtl .k-state-hover>.km-pane-wrapper .k-i-seek-e,.k-rtl .k-state-hover>*>.km-pane-wrapper .k-i-seek-e,.k-rtl .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-seek-e,.k-rtl .k-textbox:hover .km-pane-wrapper .k-i-seek-e,.k-rtl .k-button:active .km-pane-wrapper .k-i-seek-e{background-position:-1em -7em}.km-pane-wrapper .k-i-arrowhead-n{background-position:0 -16em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-arrowhead-n,.k-state-hover>.km-pane-wrapper .k-i-arrowhead-n,.k-state-hover>*>.km-pane-wrapper .k-i-arrowhead-n,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrowhead-n,.k-textbox:hover .km-pane-wrapper .k-i-arrowhead-n,.k-button:active .km-pane-wrapper .k-i-arrowhead-n{background-position:-1em -16em}.km-pane-wrapper .k-i-arrowhead-e{background-position:0 -17em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-arrowhead-e,.k-state-hover>.km-pane-wrapper .k-i-arrowhead-e,.k-state-hover>*>.km-pane-wrapper .k-i-arrowhead-e,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrowhead-e,.k-textbox:hover .km-pane-wrapper .k-i-arrowhead-e,.k-button:active .km-pane-wrapper .k-i-arrowhead-e{background-position:-1em -17em}.km-pane-wrapper .k-i-arrowhead-s{background-position:0 -18em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-arrowhead-s,.k-state-hover>.km-pane-wrapper .k-i-arrowhead-s,.k-state-hover>*>.km-pane-wrapper .k-i-arrowhead-s,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrowhead-s,.k-textbox:hover .km-pane-wrapper .k-i-arrowhead-s,.k-button:active .km-pane-wrapper .k-i-arrowhead-s{background-position:-1em -18em}.km-pane-wrapper .k-i-arrowhead-w{background-position:0 -19em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-arrowhead-w,.k-state-hover>.km-pane-wrapper .k-i-arrowhead-w,.k-state-hover>*>.km-pane-wrapper .k-i-arrowhead-w,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrowhead-w,.k-textbox:hover .km-pane-wrapper .k-i-arrowhead-w,.k-button:active .km-pane-wrapper .k-i-arrowhead-w{background-position:-1em -19em}.km-pane-wrapper .k-i-expand,.km-pane-wrapper .k-plus,.km-pane-wrapper .k-plus-disabled{background-position:0 -12em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-expand,.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-plus,.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-plus-disabled,.k-state-hover>.km-pane-wrapper .k-i-expand,.k-state-hover>.km-pane-wrapper .k-plus,.k-state-hover>.km-pane-wrapper .k-plus-disabled,.k-state-hover>*>.km-pane-wrapper .k-i-expand,.k-state-hover>*>.km-pane-wrapper .k-plus,.k-state-hover>*>.km-pane-wrapper .k-plus-disabled,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-expand,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-plus,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-plus-disabled,.k-textbox:hover .km-pane-wrapper .k-i-expand,.k-textbox:hover .km-pane-wrapper .k-plus,.k-textbox:hover .km-pane-wrapper .k-plus-disabled,.k-button:active .km-pane-wrapper .k-i-expand,.k-button:active .km-pane-wrapper .k-plus,.k-button:active .km-pane-wrapper .k-plus-disabled{background-position:-1em -12em}.km-pane-wrapper .k-i-expand-w,.k-rtl .km-pane-wrapper .k-i-expand,.k-rtl .km-pane-wrapper .k-plus,.k-rtl .km-pane-wrapper .k-plus-disabled{background-position:0 -13em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-expand-w,.k-link:not(.k-state-disabled):hover>.k-rtl .km-pane-wrapper .k-i-expand,.k-link:not(.k-state-disabled):hover>.k-rtl .km-pane-wrapper .k-plus,.k-link:not(.k-state-disabled):hover>.k-rtl .km-pane-wrapper .k-plus-disabled,.k-state-hover>.km-pane-wrapper .k-i-expand-w,.k-state-hover>.k-rtl .km-pane-wrapper .k-i-expand,.k-state-hover>.k-rtl .km-pane-wrapper .k-plus,.k-state-hover>.k-rtl .km-pane-wrapper .k-plus-disabled,.k-state-hover>*>.km-pane-wrapper .k-i-expand-w,.k-state-hover>*>.k-rtl .km-pane-wrapper .k-i-expand,.k-state-hover>*>.k-rtl .km-pane-wrapper .k-plus,.k-state-hover>*>.k-rtl .km-pane-wrapper .k-plus-disabled,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-expand-w,.k-button:not(.k-state-disabled):hover .k-rtl .km-pane-wrapper .k-i-expand,.k-button:not(.k-state-disabled):hover .k-rtl .km-pane-wrapper .k-plus,.k-button:not(.k-state-disabled):hover .k-rtl .km-pane-wrapper .k-plus-disabled,.k-textbox:hover .km-pane-wrapper .k-i-expand-w,.k-textbox:hover .k-rtl .km-pane-wrapper .k-i-expand,.k-textbox:hover .k-rtl .km-pane-wrapper .k-plus,.k-textbox:hover .k-rtl .km-pane-wrapper .k-plus-disabled,.k-button:active .km-pane-wrapper .k-i-expand-w,.k-button:active .k-rtl .km-pane-wrapper .k-i-expand,.k-button:active .k-rtl .km-pane-wrapper .k-plus,.k-button:active .k-rtl .km-pane-wrapper .k-plus-disabled{background-position:-1em -13em}.km-pane-wrapper .k-i-collapse,.km-pane-wrapper .k-minus,.km-pane-wrapper .k-minus-disabled{background-position:0 -14em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-collapse,.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-minus,.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-minus-disabled,.k-state-hover>.km-pane-wrapper .k-i-collapse,.k-state-hover>.km-pane-wrapper .k-minus,.k-state-hover>.km-pane-wrapper .k-minus-disabled,.k-state-hover>*>.km-pane-wrapper .k-i-collapse,.k-state-hover>*>.km-pane-wrapper .k-minus,.k-state-hover>*>.km-pane-wrapper .k-minus-disabled,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-collapse,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-minus,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-minus-disabled,.k-textbox:hover .km-pane-wrapper .k-i-collapse,.k-textbox:hover .km-pane-wrapper .k-minus,.k-textbox:hover .km-pane-wrapper .k-minus-disabled,.k-button:active .km-pane-wrapper .k-i-collapse,.k-button:active .km-pane-wrapper .k-minus,.k-button:active .km-pane-wrapper .k-minus-disabled{background-position:-1em -14em}.km-pane-wrapper .k-i-collapse-w,.k-rtl .km-pane-wrapper .k-i-collapse,.k-rtl .km-pane-wrapper .k-minus,.k-rtl .km-pane-wrapper .k-minus-disabled{background-position:0 -15em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-collapse-w,.k-link:not(.k-state-disabled):hover>.k-rtl .km-pane-wrapper .k-i-collapse,.k-link:not(.k-state-disabled):hover>.k-rtl .km-pane-wrapper .k-minus,.k-link:not(.k-state-disabled):hover>.k-rtl .km-pane-wrapper .k-minus-disabled,.k-state-hover>.km-pane-wrapper .k-i-collapse-w,.k-state-hover>.k-rtl .km-pane-wrapper .k-i-collapse,.k-state-hover>.k-rtl .km-pane-wrapper .k-minus,.k-state-hover>.k-rtl .km-pane-wrapper .k-minus-disabled,.k-state-hover>*>.km-pane-wrapper .k-i-collapse-w,.k-state-hover>*>.k-rtl .km-pane-wrapper .k-i-collapse,.k-state-hover>*>.k-rtl .km-pane-wrapper .k-minus,.k-state-hover>*>.k-rtl .km-pane-wrapper .k-minus-disabled,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-collapse-w,.k-button:not(.k-state-disabled):hover .k-rtl .km-pane-wrapper .k-i-collapse,.k-button:not(.k-state-disabled):hover .k-rtl .km-pane-wrapper .k-minus,.k-button:not(.k-state-disabled):hover .k-rtl .km-pane-wrapper .k-minus-disabled,.k-textbox:hover .km-pane-wrapper .k-i-collapse-w,.k-textbox:hover .k-rtl .km-pane-wrapper .k-i-collapse,.k-textbox:hover .k-rtl .km-pane-wrapper .k-minus,.k-textbox:hover .k-rtl .km-pane-wrapper .k-minus-disabled,.k-button:active .km-pane-wrapper .k-i-collapse-w,.k-button:active .k-rtl .km-pane-wrapper .k-i-collapse,.k-button:active .k-rtl .km-pane-wrapper .k-minus,.k-button:active .k-rtl .km-pane-wrapper .k-minus-disabled{background-position:-1em -15em}.km-pane-wrapper .k-i-pencil,.km-pane-wrapper .k-edit{background-position:-2em 0}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-pencil,.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-edit,.k-state-hover>.km-pane-wrapper .k-i-pencil,.k-state-hover>.km-pane-wrapper .k-edit,.k-state-hover>*>.km-pane-wrapper .k-i-pencil,.k-state-hover>*>.km-pane-wrapper .k-edit,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-pencil,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-edit,.k-textbox:hover .km-pane-wrapper .k-i-pencil,.k-textbox:hover .km-pane-wrapper .k-edit,.k-button:active .km-pane-wrapper .k-i-pencil,.k-button:active .km-pane-wrapper .k-edit{background-position:-3em 0}.km-pane-wrapper .k-i-close,.km-pane-wrapper .k-delete,.km-pane-wrapper .k-group-delete{background-position:-2em -1em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-close,.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-delete,.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-group-delete,.k-state-hover>.km-pane-wrapper .k-i-close,.k-state-hover>.km-pane-wrapper .k-delete,.k-state-hover>.km-pane-wrapper .k-group-delete,.k-state-hover>*>.km-pane-wrapper .k-i-close,.k-state-hover>*>.km-pane-wrapper .k-delete,.k-state-hover>*>.km-pane-wrapper .k-group-delete,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-close,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-delete,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-group-delete,.k-textbox:hover .km-pane-wrapper .k-i-close,.k-textbox:hover .km-pane-wrapper .k-delete,.k-textbox:hover .km-pane-wrapper .k-group-delete,.k-button:active .km-pane-wrapper .k-i-close,.k-button:active .km-pane-wrapper .k-delete,.k-button:active .km-pane-wrapper .k-group-delete{background-position:-3em -1em}.km-pane-wrapper .k-si-close{background-position:-10em -5em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-si-close,.k-state-hover>.km-pane-wrapper .k-si-close,.k-state-hover>*>.km-pane-wrapper .k-si-close,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-si-close,.k-textbox:hover .km-pane-wrapper .k-si-close,.k-button:active .km-pane-wrapper .k-si-close{background-position:-11em -5em}.km-pane-wrapper .k-multiselect .k-delete{background-position:-10em -5em}.km-pane-wrapper .k-multiselect .k-state-hover .k-delete{background-position:-11em -5em}.km-pane-wrapper .k-i-tick,.km-pane-wrapper .k-insert,.km-pane-wrapper .k-update{background-position:-2em -2em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-tick,.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-insert,.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-update,.k-state-hover>.km-pane-wrapper .k-i-tick,.k-state-hover>.km-pane-wrapper .k-insert,.k-state-hover>.km-pane-wrapper .k-update,.k-state-hover>*>.km-pane-wrapper .k-i-tick,.k-state-hover>*>.km-pane-wrapper .k-insert,.k-state-hover>*>.km-pane-wrapper .k-update,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-tick,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-insert,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-update,.k-textbox:hover .km-pane-wrapper .k-i-tick,.k-textbox:hover .km-pane-wrapper .k-insert,.k-textbox:hover .km-pane-wrapper .k-update,.k-button:active .km-pane-wrapper .k-i-tick,.k-button:active .km-pane-wrapper .k-insert,.k-button:active .km-pane-wrapper .k-update{background-position:-3em -2em}.km-pane-wrapper .k-check:checked,.km-pane-wrapper .k-mobile-list .k-edit-field [type=checkbox],.km-pane-wrapper .k-mobile-list .k-edit-field [type=radio]{background-position:-2em -2em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-check:checked,.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-mobile-list .k-edit-field [type=checkbox],.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-mobile-list .k-edit-field [type=radio],.k-state-hover>.km-pane-wrapper .k-check:checked,.k-state-hover>.km-pane-wrapper .k-mobile-list .k-edit-field [type=checkbox],.k-state-hover>.km-pane-wrapper .k-mobile-list .k-edit-field [type=radio],.k-state-hover>*>.km-pane-wrapper .k-check:checked,.k-state-hover>*>.km-pane-wrapper .k-mobile-list .k-edit-field [type=checkbox],.k-state-hover>*>.km-pane-wrapper .k-mobile-list .k-edit-field [type=radio],.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-check:checked,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-mobile-list .k-edit-field [type=checkbox],.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-mobile-list .k-edit-field [type=radio],.k-textbox:hover .km-pane-wrapper .k-check:checked,.k-textbox:hover .km-pane-wrapper .k-mobile-list .k-edit-field [type=checkbox],.k-textbox:hover .km-pane-wrapper .k-mobile-list .k-edit-field [type=radio],.k-button:active .km-pane-wrapper .k-check:checked,.k-button:active .km-pane-wrapper .k-mobile-list .k-edit-field [type=checkbox],.k-button:active .km-pane-wrapper .k-mobile-list .k-edit-field [type=radio]{background-position:-3em -2em}.km-pane-wrapper .k-i-cancel,.km-pane-wrapper .k-cancel,.km-pane-wrapper .k-denied{background-position:-2em -3em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-cancel,.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-cancel,.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-denied,.k-state-hover>.km-pane-wrapper .k-i-cancel,.k-state-hover>.km-pane-wrapper .k-cancel,.k-state-hover>.km-pane-wrapper .k-denied,.k-state-hover>*>.km-pane-wrapper .k-i-cancel,.k-state-hover>*>.km-pane-wrapper .k-cancel,.k-state-hover>*>.km-pane-wrapper .k-denied,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-cancel,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-cancel,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-denied,.k-textbox:hover .km-pane-wrapper .k-i-cancel,.k-textbox:hover .km-pane-wrapper .k-cancel,.k-textbox:hover .km-pane-wrapper .k-denied,.k-button:active .km-pane-wrapper .k-i-cancel,.k-button:active .km-pane-wrapper .k-cancel,.k-button:active .km-pane-wrapper .k-denied{background-position:-3em -3em}.km-pane-wrapper .k-i-plus,.km-pane-wrapper .k-add{background-position:-2em -4em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-plus,.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-add,.k-state-hover>.km-pane-wrapper .k-i-plus,.k-state-hover>.km-pane-wrapper .k-add,.k-state-hover>*>.km-pane-wrapper .k-i-plus,.k-state-hover>*>.km-pane-wrapper .k-add,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-plus,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-add,.k-textbox:hover .km-pane-wrapper .k-i-plus,.k-textbox:hover .km-pane-wrapper .k-add,.k-button:active .km-pane-wrapper .k-i-plus,.k-button:active .km-pane-wrapper .k-add{background-position:-3em -4em}.km-pane-wrapper .k-i-funnel,.km-pane-wrapper .k-filter{background-position:-2em -5em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-funnel,.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-filter,.k-state-hover>.km-pane-wrapper .k-i-funnel,.k-state-hover>.km-pane-wrapper .k-filter,.k-state-hover>*>.km-pane-wrapper .k-i-funnel,.k-state-hover>*>.km-pane-wrapper .k-filter,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-funnel,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-filter,.k-textbox:hover .km-pane-wrapper .k-i-funnel,.k-textbox:hover .km-pane-wrapper .k-filter,.k-button:active .km-pane-wrapper .k-i-funnel,.k-button:active .km-pane-wrapper .k-filter{background-position:-3em -5em}.km-pane-wrapper .k-i-funnel-clear,.km-pane-wrapper .k-clear-filter{background-position:-2em -6em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-funnel-clear,.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-clear-filter,.k-state-hover>.km-pane-wrapper .k-i-funnel-clear,.k-state-hover>.km-pane-wrapper .k-clear-filter,.k-state-hover>*>.km-pane-wrapper .k-i-funnel-clear,.k-state-hover>*>.km-pane-wrapper .k-clear-filter,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-funnel-clear,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-clear-filter,.k-textbox:hover .km-pane-wrapper .k-i-funnel-clear,.k-textbox:hover .km-pane-wrapper .k-clear-filter,.k-button:active .km-pane-wrapper .k-i-funnel-clear,.k-button:active .km-pane-wrapper .k-clear-filter{background-position:-3em -6em}.km-pane-wrapper .k-i-refresh{background-position:-2em -7em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-refresh,.k-state-hover>.km-pane-wrapper .k-i-refresh,.k-state-hover>*>.km-pane-wrapper .k-i-refresh,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-refresh,.k-textbox:hover .km-pane-wrapper .k-i-refresh,.k-button:active .km-pane-wrapper .k-i-refresh{background-position:-3em -7em}.km-pane-wrapper .k-i-exception{background-position:-10em -19em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-exception,.k-state-hover>.km-pane-wrapper .k-i-exception,.k-state-hover>*>.km-pane-wrapper .k-i-exception,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-exception,.k-textbox:hover .km-pane-wrapper .k-i-exception,.k-button:active .km-pane-wrapper .k-i-exception{background-position:-11em -19em}.km-pane-wrapper .k-i-restore{background-position:-2em -8em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-restore,.k-state-hover>.km-pane-wrapper .k-i-restore,.k-state-hover>*>.km-pane-wrapper .k-i-restore,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-restore,.k-textbox:hover .km-pane-wrapper .k-i-restore,.k-button:active .km-pane-wrapper .k-i-restore{background-position:-3em -8em}.km-pane-wrapper .k-i-maximize{background-position:-2em -9em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-maximize,.k-state-hover>.km-pane-wrapper .k-i-maximize,.k-state-hover>*>.km-pane-wrapper .k-i-maximize,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-maximize,.k-textbox:hover .km-pane-wrapper .k-i-maximize,.k-button:active .km-pane-wrapper .k-i-maximize{background-position:-3em -9em}.km-pane-wrapper .k-i-minimize{background-position:-4em -18em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-minimize,.k-state-hover>.km-pane-wrapper .k-i-minimize,.k-state-hover>*>.km-pane-wrapper .k-i-minimize,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-minimize,.k-textbox:hover .km-pane-wrapper .k-i-minimize,.k-button:active .km-pane-wrapper .k-i-minimize{background-position:-5em -18em}.km-pane-wrapper .k-i-pin{background-position:-10em -16em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-pin,.k-state-hover>.km-pane-wrapper .k-i-pin,.k-state-hover>*>.km-pane-wrapper .k-i-pin,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-pin,.k-textbox:hover .km-pane-wrapper .k-i-pin,.k-button:active .km-pane-wrapper .k-i-pin{background-position:-11em -16em}.km-pane-wrapper .k-i-unpin{background-position:-10em -17em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-unpin,.k-state-hover>.km-pane-wrapper .k-i-unpin,.k-state-hover>*>.km-pane-wrapper .k-i-unpin,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-unpin,.k-textbox:hover .km-pane-wrapper .k-i-unpin,.k-button:active .km-pane-wrapper .k-i-unpin{background-position:-11em -17em}.km-pane-wrapper .k-resize-se{background-position:-2em -10em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-resize-se,.k-state-hover>.km-pane-wrapper .k-resize-se,.k-state-hover>*>.km-pane-wrapper .k-resize-se,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-resize-se,.k-textbox:hover .km-pane-wrapper .k-resize-se,.k-button:active .km-pane-wrapper .k-resize-se{background-position:-3em -10em}.km-pane-wrapper .k-i-calendar{background-position:-2em -11em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-calendar,.k-state-hover>.km-pane-wrapper .k-i-calendar,.k-state-hover>*>.km-pane-wrapper .k-i-calendar,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-calendar,.k-textbox:hover .km-pane-wrapper .k-i-calendar,.k-button:active .km-pane-wrapper .k-i-calendar{background-position:-3em -11em}.km-pane-wrapper .k-i-clock{background-position:-2em -12em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-clock,.k-state-hover>.km-pane-wrapper .k-i-clock,.k-state-hover>*>.km-pane-wrapper .k-i-clock,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-clock,.k-textbox:hover .km-pane-wrapper .k-i-clock,.k-button:active .km-pane-wrapper .k-i-clock{background-position:-3em -12em}.km-pane-wrapper .k-si-plus{background-position:-2em -13em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-si-plus,.k-state-hover>.km-pane-wrapper .k-si-plus,.k-state-hover>*>.km-pane-wrapper .k-si-plus,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-si-plus,.k-textbox:hover .km-pane-wrapper .k-si-plus,.k-button:active .km-pane-wrapper .k-si-plus{background-position:-3em -13em}.km-pane-wrapper .k-si-minus{background-position:-2em -14em}.k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-si-minus,.k-state-hover>.km-pane-wrapper .k-si-minus,.k-state-hover>*>.km-pane-wrapper .k-si-minus,.k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-si-minus,.k-textbox:hover .km-pane-wrapper .k-si-minus,.k-button:active .km-pane-wrapper .k-si-minus{background-position:-3em -14em}}.km-pane-wrapper .km-pane .k-mobile-list input:not([type="checkbox"]):not([type="radio"]),.km-pane-wrapper .km-pane .k-mobile-list select:not([multiple]),.km-pane-wrapper .km-pane .k-mobile-list textarea,.km-pane-wrapper .k-mobile-list .k-widget,.km-pane-wrapper .k-edit-field>*:not([type="checkbox"]):not([type="radio"]):not(.k-button){text-indent:0;font-size:1em;line-height:1.6em;vertical-align:middle;height:auto;padding:0;border:0;margin:0;background:transparent;-webkit-box-shadow:none;box-shadow:none;border-radius:0}.km-pane-wrapper .k-mobile-list .k-widget{border:0;border-radius:0}.k-ie .km-pane-wrapper .k-mobile-list .k-widget{height:initial}.km-pane-wrapper .k-mobile-list .k-widget .k-input,.km-pane-wrapper .k-mobile-list .k-widget .k-state-default{border:0;background:transparent}.km-pane-wrapper *:not(.k-state-default)>input:not([type="checkbox"]):not([type="radio"]),.km-pane-wrapper .k-mobile-list select:not([multiple]),.km-pane-wrapper .k-mobile-list textarea,.km-pane-wrapper .k-mobile-list .k-widget,.km-pane-wrapper .k-edit-field>*:not([type="checkbox"]):not([type="radio"]):not(.k-button){width:80%;padding:.6em 0;margin:-0.5em 0}.km-pane-wrapper .km-pane .k-mobile-list input,.km-pane-wrapper .km-pane .k-mobile-list select:not([multiple]),.km-pane-wrapper .km-pane .k-mobile-list textarea,.km-pane-wrapper .k-mobile-list .k-widget,.km-pane-wrapper .k-mobile-list .k-edit-field>*{-webkit-appearance:none;-moz-appearance:none;appearance:none;float:right;z-index:1;position:relative}.km-pane-wrapper .k-scheduler-views{width:18em}.km-pane-wrapper .k-mobile-list .k-edit-field.k-scheduler-toolbar{background:transparent;border:0;-webkit-box-shadow:none;box-shadow:none;padding:.5em 1em}.km-pane-wrapper #recurrence .k-scheduler-navigation{width:100%}.km-pane-wrapper .k-scheduler-views,.km-pane-wrapper .k-mobile-list .k-scheduler-navigation{display:table;table-layout:fixed}.km-pane-wrapper .k-scheduler-views li,.km-pane-wrapper .k-mobile-list .k-scheduler-navigation li{display:table-cell;text-align:center}.km-pane-wrapper .k-scheduler-views li a,.km-pane-wrapper .k-mobile-list .k-scheduler-navigation li a{padding-left:0;padding-right:0;width:100%}.km-pane-wrapper .k-mobile-list .k-recur-view>.k-edit-field .k-check{margin:0;padding-left:1em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.km-pane-wrapper .k-mobile-list .k-recur-view>.k-edit-field .k-check:first-child{margin-top:-0.5em}.km-pane-wrapper .k-mobile-list .k-recur-view>.k-edit-field .k-check:last-child{margin-bottom:-0.5em}.km-pane-wrapper .k-mobile-list .k-scheduler-timezones .k-edit-field label.k-check{text-indent:1em}.km-pane-wrapper .k-mobile-list .k-edit-field>.k-button{margin-left:20%;float:left}.km-pane-wrapper .k-mobile-list .k-picker-wrap,.km-pane-wrapper .k-mobile-list .k-numeric-wrap,.km-pane-wrapper .k-mobile-list .k-dropdown-wrap{position:static;-webkit-box-shadow:none;box-shadow:none}.km-pane-wrapper .k-mobile-list .k-datepicker .k-select,.km-pane-wrapper .k-mobile-list .k-datetimepicker .k-select,.km-pane-wrapper .k-mobile-list .k-numerictextbox .k-select{position:absolute;top:0;right:0;line-height:auto}.km-pane-wrapper .k-mobile-list .k-datepicker .k-select:before,.km-pane-wrapper .k-mobile-list .k-datetimepicker .k-select:before{content:"\a0";display:inline-block;width:0;height:100%;vertical-align:middle}.km-pane-wrapper .k-mobile-list .k-numerictextbox .k-link{height:50%}.km-pane-wrapper .k-grid .k-button,.km-pane-wrapper .k-edit-form-container .k-button{margin:0}.km-pane-wrapper .k-grid .k-button+.k-button,.km-pane-wrapper .k-edit-form-container .k-button+.k-button{margin:0 0 0 .18em}.km-pane-wrapper .k-pager-numbers .k-link,.km-pane-wrapper .k-pager-numbers .k-state-selected,.km-pane-wrapper .k-pager-wrap>.k-link{width:2.4em;height:2.4em;line-height:2.1em;border-radius:2em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.km-pane-wrapper .k-pager-numbers .k-link,.km-pane-wrapper .k-pager-numbers .k-state-selected{width:auto;line-height:2.2em;padding:0 .86em;min-width:.7em}.km-pane-wrapper .k-pager-wrap{line-height:2.4em}@media all and (max-width:699px),(-ms-high-contrast:active) and (-ms-high-contrast:none) and (max-width:800px){.km-pane-wrapper *:not(.k-state-default)>input:not([type="checkbox"]):not([type="radio"]),.km-pane-wrapper .k-mobile-list select:not([multiple]),.km-pane-wrapper .k-mobile-list textarea,.km-pane-wrapper .k-mobile-list .k-widget,.km-pane-wrapper .k-edit-field>*:not([type="checkbox"]):not([type="radio"]):not(.k-button){width:50%}.km-pane-wrapper .k-mobile-list .k-edit-field>.k-button{margin-left:50%}.km-pane-wrapper .k-mobile-list .k-edit-field>.k-timezone-button{margin-left:1em}.km-pane-wrapper .k-scheduler-views{width:15em}.km-pane-wrapper .k-nav-today a{padding-left:.6em;padding-right:.6em}.km-pane-wrapper li.k-nav-current{margin-left:0;margin-right:0}.km-pane-wrapper .k-pager-wrap{position:relative}.km-pane-wrapper .k-pager-numbers{width:auto;display:block;overflow:hidden;margin-right:5.5em;float:none;text-overflow:ellipsis;height:2.4em;text-align:center}.km-pane-wrapper .k-pager-numbers li{float:none;display:inline-block}.km-pane-wrapper .k-pager-nav{float:left}.km-pane-wrapper .k-pager-nav+.k-pager-nav ~ .k-pager-nav{position:absolute;right:.3em;top:.3em}.km-pane-wrapper .k-pager-wrap .k-pager-numbers+.k-pager-nav,.km-pane-wrapper .k-pager-nav:first-child+.k-pager-nav+.k-pager-nav{right:3em}.km-pane-wrapper .k-pager-info{display:none}}.km-pane-wrapper .k-mobile-list .k-recur-view>.k-edit-field .k-check,.km-pane-wrapper .k-mobile-list .k-edit-field>*>select:not([multiple]),.km-pane-wrapper .k-mobile-list .k-scheduler-timezones .k-edit-field label.k-check{width:100%}.km-scroll-container{-khtml-user-select:none;-webkit-user-select:none;-moz-user-select:-moz-none;-ms-user-select:none;user-select:none;-webkit-margin-collapse:separate;-webkit-transform:translatez(0)}.k-widget .km-scroll-wrapper{position:relative;padding-bottom:0}.km-touch-scrollbar{position:absolute;visibility:hidden;z-index:200000;height:.3em;width:.3em;background-color:rgba(0,0,0,0.7);opacity:0;-webkit-transition:opacity .3s linear;-moz-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear;-webkit-transition:"opacity 0.3s linear";-moz-transition:"opacity 0.3s linear";-ms-transition:"opacity 0.3s linear";-o-transition:"opacity 0.3s linear";transition:"opacity 0.3s linear"}.km-vertical-scrollbar{height:100%;right:2px;top:2px}.km-horizontal-scrollbar{width:100%;left:2px;bottom:2px}.k-fx-end .k-fx-next,.k-fx-end .k-fx-current{-webkit-transition:all 350ms ease-out;-moz-transition:all 350ms ease-out;-ms-transition:all 350ms ease-out;-o-transition:all 350ms ease-out;transition:all 350ms ease-out}.k-fx{position:relative}.k-fx .k-fx-current{z-index:0}.k-fx .k-fx-next{z-index:1}.k-fx-hidden,.k-fx-hidden *{visibility:hidden!important}.k-fx-reverse .k-fx-current{z-index:1}.k-fx-reverse .k-fx-next{z-index:0}.k-fx-zoom.k-fx-start .k-fx-next{-webkit-transform:scale(0)!important;-moz-transform:scale(0)!important;-ms-transform:scale(0)!important;-o-transform:scale(0)!important;transform:scale(0)!important}.k-fx-zoom.k-fx-end .k-fx-next{-webkit-transform:scale(1)!important;-moz-transform:scale(1)!important;-ms-transform:scale(1)!important;-o-transform:scale(1)!important;transform:scale(1)!important}.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-next,.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-next{-webkit-transform:scale(1)!important;-moz-transform:scale(1)!important;-ms-transform:scale(1)!important;-o-transform:scale(1)!important;transform:scale(1)!important}.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-current{-webkit-transform:scale(1)!important;-moz-transform:scale(1)!important;-ms-transform:scale(1)!important;-o-transform:scale(1)!important;transform:scale(1)!important}.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-current{-webkit-transform:scale(0)!important;-moz-transform:scale(0)!important;-ms-transform:scale(0)!important;-o-transform:scale(0)!important;transform:scale(0)!important}.k-fx-fade.k-fx-start .k-fx-next{will-change:opacity;opacity:0}.k-fx-fade.k-fx-end .k-fx-next{opacity:1}.k-fx-fade.k-fx-reverse.k-fx-start .k-fx-current{will-change:opacity;opacity:1}.k-fx-fade.k-fx-reverse.k-fx-end .k-fx-current{opacity:0}.k-fx-slide.k-fx-end .k-fx-next .km-content,.k-fx-slide.k-fx-end .k-fx-next .km-header,.k-fx-slide.k-fx-end .k-fx-next .km-footer,.k-fx-slide.k-fx-end .k-fx-current .km-content,.k-fx-slide.k-fx-end .k-fx-current .km-header,.k-fx-slide.k-fx-end .k-fx-current .km-footer{-webkit-transition:all 350ms ease-out;-moz-transition:all 350ms ease-out;-ms-transition:all 350ms ease-out;-o-transition:all 350ms ease-out;transition:all 350ms ease-out}.k-fx-slide.k-fx-start .k-fx-next .km-content{will-change:transform;-webkit-transform:translatex(100%);-moz-transform:translatex(100%);-ms-transform:translatex(100%);-o-transform:translatex(100%);transform:translatex(100%)}.k-fx-slide.k-fx-start .k-fx-next .km-header,.k-fx-slide.k-fx-start .k-fx-next .km-footer{will-change:opacity;opacity:0}.k-fx-slide.k-fx-end .k-fx-current .km-content{-webkit-transform:translatex(-100%);-moz-transform:translatex(-100%);-ms-transform:translatex(-100%);-o-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-slide.k-fx-end .k-fx-next .km-header,.k-fx-slide.k-fx-end .k-fx-next .km-footer{opacity:1}.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-content{will-change:transform;-webkit-transform:translatex(0);-moz-transform:translatex(0);-ms-transform:translatex(0);-o-transform:translatex(0);transform:translatex(0)}.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-content{-webkit-transform:translatex(100%);-moz-transform:translatex(100%);-ms-transform:translatex(100%);-o-transform:translatex(100%);transform:translatex(100%)}.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-content{-webkit-transform:translatex(-100%);-moz-transform:translatex(-100%);-ms-transform:translatex(-100%);-o-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-content{-webkit-transform:translatex(0);-moz-transform:translatex(0);-ms-transform:translatex(0);-o-transform:translatex(0);transform:translatex(0)}.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-header,.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-footer{will-change:opacity;opacity:1}.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-header,.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-footer{opacity:1}.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-header,.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-footer{opacity:0}.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-header,.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-footer{opacity:1}.k-fx-slide.k-fx-right.k-fx-start .k-fx-next .km-content{-webkit-transform:translatex(-100%);-moz-transform:translatex(-100%);-ms-transform:translatex(-100%);-o-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-slide.k-fx-right.k-fx-end .k-fx-current .km-content{-webkit-transform:translatex(100%);-moz-transform:translatex(100%);-ms-transform:translatex(100%);-o-transform:translatex(100%);transform:translatex(100%)}.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current .km-content{-webkit-transform:translatex(0);-moz-transform:translatex(0);-ms-transform:translatex(0);-o-transform:translatex(0);transform:translatex(0)}.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .km-content{-webkit-transform:translatex(-100%);-moz-transform:translatex(-100%);-ms-transform:translatex(-100%);-o-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next .km-content{-webkit-transform:translatex(100%);-moz-transform:translatex(100%);-ms-transform:translatex(100%);-o-transform:translatex(100%);transform:translatex(100%)}.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next .km-content{-webkit-transform:translatex(0%);-moz-transform:translatex(0%);-ms-transform:translatex(0%);-o-transform:translatex(0%);transform:translatex(0%)}.k-fx-tile.k-fx-start .k-fx-next{will-change:transform;-webkit-transform:translatex(100%);-moz-transform:translatex(100%);-ms-transform:translatex(100%);-o-transform:translatex(100%);transform:translatex(100%)}.k-fx-tile.k-fx-end .k-fx-current{-webkit-transform:translatex(-100%);-moz-transform:translatex(-100%);-ms-transform:translatex(-100%);-o-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current{will-change:transform;-webkit-transform:translatex(0);-moz-transform:translatex(0);-ms-transform:translatex(0);-o-transform:translatex(0);transform:translatex(0)}.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current{-webkit-transform:translatex(100%);-moz-transform:translatex(100%);-ms-transform:translatex(100%);-o-transform:translatex(100%);transform:translatex(100%)}.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next{-webkit-transform:translatex(-100%);-moz-transform:translatex(-100%);-ms-transform:translatex(-100%);-o-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next{-webkit-transform:translatex(0);-moz-transform:translatex(0);-ms-transform:translatex(0);-o-transform:translatex(0);transform:translatex(0)}.k-fx-tile.k-fx-right.k-fx-start .k-fx-next{-webkit-transform:translatex(-100%);-moz-transform:translatex(-100%);-ms-transform:translatex(-100%);-o-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-tile.k-fx-right.k-fx-end .k-fx-current{-webkit-transform:translatex(100%);-moz-transform:translatex(100%);-ms-transform:translatex(100%);-o-transform:translatex(100%);transform:translatex(100%)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current{-webkit-transform:translatex(0);-moz-transform:translatex(0);-ms-transform:translatex(0);-o-transform:translatex(0);transform:translatex(0)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current{-webkit-transform:translatex(-100%);-moz-transform:translatex(-100%);-ms-transform:translatex(-100%);-o-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next{-webkit-transform:translatex(100%);-moz-transform:translatex(100%);-ms-transform:translatex(100%);-o-transform:translatex(100%);transform:translatex(100%)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next{-webkit-transform:translatex(0%);-moz-transform:translatex(0%);-ms-transform:translatex(0%);-o-transform:translatex(0%);transform:translatex(0%)}.k-fx-tile.k-fx-start .k-fx-next{will-change:transform;-webkit-transform:translatex(100%);-moz-transform:translatex(100%);-ms-transform:translatex(100%);-o-transform:translatex(100%);transform:translatex(100%)}.k-fx-tile.k-fx-end .k-fx-current{-webkit-transform:translatex(-100%);-moz-transform:translatex(-100%);-ms-transform:translatex(-100%);-o-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current{will-change:transform;-webkit-transform:translatex(0);-moz-transform:translatex(0);-ms-transform:translatex(0);-o-transform:translatex(0);transform:translatex(0)}.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current{-webkit-transform:translatex(100%);-moz-transform:translatex(100%);-ms-transform:translatex(100%);-o-transform:translatex(100%);transform:translatex(100%)}.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next{-webkit-transform:translatex(-100%);-moz-transform:translatex(-100%);-ms-transform:translatex(-100%);-o-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next{-webkit-transform:translatex(0);-moz-transform:translatex(0);-ms-transform:translatex(0);-o-transform:translatex(0);transform:translatex(0)}.k-fx-tile.k-fx-right.k-fx-start .k-fx-next{-webkit-transform:translatex(-100%);-moz-transform:translatex(-100%);-ms-transform:translatex(-100%);-o-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-tile.k-fx-right.k-fx-end .k-fx-current{-webkit-transform:translatex(100%);-moz-transform:translatex(100%);-ms-transform:translatex(100%);-o-transform:translatex(100%);transform:translatex(100%)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current{-webkit-transform:translatex(0);-moz-transform:translatex(0);-ms-transform:translatex(0);-o-transform:translatex(0);transform:translatex(0)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current{-webkit-transform:translatex(-100%);-moz-transform:translatex(-100%);-ms-transform:translatex(-100%);-o-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next{-webkit-transform:translatex(100%);-moz-transform:translatex(100%);-ms-transform:translatex(100%);-o-transform:translatex(100%);transform:translatex(100%)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next{-webkit-transform:translatex(0%);-moz-transform:translatex(0%);-ms-transform:translatex(0%);-o-transform:translatex(0%);transform:translatex(0%)}.k-fx.k-fx-overlay.k-fx-start .k-fx-next,.k-fx.k-fx-overlay.k-fx-left.k-fx-start .k-fx-next{will-change:transform;-webkit-transform:translatex(100%);-moz-transform:translatex(100%);-ms-transform:translatex(100%);-o-transform:translatex(100%);transform:translatex(100%)}.k-fx.k-fx-overlay.k-fx-right.k-fx-start .k-fx-next{-webkit-transform:translatex(-100%);-moz-transform:translatex(-100%);-ms-transform:translatex(-100%);-o-transform:translatex(-100%);transform:translatex(-100%)}.k-fx.k-fx-overlay.k-fx-up.k-fx-start .k-fx-next{-webkit-transform:translatey(100%);-moz-transform:translatey(100%);-ms-transform:translatey(100%);-o-transform:translatey(100%);transform:translatey(100%)}.k-fx.k-fx-overlay.k-fx-down.k-fx-start .k-fx-next{-webkit-transform:translatey(-100%);-moz-transform:translatey(-100%);-ms-transform:translatey(-100%);-o-transform:translatey(-100%);transform:translatey(-100%)}.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-next{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-current{will-change:transform;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.k-fx.k-fx-overlay.k-fx-reverse.k-fx-end .k-fx-current,.k-fx.k-fx-overlay.k-fx-reverse.k-fx-left.k-fx-end .k-fx-current{-webkit-transform:translatex(100%);-moz-transform:translatex(100%);-ms-transform:translatex(100%);-o-transform:translatex(100%);transform:translatex(100%)}.k-fx.k-fx-overlay.k-fx-reverse.k-fx-right.k-fx-end .k-fx-current{-webkit-transform:translatex(-100%);-moz-transform:translatex(-100%);-ms-transform:translatex(-100%);-o-transform:translatex(-100%);transform:translatex(-100%)}.k-fx.k-fx-overlay.k-fx-reverse.k-fx-up.k-fx-end .k-fx-current{-webkit-transform:translatey(100%);-moz-transform:translatey(100%);-ms-transform:translatey(100%);-o-transform:translatey(100%);transform:translatey(100%)}.k-fx.k-fx-overlay.k-fx-reverse.k-fx-down.k-fx-end .k-fx-current{-webkit-transform:translatey(-100%);-moz-transform:translatey(-100%);-ms-transform:translatey(-100%);-o-transform:translatey(-100%);transform:translatey(-100%)}@font-face{font-family:"DejaVu Sans";src:url("fonts/DejaVu/DejaVuSans.ttf") format("truetype")}@font-face{font-family:"DejaVu Sans";font-weight:bold;src:url("fonts/DejaVu/DejaVuSans-Bold.ttf") format("truetype")}@font-face{font-family:"DejaVu Sans";font-style:italic;src:url("fonts/DejaVu/DejaVuSans-Oblique.ttf") format("truetype")}@font-face{font-family:"DejaVu Sans";font-weight:bold;font-style:italic;src:url("fonts/DejaVu/DejaVuSans-BoldOblique.ttf") format("truetype")}@font-face{font-family:"DejaVu Serif";src:url("fonts/DejaVu/DejaVuSerif.ttf") format("truetype")}@font-face{font-family:"DejaVu Serif";font-weight:bold;src:url("fonts/DejaVu/DejaVuSerif-Bold.ttf") format("truetype")}@font-face{font-family:"DejaVu Serif";font-style:italic;src:url("fonts/DejaVu/DejaVuSerif-Italic.ttf") format("truetype")}@font-face{font-family:"DejaVu Serif";font-weight:bold;font-style:italic;src:url("fonts/DejaVu/DejaVuSerif-BoldItalic.ttf") format("truetype")}@font-face{font-family:"DejaVu Mono";src:url("fonts/DejaVu/DejaVuSansMono.ttf") format("truetype")}@font-face{font-family:"DejaVu Mono";font-weight:bold;src:url("fonts/DejaVu/DejaVuSansMono-Bold.ttf") format("truetype")}@font-face{font-family:"DejaVu Mono";font-style:italic;src:url("fonts/DejaVu/DejaVuSansMono-Oblique.ttf") format("truetype")}@font-face{font-family:"DejaVu Mono";font-weight:bold;font-style:italic;src:url("fonts/DejaVu/DejaVuSansMono-BoldOblique.ttf") format("truetype")}.k-widget.k-tabstrip{background-color:transparent;background-image:none;border-style:none;-webkit-box-shadow:none;box-shadow:none}.k-tabstrip .k-tabstrip-items{padding:0}.k-tabstrip>.k-content,.k-panelbar .k-tabstrip>.k-content{margin:0}.k-slider-track{border-width:1px;border-style:solid}.k-grouping-dropclue{margin-top:10px}.k-grid tr td{border-width:1px 0 0 1px;border-style:solid}.k-slider-horizontal .k-slider-track,.k-slider-horizontal .k-slider-selection{margin-top:-5px}.k-slider-vertical .k-slider-track,.k-slider-vertical .k-slider-selection{margin-left:-5px}
/** Kendo UI v2014.3.1316 (http://www.telerik.com/kendo-ui)* Copyright 2015 Telerik AD. All rights reserved.** Kendo UI commercial licenses may be obtained at* http://www.telerik.com/purchase/license-agreement/kendo-ui-complete* If you do not own a commercial license, this file shall be governed by the trial license terms.*/.k-in,.k-item,.k-window-action{border-color:transparent}.k-block,.k-widget{background-color:#fff}.k-block,.k-widget,.k-input,.k-textbox,.k-group,.k-content,.k-header,.k-filter-row>th,.k-editable-area,.k-separator,.k-colorpicker .k-i-arrow-s,.k-textbox>input,.k-autocomplete,.k-dropdown-wrap,.k-toolbar,.k-group-footer td,.k-grid-footer,.k-footer-template td,.k-state-default,.k-state-default .k-select,.k-state-disabled,.k-grid-header,.k-grid-header-wrap,.k-grid-header-locked,.k-grid-footer-locked,.k-grid-content-locked,.k-grid td,.k-grid td.k-state-selected,.k-grid-footer-wrap,.k-pager-wrap,.k-pager-wrap .k-link,.k-pager-refresh,.k-grouping-header,.k-grouping-header .k-group-indicator,.k-panelbar>.k-item>.k-link,.k-panel>.k-item>.k-link,.k-panelbar .k-panel,.k-panelbar .k-content,.k-treemap-tile,.k-calendar th,.k-slider-track,.k-splitbar,.k-dropzone-active,.k-tiles,.k-toolbar,.k-tooltip,.k-button-group .k-tool,.k-upload-files{border-color:#ccc}.k-group,.k-toolbar,.k-grouping-header,.k-pager-wrap,.k-group-footer td,.k-grid-footer,.k-footer-template td,.k-widget .k-status,.k-calendar th,.k-dropzone-hovered,.k-widget.k-popup{background-color:#f5f5f5}.k-grouping-row td,td.k-group-cell,.k-resize-handle-inner{background-color:#f5f5f5}.k-list-container{border-color:rgba(0,0,0,0.2);background-color:#fff}.k-content,.k-editable-area,.k-panelbar>li.k-item,.k-panel>li.k-item,.k-tiles{background-color:#fff}.k-alt,.k-separator,.k-resource.k-alt,.k-pivot-layout>tbody>tr:first-child>td:first-child{background-color:#f5f5f5}.k-pivot-rowheaders .k-alt .k-alt,.k-header.k-alt{background-color:#e1e1e1}.k-textbox,.k-autocomplete.k-header,.k-dropdown-wrap.k-state-active,.k-picker-wrap.k-state-active,.k-numeric-wrap.k-state-active{border-color:#ccc;background-color:#ebebeb}.k-textbox>input,.k-autocomplete .k-input,.k-dropdown-wrap .k-input,.k-autocomplete.k-state-focused .k-input,.k-dropdown-wrap.k-state-focused .k-input,.k-picker-wrap.k-state-focused .k-input,.k-numeric-wrap.k-state-focused .k-input{border-color:#ccc}input.k-textbox,textarea.k-textbox,input.k-textbox:hover,textarea.k-textbox:hover,.k-textbox>input{background:0}.k-input,input.k-textbox,textarea.k-textbox,input.k-textbox:hover,textarea.k-textbox:hover,.k-textbox>input,.k-multiselect-wrap{background-color:#fff;color:#333}.k-input[readonly]{background-color:#fff;color:#333}.k-block,.k-widget,.k-popup,.k-content,.k-toolbar,.k-dropdown .k-input{color:#333}.k-inverse{color:#fff}.k-block{color:#333}.k-link:link,.k-link:visited,.k-nav-current.k-state-hover .k-link{color:#428bca}.k-tabstrip-items .k-link,.k-panelbar>li>.k-link{color:#333}.k-header,.k-treemap-title,.k-grid-header .k-header>.k-link{color:#333}.k-header,.k-grid-header,.k-toolbar,.k-dropdown-wrap,.k-picker-wrap,.k-numeric-wrap,.k-grouping-header,.k-pager-wrap,.k-textbox,.k-button,.k-progressbar,.k-draghandle,.k-autocomplete,.k-state-highlight,.k-tabstrip-items .k-item,.k-panelbar .k-tabstrip-items .k-item,.km-pane-wrapper>.km-pane>.km-view>.km-content{background-image:none;background-position:50% 50%;background-color:#f5f5f5}.k-widget.k-tooltip{background-image:none}.k-block,.k-header,.k-grid-header,.k-toolbar,.k-grouping-header,.k-pager-wrap,.k-button,.k-draghandle,.k-treemap-tile,html .km-pane-wrapper .k-header{background-color:#f5f5f5}.k-icon:hover,.k-state-hover .k-icon,.k-state-selected .k-icon,.k-state-focused .k-icon,.k-column-menu .k-state-hover .k-sprite,.k-column-menu .k-state-active .k-sprite{opacity:1}.k-icon,.k-state-disabled .k-icon,.k-column-menu .k-sprite{opacity:1}.k-mobile-list .k-check:checked,.k-mobile-list .k-edit-field [type=checkbox]:checked,.k-mobile-list .k-edit-field [type=radio]:checked{opacity:1}.k-tool{border-color:transparent}.k-icon,.k-tool-icon,.k-grouping-dropclue,.k-drop-hint,.k-column-menu .k-sprite,.k-grid-mobile .k-resize-handle-inner:before,.k-grid-mobile .k-resize-handle-inner:after{background-image:url('/css/../css/Bootstrap/sprite.png');border-color:transparent}.k-mobile-list .k-check:checked,.k-mobile-list .k-edit-field [type=checkbox]:checked,.k-mobile-list .k-edit-field [type=radio]:checked{background-image:url('/css/../css/Bootstrap/sprite.png');border-color:transparent}.k-loading,.k-state-hover .k-loading{background-image:url('/css/../css/Bootstrap/loading.gif');background-position:50% 50%}.k-loading-image{background-image:url('/css/../css/Bootstrap/loading-image.gif')}.k-loading-color{background-color:#fff}.k-button{color:#333;border-color:#ccc;background-color:#fff}.k-draghandle{border-color:#fff;background-color:#fff;-webkit-box-shadow:0 0 0 1px #c4c4c4;box-shadow:0 0 0 1px #c4c4c4}.k-draghandle:hover{border-color:#adadad;background-color:#ebebeb;-webkit-box-shadow:none;box-shadow:none}.k-scheduler{color:#fff;background-color:#fff}.k-scheduler-layout{color:#333}.k-scheduler-datecolumn,.k-scheduler-groupcolumn{background-color:#fff;color:#333}.k-scheduler-times tr,.k-scheduler-times th,.k-scheduler-table td,.k-scheduler-header th,.k-scheduler-header-wrap,.k-scheduler-times{border-color:#e7e7e7}.k-nonwork-hour{background-color:#f5f5f5}.k-gantt .k-nonwork-hour{background-color:rgba(0,0,0,0.02)}.k-gantt .k-header.k-nonwork-hour{background-color:rgba(0,0,0,0.2)}.k-scheduler-table .k-today,.k-today>.k-scheduler-datecolumn,.k-today>.k-scheduler-groupcolumn{background-color:#e9e9e9}.k-scheduler-now-arrow{border-left-color:#eed3d7}.k-scheduler-now-line{background-color:#eed3d7}.k-event,.k-task-complete{border-color:#0187cb;background:#0187cb 0 -257px none repeat-x;color:#fff}.k-event-inverse{color:#333}.k-event.k-state-selected{background-position:0 0}.k-ie7 .k-event .k-resize-handle,.k-event .k-resize-handle:after,.k-ie7 .k-task-single .k-resize-handle,.k-task-single .k-resize-handle:after{background-color:#fff}.k-scheduler-marquee:before,.k-scheduler-marquee:after{border-color:#428bca}.k-panelbar .k-content,.k-panelbar .k-panel,.k-panelbar .k-item{background-color:#fff;color:#333;border-color:#ccc}.k-panelbar>li>.k-link{color:#333}.k-panelbar>.k-item>.k-link{border-color:#ccc}.k-panel>li.k-item{background-color:#fff}.k-state-active,.k-state-active:hover,.k-active-filter,.k-tabstrip .k-state-active{background-color:#fff;border-color:#ccc;color:#333}.k-fieldselector .k-list-container{background-color:#fff}.k-button:focus,.k-button.k-state-focused{border-color:#67afe9}.k-button:hover,.k-button.k-state-hover{color:#333;border-color:#adadad;background-color:#ebebeb}.k-button:active,.k-button.k-state-active{color:#fff;background-color:#ebebeb;border-color:#428bca}.k-button:active:hover,.k-button.k-state-active:hover{color:#fff;border-color:#295f8e;background-color:#3276b1}.k-button[disabled],.k-button.k-state-disabled,.k-state-disabled .k-button,.k-state-disabled .k-button:hover,.k-button.k-state-disabled:hover,.k-state-disabled .k-button:active,.k-button.k-state-disabled:active{color:#999;border-color:#ccc;background-color:#fff;background-image:none}.k-button:focus:not(.k-state-disabled):not([disabled]){-webkit-box-shadow:0 0 7px 0 #67afe9;box-shadow:0 0 7px 0 #67afe9}.k-button:focus:active:not(.k-state-disabled):not([disabled]){-webkit-box-shadow:inset 0 0 5px 3px #d4d4d4;box-shadow:inset 0 0 5px 3px #d4d4d4}.k-menu .k-state-hover>.k-state-active{background-color:transparent}.k-state-highlight{background:#fff;color:#333}.k-state-focused,.k-grouping-row .k-state-focused{border-color:#67afe9}.k-calendar .k-link{color:#333}.k-calendar .k-footer{padding:0}.k-calendar .k-footer .k-nav-today{color:#333;text-decoration:none;background-color:#f5f5f5}.k-calendar .k-footer .k-nav-today:hover,.k-calendar .k-footer .k-nav-today.k-state-hover{background-color:#fff;text-decoration:underline}.k-calendar .k-footer .k-nav-today:active{background-color:#fff}.k-calendar .k-link.k-nav-fast{color:#333}.k-calendar .k-nav-fast.k-state-hover{text-decoration:none;background-color:#ebebeb;color:#333}.k-calendar .k-link.k-state-hover,.k-window-titlebar .k-link{border-radius:4px}.k-calendar .k-footer .k-link{border-radius:0}.k-calendar th{background-color:#f5f5f5}.k-calendar-container.k-group{border-color:rgba(0,0,0,0.2)}.k-state-selected,.k-state-selected:link,.k-state-selected:visited,.k-list>.k-state-selected,.k-list>.k-state-highlight,.k-panel>.k-state-selected,.k-ghost-splitbar-vertical,.k-ghost-splitbar-horizontal,.k-draghandle.k-state-selected:hover,.k-scheduler .k-scheduler-toolbar .k-state-selected,.k-scheduler .k-today.k-state-selected,.k-marquee-color{color:#fff;background-color:#428bca;border-color:#428bca}.k-marquee-text{color:#fff}.k-state-focused,.k-list>.k-state-focused,.k-listview>.k-state-focused,.k-grid-header th.k-state-focused,td.k-state-focused,.k-button.k-state-focused{-webkit-box-shadow:inset 0 0 7px 0 #67afe9;box-shadow:inset 0 0 7px 0 #67afe9}.k-state-focused.k-state-selected,.k-list>.k-state-focused.k-state-selected,.k-listview>.k-state-focused.k-state-selected,td.k-state-focused.k-state-selected{-webkit-box-shadow:inset 0 0 10px 3px #3276b1;box-shadow:inset 0 0 10px 3px #3276b1}.k-ie8 .k-panelbar span.k-state-focused,.k-ie8 .k-menu li.k-state-focused,.k-ie8 .k-listview>.k-state-focused,.k-ie8 .k-grid-header th.k-state-focused,.k-ie8 td.k-state-focused,.k-ie8 .k-tool.k-state-hover,.k-ie8 .k-button:focus,.k-ie8 .k-button.k-state-focused,.k-ie7 .k-panelbar span.k-state-focused,.k-ie7 .k-menu li.k-state-focused,.k-ie7 .k-listview>.k-state-focused,.k-ie7 .k-grid-header th.k-state-focused,.k-ie7 td.k-state-focused,.k-ie7 .k-tool.k-state-hover,.k-ie7 .k-button:focus,.k-ie7 .k-button.k-state-focused{background-color:#ebebeb}.k-list>.k-state-selected.k-state-focused{-webkit-box-shadow:none;box-shadow:none}.k-state-selected>.k-link,.k-panelbar>li>.k-state-selected,.k-panelbar>li.k-state-default>.k-link.k-state-selected{color:#fff}.k-state-hover,.k-state-hover:hover,.k-splitbar-horizontal-hover:hover,.k-splitbar-vertical-hover:hover,.k-list>.k-state-hover,.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,.k-pager-wrap .k-link:hover,.k-dropdown .k-state-focused,.k-filebrowser-dropzone,.k-mobile-list .k-item>.k-link:active,.k-mobile-list .k-item>.k-label:active,.k-mobile-list .k-edit-label.k-check:active,.k-mobile-list .k-recur-view .k-check:active{color:#333;background-color:#ebebeb;border-color:#adadad}.k-mobile-list .k-scheduler-timezones .k-edit-field:nth-child(2):active{color:#333;background-color:#ebebeb;border-color:#adadad}.k-ie7 .k-window-titlebar .k-state-hover,.k-ie8 .k-window-titlebar .k-state-hover{border-color:#adadad}.k-state-hover>.k-select,.k-state-focused>.k-select{border-color:#adadad}.k-button:hover,.k-button.k-state-hover,.k-button:focus,.k-button.k-state-focused,.k-textbox:hover,.k-state-hover,.k-state-hover:hover,.k-pager-wrap .k-link:hover,.k-other-month.k-state-hover .k-link,div.k-filebrowser-dropzone em,.k-draghandle:hover{background-image:none}.k-pager-wrap{background-color:#f5f5f5;color:#333}.k-autocomplete.k-state-active,.k-picker-wrap.k-state-active,.k-numeric-wrap.k-state-active,.k-dropdown-wrap.k-state-active,.k-state-active,.k-state-active:hover,.k-state-active>.k-link,.k-button:active,.k-panelbar>.k-item>.k-state-focused{background-image:none}.k-state-selected,.k-button:active,.k-button.k-state-active,.k-draghandle.k-state-selected:hover{background-image:none}.k-button:active,.k-button.k-state-active,.k-draghandle.k-state-selected:hover{background-position:50% 50%}.k-tool-icon{background-image:url('../css/Bootstrap/sprite.png')}.k-state-hover>.k-link,.k-other-month.k-state-hover .k-link,div.k-filebrowser-dropzone em{color:#333}.k-autocomplete.k-state-hover,.k-autocomplete.k-state-focused,.k-picker-wrap.k-state-hover,.k-picker-wrap.k-state-focused,.k-numeric-wrap.k-state-hover,.k-numeric-wrap.k-state-focused,.k-dropdown-wrap.k-state-hover,.k-dropdown-wrap.k-state-focused{background-color:#ebebeb;background-image:none;background-position:50% 50%;border-color:#adadad}.km-pane-wrapper .k-mobile-list input:not([type="checkbox"]):not([type="radio"]),.km-pane-wrapper .km-pane .k-mobile-list select:not([multiple]),.km-pane-wrapper .k-mobile-list textarea,.k-dropdown .k-state-focused .k-input{color:#333}.k-dropdown .k-state-hover .k-input{color:#333}.k-state-error{border-color:#eed3d7;background-color:#f2dede;color:#b94a48}.k-state-disabled{opacity:.7}.k-ie7 .k-state-disabled,.k-ie8 .k-state-disabled{filter:alpha(opacity=70)}.k-tile-empty.k-state-selected,.k-loading-mask.k-state-selected{border-width:0;background-image:none;background-color:transparent}.k-state-disabled,.k-state-disabled .k-link,.k-state-disabled .k-button,.k-other-month,.k-other-month .k-link,.k-dropzone em,.k-dropzone .k-upload-status,.k-tile-empty strong,.k-slider .k-draghandle{color:#999}.k-progressbar-indeterminate{background:url('../css/Bootstrap/indeterminate.gif')}.k-progressbar-indeterminate .k-progress-status-wrap,.k-progressbar-indeterminate .k-state-selected{display:none}.k-slider-track{background-color:#ccc}.k-slider-selection{background-color:#428bca}.k-slider-horizontal .k-tick{background-image:url('../css/Bootstrap/slider-h.gif')}.k-slider-vertical .k-tick{background-image:url('../css/Bootstrap/slider-v.gif')}.k-widget.k-tooltip{border-color:#000;background-color:#000;color:#fff}.k-widget.k-tooltip-validation{border-color:#fbeed5;background-color:#fcf8e3;color:#c09853}.input-prepend .k-tooltip-validation,.input-append .k-tooltip-validation{font-size:12px;position:relative;top:3px}.k-callout-n{border-bottom-color:#000}.k-callout-w{border-right-color:#000}.k-callout-s{border-top-color:#000}.k-callout-e{border-left-color:#000}.k-tooltip-validation .k-callout-n{border-bottom-color:#fbeed5}.k-tooltip-validation .k-callout-w{border-right-color:#fbeed5}.k-tooltip-validation .k-callout-s{border-top-color:#fbeed5}.k-tooltip-validation .k-callout-e{border-left-color:#fbeed5}.k-splitbar{background-color:#f5f5f5}.k-restricted-size-vertical,.k-restricted-size-horizontal{background-color:#b94a48}.k-file{background-color:#fff;border-color:#e7e7e7}.k-file-progress{color:#06c}.k-file-progress .k-progress{background-color:#d0f8ff}.k-file-success{color:#fff}.k-file-success .k-progress{background-color:#f0ad4e}.k-file-error{color:#c00}.k-file-error .k-progress{background-color:#ffded7}.k-tile{border-color:#fff}.k-textbox:hover,.k-tiles li.k-state-hover{border-color:#adadad}.k-tiles li.k-state-selected{border-color:#428bca}.k-filebrowser .k-tile .k-folder,.k-filebrowser .k-tile .k-file{background-image:url('../css/Bootstrap/imagebrowser.png');background-size:auto auto}.k-leaf,.k-leaf.k-state-hover:hover{color:#fff}.k-leaf.k-inverse,.k-leaf.k-inverse.k-state-hover:hover{color:#000}.k-widget,.k-button{-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.k-slider,.k-treeview,.k-upload{-webkit-box-shadow:none;box-shadow:none}.k-state-hover{-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.2);box-shadow:0 1px 0 rgba(255,255,255,0.2)}.k-autocomplete.k-state-focused,.k-dropdown-wrap.k-state-focused,.k-picker-wrap.k-state-focused,.k-numeric-wrap.k-state-focused{-webkit-box-shadow:0 0 7px 0 #67afe9;box-shadow:0 0 7px 0 #67afe9}.k-state-selected{-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.075) inset;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset}.k-state-active{-webkit-box-shadow:none;box-shadow:none}.k-grid td.k-state-selected.k-state-focused{background-color:#4e92cd}.k-popup,.k-menu .k-menu-group,.k-grid .k-filter-options,.k-time-popup,.k-datepicker-calendar,.k-autocomplete.k-state-border-down,.k-autocomplete.k-state-border-up,.k-dropdown-wrap.k-state-active,.k-picker-wrap.k-state-active,.k-multiselect.k-state-focused,.k-filebrowser .k-image,.k-tooltip{-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.2);box-shadow:0 2px 2px 0 rgba(0,0,0,0.2)}.k-treemap-tile.k-state-hover{-webkit-box-shadow:inset 0 0 0 3px #ccc;box-shadow:inset 0 0 0 3px #ccc}.k-window{border-color:rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 7px 1px rgba(128,128,128,0.2);box-shadow:1px 1px 7px 1px rgba(128,128,128,0.2);background-color:#fff}.k-window.k-state-focused{border-color:rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 7px 1px rgba(0,0,0,0.2);box-shadow:1px 1px 7px 1px rgba(0,0,0,0.2)}.k-window.k-window-maximized,.k-window-maximized .k-window-titlebar,.k-window-maximized .k-window-content{border-radius:0}.k-shadow{-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.2);box-shadow:0 1px 2px 0 rgba(0,0,0,0.2)}.k-inset{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.2);box-shadow:inset 0 1px 1px rgba(0,0,0,0.2)}.k-editor-inline ::selection{background-color:#428bca;text-shadow:none;color:#fff}.k-editor-inline ::-moz-selection{background-color:#428bca;text-shadow:none;color:#fff}.k-notification.k-notification-info{background-color:#e5f5fa;color:#0487c4;border-color:#b7e1f0}.k-notification.k-notification-success{background-color:#eaf7ec;color:#349946;border-color:#c3e8ca}.k-notification.k-notification-warning{background-color:#fff4d9;color:#0487c4;border-color:#fff0c8}.k-notification.k-notification-error{background-color:#ffe0d9;color:#ef470a;border-color:#ffb7a8}.k-gantt .k-treelist{background:#f5f5f5}.k-gantt .k-treelist .k-alt{background-color:#dcdcdc}.k-gantt .k-treelist .k-state-selected,.k-gantt .k-treelist .k-state-selected td,.k-gantt .k-treelist .k-alt.k-state-selected,.k-gantt .k-treelist .k-alt.k-state-selected>td{background-color:#428bca}.k-task-dot:after{background-color:#333;border-color:#333}.k-task-dot:hover:after{background-color:#fff}.k-task-summary{border-color:#737373;background:#737373}.k-task-milestone,.k-task-summary-complete{border-color:#333;background:#333}.k-state-selected.k-task-summary{border-color:#a6c8e6;background:#a6c8e6}.k-state-selected.k-task-milestone,.k-state-selected .k-task-summary-complete{border-color:#428bca;background:#428bca}.k-task-single{background-color:#019fef;border-color:#0187cb;color:#fff}.k-state-selected.k-task-single{border-color:#428bca}.k-line{background-color:#333;color:#333}.k-state-selected.k-line{background-color:#428bca;color:#428bca}.k-resource{background-color:#fff}.k-i-kpi-decrease,.k-i-kpi-denied,.k-i-kpi-equal,.k-i-kpi-hold,.k-i-kpi-increase,.k-i-kpi-open{background-image:url('../css/Bootstrap/sprite_kpi.png')}.k-block,.k-button,.k-textbox,.k-drag-clue,.k-touch-scrollbar,.k-window,.k-window-titleless .k-window-content,.k-window-action,.k-inline-block,.k-grid .k-filter-options,.k-grouping-header .k-group-indicator,.k-autocomplete,.k-multiselect,.k-combobox,.k-dropdown,.k-dropdown-wrap,.k-datepicker,.k-timepicker,.k-colorpicker,.k-datetimepicker,.k-notification,.k-numerictextbox,.k-picker-wrap,.k-numeric-wrap,.k-colorpicker,.k-list-container,.k-calendar-container,.k-calendar td,.k-calendar .k-link,.k-treeview .k-in,.k-editor-inline,.k-tooltip,.k-tile,.k-slider-track,.k-slider-selection,.k-upload{border-radius:4px}.k-tool{text-align:center;vertical-align:middle}.k-tool.k-group-start,.k-toolbar .k-split-button .k-button,.k-toolbar .k-button-group .k-group-start{border-radius:4px 0 0 4px}.k-rtl .k-tool.k-group-start{border-radius:0 4px 4px 0}.k-tool.k-group-end,.k-toolbar .k-button-group .k-group-end,.k-toolbar .k-split-button .k-split-button-arrow{border-radius:0 4px 4px 0}.k-rtl .k-tool.k-group-end{border-radius:4px 0 0 4px}.k-group-start.k-group-end.k-tool{border-radius:4px}.k-calendar-container.k-state-border-up,.k-list-container.k-state-border-up,.k-autocomplete.k-state-border-up,.k-multiselect.k-state-border-up,.k-dropdown-wrap.k-state-border-up,.k-picker-wrap.k-state-border-up,.k-numeric-wrap.k-state-border-up,.k-window-content,.k-filter-menu{border-radius:0 0 4px 4px}.k-autocomplete.k-state-border-up .k-input,.k-dropdown-wrap.k-state-border-up .k-input,.k-picker-wrap.k-state-border-up .k-input,.k-picker-wrap.k-state-border-up .k-selected-color,.k-numeric-wrap.k-state-border-up .k-input{border-radius:0 0 0 4px}.k-multiselect.k-state-border-up .k-multiselect-wrap{border-radius:0 0 4px 4px}.k-window-titlebar,.k-block>.k-header,.k-tabstrip-items .k-item,.k-panelbar .k-tabstrip-items .k-item,.k-tabstrip-items .k-link,.k-calendar-container.k-state-border-down,.k-list-container.k-state-border-down,.k-autocomplete.k-state-border-down,.k-multiselect.k-state-border-down,.k-dropdown-wrap.k-state-border-down,.k-picker-wrap.k-state-border-down,.k-numeric-wrap.k-state-border-down{border-radius:4px 4px 0 0}.k-split-button.k-state-border-down>.k-button{border-radius:4px 0 0 0}.k-split-button.k-state-border-up>.k-button{border-radius:0 0 0 4px}.k-split-button.k-state-border-down>.k-split-button-arrow{border-radius:0 4px 0 0}.k-split-button.k-state-border-up>.k-split-button-arrow{border-radius:0 0 4px 0}.k-dropdown-wrap .k-input,.k-picker-wrap .k-input,.k-numeric-wrap .k-input{border-radius:3px 0 0 3px}.k-rtl .k-dropdown-wrap .k-input,.k-rtl .k-picker-wrap .k-input,.k-rtl .k-numeric-wrap .k-input{border-radius:0 3px 3px 0}.k-numeric-wrap .k-link{border-radius:0 3px 0 0}.k-numeric-wrap .k-link+.k-link{border-radius:0 0 3px 0}.k-colorpicker .k-selected-color{border-radius:3px 0 0 3px}.k-rtl .k-colorpicker .k-selected-color{border-radius:0 3px 3px 0}.k-autocomplete.k-state-border-down .k-input{border-radius:4px 4px 0 0}.k-dropdown-wrap.k-state-border-down .k-input,.k-picker-wrap.k-state-border-down .k-input,.k-picker-wrap.k-state-border-down .k-selected-color,.k-numeric-wrap.k-state-border-down .k-input{border-radius:4px 0 0 0}.k-numeric-wrap .k-link.k-state-selected{background-color:#ebebeb}.k-multiselect.k-state-border-down .k-multiselect-wrap{border-radius:3px 3px 0 0}.k-dropdown-wrap .k-select,.k-picker-wrap .k-select,.k-numeric-wrap .k-select,.k-datetimepicker .k-select+.k-select,.k-list-container.k-state-border-right{border-radius:0 4px 4px 0}.k-rtl .k-dropdown-wrap .k-select,.k-rtl .k-picker-wrap .k-select,.k-rtl .k-numeric-wrap .k-select,.k-rtl .k-datetimepicker .k-select+.k-select,.k-rtl .k-list-container.k-state-border-right{border-radius:4px 0 0 4px}.k-numeric-wrap.k-expand-padding .k-input{border-radius:4px}.k-textbox>input,.k-autocomplete .k-input,.k-multiselect-wrap{border-radius:3px}.k-list .k-state-hover,.k-list .k-state-focused,.k-list .k-state-highlight,.k-list .k-state-selected,.k-fieldselector .k-list .k-item,.k-dropzone{border-radius:3px}.k-slider .k-button,.k-grid .k-slider .k-button{border-radius:13px}.k-draghandle{border-radius:13px}.k-scheduler-toolbar>ul li:first-child,.k-scheduler-toolbar>ul li:first-child .k-link{border-radius:4px 0 0 4px}.k-rtl .k-scheduler-toolbar>ul li:first-child,.k-rtl .k-scheduler-toolbar>ul li:first-child .k-link,.km-view.k-popup-edit-form .k-scheduler-toolbar>ul li:last-child,.km-view.k-popup-edit-form .k-scheduler-toolbar>ul li:last-child .k-link{border-radius:0 4px 4px 0}.k-scheduler-phone .k-scheduler-toolbar>ul li.k-nav-today,.k-scheduler-phone .k-scheduler-toolbar>ul li.k-nav-today .k-link,.k-edit-field>.k-scheduler-navigation{border-radius:4px}.k-scheduler-toolbar .k-nav-next,.k-scheduler-toolbar ul+ul li:last-child,.k-scheduler-toolbar .k-nav-next .k-link,.k-scheduler-toolbar ul+ul li:last-child .k-link{border-top-right-radius:4px;border-bottom-right-radius:4px}.k-rtl .k-scheduler-toolbar .k-nav-next,.k-rtl .k-scheduler-toolbar ul+ul li:last-child,.k-rtl .k-scheduler-toolbar .k-nav-next .k-link,.k-rtl .k-scheduler-toolbar ul+ul li:last-child .k-link{border-radius:4px 0 0 4px}.k-scheduler div.k-scheduler-footer ul li,.k-scheduler div.k-scheduler-footer .k-link{border-radius:4px}.k-more-events,.k-event,.k-task-single,.k-task-complete,.k-event .k-link{border-radius:3px}.k-scheduler-mobile .k-event{border-radius:2px}.k-grid-mobile .k-column-active+th.k-header{border-left-color:#333}html .km-pane-wrapper .km-widget,.k-ie .km-pane-wrapper .k-widget,.k-ie .km-pane-wrapper .k-group,.k-ie .km-pane-wrapper .k-content,.k-ie .km-pane-wrapper .k-header,.k-ie .km-pane-wrapper .k-popup-edit-form .k-edit-field .k-button,.km-pane-wrapper .k-mobile-list .k-item,.km-pane-wrapper .k-mobile-list .k-edit-label,.km-pane-wrapper .k-mobile-list .k-edit-field{color:#333}@media screen and (-ms-high-contrast:active) and (-ms-high-contrast:none){div.km-pane-wrapper a{color:#333}.km-pane-wrapper .k-icon{background-image:url('../css/Bootstrap/sprite_2x.png');background-size:21.2em 21em}}.km-pane-wrapper .k-mobile-list .k-item,.km-pane-wrapper .k-mobile-list .k-edit-field,.km-pane-wrapper .k-mobile-list .k-recur-view>.k-edit-field .k-check{background-color:#fff;border-top:1px solid #e7e7e7}.km-pane-wrapper .k-mobile-list .k-edit-field textarea{outline-width:0}.km-pane-wrapper .k-mobile-list .k-item.k-state-selected{background-color:#428bca;border-top-color:#428bca}.km-pane-wrapper .k-mobile-list .k-recur-view>.k-edit-field .k-check:first-child{border-top-color:transparent}.km-pane-wrapper .k-mobile-list .k-item:last-child{-webkit-box-shadow:inset 0 -1px 0 #e7e7e7;box-shadow:inset 0 -1px 0 #e7e7e7}.km-pane-wrapper .k-mobile-list>ul>li>.k-link,.km-pane-wrapper .k-mobile-list .k-recur-view>.k-edit-label:nth-child(3),.km-pane-wrapper #recurrence .km-scroll-container>.k-edit-label:first-child{color:#9b9b9b}.km-pane-wrapper .k-mobile-list>ul>li>.k-link{border-bottom:1px solid #e7e7e7}.km-pane-wrapper .k-mobile-list .k-edit-field{-webkit-box-shadow:0 1px 1px #e7e7e7;box-shadow:0 1px 1px #e7e7e7}.km-actionsheet .k-grid-delete,.km-actionsheet .k-scheduler-delete,.km-pane-wrapper .k-scheduler-delete,.km-pane-wrapper .k-filter-menu .k-button[type=reset]{color:#fff;border-color:#eed3d7;background-color:red;background-image:-webkit-gradient(linear,50% 0,50% 100%,from(rgba(255,255,255,.3)),to(rgba(255,255,255,.15)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.3),rgba(255,255,255,.15));background-image:-moz-linear-gradient(top,rgba(255,255,255,.3),rgba(255,255,255,.15));background-image:-ms-linear-gradient(top,rgba(255,255,255,.3),rgba(255,255,255,.15));background-image:linear-gradient(to bottom,rgba(255,255,255,.3),rgba(255,255,255,.15))}.km-actionsheet .k-grid-delete:active,.km-actionsheet .k-scheduler-delete:active,.km-pane-wrapper .k-scheduler-delete:active,.km-pane-wrapper .k-filter-menu .k-button[type=reset]:active{background-color:#900}.k-autocomplete.k-state-default,.k-picker-wrap.k-state-default,.k-numeric-wrap.k-state-default,.k-dropdown-wrap.k-state-default{background-image:none;background-position:50% 50%;background-color:#fff;border-color:#ccc}.k-autocomplete.k-state-hover,.k-picker-wrap.k-state-hover,.k-numeric-wrap.k-state-hover,.k-dropdown-wrap.k-state-hover{background-color:#ebebeb;background-image:none;background-position:50% 50%;border-color:#adadad}.k-multiselect.k-header{border-color:#ccc}.k-multiselect.k-header.k-state-hover{border-color:#adadad}.k-autocomplete.k-state-focused,.k-picker-wrap.k-state-focused,.k-numeric-wrap.k-state-focused,.k-dropdown-wrap.k-state-focused,.k-multiselect.k-header.k-state-focused{background-color:#ebebeb;background-image:none;background-position:50% 50%;border-color:#67afe9;-webkit-box-shadow:0 0 7px 0 #67afe9;box-shadow:0 0 7px 0 #67afe9}.k-list-container{color:#333}.k-dropdown .k-input,.k-dropdown .k-state-focused .k-input,.k-menu .k-popup{color:#333}.k-state-default>.k-select{border-color:#ccc}.k-state-hover>.k-select{border-color:#adadad}.k-state-focused>.k-select{border-color:#67afe9}.k-tabstrip:focus{-webkit-box-shadow:0 0 7px 0 #67afe9;box-shadow:0 0 7px 0 #67afe9}.k-tabstrip-items .k-state-default .k-link,.k-panelbar>li.k-state-default>.k-link{color:#428bca}.k-tabstrip-items .k-state-hover .k-link,.k-panelbar>li.k-state-hover>.k-link,.k-panelbar>li.k-state-default>.k-link.k-state-hover{color:#333}.k-panelbar .k-state-focused.k-state-hover{background:#ebebeb;-webkit-box-shadow:none;box-shadow:none}.k-tabstrip-items .k-state-default,.k-ie7 .k-tabstrip-items .k-state-default .k-loading{border-color:transparent}.k-tabstrip-items .k-state-hover,.k-ie7 .k-tabstrip-items .k-state-hover .k-loading{border-color:#adadad}.k-tabstrip-items .k-state-active,.k-panelbar .k-tabstrip-items .k-state-active,.k-ie7 .k-tabstrip-items .k-state-active .k-loading{background-color:#fff;background-image:none;border-color:#ccc}.k-tabstrip .k-content.k-state-active{background-color:#fff;color:#333}.k-menu.k-header,.k-menu .k-item{border-color:#ccc}.k-column-menu,.k-column-menu .k-item,.k-overflow-container .k-overflow-group{border-color:#ccc}.k-overflow-container .k-overflow-group{box-shadow:inset 0 1px 0 #fff,0 1px 0 #fff}.k-toolbar-first-visible.k-overflow-group,.k-overflow-container .k-overflow-group+.k-overflow-group{box-shadow:0 1px 0 #fff}.k-toolbar-last-visible.k-overflow-group{box-shadow:inset 0 1px 0 #fff}.k-column-menu .k-separator{border-color:#ccc;background-color:transparent}.k-menu .k-group{border-color:rgba(0,0,0,0.2)}.k-grid-filter.k-state-active{background-color:#fff}.k-grouping-row td,.k-group-footer td,.k-grid-footer td{color:#333;border-color:#ccc;font-weight:bold}.k-grouping-header{color:#333}.k-grid td.k-state-focused{-webkit-box-shadow:inset 0 0 0 1px inset 0 0 7px 0 #67afe9;box-shadow:inset 0 0 0 1px inset 0 0 7px 0 #67afe9}.k-header,.k-grid-header-wrap,.k-grid .k-grouping-header,.k-grid-header,.k-pager-wrap,.k-pager-wrap .k-textbox,.k-pager-wrap .k-link,.k-grouping-header .k-group-indicator,.k-gantt-toolbar .k-state-default{border-color:#ccc}.k-primary,.k-overflow-container .k-primary{color:#fff;border-color:#367fbd;background-image:none;background-position:50% 50%;background-color:#428bca;-webkit-box-shadow:none;box-shadow:none}.k-primary:focus,.k-primary.k-state-focused{color:#fff;border-color:#eff8ff;background-image:none;-webkit-box-shadow:0 0 8px 0 #cfe6f8;box-shadow:0 0 8px 0 #cfe6f8}.k-primary:hover{color:#fff;border-color:#295f8e;background-image:none;background-color:#3276b1;-webkit-box-shadow:none;box-shadow:none}.k-primary:focus:active:not(.k-state-disabled):not([disabled]),.k-primary:focus:not(.k-state-disabled):not([disabled]){-webkit-box-shadow:0 0 8px 0 #cfe6f8;box-shadow:0 0 8px 0 #cfe6f8}.k-primary:active{color:#fff;border-color:#285e8e;background-image:none;background-color:#3276b1;-webkit-box-shadow:inset 0 0 8px 0 #66afe9;box-shadow:inset 0 0 8px 0 #66afe9}.k-primary.k-state-disabled,.k-state-disabled .k-primary,.k-primary.k-state-disabled:hover,.k-state-disabled .k-primary:hover,.k-primary.k-state-disabled:hover,.k-state-disabled .k-primary:active,.k-primary.k-state-disabled:active{color:#fff;border-color:#7dabd4;background-color:#84b3dc;background-image:none;-webkit-box-shadow:none;box-shadow:none}.k-pager-numbers .k-link,.k-treeview .k-in{border-color:transparent}.k-treeview .k-icon,.k-scheduler-table .k-icon,.k-grid .k-hierarchy-cell .k-icon{background-color:transparent;border-radius:4px}.k-scheduler-table .k-state-hover .k-icon{background-color:transparent}.k-button:focus{outline:0}.k-editor .k-tool:focus{outline:0;border-color:#67afe9;-webkit-box-shadow:0 0 7px 0 #67afe9;box-shadow:0 0 7px 0 #67afe9}.k-checkbox-label:before{border-color:transparent;border-radius:3px}.k-checkbox-label:after{border-color:#ccc;background:#fff;border-radius:3px}.k-checkbox-label:hover:after,.k-checkbox:checked+.k-checkbox-label:hover:after{border-color:#adadad;box-shadow:none}.k-checkbox:checked+.k-checkbox-label:after{background-color:#fff;border-color:#ccc;border-radius:3px;color:#428bca}.k-checkbox-label:active:before{box-shadow:0 0 2px 0 #67afe9;border-color:transparent;border-radius:3px}.k-checkbox-label:active:after{border-color:#67afe9;border-radius:3px}.k-checkbox:checked+.k-checkbox-label:active:after{border-color:#67afe9}.k-checkbox:checked+.k-checkbox-label:active:before{box-shadow:0 0 2px 0 #67afe9;border-radius:3px}.k-checkbox:disabled+.k-checkbox-label{color:#999}.k-checkbox:disabled+.k-checkbox-label:hover:after,.k-checkbox:disabled+.k-checkbox-label:active:before{box-shadow:none}.k-checkbox:checked:disabled+.k-checkbox-label:after{background:#fff;color:#999}.k-checkbox:disabled+.k-checkbox-label:after,.k-checkbox:checked:disabled+.k-checkbox-label:active:after,.k-checkbox:disabled+.k-checkbox-label:hover:before,.k-checkbox:checked:disabled+.k-checkbox-label:hover:after{background:#fff;border-color:#ccc;border-radius:3px}.k-radio-label:before{border-color:#ccc;border-radius:50%;background-color:#fff;border-width:1px}.k-radio-label:hover:before,.k-radio:checked+.k-radio-label:hover:before{border-color:#adadad;box-shadow:none}.k-radio:checked+.k-radio-label:before{border-color:#ccc}.k-radio:checked+.k-radio-label:after{background-color:#428bca;border-radius:50%}.k-radio-label:active:before{box-shadow:0 0 2px 0 #67afe9;border-radius:50%;border-color:#67afe9}.k-radio:checked+.k-radio-label:active:before{box-shadow:0 0 2px 0 #67afe9;border-radius:50%;border-color:#67afe9}.k-radio:disabled+.k-radio-label{color:#b3bac7}.k-radio:disabled+.k-radio-label:before{border-color:#bfbfbf}.k-radio:disabled+.k-radio-label:active:before{box-shadow:none;background:#fff}.k-radio:disabled+.k-radio-label:before{background:#fff}.k-radio:disabled+.k-radio-label:hover:after,.k-radio:disabled+.k-radio-label:hover:before{box-shadow:none}.k-checkbox:focus+.k-checkbox-label:after,.k-radio:focus+.k-radio-label:before{border-color:#67afe9;box-shadow:0 0 2px 0 #67afe9}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.k-icon:not(.k-loading),.k-grouping-dropclue,.k-drop-hint,.k-callout,.k-tool-icon,.k-state-hover .k-tool-icon,.k-state-active .k-tool-icon,.k-state-active.k-state-hover .k-tool-icon,.k-state-selected .k-tool-icon,.k-state-selected.k-state-hover .k-tool-icon,.k-column-menu .k-sprite,.k-mobile-list .k-check:checked,.k-mobile-list .k-edit-field [type=checkbox]:checked,.k-mobile-list .k-edit-field [type=radio]:checked{background-image:url('../css/Bootstrap/sprite_2x.png');background-size:340px 336px}.k-dropdown-wrap .k-input,.k-picker-wrap .k-input,.k-numeric-wrap .k-input{border-radius:3px 0 0 3px}.k-i-kpi-decrease,.k-i-kpi-denied,.k-i-kpi-equal,.k-i-kpi-hold,.k-i-kpi-increase,.k-i-kpi-open{background-image:url('../css/Bootstrap/sprite_kpi_2x.png');background-size:96px 16px}}@media screen and (-ms-high-contrast:active){.k-editor-toolbar-wrap .k-dropdown-wrap.k-state-focused,.k-editor-toolbar-wrap .k-button-group .k-tool:focus{border-color:#fff}}.ktb-checkbox-label-after{border-color:#ccc;background:#fff}.ktb-checkbox-label-hover-after,.ktb-checkbox-checked+.ktb-checkbox-label-hover-after{border-color:#adadad}.ktb-checkbox-checked+.ktb-checkbox-label-after{background-color:#fff;border-color:#ccc;color:#428bca}.ktb-checkbox-label-hover-after,.ktb-checkbox-checked+.ktb-checkbox-label-hover-after{border-color:#adadad}.ktb-checkbox-label-active-after{border-color:#67afe9}.ktb-checkbox-checked-disabled+.ktb-checkbox-label-after,.ktb-checkbox-disabled+.ktb-checkbox-label-after,.ktb-checkbox-checked-disabled+.ktb-checkbox-label-active-after,.ktb-checkbox-disabled+.ktb-checkbox-label-hover-before,.ktb-checkbox-checked-disabled+.ktb-checkbox-label-hover-after{background:#fff;color:#999;border-color:#ccc}.ktb-radio-label-before{border-color:#ccc;background-color:#fff}.ktb-radio-checked+.ktb-radio-label-after{background-color:#428bca}.ktb-radio-checked+.ktb-radio-label-before{border-color:#ccc}.ktb-radio-label-hover-before,.ktb-radio-checked+.ktb-radio-label-hover-before{border-color:#adadad}.ktb-radio-label-active-before{border-color:#67afe9}.ktb-radio-checked+.ktb-radio-label-after{background-color:#428bca}.ktb-radio-disabled+.ktb-radio-label-before,.ktb-radio-disabled+.ktb-radio-label-active-before{background:#fff;border-color:#ccc}.k-grid,.k-scheduler,.k-menu,.k-editor{border-radius:4px}.k-grid>.k-grouping-header,.k-grid-header:first-child,.k-grid-toolbar:first-child,.k-scheduler>.k-scheduler-toolbar:first-child{border-radius:3px 3px 0 0}.k-grid-header:first-child th.k-header:first-child,thead.k-grid-header th.k-header:first-child,.k-rtl thead.k-grid-header th.k-header:last-child{border-radius:3px 0 0 0}.k-rtl .k-grid-header:first-child th.k-header:first-child,.k-rtl thead.k-grid-header th.k-header:first-child,thead.k-grid-header th.k-header:last-child{border-radius:0 3px 0 0}.k-grid-pager,.k-scheduler-footer{border-radius:0 0 3px 3px}.k-menu>.k-first{border-radius:3px 0 0 3px}.k-rtl .k-menu>.k-first{border-radius:0 3px 3px 0}.k-widget.k-treeview{color:#428bca}.k-treeview .k-in.k-state-hover{color:#428bca}.k-treeview .k-state-selected,.k-draghandle.k-state-selected{-webkit-box-shadow:none;box-shadow:none}.k-tabstrip-items .k-state-hover .k-link{color:#428bca}.k-tabstrip-items .k-state-active .k-link{color:#333}.k-tabstrip-items .k-state-active .k-link{color:#333}.k-tabstrip-items .k-item{background:transparent}.k-tabstrip-items .k-item.k-state-active{background:#fff}.k-tabstrip-items .k-item.k-state-hover{background:#ebebeb}.k-tabstrip-items .k-state-focused{border-color:#67afe9;-webkit-box-shadow:0 0 7px 0 #67afe9;box-shadow:0 0 7px 0 #67afe9}.k-tabstrip-items .k-state-default.k-state-hover,.k-ie7 .k-tabstrip-items .k-state-default .k-loading{border-color:#ebebeb}.k-multiselect .k-button{color:#fff;border-color:#357ebd;background-color:#428bca}.k-multiselect .k-button.k-state-hover{border-color:#295f8e;background-color:#3276b1}.k-multiselect .k-button:active{color:#fff;-webkit-box-shadow:inset 0 0 10px 3px #3276b1;box-shadow:inset 0 0 10px 3px #3276b1}.k-list>.k-state-hover{border-color:#ebebeb}.k-scheduler-toolbar>ul>li{background-color:#fff;border-color:#ccc}.k-menu .k-group{background:#fff}.k-menu .k-state-default .k-state-border-down{background-color:#e7e7e7;-webkit-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);box-shadow:inset 0 3px 8px rgba(0,0,0,0.125)}.k-menu .k-state-border-right{background-color:#428bca;color:#fff}.k-slider-track{background-color:#fff;border-color:#ccc;border-radius:0}.k-slider-selection{background-color:#ebebeb;border-radius:0}.k-slider-horizontal .k-tick{background-image:url('../css/Bootstrap/slider-h.gif')}.k-draghandle.k-state-selected,.k-draghandle.k-state-selected:link,.k-draghandle.k-state-selected:hover{background-color:#ccc;border-color:#ccc}.k-draghandle.k-state-focused,.k-draghandle.k-state-focused:link,.k-slider-buttons .k-button:focus,.k-slider-buttons .k-button:active{-webkit-box-shadow:0 0 7px 0 #67afe9;box-shadow:0 0 7px 0 #67afe9;border-color:#67afe9;background-color:#fff}.k-autocomplete.k-state-default,.k-picker-wrap.k-state-default,.k-numeric-wrap.k-state-default,.k-dropdown-wrap.k-state-default,.k-multiselect.k-header{border-color:#ccc}.k-widget.k-autocomplete,.k-widget.k-combobox,.k-widget.k-dropdown,.k-widget.k-datepicker,.k-widget.k-datetimepicker,.k-widget.k-timepicker,.k-widget.k-numerictextbox,.k-widget.k-multiselect,.k-widget.k-menu,.k-widget.k-progressbar,.k-progressbar>.k-state-selected{-webkit-box-shadow:none;box-shadow:none}.k-autocomplete.k-state-default .k-input,.k-combobox .k-state-default .k-input,.k-picker-wrap.k-state-default .k-input,.k-numeric-wrap.k-state-default .k-input,.k-multiselect-wrap,.k-slider-track,.k-slider-selection,.k-progress-status-wrap{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.k-textbox:focus,.k-autocomplete.k-state-focused,.k-picker-wrap.k-state-focused,.k-numeric-wrap.k-state-focused,.k-dropdown-wrap.k-state-focused,.k-multiselect.k-header.k-state-focused{background-color:#fff;background-image:none;background-position:50% 50%;border-color:#67afe9;-webkit-box-shadow:0 0 7px 0 #67afe9;box-shadow:0 0 7px 0 #67afe9}.k-multiselect .k-textbox:focus{-webkit-box-shadow:none;box-shadow:none}.k-textbox:hover,.k-autocomplete.k-state-hover,.k-picker-wrap.k-state-hover,.k-numeric-wrap.k-state-hover,.k-dropdown-wrap.k-state-hover{background-color:#ebebeb;background-image:none;background-position:50% 50%;border-color:#adadad}.k-autocomplete.k-state-border-down,.k-dropdown-wrap.k-state-active,.k-picker-wrap.k-state-active,.k-numeric-wrap.k-state-active{border-color:#ccc;background-color:#ebebeb}.k-grid-filter.k-state-active{border-color:#adadad;background-color:#ebebeb;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.075) inset;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset}.k-picker-wrap.k-state-active.k-state-border-down,.k-dropdown-wrap.k-state-active.k-state-border-down,.k-numeric-wrap .k-link.k-state-selected{-webkit-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);box-shadow:inset 0 3px 8px rgba(0,0,0,0.125)}.k-picker-wrap.k-state-focused>.k-select,.k-picker-wrap.k-state-active>.k-select .k-dropdown-wrap.k-state-focused>.k-select,.k-dropdown-wrap.k-state-active>.k-select{border-color:#ccc}.k-panelbar>.k-item>.k-link{border-color:#ccc}.k-panelbar>li.k-state-default>.k-link{color:#333}.k-panelbar .k-state-focused{-webkit-box-shadow:inset 0 0 7px 0 #67afe9;box-shadow:inset 0 0 7px 0 #67afe9}.k-toolbar .k-button.k-state-active:hover,.k-split-container .k-button.k-state-active:hover,.k-overflow-container .k-button.k-state-active:hover,.k-panelbar>li>.k-link.k-state-selected{color:#fff}.k-toolbar .k-button.k-state-active,.k-split-container .k-button.k-state-active,.k-overflow-container .k-button.k-state-active,.k-panelbar .k-link.k-state-selected.k-state-hover{color:#333}.k-panelbar .k-state-focused.k-state-selected,td.k-state-focused.k-state-selected,.k-state-selected td.k-state-focused,.k-listview>.k-state-focused.k-state-selected{-webkit-box-shadow:inset 0 0 10px 3px #3276b1;box-shadow:inset 0 0 10px 3px #3276b1}.k-panelbar .k-state-focused.k-state-hover{background:#ebebeb;-webkit-box-shadow:none;box-shadow:none}.k-pager-wrap{color:#a5a5a5}.k-pager-wrap>.k-link,.k-pager-numbers .k-link,.k-pager-numbers .k-state-selected{border-radius:0}.k-grid tr td{border-style:solid;border-color:#ccc}.k-pager-wrap .k-link{background:#fff;border-color:#ccc;border-right:0}.k-pager-wrap .k-pager-refresh{background:#f5f5f5}.k-pager-wrap .k-link:hover{color:#428bca;border-color:#ccc;background:#ebebeb}.k-grid-header .k-link:link,.k-grid-header .k-link:visited,.k-grid-header .k-nav-current.k-state-hover .k-link,.k-grouping-header .k-link{color:#333}.k-pager-wrap .k-pager-nav.k-pager-last{border-radius:0 4px 4px 0;border-right-color:#ccc}.k-pager-nav.k-pager-first{border-radius:4px 0 0 4px}.k-dropzone .k-upload-status{color:#f0ad4e}.k-menu .k-group,.k-grid .k-filter-options,.k-time-popup,.k-datepicker-calendar,.k-autocomplete.k-state-border-down,.k-autocomplete.k-state-border-up,.k-dropdown-wrap.k-state-active,.k-picker-wrap.k-state-active,.k-multiselect.k-state-focused,.k-filebrowser .k-image,.k-tooltip{-webkit-box-shadow:none;box-shadow:none}.k-window{border-color:#ccc}.k-state-focused,.k-button:focus,.k-button.k-state-focused,.k-button:focus:active{-webkit-box-shadow:0 0 7px 0 #67afe9;box-shadow:0 0 7px 0 #67afe9}.k-list>.k-state-focused{-webkit-box-shadow:none;box-shadow:none}.k-button{-webkit-box-shadow:none;box-shadow:none}.k-popup{-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2)}.k-tooltip{-webkit-box-shadow:none;box-shadow:none}.k-list-container{border-color:#ccc}.k-flatcolorpicker .k-hue-slider .k-draghandle{-webkit-box-shadow:0 0 0 1px #c4c4c4;box-shadow:0 0 0 1px #c4c4c4;background:transparent;border:5px solid #fff}.k-flatcolorpicker .k-hue-slider .k-draghandle:hover,.k-flatcolorpicker .k-hue-slider .k-draghandle:focus{border-color:#fff;-webkit-box-shadow:0 0 8px 0 rgba(102,175,233,0.75);box-shadow:0 0 8px 0 rgba(102,175,233,0.75);border-width:5px;padding:0}.k-pager-numbers .k-link,.k-pager-numbers .k-state-selected{margin-right:0}.k-grid .k-pager-numbers,.k-pager-wrap>.k-link{margin:0}.k-pager-wrap .k-link{border-right:0}.k-pager-wrap .k-link.k-pager-last{border-right-width:1px;border-right-style:solid}.k-state-disabled .k-button,.k-state-disabled .k-button:hover,.k-button.k-state-disabled:hover,.k-state-disabled .k-button:active,.k-button.k-state-disabled:active{-webkit-box-shadow:none;box-shadow:none}.k-primary:active{color:#fff;border-color:#285e8e;background-image:none;background-color:#3276b1;-webkit-box-shadow:inset 0 0 8px 0 #66afe9;box-shadow:inset 0 0 8px 0 #66afe9}.k-editor-toolbar .k-tool{color:#333;background-color:#fff;border-color:#ccc}.k-editor-toolbar .k-tool.k-state-hover{color:#333;border-color:#adadad;background-color:#ebebeb}.k-editor-toolbar .k-state-selected{-webkit-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);background-color:#ebebeb;border-color:#adadad}.k-editor-toolbar .k-button-group .k-tool-icon{border-color:#ccc}.k-splitbar,.k-splitbar:hover{border-color:transparent}.k-button:active{color:#333;background-color:#ebebeb;border-color:#adadad}.k-button:active:hover,.k-button.k-state-active:hover{color:#333;border-color:#adadad;background-color:#ebebeb}
/*Chamber */
body { background: #f6f6f6; font-family: 'Metali', arial, tahoma; text-align: center; padding-top: 130px; }
.no-scroll { overflow: hidden; }
.right { float: right; }
.left { float: left; }
.no-margin-left { margin-left: 0 !important; }
.animate_all { -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.animate_normal { -webkit-transition: all 0.15s; -moz-transition: all 0.15s; -o-transition: all 0.15s; transition: all 0.15s; }
.animate_fast { -webkit-transition: all 0.1s ease-out; -moz-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; transition: all 0.1s ease-out; }
.hide { display: none; }
.hidden { display: none; }
.hide_imp { display: none !important; }
.relative { position: relative; }
.table { display: table; }
.cell { display: table-cell; }
.d-ltr { direction: ltr; }
.sticky { position: fixed; width: 100%; top: 0; right: 0; direction: rtl; text-align: right; z-index: 10; height:100px;}
#dismiss{position:absolute;top:-200000px;}/****honeyPot*/
/*.sticky.active .nav{position: fixed;width:100%;top:0;right:0;} */
.mobile { display: block; }
.desktop { display: none; }
.underline { text-decoration: underline; }
.cover { -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; }
.loader { text-align: center; }
.highlight { background: yellow; }
.wait { cursor: wait !important; }
.whiteItem { position:relative; background:#fff;}
.whiteItem:hover { position:relative; background:#004B92;color:#fff;}
#RssTable  a {color:#363636}
.bold {font-weight:bold!important;}
  /**umb_name:redText*/                                                                                                                                                                                                                                                                                                                                                                                                                                                                /**umb_name:redText*/
.redText{color:#D02333!important}
/**umb_name:blueText*/
.blueText{color:#004B92}
.textWrap{white-space:normal!important;width:120px;}
 .navNodeSpecial{color:#D02333!important;line-height:22px!important; white-space:normal!important;max-width:170px;font-weight:bold!important;}


/*.wait{cursor:url("/images/Working.ani")}*/
.title_global { margin: 0; color: #363636; line-height: 45px; font-size: 45px; font-weight: 700; display: block; text-align: center; }
.title_global.white { color: #FFF; }
.title_global.english { font-family: 'Lato',Arial; font-weight: 700; direction: rtl; line-height: 30px; font-size: 25px; }
.twocolmuns { background: #f2f2f2; }
.twocolmuns .row { padding: 0; }
.twocolmuns .rightside { background: #FFF; padding: 0 13px 25px 13px; }
.twocolmuns .rightside:after { content: ''; clear: both; display: table; }
.twocolmuns .leftside { padding: 0 13px; }

@media screen and (min-width: 768px) {
    body { padding-top: 140px; }
    .twocolmuns .rightside { background: #FFF; padding: 0 23px 25px 23px; }
    .twocolmuns .leftside { padding: 0 23px; }
    .title_global { line-height: 60px; font-size: 55px; }
    .title_global.english { line-height: 45px; font-size: 40px; }
    .mobile { display: none; }
    .desktop { display: inline-block; }
    .twocolmuns .rightside { width: 100%; margin: 0; padding: 0 25px 35px 25px; float: none; }
    .twocolmuns .leftside { width: 100%; float: none; padding: 0 25px; }
}

@media screen and (min-width: 1024px) {
    body { padding-top: 150px; }
    .title_global { line-height: 70px; font-size: 65px; }
    .title_global.english { line-height: 55px; font-size: 50px; }
    .twocolmuns { background: url('../images/bg-white.png') repeat-y right top #f2f2f2; background-size: 400px; }
    .twocolmuns .row { padding: 0 25px; }
    .twocolmuns .rightside { width: 65.82%; margin: 0 0 0 2.545%; padding: 0 0 45px 0; float: right; }
    .twocolmuns .leftside { width: 31.63%; float: right; padding: 0; }
}

@media screen and (min-width: 1280px) {
    body { padding-top: 160px; }
    .title_global { line-height: 80px; font-size: 80px; }
    .title_global.english { line-height: 65px; font-size: 65px; }
    .twocolmuns .row { padding: 0 15px; }
    .twocolmuns .rightside { padding-bottom: 55px; }
    .twocolmuns { background-size: auto; }
}
/* Grid */
.innerpage { margin: 0 auto; padding: 0; max-width: 1200px; }
.row { clear: both; padding: 0 23px; position: relative; }
.row:after { content: ''; clear: both; display: table; }

@media screen and (min-width: 769px) {
    .row { padding: 0 25px; }
    .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 { float: right; margin: 0 0 0 2.545%; }
    .col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 { margin: 0; }
    .col1 { width: 6%; }
    .col2 { width: 14.54%; }
    .col3 { width: 23.09%; }
    .col4 { width: 31.63%; }
    .col5 { width: 40.17%; }
    .col6 { width: 48.72%; }
    .col7 { width: 57.28%; }
    .col8 { width: 65.82%; }
    .col9 { width: 74.36%; }
    .col10 { width: 82.91%; }
    .col11 { width: 91.45%; }
    .col12 { width: 100%; margin: 0; }
}

@media screen and (min-width: 1280px) {
    .row { padding: 0 15px; }
}
/* Banner */
.banner_header { display: none; }
.banner_header p { margin: 0; width: 80%; }

@media screen and (min-width: 768px) {
    .banner_header { height: 60px; line-height: 66px; background-color: #004B92; color: #FFF; font-size: 24px; font-weight: 300; overflow: hidden; letter-spacing: -0.3px; display: block; }
    .banner_header a { color: #FFF; text-decoration: none; }
    .banner_header a:hover .underline, .banner_header a:active .underline { text-decoration: underline; }
    .banner_header strong { font-weight: 700; letter-spacing: -0.1px; }
    .banner_header .btn { min-width: 70px; height: 30px; background-color: #FFF; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; padding: 0 10px; color: #004B92; text-align: center; line-height: 30px; font-size: 18px; top: -3px; margin-right: 20px; font-weight: 400; display: inline-block; vertical-align: middle; text-decoration: none; position: relative; }
    .banner_header .close { color: #FFF; font-size: 20px; font-weight: 400; line-height: 20px; padding: 10px; position: absolute; left: 2px; top: 50%; margin-top: -25px; }
    .banner_header .close:hover span, .banner_header .close:active span { -webkit-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); }
}

@media screen and (min-width: 1024px) {
    .banner_header { height: 70px; line-height: 76px; font-size: 27px; }
    .banner_header .btn { min-width: 80px; margin-right: 25px; }
}

@media screen and (min-width: 1280px) {
    .banner_header { height: 80px; line-height: 86px; font-size: 30px; }
    .banner_header .btn { min-width: 90px; height: 35px; padding: 0 10px; line-height: 35px; font-size: 20px; margin-right: 33px; }
    .banner_header .close { margin-top: -22px; }
}
/* Header */
.header { background: #FFF; height: 80px; border-bottom: 1px solid #e6e6e6; position: relative; }
.header .col4 { width: 100%; margin: 0; }
.header .activity, .header .userbar { display: none; }
.header .logo { display: block; width: 249px; height: 57px; background: url('../images/logo.png') no-repeat 0 0; background-size: 100%; margin: 0 auto; position: relative; top: 11px; }
.sticky .userbox { float: left; position: relative; border-right: 1px solid #e6e6e6; }
.sticky .userbox .username { cursor: pointer; color: #004B92; font-size: 17px; font-weight: 400; padding: 0 10px 0 5px; line-height: 50px; width: 116px; }
.sticky .userbox .username .name { display: inline-block; line-height: 13px; vertical-align: middle; max-width: 61px; }
.sticky .userbox .username .image { display: inline-block; vertical-align: middle; position: relative; width: 32px; height: 32px; background-color: #F2F2F2; border: 1px solid #E6E6E6; overflow: hidden; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; margin-left: 4px; }
.sticky .userbox .username .image > img { position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; margin: auto; display: block; width: 100%; }
.sticky .userbox .username .fa { display: none; vertical-align: middle; margin: 0 5px 0 4px; }
.sticky .userbox .tooltip { display: none; position: absolute; top: 117%; right: 50%; margin-right: -118px; width: 170px; z-index: 25; background-color: #FFF; border: 1px solid #E6E6E6; -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); text-align: center; }
.sticky .userbox .tooltip:after { content: ''; display: block; position: absolute; width: 32px; height: 21px; background: url('../images/arr-tooltip.png') no-repeat 0 0; background-size: 100%; bottom: 100%; right: 50%; margin-right: -14px; }
.sticky .userbox .tooltip .user_links { text-align: right; padding: 15px 5px; }
.sticky .userbox .tooltip .user_links > li { margin-bottom: 10px; }
.sticky .userbox .tooltip .user_links > li:last-child { margin-bottom: 0; }
.sticky .userbox .tooltip .user_links > li > a { color: #363636; font-size: 17px; font-weight: 400; display: block; text-decoration: none; line-height: 24px; position: relative; padding-right: 35px; }
.sticky .userbox .tooltip .user_links > li > a:hover,
.sticky .userbox .tooltip .user_links > li > a:active { text-decoration: underline; color: #004B92; }
.sticky .userbox .tooltip .user_links > li > a .fa { position: absolute; right: 3px; top: 0; line-height: 24px; width: 28px; text-align: center; }
/**logout button**/
.user_links li .logout button { color: #363636; font-size: 24px; font-weight: 400; display: block; text-decoration: none; line-height: 24px; position: relative; padding-right: 52px; }
.user_links li .logout .fa { position: absolute; right: 3px; top: 0; line-height: 28px; width: 30px; text-align: center; }
/**for ExhibitionLobby****/
.bottomLogin .header { border-bottom: none; }
.bottomLogin .header .btn_login { font-size: 20px; line-height: 43px; margin-right: 31px; }
.bottomLogin .header .btn_login:before { margin-left: 11px; }
.bottomLogin .header .btn_join { width: 139px; height: 43px; line-height: 43px; font-size: 20px; }
.bottomLogin .header .btn_login { display: inline-block; vertical-align: middle; color: #004B92; font-size: 18px; font-weight: 500; line-height: 40px; margin-right: -24px; text-decoration: none; }
.bottomLogin .header .btn_login:before { width: 17px; height: 26px; content: ''; display: inline-block; vertical-align: middle; background: url('../images/icon-login.png') no-repeat 0 0; background-size: auto 100%; margin-left: 8px; position: relative; top: -2px; }
.bottomLogin .header .btn_login:hover span, .header .btn_login:active span { border-bottom: 1px solid #004B92; }
.bottomLogin .header .btn_join { display: inline-block; vertical-align: middle; width: 115px; height: 40px; line-height: 40px; color: #FFF; font-size: 18px; font-weight: 500; text-decoration: none; letter-spacing: 0.2px; background-color: #D02333; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; text-align: center; float: left; }
.bottomLogin .header .btn_join:hover, .header .btn_join:active { background: #eb283b; }

@media screen and (min-width: 768px) {
    .bottomLogin .header .btn_login { display: inline-block; vertical-align: middle; color: #004B92; font-size: 18px; font-weight: 500; line-height: 40px; margin-right: 2px; text-decoration: none; }
    .header { height: 90px; }
    .header .logo { width: 260px; height: 59px; top: 16px; }
    .sticky .userbox .username { font-size: 18px; padding: 0 15px 0 10px; line-height: 50px; width: auto; }
    .sticky .userbox .username .name { display: inline; line-height: normal; max-width: none; }
    .sticky .userbox .username .image { width: 38px; height: 38px; }
    .sticky .userbox .username .fa { display: inline-block; margin: 0 5px 0 4px; }
    .sticky .userbox .username.active .fa:before { content: '\f0d8'; }
    .sticky .userbox .tooltip { margin-right: -110px; width: 190px; }
    .sticky .userbox .tooltip:after { margin-right: 8px; }
    .sticky .userbox .tooltip .user_links { padding: 22px 5px; }
    .sticky .userbox .tooltip .user_links > li > a { font-size: 18px; line-height: 26px; padding-right: 45px; }
    .sticky .userbox .tooltip .user_links > li > a .fa { right: 6px; line-height: 26px; width: 28px; }
}

@media screen and (min-width: 1024px) {
    .header { height: 100px; }
    .header .shadowHide { position: absolute; display: block; bottom: 0; height: 5px; width: 100%; right: 0; background: #FFF; z-index: 24; }
    .header .col4 { width: 31.63%; margin: 0 0 0 2.545%; }
    .header .col4.last { margin: 0; }
    .header .activity { padding-top: 29px; display: block; }
    .header .activity .home { display: inline-block; vertical-align: middle; width: 50px; height: 40px; line-height: 44px; text-decoration: none; color: #004B92; font-size: 28px; border: 2px solid #004B92; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; text-align: center; }
    .header .activity .home:hover, .header .activity .home:active, .header .activity .home.active { background-color: #004B92; color: #FFF; }
    .header .activity .fa-angle-left { color: #004B92; font-size: 28px; vertical-align: middle; display: inline-block; margin: 0px 4px 3px 4px; }
    .header .activity .select { width: 225px; height: 40px; border: 2px solid #004B92; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; display: inline-block; vertical-align: middle; line-height: 36px; color: #004B92; font-size: 18px; font-weight: 400; text-decoration: none; padding: 0 10px 0 25px; position: relative; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
    .header .activity .select .fa { position: absolute; left: 10px; top: 50%; margin-top: -9px; }
    .header .activity .select:hover, .header .activity .select:active, .header .activity .select.active, .header .activity .select.selected { background: #004B92; color: #FFF; }
    .header .activity .select.active .fa:before { content: "\f0d8"; }
    .header .logo { width: 280px; height: 63px; top: 18px; }
    .header .userbar { padding-top: 30px; display: block; }
    .header .accessibility { /*display: inline-block*/;display:none; vertical-align: middle; position: relative; right: -2px; }
    .header .accessibility > div { text-decoration: none; position: relative; cursor: pointer; }
    .header .accessibility > div > span { display: inline-block; color: #004A92; font-weight: 400; text-decoration: none; }
    .header .accessibility > div > span.active { text-decoration: underline; }
    .header .accessibility .one { font-size: 22px; }
    .header .accessibility .two { font-size: 30px; margin-right: -3px; }
    .header .accessibility .three { font-size: 38px; margin-right: -4px; }
    .header .accessibility .tooltip { display: none; position: absolute; top: 152%; right: 50%; margin-right: -130px; width: 260px; z-index: 25; height: 90px; background-color: #FFF; border: 1px solid #E6E6E6; -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); text-align: center; padding-top: 10px; }
    .header .accessibility .tooltip:after { content: ''; display: block; position: absolute; width: 32px; height: 21px; background: url('../images/arr-tooltip.png') no-repeat 0 0; background-size: 100%; bottom: 100%; right: 50%; margin-right: -15px; }
    .header .accessibility .tooltip .title { display: block; color: #363636; font-size: 22px; font-weight: 400; margin-bottom: 8px; }
    .header .accessibility .tooltip a { color: #363636; font-weight: 400; text-decoration: none; }
    .header .accessibility .tooltip a.active, .header .accessibility .tooltip a:hover, .header .accessibility .tooltip a:active { text-decoration: underline; color: #004B92; }
    .header .accessibility .tooltip .one_a { font-size: 22px; }
    .header .accessibility .tooltip .two_a { font-size: 30px; margin: 0 22px; }
    .header .accessibility .tooltip .three_a { font-size: 38px; }
    .header .btn_login { display: inline-block; vertical-align: middle; color: #004B92; font-size: 18px; font-weight: 500; line-height: 40px; margin-right: 18px; text-decoration: none; }
    .header .btn_login:before { width: 17px; height: 26px; content: ''; display: inline-block; vertical-align: middle; background: url('../images/icon-login.png') no-repeat 0 0; background-size: auto 100%; margin-left: 8px; position: relative; top: -2px; }
    .header .btn_login:hover span, .header .btn_login:active span { border-bottom: 1px solid #004B92; }
    .header .btn_join { display: inline-block; vertical-align: middle; width: 115px; height: 40px; line-height: 40px; color: #FFF; font-size: 18px; font-weight: 500; text-decoration: none; letter-spacing: 0.2px; background-color: #D02333; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; text-align: center; float: left; }
    .header .btn_join:hover, .header .btn_join:active { background: #eb283b; }
    .sticky .userbox { top: -1px; border: none; }
    .sticky .userbox .username { font-size: 20px; line-height: 20px; padding: 0; }
    .sticky .userbox .username .name { position: relative; }
    .sticky .userbox .username:hover .name:after, .sticky .userbox .username:active .name:after { content: ''; width: 100%; position: absolute; bottom: 0; right: 0; height: 1px; background: #004B92; }
    .sticky .userbox .username .image { width: 42px; height: 42px; }
    .sticky .userbox .tooltip { top: 127%; margin-right: -121px; width: 210px; }
    .sticky .userbox .tooltip .user_links > li > a { font-size: 20px; }
}

@media screen and (min-width: 1280px) {
    .header { height: 110px; }
    .header .activity { padding-top: 34px; }
    .header .activity .home { width: 57px; height: 43px; line-height: 47px; font-size: 30px; }
    .header .activity .fa-angle-left { font-size: 30px; }
    .header .activity .select { width: 270px; height: 43px; line-height: 38px; font-size: 22px; padding: 0 15px 0 35px; }
    .header .activity .select .fa { left: 14px; margin-top: -11px; }
    .header .logo { width: 313px; height: 70px; top: 20px; }
    .header .userbar { padding-top: 34px; }
    .header .accessibility .one { font-size: 24px; }
    .header .accessibility .two { font-size: 32px; }
    .header .accessibility .three { font-size: 40px; }
    .header .accessibility .tooltip { top: 162%; margin-right: -150px; width: 300px; height: 112px; padding-top: 19px; }
    .header .accessibility .tooltip:after { width: 38px; height: 26px; margin-right: -18px; }
    .header .accessibility .tooltip .title { font-size: 24px; margin-bottom: 13px; }
    .header .accessibility .tooltip .one_a { font-size: 24px; }
    .header .accessibility .tooltip .two_a { font-size: 32px; margin: 0 33px; }
    .header .accessibility .tooltip .three_a { font-size: 40px; }
    .header .btn_login { font-size: 20px; line-height: 43px; margin-right: 31px; }
    .header .btn_login:before { margin-left: 11px; }
    .header .btn_join { width: 139px; height: 43px; line-height: 43px; font-size: 20px; }
    .sticky .userbox .username { font-size: 22px; line-height: 22px; }
    .sticky .userbox .username .image { width: 45px; height: 45px; }
    .sticky .userbox .tooltip { margin-right: -152px; width: 246px; }
    .sticky .userbox .tooltip:after { width: 38px; height: 26px; margin-right: 18px; }
    .sticky .userbox .tooltip .user_links { padding: 32px 10px; }
    .sticky .userbox .tooltip .user_links > li { margin-bottom: 20px; }
    .sticky .userbox .tooltip .user_links > li > a { font-size: 24px; line-height: 30px; padding-right: 55px; }
    .sticky .userbox .tooltip .user_links > li > a .fa { right: 9px; line-height: 28px; width: 30px; }
}
/* Nav */
.mobileMenuMask { display: none; position: fixed; height: 100%; width: 100%; background: #000000; z-index: 9; top: 0; right: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
.nav .mobileMenuMask { position: absolute; z-index: 10; display: none; }
.nav { background-color: #FFF; -moz-box-shadow: 2px 3.5px 7px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 2px 3.5px 7px rgba(0, 0, 0, 0.2); box-shadow: 2px 3.5px 7px rgba(0, 0, 0, 0.2); }
.nav .row { padding: 0; }
.nav .search { display: none; }
.nav .nav_menu { position: absolute; right: 0; top: 0px; width: 45px; height: 50px; z-index: 15; }
/**temp trial***/
.nav .nav_menu .btn_mobile_menu { z-index: 9999; position: relative; display: block; -webkit-tap-highlight-color: transparent; user-select: none; height: 50px; width: 45px; line-height: 47px; text-align: center; padding: 0; border-left: 1px solid #e6e6e6; background: #FFF; -webkit-transform: translateZ(0); }
.nav .nav_menu .btn_mobile_menu:active { transition: 0; }
.nav .nav_menu .btn_mobile_menu .stroke, .nav .nav_menu .btn_mobile_menu .stroke:before, .nav .nav_menu .btn_mobile_menu .stroke:after { display: inline-block; width: 21px; height: 4px; background-color: #004B92; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; position: relative; -moz-border-radius: 1px; -webkit-border-radius: 1px; border-radius: 1px; }
.nav .nav_menu .btn_mobile_menu .stroke:before, .nav .nav_menu .btn_mobile_menu .stroke:after { transition: 0.3s; position: absolute; left: 0; content: ' '; -webkit-transform-origin: 0.28571rem center; transform-origin: 0.28571rem center; }
.nav .nav_menu .btn_mobile_menu .stroke:before { top: 7px; }
.nav .nav_menu .btn_mobile_menu .stroke:after { top: -7px; }
.nav .nav_menu.active .btn_mobile_menu { line-height: 47px; background: #FFF; }
.nav .nav_menu.active .btn_mobile_menu:after { position: absolute; content: ''; width: 100%; height: 1px; background: #e6e6e6; display: block; bottom: 0; right: 0; }
.nav .nav_menu.active .btn_mobile_menu .stroke { background: transparent; }
.nav .nav_menu.active .btn_mobile_menu .stroke:before, .nav .nav_menu.active .btn_mobile_menu .stroke:after { -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; top: 0; width: 21px; height: 5px; background: #004B92; }
.nav .nav_menu.active .btn_mobile_menu .stroke:before { -webkit-transform: rotate3d(0,0,1,45deg); transform: rotate3d(0,0,1,45deg); }
.nav .nav_menu.active .btn_mobile_menu .stroke:after { -webkit-transform: rotate3d(0,0,1,-45deg); transform: rotate3d(0,0,1,-45deg); }
.nav .nav_menu .nav_inner { display: block; position: absolute; right: 0; top: 0; z-index: 999; width: 0; overflow: hidden; }
.nav .nav_menu .nav_scroll { position: relative; height: 100%; padding-top: 110px; background-color: #FFF; border-left: 1px solid #E6E6E6; -webkit-transform: translateZ(0); }
.nav .nav_menu .nav_scroll:after { display: table; clear: both; content: ''; }
.nav .nav_menu .btn_login_mobile { text-decoration: none; color: #363636; font-size: 27px; height: 50px; line-height: 54px; font-weight: 400; position: absolute; top: 55px; right: 0; overflow: hidden; white-space: nowrap; width: 100%; padding-right: 24px; }
.nav .nav_menu .btn_login_mobile:before { display: inline-block; vertical-align: middle; content: ''; background: url('../images/mobile/icon-login.png') no-repeat 0 0; width: 19px; height: 29px; margin-left: 21px; background-size: auto 100%; position: relative; top: -2px; }
.nav .nav_menu .btn_login_mobile:hover, .nav .nav_menu .btn_login_mobile:active { color: #004B92; text-decoration: underline; }
.nav .nav_menu .btn_login_mobile:hover:before { background-position: 100% 0; }
.nav .nav_menu .btn_lang_mobile { display: block; width: 45px; line-height: 49px; color: #363636; font-size: 20px; font-weight: 400; text-decoration: none; font-family: "Lato"; text-align: center; position: absolute; left: 0; top: 0; border-bottom: 1px solid #E6E6E6; }
.nav .nav_menu .search_box_mobile { position: absolute; width: 177px; height: 50px; border-bottom: 1px solid #E6E6E6; border-left: 1px solid #E6E6E6; display: block; top: 0; right: 45px; }
.nav .nav_menu .search_box_mobile input[type='text'] { height: 49px; line-height: 49px; width: 100%; background: none; border: none; padding-right: 18px; color: #353535; font-size: 18px; font-weight: 400; padding-left: 40px; }
.nav .nav_menu .search_box_mobile input[type='text']::-webkit-input-placeholder { font-style: italic; }
.nav .nav_menu .search_box_mobile input[type='text']:-moz-placeholder { font-style: italic; }
.nav .nav_menu .search_box_mobile input[type='text']::-moz-placeholder { font-style: italic; }
.nav .nav_menu .search_box_mobile input[type='text']:-ms-input-placeholder { font-style: italic; }
.nav .nav_menu .search_box_mobile input[type='submit'] { position: absolute; left: 0; top: 0; width: 40px; height: 49px; border: none; background: none; cursor: pointer; z-index: 2; }
.nav .nav_menu .search_box_mobile .fa-search { position: absolute; left: 11px; top: 11px; color: #363636; font-size: 22px; font-weight: 400; z-index: 0; }
.nav .nav_list { overflow-y: auto; height: 100%; padding: 0 22px; /**-webkit-overflow-scrolling: touch;**/ }
.nav .nav_list > li { margin-bottom: 1px; }
.nav .nav_list > li > a { white-space: nowrap; display: block; line-height: 38px; color: #363636; font-size: 27px; font-weight: 400; text-decoration: none; position: relative; padding: 0 42px 0 0; -webkit-transition: all 0.15s; -moz-transition: all 0.15s; -o-transition: all 0.15s; transition: all 0.15s; }
.nav .nav_list > li > a .fa { position: absolute; right: -1px; top: 0; font-size: 22px; width: 30px; text-align: center; line-height: 36px; }
.nav .nav_list > li.active > a, .nav .nav_list > li > a:hover, .nav .nav_list > li > a:active { color: #004B92; }
.nav .btn_login { display: block; float: left; color: #004B92; font-size: 18px; font-weight: 500; line-height: 50px; text-decoration: none; width: 45px; border: 1px solid #e6e6e6; border-top: none; border-bottom: none; text-align: center; }
.nav .btn_login span { display: none; }
.nav .btn_login:before { width: 15px; height: 23px; content: ''; display: inline-block; vertical-align: middle; background: url('../images/icon-login.png') no-repeat 0 0; background-size: auto 100%; position: relative; top: -2px; }
.nav .btn_join { float: left; height: 50px; line-height: 50px; color: #FFF; font-size: 18px; font-weight: 700; text-decoration: none; letter-spacing: 0.2px; background-color: #D02333; text-align: center; width: 72px; }
.nav .btn_join span { display: none; }
.nav .btn_join:hover, .nav .btn_join:active { background: #eb283b; }
.nav .select_mobile { height: 50px; width: 50%; max-width: 250px; border-left: 1px solid #e6e6e6; position: absolute; right: 44px; top: 0; display: block; line-height: 50px; color: #004B92; font-size: 18px; font-weight: 400; text-decoration: none; padding: 0 12px 0 27px; position: relative; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.nav .select_mobile .fa { position: absolute; left: 9px; top: 50%; margin-top: -8px; font-size: 16px; }
.nav .select_mobile.active, .nav .select_mobile:active, .nav .select_mobile.selected { background: #004B92; color: #FFF; }
.nav .select_mobile.active .fa:before, .nav .select_mobile:active .fa:before { content: "\f0d8"; }
.nav .lang { display: none; }

@media screen and (min-width: 768px) {
    .nav { -moz-box-shadow: 3px 5.2px 10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 3px 5.2px 10px rgba(0, 0, 0, 0.2); box-shadow: 3px 5.2px 10px rgba(0, 0, 0, 0.2); }
    .nav .nav_menu { width: 55px; }
    .nav .nav_menu .btn_mobile_menu { width: 55px; }
    .nav .nav_list > li .subnav { display: none; }
    .nav .btn_login { padding: 0 15px; width: auto; }
    .nav .btn_login span { display: inline; }
    .nav .btn_login:before { width: 17px; height: 26px; margin-left: 8px; }
    .nav .btn_login:hover, .nav .btn_login:active { text-decoration: underline; }
    .nav .btn_join { padding: 0 15px; width: auto; }
    .nav .btn_join span { display: inline; }
    .nav .select_mobile { padding: 0 15px 0 35px; right: 54px; }
    .nav .lang { float: left; border-right: 1px solid #e6e6e6; display: block; }
    .nav .lang a { display: block; width: 45px; line-height: 50px; color: #363636; font-size: 16px; font-weight: 400; text-decoration: none; font-family: "Lato"; text-align: center; }
    .nav .lang a:hover, .nav .lang a:active { text-decoration: underline; color: #004B92; }
}

@media screen and (min-width: 1024px) {
    /**nav mobile??***/
      .nav { position: relative; }
    .nav .row { position: static; }
    .nav .userbox_mobile, .mobileMenuMask { display: none !important; }
    .nav .row { /*padding: 0 15px;*/ }
    .nav .nav_menu { z-index: auto; position: static; background: none; width: auto; height: auto; }
    .nav .nav_menu .nav_inner { position: static; z-index: auto; height: auto; width: auto; overflow: visible; }
    .nav .nav_menu .nav_scroll { height: auto; padding-top: 0; background: none; border: none; position: static; -webkit-transform: none; }
    .nav .nav_menu .nav_scroll:after { display: none; }
    .nav .nav_menu .search_box_mobile, .nav .nav_menu .btn_login_mobile, .nav .nav_menu .btn_lang_mobile { display: none; }
    .nav .nav_menu .btn_mobile_menu { display: none; }

    .nav .nav_list { float: right; padding: 0 3px 0 1px; overflow: visible; height: auto; }
    .nav .nav_list:after { content: ''; clear: both; display: table; }
    .nav .nav_list > li { float: right; margin: 0; }
    .nav .nav_list > li > a { line-height: 50px; font-size: 18px; padding: 0 13px; }
    .nav .nav_list > li > a .fa { display: none; }
    .nav .nav_list > li.active > a, .nav .nav_list > li:hover > a, .nav .nav_list > li > a:active, .nav .nav_list > li > a:focus { color: #FFF; background: #004b92; }
    .nav .nav_list > li .subnav { position: absolute; top: 50px; right: 0; width: 100%; height: 0; border-bottom: none; overflow: hidden; display: block; z-index: 100; }
    .nav .nav_list > li:hover .subnav { height: 66px; border-bottom: 1px solid rgba(0, 37, 73, 0.46); }
    .nav .nav_list > li a:focus + .subnav { height: 66px; border-bottom: 1px solid rgba(0, 37, 73, 0.46); }
    .nav .nav_list > li .subnav:hover { overflow: visible; }
    .nav .nav_list > li .subnav.focus { height: 66px; overflow: visible; }
    .nav .nav_list > li .subnav .more:hover { background: #002549; }
    .nav .nav_list > li .subnav .more:hover .tooltip { display: block; }
    .nav .btn_login, .nav .btn_join { display: none; }
    .nav .search { float: left; width: 15%; position: relative; height: 50px; display: block; }
    .nav .search input[type='text'] { height: 50px; line-height: 50px; width: 100%; background: none; border: none; text-indent: 14px; color: #363636; font-size: 18px; font-weight: 400; padding-left: 50px; }
    .nav .search input[type='text']::-webkit-input-placeholder { font-style: italic; }
    .nav .search input[type='text']:-moz-placeholder { font-style: italic; }
    .nav .search input[type='text']::-moz-placeholder { font-style: italic; }
    .nav .search input[type='text']:-ms-input-placeholder { font-style: italic; }
    .nav .search .submit { position: absolute; left: 0; top: 0; width: 50px; height: 50px; border: none; background: none; cursor: pointer; z-index: 2; }
    .nav .search .fa-search { position: absolute; left: 15px; top: 10px; color: #363636; font-size: 24px; font-weight: 400; z-index: 0; }
    .nav .search .search_box { position: absolute; top: 0; right: 0; z-index: 10; width: 100%; border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; }
    .nav .search .search_box.active { background-color: #FFF; border: 1px solid #E6E6E6; -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); border-top: none; }
    .nav .search .search_box .submit:hover .fa-search { color: #004B92; -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
    .nav .search .search_box .dropdown { display: none; margin-top: -1px; }
    .nav .search .search_box .dropdown ul { margin: 0 5px; border-top: 1px solid #e6e6e6; padding: 15px 14px 15px 8px; }
    .nav .search .search_box .dropdown ul > li { color: #363636; font-size: 18px; font-weight: 400; margin-bottom: 15px; position: relative; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
    .nav .search .search_box .dropdown ul > li.checked { color: #004B92; }
    .nav .search .search_box .dropdown ul > li label { line-height: 25px; display: block; cursor: pointer; }
    .nav .search .search_box .dropdown ul > li:hover, .nav .search .search_box .dropdown ul > li:active { color: #004B92; }
    .nav .search .search_box .dropdown ul > li input[type='checkbox'] { display: none; }
    .nav .search .search_box .dropdown ul > li .checkbox_c { width: 15px; height: 15px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; background: #e6e6e6; display: block; position: absolute; left: 0; top: 5px; z-index: -1; }
    .nav .search .search_box .dropdown ul > li .checkbox_c:after { color: #004B92; position: absolute; left: 2px; bottom: 0; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; font-size: 0; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f00c"; -webkit-transition: all 0.1s; -moz-transition: all 0.1s; -o-transition: all 0.1s; transition: all 0.1s; }
    .nav .search .search_box .dropdown ul > li.checked .checkbox_c:after { font-size: 18px; }
    .nav .search .search_box .dropdown ul > li:last-child { margin-bottom: 0; }
    .nav .lang { border: none; }
    .nav .lang a { text-align: left; padding-left: 2px; font-size: 18px; }
    .nav .select_mobile { display: none; }
}

@media screen and (min-width: 1280px) {


    .nav .nav_list { padding: 0 5px 0 3px; }
    .nav .nav_list > li > a { font-size: 20px; padding: 0 10px; }
    .nav .nav_list > li:hover .subnav { height: 76px; }
    .nav .nav_list > li a:focus + .subnav { height: 76px; }
    .nav .nav_list > li .subnav.focus { height: 76px; overflow: visible; }
    .nav .search { width: 17%; }
    .nav .search input[type='text'] { text-indent: 18px; font-size: 20px; padding-left: 55px; }
    .nav .search .fa-search { left: 17px; top: 12px; font-size: 26px; }
    .nav .search .search_box .dropdown ul { padding: 26px 24px 25px 18px; }
    .nav .search .search_box .dropdown ul > li { font-size: 20px; margin-bottom: 21px; }
    .nav .search .search_box .dropdown ul > li label { line-height: 30px; }
    .nav .search .search_box .dropdown ul > li .checkbox_c { width: 18px; height: 18px; top: 7px; }
    .nav .search .search_box .dropdown ul > li.checked .checkbox_c:after { font-size: 20px; }
    .nav .lang a { width: 40px; font-size: 20px; }
}
/* Branches */
.branches { position: absolute; overflow: hidden; visibility: visible; max-height: 0; width: 100%; z-index: 15; right: 0; top: 100%; background-color: #F6F6F6; }
.branches .customscrollbar-dark .mCSB_scrollTools.mCS-minimal-dark { right: 4px; left: auto; }
.branches .customscrollbar-dark .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { margin: 0; }
.branches.active { -moz-box-shadow: 3px 5.2px 10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 3px 5.2px 10px rgba(0, 0, 0, 0.2); box-shadow: 3px 5.2px 10px rgba(0, 0, 0, 0.2); border-top: 1px solid #e1e1e1; }
.branches .row { padding: 0 23px; }
.branches .innerpage { position: relative; padding: 107px 0 0; }
.branches .innerpage .spacing { height: 0; }
.branches .btn_close { display: none; }
.branches .top { padding-top: 32px; height: 107px; position: absolute; top: 0; right: 0; width: 100%; }
.branches .top .col8 { width: 100%; float: none; margin: 0 0 10px 0; }
.branches .top .col4 { width: 100%; margin: 0; float: none; }
.branches .top .col4.last { margin: 0; }
.branches .top .title { color: #363636; line-height: 30px; font-size: 29px; font-weight: 700; margin: 0; }
.branches .top .search_branches { position: relative; border-bottom: 1px solid #a0a0a0; }
.branches .top .search_branches input[type='text'] { height: 34px; line-height: 34px; width: 100%; background: none; border: none; text-indent: 2px; color: #363636; font-size: 17px; font-weight: 400; padding: 0 0 0 34px; }
.branches .top .search_branches input[type='text']::-webkit-input-placeholder { font-style: italic; }
.branches .top .search_branches input[type='text']:-moz-placeholder { font-style: italic; }
.branches .top .search_branches input[type='text']::-moz-placeholder { font-style: italic; }
.branches .top .search_branches input[type='text']:-ms-input-placeholder { font-style: italic; }
.branches .top .search_branches input[type='submit'] { position: absolute; left: 0; top: 0; width: 34px; height: 34px; border: none; background: none; cursor: pointer; z-index: 2; }
.branches .top .search_branches .fa-search { position: absolute; left: 4px; top: 5px; color: #363636; font-size: 20px; font-weight: 400; z-index: 0; }
.branches .list { overflow-y: auto; -webkit-overflow-scrolling: touch; height: 100%; width: 100%; }
.branches .list .col4 { width: 100%; margin: 0; padding-bottom: 30px; padding-top: 24px; }
.branches .list .col4:first-child { padding-bottom: 8px; }
.branches .list .col4:last-child { padding-top: 0; }
.branches .list .item { border: 1px solid #C6C6C6; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; margin-bottom: 8px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.branches .list .item:last-child { margin-bottom: 0; }
.branches .list .item .private { width: 13px; height: 20px; display: block; background: url('../images/icon-login.png') no-repeat -13px 0; background-size: auto 100%; position: absolute; top: 8px; left: 14px; }
.branches .list .item .title { line-height: 35px; height: 35px; display: block; color: #363636; font-size: 17px; font-weight: 400; text-decoration: none; padding-right: 43px; position: relative; }
.branches .list .item .title .fa-folder { position: absolute; right: 14px; top: 9px; color: #A0A0A0; font-size: 18px; -moz-transform: scaleX(-1); -o-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1); filter: FlipH; }
.branches .list .item.active { background: #FFF; }
.branches .list .item .title:hover, .branches .list .item .title:active, .branches .list .item .title:hover .fa-folder, .branches .list .item .title:active .fa-folder, .branches .list .item.active .title, .branches .list .item.active .title .fa-folder { color: #004B92; }
.branches .list .item .title:hover .private, .branches .list .item .title:active .private, .branches .list .item.active .title .private { background-position: 0 0; }
.branches .list .item.active .title .fa-folder:before { content: "\f07c"; }
.branches .list .item .toggle { padding: 16px 0 10px; border-top: 1px solid #d8d8d8; display: none; }
.branches .list .item.active .toggle { display: block; }
.branches .list .item.open .toggle { display: block; }
.branches .list .item .toggle > li { margin-bottom: 8.3px; }
.branches .list .item .toggle > li:last-child { margin-bottom: none; }
.branches .list .item .toggle > li > a { color: #363636; font-size: 17px; font-weight: 400; text-decoration: none; line-height: 17px; display: block; padding: 0 43px 0 34px; position: relative; }
.branches .list .item .toggle > li > a:before { content: ''; width: 6px; height: 6px; display: block; background: #a0a0a0; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; position: absolute; right: 19px; top: 50%; margin-top: -3px; }
.branches .list .item .toggle > li > a .private { top: -2px; left: 13px; }
.branches .list .item .toggle > li > a.active, .branches .list .item .toggle > li > a:hover, .branches .list .item .toggle > li > a:active { color: #004B92; text-decoration: underline; }
.branches .list .item .toggle > li > a.active .private, .branches .list .item .toggle > li > a:hover .private, .branches .list .item .toggle > li > a:active .private { background-position: 0 0; }
.branches .list .item .toggle > li > a.active:before, .branches .list .item .toggle > li > a:hover:before, .branches .list .item .toggle > li > a:active:before { background: #004B92; }

@media screen and (min-width: 568px) {
    .branches .innerpage { padding: 51px 0 0; }
    .branches .innerpage .spacing { height: 0; }
    .branches .top { padding-top: 20px; height: 51px; }
    .branches .top .title { line-height: 30px; font-size: 29px; }
    .branches .top .search_branches input[type='text'] { height: 30px; line-height: 30px; font-size: 17px; padding: 0 0 6px 30px; text-indent: 7px; }
    .branches .top .search_branches input[type='submit'] { width: 30px; height: 30px; }
    .branches .top .search_branches .fa-search { left: 6px; top: 5px; font-size: 18px; }
    .branches .top .col8 { width: 65.82%; float: right; margin: 0 0 0 2.545%; }
    .branches .top .col4 { width: 31.63%; margin: 0 0 0 2.545%; float: right; }
    .branches .top .col4.last { margin: 0; }
    .branches .list .col4 { width: 48.72%; margin: 0 0 0 2.545%; padding-bottom: 30px; float: right; padding-top: 24px; }
    .branches .list .col4:first-child { padding-bottom: 30px; padding-top: 24px; }
    .branches .list .col4:last-child { padding-bottom: 30px; padding-top: 24px; }
    .branches .list .col4.last { margin: 0; }
}

@media screen and (min-width: 768px) {
    .branches .row { padding: 0 25px; }
    .branches .innerpage { padding: 90px 0 0; }
    .branches .innerpage .spacing { height: 15px; }
    .branches .top { padding-top: 32px; height: 90px; }
    .branches .top .title { line-height: 32px; font-size: 32px; }
    .branches .top .search_branches input[type='text'] { height: 32px; line-height: 32px; font-size: 18px; padding: 0 0 6px 32px; }
    .branches .top .search_branches input[type='submit'] { width: 32px; height: 32px; }
    .branches .top .search_branches .fa-search { font-size: 20px; }
    .branches .list .col4, .branches .list .col4:first-child, .branches .list .col4:last-child { padding: 0; }
    .branches .list .item { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; margin-bottom: 10px; }
    .branches .list .item .private { top: 11px; left: 15px; }
    .branches .list .item .title { line-height: 44px; height: 42px; font-size: 18px; padding-right: 50px; }
    .branches .list .item .title .fa-folder { right: 15px; top: 12px; font-size: 22px; }
    .branches .list .item .toggle { padding: 20px 0 15px; }
    .branches .list .item .toggle > li { margin-bottom: 12px; }
    .branches .list .item .toggle > li > a { font-size: 18px; line-height: 18px; padding: 0 45px 0 43px; }
    .branches .list .item .toggle > li > a:before { width: 7px; height: 7px; right: 23px; margin-top: -3.5px; }
    .branches .list .item .toggle > li > a .private { top: -2px; left: 18px; }
}

@media screen and (min-width: 1024px) {
    .branches { top: -50px; }
    .branches.active { border-top: none; }
    .branches .innerpage { padding: 115px 0 0; }
    .branches .innerpage .spacing { height: 23px; }
    .branches .btn_close { position: absolute; left: 25px; top: 10px; color: #363636; font-size: 18px; font-weight: 400; z-index: 0; border: 2px solid #363636; display: block; width: 30px; height: 30px; text-align: center; line-height: 30px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; z-index: 3; }
    .branches .btn_close:hover.branches .btn_close:active { background: #363636; color: #F6F6F6; }
    .branches .top { padding-top: 52px; height: 115px; }
    .branches .top .title { line-height: 37px; font-size: 37px; }
    .branches .top .search_branches input[type='text'] { height: 37px; line-height: 37px; padding: 0 0 6px 37px; }
    .branches .top .search_branches input[type='submit'] { width: 37px; height: 37px; }
    .branches .top .search_branches .fa-search { font-size: 23px; }
    .branches .list .col4 { width: 31.63%; margin: 0 0 0 2.545%; }
    .branches .list .col4.last { margin: 0; }
}

@media screen and (min-width: 1280px) {
    .branches .row { padding: 0 15px; }
    .branches .customscrollbar-dark .mCSB_scrollTools.mCS-minimal-dark { right: -15px; }
    .branches .innerpage { padding: 144px 0 0; }
    .branches .innerpage .spacing { height: 43px; }
    .branches .btn_close { left: 15px; width: 35px; height: 35px; line-height: 35px; }
    .branches .top { padding-top: 62px; height: 144px; }
    .branches .top .title { line-height: 40px; font-size: 40px; }
    .branches .top .search_branches input[type='text'] { height: 40px; line-height: 40px; font-size: 20px; padding: 0 0 6px 40px; }
    .branches .top .search_branches input[type='submit'] { width: 40px; height: 40px; }
    .branches .top .search_branches .fa-search { top: 2px; font-size: 26px; }
    .branches .list .item .private { width: 17px; height: 26px; left: 19px; background-position: -17px; }
    .branches .list .item .title { line-height: 50px; height: 48px; font-size: 20px; padding-right: 60px; }
    .branches .list .item .title .fa-folder { right: 19px; top: 11px; font-size: 24px; }
    .branches .list .item .toggle { padding: 23px 0 15px; }
    .branches .list .item .toggle > li { margin-bottom: 14px; }
    .branches .list .item .toggle > li > a { font-size: 20px; line-height: 20px; padding: 0 58px 0 45px; }
    .branches .list .item .toggle > li > a:before { width: 8px; height: 8px; right: 27px; margin-top: -4px; }
    .branches .list .item .toggle > li > a .private { top: -6px; left: 20px; }
}
/* News lobby page */ /* Main carousel */
.banner_carousel { height: 366px; }
.banner_carousel .item { height: 100%; direction: rtl; text-align: right; overflow: hidden; }
.banner_carousel .item .image { width: 100%; height: 100%; position: relative; right: 0; top: 0; overflow: hidden; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; }
.banner_carousel .owl-item .item .bottom { overflow: hidden; position: absolute; z-index: 3; bottom: 0; right: 0; width: 100%; background: #000; background: rgba(0,0,0,0.5); color: #FFF; }
.banner_carousel .item .bottom .row { padding: 16px 23px 38px; }
.banner_carousel .item .bottom .row .date { font-size: 16px; font-weight: 400; line-height: 14px; position: relative; }
.banner_carousel .item .bottom .row .title { color: #FFF; font-size: 29px; line-height: 29px; margin: 0 0 12px; font-weight: 700; display: block; width: 100%; position: relative; letter-spacing: 0.25px; }
.banner_carousel .item .bottom .row .title a { color: #FFF; text-decoration: none; position: relative; }
.banner_carousel .item .bottom .row .title a span { position: relative; }
.banner_carousel .item .bottom .row .title a:hover span { text-decoration: underline; }
.banner_carousel .item .bottom .row .buttons .btn { width: 128px; height: 48px; line-height: 44px; color: #FFF; font-size: 18px; font-weight: 500; text-align: center; display: block; text-decoration: none; background-color: rgba(255, 255, 255, 0.2); border: 2px solid #FFF; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; letter-spacing: 0.5px; margin: 0 auto; }
.banner_carousel .item .bottom .row .buttons .btn:hover, .banner_carousel .item .bottom .row .buttons .btn:active { background: #FFF; color: #000; }
.main_carousel .owl-dots { position: absolute; bottom: 0; width: 100%; height: 26px; max-width: 1200px; right: 0; left: 0; margin: 0 auto; padding: 0 25px; z-index: 4; text-align: center; }
.main_carousel .owl-dots .owl-dot { width: 9px; height: 9px; margin: 0 5px; border: 2px solid #FFF; display: inline-block; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0.15s; -moz-transition: all 0.15s; -o-transition: all 0.15s; transition: all 0.15s; }
.main_carousel .owl-dots .owl-dot.active { background: #FFF; }

@media screen and (min-width: 768px) {
    .banner_carousel { height: 391px; }
    .banner_carousel .item .image { -webkit-transition: all 0.8s; -moz-transition: all 0.8s; -o-transition: all 0.8s; transition: all 0.8s; -webkit-transition-delay: 0.3s; transition-delay: 0.3s; }
    .banner_carousel .owl-item .item .bottom { height: 110px; }
    .banner_carousel .item .bottom .row { padding: 21px 25px 0; }
    .banner_carousel .item .bottom .row .date { font-size: 18px; line-height: 18px; }
    .banner_carousel .item .bottom .row .title { margin: 0; font-size: 29px; line-height: 29px; padding-left: 200px; }
    .banner_carousel .item .bottom .row .title .inner { width: 100%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
    .banner_carousel .item .bottom .row .title a:hover span { text-decoration: none; }
    .banner_carousel .item .bottom .row .title a:hover span:after, .banner_carousel .item .bottom .row .title a:active span:after { content: ''; position: absolute; right: 0; bottom: 1px; height: 2px; background: #FFF; width: 100%; }
    .banner_carousel .item .bottom .row .buttons { position: absolute; top: 31px; left: 26px; }
    .banner_carousel .item .bottom .row .buttons .btn { width: 160px; height: 50px; line-height: 44px; font-size: 20px; }
    .main_carousel .owl-dots { height: 31px; }
    .main_carousel .owl-dots .owl-dot { float: right; display: block; width: 10px; height: 10px; margin: 0 0 0 10px; }
}

@media screen and (min-width: 1024px) {
    .banner_carousel { height: 391px; }
    .banner_carousel .owl-item .item .bottom { height: 110px; }
    .banner_carousel .item .bottom .row { padding-top: 19px; }
    .banner_carousel .item .bottom .row .title { font-size: 34px; line-height: 34px; padding-left: 250px; letter-spacing: 0; }
    .banner_carousel .item .bottom .row .buttons { top: 29px; }
    .banner_carousel .item .bottom .row .buttons .btn { width: 180px; height: 54px; line-height: 48px; font-size: 20px; border-width: 3px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
    .main_carousel .owl-dots { height: 30px; }
}

@media screen and (min-width: 1280px) {
    .banner_carousel { height: 491px; }
    .banner_carousel .owl-item .item .bottom { height: 125px; }
    .banner_carousel .item .bottom .row { padding-top: 23px; }
    .banner_carousel .item .bottom .row .date { font-size: 20px; line-height: 20px; }
    .banner_carousel .item .bottom .row .title { font-size: 40px; line-height: 40px; padding-left: 270px; }
    .banner_carousel .item .bottom .row .buttons { top: 32px; }
    .banner_carousel .item .bottom .row .buttons .btn { width: 200px; height: 64px; line-height: 58px; font-size: 22px; }
    .main_carousel .owl-dots { height: 31px; }
}
/** News blocks **/
.news_blocks { direction: rtl; text-align: right; }
.news_blocks .innerpage { padding-top: 15px; }
.news_blocks .innerpage .row.first { margin-bottom: 33px; }
.news_blocks .top .title_global { margin-bottom: 27px; }
.news_blocks .col4.left, .news_blocks .row.second .col4 { float: none; width: 100%; margin: 0 0 33px 0; }
.news_blocks .row.second .col4 { margin: 0 0 30px 0; }
.news_blocks .col8 { float: none; width: 100%; margin: 0; }
.news_blocks .head { height: 43px; line-height: 44px; color: #FFF; font-size: 20px; font-weight: 400; background-color: #004B92; padding: 0 15px; }
.news_blocks .head .more { float: left; line-height: 40px; display: block; }
.news_blocks .head .more a { color: #FFF; font-size: 15px; line-height: 15px; }
.news_blocks .item_video .head .more { line-height: 42px; }
.news_blocks .item_block { background-color: #FFF; margin-bottom: 33px; background: #FFF; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; overflow: hidden; }
.news_blocks .item_block:last-child { margin-bottom: 0; }
.news_blocks .item_block .inner { padding: 10px 12px 21px 10px; background: #FFF; }
.news_blocks .item_block .inner a { display: block; text-decoration: none; }
.news_blocks .item_block .inner .image { height: 90px; position: relative; overflow: hidden; margin-bottom: 16px; }
.news_blocks .item_block .inner .image .label { position: absolute; z-index: 1; left: 17px; bottom: 14px; color: #FEFEFE; font-size: 17px; line-height: 13px; font-weight: 400; }
.news_blocks .item_block .inner .image .label > strong { font-weight: 700; display: block; }
.news_blocks .item_block .inner .image img { position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; margin: auto; width: 100%; display: block; }
.news_blocks .item_block .inner .date { color: #363636; line-height: 17px; font-size: 17px; font-weight: 400; margin-bottom: 5px; padding-right: 2px; }
.news_blocks .item_block .inner .desc { color: #000; font-size: 18px; font-weight: 500; line-height: 16px; max-height: 48px; overflow: hidden; }
.news_blocks .item_block .inner:hover .desc, .news_blocks .item_block .inner:active .desc { text-decoration: underline; }
.news_blocks .item_block:hover, .news_blocks .item_block:active { -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }
.news_blocks .item_news { position: relative; height: 275px; background: #FFF; overflow: hidden; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.news_blocks .item_news.big { height: 350px; }
.news_blocks .item_news .head { font-family: "Lato"; font-size: 18px; font-weight: 400; letter-spacing: 0.5px; position: absolute; top: 0; right: 0; width: 100%; z-index: 3; }
.news_blocks .item_news .head .more { font-family: 'Metali'; }
.news_blocks .item_news > a { display: block; height: 100%; }
.news_blocks .item_news .image, .news_blocks .item_news .video { height: 100%; overflow: hidden; padding-bottom: 64px; }
.news_blocks .item_news .image .inner, .news_blocks .item_news .video .inner { height: 100%; position: relative; }
.news_blocks .item_news .image .label { height: 22px; line-height: 22px; font-size: 15px; font-weight: 400; padding: 0 7px; color: #FFF; background-color: #004B92; position: absolute; right: 10px; top: 10px; z-index: 2; }
.news_blocks .item_news .image img, .news_blocks .item_news .video img { position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; margin: auto; width: 100%; display: block; }
.news_blocks .item_news.big .image img { height: 112%; width: auto; }
.news_blocks .item_news .video .play { width: 48px; height: 48px; line-height: 50px; padding-left: 5px; text-align: center; background-color: rgba(0, 0, 0, 0.2); border: 2px solid #FFF; position: absolute; left: 15px; bottom: 82px; color: #FFF; font-size: 23px; font-weight: 400; z-index: 3; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; -moz-box-shadow: 0.5px 0.9px 2px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0.5px 0.9px 2px rgba(0, 0, 0, 0.4); box-shadow: 0.5px 0.9px 2px rgba(0, 0, 0, 0.4); text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.news_blocks .item_news .toggle { display: none; }
.news_blocks .item_news .bottom { background-color: #FFF; position: absolute; width: 100%; bottom: 0; right: 0; z-index: 3; color: #363636; min-height: 64px; padding: 8px 15px 11px 15px; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }
.news_blocks .item_news.big .bottom { min-height: 0; padding: 15px; }
.news_blocks .item_news .bottom .date { font-size: 17px; line-height: 17px; font-weight: 400; }
.news_blocks .item_news .bottom .desc { font-size: 18px; line-height: 14px; font-weight: 500; }
.news_blocks .item_news:hover, .news_blocks .item_news:active { -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }
.news_blocks .item_news:hover .bottom .desc, .news_blocks .item_news:active .bottom .desc { text-decoration: underline; }
.news_blocks .item_news a:hover .video .play, .news_blocks .item_news a:active .video .play { background-color: rgba(0, 0, 0, 0.5); }
.news_blocks .item_news.item_video:hover .bottom, .news_blocks .item_news.item_video:active .bottom { background-color: #FFF; color: #363636; }
.news_blocks .item_news.item_video a:hover .desc, .news_blocks .item_news.item_video a:active .desc { text-decoration: underline; }

@media screen and (min-width: 568px) {
    .news_blocks .item_news.big .image img { height: auto; width: 100%; }
}

@media screen and (min-width: 768px) {
    .news_blocks .innerpage { padding-top: 50px; }
    .news_blocks .innerpage .row.first { margin-bottom: 19px; }
    .news_blocks .top .title_global { margin-bottom: 20px; }
    .news_blocks .col4.left { float: none; width: 100%; margin-bottom: 19px; }
    .news_blocks .col4.left:after { content: ''; clear: both; display: table; }
    .news_blocks .col8 { float: none; width: 100%; margin: 0; }
    .news_blocks .row.second .col4 { float: right; width: 31.63%; margin: 0 0 0 2.545%; }
    .news_blocks .row.second .col4.last { margin: 0; }
    .news_blocks .head { line-height: 46px; font-size: 22px; }
    .news_blocks .head .more { line-height: 42px; }
    .news_blocks .head .more a { font-size: 17px; line-height: 17px; }
    .news_blocks .item_video .head .more { line-height: 44px; }
    .news_blocks .item_block { height: 230px; float: right; width: 48.72%; margin: 0 0 0 2.545%; }
    .news_blocks .item_block.event { height: 230px; }
    .news_blocks .item_block:last-child { margin-left: 0; }
    .news_blocks .item_block .inner { padding: 15px; }
    .news_blocks .item_block .inner .image { margin-bottom: 10px; }
    .news_blocks .item_block .inner .image .label { left: 24px; bottom: 19px; font-size: 21px; line-height: 18px; }
    .news_blocks .item_block .inner .date { margin-bottom: 3px; }
    .news_blocks .item_block .inner .desc { font-size: 19px; line-height: 20px; max-height: 40px; font-weight: 500; }
    .news_blocks .item_news { height: 250px; }
    .news_blocks .item_news .head { font-size: 16px; }
    .news_blocks .item_news .image .label { height: 26px; line-height: 26px; font-size: 17px; padding: 0 8px; }
    .news_blocks .item_news .image, .news_blocks .item_news .video { padding-bottom: 86px; }
    .news_blocks .item_news.big .image { padding-bottom: 64px; }
    .news_blocks .item_news .video .play { width: 45px; height: 45px; line-height: 46px; padding-left: 5px; left: 20px; bottom: 108px; font-size: 21px; border-width: 3px; }
    .news_blocks .item_news .bottom { min-height: 86px; padding: 15px; }
    .news_blocks .item_news .bottom .desc { font-size: 19px; line-height: 20px; }
}

@media screen and (min-width: 1024px) {
    .news_blocks .innerpage { padding-top: 70px; }
    .news_blocks .innerpage .row.first { margin-bottom: 26px; }
    .news_blocks .top .title_global { margin-bottom: 30px; }
    .news_blocks .col4.left { float: left; width: 31.63%; margin: 0; }
    .news_blocks .col8 { width: 65.82%; margin: 0 0 0 2.545%; float: right; }
    .news_blocks .head { height: 47px; line-height: 50px; font-size: 23px; }
    .news_blocks .head .more { line-height: 46px; }
    .news_blocks .head .more a { font-size: 18px; line-height: 18px; }
    .news_blocks .item_video .head .more { line-height: 48px; }
    .news_blocks .item_block { height: 280px; margin: 0 0 20px; float: none; width: 100%; }
    .news_blocks .item_block.event { height: 120px; }
    .news_blocks .item_block:last-child { margin-bottom: 0; }
    .news_blocks .item_block .inner { padding: 6px 18px 14px 15px; }
    .news_blocks .item_block .inner .image { height: 110px; margin-bottom: 15px; }
    .news_blocks .item_block .inner .image img { height: 115%; width: auto; }
    .news_blocks .item_block .inner .date { line-height: 18px; font-size: 18px; margin-bottom: 5px; }
    .news_blocks .item_block .inner .desc { font-size: 21px; max-height: 60px; }
    .news_blocks .item_block.event .inner .desc { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
    .news_blocks .item_news { height: 320px; }
    .news_blocks .item_news.big { height: 420px; }
    .news_blocks .item_news .head { font-size: 18px; }
    .news_blocks .item_news .image .label { height: 30px; line-height: 30px; font-size: 18px; padding: 0 10px; right: 13px; top: 13px; }
    .news_blocks .item_news .video .play { width: 65px; height: 65px; line-height: 68px; padding-left: 8px; font-size: 31px; }
    .news_blocks .item_news .toggle { position: absolute; height: 100%; width: 101%; top: 100%; display: table; right: -1px; background: #FFF; background: rgba(255,255,255,0.9); color: #000; line-height: 20px; font-size: 18px; font-weight: 400; -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); -webkit-transition-delay: 0.2s; transition-delay: 0.2s; }
    .news_blocks .item_news .toggle .inner { display: table-cell; width: 100%; height: 100%; padding: 32px 20px 86px 30px; vertical-align: middle; letter-spacing: -0.1px; }
    .news_blocks .item_news:hover .toggle, .news_blocks .item_news:active .toggle { top: 0; }
    .news_blocks .item_news:hover .bottom, .news_blocks .item_news:active .bottom { background-color: #004B92; color: #FFF; }
    .news_blocks .item_news:hover .bottom .desc, .news_blocks .item_news:active .bottom .desc { text-decoration: none; }
    .news_blocks .item_news .bottom { padding: 16px 20px 12px; }
    .news_blocks .item_news.big .bottom { padding: 19px 20px 14px; }
    .news_blocks .item_news .bottom .date { font-size: 18px; line-height: 18px; }
    .news_blocks .item_news .bottom .desc { font-size: 21px; line-height: 20px; }
}

@media screen and (min-width: 1280px) {
    .news_blocks .innerpage { padding-top: 105px; }
    .news_blocks .innerpage .row.first { margin-bottom: 30px; }
    .news_blocks .top .title_global { margin-bottom: 39px; }
    .news_blocks .head { height: 57px; line-height: 62px; font-size: 26px; padding: 0 20px; }
    .news_blocks .head .more { line-height: 56px; }
    .news_blocks .item_video .head .more { line-height: 58px; }
    .news_blocks .item_block { height: 320px; }
    .news_blocks .item_block.event { height: 130px; }
    .news_blocks .item_block .inner .image { height: 123px; margin-bottom: 25px; }
    .news_blocks .item_block .inner .image img { height: 101%; }
    .news_blocks .item_block .inner .image .label { font-size: 23px; }
    .news_blocks .item_block .inner .date { margin-bottom: 9px; }
    .news_blocks .item_block .inner .desc { font-size: 22px; }
    .news_blocks .item_news { height: 370px; }
    .news_blocks .item_news.big { height: 470px; }
    .news_blocks .item_news .head { font-size: 20px; }
    .news_blocks .item_news .toggle { line-height: 22px; font-size: 20px; }
    .news_blocks .item_news .bottom .desc { font-size: 22px; line-height: 20px; }
}
/** Tabs side component **/
.tabs_sidecom { direction: rtl; text-align: right; padding-bottom: 30px; min-height: 500px; }
.tabs_sidecom .top { padding-top: 21px; padding-bottom: 13px; }
.tabs_sidecom .top .title_sec { color: #363636; line-height: 18px; font-size: 18px; font-weight: 400; margin: 0; text-align: center; padding: 13px 0 7px; }
.tabs_sidecom .col1 { display: none; }
.tabs_sidecom .col3 { position: relative; height: 44px; }
.tabs_outer { position: absolute; right: 0; top: 0; width: 100%; z-index: 4; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.tabs_outer.active { -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
.tabs_outer .mobile_toggle_tabs { height: 44px; line-height: 44px; background-color: #014C93; color: #FFF; font-size: 16px; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; cursor: pointer; position: relative; padding-left: 40px; }
.tabs_outer .mobile_toggle_tabs .fa-list-ul { margin: 0 14px 0 13px; line-height: 46px; float: right; }
.tabs_outer .mobile_toggle_tabs .fa-caret-down { position: absolute; left: 16px; top: 0; line-height: 44px; }
.tabs_outer.active .mobile_toggle_tabs .fa-caret-down:before { content: '\f0d8'; }
.tabs_outer .mobile_toggle_tabs .title { font-size: 18px; }
.tabs_side { display: none; border: 1px solid #d2d2d2; border-top: none; padding: 0 22px; background: #FFF; }
.tabs_side > li { position: relative; }
.tabs_side > li .table { height: 44px; width: 100%; font-size: 18px; line-height: 16px; text-decoration: none; background: #fff; position: relative; z-index: 1; border-bottom: 1px solid #d2d2d2; font-weight: 400; color: #373737; -webkit-transition: all 0.15s; -moz-transition: all 0.15s; -o-transition: all 0.15s; transition: all 0.15s; }
.tabs_side > li:last-child .table { border-bottom: none; }
.tabs_side > li:hover .table, .tabs_side > li:active .table { color: #004C94; }
.tabs_side > li.active .table { color: #004C94; }
.tabs_side > li .table .cell { width: 100%; height: 100%; vertical-align: middle; padding: 0 20px 0 5px; }
.tabs_side > li > ul { padding-bottom: 10px; }
.tabs_side > li > ul > li > a { color: #363636; font-size: 18px; line-height: 16px; font-weight: 400; text-decoration: none; text-decoration: none; display: block; padding: 7px 27px 7px 0; }
.tabs_side > li > ul > li > a:before { content: '-'; display: inline-block; vertical-align: middle; margin-left: 5px; }
.tabs_side > li > ul > li.active > a { font-weight: 700; }
.tabs_side > li > ul > li > a:hover, .tabs_side > li > ul > li > a:active { text-decoration: underline; }
.tabs_sidecom .tab { padding-top: 29px; }
.tabs_sidecom .tab .list:after { content: ''; clear: both; display: table; }
.tabs_sidecom .tab .list .item_update, .tabs_sidecom .tab .list .item_article { margin: 0 0 13px 0; height: 90px; background: #FFF;padding: 12px 11px 0 11px;}
.tabs_sidecom .tab .list .item_update a { display: block; /*padding: 12px 11px 0 11px;*/ color: #363636; text-decoration: none; /*background: #FFF;*/ height: 100%; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.tabs_sidecom .tab .list .item_update:hover,
.tabs_sidecom .tab .list .item_update:active { -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }
.tabs_sidecom .tab .list .item_update a:after { /*content: ''; clear: both; display: table;*/ }
.tabs_sidecom .tab .list .item_update .image { float: right; margin-left: 10px; position: relative; width: 85px; height: 66px; overflow: hidden; }
.tabs_sidecom .tab .list .item_update .image img { position: absolute; left: -9999px; right: -9999px; top: -9999px; bottom: -9999px; width: 100%; margin: auto; display: block; }
.tabs_sidecom .tab .list .item_update .desc { font-size: 18px; line-height: 16px; font-weight: 300; max-height: 66px; overflow: hidden; }
.tabs_sidecom .tab .list .item_update .desc .date { font-size: 15px; line-height: 12px; font-weight: 500; margin-bottom: 7px; }
.tabs_sidecom .tab .list.list_consulting { margin: 0; padding-top: 5px; }
.tabs_sidecom .tab .list.list_consulting .item_update {height: auto;color: #363636; width: 100%; /*float: none;*/ border-bottom: 1px solid #ebebeb;padding: 10px 10px 10px 10px;  height: auto; margin: 0 0 5px;  }
.tabs_sidecom .tab .list.list_consulting .item_update a { height: auto; /*padding: 10px 0 10px 0;*/ }
.tabs_sidecom .tab .list.list_consulting .item_update a:after { /*content: ''; display: table; clear: both;*/ }
.tabs_sidecom .tab .list.list_consulting .item_update .desc { font-size: 18px; line-height: 16px; max-height: none; letter-spacing: -0.15px;}
.tabs_sidecom .tab .list.list_consulting .item_update .desc .date { margin-bottom: 3px; letter-spacing: 0; }
.tabs_sidecom .tab .list.list_consulting .item_update a:hover,
.tabs_sidecom .tab .list.list_consulting .item_update a:active { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; text-decoration: underline; }
.tabs_sidecom .tab .list.list_consulting .item_update:hover .desc .date,
.tabs_sidecom .tab .list.list_consulting .item_update:active .desc .date { text-decoration: none; }


.tabs_sidecom .tab .list .item_article { height: 89px; border-bottom: 1px solid #ebebeb; margin-bottom: 18px; }
.tabs_sidecom .tab .list .item_article a { display: block; color: #363636; text-decoration: none; height: 100%; }
.tabs_sidecom .tab .list .item_article .image { float: right; position: relative; width: 74px; height: 74px; background-color: #CCC; overflow: hidden; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; -webkit-border-top-left-radius: 50%; -webkit-border-top-right-radius: 50%; -webkit-border-bottom-left-radius: 50%; -webkit-border-bottom-right-radius: 50%; z-index: 1; }
.tabs_sidecom .tab .list .item_article .image .cover { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.tabs_sidecom .tab .list .item_article .image img { position: absolute; left: -9999px; right: -9999px; top: -9999px; bottom: -9999px; width: 100%; margin: auto; display: block; z-index: -1; }
.tabs_sidecom .tab .list .item_article .desc { font-size: 18px; line-height: 16px; font-weight: 500; max-height: 73px; overflow: hidden; padding: 7px 24px 0px 7px; }
.tabs_sidecom .tab .list .item_article .desc .date { font-size: 15px; line-height: 12px; font-weight: 400; margin-bottom: 8px; padding-right: 2px; }
.tabs_sidecom .tab .list .item_article:hover .desc, .tabs_sidecom .tab .list .item_article:active .desc { text-decoration: underline; color: #004b92; }
.load_more { height: 61px; padding-top: 12px; position: relative; }
.load_more .btn_outer { width: 127px; position: relative; z-index: 2; margin: 0 auto; }
.load_more .btn_outer a { display: block; width: 100%; height: 31px; line-height: 32px; color: #FFF; text-align: center; text-decoration: none; font-size: 17px; font-weight: 400; background-color: #004B92; -moz-border-radius: 18px; -webkit-border-radius: 18px; border-radius: 18px; overflow: hidden; }
.load_more .btn_outer a:hover, .load_more .btn_outer a:active { background: #0058ab; }
.load_more .btn_outer.active a { color: rgba(255,255,255,0); }
.load_more .spinner { font-size: 31px; color: #004B92; position: absolute; right: 0; left: 0; margin: 0 auto; top: 12px; text-align: center; display: none; z-index: 1; cursor: default; }

@media screen and (min-width: 768px) {
    .tabs_sidecom { padding-bottom: 30px; min-height: 500px; }
    .tabs_sidecom .col8 { width: 74.36%; }
    .tabs_sidecom .col3 { height: auto; }
    .tabs_sidecom .top { padding-top: 49px; padding-bottom: 20px; }
    .tabs_sidecom .top .title_sec { line-height: 22px; font-size: 20px; padding: 3px 0 10px; }
    .tabs_outer { position: relative; height: auto; }
    .tabs_outer.active { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
    .tabs_outer .mobile_toggle_tabs { display: none; }
    .tabs_side { padding: 15px 0 0; display: block; border: none; background: none; }
    /**temp***/
    .tabs_side > li:after { content: ''; direction: ltr; position: absolute; left: 1px; top: 42px; margin-top: -8.5px; display: block; width: 0; height: 0; border-style: solid; border-width: 8.5px 7px 8.5px 0; border-color: transparent #004c94 transparent transparent; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
    .tabs_side > li.active:after { left: -6px; z-index: 0; }
    .tabs_side > li.active .table { background-color: #004C94; border-color: #004C94; color: #FFF; }
    .tabs_side > li .table { height: 60px; font-size: 20px; line-height: 18px; border-top: 1px solid #d2d2d2; border-bottom: none; background: #f6f6f6; }
    .tabs_side > li:last-child .table { border-bottom: 1px solid #d2d2d2; }
    .tabs_side > li .table .cell { padding: 0 20px 0 5px; }
    .tabs_side > li > ul { padding: 10px 0; }
    .tabs_side > li > ul > li { margin-bottom: 3px; }
    .tabs_side > li > ul > li:last-child { margin-bottom: 0; }
    .tabs_side > li > ul > li > a { line-height: 22px; padding: 5px 17px 5px 8px; }
    .tabs_side > li > ul > li > a:before { display: none; }
    .tabs_sidecom .tab { padding-top: 0; }
    .tabs_sidecom .tab .list { margin-left: -3.5%; }
    .tabs_sidecom .tab .list .item_update, .tabs_sidecom .tab .list .item_article { margin: 0 0 17px 3.5%; width: 46.5%; height: 90px; float: right; }
    .tabs_sidecom .tab .list .item_update a { /*padding: 11px 10px 0 10px;*/ }
    .tabs_sidecom .tab .list .item_update .image { margin-left: 10px; width: 94px; height: 69px; }
    .tabs_sidecom .tab .list .item_update .desc { font-size: 17px; line-height: 18px; max-height: 66px; }
    .tabs_sidecom .tab .list .item_update .desc .date { font-size: 15px; line-height: 12px; margin-bottom: 5px; }
    .tabs_sidecom .tab .list.list_consulting { padding-top: 10px; }
    .tabs_sidecom .tab .list.list_consulting .item_update { margin: 0 0 10px; padding: 10px 10px 10px 10px;  }
    .tabs_sidecom .tab .list.list_consulting .item_update a { /*padding: 10px 0 10px 5%;*/ }
    .tabs_sidecom .tab .list.list_consulting .item_update .desc { font-size: 20px; line-height: 18px; }
    .tabs_sidecom .tab .list .item_article { height: 96px; }
    .tabs_sidecom .tab .list .item_article .image { width: 70px; height: 70px; }
    .tabs_sidecom .tab .list .item_article .desc { font-size: 17px; line-height: 16px; max-height: 67px; padding: 5px 14px 5px 10px; }
    .tabs_sidecom .tab .list .item_article .desc .date { font-size: 15px; line-height: 14px; margin-bottom: 3px; }
    .load_more { height: 61px; padding-top: 14px; width: 48.1%; }
    .load_more .btn_outer { width: 149px; }
    .load_more .btn_outer a { height: 36px; line-height: 38px; font-size: 17px; -moz-border-radius: 18px; -webkit-border-radius: 18px; border-radius: 18px; }
    .load_more .spinner { font-size: 36px; top: 14px; }
}

@media screen and (min-width: 1024px) {
    .tabs_sidecom .col8 { width: 65.82%; }
    .tabs_sidecom .col1 { height: 20px; display: block; }
    .tabs_sidecom .top { padding-top: 59px; padding-bottom: 30px; }
    .tabs_sidecom .top .title_sec { line-height: 24px; font-size: 22px; padding: 3px 0 15px; }
    .tabs_side > li .table { height: 70px; font-size: 23px; line-height: 20px; }
    .tabs_side > li > ul { padding: 12px 0; }
    .tabs_side > li > ul > li:last-child { margin-bottom: 0; }
    .tabs_side > li > ul > li > a { font-size: 20px; line-height: 24px; padding: 8px 27px 8px 10px; }
    .tabs_sidecom .tab .list { margin-left: -4%; }
    .tabs_sidecom .tab .list .item_update, .tabs_sidecom .tab .list .item_article { margin: 0 0 17px 3.7%; width: 46.3%; height: 110px; }
    .tabs_sidecom .tab .list .item_update a { /*padding: 16px 15px 0 15px;*/ }
    .tabs_sidecom .tab .list .item_update .image { margin-left: 14px; width: 104px; height: 79px; }
    .tabs_sidecom .tab .list .item_update .desc { font-size: 18px; line-height: 20px; max-height: 92px; }
    .tabs_sidecom .tab .list .item_update .desc .date { font-size: 17px; }
    .tabs_sidecom .tab .list.list_consulting { padding-top: 20px; }
    .tabs_sidecom .tab .list.list_consulting .item_update { margin: 0 0 10px; padding: 10px; }
    .tabs_sidecom .tab .list.list_consulting .item_update .desc { font-size: 22px; line-height: 20px; }
    .tabs_sidecom .tab .list .item_article { height: 116px; }
    .tabs_sidecom .tab .list .item_article .image { width: 90px; height: 90px; }
    .tabs_sidecom .tab .list .item_article .image .cover { -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
    .tabs_sidecom .tab .list .item_article:hover .image .cover, .tabs_sidecom .tab .list .item_article:active .image .cover { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }
    .tabs_sidecom .tab .list .item_article .desc { font-size: 18px; line-height: 18px; max-height: 86px; padding: 10px 24px 10px 10px; }
    .tabs_sidecom .tab .list .item_article .desc .date { font-size: 16px; line-height: 16px; margin-bottom: 6px; }

    .tabs_sidecom .tab .list.list_consulting .item_update .desc p a{display:inline-block;}

    .load_more { height: 71px; padding-top: 19px; }
    .load_more .btn_outer { width: 169px; }
    .load_more .btn_outer a { height: 41px; line-height: 43px; font-size: 19px; -moz-border-radius: 20.5px; -webkit-border-radius: 20.5px; border-radius: 20.5px; }
    .load_more .spinner { font-size: 41px; top: 19px; }
}

@media screen and (min-width: 1280px) {
    .tabs_sidecom { padding-bottom: 36px; }
    .tabs_sidecom .top { padding-top: 69px; padding-bottom: 40px; }
    .tabs_sidecom .top .title_sec { padding: 3px 0 26px; }
    .tabs_side > li .table { height: 85px; font-size: 24px; }
    .tabs_side > li .table .cell { padding: 0 38px 0 15px; }
    .tabs_side > li > ul { padding: 18px 0; }
    .tabs_side > li > ul > li { margin-bottom: 6px; }
    .tabs_side > li > ul > li:last-child { margin-bottom: 0; }
    .tabs_side > li > ul > li > a { padding: 10px 37px 10px 10px; }
    .tabs_sidecom .tab .list .item_update, .tabs_sidecom .tab .list .item_article { height: 120px; }
    .tabs_sidecom .tab .list .item_update .image { margin-left: 14px; width: 114px; height: 89px; }
    .tabs_sidecom .tab .list.list_consulting { padding-top: 30px; }
    .tabs_sidecom .tab .list.list_consulting .item_update { margin: 0 0 13px; padding: 10px; }
    .tabs_sidecom .tab .list.list_consulting .item_update .desc { font-size: 24px; line-height: 22px; }
    .tabs_sidecom .tab .list .item_article { height: 126px; }
    .tabs_sidecom .tab .list .item_article .image { width: 100px; height: 100px; }
    .tabs_sidecom .tab .list .item_article .desc { max-height: 89px; padding: 10px 34px 10px 10px; }
    .tabs_sidecom .tab .list .item_article .desc .date { margin-bottom: 11px; }
    .load_more { height: 81px; padding-top: 24px; }
    .load_more .spinner { font-size: 41px; top: 24px; }
}
/** Weekly gallery **/



.main_carousel { overflow: hidden; }
.weekly_gallery { padding-bottom: 49px; background: #FFF; direction: rtl; }
.weekly_gallery .col2 { width: 100%; margin: 0; float: none; }
.weekly_gallery .col10 { width: 100%; float: none; margin-bottom: 15px; }
.weekly_gallery .top { padding-top: 35px; padding-bottom: 12px; }
.weekly_gallery .bottom > div { height: 100%; }
.weekly_gallery .gallery_list .mCSB_scrollTools.mCS-minimal-dark { left: -21px; }
.weekly_gallery .gallery_list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { margin: 0; }
.weekly_gallery .gallery_list { overflow-x: auto; /**-webkit-overflow-scrolling: touch;**/ position: relative; }
.weekly_gallery .gallery_list ul { display: table; }
.weekly_gallery .gallery_list ul > li { padding: 0 0 0 5px; display: table-cell; cursor: pointer; }
.weekly_gallery .gallery_list ul > li:last-child { padding: 0; }
.weekly_gallery .gallery_list ul > li .image { overflow: hidden; position: relative; height: 65px; width: 100px; }
.weekly_gallery .gallery_list ul > li .image .cover { height: 100%; width: 100%; position: absolute; top: 0; left: 0; }
.weekly_gallery .gallery_list ul > li .image:after { content: ''; position: absolute; right: 0; top: 0; width: 100%; height: 100%; background: #004b92; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.weekly_gallery .gallery_list ul > li.active .image:after { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.63)"; filter: alpha(opacity=0.63); -moz-opacity: 0.63; opacity: 0.63; }
.weekly_gallery .gallery_carousel { overflow: hidden; }
.weekly_gallery .gallery_carousel .item { height: 100%; }
.weekly_gallery .gallery_carousel .item .image { overflow: hidden; position: relative; padding-bottom: 80%; }
.weekly_gallery .gallery_carousel .item .image img { height: 100%; position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; margin: auto; display: block; }
.weekly_gallery .gallery_carousel .item .image .label { position: absolute; right: 0; bottom: 0; max-width: 100%; width: auto; color: #FFF; font-size: 15px; line-height: 30px; height: 30px; padding: 0 15px; font-weight: 400; background: #000; background: rgba(0,0,0,0.8); text-overflow: ellipsis; white-space: nowrap; /*overflow: hidden;*/ }

@media screen and (min-width: 768px) {
    .weekly_gallery { padding-bottom: 59px; }
    .weekly_gallery .col10 { margin-bottom: 20px; }
    .weekly_gallery .top { padding-top: 35px; padding-bottom: 12px; }
    .weekly_gallery .gallery_list ul > li { padding: 0 0 0 7px; }
    .weekly_gallery .gallery_list ul > li:last-child { padding: 0; }
    .weekly_gallery .gallery_list ul > li .image { height: 110px; width: 170px; }
    .weekly_gallery .gallery_carousel { height: 450px; }
    .weekly_gallery .gallery_carousel .item .image { height: 100%; padding-bottom: 0; }
    .weekly_gallery .gallery_carousel .item .image img { width: 100%; }
    .weekly_gallery .gallery_carousel .item .image .label { font-size: 17px; line-height: 36px; height: 34px; padding: 0 18px; }
}

@media screen and (min-width: 1024px) {
    .weekly_gallery { padding-bottom: 69px; }
    .weekly_gallery .col2 { width: 14.54%; margin: 0 0 0 2.545%; float: right; }
    .weekly_gallery .col10 { width: 82.91%; float: left; margin-bottom: 0; }
    .weekly_gallery .top { padding-top: 45px; padding-bottom: 22px; }
    .weekly_gallery .gallery_list .mCSB_scrollTools.mCS-minimal-dark { left: -23px; }
    .weekly_gallery .gallery_list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { margin: 0; }
    .weekly_gallery .gallery_list { height: 552px; }
    .weekly_gallery .gallery_list ul { display: block; }
    .weekly_gallery .gallery_list ul > li { margin: 0 0 7px; float: none; display: block; padding: 0; }
    .weekly_gallery .gallery_list ul > li:last-child { margin-bottom: 0; }
    .weekly_gallery .gallery_list ul > li .image { padding-bottom: 60.4%; width: 100%; height: auto; }
    .weekly_gallery .gallery_list ul > li .image .cover { -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
    .weekly_gallery .gallery_list ul > li:hover .image .cover, .weekly_gallery .gallery_list ul > li:active .image .cover, .weekly_gallery .gallery_list ul > li.active .image .cover { -webkit-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); }
    .weekly_gallery .gallery_carousel { height: 552px; }
    .weekly_gallery .gallery_carousel .item .image img { width: 110%; }
}

@media screen and (min-width: 1280px) {
    .weekly_gallery { padding-bottom: 79px; }
    .weekly_gallery .top { padding-top: 55px; padding-bottom: 32px; }
    .weekly_gallery .gallery_list .mCSB_scrollTools.mCS-minimal-dark { left: -21px; }
    .weekly_gallery .gallery_list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { margin: 0; }
    .weekly_gallery .gallery_list { height: 582px; }
    .weekly_gallery .gallery_carousel { height: 582px; }
    .weekly_gallery .gallery_carousel .item .image img { width: 100%; }
}
/** Contact box **/
.contact_box { direction: rtl; text-align: right; padding-bottom: 20px; background: #FFF; }
.contact_box .top { padding-top: 14px; padding-bottom: 24px; }
.contact_box .form { margin-bottom: 25px; }
.contact_box .form .item { margin-bottom: 18px; }
.contact_box .form .item select { border-radius: 10px; height: 38px; border: 2px solid #dad5d5; background: none; width: 100%; color: #363636 !important; font-size: 18px; font-weight: 500; text-indent: 5px; -webkit-transition: all 0.15s; -moz-transition: all 0.15s; -o-transition: all 0.15s; transition: all 0.15s; cursor: pointer; }
.contact_box .form .item select option:hover { background-color: #444 !important; }
/**to remove default arrow in ie**/
select::-ms-expand { display: none; }
.contact_box .form .item input[type='email'] { height: 38px; font-size: 18px; text-indent: 5px; border: 2px solid #dad5d5; width: 95%; font-weight: 500; }
.contact_box .form .item input[type='text'] { height: 38px; border: 2px solid #dad5d5; background: none; width: 95%; color: #363636; font-size: 18px; font-weight: 500; text-indent: 5px; -webkit-transition: all 0.15s; -moz-transition: all 0.15s; -o-transition: all 0.15s; transition: all 0.15s; }
.contact_box .form .item input[type='text']:disabled { background: #f2f2f2; color: #767676; -webkit-text-fill-color: #767676; opacity: 1; }
.contact_box .form .item textarea { border: 2px solid #dad5d5; background: none; width: 100%; color: #363636; font-size: 18px; font-weight: 500; padding: 5px; height: 85px; margin-bottom: 0; -webkit-transition: all 0.15s; -moz-transition: all 0.15s; -o-transition: all 0.15s; transition: all 0.15s; }
.contact_box .form .item .member { height: 38px; line-height: 36px; color: #363636; font-size: 18px; font-weight: 500; }
.contact_box .form .item .member .radio { margin: 0 8px 0 0px; display: inline-block; position: relative; vertical-align: middle; }
.contact_box .form .item .member .radio label { width: 46px; display: block; cursor: pointer; position: relative; z-index: 2; }
.contact_box .form .item .member .radio input[type='radio'] { /*display: none;*/ width: 30px; float: right; }
.contact_box .form input[type='radio'] { /*display: none;*/ border: 1px solid #000 !important; -webkit-appearance: radio;font-size:20px; }
.contact_box .form .item .member .radio .radio_c { position: absolute; left: 0; top: 7px; margin-right: 7px; width: 22px; height: 22px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; border: 1px solid #AFAFAF; z-index: 1; }
.contact_box .form .item .member .radio .radio_c:after { color: #363636; position: absolute; left: 3px; bottom: 2px; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; font-size: 0; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f00c"; -webkit-transition: all 0.1s; -moz-transition: all 0.1s; -o-transition: all 0.1s; transition: all 0.1s; }
.contact_box .form .item .member .radio.checked .radio_c:after { font-size: 22px; }
/*.contact_box .form .item .captcha:after{clear:both;content:'';display: table;}.contact_box .form .item .captcha input[type='text']{width:54%;float:right;text-indent: 7px;font-style: italic;-webkit-transition: all 0.15s;-moz-transition: all 0.15s;-o-transition: all 0.15s;transition: all 0.15s;}.contact_box .form .item .captcha .image{width:46%;height:38px;position: relative;border: 2px solid #e6e6e6;border-right:0;float:left;overflow: hidden;-webkit-transition: all 0.15s;-moz-transition: all 0.15s;-o-transition: all 0.15s;transition: all 0.15s;}.contact_box .form .item .captcha .image img{width:100%;display: block;margin:0 auto;}*/
.contact_box .form .item .submit { height: 60px; line-height: 60px; background-color: #004B92; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; display: block; color: #FFF; text-align: center; font-size: 23px; font-weight: 500; text-decoration: none; }
.contact_box .form .item .submit .fa { vertical-align: middle; font-size: 27px; font-weight: 400; margin-left: 7px; }
.contact_box .form .item .submit:hover, .contact_box .form .item .submit:active { background: #0058ab; }
.contact_box .form .item.focus input, .contact_box .form .item.focus textarea, .contact_box .form .item .captcha.focus .image, .contact_box .form .item .captcha.focus input[type='text'] { border-color: #afafaf; }
.contact_box .map { display: none; }
.contact_box .details { margin-bottom: 29px; }
.contact_box .details .text { color: #363636; font-size: 17px; line-height: 21px; font-weight: 400; display: block; padding-right: 0; }
.contact_box .details .text .fa { display: none; }
.contact_box .details .text.text_1 { margin-left: 6px; }
.contact_box .details .text a { text-decoration: underline; color: #363636; white-space: nowrap; }
.contact_box .details .text a.mail { font-size: 13px; font-weight: 400; text-decoration: underline; color: #363636; font-family: arial; }
.contact_box .row { padding: 0 5px; }

#opportunityForm .itemSelect{width:95%!important;background-color:#fff;padding:5px;color:#999!important}
#opportunityForm .submit {width:95%; }


.contact_box .form .item .memberEn { height: 38px; line-height: 16px; color: #363636; font-size: 14px; font-weight: 700; }
.contact_box .form .item .memberEn .radio { margin: 0 0 0 8px; display: inline-block; position: relative; vertical-align: middle; }
.contact_box .form .item .memberEn .radio label { width: 40px; display: block; cursor: pointer; position: relative; z-index: 2;float:left;margin-top:10px; }
.contact_box .form .item .memberEn .radio input[type='radio'] {width: 30px; float: left; margin-top:10px;}



@media screen and (min-width: 769px) {
    .contact_box .row { padding: 0 23px; }
    .contact_box .top { padding-top: 47px; padding-bottom: 20px; }
    .contact_box .form { margin-bottom: 45px; }
    .contact_box .form .item input[type='text'] { height: 40px; text-indent: 5px; width: 95%; }
    .contact_box .form .item textarea { padding: 8px; height: 70px; margin-bottom: 0; width: 95%; }
    .contact_box .form .item select { height: 40px; text-indent: 5px; }
    .contact_box .form .item .member { height: 40px; }
    .contact_box .form .item .captcha input[type='text'] { text-indent: 12px; }
    .contact_box .form .item .captcha .image { height: 40px; }
    .contact_box .form .item .submit { height: 70px; line-height: 70px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
    .contact_box .form .item .submit .fa { font-size: 32px; }
    /*****/
    .contact_box .form .item .captcha #CaptchaCode { max-width: 280px; }
    .contact_box .map { margin-bottom: 25px; display: block; }
    .contact_box .map .map-canvas { height: 250px; }
    .contact_box .details { margin-bottom: 0; }
    .contact_box .details .text { font-size: 18px; line-height: 20px; display: inline-block; }
    .contact_box .details .text a { font-size: 14px; }
    .contact_box .details .text a.mail { font-size: 14px; }
    .contact_box .details .text .fa { display: inline-block; }
    #opportunityForm .captcha{margin-left:10px;}
}

@media screen and (min-width: 1025px) {
    .contact_box { padding-bottom: 30px; }
    .contact_box .top { padding-top: 57px; padding-bottom: 25px; }
    .contact_box .form { margin-bottom: 55px; }
    .contact_box .form .item { margin-bottom: 20px; }
    /*.contact_box .form .item:last-child{margin:0;}*/
    .contact_box .form .item input[type='text'] { height: 45px; font-size: 20px; text-indent: 5px; width: 95%; }
    .contact_box .form .item input[type='password'] { height: 45px; font-size: 20px; text-indent: 5px; border: 2px solid #dad5d5; width: 100%; font-weight: 500; }
    .contact_box .form .item input[type='email'] { height: 45px; font-size: 20px; text-indent: 5px; border: 2px solid #dad5d5; width: 95%; font-weight: 500; }
    .contact_box .form .item textarea { font-size: 20px; padding: 11px; height: 75px; width: 95%; }
    .contact_box .form .item select { height: 50px; font-size: 20px; text-indent: 5px; }
    .contact_box .form .item .member { height: 45px; line-height: 41px; font-size: 20px; }
    .contact_box .form .item .member .radio label { width: 53px; }
    .contact_box .form .item .member .radio .radio_c { top: 10px; width: 26px; height: 26px; }
    .contact_box .form .item .member .radio.checked .radio_c:after { font-size: 24px; }
    .contact_box .form .item .captcha input[type='text'] { text-indent: 18px; }
    .contact_box .form .item .captcha .image { height: 45px; }
    .contact_box .form .item .submit { height: 75px; line-height: 75px; }
    .contact_box .form .item .submit .fa { font-size: 36px; margin-left: 10px; }
    .contact_box .map .map-canvas { height: 262px; }
}

@media screen and (min-width: 1280px) {
    .contact_box { padding-bottom: 40px; }
    .contact_box .top { padding-top: 67px; padding-bottom: 35px; }
    .contact_box .form { margin-bottom: 65px; }
    .contact_box .form .item { margin-bottom: 25px; }
    /*.contact_box .form .item:last-child{margin:0;}*/
    .contact_box .form .item input[type='text'] { height: 50px; width: 95%; }
    .contact_box .form .item textarea { height: 80px; width: 95%; }
    .contact_box .form .item select { height: 50px; }
    .contact_box .form .item .member { height: 50px; line-height: 46px; }
    .contact_box .form .item .captcha .image { height: 50px; }
    .contact_box .form .item .submit { height: 80px; line-height: 80px; font-size: 30px; }
    .contact_box .map { margin-bottom: 30px; }
    .contact_box .map .map-canvas { height: 282px; }
    .contact_box .details .text { font-size: 20px; line-height: 22px; padding-right: 23px; }
    .contact_box .details .text a { font-size: 16px; }
    .contact_box .details .text a.mail { font-size: 16px; }
}
/** Footer **/
.footer { display: none; }

@media screen and (min-width: 768px) {
    .footer { height: 155px; text-align: center; font-size: 18px; line-height: 16px; color: #363636; font-weight: 400; direction: rtl; text-align: center; padding-top: 28px; display: block; background: #F6F6F6; }
    .footer .logo { display: block; margin: 0 auto; width: 304px; height: 42px;  background-size: 100%; margin-bottom: 24px; }
    .footer .goup { position: absolute; left: 25px; top: 15px; text-align: center; color: #004B92; font-size: 16px; font-weight: 500; text-decoration: none; }
    .footer .goup .arrow { width: 50px; height: 50px; background-color: #004B92; line-height: 50px; color: #FFF; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; margin: 0 auto 7px; font-size: 22px; font-weight: 400; }
    .footer .goup:hover, .footer .goup:active { text-decoration: underline; }
    .footer .goup .arrow:hover, .footer .goup .arrow:active { background: #0058ab; }
    .footer .tvuna_logo { color: #000; text-decoration: none; float: right; }
    .footer .createdBy { position: relative; bottom: 22px; right: 6px; color: #000; }
}

@media screen and (min-width: 1280px) {
    .footer { height: 175px; padding-top: 46px; }
    .footer .goup { top: 12px; left: 15px; }
}
/** Footer links **/
.footer_links { display: none; }

@media screen and (min-width: 768px) {
    .footer_links { background: #014b92; direction: rtl; display: block; }
    .footer_links .innerpage { padding-top: 30px; padding-bottom: 14px; }
    .footer_links .table { width: 100%; height: 100%; }
    .footer_links .table .cell { text-align: right; color: #F2F2F2; padding-left: 20px; }
    .footer_links .table .cell .title { font-size: 22px; line-height: 22px; font-weight: 500; margin: 0; margin-bottom: 10px; }
    .footer_links .table .cell ul { margin-bottom: 10px; }
    .footer_links .table .cell ul > li { margin-bottom: 3px; }
    .footer_links .table .cell ul > li a { font-size: 16px; font-weight: 400; color: #F2F2F2; line-height: 20px; text-decoration: none; }
    .footer_links .table .cell ul > li a:hover { text-decoration: underline; }
}

@media screen and (min-width: 1024px) {
    .footer_links .table .cell .title { font-size: 24px; line-height: 24px; }
}

@media screen and (min-width: 1280px) {
    .footer_links .innerpage { padding-top: 38px; padding-bottom: 22px; }
    .footer_links .table .cell .title { font-size: 20px; line-height: 20px; margin-bottom: 16px; }
    .footer_links .table .cell ul { margin-bottom: 16px; }
    .footer_links .table .cell ul > li a { font-size: 18px; line-height: 22px; }
}
/** Footer new **/
.footer_new { display: none; }

@media screen and (min-width: 768px) {
    .footer_new { height: 104px; direction: rtl; background: #FFF; display: block; }
    .footer_new .left { text-align: left; padding: 20px 0 0 7px; }
    .footer_new .left .logo { display: block; width: 234px; height: 32px; background: url('../images/logo_footer.png') no-repeat 0 0; background-size: 100%; margin-bottom: 8px; float: left; }
    .footer_new .left .text { clear: both; color: #010101; font-weight: 400; font-size: 15px; letter-spacing: -0.26px; }
    .footer_new .left .text span { font-size: 11px; }
    .footer_new .right { padding-top: 18px; }
    .footer_new .right .logo_right { width: 267px; height: 68px; background: url('../images/logo_college.png') no-repeat 0 0; background-size: 100%; float: right; position: relative; right: -2px; }
}
/** Share bar **/
.sharebar { display: none; }
/**youtube icon**/
.sharebar .fa-youtube:before { font-size: 36px; }

@media screen and (min-width: 768px) {
    .sharebar { display: block; width: 55px; background-color: #004B92; position: fixed; left: -55px; top: 50%; margin-top: -133px; z-index: 40; margin-left: -45px; }
    .sharebar.tranisitionon { -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
    .sharebar:hover, .sharebar:active, .sharebar.active { margin-left: 0; }
    .sharebar ul { padding: 10px 13px 12px 10px; }
    .sharebar ul > li { border-bottom: 1px solid #336fa8; position: relative; }
    .sharebar ul > li:last-child { border-bottom: none; }
    .sharebar ul > li > a { font-size: 21px; font-weight: 400; color: #FFF; display: block; height: 40px; line-height: 50px; overflow: hidden; }
    .sharebar ul > li > a:hover, .sharebar ul > li > a:active, .sharebar ul > li > a.active { -webkit-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); }
    .sharebar ul > li .tooltip { display: none; position: absolute; top: -10px; left: 65px; width: 256px; min-height: 100px; z-index: 25; background-color: #FFF; border: 1px solid #E6E6E6; -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); text-align: center; padding: 10px 9px 0 11px; }
    .sharebar ul > li .tooltip:after { content: ''; display: block; position: absolute; width: 32px; height: 21px; background: url('../images/arr-tooltip.png') no-repeat 0 0; background-size: 100%; top: 20px; left: -26px; -moz-transform: rotate(270deg); -webkit-transform: rotate(270deg); -o-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); }
}

@media screen and (min-width: 1280px) {
    .sharebar { width: 70px; margin-top: -133px; margin-left: 0; left: -70px; }
    .sharebar ul { padding: 10px 18px 12px 15px; }
    .sharebar ul > li > a { font-size: 23px; height: 48px; line-height: 58px; }
    .sharebar ul > li .tooltip { left: 80px; width: 256px; }
    .sharebar ul > li .tooltip:after { width: 38px; height: 26px; left: -32px; }
}
/** Left side **/
.leftside .bannerblock { padding: 27px 25px 25px; text-align: center; }
.leftside .bannerblock a { display: block; }
.leftside .bannerblock img { display: block; width: 100%; max-width: 300px; margin: 0 auto; }
.leftside .newsblock { color: #363636; text-align: right; direction: rtl; padding-bottom: 20px; }
.leftside .newsblock:after { clear: both; content: ''; display: table; }
.leftside .newsblock .title { font-size: 25px; line-height: 25px; font-weight: 700; margin: 0; padding: 12px 0; border-bottom: 1px solid #dbdbdb; }
.leftside .newsblock ul { padding: 6px 0 20px; }
.leftside .newsblock ul > li { border-bottom: 1px solid #dbdbdb; padding: 5px 0; min-height: 70px; }
.leftside .newsblock ul > li:last-child { border-color: #ebebeb; }
.leftside .newsblock ul > li a { text-decoration: none; color: #363636; display: block; padding: 7px 0; }
.leftside .newsblock ul > li a:hover, .leftside .newsblock ul > li a:active { color: #004B92; text-decoration: underline; }
.leftside .newsblock ul > li .desc { font-size: 18px; line-height: 14px; font-weight: 500; letter-spacing: -0.1px; }
.leftside .newsblock ul > li .desc .date { font-size: 15px; line-height: 15px; font-weight: 400; margin-bottom: 2px; }
.leftside .newsblock ul > li .image { float: right; margin-left: 8px; position: relative; width: 60px; height: 44px; overflow: hidden; }
.leftside .newsblock ul > li .image .cover { width: 100%; height: 100%; position: absolute; left: 0; top: 0; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.leftside .newsblock ul > li .image .play { width: 20px; height: 20px; line-height: 18px; padding-left: 2px; text-align: center; background-color: rgba(0, 0, 0, 0.2); border: 2px solid #FFF; position: absolute; left: 6px; bottom: 6px; color: #FFF; font-size: 9px; font-weight: 400; z-index: 3; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; -moz-box-shadow: 0.5px 0.9px 2px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0.5px 0.9px 2px rgba(0, 0, 0, 0.4); box-shadow: 0.5px 0.9px 2px rgba(0, 0, 0, 0.4); text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.leftside .newsblock ul > li a:hover .image .cover, .leftside .newsblock ul > li a:active .image .cover { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }
.leftside .newsblock ul > li a:hover .image .play, .leftside .newsblock ul > li a:active .image .play { background-color: rgba(0, 0, 0, 0.5); }
.leftside .btn_all { color: #004B92; line-height: 36px; font-size: 22px; font-weight: 500; text-decoration: none; display: block; margin: 0 auto; width: 160px; text-align: center; }
.leftside .btn_all .fa { font-size: 36px; font-weight: 400; vertical-align: middle; margin-right: 10px; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; position: relative; margin-top: -2px; }
.leftside .btn_all:hover, .leftside .btn_all:active { text-decoration: underline; }
.leftside .btn_all:hover .fa, .leftside .btn_all:active .fa { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.rightside .bannerblock_728 { display: none; }

#additionalTenders .leftside .newsblock ul > li .desc { padding-bottom:0}

@media screen and (min-width: 768px) {
    .leftside .bannerblock { padding: 25px 0 10px; }
    .leftside .newsblock { padding-bottom: 25px; }
    .leftside .newsblock .title { font-size: 30px; line-height: 30px; padding: 10px 0; }
    .leftside .newsblock ul { padding: 5px 0 25px; }
    .leftside .newsblock ul > li { min-height: 75px; }
    .leftside .newsblock ul > li a { padding: 5px 0; }
    .leftside .newsblock ul > li .desc { line-height: 20px; }
    .leftside .newsblock ul > li .desc .date { font-size: 16px; line-height: 16px; }
    .leftside .newsblock ul > li .image { margin-left: 12px; width: 75px; height: 55px; }
    .leftside .newsblock ul > li .image .play { width: 26px; height: 26px; line-height: 24px; padding-left: 2px; }
    .rightside .bannerblock_728 { display: block; }
    .rightside .bannerblock_728 a { display: block; }
    .rightside .bannerblock_728 img { width: 100%; max-width: 728px; }
}

@media screen and (min-width: 1024px) {
    .leftside .bannerblock { padding: 47px 25px 19px; }
    .leftside .newsblock { padding-bottom: 30px; }
    .leftside .newsblock .title { padding: 15px 0 13px; }
    .leftside .newsblock ul { padding: 7px 0 30px; }
    .leftside .newsblock ul > li { padding: 10px 0 6px; min-height: 85px; }
    .leftside .btn_all { line-height: 36px; font-size: 22px; float: left; display: inline-block; width: auto; }
    .leftside .btn_all .fa { font-size: 36px; margin-right: 10px; }
    .rightside .bannerblock_728 { float: right; padding-left: 5.5%; }
}

@media screen and (min-width: 1280px) {
    .leftside .bannerblock { padding: 57px 35px 29px; }
    .leftside .newsblock { padding-bottom: 40px; }
    .leftside .newsblock .title { padding: 22px 0 18px; }
    .leftside .newsblock ul { padding: 7px 0 40px; }
    .leftside .newsblock ul > li { min-height: 95px; }
    .leftside .newsblock ul > li a { padding: 10px 0; }
    .leftside .newsblock ul > li .image { width: 80px; height: 60px; }
}
/** Article **/
.article { text-align: right; direction: rtl; }
.article a { color: #004B92; text-decoration: none; position: relative; }
/*.article a:hover:after,.article a:active:after{content:'';bottom:0;right:0;width:100%;display: block;height:1px;background:#004B92;position: absolute;}*/
.article a:hover { text-decoration: underline; }
.article .label { position: absolute; right: 0; bottom: 0; max-width: 100%; color: #FFF; font-size: 15px; line-height: 25px; height: 25px; padding: 0 15px; font-weight: 400; background: #000; background: rgba(0,0,0,0.8); text-overflow: ellipsis; white-space: nowrap; overflow: hidden; cursor: default; }
.article .topbar { padding: 21px 0 17px; border-bottom: 1px solid #dbdbdb; }
.article .topbar:after { clear: both; content: ''; display: table; }
.article .topbar .back { font-size: 18px; line-height: 18px; font-weight: 400; float: right; }
.article .topbar .back .fa { font-size: 14px; margin-left: 2px; }
.article .topbar .share { float: left; padding-left: 2px; }
.article .topbar .share > li { float: right; margin-right: 13px; }
.article .topbar .share > li a { font-size: 19px; }
.article .topbar .share > li a .fa { -webkit-transition: all 0.15s; -moz-transition: all 0.15s; -o-transition: all 0.15s; transition: all 0.15s; }
.article .topbar .share > li a:hover .fa, .article .topbar .share > li a:active .fa { color: #000; }
.article .topbar .share > li a:hover:after, .article .topbar .share > li a:active:after { display: none; }
.article .topbar a:hover{text-decoration:none!important}

.article .content { color: #000; padding-top: 22px; font-size: 18px; line-height: 22px; padding-bottom: 10px; }
.article .content .details { font-size: 15px; line-height: 15px; font-weight: 400; color: #363636; margin-bottom: 5px; color: #004B92; }
.article .content .details .sep { display: inline-block; margin: 0 3px; }
.article .content .title_global { line-height: 36px; text-align: right; margin-bottom: 5px; font-size: 40px; }
.article .content .desc { font-weight: 500; margin-bottom: 25px; }
.article .content .paragraph { font-weight: 400; margin-bottom: 15px; }
.article .content .paragraph.bottomlink { padding-top: 9px; }
.article .content .paragraph ul { list-style: disc; padding: 10px 25px 10px 0; }
.article .content .paragraph ul ul { list-style: circle; padding-top: 0; padding-bottom: 0; }
.article .content .paragraph ul.numbers { list-style: decimal; }
.article .content .paragraph ul.numbers ul { list-style: decimal; }
.article .content h3 { margin: 0; color: #004B92; font-weight: 500; font-size: 20px; margin-bottom: 5px; }
.article .content .imageblock { position: relative; margin-bottom: 17px; }
.article .content .imageblock img { display: block; width: 100%; }
.article .content .quote { font-size: 22px; padding: 7px 0 26px 30px; width: 100%; }
.article .content .paragraph p { margin: 5px 0; }
.article .album { padding-bottom: 25px; border-bottom: 1px solid #dbdbdb; }
.article .album .album_carousel { margin-bottom: 1px; }
.article .album .album_carousel .item .image { position: relative; overflow: hidden; padding-bottom: 60.2%; }
.article .album .album_carousel .item .image img { position: absolute; left: -9999px; right: -9999px; top: -9999px; bottom: -9999px; width: 101%; margin: auto; display: block; }
.article .album .albumlist_carousel .item { border-left: 1px solid #FFF; cursor: pointer; }
.article .album .albumlist_carousel .item .image { position: relative; overflow: hidden; padding-bottom: 60.2%; }
.article .album .albumlist_carousel .item .image .cover { position: absolute; left: 0; top: 0; height: 100%; width: 100%; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.article .album .albumlist_carousel .item:hover .image .cover, .article .album .albumlist_carousel .item:active .image .cover, .article .album .albumlist_carousel .item.active .image .cover { -webkit-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); }
.article .album .albumlist_carousel .item .image:after { content: ''; z-index: 2; display: block; position: absolute; height: 100%; width: 100%; background: #004b92; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; -webkit-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); }
.article .album .albumlist_carousel .item.active .image:after { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.63)"; filter: alpha(opacity=0.63); -moz-opacity: 0.63; opacity: 0.63; }
.article .attachments { padding-bottom: 5px; border-bottom: 1px solid #dbdbdb; margin-bottom: 20px; }
.article .attachments.bordertop { border-top: 1px solid #dbdbdb; border-bottom: none; }
.article .attachments .title { margin: 0; color: #363636; height: 70px; line-height: 81px; font-size: 25px; font-weight: 700; }
.article .attachments ul { margin-left: -27px; }
.article .attachments ul:after { content: ''; clear: both; display: table; }
.article .attachments ul > li { width: 25.5%; margin-left: 4.4%; margin-bottom: 18px; float: right; }
.article .attachments ul > li a { display: block; background-color: #F2F2F2; text-decoration: none; padding: 20px 10px 12px; min-height: 105px; }
.article .attachments ul > li .fa { display: block; text-align: center; color: #004B92; font-size: 35px; font-weight: 400; margin-bottom: 10px; }
.article .attachments ul > li .filename { color: #363636; line-height: 14px; max-height: 28px; font-size: 16px; font-weight: 500; text-align: center; overflow: hidden; }
.article .attachments ul > li a:hover:after, .article .attachments ul > li a:active:after { display: none; }
.article .attachments ul > li a:hover, .article .attachments ul > li a:active { background: #e5e5e5; }
.article .attachments ul > li a:hover .fa, .article .attachments ul > li a:active .fa { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }
.article .btn_info { display: block; height: 40px; line-height: 40px; text-align: center; color: #004B92; font-size: 18px; font-weight: 400; background-color: #F2F2F2; margin-bottom: 20px; }
.article .btn_info:hover, .article .btn_info:active { background: #004B92; color: #FFF; }
.article .btn_info:hover:after, .article .btn_info:active:after { display: none; }
.article .decleration { color: #000; line-height: 22px; font-size: 15px; font-weight: 400; position: relative; margin-bottom: 4px; }
.article .decleration:before { content: '*'; display: block; position: absolute; right: -15px; top: -1px; color: #004B92; font-size: 30px; font-weight: 400; }
.article.vision { padding-top: 10px; }
.article.vision .content .title_global { margin-bottom: 12px; }
/***business page is in English**/
#BusinessPage .article .attachments ul > li { width: 25.5%; margin-left: 0; margin-right: 4.4%; margin-bottom: 18px; float: left; }

@media screen and (min-width: 768px) {
    .article .label { font-size: 17px; line-height: 36px; height: 34px; padding: 0 18px; }
    .article .topbar { padding: 35px 0 12px; }
    .article .topbar .back { font-size: 20px; line-height: 20px; }
    .article .topbar .back .fa { font-size: 18px; }
    .article .content { padding-top: 19px; line-height: 26px; }
    .article .content .details { font-size: 18px; line-height: 18px; margin-bottom: 10px; }
    .article .content .details .sep { margin: 0 4.5px; }
    .article .content .title_global { line-height: 36px; margin-bottom: 21px; font-size: 50px; }
    .article .content .desc { margin-bottom: 10px; }
    .article .content .paragraph.bottomlink { padding-top: 5px; }
    .article .content .paragraph ul { padding: 10px 30px 10px 0; }
    .article .content .paragraph ul ul { padding-top: 0; padding-bottom: 0; }
    .article .content h3 { font-size: 22px; }
    .article .content .imageblock { margin-bottom: 15px; }
    .article .content .quote { font-size: 28px; max-width: 480px; padding: 5px 0 22px 55px; }
    .article .attachments { padding-bottom: 25px; margin-bottom: 25px; }
    .article .attachments .title { height: 72px; line-height: 72px; font-size: 30px; }
    .article .attachments ul { margin-left: 0; }
    .article .attachments ul > li { width: 25.5%; margin-left: 4.4%; margin-bottom: 0; }
    .article .attachments ul > li a { padding: 18px 10px 10px; min-height: 116px; }
    .article .attachments ul > li .fa { font-size: 42px; }
    .article .attachments ul > li .filename { line-height: 18px; font-size: 18px; max-height: 36px; }
    .article .btn_info { height: 45px; line-height: 45px; margin-bottom: 27px; }
    .article .decleration { line-height: 26px; font-size: 18px; margin-bottom: 31px; }
    .article .decleration:before { right: -18px; top: -2px; font-size: 32px; }
    .article.vision .content .title_global { margin-bottom: 15px; }
}

@media screen and (min-width: 1024px) {
    .article { padding-left: 10.2%; }
    .article .topbar { padding: 47px 0 18px; }
    .article .content { line-height: 28px; }
    .article .content .title_global { margin-bottom: 31px; }
    .article .content .desc { margin-bottom: 19px; }
    .article .content .imageblock { margin-bottom: 20px; }
    .article .content .quote { padding: 9px 0 32px 55px; max-width: 430px; }
    .article .album { padding-bottom: 32px; }
    .article .attachments { padding-bottom: 30px; margin-bottom: 28px; }
    .article .btn_info { height: 50px; line-height: 50px; margin-bottom: 37px; }
    .article .decleration { line-height: 28px; }
    .article .decleration:before { top: -5px; font-size: 36px; }
    .article.vision { padding-top: 16px; }
    .article.vision .content .title_global { margin-bottom: 22px; }
}

@media screen and (min-width: 1280px) {
    .article { padding-left: 13.2%; }
    .article .topbar { padding: 57px 0 28px; }
    .article .topbar .back { font-size: 22px; line-height: 22px; }
    .article .topbar .back .fa { font-size: 20px; }
    .article .topbar .share > li { margin-right: 18px; }
    .article .topbar .share > li a { font-size: 21px; }
    .article .content { padding-top: 29px; font-size: 20px; line-height: 30px; padding-bottom: 19px; }
    .article .content .details { font-size: 20px; line-height: 20px; margin-bottom: 17px; }
    .article .content .title_global { line-height: 46px; margin-bottom: 41px; font-size: 60px; }
    .article .content .desc { margin-bottom: 29px; }
    .article .content .paragraph { margin-bottom: 19px; }
    .article .content .paragraph.bottomlink { padding-top: 11px; }
    .article .content .paragraph ul { padding: 10px 40px 10px 0; }
    .article .content .paragraph ul ul { padding-top: 0; padding-bottom: 0; }
    .article .content h3 { font-size: 24px; }
    .article .content .imageblock { margin-bottom: 30px; }
    .article .content .quote { font-size: 30px; }
    .article .album { padding-bottom: 42px; }
    .article .attachments { padding-bottom: 40px; margin-bottom: 38px; }
    .article .attachments .title { height: 82px; line-height: 82px; }
    .article .attachments ul > li a { padding: 26px 15px 18px; min-height: 144px; }
    .article .attachments ul > li .fa { font-size: 46px; margin-bottom: 18px; }
    .article .btn_info { height: 60px; line-height: 60px; font-size: 20px; margin-bottom: 47px; }
    .article .decleration { line-height: 30px; font-size: 20px; margin-bottom: 41px; }
    .article .decleration:before { right: -22px; top: -8px; font-size: 40px; }
    .article.vision .content .title_global { margin-bottom: 32px; }
}
/** Big image top **/
.bigimagetop .image { position: relative; overflow: hidden; height: 200px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; }
.visionimage { position: relative; direction: rtl; text-align: right; }
.visionimage .image { height: 250px; }
.visionimage .label { position: absolute; bottom: 0; right: 0; width: 100%; min-height: 87px; background: rgba(0,0,0,0.5); }
.visionimage .label .title { margin: 0; color: #FFF; font-size: 29px; line-height: 24px; font-weight: 700; padding: 20px 0 20px; }

@media screen and (min-width: 768px) {
    .bigimagetop .image { height: 250px; }
    .visionimage .image { height: 300px; }
    .visionimage .label .title { font-size: 36px; line-height: 36px; padding: 20px 0 10px; }
}

@media screen and (min-width: 1024px) {
    .bigimagetop .image { height: 300px; }
    .visionimage .image { height: 352px; }
    .visionimage .label { min-height: 107px; }
    .visionimage .label .title { font-size: 38px; padding: 29px 0 15px; }
}

@media screen and (min-width: 1280px) {
    .bigimagetop .image { height: 366px; }
    .visionimage .image { height: 418px; }
    .visionimage .label { min-height: 127px; }
    .visionimage .label .title { font-size: 40px; padding: 39px 0 20px; }
}
/** Services lobby **/
.services_lobby { direction: rtl; text-align: right; padding-bottom: 41px; background: #084C90; }
.services_lobby:after { clear: both; display: table; content: ''; }
.services_lobby .top { padding-top: 40px; padding-bottom: 33px; }
.services_lobby .services_list { margin: 0 0 22px; }
.services_lobby .services_list:after { clear: both; display: table; content: ''; }
.services_lobby .services_list > li { position: relative; margin: 0 0 40px; }
.services_lobby .services_list > li:last-child { margin-bottom: 0; }
.services_lobby .services_list > li a { color: #FFF; text-decoration: none; display: block; padding: 0 99px 0 0; min-height: 74px; }
.services_lobby .services_list > li .icon { width: 74px; height: 74px; border: 1px solid #FFF; background: #084C90; position: absolute; right: 0; top: 0; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; overflow: hidden; }
.services_lobby .services_list > li .icon img { position: absolute; z-index: 2; width: 38px; height: 38px; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; margin: auto; display: block; }
.services_lobby .services_list > li a:hover .icon { border: 0 solid rgba(255,255,255,0); }
.services_lobby .services_list > li .icon .before { position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; margin: auto; display: block; width: 74px; height: 74px; border: 0 solid #f6382d; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; -o-transition: all 0.25s ease-out; transition: all 0.25s ease-out; }
.services_lobby .services_list > li a:hover .icon .before { border-width: 37px; }
.services_lobby .services_list > li .desc { font-size: 18px; line-height: 16px; font-weight: 400; overflow: hidden; max-height: 120px; }
.services_lobby .services_list > li .desc .title { font-size: 19px; line-height: 19px; font-weight: 700; margin-bottom: 10px; display: block; }
.services_lobby .btn_all { color: #FFF; font-size: 22px; line-height: 22px; font-weight: 500; display: block; width: 100px; text-align: center; margin: 0 auto; }
.services_lobby .btn_all .fa { font-size: 36px; vertical-align: middle; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.services_lobby .btn_all:hover, .services_lobby .btn_all:active { text-decoration: underline; }
.services_lobby .btn_all:hover .fa, .services_lobby .btn_all:active .fa { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

@media screen and (min-width: 768px) {
    .services_lobby { padding-bottom: 29px; }
    .services_lobby .top { padding-top: 44px; padding-bottom: 41px; }
    .services_lobby .services_list { margin: 0 0 22px -3.5%; }
    .services_lobby .services_list > li { float: right; width: 44.75%; margin: 0 0 36px 3.5%; }
    .services_lobby .services_list > li a { padding: 0 118px 0 0; min-height: 90px; }
    .services_lobby .services_list > li .icon { width: 90px; height: 90px; border-width: 2px; }
    .services_lobby .services_list > li .icon img { width: 45px; height: 45px; }
    .services_lobby .services_list > li .icon .before { width: 90px; height: 90px; }
    .services_lobby .services_list > li a:hover .icon .before { border-width: 45px; }
    .services_lobby .services_list > li .desc { line-height: 22px; height: 105px; }
    .services_lobby .services_list > li .desc .title { font-size: 20px; line-height: 20px; margin-bottom: 11px; }
    .services_lobby .btn_all { font-size: 22px; line-height: 22px; width: auto; }
    .services_lobby .btn_all .fa { font-size: 36px; margin-right: 18px; }
}

@media screen and (min-width: 1024px) {
    .services_lobby { padding-bottom: 39px; }
    .services_lobby .top { padding-top: 64px; padding-bottom: 61px; }
    .services_lobby .services_list > li { width: 31%; margin: 0 0 46px 2%; }
}

@media screen and (min-width: 1280px) {
    .services_lobby { padding-bottom: 49px; }
    .services_lobby .top { padding-top: 74px; padding-bottom: 71px; }
    .services_lobby .services_list { margin: 0 0 32px -3.5%; }
    .services_lobby .services_list > li { margin: 0 0 56px 2%; }
    .services_lobby .services_list > li a { padding: 6px 132px 0 0; min-height: 100px; }
    .services_lobby .services_list > li .icon img { width: auto; height: auto; }
    .services_lobby .services_list > li .icon { width: 100px; height: 100px; }
    .services_lobby .services_list > li .icon .before { width: 100px; height: 100px; }
    .services_lobby .services_list > li a:hover .icon .before { border-width: 50px; }
}
/** Sub nav **/
.subnav { direction: rtl; text-align: right; position: relative; z-index: 5; }
.subnav .innerpage { position: absolute; top: 0; right: 0; width: 100%; }
.subnav.active .innerpage { -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
.subnav .toggleSubNav { background-color: #004B92; height: 57px; line-height: 58px; padding: 0 15px 0 45px; cursor: pointer; color: #FFF; font-weight: 400; font-size: 20px; position: relative; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.subnav .toggleSubNav .fa { position: absolute; left: 22px; top: 0; line-height: 57px; font-size: 16px; }
.subnav.active .toggleSubNav .fa:before { content: '\f0d8'; }
.subnav .subnav_list { display: none; position: relative; background: #F6F6F6; padding: 13px 22px 10px; }
.subnav .subnav_list > li { border-bottom: 1px solid #d2d2d2; }
.subnav .subnav_list > li:nth-last-child(2) { border-bottom: none; }
.subnav .subnav_list > li > a { line-height: 36px; display: block; color: #363636; font-size: 18px; font-weight: 400; text-decoration: none; }
.subnav .subnav_list > li > a.active, .subnav .subnav_list > li > a:hover, .subnav .subnav_list > li > a:active { color: #004B92; font-weight: 700; font-size: 19px; }
.subnav .subnav_list > li.more { display: none; }

@media screen and (min-width: 768px) {
    .subnav { background-color: #004B92; border-bottom: 1px solid rgba(0, 37, 73, 0.46); height: auto; }
    .subnav .innerpage { position: relative; }
    .subnav.active .innerpage { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
    .subnav .subnav_list { padding-right: 3px; height: 56px; overflow: hidden; background: none; padding: 0 3px 0 0; display: block; }
    .subnav .subnav_list:after { content: ''; display: table; clear: both; }
    .subnav .subnav_list > li { float: right; margin-left: 1px; position: relative; border-bottom: none; }
    .subnav .subnav_list > li > a { line-height: 56px; color: #FFF; padding: 0 10px; -webkit-transition: all 0.15s; -moz-transition: all 0.15s; -o-transition: all 0.15s; transition: all 0.15s; }
    .subnav .subnav_list > li > a.active, .subnav .subnav_list > li > a:hover, .subnav .subnav_list > li > a:active { background: #002549; font-size: 18px; font-weight: 400; color: #FFF; }
    .subnav .subnav_list > li .tooltip { padding: 20px 14px 15px; display: none; position: absolute; top: 116%; right: 50%; margin-right: -125px; width: 260px; z-index: 9; background-color: #FFF; border: 1px solid #E6E6E6; -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); text-align: center; }
    .subnav .subnav_list > li .tooltip:after { content: ''; display: block; position: absolute; width: 32px; height: 21px; background: url('../images/arr-tooltip.png') no-repeat 0 0; background-size: 100%; bottom: 100%; right: 50%; margin-right: -21px; }
    .subnav .subnav_list > li .tooltip:before { content: ''; display: block; position: absolute; width: 100%; height: 14px; bottom: 100%; right: 0; }
    .subnav .subnav_list > li .tooltip > li { text-align: right; margin-bottom: 12px; }
    .subnav .subnav_list > li .tooltip > li:last-child { margin-bottom: 0; }
    .subnav .subnav_list > li .tooltip > li > a { color: #363636; font-size: 20px; line-height: 20px; font-weight: 400; text-decoration: none; display: block; }
    .subnav .subnav_list > li .tooltip > li > a:hover, .subnav .subnav_list > li .tooltip > li > a:active, .subnav .subnav_list > li .tooltip > li > a.active { text-decoration: underline; color: #004B92; }
}

@media screen and (min-width: 1024px) {
    .subnav .subnav_list { padding-right: 6px; height: 66px; }
    .subnav .subnav_list > li > a { line-height: 66px; }
    .subnav .subnav_list > li .tooltip { padding: 25px 19px 20px; margin-right: -150px; width: 285px; }
    .subnav .subnav_list > li .tooltip:after { margin-right: -10px; }
    .subnav .subnav_list > li .tooltip > li > a { font-size: 22px; line-height: 22px; }
}

@media screen and (min-width: 1280px) {
    .subnav .subnav_list { height: 76px; }
    .subnav .subnav_list > li > a { line-height: 76px; font-size: 20px; padding: 0 14px; }
    .subnav .subnav_list > li > a.active, .subnav .subnav_list > li > a:hover, .subnav .subnav_list > li > a:active { font-size: 20px; }
    .subnav .subnav_list > li .tooltip { padding: 35px 29px 30px; margin-right: -175px; width: 330px; }
    .subnav .subnav_list > li .tooltip > li { margin-bottom: 16px; }
    .subnav .subnav_list > li .tooltip > li:last-child { margin-bottom: 0; }
    .subnav .subnav_list > li .tooltip > li > a { font-size: 24px; line-height: 24px; }
}
/** Information center **/
.infocenter_top { background-color: #F6F6F6; direction: rtl; text-align: center; }
.infocenter_top .inner { min-height: 201px; position: relative; padding: 70px 0 50px 0; color: #363636; }
.infocenter_top .icon { width: 74px; height: 74px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; margin: 0 auto 18px; position: relative; overflow: hidden; }
.infocenter_top .icon img { position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; margin: auto; display: block; width: 36px; }
.infocenter_top .title_global { line-height: 41px; margin: 0 0 10px; font-weight: 700; }
.infocenter_top .desc { font-size: 17px; line-height: 15px; font-weight: 400; padding-right: 4px; }
.infocenter_top .btn { display: none; }
.infocenter_tabs { padding-top: 10px; padding-bottom: 10px; background: #FFF; }
.infocenter_tabs .infocenter_tabs { padding-top: 10px; }
.infocenter_tabs .tabs_side { padding-top: 0; }
.infocenter_tabs .tabs_side > li .table { background: #FFF; }
.infocenter_tabs .tabs_side > li:last-child .table { border-bottom: none; }
.infocenter_tabs .members { color: #363636; padding: 18px 10px 10px 10px; }
.infocenter_tabs .members .title { font-size: 45px; line-height: 41px; margin: 0 0 10px; font-weight: 700; text-align: center; }
.infocenter_tabs .members .desc { font-size: 18px; line-height: 19.5px; font-weight: 400; }
.infocenter_tabs .members .members_list { padding-top: 5px; }
.infocenter_tabs .members .members_list > li { min-height: 125px; position: relative; padding: 19px 100px 0 0; border-bottom: 1px solid #ebebeb; margin-bottom: 10px; }
.infocenter_tabs .members .members_list > li:last-child { border-bottom: none; }
.infocenter_tabs .members .members_list > li .image { position: absolute; right: 0; top: 50%; margin-top: -37px; width: 74px; min-height: 74px; height: auto; background-color: #CCC; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; overflow: hidden; }
.infocenter_tabs .members .members_list > li .image img { position: absolute; left: -9999px; right: -9999px; top: -9999px; bottom: -9999px; width: 104%; margin: auto; display: block; }
.infocenter_tabs .members .members_list > li .details { font-size: 17px; font-weight: 400; line-height: 18px; margin-bottom: 8px; width: 65%; }
.infocenter_tabs .members .members_list > li .details .name { font-size: 22px; font-weight: 500; display: block; line-height: 22px; }
.infocenter_tabs .members .members_list > li .btns_group { height: 45px; }
.infocenter_tabs .members .members_list > li .btns_group a { display: block; width: 37px; height: 37px; float: right; margin-left: 8px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; position: relative; }
.infocenter_tabs .members .members_list > li .btns_group a:after { content: ''; position: absolute; left: 0; right: 0; top: 50%; margin: -9.5px auto 0; display: block; width: 19px; height: 19px; background: url('../images/info_icon_1.png') no-repeat 0 0; background-size: 100%; }
.infocenter_tabs .members .members_list > li .btns_group a.icon_2:after { background-image: url('../images/info_icon_2.png'); }
.infocenter_tabs .members .members_list > li .btns_group a.icon_3:after { background-image: url('../images/info_icon_3.png'); }
.infocenter_tabs .members .members_list > li .btns_group a .tooltip_in { display: none; position: absolute; z-index: 2; width: 100px; height: 38px; line-height: 38px; text-align: center; font-size: 18px; font-weight: 400; color: #363636; background-color: #EBEBEB; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; right: 50%; margin-right: -50px; bottom: 110%; }
.infocenter_tabs .members .members_list > li .btns_group a .tooltip_in:after { content: ''; position: absolute; top: 100%; right: 50%; margin-right: -6.5px; border-style: solid; border-width: 11px 6.5px 0 6.5px; border-color: #ebebeb transparent transparent transparent; }
.infocenter_tabs .members .members_list > li .btns_group a:hover .tooltip_in, .infocenter_tabs .members .members_list > li .btns_group a:focus .tooltip_in { display: block; }

.infocenter_tabs .article h3 { margin: 0; color: #004B92; font-size: 20px; margin-bottom: 5px; }

@media screen and (min-width: 768px) {
    .infocenter_top { text-align: right; }
    .infocenter_top .inner { padding: 41px 106px 75px 10%; }
    .infocenter_top .icon { width: 80px; height: 80px; top: 54px; position: absolute; right: 2px; margin: 0; }
    .infocenter_top .title_global { margin: 0 0 10px; text-align: right; }
    .infocenter_top .desc { font-size: 18px; line-height: 18px; }
    .infocenter_top .btn { display: block; padding: 0 14px 0 12px; position: absolute; bottom: 20px; right: 108px; line-height: 21px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; display: block; text-align: center; font-size: 16px; font-weight: 500; color: #FFF; text-decoration: none; overflow: hidden; }
    .infocenter_top .btn .fa { font-size: 12px; vertical-align: middle; margin-right: 3px; }
    .infocenter_top .btn_toggle_desc > span { position: relative; z-index: 2; }
    .infocenter_top .btn_toggle_desc.active .fa:before { content: '\f077'; }
    .infocenter_top .btn_order { right: auto; left: 0; line-height: 35px; padding: 0 21px 0 18px; background-color: #D02333; }
    .infocenter_top .btn_order:hover, .infocenter_top .btn_order:active { background: #EB283B; }
    .infocenter_tabs { padding-top: 78px; padding-bottom: 57px; }
    .infocenter_tabs .tabs_side > li:after { display: none; }
    .infocenter_tabs .tabs_side > li .table { padding: 10px 0; }
    .infocenter_tabs .tabs_side > li .table .cell { padding-left: 10px; }
    .infocenter_tabs .members { padding-top: 0; }
    .infocenter_tabs .members .title { line-height: 20px; text-align: right; }
    .infocenter_tabs .members .desc { line-height: 22px; }
    .infocenter_tabs .members .members_list > li { min-height: 0; height: auto; padding: 30px 103px 0 0; margin-bottom: 8px; }
    .infocenter_tabs .members .members_list > li .image { margin-top: -40px; width: 80px; height: 80px; }
    .infocenter_tabs .members .members_list > li .details { line-height: 20px; margin-bottom: 0; }
    .infocenter_tabs .members .members_list > li .details .name { font-size: 24px; line-height: 24px; }
    .infocenter_tabs .members .members_list > li .btns_group { position: absolute; left: 0; top: 50%; margin-top: -22.5px; padding-left: 15px; }
    .infocenter_tabs .members .members_list > li .btns_group a { width: 45px; height: 45px; margin: 0 10px 0 0; }
    .infocenter_tabs .members .members_list > li .btns_group a:after { width: 22px; height: 22px; margin-top: -11px; }
    .infocenter_tabs .members .members_list > li .btns_group a .tooltip_in { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; bottom: 134%; }
}

@media screen and (min-width: 1024px) {
    .infocenter_top .inner { min-height: 206px; padding: 51px 116px 75px 17%; }
    .infocenter_top .icon { width: 90px; height: 90px; top: 64px; }
    .infocenter_top .icon img { width: 41px; }
    .infocenter_top .title_global { line-height: 55px; }
    .infocenter_top .btn { right: 118px; }
    .infocenter_top .btn_order { left: 0; right: auto; }
    .infocenter_tabs { padding-top: 88px; padding-bottom: 67px; }
    .infocenter_tabs .tabs_side > li .table { padding: 0; }
    .infocenter_tabs .tabs_side > li .table .cell { padding-left: 20px; }
    .infocenter_tabs .members .title { font-size: 50px; line-height: 40px; margin: 0 0 15px; }
    .infocenter_tabs .members .desc { line-height: 24px; }
    .infocenter_tabs .members .members_list > li { min-height: 120px; height: auto; padding: 5px 123px 0 0; }
    .infocenter_tabs .members .members_list > li .image { margin-top: -45px; width: 90px; height: 90px; }
    .infocenter_tabs .members .members_list > li .details .name { font-size: 28px; line-height: 28px; }
}

@media screen and (min-width: 1280px) {
    .infocenter_top .inner { min-height: 270px; padding: 61px 126px 85px 17%; }
    .infocenter_top .icon { width: 100px; height: 100px; top: 74px; }
    .infocenter_top .icon img { width: auto; }
    .infocenter_top .title_global { line-height: 65px; margin: 0 0 15px; }
    .infocenter_top .desc { font-size: 20px; line-height: 20px; }
    .infocenter_top .btn { right: 128px; }
    .infocenter_top .btn_order { left: 0; right: auto; }
    .infocenter_tabs { padding-top: 98px; padding-bottom: 77px; }
    .infocenter_tabs .tabs_side > li .table .cell { padding-left: 30px; }
    .infocenter_tabs .members .title { font-size: 60px; line-height: 50px; margin: 0 0 22px; }
    .infocenter_tabs .members .desc { font-size: 20px; line-height: 26px; }
    .infocenter_tabs .members .members_list { padding-top: 5px; }
    .infocenter_tabs .members .members_list > li { min-height: 140px; height: auto; padding: 45px 133px 0 0; margin-bottom: 8px; }
    .infocenter_tabs .members .members_list > li .image { margin-top: -50px; width: 100px; height: 100px; }
    .infocenter_tabs .members .members_list > li .details { font-size: 20px; line-height: 22px; }
    .infocenter_tabs .members .members_list > li .details .name { font-size: 30px; line-height: 30px; }
    .infocenter_tabs .members .members_list > li .btns_group { height: 50px; margin-top: -25px; padding-left: 0; }
    .infocenter_tabs .members .members_list > li .btns_group a { width: 50px; height: 50px; }
    .infocenter_tabs .members .members_list > li .btns_group a:after { width: 26px; height: 26px; margin-top: -13px; }
    .infocenter_tabs .members .members_list > li .btns_group a .tooltip_in { width: 106px; height: 42px; line-height: 42px; font-size: 20px; margin-right: -53px; }
}
/** Service box **/
.service_box { background: #f6f6f6; padding-bottom: 8px; }
.service_box .top { padding-bottom: 38px; padding-top: 31px; }
.service_box .top .title_global { text-align: center; margin-bottom: 11px; }
.service_box .top .desc { color: #363636; font-size: 17px; line-height: 21px; font-weight: 300; }
.service_box .form .item { margin-bottom: 16px; }
.service_box .form .item input[type="text"], .service_box .form .item select, .service_box .form .item .chosen-container-single .chosen-single, .service_box .form .item .member .radio .radio_c { background-color: #FFF; }
.service_box .form .item.item_submit { padding-top: 5px; }
.service_box .form .item .submit { background: #d02333; }
.service_box .form .item .submit:hover, .service_box .form .item .submit:active { background: #EB283B; }

@media screen and (min-width: 768px) {
    .service_box { padding-bottom: 0; }
    .service_box .top { padding-bottom: 34px; padding-top: 47px; }
    .service_box .top .title_global { margin-bottom: 0; text-align: right; }
    .service_box .top .desc { font-size: 18px; line-height: 22px; max-width: 700px; padding-left: 15px; }
    .service_box .form .item { margin-bottom: 19px; }
    .service_box .form .item.item_member { padding: 20px 7px 0 0; }
    .service_box .form .item.item_submit { padding-top: 8px; }
}

@media screen and (min-width: 1024px) {
    .service_box { padding-bottom: 17px; }
    .service_box .top { padding-bottom: 48px; padding-top: 57px; }
    .service_box .top .title_global { margin-bottom: 5px; }
    .service_box .top .desc { line-height: 24px; }
    .service_box .form .item { margin-bottom: 24px; }
    .service_box .form .item.item_member { padding: 26px 7px 0 0; }
    .service_box .form .item.item_submit { padding-top: 12px; }
}

@media screen and (min-width: 1280px) {
    .service_box .top { padding-bottom: 58px; padding-top: 67px; }
    .service_box .top .title_global { margin-bottom: 10px; }
    .service_box .top .desc { font-size: 20px; line-height: 28px; max-width: 800px; }
    .service_box .form .item { margin-bottom: 29px; }
    .service_box .form .item.item_member { padding: 31px 7px 0 0; }
}
/** Hot news **/
.hotnews { text-align: right; direction: rtl; background: #363636; }
.hotnews .top { padding-top: 26px; padding-bottom: 27px; }
.hotnews .item { position: relative; overflow: hidden; }
.hotnews .item a { display: block; color: #363636; }
.hotnews .item .image { position: relative; overflow: hidden; padding-bottom: 100%; }
.hotnews .item .image img { position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; margin: auto; display: block; height: 102%; }
.hotnews .item .bottom { position: absolute; bottom: 0; right: 0; width: 100%; background: #FFF; text-align: center; font-size: 16px; line-height: 16px; font-weight: 400; padding: 12px 20px 8px; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }
.hotnews .item .bottom .title { font-size: 20px; line-height: 20px; font-weight: 500; display: block; }
.hotnews .item .toggle { display: none; }
.hotnews .item:hover .toggle, .hotnews .item:active .toggle { top: 0; }
.hotnews .item:hover .bottom, .hotnews .item:active .bottom { background-color: #004B92; color: #FFF; }
.hotnews .item:hover .bottom .desc, .hotnews .item:active .bottom .desc { text-decoration: none; }
.hotnews .more { padding-top: 26px; padding-bottom: 26px; }
.hotnews .more .btn_all { color: #FFF; display: block; text-align: center; font-size: 22px; line-height: 22px; font-weight: 500; direction: ltr; text-decoration: none; }
.hotnews .more .btn_all .fa { font-size: 36px; font-weight: 400; vertical-align: middle; }
.hotnews .more .btn_all.with_text .fa { margin-right: 15px; }
.hotnews .more .btn_all:hover, .hotnews .more .btn_all:active { text-decoration: underline; }
.hotnews .more .btn_all:hover .fa, .hotnews .more .btn_all:active .fa { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.hotnews .fa-plus-circle { margin-right: 10px; }

@media screen and (min-width: 768px) {
    .hotnews .top { padding-top: 21px; padding-bottom: 22px; }
    .hotnews .item .bottom .title { font-size: 21px; line-height: 21px; }
    .hotnews .more { padding-top: 36px; padding-bottom: 45px; }
    .hotnews .more .btn_all { float: left; }
}

@media screen and (min-width: 1024px) {
    .hotnews .item .toggle { display: block; position: absolute; padding-bottom: 100%; width: 101%; top: 100%; right: -1px; background: #FFF; background: rgba(255,255,255,0.9); color: #000; line-height: 20px; font-size: 18px; font-weight: 400; -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); -webkit-transition-delay: 0.2s; transition-delay: 0.2s; }
    .hotnews .item .toggle .inner { position: absolute; right: 0; top: 0; padding: 22px 15px 0 20px; vertical-align: middle; letter-spacing: -0.1px; overflow: hidden; max-height: 102px; }
}

@media screen and (min-width: 1280px) {
    .hotnews .top { padding-top: 31px; padding-bottom: 32px; }
    .hotnews .item .bottom { padding: 18px 30px 14px; }
    .hotnews .item .bottom .title { font-size: 23px; line-height: 23px; }
    .hotnews .item .toggle { line-height: 22px; font-size: 20px; }
    .hotnews .item .toggle .inner { padding: 32px 20px 0 30px; max-height: 142px; }
    .hotnews .more { padding-bottom: 55px; }
}
/** Business opp **/
.business_opp { background: #FFF; text-align: right; direction: rtl; opacity: 1; }
.business_opp .search_form { padding-top: 21px; padding-bottom: 35px; }
.business_opp .search_form .row.first { margin-bottom: 13px; }
.business_opp .search_form .col6 { margin-bottom: 13px; }
.business_opp .search_form .row.second .col3 { margin-bottom: 17px; }
.business_opp .search_form .col6_mobile { width: 46.22%; margin: 0 0 0 7.5%; float: right; }
.business_opp .search_form .col6_mobile.mobile_last { margin: 0; }
.business_opp .search_form .input { position: relative; }
.business_opp .search_form .input input[type='text'] { height: 38px; background-color: #FFF; border: 2px solid #afafaf; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; width: 100%; color: #363636; text-indent: 4px; font-size: 18px; font-weight: 500; padding-left: 38px; position: relative; z-index: 1; background: none; }
.business_opp .search_form .input .datepicker { cursor: pointer; }
.business_opp .search_form .input .fa { position: absolute; left: 12px; top: 8px; color: #4D4D4D; font-size: 19px; z-index: 0; }
.business_opp .search_form .chosen-container-single { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
.business_opp .search_form .chosen-container-single .chosen-single { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; border-color: #afafaf; }
.business_opp .search_form .chosen-container-single .chosen-single div b { background: none; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #000; font-size: 16px; top: 0; margin-top: 0; height: 34px; line-height: 34px; }
.business_opp .search_form .chosen-container-single .chosen-single div b:before { content: "\f0d7"; }
.business_opp .search_form .chosen-container-active.chosen-with-drop .chosen-single div b:before { content: "\f0d8"; }
.business_opp .search_form .chosen-container-active .chosen-single { border-width: 2px; }
.business_opp .search_form .chosen-container-active.chosen-with-drop .chosen-single { -moz-border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0; border-width: 2px; }
.business_opp .search_form .chosen-container-active.chosen-with-drop .chosen-drop { -moz-border-radius: 0 0 10px 10px; -webkit-border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px; border-width: 2px; border-color: #afafaf; }
.business_opp .search_form .chosen-container .chosen-results li:last-child { -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }
.business_opp .search_form .submit input[type='submit'] { border: none; height: 38px; text-align: center; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; color: #FFF; font-size: 18px; font-weight: 500; width: 100%; cursor: pointer; }
.business_opp .search_form.with_banner { position: relative; display: block; }
.business_opp .search_form.with_banner .banner { position: absolute; left: 15px; top: -17px; display: none; }
.business_opp .search_form.with_banner .banner img { display: block; height: 150px; }


.business_opp .search_form select {
    height: 50px;
    width: 100%; border: 2px solid #afafaf;
    color: #363636; text-indent: 8px; font-size: 18px; font-weight: 500;
    font-size: 18px;
    font-weight: 500;
    text-indent: 5px;
    padding:10px;
    background:#fff url('../../images/chosen-arrow.png') no-repeat 10px;
    background-size: 17px 10px;
    -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
}
@media screen and (max-width: 768px) {
    /**for mobile**/
    .business_opp .search_form select {
    height: 38px;
    }
    }

/**temp***/
.business_opp .load_more { width: 100%; padding-top: 0; height: 31px; margin-bottom: 27px; }
.business_opp .load_more .spinner { top: 0; }
.tablesorter { margin-bottom: 20px; }
.tablesorter .thead { display: none; }
.tablesorter .tbody ul { border-top: 1px solid #afafaf; margin: 0; padding: 25px 0 15px; }
.tablesorter .tbody ul.hide { display: none; }
.tablesorter .tbody ul li { font-size: 17px; line-height: 17px; font-weight: 400; }
.tablesorter .tbody ul li .table { display: block; }
.tablesorter .tbody ul li a { color: #000; display: block; text-decoration: none; position: relative; padding: 0 36.5% 15px 0; min-height: 32px; }
.tablesorter .ltrTable ul li a { color: #000; display: block; text-decoration: none; position: relative; padding: 0 0 15px 36.5%; min-height: 32px; }
/*.tablesorter .tbody ul li.locked_dt a{color: #EA5853;}*/
.tablesorter .tbody ul li .label { font-size: 18px; line-height: 17px; font-weight: 500; position: absolute; right: 5px; top: 0; padding-top: 1px; width: 36.5%; }
.tablesorter .ltrTable ul li .label { font-size: 18px; line-height: 17px; font-weight: 500; position: absolute; left: 0; top: 0; padding-top: 1px; width: 36.5%; }
.business_opp .tablesort .banner { display: none; margin-bottom: 60px; }
.business_opp .tablesort .banner img { width: 100%; max-width: 1170px; }
.business_opp .tablesort .th:hover { color: #000; }
.business_opp .tablesort a { color: #000; text-decoration: none; }
.locked_icon { display: block; width: 14px; height: 18px; background: url('../images/locked_icon.png') no-repeat 0 0; background-size: 100%; }
.locked_outer { position: relative; cursor: pointer; height: 61px; line-height: 61px; }
.locked_outer > a { color: #EA5853; display: block; text-decoration: none; padding: 0 12px 0 66px; }
.locked_outer .member_only { position: absolute; left: 12px; top: 5px; text-align: center; font-size: 14px; font-weight: 500; line-height: 14px; }
.locked_outer .member_only .member_icon { width: 40px; height: 40px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; border: 2px solid #EA5853; display: block; position: relative; }
.locked_outer .member_only .member_icon:after { width: 13px; height: 21px; content: ''; display: inline-block; vertical-align: middle; background: url('../images/icon-login.png') no-repeat 0 0; background-size: auto 100%; position: absolute; right: 0; left: 0; top: 50%; margin: -10.5px auto 0; }
.locked_outer:hover .member_only .member_icon:after, .locked_outer:focus .member_only .member_icon:after, .locked_outer .o_tooltip.active .member_only .member_icon:after { background-position: right top; }
.locked_outer:hover .member_only .member_icon, .locked_outer:focus .member_only .member_icon, .locked_outer .o_tooltip.active .member_only .member_icon { background: #EA5853; }
.locked_outer .tooltip { display: none; position: absolute; bottom: 100%; right: 0; width: 227px; background-color: #FFF; border: 1px solid #E6E6E6; -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); z-index: 2; }
.locked_outer .tooltip:after { content: ''; display: block; position: absolute; width: 32px; height: 21px; background: url('../images/arr-tooltip.png') no-repeat 0 0; background-size: 100%; top: 100%; right: 19px; -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
.locked_outer .tooltip .title { height: 30px; background-color: #004B92; line-height: 30px; text-align: right; color: #FFF; font-size: 20px; font-weight: 400; padding-right: 11px; }
.locked_outer .tooltip .inner { padding: 8px 12px 14px; }
.locked_outer .tooltip .desc { color: #000; font-size: 18px; font-weight: 400; line-height: 18px; white-space: normal; margin-bottom: 10px; }
.locked_outer .tooltip .btns { text-align: center; line-height: normal; }
.locked_outer .tooltip .btns a { display: inline-block; vertical-align: middle; width: 95px; line-height: 30px; color: #FFF; font-size: 18px; font-weight: 500; height: 30px; background-color: #D02333; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; text-decoration: none; position: relative; }
.locked_outer .tooltip .btns a:hover, .locked_outer .tooltip .btns a:active { background: #EB283B; }
.locked_outer .tooltip .btns .connect { margin: 0 1px 0 4px; border: 2px solid #004B92; background: #FFF; color: #004B92; height: 30px; font-weight: 400; line-height: 26px; }
.locked_outer .tooltip .btns .connect:before { content: ''; display: inline-block; vertical-align: middle; width: 11px; height: 18px; background: url('../images/icon-login.png') no-repeat 0 0; background-size: auto 100%; margin-left: 6px; }
.locked_outer .tooltip .btns .connect:hover, .locked_outer .tooltip .btns .connect:active { background: #004890; color: #FFF; }
.locked_outer .tooltip .btns .connect:hover:before, .locked_outer .tooltip .btns .connect:hover:before { background-position: -24px 0; }
.locked_outer.mobile { margin-bottom: 5px; }
.locked_outer.mobile .member_only { left: 0; right: 0; margin: 0 auto; top: 0; }
.locked_outer.mobile .member_only .member_icon { left: 0; right: 0; margin: 0 auto; }
.locked_outer.mobile .tooltip { margin: 0 auto; right: 0; left: 0; bottom: 80px; }
.locked_outer.mobile .tooltip:after { right: 0; left: 0; margin: 0 auto; }

@media screen and (min-width: 769px) {
    .business_opp .search_form { padding-top: 43px; }
    .business_opp .search_form .row.first { margin-bottom: 18px; }
    .business_opp .search_form .col6 { margin-bottom: 0; }
    .business_opp .search_form .col6_mobile { width: 23.09%; margin: 0 0 0 2.545%; float: right; }
    .business_opp .search_form .col6_mobile.col2 { width: 14.54%; }
    .business_opp .search_form .col6_mobile.col2.mobile_last { margin: 0 0 0 2.545%; }
    .business_opp .search_form .col6_mobile.col2.mobile_last.last { margin: 0; }
    .business_opp .search_form .input input[type='text'] { height: 40px; text-indent: 13px; }
    .business_opp .search_form .input .fa { font-size: 22px; }
    .business_opp .search_form .chosen-container-single .chosen-single div b { font-size: 18px; height: 36px; line-height: 36px; }
    .business_opp .search_form .submit input[type='submit'] { height: 40px; }
    .business_opp .search_form.with_banner .banner { left: 25px; top: -11px; display: block; }
    .business_opp .search_form.with_banner .banner img { width: 166px; }
    .business_opp .load_more { height: 36px; margin-bottom: 37px; }
    .business_opp .tablesort .banner { display: block; }
    .tablesorter { color: #000; width: 100%; margin-bottom: 25px; }
    .tablesorter { display: table; border-collapse: collapse; width: 100%; }
    .tablesorter .thead { display: table-header-group; }
    .tablesorter .tbody { display: table-row-group; }
    .tablesorter ul { display: table-row; }
    .tablesorter ul li { display: table-cell; }
    .tablesorter ul { border-bottom: 1px solid #afafaf; border-top: none; }
    .tablesorter .tbody ul:last-child { border-bottom: none; }
    .tablesorter .thead { height: 61px; line-height: 40px; }
    .tablesorter .thead ul { border-color: #cacaca; }
    .tablesorter ul .th, .tablesorter ul li { vertical-align: middle; border-left: 1px solid #afafaf; }
    .tablesorter.ltr ul .th, .tablesorter.ltr ul li { vertical-align: middle; border-left: 0px solid #afafaf; border-right: 1px solid #afafaf; }
    /**ltr**/
    .tablesorter ul .th.not-sortable, .tablesorter ul .th.not-sortable:hover, .tablesorter ul .th.not-sortable:active { cursor: default; color: #000; }
    .tablesorter ul .th.locked, .tablesorter ul .th.locked:hover, .tablesorter ul .th.locked:active { color: #000; }
    .tablesorter ul .th:last-child, .tablesorter ul li:last-child { border-left: none; }
    .tablesorter.ltr ul .th:last-child, .tablesorter.ltr ul li:last-child { border-right: none; }
    /**ltr**/
    .tablesorter ul .th { font-size: 20px; font-weight: 500; padding: 0 12px; letter-spacing: -0.8px; white-space: nowrap; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
    .tablesorter ul .th.locked { /*padding:0;*/ }
    .tablesorter ul .th .fa { display: none; font-size: 18px; vertical-align: middle; margin-right: 12px; }
    .tablesorter ul .th.active .fa { display: inline-block; }
    .tablesorter ul .th.active.asc .fa:before { content: "\f176"; }
    /**addition with cancelled script**/
    .tablesorter ul .th.default .fa { display: inline-block; }
    .tablesorter .tbody ul li { min-height: 50px; height: auto; text-align: center; font-size: 18px; font-weight: 400; letter-spacing: -0.5px; white-space: normal; }
    .tablesorter .tbody ul li:first-child { text-align: right; font-weight: 500; white-space: normal; }
    .tablesorter .tbody ul li .table { width: 100%; height: 100%; display: table; }
    .tablesorter .tbody ul li a { display: table-cell; width: 100%; height: 100%; vertical-align: middle; padding: 8px 15px; overflow: hidden; position: static; }
    .tablesorter .tbody ul li .overflowh { max-height: 36px; overflow: hidden; display: block; }
    .tablesorter .tbody ul:hover a { background: #f6f6f6; }
    .tablesorter .titleText { /*max-width:250px;*/ display: block; white-space: normal; }
    /**?????****/
    .branch_services .tablesorter .th { color: #363636 !important; }
    .locked_icon { width: 17px; height: 22px; margin: 0 auto; }
    .locked_outer .tooltip .title { font-size: 22px; }
    .locked_outer .tooltip .desc { font-size: 20px; }
    .locked_outer .tooltip .btns a { font-size: 20px; }
}

@media screen and (min-width: 1025px) {
    .business_opp .search_form { padding-top: 53px; }
    .business_opp .search_form .row.first { margin-bottom: 21px; }
    .business_opp .search_form .input input[type='text'] { height: 45px; font-size: 20px; }
    .business_opp .search_form .input .fa { left: 10px; top: 9px; font-size: 24px; }
    .business_opp .search_form .chosen-container-single .chosen-single div b { font-size: 20px; height: 41px; line-height: 41px; }
    .business_opp .search_form .submit input[type='submit'] { height: 45px; font-size: 20px; }
    .business_opp .search_form.with_banner .banner { left: 25px; top: -15px; }
    .business_opp .search_form.with_banner .banner img { width: 234px; }
    .business_opp .load_more { height: 41px; margin-bottom: 47px; }
    .tablesorter { margin-bottom: 28px; }
    .tablesorter ul .th { font-size: 21px; }
    .tablesorter ul .th .fa { font-size: 19px; }
}

@media screen and (min-width: 1280px) {
    .business_opp .search_form { padding-top: 63px; padding-bottom: 45px; }
    .business_opp .search_form .input input[type='text'] { height: 50px; padding-left: 45px; }
    .business_opp .search_form .input .fa { left: 13px; top: 10px; font-size: 26px; }
    .business_opp .search_form .chosen-container-single .chosen-single div b { font-size: 22px; height: 46px; line-height: 46px; }
    .business_opp .search_form .submit input[type='submit'] { height: 50px; }
    .business_opp .search_form.with_banner .banner { left: 15px; top: -17px; }
    .business_opp .search_form.with_banner .banner img { width: auto; }
    .business_opp .load_more { margin-bottom: 57px; }
    .tablesorter { margin-bottom: 38px; }
    .tablesorter .thead { height: 71px; }
    .tablesorter ul .th { font-size: 23px; padding: 0 14px; }
    .tablesorter ul .th .fa { font-size: 22px; }
    .tablesorter .tbody ul li { height: 60px; font-size: 20px; }
    .tablesorter .tbody ul li a { padding: 10px 17px; }
    .tablesorter .tbody ul li .overflowh { max-height: 40px; }
    .locked_icon { width: 19px; height: 24px; }
    .locked_outer { height: 71px; line-height: 71px; }
    .locked_outer > a { padding: 0 14px 0 76px; }
    .locked_outer .member_only { left: 14px; }
    .locked_outer .member_only .member_icon { width: 47px; height: 47px; }
    .locked_outer .member_only .member_icon:after { width: 17px; height: 26px; margin: -13px auto 0; }
    .locked_outer .tooltip { width: 268px; }
    .locked_outer .tooltip:after { width: 38px; height: 26px; right: 19px; }
    .locked_outer .tooltip .title { font-size: 24px; padding-right: 14px; }
    .locked_outer .tooltip .inner { padding: 11px 15px 17px; }
    .locked_outer .tooltip .desc { font-size: 22px; line-height: 20px; margin-bottom: 13px; }
    .locked_outer .tooltip .btns a { width: 113px; line-height: 33px; font-size: 22px; height: 33px; }
    .locked_outer .tooltip .btns .connect { margin: 0 1px 0 6px; height: 33px; line-height: 29px; }
    .locked_outer .tooltip .btns .connect:before { width: 14px; height: 22px; }
    .locked_outer .tooltip .btns .connect:hover:before, .locked_outer .tooltip .btns .connect:hover:before { background-position: -29px 0; }
}
/** Business opp - item **/
.business_opp_item .article { text-align: left; }
.business_opp_item .article .content { font-size: 14px; }
.business_opp_item .article .content .title_global { margin-bottom: 0; }
.business_opp_item .article .content .title_global.english { margin-bottom: 5px; text-align: left; font-size: 32px; line-height: 36px; direction: ltr; }
.business_opp_item .article .content .paragraph { font-family: 'Lato', sans-serif !important; direction: ltr; }
.business_opp_item .article .content .details { text-align: right; }
.business_opp_item .business_opp_block { direction: ltr; text-align: left; padding: 25px 0 22px; border-bottom: 1px solid #dbdbdb; }
.business_opp_item .business_opp_block .title { color: #363636; line-height: 25px; font-size: 25px; font-weight: 700; margin: 0 0 15px; text-align: right; }
.business_opp_item .business_opp_block .flag { margin-bottom: 6px; }
.business_opp_item .business_opp_block .flag img { max-width: 100px; display: block; width: 100%; }
.business_opp_item .business_opp_block ul { color: #000; /*font-family: "Lato"*/; font-size: 16px; line-height: 26px; font-weight: 400; padding-top: 10px; }
.business_opp_item .business_opp_block ul:after { content: ''; clear: both; display: table; }
.business_opp_item .business_opp_block ul > li { position: relative; padding-left: 37%; min-height: 26px; }
.business_opp_item .business_opp_block ul > li .label { font-weight: 700; position: absolute; left: 2px; top: 0; }
.business_opp_item .business_opp_block ul > li a { color: #004B92; word-break: break-all; }
.business_opp_item .business_opp_block ul > li a:hover, .business_opp_item .business_opp_block ul > li a:active { color: #005eb7; }
.business_opp_item .desc { font-size: 20px; padding-bottom: 20px; }
.businessorder_block { background: none; padding: 15px 0 33px; }
.businessorder_block .title { color: #363636; line-height: 25px; font-size: 25px; font-weight: 700; margin: 0 0 12px; }
.businessorder_block .form { margin-bottom: 0; }
.businessorder_block .form:after { content: ''; clear: both; display: table; }
.businessorder_block .form .item { margin-bottom: 15px; }
.businessorder_block .form .item.item_submit { padding-top: 5px; margin-bottom: 0; }
.businessorder_block .form .item input[type='text'], .businessorder_block .form .item select, .businessorder_block .form .item .chosen-container /*,.businessorder_block .form .item .captcha*/ { background-color: #FFF; }
.businessorder_block .form .item .submit { background: #d02333; width: 100%; }
.businessorder_block .form .item .submit:hover, .businessorder_block .form .submit:active { background: #EB283B; }

@media screen and (min-width: 568px) { /*.businessorder_block .form{margin-left: -2%;}    .businessorder_block .form .item{float:right;width:48%;margin-left:2%;}*/ /*.businessorder_block .form .item.item_submit{float:left;}*/
}

@media screen and (min-width: 768px) {
    .business_opp_item .article .content .title_global { margin-bottom: 5px; }
    .business_opp_item .article .content .title_global.english { margin-bottom: 15px; font-size: 40px; line-height: 40px; direction: ltr; }
    .business_opp_item .business_opp_block { padding: 35px 0 22px; }
    .business_opp_item .business_opp_block .title { line-height: 30px; font-size: 30px; }
    .business_opp_item .business_opp_block ul > li { padding-left: 112px; float: left; width: 50%; }
    .businessorder_block .title { line-height: 30px; font-size: 30px; }
}

@media screen and (min-width: 1024px) {
    .business_opp_item .article .content { font-size: 16px; }
    .business_opp_item .business_opp_block { padding: 45px 0 22px; }
    .business_opp_item .business_opp_block .title { margin: 0 0 20px; }
    .business_opp_item .business_opp_block ul { font-size: 18px; line-height: 28px; }
    .business_opp_item .business_opp_block ul > li { min-height: 28px; float: none; width: 100%; }
    .businessorder_block { padding: 20px 0 43px; }
    .businessorder_block .title { margin: 0 0 17px; }
    .businessorder_block .form { margin-left: 0; }
    .businessorder_block .form .item { float: none; width: 100%; margin-left: 0; }
    .businessorder_block .form .item.item_submit { padding-top: 5px; float: none; }
}

@media screen and (min-width: 1280px) {
    .business_opp_item .article .content { font-size: 18px; }
    .business_opp_item .article .content .title_global.english { font-size: 50px; line-height: 50px; direction: ltr; }
    .business_opp_item .business_opp_block { padding: 55px 0 32px; }
    .business_opp_item .business_opp_block .title { margin: 0 0 25px; }
    .business_opp_item .business_opp_block ul { font-size: 20px; line-height: 30px; }
    .business_opp_item .business_opp_block ul > li { min-height: 30px; }
    .businessorder_block { padding: 20px 0 53px; }
    .businessorder_block .form .item { margin-bottom: 21px; }
}
/** Anchor lobby **/
.bigbannertop .image { position: relative; overflow: hidden; height: 150px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; }
.bigbannertop .mask { width: 100%; height: 100%; position: absolute; z-index: 2; right: 0; top: 0; background: #000; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.3)"; filter: alpha(opacity=0.3); -moz-opacity: 0.3; opacity: 0.3; }
.anchor_lobby { direction: rtl; text-align: right; padding-bottom: 30px; }
.anchor_lobby .top { padding-top: 25px; padding-bottom:28px; }
.anchor_lobby .top .title_global { margin-bottom: 5px; padding-top: 25px; }
.anchor_lobby .top .desc { color: #363636; font-size: 18px; line-height: 20px; font-weight: 400; width: 100%; margin: 0 auto; text-align: center; }
.anchor_lobby .anchor_list:after { content: ''; clear: both; display: table; }
.anchor_lobby .anchor_list > li { margin: 0 0 33px 0; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.anchor_lobby .anchor_list > li:last-child { margin-bottom: 10px; }
.anchor_lobby .anchor_list > li .toggle { display: none; }
.anchor_lobby .anchor_list > li a { position: relative; display: block; overflow: hidden; }
.anchor_lobby .anchor_list > li .image { position: relative; overflow: hidden; padding-bottom: 100%; }
.anchor_lobby .anchor_list > li .image img { position: absolute; top: 0; left: -9999px; right: -9999px; margin: auto; width: 100%; display: block; }
.anchor_lobby .anchor_list > li .bottom { position: absolute; bottom: 0; right: 0; width: 100%; display: block; height: 67px; background-color: #FFF; color: #363636; line-height: 24px; font-size: 24px; font-weight: 500; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }
.anchor_lobby .anchor_list > li .bottom .cell { width: 100%; height: 100%; text-align: center; vertical-align: middle; display: block; line-height: 67px; }
.anchor_lobby .anchor_list > li a:hover .bottom, .anchor_lobby .anchor_list > li a:active .bottom { background: #004B92; color: #FFF; }
.anchor_lobby .anchor_list > li:hover, .anchor_lobby .anchor_list > li:active { -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }
.anchor_lobby .label { position: absolute; right: 0; bottom: 0; max-width: 100%; color: #FFF; font-size: 15px; line-height: 30px; height: 30px; padding: 0 15px; font-weight: 400; background: #000; background: rgba(0,0,0,0.8); text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

    .anchor_lobby .anchor_list.smallAnchor .item-grid { margin: 0 0 33px 0; float:right; }
    .anchor_lobby .anchor_list.smallAnchor .item-grid:last-child { margin-bottom: 10px; }
    .anchor_lobby .anchor_list.smallAnchor .item-grid .toggle { display: none; }
    .anchor_lobby .anchor_list.smallAnchor .item-grid a { position: relative; display: block; overflow: hidden; color:#363636 }
    .anchor_lobby .anchor_list.smallAnchor .item-grid .image { position: relative; overflow: hidden; padding-bottom: 100%; }
    .anchor_lobby .anchor_list.smallAnchor .item-grid .image img { position: absolute; top: 0; left: -9999px; right: -9999px; margin: auto; width: 100%; display: block; }
    .anchor_lobby .anchor_list.smallAnchor .item-grid:hover,   
    .anchor_lobby .anchor_list.smallAnchor .item-grid:active { -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }

    .anchor_lobby .anchor_list.smallAnchor .item-grid { width: 100%; margin: 0 0 3% 0;position:relative; }
    .anchor_lobby .anchor_list.smallAnchor .item-grid .bottom { height: 87px; line-height: 30px; font-size: 22px; }
    .anchor_lobby .anchor_list.smallAnchor .item-grid .bottom .cell { width: 100%; height: 100%; text-align: center; vertical-align: middle; display: block; line-height: 67px; }
    .anchor_lobby .anchor_list.smallAnchor .item-grid .toggle { line-height: 22px; font-size: 22px; }
    .anchor_lobby .anchor_list  .item-grid a:hover .bottom, 
    .anchor_lobby .anchor_list .item-grid a:active .bottom { background: #004B92; color: #FFF; }


@media screen and (min-width: 568px) {
    .anchor_lobby .anchor_list { /*margin-left: -4.5%;*/ }
    .anchor_lobby .anchor_list > li { margin: 0 0 23px 4.5%; width: 45.5%; float: right;position:relative }
}

@media screen and (min-width: 768px) {
    .bigbannertop .image { height: 200px; }
    .anchor_lobby .top { padding-top: 23px; padding-bottom: 28px; }
    .anchor_lobby .top .desc { line-height: 22px; padding: 0 30px; max-width: 650px; }
    .anchor_lobby .anchor_list { /*margin-left: -2.533%;*/ }
    .anchor_lobby .anchor_list > li { margin: 0 0 23px 2.533%; width: 30.8%; }
    .anchor_lobby .anchor_list > li .bottom { line-height: 26px; font-size: 26px; }

    .anchor_lobby .anchor_list.smallAnchor .item-grid { width: 44%; margin: 0 3% 3% 3%;position:relative; }
   .anchor_lobby .anchor_list.smallAnchor .item-grid .bottom { height: 87px; line-height: 15px; font-size: 14px; }
}

@media screen and (min-width: 1024px) {
    .bigbannertop .image { height: 220px; }
    .anchor_lobby .top { padding-top: 33px; padding-bottom: 32px; }
    .anchor_lobby .top .title_global { margin-bottom: 8px; }
    .anchor_lobby .top .desc { line-height: 24px; max-width: 750px; }
    .anchor_lobby .anchor_list > li .bottom { height: 77px; line-height: 28px; font-size: 28px; }
    .anchor_lobby .anchor_list > li .bottom .cell { line-height: 77px; }
    .anchor_lobby .anchor_list > li .toggle { position: absolute; display: block; padding-bottom: 100%; width: 100%; top: 100%; background: #FFF; background: rgba(255,255,255,0.9); color: #000; line-height: 20px; font-size: 18px; font-weight: 400; -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); -webkit-transition-delay: 0.2s; transition-delay: 0.2s; }
    .anchor_lobby .anchor_list > li .toggle .inner { display: block; position: absolute; top: 0; right: 0; width: 100%; height: 100%; padding: 52px 20px 86px 30px; vertical-align: middle; letter-spacing: -0.1px; }
    .anchor_lobby .anchor_list > li:hover .toggle, .anchor_lobby .anchor_list > li:active .toggle { top: 0; }
 
    .anchor_lobby .anchor_list.smallAnchor .item-grid { width: 31%; margin: 0 1% 3% 1%;position:relative; }
    .anchor_lobby .anchor_list.smallAnchor .item-grid .bottom { height: 77px; line-height: 28px; font-size: 28px; }
    .anchor_lobby .anchor_list.smallAnchor .item-grid .bottom .cell { line-height: 77px; }
    .anchor_lobby .anchor_list.smallAnchor  .item-grid .toggle { position: absolute; display: block; padding-bottom: 100%; width: 100%; top: 100%; background: #FFF; background: rgba(255,255,255,0.9); color: #000; line-height: 20px; font-size: 18px; font-weight: 400; -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); -webkit-transition-delay: 0.2s; transition-delay: 0.2s; }
    .anchor_lobby .anchor_list.smallAnchor  .item-grid .toggle .inner { display: block; position: absolute; top: 0; right: 0; width: 100%; height: 100%; padding: 52px 20px 86px 30px; vertical-align: middle; letter-spacing: -0.1px; }
    .anchor_lobby .anchor_list.smallAnchor  .item-grid:hover .toggle, .anchor_lobby .anchor_list.smallAnchor .item-grid:active .toggle { top: 0; }

}

@media screen and (min-width: 1280px) {
    .bigbannertop .image { height: 270px; }
    .anchor_lobby .top { padding-top: 43px; padding-bottom: 45px; }
    .anchor_lobby .top .title_global { margin-bottom: 13px; }
    .anchor_lobby .top .desc { font-size: 20px; line-height: 26px; max-width: 850px; }
    .anchor_lobby .anchor_list > li { margin: 0 0 43px 2.533%;position:relative; }
    .anchor_lobby .anchor_list > li .bottom { height: 87px; line-height: 30px; font-size: 30px; }
    .anchor_lobby .anchor_list > li .bottom .cell { line-height: 87px; }
    .anchor_lobby .anchor_list > li .toggle { line-height: 22px; font-size: 20px; }

    /*****/

    .anchor_lobby .anchor_list.smallAnchor .item-grid { width: 22%; margin: 0 0 43px 2%;position:relative; }
    .anchor_lobby .anchor_list.smallAnchor .item-grid .bottom { height: 87px; line-height: 30px; font-size: 22px; }
    .anchor_lobby .anchor_list.smallAnchor .item-grid .bottom .cell { line-height: 87px; }
    .anchor_lobby .anchor_list.smallAnchor .item-grid .toggle { line-height: 22px; font-size: 22px; }
}
/** Chamber TV **/
.chambertv .top { padding-top: 45px; padding-bottom: 45px; }
.chambertv .video_list > li{position:relative;}
.chambertv .video_list > li .bottom {background-color: #FFF; position: absolute; width: 100%; bottom: 0; right: 0; z-index: 3; color: #363636; min-height: 64px; padding: 8px 15px 11px 15px; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }
.chambertv .video_list > li .bottom1 { position: absolute; width: 100%; bottom: 0; right: 0; z-index: 3; color: #363636; min-height: 64px; padding: 8px 15px 11px 15px; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }
.chambertv .video_list > li .bottom2 { background-color: #FFF; position: absolute; width: 100%; bottom: 0; right: 0; z-index: 3; color: #363636; min-height: 64px;  -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }
.chambertv .video_list > li .bottom2 a{color:#363636; width: 100%;padding: 8px 15px 11px 15px;display:block; text-decoration:none;font-size: 17px; line-height: 17px; font-weight: 400;} 

.chambertv .video_list > li .bottom,
.chambertv .video_list > li .bottom2 a .desc { font-size: 18px; line-height: 14px; font-weight: 500; }
.chambertv .video_list > li .bottom2:hover,
.chambertv .video_list > li .bottom2 .date:hover,
.chambertv .video_list > li .bottom2 a:hover { background-color: #004b92;color:#fff;}
.chambertv .video_list > li .image{padding-bottom:80%}

.chambertv .video_list > li .bottom .play { width: 48px; height: 48px; line-height: 50px; padding-left: 5px; text-align: center; background-color: rgba(0, 0, 0, 0.2); border: 2px solid #FFF; position: absolute; left: 15px; top: -62px; color: #FFF; font-size: 23px; font-weight: 400; z-index: 3; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; -moz-box-shadow: 0.5px 0.9px 2px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0.5px 0.9px 2px rgba(0, 0, 0, 0.4); box-shadow: 0.5px 0.9px 2px rgba(0, 0, 0, 0.4); text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.chambertv .video_list > li .bottom1 .play { width: 48px; height: 48px; line-height: 50px; padding-left: 5px; text-align: center; background-color: rgba(0, 0, 0, 0.2); border: 2px solid #FFF; position: absolute; left: 15px; top: -62px; color: #FFF; font-size: 23px; font-weight: 400; z-index: 3; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; -moz-box-shadow: 0.5px 0.9px 2px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0.5px 0.9px 2px rgba(0, 0, 0, 0.4); box-shadow: 0.5px 0.9px 2px rgba(0, 0, 0, 0.4); text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }

.chambertv .video_list > li a:hover .bottom .play, .chambertv .video_list > li a:active .bottom .play { background-color: rgba(0, 0, 0, 0.5); }
.chambertv .load_more { width: 100%; float: none; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { max-width: 1170px; padding: 25px 0px; direction: rtl; text-align: right; }
.mfp-close { width: 30px; height: 30px; color: #004B92; left: 15px; top: 12px; }
.mfp-close:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; font-size: 0; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f00d"; font-size: 30px; }
.video_popup { background-color: #FFF; padding: 25px 15px 15px; position: relative; }
.video_popup .top { position: relative; padding-bottom: 15px; border-bottom: 0px solid #eaeaea; margin-bottom: 20px; padding-top: 30px; }
.video_popup .top .details { color: #363636; line-height: 17px; font-size: 17px; font-weight: 400; margin-bottom: 9px; }
.video_popup .top .title { color: #363636; line-height: 24px; font-size: 32px; font-weight: 700; margin: 10px 0 10px; letter-spacing: -0.3px; }
.video_popup .top .desc { color: #000; line-height: 20px; font-size: 18px; font-weight: 500; }
.video_popup .top .share { position: absolute; right: 0; top: -6px; }
.video_popup .top .share > li { float: right; margin-left: 13px; }
.video_popup .top .share > li a { font-size: 20px; color: #004B92; }
.video_popup .top .share > li a .fa { -webkit-transition: all 0.15s; -moz-transition: all 0.15s; -o-transition: all 0.15s; transition: all 0.15s; }
.video_popup .top .share > li a:hover .fa, .video_popup .top .share > li a:active .fa { color: #000; }
.video_popup .top .share > li a:hover:after, .video_popup .top .share > li a:active:after { display: none; }
.video_popup .video { position: relative; overflow: hidden; padding-bottom: 56.5%; background: #fff; }
.video_popup .video .iframe { position: absolute; width: 100%; height: 100%; top: 0; right: 0; z-index: 2; }
.video_popup .video img { position: absolute;z-index: 3; top: 0; left: -9999px; right: -9999px; margin: auto; width: 102%; display: block; height: auto; max-height: none; max-width: none; padding: 0; }
.video_popup .video .play { width: 54px; height: 54px; line-height: 58px; padding-left: 5px; text-align: center; background-color: rgba(0, 0, 0, 0.2); font-size: 28px; border: 2px solid #FFF; position: absolute; left: 0; right: 0;
                            margin: 0 auto; top: 50%; color: #FFF; font-weight: 400; z-index: 300; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; -moz-box-shadow: 0.5px 0.9px 2px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0.5px 0.9px 2px rgba(0, 0, 0, 0.4); box-shadow: 0.5px 0.9px 2px rgba(0, 0, 0, 0.4); text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; margin-top: -27px; }
.video_popup .video .play:hover, .video_popup .video .play:active { background-color: rgba(0, 0, 0, 0.5); }
.video_popup iframe { background: #fff !important; }
.video_popup .mfp-close{top:0;left:0}

@media screen and (min-width: 768px) {
    .chambertv .top { padding-top: 65px; padding-bottom: 65px; }
    .chambertv .video_list > li .bottom { padding: 15px; min-height: 86px; height: auto; }
    .chambertv .video_list > li .bottom .date { font-size: 18px; line-height: 18px; }
    .chambertv .video_list > li .bottom .desc { font-size: 19px; line-height: 20px; }
    .chambertv .video_list > li .bottom .play { width: 45px; height: 45px; line-height: 46px; padding-left: 5px; left: 19px; top: -65px; font-size: 21px; border-width: 3px; }
    .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 90%; padding: 40px 0; }
    .mfp-close { left: 35px; top: 18px; }
    .video_popup { padding: 25px 45px 35px; }
    .video_popup .top { margin-bottom: 27px; padding-top: 0; }
    .video_popup .top .details { line-height: 18px; font-size: 18px; }
    .video_popup .top .title { line-height: 26px; font-size: 35px; margin: 10px 0 10px; max-width: 415px; }
    .video_popup .top .desc { line-height: 24px; max-width: 480px; }
    .video_popup .top .share { left: 34px; padding-left: 20px; right: auto; }
    /*.video_popup .top .share:before{content:'';height: 38px;width:1px;background-color: #E6E6E6;position: absolute;left:0;top:-8px;display: block;}*/
    .video_popup .video { position: relative; overflow: hidden; height: 360px; padding-bottom: 0.5%; background: #fff; }
    .video_popup .top .share > li { margin-right: 13px; margin-left: 0; }
    .video_popup .video .play { width: 64px; height: 64px; line-height: 68px; padding-left: 5px; font-size: 32px; border-width: 3px; margin-top: -32px; }
}

@media screen and (min-width: 1024px) {
    .chambertv .top { padding-top: 90px; padding-bottom: 89px; }
    .chambertv .video_list > li .bottom { padding: 16px 20px 12px; height: auto; }
    .chambertv .video_list > li .bottom .desc { font-size: 21px; }
    .chambertv .video_list > li .bottom .play { width: 65px; height: 65px; line-height: 68px; padding-left: 8px; top: -85px; font-size: 31px; }
    .mfp-close { width: 35px; height: 35px; left: 45px; top: 23px; }
    .mfp-close:before { font-size: 35px; }
    .video_popup { padding: 30px 55px 45px; }
    .video_popup .top { padding-bottom: 20px; margin-bottom: 32px; }
    .video_popup .top .title { line-height: 28px; font-size: 42px; margin: 10px 0 10px; max-width: 480px; }
    .video_popup .top .desc { line-height: 26px; max-width: 580px; }
}

@media screen and (min-width: 1280px) {
    .chambertv .top { padding-top: 100px; padding-bottom: 99px; }
    .chambertv .video_list > li .bottom { padding: 22px 21px 12px; }
    .chambertv .video_list > li .bottom .desc { line-height: 20px; }
    .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { padding: 50px 0; }
    .mfp-close { left: 66px; }
    .video_popup { padding: 30px 71px 61px; }
    .video_popup .top { padding-bottom: 30px; margin-bottom: 42px; }
    .video_popup .top .details { line-height: 20px; font-size: 20px; }
    .video_popup .top .title { line-height: 33px; font-size: 47px; margin: 10px 0 10px; max-width: 690px; }
    .video_popup .top .desc { line-height: 30px; font-size: 20px; max-width: 670px; }
    .video_popup .top .share { left: 54px; padding-left: 30px; }
    .video_popup .top .share > li { margin-right: 19px; }
    .video_popup .top .share > li a { font-size: 22px; }
    .video_popup .video .play { width: 74px; height: 74px; line-height: 78px; padding-left: 10px; font-size: 36px; margin-top: -37px; }
}
/** Stucture **/
.structure { direction: rtl; text-align: right; padding-bottom: 21px; }
.structure .top { padding-top: 75px; padding-bottom: 50px; }
.structure .row.second .item_big { margin-bottom: 30px; }
.structure .item_big{height:70px;margin-bottom:20px;background-color: #004B92;}
.structure .itemBig{height:66px;margin-bottom:20px;background-color: #004B92;}
.structure .item_big a { position: relative; display: block; color: #FFF; text-decoration: none; margin-bottom: 10px; }
.structure .item_big .image { width: 100%; padding-bottom: 30%; position: relative; right: 0; top: 0; overflow: hidden;margin-bottom:20px; }
.structure .item_big .image img { position: absolute; top: 0; left: -9999px; right: -9999px; margin: auto; width: 100%; display: block; }
.structure .item_big .bottom { position: absolute; width: 100%; min-height: 54px; background-color: #004B92; right: 0; bottom: 0; text-align: right; padding: 5px 15px; font-size: 22px; line-height: 22px; font-weight: 400; }

.structure .itemBig .bottom { width: 100%;  text-align: right; padding: 10px 15px; font-size: 22px; line-height: 22px; font-weight: 400; }
.structure .itemBig .bottomCenter { width: 100%;  text-align: right; padding: 10px 15px; font-size: 22px; line-height: 48px; font-weight: 400; }

.structure .itemBig a { font-size: 22px; line-height: 22px; font-weight: 400;display: block; color: #FFF;text-decoration: none; }

.structure .item_big.no_desc .bottom { padding: 14px 25px; }
.structure .item_big .title { display: block; font-size: 25px; font-weight: 500; line-height: 25px; }
.structure .row .title_second { text-align: center; position: relative; margin: 0; line-height: 103px; }
.structure .row .title_second span { display: inline-block; margin: 0 auto; color: #363636; line-height: 24px; font-size: 24px; font-weight: 500; margin: 0; background: #f6f6f6; position: relative; z-index: 2; padding: 0 13px; }
.structure .row .title_second:after { content: ''; display: block; width: 100%; height: 1px; position: absolute; right: 0; top: 50%; background: #e6e6e6; margin-top: -2px; }
.structure .sections { margin-left: -7%; }
.structure .sections:after { content: ''; clear: both; display: table; }
.structure .sections > li { float: right; width: 43%; margin: 0 0 25px 7%; }
.structure .sections > li .item { padding-bottom: 70%; /**100**/ width: 100%; position: relative; display: block; background-color: #004B92; color: #FFF; line-height: 18px; font-size: 22px; font-weight: 400; overflow: hidden; }
.structure .sections > li .item .bottom { position: absolute; right: 0; bottom: 0; width: 100%; padding: 10px 13px 16px 13px; }
.structure .sections > li .item2 { padding-bottom: 70%; /**100**/ width: 100%; position: relative; display: block; background-color: #002549; color: #FFF; line-height: 18px; font-size: 22px; font-weight: 400; overflow: hidden; }
.structure .sections > li .item2 .bottom { position: absolute; right: 0; bottom: 0; width: 100%; padding: 10px 13px 16px 13px; }


.structure .sections > li .item_sec { padding-top: 20px; position: relative; }
.structure .sections > li .item_sec:before { content: ''; display: block; width: 1px; height: 20px; right: 0; left: 0; position: absolute; top: 0; margin: 0 auto; background-color: #c2c2c2; }
.structure .sections > li .item_sec a { display: block; height: 65px; background-color: #095fb2; color: #FFF; line-height: 17px; font-size: 17px; font-weight: 400; text-decoration: none; overflow: hidden; }
.structure .sections > li .item_sec .table { height: 100%; width: 100%; }
.structure .sections > li .item_sec .table .cell { height: 100%; width: 100%; vertical-align: middle; text-align: right; padding: 0 13px 0 10px; }
.structure .sections .image { width: 100%; height: 160px; padding-bottom: 13%; position: relative; right: 0; top: 0; overflow: hidden; }
/**new**/
.structure .item_big, .structure .sections > li .item, .structure .sections > li .item_sec a, .structure .bottom { -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }
.structure .item_big:hover,
.structure .item_big:active,
.structure .sections > li .item:hover,
.structure .sections > li .item2:hover,
.structure .sections > li .item:active,
.structure .sections > li .item_sec a:hover,
.structure .sections > li .item_sec a:active { -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }
.structure .item_big:hover .bottom,
.structure .item_big:active .bottom,
.structure .sections > li .item:hover,
.structure .sections > li .item2:hover,
.structure .sections > li .item:active,
.structure .sections > li .item_sec a:hover,
.structure .sections > li .item_sec a:active { background: #FFF; color: #363636; }

@media screen and (min-width: 768px) {
    .structure { padding-bottom: 25px; }
    .structure .top { padding-top: 35px; padding-bottom: 37px; }
    .structure .row .col4 { min-height: 10px; }
    .structure .row .col1 { min-height: 10px; }
    .structure .row .col2 { min-height: 10px; }
    .structure .row .col3 { min-height: 10px; }
    .structure .row.second .item_big { margin-bottom: 0px; }
    .structure .item_big .bottom { padding: 8px 10px; }
    .structure .item_big.no_desc .bottom { padding: 16px 15px; }
    .structure .item_big .title { font-size: 25px; line-height: 25px; }
    .structure .row .title_second { line-height: 100px; }
    .structure .row .title_second span { line-height: 28px; font-size: 28px; }
    .structure .sections { margin-left: -2.5%; }
    .structure .sections > li { width: 17.5%; margin: 0 0 25px 2.5%; }
    .structure .sections > li .item { line-height: 20px; font-size: 20px; }
    .structure .sections > li .item .bottom { padding: 10px 14px 15px 10px; }
    .structure .sections > li .item2 { line-height: 20px; font-size: 20px; }
    .structure .sections > li .item2 .bottom { padding: 10px 14px 15px 10px; }
    .structure .sections > li .item_sec a { line-height: 18px; font-size: 18px; }
}

@media screen and (min-width: 1024px) {
    .structure { padding-bottom: 35px; }
    .structure .top { padding-top: 45px; padding-bottom: 47px; }
    .structure .item_big .bottom { min-height: 40px; padding: 8px 15px; }
    .structure .item_big.no_desc .bottom { padding: 18px 25px; }
    .structure .item_big .title { font-size: 25px; line-height: 25px; }
    .structure .row .title_second { line-height: 120px; }
    .structure .row .title_second span { line-height: 30px; font-size: 30px; }
    .structure .sections { margin-left: -3%; }
    .structure .sections > li { width: 10%; margin: 0 0 30px 2.5%; }
    .structure .sections > li .item { line-height: 20px; font-size: 20px; }
     .structure .sections > li .item2 { line-height: 20px; font-size: 20px; }
    .structure .sections > li .item_sec { padding-top: 25px; }
    .structure .sections > li .item_sec:before { height: 25px; }
    .structure .sections > li .item_sec a { height: 75px; line-height: 20px; font-size: 20px; }
    .structure .sections > li .item_sec .table .cell { padding: 0 15px 0 10px; }
}

@media screen and (min-width: 1280px) {
    .structure { padding-bottom: 45px; }
    .structure .top { padding-top: 55px; padding-bottom: 57px; }
    .structure .item_big .bottom { min-height: 40px; padding: 8px 21px; font-size: 22px; line-height: 22px; }
    .structure .item_big.no_desc .bottom { padding: 18px 35px; }
    .structure .item_big .title { font-size: 25px; line-height: 25px; }
    .structure .row .title_second { line-height: 140px; }
    .structure .sections > li { margin: 0 0 38px 2.5%; }
    .structure .sections > li .item { line-height: 20px; font-size: 20px; }
    .structure .sections > li .item .bottom { padding: 10px 19px 20px 10px; }
    .structure .sections > li .item2 { line-height: 20px; font-size: 20px; }
    .structure .sections > li .item2 .bottom { padding: 10px 19px 20px 10px; }
    .structure .sections > li .item_sec { padding-top: 28px; }
    .structure .sections > li .item_sec:before { height: 28px; }
    .structure .sections > li .item_sec a { height: 85px; line-height: 22px; font-size: 22px; }
    .structure .sections > li .item_sec .table .cell { padding: 0 19px 0 10px; }
}
/** Calendar lobby **/
.calendar_lobby { text-align: right; direction: rtl; background: #F6F6F6; }
.calendar_lobby .top { padding-top: 41px; padding-bottom: 23px; }
.calendar_lobby .top .title_global { margin-bottom: 5px; }
.calendar_lobby .top .desc { color: #363636; line-height: 18px; font-size: 18px; font-weight: 400; text-align: center; }
.calendar_lobby .calendar_tabs { margin-bottom: 21px; }
.calendar_lobby .calendar_tabs:after { content: ''; clear: both; display: table; }
.calendar_lobby .calendar_tabs > li { float: right; }
.calendar_lobby .calendar_tabs > li a { width: auto !important; min-width: 70px; padding: 0 10px; height: 30px; line-height: 28px; color: #004B92; font-size: 17px; font-weight: 500; border: 2px solid #004B92; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; display: block; margin-left: 7px; text-align: center; text-decoration: none; -webkit-transition: all 0.15s; -moz-transition: all 0.15s; -o-transition: all 0.15s; transition: all 0.15s; margin-bottom: 10px; }
.calendar_lobby .calendar_tabs > li a:hover, .calendar_lobby .calendar_tabs > li a:active, .calendar_lobby .calendar_tabs > li.active a { background-color: #004B92; color: #FFF; }
.calendar_lobby .events:after { content: ''; clear: both; display: table; }
.calendar_lobby .events .item { margin-bottom: 25px; position: relative; }
.calendar_lobby .load_more { width: 100%; margin-bottom: 20px; }
.calendar_block { width: 100%; height: 100%; position: relative; background: #FFF; }
.calendar_block .inner { height: 100%; width: 100%; margin: 0; padding: 28px 15px 15px; position: relative; }
.calendar_block .calendar_header { position: absolute; top: 0; right: 0; width: 180px; left: 0; margin: 0 auto; height: 86px; padding-top: 10px; text-align: center; }
.calendar_block .calendar_header .calendar_title { display: inline-block; color: #4D4D4D; font-size: 20px; font-weight: 500; }
.calendar_block .calendar_header .custom-year { font-weight: 400; }
.calendar_block .custom-next, .calendar_block .custom-prev { position: relative; top: -8px; padding: 12px; cursor: pointer; }
.calendar_block .custom-next { float: left; }
.calendar_block .custom-prev { float: right; }
.calendar_block .custom-next:after, .calendar_block .custom-prev:after { color: #004B92; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; font-size: 0; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f053"; font-size: 14px; font-weight: 400; }
.calendar_block .custom-prev:after { content: '\f054'; }
.calendar_block .fc-calendar-container { height: 100%; }
.calendar_block .fc-calendar { height: 90%; width: 100%; display: table; border-collapse: collapse; }
.calendar_block .fc-calendar .fc-head { height: 10%; display: table-header-group; }
.calendar_block .fc-calendar .fc-head .fc-row { display: table-row; }
.calendar_block .fc-calendar .fc-head .fc-row .fc-th { vertical-align: top; text-align: right; color: #4D4D4D; line-height: 18px; height: 18px; font-size: 18px; font-weight: 500; padding: 15px 8px 0 0; display: table-cell; }
.calendar_block .fc-calendar .fc-body { display: table-row-group; }
.calendar_block .fc-calendar .fc-body .fc-row { border-bottom: 1px solid #d4d4d4; display: table-row; }
.calendar_block .fc-calendar .fc-body .fc-row .fc-cell { line-height: normal; text-align: right; vertical-align: bottom; display: table-cell; }
.calendar_block .fc-calendar .fc-body .fc-row .fc-cell .fc-date { text-align: right; width: 36px; height: 36px; line-height: 36px; display: block; float: right; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; text-align: center; color: #4D4D4D; font-size: 18px; font-weight: 500; position: relative; bottom: -5px; right: -5px; text-decoration: none; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.calendar_block .fc-calendar .fc-body .fc-row .fc-cell .fc-date.o_tooltip { color: #FFF; cursor: pointer; -webkit-transition: all 0.15s; -moz-transition: all 0.15s; -o-transition: all 0.15s; transition: all 0.15s; }
.calendar_block .fc-calendar .fc-body .fc-row .fc-cell .fc-date.o_tooltip:hover, .calendar_block .fc-calendar .fc-body .fc-row .fc-cell .fc-date.o_tooltip.active { -webkit-transform: scale(1.15); -ms-transform: scale(1.15); transform: scale(1.15); }
.calendar_block .fc-calendar .fc-body .fc-row .fc-cell.fc-today .fc-date { color: #868F98; font-weight: 700; }
.calendar_block .fc-calendar .tooltip { display: none; position: absolute; bottom: 10px; right: -34px; width: 200px; background-color: #FFF; border: 1px solid #E6E6E6; -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); z-index: 5; }
.calendar_block .fc-calendar .tooltip:after { content: ''; position: absolute; right: 25px; top: 100%; width: 40px; height: 18px; background: url('../images/arr-tooltip_cal.png') no-repeat 0 0; background-size: 100%; display: block; }
.calendar_block .fc-calendar .tooltip.tooltip_left { right: auto; left: -18px; }
.calendar_block .fc-calendar .tooltip.tooltip_left:after { right: auto; left: 20px; }
.calendar_block .fc-calendar .tooltip .title { height: 28px; line-height: 30px; padding-right: 9px; color: #FFF; font-size: 20px; font-weight: 400; }
.calendar_block .fc-calendar .tooltip a { text-decoration: none; color: #000; line-height: 18px; font-size: 18px; font-weight: 400; padding: 7px 9px 3px 9px; display: block; border-bottom: 1px solid #e6e6e6; height: 50px; }
.calendar_block .fc-calendar .tooltip a:hover { text-decoration: underline; }
.calendar_block .fc-calendar .tooltip a:last-child { border-bottom: none; }
.calendar_block .fc-calendar .tooltip .desc { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.event_block a { display: block; width: 100%; position: relative; background: #FFF; text-decoration: none; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.event_block .inner { position: relative; top: 0; right: 0; width: 100%; padding: 43px 20px 70px; font-size: 17px; line-height: 17px; font-weight: 400; }
.event_block .inner .title { height: 34px; line-height: 34px; text-align: center; color: #FFF; font-size: 18px; font-weight: 400; position: absolute; top: 0; right: 0; width: 100%; }
.event_block .inner .date { color: #1C1D1E; margin-bottom: 2px; }
.event_block .inner .date .num { font-size: 74px; line-height: 53px; font-weight: 500; display: block; }
.event_block .inner .desc { color: #000; max-height: 34px; overflow: hidden; }
.event_block .btn { position: absolute; bottom: 17px; right: 0; left: 0; margin: 0 auto; width: 110px; line-height: 28px; height: 31px; color: #1C1D1E; font-size: 16px; font-weight: 400; border: 2px solid #1C1D1E; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; text-align: center; text-decoration: none; -webkit-transition: all 0.15s; -moz-transition: all 0.15s; -o-transition: all 0.15s; transition: all 0.15s; }
.event_block .btn .fa { vertical-align: middle; margin-right: 14px; }
.event_block a:hover, .event_block a:active { -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }
.event_block a:hover .btn, .event_block a:active .btn { background-color: #363636; color: #FFF; }
.event_block a:hover .inner .desc, .event_block a:active .inner .desc { text-decoration: underline; }
.closeevent_carousel .event_block a { padding-bottom: 80%; }
.closeevent_carousel .event_block .inner { position: absolute; }

.anchor_lobby .top_filters { margin-bottom: 21px; text-align:center;}
.anchor_lobby .top_filters:after { content: ''; clear: both; display: table; }
.anchor_lobby .top_filters > li {display:inline-block; }
.anchor_lobby .top_filters > li a { width: auto !important; min-width: 70px; padding: 0 10px; height: 30px; line-height: 28px; color: #004B92; font-size: 17px; font-weight: 500; border: 2px solid #004B92; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; display: block; margin-left: 7px; text-align: center; text-decoration: none; -webkit-transition: all 0.15s; -moz-transition: all 0.15s; -o-transition: all 0.15s; transition: all 0.15s; margin-bottom: 10px; }
.anchor_lobby .top_filters > li a:hover, .anchor_lobby .calendar_tabs > li a:active, .anchor_lobby .calendar_tabs > li.active a { background-color: #004B92; color: #FFF; }

.grantsLobby{width:100%;}
.grantsLobby .anchor_lobby{padding-bottom:0;}
.grantsLobby .services_lobby{min-height:800px;color:#363636;background:#f6f6f6}
.grantsLobby .services_lobby .services_list li a{color:#363636}
.grantsLobby .services_lobby .item-grid{width:98%;margin-bottom:2%;margin-right:2%}

@media screen and (min-width: 768px) {
    .calendar_lobby .top { padding-top: 57px; padding-bottom: 18px; }
    .calendar_lobby .top .desc { line-height: 22px; font-size: 20px; }
    .calendar_lobby .calendar_tabs { margin-bottom: 27px; }
    .calendar_lobby .calendar_tabs > li a { width: auto !important; min-width: 90px; padding: 0 10px; height: 35px; line-height: 32px; font-size: 18px; margin-left: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; margin-bottom: 0; }
    .calendar_lobby .events { margin-left: -2.5%; padding-bottom: 15px; }
    .calendar_lobby .events .item { margin-bottom: 19px; width: 30.8333%; margin-left: 2.5%; float: right; }
    .calendar_lobby .events .item_big { width: 64.1666%; }
    .calendar_lobby .load_more { margin-bottom: 30px; }
    .calendar_block .inner { padding: 76px 25px 25px; }
    .calendar_block .calendar_header { width: 212px; height: 76px; padding-top: 24px; }
    .calendar_block .calendar_header .calendar_title { font-size: 28px; }
    .calendar_block .custom-next:after, .calendar_block .custom-prev:after { font-size: 18px; }
    .calendar_block .fc-calendar .fc-head .fc-row .fc-th { line-height: 20px; height: 20px; font-size: 26px; }
    .calendar_block .fc-calendar .fc-body .fc-row .fc-cell .fc-date { width: 40px; height: 40px; line-height: 40px; font-size: 26px; }
    .calendar_block .fc-calendar .tooltip { width: 250px; }
    .calendar_block .fc-calendar .tooltip:after { right: 20px; width: 56px; height: 29px; }
    .calendar_block .fc-calendar .tooltip.tooltip_left { right: auto; left: -4px; }
    .calendar_block .fc-calendar .tooltip .title { height: 30px; line-height: 32px; padding-right: 13px; }
    .calendar_block .fc-calendar .tooltip a { padding: 9px 12px; height: 60px; }
    .event_block a { padding-bottom: 106%; }
    .event_block .inner { padding: 56px 12px 10px; font-size: 18px; line-height: 18px; position: absolute; }
    .event_block .inner .title { height: 42px; line-height: 46px; }
    .event_block .inner .date .num { font-size: 80px; line-height: 54px; }
    .event_block .inner .desc { max-height: 36px; }
    .event_block .btn { bottom: 12px; right: 12px; width: 114px; line-height: 33px; height: 35px; padding-right: 3px; left: auto; }
    .event_block .btn .fa { margin-right: 16px; }
    .closeevent_carousel .event_block a { padding-bottom: 100%; }

    .anchor_lobby .top_filters { margin-bottom: 27px; }
    .anchor_lobby .top_filters > li a { width: auto !important; min-width: 90px; padding: 0 10px; height: 35px; line-height: 32px; font-size: 18px; margin-left: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; margin-bottom: 0; }
    .grantsLobby .services_lobby .item-grid{width:50%;margin:0;margin-bottom:2%;}
}

@media screen and (min-width: 1024px) {
    .calendar_lobby .top { padding-top: 77px; }
    .calendar_lobby .calendar_tabs { margin-bottom: 37px; }
    .calendar_lobby .calendar_tabs > li a { line-height: 35px; font-size: 20px; }
    .calendar_lobby .events .item { margin-bottom: 22px; width: 22.5%; }
    .calendar_lobby .events .item_big { width: 47.5%; }

    .anchor_lobby .top_filters { margin-bottom: 37px; }
    .anchor_lobby .top_filters > li a {  line-height: 35px; font-size: 20px; }
    .grantsLobby .services_lobby .item-grid{width:33%;margin-right:0;margin-bottom:2%;}
}

@media screen and (min-width: 1280px) {
    .calendar_lobby .top { padding-top: 87px; padding-bottom: 28px; }
    .calendar_lobby .top .desc { line-height: 24px; font-size: 22px; }
    .calendar_lobby .calendar_tabs { margin-bottom: 47px; }
    .calendar_block .inner { padding: 86px 30px 30px; }
    .calendar_block .calendar_header { height: 86px; padding-top: 29px; }
    .calendar_block .fc-calendar .fc-head .fc-row .fc-th { font-size: 28px; }
    .calendar_block .fc-calendar .fc-body .fc-row .fc-cell .fc-date { width: 44px; height: 44px; line-height: 44px; font-size: 28px; }
    .calendar_block .fc-calendar .tooltip { bottom: 15px; right: -44px; width: 270px; }
    .calendar_block .fc-calendar .tooltip:after { right: 29px; width: 66px; height: 34px; }
    .calendar_block .fc-calendar .tooltip.tooltip_left { right: auto; left: -8px; }
    .calendar_block .fc-calendar .tooltip.tooltip_left:after { right: auto; left: 29px; }
    .calendar_block .fc-calendar .tooltip a { line-height: 20px; font-size: 20px; padding: 11px 14px; height: 66px; }
    .event_block .inner { padding: 60px 17px 10px; font-size: 20px; line-height: 20px; }
    .event_block .inner .title { height: 46px; line-height: 50px; font-size: 20px; }
    .event_block .inner .date .num { font-size: 100px; line-height: 74px; }
    .event_block .inner .desc { max-height: 40px; }
    .event_block .btn { bottom: 17px; right: 17px; width: 124px; padding-right: 7px; }
    .event_block .btn .fa { margin-right: 20px; }

     .anchor_lobby .top_filters { margin-bottom: 47px; }
}
/** Calendar item **/
.calendar_item .eventdetails_block { text-align: right; direction: rtl; padding: 25px 0 24px; margin-bottom: 10px; border-bottom: 1px solid #dbdbdb; }
.calendar_item .eventdetails_block .title { color: #363636; line-height: 25px; font-size: 25px; font-weight: 700; margin: 0; margin-bottom: 10px; }
.calendar_item .eventdetails_block ul > li { font-size: 18px; line-height: 24px; font-weight: 400; color: #000; min-height: 24px; position: relative; padding-right: 100px; }
.calendar_item .eventdetails_block ul > li .label { position: absolute; right: 0; top: 0; font-weight: 500; width: 29%; }
.calendar_item .eventdetails_block ul > li.bigpadding { padding-top: 20px; padding-bottom: 20px; }
.calendar_item .eventdetails_block ul > li.bigpadding .label { top: 20px; }
.calendar_item .eventdetails_block ul > li a { color: #004B92; text-decoration: none; }
.calendar_item .eventdetails_block ul > li a:hover, .calendar_item .eventdetails_block ul > li a:active { text-decoration: underline; }

@media screen and (min-width: 768px) {
    .calendar_item .eventdetails_block { padding: 35px 0 24px; }
    .calendar_item .eventdetails_block .title { line-height: 30px; font-size: 30px; }
    .calendar_item .eventdetails_block ul > li { line-height: 26px; min-height: 26px; }
}

@media screen and (min-width: 1024px) {
    .calendar_item .eventdetails_block { padding: 45px 0 34px; margin-bottom: 17px; }
    .calendar_item .eventdetails_block .title { margin-bottom: 17px; }
    .calendar_item .eventdetails_block ul > li { font-size: 18px; line-height: 28px; min-height: 28px; }
    .calendar_item .eventdetails_block ul > li.bigpadding { padding-top: 25px; padding-bottom: 25px; }
    .calendar_item .eventdetails_block ul > li.bigpadding .label { top: 25px; }
}

@media screen and (min-width: 1280px) {
    .calendar_item .eventdetails_block { padding: 55px 0 44px; margin-bottom: 27px; }
    .calendar_item .eventdetails_block .title { margin-bottom: 27px; }
    .calendar_item .eventdetails_block ul > li { font-size: 20px; line-height: 30px; min-height: 30px; }
    .calendar_item .eventdetails_block ul > li.bigpadding { padding-top: 30px; padding-bottom: 30px; }
    .calendar_item .eventdetails_block ul > li.bigpadding .label { top: 30px; }
}
/** Register **/
.register { background: #FFF; padding-bottom: 35px; }
.register .col8 .top { padding-bottom: 37px; padding-top: 29px; }
.register .form .item.textarea textarea { height: 63px; }
.register .form .item.item_submit { padding-top: 0; }
.register .col4.last .left_col { background-color: #F6F6F6; padding: 0 15px; text-align: center; }
.register .col4.last .left_col .top { color: #363636; padding-top: 35px; padding-bottom: 26px; }
.register .col4.last .left_col .top .title { margin: 0; font-size: 40px; line-height: 35px; font-weight: 700; }
.register .col4.last .left_col .top .desc { font-size: 22px; line-height: 22px; font-weight: 300; margin: 0; padding-left: 0; }
.register .col4.last .left_col .list { color: #363636; line-height: 20px; font-size: 20px; font-weight: 500; padding-bottom: 25px; }
.register .col4.last .left_col .list > li { margin-bottom: 13px; }
.register .col4.last .left_col .list > li .text { font-weight: 400; }
.register .col4.last .left_col .list > li .text strong { font-weight: 500; font-size: 20px; }

@media screen and (min-width: 768px) {
    .register .col8, .register .col4 { float: none; margin: 0; width: 100%; }
    .register .col8 .top { padding-bottom: 47px; padding-top: 39px; }
    .register .form { margin-left: -3.7%; }
    .register .form:after { content: ''; clear: both; display: table; }
    .register .form .item { float: right; width: 46.3%; margin-left: 3.7%; }
    .register .form .item.textarea { width: 96.3%; margin-left: 0; }
    .register .form .item.textarea textarea { height: 83px; }
    .register .col4.last .left_col .top { padding-top: 45px; padding-bottom: 36px; }
    .register .col4.last .left_col .top .title { font-size: 52px; line-height: 40px; }
    .register .col4.last .left_col .top .desc { font-size: 25px; line-height: 25px; }
    .register .col4.last .left_col .list { line-height: 23px; font-size: 23px; padding-bottom: 42px; }
    .register .col4.last .left_col .list > li .text strong { font-size: 24px; }
}

@media screen and (min-width: 1024px) {
    .register { padding-bottom: 77px; }
    .register .col8 { float: right; margin: 0 0 0 2.545%; width: 65.82%; }
    .register .col4 { float: right; width: 31.63%; }
    .register .col8 .top { padding-bottom: 57px; padding-top: 49px; }
    .register .form .item.textarea textarea { height: 103px; }
    .register .col4.last { padding-top: 80px; }
    .register .col4.last .left_col .top { padding-top: 80px; padding-bottom: 50px; }
    .register .col4.last .left_col .list { padding-bottom: 72px; }
    .register .col4.last .left_col .list > li { margin-bottom: 18px; }
}

@media screen and (min-width: 1280px) {
    .register { padding-bottom: 87px; }
    .register .col8 .top { padding-bottom: 67px; padding-top: 59px; }
    .register .form .item.textarea textarea { height: 123px; }
    .register .col4.last { padding-top: 80px; }
    .register .col4.last .left_col .top { padding-top: 80px; padding-bottom: 50px; }
    .register .col4.last .left_col .top .title { font-size: 60px; line-height: 50px; }
    .register .col4.last .left_col .top .desc { font-size: 30px; line-height: 30px; }
    .register .col4.last .left_col .list { line-height: 25px; font-size: 25px; padding-bottom: 82px; }
    .register .col4.last .left_col .list > li { margin-bottom: 20.5px; }
    .register .col4.last .left_col .list > li .text strong { font-size: 26px; }
}

#ForumRegister .col4 { padding-top: 0; }
/** Newsletter Register **/
.newsletter_register { background: #FFF; direction: rtl; text-align: right; }
.newsletter_register .top { color: #363636; padding-top: 29px; }
.newsletter_register .top .title_global { text-align: center; margin-bottom: 11px; }
.newsletter_register .top .desc { font-size: 17px; line-height: 21px; font-weight: 400; letter-spacing: -0.3px; border-bottom: 1px solid #ebebeb; padding-bottom: 33px; }
.newsletter_register .top .desc strong { font-weight: 500; letter-spacing: -0.06px; }
.newsletter_register .section { color: #363636; margin-bottom: 2px; }
.newsletter_register .section .inner { padding: 25px 0; border-bottom: 1px solid #ebebeb; }
.newsletter_register .section .inner:after { content: ''; display: table; clear: both; }
.newsletter_register .section .title { margin: 0; font-size: 32px; line-height: 32px; font-weight: 700; margin-bottom: 15px; }
.newsletter_register .section .item { position: relative; margin-bottom: 10px; }
.newsletter_register .section .item label { font-size: 18px; line-height: 24px; font-weight: 500; cursor: pointer; display: block; padding-right: 44px; position: relative; z-index: 1; }
.newsletter_register .section .item.english label { font-family: 'lato'; font-size: 17px; }
.newsletter_register .section .item input[type='checkbox'] { display: none; }
.newsletter_register .section .item .checkbox_c { width: 24px; height: 24px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; background: #FFF; display: block; position: absolute; right: 0; top: 0; z-index: 0; border: 1px solid #AFAFAF; }
.newsletter_register .section .item .checkbox_c:after { color: #363636; position: absolute; left: 4px; bottom: 2px; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; font-size: 0; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f00c"; -webkit-transition: all 0.1s; -moz-transition: all 0.1s; -o-transition: all 0.1s; transition: all 0.1s; }
.newsletter_register .section .item.checked .checkbox_c:after { font-size: 22px; }
.newsletter_register .bottom { padding-top: 43px; padding-bottom: 34px; }
.newsletter_register .bottom .submit { height: 60px; line-height: 60px; background-color: #D02333; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; width: 100%; display: block; color: #FFF; text-align: center; font-size: 23px; font-weight: 500; text-decoration: none; margin: 0 auto; }
.newsletter_register .bottom .submit .fa { vertical-align: middle; font-size: 27px; font-weight: 400; margin-left: 7px; }
.newsletter_register .bottom .submit:hover, .contact_box .form .item .submit:active { background: #EB283B; }

@media screen and (min-width: 768px) {
    .newsletter_register .top { padding-top: 39px; }
    .newsletter_register .top .title_global { margin-bottom: 5px; text-align: right; }
    .newsletter_register .top .desc { font-size: 18px; line-height: 24px; padding-bottom: 33px; }
    .newsletter_register .section .inner { padding: 27px 0 33px; }
    .newsletter_register .section .title { font-size: 36px; line-height: 36px; }
    .newsletter_register .bottom { padding-top: 53px; padding-bottom: 44px; }
    .newsletter_register .bottom .submit { height: 70px; line-height: 70px; width: 320px; font-size: 30px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
    .newsletter_register .bottom .submit .fa { font-size: 32px; margin-left: 10px; }
}

@media screen and (min-width: 1024px) {
    .newsletter_register .top { padding-top: 49px; }
    .newsletter_register .top .desc { line-height: 26px; padding-bottom: 37px; }
    .newsletter_register .section .inner { padding: 37px 0 43px; }
    .newsletter_register .section .title { font-size: 38px; line-height: 38px; margin-bottom: 20px; }
    .newsletter_register .bottom { padding-top: 63px; padding-bottom: 54px; }
    .newsletter_register .bottom .submit { height: 75px; line-height: 75px; width: 350px; }
    .newsletter_register .bottom .submit .fa { font-size: 36px; }
}

@media screen and (min-width: 1280px) {
    .newsletter_register .top { padding-top: 59px; }
    .newsletter_register .top .title_global { margin-bottom: 10px; }
    .newsletter_register .top .desc { font-size: 20px; line-height: 28px; padding-bottom: 47px; }
    .newsletter_register .section .inner { padding: 47px 0 53px; }
    .newsletter_register .section .title { font-size: 40px; line-height: 40px; margin-bottom: 24px; }
    .newsletter_register .section .item { margin-bottom: 14px; }
    .newsletter_register .section .item label { font-size: 20px; line-height: 26px; padding-right: 46px; }
    .newsletter_register .section .item.english label { font-size: 19px; }
    .newsletter_register .section .item .checkbox_c { width: 26px; height: 26px; }
    .newsletter_register .section .item .checkbox_c:after { left: 4px; bottom: 2px; }
    .newsletter_register .section .item.checked .checkbox_c:after { font-size: 24px; }
    .newsletter_register .bottom { padding-top: 73px; padding-bottom: 64px; }
    .newsletter_register .bottom .submit { height: 80px; line-height: 80px; width: 370px; }
}
/** Login **/
.login_page { direction: rtl; text-align: right; }
.login_page .box { background-color: #f6f6f6; display: block; margin: 0 auto; position: relative; }
.login_page .box .top { text-align: center; padding-top: 35px; }
.login_page .box .top .title { margin: 0; color: #4D4D4D; line-height: 30px; font-size: 30px; font-weight: 500; }
.login_page .box .bottom { padding: 20px 22px 0; }
.login_page .box .bottom .input { margin-bottom: 18px; }
.login_page .box .bottom .input .text { display: block; width: 100%; height: 37px; background-color: #FFF; border: 1px solid #AFAFAF; color: #363636; font-size: 18px; font-weight: 400; text-indent: 10px; -webkit-transition: all 0.15s; -moz-transition: all 0.15s; -o-transition: all 0.15s; transition: all 0.15s; }
.login_page .box .bottom .input .text:focus { border-color: #7d7d7d; }
.login_page .box .bottom .input.error .text { border-color: #d02432; }
.login_page .box .bottom .input.error .error_text { color: #d02432; font-size: 17px; line-height: 17px; padding-top: 5px; }
.login_page .box .bottom .submit { padding: 9px 0 15px; }
.login_page .box .bottom .submit input[type='submit'] { width: 100%; height: 47px; background-color: #004B92; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; color: #FFF; font-size: 20px; font-weight: 500; border: none; cursor: pointer; }
.login_page .box .bottom .submit input[type='submit']:hover, .login_page .box .bottom .submit input[type='submit']:active { background: #0058ab; }
.login_page .box .bottom .forget_pass {position: relative; padding-bottom: 22px; border-bottom: 1px solid #AFAFAF; }
.login_page .box .bottom .forget_pass label { font-size: 18px; line-height: 16px; font-style: italic; font-weight: 400; cursor: pointer; display: block; padding-right: 25px; position: relative; z-index: 1; color: #4D4D4D; }
.login_page .box .bottom .forget_pass input[type='checkbox'] { display: none; }
.login_page .box .bottom .forget_pass .checkbox_c { width: 16px; height: 16px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; background: #FFF; display: block; position: absolute; right: 0; top: 1px; z-index: 0; border: 1px solid #AFAFAF; }
.login_page .box .bottom .forget_pass .checkbox_c:after { color: #363636; position: absolute; left: 1px; bottom: 1px; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; font-size: 0; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f00c"; -webkit-transition: all 0.1s; -moz-transition: all 0.1s; -o-transition: all 0.1s; transition: all 0.1s; }
.login_page .box .bottom .forget_pass.checked .checkbox_c:after { font-size: 16px; }
.login_page .box .outer { padding: 0 22px 35px;width: 90%; }
.login_page .box .outer:after { content: ''; display: table; clear: both; }
.login_page .box .outer .right {padding-top: 11px;  color: #4D4D4D;font-size: 18px; font-weight: 400; text-decoration: none; line-height: 33px; display: block; /*padding-top: 18px;*/ }
.login_page .box .outer .right:hover, .login_page .box .outer .right:active { text-decoration: underline; }
.login_page .box .outer .left { padding-top: 18px; }
.login_page .box .outer .left .text { color: #4D4D4D; line-height: 33px; font-size: 18px; font-weight: 400; display: inline-block; }
.login_page .box .outer .left .btn {padding:0 10px; display: inline-block; width: auto; height: 28px; line-height: 28px; color: #FFF; font-size: 18px; font-weight: 500; text-decoration: none; background-color: #D02333; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; text-align: center; margin-right: 10px; }
.login_page .box .outer .left .btn:hover, .login_page .box .outer .left .btn:active { background: #EB283B; }
.login_page .forgotLink {padding:5px 10px;width:auto; color: #004B92;border:2px solid #004B92;height: 28px; line-height: 28px; font-weight: 700; text-decoration: none; font-size: 20px;  border-radius: 10px; }

@media screen and (max-width: 767px) {
    .login_page { background-image: none !important; padding-bottom:50px}
}

@media screen and (min-width: 768px) {
    .login_page { padding: 79px 0 190px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; }
    .login_page .box { width: 431px; background-color: #FFF; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
    .login_page .box .top { height: 139px; padding-top: 24px; }
    .login_page .box .top .title { line-height: 34px; font-size: 34px; }
    .login_page .box .top .title:before { content: ''; display: block; margin: 0 auto; background: url('../images/login_icon.png') no-repeat 0 0; background-size: 100%; width: 40px; height: 61px; margin-bottom: 6px; }
    .login_page .box .bottom { min-height: 370px; padding: 30px 21px 30px 22px; background: #ebebeb; -moz-border-radius: 0 0 10px 10px; -webkit-border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px; }
    .login_page .box .bottom .input { margin-bottom: 20px; }
    .login_page .box .bottom .input .text { height: 45px; text-indent: 18px; }
    .login_page .box .bottom .input.error .error_text { font-size: 18px; line-height: 18px; padding-top: 8px; }
    .login_page .box .bottom .submit { padding: 8px 0 15px; }
    .login_page .box .bottom .submit input[type='submit'] { height: 58px; font-size: 26px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
    .login_page .box .bottom .forget_pass { padding-bottom: 0; border-bottom: none; }
    .login_page .box .bottom .forget_pass .checkbox_c { width: 18px; height: 18px; top: 0; }
    .login_page .box .bottom .forget_pass .checkbox_c:after { left: 2px; }
    .login_page .box .bottom .forget_pass.checked .checkbox_c:after { font-size: 18px; }
    .login_page .box .outer { position: absolute; top: 89%; width: 80%; padding: 0;left:10%; }
    .login_page .box .outer .right { color: #FFF; line-height: 30px; }
    .login_page .box .outer .left { padding-top: 11px; }
    .login_page .box .outer .left .text { color: #FFF; line-height: 30px; }
    .login_page .box .outer .left .btn { width: auto; height: 30px; line-height: 30px; }
    .login_page .forgotLink {width:auto; color: #004B92;border:2px solid #004B92;height: 30px; line-height: 30px;font-weight:700;}

}

@media screen and (min-width: 1280px) {
    .login_page { padding: 99px 0 223px; }
    .login_page .box { width: 471px; }
    .login_page .box .top { height: 179px; padding-top: 33px; }
    .login_page .box .top .title { line-height: 40px; font-size: 40px; }
    .login_page .box .top .title:before { width: 44px; height: 67px; }
    .login_page .box .bottom { min-height: 390px; padding: 38px 21px 30px 22px; }
    .login_page .box .bottom .input { margin-bottom: 24px; }
    .login_page .box .bottom .input .text { height: 50px; font-size: 20px; text-indent: 20px; }
    .login_page .box .bottom .input.error .error_text { font-size: 20px; line-height: 20px; padding-top: 10px; }
    .login_page .box .bottom .submit { padding: 11px 0 16px; }
    .login_page .box .bottom .submit input[type='submit'] { height: 63px; }
    .login_page .box .bottom .forget_pass label { font-size: 20px; }
    .login_page .box .outer .right { line-height: 20px; font-size: 20px;  }
    .login_page .box .outer .left .text { line-height: 33px; font-size: 20px; }
    .login_page .box .outer .left .btn { width:auto; height: 33px; line-height: 33px; font-size: 20px; }
   .login_page .forgotLink {width:auto;margin:0 5px; color: #004B92;border:2px solid #004B92;height: 33px; line-height: 33px;font-size: 20px; font-weight:700}

}
/** Member update **/
.member_update { background: #FFF; padding-bottom: 30px; }
.member_update .top { padding-top: 35px; padding-bottom: 25px; }
.member_update .form { margin-bottom: 0; }
.member_update .form .item { margin-bottom: 20px; }
.member_update .form .item .label { height: 22px; line-height: 14px; color: #363636; font-size: 18px; font-weight: 400; position: relative; }
.member_update .form .item .label.must:before { display: block; content: '*'; color: #D02333; font-weight: 400; position: absolute; right: -9px; top: 0; }
.member_update .form .item input[type="text"].english { font-family: 'lato'; }
.member_update .form .item .profile_image { border: 2px solid #dad5d5; position: relative; overflow: hidden; padding-bottom: 99%; margin: 0 auto; }
.member_update .form .item .profile_image img { position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; margin: auto; width: 101%; display: block; }
.member_update .form .item .profile_image .btn { position: absolute; bottom: 0; right: 0; width: 100%; height: 40px; background: rgba(0,0,0,0.5); color: #FFF; line-height: 40px; font-size: 18px; font-weight: 500; text-align: center; text-decoration: none; }
.member_update .form .item .profile_image .btn:hover, .member_update .form .item .profile_image .btn:active { background: rgba(0,0,0,0.8); }
.member_update .form .item .birth:after { content: ''; clear: both; display: table; }
.member_update .form .item .birth > div { float: right; }
.member_update .form .item .birth .year { width: 37.7%; }
.member_update .form .item .birth .year .chosen-container-single .chosen-single, .member_update .form .item .birth .year select { border-left: none; }
.member_update .form .item .birth .month { width: 31.5%; }
.member_update .form .item .birth .day { width: 30.8%; }
.member_update .form .item .birth .day .chosen-container-single .chosen-single, .member_update .form .item .birth .day select { border-right: none; }
.member_update .form .item.item_submit { padding-top: 10px; }

@media screen and (max-width: 768px) {
    .member_update .form .col9 { width: 73%; float: right; }
    .member_update .form .col3 { width: 27%; float: right; }
    .member_update .item_submit { float: right; width: 100%; }
}

@media screen and (min-width: 568px) {
    .member_update .form .item .profile_image { width: 370px; height: 370px; padding-bottom: 0; }
}

@media screen and (min-width: 768px) {
    .member_update { padding-bottom: 77px; }
    .member_update .top { padding-top: 39px; padding-bottom: 41px; }
    .member_update .form .item { margin-bottom: 28px; }
    .member_update .form .item .label { height: 30px; font-size: 20px; }
    .member_update .form .item .label.must:before { right: -11px; }
    .member_update .form .item .profile_image { padding-bottom: 99%; width: auto; height: auto; }
    .member_update .form .item .profile_image .btn { height: 50px; line-height: 50px; font-size: 20px; }
    .member_update .form .item.item_submit { padding-top: 0; }
}

@media screen and (min-width: 1024px) {
    .member_update { padding-bottom: 87px; }
    .member_update .top { padding-top: 49px; padding-bottom: 51px; }
}

@media screen and (min-width: 1280px) {
    .member_update { padding-bottom: 97px; }
    .member_update .top { padding-top: 59px; padding-bottom: 61px; }
    .member_update .form .item { margin-bottom: 33px; }
    .member_update .form .item .profile_image .btn { height: 57px; line-height: 57px; }
}
/** Homepage **/
.homepage_carousel .owl-item .item .bottom { height: auto; }
.homepage_carousel .item .bottom .row { padding: 14px 21px 100px; height: auto; min-height: 220px; }
.homepage_carousel .item .bottom .row > a { text-decoration: none; color: #FFF; display: block; }
.homepage_carousel .item .bottom .row > a:hover .desc { text-decoration: underline; }
.homepage_carousel .item .bottom .row .title { font-size: 30px; line-height: 30px; font-weight: 700; padding-left: 0; margin-bottom: 9px; }
.homepage_carousel .item .bottom .row .desc { font-size: 18px; line-height: 21px; font-weight: 400; max-height: 63px; overflow: hidden; }
.homepage_carousel .item .bottom .row .buttons { top: auto; bottom: 36px; position: absolute; right: 0; left: 0; }
.homepage_carousel .owl-dots { bottom: 0; }
.homepage.news_blocks .innerpage { padding-top: 23px; }
.homepage.news_blocks .row.more { padding-top: 0; padding-bottom: 30px; text-align: center; }
.homepage.news_blocks .row.more .btn_all, .calendar_index .row.more .btn_all, .proarticles .row.more .btn_all { text-decoration: none; color: #004B92; font-size: 20px; font-weight: 500; line-height: 20px; }
.homepage.news_blocks .row.more .btn_all:hover, .calendar_index .row.more .btn_all:hover, .proarticles .row.more .btn_all:hover { text-decoration: underline; }
.homepage.news_blocks .row.more .btn_all .fa, .calendar_index .row.more .btn_all .fa, .proarticles .row.more .btn_all .fa { font-size: 34px; font-weight: 400; vertical-align: middle; margin-right: 7px; }
.services_lobby .load_more { padding-top: 0; height: 31px; }
.services_lobby .load_more .btn_outer a { background: #FFF; color: #084C90; }
.services_lobby .load_more .spinner { color: #FFF; top: 0; }
.quotesblock { background: #FFF; overflow: hidden; }
.quotesblock.grey { background: #f6f6f6; }
.quotes_carousel { height: 333px; background-color: #FFF; color: #363636; }
.quotes_carousel a {color: #363636;text-decoration:none; }
.quotesblock.grey .quotes_carousel { background: #f6f6f6; }
.quotes_carousel .item { padding-top: 23px; text-align: center; background: #FFF; height: 100%; }
.quotesblock.grey .quotes_carousel .item { background: #f6f6f6; }
.quotesblock.grey .quotes_carousel .item a .quote_text{ color:#363636 }
.quotes_carousel .item .quote_text { font-size: 26px; font-weight: 300; line-height: 30px; letter-spacing: -0.3px; margin-bottom: 27px; }
.quotes_carousel .item .profile_image { width: 52px; height: 52px; background-color: #CCC; overflow: hidden; position: relative; display: block; margin: 0 auto 11px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; perspective: 1px; }
.quotes_carousel .item .profile_image img { position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; margin: auto; width: 102%; display: block; }
.quotes_carousel .item .writer { font-size: 18px; line-height: 18px; font-weight: 300; letter-spacing: -0.3px; }
.quotes_carousel .item .writer strong { font-weight: 500; }
/*.quotes_carousel .item .writer strong:after{content:'\00a0\00a0|\00a0\00a0';font-weight:300;}*/
.quotes_carousel .owl-dots { text-align: center; bottom: 10px; }
.quotes_carousel .owl-dots .owl-dot { border-color: #363636; display: inline-block; float: none; margin: 0 5px; }
.quotes_carousel .owl-dots .owl-dot.active { background: #363636; }
.calendar_index .top { padding-bottom: 20px; padding-top: 42px; }
.calendar_index .calendar_tabs { float: right; }
.calendar_index .small_title { display: none; }
.calendar_index .events { clear: both; }
.calendar_index .row.more { padding-top: 1px; padding-bottom: 25px; text-align: center; }
.calendar_index .closeevent_carousel { margin-bottom: 20px; }
.proarticles { background: #FFF; text-align: right; direction: rtl; }
.proarticles:after { clear: both; content: ''; display: table; }
.proarticles .top { padding-top: 36px; padding-bottom: 29px; text-align: center; color: #363636; }
.proarticles .top .title_global { margin-bottom: 5px; }
.proarticles .top .desc { font-size: 18px; line-height: 18px; font-weight: 400; }
.proarticles .proarticles_carousel { padding-bottom: 36px; }
.proarticles .proarticles_carousel .item { text-align: center; padding: 0 40px; float: left; }
.proarticles .proarticles_carousel .item > a { display: block; padding: 20px 0; text-decoration: none; }
.proarticles .proarticles_carousel .item .image { width: 127px; height: 127px; background-color: #CCC; position: relative; overflow: hidden; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; margin: 0 auto; perspective: 1px; -webkit-transform: translateZ(0); }
.proarticles .proarticles_carousel .item .image img { position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; margin: auto; width: 102%; display: block; }
.proarticles .proarticles_carousel .item .details { color: #363636; line-height: 16px; font-size: 18px; font-weight: 500; padding: 18px 15px 0; margin-bottom: 5px; }
.proarticles .proarticles_carousel .item .details .date { display: block; }
.proarticles .proarticles_carousel .item .desc { color: #004B92; line-height: 18px; font-size: 18px; font-weight: 500; padding: 0 15px; margin: 0 auto; }
.proarticles .proarticles_carousel .item a:hover .desc, .proarticles .proarticles_carousel .item a:active .desc { text-decoration: underline; }
.proarticles .proarticles_carousel .owl-dots { text-align: center; }
.proarticles .proarticles_carousel .owl-dots .owl-dot { border-color: #363636; margin: 0 5px; display: inline-block; float: none; }
.proarticles .proarticles_carousel .owl-dots .owl-dot.active { background: #363636; }
.proarticles .row.more { padding-top: 40px; padding-bottom: 22px; position: relative; z-index: 2; text-align: center; }
.scrollerArticles { background: #FFF; text-align: right; direction: rtl; position: relative; }
.scrollerWrapper { position: relative; margin-bottom: 30px; height: 350px; overflow: hidden; }
.scrollerWrapper.responsive { width: auto; margin-left: 0; }
.servicesScroller { display: block; margin: 0; padding: 0; }
.scrollerWrapper .item { float: left; display: block; }
.proarticles .pagerDiv { position: absolute; bottom: 88px; width: 100%; height: 26px; float: left; max-width: 1200px; right: 0; left: 0; margin: 0 auto; padding: 0 25px; z-index: 4; text-align: center; }
.proarticles .pagerDiv a { font-size: 0; text-decoration: none; width: 10px; height: 10px; margin: 0 5px; border: 2px solid #363636; display: inline-block; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0.15s; -moz-transition: all 0.15s; -o-transition: all 0.15s; transition: all 0.15s; }
.proarticles .pagerDiv a.selected { background: #363636; width: 10px; height: 10px; display: inline-block; margin: 0px 2px; }
.unique_deals { background: #f6f6f6; direction: rtl; text-align: right; padding-bottom: 32px; }
.unique_deals .top { padding-top: 29px; padding-bottom: 22px; }
.unique_deals .carousels .col6 { margin-bottom: 25px; }
.unique_deals .carousels .col6 .main_carousel .item .banner { display: block; position: relative; padding-bottom: 59.9%; overflow: hidden; }
.unique_deals .carousels .col6 .main_carousel .item .banner img { position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; margin: auto; width: 100%; display: block; }
.unique_deals .carousels .col6 .main_carousel .owl-dots { text-align: center; height: 10px; bottom: 15px; }
.unique_deals .carousels .col6 .main_carousel .owl-dots .owl-dot { border: 1px solid #002d7a; width: 10px; height: 10px; margin: 0 5px; display: inline-block; float: none; }
.unique_deals .carousels .col6 .main_carousel .owl-dots .owl-dot.active { background: #002d7a; }
.unique_deals .banner_bottom { display: none; }

@media screen and (min-width: 768px) {
    .homepage_carousel .item .bottom .row { padding: 17px 25px 0 210px; height: 170px; }
    .homepage_carousel .item .bottom .row .title { font-size: 55px; line-height: 55px; margin-bottom: 0px; }
    .homepage_carousel .item .bottom .row .desc { line-height: 24px; max-height: none; }
    .homepage_carousel .item .bottom .row .buttons { bottom: 20px; right: auto; left: 26px; }
    .homepage_carousel .owl-dots { bottom: -3px; }
    .homepage.news_blocks .row.more { padding-top: 32px; padding-bottom: 33px; }
    .homepage.news_blocks .row.more .btn_all, .calendar_index .row.more .btn_all, .proarticles .row.more .btn_all { float: left; }
    .quotes_carousel { height: 270px; }
    .quotes_carousel .item { padding-top: 25px; }
    .quotes_carousel .item .quote_text { font-size: 28px; line-height: 32px; margin-bottom: 10px; }
    .quotes_carousel .item .profile_image { width: 60px; height: 60px; margin: 0 auto 7px; }
    .quotes_carousel .owl-dots { bottom: 5px; }
    .calendar_index .top { padding-bottom: 30px; padding-top: 48px; }
    .calendar_index .row.more { padding-top: 0; padding-bottom: 20px; }
    .calendar_index .closeevent_carousel { display: none; }
    .proarticles .top { padding-top: 39px; padding-bottom: 28px; }
    .proarticles .top .title_global { margin-bottom: 4px; }
    .proarticles .top .desc { line-height: 20px; }
    .proarticles .proarticles_carousel { padding-bottom: 56px; }
    .proarticles .proarticles_carousel .item { padding: 0 20px; }
    .proarticles .proarticles_carousel .item > a { padding: 15px 0 20px; }
    .proarticles .proarticles_carousel .item .image { width: 120px; height: 120px; }
    .proarticles .proarticles_carousel .item .details { line-height: 18px; padding: 14px 10px 0; margin-bottom: 10px; }
    .proarticles .proarticles_carousel .item .desc { line-height: 18px; padding: 0 10px; }
    .proarticles .row.more { padding-bottom: 5px; top: -45px; float: left; }
    .unique_deals { padding-bottom: 0; }
    .unique_deals .top { padding-top: 60px; padding-bottom: 29px; }
    .unique_deals .carousels { margin-bottom: 20px; }
    .unique_deals .carousels .col6 { margin-bottom: 0; }
    .unique_deals .carousels .col6 .main_carousel .owl-dots { height: 10px; bottom: 16px; }
    .unique_deals .banner_bottom { text-align: center; padding-top: 25px; padding-bottom: 22px; display: block; }
    .unique_deals .banner_bottom .bannerblock_728 img { width: 100%; max-width: 728px; }
}

@media screen and (min-width: 1024px) {
    .homepage_carousel .item .bottom .row { padding: 17px 25px 0 250px; height: 200px; }
    .homepage_carousel .item .bottom .row .title { font-size: 64px; line-height: 64px; margin-bottom: 0px; }
    .homepage_carousel .item .bottom .row .desc { font-size: 20px; line-height: 26px; }
    .homepage_carousel .item .bottom .row .buttons { bottom: 25px; }
    .homepage_carousel .owl-dots { bottom: 2px; }
    .homepage.news_blocks .row.more { padding-top: 42px; padding-bottom: 43px; }
    .homepage.news_blocks .row.more .btn_all, .calendar_index .row.more .btn_all, .proarticles .row.more .btn_all { font-size: 22px; line-height: 22px; }
    .homepage.news_blocks .row.more .btn_all .fa, .calendar_index .row.more .btn_all .fa, .proarticles .row.more .btn_all .fa { font-size: 36px; }
    .quotes_carousel { height: 300px; }
    .quotes_carousel .item { padding-top: 30px; }
    .quotes_carousel .item .quote_text { font-size: 30px; line-height: 34px; }
    .quotes_carousel .owl-dots { bottom: 10px; }
    .calendar_index .top { padding-bottom: 30px; padding-top: 48px; }
    .calendar_index .small_title { width: 47.72%; display: block; float: left; }
    .calendar_index .small_title .title { margin: 0; color: #363636; line-height: 28px; font-size: 28px; font-weight: 500; letter-spacing: 0.3px; }
    .calendar_index .row.more { padding-bottom: 30px; }
    .proarticles .top { padding-top: 49px; padding-bottom: 38px; }
    .proarticles .top .desc { font-size: 20px; line-height: 22px; }
    .proarticles .proarticles_carousel { padding-bottom: 66px; }
    .proarticles .proarticles_carousel .item { padding: 0 30px; }
    .proarticles .proarticles_carousel .item > a { padding: 20px 0 30px; }
    .proarticles .proarticles_carousel .item .image { width: 140px; height: 140px; }
    .proarticles .proarticles_carousel .item .details { line-height: 20px; padding: 18px 10px 0; }
    .proarticles .proarticles_carousel .item .desc { line-height: 20px; font-size: 20px; }
    .proarticles .row.more { padding-bottom: 15px; }
    .unique_deals .top { padding-top: 70px; padding-bottom: 39px; }
    .unique_deals .carousels { margin-bottom: 25px; }
    .unique_deals .carousels .col6 .main_carousel .owl-dots { height: 12px; bottom: 22px; }
    .unique_deals .carousels .col6 .main_carousel .owl-dots .owl-dot { width: 12px; height: 12px; }
    .unique_deals .banner_bottom { padding-top: 30px; }
}

@media screen and (min-width: 1280px) {
    .homepage_carousel .item .bottom .row { padding: 10px 25px 0 250px; height: auto; min-height: 190px; }
    .homepage_carousel .item .bottom .row .title { font-size: 74px; line-height: 56px; margin-bottom: 0px; }
    .homepage_carousel .item .bottom .row .desc { font-size: 22px; line-height: 22px; }
    .homepage_carousel .item .bottom .row .buttons { bottom: 32px; }
    .homepage_carousel .owl-dots { bottom: 9px; }
    .homepage.news_blocks .row.more { padding-top: 52px; padding-bottom: 53px; }
    .quotes_carousel { height: 345px; }
    .quotes_carousel .item { padding-top: 41px; }
    .quotes_carousel .item .quote_text { font-size: 35px; line-height: 40px; margin-bottom: 14px; }
    .quotes_carousel .item .profile_image { width: 70px; height: 70px; margin: 0 auto 7px; }
    .quotes_carousel .item .writer { font-size: 20px; line-height: 20px; }
    .quotes_carousel .owl-dots { bottom: 20px; }
    .calendar_index .top { padding-bottom: 40px; padding-top: 58px; }
    .calendar_index .small_title { width: 48.72%; }
    .calendar_index .small_title .title { line-height: 30px; font-size: 30px; }
    .calendar_index .row.more { padding-top: 4px; padding-bottom: 34px; }
    .proarticles .top { padding-top: 59px; padding-bottom: 48px; }
    .proarticles .top .desc { font-size: 22px; line-height: 24px; }
    .proarticles .proarticles_carousel { padding-bottom: 76px; }
    .proarticles .proarticles_carousel .item { padding: 0 40px; }
    .proarticles .proarticles_carousel .item > a { padding: 20px 0 40px; }
    .proarticles .proarticles_carousel .item .image { width: 170px; height: 170px; }
    .proarticles .proarticles_carousel .item .details { padding: 26px 15px 0; margin-bottom: 15px; }
    .proarticles .proarticles_carousel .item .desc { line-height: 22px; font-size: 22px; padding: 0 15px; }
    .proarticles .row.more { padding-bottom: 31px; }
    .unique_deals .top { padding-top: 90px; padding-bottom: 49px; }
    .unique_deals .carousels .col6 .main_carousel .owl-dots { height: 14px; bottom: 28px; }
    .unique_deals .carousels .col6 .main_carousel .owl-dots .owl-dot { width: 14px; height: 14px; }
    .unique_deals .banner_bottom { padding-top: 40px; padding-bottom: 32px; }
}
/** Search results **/
.search_results_top { background-color: #004B92; text-align: right; direction: rtl; }
.search_results_top .row { padding-top: 16px; padding-bottom: 9px; }
.search_results_top .title { font-size: 19px; font-weight: 700; color: #FFF; margin-bottom: 2px; }
.search_results_top .title_global { text-align: right; line-height: 30px; margin-bottom: 21px; }
.search_results_top .tags { padding-right: 2px; }
.search_results_top .tags:after { clear: both; display: table; content: ''; }
.search_results_top .tags > li { height: 26px; line-height: 26px; float: right; background-color: #FFF; -moz-border-radius: 13px; -webkit-border-radius: 13px; border-radius: 13px; cursor: default; color: #004B92; font-size: 17px; font-weight: 400; padding-left: 10px; margin-left: 16px; margin-bottom: 15px; }
.search_results_top .tags > li .close { float: right; width: 26px; height: 26px; padding-top: 1px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; margin-left: 6px; background-color: #EBEBEB; text-decoration: none; font-size: 14px; font-weight: 400; text-align: center; color: #004B92; }
.search_results_top .tags > li .close:hover, .search_results_top .tags > li .close:active { background: #d1d1d1; }
.twocolmuns .rightside.search_results { padding-bottom: 32px; }
.search_results.tabs_sidecom .tab .list.list_consulting { padding: 5px 0 0; }
.search_results .load_more { padding-top: 14px; width: 100%; }
.search_results .load_more .spinner { top: 14px; }

@media screen and (max-width: 767px) {
    .search_results_top .title_global { font-size: 30px; }
}

@media screen and (min-width: 768px) {
    .search_results_top .row { padding-top: 40px; padding-bottom: 25px; }
    .search_results_top .title { font-size: 26px; margin-bottom: 0; }
    .search_results_top .title_global { line-height: 68px; margin-bottom: 37px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
    .search_results_top .tags { padding-right: 4px; }
    .search_results_top .tags > li { height: 32px; line-height: 30px; -moz-border-radius: 16px; -webkit-border-radius: 16px; border-radius: 16px; font-size: 20px; padding-left: 12px; margin-left: 18px; margin-bottom: 0; }
    .search_results_top .tags > li .close { width: 32px; height: 32px; padding-top: 2px; margin-left: 8px; font-size: 18px; }
    .twocolmuns .rightside.search_results { padding-bottom: 22px; }
    .search_results.tabs_sidecom .tab .list.list_consulting { padding: 25px 0 0; }
}

@media screen and (min-width: 1024px) {
    .search_results_top .row { padding-top: 50px; padding-bottom: 31px; }
    .search_results_top .title { font-size: 28px; }
    .search_results_top .title_global { line-height: 68px; margin-bottom: 37px; }
    .twocolmuns .rightside.search_results { padding-bottom: 22px; }
    .search_results.tabs_sidecom .tab .list.list_consulting { padding: 34px 0 0; width: 91%; }
    .search_results .load_more { width: 91%; padding-top: 14px; }
    .search_results .load_more .spinner { top: 14px; }
}

@media screen and (min-width: 1280px) {
    .search_results_top .row { padding-top: 60px; padding-bottom: 41px; }
    .search_results_top .title { font-size: 30px; }
    .search_results_top .title_global { line-height: 68px; margin-bottom: 37px; }
    .search_results_top .tags > li { height: 34px; line-height: 32px; -moz-border-radius: 17px; -webkit-border-radius: 17px; border-radius: 17px; font-size: 22px; padding-left: 14px; margin-left: 21px; }
    .search_results_top .tags > li .close { width: 34px; height: 34px; padding-top: 3px; margin-left: 10px; font-size: 19px; }
    .twocolmuns .rightside.search_results { padding-bottom: 32px; }
    .search_results.tabs_sidecom .tab .list.list_consulting { padding: 38px 0 0; }
}
/** Forums **/
.forums { background-color: #fff; text-align: right; direction: rtl; font-size: 20px; font-family: 'Metali'; min-height: 800px; padding-bottom: 30px; }
.forums a { color: #004B92; text-decoration: none; }
.forums .rightside { height: 100%; }
.forums .gray { background: #f6f6f6; }
.forums .topbar { border: none; padding-right: 20px; }
.forums .header { border: none; }
.forums .btn_order { display: none; }
.forums .breadcrumb li { width: auto; padding: 0 5px; float: right; color: #777; }
.forums .forumLogin { height: 80px; padding: 20px 0 40px 0; float: right; width: 100%; }
.forums .tabs_sidecom { min-height: 20px; height: auto; }
.forums .tabs_sidecom .tab .list .item_update a { border: 1px solid #efefef; }
.forums .tabs_sidecom .tab .list .item_update h2 { padding: 0; margin: 0; line-height: 20px; }

@media screen and (min-width: 768px) {
    .forums .tabs_sidecom .tab .list .item_update .image { width: 57px; height: 45px; }
}

.forums .forum-posts { padding-bottom: 50px; }
.forums .tabs_sidecom .forum-posts { width: 95%; }
.forums .forum-posts .link { border: 1px solid #efefef; padding: 10px; margin-bottom: 10px; }
.forums .forum-posts .link .title { font-weight: bold; font-size: 18px; }
.forums .tabs_side li .table { padding: 10px; }
.forums .tabs_side li.active .table { background-color: #004c94; color: #FFF; }
.forums .tabs_side li.active:after { display: none; }
.forums .tabs_side li:before { content: ''; direction: ltr; position: absolute; right: 1px; top: 42px; margin-top: -8.5px; display: block; width: 0; height: 0; border-style: solid; border-width: 8.5px 0 8.5px 7px; border-color: transparent transparent transparent #004c94; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.forums .tabs_side li.active:before { right: -6px; z-index: 0; display: block; }
.forums .tabs_side .forumPostTitle { font-size: 18px; }
.forums .tabs_side .forumPostText { font-size: 20px; max-height: 80px; }
.forums .tabs_side .forumPostText p { margin: 0; max-height: 80px; }
.forums .btnPost { width: 130px; height: 30px; line-height: 30px; background-color: #004B92; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; display: block; color: #FFF; text-align: center; font-size: 20px; font-weight: 500; }
.forums .forumLeftButtonDiv { width: 100%; text-align: center; margin-bottom: 30px; }
.forums .forumLeftButtonDiv .fa { padding-right: 10px; }
.forums .forumLeftButton { width: auto; height: 40px; padding: 0 10px; line-height: 40px; border: 1px solid #004B92; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; display: block; color: #004B92; text-align: center; font-size: 20px; font-weight: 500; }
.forums .forumBottomRemark { color: red; width: 100%; padding: 20px 0; float: right; bottom: 0; position: relative; }
.forums .btnPost .fa { padding-right: 10px; }
.forums .inputWidth { border: 1px solid #999; margin-bottom: 5px; }

@media screen and (max-width: 768px) {
    .forums .list { padding-top: 20px; }
    .sideTitle { display: none; }
}
/*.forums .mce-container *{direction:rtl!important;text-align:right!important;}.mce-content-body {direction:rtl!important;text-align:right!important;}*/
.forums #postReply { float: right; width: 100%; margin-bottom: 30px; }
/* post thread - styles */
ul.forum-thread { list-style: none; padding: 0; }
li.post-detail { margin-bottom: 20px; min-height: 80px; float: right; width: 100%; }
/* layout of the three boxes (author, body, tools)*/
.post-detail-info { float: left; width: 10%; max-width: 90px; }
.post-detail-body { float: left; width: 89%; padding: 0 0 0 1%; }
.post-detail-meta { float: left; width: 100%; }
/* author box */
.post-detail .post-author { font-size: 0.8em; }
.post-detail-info .post-author { background-color: lightgray; padding: 10px; border-radius: 0.2em; text-align: right; }
.post-detail-info .gravatar-image { width: 99%; max-width: 80px; display: block; padding-bottom: 4px; margin: 0 auto; }
/* post body - top bar*/
.post-title h3 { margin: 10px 0; padding: 0; width: 100%; float: right; }
.post-detail .post-date { font-size: 0.75em; font-weight: normal; color: #808080; }
.post-body { border-top: 1px solid lightgray; padding-top: 0.5em; }
/* rhs - tools */
.post-detail-meta { text-align: right; }
.post-tools { padding: 1.2em 0 0; list-style: none; text-align: right; }
a.post-delete { width: 80px; float: right; cursor: pointer; text-decoration: none; }
a.post-edit { width: 80px; float: right; cursor: pointer; text-decoration: none; }
.forums .detailText { font-size: 14px; }

@media screen and (min-width: 768px) {
    .forums_top { text-align: right; }
    .forums_top .row { padding-top: 40px; padding-right: 130px; }
}

@media screen and (min-width: 1024px) {
    .forums_top .row { padding-top: 50px; padding-bottom: 60px; padding-right: 140px; }
}

@media screen and (min-width: 1280px) {
    .forums_top .row { padding-top: 60px; padding-bottom: 70px; padding-right: 140px; }
}
/** Branch lobby **/
.branch_top { position: relative; height: 408px; direction: rtl; text-align: right; }
.branch_top .image { width: 100%; height: 100%; position: relative; right: 0; top: 0; overflow: hidden; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; }
.branch_top .bottom { position: absolute; bottom: 0; right: 0; width: 100%; background: rgba(0,0,0,0.5); color: #FFF; }
.branch_top .bottom .row { padding-top: 50px; padding-bottom: 20px; }
.branch_top .bottom .btn_toggle_desc { width: 86px; height: 21px; line-height: 21px; position: absolute; top: 15px; margin: 0 auto; left: 0; right: 0; background: rgba(0,0,0,0.2); text-align: center; color: #FFF; font-size: 16px; -moz-border-radius: 10.5px; -webkit-border-radius: 10.5px; border-radius: 10.5px; font-weight: 500; text-decoration: none; }
.branch_top .bottom .btn_toggle_desc .fa { font-size: 13px; font-weight: 400; margin-right: 3px; }
.branch_top .bottom .btn_toggle_desc.active .fa:before { content: '\f078'; }
.branch_top .bottom .btn_toggle_desc:hover, .branch_top .bottom .btn_toggle_desc:active { background: rgba(0,0,0,0.6); }
.branch_top .bottom .title_small { font-weight: 500; margin: 0; font-size: 18px; line-height: 16px; }
.branch_top .bottom .title_global { text-align: right; margin-bottom: 20px; }
.branch_top .bottom .desc { font-weight: 400; font-size: 18px; line-height: 18px; padding-right: 3px; padding: 0 0 20px; }
.branch_top .bottom .btn_contact { width: 128px; height: 48px; line-height: 44px; color: #FFF; text-decoration: none; font-size: 18px; font-weight: 500; border: 2px solid #FFF; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; text-align: center; display: block; margin: 0 auto; background-color: rgba(255, 255, 255, 0.2); }
.branch_top .bottom .btn_contact:hover, .branch_top .bottom .btn_contact:active { background: #FFF; color: #363636; }
.branch_lobby.tabs_sidecom .top { padding-top: 0; }
.branch_services { background: #FFF; direction: rtl; text-align: right; padding-bottom: 20px; }
.branch_services .top { padding-top: 40px; padding-bottom: 0; }
.branch_services .block { border-bottom: 1px solid #c7c7c7; }
.branch_services .block:last-child { border-bottom: none; }
.branch_services .block .block_top { padding: 38px 0 40px 0; position: relative; color: #363636; text-align: center; }
.branch_services .block .block_top .icon { width: 75px; height: 75px; overflow: hidden; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; margin: 0 auto 10px; position: relative; }
.branch_services .block .block_top .icon img { position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; margin: auto; display: block; width: 37px; }
.branch_services .block .block_top .title { margin: 0 0 20px; font-size: 30px; line-height: 30px; font-weight: 700; }
.branch_services .block .block_top .desc { font-size: 17px; line-height: 15px; font-weight: 400; letter-spacing: -0.15px; }
.branch_services .block .tablesort .tablesorter { margin-bottom: 0; }
.branch_services .block .tablesort .more { padding-bottom: 25px; padding-top: 25px; text-align: center; border-top: 1px solid #c7c7c7; }
.branch_services .block .tablesort .more:after { clear: both; display: table; content: ''; }
.branch_services .block .tablesort .more .btn_all { font-size: 20px; font-weight: 500; text-decoration: none; }
.branch_services .block .tablesort .more .btn_all .fa { font-size: 34px; vertical-align: middle; margin-right: 5px; }
.branch_services .block .tablesort .more .btn_all:hover, .branch_services .block .tablesort .more .btn_all:active { text-decoration: underline; }
.tablesort li a { color: #000; text-decoration: none; }

@media screen and (min-width: 768px) {
    .branch_top { height: 391px; }
    .branch_top .bottom .row { padding-top: 40px; padding-bottom: 25px; padding-left: 200px; }
    .branch_top .bottom .title_global { margin-bottom: 0; }
    .branch_top .bottom .desc { line-height: 22px; padding: 5px 0 10px; }
    .branch_top .bottom .btn_contact { width: 140px; height: 44px; line-height: 40px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; left: 25px; bottom: 35px; border-width: 3px; position: absolute; }
    .branch_services { padding-bottom: 0; }
    .branch_services .top { padding-top: 49px; padding-bottom: 5px; }
    .branch_services .block .block_top { min-height: 142px; padding: 38px 111px 0 0; text-align: right; }
    .branch_services .block .block_top .icon { position: absolute; right: 2px; top: 38px; width: 80px; height: 80px; margin-bottom: 0; }
    .branch_services .block .block_top .icon img { width: 41px; }
    .branch_services .block .block_top .title { margin: 0 0 8px; font-size: 32px; line-height: 18px; }
    .branch_services .block .block_top .desc { font-size: 18px; line-height: 20px; }
    .branch_services .block .tablesort .tablesorter { margin-bottom: 17px; }
    .branch_services .block .tablesort .more { padding-bottom: 30px; padding-top: 0; border-top: none; }
    .branch_services .block .tablesort .more .btn_all { font-size: 22px; float: left; }
    .branch_services .block .tablesort .more .btn_all .fa { font-size: 36px; }
}

@media screen and (min-width: 1024px) {
    .branch_top { height: 391px; }
    .branch_top .bottom .row { padding-top: 50px; padding-left: 225px; }
    .branch_top .bottom .btn_toggle_desc { top: 22px; }
    .branch_top .bottom .title_small { font-size: 20px; }
    .branch_top .bottom .desc { font-size: 20px; line-height: 24px; }
    .branch_top .bottom .btn_contact { width: 180px; height: 54px; line-height: 50px; font-size: 20px; bottom: 40px; }
    .branch_services .top { padding-top: 59px; padding-bottom: 15px; }
    .branch_services .block .block_top { min-height: 162px; padding: 38px 121px 0 0; }
    .branch_services .block .block_top .icon { width: 90px; height: 90px; }
    .branch_services .block .block_top .icon img { width: 46px; }
    .branch_services .block .block_top .title { margin: 0 0 12px; font-size: 36px; }
    .branch_services .block .tablesort .more { padding-bottom: 37px; }
}

@media screen and (min-width: 1280px) {
    .branch_top { height: 491px; }
    .branch_top .bottom .row { padding-top: 60px; padding-bottom: 35px; padding-left: 275px; }
    .branch_top .bottom .title_small { font-size: 22px; line-height: 18px; }
    .branch_top .bottom .desc { font-size: 22px; line-height: 26px; padding: 8px 0 16px; }
    .branch_top .bottom .btn_contact { width: 200px; height: 64px; line-height: 54px; font-size: 22px; left: 15px; bottom: 50px; }
    .branch_services .top { padding-top: 69px; padding-bottom: 32px; }
    .branch_services .block .block_top { min-height: 182px; padding: 48px 131px 0 0; }
    .branch_services .block .block_top .icon { top: 48px; width: 100px; height: 100px; }
    .branch_services .block .block_top .icon img { width: auto; }
    .branch_services .block .block_top .title { margin: 0 0 16px; font-size: 40px; }
    .branch_services .block .block_top .desc { line-height: 22px; }
    .branch_services .block .tablesort .more { padding-bottom: 47px; }
}
/** Trade **/
.tradeimage .label { padding: 20px 0 18px; min-height: 0; }
.tradeimage .label .title { padding: 0; margin-bottom: 2px; }
.tradeimage .label .desc { color: #FFF; line-height: 20px; font-size: 18px; font-weight: 400; }
.trade_tabs { padding-top: 25px; }
.trade_tabs .title_global { position: relative; margin-bottom: 10px; margin-top: -3px; text-align: center; }
.trade_tabs .tab_desc { color: #363636; font-size: 17px; font-weight: 400; line-height: 21px; text-align: center; margin-bottom: 15px; }
.trade_tabs .tabs_side > li:first-child .table { border-top: none; }
.trade_tabs .tabs_side > li.active .table { background-color: #004c94; color: #FFF; }
.trade_tabs .tabs_side > li.active:after { display: block; }

@media screen and (max-width: 767px) {
    .tradeimage .image { height: 315px; }
}

@media screen and (min-width: 768px) {
    .tradeimage .label { padding: 18px 0 15px; }
    .tradeimage .label .title { margin-bottom: 0; }
    .tradeimage .label .desc { line-height: 22px; font-size: 20px; }
    .trade_tabs { padding-top: 59px; }
    .trade_tabs .title_global { margin-bottom: 3px; text-align: right; }
    .trade_tabs .tab_desc { font-size: 18px; line-height: 22px; margin-bottom: 10px; text-align: right; }
}

@media screen and (min-width: 1024px) {
    .tradeimage .label .desc { line-height: 24px; font-size: 22px; }
    .trade_tabs { padding-top: 69px; }
    .trade_tabs .tab_desc { line-height: 24px; }
}

@media screen and (min-width: 1280px) {
    .tradeimage .label { padding: 24px 0 21px; }
    .tradeimage .label .desc { line-height: 26px; font-size: 24px; margin-bottom: 0; }
    .trade_tabs { padding-top: 79px; }
    .trade_tabs .tab_desc { font-size: 20px; line-height: 26px; }
}
/** Information state **/
.infostate_top { position: relative; direction: rtl; text-align: right; background: #FFF; }
.infostate_top .col2 { padding: 25px 0 0 0; width: 28%; float: right; }
.infostate_top .col2 .state_image { width: 100%; padding-bottom: 100%; background-color: #FFF; border: 2px solid #FFF; -moz-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.51); -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.51); box-shadow: 0 3px 16px rgba(0, 0, 0, 0.51); -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }
.infostate_top .col6 { color: #363636; padding: 19px 19px 5px 0; float: right; width: 72%; }
.infostate_top .col6 .title_global { margin-bottom: 5px; text-align: right; }
.infostate_top .col6 .info { padding-left: 0; color: #000; line-height: 18px; font-size: 18px; font-weight: 500; }
.infostate_top .info p { margin: 0px !important; }
.infostate_top .col6 .info li { margin-bottom: 5px; padding-right: 2px; }
.infostate_top .col4 { position: relative; clear: both; height: 138px; }
.infostate_top .col4 .main_nav { top: 15px; z-index: 9; }
.infostate_top .col4 .sec_nav { top: 69px; }
.infostate_top .tabs_outer { width: 100%; z-index: 8; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; position: absolute; right: 0; }
.infostate_top .tabs_outer.active { -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
.infostate_top .tabs_outer .mobile_toggle_tabs { height: 44px; line-height: 44px; background-color: #003466; color: #FFF; font-size: 16px; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; cursor: pointer; position: relative; padding-left: 30px; display: block; letter-spacing: -0.1px; }
.infostate_top .tabs_outer .mobile_toggle_tabs .fa-list-ul { margin: 0 14px 0 13px; line-height: 46px; float: right; }
.infostate_top .tabs_outer .mobile_toggle_tabs .fa-caret-down { position: absolute; left: 16px; top: 0; line-height: 44px; }
.infostate_top .tabs_outer.active .mobile_toggle_tabs .fa-caret-down:before { content: '\f0d8'; }
.infostate_top .tabs_outer .mobile_toggle_tabs .title { font-size: 18px; }
.infostate_top .tabs_outer ul { display: none; border: 1px solid #d2d2d2; border-top: none; padding: 0 22px; background: #FFF; }
.infostate_top .tabs_outer ul > li a { display: block; padding: 0 20px 0 5px; height: 44px; font-size: 18px; line-height: 44px; text-decoration: none; border-bottom: 1px solid #d2d2d2; font-weight: 400; color: #373737; }
.infostate_top .tabs_outer ul > li:last-child a { border-bottom: none; }
.infostate_top .tabs_outer ul > li:after { display: none; }
.infostate_top .tabs_outer ul > li > a.active, .infostate_top ul > li > a:hover, .infostate_top ul > li > a:active { color: #004c94; }

@media screen and (min-width: 568px) {
    .infostate_top .col2 { width: 23%; }
    .infostate_top .col2 .state_image { width: 106px; height: 106px; border-width: 3px; padding-bottom: 0; }
    .infostate_top .col6 { padding: 19px 12px 0 0; width: 77%; }
    .infostate_top .col6 .info { -moz-column-count: 2; -moz-column-gap: 10px; -webkit-column-count: 2; -webkit-column-gap: 10px; column-count: 2; column-gap: 10px; }
    .infostate_top .col6 .info li { margin-bottom: 6px; }
}

@media screen and (min-width: 768px) {
    .infostate_top { min-height: 206px; }
    .infostate_top .col2 { padding: 28px 2px 0 0; width: 14.54%; }
    .infostate_top .col2 .state_image { width: 106px; height: 106px; border-width: 3px; }
    .infostate_top .col6 { width: 48.72%; }
    .infostate_top .col6 .info { padding-left: 11px; }
    .infostate_top .col4 { clear: none; float: right; }
    .infostate_top .col4 .main_nav { top: 50px; }
    .infostate_top .col4 .sec_nav { top: 108px; }
    .infostate_top .tabs_outer .mobile_toggle_tabs .fa-list-ul { margin: 0 14px 0 13px; line-height: 46px; }
}

@media screen and (min-width: 1024px) {
    .infostate_top { min-height: 236px; }
    .infostate_top .col2 .state_image { width: 136px; height: 136px; border-width: 4px; }
    .infostate_top .col6 { padding: 19px 4px 0 0; }
    .infostate_top .col6 .title_global { margin-bottom: 10px; }
    .infostate_top .col6 .info { padding-left: 31px; }
    .infostate_top .col4 .main_nav { top: 60px; }
    .infostate_top .col4 .sec_nav { top: 124px; }
    .infostate_top .tabs_outer .mobile_toggle_tabs { height: 50px; line-height: 50px; font-size: 20px; }
    .infostate_top .tabs_outer .mobile_toggle_tabs .fa-list-ul { margin: 0 17px 0 14px; line-height: 52px; }
    .infostate_top .tabs_outer .mobile_toggle_tabs .fa-caret-down { left: 20px; line-height: 50px; }
    .infostate_top .tabs_outer .mobile_toggle_tabs .title { font-size: 22px; }
}

@media screen and (min-width: 1280px) {
    .infostate_top { min-height: 256px; }
    .infostate_top .col2 .state_image { width: 156px; height: 156px; }
    .infostate_top .col6 .title_global { margin-bottom: 17px; }
    .infostate_top .col6 .info { padding-left: 41px; line-height: 20px; font-size: 20px; }
    .infostate_top .col4 .sec_nav { top: 134px; }
    .infostate_top .tabs_outer .mobile_toggle_tabs { height: 60px; line-height: 62px; font-size: 22px; padding-left: 40px; }
    .infostate_top .tabs_outer .mobile_toggle_tabs .fa-list-ul { line-height: 62px; }
    .infostate_top .tabs_outer .mobile_toggle_tabs .fa-caret-down { line-height: 58px; }
    .infostate_top .tabs_outer .mobile_toggle_tabs .title { font-size: 24px; }
    .infostate_top .tabs_outer ul > li a { padding: 0 20px 0 5px; height: 44px; font-size: 20px; line-height: 44px; }
}
/***CUSTOM************************************************************/
.advertisement { padding: 10px 0; text-align: left; color: #9c9c9c; }
.descriptionText { font-size: 22px; font-weight: 400; }
.descriptionText p { margin: 0; }

.benefit { margin-bottom: 25px !important; }
.rtl { direction: rtl; }
.ltr { direction: ltr; text-align: left; }
.ltr * { direction: ltr; text-align: left; }
.alignRight { text-align: right; }
.alignLeft { text-align: left; }
.red { color: red; }
.cursor { cursor: pointer; }
.cursorDefault { cursor: default !important; }
.openBranches { color: #004B92; text-decoration: underline; cursor: pointer; }
.bold { font-weight: bold; }
.margin { margin-bottom: 20px !important; float: right; }
.borderBottom { border-bottom: 1px solid #c7c7c7; }
.englishText { text-align: left; font-size: 16px; }
.edit { cursor: pointer; font-size: 16px; text-align: left; padding: 0px 5px !important; text-decoration: none; width: 50px; float: left; }
.watermark { font-size: 40px; font-weight: bold; color: #ccc; width: 100%; text-align: center; padding-top: 50px; }
.checkBox { -webkit-appearance: checkbox !important; border-radius: 0; }
.gray { background: #eee; padding: 10px; }
.whiteBG { background: #fff; padding: 10px 0 0 0; }
.bottomButtons { width: 300px; }
.alignCenter { text-align: center !important; width: 100%; }
.countryDescription { font-size: 20px; }
.hide { display: none; }
.show { display: block; }
.textLeft { text-align: left; }
.caption { font-size: 25px; padding-bottom: 30px; }
.credit { font-size: 18px; line-height: 18px; display: block; }
.whiteColour { color: #fff; }
.bold500 { font-weight: 500; }
.logout button { border: none !important; background: none !important; font-size: 18px; color: #004B92; font-weight: bold; }
.form fieldset { border: 0 !important; padding: 0 !important; margin: 0 !important; }
/***contact info***/
#englishForm { display: none; }
#englishFormMobile { display: none; }
#SendContactForm .member .radio input { width: 20px; float: right; margin-top: 17px; }
#SendContactForm .member .radio label { width: 30px; float: right; }
#SendContactForm textarea { height: 120px; width: 95%; }
/*#SendContactForm .red {float:right;margin-top:20px; }*/
.contact_box { width: 100%; }
.contact_box .input input[type='text'] { height: 38px; background-color: #FFF; border: 2px solid #afafaf; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; width: 100%; color: #363636; text-indent: 4px; font-size: 18px; font-weight: 500; padding-left: 38px; position: relative; z-index: 1; background: none; }
.contact_box .input .datepicker { cursor: pointer; }
.contact_box .input .fa { position: absolute; left: 12px; top: 8px; color: #4D4D4D; font-size: 19px; z-index: 0; }
.contact_box select { height: 38px; background-color: #FFF; border: 2px solid #afafaf; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; width: 100%; color: #363636; text-indent: 8px; font-size: 18px; font-weight: 500; }
.contact_box .chosen-container-single { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
.contact_box .chosen-container-single .chosen-single { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; border-color: #afafaf; }
.contact_box .chosen-container-single .chosen-single div b { background: none; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #000; font-size: 16px; top: 0; margin-top: 0; height: 34px; line-height: 34px; }
.contact_box .chosen-container-single .chosen-single div b:before { content: "\f0d7"; }
.contact_box .chosen-container-active.chosen-with-drop .chosen-single div b:before { content: "\f0d8"; }
.contact_box .chosen-container-active .chosen-single { border-width: 2px; }
.contact_box .chosen-container-active.chosen-with-drop .chosen-single { -moz-border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0; border-width: 2px; }
.contact_box .chosen-container-active.chosen-with-drop .chosen-drop { -moz-border-radius: 0 0 10px 10px; -webkit-border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px; border-width: 2px; border-color: #afafaf; }
.contact_box .chosen-container .chosen-results li:last-child { -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }
.contact_box .details { direction: rtl; }
.contact_box .details .info { padding: 0 5px 0 2px; display: inline-block; direction: ltr; }
.customSelectArrow { height: 50px; width: 100%; border: 2px solid #e6e6e6; background: none; color: #363636; font-size: 18px; font-weight: 500; text-indent: 5px; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; background: url('../../images/chosen-arrow.png') no-repeat 16px 16px; background-size: auto 10px; }
.contact_box .form .item select { height: 50px; width: 100%; border: 2px solid #dad5d5; background: none; color: #363636; font-size: 18px; font-weight: 500; text-indent: 5px; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; background: url('../../images/chosen-arrow.png') no-repeat 16px 16px; background-size: auto 10px; }
/**for ltr form on rtl page***/
.contact_box.ltr .form .item select { height: 50px; width: 100%; border: 2px solid #dad5d5; background: none; color: #363636; font-size: 18px; font-weight: 500; text-indent: 5px; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; background: url('../../images/chosen-arrow.png') no-repeat 97% 16px; background-size: auto 10px; }
.contact_box .form .item .submit { width: 96%; }
.contact_box .form .item textarea { background: #fff !important; }
.contact_box .label { padding-right: 5px; padding-left: 10px; }
.input-validation-error { border: 1px solid Red !important; }
.field-validation-error { color: red; }
.form .item .submit { margin-top: 10px; }
.form .item .captcha { margin-top: 10px; margin-bottom: 10px; }
.form .item .topMargin { padding-top: 10px; }
.captchaItem { padding: 0 54px; }
#BenefitsForm .contact_box .chosen-container{width:94%!important}
#BenefitsForm .contact_box .chosen-container-single .chosen-single{ -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
#SendTavPlusForm{}
#SendTavPlusForm .greetingWrapper{margin-bottom:30px;}
#SendTavPlusForm .greeting{width:47%;}
#SendTavPlusForm .item .icon-datepicker { cursor: pointer;color:darkblue }
#SendTavPlusForm .datepicker:after{content:'';background-color:darkblue;  width:17px;height:19px;position: absolute;left:17px;top:5px;bottom:0;margin:auto 0;background:url('/images/icon_datepicker2.png') no-repeat 0 0;background-size:100%;z-index:0;}
#SendTavPlusForm .dateIcon{position: relative;left:-113px;top:34px;z-index:100}

#SendTavPlusForm .greetingWrapper  input[type="text"]{width:100%;}
#SendTavPlusForm .greetingWrapper  textarea{width:100%;}
 #SendTavPlusForm .input.datepicker {position:relative}


#formDigital{}
#tenderForm .chosen-container{width:94%!important}
#tenderForm .chosen-container-single .chosen-single{ -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;border-color:#dad5d5; color:rgba(124,121,121,0.8) }
#tenderForm .chosen-container-single .chosen-single div b{top:6px;}

#tenderForm .chosen-container-single .chosen-single span{ color:rgba(124,121,121,0.8)}
#tenderForm .member .radio label {  width: 30px; float: right; display: block;
    cursor: pointer;
    position: relative;
    z-index: 2;}
#tenderForm .member .radio input {
    width: 20px;
    float: right;
    margin-top: 15px;}
#getContactInfo { width: 100%; }
@media screen and (max-width: 768px) {
    .captchaItem { padding: 0 0px; }
   .businessorder_block .form .item {
    width: 100%;}
   #getContactInfo{width:100%;}
   #SendTavPlusForm .greeting{width:100%;margin-top:10px}
   #SendTavPlusForm .dateIcon{position: absolute;left:12px;top:600px;z-index:100}
}



#recaptcha_privacy { display: none; }
#recaptcha_logo { display: none; }
.g-recaptcha { width: 100% !important;; }
.g-recaptcha div { width: 100% !important; }
.g-recaptcha div div { width: 100% !important; }
/**bot captcha***/
.captcha .LBD_CaptchaImageDiv a { display: none; }
.service_box .contact_box { background: transparent !important; }
#EventPage .contact_box { background: transparent !important; }
.centerLogin { text-align: center; width: 50%; margin: 0 25%; padding: 50px 0; }
.centerLogin .locked_outer { text-align: center; width: 70px; margin: 0 auto; }

@media screen and (max-width: 768px) {
    .centerLogin { text-align: center; width: 100%; margin: 0 0; }
}

.register .form .item { width: 100%; }
.register .item textarea { height: 150px !important; }
.register .contact_box { background: transparent !important; }
.register .submit { cursor: pointer; }
.register .chosen-container-single .chosen-single { border: 2px solid #eee; }
#consultingForm .col6 { width: 48%; float: right; }
/****opportunityForm***/
#opportunityForm .customCheck { width: 15px; height: 15px; border: 1px solid #777; }
#opportunityForm .customSelect { width: 100%; float: left; margin-bottom: 10px; color: #363636; }
#opportunityForm .chosen-container-single .chosen-single { border: 2px solid #eee; }
#opportunityForm .chosen-container-single .chosen-single span { color: #999; }
#opportunityForm .chosen-container-single .chosen-single div b { color: #999; top: 5px; }
#opportunityForm .chosen-container-single .chosen-single div b:before { font-size: 20px; padding-top: 5px; }
#opportunityForm textarea { background: #fff; }
#opportunityForm .item { width: 100%; }
#opportunityForm .col6 { width: 45%; }
#opportunityForm .big { height: 200px; }
#OpportunityPost .col8 { width: 65% !important; }
#OpportunityPost .title_global { padding: 20px 40px !important; }
.member_update .form .chosen-container-single .chosen-single span { text-align: right; }
.member_update .form .customCheck { width: 15px; height: 15px; border: 1px solid #777; }
.member_update .form .customSelect { width: 100%; float: left; margin-bottom: 10px; color: #363636; }
.member_update .form .item .profile_image { padding-bottom: 60%; }
.form .labelFor { font-size: 16px; font-weight: 400; }
.form .margin { margin-bottom: 20px; float: right; }
.form .delete_product { background: Red; color: #fff; font-size: 20px; font-weight: bold; padding: 20px 0; text-decoration: none; }
.upperSpace { margin: 30px auto; }

@media screen and (max-width: 768px) {
    .upperSpace { margin-top: 40px; }
}
/****proposalForm***/
#proposalForm { width: 84%; margin: 0 10%; }
#proposalForm .submit { height: 60px; line-height: 56px; background-color: #d02333; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; display: block; color: #FFF; text-align: center; font-size: 30px; font-weight: 500; text-decoration: none; }
#proposalForm .cancel .submit { height: 60px; line-height: 60px; background-color: #004B92; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; display: block; color: #FFF; text-align: center; font-size: 30px; font-weight: 500; text-decoration: none; }

@media screen and (max-width: 798px) {
    #proposalForm { width: 96%; margin: 0 2%; }
}

#ProposalListForm { padding: 0 !important; margin-bottom: 50px; }
#ProposalListForm .item_update { width: 90%; border: 1px solid #eee; margin: 1% 2%; }
#ProposalListForm .item_update .links { text-align: left; }
#ProposalListForm .item_update a { background: Transparent; }
#editingZone { margin-top: 50px; }
.proposalLeft { margin-right: 28px; float: right; width: 100%; }
/**axForm****/
#frmApprove .item { width: 30%; }
/**back button*/
.axForm { direction: rtl; }
.axForm .col4 { margin: 0 0 0 1.5%; float: left; }
.axForm .col3 { margin: 0 0 0 1.5%; float: left; }
.axForm .col2 { margin: 0 0 0 1.5%; float: left; }
.axForm .col6 { margin: 0 0 0 1.5%; float: left; width: 48%; }
.axForm ul { list-style: none !important; padding: 5px 10px !important; margin-right: 0 !important; }
.axForm .form .item .submit { margin-top: 20px; float: right; }
.axForm .form .input { position: relative; }
.axForm input[type='email'] { width: 100% !important; border-radius: 10px !important; }
.axForm input[type='text'] { width: 100% !important; border-radius: 10px !important; }
.axForm textarea { width: 100% !important; border-radius: 10px !important; }
.axForm .form .input input[type='text'] { background-color: #FFF; border: 2px solid #dad5d5 !important; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; width: 100% !important; color: #363636; text-indent: 4px; font-weight: 500; padding-left: 38px; position: relative; z-index: 1; background: none; }
.axForm .form .input .datepicker { cursor: pointer; }
.axForm .form .input .fa { position: absolute; left: 13px; top: 31px; color: #4D4D4D; font-size: 19px; z-index: 0; }
.axForm .form select { height: 38px; background-size: auto 10px; background-color: #FFF; border: 2px solid #dad5d5 !important; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px !important; width: 100% !important; color: #363636; text-indent: 8px; font-size: 18px; font-weight: 500; }
.axForm label { font-size: 20px; }
.axForm .checkbox input { -webkit-appearance: checkbox !important; border-radius: 0; margin: 0 5px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
.axForm input[type='email'] { height: 38px; font-size: 18px; text-indent: 5px; border: 2px solid #dad5d5 !important; width: 95%; font-weight: 500; }
.error { color: red; }
.axForm label { width: 100%; }
.paragraph .businessorder_block { padding-top: 0; }

.thankYouText{font-size:20px;}

/*.paragraph .axForm .col12{width:60%!important} removed on 12/1/2016 - customer's request*/ /**for english forms***/
.axForm .ltr .col12 { width: 60% !important; float: left; }
/**on eventPage***/
.eventForm .axForm .ltr .col12 { width: 100% !important; float: left; }
/**on TenderPage***/
#TenderPage .axForm.contact_box{background:transparent}


@media screen and (max-width: 768px) { /**mobile**/
    .paragraph .axForm .col12 { width: 100% !important; }
}

@media screen and (min-width: 769px) { /**desktop**/
    #listContainer .desc { font-size: 16px; line-height: 28px; }
}

@media screen and (min-width: 1025px) { /**desktop**/
    #listContainer .desc { font-size: 20px; line-height: 20px; }
}

@media screen and (min-width: 1280px) { /**desktop**/
    #listContainer .desc { font-size: 20px; line-height: 20px; }
}

#membersList { padding-right: 25px; }
#membersList .image { width: 45px; height: 45px; }
#membersList .image img { width: 45px; height: 45px; border-radius: 60%; }
#membersList .item_update { padding: 0; }
#membersList .memberName { font-size: 16px; line-height: 40px; }
#membersList .item_update a { padding: 10px 10px 10px 5%; }
.membersListCaption { padding-right: 25px; }
/***for BusinessPage and TenderPage**/
.business .btn_login { display: inline-block; vertical-align: middle; color: #004B92; font-size: 18px; font-weight: 500; line-height: 40px; margin-right: -10px; text-decoration: none; }
.business .btn_login:before { width: 17px; height: 26px; content: ''; display: inline-block; vertical-align: middle; background: url('../images/icon-login.png') no-repeat 0 0; background-size: auto 100%; margin-left: 8px; position: relative; top: -2px; }
.business .btn_login:hover span, .header .btn_login:active span { border-bottom: 1px solid #004B92; }
.business .btn_join { display: inline-block; vertical-align: middle; width: 115px; height: 40px; line-height: 40px; color: #FFF; font-size: 18px; font-weight: 500; text-decoration: none; letter-spacing: 0.2px; background-color: #D02333; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; text-align: center; float: left; }
.business .btn_join:hover, .header .btn_join:active { background: #eb283b; }
.business .desc { font-size: 20px; padding-bottom: 20px; }
.business .btnMore { display: inline-block; vertical-align: middle; width: 90%; padding: 0 10px; height: 80px; line-height: 80px;
                     color: #FFF; font-size: 30px; font-weight: 500; text-decoration: none; letter-spacing: 0.2px;
                     background-color: #D02333; -moz-border-radius: 10px; -webkit-border-radius: 10px;
                     border-radius: 10px;text-align: center; float: none; margin: 30px auto;
                     border-bottom-color:rgba(0, 0, 0, 0.2);border-bottom-style:outset;
}

.article .content .paragraph ul { list-style: disc; margin-right: 10px; }
.article .content .paragraph ul li { margin-right: 10px; }
.innerpage .desc ul { list-style: disc; margin-right: 10px; }
.innerpage .desc ul li { margin-right: 10px; }
/**for english*/

.englishLtr {float:left;direction: ltr; text-align: left; }
.englishLtr ul { list-style: disc; margin-left: 10px; direction: ltr; text-align: left; }
.englishLtr ul li { margin-left: 10px; }
.englishLtr li { margin-left: 10px; direction: ltr; text-align: left; }


.english ul { list-style: disc; margin-left: 10px; direction: ltr; text-align: left; }
.english ul li { margin-left: 10px; }
.english li { margin-left: 10px; direction: ltr; text-align: left; }

.visionimage .desc { color: #fff; font-size: 16px; }
.paragraph strong { font-weight: 500; }
.tablesorter .tbody ul li .overflowh { overflow: visible; max-width: 200px;white-space:normal; }
/***GalleryPage***/
.mfp-container img { padding: 30px !important; }
.mfp-image-holder .mfp-close { top: 0px !important; left: 0px !important; }
#GalleryPage .anchor_list > li { height: 250px; }
#GalleryPage .anchor_list > li .image { position: relative; overflow: hidden; padding-bottom: 68%; }
#GalleryPage .anchor_list > li:hover, #GalleryPage .anchor_list > li:active { -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0); -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0); box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0); }
#GalleryPage .text { text-align: right; font-size: 22px; line-height: 22px; }
#GalleryPage .col1 { min-height: 10px; }
/***ArticlesPage***/
#ArticlesPage .tabs_sidecom { padding-bottom: 0px; }
#ArticlesPage .tabs_sidecom .tab .list { width: 100% !important; }
#ArticlesPage .tabs_sidecom .tab .list .item_update { width: 100% !important; }
#ArticlesPage { /*background:#fff;*/ }
#ArticlesPage .load_more { width: 100% !important; }
#pro_articles .load_more { width: 100% !important; }
.moreArticles { padding-top: 0; padding-bottom: 30px; text-align: left; }
.moreArticles .btn_all { text-decoration: none; color: #004B92; font-size: 20px; font-weight: 500; line-height: 20px; }
.moreArticles .btn_all:hover { text-decoration: underline; }
.moreArticles .btn_all .fa { font-size: 34px; font-weight: 400; vertical-align: middle; margin-right: 7px; }
.listUpdates .locked_icon { width: 16px; height: 21px; }
#BranchLobby .tabs_sidecom { min-height: 50px; }
#BranchLobby .infocenter_tabs { background: transparent !important; }
#branchesContent .lightGray { background: #f6f6f6; padding: 10px; }
#listContainer .upperBranchesDescription { font-size: 20px; line-height: 26px; font-weight: 400; }
.branch_services .header { border-bottom: 0px !important; height: 50px; }
.branch_services .block:last-child { border-bottom: 1px solid #c7c7c7 !important; }
#resultsDetails { padding: 10px 0; font-size: 16px; }
#resultsDetails .label { font-weight: bold; }
button:focus { border: none !important; }
.videoHolder { max-width: 1170px; margin: 0 auto; }
.video_popup { text-align: right; width: 70%; margin: 50px 15%; }
.video_popup .title { text-align: right; max-width: 100%; float: right; margin-bottom: 30px; }
.video_popup .desc { text-align: right; width: 100%; float: right; }
.video_popup .video { text-align: center; width: 100%; }
.video_popup .logo { text-align: center; width: 100%; margin-top: 30px; }
.video_popup .logo img { width: 100%; max-width: 304px; }
.tabs_side > li > ul { padding: 0px !important; }
.tabs_side li ul li { padding: 15px 0; }
/***KENDO**/
.k-editor { height: 150px !important; }
.k-widget.k-datepicker { width: 100% !important; height: 30px !important; }
.k-widget.k-datepicker .input { width: 100% !important; height: 30px !important; }
/****sitemap***/
.sitemap { text-align: right; color: #000; font-size: 16px; padding-top: 50px; }
.sitemap ul li { padding-right: 30px; padding-bottom: 5px; font-weight: bold; }
.sitemap ul li ul li { padding-right: 30px; padding-bottom: 5px; font-weight: normal; }
.sitemap li a { color: #000; text-decoration: none; }
/* Pagination centred wrapper */
.pagination-centered { text-align: center; padding: 20px 0; }
.pagination-centered ul.pagination li { float: none; display: inline-block; width: 22px; height: 20px; }
.pagination-centered ul.pagination li a { color: #555; text-decoration: none; font-size: 20px; }
.pagination-centered ul.pagination li .current { color: #555; text-decoration: none; font-weight: bold; font-size: 20px; }
/** Tender item **/
.tenderItem .tenderdetails_block { text-align: right; direction: rtl; padding: 25px 0 24px; margin-bottom: 10px; border-bottom: 1px solid #dbdbdb; }
.tenderItem .tenderdetails_block .title { color: #363636; line-height: 25px; font-size: 25px; font-weight: 700; margin: 0; margin-bottom: 10px; }
.tenderItem .tenderdetails_block ul > li { font-size: 18px; line-height: 24px; font-weight: 400; color: #000; min-height: 24px; position: relative; padding-right: 110px; }
.tenderItem .tenderdetails_block ul > li .label { position: absolute; right: 0; top: 0; font-weight: 500; }
.tenderItem .tenderdetails_block ul > li.bigpadding { padding-top: 20px; padding-bottom: 20px; }
.tenderItem .tenderdetails_block ul > li.bigpadding .label { top: 20px; }
.tenderItem .tenderdetails_block ul > li a { color: #004B92; text-decoration: none; }
.tenderItem .tenderdetails_block ul > li a:hover, .calendar_item .eventdetails_block ul > li a:active { text-decoration: underline; }

@media screen and (min-width: 769px) {
    .tenderItem .tenderdetails_block { padding: 35px 0 24px; }
    .tenderItem .tenderdetails_block .title { line-height: 30px; font-size: 30px; }
    .tenderItem .tenderdetails_block ul > li { line-height: 26px; min-height: 26px; }
}

@media screen and (min-width: 1024px) {
    .tenderItem .tenderdetails_block { padding: 45px 0 34px; margin-bottom: 17px; }
    .tenderItem .tenderdetails_block .title { margin-bottom: 17px; }
    .tenderItem .tenderdetails_block ul > li { font-size: 18px; line-height: 28px; min-height: 28px; }
    .tenderItem .tenderdetails_block ul > li.bigpadding { padding-top: 25px; padding-bottom: 25px; }
    .tenderItem .tenderdetails_block ul > li.bigpadding .label { top: 25px; }
}

@media screen and (min-width: 1280px) {
    .tenderItem .tenderdetails_block { padding: 55px 0 44px; margin-bottom: 27px; }
    .tenderItem .tenderdetails_block .title { margin-bottom: 27px; }
    .tenderItem .tenderdetails_block ul > li { font-size: 20px; line-height: 30px; min-height: 30px; }
    .tenderItem .tenderdetails_block ul > li.bigpadding { padding-top: 30px; padding-bottom: 30px; }
    .tenderItem .tenderdetails_block ul > li.bigpadding .label { top: 30px; }
}

#TenderPage .locked_icon { width: 13px; height: 17px; margin-top: 4px; }
#shareDivShow { width: auto; height: 100px; padding: 50px; background: #eee; border-radius: 10px; color: #555; z-index: 9999; }

/**BenefitsForm*/
#BenefitsFormPage h1{margin-top:20px;}

#BenefitsFormPage .contact_box .form .item select{background-color:#fff!important;}
.benefitsForm{width:70%;}
.benefitsForm .col6{width:47%;float:right;}
.benefitsForm .title{font-size:20px;line-height:20px;}
.benefitsForm .label{padding:0!important;font-size:20px;min-width:50px;}
#orderDetails{margin-bottom:20px;}
#orderDetails .colOrder{margin:0!important;width:33%;float:right;margin-bottom:5px!important;}
#orderDetails .colOrderWide{margin:0!important;width:66%;float:right;margin-bottom:5px!important;text-align:right;padding:0 35% 0 1%}
#orderDetails input[type='text']{height:34px!important}
#orderDetails select{height:40px!important}
#orderDetails .title{padding-top:5px;font-size:18px;line-height:18px;}
.benefitsForm .heading{width:100%;color:#000;font-size:22px;font-weight:bold;}
.benefitsForm .subHeading{width:100%;color:#000;font-size:18px;font-weight:bold;}
.benefitsForm .black{color:#000!important;}
.benefitsForm .tr{width:100%;float:right;margin-bottom:5px;}
.benefitsForm .space{height:10px;}
.benefitsForm .marginBottom{margin-bottom:10px;}
.benefitsForm .radio{font-size:20px;margin-top:4px;}
.benefitsForm a{color:#000;}
.benefitsForm .itemSelect{width:95%!important;background-color:#fff;padding:10px;}
.white{color:#fff}
.benefitsForm .inputSmall{width:35%!important;display:inline-block;}
.benefitsForm .selectSmall{width:60%!important;display:inline-block;}

.benefitsForm .smallField{float:right;width:45%;margin:0 3% 0 0}
.benefitsForm .smallField:first-child{float:right;width:45%;margin:0  0 0 3%}
.benefitsForm .smallField .input input{border-radius:0;background:#fff; height: 44px!important; border: 2px solid #dad5d5; width: 100%;
    color: #363636;text-indent: 4px;font-size: 18px;font-weight: 500; padding-left: 38px;position: relative;z-index: 1;}

.benefitsForm .smallField label{font-size:20px;font;font-weight:700;}

.benefitsForm .item select{background:#fff url('/images/chosen-arrow.png') no-repeat 16px 16px!important;}


.benefitsForm .popupTerms{background:#fff;width:500px;height:200px;padding:20px; color:#000}
.popupTerms ul{margin-right:20px;list-style:disc!important;}
.popupTerms ul li{margin-right:10px;}

#pdfDocument{margin:10px 0 0 0;width:80%;}

/**siteMapLobby****/

.siteMapLobby ul{text-align:right; list-style:disc;}
.siteMapLobby ul li a{color:#004B92}

.siteMapLobby .level0{padding-right:5px;}

.siteMapLobby .level1{padding-right:25px;}
.siteMapLobby .level2{padding-right:45px;}
.siteMapLobby .level3{padding-right:65px;}
.siteMapLobby .level4{padding-right:85px;}
.siteMapLobby .level5{padding-right:105px;}

@media screen and (max-width: 768px) {
    .benefitsForm .col6{width:100%;float:right;}
    #orderDetails .title{padding-top:3px;font-size:18px;line-height:18px;}
    #orderDetails .colOrder{margin:0!important;width:33%;float:right;margin-bottom:5px!important;}
    #orderDetails .item{margin-bottom:0!important;}

    #orderDetails .gridHeader{font-size:14px;}
  .benefitsForm .inputSmall{width:100%!important;}
  .benefitsForm .selectSmall{width:100%!important;}
    }

/* Nav NEW*/
  .nav.new {max-height:50px;}
@media screen and (max-width: 767px) {
    .nav.new .row{padding-left:161px;padding-right:44px;}
    .nav.new .branches .row{padding-left:23px;padding-right:23px;}
    .nav.new .btn_join{position: absolute;left:0;top:0;}
    .nav.new .btn_login{position: absolute;left:72px;top:0;}
    .nav.new .btn_login.btn_phone{left:116px;font-size:29px;}
    .nav.new .btn_login.btn_phone:before{display: none;}
    .nav.new .btn_login.btn_phone span{display: block;height:50px;line-height:50px;}
    .nav.new .select_mobile{width:100%;right:0;border-left:none;}
    .nav.new .userbox{position: absolute;left:0;top:0;}
}
@media screen and (min-width: 1024px) {
    .nav.new .nav_list{padding:0;}
    .nav.new .nav_list > li .subnav{height:auto!important;}
    .nav.new .nav_list > li:hover .subnav{visibility: visible;opacity:1;/*pointer-events:initial;*/}
    .nav.new .subnav{opacity:0;visibility:hidden;/*pointer-events:none;*/background:none;max-width:1080px;margin:0 auto;left:0;right:0;border:none!important;}
    .nav.new .subnav .innerpage{background-color:#004b92;max-width:none;width:777px;margin:0;right:15px;border:none!important;padding:43px 59px 41px;}
    .nav.new .subnav .innerpage:after{content:'';clear:both;display: table;}
    .nav.new .subnav .subnav_list{height:auto;padding:0;float:right;width:33.3333%;}
    .nav.new .subnav .subnav_list > li{width:100%;margin-bottom:3px;padding:0;}
    .nav.new .subnav .subnav_list > li > a{display:block;width:100%;height:26px;line-height:26px;padding:0 10px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
    .nav.new .subnav .subnav_list > li > a:hover{background-color:#0455a1;}
    .nav.new .search{width:17%;}
}
/* Order form_info */
.order_form_info{direction:rtl;text-align:right;line-height:1;font-size:20px;padding-left:0;padding-top:44px;padding-bottom:44px;}
.order_form_info .title_head{font-size:22px;font-weight:700;display:block;margin:0;margin-bottom:6px;}
.order_form_info .role_highlight{color:red;font-weight:700;font-size:19px;line-height:1.2;margin-bottom:15px;}
.order_form_info input[type="text"]{background:#fff;border-radius:0!important;height:38px;display:block;width:100%!important;padding:0;border:2px solid #dad5d5;background:#FFF;text-indent:5px;}
.order_form .row{padding:0 0;}
.order_form_info .workers_list{margin-bottom:32px;}
.order_form_info .workers_list .item{margin-left:-16px;position:relative;margin-bottom:26px;}
.order_form_info .workers_list .item:last-child{margin-bottom:0;}
.order_form_info .workers_list .item:after{content:'';clear:both;display:table;}
.order_form_info .input{padding-left:16px;width:50%;float:right;}
.order_form_info .workers_list .input:nth-child(4){padding-left:52px;}
.order_form_info .input .label{display:block;margin-bottom:6px;}
.order_form_info .input.input_must .label:before{content:'*';font-size:16px;color:#ff0040;margin-left:4px;}
.order_form_info .workers_list .input_btn{position:absolute;left:0px;bottom:0;}
.order_form_info .workers_list .input_btn .btn_remove{width:39px;height:38px;padding:0;background:#e4e4e4;border:none;display:block;transition:all 0.2s ease-out;outline:none;}
.order_form_info .workers_list .input_btn .btn_remove:hover{background:#c9c9c9;}
.order_form_info .workers_list .input_btn .btn_remove .close{position:relative;width:26px;height:26px;}
.order_form_info .workers_list .input_btn .btn_remove .close:before, .order_form_info .workers_list .input_btn .btn_remove .close:after{position:absolute;left:-2px;top:50%;margin-top:-13px;content:' ';height:26px;width:3px;background-color:#000;}
.order_form_info .workers_list .input_btn .btn_remove .close:before{transform:rotate(45deg);}
.order_form_info .workers_list .input_btn .btn_remove .close:after{transform:rotate(-45deg);}
.order_form_info .button_add{margin-left:-16px;}
.order_form_info .button_add:after{content:'';clear:both;display:table;}
.order_form_info .button_add .input{float:left;}
.order_form_info .button_add .btn_add{display:block;width:100%;height:38px;background:#004b92;border:none;color:#FFF;transition:all 0.2s ease-out;outline:none;font-size:20px;}
.order_form_info .button_add .btn_add:hover{background:#0259ab;}
.order_form_info .button_add .btn_add .plus{position:relative;width:24px;height:3px;display:inline-block;vertical-align:middle;margin-left:13px;}
.order_form_info .button_add .btn_add .plus:before, .order_form_info .button_add .btn_add .plus:after{content:'';width:100%;height:100%;background:#FFF;position:absolute;left:0;top:0;}
.order_form_info .button_add .btn_add .plus:after{transform:rotate(-90deg);}
.order_form_info .row_sum{margin-left:-16px;margin-top:30px;}
.order_form_info .row_sum:after{content:'';clear:both;display:table;}
.order_form_info .row_sum .input{font-weight:700;}
.order_form_info .row_sum input[type="text"]{background:#fff;border-radius:0!important;height:38px;display:block;padding:0;border:2px solid #dad5d5;text-indent:5px;}


@media screen and (max-width: 767px) {
    .order_form_info .workers_list .item{margin-left:-16px;}
    .order_form_info .workers_list .input{width:50%;padding-left:16px;margin-bottom:6px;}
    .order_form_info .workers_list .input_btn{bottom:6px;}
    .order_form_info .button_add .input{width:100%;}
    .order_form_info .row_sum .input{width:40%;}
    .order_form_info .row_sum .input:last-child{width:60%;}
}
@media screen and (min-width: 768px) {
	.order_form_info input[type="text"]{height:40px;}
	.order_form_info .workers_list{margin-bottom:39px;}
	.order_form_info .workers_list .item{margin-left:-20px;margin-bottom:29px;}
	.order_form_info .input{padding-left:20px;width:25%;}
	.order_form_info .workers_list .input_btn{left:0px;}
	.order_form_info .workers_list .input_btn .btn_remove{height:40px;}
	.order_form_info .button_add{margin-left:-20px;}
	.order_form_info .button_add .btn_add{height:40px;}
	.order_form_info .row_sum{margin-left:-20px;margin-top:-32px;}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .order_form_info .button_add .input{width:32%;}
}
@media screen and (min-width: 1024px) {
	.order_form_info{padding-left:39px;}
	.order_form_info .workers_list .item{margin-left:-31px;}
	.order_form_info .input{padding-left:31px;}
	.order_form_info .workers_list .input:nth-child(4){padding-left:52px;}
	.order_form_info .workers_list .input_btn{left:0px;}
	.order_form_info .button_add{margin-left:-31px;}
	.order_form_info .row_sum{margin-left:-31px;}
}
@media screen and (min-width: 1280px) {
	.order_form_info{padding-left:44px;padding-top:50px;padding-bottom:50px;}
	.order_form_info .title_head{font-size:23px;margin-bottom:7px;}
	.order_form_info .role_highlight{margin-bottom:17px;}
	.order_form_info input[type="text"]{height:50px;text-indent:6px;}
	.order_form_info .workers_list{margin-bottom:45px;}
	.order_form_info .workers_list .item{margin-left:-35px;margin-bottom:33px;}
	.order_form_info .input{padding-left:35px;}
	.order_form_info .workers_list .input:nth-child(4){padding-left:52px;}
	.order_form_info .input .label{margin-bottom:7px;}
	.order_form_info .input.input_must .label:before{font-size:18px;margin-left:5px;}
	.order_form_info .workers_list .input_btn{left:0px;}
	.order_form_info .workers_list .input_btn .btn_remove{width:45px;height:50px;}
	.order_form_info .workers_list .input_btn .btn_remove .close{width:30px;height:30px;}
	.order_form_info .workers_list .input_btn .btn_remove .close:before, .order_form_info .workers_list .input_btn .btn_remove .close:after{left:-1px;margin-top:-15px;height:30px;}
	.order_form_info .button_add{margin-left:-35px;}
	.order_form_info .button_add .btn_add{height:50px;font-size:22px;}
	.order_form_info .button_add .btn_add .plus{width:27px;margin-left:15px;}
	.order_form_info .row_sum{margin-left:-35px;margin-top:-36px;}
    .order_form_info .row_sum input[type="text"]{height:50px;}

}




@media screen and (min-width: 1280px) {
    .nav.new .subnav{max-width:1200px;}
    .nav.new .subnav .innerpage{width:944px;padding:48px 66px 45px;}
    .nav.new .subnav .subnav_list > li > a{height:29px;line-height:29px;padding:0 11px;}
}

.breadcrumbs{background:#DFDFDF;padding:10px 20px;height:34px;}
.breadcrumbs  > li{float:right;}
.breadcrumbs  > li:not(:last-child){padding-left:12px;position:relative;float:right;}
.breadcrumbs  > li:not(:last-child):after{content:'<';position:absolute;left:5px;top:0;}
.breadcrumbs li a{color:#363636}




/***PRINT***/


@media print {
    body { padding-top: 0 !important; }
   .topbar, .sticky, .hotnews, .sharebar, .attachments, .captcha,.bannerblock_728, .newsblock, /*.bannerblock,*/ .infocenter_top { display: none; }
   .leftside { page-break-before: always; }
   .eventdetails_block { float: right; width: 47%; margin-left: 6%; }
   .businessorder_block { float: right; width: 47%; }
   .tenderdetails_block{ float: right; width: 47%; }

    #INDbtnWrap{display:none;}
    #INDWrap{display:none;}
}
/**Google search***/ /*.gsc-input-box { border: none !important;text-align:right!important;background-color: #fcfcfc }.gsc-control-cse { padding: 0 !important; }input.gsc-input,input.gsc-input:hover { font-size: 16px; padding: 4px 9px; width: 99%;border:none!important;background:none!important }input.gsc-search-button {background-image:url("/images/search.png")!important;                         background-position:center;                         background-size:20px,20px!important;                         background-repeat:no-repeat;                         background-color:#FCFCFC!important;padding:5px 5px!important }.gsc-control-cse img{width:10px;height:10px;margin:10px;} input.gsc-search-button-v2 {display:block;width:22px!important;height:25px!important; }input.gsc-search-button-v2 input[type="image"] { margin-top: 3px !important;}.search {border:1px solid #eee;background:#fcfcfc;}.search * {background:#fcfcfc;}input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus{border:none!important}.gsc-search-box-tools .gsc-search-box .gsc-input{padding:0 5px!important}form.gsc-search-box{margin-bottom:0!important}td.gsc-search-button{width:25px!important}.gsc-control-cse input[type='text']{height:30px!important}*/

