@charset "UTF-8";
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
-webkit-backface-visibility: hidden;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.vbox-overlay{
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
position: fixed;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 1040;
-webkit-transform:translateZ(1000px);
transform: translateZ(1000px);
transform-style: preserve-3d;
} .vbox-title{
width: 100%;
height: 40px;
float: left;
text-align: center;
line-height: 28px;
font-size: 12px;
padding: 6px 40px;
overflow: hidden;
position: fixed;
display: none;
left: 0;
z-index: 1050;
}
.vbox-close{
cursor: pointer;
position: fixed;
top: -1px;
right: 0;
width: 50px;
height: 40px;
padding: 6px;
display: block;
background-position:10px center;
overflow: hidden;
font-size: 24px;
line-height: 1;
text-align: center;
z-index: 1050;
}
.vbox-num{
cursor: pointer;
position: fixed;
left: 0;
height: 40px;
display: block;
overflow: hidden;
line-height: 28px;
font-size: 12px;
padding: 6px 10px;
display: none;
z-index: 1050;
} .vbox-next, .vbox-prev{
position: fixed;
top: 50%;
margin-top: -15px;
overflow: hidden;
cursor: pointer;
display: block;
width: 45px;
height: 45px;
z-index: 1050;
}
.vbox-next span, .vbox-prev span{
position: relative;
width: 20px;
height: 20px;
border: 2px solid transparent;
border-top-color: #B6B6B6;
border-right-color: #B6B6B6;
text-indent: -100px;
position: absolute;
top: 8px;
display: block;
}
.vbox-prev{
left: 15px;
}
.vbox-next{
right: 15px;
}
.vbox-prev span{
left: 10px;
-ms-transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.vbox-next span{
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
right: 10px;
} .vbox-inline{
width: 420px;
height: 315px;
height: 70vh;
padding: 10px;
background: #fff;
margin: 0 auto;
overflow: auto;
text-align: left;
} .venoframe{
max-width: 100%;
width: 100%;
border: none;
width: 100%;
height: 260px;
height: 70vh;
}
.venoframe.vbvid{
height: 260px;
}
@media (min-width: 768px) {
.venoframe, .vbox-inline{
width: 90%;
height: 360px;
height: 70vh;
}
.venoframe.vbvid{
width: 640px;
height: 360px;
}
}
@media (min-width: 992px) {
.venoframe, .vbox-inline{
max-width: 1200px;
width: 80%;
height: 540px;
height: 70vh;
}
.venoframe.vbvid{
width: 960px;
height: 540px;
}
} .vbox-open{
overflow: hidden;
}
.vbox-container{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow-x: hidden;
overflow-y: scroll;
overflow-scrolling: touch;
-webkit-overflow-scrolling: touch;
z-index: 20;
max-height: 100%;
}
.vbox-content{
text-align: center;
float: left;
width: 100%;
position: relative;
overflow: hidden;
padding: 20px 10px;
}
.vbox-container img{
max-width: 100%;
height: auto;
}
.figlio{
box-shadow: 0 0 12px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
max-width: 100%;
text-align: initial;
}
img.figlio{
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
.vbox-content.swipe-left{
margin-left: -200px !important;
}
.vbox-content.swipe-right{
margin-left: 200px !important;
}
.animated{
webkit-transition: margin 300ms ease-out;
transition: margin 300ms ease-out;
}
.animate-in{
opacity: 1;
}
.animate-out{
opacity: 0;
} .sk-double-bounce,.sk-rotating-plane{width:40px;height:40px;margin:40px auto}.sk-rotating-plane{background-color:#333;-webkit-backface-visibility:visible;-moz-backface-visibility:visible;backface-visibility:visible;-webkit-animation:sk-rotatePlane 1.2s infinite ease-in-out;animation:sk-rotatePlane 1.2s infinite ease-in-out}@-webkit-keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-double-bounce{position:relative}.sk-double-bounce .sk-child{width:100%;height:100%;border-radius:50%;background-color:#333;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-doubleBounce 2s infinite ease-in-out;animation:sk-doubleBounce 2s infinite ease-in-out}.sk-double-bounce .sk-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-wave{width:50px;height:40px;text-align:center;font-size:10px;margin:40px auto}.sk-wave .sk-rect{background-color:#333;height:100%;width:4px;margin:0 1px;display:inline-block;-webkit-animation:sk-waveStretchDelay 1.2s infinite ease-in-out;animation:sk-waveStretchDelay 1.2s infinite ease-in-out}.sk-wave .sk-rect1{-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.sk-wave .sk-rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-wave .sk-rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-wave .sk-rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-wave .sk-rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.sk-three-bounce{margin:40px auto;width:100px;text-align:center}.sk-three-bounce .sk-child{width:16px;height:16px;background-color:#333;border-radius:100%;margin:4px;display:inline-block;-webkit-animation:sk-three-bounce 1.4s ease-in-out 0s infinite both;animation:sk-three-bounce 1.4s ease-in-out 0s infinite both}.sk-cube-grid,.sk-spinner-pulse{width:40px;height:40px;margin:40px auto}.sk-three-bounce .sk-bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.sk-three-bounce .sk-bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-spinner-pulse{background-color:#333;border-radius:100%;-webkit-animation:sk-pulseScaleOut 1s infinite ease-in-out;animation:sk-pulseScaleOut 1s infinite ease-in-out}@-webkit-keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.sk-cube-grid .sk-cube{width:33.33%;height:33.33%;background-color:#333;float:left;-webkit-animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out;animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out}.sk-cube-grid .sk-cube1{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube2{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube3{-webkit-animation-delay:.4s;animation-delay:.4s}.sk-cube-grid .sk-cube4{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube5{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube6{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube7{-webkit-animation-delay:0ms;animation-delay:0ms}.sk-cube-grid .sk-cube8{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube9{-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}.sk-wandering-cubes{margin:40px auto;width:40px;height:40px;position:relative}.sk-wandering-cubes .sk-cube{background-color:#333;width:10px;height:10px;position:absolute;top:0;left:0;-webkit-animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both}.sk-wandering-cubes .sk-cube2{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}
 .animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.animated.infinite {
animation-iteration-count: infinite;
}
.animated.hinge {
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
animation-duration: .75s;
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transform: translate3d(0,0,0);
}
40%, 43% {
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transform: translate3d(0, -30px, 0);
}
70% {
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transform: translate3d(0, -15px, 0);
}
90% {
transform: translate3d(0,-4px,0);
}
}
.bounce {
animation-name: bounce;
transform-origin: center bottom;
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
animation-name: flash;
} @keyframes pulse {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.05, 1.05, 1.05);
}
to {
transform: scale3d(1, 1, 1);
}
}
.pulse {
animation-name: pulse;
}
@keyframes rubberBand {
from {
transform: scale3d(1, 1, 1);
}
30% {
transform: scale3d(1.25, 0.75, 1);
}
40% {
transform: scale3d(0.75, 1.25, 1);
}
50% {
transform: scale3d(1.15, 0.85, 1);
}
65% {
transform: scale3d(.95, 1.05, 1);
}
75% {
transform: scale3d(1.05, .95, 1);
}
to {
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
animation-name: rubberBand;
}
@keyframes shake {
from, to {
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
transform: translate3d(10px, 0, 0);
}
}
.shake {
animation-name: shake;
}
@keyframes headShake {
0% {
transform: translateX(0);
}
6.5% {
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
transform: translateX(5px) rotateY(7deg);
}
31.5% {
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
transform: translateX(2px) rotateY(3deg);
}
50% {
transform: translateX(0);
}
}
.headShake {
animation-timing-function: ease-in-out;
animation-name: headShake;
}
@keyframes swing {
20% {
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
transform: rotate3d(0, 0, 1, -5deg);
}
to {
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
transform-origin: top center;
animation-name: swing;
}
@keyframes tada {
from {
transform: scale3d(1, 1, 1);
}
10%, 20% {
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
transform: scale3d(1, 1, 1);
}
}
.tada {
animation-name: tada;
} @keyframes wobble {
from {
transform: none;
}
15% {
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
transform: none;
}
}
.wobble {
animation-name: wobble;
}
@keyframes jello {
from, 11.1%, to {
transform: none;
}
22.2% {
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
animation-name: jello;
transform-origin: center;
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
20% {
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
animation-name: bounceIn;
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, 25px, 0);
}
75% {
transform: translate3d(0, -10px, 0);
}
90% {
transform: translate3d(0, 5px, 0);
}
to {
transform: none;
}
}
.bounceInDown {
animation-name: bounceInDown;
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(25px, 0, 0);
}
75% {
transform: translate3d(-10px, 0, 0);
}
90% {
transform: translate3d(5px, 0, 0);
}
to {
transform: none;
}
}
.bounceInLeft {
animation-name: bounceInLeft;
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(-25px, 0, 0);
}
75% {
transform: translate3d(10px, 0, 0);
}
90% {
transform: translate3d(-5px, 0, 0);
}
to {
transform: none;
}
}
.bounceInRight {
animation-name: bounceInRight;
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
75% {
transform: translate3d(0, 10px, 0);
}
90% {
transform: translate3d(0, -5px, 0);
}
to {
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
animation-name: bounceInUp;
}
@keyframes bounceOut {
20% {
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
animation-name: bounceOut;
}
@keyframes bounceOutDown {
20% {
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
20% {
opacity: 1;
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
20% {
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
animation-name: bounceOutUp;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
animation-name: fadeIn;
}
@keyframes fadeInDown {
from {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInDown {
animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
from {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInDownBig {
animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeft {
animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeftBig {
animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
from {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInRight {
animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
from {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInRightBig {
animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInUp {
animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
from {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInUpBig {
animation-name: fadeInUpBig;
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
animation-name: fadeOut;
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
animation-name: fadeOutUpBig;
}
@keyframes flip {
from {
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) scale3d(.95, .95, .95);
animation-timing-function: ease-in;
}
to {
transform: perspective(400px);
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
animation-name: flip;
}
@keyframes flipInX {
from {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInX;
}
@keyframes flipInY {
from {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInY;
}
@keyframes flipOutX {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@keyframes flipOutY {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipOutY;
}
@keyframes lightSpeedIn {
from {
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
transform: skewX(20deg);
opacity: 1;
}
80% {
transform: skewX(-5deg);
opacity: 1;
}
to {
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
animation-name: lightSpeedIn;
animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
animation-name: lightSpeedOut;
animation-timing-function: ease-in;
}
@keyframes rotateIn {
from {
transform-origin: center;
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
transform-origin: center;
transform: none;
opacity: 1;
}
}
.rotateIn {
animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
animation-name: rotateInUpRight;
}
@keyframes rotateOut {
from {
transform-origin: center;
opacity: 1;
}
to {
transform-origin: center;
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
from {
transform-origin: left bottom;
opacity: 1;
}
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
from {
transform-origin: right bottom;
opacity: 1;
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
from {
transform-origin: left bottom;
opacity: 1;
}
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
from {
transform-origin: right bottom;
opacity: 1;
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
animation-name: rotateOutUpRight;
}
@keyframes hinge {
0% {
transform-origin: top left;
animation-timing-function: ease-in-out;
}
20%, 60% {
transform: rotate3d(0, 0, 1, 80deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
}
40%, 80% {
transform: rotate3d(0, 0, 1, 60deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
animation-name: hinge;
}
@keyframes jackInTheBox {
from {
opacity: 0;
transform: scale(0.1) rotate(30deg);
transform-origin: center bottom;
}
50% {
transform: rotate(-10deg);
}
70% {
transform: rotate(3deg);
}
to {
opacity: 1;
transform: scale(1);
}
}
.jackInTheBox {
animation-name: jackInTheBox;
} @keyframes rollIn {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
transform: none;
}
}
.rollIn {
animation-name: rollIn;
} @keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
animation-name: rollOut;
}
@keyframes zoomIn {
from {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
animation-name: zoomIn;
}
@keyframes zoomInDown {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
animation-name: zoomInDown;
}
@keyframes zoomInLeft {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
animation-name: zoomInLeft;
}
@keyframes zoomInRight {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
animation-name: zoomInRight;
}
@keyframes zoomInUp {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
animation-name: zoomInUp;
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
animation-name: zoomOut;
}
@keyframes zoomOutDown {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
transform: scale(.1) translate3d(-2000px, 0, 0);
transform-origin: left center;
}
}
.zoomOutLeft {
animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
transform: scale(.1) translate3d(2000px, 0, 0);
transform-origin: right center;
}
}
.zoomOutRight {
animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
animation-name: zoomOutUp;
}
@keyframes slideInDown {
from {
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
animation-name: slideInDown;
}
@keyframes slideInLeft {
from {
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
animation-name: slideInLeft;
}
@keyframes slideInRight {
from {
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
animation-name: slideInRight;
}
@keyframes slideInUp {
from {
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
animation-name: slideInUp;
}
@keyframes slideOutDown {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
animation-name: slideOutDown;
}
@keyframes slideOutLeft {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
animation-name: slideOutLeft;
}
@keyframes slideOutRight {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
animation-name: slideOutRight;
}
@keyframes slideOutUp {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
animation-name: slideOutUp;
}.ball-pulse-sync>div,.ball-pulse>div,.ball-scale-random>div,.ball-scale>div{background-color:#fff;border-radius:100%;margin:2px;display:inline-block}@-webkit-keyframes scale{0%,80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}}@keyframes scale{0%,80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}}.ball-pulse>div:nth-child(1){-webkit-animation:scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div:nth-child(2){-webkit-animation:scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div:nth-child(3){-webkit-animation:scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div{width:15px;height:15px;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes ball-pulse-sync{33%{-webkit-transform:translateY(10px);transform:translateY(10px)}66%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes ball-pulse-sync{33%{-webkit-transform:translateY(10px);transform:translateY(10px)}66%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.ball-pulse-sync>div:nth-child(1){-webkit-animation:ball-pulse-sync .6s -.14s infinite ease-in-out;animation:ball-pulse-sync .6s -.14s infinite ease-in-out}.ball-pulse-sync>div:nth-child(2){-webkit-animation:ball-pulse-sync .6s -70ms infinite ease-in-out;animation:ball-pulse-sync .6s -70ms infinite ease-in-out}.ball-pulse-sync>div:nth-child(3){-webkit-animation:ball-pulse-sync .6s 0s infinite ease-in-out;animation:ball-pulse-sync .6s 0s infinite ease-in-out}.ball-pulse-sync>div{width:15px;height:15px;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes ball-scale{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes ball-scale{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.ball-scale>div{height:60px;width:60px;-webkit-animation:ball-scale 1s 0s ease-in-out infinite;animation:ball-scale 1s 0s ease-in-out infinite}.ball-scale-random{width:37px;height:40px}.ball-scale-random>div{position:absolute;height:30px;width:30px;-webkit-animation:ball-scale 1s 0s ease-in-out infinite;animation:ball-scale 1s 0s ease-in-out infinite}.ball-rotate,.ball-rotate>div{position:relative}.ball-rotate>div,.ball-rotate>div:after,.ball-rotate>div:before{background-color:#fff;width:15px;height:15px;border-radius:100%}.ball-scale-random>div:nth-child(1){margin-left:-7px;-webkit-animation:ball-scale 1s .2s ease-in-out infinite;animation:ball-scale 1s .2s ease-in-out infinite}.ball-scale-random>div:nth-child(3){margin-left:-2px;margin-top:9px;-webkit-animation:ball-scale 1s .5s ease-in-out infinite;animation:ball-scale 1s .5s ease-in-out infinite}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ball-rotate>div{margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both}.ball-rotate>div:first-child{-webkit-animation:rotate 1s 0s cubic-bezier(.7,-.13,.22,.86) infinite;animation:rotate 1s 0s cubic-bezier(.7,-.13,.22,.86) infinite}.ball-rotate>div:after,.ball-rotate>div:before{margin:2px;content:"";position:absolute;opacity:.8}.ball-rotate>div:before{top:0;left:-28px}.ball-rotate>div:after{top:0;left:25px}.ball-clip-rotate>div{border-radius:100%;margin:2px;border:2px solid #fff;border-bottom-color:transparent;height:26px;width:26px;background:0 0!important;display:inline-block;-webkit-animation:rotate .75s 0s linear infinite;animation:rotate .75s 0s linear infinite}@keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes scale{30%{-webkit-transform:scale(.3);transform:scale(.3)}100%{-webkit-transform:scale(1);transform:scale(1)}}.ball-clip-rotate-pulse{position:relative;-webkit-transform:translateY(-15px);transform:translateY(-15px)}.ball-clip-rotate-pulse>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;top:0;left:0;border-radius:100%}.ball-clip-rotate-pulse>div:first-child{background:#fff;height:16px;width:16px;top:7px;left:-7px;-webkit-animation:scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite}.ball-clip-rotate-pulse>div:last-child{position:absolute;width:30px;height:30px;left:-16px;top:-2px;background:0 0;border:2px solid;border-color:#fff transparent;-webkit-animation:rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;-webkit-animation-duration:1s;animation-duration:1s}.ball-beat>div,.ball-scale-multiple>div{background-color:#fff;border-radius:100%}@keyframes rotate{0%{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}50%{-webkit-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}100%{-webkit-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}.ball-clip-rotate-multiple{position:relative}.ball-clip-rotate-multiple>div{position:absolute;left:-20px;top:-20px;border:2px solid #fff;border-bottom-color:transparent;border-top-color:transparent;border-radius:100%;height:35px;width:35px;-webkit-animation:rotate 1s 0s ease-in-out infinite;animation:rotate 1s 0s ease-in-out infinite}.ball-clip-rotate-multiple>div:last-child{display:inline-block;top:-10px;left:-10px;width:15px;height:15px;-webkit-animation-duration:.5s;animation-duration:.5s;border-color:#fff transparent;-webkit-animation-direction:reverse;animation-direction:reverse}@-webkit-keyframes ball-scale-ripple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}@keyframes ball-scale-ripple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}.ball-scale-ripple>div{height:50px;width:50px;border-radius:100%;border:2px solid #fff;-webkit-animation:ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8);animation:ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8)}@-webkit-keyframes ball-scale-ripple-multiple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}@keyframes ball-scale-ripple-multiple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}.ball-scale-ripple-multiple{position:relative;-webkit-transform:translateY(-25px);transform:translateY(-25px)}.ball-scale-ripple-multiple>div:nth-child(0){-webkit-animation-delay:-.8s;animation-delay:-.8s}.ball-scale-ripple-multiple>div:nth-child(1){-webkit-animation-delay:-.6s;animation-delay:-.6s}.ball-scale-ripple-multiple>div:nth-child(2){-webkit-animation-delay:-.4s;animation-delay:-.4s}.ball-scale-ripple-multiple>div:nth-child(3){-webkit-animation-delay:-.2s;animation-delay:-.2s}.ball-scale-ripple-multiple>div{position:absolute;top:-2px;left:-26px;width:50px;height:50px;border-radius:100%;border:2px solid #fff;-webkit-animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8);animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8)}@-webkit-keyframes ball-beat{50%{opacity:.2;-webkit-transform:scale(.75);transform:scale(.75)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-beat{50%{opacity:.2;-webkit-transform:scale(.75);transform:scale(.75)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.ball-beat>div{width:15px;height:15px;margin:2px;display:inline-block;-webkit-animation:ball-beat .7s 0s infinite linear;animation:ball-beat .7s 0s infinite linear}.ball-beat>div:nth-child(2n-1){-webkit-animation-delay:-.35s!important;animation-delay:-.35s!important}@-webkit-keyframes ball-scale-multiple{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}5%{opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes ball-scale-multiple{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}5%{opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.ball-scale-multiple{position:relative;-webkit-transform:translateY(-30px);transform:translateY(-30px)}.ball-scale-multiple>div:nth-child(2){-webkit-animation-delay:-.4s;animation-delay:-.4s}.ball-scale-multiple>div:nth-child(3){-webkit-animation-delay:-.2s;animation-delay:-.2s}.ball-scale-multiple>div{position:absolute;left:-30px;top:0;opacity:0;margin:0;width:60px;height:60px;-webkit-animation:ball-scale-multiple 1s 0s linear infinite;animation:ball-scale-multiple 1s 0s linear infinite}.ball-triangle-path>div:nth-child(1),.ball-triangle-path>div:nth-child(2){-webkit-animation-duration:2s;-webkit-animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite}@-webkit-keyframes ball-triangle-path-1{33%{-webkit-transform:translate(25px,-50px);transform:translate(25px,-50px)}66%{-webkit-transform:translate(50px,0);transform:translate(50px,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-triangle-path-1{33%{-webkit-transform:translate(25px,-50px);transform:translate(25px,-50px)}66%{-webkit-transform:translate(50px,0);transform:translate(50px,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ball-triangle-path-2{33%{-webkit-transform:translate(25px,50px);transform:translate(25px,50px)}66%{-webkit-transform:translate(-25px,50px);transform:translate(-25px,50px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-triangle-path-2{33%{-webkit-transform:translate(25px,50px);transform:translate(25px,50px)}66%{-webkit-transform:translate(-25px,50px);transform:translate(-25px,50px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ball-triangle-path-3{33%{-webkit-transform:translate(-50px,0);transform:translate(-50px,0)}66%{-webkit-transform:translate(-25px,-50px);transform:translate(-25px,-50px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-triangle-path-3{33%{-webkit-transform:translate(-50px,0);transform:translate(-50px,0)}66%{-webkit-transform:translate(-25px,-50px);transform:translate(-25px,-50px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}.ball-triangle-path{position:relative;-webkit-transform:translate(-29.99px,-37.51px);transform:translate(-29.99px,-37.51px)}.ball-triangle-path>div:nth-child(1){-webkit-animation-name:ball-triangle-path-1;animation-name:ball-triangle-path-1;-webkit-animation-delay:0;animation-delay:0;animation-duration:2s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.ball-triangle-path>div:nth-child(2){-webkit-animation-name:ball-triangle-path-2;animation-name:ball-triangle-path-2;-webkit-animation-delay:0;animation-delay:0;animation-duration:2s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.ball-triangle-path>div:nth-child(3){-webkit-animation-name:ball-triangle-path-3;animation-name:ball-triangle-path-3;-webkit-animation-delay:0;animation-delay:0;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ball-triangle-path>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;width:10px;height:10px;border-radius:100%;border:1px solid #fff}.ball-grid-beat>div,.ball-pulse-rise>div{-webkit-animation-fill-mode:both;-webkit-animation-iteration-count:infinite}.ball-grid-beat>div,.ball-grid-pulse>div,.ball-pulse-rise>div{height:15px;border-radius:100%;display:inline-block;background-color:#fff;margin:2px}.ball-triangle-path>div:nth-of-type(1){top:50px}.ball-triangle-path>div:nth-of-type(2){left:25px}.ball-triangle-path>div:nth-of-type(3){top:50px;left:50px}@-webkit-keyframes ball-pulse-rise-even{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}25%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}50%{-webkit-transform:scale(.4);transform:scale(.4)}75%{-webkit-transform:translateY(30px);transform:translateY(30px)}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-pulse-rise-even{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}25%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}50%{-webkit-transform:scale(.4);transform:scale(.4)}75%{-webkit-transform:translateY(30px);transform:translateY(30px)}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes ball-pulse-rise-odd{0%{-webkit-transform:scale(.4);transform:scale(.4)}25%{-webkit-transform:translateY(30px);transform:translateY(30px)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform:scale(.75);transform:scale(.75)}}@keyframes ball-pulse-rise-odd{0%{-webkit-transform:scale(.4);transform:scale(.4)}25%{-webkit-transform:translateY(30px);transform:translateY(30px)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform:scale(.75);transform:scale(.75)}}.ball-pulse-rise>div{width:15px;animation-fill-mode:both;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:cubic-bezier(.15,.46,.9,.6);animation-timing-function:cubic-bezier(.15,.46,.9,.6);animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}.ball-pulse-rise>div:nth-child(2n){-webkit-animation-name:ball-pulse-rise-even;animation-name:ball-pulse-rise-even}.ball-pulse-rise>div:nth-child(2n-1){-webkit-animation-name:ball-pulse-rise-odd;animation-name:ball-pulse-rise-odd}@-webkit-keyframes ball-grid-beat{50%{opacity:.7}100%{opacity:1}}@keyframes ball-grid-beat{50%{opacity:.7}100%{opacity:1}}.ball-grid-beat{width:57px}.ball-grid-beat>div:nth-child(1){-webkit-animation-delay:.49s;animation-delay:.49s;-webkit-animation-duration:.93s;animation-duration:.93s}.ball-grid-beat>div:nth-child(2){-webkit-animation-delay:.4s;animation-delay:.4s;-webkit-animation-duration:1.02s;animation-duration:1.02s}.ball-grid-beat>div:nth-child(3){-webkit-animation-delay:.63s;animation-delay:.63s;-webkit-animation-duration:1.07s;animation-duration:1.07s}.ball-grid-beat>div:nth-child(4){-webkit-animation-delay:-40ms;animation-delay:-40ms;-webkit-animation-duration:.75s;animation-duration:.75s}.ball-grid-beat>div:nth-child(5){-webkit-animation-delay:.21s;animation-delay:.21s;-webkit-animation-duration:1.41s;animation-duration:1.41s}.ball-grid-beat>div:nth-child(6){-webkit-animation-delay:-80ms;animation-delay:-80ms;-webkit-animation-duration:.66s;animation-duration:.66s}.ball-grid-beat>div:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-duration:1.36s;animation-duration:1.36s}.ball-grid-beat>div:nth-child(8){-webkit-animation-delay:.78s;animation-delay:.78s;-webkit-animation-duration:1.17s;animation-duration:1.17s}.ball-grid-beat>div:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s;-webkit-animation-duration:1.49s;animation-duration:1.49s}.ball-grid-beat>div{width:15px;animation-fill-mode:both;float:left;-webkit-animation-name:ball-grid-beat;animation-name:ball-grid-beat;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}@-webkit-keyframes ball-grid-pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes ball-grid-pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.ball-grid-pulse{width:57px}.ball-grid-pulse>div:nth-child(1){-webkit-animation-delay:.19s;animation-delay:.19s;-webkit-animation-duration:.98s;animation-duration:.98s}.ball-grid-pulse>div:nth-child(2){-webkit-animation-delay:.48s;animation-delay:.48s;-webkit-animation-duration:1.58s;animation-duration:1.58s}.ball-grid-pulse>div:nth-child(3){-webkit-animation-delay:.58s;animation-delay:.58s;-webkit-animation-duration:1.13s;animation-duration:1.13s}.ball-grid-pulse>div:nth-child(4){-webkit-animation-delay:.63s;animation-delay:.63s;-webkit-animation-duration:.98s;animation-duration:.98s}.ball-grid-pulse>div:nth-child(5){-webkit-animation-delay:60ms;animation-delay:60ms;-webkit-animation-duration:.64s;animation-duration:.64s}.ball-grid-pulse>div:nth-child(6){-webkit-animation-delay:.38s;animation-delay:.38s;-webkit-animation-duration:.85s;animation-duration:.85s}.ball-grid-pulse>div:nth-child(7){-webkit-animation-delay:-60ms;animation-delay:-60ms;-webkit-animation-duration:1.53s;animation-duration:1.53s}.ball-grid-pulse>div:nth-child(8){-webkit-animation-delay:.57s;animation-delay:.57s;-webkit-animation-duration:.76s;animation-duration:.76s}.ball-grid-pulse>div:nth-child(9){-webkit-animation-delay:.73s;animation-delay:.73s;-webkit-animation-duration:.98s;animation-duration:.98s}.ball-grid-pulse>div{width:15px;-webkit-animation-fill-mode:both;animation-fill-mode:both;float:left;-webkit-animation-name:ball-grid-pulse;animation-name:ball-grid-pulse;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}@-webkit-keyframes ball-spin-fade-loader{50%{opacity:.3;-webkit-transform:scale(.4);transform:scale(.4)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-spin-fade-loader{50%{opacity:.3;-webkit-transform:scale(.4);transform:scale(.4)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.ball-spin-fade-loader{position:relative;top:-10px;left:-10px}.ball-spin-fade-loader>div:nth-child(1){top:25px;left:0;-webkit-animation:ball-spin-fade-loader 1s -.96s infinite linear;animation:ball-spin-fade-loader 1s -.96s infinite linear}.ball-spin-fade-loader>div:nth-child(2){top:17.05px;left:17.05px;-webkit-animation:ball-spin-fade-loader 1s -.84s infinite linear;animation:ball-spin-fade-loader 1s -.84s infinite linear}.ball-spin-fade-loader>div:nth-child(3){top:0;left:25px;-webkit-animation:ball-spin-fade-loader 1s -.72s infinite linear;animation:ball-spin-fade-loader 1s -.72s infinite linear}.ball-spin-fade-loader>div:nth-child(4){top:-17.05px;left:17.05px;-webkit-animation:ball-spin-fade-loader 1s -.6s infinite linear;animation:ball-spin-fade-loader 1s -.6s infinite linear}.ball-spin-fade-loader>div:nth-child(5){top:-25px;left:0;-webkit-animation:ball-spin-fade-loader 1s -.48s infinite linear;animation:ball-spin-fade-loader 1s -.48s infinite linear}.ball-spin-fade-loader>div:nth-child(6){top:-17.05px;left:-17.05px;-webkit-animation:ball-spin-fade-loader 1s -.36s infinite linear;animation:ball-spin-fade-loader 1s -.36s infinite linear}.ball-spin-fade-loader>div:nth-child(7){top:0;left:-25px;-webkit-animation:ball-spin-fade-loader 1s -.24s infinite linear;animation:ball-spin-fade-loader 1s -.24s infinite linear}.ball-spin-fade-loader>div:nth-child(8){top:17.05px;left:-17.05px;-webkit-animation:ball-spin-fade-loader 1s -.12s infinite linear;animation:ball-spin-fade-loader 1s -.12s infinite linear}.ball-spin-fade-loader>div,.ball-spin-loader>div{-webkit-animation-fill-mode:both;position:absolute;width:15px;height:15px;border-radius:100%}.ball-spin-fade-loader>div{background-color:#fff;margin:2px;animation-fill-mode:both}@-webkit-keyframes ball-spin-loader{75%{opacity:.2}100%{opacity:1}}@keyframes ball-spin-loader{75%{opacity:.2}100%{opacity:1}}.ball-spin-loader{position:relative}.ball-spin-loader>span:nth-child(1){top:45px;left:0;-webkit-animation:ball-spin-loader 2s .9s infinite linear;animation:ball-spin-loader 2s .9s infinite linear}.ball-spin-loader>span:nth-child(2){top:30.68px;left:30.68px;-webkit-animation:ball-spin-loader 2s 1.8s infinite linear;animation:ball-spin-loader 2s 1.8s infinite linear}.ball-spin-loader>span:nth-child(3){top:0;left:45px;-webkit-animation:ball-spin-loader 2s 2.7s infinite linear;animation:ball-spin-loader 2s 2.7s infinite linear}.ball-spin-loader>span:nth-child(4){top:-30.68px;left:30.68px;-webkit-animation:ball-spin-loader 2s 3.6s infinite linear;animation:ball-spin-loader 2s 3.6s infinite linear}.ball-spin-loader>span:nth-child(5){top:-45px;left:0;-webkit-animation:ball-spin-loader 2s 4.5s infinite linear;animation:ball-spin-loader 2s 4.5s infinite linear}.ball-spin-loader>span:nth-child(6){top:-30.68px;left:-30.68px;-webkit-animation:ball-spin-loader 2s 5.4s infinite linear;animation:ball-spin-loader 2s 5.4s infinite linear}.ball-spin-loader>span:nth-child(7){top:0;left:-45px;-webkit-animation:ball-spin-loader 2s 6.3s infinite linear;animation:ball-spin-loader 2s 6.3s infinite linear}.ball-spin-loader>span:nth-child(8){top:30.68px;left:-30.68px;-webkit-animation:ball-spin-loader 2s 7.2s infinite linear;animation:ball-spin-loader 2s 7.2s infinite linear}.ball-spin-loader>div{animation-fill-mode:both;background:green}.ball-zig-zag-deflect>div,.ball-zig-zag>div{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px 2px 2px 15px;top:4px;left:-7px}@-webkit-keyframes ball-zig{33%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}66%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-zig{33%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}66%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ball-zag{33%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}66%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-zag{33%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}66%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}.ball-zig-zag{position:relative;-webkit-transform:translate(-15px,-15px);transform:translate(-15px,-15px)}.ball-zig-zag>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute}.ball-zig-zag>div:first-child{-webkit-animation:ball-zig .7s 0s infinite linear;animation:ball-zig .7s 0s infinite linear}.ball-zig-zag>div:last-child{-webkit-animation:ball-zag .7s 0s infinite linear;animation:ball-zag .7s 0s infinite linear}@-webkit-keyframes ball-zig-deflect{17%,84%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}34%,67%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%,50%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-zig-deflect{17%,84%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}34%,67%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%,50%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ball-zag-deflect{17%,84%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}34%,67%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%,50%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-zag-deflect{17%,84%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}34%,67%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%,50%{-webkit-transform:translate(0,0);transform:translate(0,0)}}.ball-zig-zag-deflect{position:relative;-webkit-transform:translate(-15px,-15px);transform:translate(-15px,-15px)}.ball-zig-zag-deflect>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute}.line-scale-party>div,.line-scale-pulse-out-rapid>div,.line-scale-pulse-out>div,.line-scale>div{width:4px;height:35px;display:inline-block}.line-scale-party>div,.line-scale-pulse-out-rapid>div,.line-scale-pulse-out>div,.line-scale>div,.line-spin-fade-loader>div{border-radius:2px;margin:2px;background-color:#fff}.ball-zig-zag-deflect>div:first-child{-webkit-animation:ball-zig-deflect 1.5s 0s infinite linear;animation:ball-zig-deflect 1.5s 0s infinite linear}.ball-zig-zag-deflect>div:last-child{-webkit-animation:ball-zag-deflect 1.5s 0s infinite linear;animation:ball-zag-deflect 1.5s 0s infinite linear}@-webkit-keyframes line-scale{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}@keyframes line-scale{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}.line-scale>div:nth-child(1){-webkit-animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(2){-webkit-animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(3){-webkit-animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(4){-webkit-animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(5){-webkit-animation:line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div{-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes line-scale-party{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5)}}@keyframes line-scale-party{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5)}}.line-scale-party>div:nth-child(1){-webkit-animation-delay:.55s;animation-delay:.55s;-webkit-animation-duration:1.23s;animation-duration:1.23s}.line-scale-party>div:nth-child(2){-webkit-animation-delay:.55s;animation-delay:.55s;-webkit-animation-duration:.55s;animation-duration:.55s}.line-scale-party>div:nth-child(3){-webkit-animation-delay:90ms;animation-delay:90ms;-webkit-animation-duration:.39s;animation-duration:.39s}.line-scale-party>div:nth-child(4){-webkit-animation-delay:.5s;animation-delay:.5s;-webkit-animation-duration:.59s;animation-duration:.59s}.line-scale-party>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:line-scale-party;animation-name:line-scale-party;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}@-webkit-keyframes line-scale-pulse-out{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}@keyframes line-scale-pulse-out{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}.line-scale-pulse-out>div{-webkit-animation:line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85);animation:line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85)}.line-scale-pulse-out>div:nth-child(2),.line-scale-pulse-out>div:nth-child(4){-webkit-animation-delay:-.4s!important;animation-delay:-.4s!important}.line-scale-pulse-out>div:nth-child(1),.line-scale-pulse-out>div:nth-child(5){-webkit-animation-delay:-.2s!important;animation-delay:-.2s!important}@-webkit-keyframes line-scale-pulse-out-rapid{0%,90%{-webkit-transform:scaley(1);transform:scaley(1)}80%{-webkit-transform:scaley(.3);transform:scaley(.3)}}@keyframes line-scale-pulse-out-rapid{0%,90%{-webkit-transform:scaley(1);transform:scaley(1)}80%{-webkit-transform:scaley(.3);transform:scaley(.3)}}.line-scale-pulse-out-rapid>div{vertical-align:middle;-webkit-animation:line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78);animation:line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78)}.line-scale-pulse-out-rapid>div:nth-child(2),.line-scale-pulse-out-rapid>div:nth-child(4){-webkit-animation-delay:-.25s!important;animation-delay:-.25s!important}.line-scale-pulse-out-rapid>div:nth-child(1),.line-scale-pulse-out-rapid>div:nth-child(5){-webkit-animation-delay:0s!important;animation-delay:0s!important}@-webkit-keyframes line-spin-fade-loader{50%{opacity:.3}100%{opacity:1}}@keyframes line-spin-fade-loader{50%{opacity:.3}100%{opacity:1}}.line-spin-fade-loader{position:relative;top:-10px;left:-4px}.line-spin-fade-loader>div:nth-child(1){top:20px;left:0;-webkit-animation:line-spin-fade-loader 1.2s -.84s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.84s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(2){top:13.64px;left:13.64px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:line-spin-fade-loader 1.2s -.72s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.72s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(3){top:0;left:20px;-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation:line-spin-fade-loader 1.2s -.6s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.6s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(4){top:-13.64px;left:13.64px;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation:line-spin-fade-loader 1.2s -.48s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.48s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(5){top:-20px;left:0;-webkit-animation:line-spin-fade-loader 1.2s -.36s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.36s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(6){top:-13.64px;left:-13.64px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:line-spin-fade-loader 1.2s -.24s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.24s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(7){top:0;left:-20px;-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation:line-spin-fade-loader 1.2s -.12s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.12s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(8){top:13.64px;left:-13.64px;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation:line-spin-fade-loader 1.2s 0s infinite ease-in-out;animation:line-spin-fade-loader 1.2s 0s infinite ease-in-out}.line-spin-fade-loader>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;width:5px;height:15px}@-webkit-keyframes triangle-skew-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}@keyframes triangle-skew-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}.triangle-skew-spin>div{width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-bottom:20px solid #fff;-webkit-animation:triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite}@-webkit-keyframes square-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}@keyframes square-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}.square-spin>div{width:50px;height:50px;background:#fff;-webkit-animation:square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite}.pacman>div:first-of-type,.pacman>div:nth-child(2){width:0;height:0;border-right:25px solid transparent;border-top:25px solid #fff;border-left:25px solid #fff;border-bottom:25px solid #fff;border-radius:25px;position:relative;left:-30px}@-webkit-keyframes rotate_pacman_half_up{0%,100%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}50%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate_pacman_half_up{0%,100%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}50%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes rotate_pacman_half_down{0%,100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}50%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes rotate_pacman_half_down{0%,100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}50%{-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes pacman-balls{75%{opacity:.7}100%{-webkit-transform:translate(-100px,-6.25px);transform:translate(-100px,-6.25px)}}@keyframes pacman-balls{75%{opacity:.7}100%{-webkit-transform:translate(-100px,-6.25px);transform:translate(-100px,-6.25px)}}.pacman{position:relative}.pacman>div:nth-child(3){-webkit-animation:pacman-balls 1s -.66s infinite linear;animation:pacman-balls 1s -.66s infinite linear}.pacman>div:nth-child(4){-webkit-animation:pacman-balls 1s -.33s infinite linear;animation:pacman-balls 1s -.33s infinite linear}.pacman>div:nth-child(5){-webkit-animation:pacman-balls 1s 0s infinite linear;animation:pacman-balls 1s 0s infinite linear}.pacman>div:first-of-type{-webkit-animation:rotate_pacman_half_up .5s 0s infinite;animation:rotate_pacman_half_up .5s 0s infinite}.pacman>div:nth-child(2){-webkit-animation:rotate_pacman_half_down .5s 0s infinite;animation:rotate_pacman_half_down .5s 0s infinite;margin-top:-50px}.pacman>div:nth-child(3),.pacman>div:nth-child(4),.pacman>div:nth-child(5),.pacman>div:nth-child(6){background-color:#fff;border-radius:100%;margin:2px;width:10px;height:10px;position:absolute;-webkit-transform:translate(0,-6.25px);transform:translate(0,-6.25px);top:25px;left:70px}@-webkit-keyframes cube-transition{25%{-webkit-transform:translateX(50px) scale(.5) rotate(-90deg);transform:translateX(50px) scale(.5) rotate(-90deg)}50%{-webkit-transform:translate(50px,50px) rotate(-180deg);transform:translate(50px,50px) rotate(-180deg)}75%{-webkit-transform:translateY(50px) scale(.5) rotate(-270deg);transform:translateY(50px) scale(.5) rotate(-270deg)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes cube-transition{25%{-webkit-transform:translateX(50px) scale(.5) rotate(-90deg);transform:translateX(50px) scale(.5) rotate(-90deg)}50%{-webkit-transform:translate(50px,50px) rotate(-180deg);transform:translate(50px,50px) rotate(-180deg)}75%{-webkit-transform:translateY(50px) scale(.5) rotate(-270deg);transform:translateY(50px) scale(.5) rotate(-270deg)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.cube-transition{position:relative;-webkit-transform:translate(-25px,-25px);transform:translate(-25px,-25px)}.cube-transition>div{width:10px;height:10px;position:absolute;top:-5px;left:-5px;background-color:#fff;-webkit-animation:cube-transition 1.6s 0s infinite ease-in-out;animation:cube-transition 1.6s 0s infinite ease-in-out}.cube-transition>div:last-child{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes spin-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.semi-circle-spin{position:relative;width:35px;height:35px;overflow:hidden}.semi-circle-spin>div{position:absolute;border-width:0;border-radius:100%;-webkit-animation:spin-rotate .6s 0s infinite linear;animation:spin-rotate .6s 0s infinite linear;background-image:-webkit-linear-gradient(transparent 0,transparent 70%,#fff 30%,#fff 100%);background-image:linear-gradient(transparent 0,transparent 70%,#fff 30%,#fff 100%);width:100%;height:100%}.slicknav_btn,.slicknav_nav .slicknav_item{cursor:pointer}.slicknav_menu,.slicknav_menu *{box-sizing:border-box}.slicknav_btn{position:relative;display:block;vertical-align:middle;float:right;padding:.438em .625em;line-height:1.125em}.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar{margin-top:.188em}.slicknav_menu .slicknav_menutxt{display:block;line-height:1.188em;float:left;color:#fff;font-weight:700;text-shadow:0 1px 3px #000}.slicknav_menu .slicknav_icon{float:left;width:1.125em;height:.875em;margin:.188em 0 0 .438em}.slicknav_menu .slicknav_icon:before{background:0 0;width:1.125em;height:.875em;display:block;content:"";position:absolute}.slicknav_menu .slicknav_no-text{margin:0}.slicknav_menu .slicknav_icon-bar{display:block;width:1.125em;height:.125em;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,.25);box-shadow:0 1px 0 rgba(0,0,0,.25)}.slicknav_menu:after,.slicknav_menu:before{content:" ";display:table}.slicknav_menu:after{clear:both}.slicknav_nav li,.slicknav_nav ul{display:block}.slicknav_nav .slicknav_arrow{font-size:.8em;margin:0 0 0 .4em}.slicknav_nav .slicknav_item a{display:inline}.slicknav_nav .slicknav_row,.slicknav_nav a{display:block}.slicknav_nav .slicknav_parent-link a{display:inline}.slicknav_menu{*zoom:1;font-size:16px;background:#4c4c4c;padding:5px}.slicknav_nav,.slicknav_nav ul{list-style:none;overflow:hidden;padding:0}.slicknav_menu .slicknav_icon-bar{background-color:#fff}.slicknav_btn{margin:5px 5px 6px;text-decoration:none;text-shadow:0 1px 1px rgba(255,255,255,.75);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#222}.slicknav_nav{clear:both;color:#fff;margin:0;font-size:.875em}.slicknav_nav ul{margin:0 0 0 20px}.slicknav_nav .slicknav_row,.slicknav_nav a{padding:5px 10px;margin:2px 5px}.slicknav_nav .slicknav_row:hover{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background:#ccc;color:#fff}.slicknav_nav a{text-decoration:none;color:#fff}.slicknav_nav a:hover{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background:#ccc;color:#222}.slicknav_nav .slicknav_txtnode{margin-left:15px}.slicknav_nav .slicknav_item a,.slicknav_nav .slicknav_parent-link a{padding:0;margin:0}.slicknav_brand{float:left;color:#fff;font-size:18px;line-height:30px;padding:7px 12px;height:44px}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-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:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}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{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;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-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0} @media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(//lahirumayadunna.com/wp-content/themes/lahiru/fonts/glyphicons-halflings-regular.eot);src:url(//lahirumayadunna.com/wp-content/themes/lahiru/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(//lahirumayadunna.com/wp-content/themes/lahiru/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(//lahirumayadunna.com/wp-content/themes/lahiru/fonts/glyphicons-halflings-regular.woff) format('woff'),url(//lahirumayadunna.com/wp-content/themes/lahiru/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(//lahirumayadunna.com/wp-content/themes/lahiru/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}@font-face {
font-family: 'fontello';
src: url(//lahirumayadunna.com/wp-content/themes/lahiru/fonts/fontello.eot?44976882);
src: url(//lahirumayadunna.com/wp-content/themes/lahiru/fonts/fontello.eot?44976882#iefix) format('embedded-opentype'),
url(//lahirumayadunna.com/wp-content/themes/lahiru/fonts/fontello.woff2?44976882) format('woff2'),
url(//lahirumayadunna.com/wp-content/themes/lahiru/fonts/fontello.woff?44976882) format('woff'),
url(//lahirumayadunna.com/wp-content/themes/lahiru/fonts/fontello.ttf?44976882) format('truetype'),
url(//lahirumayadunna.com/wp-content/themes/lahiru/fonts/fontello.svg?44976882#fontello) format('svg');
font-weight: normal;
font-style: normal;
}   [class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;   -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;  }
.icon-wrench:before { content: '\e800'; } .icon-camera:before { content: '\e801'; } .icon-twitter:before { content: '\e802'; } .icon-vimeo:before { content: '\e803'; } .icon-pinterest:before { content: '\e804'; } .icon-stumbleupon:before { content: '\e805'; } .icon-mobile:before { content: '\e806'; } .icon-pencil:before { content: '\e807'; } .icon-database:before { content: '\e808'; } .icon-paper-plane:before { content: '\e809'; } .icon-megaphone:before { content: '\e80a'; } .icon-right-open-big:before { content: '\e80b'; } .icon-left-open-big:before { content: '\e80c'; } .icon-play-outline:before { content: '\e80d'; } .icon-clock:before { content: '\e80e'; } .icon-user:before { content: '\e80f'; } .icon-bag:before { content: '\e810'; } .icon-search:before { content: '\e811'; } .icon-cup:before { content: '\e812'; } .icon-award:before { content: '\e813'; } .icon-headphones:before { content: '\e814'; } .icon-location:before { content: '\e815'; } .icon-mail:before { content: '\e816'; } .icon-pause:before { content: '\e817'; } .icon-down-open-big:before { content: '\e818'; } .icon-up-open-big:before { content: '\e819'; } .icon-th-list:before { content: '\e81a'; } .icon-attention:before { content: '\e81b'; } .icon-link:before { content: '\e81c'; } .icon-grid:before { content: '\e81d'; } .icon-glass:before { content: '\e81e'; } .icon-picture:before { content: '\e81f'; } .icon-progress-3:before { content: '\e820'; } .icon-font:before { content: '\e821'; } .icon-heart:before { content: '\e822'; } .icon-music:before { content: '\e823'; } .icon-heart-empty:before { content: '\e824'; } .icon-user-1:before { content: '\e825'; } .icon-videocam:before { content: '\e826'; } .icon-video:before { content: '\e827'; } .icon-picture-1:before { content: '\e828'; } .icon-camera-1:before { content: '\e829'; } .icon-camera-alt:before { content: '\e82a'; } .icon-th:before { content: '\e82b'; } .icon-ok:before { content: '\e82c'; } .icon-home:before { content: '\e82d'; } .icon-tag:before { content: '\e82e'; } .icon-tags:before { content: '\e82f'; } .icon-bookmark:before { content: '\e830'; } .icon-download:before { content: '\e831'; } .icon-upload:before { content: '\e832'; } .icon-pencil-1:before { content: '\e833'; } .icon-edit:before { content: '\e834'; } .icon-comment:before { content: '\e835'; } .icon-chat:before { content: '\e836'; } .icon-location-1:before { content: '\e837'; } .icon-trash-empty:before { content: '\e838'; } .icon-spin6:before { content: '\e839'; } .icon-basket:before { content: '\e83a'; } .icon-calendar:before { content: '\e83b'; } .icon-volume-down:before { content: '\e83c'; } .icon-volume-up:before { content: '\e83d'; } .icon-clock-1:before { content: '\e83e'; } .icon-down-open:before { content: '\e83f'; } .icon-left-open:before { content: '\e840'; } .icon-right-open:before { content: '\e841'; } .icon-up-open:before { content: '\e842'; } .icon-play:before { content: '\e843'; } .icon-pause-1:before { content: '\e844'; } .icon-umbrella:before { content: '\e845'; } .icon-briefcase:before { content: '\e846'; } .icon-road:before { content: '\e847'; } .icon-book:before { content: '\e848'; } .icon-gift:before { content: '\e849'; } .icon-chart-bar:before { content: '\e84a'; } .icon-hammer:before { content: '\e84b'; } .icon-camera-2:before { content: '\e84c'; } .icon-music-1:before { content: '\e84d'; } .icon-search-1:before { content: '\e84e'; } .icon-mail-1:before { content: '\e84f'; } .icon-heart-1:before { content: '\e850'; } .icon-star:before { content: '\e851'; } .icon-videocam-1:before { content: '\e852'; } .icon-photo:before { content: '\e853'; } .icon-attach:before { content: '\e854'; } .icon-lock:before { content: '\e855'; } .icon-eye:before { content: '\e856'; } .icon-tag-1:before { content: '\e857'; } .icon-thumbs-up:before { content: '\e858'; } .icon-comment-1:before { content: '\e859'; } .icon-location-2:before { content: '\e85a'; } .icon-trash-1:before { content: '\e85b'; } .icon-doc:before { content: '\e85c'; } .icon-key:before { content: '\e85d'; } .icon-graduation-cap-1:before { content: '\e85e'; } .icon-fire:before { content: '\e85f'; } .icon-cloud:before { content: '\e860'; } .icon-globe:before { content: '\e861'; } .icon-inbox:before { content: '\e862'; } .icon-cd:before { content: '\e863'; } .icon-desktop-1:before { content: '\e864'; } .icon-tv:before { content: '\e865'; } .icon-lightbulb-1:before { content: '\e866'; } .icon-clock-2:before { content: '\e867'; } .icon-sound:before { content: '\e868'; } .icon-calendar-1:before { content: '\e869'; } .icon-params:before { content: '\e86a'; } .icon-cog:before { content: '\e86b'; } .icon-note:before { content: '\e86c'; } .icon-beaker:before { content: '\e86d'; } .icon-truck:before { content: '\e86e'; } .icon-money:before { content: '\e86f'; } .icon-food:before { content: '\e870'; } .icon-shop:before { content: '\e871'; } .icon-diamond-1:before { content: '\e872'; } .icon-t-shirt:before { content: '\e873'; } .icon-wallet:before { content: '\e874'; } .icon-cancel:before { content: '\e875'; } .icon-cancel-circled:before { content: '\e876'; } .icon-attach-1:before { content: '\e877'; } .icon-megaphone-1:before { content: '\e878'; } .icon-credit-card:before { content: '\e879'; } .icon-bookmark-empty:before { content: '\f097'; } .icon-twitter-1:before { content: '\f099'; } .icon-facebook:before { content: '\f09a'; } .icon-github-circled:before { content: '\f09b'; } .icon-pinterest-circled:before { content: '\f0d2'; } .icon-pinterest-squared:before { content: '\f0d3'; } .icon-gplus-squared:before { content: '\f0d4'; } .icon-gplus:before { content: '\f0d5'; } .icon-columns:before { content: '\f0db'; } .icon-mail-alt:before { content: '\f0e0'; } .icon-gauge:before { content: '\f0e4'; } .icon-comment-empty:before { content: '\f0e5'; } .icon-sitemap:before { content: '\f0e8'; } .icon-lightbulb:before { content: '\f0eb'; } .icon-download-cloud:before { content: '\f0ed'; } .icon-upload-cloud:before { content: '\f0ee'; } .icon-suitcase:before { content: '\f0f2'; } .icon-bell-alt:before { content: '\f0f3'; } .icon-coffee:before { content: '\f0f4'; } .icon-medkit:before { content: '\f0fa'; } .icon-beer:before { content: '\f0fc'; } .icon-angle-double-left:before { content: '\f100'; } .icon-angle-double-right:before { content: '\f101'; } .icon-angle-double-up:before { content: '\f102'; } .icon-angle-double-down:before { content: '\f103'; } .icon-angle-left:before { content: '\f104'; } .icon-angle-right:before { content: '\f105'; } .icon-angle-up:before { content: '\f106'; } .icon-angle-down:before { content: '\f107'; } .icon-desktop:before { content: '\f108'; } .icon-laptop:before { content: '\f109'; } .icon-quote-left:before { content: '\f10d'; } .icon-quote-right:before { content: '\f10e'; } .icon-github:before { content: '\f113'; } .icon-smile:before { content: '\f118'; } .icon-keyboard:before { content: '\f11c'; } .icon-code:before { content: '\f121'; } .icon-direction:before { content: '\f124'; } .icon-calendar-empty:before { content: '\f133'; } .icon-html5:before { content: '\f13b'; } .icon-css3:before { content: '\f13c'; } .icon-youtube-squared:before { content: '\f166'; } .icon-youtube:before { content: '\f167'; } .icon-youtube-play:before { content: '\f16a'; } .icon-dropbox:before { content: '\f16b'; } .icon-instagram:before { content: '\f16d'; } .icon-bitbucket:before { content: '\f171'; } .icon-bitbucket-squared:before { content: '\f172'; } .icon-tumblr-squared:before { content: '\f174'; } .icon-apple:before { content: '\f179'; } .icon-windows:before { content: '\f17a'; } .icon-android:before { content: '\f17b'; } .icon-dribbble:before { content: '\f17d'; } .icon-box:before { content: '\f187'; } .icon-vkontakte:before { content: '\f189'; } .icon-vimeo-squared:before { content: '\f194'; } .icon-slack:before { content: '\f198'; } .icon-wordpress:before { content: '\f19a'; } .icon-bank:before { content: '\f19c'; } .icon-graduation-cap:before { content: '\f19d'; } .icon-stumbleupon-1:before { content: '\f1a4'; } .icon-delicious:before { content: '\f1a5'; } .icon-digg:before { content: '\f1a6'; } .icon-drupal:before { content: '\f1a9'; } .icon-joomla:before { content: '\f1aa'; } .icon-behance:before { content: '\f1b4'; } .icon-behance-squared:before { content: '\f1b5'; } .icon-recycle:before { content: '\f1b8'; } .icon-deviantart:before { content: '\f1bd'; } .icon-database-1:before { content: '\f1c0'; } .icon-file-code:before { content: '\f1c9'; } .icon-codeopen:before { content: '\f1cb'; } .icon-jsfiddle:before { content: '\f1cc'; } .icon-lifebuoy:before { content: '\f1cd'; } .icon-git-squared:before { content: '\f1d2'; } .icon-git:before { content: '\f1d3'; } .icon-hacker-news:before { content: '\f1d4'; } .icon-paper-plane-1:before { content: '\f1d8'; } .icon-paper-plane-empty:before { content: '\f1d9'; } .icon-header:before { content: '\f1dc'; } .icon-soccer-ball:before { content: '\f1e3'; } .icon-binoculars:before { content: '\f1e5'; } .icon-wifi:before { content: '\f1eb'; } .icon-trash:before { content: '\f1f8'; } .icon-birthday:before { content: '\f1fd'; } .icon-chart-line:before { content: '\f201'; } .icon-angellist:before { content: '\f209'; } .icon-shirtsinbulk:before { content: '\f214'; } .icon-cart-plus:before { content: '\f217'; } .icon-cart-arrow-down:before { content: '\f218'; } .icon-diamond:before { content: '\f219'; } .icon-heartbeat:before { content: '\f21e'; } .icon-facebook-official:before { content: '\f230'; } .icon-pinterest-1:before { content: '\f231'; } .icon-object-group:before { content: '\f247'; } .icon-cc-diners-club:before { content: '\f24c'; } .icon-balance-scale:before { content: '\f24e'; } .icon-gg:before { content: '\f260'; } .icon-get-pocket:before { content: '\f265'; } .icon-wikipedia-w:before { content: '\f266'; } .icon-safari:before { content: '\f267'; } .icon-chrome:before { content: '\f268'; } .icon-firefox:before { content: '\f269'; } .icon-opera:before { content: '\f26a'; } .icon-internet-explorer:before { content: '\f26b'; } .icon-television:before { content: '\f26c'; } .icon-calendar-plus-o:before { content: '\f271'; } .icon-calendar-check-o:before { content: '\f274'; } .icon-map-o:before { content: '\f278'; } .icon-map:before { content: '\f279'; } .icon-vimeo-1:before { content: '\f27d'; } .icon-shopping-bag:before { content: '\f290'; } .icon-shopping-basket:before { content: '\f291'; } .icon-wpforms:before { content: '\f298'; } .icon-asl-interpreting:before { content: '\f2a4'; } .icon-facebook-squared:before { content: '\f308'; } .icon-linkedin-squared:before { content: '\f30c'; } .icon-linkedin-rect:before { content: '\f31b'; }.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
} .owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-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;
}
.owl-carousel .owl-item{
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} .grabbing { 
cursor:url(//lahirumayadunna.com/wp-content/themes/lahiru/css/grabbing.png) 8 8, move;
} .owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}.owl-theme .owl-controls{
margin-top: 10px;
text-align: center;
} .owl-theme .owl-controls .owl-buttons div{
color: #FFF;
display: inline-block;
zoom: 1;
*display: inline; margin: 5px;
padding: 3px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background: #869791;
filter: Alpha(Opacity=50); opacity: 0.5;
}  .owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=100); opacity: 1;
text-decoration: none;
} .owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-controls .owl-page span{
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50); opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100); opacity: 1;
} .owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
} .owl-item.loading{
min-height: 150px;
background: url(//lahirumayadunna.com/wp-content/themes/lahiru/css/AjaxLoader.gif) no-repeat center center
}.lb-loader,.lightbox{text-align:center;line-height:0}body:after{content:url(//lahirumayadunna.com/wp-content/themes/lahiru/images/close.png) url(//lahirumayadunna.com/wp-content/themes/lahiru/images/loading.gif) url(//lahirumayadunna.com/wp-content/themes/lahiru/images/prev.png) url(//lahirumayadunna.com/wp-content/themes/lahiru/images/next.png);display:none}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(//lahirumayadunna.com/wp-content/themes/lahiru/images/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(//lahirumayadunna.com/wp-content/themes/lahiru/images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(//lahirumayadunna.com/wp-content/themes/lahiru/images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(//lahirumayadunna.com/wp-content/themes/lahiru/images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}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.67em 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;
} hr {
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;
} 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; 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;
}html {
color: #222;
font-size: 1em;
line-height: 1.4;
} ::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
} hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
} audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
} fieldset {
border: 0;
margin: 0;
padding: 0;
} textarea {
resize: vertical;
} .browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}   .hidden {
display: none !important;
} .visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
} .visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
} .invisible {
visibility: hidden;
} .clearfix:before,
.clearfix:after {
content: " "; display: table; }
.clearfix:after {
clear: both;
} @media only screen and (min-width: 35em) { }
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) { } @media print {
*,
*:before,
*:after,
*:first-letter,
*:first-line {
background: transparent !important;
color: #000 !important; box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
} a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
} thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}   .bs-slider{
overflow: hidden;
max-height: 700px;
position: relative;
background: #000000;
}
.bs-slider:hover {
cursor: -moz-grab;
cursor: -webkit-grab;
}
.bs-slider:active {
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
margin: auto;
width: 100% !important;
} .fade {
opacity: 1;
}
.fade .item {
top: 0;
z-index: 1;
opacity: 0;
width: 100%;
position: absolute;
left: 0 !important;
display: block !important;
-webkit-transition: opacity ease-in-out 1s;
-moz-transition: opacity ease-in-out 1s;
-ms-transition: opacity ease-in-out 1s;
-o-transition: opacity ease-in-out 1s;
transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
top: auto;
position: relative;
}
.fade .item.active {
opacity: 1;
z-index: 2;
-webkit-transition: opacity ease-in-out 1s;
-moz-transition: opacity ease-in-out 1s;
-ms-transition: opacity ease-in-out 1s;
-o-transition: opacity ease-in-out 1s;
transition: opacity ease-in-out 1s;
} .control-round .carousel-control {
top: 47%;
opacity: 0;
width: 45px;
height: 45px;
z-index: 100;
color: #ffffff;
display: block;
font-size: 24px;
cursor: pointer;
overflow: hidden;
line-height: 43px;
text-shadow: none;
position: absolute;
font-weight: normal;
background: transparent;
-webkit-border-radius: 100px;
border-radius: 100px;
}
.control-round:hover .carousel-control{
opacity: 1;
}
.control-round .carousel-control.left {
left: 1%;
}
.control-round .carousel-control.right {
right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
color: #fdfdfd;
background: rgba(0, 0, 0, 0.5);
border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
right: 45%;
} .indicators-line > .carousel-indicators{
right: 45%;
bottom: 3%;
left: auto;
width: 90%;
height: 20px;
font-size: 0;
overflow-x: auto;
text-align: right;
overflow-y: hidden;
padding-left: 10px;
padding-right: 10px;
padding-top: 1px;
white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
padding: 0;
width: 15px;
height: 15px;
border: 1px solid rgb(158, 158, 158);
text-indent: 0;
overflow: hidden;
text-align: left;
position: relative;
letter-spacing: 1px;
background: rgb(158, 158, 158);
-webkit-font-smoothing: antialiased;
-webkit-border-radius: 50%;
border-radius: 50%;
margin-right: 5px;
-webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
z-index: 10;
cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
margin: 1px 5px 1px 1px;
box-shadow: 0 0 0 2px #fff;
background-color: transparent;
position: relative;
-webkit-transition: box-shadow 0.3s ease;
-moz-transition: box-shadow 0.3s ease;
-o-transition: box-shadow 0.3s ease;
transition: box-shadow 0.3s ease;
-webkit-transition: background-color 0.3s ease;
-moz-transition: background-color 0.3s ease;
-o-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.indicators-line > .carousel-indicators .active:before{
transform: scale(0.5);
background-color: #fff;
content:"";
position: absolute;
left:-1px;
top:-1px;
width:15px;
height: 15px;
border-radius: 50%;
-webkit-transition: background-color 0.3s ease;
-moz-transition: background-color 0.3s ease;
-o-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
} .slide_style_left {
text-align: left !important;
}
.slide_style_right {
text-align: right !important;
}
.slide_style_center {
text-align: center !important;
}
.slide-text {
left: 0;
top: 25%;
right: 0;
margin: auto;
padding: 10px;
position: absolute;
text-align: left;
padding: 10px 85px;
}
.seline-homepage-banner > h2 {
-webkit-animation-delay: 0.7s;
animation-delay: 0.7s;
}
.seline-homepage-banner > h3 {
-webkit-animation-delay: 1.1s;
animation-delay: 1.1s;
}
.seline-homepage-banner .header-btn a:first-child {
-webkit-animation-delay: 2s;
animation-delay: 2s;
-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.seline-homepage-banner .header-btn a:last-child{
-webkit-animation-delay: 2s;
animation-delay: 2s;
-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
color: #ffffff;
background: #222222;
-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}  @media (max-width: 991px) {
.slide-text h1 {
font-size: 40px;
line-height: 50px;
margin-bottom: 20px;
}
.slide-text > p {
font-size: 18px;
}
} @media  (max-width: 768px) {
.slide-text {
padding: 10px 50px;
}
.slide-text h1 {
font-size: 30px;
line-height: 40px;
margin-bottom: 10px;
}
.slide-text > p {
font-size: 14px;
line-height: 20px;
margin-bottom: 20px;
}
.control-round .carousel-control{
display: none;
}
}
@media  (max-width: 480px) {
.slide-text {
padding: 10px 30px;
}
.slide-text h1 {
font-size: 20px;
line-height: 25px;
margin-bottom: 5px;
}
.slide-text > p {
font-size: 12px;
line-height: 18px;
margin-bottom: 10px;
}
.slide-text > a.btn-default, 
.slide-text > a.btn-primary {
font-size: 10px;
line-height: 10px;
margin-right: 10px;
text-align: center;
padding: 10px 15px;
}
.indicators-line > .carousel-indicators{
display: none;
}
}
.demo-1 .sl-slider-wrapper {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
} .nav-arrows span {
position: absolute;
z-index: 5;
top: 50%;
width: 40px;
height: 40px;
border: 8px solid #ddd;
border: 8px solid rgba(150,150,150,0.4);
text-indent: -90000px;
margin-top: -40px;
cursor: pointer;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.nav-arrows span:hover {
border-color: rgba(150,150,150,0.9);
}
.nav-arrows span.nav-arrow-prev {
left: 5%;
border-right: none;
border-top: none;
}
.nav-arrows span.nav-arrow-next {
right: 5%;
border-left: none;
border-bottom: none;
} .nav-dots {
text-align: center;
position: absolute;
bottom: 2%;
height: 30px;
width: 100%;
left: 0;
z-index: 1000;
}
.nav-dots span {
display: inline-block;
position: relative;
width: 16px;
height: 16px;
border-radius: 50%;
margin: 3px;
background: #ddd;
background: rgba(150,150,150,0.4);
cursor: pointer;
box-shadow: 
0 1px 1px rgba(255,255,255,0.4), 
inset 0 1px 1px rgba(0,0,0,0.1);
}
.nav-dots span.nav-dot-current:after {
content: "";
position: absolute;
width: 10px;
height: 10px;
top: 3px;
left: 3px;
border-radius: 50%;
background: rgba(255,255,255,0.8);
}
.demo-1 .deco {
width: 260px;
height: 260px;
border-radius: 50%;
position: absolute;
bottom: 45%;
left: 50%;
margin: 0 0 0 -130px;
}
.demo-1 .sl-slide h2 {
color: #000;
text-shadow: 0 0 1px #000;
padding: 20px;
position: absolute;
font-size: 34px;
font-weight: 700;
letter-spacing: 13px;
text-transform: uppercase;
width: 80%;
left: 10%;
text-align: center;
line-height: 50px;
bottom: 50%;
margin: 0 0 -120px 0;
}
.demo-1 .sl-slide blockquote {
position: absolute;
width: 100%;
text-align: center;
left: 0;
font-weight: 400;
font-size: 14px;
line-height: 20px;
height: 70px;
color: #8b8b8b;
z-index: 2;
bottom: 50%;
margin: 0 0 -200px 0;
padding: 0;
}
.demo-1 .sl-slide blockquote p{
margin: 0 auto;
width: 60%;
max-width: 400px;
position: relative;
}
.demo-1 .sl-slide blockquote p:before {
color: #f0f0f0;
color: rgba(244,244,244,0.65);
font-family: "Bookman Old Style", Bookman, Garamond, serif;
position: absolute;
line-height: 60px;
width: 75px;
height: 75px;
font-size: 200px;
z-index: -1;
left: -100px;
top: 35px;
content: '\201C';
}
.demo-1 .sl-slide blockquote cite {
font-size: 10px;
padding-top: 10px;
display: inline-block;
font-style: normal;
text-transform: uppercase;
letter-spacing: 4px;
}  .demo-1 .bg-1 .sl-slide-inner,
.demo-1 .bg-1 .sl-content-slice {
background: #fff;
} .demo-1 .bg-2 .sl-slide-inner,
.demo-1 .bg-2 .sl-content-slice {
background: #000;
}
.demo-1 .bg-2 [data-icon]:after,
.demo-1 .bg-2 h2 {
color: #fff;
}
.demo-1 .bg-2 blockquote:before {
color: #222;
} .demo-1 .bg-3 .sl-slide-inner,
.demo-1 .bg-3 .sl-content-slice {
background: #db84ad;
}
.demo-1 .bg-3 .deco {
border-color: #fff;
border-color: rgba(255,255,255,0.5);
}
.demo-1 .bg-3 [data-icon]:after {
color: #fff;
text-shadow: 0 0 1px #fff;
box-shadow: inset 0 0 0 10px #b55381;
}
.demo-1 .bg-3 h2,
.demo-1 .bg-3 blockquote{
color: #fff;
text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.demo-1 .bg-3 blockquote:before {
color: #c46c96;
} .demo-1 .bg-4 .sl-slide-inner,
.demo-1 .bg-4 .sl-content-slice {
background: #5bc2ce;
}
.demo-1 .bg-4 .deco {
border-color: #379eaa;
}
.demo-1 .bg-4 [data-icon]:after {
text-shadow: 0 0 1px #277d87;
color: #277d87;
}
.demo-1 .bg-4 h2,
.demo-1 .bg-4 blockquote{
color: #fff;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.demo-1 .bg-4 blockquote:before {
color: #379eaa;
} .demo-1 .bg-5 .sl-slide-inner,
.demo-1 .bg-5 .sl-content-slice {
background: #ffeb41;
}
.demo-1 .bg-5 .deco {
border-color: #ECD82C;
}
.demo-1 .bg-5 .deco:after {
color: #000;
text-shadow: 0 0 1px #000;
}
.demo-1 .bg-5 h2,
.demo-1 .bg-5 blockquote{
color: #000;
text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.demo-1 .bg-5 blockquote:before {
color: #ecd82c;
} .sl-trans-elems .deco{
-webkit-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
-moz-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
-o-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
-ms-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
animation: roll 1s ease-out both, fadeIn 1s ease-out both;
}
.sl-trans-elems h2{
-webkit-animation: moveUp 1s ease-in-out both;
-moz-animation: moveUp 1s ease-in-out both;
-o-animation: moveUp 1s ease-in-out both;
-ms-animation: moveUp 1s ease-in-out both;
animation: moveUp 1s ease-in-out both;
}
.sl-trans-elems blockquote{
-webkit-animation: fadeIn 0.5s linear 0.5s both;
-moz-animation: fadeIn 0.5s linear 0.5s both;
-o-animation: fadeIn 0.5s linear 0.5s both;
-ms-animation: fadeIn 0.5s linear 0.5s both;
animation: fadeIn 0.5s linear 0.5s both;
}
.sl-trans-back-elems .deco{
-webkit-animation: scaleDown 1s ease-in-out both;
-moz-animation: scaleDown 1s ease-in-out both;
-o-animation: scaleDown 1s ease-in-out both;
-ms-animation: scaleDown 1s ease-in-out both;
animation: scaleDown 1s ease-in-out both;
}
.sl-trans-back-elems h2{
-webkit-animation: fadeOut 1s ease-in-out both;
-moz-animation: fadeOut 1s ease-in-out both;
-o-animation: fadeOut 1s ease-in-out both;
-ms-animation: fadeOut 1s ease-in-out both;
animation: fadeOut 1s ease-in-out both;
}
.sl-trans-back-elems blockquote{
-webkit-animation: fadeOut 1s linear both;
-moz-animation: fadeOut 1s linear both;
-o-animation: fadeOut 1s linear both;
-ms-animation: fadeOut 1s linear both;
animation: fadeOut 1s linear both;
}
@-webkit-keyframes roll{
0% {-webkit-transform: translateX(500px) rotate(360deg);}
100% {-webkit-transform: translateX(0px) rotate(0deg);}
}
@-moz-keyframes roll{
0% {-moz-transform: translateX(500px) rotate(360deg); opacity: 0;}
100% {-moz-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-o-keyframes roll{
0% {-o-transform: translateX(500px) rotate(360deg); opacity: 0;}
100% {-o-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-ms-keyframes roll{
0% {-ms-transform: translateX(500px) rotate(360deg); opacity: 0;}
100% {-ms-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@keyframes roll{
0% {transform: translateX(500px) rotate(360deg); opacity: 0;}
100% {transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-webkit-keyframes moveUp{
0% {-webkit-transform: translateY(40px);}
100% {-webkit-transform: translateY(0px);}
}
@-moz-keyframes moveUp{
0% {-moz-transform: translateY(40px);}
100% {-moz-transform: translateY(0px);}
}
@-o-keyframes moveUp{
0% {-o-transform: translateY(40px);}
100% {-o-transform: translateY(0px);}
}
@-ms-keyframes moveUp{
0% {-ms-transform: translateY(40px);}
100% {-ms-transform: translateY(0px);}
}
@keyframes moveUp{
0% {transform: translateY(40px);}
100% {transform: translateY(0px);}
}
@-webkit-keyframes fadeIn{
0% {opacity: 0;}
100% {opacity: 1;}
}
@-moz-keyframes fadeIn{
0% {opacity: 0;}
100% {opacity: 1;}
}
@-o-keyframes fadeIn{
0% {opacity: 0;}
100% {opacity: 1;}
}
@-ms-keyframes fadeIn{
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes fadeIn{
0% {opacity: 0;}
100% {opacity: 1;}
}
@-webkit-keyframes scaleDown{
0% {-webkit-transform: scale(1);}
100% {-webkit-transform: scale(0.5);}
}
@-moz-keyframes scaleDown{
0% {-moz-transform: scale(1);}
100% {-moz-transform: scale(0.5);}
}
@-o-keyframes scaleDown{
0% {-o-transform: scale(1);}
100% {-o-transform: scale(0.5);}
}
@-ms-keyframes scaleDown{
0% {-ms-transform: scale(1);}
100% {-ms-transform: scale(0.5);}
}
@keyframes scaleDown{
0% {transform: scale(1);}
100% {transform: scale(0.5);}
}
@-webkit-keyframes fadeOut{
0% {opacity: 1;}
100% {opacity: 0;}
}
@-moz-keyframes fadeOut{
0% {opacity: 1;}
100% {opacity: 0;}
}
@-o-keyframes fadeOut{
0% {opacity: 1;}
100% {opacity: 0;}
}
@-ms-keyframes fadeOut{
0% {opacity: 1;}
100% {opacity: 0;}
}
@keyframes fadeOut{
0% {opacity: 1;}
100% {opacity: 0;}
} @media screen and (max-width: 660px) {
.demo-1 .deco {
width: 130px;
height: 130px;
margin-left: -65px;
margin-bottom: 50px;
}
.demo-1 [data-icon]:after {
width: 110px;
height: 110px;
line-height: 110px;
font-size: 40px;
margin: -55px 0 0 -55px;
}
.demo-1 .sl-slide blockquote {
margin-bottom: -120px;
}
.demo-1 .sl-slide h2 {
line-height: 22px;
font-size: 18px;
margin-bottom: -40px;
letter-spacing: 8px;
}
.demo-1 .sl-slide blockquote p:before {
line-height: 10px;
width: 40px;
height: 40px;
font-size: 120px;
left: -45px;
}
}
.sl-slider-wrapper {
width: 800px;
height: 400px;
margin: 0 auto;
position: relative;
overflow: hidden;
}
.sl-slider {
position: absolute;
top: 0;
left: 0;
} .sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
} 
.sl-slide {
z-index: 1;
} .sl-content-slice {
overflow: hidden;
position: absolute;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
background: #fff;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
opacity : 1;
} .sl-slide-horizontal .sl-content-slice {
width: 100%;
height: 50%;
left: -200px;
-webkit-transform: translateY(0%) scale(1);
-moz-transform: translateY(0%) scale(1);
-o-transform: translateY(0%) scale(1);
-ms-transform: translateY(0%) scale(1);
transform: translateY(0%) scale(1);
}
.sl-slide-horizontal .sl-content-slice:first-child {
top: -200px;
padding: 200px 200px 0px 200px;
}
.sl-slide-horizontal .sl-content-slice:nth-child(2) {
top: 50%;
padding: 0px 200px 200px 200px;
} .sl-slide-vertical .sl-content-slice {
width: 50%;
height: 100%;
top: -200px;
-webkit-transform: translateX(0%) scale(1);
-moz-transform: translateX(0%) scale(1);
-o-transform: translateX(0%) scale(1);
-ms-transform: translateX(0%) scale(1);
transform: translateX(0%) scale(1);
}
.sl-slide-vertical .sl-content-slice:first-child {
left: -200px;
padding: 200px 0px 200px 200px;
}
.sl-slide-vertical .sl-content-slice:nth-child(2) {
left: 50%;
padding: 200px 200px 200px 0px;
}  .sl-content-wrapper {
position: absolute;
}
.sl-content {
width: 100%;
height: 100%;
background: #fff;
} .sl-slide-horizontal .sl-slide-inner {
background: #ddd;
}
.sl-slide-vertical .sl-slide-inner {
background: #ccc;
}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
a {
color: #333;
}
a:hover {
color: #ff4636;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
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;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: 700;
}
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: 0;
}
hr {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
code,
kbd,
pre,
samp {
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
select {
text-transform: none;
}
button {
overflow: visible;
}
button,
input,
select,
textarea {
max-width: 100%;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
opacity: .5;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-right: 0.4375em;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #d1d1d1;
margin: 0 0 1.75em;
min-width: inherit;
padding: 0.875em;
}
fieldset > :last-child {
margin-bottom: 0;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
optgroup {
font-weight: bold;
} body,
button,
input,
select,
textarea {
color: #1a1a1a;
font-family: Merriweather, Georgia, serif;
font-size: 15px;
line-height: 1.75;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-weight: 700;
margin: 0;
text-rendering: optimizeLegibility;
}
h1 {
font-size: 36px;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
border: 0 solid #1a1a1a;
border-left-width: 4px;
color: #686868;
font-size: 19px;
font-size: 1.1875rem;
font-style: italic;
line-height: 1.4736842105;
margin: 0 0 1.4736842105em;
padding: 0 0 0 1.263157895em;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote p {
margin-bottom: 1.4736842105em;
}
blockquote cite,
blockquote small {
color: #1a1a1a;
display: block;
font-size: 16px;
font-size: 1rem;
line-height: 1.75;
}
blockquote cite:before,
blockquote small:before {
content: "\2014\00a0";
}
blockquote em,
blockquote i,
blockquote cite {
font-style: normal;
}
blockquote strong,
blockquote b {
font-weight: 400;
}
blockquote > :last-child {
margin-bottom: 0;
}
address {
font-style: italic;
margin: 0 0 1.75em;
}
code,
kbd,
tt,
var,
samp,
pre {
font-family: Inconsolata, monospace;
}
pre {
border: 1px solid #d1d1d1;
font-size: 16px;
line-height: 1.3125;
margin: 0 0 1.75em;
max-width: 100%;
overflow: auto;
padding: 1.75em;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
code {
background-color: #d1d1d1;
padding: 0.125em 0.25em;
}
abbr,
acronym {
border-bottom: 1px dotted #d1d1d1;
cursor: help;
}
big {
font-size: 125%;
} html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after { -webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
body {
background: #fff; }
hr {
background-color: #d1d1d1;
border: 0;
height: 1px;
margin: 0 0 1.75em;
}
ul,
ol {
margin: 0 0 0 1.25em;
padding: 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
margin-left: 1.5em;
}
li > ul,
li > ol {
margin-bottom: 0;
}
dl {
margin: 0 0 1.75em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 0 1.75em;
}
img {
height: auto; max-width: 100%; vertical-align: middle;
}
del {
opacity: 0.8;
}
table,
th,
td {
border: 1px solid #d1d1d1;
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 1.75em;
table-layout: fixed; width: 100%;
}
table tbody a,
table tbody a:hover,
table tbody a:active,
table tbody a:focus {
color: #333;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
th {
border-width: 0 1px 1px 0;
font-weight: 700;
}
td {
border-width: 0 1px 1px 0;
}
th,
td {
padding: 0.4375em;
} ::-webkit-input-placeholder {
color: #686868;
font-family: Montserrat, "Helvetica Neue", sans-serif;
}
:-moz-placeholder {
color: #686868;
font-family: Montserrat, "Helvetica Neue", sans-serif;
}
::-moz-placeholder {
color: #686868;
font-family: Montserrat, "Helvetica Neue", sans-serif;
opacity: 1; }
:-ms-input-placeholder {
color: #686868;
font-family: Montserrat, "Helvetica Neue", sans-serif;
} input {
line-height: normal;
}
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
background: #1a1a1a;
border: 0;
border-radius: 2px;
font-size: 12px;
color: #fff;
font-family: "Roboto Condensed", sans-serif;
font-weight: 700;
letter-spacing: 0.046875em;
line-height: 1;
padding: 12px 15px;
text-transform: uppercase;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
background: #ff4636;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
outline: thin dotted;
outline-offset: -4px;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
background: #f7f7f7;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
border: 1px solid #d1d1d1;
border-radius: 2px;
color: #686868;
padding: 0.625em 0.4375em;
width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
background-color: #fff;
border-color: #007acc;
color: #1a1a1a;
outline: 0;
}
.post-password-form {
margin-bottom: 1.75em;
}
.post-password-form label {
color: #686868;
display: block;
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-size: 13px;
letter-spacing: 0.076923077em;
line-height: 1.6153846154;
margin-bottom: 12px;
text-transform: uppercase;
}
.post-password-form input[type="password"] {
margin-top: 0.4375em;
}
.post-password-form > :last-child {
margin-bottom: 0;
} .alignleft {
float: left;
margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
float: right;
margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto 1.75em;
}
blockquote.alignleft {
margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}
blockquote.alignright {
margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}
blockquote.aligncenter {
margin-bottom: 1.473684211em;
} .clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
content: "";
display: table;
}
.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
clear: both;
} .gallery {
margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
display: inline-block;
max-width: 33.33%;
padding: 0 1.1400652% 2.2801304%;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-icon img {
margin: 0 auto;
}
.gallery-caption {
color: #686868;
display: block;
font-size: 13px;
font-size: 0.8125rem;
font-style: italic;
line-height: 1.6153846154;
padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}body {
font-family: "Lato", sans-serif;
position: relative;
}
a:hover,
a:focus {
text-decoration: none;
}
ul {
padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 20px 0;
line-height: 1.1;
font-family: "Roboto Condensed", sans-serif;
}
section {
position: relative;
overflow: hidden;
}
.title {
font-size: 50px;
color: #f5f6f1;
text-transform: uppercase;
}
.subtitle {
font-size: 30px;
text-transform: uppercase;
font-weight: 400;
margin: 0;
}
.table {
display: table;
width: 100%;
height: 100%;
background-color: transparent !important;
}
.table-cell {
display: table-cell;
width: 100%;
height: 100%;
vertical-align: middle;
}
.padding-80 {
padding: 80px 0;
}
.seline-btn-primary {
padding: 15px 30px;
text-transform: uppercase;
letter-spacing: 0.2em;
font-weight: 700;
font-size: 12px;
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.seline-btn-primary.radius {
border-radius: 50px;
}
.seline-btn-primary.black {
border: 1px solid #333;
background: #333;
color: #fff;
}
.seline-btn-primary.white {
border: 1px solid #fff;
background: #fff;
color: #333;
}
.seline-btn-primary.default {
border: 1px solid #ff4636;
background: #ff4636;
color: #fff;
}
.seline-btn-primary.white:hover {
border: 1px solid #333;
background: transparent;
color: #333;
}
.seline-btn-primary.black:hover {
border: 1px solid #333;
background: transparent;
color: #333;
}
.seline-btn-primary.clean {
padding: 15px 2px;
color: #333;
border: 1px solid transparent;
background: transparent;
}
.seline-btn-primary.clean:hover {
border: 1px solid transparent;
background: transparent;
}
.seline-btn-primary.clean.white {
color: #fff;
}
.cd-title {
position: relative;
height: 160px;
line-height: 230px;
text-align: center;
}
.cd-title h1 {
font-size: 2.4rem;
font-weight: 700;
}
@media only screen and (min-width: 768px) {
.cd-title {
line-height: 250px;
}
}
@media only screen and (min-width: 1170px) {
.cd-title {
height: 200px;
line-height: 300px;
}
.cd-title h1 {
font-size: 3rem;
}
}
.cd-intro {
width: 90%;
max-width: 768px;
text-align: center;
}
.cd-intro {
margin: 4em auto;
}
@media only screen and (min-width: 768px) {
.cd-intro {
margin: 5em auto;
}
}
@media only screen and (min-width: 1170px) {
.cd-intro {
margin: 6em auto;
}
}
.cd-headline {
font-size: 3rem;
line-height: 1.2;
}
@media only screen and (min-width: 768px) {
.cd-headline {
font-size: 2.4rem;
font-weight: 300;
}
}
@media only screen and (min-width: 1170px) {
.cd-headline {
font-size: 3rem;
}
}
.cd-words-wrapper {
display: inline-block;
position: relative;
text-align: left;
}
.cd-words-wrapper b {
display: inline-block;
position: absolute;
white-space: nowrap;
left: 0;
top: 0;
}
.cd-words-wrapper b.is-visible {
position: relative;
}
.cd-words-wrapper b span.eshan-dot {
padding: 0;
display: inline-block;
margin-left: 4px;
}
.no-js .cd-words-wrapper b {
opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
opacity: 1;
}
.no-js .cd-words-wrapper b span.eshan-dot {
padding: 0;
display: inline-block;
margin-left: 4px;
}
.cd-headline.clip span {
display: inline-block;
padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
overflow: hidden;
vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper:after {
content: '';
position: absolute;
top: 0;
right: 0;
width: 2px;
height: 100%;
background-color: #aebcb9;
}
.cd-headline.clip b {
opacity: 0;
}
.cd-headline.clip b.is-visible {
opacity: 1;
}
.cd-headline.clip b span.eshan-dot {
padding: 0;
display: inline-block;
margin-left: 4px;
}
.seline-text-input {
padding: 18px 15px;
background: transparent;
border: 1px solid #463f3a;
color: #f5f6f1;
text-transform: uppercase;
outline: 0;
}
.seline-text-input:active {
box-shadow: transparent;
}
.seline-textarea-input {
padding: 18px 15px;
color: #463f3a;
border: 1px solid #463f3a;
background: transparent;
text-transform: uppercase;
outline: 0;
resize: none;
}
.seline-submit-input {
background: #ff4636;
border: none;
padding: 19px 35px;
color: #f5f6f1;
text-transform: uppercase;
letter-spacing: .1em;
border-radius: 0;
}
.primary-bg-area .primary-bg .single-primary {
background: #ffffff;
padding: 30px;
box-sizing: border-box;
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.primary-bg-area .primary-bg .single-primary:hover {
background: #ff4636;
}
.primary-bg-area .primary-bg .single-primary:hover .heading3,
.primary-bg-area .primary-bg .single-primary:hover .description {
color: #ffffff;
}
.primary-bg-area .primary-bg h2 {
font-weight: 700;
letter-spacing: 0.03em;
}
.primary-bg-area .primary-bg .seline-border {
background: #ff4636;
}
.heading3 {
color: #463f3a;
font-weight: 300;
margin: 0;
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.heading4 {
text-transform: uppercase;
font-size: 14px;
font-weight: 400;
margin-bottom: 5px;
margin-top: 5px;
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.description {
color: #463f3a;
line-height: 1.7em;
font-size: 15px;
margin-top: 10px;
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.owl-theme .owl-controls {
display: block !important;
}
.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next {
font-size: 25px;
border-radius: 0;
width: 40px;
}
.background-image {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.background-overlay,
.background-overlay-white,
.background-overlay-blue {
position: absolute;
width: 100%;
height: 100%;
}
.background-overlay {
background-color: rgba(0, 0, 0, 0.3);
}
.background-overlay-white {
background-color: rgba(255, 255, 255, 0.9);
}
.background-overlay-blue {
background-color: #A057FE;
}
.navbar {
margin-bottom: 0;
}
.navbar-default {
background-color: transparent;
border-color: transparent;
border-radius: 0;
}
.navbar-default .navbar-brand {
color: #f5f6f1;
padding: 30px 25px 30px 0;
height: 80px;
font-size: 25px;
letter-spacing: 0.03em;
text-transform: uppercase;
}
.seline-initial-menu {
border-bottom: 1px solid #f5f5f5;
min-height: 80px;
}
.seline-initial-menu.boxed-header {
border-bottom: transparent;
}
.seline-initial-menu.transparent-menu {
position: absolute;
border: transparent;
z-index: 2;
width: 100%;
left: 0;
right: 0;
top: 0;
}
.seline-initial-menu.transparent-menu .navbar-nav li a,
.seline-initial-menu.transparent-menu .navbar-default .navbar-brand,
.seline-initial-menu.transparent-menu .navbar-default .navbar-brand:hover {
color: #fff;
}
.seline-initial-menu.transparent-menu .fixed .navbar-nav li a,
.seline-initial-menu.transparent-menu .seline-navbar.fixed .navbar-header .navbar-brand {
color: #333;
}
.seline-initial-menu .navbar-default .navbar-brand,
.seline-initial-menu .navbar-default .navbar-brand:hover {
color: #333;
}
.navbar-default .navbar-toggle {
margin-top: 20px;
padding: 15px;
border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:focus {
background-color: transparent;
}
.seline-border {
background-color: #ff4636;
width: 80px;
height: 3px;
margin: 2px auto;
}
.seline-zoom,
.seline-unzoom {
border: 1px solid #fff;
color: #fff;
display: block;
font-size: 40px;
height: 60px;
margin: 0 auto;
width: 60px;
font-weight: 300;
font-family: "Roboto Condensed", sans-serif;
padding: 1px 0px 0 3px;
}
.seline-zoom.circle,
.seline-unzoom.circle {
border-radius: 50%;
border: 1px solid #fff;
}
.seline-zoom.border,
.seline-unzoom.border {
border: 1px solid transparent;
}
.nav-tabs li {
float: none;
display: inline-block;
}
.nav-tabs li a {
border-radius: 0;
text-transform: uppercase;
font-family: "Roboto Condensed", sans-serif;
color: #463f3a;
}
.tab-content {
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 20px;
}
.tab-content .seline-border {
margin-bottom: 20px;
}
.tab-content .heading3 {
text-transform: uppercase;
}
.tab-content .description {
font-family: "Roboto Condensed", sans-serif;
color: #463f3a;
padding: 5px 20px;
font-size: 16px;
text-align: justify;
margin: 0;
}
.progress {
height: 35px;
border-radius: 0;
border-color: transparent;
box-shadow: none;
margin-bottom: 10px;
}
.progress .skill {
font-family: "Roboto Condensed", sans-serif;
font-size: 12px;
line-height: 35px;
padding: 0;
margin: 0 0 0 20px;
text-transform: uppercase;
}
.progress .skill .val {
float: right;
font-style: normal;
margin: 0 20px 0 0;
}
.progress .progress-bar {
background: #463f3a;
text-align: left;
font-weight: 700;
box-shadow: none;
-webkit-transition: all 3s ease;
-moz-transition: all 3s ease;
-ms-transition: all 3s ease;
-o-transition: all 3s ease;
transition: all 3s ease;
}
.no-padding {
padding-right: 0;
padding-left: 0;
}
.padding2px {
padding-right: 2px;
padding-left: 2px;
}
.padding4px {
padding-right: 4px;
padding-left: 4px;
}
.margin2px {
margin-top: 2px;
margin-bottom: 2px;
}
.lightbox .lb-image {
border-radius: 0;
}
.slicknav_menu {
display: none;
}
.seline-parallax {
background-attachment: fixed;
}
.seline-right {
float: right;
}
.btn {
padding: 20px 40px;
color: #ffffff;
text-transform: uppercase;
border-radius: 0;
letter-spacing: 0.02em;
font-family: "Roboto Condensed", sans-serif;
font-weight: 300;
background: transparent;
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.seline-btn-clean {
background: transparent;
border: 1px solid #463f3a;
color: #f5f6f1;
}
.seline-btn-clean:hover {
color: #f5f6f1;
}
.seline-preloader {
position: fixed;
left: 0px;
top: 0;
width: 100%;
height: 100%;
z-index: 9999;
background: #ffffff;
}
.seline-preloader .loader-inner {
width: 50px;
display: block;
margin: 0 auto;
}
.seline-preloader .loader-inner div {
background: #ff4636;
}
.countdown {
text-align: center;
position: relative;
z-index: 1;
color: #ffffff;
border: 15px solid #463f3a;
width: 450px;
height: 240px;
display: block;
margin: -120px auto 0;
font-family: "Roboto Condensed", sans-serif;
}
.countdown div {
font-size: 30px;
padding-top: 50px;
text-align: center;
margin: 10px;
display: inline-block;
}
.countdown div span {
text-transform: uppercase;
display: block;
}
.panel-group .panel {
border-radius: 0;
}
.panel-group .panel .panel-heading {
border-radius: 0;
}
.panel-group .panel .panel-body {
overflow: hidden;
}
.panel-group .panel .panel-body textarea {
width: 100%;
resize: none;
color: #a94442;
font-weight: 700;
outline: 0;
border: none;
}
.panel-group .panel .panel-title {
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
}
.panel-group .panel .panel-title i {
margin-right: 5px;
}
.alert {
border-radius: 0;
}
.alert.seline-alert-success {
border: 1px solid rgba(60, 118, 61, 0.5);
color: #3c763d;
}
.alert.seline-alert-info {
border: 1px solid #bce8f1;
color: #31708f;
}
.alert.seline-alert-warning {
border: 1px solid #faebcc;
color: #8a6d3b;
}
.alert.seline-alert-danger {
border: 1px solid #ebccd1;
color: #a94442;
}
.modal .heading4 {
font-size: 18px;
font-weight: 700;
}
.modal .seline-btn-clean {
color: #463f3a;
}
.modal .modal-content {
border-radius: 0;
background: #f5f6f1;
}
.modal .modal-content .modal-body .description {
font-family: "Roboto Condensed", sans-serif;
} .seline-404-banner i {
font-size: 70px;
color: #fff;
}
.header-area.seline-video,
.header-area.slider-background {
background-image: none;
}
.header-area.comming-soon {
overflow: hidden;
}
.header-area.slider-background .seline-navbar {
position: relative;
z-index: 5;
}
.header-area.slider-background:hover .carousel-control {
opacity: 1;
}
.header-area.slider-background:hover .carousel-control.left i,
.header-area.slider-background:hover .carousel-control.right i {
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-ms-transform: translateX(0px);
-o-transform: translateX(0px);
transform: translateX(0px);
}
.header-area .seline-navbar,
.seline-initial-menu .seline-navbar {
height: 85px;
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.navbar-default .navbar-toggle {
border: transparent;
}
.header-area .seline-navbar.fixed,
.seline-initial-menu .seline-navbar.fixed,
.seline-header-two .seline-navbar.fixed {
position: fixed;
top: 0;
left: 0;
right: 0;
background: #fff;
z-index: 10;
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.seline-header-two .seline-navbar.fixed .navbar-header {
float: left;
text-align: center;
margin: 28px 30px;
}
.seline-header-two .seline-navbar.fixed .seline-navbar-two-container {
border: transparent;
}
.seline-header-two .seline-navbar.fixed #primary-menu li.current-menu-parent > a,
.seline-header-two .seline-navbar.fixed #primary-menu li.current-menu-ancestor > a {
color: #ff4636;
}
.logged-in.admin-bar .seline-initial-menu .seline-navbar.fixed,
.logged-in.admin-bar .seline-header-two .seline-navbar.fixed {
top: 32px;
}
.seline-header-two .seline-navbar.fixed,
.seline-initial-menu .seline-navbar.fixed {
box-shadow: 0 12px 40px 1px rgba( 0, 0, 0, .07 );
}
.header-area .navbar-nav li,
.seline-initial-menu .navbar-nav li {
position: relative;
padding: 0 5px;
outline: 0;
}
.header-area .navbar-nav li.active a,
.header-area .navbar-nav li.current-menu-parent a
.header-area .navbar-nav li.focus a,
.seline-initial-menu .navbar-nav li.active a,
.seline-initial-menu .navbar-nav li.current-menu-parent a,
.seline-initial-menu .navbar-nav li.focus a {
background-color: transparent;
color: #ff4636;
}
.header-area .navbar-nav li ul.seline-dropdown-menu li.active a,
.seline-initial-menu .navbar-nav li ul.seline-dropdown-menu li.active a {
color: #ff4636;
}
.header-area .navbar-nav li.active a:after,
.header-area .navbar-nav li.focus a:after,
.seline-initial-menu .navbar-nav li.active a:after,
.seline-initial-menu .navbar-nav li.focus a:after {
-webkit-transform: translateY(-20px);
-moz-transform: translateY(-20px);
-ms-transform: translateY(-20px);
-o-transform: translateY(-20px);
transform: translateY(-20px);
opacity: 1;
}
.header-area .navbar-nav li.active a:hover,
.header-area .navbar-nav li.active a:active,
.header-area .navbar-nav li.active a:focus,
.header-area .navbar-nav li.focus a:hover,
.header-area .navbar-nav li.focus a:active,
.header-area .navbar-nav li.focus a:focus,
.seline-initial-menu .navbar-nav li.active a:hover,
.seline-initial-menu .navbar-nav li.active a:active,
.seline-initial-menu .navbar-nav li.active a:focus,
.seline-initial-menu .navbar-nav li.focus a:hover,
.seline-initial-menu .navbar-nav li.focus a:active,
.seline-initial-menu .navbar-nav li.focus a:focus {
background-color: transparent;
color: #ff4636;
}
.header-area .navbar-nav li .megamenu,
.header-area .navbar-nav li .seline-dropdown-menu,
.seline-initial-menu .navbar-nav li .megamenu,
.seline-initial-menu .navbar-nav li .seline-dropdown-menu {
position: absolute;
top: 100%;
z-index: 5;
background: #fff;
display: none;
}
.header-area .navbar-nav li a,
.seline-initial-menu .navbar-nav li a {
font-family: "Roboto Condensed", sans-serif;
color: #f5f6f1;
text-transform: uppercase;
letter-spacing: 0.1em;
font-size: 14px;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
padding: 30px 10px;
margin: 0;
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.seline-initial-menu .navbar-nav li a {
color: #333;
}
.header-area .navbar-nav li:hover a,
.seline-initial-menu .navbar-nav li:hover a {
color: #ff4636;
}
.header-area .navbar-nav li:hover > .seline-dropdown-menu,
.header-area .navbar-nav li:hover .megamenu,
.seline-initial-menu .navbar-nav li:hover > .seline-dropdown-menu,
.seline-initial-menu .navbar-nav li:hover .megamenu {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.header-area .navbar-nav li:hover ul ul,
.seline-initial-menu .navbar-nav li:hover ul ul {
margin-left: 100%;
top: -15px;
}
.header-area .navbar-nav li.dropdown-right:hover ul ul,
.seline-initial-menu .navbar-nav li.dropdown-right:hover ul ul {
margin-left: -40px;
top: -15px;
left: -100%;
}
.header-area .navbar-nav li ul.seline-dropdown-menu,
.seline-initial-menu .navbar-nav li ul.seline-dropdown-menu {
width: 250px;
left: 0;
padding: 20px;
margin-left: 0;
list-style: none;
box-shadow: 0 12px 40px 1px rgba( 0, 0, 0, .07 );
}
.seline-initial-menu .navbar-nav li:last-child ul.seline-dropdown-menu {
left: -15px;
}
.header-area .navbar-nav li ul.seline-dropdown-menu li a,
.seline-initial-menu .navbar-nav li ul.seline-dropdown-menu li a {
padding: 10px;
display: block;
font-size: 13px;
color: #777;
letter-spacing: 0.02em;
word-spacing: 0.05em;
text-transform: capitalize;
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.seline-initial-menu .navbar-nav li ul.seline-dropdown-menu li {
position: relative;
}
.seline-initial-menu .navbar-nav li ul.seline-dropdown-menu li.menu-item-has-children:before {
content: "\f105";
font-family: FontAwesome;
right: 35px;
position: absolute;
top: 9px;
font-size: 14px;
}
.header-area .navbar-nav li ul.seline-dropdown-menu li a:after,
.seline-initial-menu .navbar-nav li ul.seline-dropdown-menu li a:after {
background: transparent;
color: transparent;
}
.header-area .navbar-nav li ul.seline-dropdown-menu li a:hover,
.seline-initial-menu .navbar-nav li ul.seline-dropdown-menu li a:hover {
color: #ff4636;
}
.header-area .header-content {
position: relative;
z-index: 1;
color: #f5f6f1;
text-align: center;
text-transform: uppercase;
letter-spacing: .2em;
height: 80%;
}
.header-area .header-content h2 {
margin: 30px 0;
}
.header-area .header-content .buttons {
margin-top: 40px;
}
.header-area .header-content .buttons button {
margin-top: 20px;
margin-right: 10px;
}
.header-area .header-content .scroll-down {
position: absolute;
bottom: 0;
left: 0;
right: 0;
color: #463f3a;
cursor: pointer;
z-index: 1;
}
.header-area .header-content .scroll-down a {
color: #463f3a;
}
.header-area .seline-carousel {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
overflow: hidden;
}
.header-area .seline-carousel .carousel-inner .item img {
width: 100%;
height: 100%;
}
.header-area .seline-carousel .carousel-inner .item .carousel-caption {
top: 20%;
}
.header-area .seline-carousel .carousel-control {
background-image: none;
text-shadow: none;
background-color: none;
opacity: 0;
filter: alpha(opacity=50);
width: auto;
font-size: 30px;
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.header-area .seline-carousel .carousel-control .preview-container {
position: relative;
background: transparent;
padding: 10px;
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.header-area .seline-carousel .carousel-control .preview-container .thumbnail-container {
position: absolute;
display: block;
width: 60px;
height: 60px;
background: #999;
border-radius: 50%;
top: 1px;
background-size: cover;
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.header-area .seline-carousel .carousel-control.left .preview-container {
padding-right: 80px;
border-radius: 0 35px 35px 0;
}
.header-area .seline-carousel .carousel-control.left .preview-container .thumbnail-container {
right: 1px;
}
.header-area .seline-carousel .carousel-control.left i {
-webkit-transform: translateX(-25px);
-moz-transform: translateX(-25px);
-ms-transform: translateX(-25px);
-o-transform: translateX(-25px);
transform: translateX(-25px);
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.header-area .seline-carousel .carousel-control.right .preview-container {
padding-left: 80px;
border-radius: 35px 0 0 35px;
}
.header-area .seline-carousel .carousel-control.right .preview-container .thumbnail-container {
left: 1px;
}
.header-area .seline-carousel .carousel-control.right i {
-webkit-transform: translateX(25px);
-moz-transform: translateX(25px);
-ms-transform: translateX(25px);
-o-transform: translateX(25px);
transform: translateX(25px);
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.header-area .seline-carousel .carousel-control:hover .preview-container {
background: rgba(0, 0, 0, 0.6);
}
.header-area .seline-carousel .carousel-control:hover .preview-container .thumbnail-container {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.header-area .comming-soon-form {
position: relative;
z-index: 1;
}
.header-area .comming-soon-form .seline-text-input {
width: 25%;
margin-top: 40px;
} .seline-header-two .header-social {
float: left;
}
.seline-initial-menu .header-social {
float: right;
margin-left: 35px;
}
.seline-initial-menu.seline-header-three .header-social {
margin-left: 0;
}
.header-social li {
display: inline-block;
padding: 28px 5px;
} .what-we-do-area.about-alt {
background: #ffffff;
}
.what-we-do-area .what-we-do-content {
margin-top: 40px;
} .about-us-area .about-us .about-us-content {
margin-top: 40px;
overflow: hidden;
border: 1px solid #f5f5f5;
padding: 10px;
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.about-us-one .single-about-des h3 {
font-family: "Lato", sans-serif;
text-transform: uppercase;
font-size: 18px;
font-weight: 500;
letter-spacing: 0.03em;
line-height: 1.7em;
margin: 0;
}
.about-us-one .single-about-des p {
line-height: 2em;
letter-spacing: 0.12em;
}
.about-us-one .single-about-des h4 {
margin: 5px 0 15px;
}
.about-btn {
margin-top: 40px;
}
.author-content p {
color: #463f3a;
line-height: 1.7em;
font-size: 15px;
margin-top: 10px;
} .portfolio-area {
background: #ffffff;
}
.portfolio-area .portfolio-nav ul {
display: inline-block;
border: 1px solid #f5f5f5;
border-radius: 50px;
margin-bottom: 30px;
box-shadow: 0 0 30px 5px #f5f5f5;
}
.portfolio-area .portfolio-nav ul li {
display: inline-block;
padding: 18px 25px;
text-transform: uppercase;
font-family: "Roboto Condensed", sans-serif;
cursor: pointer;
letter-spacing: 0.09em;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.portfolio-area .portfolio-nav ul li.active {
box-shadow: 0 0 15px 3px #f5f5f5;
border-radius: 50px;
}
.portfolio-area .single-portfolio-image {
position: relative;
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.portfolio-area .portfolio .single-portfolio-image .background-overlay {
top: 0;
left: 0;
opacity: 0;
background: rgba(0, 0, 0, 0.8);
-webkit-transform: scale(0.6);
-moz-transform: scale(0.6);
-ms-transform: scale(0.6);
-o-transform: scale(0.6);
transform: scale(0.6);
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.portfolio-area .portfolio .single-portfolio-image:hover .background-overlay {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
} .latest-blog-area .latest-blog .latest-blog-content h3 a {
color: #463f3a;
}
.latest-blog-area .latest-blog .latest-blog-content .single-blog {
padding: 0;
border: 1px solid #f5f5f5;
box-shadow: 0px 0px 5px 1px #f5f5f5;
margin-bottom: 30px;
}
.latest-blog-area .latest-blog .latest-blog-content .single-blog .single-blog-image {
position: relative;
}
.latest-blog-area .latest-blog .latest-blog-content .single-blog .single-blog-description {
background: #ffffff;
}
.latest-blog-area .single-blog .single-blog-description h3 {
margin: 10px 0;
color: #463f3a;
font-size: 22px;
font-weight: 700;
text-transform: uppercase;
}
.latest-blog-area .single-blog-details span {
font-family: "Roboto Condensed", sans-serif;
}
.latest-blog-area .single-blog-description p {
color: #463f3a;
line-height: 1.7em;
font-size: 15px;
}
.latest-blog-area .latest-blog .latest-blog-content .single-blog .single-blog-description {
padding: 10px;
} .subscribe-area {
position: relative;
} .our-skills-area .our-skills .our-skills-content {
margin-top: 40px;
}
.our-skills-area .our-skills .our-skills-content .skills-description {
background: #ffffff;
padding: 20px;
}
.our-skills-area .our-skills .our-skills-content .seline-progress-bars {
margin-top: 20px;
} .author-area.about-alt {
background: #ffffff;
}
.author-area .single-author .single-author-image {
position: relative;
}
.author-area .single-author .single-author-image .background-overlay {
overflow: hidden;
top: 0;
left: 0;
opacity: 0;
background: rgba(0, 0, 0, 0.6);
-webkit-transform: scale(0.6);
-moz-transform: scale(0.6);
-ms-transform: scale(0.6);
-o-transform: scale(0.6);
transform: scale(0.6);
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.author-area .single-author .single-author-image .background-overlay .social-profile ul {
margin-top: 30px;
}
.author-area .single-author .single-author-image .background-overlay .social-profile li {
display: inline-block;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.author-area .single-author .single-author-image .background-overlay .social-profile li a {
color: #fff;
margin: 0;
padding: 0 8px;
}
.author-area .single-author .single-author-image .background-overlay .seline-zoom,
.author-area .single-author .single-author-image .background-overlay .seline-unzoom {
position: absolute;
top: 50%;
margin-top: -25px;
left: 50%;
margin-left: -25px;
font-size: 30px;
height: 50px;
width: 50px;
cursor: pointer;
padding: 0;
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.author-area .single-author .single-author-image .background-overlay .seline-unzoom {
opacity: 0;
visibility: hidden;
}
.author-area .single-author .single-author-image .background-overlay .single-author-description {
position: absolute;
bottom: 0;
width: 100%;
padding: 10px;
-webkit-transform: translateY(90px);
-moz-transform: translateY(90px);
-ms-transform: translateY(90px);
-o-transform: translateY(90px);
transform: translateY(90px);
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.author-area .single-author .single-author-description .heading3,
.author-area .single-author .single-author-description .description {
color: #f5f6f1;
}
.author-area .single-author .single-author-description .heading3,
.meet-our-team-two .author-content h3,
.testimonial-one .single-testimonial h3 {
font-size: 18px;
font-weight: 500;
text-transform: uppercase;
}
.author-content .single-author .single-author-description .description {
font-size: 14px;
margin-top: 0;
}
.author-area .single-author:hover .background-overlay {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
} .works-history-area {
position: relative;
}
.works-history-area .works-history .single-history i {
font-size: 50px;
margin-bottom: 30px;
color: #333;
}
.works-history-area .works-history .single-history .heading3 {
color: #333;
text-transform: uppercase;
font-size: 18px;
font-weight: 700;
}
.works-history-area .works-history .single-history .count {
font-size: 30px;
color: #333;
}
.works-history-area .panel-group {
position: relative;
z-index: 1;
} .testimonial-area {
background: #ffffff;
}
.testimonial-area .testimonial .single-testimonial {
margin: 70px 2px 0 2px;
padding: 15px;
border: 1px solid #f5f6f1;
}
.testimonial-area .testimonial .single-testimonial .heading3,
.comments .heading3 {
margin-top: 10px;
}
.testimonial-area .testimonial .single-testimonial .image-wrapper,
.comments .image-wrapper {
position: relative;
margin-top: -65px;
}
.comments .image-wrapper img,
.testimonial-one .single-testimonial .image-wrapper img {
width: 90px;
height: 90px;
border: 1px solid #f5f6f1;
box-sizing: border-box;
margin-right: 15px;
background: #ffffff;
border-radius: 50%;
padding: 5px;
}
.testimonial-area .testimonial .single-testimonial .image-wrapper img {
border: 1px solid #f5f6f1;
box-sizing: border-box;
background: #ffffff;
border-radius: 50%;
padding: 5px;
}
.testimonial-one .single-testimonial .image-wrapper img {
margin: 0 auto;
}
.testimonial-area .testimonial .single-testimonial:hover .background-overlay {
background-color: rgba(0, 0, 0, 0.6);
}
.testimonial-area .testimonial .owl-controls .owl-buttons {
margin-top: 30px;
}
.testimonial-area .testimonial .owl-controls .owl-buttons .owl-prev,
.testimonial-area .testimonial .owl-controls .owl-buttons .owl-next {
border: 1px solid #f5f6f1;
background: transparent;
margin: 1px;
opacity: 1;
}
.testimonial-area .testimonial .owl-controls .owl-buttons i {
padding: 0;
color: #463f3a;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
} .comments {
margin: 10px 0 50px;
}
.comments h4.heading4,
.comment-respond h4 {
font-weight: 700;
font-size: 22px;
margin-top: 40px;
margin-bottom: 15px;
}
.single-comments {
background: #fff;
overflow: hidden;
padding: 15px;
margin: 4px 0;
}
.single-comments-reply {
margin-top: 40px;
margin-left: 90px;
}
.comments .image-wrapper img {
float: left;
margin-right: 10px;
}
.comments .description {
margin-top: 0;
}
.reply,
.reply:hover,
.reply:focus,
.reply:active {
color: #ff4636;
} #map {
height: 500px;
width: 100%;
} .contact-area.contact-alt .seline-submit-input {
padding: 20px 60px;
}
.contact-area.contact-alt .map-area {
margin-bottom: 20px;
}
.contact-area .contact form {
margin-top: 40px;
}
.contact-area .contact .seline-text-input,
.contact-area .contact .seline-textarea-input,
.comment-respond .seline-text-input,
.comment-respond .seline-textarea-input {
width: 100%;
margin-bottom: 15px;
background: #ffffff;
color: #463f3a;
padding: 15px;
border: 1px solid #f5f5f5;
}
.contact-area .contact .seline-text-input::-webkit-input-placeholder,
.contact-area .contact .seline-text-input::-moz-placeholder,
.contact-area .contact .seline-textarea-input::-webkit-input-placeholder,
.contact-area .contact .seline-textarea-input::-moz-placeholder {
color: #463f3a;
}
.contact-area .contact .seline-textarea-input,
.comment-respond .seline-textarea-input {
height: 123px;
}
.contact-area .contact .seline-submit-input {
background: #ff4636;
border: transparent;
color: #ffffff;
}
_::-moz-range-track,
.contact-area .contact .seline-submit-input {
margin-top: -13px;
} .footer-area {
color: #333;
position: relative;
font-family: "Roboto Condensed", sans-serif;
border-top: 5px solid #333;
background: #fff;
}
.seline-zoom-out .footer-area {
z-index: 2;
}
.footer-area .background-overlay-white {
background-color: rgba(255, 255, 255, 0.4);
}
.footer-area .footer {
padding: 60px 0;
overflow: hidden;
}
.footer-area .footer .widget_seline_about_us p {
font-family: "Lato", sans-serif;
font-size: 15px;
line-height: 1.7;
}
.footer .single-footer.widget_seline_recent_posts ul,
.single-widget.widget_seline_recent_posts ul {
list-style: none;
margin-left: 0;
}
.footer .single-footer.widget_seline_recent_posts h5,
.single-widget.widget_seline_recent_posts h5 {
margin-top: 15px;
margin-bottom: 5px;
font-weight: 400;
}
.footer-area .footer .single-footer a {
color: #333;
font-family: "Roboto Condensed", sans-serif;
}
.footer-area .footer .single-footer h2 {
text-transform: uppercase;
border: 1px solid #463f3a;
display: inline-block;
padding: 8px 25px;
margin-bottom: 25px;
}
.footer-area .footer .single-footer h4 {
text-transform: uppercase;
font-size: 16px;
font-weight: 700;
letter-spacing: 0.03em;
margin-bottom: 10px;
}
.footer-area .footer .single-footer li {
text-transform: uppercase;
letter-spacing: 0.05em;
}
.footer-area .footer .single-footer li .post-time {
margin-bottom: 0;
}
.footer-area .footer .single-footer li i {
margin-right: 3px;
}
.footer-area .footer .single-footer.flicker-image ul li {
margin-bottom: 0;
float: left;
margin: 0;
}
.footer-area .footer .single-footer.flicker-image ul li a img {
width: 70px;
height: 70px;
}
.footer-area .footer .single-footer.useful-links li a {
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.footer-area .footer .single-footer.useful-links li a:hover {
margin-left: 5px;
}
.footer-area .footer .single-footer .seline-text-input {
width: 100%;
}
.footer-area .footer .single-footer .seline-submit-input {
padding: 15px;
margin-top: 10px;
letter-spacing: 0;
width: 100%;
} .footer-bottom-area {
position: relative;
font-family: "Roboto Condensed", sans-serif;
z-index: 2;
background: #f5f5f5;
}
.footer-bottom-area .footer-bottom {
padding: 25px 0;
}
.footer-bottom-area .footer-bottom p {
color: #333;
margin: 0;
font-family: "Roboto Condensed", sans-serif;
font-size: 14px;
letter-spacing: 0.05em;
text-align: center;
text-transform: uppercase;
}
.footer-bottom-area .footer-bottom p a {
font-weight: bold;
color: #333;
} .blog-page-area { }
.blog-page-area .blog-page {
padding: 60px 0;
overflow: hidden;
}
.blog-page-area .blog-page .blog-page-posts.blog-without-sidebar .single-post {
margin-bottom: 50px;
}
.blog-page-area .blog-page .blog-page-posts.grid-blog .single-post {
background: #ffffff;
}
.blog-page-area .blog-page .blog-page-posts.grid-blog .single-post .single-blog-description {
padding: 10px;
}
.blog-page-area .blog-page .blog-page-posts .single-post,
.search-results article,
.archive article,
.content-area .single-post {
overflow: hidden;
margin-bottom: 30px;
border: 1px solid #f5f5f5;
padding: 20px;
}
.single-post p {
color: #463f3a;
line-height: 1.7em;
font-size: 15px;
margin-top: 10px;
}
.blog-page-area .blog-page .blog-page-posts .single-post.quote-post-format .description {
background: #ffffff;
padding: 10px;
font-family: "Roboto Condensed", sans-serif;
font-weight: 300;
font-style: italic;
border-right: 5px solid #463f3a;
}
.blog-page-area .blog-page .blog-page-posts .single-post h2,
.blog-page-area .blog-page .blog-page-posts .single-post h3 {
margin-bottom: 10px;
}
.blog-page-area .blog-page .blog-page-posts .single-post h2 a,
.blog-page-area .blog-page .blog-page-posts .single-post h3 a {
color: #463f3a;
-webkit-transition: color 320ms ease;
-moz-transition: color 320ms ease;
-ms-transition: color 320ms ease;
-o-transition: color 320ms ease;
transition: color 320ms ease;
}
.blog-page-area .blog-page .blog-page-posts .single-post h2 a:hover,
.blog-page-area .blog-page .blog-page-posts .single-post h3 a:hover {
color: #333;
}
.single-blog-details {
margin-bottom: 10px;
}
.single-blog-details span {
text-transform: uppercase;
font-size: 14px;
font-family: "Roboto Condensed", sans-serif;
font-weight: 400;
}
.single-blog-details span a {
color: #463f3a;
}
.single-blog-details span span {
color: #ff4636;
}
.blog-page-area .blog-page .blog-page-posts .single-post .single-blog-image {
position: relative;
}
.blog-page-area .blog-page .blog-page-posts .single-post .single-blog-image .background-overlay {
opacity: 0;
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.blog-page-area .blog-page .blog-page-posts .single-post .single-blog-image:hover .background-overlay {
opacity: 1;
}
.blog-page-area .blog-page .blog-page-posts .single-post .seline-btn-clean,
.search-results .seline-btn-clean,
.archive .seline-btn-clean,
.single-post .seline-btn-clean,
.comment-respond .form-submit .comment-submit,
.latest-blog-area .single-blog-description .seline-btn-clean {
color: #fff;
font-size: 14px;
margin-top: 15px;
font-weight: bold;
padding: 15px 30px;
background: #333;
letter-spacing: 0.07em;
text-transform: uppercase;
line-height: 1.7;
border: transparent;
border-radius: 0;
position: relative;
}
.blog-page-area .blog-page .blog-page-posts .single-post .seline-btn-clean:after,
.search-results .seline-btn-clean:after,
.archive .seline-btn-clean:after,
.single-post .seline-btn-clean:after,
.comment-respond .form-submit .comment-submit:after,
.latest-blog-area .single-blog-description .seline-btn-clean:after {
position: absolute;
right: 30px;
top: 12px;
font-family: FontAwesome;
content: "\f105";
font-size: 16px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.blog-page-area .blog-page .blog-page-posts .single-post .seline-btn-clean:hover:after,
.search-results .seline-btn-clean:hover:after,
.archive .seline-btn-clean:hover:after,
.single-post .seline-btn-clean:hover:after,
.comment-respond .form-submit .comment-submit:hover:after,
.latest-blog-area .single-blog-description .seline-btn-clean:hover:after {
right: 15px;
opacity: 1;
visibility: visible;
}
.blog-page-area .blog-page .blog-page-posts .single-post .audio-post iframe {
width: 100%;
height: 166px;
border: 0;
}
.pagination {
border-radius: 0;
display: block;
margin: 60px auto 20px;
overflow: hidden;
}
.pagination li:first-child a,
.pagination li:last-child a {
border-radius: 0;
}
.pagination li a,
.pagination li span {
color: #463f3a;
background-color: transparent;
border: none;
}
.pagination li a {
border: 1px solid #f5f5f5;
margin: 0 5px;
border-radius: 50%;
}
.pagination li.active a {
background: #463f3a;
color: #ffffff;
border-radius: 50%;
}
.pagination > .active > a:focus,
.pagination > .active > a:hover {
background: #463f3a;
}
.single-widget {
margin-bottom: 30px;
border: 1px solid #f5f5f5;
padding: 20px;
}
.single-widget caption {
padding-top: 0;
}
.single-widget table {
margin-bottom: 0;
}
.single-widget ul li a {
padding-bottom: 10px;
display: inline-block;
}
.single-widget.widget_categories ul li {
margin-bottom: 0;
}
.single-widget ul li a {
font-family: "Roboto Condensed", sans-serif;
}
.single-widget.widget_categories,
.single-widget.widget_archive,
.single-widget.widget_pages,
.single-widget.widget_meta,
.single-widget.widget_recent_comments,
.single-widget.widget_recent_entries {
padding-bottom: 10px;
}
.single-widget.widget_rss ul li {
margin-bottom: 20px;
}
.single-widget.widget_rss ul li a {
color: #ff4636;
}
.single-widget.widget_rss ul li:last-child {
margin-bottom: 0;
}
.single-widget.widget_rss ul li a {
padding-bottom: 0;
}
.single-widget.widget_categories select,
.single-widget.widget_archive select {
margin-bottom: 10px;
}
.single-widget.widget_tag_cloud .tagcloud a,
.single-footer.widget_tag_cloud .tagcloud a {
border: 1px solid #f5f5f5;
display: inline-block;
padding: 10px 15px;
margin: 0px 5px 5px 0px;
text-transform: uppercase;
font-size: 14px!important;
font-family: "Roboto Condensed", sans-serif;
color: #463f3a;
background: #fff;
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.single-widget.widget_tag_cloud .tagcloud a:hover,
.single-footer.widget_tag_cloud .tagcloud a:hover {
box-shadow: 0 0 40px 1px #f5f5f5;
background: #ff4636;
color: #fff;
}
.single-widget .heading4,
.entry-content h4.heading4 {
color: #463f3a;
font-weight: 700;
font-size: 22px;
margin-bottom: 10px;
text-transform: uppercase;
}
.single-widget .heading4 {
margin-top: 0;
}
.entry-content h4.heading4 {
margin-top: 15px;
}
.entry-content h4 a {
color: #463f3a;
}
.single-widget h5 {
font-size: 14px;
}
.single-widget.widget_search form label {
display: block;
}
.single-widget.widget_search form input[type="search"],
.single-footer.widget_search form input[type="search"] {
font-family: "Roboto Condensed", sans-serif;
color: #463f3a;
padding: 15px;
outline: 0;
border-radius: 50px;
border: 1px solid #f5f5f5;
}
.single-widget.widget_search form input[type="search"] {
width: 90%;
background: transparent;
font-weight: normal;
}
.single-footer.widget_search form input[type="search"] {
width: 245px;
font-weight: 300;
background: transparent;
}
.single-widget.widget_search form input[type="submit"],
.single-footer.widget_search form input[type="submit"] {
display: none;
}
.single-widget ul li a {
color: #463f3a;
text-transform: uppercase;
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.single-widget a {
color: #463f3a;
}
.single-widget ul li a:hover {
color: #ff4636;
} .pricing-table-area .subtitle {
margin-top: 40px;
}
.pricing-table-area .pricing-table {
overflow: hidden;
}
.pricing-table-area .pricing-table .single-table {
position: relative;
margin-bottom: 4px;
}
.pricing-table-area .pricing-table .single-table .table-title h2 {
text-transform: uppercase;
font-weight: 700;
font-size: 16px;
margin: 0;
}
.pricing-table-area .pricing-table .single-table .table-price h3 {
margin-top: 20px;
margin-bottom: 10px;
font-weight: 400;
}
.pricing-table-area .pricing-table .single-table .table-price h3 .duration {
position: absolute;
top: 27px;
left: 0;
background: #333;
color: #fff;
font-size: 12px;
text-transform: uppercase;
margin: 0;
line-height: 20px;
padding: 10px 20px;
letter-spacing: 0.1em;
transform: rotate(90deg);
text-align: center;
}
.pricing-table-area .pricing-table .single-table .price-des {
margin-top: 15px;
}
.pricing-table-area .pricing-table .single-table .price-des ul li {
padding: 15px 0;
text-transform: uppercase;
}
.pricing-table-area .pricing-table .single-table .buy-now {
margin-top: 15px;
}
.pricing-table-area .pricing-table .single-table .buy-now a {
font-weight: bold;
} .collapse-page-area,
.alert-page-area {
padding-bottom: 40px;
overflow: hidden;
}
.collapse-page-area .subtitle,
.alert-page-area .subtitle {
margin-top: 40px;
}
.collapse-page-area .seline-border,
.alert-page-area .seline-border {
margin-bottom: 40px;
}
.collapse-page-area .heading4,
.alert-page-area .heading4 {
font-weight: 700;
font-size: 18px;
}
.collapse-page-area .panel-group,
.alert-page-area .panel-group {
margin-bottom: 40px;
} .button-page-area {
background: #121212;
color: #fff;
border-bottom: 5px solid #ff4636;
}
.button-page-area .seline-border {
margin-bottom: 30px;
}
.button-page-area .panel-group {
margin: 15px 0;
} .modal-shortcode-page .seline-border {
margin-bottom: 40px;
} .map-area .panel-group {
margin-top: 20px;
} .personal-about {
background: #ffffff;
}
.personal-about .about-us .about-us-content .single-about-des {
background: transparent;
margin-top: 0;
}
.personal-about .about-us .about-us-content .single-about-des .seline-btn-clean {
color: #463f3a;
} .all-pages-area .all-pages .pages-area .single-page {
margin-bottom: 30px;
}
.all-pages-area .all-pages .pages-area .subtitle {
font-size: 35px;
}
.all-pages-area .all-pages .pages-area .seline-border {
margin-bottom: 20px;
}
.all-pages-area .all-pages .pages-area .single-page .heading4 {
font-size: 18px;
font-weight: 700;
text-align: right;
}
.all-pages-area .all-pages .pages-area .single-page .page-image-wrapper {
border: 10px solid #ffffff;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
height: 500px;
overflow: hidden;
}
.all-pages-area .seline-more-info {
margin-left: 15px;
}
.all-pages-area .seline-more-info .heading3 {
text-transform: uppercase;
font-weight: 700;
}
.all-pages-area .seline-more-info .more-info-nav {
margin-left: 15px;
}
.all-pages-area .seline-more-info .more-info-nav li {
text-transform: capitalize;
font-weight: 700;
padding-bottom: 7px;
} .entry-footer {
margin: 0 5px;
}
.blog-page-posts .entry-footer,
.post .entry-footer {
margin: 20px 0 5px;
}
.cat-links {
margin: 20px 0 15px;
}
.cat-links a,
.comments-link a {
color: #333;
border: 1px solid #f5f5f5;
padding: 10px;
text-transform: uppercase;
font-size: 13px;
font-weight: bold;
line-height: 3.5em;
}
.cat-links a:first-child {
margin-left: 7px;
}
.comments-link {
text-align: right;
float: right;
margin-top: 5px;
position: relative;
}
.comments-link:before {
position: absolute;
width: 0;
left: 10px;
bottom: 5px;
background: #333;
height: 2px;
content: '';
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.comments-link:hover:before {
width: 85%;
}
.comments-link a {
border: transparent;
position: relative;
}
.edit-link {
display: block;
margin-top: 10px;
}
.edit-link a {
text-transform: uppercase;
color: #333;
}
.byline {
margin-right: 3px;
padding-right: 3px;
}
.posted-on {
margin-left: 3px;
padding-left: 3px;
}
.byline a,
.posted-on a {
margin-left: 3px;
}
.byline a:hover,
.posted-on a:hover {
text-decoration: underline;
}
.seline-page-header-area {
position: relative;
background-size: cover;
background-position: center center;
}
.seline-page-header-two-area {
border-bottom: 1px solid #f5f5f5;
}
.seline-page-header {
padding: 100px 0;
}
.seline-page-header-two-area .seline-page-header {
padding: 20px 0;
}
.seline-page-header h4 {
color: #fff;
font-weight: 700;
font-size: 22px;
margin-bottom: 10px;
text-transform: uppercase;
}
.seline-page-header-two-area .seline-page-header h4 {
margin-bottom: 0;
color: #333;
}
.seline-page-header-two-area  .breadcrumb li a {
color: #333;
}
.breadcrumb {
background-color: transparent;
padding-left: 0;
padding-right: 0;
margin-bottom: 0;
margin-left: 0;
}
.breadcrumb li a {
text-transform: uppercase;
color: #fff;
}
.breadcrumb li.item-current {
text-transform: uppercase;
color: #ff4636;
}
.blog-page-posts .entry-content,
.search-results .entry-content,
.archive .entry-content,
.single-post .entry-content {
margin: 0;
}
.logged-in-as a {
color: #333;
}
.comments ul {
list-style: none;
margin-left: 0;
}
.comments ul li {
border: 1px solid #f5f5f5;
padding: 20px;
margin-bottom: 10px;
}
.comments ul li.comment ul {
list-style: disc;
margin-left: 20px;
}
.comments ul li.comment ul li,
.comments ul li.comment ol li {
border: transparent;
padding: 0;
box-shadow: none;
}
.comments ul ul.children {
margin-left: 30px;
}
.comment-content h4.heading4 {
display: inline-block;
margin-right: 5px;
margin-top: 25px;
}
.comment-content h4 a {
color: #333;
}
.comments ul li .image {
float: left;
margin-right: 15px;
}
.comments ul li .image img {
width: 80px;
height: 80px;
border-radius: 50%;
border: 1px solid #f5f5f5;
padding: 5px;
box-shadow: 0px 0px 5px 1px #f5f5f5;
}
.comment-content {
overflow: hidden;
}
.comment-reply-link {
color: #fff;
font-size: 14px;
margin-top: 0px;
font-weight: bold;
padding: 10px 25px;
background: #333;
text-transform: uppercase;
border: transparent;
border-radius: 0;
display: inline-block;
}
.comment-reply-link:hover,
.comment-reply-link:active,
.comment-reply-link:focus {
color: #fff;
}
#cancel-comment-reply-link {
color: #333;
margin-left: 30px;
font-size: 90%;
}
.comment-respond {
margin-top: 60px;
}
.comment-respond h4 a {
color: #333;
font-weight: normal;
margin-left: 10px;
font-size: 15px;
}
.content p a {
color: #333;
text-decoration: underline;
}
.seline-homepage-one-area,
.seline-homepage-area {
position: relative;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.seline-homepage-banner,
.seline-404-banner {
height: 100vh;
}
.seline-homepage-banner h2 {
color: #fff;
font-weight: 300;
font-size: 30px;
text-transform: capitalize;
letter-spacing: 0.5em;
}
.seline-homepage-banner h3 {
color: #fff;
letter-spacing: .20em;
text-transform: uppercase;
font-size: 18px;
margin: 0;
font-weight: 400;
}
.header-btn {
margin-top: 60px;
}
.header-btn a:first-child,
.header-btn a:last-child {
border: 1px solid #fff;
padding: 15px 30px;
border-radius: 50px;
text-transform: uppercase;
letter-spacing: 0.2em;
font-weight: 700;
font-size: 12px;
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.header-btn a:first-child {
color: #fff;
margin-right: 20px;
}
.header-btn a:first-child:hover {
background: #fff;
color: #333;
}
.header-btn a:last-child {
background: #fff;
color: #333;
}
.header-btn a:last-child:hover {
background: transparent;
color: #fff;
}
.seline-homepage-two-area .seline-homepage-banner {
margin: 0;
border-top: transparent;
}
.seline-homepage-two-area:hover .seline-homepage-banner h2 {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
.seline-homepage-two-area .seline-homepage-banner h2 {
font-size: 30px;
display: inline-block;
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
transform: rotate(-3deg);
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.seline-homepage-two-area .seline-homepage-banner h3 {
margin-top: 50px;
display: inline-block;
width: 60%;
}
.seline-homepage-two-area .seline-homepage-banner h2,
.seline-homepage-two-area .seline-homepage-banner h3 {
border: 1px solid #f5f5f5;
box-shadow: 0px 0px 5px 1px #f5f5f5;
color: #333;
padding: 10px 55px;
text-transform: uppercase;
letter-spacing: 0.3em;
font-weight: 700;
}
.seline-homepage-two-area .header-btn a:first-child,
.seline-homepage-two-area .header-btn a:last-child {
border: 1px solid #f5f5f5;
box-shadow: 0px 0px 5px 1px #f5f5f5;
padding: 15px 30px;
border-radius: 0;
text-transform: uppercase;
letter-spacing: 0.2em;
font-weight: 700;
font-size: 12px;
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.seline-homepage-two-area .header-btn a:first-child,
.seline-homepage-three-area .header-btn a:first-child,
.seline-homepage-six-area .header-btn a:first-child {
color: #333;
margin-right: 20px;
}
.seline-homepage-two-area .header-btn a:last-child,
.seline-homepage-three-area .header-btn a:last-child,
.seline-homepage-six-area .header-btn a:last-child {
background: #333;
color: #fff;
}
.header-btn a:first-child:hover {
background: #333;
color: #fff;
}
.header-btn a:last-child:hover {
background: #fff;
color: #333;
}
.seline-homepage-three-area,
.seline-homepage-ten-area {
position: fixed;
z-index: 1;
height: 100vh;
width: 100%;
left: 0;
}
.seline-zoom-out .content-area {
position: relative;
z-index: 2;
margin-top: 100vh;
background: #fff;
}
.seline-homepage-three-area .seline-homepage-three-bg,
.seline-homepage-six-area .seline-homepage-three-bg {
height: 100%;
width: 100%;
background-position: center center;
background-size: cover;
}
.seline-homepage-three-area .banner-container,
.seline-homepage-six-area .banner-container {
width: 60%;
background: rgba( 255, 255, 255, 0.9 );
padding: 50px 0 80px;
overflow: hidden;
display: block;
margin: 90px auto;
}
.seline-homepage-three-area .seline-homepage-banner h2,
.seline-homepage-six-area .seline-homepage-banner h2 {
color: #333;
text-transform: uppercase;
font-weight: 500;
}
.seline-homepage-three-area .seline-homepage-banner h3,
.seline-homepage-six-area .seline-homepage-banner h3 {
color: #333;
margin: 0;
font-weight: 400;
}
.seline-homepage-three-area .header-btn,
.seline-homepage-four-area .header-btn,
.seline-homepage-six-area .header-btn {
margin-top: 40px;
}
.seline-homepage-three-area .header-btn a:first-child,
.seline-homepage-three-area .header-btn a:last-child,
.seline-homepage-six-area .header-btn a:first-child {
border: 1px solid #333;
}
.seline-homepage-four-area .seline-homepage-banner h2 {
text-transform: uppercase;
font-weight: 500;
}
.seline-homepage-four-area .seline-homepage-banner h3 {
line-height: 2em;
}
.video-player-btn {
}
.video-player-btn a {
position: absolute;
right: 15%;
top: 45%;
color: #fff;
background: #650fd4;
padding: 15px 15px 15px 20px;
width: 80px;
height: 80px;
text-align: center;
border-radius: 50%;
font-size: 25px;
line-height: 50px;
outline: 0;
}
.seline-homepage-six-area {
margin: 40px 30px 0;
border: 10px solid #fff;
box-shadow: 0px 0px 5px 1px #f5f5f5;
}
.seline-homepage-six-area .banner-container {
box-shadow: 0px 0px 50px 5px #333;
}
.seline-homepage-six-area .cd-headline.clip span {
padding-top: 0;
}
.seline-homepage-six-area .cd-headline.clip span b {
font-weight: 500;
}
.seline-homepage-seven-area .seline-homepage-banner h2,
.seline-homepage-eight-area .seline-homepage-banner h2,
.seline-homepage-nine-area .seline-homepage-banner h2 {
font-size: 50px;
font-weight: bold;
line-height: 41px;
margin-bottom: 30px;
font-family: "Lato", sans-serif;
text-transform: uppercase;
letter-spacing: 0.07em;
}
.header-search-form .search-field,
.header-search-form .search-field:focus {
margin-top: 30px;
padding: 20px 25px;
width: 45%;
border-radius: 100px;
text-transform: uppercase;
background: transparent;
border: 1px solid #777;
outline: 0;
color: #fff;
}
.header-search-form .search-field:focus {
color: #777;
}
.describe-more {
font-size: 16px;
text-transform: uppercase;
letter-spacing: 0.03em;
margin-top: 10px;
font-weight: 400;
margin-bottom: 0;
}
.author-area .describe-more {
color: #333;
}
.single-author {
overflow: hidden;
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.testimonial-area.meet-our-team-two .single-author {
margin-bottom: 30px;
}
.testimonial-area.meet-our-team-two .single-testimonial .image-wrapper {
float: left;
width: 54%;
margin-right: 5%;
}
.testimonial-area.meet-our-team-two .single-testimonial .image-wrapper img {
border-radius: 0;
margin-top: 0;
border: transparent;
padding: 0;
}
.testimonial-area.meet-our-team-two .testimonial .single-testimonial {
padding: 10px;
overflow: hidden;
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.is-box-shadow:hover {
box-shadow: 0px 0px 5px 1px #f5f5f5;
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.is-shadow {
box-shadow: 0px 0px 40px 1px #f5f5f5;
color: #666;
}
.meet-our-team-two .author-content {
float: right;
width: 39%;
padding: 2% 2% 0 0;
}
.meet-our-team-two .author-content .social-profile {
position: absolute;
bottom: 30px;
}
.meet-our-team-two .author-content .social-profile li {
padding: 0 2px;
}
.meet-our-team-two .author-content .social-profile li a {
color: #333;
width: 40px;
height: 40px;
display: inline-block;
text-align: center;
border: 1px solid #f5f5f5;
padding: 10px;
margin-bottom: 10px;
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.meet-our-team-two .author-content .social-profile li a:hover {
background: #ff4636;
color: #fff;
}
.elegent-box-area {
transform: rotate(-90deg) translateY(-58px);
}
.elegent-box h2 {
font-weight: bolder;
text-transform: uppercase;
text-align: center;
margin: 0;
}
.seline-header-two .navbar-header {
float: none;
text-align: center;
margin: 30px 0;
}
.seline-header-two .navbar-brand {
float: none;
color: #333;
}
.seline-header-two a img {
margin: 0 auto;
}
.seline-initial-menu a img {
margin-top: 30px;
}
.seline-header-two .navbar-brand:hover {
color: #333;
}
.seline-header-two #primary-menu {
float: none;
width: 100%;
text-align: center;
}
.seline-header-two .fixed #primary-menu {
margin-left: -135px;
}
.seline-header-two #primary-menu > li {
float: none;
display: inline-block;
position: relative;
}
.seline-header-two #primary-menu li > a {
font-family: "Roboto Condensed", sans-serif;
color: #333;
text-transform: uppercase;
padding: 30px 15px;
font-weight: 500;
letter-spacing: 0.07em;
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.seline-header-two #primary-menu li:hover > a {
color: #ff4636;
}
.seline-header-two #primary-menu .seline-dropdown-menu {
position: absolute;
top: 100%;
z-index: 5;
width: 270px;
background: #fff;
margin-left: 0;
left: 0px;
text-align: left;
display: none;
box-shadow: 0 12px 40px 1px rgba( 0, 0, 0, .07 );
padding: 20px;
list-style: none;
}
.seline-header-two #primary-menu .seline-dropdown-menu li {
position: relative;
}
.seline-header-two #primary-menu .seline-dropdown-menu li.menu-item-has-children:before {
content: "\f105";
font-family: FontAwesome;
right: 45px;
position: absolute;
top: 9px;
font-size: 14px;
}
.seline-header-two #primary-menu .seline-dropdown-menu li a {
color: #777;
padding: 10px;
display: block;
font-size: 13px;
text-transform: capitalize;
}
.seline-header-two #primary-menu li.current-menu-parent > a,
.seline-header-two #primary-menu li.current-menu-ancestor > a,
.seline-initial-menu #primary-menu li.current-menu-parent > a,
.seline-initial-menu #primary-menu li.current-menu-ancestor > a,
.seline-initial-menu #primary-menu li.active > a,
.seline-initial-menu #primary-menu li.active > a {
color: #ff4636;
border: transparent;
}
.seline-header-two .seline-navbar.fixed #primary-menu > li > a {
padding: 30px 15px;
}
.seline-header-two #primary-menu .seline-dropdown-menu li:hover > a,
.seline-initial-menu #primary-menu .seline-dropdown-menu li:hover > a,
.seline-header-two #primary-menu .seline-dropdown-menu li.active > a {
color: #ff4636;
background: transparent;
border: transparent;
}
.seline-header-two #primary-menu .seline-dropdown-menu ul {
left: 100%;
top: 0;
}
.seline-header-two .navbar-default #primary-menu >.active>a,
.seline-header-two .navbar-default #primary-menu >.active>a:focus,
.seline-header-two .navbar-default #primary-menu >.active>a:hover {
background-color: transparent;
color: #ff4636;
}
.seline-navbar-two-container {
border-top: 1px solid #f5f5f5;
border-bottom: 1px solid #f5f5f5;
min-height: 60px;
}
.seline-header-three .navbar-nav {
float: none;
display: table;
margin: 0 auto;
}
.seline-homepage-one-area h2 {
color: #fff;
font-weight: 300;
font-size: 30px;
text-transform: uppercase;
letter-spacing: 0.5em;
}
.seline-homepage-one-area .header-text {
padding: 30px;
display: inline-block;
}
.seline-homepage-one-area h3 {
letter-spacing: .10em;
margin-top: 10px;
margin-bottom: 0;
font-weight: 400;
}
.seline-homepage-one-area .header-btn a:last-child {
border-radius: 0;
background: transparent;
color: #fff;
}
.elegent-testimonial-area h3 {
text-transform: uppercase;
display: inline-block;
font-size: 55px;
font-weight: 700;
border: 10px solid #463f3a;
padding: 0px 100px;
letter-spacing: 0.1em;
margin-left: 130px;
}
.elegent-testimonial-area .testimonail-description {
padding: 30px;
overflow: hidden;
margin-left: 240px;
margin-top: -10px;
}
.elegent-testimonial-area .testimonail-description p {
color: #fff;
margin-top: 0;
font-size: 16px;
float: left;
width: 89%;
margin-right: 1%;
font-family: "Roboto Condensed", sans-serif;
}
.elegent-testimonial-area .testimonail-description .image-wrapper {
display: inline-block;
width: 9%;
float: left;
overflow: hidden;
}
.elegent-testimonial-area .testimonail-description .image-wrapper img {
width: 75px;
height: 75px;
border-radius: 50%;
}
.elegent-testimonial-area .owl-theme .owl-controls .owl-buttons div {
background: transparent;
}
.google-map .fw-col-xs-12 {
padding: 0;
}
.mailpoet_form.mailpoet_form_widget .mailpoet_paragraph {
display: block;
margin: 0 auto;
width: 60%;
}
.mailpoet_form.mailpoet_form_widget .mailpoet_text, .mailpoet_form.mailpoet_form_widget .mailpoet_textarea {
width: 100% !important;
padding: 20px;
background: transparent;
border: 1px solid #777;
border-radius: 50px;
outline: 0;
color: #fff;
}
.mailpoet_form.mailpoet_form_widget .mailpoet_form {
position: relative;
}
.mailpoet_paragraph input[type="submit"] {
background: #333;
color: #fff;
border: transparent;
font-weight: bold;
font-size: 14px;
text-transform: uppercase;
padding: 20px 40px;
border-radius: 50px;
position: absolute;
top: 3px;
right: 231px;
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.mailpoet_paragraph input[type="submit"]:hover {
background: #ff4636;
color: #fff;
}
.mailpoet-newsletter h4 {
display: none;
}
.services-one-area .single-services i {
font-size: 35px;
margin-bottom: 15px;
}
.services-one-area .single-services h4 {
text-transform: uppercase;
letter-spacing: 0.07em;
margin: 0;
font-weight: 400;
}
.fw-action-content {
float: left;
width: 70%;
}
.fw-action-content h2 {
color: #fff;
margin-top: 20px;
margin-bottom: 10px;
font-weight: 400;
}
.fw-action-btn {
float: left;
width: 30%;
text-align: right;
margin-top: 8px;
}
.fw-action-btn a:hover {
box-shadow: 0 0 20px 2px #777;
}
.single-grid-item {
margin-top: 30px;
}
.vbox-close {
right: 17px;
}
.logged-in.admin-bar .vbox-close {
top: 32px;
}
.seline-404-banner h2 {
color: #fff;
font-size: 90px;
font-weight: 700;
text-transform: uppercase;
}
.seline-404-banner h3 {
color: #fff;
font-size: 18px;
text-transform: uppercase;
letter-spacing: 0.1em;
margin-bottom: 60px;
}
.field-text label,
.field-textarea label {
margin-bottom: 0;
font-weight: 300;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 0.1em;
color: #777;
}
.field-text input,
.field-textarea textarea {
border: transparent;
border-bottom: 1px solid #ddd;
border-radius: 0;
outline: 0;
color: #444;
font-size: 12px;
letter-spacing: 0.1em;
background: transparent;
}
.field-textarea textarea {
padding: 3px;
margin-top: 10px;
}
.fw-contact-form input[type="submit"] {
color: #fff;
font-size: 14px;
margin-top: 15px;
padding: 15px 35px;
background: #ff4636;
letter-spacing: 0.1em;
text-transform: uppercase;
line-height: 1.7;
border: transparent;
outline: 0;
border-radius: 50px;
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.fw-contact-form input[type="submit"]:hover {
box-shadow: 0 12px 40px 1px rgba( 0, 0, 0, .07 );
}
.form-builder-item .header h2 {
color: #ff4636;
font-size: 14px;
letter-spacing: 0.1em;
font-weight: normal;
margin: 0;
}
.form-builder-item .header p {
color: #333;
font-size: 35px;
text-transform: capitalize;
line-height: 70px;
}
.mini-cart {
margin-left: 44px;
}
.seline-header-two .mini-cart {
position: absolute;
margin-left: 0;
right: 70px;
}
.mini-cart li {
float: left;
padding: 28px 5px;
}
.seline-header-two .mini-cart li {
float: left;
padding: 30px 8px;
}
.mini-cart li a {
color: #333;
position: relative;
}
.minimal-header .mini-cart li a,
.transparent-menu .mini-cart li a {
color: #fff;
}
.transparent-menu .fixed .mini-cart li a {
color: #333;
}
.search-wrapper .input-holder {
width: 40px;
height: 27px;
}
.search-wrapper.active .input-holder {
height: 60px;
background: transparent;
border: 1px solid #f5f5f5;
box-shadow: 0 0 40px 1px #f5f5f5;
}
.search-wrapper .input-holder .search-icon {
width: 25px;
height: 25px;
}
.seline-effect {
width: 100%;
overflow: hidden;
}
.seline-effect .background-overlay {
z-index: 1;
}
.seline-effect .seline-homepage-banner {
position: relative;
z-index: 1;
}
.seline-effect div {
box-sizing: border-box;
}
.above-fold {
position: relative;
height: 100vh;
overflow: hidden;
width: 100%;
}
.hero-section { 
z-index: -1;
}
.hero-section img {
position: absolute;
margin: auto;
width: 150%;
top: -25%; 
right: -25%; 
bottom: -25%; 
left: -25%;
max-width: none;
}
.seline-portfolio-default {
margin: 0;
}
.seline-portfolio-default figcaption {
padding: 15px;
background: #fff;
box-shadow: 0 0 40px 1px #f5f5f5;
}
.seline-portfolio-default h4 {
text-transform: uppercase;
letter-spacing: 0.07em;
margin: 10px 0;
font-weight: 400;
}
.seline-portfolio-default h4 a {
color: #333;
}
.seline-portfolio-default p {
font-size: 15px;
letter-spacing: 0.07em;
margin-bottom: 0;
}
.widget_seline_about_us img {
margin-bottom: 20px;
}
.transparent-menu .fixed .search-wrapper .input-holder .search-icon span:before {
background: #333;
}
.transparent-menu .fixed .search-wrapper .input-holder .search-icon span:after {
border: 2px solid #333;
}
.transparent-menu .fixed .search-wrapper.active .input-holder {
border: 1px solid #777;
}
.transparent-menu .search-wrapper .close:before,
.transparent-menu .search-wrapper .close:after {
background: #777;
}
.fw-accordion .fw-accordion-title {
background: transparent;
text-transform: uppercase;
}
.fw-accordion .fw-accordion-title.ui-state-active {
color: #ff4636;
}
.single-post.sticky h4 a {
color: #ff4636;
}
.entry-title {
margin: 0;
font-weight: 400;
}
.main-content {
padding: 0 30px;
}
.single-widget.widget_seline_recent_posts h5 {
margin-top: 10px;
}
.single-widget.widget_seline_recent_posts p {
margin-bottom: 0;
}
.single-widget.widget_seline_recent_posts {
padding-bottom: 10px;
} .woocommerce-products-header h4 {
margin-top: 0;
font-weight: 700;
font-size: 22px;
}
.woocommerce-result-count {
font-family: "Roboto Condensed", sans-serif;
text-transform: uppercase;
}
.woocommerce .woocommerce-ordering select {
font-family: "Roboto Condensed", sans-serif;
padding: 8px;
}
.woo-products {
overflow: hidden;
clear: both;
padding-top: 30px;
}
.woocommerce-products-header {
float: left;
}
.woocommerce .woocommerce-result-count {
margin: 0px 20px 1em;
}
.woocommerce span.woo-onsale {
min-height: auto;
min-width: auto;
padding: 8px 20px;
line-height: 1;
top: 0;
right: 15px;
margin: 0;
border-radius: 0;
background-color: #ff4636;
font-size: .857em;
text-transform: uppercase;
letter-spacing: 0.1em;
font-family: "Roboto Condensed", sans-serif;
position: absolute;
color: #fff;
z-index: 1;
}
.single-product.woocommerce span.woo-onsale {
left: 0;
max-width: 80px;
}
.woo-products .woo-product-wrapper {
border: 1px solid #f5f5f5;
margin-bottom: 30px;
}
.woo-product-desc {
padding: 10px;
}
.woo-product-desc h4 {
font-size: 16px;
letter-spacing: 0.07em;
font-weight: 700;
}
.woo-product-desc h4 a {
color: #333;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
color: #333;
font-size: 16px;
font-family: "Roboto Condensed", sans-serif;
display: block;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
color: #fff;
text-align: center;
font-weight: 300;
font-family: "Roboto Condensed", sans-serif;
border-radius: 0;
text-transform: uppercase;
margin-top: 5px;
font-size: 13px;
padding: 10px 20px;
letter-spacing: 0.07em;
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
background-color: #ff4636;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
background-color: #ff1c09;
border-radius: 10px;
}
.woocommerce a.added_to_cart,
.woocommerce a.added_to_cart:hover {
position: absolute;
right: 15px;
top: 50%;
color: #fff;
background: #ff4636;
text-align: center;
font-weight: 300;
font-family: "Roboto Condensed", sans-serif;
border-radius: 0;
text-transform: uppercase;
margin-top: 5px;
font-size: 13px;
padding: 5px 20px;
letter-spacing: 0.07em;
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
background-color: #ff4636;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: #b73428;
}
.price_label {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 0.07em;
font-family: "Roboto Condensed", sans-serif;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
padding-bottom: 0;
letter-spacing: 0.07em;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
width: 50px;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
padding: 8px 0;
}
.woocommerce div.product div.summary {
margin-top: 0;
}
.woocommerce div.product div.summary .product_title {
letter-spacing: 0.03em;
}
.woocommerce div.product .woocommerce-product-rating {
margin-bottom: 10px;
}
.woocommerce-product-details__short-description p {
line-height: 2em;
letter-spacing: 0.07em;
color: #463f3a;
font-size: 15px;
margin-top: 10px;
}
.woocommerce div.product form.cart div.quantity {
float: none;
margin-bottom: 5px;
}
.woocommerce .single_add_to_cart_button.button.alt,
.woocommerce .single_add_to_cart_button.button.alt:hover {
padding: 10px 20px;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
background-color: #ff4636;
}
.product_meta .posted_in {
text-transform: uppercase;
letter-spacing: 0.03em;
font-weight: 700;
}
.wc-tab h2,
.related.products h2,
.cart_totals h2,
.cross-sells h2,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
#order_review_heading {
color: #463f3a;
font-weight: 700;
font-size: 22px;
margin-bottom: 10px;
margin-top: 0;
text-transform: uppercase;
}
.wc-tab {
box-shadow: none;
}
.wc-tab p {
line-height: 2em;
letter-spacing: 0.07em;
color: #463f3a;
font-size: 15px;
margin-top: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border-radius: 0;
margin: 0 -2px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
left: -5px;
border-bottom-right-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
right: -5px;
border-bottom-left-radius: 0;
}
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
padding-top: 60px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
width: 80px;
height: 80px;
border-radius: 50%;
border: 1px solid #f5f5f5;
padding: 5px;
background: #fff;
box-shadow: 0px 0px 5px 1px #f5f5f5;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
margin: 0 0 0 90px;
border: 1px solid #f5f5f5;
border-radius: 0;
}
.comment-text .description {
margin-top: 0;
}
.single-product.woocommerce .related.products span.woo-onsale {
left: 16px;
}
.single-product .woo-products,
.woocommerce-cart .woo-products {
padding-top: 10px;
}
.woocommerce-Reviews #review_form {
margin-top: 30px;
}
.woocommerce-Reviews .comment-reply-title {
color: #ff4636;
font-size: 14px;
letter-spacing: 0.1em;
font-weight: normal;  
text-transform: uppercase;
}
.woocommerce-Reviews input[type="text"],
.woocommerce-Reviews input[type="email"],
.woocommerce-Reviews input[type="url"],
.woocommerce-Reviews input[type="password"],
.woocommerce-Reviews input[type="search"],
.woocommerce-Reviews input[type="tel"],
.woocommerce-Reviews input[type="number"],
.woocommerce-Reviews textarea {
background: #fff;
border: transparent;
border-radius: 0;
color: #444;
font-size: 12px;
letter-spacing: 0.1em;
padding: 0;
width: 100%;
border-bottom: 1px solid #f5f5f5;
margin-bottom: 10px;
}
.woocommerce-Reviews label {
margin-bottom: 0;
font-weight: 300;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 0.1em;
color: #333;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
width: 200px;
padding: 10px;
border: 1px solid #f5f5f5;
}
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover {
margin-top: 0;
padding: 13px 10px;
border-radius: 0;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
padding: 13px 10px;
}
.woocommerce a.remove {
color: #ff4636 !important;
}
.woocommerce a.remove:hover {
background: #ff4636;
}
#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
text-transform: uppercase;
letter-spacing: 0.03em;
border-bottom: 0;
}
.woocommerce table.shop_table {
border-radius: 0;
border-right: 0;
font-family: "Roboto Condensed", sans-serif;
}
.woocommerce table.shop_table select,
.woocommerce table.shop_table input[type="text"],
.woocommerce table.shop_table input[type="text"]::placeholder {
font-family: "Roboto Condensed", sans-serif;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
margin-top: 50px;
}
.cart-collaterals .woo-product-desc h4 {
margin: 0;
font-size: 15px;
}
.woocommerce .cart_totals table.shop_table {
border-right: 1px solid #ebe9eb;
padding: 10px;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
border-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td {
border-top: transparent;
border-bottom: transparent;
}
#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
padding: 10px;
border: 1px solid #f5f5f5;
}
.woocommerce-cart .woocommerce form .form-row input.input-text {
border: 1px solid #f5f5f5;
background: #fff;
padding: 10px;
}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button.alt,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button.alt:hover {
padding: 15px;
border-radius: 0;
font-size: 15px;
}
.woocommerce-checkout .woocommerce .checkout_coupon p {
float: left;
}
.woocommerce-checkout .woocommerce .checkout_coupon input.button {
padding: 13px 20px;
border-radius: 0;
margin-top: -1px;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login, .woocommerce form.register {
border-radius: 0;
}
.select2-container--default .select2-selection--single {
border-radius: 0px;
padding-top: 6px;
height: 40px;
}
#ship-to-different-address {
margin-top: 30px;
margin-left: 20px;
}
.woocommerce-order-details h2,
.woocommerce-customer-details h2,
.woocommerce-column__title,
.woocommerce-order .woocommerce-thankyou-order-received,
.woocommerce-account h1,
.woocommerce-account h2 {
color: #463f3a;
font-weight: 700;
font-size: 22px;
text-transform: uppercase;
}
.woocommerce-order .woocommerce-thankyou-order-received {
margin-bottom: 15px;
}
.woocommerce-MyAccount-navigation ul {
list-style: none;
margin-left: 0;
}
.woocommerce-MyAccount-navigation ul li {
padding: 5px 0;
}
.woocommerce-MyAccount-navigation ul li a {
text-transform: uppercase;
font-weight: 700;
font-family: "Roboto Condensed", sans-serif;
color: #333;
letter-spacing: 0.07em;
}
.woocommerce-Address-title.title {
font-size: 16px;
}
.woocommerce-account .addresses .title h3 {
color: #333;
}
.woocommerce-account .addresses .title .edit {
margin-top: 18px;
}
.woocommerce-account .entry-header {
display: none;
}
.woocommerce form.login,
.woocommerce form.register {
width: 40%;
margin: 0 auto;
padding: 50px;
border: 1px solid #f5f5f5;
box-shadow: 0 0 40px 1px #f5f5f5;
}
.woocommerce-account .woocommerce h2 {
text-align: center;
}
.woocommerce form.login .woocommerce-form__label.woocommerce-form__label-for-checkbox {
display: block;
margin-top: 15px;
text-transform: uppercase;
letter-spacing: 0.07em;
cursor: pointer;
}
.woocommerce form.login label,
.woocommerce form.lost_reset_password label {
text-transform: uppercase;
letter-spacing: 0.1em;
color: #777;
font-size: 12px;
margin-bottom: 0;
}
.woocommerce form.login .form-row input.input-text,
.woocommerce form.lost_reset_password .form-row input.input-text {
border: transparent;
border-bottom: 1px solid #f5f5f5;
background: #fff;
margin-bottom: 10px;
padding: 5px 0;
}
.product-counter {
background: #ff4636;
padding: 0;
width: 20px;
height: 20px;
border-radius: 50%;
display: block;
position: absolute;
text-align: center;
font-size: 12px;
top: -10px;
left: 10px;
color: #fff;
font-family: "Roboto Condensed", sans-serif;
}
.single-portfolio .entry-content h4 {
letter-spacing: .07em;
font-weight: 300;
}
.single-portfolio p {
line-height: 2em;
letter-spacing: 0.12em;
font-size: 15px;
}
.about-project .project-heading {
text-transform: uppercase;
color: #ff4636;
font-size: 13px;
}
.project-details {
overflow: hidden;
margin-top: 40px;
}
.project-details .single-details h4 {
margin-bottom: 10px;
}
.project-details .single-details {
margin-bottom: 30px;
}
.woocommerce div.product form.cart .variations label {
font-weight: 700;
color: #333;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 0.07em;
margin-top: 10px;
}
.woocommerce div.product form.cart .variations select {
max-width: 100%;
min-width: 75%;
display: inline-block;
margin-right: 1em;
padding: 10px;
text-transform: uppercase;
font-size: 12px;
}
.woocommerce div.product form.cart .variations {
margin-bottom: 0;
}
.woocommerce .single_variation_wrap .woocommerce-variation-add-to-cart-disabled .button.alt,
.woocommerce .single_variation_wrap .woocommerce-variation-add-to-cart-disabled .button.alt:hover {
background: #ff4636;
}
.top {
position: fixed;
bottom: 20px;
right: 50px;
background: #333;
padding: 5px;
display: none;
z-index: 99;
border-radius: 50%;
width: 40px;
height: 40px;
text-align: center;
}
.top,
.top:hover,
.top:active,
.top:focus {
color: #FFFFFF;
}
.footer-simple {
padding: 20px 0;
background: #FFF;
font-family: "Roboto Condensed", sans-serif;
}
.footer-social ul li a,
.footer-email p {
text-transform: uppercase;
letter-spacing: 0.2em;
margin-right: 40px;
font-size: 12px;
padding-bottom: 5px;
}
.footer-social ul li a {
border-bottom: 1px solid #f5f5f5;
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.single-photography p,
.single-portfolio p {
font-size: 16px;
letter-spacing: 0.07em;
line-height: 2;
}
.seline-photography-slider.demo-1 {
height: 80vh;
position: relative;
width: 100%;
}
.seline-photography-slider .deco {
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.demo-1 .sl-slide blockquote {
border-left: transparent;
}
.demo-1 .sl-slide blockquote p {
font-size: 16px;
line-height: 2;
}
.form-display-message {
margin-bottom: 20px;
margin-top: 20px;
text-transform: uppercase;
letter-spacing: 0.07em;
}
.form-display-message ul {
list-style: none;
margin-left: 0;
}@media (max-width: 1200px) {
.search-wrapper.active {
right: -150px;
}
.meet-our-team-two .author-content .social-profile {
right: 22px; 
}
.elegent-box {
padding-top: 80px !important;
padding-bottom: 80px !important;
}
.elegent-box h2 {
font-size: 40px !important;
}
.about-us-one {
padding: 30px 10px 0px !important;
}
.testimonial-area.meet-our-team-two .single-testimonial .image-wrapper {
width: 49%;
margin-right: 1%;
}
.meet-our-team-two .author-content {
width: 48%;
padding: 0% 0% 55px 0%;
}
.author-content p {
margin: 0;
}
.latest-blog-area .single-blog .single-blog-description h3 {
font-size: 19px;
}
.mailpoet_paragraph input[type="submit"] {
right: 191px;
}
.pricing-table-area .pricing-table .single-table .table-price h3 .duration {
left: -20px;
}
.elegent-testimonial-area .testimonail-description {
margin-left: 200px;
}
.elegent-testimonial-area .testimonail-description p {
width: 86%;
}
.elegent-testimonial-area .testimonail-description .image-wrapper {
width: 13%;
}
.elegent-testimonial-area .testimonail-description .image-wrapper img {
width: 85px;
height: 85px;
}
.seline-homepage-two-area .seline-homepage-banner h3 {
width: 80%;
}
}
@media (max-width: 992px) {
.search-wrapper.active .input-holder {
width: 500px;
}
.elegent-box {
padding-top: 75px !important;
padding-bottom: 75px !important;
}
.elegent-box h2 {
font-size: 25px !important;
}
.about-us-one {
padding: 10px 0px 0px !important;
margin-top: 0 !important;
}
.about-us-one .single-about-des h3 {
font-size: 15px;
letter-spacing: 0.01em;
}
.about-us-one .single-about-des p {
letter-spacing: 0.03em;
font-size: 14px;
line-height: 1.8em;
}
.services-one-area .single-services {
padding: 8px !important;
}
.services-one-area .single-services i {
display: inline;
font-size: 25px;
margin-bottom: 0;
margin-right: 10px;
}
.services-one-area .single-services h4 {
display: inline;
font-size: 16px;
}
.meet-our-team-two .author-content .social-profile {
right: auto; 
}
.testimonial-area.meet-our-team-two .single-testimonial .image-wrapper {
width: 100%;
}
.meet-our-team-two .author-content {
width: 100%;
padding-bottom: 50px;
}
.author-content h3 {
margin-top: 10px;
}
.latest-blog-area .latest-blog .latest-blog-content .single-blog {
margin-bottom: 30px;
}
.mailpoet_paragraph input[type="submit"] {
right: 147px;
}
.pricing-table-area .pricing-table .single-table .table-price h3 .duration {
left: -30px;
font-size: 10px;
padding: 5px 20px;
}
.pricing-table-area .pricing-table .single-table .table-title h2 {
font-size: 15px;
}
.pricing-table-area .pricing-table .single-table .price-des ul li {
padding: 10px 0;
font-size: 13px;
line-height: 1.7em;
}
.elegent-testimonial-area h3 {
margin-left: 50px;
}
.elegent-testimonial-area .testimonail-description {
margin-left: 70px;
}
.elegent-testimonial-area .testimonail-description .image-wrapper {
margin-top: 20px;
}
.seline-homepage-three-area h2,
.seline-homepage-six-area h2 {
letter-spacing: 0.3em;
}
.seline-homepage-three-area h3,
.seline-homepage-six-area h3 {
letter-spacing: .10em;
font-size: 15px;
}
.seline-homepage-two-area .seline-homepage-banner h3 {
width: 95%;
}
}
@media (max-width: 783px) {
.logged-in.admin-bar .seline-initial-menu .seline-navbar.fixed,
.logged-in.admin-bar .seline-header-two .seline-navbar.fixed {
top: 46px;
}
}
@media (max-width: 767px) {
.menu-item-has-children:before {
position: absolute;
top: 9px;
right: 35px;
content: '\f105';
font-family: FontAwesome;
}
.menu-item-has-children.open:before,
.seline-initial-menu .navbar-nav li ul.seline-dropdown-menu li.menu-item-has-children.open:before,
.seline-header-two #primary-menu .seline-dropdown-menu li.menu-item-has-children.open:before {
position: absolute;
top: 9px;
right: 35px;
content: '\f107';
font-family: FontAwesome;
}
.seline-initial-menu .navbar-nav li .seline-dropdown-menu > li.dropdown.open > .seline-dropdown-menu,
.seline-header-two #primary-menu li .seline-dropdown-menu > li.dropdown.open > .seline-dropdown-menu {
display: block !important;
margin-left: 0;
top: 0;
left: 0;
box-shadow: none;
}
.seline-initial-menu .navbar-nav li:last-child ul.seline-dropdown-menu {
left: 0; 
}
.navbar-logo-fixed {
margin-top: 0;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
background: #fff;
position: relative;
z-index: 2;
}
.navbar-nav {
margin: 0;
padding: 20px;
position: relative;
z-index: 2;
}
.seline-initial-menu.transparent-menu .navbar-nav li a {
color: #333;
}
.mini-cart {
display: none;
}
.navbar-default .navbar-toggle {
padding-right: 0;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
.seline-initial-menu .navbar-default .navbar-toggle .icon-bar,
.seline-header-two .navbar-default .navbar-toggle .icon-bar {
background-color: #ff4636;
}
.seline-header-two #primary-menu .seline-dropdown-menu {
padding: 0;
}
.header-area .seline-navbar, .seline-initial-menu .seline-navbar {
height: auto;
}
.seline-header-two .navbar-default {
border-bottom: 1px solid #f5f5f5;
}
.navbar-default.fixed .navbar-toggle .icon-bar {
background-color: #333;
}
.header-area .navbar-nav li ul.seline-dropdown-menu,
.seline-initial-menu .navbar-nav li ul.seline-dropdown-menu {
padding: 0;
}
.seline-header-three .navbar-nav {
display: block;
}
.seline-header-two .navbar-brand {
float: left;
}
.seline-header-two .navbar-header {
margin: 0 0 0 15px;
text-align: left;
}
.seline-header-two .seline-navbar.fixed .navbar-header {
margin: 0 0 0 15px;
float: none;
}
.seline-header-two .seline-navbar.fixed .navbar-collapse.collapse {
float: none;
}
.seline-header-two #primary-menu,
.seline-header-two #primary-menu > li {
display: block;
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
-ms-transition: all 320ms ease;
-o-transition: all 320ms ease;
transition: all 320ms ease;
}
.seline-header-two #primary-menu li > a,
.seline-header-two .seline-navbar.fixed #primary-menu > li > a,
.header-area .navbar-nav li a,
.seline-initial-menu .navbar-nav li a {
padding: 10px 20px;
text-align: center;
}
.seline-header-two #primary-menu .seline-dropdown-menu {
position: relative;
width: 100%;
background: transparent;
text-align: center;
left: 15px;
}
.header-area .navbar-nav li ul.seline-dropdown-menu,
.seline-initial-menu .navbar-nav li ul.seline-dropdown-menu {
position: relative;
width: 100%;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
background-color: transparent;
border: transparent;
}
.seline-header-two #primary-menu > li.dropdown ul li,
.seline-initial-menu #primary-menu > li.dropdown ul li {
display: none;
}
.seline-header-two #primary-menu > li.dropdown.open ul li,
.seline-initial-menu #primary-menu > li.dropdown.open ul li {
display: block;
}
.seline-header-two #primary-menu .seline-dropdown-menu li a {
color: #333;
}
.header-area .navbar-nav li ul.seline-dropdown-menu,
.seline-initial-menu .navbar-nav li ul.seline-dropdown-menu {
left: 0;
}
.seline-navbar-two-container {
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
min-height: 0;
}
.seline-homepage-two-area .header-btn a:first-child,
.seline-homepage-three-area .header-btn a:first-child,
.seline-homepage-six-area .header-btn a:first-child {
margin-right: 5px;
}
.header-btn a:first-child,
.header-btn a:last-child {
padding: 15px 25px;
letter-spacing: 0.1em;
}
.seline-homepage-three-area h2,
.seline-homepage-six-area h2 {
font-size: 26px;
}
.seline-homepage-three-area .seline-homepage-banner h3,
.seline-homepage-six-area .seline-homepage-banner h3 {
letter-spacing: .05em;
font-size: 14px;
line-height: 3em;
}
.seline-homepage-three-area .banner-container,
.seline-homepage-six-area .banner-container {
width: 80%;
}
.elegent-box-area {
transform: rotate(0) translateY(-100px);
}
.elegent-box h2 {
font-size: 40px !important;
}
.about-us-one .single-about-des p {
letter-spacing: 0.12em;
font-size: 16px;
line-height: 2em;
}
.single-about-des {
margin-bottom: 40px;
}
.testimonial-area.meet-our-team-two .single-testimonial .image-wrapper {
width: 49%;
margin-right: 0%;
float: left;
}
.meet-our-team-two .author-content {
width: 48%;
padding: 0% 0% 0 0%;
float: left;
}
.author-content p {
font-size: 16px;
margin: 10px 0;
}
.services-one-area {
margin-top: 15px;
}
.portfolio-area .portfolio-nav ul li {
padding: 18px 15px;
letter-spacing: 0.05em;
}
#mailpoet_form_1 .mailpoet_paragraph {
width: 100%;
}
.mailpoet_paragraph input[type="submit"] {
right: 3px;
}
.pricing-table-area .pricing-table .single-table .table-price h3 .duration {
left: 0;
font-size: 12px;
padding: 10px 20px;
letter-spacing: 0.1em;
}
.pricing-table-area .pricing-table .single-table .price-des ul li {
padding: 15px 0;
font-size: 15px;
line-height: 1.7em;
}
.pricing-table-area .pricing-table .single-table .table-title h2 {
font-size: 22px;
}
.elegent-testimonial-area .testimonail-description p {
width: 100%;
float: none;
}
.elegent-testimonial-area .testimonail-description .image-wrapper {
margin-top: 10px;
width: 85px;
margin: 0 auto;
float: none;
display: block;
}
.sponsors img {
float: left;
margin: 0 2px;
max-width: 100%;
}
.seline-homepage-two-area .seline-homepage-banner h3 {
width: 85%;
font-size: 16px;
letter-spacing: 0.1em;
}
.header-search-form .search-field {
width: 70%;
}
}
@media (max-width: 680px) {
.testimonial-area.meet-our-team-two .single-author {
text-align: center;
}
.testimonial-area.meet-our-team-two .single-testimonial .image-wrapper {
width: 100%;
}
.meet-our-team-two .author-content {
width: 100%;
padding-bottom: 50px;
}
.meet-our-team-two .author-content .social-profile {
bottom: 0;
right: 0;
left: 0;
}
.portfolio-area .portfolio-nav ul li {
padding: 18px 25px;
letter-spacing: 0.09em;
font-size: 16px;
}
}
@media (max-width: 600px) {
#wpadminbar {
margin-top: -46px;
}
.logged-in.admin-bar .seline-initial-menu .seline-navbar.fixed,
.logged-in.admin-bar .seline-header-two .seline-navbar.fixed {
top: 0;
}
.seline-initial-menu {
min-height: 40px;
}
.seline-homepage-one-area h2 {
font-size: 25px;
}
.seline-homepage-banner h3 {
font-size: 15px;
}
.fw-action-content {
float: none;
width: 100%;
text-align: center;
margin-bottom: 35px;
}
.fw-action-btn {
float: none;
width: 100%;
text-align: center;
margin-top: 0;
}
.seline-homepage-three-area .header-btn a:first-child,
.seline-homepage-three-area .header-btn a:last-child,
.seline-homepage-six-area .header-btn a:first-child,
.seline-homepage-six-area .header-btn a:last-child {
display: block;
width: 50%;
margin: 10px auto;
}
.seline-homepage-three-area .header-btn, .seline-homepage-four-area .header-btn,
.seline-homepage-six-area .header-btn, .seline-homepage-four-area .header-btn {
margin-top: 20px;
}
.seline-homepage-two-area .seline-homepage-banner h2 {
font-size: 25px;
}
.seline-homepage-two-area .seline-homepage-banner h3 {
width: 90%;
font-size: 14px;
letter-spacing: 0.06em;
}
.seline-homepage-seven-area .seline-homepage-banner h2,
.seline-homepage-eight-area .seline-homepage-banner h2,
.seline-homepage-nine-area .seline-homepage-banner h2 {
font-size: 38px;
line-height: 30px;
}
.above-fold,
.seline-homepage-one-area .seline-homepage-banner {
height: 80vh;
}
}
@media (max-width: 480px) {
.seline-homepage-one-area h2 {
font-size: 22px;
}
.seline-homepage-banner h3 {
font-size: 14px;
}
.seline-homepage-three-area .banner-container,
.seline-homepage-six-area .banner-container {
width: 85%;
padding: 50px 0 50px;
}
.seline-homepage-three-area .header-btn a:first-child,
.seline-homepage-three-area .header-btn a:last-child,
.seline-homepage-six-area .header-btn a:first-child,
.seline-homepage-six-area .header-btn a:last-child {
width: 60%;
}
.seline-homepage-three-area h2,
.seline-homepage-six-area h2 {
font-size: 24px;
letter-spacing: 0.2em;
}
.seline-homepage-two-area .seline-homepage-banner h2 {
font-size: 20px;
}
.seline-homepage-two-area .header-btn a:first-child,
.seline-homepage-three-area .header-btn a:first-child ,
.seline-homepage-six-area .header-btn a:first-child {
margin: 0 auto;
}
.video-player-btn a {
top: 52%;
}
.header-btn a:first-child,
.header-btn a:last-child {
display: block;
width: 60%;
margin: 10px auto;
}
.meet-our-team-two .author-content p {
font-size: 15px;
}
.elegent-box h2 {
font-size: 30px !important;
}
.elegent-testimonial-area h3 {
margin-left: 40px;
font-size: 40px;
padding: 0 50px;
}
.fw-action-content h2 {
font-size: 25px;
}
.seline-homepage-seven-area .seline-homepage-banner h2,
.seline-homepage-eight-area .seline-homepage-banner h2,
.seline-homepage-nine-area .seline-homepage-banner h2 {
font-size: 28px;
line-height: 20px;
}
.seline-homepage-nine-area .seline-homepage-banner h2 {
margin-bottom: 15px;
margin-top: -30px;
}
.seline-homepage-four-area .header-btn a:last-child,
.video-player-banner .header-btn a,
.seline-homepage-seven-area .header-btn a,
.seline-homepage-eight-area .header-btn a {
width: 200px;
text-align: center;
margin: 0;
}
.seline-homepage-nine-area .header-btn {
margin-top: 10px;
}
.seline-homepage-nine-area .header-btn a {
width: 200px;
text-align: center;
margin-bottom: 10px;
}
.above-fold,
.seline-homepage-one-area .seline-homepage-banner {
height: 70vh;
}
}
@media (max-width: 380px) {
.elegent-box {
padding-left: 50px !important;
padding-right: 50px !important;
}
.elegent-box h2 {
font-size: 25px !important;
}
.above-fold,
.seline-homepage-one-area .seline-homepage-banner {
height: 55vh;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
.header-area .navbar-nav li ul.seline-dropdown-menu li a {
font-size: 13px
}
.header-area .navbar-nav li a {
margin: 0 3px
}
.header-area .navbar-nav li:last-child .seline-dropdown-menu {
left: -30px
}
.header-area .navbar-nav li .megamenu {
left: -465%;
width: 1080%
}
.header-area .navbar-nav li .megamenu ul li a {
font-size: 13px
}
.header-area .comming-soon-form .seline-text-input {
width: 30%
}
.about-us-area .about-us .about-us-content .single-about-des {
margin-top: 20px
}
.latest-blog-area .latest-blog .latest-blog-content .single-blog .single-blog-description .heading3 {
font-size: 22px
}
.our-skills-area .our-skills .our-skills-content .skills-description .heading3 {
font-size: 20px
}
.our-skills-area .our-skills .our-skills-content .skills-description .description {
font-size: 15px;
line-height: 1.5em
}
.our-skills-area .our-skills .our-skills-content .seline-progress-bars {
margin-top: 30px
}
} @media (min-width: 768px) and (max-width: 991px) {
.header-area {
height: 60vh;
}
.header-area .navbar-nav li ul.seline-dropdown-menu {
top: 90px;
width: 220px
}
.header-area .navbar-nav li ul.seline-dropdown-menu li a {
font-size: 13px
}
.header-area .navbar-nav li a {
padding: 35px 2px;
margin: 0 3px;
font-size: 14px;
}
.header-area .navbar-nav li:last-child .seline-dropdown-menu {
left: -55px
}
.header-area .navbar-nav li .megamenu {
left: -412%;
width: 1085%;
top: 90px
}
.header-area .navbar-nav li .megamenu ul li a {
font-size: 13px
}
.header-area .seline-carousel .carousel-inner .item {
height: 100vh
}
.header-area .comming-soon-form .seline-text-input {
width: 35%
}
.about-us-area .about-us .about-us-content .single-about-des {
margin-top: 4px;
padding: 12px
}
.about-us-area .about-us .about-us-content .single-about-des .heading3 {
font-size: 18px
}
.about-us-area .about-us .about-us-content .single-about-des h4 {
font-size: 18px;
margin-bottom: -5px
}
.about-us-area .about-us .about-us-content .single-about-des .description {
font-size: 13px
}
.latest-blog-area .latest-blog .latest-blog-content .single-blog .single-blog-description .heading3 {
font-size: 22px
}
.works-history-area .works-history .single-history {
margin-top: 4px;
margin-bottom: 4px
}
.works-history-area .works-history .single-history i {
font-size: 40px;
margin-bottom: 15px
}
.works-history-area .works-history .single-history .heading3 {
font-size: 22px
}
.works-history-area .works-history .single-history .count {
font-size: 20px
}
.our-skills-area .our-skills .our-skills-content .skills-description .heading3 {
font-size: 20px
}
.our-skills-area .our-skills .our-skills-content .skills-description .description {
font-size: 15px;
line-height: 1.5em
}
.our-skills-area .our-skills .our-skills-content .skills-description .description:last-child {
display: none
}
.our-skills-area .our-skills .our-skills-content .seline-progress-bars {
margin-top: 7px
}
.subscribe-area .subscribe form .seline-text-input {
width: 40%
}
.blog-page-area .blog-page .blog-page-posts .single-post h2 a {
font-size: 24px
}
.blog-page-area .blog-page .blog-page-widget .single-widget.search-area .seline-text-input {
width: 88%
}
.footer-area .footer .single-footer {
overflow: hidden;
margin-bottom: 50px
}
.footer-area .footer .single-footer.flicker-image ul li a img {
width: 80px;
height: 80px
}
} @media (min-width: 481px) and (max-width: 767px) {
.header-area .seline-navbar.fixed .navbar-brand {
width: 100%;
text-align: center
}
.header-area .header-content h2 {
font-size: 30px
}
.header-area .seline-carousel .carousel-inner .item {
height: 100vh
}
.header-area .countdown {
width: 330px;
height: 200px
}
.header-area .countdown div {
font-size: 20px
}
.header-area .comming-soon-form .seline-text-input {
width: 50%
}
.primary-bg-area .primary-bg {
padding: 30px 0
}
.primary-bg-area .primary-bg .single-primary {
margin-bottom: 10px
}
.portfolio-area .portfolio .portfolio-nav {
display: none
}
.portfolio-area .portfolio .seline-border {
margin-bottom: 30px
}
.latest-blog-area .latest-blog .latest-blog-content .single-blog {
margin-bottom: 30px
}
.about-us-area .about-us .about-us-content .single-about-des {
margin-top: 0;
margin-top: 10px;
margin-bottom: 10px
}
.about-us-area .about-us .about-us-content .single-about-des .heading3 {
font-size: 21px
}
.subscribe-area .subscribe form .seline-text-input {
width: 90%;
display: block;
margin: 10px auto
}
.works-history-area .works-history .single-history {
margin-top: 4px;
margin-bottom: 4px
}
.works-history-area .works-history .single-history i {
font-size: 35px;
margin-bottom: 15px
}
.works-history-area .works-history .single-history .heading3 {
font-size: 18px
}
.works-history-area .works-history .single-history .count {
font-size: 17px
}
#map {
height: 300px
}
.blog-page-area .blog-page {
padding: 10px 0;
}
.blog-page-area .blog-page .blog-page-posts .single-post h2 a {
font-size: 24px
}
.blog-page-area .blog-page .blog-page-widget {
display: none
}
.comments {
margin: 10px 0 20px;
}
.footer-area {
padding: 30px 0 15px;
}
.footer-area .footer .single-footer {
text-align: center;
overflow: hidden;
margin-bottom: 50px
}
.footer-area .footer .single-footer .seline-border {
margin: 10px auto
}
.footer-area .footer .single-footer.flicker-image ul li {
width: 25%
}
.footer-area .footer .single-footer.flicker-image ul li a img {
width: 100%;
height: 100%
}
} @media (max-width: 480px) {
h3 {
font-size: 20px;
}
.title {
font-size: 35px;
}
.subtitle {
font-size: 30px;
}
.megamenu h4 {
color: #ff7f50;
text-align: center;
text-transform: uppercase;
}
.navbar-default .navbar-brand {
letter-spacing: 0;
}
.header-area {
height: 60vh;
}
.header-area.slider-background {
height: 100vh;
}
.header-area .seline-navbar.fixed .navbar-brand {
width: 100%;
text-align: center
}
.header-area .header-content h2 {
font-size: 25px;
letter-spacing: 0;
margin: 10px 0;
}
.header-area .seline-carousel .carousel-inner .item {
height: 100vh
}
.header-area .countdown {
width: 330px;
height: 200px
}
.header-area .countdown div {
font-size: 20px
}
.header-area .comming-soon-form .seline-text-input {
width: 50%
}
.primary-bg-area .primary-bg {
padding: 20px 0
}
.primary-bg-area .primary-bg .single-primary {
margin-bottom: 10px
}
.about-us-area .about-us .about-us-content {
margin-top: 20px;
}
.about-us-area .about-us .about-us-content .single-about-des {
margin-top: 0;
margin-top: 10px;
margin-bottom: 10px
}
.about-us-area .about-us .about-us-content .single-about-des h4 {
margin: 5px 0 10px;
}
.about-us-area .about-us .about-us-content .single-about-des .heading3 {
font-size: 18px
}
.what-we-do-area .what-we-do-content {
margin-top: 20px;
}
.portfolio-area .portfolio .portfolio-nav {
display: none
}
.portfolio-area .portfolio .seline-border {
margin-bottom: 30px
}
.latest-blog-area .latest-blog .latest-blog-content {
margin-top: 20px;
}
.latest-blog-area .latest-blog .latest-blog-content .single-blog {
margin-bottom: 30px
}
.latest-blog-area .latest-blog .latest-blog-content .single-blog .single-blog-description .heading3 {
font-size: 20px;
}
.latest-blog-area .latest-blog .latest-blog-content .single-blog .single-blog-details span {
font-size: 12px;
margin-right: 5px;
}
.subscribe-area .subscribe {
padding: 20px 0;
}
.subscribe-area .subscribe form {
margin-top: 20px;
}
.subscribe-area .subscribe form .seline-text-input {
width: 90%;
display: block;
margin: 10px auto
}
.author-area .author .author-content {
margin-top: 30px;
}
.works-history-area .works-history .single-history {
margin-top: 4px;
margin-bottom: 4px
}
.works-history-area .works-history .single-history i {
font-size: 35px;
margin-bottom: 15px
}
.works-history-area .works-history .single-history .heading3 {
font-size: 18px
}
.works-history-area .works-history .single-history .count {
font-size: 17px
}
#map {
height: 300px
}
.blog-page-area .blog-page {
padding: 10px 0;
}
.blog-page-area .blog-page .blog-page-posts .single-post h2, .blog-page-area .blog-page .blog-page-posts .single-post h3 {
margin-bottom: 0;
}
.blog-page-area .blog-page .blog-page-posts .single-post h2 a {
font-size: 20px
}
.blog-page-area .blog-page .blog-page-widget {
display: none
}
.comments {
margin: 0 0 10px;
}
.single-comments-reply {
margin-left: 25px;
margin-top: 35px;
}
.footer-area {
padding: 30px 0 10px;
}
.footer-area .footer .single-footer {
text-align: center;
overflow: hidden;
margin-bottom: 15px
}
.footer-area .footer .single-footer .seline-border {
margin: 10px auto
}
.footer-area .footer .single-footer.flicker-image ul li {
width: 25%
}
.footer-area .footer .single-footer.flicker-image ul li a img {
width: 100%;
height: 100%
}
}