.da-slider {
width: 100%;
min-height: 300px;
position: relative;
z-index: 0;
margin: 0px auto;
padding-bottom: 20px;
overflow: hidden;
background: transparent;
-webkit-transition: background-position 1.4s ease-in-out 0.3s;
-moz-transition: background-position 1.4s ease-in-out 0.3s;
-o-transition: background-position 1.4s ease-in-out 0.3s;
-ms-transition: background-position 1.4s ease-in-out 0.3s;
transition: background-position 1.4s ease-in-out 0.3s;
}
.da-slide {
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
text-align: left;
}
.da-slide-current {
z-index: 1000;
}
.da-slider-fb .da-slide {
left: 100%;
}
.da-slider-fb .da-slide.da-slide-current {
left: 0px;
}
.da-slide h2,
.da-slide p,
.da-slide .da-link {
position: absolute;
opacity: 0;
left: 110%;
}
.da-slider-fb .da-slide h2,
.da-slider-fb .da-slide p,
.da-slider-fb .da-slide .da-link {
left: 10%;
opacity: 1;
}
.da-slider-fb .da-slide .da-img {
left: 65%;
opacity: 1;
}
.da-slide h2 {
color: #fff;
font-size: 36px;
margin: 0;
width: 50%;
top: 30px;
white-space: pre-wrap;
z-index: 10;
font-weight: 700;
}
.da-slide p {
width: 50%;
top: 115px;
margin: 0;
color: #ddd;
font-size: 18px;
line-height: 26px;
overflow: hidden;
font-weight: 400;
}
.da-slide .da-img {
position: absolute;
opacity: 0;
text-align: center;
width: 30%;
top: 20px;
height: 256px;
line-height: 320px;
left: 65%; }
.da-slide .da-link {
top: 230px; padding: 3px 15px;
cursor: pointer;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-border-radius: 3px;
border-radius: 3px;
border: 1px solid #222;
background: #505050;
background: -moz-linear-gradient(center top, #606060 20%, #505050 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(.2, #606060), color-stop(1, #505050));
background: -o-linear-gradient(top, #606060, #505050);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#606060', endColorstr='#505050');
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 5px rgba(0, 0, 0, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 5px rgba(0, 0, 0, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);
-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 5px rgba(0, 0, 0, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 5px rgba(0, 0, 0, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);
color: #fff;
font-size: 16px;
line-height: 30px;
text-align: center;
}
.da-slide .da-link:hover {
text-decoration: none;
}
.da-dots {
width: 100%;
position: absolute;
text-align: center;
left: 0px;
bottom: 10px;
z-index: 2000;
-moz-user-select: none;
-webkit-user-select: none;
}
.da-dots span {
display: inline-block;
position: relative;
width: 12px;
height: 12px;
border-radius: 50%;
background: rgba(0, 0, 0, .2);
margin: 3px;
cursor: pointer;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 1px rgba(255, 255, 255, 0.1);
}
.da-dots span.da-dots-current:after {
content: '';
width: 8px;
height: 8px;
position: absolute;
top: 2px;
left: 2px;
border-radius: 50%;
background: rgb(255, 255, 255);
background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
background: linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}
.da-arrows {
-moz-user-select: none;
-webkit-user-select: none;
}
.da-arrows span {
position: absolute;
top: 50%;
margin-top: -15px;
height: 30px;
width: 30px;
cursor: pointer;
z-index: 2000;
opacity: 0;
-webkit-transition: opacity 0.4s ease-in-out 0.2s;
-moz-transition: opacity 0.4s ease-in-out 0.2s;
-o-transition: opacity 0.4s ease-in-out 0.2s;
-ms-transition: opacity 0.4s ease-in-out 0.2s;
transition: opacity 0.4s ease-in-out 0.2s;
}
.da-slider:hover .da-arrows span {
opacity: 1;
}
.da-arrows span:after {
font-family: IcoMoon;
content: '\e918';
position: absolute;
left: 0;
top: 0;
width: 40px;
height: 40px;
display: block;
line-height: 40px;
font-size: 20px;
background: #636363;
background: rgba(0, 0, 0, .7);
color: #fff;
text-align: center;
}
.da-arrows span:hover:after {
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.da-arrows span:active:after {
box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
}
.da-arrows span.da-arrows-next:after {
content: '\e919';
}
.da-arrows span.da-arrows-prev {
left: 25px;
}
.da-arrows span.da-arrows-next {
right: 35px;
}
.da-slide-current h2,
.da-slide-current p,
.da-slide-current .da-link {
left: 10%;
opacity: 1;
}
.da-slide-current .da-img {
left: 65%;
opacity: 1;
}  .da-slide-fromright h2 {
-webkit-animation: fromRightAnim1 0.6s ease-in 0.8s both;
-moz-animation: fromRightAnim1 0.6s ease-in 0.8s both;
-o-animation: fromRightAnim1 0.6s ease-in 0.8s both;
-ms-animation: fromRightAnim1 0.6s ease-in 0.8s both;
animation: fromRightAnim1 0.6s ease-in 0.8s both;
}
.da-slide-fromright p {
-webkit-animation: fromRightAnim2 0.6s ease-in 0.8s both;
-moz-animation: fromRightAnim2 0.6s ease-in 0.8s both;
-o-animation: fromRightAnim2 0.6s ease-in 0.8s both;
-ms-animation: fromRightAnim2 0.6s ease-in 0.8s both;
animation: fromRightAnim2 0.6s ease-in 0.8s both;
}
.da-slide-fromright .da-link {
-webkit-animation: fromRightAnim3 0.4s ease-in 1.2s both;
-moz-animation: fromRightAnim3 0.4s ease-in 1.2s both;
-o-animation: fromRightAnim3 0.4s ease-in 1.2s both;
-ms-animation: fromRightAnim3 0.4s ease-in 1.2s both;
animation: fromRightAnim3 0.4s ease-in 1.2s both;
}
.da-slide-fromright .da-img {
-webkit-animation: fromRightAnim4 0.6s ease-in 0.8s both;
-moz-animation: fromRightAnim4 0.6s ease-in 0.8s both;
-o-animation: fromRightAnim4 0.6s ease-in 0.8s both;
-ms-animation: fromRightAnim4 0.6s ease-in 0.8s both;
animation: fromRightAnim4 0.6s ease-in 0.8s both;
}
@-webkit-keyframes fromRightAnim1 {
0% {
left: 110%;
opacity: 0;
}
100% {
left: 10%;
opacity: 1;
}
}
@-webkit-keyframes fromRightAnim2 {
0% {
left: 110%;
opacity: 0;
}
100% {
left: 10%;
opacity: 1;
}
}
@-webkit-keyframes fromRightAnim3 {
0% {
left: 110%;
opacity: 0;
}
1% {
left: 10%;
opacity: 0;
}
100% {
left: 10%;
opacity: 1;
}
}
@-webkit-keyframes fromRightAnim4 {
0% {
left: 110%;
opacity: 0;
}
100% {
left: 65%;
opacity: 1;
}
}
@-moz-keyframes fromRightAnim1 {
0% {
left: 110%;
opacity: 0;
}
100% {
left: 10%;
opacity: 1;
}
}
@-moz-keyframes fromRightAnim2 {
0% {
left: 110%;
opacity: 0;
}
100% {
left: 10%;
opacity: 1;
}
}
@-moz-keyframes fromRightAnim3 {
0% {
left: 110%;
opacity: 0;
}
1% {
left: 10%;
opacity: 0;
}
100% {
left: 10%;
opacity: 1;
}
}
@-moz-keyframes fromRightAnim4 {
0% {
left: 110%;
opacity: 0;
}
100% {
left: 65%;
opacity: 1;
}
}
@-o-keyframes fromRightAnim1 {
0% {
left: 110%;
opacity: 0;
}
100% {
left: 10%;
opacity: 1;
}
}
@-o-keyframes fromRightAnim2 {
0% {
left: 110%;
opacity: 0;
}
100% {
left: 10%;
opacity: 1;
}
}
@-o-keyframes fromRightAnim3 {
0% {
left: 110%;
opacity: 0;
}
1% {
left: 10%;
opacity: 0;
}
100% {
left: 10%;
opacity: 1;
}
}
@-o-keyframes fromRightAnim4 {
0% {
left: 110%;
opacity: 0;
}
100% {
left: 65%;
opacity: 1;
}
}
@-ms-keyframes fromRightAnim1 {
0% {
left: 110%;
opacity: 0;
}
100% {
left: 10%;
opacity: 1;
}
}
@-ms-keyframes fromRightAnim2 {
0% {
left: 110%;
opacity: 0;
}
100% {
left: 10%;
opacity: 1;
}
}
@-ms-keyframes fromRightAnim3 {
0% {
left: 110%;
opacity: 0;
}
1% {
left: 10%;
opacity: 0;
}
100% {
left: 10%;
opacity: 1;
}
}
@-ms-keyframes fromRightAnim4 {
0% {
left: 110%;
opacity: 0;
}
100% {
left: 65%;
opacity: 1;
}
}
@keyframes fromRightAnim1 {
0% {
left: 110%;
opacity: 0;
}
100% {
left: 10%;
opacity: 1;
}
}
@keyframes fromRightAnim2 {
0% {
left: 110%;
opacity: 0;
}
100% {
left: 10%;
opacity: 1;
}
}
@keyframes fromRightAnim3 {
0% {
left: 110%;
opacity: 0;
}
1% {
left: 10%;
opacity: 0;
}
100% {
left: 10%;
opacity: 1;
}
}
@keyframes fromRightAnim4 {
0% {
left: 110%;
opacity: 0;
}
100% {
left: 65%;
opacity: 1;
}
} .da-slide-fromleft h2 {
-webkit-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
-moz-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
-o-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
-ms-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
animation: fromLeftAnim1 0.6s ease-in 0.6s both;
}
.da-slide-fromleft p {
-webkit-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
-moz-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
-o-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
-ms-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
animation: fromLeftAnim2 0.6s ease-in 0.6s both;
}
.da-slide-fromleft .da-link {
-webkit-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
-moz-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
-o-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
-ms-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
animation: fromLeftAnim3 0.4s ease-in 1.2s both;
}
.da-slide-fromleft .da-img {
-webkit-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
-moz-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
-o-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
-ms-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
animation: fromLeftAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes fromLeftAnim1 {
0% {
left: -110%;
opacity: 0;
}
100% {
left: 10%;
opacity: 1;
}
}
@-webkit-keyframes fromLeftAnim2 {
0% {
left: -110%;
opacity: 0;
}
100% {
left: 10%;
opacity: 1;
}
}
@-webkit-keyframes fromLeftAnim3 {
0% {
left: -110%;
opacity: 0;
}
1% {
left: 10%;
opacity: 0;
}
100% {
left: 10%;
opacity: 1;
}
}
@-webkit-keyframes fromLeftAnim4 {
0% {
left: -110%;
opacity: 0;
}
100% {
left: 65%;
opacity: 1;
}
}
@-moz-keyframes fromLeftAnim1 {
0% {
left: -110%;
opacity: 0;
}
100% {
left: 10%;
opacity: 1;
}
}
@-moz-keyframes fromLeftAnim2 {
0% {
left: -110%;
opacity: 0;
}
100% {
left: 10%;
opacity: 1;
}
}
@-moz-keyframes fromLeftAnim3 {
0% {
left: -110%;
opacity: 0;
}
1% {
left: 10%;
opacity: 0;
}
100% {
left: 10%;
opacity: 1;
}
}
@-moz-keyframes fromLeftAnim4 {
0% {
left: -110%;
opacity: 0;
}
100% {
left: 65%;
opacity: 1;
}
}
@-o-keyframes fromLeftAnim1 {
0% {
left: -110%;
opacity: 0;
}
100% {
left: 10%;
opacity: 1;
}
}
@-o-keyframes fromLeftAnim2 {
0% {
left: -110%;
opacity: 0;
}
100% {
left: 10%;
opacity: 1;
}
}
@-o-keyframes fromLeftAnim3 {
0% {
left: -110%;
opacity: 0;
}
1% {
left: 10%;
opacity: 0;
}
100% {
left: 10%;
opacity: 1;
}
}
@-o-keyframes fromLeftAnim4 {
0% {
left: -110%;
opacity: 0;
}
100% {
left: 65%;
opacity: 1;
}
}
@-ms-keyframes fromLeftAnim1 {
0% {
left: -110%;
opacity: 0;
}
100% {
left: 10%;
opacity: 1;
}
}
@-ms-keyframes fromLeftAnim2 {
0% {
left: -110%;
opacity: 0;
}
100% {
left: 10%;
opacity: 1;
}
}
@-ms-keyframes fromLeftAnim3 {
0% {
left: -110%;
opacity: 0;
}
1% {
left: 10%;
opacity: 0;
}
100% {
left: 10%;
opacity: 1;
}
}
@-ms-keyframes fromLeftAnim4 {
0% {
left: -110%;
opacity: 0;
}
100% {
left: 65%;
opacity: 1;
}
}
@keyframes fromLeftAnim1 {
0% {
left: -110%;
opacity: 0;
}
100% {
left: 10%;
opacity: 1;
}
}
@keyframes fromLeftAnim2 {
0% {
left: -110%;
opacity: 0;
}
100% {
left: 10%;
opacity: 1;
}
}
@keyframes fromLeftAnim3 {
0% {
left: -110%;
opacity: 0;
}
1% {
left: 10%;
opacity: 0;
}
100% {
left: 10%;
opacity: 1;
}
}
@keyframes fromLeftAnim4 {
0% {
left: -110%;
opacity: 0;
}
100% {
left: 65%;
opacity: 1;
}
} .da-slide-toright h2 {
-webkit-animation: toRightAnim1 0.6s ease-in 0.6s both;
-moz-animation: toRightAnim1 0.6s ease-in 0.6s both;
-o-animation: toRightAnim1 0.6s ease-in 0.6s both;
-ms-animation: toRightAnim1 0.6s ease-in 0.6s both;
animation: toRightAnim1 0.6s ease-in 0.6s both;
}
.da-slide-toright p {
-webkit-animation: toRightAnim2 0.6s ease-in 0.3s both;
-moz-animation: toRightAnim2 0.6s ease-in 0.3s both;
-o-animation: toRightAnim2 0.6s ease-in 0.3s both;
-ms-animation: toRightAnim2 0.6s ease-in 0.3s both;
animation: toRightAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toright .da-link {
-webkit-animation: toRightAnim3 0.4s ease-in both;
-moz-animation: toRightAnim3 0.4s ease-in both;
-o-animation: toRightAnim3 0.4s ease-in both;
-ms-animation: toRightAnim3 0.4s ease-in both;
animation: toRightAnim3 0.4s ease-in both;
}
.da-slide-toright .da-img {
-webkit-animation: toRightAnim4 0.6s ease-in both;
-moz-animation: toRightAnim4 0.6s ease-in both;
-o-animation: toRightAnim4 0.6s ease-in both;
-ms-animation: toRightAnim4 0.6s ease-in both;
animation: toRightAnim4 0.6s ease-in both;
}
@-webkit-keyframes toRightAnim1 {
0% {
left: 10%;
opacity: 1;
}
100% {
left: 100%;
opacity: 0;
}
}
@-webkit-keyframes toRightAnim2 {
0% {
left: 10%;
opacity: 1;
}
100% {
left: 100%;
opacity: 0;
}
}
@-webkit-keyframes toRightAnim3 {
0% {
left: 10%;
opacity: 1;
}
99% {
left: 10%;
opacity: 0;
}
100% {
left: 100%;
opacity: 0;
}
}
@-webkit-keyframes toRightAnim4 {
0% {
left: 65%;
opacity: 1;
}
30% {
left: 55%;
opacity: 1;
}
100% {
left: 100%;
opacity: 0;
}
}
@-moz-keyframes toRightAnim1 {
0% {
left: 10%;
opacity: 1;
}
100% {
left: 100%;
opacity: 0;
}
}
@-moz-keyframes toRightAnim2 {
0% {
left: 10%;
opacity: 1;
}
100% {
left: 100%;
opacity: 0;
}
}
@-moz-keyframes toRightAnim3 {
0% {
left: 10%;
opacity: 1;
}
99% {
left: 10%;
opacity: 0;
}
100% {
left: 100%;
opacity: 0;
}
}
@-moz-keyframes toRightAnim4 {
0% {
left: 65%;
opacity: 1;
}
30% {
left: 55%;
opacity: 1;
}
100% {
left: 100%;
opacity: 0;
}
}
@-o-keyframes toRightAnim1 {
0% {
left: 10%;
opacity: 1;
}
100% {
left: 100%;
opacity: 0;
}
}
@-o-keyframes toRightAnim2 {
0% {
left: 10%;
opacity: 1;
}
100% {
left: 100%;
opacity: 0;
}
}
@-o-keyframes toRightAnim3 {
0% {
left: 10%;
opacity: 1;
}
99% {
left: 10%;
opacity: 0;
}
100% {
left: 100%;
opacity: 0;
}
}
@-o-keyframes toRightAnim4 {
0% {
left: 65%;
opacity: 1;
}
30% {
left: 55%;
opacity: 1;
}
100% {
left: 100%;
opacity: 0;
}
}
@-ms-keyframes toRightAnim1 {
0% {
left: 10%;
opacity: 1;
}
100% {
left: 100%;
opacity: 0;
}
}
@-ms-keyframes toRightAnim2 {
0% {
left: 10%;
opacity: 1;
}
100% {
left: 100%;
opacity: 0;
}
}
@-ms-keyframes toRightAnim3 {
0% {
left: 10%;
opacity: 1;
}
99% {
left: 10%;
opacity: 0;
}
100% {
left: 100%;
opacity: 0;
}
}
@-ms-keyframes toRightAnim4 {
0% {
left: 65%;
opacity: 1;
}
30% {
left: 55%;
opacity: 1;
}
100% {
left: 100%;
opacity: 0;
}
}
@keyframes toRightAnim1 {
0% {
left: 10%;
opacity: 1;
}
100% {
left: 100%;
opacity: 0;
}
}
@keyframes toRightAnim2 {
0% {
left: 10%;
opacity: 1;
}
100% {
left: 100%;
opacity: 0;
}
}
@keyframes toRightAnim3 {
0% {
left: 10%;
opacity: 1;
}
99% {
left: 10%;
opacity: 0;
}
100% {
left: 100%;
opacity: 0;
}
}
@keyframes toRightAnim4 {
0% {
left: 65%;
opacity: 1;
}
30% {
left: 55%;
opacity: 1;
}
100% {
left: 100%;
opacity: 0;
}
} .da-slide-toleft h2 {
-webkit-animation: toLeftAnim1 0.6s ease-in both;
-moz-animation: toLeftAnim1 0.6s ease-in both;
-o-animation: toLeftAnim1 0.6s ease-in both;
-ms-animation: toLeftAnim1 0.6s ease-in both;
animation: toLeftAnim1 0.6s ease-in both;
}
.da-slide-toleft p {
-webkit-animation: toLeftAnim2 0.6s ease-in 0.3s both;
-moz-animation: toLeftAnim2 0.6s ease-in 0.3s both;
-o-animation: toLeftAnim2 0.6s ease-in 0.3s both;
-ms-animation: toLeftAnim2 0.6s ease-in 0.3s both;
animation: toLeftAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toleft .da-link {
-webkit-animation: toLeftAnim3 0.4s ease-in both;
-moz-animation: toLeftAnim3 0.4s ease-in both;
-o-animation: toLeftAnim3 0.4s ease-in both;
-ms-animation: toLeftAnim3 0.4s ease-in both;
animation: toLeftAnim3 0.4s ease-in both;
}
.da-slide-toleft .da-img {
-webkit-animation: toLeftAnim4 0.6s ease-in 0.6s both;
-moz-animation: toLeftAnim4 0.6s ease-in 0.6s both;
-o-animation: toLeftAnim4 0.6s ease-in 0.6s both;
-ms-animation: toLeftAnim4 0.6s ease-in 0.6s both;
animation: toLeftAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes toLeftAnim1 {
0% {
left: 10%;
opacity: 1;
}
30% {
left: 15%;
opacity: 1;
}
100% {
left: -50%;
opacity: 0;
}
}
@-webkit-keyframes toLeftAnim2 {
0% {
left: 10%;
opacity: 1;
}
30% {
left: 15%;
opacity: 1;
}
100% {
left: -50%;
opacity: 0;
}
}
@-webkit-keyframes toLeftAnim3 {
0% {
left: 10%;
opacity: 1;
}
99% {
left: 10%;
opacity: 0;
}
100% {
left: -50%;
opacity: 0;
}
}
@-webkit-keyframes toLeftAnim4 {
0% {
left: 65%;
opacity: 1;
}
40% {
left: 70%;
opacity: 1;
}
90% {
left: 0%;
opacity: 0;
}
100% {
left: -50%;
opacity: 0;
}
}
@-moz-keyframes toLeftAnim1 {
0% {
left: 10%;
opacity: 1;
}
30% {
left: 15%;
opacity: 1;
}
100% {
left: -50%;
opacity: 0;
}
}
@-moz-keyframes toLeftAnim2 {
0% {
left: 10%;
opacity: 1;
}
30% {
left: 15%;
opacity: 1;
}
100% {
left: -50%;
opacity: 0;
}
}
@-moz-keyframes toLeftAnim3 {
0% {
left: 10%;
opacity: 1;
}
99% {
left: 10%;
opacity: 0;
}
100% {
left: -50%;
opacity: 0;
}
}
@-moz-keyframes toLeftAnim4 {
0% {
left: 65%;
opacity: 1;
}
40% {
left: 70%;
opacity: 1;
}
90% {
left: 0%;
opacity: 0;
}
100% {
left: -50%;
opacity: 0;
}
}
@-o-keyframes toLeftAnim1 {
0% {
left: 10%;
opacity: 1;
}
30% {
left: 15%;
opacity: 1;
}
100% {
left: -50%;
opacity: 0;
}
}
@-o-keyframes toLeftAnim2 {
0% {
left: 10%;
opacity: 1;
}
30% {
left: 15%;
opacity: 1;
}
100% {
left: -50%;
opacity: 0;
}
}
@-o-keyframes toLeftAnim3 {
0% {
left: 10%;
opacity: 1;
}
99% {
left: 10%;
opacity: 0;
}
100% {
left: -50%;
opacity: 0;
}
}
@-o-keyframes toLeftAnim4 {
0% {
left: 65%;
opacity: 1;
}
40% {
left: 70%;
opacity: 1;
}
90% {
left: 0%;
opacity: 0;
}
100% {
left: -50%;
opacity: 0;
}
}
@-ms-keyframes toLeftAnim1 {
0% {
left: 10%;
opacity: 1;
}
30% {
left: 15%;
opacity: 1;
}
100% {
left: -50%;
opacity: 0;
}
}
@-ms-keyframes toLeftAnim2 {
0% {
left: 10%;
opacity: 1;
}
30% {
left: 15%;
opacity: 1;
}
100% {
left: -50%;
opacity: 0;
}
}
@-ms-keyframes toLeftAnim3 {
0% {
left: 10%;
opacity: 1;
}
99% {
left: 10%;
opacity: 0;
}
100% {
left: -50%;
opacity: 0;
}
}
@-ms-keyframes toLeftAnim4 {
0% {
left: 65%;
opacity: 1;
}
40% {
left: 70%;
opacity: 1;
}
90% {
left: 0%;
opacity: 0;
}
100% {
left: -50%;
opacity: 0;
}
}
@keyframes toLeftAnim1 {
0% {
left: 10%;
opacity: 1;
}
30% {
left: 15%;
opacity: 1;
}
100% {
left: -50%;
opacity: 0;
}
}
@keyframes toLeftAnim2 {
0% {
left: 10%;
opacity: 1;
}
30% {
left: 15%;
opacity: 1;
}
100% {
left: -50%;
opacity: 0;
}
}
@keyframes toLeftAnim3 {
0% {
left: 10%;
opacity: 1;
}
99% {
left: 10%;
opacity: 0;
}
100% {
left: -50%;
opacity: 0;
}
}
@keyframes toLeftAnim4 {
0% {
left: 65%;
opacity: 1;
}
40% {
left: 70%;
opacity: 1;
}
90% {
left: 0%;
opacity: 0;
}
100% {
left: -50%;
opacity: 0;
}
}@font-face {
font-family: 'FontAwesome';
src: url(//kaufenbestellen.de/wp-content/themes/evolve/assets/fonts/fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0);
src: url(//kaufenbestellen.de/wp-content/themes/evolve/assets/fonts/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//kaufenbestellen.de/wp-content/themes/evolve/assets/fonts/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//kaufenbestellen.de/wp-content/themes/evolve/assets/fonts/fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//kaufenbestellen.de/wp-content/themes/evolve/assets/fonts/fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//kaufenbestellen.de/wp-content/themes/evolve/assets/fonts/fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #fff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper-pp:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-envira:before {
content: "\f299";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-wheelchair-alt:before {
content: "\f29b";
}
.fa-question-circle-o:before {
content: "\f29c";
}
.fa-blind:before {
content: "\f29d";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-volume-control-phone:before {
content: "\f2a0";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\f2a4";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
content: "\f2a7";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-themeisle:before {
content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
content: "\f2b4";
}
.fa-handshake-o:before {
content: "\f2b5";
}
.fa-envelope-open:before {
content: "\f2b6";
}
.fa-envelope-open-o:before {
content: "\f2b7";
}
.fa-linode:before {
content: "\f2b8";
}
.fa-address-book:before {
content: "\f2b9";
}
.fa-address-book-o:before {
content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
content: "\f2bc";
}
.fa-user-circle:before {
content: "\f2bd";
}
.fa-user-circle-o:before {
content: "\f2be";
}
.fa-user-o:before {
content: "\f2c0";
}
.fa-id-badge:before {
content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
content: "\f2c3";
}
.fa-quora:before {
content: "\f2c4";
}
.fa-free-code-camp:before {
content: "\f2c5";
}
.fa-telegram:before {
content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: "\f2cb";
}
.fa-shower:before {
content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
content: "\f2cd";
}
.fa-podcast:before {
content: "\f2ce";
}
.fa-window-maximize:before {
content: "\f2d0";
}
.fa-window-minimize:before {
content: "\f2d1";
}
.fa-window-restore:before {
content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
content: "\f2d4";
}
.fa-bandcamp:before {
content: "\f2d5";
}
.fa-grav:before {
content: "\f2d6";
}
.fa-etsy:before {
content: "\f2d7";
}
.fa-imdb:before {
content: "\f2d8";
}
.fa-ravelry:before {
content: "\f2d9";
}
.fa-eercast:before {
content: "\f2da";
}
.fa-microchip:before {
content: "\f2db";
}
.fa-snowflake-o:before {
content: "\f2dc";
}
.fa-superpowers:before {
content: "\f2dd";
}
.fa-wpexplorer:before {
content: "\f2de";
}
.fa-meetup:before {
content: "\f2e0";
}
.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;
}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button{color:#fff}.wp-block-button.aligncenter{text-align:center}.wp-block-button.alignright{text-align:right}.wp-block-button__link{background-color:#32373c;border:none;border-radius:28px;box-shadow:none;color:inherit;cursor:pointer;display:inline-block;font-size:18px;margin:0;padding:12px 24px;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:inherit}.wp-gs .wp-block-button__link:not(.has-background){background-color:var(--wp-block-core-button--color--background,var(--wp-color--primary,#32373c))}.is-style-squared .wp-block-button__link{border-radius:0}.no-border-radius.wp-block-button__link{border-radius:0!important}.is-style-outline{color:#32373c}.is-style-outline .wp-block-button__link{background-color:transparent;border:2px solid}.wp-block-buttons .wp-block-button{display:inline-block;margin-right:8px;margin-bottom:8px}.wp-block-buttons.alignright .wp-block-button{margin-right:none;margin-left:8px}.wp-block-buttons.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:4px;border:1px solid #e2e4e7}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.wp-block-calendar table th{font-weight:400;background:#edeff0}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar tfoot a{color:#00739c}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-columns{display:flex;margin-bottom:28px;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-columns.has-background{padding:20px 30px}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (max-width:599px){.wp-block-column{flex-basis:100%!important}}@media (min-width:600px) and (max-width:781px){.wp-block-column{flex-basis:calc(50% - 16px)!important;flex-grow:0}.wp-block-column:nth-child(2n){margin-left:32px}}@media (min-width:782px){.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-column[style]{flex-grow:0}.wp-block-column:not(:first-child){margin-left:32px}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{-ms-grid-row-align:center;align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-cover,.wp-block-cover-image{position:relative;background-color:#000;background-size:cover;background-position:50%;min-height:430px;height:100%;width:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";background-color:inherit}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__gradient-background{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__gradient-background{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:290px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:calc(100% - 70px);z-index:1;color:#f8f9f9}.wp-block-cover-image .wp-block-subhead:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover .wp-block-subhead:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover__video-background{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;height:100%;z-index:0;object-fit:cover}.wp-block-cover-image-text,.wp-block-cover-text,section.wp-block-cover-image h2{color:#fff}.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:580px;padding:14px;text-align:center}.block-editor-block-list__block[data-type="core/embed"][data-align=left],.block-editor-block-list__block[data-type="core/embed"][data-align=right],.wp-block-embed.alignleft,.wp-block-embed.alignright{max-width:360px;width:100%}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.78%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:13px;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.blocks-gallery-grid,.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 16px 16px 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative}.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:40px 10px 9px;color:#fff;text-align:center;font-size:13px;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent)}.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;object-fit:cover}}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{width:calc((100% - 16px)/2)}.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 32px)/3);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 32px)/3 - 1px)}}.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 48px)/4);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 48px)/4 - 1px)}}.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 64px)/5);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 64px)/5 - 1px)}}.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 80px)/6);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 80px)/6 - 1px)}}.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 96px)/7);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 96px)/7 - 1px)}}.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/8);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/8 - 1px)}}.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n){margin-right:0}.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n){margin-right:0}.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n){margin-right:0}.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n){margin-right:0}.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n){margin-right:0}.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n){margin-right:0}.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:290px;width:100%}.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-image{margin-bottom:1em}.wp-block-image img{max-width:100%}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.is-resized{display:table;margin-left:0;margin-right:0}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.is-resized>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin-right:1em}.wp-block-image .alignright{float:right;margin-left:1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.is-style-circle-mask img,.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.is-style-circle-mask img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-latest-comments__comment{font-size:15px;line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:36px;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:52px}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:14px;line-height:1.8;margin:5px 0 20px}.wp-block-latest-comments__comment-date{color:#8f98a1;display:block;font-size:12px}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:24px;display:block;float:left;height:40px;margin-right:12px;width:40px}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - 16px)}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-latest-posts.columns-4 li{width:calc(25% - 16px)}.wp-block-latest-posts.columns-5 li{width:calc(20% - 16px)}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-latest-posts__post-date{display:block;color:#6c7781;font-size:13px}.wp-block-latest-posts__post-excerpt{margin-top:8px;margin-bottom:16px}.wp-block-latest-posts__featured-image img{height:auto;width:auto}.wp-block-latest-posts__featured-image.alignleft{margin-right:1em}.wp-block-latest-posts__featured-image.alignright{margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}.wp-block-media-text{ direction:ltr; display:-ms-grid;display:grid;-ms-grid-columns:50% 1fr;grid-template-columns:50% 1fr;-ms-grid-rows:auto;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{-ms-grid-columns:1fr 50%;grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{-ms-grid-row-align:start;align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{-ms-grid-row-align:center;align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{-ms-grid-row-align:end;align-self:end}.wp-block-media-text .wp-block-media-text__media{ -ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1; margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr; -ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1; padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{ -ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1 }.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{ -ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1 }.wp-block-media-text>figure>img,.wp-block-media-text>figure>video{max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill figure.wp-block-media-text__media{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill figure.wp-block-media-text__media>img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{-ms-grid-columns:100%!important;grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media,.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}}.wp-block-navigation>ul{display:block;list-style:none;margin:0;padding-left:0}@media (min-width:600px){.wp-block-navigation>ul{display:flex;flex-wrap:wrap}}.wp-block-navigation>ul ul{list-style:none;padding-left:0;margin-top:0;margin-left:0}.wp-block-navigation>ul ul li{margin:0}.wp-block-navigation>ul li{z-index:1}.wp-block-navigation>ul li:focus-within,.wp-block-navigation>ul li:hover{cursor:pointer;z-index:99999}.wp-block-navigation>ul li:focus-within>ul,.wp-block-navigation>ul li:hover>ul,.wp-block-navigation>ul li ul:focus,.wp-block-navigation>ul li ul:hover{visibility:visible;opacity:1;display:flex;flex-direction:column}.wp-block-navigation>ul>li ul{position:absolute;left:0;top:100%;min-width:200px;max-width:200px;opacity:0;transition:opacity .1s linear;visibility:hidden}.wp-block-navigation,.wp-block-navigation .block-editor-block-list__layout{display:flex;flex-wrap:wrap}.wp-block-navigation .block-editor-block-list__layout .block-editor-block-list__layout{width:200px}.wp-block-navigation .block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block{margin:0;width:auto}.wp-block-navigation,.wp-block-navigation>.wp-block-navigation__container{align-items:center;width:100%}.wp-block-navigation>.wp-block-navigation-link,.wp-block-navigation>.wp-block-navigation__container>.wp-block-navigation-link{display:flex;margin-top:0;margin-bottom:0}.wp-block-navigation .wp-block-navigation-link{position:relative;margin:0;min-height:56px;display:flex;line-height:1.4}.wp-block-navigation .wp-block-navigation-link .wp-block,.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link{min-height:auto;padding:0}.wp-block-navigation .wp-block-navigation-link .wp-block .wp-block-navigation-link{margin:0}.wp-block-navigation .wp-block-navigation-link>.block-editor-inner-blocks{display:none}.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container,.wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks{display:flex;border:1px solid rgba(0,0,0,.15);position:absolute;z-index:1;top:100%;left:0}.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container .block-editor-inner-blocks,.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container .wp-block-navigation__container,.wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks .block-editor-inner-blocks,.wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks .wp-block-navigation__container{left:100%;top:-1px}.wp-block-navigation .wp-block-navigation-link .block-editor-inner-blocks,.wp-block-navigation .wp-block-navigation-link .wp-block-navigation__container{background-color:inherit;color:inherit}.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content{display:flex;align-items:center;width:max-content;padding:6px 16px}.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:first-child:not(:only-child) .wp-block-navigation-link__content{padding-top:8px}.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:last-child .wp-block-navigation-link__content{padding-bottom:8px}.wp-block-navigation .wp-block-navigation-link.has-child .wp-block-navigation-link__content{min-width:100%;padding-right:32px;position:relative}.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon{position:absolute;right:16px}.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon svg{fill:currentColor}.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link svg{transform:rotate(0)}.wp-block-navigation .wp-block-navigation-link.has-text-color .wp-block-navigation-link__content{color:inherit}.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks,.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container,.wp-block-navigation .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks,.wp-block-navigation .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container{color:#111}.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks,.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container,.wp-block-navigation .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks,.wp-block-navigation .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container{background-color:#fff}.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks,.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container{color:#fff}.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks,.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container{background-color:#333}.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container{display:flex;flex-direction:column;padding:0}.wp-block-navigation>ul>li>a{display:flex;align-items:center}.wp-block-navigation>ul>li:first-of-type>a{padding-left:0}.wp-block-navigation>ul>li:last-of-type>a{padding-right:0}.wp-block-navigation.items-justified-left>ul{justify-content:flex-start}.wp-block-navigation.items-justified-center>ul{justify-content:center}.wp-block-navigation.items-justified-right>ul{justify-content:flex-end}.is-small-text{font-size:14px}.is-regular-text{font-size:16px}.is-large-text{font-size:36px}.is-larger-text{font-size:48px}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-background{padding:20px 30px}p.has-text-color a{color:inherit}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:290px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:20px}.wp-block-pullquote p{font-size:28px;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:32px}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin:0 0 16px;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:24px;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:18px;text-align:right}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 16px)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-rss.columns-4 li{width:calc(25% - 16px)}.wp-block-rss.columns-5 li{width:calc(20% - 16px)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;color:#6c7781;font-size:13px}.wp-block-search{display:flex;flex-wrap:wrap}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1;max-width:360px}.wp-block-search .wp-block-search__button{margin-left:10px}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"\00b7 \00b7 \00b7";color:currentColor;font-size:20px;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-social-links{display:flex;justify-content:flex-start;padding-left:0;padding-right:0;margin-left:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{text-decoration:none;border-bottom:0;box-shadow:none}.wp-social-link{display:block;width:36px;height:36px;border-radius:36px;margin-right:8px;transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.wp-social-link{transition-duration:0s}}.wp-social-link a{padding:6px;display:block;line-height:0;transition:transform .1s ease}.wp-social-link a,.wp-social-link a:active,.wp-social-link a:hover,.wp-social-link a:visited,.wp-social-link svg{color:currentColor;fill:currentColor}.wp-social-link:hover{transform:scale(1.1)}.wp-block-social-links.aligncenter{justify-content:center;display:flex}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1977f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0577b5;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#fe4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#21a1f3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:#ff0100;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none;padding:4px}.wp-block-social-links.is-style-logos-only .wp-social-link svg{width:28px;height:28px}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1977f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0577b5}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#fe4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#21a1f3}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:#ff0100}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:16px;padding-right:16px}.wp-block-spacer{clear:both}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-table{overflow-x:auto}.wp-block-table table{width:100%}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f3f4f5}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 16px;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{max-width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}:root .has-pale-pink-background-color{background-color:#f78da7}:root .has-vivid-red-background-color{background-color:#cf2e2e}:root .has-luminous-vivid-orange-background-color{background-color:#ff6900}:root .has-luminous-vivid-amber-background-color{background-color:#fcb900}:root .has-light-green-cyan-background-color{background-color:#7bdcb5}:root .has-vivid-green-cyan-background-color{background-color:#00d084}:root .has-pale-cyan-blue-background-color{background-color:#8ed1fc}:root .has-vivid-cyan-blue-background-color{background-color:#0693e3}:root .has-vivid-purple-background-color{background-color:#9b51e0}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-cyan-bluish-gray-background-color{background-color:#abb8c3}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-pale-pink-color{color:#f78da7}:root .has-vivid-red-color{color:#cf2e2e}:root .has-luminous-vivid-orange-color{color:#ff6900}:root .has-luminous-vivid-amber-color{color:#fcb900}:root .has-light-green-cyan-color{color:#7bdcb5}:root .has-vivid-green-cyan-color{color:#00d084}:root .has-pale-cyan-blue-color{color:#8ed1fc}:root .has-vivid-cyan-blue-color{color:#0693e3}:root .has-vivid-purple-color{color:#9b51e0}:root .has-very-light-gray-color{color:#eee}:root .has-cyan-bluish-gray-color{color:#abb8c3}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:linear-gradient(135deg,#0693e3,#9b51e0)}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:linear-gradient(135deg,#7adcb4,#00d082)}:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:linear-gradient(135deg,#fcb900,#ff6900)}:root .has-luminous-vivid-orange-to-vivid-red-gradient-background{background:linear-gradient(135deg,#ff6900,#cf2e2e)}:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:linear-gradient(135deg,#eee,#a9b8c3)}:root .has-cool-to-warm-spectrum-gradient-background{background:linear-gradient(135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c)}:root .has-blush-light-purple-gradient-background{background:linear-gradient(135deg,#ffceec,#9896f0)}:root .has-blush-bordeaux-gradient-background{background:linear-gradient(135deg,#fecda5,#fe2d2d 50%,#6b003e)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-luminous-dusk-gradient-background{background:linear-gradient(135deg,#ffcb70,#c751c0 50%,#4158d0)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-pale-ocean-gradient-background{background:linear-gradient(135deg,#fff5cb,#b6e3d4 50%,#33a7b5)}:root .has-electric-grass-gradient-background{background:linear-gradient(135deg,#caf880,#71ce7e)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-small-font-size{font-size:13px}.has-normal-font-size,.has-regular-font-size{font-size:16px}.has-medium-font-size{font-size:20px}.has-large-font-size{font-size:36px}.has-huge-font-size,.has-larger-font-size{font-size:42px}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#cookie-notice{position:fixed;min-width:100%;height:auto;z-index:100000;font-size:13px;letter-spacing:0;line-height:20px;left:0;text-align:center;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif}#cookie-notice,#cookie-notice *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cookie-notice.cn-animated{-webkit-animation-duration:.5s!important;animation-duration:.5s!important;-webkit-animation-fill-mode:both;animation-fill-mode:both}#cookie-notice.cn-animated.cn-effect-none{-webkit-animation-duration:1ms!important;animation-duration:1ms!important}#cookie-notice .cookie-notice-container{display:block}#cookie-notice.cookie-notice-hidden .cookie-notice-container{display:none}#cookie-notice .cookie-revoke-container{display:block}#cookie-notice.cookie-revoke-hidden .cookie-revoke-container{display:none}.cn-position-top{top:0}.cn-position-bottom{bottom:0}.cookie-notice-container{padding:15px 30px;text-align:center;width:100%;z-index:2}.cookie-revoke-container{padding:15px 30px;width:100%;z-index:1}.cn-close-icon{position:absolute;right:15px;top:50%;margin-top:-10px;width:15px;height:15px;opacity:.5;padding:10px;outline:0}.cn-close-icon:hover{opacity:1}.cn-close-icon:after,.cn-close-icon:before{position:absolute;content:' ';height:15px;width:2px;top:3px;background-color:#fff}.cn-close-icon:before{transform:rotate(45deg)}.cn-close-icon:after{transform:rotate(-45deg)}#cookie-notice .cn-revoke-cookie{margin:0}#cookie-notice .cn-button{margin:0 0 0 10px;border:none}.cn-button{font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;font-weight:400;font-size:13px;letter-spacing:.25px;line-height:20px;margin:0;padding:0;text-align:center;text-transform:none;display:inline-block;cursor:pointer;touch-action:manipulation;white-space:nowrap;outline:0;box-shadow:none;text-shadow:none;border:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.cn-button:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.05);text-decoration:none}.cn-button.bootstrap,.cn-button.wp-default{text-decoration:none;padding:8.5px 10px;line-height:1}.cn-button.wp-default{color:#fff;background:#fbb03b}.cn-button.bootstrap{color:#fff;background:#00a99d}.cn-text-container{margin:0 0 6px 0}.cn-buttons-container,.cn-text-container{display:inline-block}#cookie-notice.cookie-notice-visible.cn-effect-none,#cookie-notice.cookie-revoke-visible.cn-effect-none{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-none{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-fade,#cookie-notice.cookie-revoke-visible.cn-effect-fade{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-fade{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-effect-slide{-webkit-animation-name:slideInUp;animation-name:slideInUp}#cookie-notice.cn-effect-slide{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide{-webkit-animation-name:slideInDown;animation-name:slideInDown}#cookie-notice.cn-position-top.cn-effect-slide{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@media all and (max-width:900px){.cookie-notice-container #cn-notice-text{display:block}.cookie-notice-container #cn-notice-buttons{display:block}#cookie-notice .cn-button{margin:0 5px 5px 5px}}@media all and (max-width:480px){.cookie-notice-container,.cookie-revoke-container{padding:15px 25px}}.relatedYouTubeVideos {
margin:           0;
padding:          0;
list-style-type:  none !important;
}
.relatedYouTubeVideos li {
margin:           0.25em;
padding:          0;
} .relatedYouTubeVideos.inline li,
.relatedYouTubeVideos.horizontal li {
display:          inline;
} .relatedYouTubeVideos.center {
text-align:       center;
} .relatedYouTubeVideos.left {
float:            left;
} .relatedYouTubeVideos.right {
float:            right;
} .relatedYouTubeVideos.bg-black {
background-color: #000;
color:            #FFF;
} .relatedYouTubeVideos.bg-white {
background-color: #FFF;
color:            #000;
} .relatedYouTubeVideos.spacing-5 li {
padding:          5px;
} .relatedYouTubeVideos.spacing-10 li {
padding: 	        10px;
} .relatedYouTubeVideos.spacing-15 li {
padding:          15px;
} .relatedYouTubeVideos.spacing-20 li {
padding:          20px;
} .relatedYouTubeVideos.spacing-25 li {
padding:        25px;
}.panel-grid.panel-has-style>.panel-row-style,.panel-grid.panel-no-style{display:flex;-ms-flex-wrap:wrap;flex-wrap:nowrap;-ms-justify-content:space-between;justify-content:space-between}.panel-layout.panel-is-rtl .panel-grid.panel-has-style>.panel-row-style,.panel-layout.panel-is-rtl .panel-grid.panel-no-style{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.panel-grid-cell{-ms-box-sizing:border-box;box-sizing:border-box}.panel-grid-cell .panel-cell-style{height:100%}.panel-grid-cell .so-panel{zoom:1}.panel-grid-cell .so-panel:before{content:"";display:block}.panel-grid-cell .so-panel:after{content:"";display:table;clear:both}.panel-grid-cell .panel-last-child{margin-bottom:0}.panel-grid-cell .widget-title{margin-top:0}body.siteorigin-panels-before-js{overflow-x:hidden}body.siteorigin-panels-before-js .siteorigin-panels-stretch{margin-right:-1000px!important;margin-left:-1000px!important;padding-right:1000px!important;padding-left:1000px!important}@font-face{font-family:'carousel-arrows';src:url(//kaufenbestellen.de/wp-content/plugins/so-widgets-bundle/widgets/post-carousel/css/fonts/carousel-arrows.eot?-95vnmw);src:url(//kaufenbestellen.de/wp-content/plugins/so-widgets-bundle/widgets/post-carousel/css/fonts/carousel-arrows.eot?#iefix-95vnmw) format('embedded-opentype'),url(//kaufenbestellen.de/wp-content/plugins/so-widgets-bundle/widgets/post-carousel/css/fonts/carousel-arrows.woff?-95vnmw) format('woff'),url(//kaufenbestellen.de/wp-content/plugins/so-widgets-bundle/widgets/post-carousel/css/fonts/carousel-arrows.ttf?-95vnmw) format('truetype'),url(//kaufenbestellen.de/wp-content/plugins/so-widgets-bundle/widgets/post-carousel/css/fonts/carousel-arrows.svg?-95vnmw#carousel-arrows) format('svg');font-weight:normal;font-style:normal}.sow-carousel-title .widget-title{display:inline-block;padding-right:15px}body.rtl .sow-carousel-title .sow-carousel-navigation{float:left}body.rtl .sow-carousel-title .sow-carousel-navigation a{margin-left:0;margin-right:2px}.sow-carousel-title a.sow-carousel-next,.sow-carousel-title a.sow-carousel-previous{font-family:'carousel-arrows';speak:none;display:block;float:right;overflow:hidden;margin-left:2px;margin-top:3px;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;font-size:8px;line-height:18px;width:18px;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none;color:#FFFFFF;background:#333333;border-radius:2px}.sow-carousel-title a.sow-carousel-next:hover,.sow-carousel-title a.sow-carousel-previous:hover{background:#444444}.sow-carousel-title a.sow-carousel-next:before{content:"\e601"}.sow-carousel-title a.sow-carousel-previous:before{content:"\e600"}@media screen and (max-width:600px){.sow-carousel-title a.sow-carousel-previous{display:none}.sow-carousel-title a.sow-carousel-next{display:none}}.widget_sow-carousel{overflow-x:hidden;overflow-y:hidden}.sow-carousel-wrapper{overflow:hidden;position:relative;left:0;right:0}.sow-carousel-wrapper .sow-carousel-items{-webkit-transition:all .45s ease;-moz-transition:all .45s ease;-o-transition:all .45s ease;transition:all .45s ease;margin:0;padding:0;zoom:1}.sow-carousel-wrapper .sow-carousel-items:before{content:'';display:block}.sow-carousel-wrapper .sow-carousel-items:after{content:'';display:table;clear:both}.sow-carousel-wrapper .sow-carousel-items .sow-carousel-item{display:block;margin-right:15px}.sow-carousel-wrapper .sow-carousel-items .sow-carousel-item .sow-carousel-thumbnail{line-height:0}.sow-carousel-wrapper .sow-carousel-items .sow-carousel-item .sow-carousel-thumbnail:focus{outline:none}.sow-carousel-wrapper .sow-carousel-items .sow-carousel-item .sow-carousel-thumbnail a{display:block;background-position:center center}.sow-carousel-wrapper .sow-carousel-items .sow-carousel-item .sow-carousel-thumbnail a,.sow-carousel-wrapper .sow-carousel-items .sow-carousel-item .sow-carousel-thumbnail a span.overlay{-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}.sow-carousel-wrapper .sow-carousel-items .sow-carousel-item .sow-carousel-thumbnail a span.overlay{display:block;width:100%;height:100%;background:#3279BB;opacity:0;position:static}.sow-carousel-wrapper .sow-carousel-items .sow-carousel-item .sow-carousel-thumbnail a:hover span{opacity:.5}.sow-carousel-wrapper .sow-carousel-items .sow-carousel-item .sow-carousel-default-thumbnail{display:block;background:#E8E8E8;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #E0E0E0), color-stop(1, #E8E8E8));background:-ms-linear-gradient(bottom, #E0E0E0, #E8E8E8);background:-moz-linear-gradient(center bottom, #E0E0E0 0%, #E8E8E8 100%);background:-o-linear-gradient(#E8E8E8, #E0E0E0)}.sow-carousel-wrapper .sow-carousel-items .sow-carousel-item h3{font-size:15px;text-align:center;font-weight:500;color:#474747;margin:10px 0 0 0}.sow-carousel-wrapper .sow-carousel-items .sow-carousel-item h3 a{text-decoration:none;color:inherit}.sow-carousel-wrapper .sow-carousel-items .sow-carousel-loading{display:block;background:url(//kaufenbestellen.de/wp-content/plugins/so-widgets-bundle/widgets/post-carousel/css/images/carousel-loader.gif) #F6F6F6 center center no-repeat;margin:0}a.sow-carousel-previous{display:none}a.sow-carousel-next{display:none}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir="rtl"] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.so-widget-sow-post-carousel-default-971e41e9e54d .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item {
width: 244.8px;
}
.so-widget-sow-post-carousel-default-971e41e9e54d .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item .sow-carousel-thumbnail a {
background-repeat: no-repeat;
background-size: 244.8px 163.8px;
}
.so-widget-sow-post-carousel-default-971e41e9e54d .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item .sow-carousel-thumbnail a,
.so-widget-sow-post-carousel-default-971e41e9e54d .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item .sow-carousel-thumbnail a span.overlay {
width: 244.8px;
height: 163.8px;
}
.so-widget-sow-post-carousel-default-971e41e9e54d .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item .sow-carousel-thumbnail a:hover {
background-size: 272px 182px;
}
.so-widget-sow-post-carousel-default-971e41e9e54d .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item .sow-carousel-default-thumbnail {
width: 244.8px;
height: 163.8px;
}
.so-widget-sow-post-carousel-default-971e41e9e54d .sow-carousel-wrapper .sow-carousel-items .sow-carousel-loading {
width: 244.8px;
height: 163.8px;
}.so-widget-sow-post-carousel-default-77a6ef9a0fc3 .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item {
width: 135px;
}
.so-widget-sow-post-carousel-default-77a6ef9a0fc3 .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item .sow-carousel-thumbnail a {
background-repeat: no-repeat;
background-size: 135px 135px;
}
.so-widget-sow-post-carousel-default-77a6ef9a0fc3 .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item .sow-carousel-thumbnail a,
.so-widget-sow-post-carousel-default-77a6ef9a0fc3 .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item .sow-carousel-thumbnail a span.overlay {
width: 135px;
height: 135px;
}
.so-widget-sow-post-carousel-default-77a6ef9a0fc3 .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item .sow-carousel-thumbnail a:hover {
background-size: 150px 150px;
}
.so-widget-sow-post-carousel-default-77a6ef9a0fc3 .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item .sow-carousel-default-thumbnail {
width: 135px;
height: 135px;
}
.so-widget-sow-post-carousel-default-77a6ef9a0fc3 .sow-carousel-wrapper .sow-carousel-items .sow-carousel-loading {
width: 135px;
height: 135px;
}#toc_container li,#toc_container ul{margin:0;padding:0}#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li{background:0 0;list-style-type:none;list-style:none}#toc_container.have_bullets li{padding-left:12px}#toc_container ul ul{margin-left:1.5em}#toc_container{background:#f9f9f9;border:1px solid #aaa;padding:10px;margin-bottom:1em;width:auto;display:table;font-size:95%}#toc_container.toc_light_blue{background:#edf6ff}#toc_container.toc_white{background:#fff}#toc_container.toc_black{background:#000}#toc_container.toc_transparent{background:none transparent}#toc_container p.toc_title{text-align:center;font-weight:700;margin:0;padding:0}#toc_container.toc_black p.toc_title{color:#aaa}#toc_container span.toc_toggle{font-weight:400;font-size:90%}#toc_container p.toc_title+ul.toc_list{margin-top:1em}.toc_wrap_left{float:left;margin-right:10px}.toc_wrap_right{float:right;margin-left:10px}#toc_container a{text-decoration:none;text-shadow:none}#toc_container a:hover{text-decoration:underline}.toc_sitemap_posts_letter{font-size:1.5em;font-style:italic}html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
margin: 0px;
padding: 0px;
border: 0px;
font-weight: inherit;
font-style: inherit;
font-family: inherit;
vertical-align: baseline;
} :focus {
outline: none;
} table {
border-collapse: separate;
border-spacing: 0px;
}
caption,
th,
td {
text-align: left;
font-weight: normal;
}
table,
td,
th {
vertical-align: middle;
} blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
} a img {
border: none;
} .clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: block;
} .clear {
clear: both;
}.screen-reader-text,
.bypostauthor {} @font-face {
font-family: 'icomoon';
src: url(//kaufenbestellen.de/wp-content/themes/evolve/assets/fonts/icomoon/icomoon.eot?r75adm);
src: url(//kaufenbestellen.de/wp-content/themes/evolve/assets/fonts/icomoon/icomoon.eot?r75adm#iefix) format("embedded-opentype"), url(//kaufenbestellen.de/wp-content/themes/evolve/assets/fonts/icomoon/icomoon.ttf?r75adm) format("truetype"), url(//kaufenbestellen.de/wp-content/themes/evolve/assets/fonts/icomoon/icomoon.woff?r75adm) format("woff"), url(//kaufenbestellen.de/wp-content/themes/evolve/assets/fonts/icomoon/icomoon.svg?r75adm#icomoon) format("svg");
font-weight: normal;
font-style: normal;
}
#secondary a.t4p-social-network-icon:hover,
#secondary-2 a.t4p-social-network-icon:hover,
.footer-widgets a.t4p-social-network-icon:hover,
.header-widgets a.t4p-social-network-icon:hover {
padding-left: 0;
}
[class^="t4p-icon-"],
[class*=" t4p-icon-"],
.widget-content [class^="t4p-icon-"],
.widget-content [class*=" t4p-icon-"] {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.t4p-icon-deviantart:before,
.t4p-icon-deviantart:after,
.t4p-icon-social-deviantart:before {
content: '\e931';
}
.t4p-icon-flickr:before,
.t4p-icon-flickr:after,
.t4p-icon-social-flickr:before {
content: '\e92f';
}
.t4p-icon-paypal:before,
.t4p-icon-paypal:after,
.t4p-icon-social-paypal:before {
content: '\e916';
}
.t4p-icon-googleplus:before,
.t4p-icon-googleplus:after,
.t4p-icon-social-google-plus:before {
content: '\e929';
}
.t4p-icon-pinterest:before,
.t4p-icon-pinterest:after,
.t4p-icon-social-pinterest:before {
content: '\e93a';
}
.t4p-icon-forrst:before,
.t4p-icon-forrst:after,
.t4p-icon-social-forrst:before {
content: '\e90b';
}
.t4p-icon-digg:before,
.t4p-icon-digg:after,
.t4p-icon-social-digg:before {
content: '\e901';
}
.t4p-icon-mail:before,
.t4p-icon-mail:after,
.t4p-icon-social-envelope-o:before,
.t4p-icon-envelope-o:before {
content: '\e91b';
}
.t4p-icon-blogger:before,
.t4p-icon-blogger:after,
.t4p-icon-social-blogger:before {
content: '\e933';
}
.t4p-icon-dribbble:before,
.t4p-icon-dribbble:after,
.t4p-icon-social-dribbble:before {
content: '\e930';
}
.t4p-icon-linkedin:before,
.t4p-icon-linkedin:after,
.t4p-icon-social-linkedin:before {
content: '\e939';
}
.t4p-icon-vk:before,
.t4p-icon-vk:after,
.t4p-icon-social-vk:before {
content: '\e91c';
}
.t4p-icon-rss:before,
.t4p-icon-rss:after,
.t4p-icon-social-rss:before {
content: '\e92d';
}
.t4p-icon-skype:before,
.t4p-icon-skype:after,
.t4p-icon-social-skype:before {
content: '\e937';
}
.t4p-icon-twitter:before,
.t4p-icon-twitter:after,
.t4p-icon-social-twitter:before {
content: '\e92c';
}
.t4p-icon-youtube:before,
.t4p-icon-youtube:after,
.t4p-icon-social-youtube:before {
content: '\e907';
}
.t4p-icon-vimeo:before,
.t4p-icon-vimeo:after,
.t4p-icon-social-vimeo:before {
content: '\e92e';
}
.t4p-icon-yahoo:before,
.t4p-icon-yahoo:after,
.t4p-icon-social-yahoo:before {
content: '\e935';
}
.t4p-icon-myspace:before,
.t4p-icon-myspace:after,
.t4p-icon-social-myspace:before {
content: '\e900';
}
.t4p-icon-dropbox:before,
.t4p-icon-dropbox:after,
.t4p-icon-social-dropbox:before {
content: '\e932';
}
.t4p-icon-facebook:before,
.t4p-icon-facebook:after,
.t4p-icon-social-facebook:before {
content: '\e92a';
}
.t4p-icon-soundcloud:before,
.t4p-icon-soundcloud:after,
.t4p-icon-social-soundcloud:before {
content: '\e936';
}
.t4p-icon-tumblr:before,
.t4p-icon-tumblr:after,
.t4p-icon-social-tumblr:before {
content: '\e934';
}
.t4p-icon-instagram:before,
.t4p-icon-instagram:after,
.t4p-icon-social-instagram:before {
content: '\e92b';
}
.t4p-icon-reddit:before,
.t4p-icon-reddit:after,
.t4p-icon-social-reddit:before {
content: '\e938';
}
.t4p-icon-ok:before {
content: '\e927';
}
.t4p-icon-repeat:before {
content: '\e91d';
}
.t4p-icon-chevron-up:before {
content: '\e91a';
}
.t4p-icon-chevron-down:before {
content: '\e917';
}
.t4p-icon-chevron-left:before {
content: '\e918';
}
.t4p-icon-chevron-right:before {
content: '\e919';
}
.t4p-icon-phone:before {
content: '\e90d';
}
.t4p-icon-link:before {
content: '\e923';
}
.t4p-icon-mobile:before {
content: '\e910';
}
.t4p-icon-map:before {
content: '\e90f';
}
.t4p-icon-fax:before {
content: '\e908';
}
.t4p-icon-web:before {
content: '\e922';
}
.t4p-icon-redo:before {
content: '\e911';
}
.t4p-icon-comment:before {
content: '\e913';
}
.t4p-icon-shopping-cart:before {
content: '\e90c';
}
.t4p-icon-menu:before {
content: '\e921';
} .t4p-icon-user2:before {
content: "\e914";
}
.t4p-icon-plus2:before {
content: "\f067";
}
.t4p-icon-minus2:before {
content: "\f068";
}
.t4p-icon-caret-left:before {
content: "\f0d9";
}
.t4p-icon-user:before {
content: "\e914";
}
.t4p-icon-cart:before {
content: "\e90c";
}
.t4p-icon-angle-left:before {
content: "\e918";
}
.t4p-icon-angle-right:before {
content: "\e919";
}
.t4p-icon-angle-up:before {
content: "\e91a";
}
.t4p-icon-angle-down:before {
content: "\e917";
}
.select-arrow.t4p-icon-angle-down:before {
width: 35px;
height: 35px;
position: absolute;
top: 0px;
right: 0px;
}
.t4p-icon-menu {
font-size: 20px;
}
.t4p-social-networks [class^="t4p-icon-"]:before,
.t4p-social-networks [class*=" t4p-icon-"]:before,
.t4p-social-networks [class^="t4p-icon-"]:after,
.t4p-social-networks [class*=" t4p-icon-"]:after {
display: inline-block;
width: 22px;
margin-right: .2em;
margin-left: .2em;
text-align: center;
font-size: 15px;
}
.t4p-social-networks span.t4p-icon-holder {
display: inline-block;
height: 28px;
overflow: hidden;
line-height: 28px;
}
.t4p-social-networks.boxed-icons span.t4p-icon-holder {
margin: 0 0 3px 6px;
}
.t4p-social-networks a.t4p-social-network-icon {
display: block;
width: 100%;
height: 100%;
line-height: 28px;
position: relative;
top: 0;
bottom: 0;
-o-transition: all .3s;
-moz-transition: all .3s;
-webkit-transition: all .3s;
-ms-transition: all .3s;
}
.t4p-social-networks a.custom.t4p-social-network-icon {
-o-transition: none;
-moz-transition: none;
-webkit-transition: none;
-ms-transition: none;
}
.t4p-social-networks span.t4p-icon-holder:hover a {
top: -100%;
}
.t4p-social-networks span.t4p-icon-holder:hover a.custom {
top: inherit;
}
.t4p-social-networks a.t4p-social-network-icon:after {
position: absolute;
width: inherit;
height: 100%;
left: 0;
bottom: -28px;
color: #333;
line-height: 28px;
text-align: center;
margin-left: 0;
}
.t4p-social-networks.boxed-icons a.t4p-social-network-icon:after {
color: #fff;
}
.t4p-social-networks.boxed-icons a.t4p-facebook:after {
background-color: #4a6d9d;
}
.t4p-social-networks.boxed-icons a.t4p-twitter:after {
background-color: #3bc1ed;
}
.t4p-social-networks.boxed-icons a.t4p-linkedin:after {
background-color: #0b7bb5;
}
.t4p-social-networks.boxed-icons a.t4p-rss:after {
background-color: #ff6501;
}
.t4p-social-networks.boxed-icons a.t4p-dribbble:after {
background-color: #ef5a92;
}
.t4p-social-networks.boxed-icons a.t4p-youtube:after {
background-color: #bf2f29;
}
.t4p-social-networks.boxed-icons a.t4p-pinterest:after {
background-color: #cb1f25;
}
.t4p-social-networks.boxed-icons a.t4p-vimeo:after {
background-color: #4c8ab0;
}
.t4p-social-networks.boxed-icons a.t4p-flickr:after {
background-color: #136dd5;
}
.t4p-social-networks.boxed-icons a.t4p-tumblr:after {
background-color: #3d658d;
}
.t4p-social-networks.boxed-icons a.t4p-googleplus:after {
background-color: #d53824;
}
.t4p-social-networks.boxed-icons a.t4p-digg:after {
background-color: #205685;
}
.t4p-social-networks.boxed-icons a.t4p-blogger:after {
background-color: #ff6501;
}
.t4p-social-networks.boxed-icons a.t4p-skype:after {
background-color: #00aff0;
}
.t4p-social-networks.boxed-icons a.t4p-myspace:after {
background-color: #008dde;
}
.t4p-social-networks.boxed-icons a.t4p-deviantart:after {
background-color: #46584d;
}
.t4p-social-networks.boxed-icons a.t4p-yahoo:after {
background-color: #9251a2;
}
.t4p-social-networks.boxed-icons a.t4p-reddit:after {
background-color: #404040;
}
.t4p-social-networks.boxed-icons a.t4p-forrst:after {
background-color: #40833e;
}
.t4p-social-networks.boxed-icons a.t4p-mail:after {
background-color: #404040;
}
.t4p-social-networks.boxed-icons a.t4p-instagram:after {
background-color: #34638a;
}
.t4p-social-networks.boxed-icons a.t4p-paypal:after {
background-color: #009cde;
}
.t4p-social-networks.boxed-icons a.t4p-dropbox:after {
background-color: #007ee5;
}
.t4p-social-networks.boxed-icons a.t4p-soundcloud:after {
background-color: #ff5000;
}
.t4p-social-networks.boxed-icons a.t4p-vk:after {
background-color: #517397;
}  html {
font-size: 100%;
}
* {
outline: none;
}
.evolve_mobile_menu {
display: none;
}
body,
input,
textarea {
color: #888;
font: 16px/1.5 "Roboto",arial,sans-serif;
}
body,
html {
height: 100%;
}
.no-padding,
.pading-none {
padding: 0 !important;
}
.float-right {
margin: 15px 0;
float: right;
}
.float-left {
float: left;
}
.video-shortcode iframe {
width: 100%;
}
#content .products-slider .cats a {
color: #333;
}
embed,
iframe,
object,
video {
max-width: 100%;
}
.main {
background: #eceeeb;
padding: 53px 0 91px;
}
#primary.full-width {
width: 100%;
}
#content .searchform {
float: none;
}
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
.gallery-row,
.comment-list ul,
.comment-list ol {
margin-bottom: 20px;
}
#rss,
#email-newsletter,
#facebook,
#twitter,
#instagram,
#skype,
#youtube,
#flickr,
#linkedin,
#plus,
#pinterest,
#tumblr {
color: #999;
display: block;
margin: 0 5px;
}
.excerpt-container iframe {
width: 100%;
height: auto;
}
.clearfix {
clear: both;
}
#social {
float: right;
}
.header {
position: relative;
z-index: 21;
}
#wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input {
background-color: rgba(255, 255, 255, 0);
}
#wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
color: #000;
background-color: rgba(255, 255, 255, 0.9);
}
a {
transition: all 0.2s;
outline: none;
}
a:focus,
button:focus,
input:focus {
outline: none;
}
a:focus,
a:active {
text-decoration: none;
color: #76d898;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: #444649;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
color: #76d898;
text-decoration: none;
}
h1,
h2 {
line-height: 36px;
margin: 20px 0 10px;
}
h3,
h4 {
line-height: 30px;
margin: 20px 0 10px;
}
h5,
h6 {
line-height: 26px;
margin: 20px 0 10px;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.aligncenter {
margin-left: auto;
margin-right: auto;
display: block;
clear: both;
}
img {
max-width: 100%;
height: auto;
}
.content {
padding-top: 35px;
}
.content .container-center {
margin: 0;
}
.content .container-center {
margin: 0 auto;
}
input[type="submit"],
button,
.button,
.bootstrap-button,
input#submit,
.da-slide .da-link,
span.more a,
a.read-more,
.entry-content a.t4p-button-default {
background: #0bb697;
border-color: #0bb697;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 2px 0 #1d6e72;
-moz-box-shadow: 0 2px 0 #1d6e72;
-ms-box-shadow: 0 2px 0 #1d6e72;
-o-box-shadow: 0 2px 0 #1d6e72;
box-shadow: 0 2px 0 #1d6e72;
border-style: solid;
border-width: 1px;
color: #ffffff;
cursor: pointer;
font-size: 14px;
font-weight: normal;
height: auto;
line-height: 41px;
padding: 0 25px;
text-align: center;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.margin-40, .home .formatted-single,
.page-template-blog-page-php .formatted-single {
margin-bottom: 20px !important;
}
.published {
border-right: 1px solid rgba(0, 0, 0, 0.1);
font-size: 13px;
line-height: 13px;
margin-right: 10px;
padding: 0 10px 0 0;
text-align: center;
}
.entry-categories:before {
font-family: "IcoMoon";
content: '\e909';
margin-right: 5px;
}
.entry-categories {
color: #ccc;
}
.entry-footer {
color: #ccc;
font-size: 13px;
}
.entry-tags {
float: left;
padding: 10px 0px;
}
.sticky .entry-categories {
color: #ffffff;
}
.entry-footer a {
color: #ccc;
}
.entry-footer a:hover {
text-decoration: none;
border-bottom-color: #333;
color: #333;
}
#tagline {
color: #aaaaaa;
display: block;
font: 400 13px "Roboto",arial,sans-serif;
}
.home .type-post.sticky .entry-header a,
.home .formatted-post .entry-header a,
.home .type-post.sticky .entry-meta,
.home .formatted-post .entry-meta,
.home .type-post.sticky .entry-footer a,
.home .formatted-post .entry-footer a,
.page-template-blog-page-php .type-post.sticky .entry-header a,
.page-template-blog-page-php .type-post.sticky .entry-meta,
.page-template-blog-page-php .formatted-post .entry-header a,
.page-template-blog-page-php .formatted-post .entry-meta,
.page-template-blog-page-php .type-post.sticky .entry-footer a,
.page-template-blog-page-php .formatted-post .entry-footer a {
color: #ffffff !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
-ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
-o-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .entry-content .alignleft.wp-caption {
margin: 5px 20px 20px 0;
}
.entry-content .alignright.wp-caption {
margin: 5px 0 20px 20px;
}
.entry-content .aligncenter.wp-caption {
margin: 5px auto 20px auto;
}
.entry-content .wp-caption {
text-align: center;
padding: 5px;
margin-bottom: 20px;
}
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
max-width: 100%;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
.wp-caption .wp-caption-text {
margin: 0;
padding: 5px;
}
.wp-smiley {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
background: none;
border: none;
padding: 0;
max-height: 13px;
margin: 0;
} h1,
h2,
h3,
h4,
h5,
h6 {
color: #51545C;
font-family: 'Roboto', arial, sans-serif;
font-weight: normal;
font-style: normal !important;
clear: both;
margin-bottom: 15px;
}
h1 {
font-size: 46px;
line-height: 46px;
padding: 5px 0px;
}
h2 {
font-size: 40px;
line-height: 40px;
padding: 5px 0px;
}
h3 {
font-size: 34px;
line-height: 34px;
padding: 5px 0px;
}
h4 {
font-size: 27px;
line-height: 27px;
padding: 5px 0px;
}
h5 {
font-size: 20px;
line-height: 20px;
padding: 5px 0px;
}
h6 {
font-size: 14px;
line-height: 18px;
padding: 5px 0px;
} .widget {
position: relative;
z-index: 0;
margin-bottom: 15px;
}
.widget ul {
padding: 0;
position: relative;
z-index: 2;
margin-bottom: 0;
}
.widget-title-background {
padding-top: 10px;
color: #333;
text-shadow: 0 1px 1px #ffffff;
}
.widget-title {
z-index: 1;
position: relative;
display: block;
margin-top: 0;
margin-bottom: 10px;
font-size: 19px;
line-height: 19px;
letter-spacing: 0px;
font-weight: normal;
padding: 10px 0px;
}
.widget-title a {
color: #333;
text-shadow: 1px 1px 0px #ffffff;
border-bottom: none;
}
.widget-content {
position: relative;
margin: 0px 0px 35px 0px;
padding: 10px 15px 21px 15px;
font-size: 13px;
background: #F6F6F6;
border: 1px solid #E0DDDD;
-webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
-moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
-ms-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
-o-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
}
.widget:after {
-webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.7);
-moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.7);
-ms-box-shadow: 0 0 9px rgba(0, 0, 0, 0.7);
-o-box-shadow: 0 0 9px rgba(0, 0, 0, 0.7);
box-shadow: 0 0 9px rgba(0, 0, 0, 0.7);
-webkit-border-radius: 10;
-moz-border-radius: 10;
-ms-border-radius: 10;
border-radius: 10;
content: "";
position: absolute;
height: 8px;
bottom: 0;
z-index: -1;
left: 15px;
right: 15px;
}
.evolve_tabs .widget-content {
padding: 0;
border: 0;
background: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
#secondary a,
#secondary-2 a,
.footer-widgets a,
.header-widgets a {
color: #666;
line-height: 180%;
padding: 3px 0;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.before-title {
position: relative;
top: -10px;
}
.product_list_widget li,
.widget_layered_nav li {
overflow: hidden;
padding: 15px 0;
}
#wp-calendar {
border: 1px solid #e0dddd;
}
#wp-calendar td:last-child {
border-right: 1px solid #e0dddd;
}
#wp-calendar #prev,
#wp-calendar .pad,
#wp-calendar .next {
border-right: 0;
} address {
font-style: italic;
}
abbr[title], acronym[title], dfn[title] {
cursor: help;
border-bottom: 1px dotted #666;
}
blockquote {
position: relative;
font-style: italic;
margin: 0 10px;
margin-bottom: 20px;
padding: 25px 80px;
color: #aaa;
border-bottom: 2px solid #f1f1f1;
}
strong {
font-weight: bold;
}
em, dfn, cite {
font-style: italic;
}
dfn {
font-weight: bold;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
small {
font-size: 12px;
}
del {
text-decoration: line-through;
}
ins {
text-decoration: underline;
}
code, pre {
line-height: 15px;
color: #333;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
var, kbd, samp, code, pre {
font: 14px/1.4 Consolas, "Andale Mono", Courier, "Courier New", monospace;
background: #ffffff;
}
kbd {
font-weight: bold;
}
samp, var {
font-style: italic;
}
pre {
white-space: pre;
overflow: auto;
padding: 10px;
border: 1px solid #ddd;
clear: both;
}
code {
padding: 0px 3px;
white-space: pre-wrap;
} ul.nav-menu {
margin-left: 0px;
}
.entry-content ul,
.entry-content ol,
#search-query {
margin-left: 25px;
padding: 0;
}
li ul,
li ol {
margin-bottom: 0;
}
ul ul,
ol ol,
ul ol,
ol ul {
margin-bottom: 0;
padding: 0;
}
ol {
list-style-type: decimal;
}
ul,
ul ul,
ul ul ul {
list-style-type: none;
list-style-image: url(//kaufenbestellen.de/wp-content/themes/evolve/assets/images/list-style.png);
padding: 0;
}
ul.list-icon,
ul.meta,
ul#shipping_method,
ul#jtwt {
list-style-image: none;
}
ul.meta,
ul#shipping_method,
ul.product_list_widget,
ul#jtwt {
margin-left: 0;
}
.aside ul,
.aside ol,
.header-widgets ul,
.header-widgets ol,
.footer-widgets ul,
.footer-widgets ol {
margin-left: 15px;
}
.evolve-container .meta .date {
font-size: 12px;
}
dt {
font-weight: bold;
}
.fat li {
margin-bottom: 10px;
} table {
position: relative;
width: 100%;
background: #ffffff;
border: 1px solid #E0DDDD;
border-bottom: 0;
margin-bottom: 15px;
border-spacing: 0;
line-height: 18px;
text-align: left;
border-collapse: separate !important;
}
table tbody tr td {
padding: 5px 11px;
}
.table-2 table th {
background: #555;
color: #ffffff;
padding: 10px 11px;
}
.table-2 tr td {
border-bottom: 1px solid #dcdcdc;
padding: 10px 11px;
}
.table-1 tr td {
padding: 10px 11px;
}
td.label {
font-size: 15px;
text-align: left;
display: table-cell;
color: #747474;
}
table .even {
background: #f6f6f6;
}
caption {
text-align: left;
}
td,
th {
font-size: 14px;
padding: 8px 11px;
border-top: 1px solid rgba(255, 255, 255, 0.6);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_calendar td,
.widget_calendar th {
padding: 8px 3px;
}
thead,
thead th,
thead td {
padding: 10px 11px;
font-weight: bold;
background: #f6f6f6;
color: #111;
}
thead {
-webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
-moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
-ms-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
-o-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
}
.table-1 tr:nth-child(2n) {
background: #f6f6f6;
}
.table-1 tr td,
.table-1 tr th {
padding: 8px 11px;
} input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
textarea {
padding: 10px 8px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15) inset;
-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15) inset;
-ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15) inset;
-o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15) inset;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.15) inset;
border: 1px solid #ddd;
background: #ffffff;
}
#change_address input[type="text"], #change_address input[type="tel"], #change_address input[type="password"], #change_address input[type="email"] {
width: 100%;
}
input[type="submit"],
button,
.button,
.bootstrap-button,
input#submit,
.da-slide .da-link,
span.more a,
a.read-more,
.entry-content a.t4p-button-default {
font-size: 14px;
font-weight: 500;
text-shadow: 0 1px 0px rgba(0, 0, 0, 0.3);
height: auto;
line-height: 41px;
padding: 0px 25px;
cursor: pointer;
border-width: 1px;
border-style: solid;
font-weight: normal;
border-color: #0bb697;
text-align: center;
color: #ffffff;
background: #0bb697;
-webkit-box-shadow: 0px 2px 0px #1d6e72;
-moz-box-shadow: 0px 2px 0px #1d6e72;
-ms-box-shadow: 0px 2px 0px #1d6e72;
-o-box-shadow: 0px 2px 0px #1d6e72;
box-shadow: 0px 2px 0px #1d6e72;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
}
.button,
.bootstrap-button {
display: inline-block;
margin: 5px 0;
}
input.input-name,
input.input-email,
input.input-website,
.textarea-comment {
width: 100%;
margin-bottom: 20px;
}
.da-slide .da-link,
.post-more {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.3);
background: rgba(0, 0, 0, 0.2);
font-size: 16px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
button:hover,
.button:hover,
.bootstrap-button:hover,
input#submit:hover {
color: #ffffff;
} .gallery {
margin: auto;
}
.gallery img {
border: none !important;
margin: 0 auto 10px auto;
}
.gallery-image {
margin-left: 0;
}
.gallery-caption {
margin-left: 0;
font-size: 11px;
}
.gallery-item {
text-align: center;
margin-left: 0;
}
.gallery-row:after,
.navigation-links:after,
.container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.gallery-row,
.navigation-links,
.container {
display: block;
} .btn {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
border: none;
cursor: pointer;
display: inline-block;
outline: none;
position: relative;
padding-left: 0;
padding-right: 0;
}
.btn::after {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
content: '';
position: absolute;
z-index: -1;
}
.icon-arrow-right::before {
content: "\e919";
font-family: "IcoMoon";
font-size: 15px;
font-style: normal;
font-weight: normal;
}
.icon-arrow-left:before::before {
content: "\e918";
font-family: "IcoMoon";
font-size: 15px;
font-style: normal;
font-weight: normal;
}
.read-more.icon-arrow-right::before {
color: #bbb;
}
.btn::before {
position: absolute;
height: 100%;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.btn-right::before {
right: 15px;
opacity: 0;
top: 0;
}
.btn-right:hover::before {
right: 8px;
opacity: 1;
}
.btn-left::before {
left: 15px;
opacity: 0;
top: 0;
}
.btn-left:hover::before {
left: 8px;
opacity: 1;
}
.icon-big {
white-space: normal;
}
.icon-arrow-right.icon-big {
text-align: right;
}
.icon-arrow-left.icon-big {
text-align: left;
}
.icon-big::before {
line-height: 30px;
opacity: 1 !important;
font-size: 15px;
color: #ddd;
}
.icon-big:hover::before {
color: #aaa;
}
.btn-right.icon-big::before {
right: -20px;
}
.btn-right.icon-big:hover::before {
right: -25px;
}
.btn-left.icon-big::before {
left: -20px;
}
.btn-left.icon-big:hover::before {
left: -25px;
} @media (max-width: 1000px) {
.container {
width: 100%;
}
}  #wrapper .dd-container {
font-size: 17px;
font-weight: normal;
}
.container-header {
margin-top: 0px;
margin-bottom: 0px;
}
.container-menu {
margin: 0 auto;
padding-bottom: 10px;
position: relative;
z-index: auto;
}
.nacked-menu {
padding: 0 15px;
margin-bottom: 0px;
}
.container-center {
margin: 0px auto;
}
.container-footer {
margin-bottom: 0;
position: relative;
}
.header-widgets {
padding-top: 35px;
} .header {
margin: 0 auto;
}
.header #righttopcolumn {
float: right;
position: relative;
z-index: 100;
}
.header #righttopcolumn .sc_menu {
float: right;
margin: 0;
padding: 0;
}
.header #righttopcolumn .sc_menu li {
display: inline-block;
float: left;
padding: 0 0 5px;
}
.header #righttopcolumn .sc_menu li a {
display: inline-block;
line-height: 0;
margin: 0 5px;
padding: 5px;
}
.header #logo {
font: 400 39px/39px "Roboto", arial, sans-serif;
letter-spacing: -0.01em;
position: relative;
}
.header #sticky-logo {
position: relative;
font: 400 25px 'Roboto', arial, sans-serif;
letter-spacing: -0.01em;
}
#logo-image {
float: left;
margin-right: 20px;
}
#header.sticky-header {
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
background: rgba(242, 242, 242, 0.97);
position: fixed;
top: 0;
z-index: 99998;
display: none;
padding: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
} #wrapper .dd-container .dd-select {
height: auto;
border: none;
}
#wrapper .dd-container .dd-selected {
padding: 0 15px;
background: none;
}
#wrapper .dd-container .dd-selected-text {
background: rgba(255, 255, 255, 0.5);
margin: 8px 0;
padding: 8px 12px;
cursor: pointer;
line-height: 1;
border-radius: 4px;
-webkit-box-shadow: 3px;
-moz-box-shadow: 3px;
-ms-box-shadow: 3px;
-o-box-shadow: 3px;
box-shadow: 3px;
-webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
-o-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
#wrapper .dd-container .dd-selected-text span::before {
position: relative;
top: 0px;
padding: 0px;
margin: 0px;
}
#primary {
width: 100%;
}
#secondary {
width: 100%;
}
#secondary-2 {
width: 100%;
}
}
#wrapper .dd-container label,
#wrapper .dd-container a {
color: #888;
}
#wrapper .dd-options {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
border: 1px solid #E8E8E8;
border-bottom: 0;
position: relative;
margin-bottom: 10px;
}
#wrapper .dd-options li {
float: none;
height: auto;
padding: 0;
line-height: normal;
border-bottom: 1px solid #E8E8E8;
text-align: left;
}
#wrapper .dd-options li a {
border: 0;
float: none;
height: auto;
margin: 0;
padding: 10px;
line-height: normal;
color: #333;
}
#wrapper .dd-options li a:hover,
#wrapper .dd-options li.dd-option-selected a {
background-color: #fbfbfb;
color: #333;
}
#wrapper .dd-options {
font-weight: normal;
font-size: 20px;
}
#wrapper .dd-options li:first-child {
display: none;
}
.nav .dd-container,
.woocommerce-menu .dd-container {
max-width: 100%;
display: none;
}
@media only screen and (max-width: 768px) {
body #header.sticky-header,
body #header.sticky-header.sticky {
display: none;
}
.padding-l {
padding: 0;
}
.nav-holder ul,
.woocommerce-menu-holder ul li.my-account,
.woocommerce-menu-holder ul li.cart {
display: none;
}
.header .woocommerce-menu {
float: none;
margin-right: 0;
}
.header .woocommerce-menu li {
background-image: none;
}
.header .woocommerce-menu .dd-options li a {
text-align: left;
}
#wrapper .woocommerce-menu .dd-options {
width: 100% !important;
}
.anythingSlider {
width: 500px;
}
.nav-holder .dd-container,
.woocommerce-menu .dd-container {
display: block;
width: 100%;
}
.menu-header #search-text-box {
display: block;
margin: 10px auto;
width: 100%;
}
#search-text-top {
text-indent: 1px;
width: 170px;
display: block;
margin-right: 0;
}
#logo-image {
float: none;
margin: 10px 0;
}
.sc_menu li {
float: none;
}
.custom-header {
width: 100%;
}
#secondary,
#secondary-2 {
clear: both;
}
} .footer {
position: relative;
color: #000;
padding: 20px 0;
}
.footer small {
color: rgba(0, 0, 0, 0.4);
}
.footer a {
color: #51545C;
}
.footer a:hover {
color: #000;
text-decoration: none;
}
p#copyright {
font-size: 15px;
text-align: center;
}
p#copyright .credits {
font-size: 11px;
color: rgba(0, 0, 0, 0.3);
}
p#copyright .credits a {
font-size: 11px;
color: rgba(0, 0, 0, 0.5);
} .searchform {
clear: right;
position: relative;
z-index: 0;
margin: 3px 0 0;
}
#search-text-box {
top: 3px;
float: right;
}
.widget-content #search-text-box {
float: none;
width: 100%;
}
.widget-content #search-text {
max-width: 100%;
}
.widget-content #search-text,
.widget-content #search-text-top:focus,
#search-text-box #search_label {
width: 100%;
}
.widget-content #search-button {
top: -5px;
right: 0px;
}
#search-text,
#search-text-top:focus,
#search-stickyfix:focus {
-webkit-box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
-moz-box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
-ms-box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
-o-box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
-webkit-box-shadow: 3px;
-moz-box-shadow: 3px;
-ms-box-shadow: 3px;
-o-box-shadow: 3px;
box-shadow: 3px;
border: 1px solid rgba(0, 0, 0, 0.1);
font-size: 12px;
position: relative;
float: left;
width: 170px;
z-index: 0;
background: rgba(255, 255, 255, 0.7);
font-weight: normal;
position: relative;
left: 0px;
height: 35px;
padding: 5px 40px 5px 7px;
}
#search-text:focus {
-webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
-moz-box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
-ms-box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
-o-box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
}
#search-text-top {
float: right;
margin-right: 10px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
text-indent: -9999px;
width: 25px;
padding-top: 5px;
padding-bottom: 5px;
height: 35px;
position: relative;
border-color: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
background: none;
background-color: transparent;
border-color: transparent;
}
#search-text-top:focus {
text-indent: 1px;
background-color: #fff;
color: #888;
border: 1px solid rgba(0, 0, 0, 0.1);
}
#search-text-box #search_label_top:after {
cursor: pointer;
content: '\e91e';
font-family: "IcoMoon";
position: absolute;
font-weight: normal;
right: 25px;
top: 25%;
width: 5px;
font-size: 12px;
}
#search-button-box {
position: absolute;
right: 5px;
z-index: 99;
}
#search-button {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
font-weight: normal;
text-transform: uppercase;
left: 0px;
top: 0px;
position: relative;
z-index: 99;
height: 35px;
padding: 0;
width: 30px;
border: none;
background: none;
filter: none;
}
#search-button::after {
cursor: pointer;
content: '\e91e';
font-family: "IcoMoon";
position: absolute;
font-weight: normal;
right: 5px;
top: 0;
font-size: 16px;
line-height: 43px;
color: #aaa;
text-shadow: none;
}
#search-text-box #search_label,
#search-text-box #search_label_top {
float: left;
height: 24px;
margin: 0 0 10px 0;
position: relative;
z-index: 12;
}
#search-text-box #search_label_top {
top: 6px;
height: 40px;
margin-bottom: 0;
}
#search-text-box #search_label span,
#search-text-box #search_label_top span {
color: #aaa;
left: -3px;
cursor: text;
display: block;
font-size: 13px;
height: 40px;
margin-bottom: -40px;
top: 10px;
padding: 0 12px;
position: relative;
z-index: 10;
}
.stickysearchform {
position: relative;
z-index: 0;
float: right;
margin-bottom: 0px;
}
#stickysearch-text-box,
#stickysearch_label {
margin: 0px 0px;
width: 25px;
height: 35px;
float: right;
}
#stickysearch_label {
position: relative;
z-index: 12;
top: 9px;
}
#stickysearch-text-box #stickysearch_label::after {
cursor: pointer;
content: '\e91e';
font-family: IcoMoon;
position: absolute;
font-weight: normal;
right: 25px;
top: 25%;
width: 5px;
font-size: 12px;
}
#search-stickyfix {
right: 0;
margin-right: 10px;
text-indent: -9999px;
padding-top: 5px;
padding-bottom: 5px;
width: 25px;
height: 35px;
border-color: transparent;
background: none;
position: absolute;
float: right;
background-color: transparent;
border-color: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#search-stickyfix:focus {
right: 0px;
text-indent: 1px;
position: absolute;
left: initial;
background-color: #fff;
color: #888;
border: 1px solid rgba(0, 0, 0, 0.1);
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}  #bootstrap-slider .carousel-caption {
padding-top: 0;
text-align: left;
}
#bootstrap-slider .carousel-caption h2 {
background: rgba(0, 0, 0, 0.7);
padding: 15px 25px;
margin-top: 0;
}
#bootstrap-slider .carousel-caption p {
padding: 15px 25px;
}
#bootstrap-slider .carousel-caption .bootstrap-button {
background: rgba(0, 0, 0, 0.7);
border: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
bottom: -5px;
position: relative;
line-height: 41px;
padding: 0 25px;
display: inline-block;
text-decoration: none;
}
#bootstrap-slider .carousel-control {
z-index: 11;
top: auto;
right: auto;
width: auto;
background: none;
}
#bootstrap-slider img {
margin: 0px auto;
}
#bootstrap-slider a.left:before,
#bootstrap-slider a.right:before {
font-family: "IcoMoon";
content: '\e918';
width: 40px;
height: 40px;
display: block;
line-height: 40px;
font-size: 20px;
background: #636363;
background: rgba(0, 0, 0, 0.7);
}
#bootstrap-slider a.right:before {
content: '\e919';
} .home-content-boxes {
margin: 0 0 25px;
overflow: hidden;
}
.home-content-boxes .row {
padding: 0 15px;
display: flex;
flex-wrap: wrap;
}
.home-content-boxes .content-box {
text-align: center;
}
.home-content-boxes .content-box i {
font-size: 50px;
text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
z-index: 99;
position: relative;
}
.home-content-boxes .content-box h2 {
padding: 5px 0;
z-index: 99;
position: relative;
}
.home-content-boxes .content-box p {
z-index: 99;
position: relative;
}
.home-content-boxes .cntbox_btn {
display: flex;
align-items: flex-end;
justify-content: center;
display: -webkit-flex;
-webkit-align-items: flex-end;
-webkit-justify-content: center;
height: 100%;
margin: 0 auto;
text-align: center;
width: 100%;
position: absolute;
left: 0;
top: -30px;
} .home-content-boxes {
width: 100%;
clear: both;
margin: 0 0 25px;
float: left;
}
.home-content-boxes .row {
padding: 0 15px;
}
.content-box {
text-align: center;
margin-bottom: 25px;
}
.content-box h2 {
color: #6b6b6b;
}
.content-box i {
font-size: 50px;
text-shadow: rgba(0, 0, 0, 0.05) 3px 3px 0;
}
.content-box p {
color: #888;
margin: 25px 0;
font-size: 140%;
}
.content-box img {
margin: 0 auto;
width: 100%;
}
@media (min-width: 992px) {
.cntbox_btn {
text-align: center;
margin: 0 auto;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: absolute;
top: -30px;
left: 0px;
height: 100%;
width: 100%;
align-items: flex-end;
-webkit-align-items: flex-end;
justify-content: center;
}
.cntbox_btn a {
position: initial;
}
}
@media (max-width: 991px) and (min-width: 768px) {
.cntbox_btn {
text-align: center;
margin: 0 auto;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: absolute;
top: -30px;
left: 0px;
height: 100%;
width: 100%;
align-items: flex-end;
-webkit-align-items: flex-end;
justify-content: center;
}
.cntbox_btn a {
position: initial;
}
}
@media (min-width: 768px) {
.home-content-boxes .row {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
}
.home-content-boxes [class*="col-"] {
display: flex;
flex-direction: column;
display: -webkit-flex;
-webkit-flex-direction: column;
}
}
@media (max-width: 991px) {
.home .odd1,
.archive .odd1,
.search .odd1,
.blog .odd1,
.page-template-blog-page-php .odd1 {
clear: both;
}
} .footer {
clear: both;
}
.alignleft {
float: left;
margin: 5px 20px 10px 0;
}
.alignright {
float: right;
margin: 5px 0 10px 20px;
}
.aligncenter {
margin: 5px auto 10px auto;
display: block;
clear: both;
}
.widget.carousel-slider a.left:before,
.widget.carousel-slider a.right:before {
font-family: "IcoMoon";
content: '\e918';
position: absolute;
left: 0;
top: 50%;
margin-top: -20px;
width: 40px;
height: 40px;
display: block;
line-height: 40px;
font-size: 20px;
background: #636363;
background: rgba(0, 0, 0, 0.7);
color: #fff;
}
.widget.carousel-slider a.right::before {
content: '\e919';
right: 0;
left: auto;
}
@media only screen and (max-width: 540px) {
#bootstrap-slider .layout-right {
padding-bottom: 0px;
}
#bootstrap-slider .carousel-caption {
left: 20px;
right: 20px;
}
#bootstrap-slider .carousel-caption .bootstrap-button {
padding: 0px 10px;
}
#bootstrap-slider .carousel-caption h2 {
font-size: 100%;
}
#bootstrap-slider .carousel-caption p {
display: none;
}
#bootstrap-slider .carousel-caption .bootstrap-button {
display: none;
}
}
@media only screen and (max-width: 360px) {
#bootstrap-slider .carousel-caption h2 {
font-size: 80%;
}
.da-slider .da-link p {
max-height: 100px;
overflow: hidden;
}
}
@media (max-width: 768px) {
body #header.sticky-header,
body #header.sticky-header.sticky {
display: none !important;
}
.padding-l {
padding: 0;
}
.nav-holder ul {
display: none;
}
.anythingSlider {
width: 500px;
}
.nav-holder .dd-container {
display: block;
width: 100%;
}
.menu-header #search-text-box {
display: block;
margin: 10px auto;
width: 100%;
}
#search-text-top {
text-indent: 1px;
width: 170px;
display: block;
margin-right: 0;
}
#search-text-box #search_label_top {
top: 0;
height: 36px;
float: none;
margin: 0 auto;
display: block;
width: 170px;
}
#righttopcolumn,
#social,
.header a,
#tagline,
#logo {
float: none;
display: inline-block;
width: 100%;
text-align: center;
}
#logo {
margin: 0;
}
#logo-image {
float: none;
margin: 10px 0;
display: inline-block;
}
.sc_menu li {
float: none;
}
.custom-header {
width: 100%;
}
#secondary,
#secondary-2 {
clear: both;
}
.header #righttopcolumn {
width: 100%;
text-align: center;
overflow: hidden;
}
.header #righttopcolumn .sc_menu {
float: none;
}
.header #righttopcolumn .sc_menu li {
float: none;
}
.header #social {
width: 100%;
text-align: center;
overflow: hidden;
}
.title-container #tagline {
margin-top: -25px;
}
.entry-content h3 {
font-size: 1.5em !important;
}
.searchform {
clear: both;
display: inline-block;
margin: 0;
width: 100%;
}
#search-text-box #search_label_top {
top: 0;
height: 36px;
}
}
@media only screen and (max-width: 1190px) {
.home-content-boxes .content-box h2 {
font-size: 23px;
}
}
@media only screen and (min-width: 769px) { .link-effect a {
overflow: hidden;
padding: 8px 10px;
line-height: 2.5em;
display: inline-block;
}
.link-effect a span {
position: relative;
display: inline-block;
-webkit-transition: transform 0.3s;
-moz-transition: transform 0.3s;
-ms-transition: transform 0.3s;
-o-transition: transform 0.3s;
transition: transform 0.3s;
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
.link-effect a span::before {
position: absolute;
top: 100%;
height: 100%;
width: 100%;
content: attr(data-hover);
-webkit-transition: translate3d(0, 0, 0);
-moz-transition: translate3d(0, 0, 0);
-ms-transition: translate3d(0, 0, 0);
-o-transition: translate3d(0, 0, 0);
transition: translate3d(0, 0, 0);
}
.link-effect .sub-menu a,
#wrapper .primary-menu .link-effect .sub-menu a {
padding: 4px 10px;
height: auto;
line-height: 1.9em;
}
.link-effect .sub-menu a span {
display: block;
}
}
.no_thumbnail {
display: none !important;
}  .ias-trigger,
.ias-spinner,
.ias-noneleft {
clear: both;
}
.ias-spinner {
margin-bottom: 40px;
text-align: center;
}
.ias-spinner .t4p-icon-repeat {
font-size: 35px;
color: #aaa;
display: inline-block;
}
.infinite-rotation-icon {
-webkit-animation: spin 1s infinite linear;
-moz-animation: spin 1s infinite linear;
-ms-animation: spin 1s infinite linear;
-o-animation: spin 1s infinite linear;
animation: spin 1s infinite linear;
filter: blur(0);
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@-moz-keyframes spin {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
}
}
@-ms-keyframes spin {
0% {
-ms-transform: rotate(0deg);
}
100% {
-ms-transform: rotate(359deg);
}
}
@-o-keyframes spin {
0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(359deg);
}
} .recaptchatable * {
font-size: 6pt;
}
#comment-recaptcha {
margin-bottom: 20px;
} ul.nav-menu li.menu-item-language {
position: relative;
}
ul.nav-menu li.menu-item-language ul {
left: 0;
width: 14em;
}
.submenu-languages .menu-item-language a span {
display: inline-block;
}
.menu-item-language a::after {
left: 3px;
}
#lang_sel ul {
list-style-image: none;
} .page-navigation ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.page-navigation li {
display: inline;
}
a.page-numbers,
span.page-numbers {
padding: 3px 8px;
margin: 0px 2px;
color: #BFBFBF;
}
a:hover.page-numbers {
color: #333;
}
.page-navigation .current {
color: #999;
font-weight: bold;
margin: 0px 2px;
background: #F6F6F6 none repeat scroll 0% 0%;
text-decoration: none;
padding: 3px 8px;
}
.pagination .current {
color: #999;
font-weight: bold;
margin-left: 5px;
background: #F6F6F6 none repeat scroll 0% 0%;
text-decoration: none;
padding: 4px 10px;
border: 1px solid #E0DDDD;
}
.number-pagination {
text-align: center;
} a,
.entry-content a:link,
.entry-content a:active,
.entry-content a:visited {
color: #0bb697;
text-decoration: none !important;
}
a:hover {
text-decoration: underline;
}
#secondary,
#secondary-2 {
position: relative;
z-index: 0;
}
#secondary a,
#secondary-2 a,
.footer-widgets a,
.header-widgets a {
word-wrap: break-word;
line-height: 1.8;
color: #666;
padding: 3px 0;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
#secondary a:hover,
#secondary-2 a:hover,
.footer-widgets a:hover,
.header-widgets a:hover {
color: #7a9cad;
text-decoration: none;
padding-left: 5px;
}
#secondary .img-holder a:hover,
#secondary-2 .img-holder a:hover,
#secondary .flickr_badge_image a:hover,
#secondary-2 .flickr_badge_image a:hover,
.footer-widgets .img-holder a:hover,
.header-widgets .img-holder a:hover,
.footer-widgets .flickr_badge_image a:hover,
.header-widgets .flickr_badge_image a:hover {
padding-left: 0;
}
#secondary .tagcloud a:hover,
#secondary-2 .tagcloud a:hover,
.footer-widgets .tagcloud a:hover,
.header-widgets .tagcloud a:hover {
padding-right: 5px;
}
.entry-content a:hover {
text-decoration: none;
} #wp-calendar {
margin-bottom: 0px;
width: 100%;
}
#wp-calendar caption {
margin-bottom: 10px;
font-size: 12px;
text-align: right;
}
#wp-calendar th,
#wp-calendar tbody tr td {
padding: 8px 3px;
text-align: center;
}
#wp-calendar tfoot tr td {
text-align: center;
}
#wp-calendar thead {
background: none;
}
#wp-calendar td {
border-right: 1px solid #fff;
color: #aaa;
border-top: 1px solid #fff;
} #backtotop {
display: none;
z-index: 9999;
position: fixed;
top: 100%;
margin-top: -60px;
opacity: .9;
margin-left: -20px;
background: #444;
height: 40px;
width: 40px;
}
#backtotop::after {
content: '\e91a';
font-family: IcoMoon;
position: absolute;
font-weight: normal;
left: 0;
top: 0;
width: 40px;
text-align: center;
font-size: 15px;
line-height: 40px;
color: #f1f1f1;
}
#backtotop a {
font-size: 12px;
color: #fff;
padding: 5px 8px;
display: block;
}
#backtotop a:hover {
text-decoration: none;
opacity: 1;
}
#backtotop .top-icon {
padding-left: 18px;
} #secondary .tab-holder .tabs li a,
#secondary-2 .tab-holder .tabs li a,
.footer-widgets .tab-holder .tabs li a,
.header-widgets .tab-holder .tabs li a {
line-height: 48px;
padding: 0px 10px 0px 10px;
}
.tab-holder .tabs {
height: 49px;
list-style: none;
margin: 0;
padding: 0;
display: table;
overflow: hidden;
}
.tab-holder .tabs li {
margin: 0;
padding: 0;
display: table-cell;
width: 1%;
}
.tab-holder .tabs li a {
line-height: 48px;
text-indent: 0;
color: #999;
background: rgba(255, 255, 255, 0.3);
padding: 0px 10px 0px 10px;
position: relative;
display: block;
text-align: center;
border: 1px solid rgba(0, 0, 0, 0.1);
border-right-color: transparent;
z-index: 2;
-webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
-moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
-ms-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
-o-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
}
.tab-holder .tabs li:last-child {
border-right: 1px solid #E0DDDD;
}
.tab-holder .tabs li.active a {
color: #51545C;
background: #f6f6f6;
border: 1px solid #E0DDDD;
border-right: 1px solid transparent;
border-bottom: 1px solid #f6f6f6;
font-weight: bold;
text-decoration: none;
top: 0px;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.widget .tab-holder .tabs li.active a {
bottom: -1px;
}
.tab-holder .tabs-container {
position: relative;
z-index: 0;
background: #f6f6f6;
border: 1px solid #E0DDDD;
border-top: 0;
}
.tab-holder .news-list {
list-style: none;
margin: 0;
padding: 0;
clear: both;
}
.tab-holder .news-list img {
margin: 0 0 0px 20px;
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #F1F1F1;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
padding: 4px;
width: 60px;
height: auto;
}
.tab-holder .news-list li {
border-bottom: 1px solid #F0F0F0;
padding: 15px 0 10px 0px;
overflow: hidden;
-webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
-moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
-ms-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
-o-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
}
.tab-holder .news-list li:nth-child(even) {
background: rgba(255, 255, 255, 0.6);
}
.tab-holder .news-list li a,
#secondary .tab-holder .news-list li a,
#secondary-2 .tab-holder .news-list li a,
.footer-widgets .tab-holder .news-list li a,
.header-widgets .tab-holder .news-list li a {
background: none;
padding: 0;
}
.tab-holder .news-list li:last-child {
border-bottom: 0;
}
.tab-holder .news-list li .image {
float: left;
}
.tab-holder .news-list li .post-holder {
float: left;
width: 60%;
margin-left: 20px;
}
.tab-holder .news-list li .post-holder p {
margin: 0;
margin-bottom: 5px;
}
.tab-holder .news-list .post-holder a {
margin: 0;
padding: 0;
overflow: hidden;
background: none;
border: 0;
text-indent: 0;
height: auto;
line-height: normal;
}
#secondary .news-list li .post-holder a,
#secondary-2 .news-list li .post-holder a,
.footer-widgets .news-list li .post-holder a,
.header-widgets .news-list li .post-holder a,
.tab-holder .news-list li .post-holder a {
color: #51545C;
font-size: 14px;
line-height: 17px;
font-weight: bold;
}
.tab-holder .news-list li .post-holder .meta {
margin: 0;
margin-top: 2px;
font-size: 12px;
color: #747474 !important;
}
.tab-holder .news-list li .post-holder .meta em {
font-style: normal;
font-size: 12px;
color: #747474;
}
.tab-holder .news-list li .post-holder .comment-text-side {
line-height: 16px;
} .sc {
margin: 15px 0 5px 0;
}
.nosl {
float: none;
display: inline-block;
width: auto;
padding-top: 10px;
}
#rss,
#email-newsletter,
#facebook,
#twitter,
#instagram,
#skype,
#youtube,
#flickr,
#linkedin,
#plus,
#pinterest,
#tumblr {
color: #999;
display: block;
margin: 0px 5px;
}
.sc_menu {
padding: 0;
margin: 0;
float: right;
}
.sc_menu li {
display: inline-block;
padding: 0;
float: left;
padding-bottom: 5px;
}
.sc_menu li a {
display: inline-block;
margin: 0 5px;
padding: 5px;
line-height: 0;
}
.share-this {
float: right;
padding: 10px 0 14px 0;
}
.share-this strong {
font-size: 11px;
color: #777;
margin-right: 5px;
padding: 5px 6px;
border: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
}
.share-this:hover strong {
color: #111;
}
.share-this a {
text-transform: uppercase;
color: #bfbfbf;
font-size: 16px;
padding: 5px 8px;
font-weight: bold;
}
.share-this a:hover {
color: #333;
text-decoration: none;
}
.more-options {
position: relative;
top: 0px;
left: 8px;
} .animated {
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
-ms-animation-duration: 0.5s;
-o-animation-duration: 0.5s;
animation-duration: 0.5s;
}
.animated.hinge {
-webkit-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
-ms-animation-duration: 0.5s;
-o-animation-duration: 0.5s;
animation-duration: 0.5s;
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes pulse {
0% {
-moz-transform: scale(1);
}
50% {
-moz-transform: scale(1.1);
}
100% {
-moz-transform: scale(1);
}
}
@-o-keyframes pulse {
0% {
-o-transform: scale(1);
}
50% {
-o-transform: scale(1.1);
}
100% {
-o-transform: scale(1);
}
}
@keyframes pulse {
0% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
.pulse {
-webkit-animation-name: pulse;
-moz-animation-name: pulse;
-o-animation-name: pulse;
animation-name: pulse;
} .tipsy {
padding: 8px;
line-height: 12px;
font-size: 11px;
position: absolute;
z-index: 99999;
}
.tipsy small {
color: #777;
}
.tipsy-inner {
color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
background: #333;
margin-top: 2px;
padding: 10px;
max-width: 200px;
text-align: center;
}
.tipsy-n .tipsy-arrow {
top: 0px;
left: 50%;
margin-left: -8px;
}
.tipsy-s .tipsy-arrow {
bottom: -2px;
left: 50%;
margin-left: -8px;
background-position: bottom left;
}
.tipsy-e .tipsy-arrow {
top: 50%;
margin-top: -4px;
right: 0;
width: 5px;
height: 9px;
background-position: top right;
}
.tipsy-w .tipsy-arrow {
top: 50%;
margin-top: -4px;
left: 0;
width: 5px;
height: 9px;
} #comment-name_label,
#comment-email_label,
#comment-url_label,
#comment-text_label {
display: block;
margin: 0 6px 10px 0;
_margin-right: 0;
position: relative;
z-index: 12;
}
#comment-name_label,
#comment-email_label,
#comment-url_label {
height: 31px !important;
}
#comment-name_label span,
#comment-email_label span,
#comment-url_label span,
#comment-text_label span {
color: #444444;
cursor: text;
display: block;
font-size: 13px;
font-weight: bold;
height: 32px;
margin-bottom: -32px;
top: 2px;
width: 100%;
padding: 0 4px;
position: relative;
z-index: 10;
}
#comment-text_label span {
top: 11px;
padding: 0 11px;
font-size: 18px;
}
@media (max-width: 1000px) {
.container {
width: 100%;
}
.title-container #tagline {
margin-top: 0;
}
}
@media (max-width: 1000px) {
.home-content-boxes .content-box {
width: 100%;
}
.home .type-post .entry-footer,
.archive .type-post .entry-footer,
.search .type-post .entry-footer,
.page-template-blog-page-php .type-post .entry-footer {
float: none !important;
}
}
.published {
font-size: 13px;
line-height: 13px;
text-align: center;
padding: 0px 10px 0 0;
margin-right: 10px;
border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.aside {
padding: 0 15px !important;
}
.aside,
.aside a {
font-size: 13px;
}
a,
a:focus,
a:hover,
a:link {
outline: none !important;
-webkit-transition: all 0.1s ease-in;
-moz-transition: all 0.1s ease-in;
-ms-transition: all 0.1s ease-in;
-o-transition: all 0.1s ease-in;
transition: all 0.1s ease-in;
}
.tab-holder .tabs li a,
.da-slide .da-link {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.author.vcard .avatar {
float: left;
margin: 0;
position: relative;
top: -7px;
left: -5px;
padding: 0;
margin-right: 5px;
}
.entry-meta {
margin-bottom: 10px;
font-size: 13px;
line-height: 20px;
}
.entry-meta .meta-sep {
margin: 0 5px;
}
.entry-header {
color: #ccc;
clear: both;
margin: 0;
padding: 0;
}
.entry-header a {
color: #ccc;
}
.entry-header .comment-count a {
color: #777;
}
.entry-footer {
font-size: 13px;
clear: both;
margin: 20px 0;
color: #ccc;
}
.odd0 .entry-footer,
.odd1 .entry-footer,
.odd2 .entry-footer {
background: none;
}
.blog .odd0 {
clear: both;
}
.archive .odd0 {
clear: both;
}
.entry-footer a {
color: #ccc;
}
.entry-footer a:hover {
text-decoration: none;
border-bottom-color: #333;
color: #333;
}
.edit-comment {
visibility: hidden;
font-size: 12px;
}
.edit-comment a {
margin-left: 25px;
}
.edit-comment a:before {
font-family: "IcoMoon";
content: '\e902';
margin-right: 5px;
}
.edit-post,
.edit-page {
visibility: hidden;
}
.edit-post a.post-edit-link,
.edit-page a.post-edit-link {
margin-left: 10px;
font-size: 12px;
color: #CCC;
text-transform: uppercase;
}
a.post-edit-link:before {
font-family: "IcoMoon";
content: '\e902';
margin-right: 5px;
}
.formatted-post {
position: relative;
padding-left: 15px;
padding-right: 15px;
}
.home .formatted-post,
.page-template-blog-page-php .formatted-post {
margin-bottom: 0;
}
.margin-40,
.home .formatted-single,
.page-template-blog-page-php .formatted-single {
margin-bottom: 20px;
} @media screen and (max-width: 768px) {
#bootstrap-slider .carousel-caption {
bottom: auto !important;
top: 20px;
}
#bootstrap-slider .carousel-caption h2 {
padding: 15px;
}
}
@media screen and (max-width: 767px) {
.sc_menu li {
float: none;
}
#wrapper .primary-menu .link-effect .dd-select a {
text-align: center;
}
#wrapper .primary-menu label {
margin: 0;
}  
.da-slide {
padding: 20px;
}
.da-slide h2 {
margin-bottom: 15px;
padding: 0;
width: calc(100% - 35%);
}
.da-slide p {
margin-bottom: 20px;
width: calc(100% - 35%);
}
.da-slide .da-link {
top: auto;
bottom: 0;
}
.da-slide .da-img {
height: auto;
line-height: 1;
}
.da-slide h2,
.da-slide p,
.da-slide .da-link {
position: static;
}
input[type="submit"],
button,
.button,
.bootstrap-button,
input#submit,
.da-slide .da-link,
span.more a,
a.read-more,
.entry-content a.t4p-button-default {
line-height: 1;
padding: 10px 16px;
}
#bootstrap-slider a.left::before {
font-size: 12px;
height: 30px;
line-height: 30px;
width: 30px;
}
#bootstrap-slider a.right::before {
font-size: 12px;
height: 30px;
line-height: 30px;
width: 30px;
}
#bootstrap-slider .carousel-caption p {
padding: 10px 15px;
margin-bottom: 0;
}
#bootstrap-slider .carousel-caption .bootstrap-button {
line-height: 34px;
padding: 0 20px;
}
#bootstrap-slider .right.carousel-control {
left: 50px;
}
#bootstrap-slider .carousel-control {
left: 20px;
}
.carousel-caption.layout-left {
left: auto !important;
right: auto !important;
margin: auto !important;
padding-left: 20px;
padding-right: 20px;
width: 100%; }
}
@media (max-width: 450px) {
#bootstrap-slider .carousel-caption p {
display: none;
}
} .primary-menu .nav-menu .children {
padding: 0;
}
.sticky-header .nav-menu .children {
padding: 0;
}
.header-logo-container .normal_logo {
display: block;
}
.header-logo-container .retina_logo {
display: none;
}
.sticky-header .normal_logo {
display: block;
}
.sticky-header .retina_logo {
display: none;
}
@media only screen and (max-width: 768px) {
.header-logo-container .normal_logo,
.sticky-header .normal_logo {
display: inline-block;
}
.container-header {
display: table;
width: 100%;
}
.header #righttopcolumn {
display: table-footer-group;
}
.header .woocommerce-menu li:last-child {
border-bottom: none;
}
.title-container {
display: table-header-group;
}
.woocommerce-menu .dd-options li:last-child {
border-bottom: none;
border-color: transparent;
margin-bottom: 0;
}
#wrapper .primary-menu .mean-nav.link-effect > ul.nav-menu {
margin-bottom: 20px;
}
#wrapper .primary-menu .link-effect a {
line-height: 1;
vertical-align: top;
}
}
#header.sticky-header {
background: rgba(242, 242, 242, 0.97) none repeat scroll 0 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
display: none;
padding: 0;
position: fixed;
top: 0;
z-index: 99998;
}
.menu-header {
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 0 10px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 0 10px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 0 10px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 0 10px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 0 10px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
background: #f5f5f5;
border-color: #e0dddd;
border-style: solid;
border-width: 1px;
color: #c1c1c1;
font-size: 14px;
text-shadow: 0 1px 0 #ffffff;
float: left;
display: block;
width: 100%;
}
.menu-back {
clear: both;
background-repeat: repeat-y;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
ul.nav-menu {
width: 100%;
margin-bottom: 0;
}
ul.nav-menu li:first-child {
border-left: none;
}
ul.nav-menu li:last-child {
border-right: none;
}
ul.nav-menu,
ul.nav-menu * {
list-style: none;
} ul.nav-menu ul {
position: absolute;
z-index: 9999; } ul.nav-menu li:hover li ul,
ul.nav-menu li.nav-hover li ul,
ul.nav-menu li li:hover li ul,
ul.nav-menu li li.nav-hover li ul,
ul.nav-menu li li li:hover li ul,
ul.nav-menu li li li.nav-hover li ul {
top: -999em;
} ul.nav-menu li li:hover ul,
ul.nav-menu li li.nav-hover ul,
ul.nav-menu li li li:hover ul,
ul.nav-menu li li li.nav-hover ul,
ul.nav-menu li li li li:hover ul,
ul.nav-menu li li li li.nav-hover ul { top: 0px;
}
ul.nav-menu {
padding: 0px 0px 2px 0px;
}
ul.nav-menu ul {
border: 1px solid #ccc;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 0 10px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 0 10px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 0 10px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 0 10px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 0 10px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}
ul.nav-menu ul li a {
word-wrap: break-word;
font-size: .9em;
font-weight: normal;
}
ul.nav-menu ul li a:hover {
border-top-color: #ccc;
}
ul.nav-menu li a {
padding: 18px 10px;
}
ul.nav-menu li:hover > a {
text-decoration: none;
}
ul.nav-menu a {
-webkit-transition: all 0.1s ease-in;
-moz-transition: all 0.1s ease-in;
-ms-transition: all 0.1s ease-in;
-o-transition: all 0.1s ease-in;
transition: all 0.1s ease-in;
display: block;
position: relative;
padding: 8px 10px;
color: #c1c1c1;
text-shadow: 1px 1px 0px #ffffff;
font: 15px/1.5 "Roboto", arial, sans-serif;
}
ul.nav-menu li:hover ul,
ul.nav-menu li.nav-hover ul {
z-index: 999999;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
}
ul.nav-menu li.current-menu-ancestor li.current-menu-item > a,
ul.nav-menu li.current-menu-ancestor li.current-menu-parent > a {
border-top-color: #aaa;
text-decoration: none;
}
ul.nav-menu .sf-sub-indicator {
position: absolute;
z-index: 999;
right: 0.5em;
top: 45%;
width: 10px;
height: 10px;
overflow: hidden;
}
ul.nav-menu a::after {
content: ' ';
font-family: IcoMoon;
font-size: 8px;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
ul.nav-menu .sf-with-ul:after {
content: '\e917';
font-family: IcoMoon;
margin-left: 5px;
}
ul.nav-menu li ul .sf-sub-indicator {
top: 41%;
}
ul.nav-menu ul.sub-menu .sf-with-ul:after {
content: '\e919';
font-family: IcoMoon;
position: absolute;
right: 1.6em;
top: 50%;
width: 5px;
font-size: 7px;
transform: translateY(-50%);
}
ul.nav-menu li.current-menu-item,
ul.nav-menu li.current-menu-ancestor,
ul.nav-menu li:hover {
border-right-color: #ddd;
}
ul.nav-menu li li a,
ul.nav-menu li li li a,
ul.nav-menu li li li li a {
padding: 10px;
}
ul.nav-menu li li,
ul.nav-menu li li li,
ul.nav-menu li li li li {
border-left: none;
border-right: none;
border-bottom: 1px solid #F0F0F0;
}
ul.nav-menu li a.sf-with-ul {
padding-right: 25px;
}
.sticky-header ul.nav-menu .sf-with-ul:after {
content: '\e917';
margin-left: 5px;
} .ie7 .nav:hover {
visibility: inherit; }
body #header.sticky {
-webkit-animation: fadein 0.5s;
-moz-animation: fadein 0.5s;
-ms-animation: fadein 0.5s;
-o-animation: fadein 0.5s;
animation: fadein 0.5s;
} @keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
} @-moz-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
} @-webkit-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
} @-ms-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
} @-o-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
body.admin-bar #header.sticky-header {
top: 32px;
}
body #header.sticky-header img#logo-image {
margin-top: 8px;
margin-bottom: 8px;
vertical-align: middle;
height: auto;
line-height: 65px;
}
body #header.sticky-header .nav ul.nav-menu ul li a {
padding-top: 3px;
padding-bottom: 3px;
}
body #header.sticky-header .logo-url-text {
margin-top: 10px;
}
#wrapper .dd-container .dd-select {
height: auto;
border: none;
}
#wrapper .dd-container .dd-selected-text {
margin: 8px 0;
cursor: pointer;
}
.new-top-menu .top-menu .dd-container {
width: 100%;
}
.top-menu-social {
margin: 15px 0 5px;
overflow: hidden;
}
a:hover,
a:focus {
color: #0bb697;
}
.center-menu ul.nav-menu li {
text-align: left;
}
.center-menu {
text-align: center;
}
.h4-menu.center-menu {
text-align: left;
}
form.top-searchform {
margin: 0px;
background: #273039;
}
.top-searchform #search-text-box #search_label_top {
color: #888;
}
.center-menu.custom-center .menu-short-menu-1-container {
text-align: center;
}
.center-menu .menu-short-menu-1-container {
text-align: left;
}
.top-menu .sub-menu,
.primary-menu .sub-menu {
display: none;
}
ul.nav-menu li ul {
opacity: 0;
}
ul.nav-menu li.nav-hover ul {
opacity: 1;
}
#wrapper ul.nav-menu li ul {
border: 0 none;
-webkit-box-shadow: 0 0 0 0;
-moz-box-shadow: 0 0 0 0;
-ms-box-shadow: 0 0 0 0;
-o-box-shadow: 0 0 0 0;
box-shadow: 0 0 0 0;
}
#wrapper .primary-menu .link-effect a {
line-height: 2.5em;
overflow: hidden;
padding: 8px 12px 8px 10px;
}
#wrapper .primary-menu .link-effect .sub-menu a {
height: auto;
line-height: 1.9em;
padding: 4px 10px;
}
#header.sticky-header .link-effect a {
line-height: 2.5em;
overflow: hidden;
padding: 8px 12px;
}
.header_v0 .nav-menu .sub-menu {
margin-top: -1px;
}
.header_v0 .nav-menu .sub-menu .sub-menu {
margin-top: 0;
}
.header_v0 .link-effect .sub-menu a {
height: auto;
line-height: 1.9em;
padding: 4px 10px 0;
}  @media only screen and (-webkit-min-device-pixel-ratio: 0) {
ul.nav-menu {
float: left;
}
}
@media only screen and (max-width: 768px) {
.header-logo-container .normal_logo,
.sticky-header .normal_logo {
display: inline-block;
}
ul.nav-menu ul.sub-menu .sf-with-ul::after {
top: 10px;
}
}
@media only screen and (min-width: 1200px) {
div#search-text-box {
margin-right: 20px;
}
}
@media only screen and (min-width: 769px) {
ul.nav-menu ul ul {
left: 14em;
}
#wrapper .evolve_mobile_menu {
display: none !important;
}
#wrapper .link-effect li a {
overflow: hidden;
padding: 8px 10px;
line-height: 2.5em;
display: block;
}
#wrapper .link-effect .sub-menu a {
text-align: left;
}
} #primary {
word-wrap: break-word;
z-index: 0;
}
#primary .formatted-post {
padding: 15px 15px 25px;
position: relative;
}
#primary.full-width h1 {
margin: 0 0 15px;
}
.hentry h2 {
margin-top: 20px;
}
.hentry .entry-meta {
margin-bottom: 10px;
font-size: 13px;
line-height: 20px;
}
.hentry .entry-meta .meta-sep {
margin: 0 5px;
}
.hentry .entry-header {
color: #ccc;
}
.hentry .entry-content {
margin-top: 25px;
}
.hentry .thumbnail-post {
-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
border: 6px solid rgba(255, 255, 255, 0.95);
display: block;
margin-bottom: 15px;
max-width: 100%;
overflow: hidden;
position: relative;
width: 100%;
}
.hentry .read-more {
text-transform: none;
}
.entry-content img,
.entry-content .wp-caption {
-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
height: auto;
padding: 5px;
border: 1px solid rgba(255, 255, 255, 0.95);
background: rgba(255, 255, 255, 0.8);
}
.entry-content .thumbnail-post {
margin-bottom: 15px;
overflow: hidden;
width: 100%;
max-width: 100%;
position: relative;
border: 6px solid rgba(255, 255, 255, 0.95);
display: block;
-webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
}
.entry-content .thumbnail-post img {
border: 0;
padding: 0;
background: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
display: block;
max-width: auto;
width: 100%;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.entry-content .thumbnail-post .mask {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
background-color: rgba(255, 255, 255, 0.3);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.entry-content .thumbnail-post .content {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
}
.shortcode-map img {
background: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
.entry-content .thumbnail-post .icon {
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
width: 100%;
top: 0;
left: 50%;
position: relative;
}
.entry-content .thumbnail-post .icon::after {
position: absolute;
font-family: "IcoMoon";
content: '\e923';
color: #ffffff;
font-size: 20px;
margin-left: -25px;
top: -25px;
background: #444;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
text-align: center;
width: 50px;
height: 50px;
line-height: 50px;
}
#primary.col-md-8 .post.col-md-4 .entry-content .thumbnail-post .icon::after {
width: 40px;
height: 40px;
line-height: 40px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.home .type-post.sticky,
.home .formatted-post,
.page-template-blog-page-php .type-post.sticky,
.page-template-blog-page-php .formatted-post {
padding-top: 15px;
background: yellowgreen;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) inset;
-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) inset;
-o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) inset;
color: #ffffff;
}
.home .type-post.sticky .entry-title a,
.home .formatted-post .entry-title a,
.page-template-blog-page-php .type-post.sticky .entry-title a,
.page-template-blog-page-php .formatted-post .entry-title a {
text-align: center;
}
.home .type-post.sticky .entry-title a,
.home .formatted-post .entry-title a,
.page-template-blog-page-php .type-post.sticky .entry-title a,
.page-template-blog-page-php .formatted-post .entry-title a,
.home .type-post.sticky .entry-header a,
.home .formatted-post .entry-header a,
.home .type-post.sticky .entry-meta,
.home .formatted-post .entry-meta,
.home .type-post.sticky .entry-footer a,
.home .formatted-post .entry-footer a,
.page-template-blog-page-php .type-post.sticky .entry-header a,
.page-template-blog-page-php .type-post.sticky .entry-meta,
.page-template-blog-page-php .formatted-post .entry-header a,
.page-template-blog-page-php .formatted-post .entry-meta,
.page-template-blog-page-php .type-post.sticky .entry-footer a,
.page-template-blog-page-php .formatted-post .entry-footer a {
color: #ffffff !important;
}
.home .type-post h1.entry-title, .page-template-blog-page-php .type-post h1.entry-title {
width: 80%;
}
.home .format-video, .page-template-blog-page-php .format-video {
background: orange;
}
.home .format-chat, .page-template-blog-page-php .format-chat {
background: #d8b803;
}
.home .format-link, .page-template-blog-page-php .format-link {
background: #01bbe1;
}
.home .format-image, .page-template-blog-page-php .format-image {
background: #e66d26;
}
.home .format-quote, .page-template-blog-page-php .format-quote {
background: #ca2547;
}
.home .format-aside, .page-template-blog-page-php .format-aside {
background: #495d7f;
}
.home .format-gallery, .page-template-blog-page-php .format-gallery {
background: #666;
}
.home .format-audio, .page-template-blog-page-php .format-audio {
background: #009bae;
}
.home .format-status, .page-template-blog-page-php .format-status {
background: #69849a;
}
.home .type-post.sticky:before,
.home .formatted-post:before,
.page-template-blog-page-php .type-post.sticky:before,
.page-template-blog-page-php .formatted-post:before {
font-family: "IcoMoon";
content: '\e906';
background: rgba(0, 0, 0, 0.35);
padding: 4px 0 4px 10px;
font-size: 20px;
width: 40px;
height: auto;
position: absolute;
top: 0;
right: 0;
}
.t4p-icon-youtube-play::before {
content: '\e906';
}
.home .type-post.sticky:before, .page-template-blog-page-php .type-post.sticky:before {
content: '\e90e';
}
.home .format-chat:before, .page-template-blog-page-php .format-chat:before, .t4p-icon-comments-o:before {
content: '\e913';
}
.home .format-link:before, .page-template-blog-page-php .format-link:before {
content: '\e923';
}
.home .format-image:before, .page-template-blog-page-php .format-image:before, .t4p-icon-picture-o:before {
content: '\e903';
}
.home .format-quote:before, .page-template-blog-page-php .format-quote:before, .t4p-icon-quote-left:before {
content: '\e915';
}
.home .format-aside:before, .page-template-blog-page-php .format-aside:before, .t4p-icon-pencil:before {
content: '\e902';
}
.home .format-gallery:before, .page-template-blog-page-php .format-gallery:before, .t4p-icon-camera-retro:before {
content: '\e904';
}
.home .format-audio:before, .page-template-blog-page-php .format-audio:before, .t4p-icon-headphones:before {
content: '\e905';
}
.home .format-status:before, .page-template-blog-page-php .format-status:before {
content: '\e912';
}
.entry-content .thumbnail-post {
border-color: rgba(0, 0, 0, 0.05);
}
.thumbnail-post-single img {
display: block;
width: 100%;
padding-top: 20px;
}
.entry-categories {
margin-right: 15px;
float: left;
padding: 10px 0px;
}
.entry-categories::before {
font-family: "IcoMoon";
content: '\e909';
margin-right: 5px;
}
.entry-tags {
float: left;
padding: 10px 0px;
}
.entry-tags::before {
font-family: "IcoMoon";
content: '\e90a';
margin-right: 5px;
}
.t4p-blog-large .entry-meta .meta-tags::before {
font-family: "IcoMoon";
content: '\e90a';
margin-right: 5px;
} #comments {
clear: both;
}
.comments-title-back {
padding: 10px;
padding-left: 0;
}
.comment-title {
float: left;
margin-right: 12px;
letter-spacing: 0;
margin-top: 0;
padding-top: 0;
}
.pings-title h3 {
margin: 0;
}
.comment-title-meta,
.pings-title-meta {
font-size: 22px;
}
.pings-title-meta {
font-size: 20px;
letter-spacing: 0px;
}
.no-comment {
font-size: 19px;
color: #bbb;
}
.comment-feed-link {
position: relative;
top: 10px;
}
#primary .post.col-md-4 .comment-count {
display: inline-block;
float: none;
margin-top: 10px;
width: 100%;
}
.comment-count {
float: right;
font-weight: normal;
padding: 0px 5px 0px 0px;
margin-top: 10px;
}
.comment-count::before {
font-family: "IcoMoon";
content: '\e913';
margin-right: 5px;
}
.comment-list,
.comment-list .children {
list-style: none;
}
.comment-list {
clear: both;
margin: 20px 4px 0 4px;
}
#comments .comment-content ol,
#comments .comment-content ul {
margin-left: 25px;
}
.comment,
.trackback,
.pingback {
position: relative;
margin-bottom: 30px;
padding: 0;
background: #ffffff;
border: 1px solid #e5e5e5;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}
.trackback,
.pingback {
padding: 10px;
margin: 0 4px 20px 4px;
font-size: 13px;
}
.pings-list {
margin-bottom: 30px;
list-style: none outside none;
margin-left: 0;
}
.comment-list .children {
margin-top: 40px;
}
.comment-header {
border-bottom: 1px solid #e5e5e5;
background: #F9F9F9;
display: inline-block;
width: 100%;
padding: 15px;
-webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
-moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
-ms-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
-o-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
}
.comment-meta {
float: left;
position: relative;
top: 5px;
font-size: 15px;
color: #ccc;
}
.comment-meta a {
color: #ccc;
}
.commenter {
font-size: 16px;
font-weight: normal;
font-style: normal;
float: left;
margin-right: 10px;
margin-top: 5px;
color: #aaa;
}
.commenter a:hover {
border-bottom: none;
}
.comment-content {
clear: left;
padding: 15px;
}
.comment-reply {
padding: 15px;
}
a.comment-reply-link {
-webkit-box-shadow: 0px 2px 0px #1d6e72;
-moz-box-shadow: 0px 2px 0px #1d6e72;
-ms-box-shadow: 0px 2px 0px #1d6e72;
-o-box-shadow: 0px 2px 0px #1d6e72;
box-shadow: 0px 2px 0px #1d6e72;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
padding: 5px 10px;
font-size: 11px;
border: none;
text-decoration: none;
padding: 8px 12px;
border-width: 1px;
border-style: solid;
font-weight: normal;
border-color: #0bb697;
text-align: center;
color: #ffffff;
background: #0bb697;
}
a#cancel-comment-reply-link {
margin-left: 5px;
}
a#cancel-comment-reply-link::before {
content: '\e926';
font-family: "IcoMoon";
margin-right: 5px;
}
.avatar {
float: right;
margin: 0px 0px 0px 20px;
}
a.follow-replies {
float: left;
width: 19px;
height: 19px;
position: relative;
top: 4px;
color: #bbb;
}
a.follow-replies:hover {
background-position: 0 -19px;
}
.comment-unapproved {
font-weight: bold;
color: #333;
clear: both;
background: #f0dfa5;
padding: 13px 15px;
margin: 18px;
}
.comment,
.navigation-links {
margin-bottom: 40px;
} #reply-title {
letter-spacing: 0;
margin-bottom: 0;
font-size: 26px;
font-weight: bold;
}
#respond {
clear: both;
margin-bottom: 30px;
padding: 10px 0;
}
#form-section-author,
#form-section-email,
#form-section-url {
width: 250px;
height: 23px;
padding: 8px;
padding-top: 9px;
}
#respond input#author,
#respond input#url,
#respond input#email,
#respond textarea {
font-size: 12px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
-moz-box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
-ms-box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
-o-box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
display: block;
background: rgba(255, 255, 255, 0.7);
border: 1px solid rgba(0, 0, 0, 0.1);
}
#respond textarea {
width: 100%;
padding: 10px;
}
#comment-form .form-section input {
margin-right: 10px;
background: none;
border: none;
width: 240px;
}
.form-section {
margin-bottom: 10px;
position: relative;
}
.form-section label {
cursor: pointer;
}
#commenter-details input {
margin-right: 10px;
}
#allowed-tags {
font: 11px Verdana, Arial, Helvetica, sans-serif;
padding: 5px 10px;
background: #ffffff;
border: 1px #ddd dotted;
border-top: none;
width: 573px;
}
#submit-button {
font-family: arial;
text-shadow: 0 1px 2px #111;
font-weight: 700;
text-transform: uppercase;
background: none;
border: none;
left: 3px;
top: 3px;
position: relative;
z-index: 1;
height: 35px;
padding-top: 5px;
padding: 0;
width: 94%;
letter-spacing: -1px;
font-size: 17px;
color: #ddd;
}
#submit-button:hover {
color: #ffffff;
} .navigation-links a {
color: #bfbfbf;
padding: 6px 12px;
}
.page-navigation .nav-previous {
text-align: right;
}
.navigation-links .nav-previous a:after,
.navigation-links .nav-next a:before,
.single-page-navigation .nav-previous a:before,
.single-page-navigation .nav-next a:after {
content: "\e919";
font-family: "IcoMoon";
font-size: 12px;
font-style: normal;
font-weight: normal;
margin-left: 10px;
}
.navigation-links .nav-next a::before {
content: "\e918";
margin-right: 10px;
margin-left: 0px;
}
.single-page-navigation .nav-previous a:after,
.single-page-navigation .nav-next a:before {
content: '';
}
.single-page-navigation .nav-previous a::before {
content: "\e918";
margin-right: 10px;
margin-left: 0px;
}
.single-page-navigation .nav-next a::after {
content: "\e919";
margin-right: 0px;
margin-left: 10px;
}
.page-navigation .nav-next:hover a,
.single-page-navigation .nav-next:hover a,
.page-navigation .nav-previous:hover a,
.single-page-navigation .nav-previous:hover a {
color: #333;
}
.single-page-navigation .nav-next {
text-align: right;
}
.single-page-navigation .nav-previous {
text-align: left;
}
.page-navigation .nav-previous,
.single-page-navigation .nav-previous,
.page-navigation .nav-next,
.single-page-navigation .nav-next {
font-weight: normal;
font-size: 14px;
color: #bfbfbf;
text-decoration: none;
padding: 7px 0px;
}
.wp-pagenavi a,
.wp-pagenavi span {
font-weight: normal;
font-size: 14px;
color: #999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 1px 2px #ccc;
-moz-box-shadow: 0 1px 2px #ccc;
-ms-box-shadow: 0 1px 2px #ccc;
-o-box-shadow: 0 1px 2px #ccc;
box-shadow: 0 1px 2px #ccc;
text-decoration: none;
padding: 7px;
background: #f1f1f1;
border: none !important;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
background: #ffffff;
color: #333;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
font-weight: bold;
} ul.breadcrumbs {
float: left;
position: relative;
z-index: 0;
list-style: none outside none;
margin: 0 0 25px 0;
padding: 0;
width: 100%;
}
ul.breadcrumbs li {
display: inline;
font-size: 13px;
margin: 0 0 0 5px;
padding: 0 2px;
}
ul.breadcrumbs li:first-child {
padding-left: 0;
margin-left: 0;
}
ul.breadcrumbs li::after {
color: rgba(0, 0, 0, 0.2);
content: '/';
font-size: 12px;
}
ul.breadcrumbs li:last-child::after {
content: "";
}
ul.breadcrumbs li a {
padding-right: 10px;
}
.page-title {
font-size: 26px;
font-weight: bold;
letter-spacing: -1px;
}
.page-title span {
font-weight: normal;
}
.page-title .breadcrumbs {
letter-spacing: 0px;
}
.page-title-container .container {
padding-left: 30px;
padding-right: 30px;
}
.entry-title,
.entry-title a {
font-family: 'Roboto', arial, sans-serif;
color: #51545c;
font-size: 28px;
line-height: 28px;
font-weight: bold;
letter-spacing: 0px;
}
.entry-title a:hover {
color: #000;
text-decoration: none;
}
.entry-content {
clear: both;
font-size: 16px;
margin-top: 35px;
}
.hentry {
padding-bottom: 25px;
}
.attach-font {
font-size: 24px;
}
.content {
padding-top: 35px;
}
.page-template-contact-php .content {
padding-top: 0;
}
.content-bottom {
width: 100%;
height: 0px;
bottom: 0;
left: 0;
right: 0;
}
.full-width {
width: 100%;
}
.contact-page {
padding-left: 15px;
padding-right: 15px;
}
.contact-page input[type="submit"] {
margin: 0 15px;
}
table#recaptcha_table::before {
background: none;
}
.padding-l {
padding-left: 0;
}
#comment-submit div {
margin: 0 15px;
} .similar-posts {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
clear: both;
padding: 15px;
margin-bottom: 40px;
background: rgba(255, 255, 255, 0.5);
}
.similar-posts ul {
margin-bottom: 0px;
}
.similar-posts ul li {
padding-bottom: 5px;
}
.similar-posts a.similar-title {
font-weight: bold;
font-size: 15px;
}
#slide_holder {
position: relative;
background: transparent;
min-height: 280px;
display: block;
position: relative;
z-index: 0;
clear: both;
padding: 30px 25px 40px 25px;
}
#slide_holder .featured-thumbnail {
margin-right: 20px;
position: absolute;
left: 60%;
top: 0;
width: calc(35% - 12px);
}
#slide_holder .featured-thumbnail img {
-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0px 3px rgba(0, 0, 0, 0.05);
}
#slide_holder p {
clear: left;
float: left;
margin: 20px 0 0 0;
color: #ddd;
font-size: 18px;
line-height: 26px;
overflow: hidden;
font-weight: 400;
width: 50%;
left: 8%;
position: relative;
}
#slide_holder .featured-title {
float: left;
left: 8%;
position: relative;
width: 40%;
font-size: 22px;
line-height: 35px;
margin-bottom: 10px;
}
#slide_holder .featured-title a {
color: #ffffff;
font-size: 40px;
margin: 0;
z-index: 10;
font-weight: 700;
}
#slide_holder .featured-title a:hover {
color: #ffffff;
text-decoration: none;
}
.slide-container {
height: 284px;
overflow: hidden;
position: relative;
}
.slide-container ul.thumbNav {
bottom: -40px;
}
ul#slides {
height: 280px;
position: absolute;
top: 0;
left: 0;
list-style: none;
padding: 0;
margin: 0;
}
.post-more {
border-style: solid;
border-width: 1px;
bottom: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);
-ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);
-o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);
color: #ffffff;
cursor: pointer;
font-size: 16px;
left: 8%;
position: absolute;
text-align: center;
}
.comment-list {
padding: 0;
}
#page-links {
clear: both;
float: left;
margin: 20px 0;
font-size: 11px;
}
#page-links a {
color: #999;
font-weight: bold;
margin: 0 2px;
background: #f6f6f6;
text-decoration: none;
padding: 3px 8px;
}
#page-links a:hover {
background: #ffffff;
color: #333;
}
#page-links p {
margin-bottom: 0;
}
#page-links strong {
text-transform: uppercase;
}
#primary .entry-meta {
font-size: 13px;
line-height: 20px;
}
.t4p-blog-timeline .blog-timeline-layout {
background: transparent url(//kaufenbestellen.de/wp-content/themes/evolve/assets/images/timeline_line.png) repeat-y center center;
margin: 0 auto;
padding-top: 60px;
position: relative;
width: 775px;
}
.menu-container .container-center {
margin: 0 auto;
} @media (max-width: 769px) {
#primary .t4p-blog-timeline .blog-timeline-layout {
background: none;
width: 100%;
}
#primary .post {
width: 100%;
}
.timeline-circle {
display: none;
}
}
@media (min-width: 769px) and (max-width: 1200px) {
#primary .t4p-blog-timeline .blog-timeline-layout {
width: 100%;
}
#header.sticky-header {
max-width: 100%;
width: 100%;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}
body #header.sticky-header {
margin-left: auto !important;
}
#header.sticky-header > .container {
display: flex;
align-items: center;
display: -webkit-flex;
-webkit-align-items: center;
width: 100%;
}
.sticky-header #sticky-logo {
margin: 0 !important;
}
.header > .container,
.new-top-menu > .container {
width: 100%;
}
}
@media screen and (max-width: 767px) {
.single-page-navigation .nav-previous,
.single-page-navigation .nav-next {
text-align: center;
}
#slide_holder .featured-thumbnail {
margin-right: 0;
position: absolute;
right: 0;
left: auto;
text-align: right;
max-width: 100%;
width: 100%;
}
#slide_holder .featured-thumbnail::before {
background-color: rgba(0, 0, 0, 0.5);
content: "";
display: inline-block;
height: 100%;
position: absolute;
width: 100%;
}
#slide_holder .featured-thumbnail img {
width: 100%;
border: none;
}
#slide_holder .post-more {
bottom: 20px;
left: 15px;
margin: 0;
}
#slide_holder p,
#slide_holder .featured-title {
float: none;
left: 0;
width: 100%;
padding: 0 15px;
}
.widget-title {
margin: 0;
padding: 0;
}
}
@media screen and (min-width: 1200px) {
#slide_holder .featured-thumbnail {
margin-right: 0;
left: auto;
right: 8%;
text-align: right;
width: auto;
}
#slide_holder .featured-thumbnail a {
position: relative;
vertical-align: top;
display: inline-block;
width: 100%;
}
#slide_holder .featured-thumbnail a:before {
border: 8px solid #63686c;
content: "";
display: inline-block;
height: 100%;
position: absolute;
width: 100%;
}
}
@media screen and (max-width: 540px) {
#slide_holder .featured-thumbnail img,
#slide_holder .featured-thumbnail {
height: 100%;
}
.slide-container {
height: 320px;
}
#slide_holder {
min-height: 320px;
}
} #buddypress a.button,
#buddypress input[type=submit],
#buddypress .standard-form div.submit input {
font-weight: bold;
background-color: #eee;
border: 0 none;
color: #555;
text-shadow: none;
box-shadow: none;
border-radius: 0;
padding: 5px 10px;
}
#buddypress #avatar-upload-form #upload {
margin-top: 10px;
}
#buddypress #whats-new-options {
overflow: hidden;
}
a.bbp-author-avatar {
display: inline-block;
}
#qt_bbp_topic_content_toolbar input[type=button],
#qt_bbp_reply_content_toolbar input[type=button] {
background-color: #eee;
border: 0 none;
color: #8c8c8c;
text-shadow: none;
box-shadow: none;
border-radius: 0;
padding: 5px 10px;
margin: 2px;
} .anythingSlider,
.anythingBase {
overflow: visible;
}
.anythingSlider {
display: block;
position: relative;
}
.anythingSlider .anythingWindow {
overflow: hidden;
position: relative;
width: 100%;
height: 100%;
}
.anythingSlider .anythingBase {
background: transparent;
list-style: none;
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
}
.anythingSlider .arrow span {
content: '';
display: none;
position: absolute;
margin-top: -20px;
width: 40px;
height: 40px;
}
.anythingSlider .back span::before {
font-family: IcoMoon;
content: '\e918';
position: absolute;
width: 40px;
height: 40px;
display: block;
line-height: 40px;
font-size: 20px;
background: #636363;
background: rgba(0, 0, 0, 0.7);
color: #ffffff;
}
.anythingSlider .forward span::before {
font-family: IcoMoon;
content: '\e919';
position: absolute;
width: 40px;
height: 40px;
display: block;
line-height: 40px;
font-size: 20px;
background: #636363;
background: rgba(0, 0, 0, 0.7);
color: #ffffff;
}
.anythingSlider .arrow.disabled {
display: none;
}
.anythingSlider .panel {
background: transparent;
display: block;
overflow: hidden;
float: left;
position: relative;
padding: 0;
margin: 0;
}
.anythingSlider .vertical .panel {
float: none;
}
.anythingSlider .fade .panel {
float: none;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.anythingSlider .fade .activePage {
z-index: 0;
}
.anythingSlider-default .arrow {
bottom: 0px;
position: absolute;
}
.anythingSlider-default .arrow a {
text-align: center;
outline: 0;
}
.anythingSlider-default .back {
left: 0px;
top: 50%;
}
.anythingSlider-default .forward {
right: 40px;
top: 50%;
}
.anythingSlider-default .anythingControls .anythingNavWindow {
overflow: hidden;
float: left;
}
.anythingSlider-default .anythingControls .start-stop {
padding: 2px 5px;
width: 40px;
text-align: center;
text-decoration: none;
float: right;
z-index: 100;
outline: 0;
}
ul.thumbNav {
display: inline-block;
-moz-user-select: none;
bottom: -10px;
left: 0;
position: absolute;
text-align: center;
width: 100%;
}
ul.thumbNav li {
display: inline-block;
position: relative;
width: 12px;
height: 12px;
border-radius: 50%;
background: rgba(0, 0, 0, 0.2);
margin: 3px;
cursor: pointer;
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 1px rgba(255, 255, 255, 0.1);
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 1px rgba(255, 255, 255, 0.1);
-ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 1px rgba(255, 255, 255, 0.1);
-o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 1px rgba(255, 255, 255, 0.1);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 1px rgba(255, 255, 255, 0.1);
}
ul.thumbNav li a {
content: '';
width: 8px;
height: 8px;
position: absolute;
top: 2px;
left: 2px;
border-radius: 100%;
display: block;
}
ul.thumbNav li .cur {
content: '';
width: 8px;
height: 8px;
position: absolute;
top: 2px;
left: 2px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
background: white;
background: -moz-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
background: -webkit-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
background: -o-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
background: -ms-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
background: linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
}
ul.thumbNav li span {
display: none;
}  .pagination,
.woocommerce-pagination,
.loading-container {
display: block;
text-align: center;
margin: 40px 0;
font-size: 14px;
line-height: 25px;
}
.woocommerce-pagination ul.page-numbers {
list-style-image: none;
}
.woocommerce-pagination ul.page-numbers li {
display: inline-block;
}
.woocommerce-pagination .page-numbers .current {
background: #555;
color: #ffffff;
}
.pagination a.inactive,
.pagination .pagination-prev,
.pagination .pagination-next,
.woocommerce-pagination .page-numbers li a,
.pagination.single-pagination > a .current,
.woocommerce-pagination .page-numbers .current {
display: inline-block;
color: #747474;
padding: 0 10px;
margin-left: 5px;
background: #F2F2F2;
}
.shop_attributes {
width: 100%;
}
.shop_attributes tr {
border-bottom: 1px solid #e0e0e0;
}
.shop_attributes tr:last-child {
border-bottom: 0;
}
.shop_attributes tr th {
text-align: left;
width: 30%;
font-weight: bold;
}
.shop_attributes tr td {
text-align: left;
width: 70%;
}
.shop_attributes p {
margin: 0;
}
.product .images {
width: 500px;
margin-right: 30px;
}
.product .images .flexslider .slides img {
width: auto;
}
.product .images .flexslider .slides img:hover {
cursor: pointer;
}
.product .images #slider {
margin-bottom: 7px;
}
.product .images #slider .flex-direction-nav {
display: none;
}
.product .images #carousel {
margin-bottom: 7px;
}
.product .images #carousel li {
margin-right: 9px;
opacity: 0.5;
}
.product .images #carousel li.flex-active-slide {
opacity: 1;
}
.product .images #carousel .flex-direction-nav {
display: none;
}
.product .images:hover #slider .flex-direction-nav {
display: block;
}
.product .images:hover #carousel .flex-direction-nav {
display: block;
}
.product .summary.entry-summary {
float: left;
width: 410px;
}
.has-sidebar .product .images {
width: 320px;
}
.has-sidebar .summary.entry-summary {
float: left;
width: 318px;
}
.woocommerce-tabs .panel {
display: block;
width: 90%;
padding: 4%;
}
#reviews li .comment-text {
width: calc(89% - 20px);
}
#reviews li .avatar {
width: calc(12% - 20px);
}
.woocommerce .social-share {
text-align: center;
margin-top: 50px;
float: right;
list-style: none;
padding: 0;
}
.woocommerce .social-share li {
list-style: none;
padding: 0;
display: inline-block;
text-align: center;
}
.woocommerce .social-share li a {
color: #747474;
padding: 10px;
width: 38px;
height: 38px;
display: block;
background-color: rgba(0, 0, 0, 0.15);
opacity: 0.3;
}
.woocommerce .social-share li a:hover {
background-color: rgba(0, 0, 0, 0.7);
opacity: 1;
}
.woocommerce .social-share li a:hover i {
color: #ffffff;
}
.woocommerce .social-share li a i {
color: #747474;
text-align: center;
width: 20px;
font-size: 16px;
line-height: 20px;
}
.woocommerce-message {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
font-weight: bold;
font-size: 14px;
margin-bottom: 40px;
padding: 15px 28px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
background: #e9f3d2;
border: 1px solid #acd556;
color: #92b750;
}
ul.woocommerce-error {
padding: 15px 28px;
margin-left: 0px;
}
.woocommerce-error {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
font-weight: bold;
font-size: 14px;
margin-bottom: 40px;
padding: 15px 28px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
background: #ffe9e9;
border: 1px solid #e7a9a9;
color: #d04544;
list-style: none;
}
.woocommerce-success-message .button {
float: right;
}
.woocommerce-success-message .msg::before {
font-family: IcoMoon;
content: '\e927';
margin-right: 5px;
}
.woocommerce-success-message .button {
font-size: 12px;
}
.woocommerce-success-message .button::before {
font-family: IcoMoon;
content: '\e90c';
margin-right: 6px;
}
ol.commentlist {
list-style: none;
margin-left: 0px;
margin-bottom: 65px;
}
.commentlist li {
background: #f8f8f8;
border-bottom: 1px solid #e7e6e6;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-border-radius: 4px;
border-radius: 4px;
padding: 25px;
margin-bottom: 25px;
}
.commentlist .comment-text p {
margin: 0;
}
.commentlist .meta {
color: #aaa !important;
}
.empty-cart-message .msg {
font-size: 18px;
}
.empty-cart-message .msg::before {
content: '';
}
.my-account:hover .login-box {
display: block;
}
.login-box form {
margin: 0;
}
.login-box {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
padding: 10px;
width: 177px;
border: 1px solid #dedddd;
background: #ffffff;
display: none;
position: absolute;
top: auto;
right: 0px;
z-index: 1000;
}
.login-box p {
margin: 0;
padding: 0;
font-size: 12px;
}
.login-box p .input-text {
margin-bottom: 10px;
font-size: 12px;
width: 100%;
}
.login-box .forgetmenot {
float: left;
}
.login-box .submit {
clear: both;
display: block;
float: left;
}
.product_list_widget .wp-post-image {
max-width: 60px;
height: auto;
margin-right: 15px;
float: left;
border: 4px solid #ffffff;
}
.product_list_widget li {
padding: 15px 0px;
overflow: hidden;
}
.product_list_widget li a {
border-bottom: 0;
padding: 0;
}
.product_list_widget li .amount {
font-size: 15px;
font-weight: bold;
padding-top: 3px;
}
.product_list_widget li .quantity {
font-size: 15px;
font-weight: bold;
padding-top: 3px;
border: 0;
}
.product_list_widget li del .amount {
font-weight: normal;
font-size: 13px;
}
.product_list_widget li ins {
text-decoration: none;
color: #333333;
}
.product_list_widget li dl {
margin: 0;
}
.product_list_widget li dt {
margin: 0 5px 0 0;
display: inline;
font-weight: bold;
}
.product_list_widget li dd {
margin: 0;
display: inline;
}
.product_list_widget li .star-rating {
margin: 2px 0 8px;
}
.widget_layered_nav li {
padding: 15px 0px;
overflow: hidden;
}
.widget_layered_nav li a {
border-bottom: 0;
padding: 0;
}
.widget_shopping_cart_content .total .amount {
display: inline-block;
margin-left: 25px;
}
.widget_shopping_cart_content .buttons {
overflow: hidden;
}
.widget_shopping_cart_content .buttons a {
display: inline-block;
width: 45%;
float: left;
padding: 0;
font-size: 13px;
text-indent: 10px;
margin: 0;
margin-left: 5px;
height: 35px;
line-height: 25px;
}
.widget_shopping_cart_content .buttons a .checkout::before {
font-family: IcoMoon;
content: '\e927';
margin-right: 10px;
}
.widget_shopping_cart_content .buttons > a::before {
font-family: IcoMoon;
content: '\e90c';
margin-right: 10px;
}
.evolve-select-parent {
position: relative;
}
.bbpress .evolve-select-parent {
overflow: hidden;
}
.evolve-select-parent select,
.evolve-select-parent .country_to_state,
.evolve-select-parent .state_select,
.evolve-select-parent #billing_state_chosen,
.evolve-select-parent #shipping_country_chosen,
.evolve-select-parent #shipping_state_chosen {
text-indent: 0.01px;
text-overflow: '';
appearance: none;
-webkit-appearance: none;
-o-appearance: none;
-ms-appearance: none;
border: 1px solid #E0E0E0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.06) inset;
-moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.06) inset;
-ms-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.06) inset;
-o-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.06) inset;
box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.06) inset;
color: #AAAAAA;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
cursor: pointer;
display: block;
font-size: 13px;
outline: none;
height: auto;
padding: 8px 15px;
position: relative;
text-indent: 0.01px;
vertical-align: middle;
z-index: 5;
margin: 0;
min-width: 200px;
}
.select2-container .select2-choice {
background: none;
border: none;
border-radius: 0px;
box-shadow: none;
height: 20px;
line-height: 20px;
padding: 0;
}
.select2-container .select2-choice .select2-arrow b {
display: none;
}
.chosen-container .chosen-drop {
top: 37px;
}
.evolve-select-parent .evolve-select-arrow {
background: #ffffff;
width: 35px;
height: 34px;
border-left: 1px solid #dadada;
position: absolute;
top: 1px;
right: 1px;
pointer-events: none;
z-index: 10;
font-family: "IcoMoon";
text-align: center;
line-height: 35px;
}
.woocommerce .evolve-select-parent select,
#bbpress-forums .evolve-select-parent select {
width: 100%;
}
.select-arrow {
background: #ffffff;
width: 35px;
height: 34px;
border-left: 1px solid #dadada;
position: absolute;
top: 1px;
right: 1px;
pointer-events: none;
z-index: 10;
font-family: IcoMoon;
text-align: center;
line-height: 35px;
}
.product .select-arrow {
top: 11px;
right: 12px;
}
#customer_login h2 {
margin-bottom: 5px;
}
#customer_login .sep-double {
margin-bottom: 40px;
}
#customer_login_box {
border: 1px solid;
padding: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#customer_login_box .remember-box {
padding-left: 20px;
padding-right: 20px;
}
#customer_login .one_half.last {
padding-top: 29px;
}
.evolve_myaccount_user {
display: table;
width: 100%;
margin-bottom: 30px;
}
.myaccount_user_container {
display: table-row;
}
.myaccount_user_container span {
display: table-cell;
padding: 25px 0px;
}
#wrapper .evolve-myaccount-data {
overflow: visible;
}
.evolve-myaccount-data h2,
.evolve-myaccount-data .digital-downloads,
.evolve-myaccount-data .my_account_orders,
.evolve-myaccount-data .myaccount_address,
.evolve-myaccount-data .addresses,
.evolve-myaccount-data .edit-account-heading,
.evolve-myaccount-data .edit-account-form,
.evolve-myaccount-data .editaddress_billing,
.evolve-myaccount-data .editaddress_shipping,
.edit-address {
display: none;
}
.evolve-myaccount-data .my_account_orders .order-total {
border-top: none;
}
.evolve-myaccount-data .my_account_orders.shop_table tbody tr {
height: 46px;
}
.evolve-myaccount-data .digital-downloads {
list-style: none;
margin: 0;
}
.evolve-thank-you .order_details {
list-style: none;
margin: 10px 0 0;
padding: 0;
}
.evolve-myaccount-data .digital-downloads li {
line-height: 18px;
margin: 0 0 15px;
padding: 0 0 0 25px;
}
.evolve-myaccount-data .digital-downloads li::before {
-webkit-border-radius: 75px;
-moz-border-radius: 75px;
-ms-border-radius: 75px;
border-radius: 75px;
font-size: 9px;
text-align: center;
content: '\e927';
display: inline-block;
float: left;
font-family: IcoMoon;
font-style: normal;
font-weight: normal;
height: 18px;
margin-left: -25px;
margin-right: 0;
text-decoration: inherit;
width: 18px;
}
.evolve-myaccount-data .addresses .col-1 {
width: 48%;
float: left;
margin-right: 4%;
}
.evolve-myaccount-data .addresses .col-2 {
width: 48%;
float: left;
}
.evolve-myaccount-data .addresses .title {
margin-top: 0;
margin-bottom: 15px;
padding-bottom: 5px;
display: block;
}
.evolve-myaccount-data .addresses .title h3 {
display: block;
float: none;
}
.evolve-myaccount-data .addresses .title .edit {
display: inline-block;
margin: 2px 0 0 10px;
}
.evolve-thank-you .order_details li {
line-height: 18px;
margin: 0 0 15px;
padding: 0 0 0 25px;
}
.evolve-thank-you .order_details li::before {
-webkit-border-radius: 75px;
-moz-border-radius: 75px;
-ms-border-radius: 75px;
border-radius: 75px;
font-size: 9px;
text-align: center;
content: '\e927';
display: inline-block;
float: left;
font-family: IcoMoon;
font-style: normal;
font-weight: normal;
height: 18px;
margin-left: -25px;
margin-right: 0;
text-decoration: inherit;
width: 18px;
}
.evolve-customer-details {
margin-top: 30px;
}
.evolve-customer-details .addresses .col-1 {
width: 48%;
float: left;
margin-right: 4%;
}
.evolve-customer-details .addresses .col-2 {
width: 48%;
float: left;
}
.evolve-customer-details .addresses .title {
margin-top: 0;
margin-bottom: 15px;
padding-bottom: 5px;
display: block;
}
.evolve-customer-details .addresses .title h3 {
display: block;
float: none;
}
.myaccount_user_container span.msg {
padding-left: 20px;
padding-right: 20px;
}
.myaccount_user_container span:last-child {
border-right: 0;
padding-left: 20px;
}
.myaccount_user_container .username {
font-family: "Open Sans", arial, helvetica, sans-serif;
font-size: 25px;
font-weight: normal;
}
.myaccount_user_container .view-cart {
text-align: right;
}
.myaccount_user_container .view-cart a::before {
font-family: IcoMoon;
content: '\e90c';
margin-right: 10px;
}
.woocommerce-side-nav {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
clear: both;
float: left;
list-style: none;
padding: 0;
width: 220px;
border: 1px solid #e8e8e8;
}
.woocommerce-side-nav-ul {
margin: 0;
margin-left: 0;
list-style-image: none;
}
.woocommerce-side-nav-logout {
border-top: 1px solid #e8e8e8;
}
.woocommerce-side-nav li {
margin: 0;
}
.woocommerce-side-nav li a {
padding: 8px 14px;
font-family: "Open Sans", arial, helvetica, sans-serif;
display: block;
border-bottom: 1px solid #e8e8e8;
}
.woocommerce-side-nav li a:last-child {
border-bottom: 0;
}
.woocommerce-side-nav li.active a::after {
font-family: "IcoMoon";
content: "\e919";
}
.woocommerce-content-box {
float: left;
border: 1px solid #E8E8E8;
padding: 30px;
margin-left: 20px;
width: 698px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce-content-box.full-width {
margin-left: 0;
width: 100%;
float: none;
}
.woocommerce-content-box.one_half {
margin-left: 0;
width: 48%;
margin-right: 4%;
float: left;
margin-bottom: 20px;
position: relative;
}
.woocommerce-content-box.evolve-checkout {
overflow: visible;
}
.woocommerce-content-box .input-text {
display: block;
}
.woocommerce-content-box h2 {
border-bottom: 1px solid #e8e8e8;
margin: 0;
padding: 0 0 25px;
}
form.checkout .payment_methods .payment_box {
background: rgba(0, 0, 0, 0.1);
}
.available-downloads {
margin-bottom: 50px;
}
.my_account_orders {
width: 100%;
text-align: left;
margin: 0;
}
.my_account_orders tr tr {
border-bottom: 1px solid;
}
.my_account_orders tr tbody tr:last-child {
border-bottom: 0;
}
.my_account_orders tr thead tr th {
padding-bottom: 12px;
font-weight: bold;
font-size: 13px;
height: auto;
line-height: normal;
}
.my_account_orders .order-number a {
font-size: 18px;
display: block;
}
.my_account_orders .order-number a::after {
font-family: "IcoMoon";
content: "\e919";
margin-left: 10px;
}
#main .page-info {
margin-bottom: 10px;
}
.woocommerce .addresses {
margin-top: 40px;
overflow: hidden;
}
.woocommerce .address h4 {
font-weight: bold;
margin-top: 0;
border-bottom: 1px solid #e8e8e8;
padding-bottom: 5px;
}
.woocommerce .address .edit::after {
font-family: "IcoMoon";
content: "\e919";
margin-left: 10px;
}
.woocommerce address {
font-style: normal;
margin-bottom: 20px;
}
.checkout .input-text {
padding: 8px 15px;
display: block;
width: 100%;
}
.shop_table {
width: 100%;
text-align: left;
margin: 0;
}
.shop_table tr {
border-bottom: 1px solid;
}
.shop_table tr:last-child {
border-bottom: 0;
}
.shop_table thead tr th {
padding-bottom: 12px;
font-weight: bold;
height: auto;
line-height: normal;
}
.shop_table tbody tr {
height: 140px;
}
.shop_table .product-thumbnail {
width: 90px;
margin-right: 25px;
float: left;
}
.shop_table .product-thumbnail .product-info {
float: left;
margin-top: 20px;
}
.shop_table .product-remove {
text-align: center;
}
.shop_table .product-remove a {
font-size: 24px;
}
.shop_table .product-price {
text-align: center;
}
.shop_table .product-quantity {
text-align: left;
}
.shop_table .product-quantity .quantity {
display: table;
float: none;
margin: 0;
}
.shop_table .product-quantity .quantity .minus,
.shop_table .product-quantity .quantity .plus,
.shop_table .product-quantity .quantity .qty {
float: none;
display: table-cell;
vertical-align: middle;
}
.shop_table .product-subtotal {
text-align: center;
}
.shop_table .product-subtotal .amount {
font-size: 18px;
}
.product-info {
margin-left: 115px;
margin-top: 20px;
}
.checkout .shop_table .product-quantity .shop_table .product-quantity {
text-align: initial;
}
.one_half_container {
float: left;
}
.cart-collaterals {
margin-top: 30px;
overflow: hidden;
}
.cart-collaterals .one_half .woocommerce-content-box {
margin-bottom: 30px;
}
.cart-collaterals .form-row input {
padding: 9px 15px;
}
.cart-collaterals ul.products li {
margin-bottom: 0;
}
.cart-collaterals .cross-sells {
margin-bottom: 30px;
}
.shipping-calculator-form-nohide #calc_shipping_state {
min-width: 100%;
}
.shipping-calculator-form-nohide .button {
float: right;
}
.coupon {
overflow: hidden;
}
.coupon label {
float: left;
}
.coupon .input-text {
float: left;
width: 290px;
margin: 0 0 10px 0;
height: 38px;
padding: 8px 15px;
}
.coupon .button {
float: right;
display: block;
margin-top: 0;
}
.shipping-coupon {
float: left;
width: 48%;
margin-right: 4%;
}
.shipping_calculator {
margin-bottom: 30px;
}
.shipping-calculator-form {
display: block;
}
.shipping-calculator-form .one_half .evolve-select-parent {
margin-bottom: 0;
}
.shipping-calculator-button:hover {
color: inherit;
cursor: auto;
}
.cart-collaterals .shipping_calculator #calc_shipping_state {
min-width: 150px;
}
.cart-collaterals .shipping_calculator #calc_shipping_postcode {
height: 36px;
}
.woocommerce p.one_half {
margin-left: 0;
margin-right: 4%;
}
.order-total {
height: 50px;
}
.order-total th {
padding-top: 20px;
}
.order-total td {
padding-top: 20px;
}
.checkout .order-total {
border: none;
height: auto;
}
.checkout .order-total th {
padding-top: 0;
}
.checkout .order-total td {
padding-top: 0;
}
.cart_totals .order-total .amount {
font-size: 18px;
font-family: "Open Sans", arial, helvetica, sans-serif;
}
.cart_totals table {
width: 100%;
text-align: left;
}
.cart_totals table th {
width: 50%;
padding-bottom: 20px;
}
.cart_totals table td {
width: 50%;
padding-bottom: 20px;
text-align: right;
}
.cart_totals table .total th {
padding-top: 20px;
}
.cart_totals table .total td {
padding-top: 20px;
}
.cart_totals .cart-subtotal td {
text-align: right;
}
.cart_totals .cart-subtotal td strong {
font-weight: normal;
}
.cart_totals .total {
border-top: 1px solid;
height: 50px;
}
.cart_totals .total td {
text-align: right;
}
#shipping_method {
list-style: none;
margin: 0;
padding: 0;
float: right;
text-align: right;
}
.cart-totals-container .button {
float: right;
}
.cart-totals-container .checkout-button {
clear: both;
margin-top: 10px;
}
.cart-totals-buttons .button {
float: right;
display: block;
}
.cart-totals-buttons .checkout-button {
clear: both;
margin-top: 10px;
margin-right: 0;
}
.shipping-calculator-button {
display: none;
}
#content .custom_select_box .dd-container .dd-select {
background: #fbfaf9;
background-image: none;
}
#content .custom_select_box .dd-container .dd-selected {
padding: 0;
text-indent: 10px;
padding-right: 15px;
}
#content .custom_select_box .dd-options {
position: absolute;
top: auto;
max-height: 143px;
}
#content .custom_select_box .dd-options li a {
background: #fbfaf9;
background-image: none;
}
#content .custom_select_box .dd-options li a:hover {
background-color: transparent;
}
#content .custom_select_box .dd-pointer {
background-image: none;
width: 10px;
border-left: 1px solid;
padding-left: 10px;
}
#content .custom_select_box .dd-pointer-down {
border-color: #dadada;
}
#content .custom_select_box .dd-pointer-down::after {
font-family: IcoMoon;
content: '\e917';
font-weight: bold;
}
#billing_country_field > label {
padding-right: 5px;
}
#billing_country_field > label::after {
content: ": ";
}
#shipping_country_field > label {
padding-right: 5px;
}
#shipping_country_field > label::after {
content: ": ";
}
form.checkout #shipping {
display: none;
}
form.checkout #payment-container {
display: none;
}
form.checkout #billing_first_name_field {
float: left;
width: 48%;
}
form.checkout #shipping_first_name_field {
float: left;
width: 48%;
}
form.checkout #billing_last_name_field {
float: right;
width: 48%;
}
form.checkout #shipping_last_name_field {
float: right;
width: 48%;
}
form.checkout .continue-checkout {
float: right;
}
form.checkout label {
margin-bottom: 2px;
display: inline-block;
}
form.checkout .shop_table tbody .product-thumbnail {
width: 90px;
}
form.checkout .shop_table tbody .product-total {
width: 40%;
text-align: right;
}
form.checkout .shop_table th.product-total {
width: 40%;
text-align: right;
}
form.checkout .shop_table .product-thumbnail .product-info {
float: none;
}
form.checkout .shop_table .product-thumbnail .product-info p {
margin-left: 115px;
}
form.checkout .shop_table tfoot {
border-top: 1px solid;
border-bottom: 1px solid;
}
form.checkout .shop_table tfoot tr {
border-bottom: 0;
}
form.checkout .shop_table tfoot tr:first-child th {
padding-top: 20px;
}
form.checkout .shop_table tfoot tr:first-child td {
padding-top: 20px;
}
form.checkout .shop_table tfoot th {
text-align: right;
padding-right: 100px;
padding-bottom: 20px;
}
form.checkout .shop_table tfoot td {
width: 100%;
text-align: right;
padding-bottom: 20px;
}
form.checkout .shop_table tfoot .order-total .amount {
font-size: 18px;
font-weight: normal;
}
form.checkout .payment_methods {
list-style: none;
margin: 0;
padding: 0;
margin-top: 40px;
}
form.checkout .payment_methods li {
margin-bottom: 30px;
}
form.checkout .payment_methods label {
font-family: "Open Sans", arial, helvetica, sans-serif;
}
form.checkout .payment_methods .payment_box {
padding: 20px;
margin-top: 10px;
}
form.checkout #place_order {
float: right;
}
#thank-you-box {
margin-bottom: 20px;
}
#final-order-details .woocommerce-content-box {
margin-bottom: 20px;
}
#final-order-details .shop_table {
margin-bottom: 30px;
}
#final-order-details .shop_table .product-thumbnail .product-info {
float: none;
}
#final-order-details .shop_table .product-subtotal {
text-align: right;
}
#final-order-details .shop_table .product-total {
text-align: right;
}
#final-order-details .shop_table tr:last-child {
border-bottom: 1px solid;
}
#final-order-details .mini-order-details {
float: right;
width: 50%;
}
#final-order-details .mini-order-details tr {
border-bottom: 0;
}
#final-order-details .mini-order-details tr:last-child {
border-top: 1px solid;
}
#final-order-details .mini-order-details tr:last-child th {
padding-top: 10px;
padding-bottom: 0;
}
#final-order-details .mini-order-details tr:last-child td {
padding-top: 10px;
padding-bottom: 0;
}
#final-order-details .mini-order-details tr:last-child .amount {
font-family: "Open Sans", arial, helvetica, sans-serif;
font-size: 18px;
font-weight: normal;
}
#final-order-details .mini-order-details th {
padding-bottom: 10px;
text-align: left;
}
#final-order-details .mini-order-details td {
text-align: right;
padding-bottom: 10px;
}
#final-order-details .customer_details {
list-style: none;
margin: 0;
padding: 0;
}
p.order-info {
line-height: normal;
margin-bottom: 50px;
}
p.order-info mark {
background-color: transparent;
font-weight: bold;
}
.mini-order-details {
background: #ffffff;
}
.woocommerce .checkout_coupon {
margin-bottom: 40px;
display: block;
float: left;
}
.woocommerce .checkout_coupon .promo-code-heading {
margin: 0;
padding: 0;
border: none;
}
.woocommerce .checkout_coupon .coupon-input {
width: 240px;
margin: 0;
}
.woocommerce .checkout_coupon .coupon-input .input-text {
padding: 8px 15px;
}
.woocommerce .checkout_coupon .coupon-button {
margin: 0;
}
.woocommerce .checkout_coupon .coupon-button input {
margin: 0;
}
.woocommerce .coupon-contents {
margin-top: 0;
margin-bottom: 0;
}
.shipping_calculator,
.coupon,
.cart-totals-buttons {
border: 1px solid #E8E8E8;
padding: 30px;
}
.cart-totals-buttons {
float: left;
width: 48%;
}
.woocommerce input[type="number"] {
-moz-appearance: textfield;
}
@media (min-width: 1025px) and (max-width: 1199px) {
.woocommerce-content-box {
width: 670px;
}
}
@media (max-width: 1024px) {
.woocommerce-side-nav {
margin-bottom: 25px !important;
width: 100%;
}
.woocommerce-content-box {
margin-left: auto;
margin-right: auto;
width: 100% !important;
}
}
@media screen and (max-width: 320px) {
.shop_table th {
float: left;
width: 100%;
text-align: left;
}
.cart_item td {
width: 100%;
float: left;
text-align: left;
}
.cart_totals table th table th {
width: 100%;
}
.cart_totals table th table td {
width: 100%;
float: left;
}
.shipping_calculator,
.coupon,
.cart-totals-buttons {
overflow: hidden;
}
}
.col2-set div.woocommerce-Address {
float: left;
width: 50%;
} .header-pattern {
z-index: 22;
position: relative;
}
.header-pattern.header_v4 {
z-index: 1000;
}
.header .woocommerce-menu {
list-style: none;
margin: 0 20px 0 0;
padding: 0;
position: relative;
z-index: 99998;
float: right;
}
.header .woocommerce-menu ul {
list-style: none;
margin: 0;
padding: 0;
position: relative;
z-index: 99998;
}
.header .woocommerce-menu li {
position: relative;
margin: 0;
padding: 0;
float: left;
background: url(//kaufenbestellen.de/wp-content/themes/evolve/assets/images/divider-menu.png) center left no-repeat;
}
.header .woocommerce-menu li li {
padding: 0 10px;
background-image: none;
position: relative;
}
.header .woocommerce-menu li:first-child {
background-image: none;
}
.header .woocommerce-menu li .sub-menu {
display: none;
width: 100px;
position: absolute;
right: 0px;
}
.header .woocommerce-menu li:hover > .sub-menu {
display: block;
position: absolute;
right: 0px;
}
.header .woocommerce-menu li .sub-menu ul {
top: -1px;
}
.header .woocommerce-menu > li a {
padding: 0 10px;
font-size: 12px;
}
.header .woocommerce-menu .sub-menu {
background: #ffffff;
border: 1px solid #e0dfdf;
line-height: normal;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.header .woocommerce-menu .cart-content a {
border-bottom: 1px solid;
display: block;
line-height: normal;
overflow: hidden;
padding: 15px 13px;
width: 190px;
}
.header .woocommerce-menu .cart-content a .cart-desc {
display: inline-block;
width: 95px;
float: left;
}
.header .woocommerce-menu .cart-content a img {
display: inline-block;
float: left;
margin-right: 8px;
max-width: 60px;
}
.header .woocommerce-menu .cart-content a .cart-title {
display: block;
font-size: 12px;
margin-bottom: 5px;
}
.header .woocommerce-menu .cart-content a .quantity {
display: block;
font-size: 12px;
}
.header .woocommerce-menu .cart-contents {
background: #ffffff;
display: none;
position: absolute;
right: -1px;
top: auto;
z-index: 99998;
font-size: 11px;
border: 1px solid #E0DFDF;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.header .woocommerce-menu .cart-contents:last-child a {
border-bottom: 0;
}
.header .woocommerce-menu .cart:hover .cart-contents {
display: block;
}
.header .woocommerce-menu .cart > a:before {
font-family: "IcoMoon";
content: '\e90c';
margin-right: 10px;
}
.header .woocommerce-menu .cart > a::after {
font-family: IcoMoon;
content: '\e917';
margin-left: 8px;
font-size: .7em;
}
.header .woocommerce-menu .my-account > a::before {
font-family: "IcoMoon";
content: '\e914';
margin-right: 10px;
}
.header .woocommerce-menu .my-account > a::after {
font-family: IcoMoon;
content: '\e917';
margin-left: 8px;
font-size: .7em;
}
.header .woocommerce-menu .cart-checkout {
border-top: 1px solid #e0dfdf;
overflow: hidden;
}
.header .woocommerce-menu .cart-checkout a {
display: inline-block;
width: 50%;
float: left;
text-indent: 10px;
padding: 15px 0px;
}
.header .woocommerce-menu .cart-checkout .cart-link a {
text-indent: 13px;
}
.header .woocommerce-menu .cart-checkout .cart-link a::before {
font-family: IcoMoon;
content: '\e90c';
margin-right: 6px;
}
.header .woocommerce-menu .cart-checkout .checkout-link a::before {
font-family: IcoMoon;
content: '\e927';
margin-right: 6px;
}
.header ul.woocommerce-menu a {
display: block;
}
.header ul.woocommerce-menu ul a {
padding: 7px 10px;
}
.woocommerce .return-to-shop a.wc-backward,
.woocommerce .order-again a.button {
color: white;
} body .menu-back .wooslider .slide-content img,
body .menu-back .wooslider .slide-content p {
margin: 0em;
}
.wooslider .slides > li {
overflow: hidden;
}
.widget_wooslider_slideshow_posts h2.slide-title {
font-size: 14px;
letter-spacing: 0;
}
.widget .wooslider .wooslider-control-nav {
bottom: -50px;
margin: 0;
position: absolute;
top: auto;
}
.widget li,
.wooslider .wooslider-control-nav > li {
margin: 0;
padding: 0;
}
.widget .wooslider-control-thumbs li {
width: 15%;
}
.wooslider {
border: 0;
background: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-border-radius: none;
-moz-border-radius: none;
-ms-border-radius: none;
border-radius: none;
margin: 0 auto;
max-width: 940px;
}
.wooslider .slide-content {
margin: 0;
}
.wooslider .wooslider-pauseplay {
position: absolute;
margin: 0;
top: auto;
bottom: 15px;
}
.wooslider .wooslider-control-nav {
position: absolute;
margin: 0;
top: auto;
bottom: 20px;
}
.wooslider .wooslider-prev,
.wooslider .wooslider-next,
.main-flex .flex-prev,
.main-flex .flex-next {
display: none;
position: absolute;
background-image: none;
}
.wooslider:hover .wooslider-prev,
.wooslider:hover .wooslider-next,
.main-flex:hover .flex-prev,
.main-flex:hover .flex-next {
display: block;
}
.wooslider .wooslider-prev,
.main-flex .flex-prev {
left: 0px;
padding: 0;
border: 0;
}
.wooslider .wooslider-prev:before,
.main-flex .flex-prev:before,
.wooslider .wooslider-next:before,
.main-flex .flex-next:before {
margin-top: -20px;
position: absolute;
width: 40px;
height: 40px;
left: 0px;
top: 50%;
z-index: 90;
line-height: 40px;
font-size: 20px;
background: #636363;
background: rgba(0, 0, 0, 0.6);
color: #ffffff;
font-family: IcoMoon;
content: '\e918';
text-align: center;
}
.wooslider .wooslider-next,
.main-flex .flex-next {
right: 0px;
padding: 0;
border: 0;
}
.wooslider .wooslider-next:before,
.main-flex .flex-next:before {
content: '\e919';
right: 0;
left: auto;
}
.no-rgba .wooslider .wooslider-next,
.no-rgba .wooslider .wooslider-prev {
background-color: #000;
}
#sliders-container .wooslider .slide-content p {
margin: 0;
}
#sidebar .wooslider-control-nav li a,
.footer-area .wooslider-control-nav li a,
#slidingbar .wooslider-control-nav li a {
padding: 0;
border: 0;
background: #999999;
background: rgba(0, 0, 0, 0.05);
margin-right: 3px;
}
#sidebar a.wooslider-next,
#sidebar a.wooslider-prev,
.entry-content .wooslider a.wooslider-prev,
.entry-content .wooslider a.wooslider-next,
.footer-area a.wooslider-next,
.footer-area a.wooslider-prev,
#slidingbar a.wooslider-next,
#slidingbar a.wooslider-prev {
margin-top: -20px;
padding-top: 5px;
width: 30px;
height: 40px;
line-height: 20px;
background-image: none;
}
#sidebar .wooslider-prev:before,
.footer-area .wooslider-prev:before,
#slidingbar .wooslider-prev:before,
.entry-content .wooslider .wooslider-prev:before,
#sidebar .wooslider-next:before,
.footer-area .wooslider-next:before,
#slidingbar .wooslider-next:before,
.entry-content .wooslider .wooslider-next:before {
margin-top: -20px;
position: absolute;
width: 40px;
height: 40px;
left: 0px;
top: 50%;
z-index: 90;
line-height: 40px;
font-size: 20px;
background: #636363;
background: rgba(0, 0, 0, 0.6);
color: #ffffff;
font-family: IcoMoon;
content: '\e918';
text-align: center;
}
#sidebar .wooslider-next:before,
.footer-area .wooslider-next:before,
#slidingbar .wooslider-next:before,
.entry-content .wooslider .wooslider-next:before {
content: '\e919';
left: auto;
right: 0;
}
#sidebar .wooslider .wooslider-control-nav,
.footer-area .wooslider .wooslider-control-nav,
#slidingbar .wooslider .wooslider-control-nav {
bottom: 5px;
}
#sidebar .widget_wooslider_slideshow_posts .wooslider-control-nav {
bottom: -50px;
}
.footer-area .widget_wooslider_slideshow_posts .wooslider-control-nav,
#slidingbar .widget_wooslider_slideshow_posts .wooslider-control-nav {
bottom: -20px;
}
#sidebar .widget_wooslider_slideshow_slides .wooslider-control-nav,
.footer-area .widget_wooslider_slideshow_slides .wooslider-control-nav,
#slidingbar .widget_wooslider_slideshow_slides .wooslider-control-nav {
bottom: 12px;
}
#sidebar .slide-excerpt,
.footer-area .slide-excerpt,
#slidingbar .slide-excerpt {
overflow: hidden;
font-size: 11px;
line-height: 17px;
padding: 0px;
width: 100%;
text-align: center;
}
#sidebar .slide-excerpt {
bottom: 15%;
width: 100%;
}
#sidebar .slide-excerpt .slide-title {
float: none;
}
#sidebar .slide-excerpt .slide-title a {
border: none;
}
#sidebar .widget .slides li div a {
padding: 0;
}
#primary .woocommerce-side-nav-ul {
margin: 0 0 0 0;
}
#primary.col-md-6 .product-buttons .product-buttons-container input[type="submit"],
#primary.col-md-6 .product-buttons .product-buttons-container button,
#primary.col-md-6 .product-buttons .product-buttons-container .button,
#primary.col-md-6 .product-buttons .product-buttons-container .bootstrap-button,
#primary.col-md-6 .product-buttons .product-buttons-container input#submit,
#primary.col-md-6 .product-buttons .product-buttons-container .da-slide .da-link,
#primary.col-md-6 .product-buttons .product-buttons-container span.more a,
#primary.col-md-6 .product-buttons .product-buttons-container a.read-more,
#primary.col-md-6 .product-buttons .product-buttons-container .entry-content a.t4p-button-default {
font-size: 12px;
line-height: 1;
padding: 10px 8px;
}
#secondary .widget.woocommerce ul {
margin-left: 0;
}
#secondary .widget.woocommerce ul li {
margin-bottom: 15px;
}
#secondary .widget.woocommerce ul li:last-child {
margin-bottom: 0;
}
#secondary .widget.woocommerce .product-categories ul {
margin-left: 10px;
}
#secondary .widget.woocommerce ul.product-categories > li {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 14px;
padding-bottom: 12px;
}
#secondary .widget.woocommerce ul.product-categories > li .children li {
margin-bottom: 0;
}
#secondary .widget.woocommerce ul.product-categories > li:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
#secondary .widget.woocommerce .widget_product_search input {
width: 100%;
}
#secondary .widget_shopping_cart .buttons {
overflow: visible;
display: inline-block;
width: 100%;
margin-bottom: 0;
}
#secondary .widget_shopping_cart .buttons a {
color: #ffffff;
height: auto;
padding: 6px 8px;
}
@media (max-width: 360px) {
#secondary .widget_shopping_cart .buttons a {
display: inline-block;
margin: 10px 0;
width: 100%;
}
#secondary .widget_shopping_cart .buttons a:last-of-type {
margin-bottom: 0;
}
#secondary .widget_shopping_cart .buttons a:first-of-type {
margin-top: 0;
}
}
.widget_shopping_cart ul.cart_list {
margin-bottom: 20px;
}
.widget_recently_viewed_products li a {
clear: both;
display: block;
width: 100%;
}
.widget_top_rated_products li .star-rating {
margin: 6px 0;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
border: none;
}
.product .product-details-container .star-rating {
margin: 8px 0 0;
}
.product .product-details-container .price {
margin: 0;
}
@media (max-width: 540px) {
.product .product-details-container .price {
display: inline-block;
margin: 0;
text-align: center;
width: 100%;
}
.product .product-details-container .star-rating {
display: block;
float: none;
margin: 0 auto 10px;
text-align: center;
}
} .products-slider .image .image-extras .image-extras-content h3,
.simple-products-slider .image .image-extras .image-extras-content h3 {
font-size: 13px;
}
#content .cats {
display: block;
margin: -11px 0 -3px;
font-size: 14px;
}
#content .cats a,
.simple-products-slider .cats a,
.products-slider .price .amount,
.simple-products-slider .price .amount {
font-weight: normal;
font-size: 14px;
line-height: normal;
color: #333333;
text-align: center;
line-height: 15px;
margin: 0;
}
#content .es-carousel .cats {
margin: 0;
display: block;
}
#content .es-carousel .cats a {
background: rgba(255, 255, 255, 0.7);
font-size: 11px;
font-weight: normal;
margin-bottom: 5px;
padding: 3px 7px;
text-align: center;
}
#content .es-carousel h3 {
margin: 8px 0 2px;
}
#content .es-carousel .price .amount {
background: rgba(255, 255, 255, 0.7);
color: #333333;
font-size: 18px;
font-weight: normal;
line-height: normal;
margin-bottom: 5px;
padding: 3px 7px;
text-align: center;
}
.products-slider .cats a {
display: inline-block;
}
.products-slider .cats::after {
content: "\A";
white-space: pre;
}
.products-slider .price {
display: inline-block;
margin-bottom: 5px;
}
.products-slider .price .amount {
font-size: 18px;
}
.products-slider .product-buttons {
padding: 0;
height: auto;
}
.products-slider .product-buttons a {
display: inline;
height: auto;
float: none;
}
.products-slider .product-buttons .add_to_cart_button::before {
padding-top: 0;
}
.products-slider .product-buttons .button.product_type_variable::before {
padding-top: 0;
}
.simple-products-slider .cats a {
display: inline-block;
}
.simple-products-slider .cats::after {
content: "\A";
white-space: pre;
}
.simple-products-slider .price {
display: inline-block;
margin-bottom: 5px;
}
.simple-products-slider .price .amount {
font-size: 18px;
}
.simple-products-slider .product-buttons {
padding: 0;
height: auto;
}
.simple-products-slider .product-buttons a {
display: inline;
height: auto;
float: none;
}
.simple-products-slider .product-buttons .show_details_button::before {
padding-top: 0;
}
.simple-products-slider .product-buttons .button.product_type_grouped::before {
padding-top: 0;
}
.product-category h3 {
padding: 0 20px;
}
.image {
position: relative;
overflow: hidden;
z-index: 1;
}
.image .image-extras {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
background: #ffffff;
background: rgba(255, 255, 255, 0.3);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
text-align: center;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
}
.image .image-extras::before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.image .image-extras .image-extras-content {
position: relative;
display: inline-block;
vertical-align: middle;
width: 90%;
height: auto;
}
.image:hover .image-extras {
opacity: 1;
-webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
}
.image a {
display: block;
}
.no-csstransforms .image .image-extras {
display: none;
}
.no-csstransforms .image:hover .image-extras {
display: block;
}
.image .image-extras .image-extras-content h4 a {
display: inline;
color: #333333;
}
.image .image-extras .image-extras-content img {
width: auto;
display: inline;
}
.image .image-extras .image-extras-content .icon {
width: 50px;
height: 50px;
vertical-align: top;
text-indent: -10000px;
display: inline;
position: relative;
}
.image .image-extras .image-extras-content .icon img {
width: 50px;
height: 50px;
display: inline-block;
vertical-align: top;
text-indent: -10000px;
}
.image .image-extras .image-extras-content .icon::before {
position: absolute;
left: 50%;
margin-left: -10px;
text-indent: 0;
line-height: 50px;
font-family: "IcoMoon";
font-size: 20px;
color: #ffffff;
webkit-font-smoothing: antialiased;
}
.image .image-extras .image-extras-content .icon.link-icon {
background-color: #222;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.image .image-extras .image-extras-content .icon.link-icon::before {
content: '\e923';
}
.image .image-extras .image-extras-content .icon.gallery-icon {
background-color: #222;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.image .image-extras .image-extras-content .icon.gallery-icon::before {
content: '\e920';
}
.image:hover .image-extras .link-icon {
margin-right: 5%;
}
.image-extras .link-icon {
margin-right: 50%;
}
.content .image .image-extras .image-extras-content h3,
.simple-products-slider .image-extras h3,
.products-slider .image-extras h3 {
font-size: 14px;
font-weight: normal;
color: #ffffff;
background: #222;
margin: 10px auto 0;
padding: 10px;
display: inline-block;
}
.products-slider .image-extras h3 a,
.simple-products-slider .image-extras h3 a {
color: #ffffff;
}
.footer-area .products-slider .image-extras h3 a:hover {
color: #ffffff;
}
.footer-area .products-slider img {
width: 205px;
}
.footer-area .simple-products-slider .image-extras h3 a:hover {
color: #ffffff;
}
.footer-area .simple-products-slider img {
width: 205px;
}
#sidebar .widget .simple-products-slider .image-extras h3 {
font-size: 13px;
float: none;
}
#sidebar .widget .products-slider .image-extras h3 {
font-size: 13px;
float: none;
}
#sidebar .products-slider .es-carousel {
padding-left: 20px;
}
#sidebar .products-slider .es-carousel li {
margin-right: 20px;
}
#sidebar .products-slider .image-extras h3 a:hover {
color: #ffffff;
}
#sidebar .simple-products-slider .es-carousel {
padding-left: 20px;
}
#sidebar .simple-products-slider .es-carousel li {
margin-right: 20px;
}
#sidebar .simple-products-slider .image-extras h3 a:hover {
color: #ffffff;
}
#content .products-slider .image {
height: 200px;
}
#content .simple-products-slider .image {
height: 200px;
}
#content .image-extras-content h4 span.cats {
margin: 0;
}
.content .image .image-extras .image-extras-content h4 {
color: #333333;
background: rgba(255, 255, 255, 0.7);
margin: 0;
padding: 10px;
display: inline-block;
margin: 10px auto 0;
}
.content .image .image-extras .image-extras-content h4:empty {
display: none;
}
.content .image .image-extras .image-extras-content h4 a:hover {
color: #444;
}
.post-content .image-extras .link-icon {
margin-right: 6px;
}
.post-content h3 {
line-height: normal;
}
.post-content h4 {
line-height: normal;
font-size: 12px;
margin-top: 3px;
}
@media (max-width: 1220px) and (min-width: 769px) {
.product-buttons .add_to_cart_button {
padding: 0px 5px;
}
} #customer_login .input-text {
display: block;
}
.widget.woocommerce ul {
list-style-image: none;
}
.woocommerce-breadcrumb {
margin-bottom: 15px;
}
.catalog-ordering {
text-align: center;
position: relative;
z-index: 1;
}
.catalog-ordering > ul {
display: inline-block;
margin-bottom: 42px;
}
.catalog-ordering a {
color: #888;
}
.catalog-ordering .order {
margin: 0 10px 0 0;
padding: 0;
list-style: none;
float: left;
}
.catalog-ordering .order li a .t4p-icon {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
border: 1px solid #e8e8e8;
display: block;
height: 29px;
line-height: 29px;
padding: 0 13px;
font-size: 12px;
padding: 0 10px;
}
.order-dropdown {
display: inline-block;
text-align: left;
width: 170px;
margin: 0;
padding: 0;
list-style: none;
margin-right: 10px;
position: relative;
cursor: pointer;
}
.order-dropdown ul {
margin: 0;
padding: 0;
list-style: none;
}
.order-dropdown .current-li {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
border: 1px solid #e8e8e8;
display: block;
height: 29px;
line-height: 29px;
text-indent: 13px;
font-size: 12px;
}
.order-dropdown > li {
position: relative;
z-index: 99;
}
.order-dropdown > li:hover > ul {
display: block;
position: absolute;
top: 29px;
}
.order-dropdown > li::after {
display: block;
font-family: IcoMoon;
content: '\e917';
z-index: 101;
position: absolute;
top: 0;
right: 0;
font-size: 12px;
height: 30px;
line-height: 30px;
width: 26px;
text-align: center;
background: url(//kaufenbestellen.de/wp-content/themes/evolve/assets/images/divider-menu.png) no-repeat scroll left center transparent;
}
.order-dropdown ul {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
display: none;
}
.order-dropdown ul li {
margin-bottom: 0;
}
.order-dropdown ul li a {
width: 168px;
background: #ffffff;
border: 1px solid #e8e8e8;
border-top: 0;
display: block;
height: 29px;
line-height: 29px;
text-indent: 13px;
font-size: 12px;
padding: 0;
}
.order-dropdown ul li a:hover {
background: #f7f7f7;
}
.order-dropdown ul li a strong {
font-weight: normal;
}
.orderby-order-container {
display: inline-block;
text-align: left;
}
.products {
list-style: none;
margin: 0;
padding: 0;
position: relative;
z-index: 0;
}
.products li {
border: 1px solid #e3e3e3;
border-bottom-size: 2px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.products li:hover {
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.products-6 li {
float: left;
width: 15.832%;
margin-right: 1.0%;
margin-bottom: 11px;
}
.products-6 li:nth-child(6n) {
margin-right: 0;
}
.products-6 li:nth-child(6n+1) {
clear: both;
}
.products-5 li {
float: left;
width: 19.2%;
margin-right: 1.0%;
margin-bottom: 11px;
}
.products-5 li:nth-child(5n) {
margin-right: 0;
}
.products-5 li:nth-child(5n+1) {
clear: both;
}
.products-4 li {
float: left;
width: 24.25%;
margin-right: 1.0%;
margin-bottom: 11px;
}
.products-4 li:nth-child(4n) {
margin-right: auto;
}
.products-4 li:nth-child(4n+1) {
clear: both;
}
.products-3 li {
float: left;
width: 32.6%;
margin-right: 1.1%;
margin-bottom: 11px;
}
.products-3 li:nth-child(3n) {
margin-right: 0;
}
.products-3 li:nth-child(3n+1) {
clear: both;
}
.products-2 li {
float: left;
width: 49.1%;
margin-right: 0.9%;
margin-bottom: 11px;
}
.products-2 li:nth-child(2n) {
margin-right: 0;
}
.products-2 li:nth-child(2n+1) {
clear: both;
}
.products-1 li {
float: left;
width: 99.6%;
margin-bottom: 11px;
}
.products-1 li:nth-child(2n) {
margin-right: 0;
}
.products-1 li:nth-child(2n+1) {
clear: both;
}
.product-images {
display: block;
text-align: center;
position: relative;
}
.onsale {
background-color: #666;
-webkit-backface-visibility: hidden;
display: block;
z-index: 98;
color: #ffffff;
line-height: 2;
text-align: center;
position: absolute;
padding: 1px 10px;
-webkit-border-radius: 0 2px 2px 0;
-moz-border-radius: 0 2px 2px 0;
-ms-border-radius: 0 2px 2px 0;
border-radius: 0 2px 2px 0;
}
.product-details {
padding: 20px 15px 0px 15px;
} .product-title,
.product-title a {
letter-spacing: 0;
font-size: 15px;
text-align: center;
margin-top: 0;
margin-bottom: 10px;
font-family: 'Open Sans', arial, helvetica, sans-serif;
font-weight: normal;
}
.product-buttons {
padding: 0 15px;
height: 70px;
}
table.variations {
border-top: 0;
}
.variations td {
border-top-color: #E0DDDD;
}
.variations .label {
color: #333333;
display: table-cell;
vertical-align: middle;
}
.cart-loading {
display: block;
height: 50px;
width: 50px;
line-height: 50px;
font-size: 30px;
color: #ffffff;
position: absolute;
top: 50%;
left: 50%;
margin-top: -25px;
margin-left: -25px;
z-index: 100;
display: none;
}
.cart-loading .t4p-icon {
line-height: 50px;
}
.cart-loading .t4p-icon-repeat {
-webkit-animation: mask 3.5s infinite alternate;
-moz-animation: mask 3.5s infinite alternate;
-ms-animation: mask 3.5s infinite alternate;
-o-animation: mask 3.5s infinite alternate;
animation: mask 3.5s infinite alternate;
display: inline-block;
}
#wrapper .cart-loading {
background-color: #333333;
opacity: 0.9;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90);
}
.no-rgba #wrapper .cart-loading {
background-color: #000;
}
@-webkit-keyframes mask {
25% {
-webkit-transform: rotate(360deg);
}
50% {
-webkit-transform: rotate(720deg);
}
75% {
-webkit-transform: rotate(1080deg);
}
100% {
-webkit-transform: rotate(1440deg);
}
}
@-moz-keyframes mask {
25% {
-moz-transform: rotate(360deg);
}
50% {
-moz-transform: rotate(720deg);
}
75% {
-moz-transform: rotate(1080deg);
}
100% {
-moz-transform: rotate(1440deg);
}
}
@-ms-keyframes mask {
25% {
-ms-transform: rotate(360deg);
}
50% {
-ms-transform: rotate(720deg);
}
75% {
-ms-transform: rotate(1080deg);
}
100% {
-ms-transform: rotate(1440deg);
}
}
@-o-keyframes mask {
25% {
-o-transform: rotate(360deg);
}
50% {
-o-transform: rotate(720deg);
}
75% {
-o-transform: rotate(1080deg);
}
100% {
-o-transform: rotate(1440deg);
}
}
@keyframes mask {
25% {
transform: rotate(360deg);
}
50% {
transform: rotate(720deg);
}
75% {
transform: rotate(1080deg);
}
100% {
transform: rotate(1440deg);
}
}
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 12px;
height: 12px;
top: -.3em;
outline: none;
}
.ui-slider .ui-slider-handle::before {
border: 1px solid #aaa;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
-moz-box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
-ms-box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
-o-box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
background-color: #ccc;
width: 12px;
height: 12px;
outline: none;
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
}
.ui-slider .ui-slider-handle:last-child {
margin-left: -1em;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
-webkit-border-radius: 1em;
-moz-border-radius: 1em;
border-radius: 1em;
}
.price_slider_wrapper .ui-widget-content {
-webkit-border-radius: 1em;
-moz-border-radius: 1em;
-ms-border-radius: 1em;
border-radius: 1em;
background-color: #F0F0F0;
}
.price_slider_wrapper .ui-slider .ui-slider-range {
background-color: #666;
}
.ui-slider-horizontal {
height: .5em;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: -1px;
}
.ui-slider-horizontal .ui-slider-range-max {
right: -1px;
}
.star-rating {
overflow: hidden;
position: relative;
height: 1em;
line-height: 1em;
font-size: 1em;
width: 5.4em;
font-family: "IcoMoon";
}
.star-rating::before {
color: #bbb;
}
.star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.star-rating span::before {
color: #bbb;
content: "\e925\e925\e925\e925\e925";
top: 0;
position: absolute;
left: 0;
letter-spacing: 0.1em;
}
.star-rating::before {
content: "\e924\e924\e924\e924\e924";
float: left;
top: 0;
left: 0;
position: absolute;
letter-spacing: 0.1em;
}
.product-details .star-rating {
float: right;
}
.price del .amount {
font-size: 13px;
margin-right: 5px;
}
.price ins {
text-decoration: none;
}
.price ins .amount {
font-size: 22px;
text-decoration: none;
color: #333333;
}
.price > .amount {
font-size: 22px;
color: #333333;
}
.product-details .price .from {
font-size: 13px;
margin-right: 5px;
}
.product-details-container {
border-bottom: 1px dashed #e3e3e3;
padding-bottom: 20px;
min-height: 50px;
}
.product-buttons .add_to_cart_button {
text-align: center;
display: block;
}
.product-buttons .add_to_cart_button::before {
font-family: IcoMoon;
content: '\e90c';
margin-right: 6px;
}
#sidebar .product-buttons .add_to_cart_button:hover,
.product-buttons .add_to_cart_button:hover {
color: #ffffff;
}
.product-images .show_details_button {
font-size: 12px;
line-height: 40px;
text-align: center;
background: #333333;
bottom: -30px;
color: #ffffff;
left: 0;
opacity: 0;
padding: 5px 0;
position: absolute;
z-index: 999;
right: 0;
text-align: center;
text-transform: uppercase;
-webkit-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
-ms-transition: all 200ms ease-out;
-o-transition: all 200ms ease-out;
transition: all 200ms ease-out;
}
.product-images .show_details_button::before {
font-family: "IcoMoon";
content: '\e91f';
margin-right: 6px;
}
li.product:hover .show_details_button {
bottom: 0px;
opacity: 0.9;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90);
}
.product-buttons .button.product_type_variable:before,
.product-buttons .button.product_type_grouped:before {
font-family: IcoMoon;
content: '\e928';
margin-right: 6px;
}
.product-buttons .button.product_type_simple,
.product-buttons .button.product_type_variable,
.product-buttons .button.product_type_grouped,
.product-buttons .button.product_type_external {
text-align: center;
display: block;
color: #ffffff;
}
.product-buttons .button.product_type_simple::before {
font-family: "IcoMoon";
content: '\e90c';
margin-right: 6px;
}
.product-buttons .added_to_cart {
display: none;
color: #333333;
}
.product-buttons .button {
margin-top: 12px;
}
.product-images .crossfade-images {
display: block;
}
.product-images .crossfade-images img {
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
-ms-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
position: relative;
z-index: 50;
width: 100%;
}
.product-images .crossfade-images img:hover {
opacity: 0;
}
.product-images .crossfade-images .hover-image {
position: absolute;
}
.product-images img {
width: 100%;
}
.product {
position: relative;
}
.product .images {
float: left;
margin-right: 39px;
}
.product .onsale {
top: 20px;
left: 0;
font-size: 12px;
}
.product .price {
margin: 0;
margin-top: 5px;
text-align: center;
display: block;
}
.woocommerce-tabs {
clear: both;
}
.woocommerce-tabs h2 {
margin-top: 0;
padding-top: 0;
}
.woocommerce-tabs #respond {
margin-bottom: 0;
padding-bottom: 0;
}
.woocommerce-tabs form.comment-form {
margin-bottom: 0;
padding-bottom: 0;
}
.woocommerce-tabs p:last-of-type {
margin-bottom: 0;
padding-bottom: 0;
}
.content .product .product_title {
text-align: left;
font-size: 30px;
}
.woocommerce-product-rating {
margin-top: 10px;
margin-bottom: 10px;
}
.woocommerce-product-rating .woocommerce-review-link {
margin-top: 10px;
display: inline-block;
}
.product .product-border {
height: 1px;
border-bottom: 1px dashed #e3e3e3;
margin-top: 10px;
margin-bottom: 10px;
}
.quantity .minus,
.quantity .plus,
.quantity .qty {
float: left;
border: 0;
margin: 0;
padding: 0;
height: 45px;
text-align: center;
vertical-align: middle;
font-size: 12px;
color: #333333;
}
.quantity {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
border: 1px solid #e8e8e8;
overflow: hidden;
width: 97px;
}
.quantity .qty {
background: transparent;
width: 43px;
background-image: url(//kaufenbestellen.de/wp-content/themes/evolve/assets/images/divider-menu.png);
background-repeat: no-repeat;
background-position: right center;
}
.quantity .minus {
background: #fbfaf9;
width: 26px;
cursor: pointer;
background-image: url(//kaufenbestellen.de/wp-content/themes/evolve/assets/images/divider-menu.png);
background-repeat: no-repeat;
background-position: right center;
}
.quantity .plus {
background: #fbfaf9;
width: 26px;
cursor: pointer;
}
.quantity .qty::-webkit-inner-spin-button,
.quantity .qty::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.widget .quantity {
box-shadow: none;
}
.cart .quantity {
float: left;
margin-right: 10px;
}
button.single_add_to_cart_button {
margin: 0;
}
form.cart {
margin-bottom: 40px;
margin-top: 40px;
}
.simple-cart {
overflow: hidden;
}
.simple-cart .quantity {
float: left;
margin-right: 10px;
}
.group_table {
margin-bottom: 10px;
}
.group_table tr {
vertical-align: top;
height: 41px;
}
.group_table td {
vertical-align: middle;
height: 31px;
}
.group_table td.label {
padding: 0 10px;
}
.product_meta > span {
display: block;
}
.woocommerce-tabs {
overflow: hidden;
padding-top: 20px;
}
.woocommerce-tabs > .tabs {
list-style: none;
padding: 0;
margin: 0;
float: left;
}
.woocommerce-tabs .tabs li {
float: left;
margin-bottom: 5px;
}
.woocommerce-tabs .tabs li a {
display: inline-block;
padding: 10px 20px;
}
.woocommerce-tabs .tabs li a .arrow {
display: none;
}
.woocommerce-tabs .tabs li a:hover .arrow {
display: none;
}
.woocommerce-tabs .tabs li.active {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
font-weight: bold;
position: relative;
z-index: 0;
}
.woocommerce-tabs .tabs li.active a .arrow {
display: inline-block;
}
.woocommerce-tabs .tabs li.active a:hover .arrow {
display: inline-block;
}
.woocommerce-tabs .tabs li.active::before {
content: "";
display: block;
margin: 0;
position: absolute;
left: 50%;
bottom: -5px;
border-bottom: 8px solid #ddd;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
width: 8px;
height: 8px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.woocommerce-tabs .panel {
margin: 0;
background: #ffffff;
position: relative;
z-index: 1;
float: left;
border: 1px solid #ddd;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;
}
#reviews .overall-rating {
float: right;
}
#reviews .review-title {
margin: 0;
}
#reviews .review-main-title {
margin-bottom: 25px;
}
#reviews .commentlist {
margin-bottom: 0;
margin-left: 0;
margin-top: 20px;
}
#reviews li {
margin-bottom: 15px;
list-style: none;
}
#reviews li:last-child {
margin-bottom: 0;
}
#reviews li .comment-text {
float: left;
padding: 15px;
background: #ffffff;
margin-left: 10px;
}
#reviews li .comment-text .meta {
float: right;
margin-bottom: 10px;
}
#reviews li .comment-text .star-rating {
float: left;
margin-left: 5px;
}
#reviews li .comment-text .description {
clear: both;
}
#reviews li .avatar {
float: left;
padding-top: 20px;
}
#reviews li .comment-text .description {
clear: both;
}
#reviews .add_review {
margin: 0;
margin-top: 15px;
float: right;
}
.has-sidebar #reviews li .comment-text {
width: 80%;
}
#review_form_wrapper {
margin-top: 50px;
}
#reviews #reply-title {
font-size: 15px;
margin: 0;
margin-bottom: 25px;
}
.comment-form-rating label {
display: none;
}
#reviews .comment-form-comment label {
display: block;
margin-bottom: 4px;
}
.comment-form-comment textarea {
width: 94%;
}
#reviews input#submit {
font-size: 13px;
font-weight: bold;
}
p.stars {
position: relative;
line-height: 1em;
font-size: 1em;
}
p.stars::after {
content: "";
display: block;
clear: both;
}
p.stars a {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
width: 19%;
display: block;
position: relative;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0.5em 0.5em 0.5em 0.75em;
background: rgba(0, 0, 0, 0.025);
margin-right: 1%;
font-weight: bold;
}
p.stars a:hover {
background: rgba(0, 0, 0, 0.075);
}
p.stars a.active {
background: rgba(0, 0, 0, 0.075);
}
p.stars a.star-1:after,
p.stars a.star-2:after,
p.stars a.star-3:after,
p.stars a.star-4:after,
p.stars a.star-5:after {
font-family: IcoMoon;
content: '\e925';
position: absolute;
top: .85em;
width: 5.3em;
right: 1em;
font-size: .5em;
-webkit-border-radius: 1em;
-moz-border-radius: 1em;
border-radius: 1em;
color: #999999;
text-align: right;
font-weight: normal;
}
p.stars a.star-1:hover,
p.stars a.star-2:hover,
p.stars a.star-3:hover,
p.stars a.star-4:hover,
p.stars a.star-5:hover {
text-decoration: none;
}
p.stars a.star-1:after {
content: "\e925";
}
p.stars a.star-2:after {
content: "\e925\e925";
}
p.stars a.star-3:after {
content: "\e925\e925\e925";
}
p.stars a.star-4:after {
content: "\e925\e925\e925\e925";
}
p.stars a.star-5:after {
content: "\e925\e925\e925\e925\e925";
}
.related.products,
.upsells.products {
margin-top: 50px;
}
.shop_table .product-thumbnail img {
margin-right: 25px;
}
.shop_table .product-thumbnail .product-info {
float: left;
margin-top: 20px;
}
.shop_table .product-remove a {
font-size: 24px;
}
.evolve_myaccount_user .msg .t4p-icon-envelope-o {
position: relative;
top: 2px;
}
.edit-account-form legend {
margin-top: 20px;
padding-bottom: 10px;
}
.woocommerce-MyAccount-content .woocommerce-Message .woocommerce-Button {
margin-right: 10px;
color: #fff;
}
.entry-content ul.products-4 {
margin-left: 0;
}
@media (max-width: 991px) {
.myaccount_user_container {
display: block;
}
.myaccount_user_container span.msg, .myaccount_user_container span:last-child {
display: block;
float: none;
margin: 0;
padding: 0 0 10px;
text-align: left;
}
.price ins .amount,
.price > .amount {
font-size: 16px;
}
}
@media (max-width: 768px) {
.products-4 li {
width: 48.8%;
}
.products-4 li:nth-child(4n+1) {
clear: none;
}
.comment-form-rating p.stars span {
display: inline-block;
text-align: center;
width: 100%;
}
.comment-form-rating p.stars span > a {
display: inline-block;
float: none;
margin: 0 10px 10px;
max-width: calc(33.33% - 20px);
padding: 10px;
text-align: left;
width: 100%;
}
p.stars a.star-1::after,
p.stars a.star-2::after,
p.stars a.star-3::after,
p.stars a.star-4::after,
p.stars a.star-5::after {
font-size: 14px;
right: 10px;
top: 50%;
width: 100%;
transform: translateY(-50%);
}
}
@media (max-width: 540px) {
.products-4 li {
float: none;
margin: 0 0 20px;
width: 100%;
}
.comment-form-rating p.stars span > a {
max-width: calc(50% - 20px);
}
}
@media (max-width: 360px) {
.comment-form-rating p.stars span > a {
max-width: calc(100% - 20px);
}
} .flexslider {
background-color: transparent;
position: relative;
zoom: 1;
margin: 0;
padding: 0;
}
.flexslider:hover .flex-next {
opacity: 0.8;
right: 0px;
}
.flexslider:hover .flex-next:hover {
opacity: 1;
}
.flexslider:hover .flex-prev {
opacity: 0.8;
left: 0px;
}
.flexslider:hover .flex-prev:hover {
opacity: 1;
}
.flexslider .slides {
zoom: 1;
margin: 0;
padding: 0;
list-style: none;
z-index: 1000;
overflow: hidden;
}
.flexslider .slides::after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.flexslider .slides li {
display: none;
-webkit-backface-visibility: hidden;
}
.flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.loading .flex-viewport {
max-height: 300px;
}
.carousel li li {
margin-right: 5px;
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
outline: none;
}
.flex-control-nav,
.flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
z-index: 1000;
} html[xmlns] .flexslider .slides {
display: block;
}
* html .flexslider .slides {
height: 1%;
}
.flexslider .slides,
.flex-control-nav,
.flex-direction-nav {
z-index: 100;
} .flex-direction-nav {
height: 0;
}
.flex-direction-nav a {
z-index: 100;
position: absolute;
top: 50%;
cursor: pointer;
opacity: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.no-opacity .flex-direction-nav a {
display: none;
}
.no-opacity .flexslider:hover .flex-direction-nav a {
display: block;
}
.flex-direction-nav .flex-prev {
left: 0;
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
-ms-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.flex-direction-nav .flex-prev::before {
margin-top: -20px;
position: absolute;
width: 40px;
height: 40px;
left: 0px;
top: 50%;
z-index: 90;
line-height: 40px;
font-size: 20px;
background: #636363;
background: rgba(0, 0, 0, 0.6);
color: #ffffff;
font-family: IcoMoon;
content: '\e918';
text-align: center;
}
.flex-direction-nav .flex-next {
right: 0;
}
.flex-direction-nav .flex-next::before {
margin-top: -20px;
position: absolute;
width: 40px;
height: 40px;
top: 50%;
z-index: 90;
line-height: 40px;
font-size: 20px;
background: #636363;
background: rgba(0, 0, 0, 0.6);
color: #ffffff;
font-family: IcoMoon;
text-align: center;
content: '\e919';
right: 0;
left: auto;
}
.flex-direction-nav .flex-disabled {
opacity: 0;
filter: alpha(opacity=0);
cursor: default;
display: none;
}
.no-rgba .flex-direction-nav .flex-next,
.no-rgba .flex-direction-nav .flex-prev {
background-color: #000;
} .flex-control-nav {
width: 100%;
position: absolute;
bottom: 0px;
text-align: center;
}
.flex-control-nav li {
margin: 0 3px;
display: inline-block;
zoom: 1;
}
.flex-control-nav li a {
width: 11px;
height: 11px;
display: block;
background: #666;
background: rgba(0, 0, 0, 0.05);
cursor: pointer;
text-indent: -9999px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
border-radius: 20px;
box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
}
.flex-control-nav li a:hover {
background: #333333;
background: rgba(0, 0, 0, 0.7);
}
.flex-control-nav li a.flex-active {
background: #000;
background: rgba(0, 0, 0, 0.4);
cursor: default;
}
.flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
}
.flex-control-thumbs img {
width: 100%;
display: block;
opacity: 0.7;
cursor: pointer;
}
.flex-control-thumbs img:hover {
opacity: 1;
}
.flex-control-thumbs .flex-active {
opacity: 1;
cursor: default;
}
.flex-caption {
position: absolute;
background: rgba(0, 0, 0, 0.6);
width: 96%;
padding: 2%;
color: #333333;
left: 0;
bottom: 0;
margin: 0;
}
.no-rgba .flex-caption {
background-color: #000;
}
.main-flex {
margin-bottom: 0;
} .flexslider .slides img {
width: 100%;
max-width: 100%;
display: block;
}
.flex-pauseplay span {
text-transform: capitalize;
} @media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
opacity: 1;
left: 0;
}
.flex-direction-nav .flex-next {
opacity: 1;
right: 0;
}
}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: bold;
}
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 #c0c0c0;
}
legend {
padding: 0;
border: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-spacing: 0;
border-collapse: collapse;
} @media print {
*,
*:before,
*:after {
color: #000 !important;
text-shadow: none !important;
background: transparent !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^="#"]: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;
}
select {
background: #fff !important;
}
.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 th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url(//kaufenbestellen.de/wp-content/themes/evolve/assets/fonts/glyphicons-halflings-regular.eot);
src: url(//kaufenbestellen.de/wp-content/themes/evolve/assets/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(//kaufenbestellen.de/wp-content/themes/evolve/assets/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(//kaufenbestellen.de/wp-content/themes/evolve/assets/fonts/glyphicons-halflings-regular.woff) format('woff'), url(//kaufenbestellen.de/wp-content/themes/evolve/assets/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(//kaufenbestellen.de/wp-content/themes/evolve/assets/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: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
content: "\2a";
}
.glyphicon-plus:before {
content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur: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-yen:before {
content: "\00a5";
}
.glyphicon-ruble: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;
}
*:before,
*:after {
-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 {
line-height: 1.42857143;
color: #333;  
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #337ab7;
text-decoration: none;
}
a:hover,
a:focus {
color: #23527c;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > 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;
}
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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.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,
.h4,
h5,
.h5,
h6,
.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:hover {
color: #286090;
}
.text-success {
color: #3c763d;
}
a.text-success:hover {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover {
color: #843534;
}
.bg-primary {
color: #fff;
background-color: #337ab7;
}
a.bg-primary:hover {
background-color: #286090;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
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;
}
dt,
dd {
line-height: 1.42857143;
}
dt {
font-weight: bold;
}
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[title],
abbr[data-original-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 p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #777;
}
blockquote footer:before,
blockquote small: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 footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small: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: bold;
-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-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
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: 769px) {
.col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
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-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
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-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
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 > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
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 > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #ddd;
}
.table .table {
background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
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 > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
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 > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
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: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
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="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
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[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
cursor: not-allowed;
background-color: #eee;
opacity: 1;
}
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
line-height: 34px;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm,
.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"] {
line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg,
.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"] {
line-height: 46px;
}
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.radio label,
.checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-top: 4px \9;
margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
vertical-align: middle;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
.form-control-static {
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;
}
textarea.input-sm,
select[multiple].input-sm {
height: auto;
}
.form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.form-group-sm .form-control {
height: 30px;
line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
height: auto;
}
.form-group-sm .form-control-static {
height: 30px;
padding: 5px 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;
}
textarea.input-lg,
select[multiple].input-lg {
height: auto;
}
.form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
select.form-group-lg .form-control {
height: 46px;
line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
height: auto;
}
.form-group-lg .form-control-static {
height: 46px;
padding: 10px 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;
}
.input-lg + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.input-sm + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-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 .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-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 .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-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 .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
.form-inline .input-group > .form-control {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
padding-top: 7px;
margin-top: 0;
margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
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: 14.333333px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
}
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
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:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
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 {
pointer-events: none;
cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
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:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
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:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
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:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
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:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
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:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #fff;
}
.btn-link {
font-weight: normal;
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:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #23527c;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #777;
text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].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;
visibility: hidden;
}
.collapse.in {
display: block;
visibility: visible;
}
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 solid;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropup,
.dropdown {
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: normal;
line-height: 1.42857143;
color: #333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
color: #262626;
text-decoration: none;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
background-color: #337ab7;
outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
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 solid;
}
.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 > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
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-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-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-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="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
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-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;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].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;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control: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: normal;
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="radio"],
.input-group-addon input[type="checkbox"] {
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:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
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:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
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:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
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 {
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:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: #eee;
}
.nav > li.disabled > a {
color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #777;
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
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:hover,
.nav-tabs > li.active > a:focus {
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:hover,
.nav-tabs.nav-justified > .active > a:focus {
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:hover,
.nav-tabs.nav-justified > .active > a:focus {
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:hover,
.nav-pills > li.active > a:focus {
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:hover,
.nav-tabs-justified > .active > a:focus {
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:hover,
.nav-tabs-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.tab-content > .tab-pane {
display: none;
visibility: hidden;
}
.tab-content > .active {
display: block;
visibility: visible;
}
.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;
visibility: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
padding-right: 0;
padding-left: 0;
}
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 200px;
}
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
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-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
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:hover,
.navbar-brand:focus {
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 > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
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 .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
width: auto;
}
.navbar-form .input-group > .form-control {
width: 100%;
}
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio label,
.navbar-form .checkbox label {
padding-left: 0;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
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:hover,
.navbar-default .navbar-brand:focus {
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:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
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:hover,
.navbar-default .navbar-nav > .open > a:focus {
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:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
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:hover,
.navbar-default .btn-link:focus {
color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
color: #ccc;
}
.navbar-inverse {
background-color: #222;
border-color: #080808;
}
.navbar-inverse .navbar-brand {
color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
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:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
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:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
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:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
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:hover,
.navbar-inverse .btn-link:focus {
color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
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:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
color: #23527c;
background-color: #eee;
border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 2;
color: #fff;
cursor: default;
background-color: #337ab7;
border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
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;
}
.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;
}
.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:hover,
.pager li > a:focus {
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:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #777;
cursor: not-allowed;
background-color: #fff;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
a.label:hover,
a.label:focus {
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]:hover,
.label-default[href]:focus {
background-color: #5e5e5e;
}
.label-primary {
background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #286090;
}
.label-success {
background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
background-color: #449d44;
}
.label-info {
background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
background-color: #31b0d5;
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
background-color: #ec971f;
}
.label-danger {
background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
background-color: #c9302c;
}
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
background-color: #777;
border-radius: 10px;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.btn-xs .badge {
top: 0;
padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
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: 30px 15px;
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 {
border-radius: 6px;
}
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
padding: 48px 0;
}
.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 > img,
.thumbnail a > img {
margin-right: auto;
margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
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: bold;
}
.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-striped .progress-bar,
.progress-bar-striped {
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.active .progress-bar,
.progress-bar.active {
-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-right,
.media > .pull-right {
padding-left: 10px;
}
.media-left,
.media > .pull-left {
padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
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 {
color: #555;
}
a.list-group-item .list-group-item-heading {
color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
color: #555;
text-decoration: none;
background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
color: #777;
cursor: not-allowed;
background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
color: #c7ddef;
}
.list-group-item-success {
color: #3c763d;
background-color: #dff0d8;
}
a.list-group-item-success {
color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
}
.list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
a.list-group-item-info {
color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
a.list-group-item-warning {
color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
}
.list-group-item-danger {
color: #a94442;
background-color: #f2dede;
}
a.list-group-item-danger {
color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
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 > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
color: inherit;
}
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.list-group + .panel-footer {
border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
padding-right: 15px;
padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.panel > .table-responsive {
margin-bottom: 0;
border: 0;
}
.panel-group {
margin-bottom: 20px;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 4px;
}
.panel-group .panel + .panel {
margin-top: 5px;
}
.panel-group .panel-heading {
border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #ddd;
}
.panel-default {
border-color: #ddd;
}
.panel-default > .panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd;
}
.panel-primary {
border-color: #337ab7;
}
.panel-primary > .panel-heading {
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
color: #337ab7;
background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #337ab7;
}
.panel-success {
border-color: #d6e9c6;
}
.panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6;
}
.panel-info {
border-color: #bce8f1;
}
.panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1;
}
.panel-warning {
border-color: #faebcc;
}
.panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc;
}
.panel-danger {
border-color: #ebccd1;
}
.panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1;
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.embed-responsive.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.embed-responsive.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: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: .2;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
filter: alpha(opacity=50);
opacity: .5;
}
button.close {
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
}
.modal-open {
overflow: hidden;
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
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: absolute;
top: 0;
right: 0;
left: 0;
background-color: #000;
}
.modal-backdrop.fade {
filter: alpha(opacity=0);
opacity: 0;
}
.modal-backdrop.in {
filter: alpha(opacity=50);
opacity: .5;
}
.modal-header {
min-height: 16.42857143px;
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-weight: normal;
line-height: 1.4;
visibility: visible;
filter: alpha(opacity=0);
opacity: 0;
}
.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;
text-decoration: none;
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-weight: normal;
line-height: 1.42857143;
text-align: left;
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);
}
.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;
z-index: 0;
}
.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 > img,
.carousel-inner > .item > a > 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: 1000;
perspective: 1000;
}
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
left: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
left: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
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);
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:hover,
.carousel-control:focus {
color: #fff;
text-decoration: none;
filter: alpha(opacity=90);
outline: 0;
opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
margin-top: -10px;
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%;
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-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -15px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -15px;
}
.carousel-caption {
right: 20%;
left: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
display: table;
content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer: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;
visibility: hidden !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.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;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.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;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.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;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.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;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.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;
}
} body #header.sticky-header {
//    margin-left: -15px !important;
}.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
text-shadow: none;
}
.btn:active,
.btn.active {
background-image: none;
}
.btn-default {
text-shadow: 0 1px 0 #fff;
background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #dbdbdb;
border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
background-color: #e0e0e0;
background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
background-color: #e0e0e0;
border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default:disabled,
.btn-default[disabled] {
background-color: #e0e0e0;
background-image: none;
}
.btn-primary {
background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
background-image:      -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
background-image:         linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
background-color: #265a88;
background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
background-color: #265a88;
border-color: #245580;
}
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
background-color: #265a88;
background-image: none;
}
.btn-success {
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
background-color: #419641;
background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
background-color: #419641;
border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success:disabled,
.btn-success[disabled] {
background-color: #419641;
background-image: none;
}
.btn-info {
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
background-color: #2aabd2;
background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
background-color: #2aabd2;
border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info:disabled,
.btn-info[disabled] {
background-color: #2aabd2;
background-image: none;
}
.btn-warning {
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
background-image:      -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
background-color: #eb9316;
background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
background-color: #eb9316;
border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning:disabled,
.btn-warning[disabled] {
background-color: #eb9316;
background-image: none;
}
.btn-danger {
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
background-image:      -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
background-color: #c12e2a;
background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
background-color: #c12e2a;
border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger:disabled,
.btn-danger[disabled] {
background-color: #c12e2a;
background-image: none;
}
.thumbnail,
.img-thumbnail {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
background-color: #e8e8e8;
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
background-color: #2e6da4;
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
background-repeat: repeat-x;
}
.navbar-default {
background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
background-image:      -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
background-image:         linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-brand,
.navbar-nav > li > a {
text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
background-image:      -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
background-image:         linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
@media (max-width: 767px) {
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
background-repeat: repeat-x;
}
}
.alert {
text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
background-repeat: repeat-x;
border-color: #b2dba1;
}
.alert-info {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
background-repeat: repeat-x;
border-color: #9acfea;
}
.alert-warning {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
background-repeat: repeat-x;
border-color: #f5e79e;
}
.alert-danger {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
background-repeat: repeat-x;
border-color: #dca7a7;
}
.progress {
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar {
background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
background-image:      -o-linear-gradient(top, #337ab7 0%, #286090 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
background-image:         linear-gradient(to bottom, #337ab7 0%, #286090 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-success {
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
background-image:      -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-info {
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
background-image:      -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-warning {
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
background-image:      -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-danger {
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
background-image:      -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-striped {
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);
}
.list-group {
border-radius: 4px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
text-shadow: 0 -1px 0 #286090;
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
background-image:      -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
background-image:         linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
background-repeat: repeat-x;
border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
text-shadow: none;
}
.panel {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
background-repeat: repeat-x;
}
.panel-success > .panel-heading {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
background-image:      -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
background-repeat: repeat-x;
}
.panel-info > .panel-heading {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
background-image:      -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
background-image:      -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
background-image:      -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
background-repeat: repeat-x;
}
.well {
background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
background-image:      -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
background-repeat: repeat-x;
border-color: #dcdcdc;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}