@charset "UTF-8";

 body{-webkit-backface-visibility:hidden;}
.animated{-webkit-animation-duration:1s;-moz-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;}
.animated.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;}
@-webkit-keyframes flash {
0%, 50%, 100%{opacity:1;}
25%, 75%{opacity:0;}
}
@-moz-keyframes flash {
0%, 50%, 100%{opacity:1;}
25%, 75%{opacity:0;}
}
@-o-keyframes flash {
0%, 50%, 100%{opacity:1;}
25%, 75%{opacity:0;}
}
@keyframes flash {
0%, 50%, 100%{opacity:1;}
25%, 75%{opacity:0;}
}
.flash{-webkit-animation-name:flash;-moz-animation-name:flash;-o-animation-name:flash;animation-name:flash;}
@-webkit-keyframes shake {
0%, 100%{-webkit-transform:translateX(0);}
10%, 30%, 50%, 70%, 90%{-webkit-transform:translateX(-10px);}
20%, 40%, 60%, 80%{-webkit-transform:translateX(10px);}
}
@-moz-keyframes shake {
0%, 100%{-moz-transform:translateX(0);}
10%, 30%, 50%, 70%, 90%{-moz-transform:translateX(-10px);}
20%, 40%, 60%, 80%{-moz-transform:translateX(10px);}
}
@-o-keyframes shake {
0%, 100%{-o-transform:translateX(0);}
10%, 30%, 50%, 70%, 90%{-o-transform:translateX(-10px);}
20%, 40%, 60%, 80%{-o-transform:translateX(10px);}
}
@keyframes shake {
0%, 100%{transform:translateX(0);}
10%, 30%, 50%, 70%, 90%{transform:translateX(-10px);}
20%, 40%, 60%, 80%{transform:translateX(10px);}
}
.shake{-webkit-animation-name:shake;-moz-animation-name:shake;-o-animation-name:shake;animation-name:shake;}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100%{-webkit-transform:translateY(0);}
40%{-webkit-transform:translateY(-30px);}
60%{-webkit-transform:translateY(-15px);}
}
@-moz-keyframes bounce {
0%, 20%, 50%, 80%, 100%{-moz-transform:translateY(0);}
40%{-moz-transform:translateY(-30px);}
60%{-moz-transform:translateY(-15px);}
}
@-o-keyframes bounce {
0%, 20%, 50%, 80%, 100%{-o-transform:translateY(0);}
40%{-o-transform:translateY(-30px);}
60%{-o-transform:translateY(-15px);}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100%{transform:translateY(0);}
40%{transform:translateY(-30px);}
60%{transform:translateY(-15px);}
}
.bounce{-webkit-animation-name:bounce;-moz-animation-name:bounce;-o-animation-name:bounce;animation-name:bounce;}
@-webkit-keyframes tada {
0%{-webkit-transform:scale(1);}
10%, 20%{-webkit-transform:scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90%{-webkit-transform:scale(1.1) rotate(3deg);}
40%, 60%, 80%{-webkit-transform:scale(1.1) rotate(-3deg);}
100%{-webkit-transform:scale(1) rotate(0);}
}
@-moz-keyframes tada {
0%{-moz-transform:scale(1);}
10%, 20%{-moz-transform:scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90%{-moz-transform:scale(1.1) rotate(3deg);}
40%, 60%, 80%{-moz-transform:scale(1.1) rotate(-3deg);}
100%{-moz-transform:scale(1) rotate(0);}
}
@-o-keyframes tada {
0%{-o-transform:scale(1);}
10%, 20%{-o-transform:scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90%{-o-transform:scale(1.1) rotate(3deg);}
40%, 60%, 80%{-o-transform:scale(1.1) rotate(-3deg);}
100%{-o-transform:scale(1) rotate(0);}
}
@keyframes tada {
0%{transform:scale(1);}
10%, 20%{transform:scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90%{transform:scale(1.1) rotate(3deg);}
40%, 60%, 80%{transform:scale(1.1) rotate(-3deg);}
100%{transform:scale(1) rotate(0);}
}
.tada{-webkit-animation-name:tada;-moz-animation-name:tada;-o-animation-name:tada;animation-name:tada;}
@-webkit-keyframes swing {
20%, 40%, 60%, 80%, 100%{-webkit-transform-origin:top center;}
20%{-webkit-transform:rotate(15deg);}
40%{-webkit-transform:rotate(-10deg);}
60%{-webkit-transform:rotate(5deg);}
80%{-webkit-transform:rotate(-5deg);}
100%{-webkit-transform:rotate(0deg);}
}
@-moz-keyframes swing {
20%{-moz-transform:rotate(15deg);}
40%{-moz-transform:rotate(-10deg);}
60%{-moz-transform:rotate(5deg);}
80%{-moz-transform:rotate(-5deg);}
100%{-moz-transform:rotate(0deg);}
}
@-o-keyframes swing {
20%{-o-transform:rotate(15deg);}
40%{-o-transform:rotate(-10deg);}
60%{-o-transform:rotate(5deg);}
80%{-o-transform:rotate(-5deg);}
100%{-o-transform:rotate(0deg);}
}
@keyframes swing {
20%{transform:rotate(15deg);}
40%{transform:rotate(-10deg);}
60%{transform:rotate(5deg);}
80%{transform:rotate(-5deg);}
100%{transform:rotate(0deg);}
}
.swing{-webkit-transform-origin:top center;-moz-transform-origin:top center;-o-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;-moz-animation-name:swing;-o-animation-name:swing;animation-name:swing;}
@-webkit-keyframes wobble {
0%{-webkit-transform:translateX(0%);}
15%{-webkit-transform:translateX(-25%) rotate(-5deg);}
30%{-webkit-transform:translateX(20%) rotate(3deg);}
45%{-webkit-transform:translateX(-15%) rotate(-3deg);}
60%{-webkit-transform:translateX(10%) rotate(2deg);}
75%{-webkit-transform:translateX(-5%) rotate(-1deg);}
100%{-webkit-transform:translateX(0%);}
}
@-moz-keyframes wobble {
0%{-moz-transform:translateX(0%);}
15%{-moz-transform:translateX(-25%) rotate(-5deg);}
30%{-moz-transform:translateX(20%) rotate(3deg);}
45%{-moz-transform:translateX(-15%) rotate(-3deg);}
60%{-moz-transform:translateX(10%) rotate(2deg);}
75%{-moz-transform:translateX(-5%) rotate(-1deg);}
100%{-moz-transform:translateX(0%);}
}
@-o-keyframes wobble {
0%{-o-transform:translateX(0%);}
15%{-o-transform:translateX(-25%) rotate(-5deg);}
30%{-o-transform:translateX(20%) rotate(3deg);}
45%{-o-transform:translateX(-15%) rotate(-3deg);}
60%{-o-transform:translateX(10%) rotate(2deg);}
75%{-o-transform:translateX(-5%) rotate(-1deg);}
100%{-o-transform:translateX(0%);}
}
@keyframes wobble {
0%{transform:translateX(0%);}
15%{transform:translateX(-25%) rotate(-5deg);}
30%{transform:translateX(20%) rotate(3deg);}
45%{transform:translateX(-15%) rotate(-3deg);}
60%{transform:translateX(10%) rotate(2deg);}
75%{transform:translateX(-5%) rotate(-1deg);}
100%{transform:translateX(0%);}
}
.wobble{-webkit-animation-name:wobble;-moz-animation-name:wobble;-o-animation-name:wobble;animation-name:wobble;}
@-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;}
@-webkit-keyframes flip {
0%{-webkit-transform:perspective(400px) rotateY(0);-webkit-animation-timing-function:ease-out;}
40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg);-webkit-animation-timing-function:ease-out;}
50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;}
80%{-webkit-transform:perspective(400px) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;}
100%{-webkit-transform:perspective(400px) scale(1);-webkit-animation-timing-function:ease-in;}
}
@-moz-keyframes flip {
0%{-moz-transform:perspective(400px) rotateY(0);-moz-animation-timing-function:ease-out;}
40%{-moz-transform:perspective(400px) translateZ(150px) rotateY(170deg);-moz-animation-timing-function:ease-out;}
50%{-moz-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-moz-animation-timing-function:ease-in;}
80%{-moz-transform:perspective(400px) rotateY(360deg) scale(.95);-moz-animation-timing-function:ease-in;}
100%{-moz-transform:perspective(400px) scale(1);-moz-animation-timing-function:ease-in;}
}
@-o-keyframes flip {
0%{-o-transform:perspective(400px) rotateY(0);-o-animation-timing-function:ease-out;}
40%{-o-transform:perspective(400px) translateZ(150px) rotateY(170deg);-o-animation-timing-function:ease-out;}
50%{-o-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-o-animation-timing-function:ease-in;}
80%{-o-transform:perspective(400px) rotateY(360deg) scale(.95);-o-animation-timing-function:ease-in;}
100%{-o-transform:perspective(400px) scale(1);-o-animation-timing-function:ease-in;}
}
@keyframes flip {
0%{transform:perspective(400px) rotateY(0);animation-timing-function:ease-out;}
40%{transform:perspective(400px) translateZ(150px) rotateY(170deg);animation-timing-function:ease-out;}
50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function:ease-in;}
80%{transform:perspective(400px) rotateY(360deg) scale(.95);animation-timing-function:ease-in;}
100%{transform:perspective(400px) scale(1);animation-timing-function:ease-in;}
}
.flip{-webkit-backface-visibility:visible !important;-webkit-animation-name:flip;-moz-backface-visibility:visible !important;-moz-animation-name:flip;-o-backface-visibility:visible !important;-o-animation-name:flip;backface-visibility:visible !important;animation-name:flip;}
@-webkit-keyframes flipInX {
0%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;}
40%{-webkit-transform:perspective(400px) rotateX(-10deg);}
70%{-webkit-transform:perspective(400px) rotateX(10deg);}
100%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1;}
}
@-moz-keyframes flipInX {
0%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0;}
40%{-moz-transform:perspective(400px) rotateX(-10deg);}
70%{-moz-transform:perspective(400px) rotateX(10deg);}
100%{-moz-transform:perspective(400px) rotateX(0deg);opacity:1;}
}
@-o-keyframes flipInX {
0%{-o-transform:perspective(400px) rotateX(90deg);opacity:0;}
40%{-o-transform:perspective(400px) rotateX(-10deg);}
70%{-o-transform:perspective(400px) rotateX(10deg);}
100%{-o-transform:perspective(400px) rotateX(0deg);opacity:1;}
}
@keyframes flipInX {
0%{transform:perspective(400px) rotateX(90deg);opacity:0;}
40%{transform:perspective(400px) rotateX(-10deg);}
70%{transform:perspective(400px) rotateX(10deg);}
100%{transform:perspective(400px) rotateX(0deg);opacity:1;}
}
.flipInX{-webkit-backface-visibility:visible !important;-webkit-animation-name:flipInX;-moz-backface-visibility:visible !important;-moz-animation-name:flipInX;-o-backface-visibility:visible !important;-o-animation-name:flipInX;backface-visibility:visible !important;animation-name:flipInX;}
@-webkit-keyframes flipOutX {
0%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1;}
100%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;}
}
@-moz-keyframes flipOutX {
0%{-moz-transform:perspective(400px) rotateX(0deg);opacity:1;}
100%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0;}
}
@-o-keyframes flipOutX {
0%{-o-transform:perspective(400px) rotateX(0deg);opacity:1;}
100%{-o-transform:perspective(400px) rotateX(90deg);opacity:0;}
}
@keyframes flipOutX {
0%{transform:perspective(400px) rotateX(0deg);opacity:1;}
100%{transform:perspective(400px) rotateX(90deg);opacity:0;}
}
.flipOutX{-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible !important;-moz-animation-name:flipOutX;-moz-backface-visibility:visible !important;-o-animation-name:flipOutX;-o-backface-visibility:visible !important;animation-name:flipOutX;backface-visibility:visible !important;}
@-webkit-keyframes flipInY {
0%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;}
40%{-webkit-transform:perspective(400px) rotateY(-10deg);}
70%{-webkit-transform:perspective(400px) rotateY(10deg);}
100%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1;}
}
@-moz-keyframes flipInY {
0%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0;}
40%{-moz-transform:perspective(400px) rotateY(-10deg);}
70%{-moz-transform:perspective(400px) rotateY(10deg);}
100%{-moz-transform:perspective(400px) rotateY(0deg);opacity:1;}
}
@-o-keyframes flipInY {
0%{-o-transform:perspective(400px) rotateY(90deg);opacity:0;}
40%{-o-transform:perspective(400px) rotateY(-10deg);}
70%{-o-transform:perspective(400px) rotateY(10deg);}
100%{-o-transform:perspective(400px) rotateY(0deg);opacity:1;}
}
@keyframes flipInY {
0%{transform:perspective(400px) rotateY(90deg);opacity:0;}
40%{transform:perspective(400px) rotateY(-10deg);}
70%{transform:perspective(400px) rotateY(10deg);}
100%{transform:perspective(400px) rotateY(0deg);opacity:1;}
}
.flipInY{-webkit-backface-visibility:visible !important;-webkit-animation-name:flipInY;-moz-backface-visibility:visible !important;-moz-animation-name:flipInY;-o-backface-visibility:visible !important;-o-animation-name:flipInY;backface-visibility:visible !important;animation-name:flipInY;}
@-webkit-keyframes flipOutY {
0%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1;}
100%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;}
}
@-moz-keyframes flipOutY {
0%{-moz-transform:perspective(400px) rotateY(0deg);opacity:1;}
100%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0;}
}
@-o-keyframes flipOutY {
0%{-o-transform:perspective(400px) rotateY(0deg);opacity:1;}
100%{-o-transform:perspective(400px) rotateY(90deg);opacity:0;}
}
@keyframes flipOutY {
0%{transform:perspective(400px) rotateY(0deg);opacity:1;}
100%{transform:perspective(400px) rotateY(90deg);opacity:0;}
}
.flipOutY{-webkit-backface-visibility:visible !important;-webkit-animation-name:flipOutY;-moz-backface-visibility:visible !important;-moz-animation-name:flipOutY;-o-backface-visibility:visible !important;-o-animation-name:flipOutY;backface-visibility:visible !important;animation-name:flipOutY;}
@-webkit-keyframes fadeIn {
0%{opacity:0;}
100%{opacity:1;}
}
@-moz-keyframes fadeIn {
0%{opacity:0;}
100%{opacity:1;}
}
@-o-keyframes fadeIn {
0%{opacity:0;}
100%{opacity:1;}
}
@keyframes fadeIn {
0%{opacity:0;}
100%{opacity:1;}
}
.fadeIn{-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn;}
@-webkit-keyframes fadeInUp {
0%{opacity:0;-webkit-transform:translateY(20px);}
100%{opacity:1;-webkit-transform:translateY(0);}
}
@-moz-keyframes fadeInUp {
0%{opacity:0;-moz-transform:translateY(20px);}
100%{opacity:1;-moz-transform:translateY(0);}
}
@-o-keyframes fadeInUp {
0%{opacity:0;-o-transform:translateY(20px);}
100%{opacity:1;-o-transform:translateY(0);}
}
@keyframes fadeInUp {
0%{opacity:0;transform:translateY(20px);}
100%{opacity:1;transform:translateY(0);}
}
.fadeInUp{-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;-o-animation-name:fadeInUp;animation-name:fadeInUp;}
@-webkit-keyframes fadeInDown {
0%{opacity:0;-webkit-transform:translateY(-20px);}
100%{opacity:1;-webkit-transform:translateY(0);}
}
@-moz-keyframes fadeInDown {
0%{opacity:0;-moz-transform:translateY(-20px);}
100%{opacity:1;-moz-transform:translateY(0);}
}
@-o-keyframes fadeInDown {
0%{opacity:0;-o-transform:translateY(-20px);}
100%{opacity:1;-o-transform:translateY(0);}
}
@keyframes fadeInDown {
0%{opacity:0;transform:translateY(-20px);}
100%{opacity:1;transform:translateY(0);}
}
.fadeInDown{-webkit-animation-name:fadeInDown;-moz-animation-name:fadeInDown;-o-animation-name:fadeInDown;animation-name:fadeInDown;}
@-webkit-keyframes fadeInLeft {
0%{opacity:0;-webkit-transform:translateX(-20px);}
100%{opacity:1;-webkit-transform:translateX(0);}
}
@-moz-keyframes fadeInLeft {
0%{opacity:0;-moz-transform:translateX(-20px);}
100%{opacity:1;-moz-transform:translateX(0);}
}
@-o-keyframes fadeInLeft {
0%{opacity:0;-o-transform:translateX(-20px);}
100%{opacity:1;-o-transform:translateX(0);}
}
@keyframes fadeInLeft {
0%{opacity:0;transform:translateX(-20px);}
100%{opacity:1;transform:translateX(0);}
}
.fadeInLeft{-webkit-animation-name:fadeInLeft;-moz-animation-name:fadeInLeft;-o-animation-name:fadeInLeft;animation-name:fadeInLeft;}
@-webkit-keyframes fadeInRight {
0%{opacity:0;-webkit-transform:translateX(20px);}
100%{opacity:1;-webkit-transform:translateX(0);}
}
@-moz-keyframes fadeInRight {
0%{opacity:0;-moz-transform:translateX(20px);}
100%{opacity:1;-moz-transform:translateX(0);}
}
@-o-keyframes fadeInRight {
0%{opacity:0;-o-transform:translateX(20px);}
100%{opacity:1;-o-transform:translateX(0);}
}
@keyframes fadeInRight {
0%{opacity:0;transform:translateX(20px);}
100%{opacity:1;transform:translateX(0);}
}
.fadeInRight{-webkit-animation-name:fadeInRight;-moz-animation-name:fadeInRight;-o-animation-name:fadeInRight;animation-name:fadeInRight;}
@-webkit-keyframes fadeInUpBig {
0%{opacity:0;-webkit-transform:translateY(2000px);}
100%{opacity:1;-webkit-transform:translateY(0);}
}
@-moz-keyframes fadeInUpBig {
0%{opacity:0;-moz-transform:translateY(2000px);}
100%{opacity:1;-moz-transform:translateY(0);}
}
@-o-keyframes fadeInUpBig {
0%{opacity:0;-o-transform:translateY(2000px);}
100%{opacity:1;-o-transform:translateY(0);}
}
@keyframes fadeInUpBig {
0%{opacity:0;transform:translateY(2000px);}
100%{opacity:1;transform:translateY(0);}
}
.fadeInUpBig{-webkit-animation-name:fadeInUpBig;-moz-animation-name:fadeInUpBig;-o-animation-name:fadeInUpBig;animation-name:fadeInUpBig;}
@-webkit-keyframes fadeInDownBig {
0%{opacity:0;-webkit-transform:translateY(-2000px);}
100%{opacity:1;-webkit-transform:translateY(0);}
}
@-moz-keyframes fadeInDownBig {
0%{opacity:0;-moz-transform:translateY(-2000px);}
100%{opacity:1;-moz-transform:translateY(0);}
}
@-o-keyframes fadeInDownBig {
0%{opacity:0;-o-transform:translateY(-2000px);}
100%{opacity:1;-o-transform:translateY(0);}
}
@keyframes fadeInDownBig {
0%{opacity:0;transform:translateY(-2000px);}
100%{opacity:1;transform:translateY(0);}
}
.fadeInDownBig{-webkit-animation-name:fadeInDownBig;-moz-animation-name:fadeInDownBig;-o-animation-name:fadeInDownBig;animation-name:fadeInDownBig;}
@-webkit-keyframes fadeInLeftBig {
0%{opacity:0;-webkit-transform:translateX(-2000px);}
100%{opacity:1;-webkit-transform:translateX(0);}
}
@-moz-keyframes fadeInLeftBig {
0%{opacity:0;-moz-transform:translateX(-2000px);}
100%{opacity:1;-moz-transform:translateX(0);}
}
@-o-keyframes fadeInLeftBig {
0%{opacity:0;-o-transform:translateX(-2000px);}
100%{opacity:1;-o-transform:translateX(0);}
}
@keyframes fadeInLeftBig {
0%{opacity:0;transform:translateX(-2000px);}
100%{opacity:1;transform:translateX(0);}
}
.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;-moz-animation-name:fadeInLeftBig;-o-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig;}
@-webkit-keyframes fadeInRightBig {
0%{opacity:0;-webkit-transform:translateX(2000px);}
100%{opacity:1;-webkit-transform:translateX(0);}
}
@-moz-keyframes fadeInRightBig {
0%{opacity:0;-moz-transform:translateX(2000px);}
100%{opacity:1;-moz-transform:translateX(0);}
}
@-o-keyframes fadeInRightBig {
0%{opacity:0;-o-transform:translateX(2000px);}
100%{opacity:1;-o-transform:translateX(0);}
}
@keyframes fadeInRightBig {
0%{opacity:0;transform:translateX(2000px);}
100%{opacity:1;transform:translateX(0);}
}
.fadeInRightBig{-webkit-animation-name:fadeInRightBig;-moz-animation-name:fadeInRightBig;-o-animation-name:fadeInRightBig;animation-name:fadeInRightBig;}
@-webkit-keyframes fadeOut {
0%{opacity:1;}
100%{opacity:0;}
}
@-moz-keyframes fadeOut {
0%{opacity:1;}
100%{opacity:0;}
}
@-o-keyframes fadeOut {
0%{opacity:1;}
100%{opacity:0;}
}
@keyframes fadeOut {
0%{opacity:1;}
100%{opacity:0;}
}
.fadeOut{-webkit-animation-name:fadeOut;-moz-animation-name:fadeOut;-o-animation-name:fadeOut;animation-name:fadeOut;}
@-webkit-keyframes fadeOutUp {
0%{opacity:1;-webkit-transform:translateY(0);}
100%{opacity:0;-webkit-transform:translateY(-20px);}
}
@-moz-keyframes fadeOutUp {
0%{opacity:1;-moz-transform:translateY(0);}
100%{opacity:0;-moz-transform:translateY(-20px);}
}
@-o-keyframes fadeOutUp {
0%{opacity:1;-o-transform:translateY(0);}
100%{opacity:0;-o-transform:translateY(-20px);}
}
@keyframes fadeOutUp {
0%{opacity:1;transform:translateY(0);}
100%{opacity:0;transform:translateY(-20px);}
}
.fadeOutUp{-webkit-animation-name:fadeOutUp;-moz-animation-name:fadeOutUp;-o-animation-name:fadeOutUp;animation-name:fadeOutUp;}
@-webkit-keyframes fadeOutDown {
0%{opacity:1;-webkit-transform:translateY(0);}
100%{opacity:0;-webkit-transform:translateY(20px);}
}
@-moz-keyframes fadeOutDown {
0%{opacity:1;-moz-transform:translateY(0);}
100%{opacity:0;-moz-transform:translateY(20px);}
}
@-o-keyframes fadeOutDown {
0%{opacity:1;-o-transform:translateY(0);}
100%{opacity:0;-o-transform:translateY(20px);}
}
@keyframes fadeOutDown {
0%{opacity:1;transform:translateY(0);}
100%{opacity:0;transform:translateY(20px);}
}
.fadeOutDown{-webkit-animation-name:fadeOutDown;-moz-animation-name:fadeOutDown;-o-animation-name:fadeOutDown;animation-name:fadeOutDown;}
@-webkit-keyframes fadeOutLeft {
0%{opacity:1;-webkit-transform:translateX(0);}
100%{opacity:0;-webkit-transform:translateX(-20px);}
}
@-moz-keyframes fadeOutLeft {
0%{opacity:1;-moz-transform:translateX(0);}
100%{opacity:0;-moz-transform:translateX(-20px);}
}
@-o-keyframes fadeOutLeft {
0%{opacity:1;-o-transform:translateX(0);}
100%{opacity:0;-o-transform:translateX(-20px);}
}
@keyframes fadeOutLeft {
0%{opacity:1;transform:translateX(0);}
100%{opacity:0;transform:translateX(-20px);}
}
.fadeOutLeft{-webkit-animation-name:fadeOutLeft;-moz-animation-name:fadeOutLeft;-o-animation-name:fadeOutLeft;animation-name:fadeOutLeft;}
@-webkit-keyframes fadeOutRight {
0%{opacity:1;-webkit-transform:translateX(0);}
100%{opacity:0;-webkit-transform:translateX(20px);}
}
@-moz-keyframes fadeOutRight {
0%{opacity:1;-moz-transform:translateX(0);}
100%{opacity:0;-moz-transform:translateX(20px);}
}
@-o-keyframes fadeOutRight {
0%{opacity:1;-o-transform:translateX(0);}
100%{opacity:0;-o-transform:translateX(20px);}
}
@keyframes fadeOutRight {
0%{opacity:1;transform:translateX(0);}
100%{opacity:0;transform:translateX(20px);}
}
.fadeOutRight{-webkit-animation-name:fadeOutRight;-moz-animation-name:fadeOutRight;-o-animation-name:fadeOutRight;animation-name:fadeOutRight;}
@-webkit-keyframes fadeOutUpBig {
0%{opacity:1;-webkit-transform:translateY(0);}
100%{opacity:0;-webkit-transform:translateY(-2000px);}
}
@-moz-keyframes fadeOutUpBig {
0%{opacity:1;-moz-transform:translateY(0);}
100%{opacity:0;-moz-transform:translateY(-2000px);}
}
@-o-keyframes fadeOutUpBig {
0%{opacity:1;-o-transform:translateY(0);}
100%{opacity:0;-o-transform:translateY(-2000px);}
}
@keyframes fadeOutUpBig {
0%{opacity:1;transform:translateY(0);}
100%{opacity:0;transform:translateY(-2000px);}
}
.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;-moz-animation-name:fadeOutUpBig;-o-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig;}
@-webkit-keyframes fadeOutDownBig {
0%{opacity:1;-webkit-transform:translateY(0);}
100%{opacity:0;-webkit-transform:translateY(2000px);}
}
@-moz-keyframes fadeOutDownBig {
0%{opacity:1;-moz-transform:translateY(0);}
100%{opacity:0;-moz-transform:translateY(2000px);}
}
@-o-keyframes fadeOutDownBig {
0%{opacity:1;-o-transform:translateY(0);}
100%{opacity:0;-o-transform:translateY(2000px);}
}
@keyframes fadeOutDownBig {
0%{opacity:1;transform:translateY(0);}
100%{opacity:0;transform:translateY(2000px);}
}
.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;-moz-animation-name:fadeOutDownBig;-o-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig;}
@-webkit-keyframes fadeOutLeftBig {
0%{opacity:1;-webkit-transform:translateX(0);}
100%{opacity:0;-webkit-transform:translateX(-2000px);}
}
@-moz-keyframes fadeOutLeftBig {
0%{opacity:1;-moz-transform:translateX(0);}
100%{opacity:0;-moz-transform:translateX(-2000px);}
}
@-o-keyframes fadeOutLeftBig {
0%{opacity:1;-o-transform:translateX(0);}
100%{opacity:0;-o-transform:translateX(-2000px);}
}
@keyframes fadeOutLeftBig {
0%{opacity:1;transform:translateX(0);}
100%{opacity:0;transform:translateX(-2000px);}
}
.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;-moz-animation-name:fadeOutLeftBig;-o-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig;}
@-webkit-keyframes fadeOutRightBig {
0%{opacity:1;-webkit-transform:translateX(0);}
100%{opacity:0;-webkit-transform:translateX(2000px);}
}
@-moz-keyframes fadeOutRightBig {
0%{opacity:1;-moz-transform:translateX(0);}
100%{opacity:0;-moz-transform:translateX(2000px);}
}
@-o-keyframes fadeOutRightBig {
0%{opacity:1;-o-transform:translateX(0);}
100%{opacity:0;-o-transform:translateX(2000px);}
}
@keyframes fadeOutRightBig {
0%{opacity:1;transform:translateX(0);}
100%{opacity:0;transform:translateX(2000px);}
}
.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;-moz-animation-name:fadeOutRightBig;-o-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig;}
@-webkit-keyframes bounceIn {
0%{opacity:0;-webkit-transform:scale(.3);}
50%{opacity:1;-webkit-transform:scale(1.05);}
70%{-webkit-transform:scale(.9);}
100%{-webkit-transform:scale(1);}
}
@-moz-keyframes bounceIn {
0%{opacity:0;-moz-transform:scale(.3);}
50%{opacity:1;-moz-transform:scale(1.05);}
70%{-moz-transform:scale(.9);}
100%{-moz-transform:scale(1);}
}
@-o-keyframes bounceIn {
0%{opacity:0;-o-transform:scale(.3);}
50%{opacity:1;-o-transform:scale(1.05);}
70%{-o-transform:scale(.9);}
100%{-o-transform:scale(1);}
}
@keyframes bounceIn {
0%{opacity:0;transform:scale(.3);}
50%{opacity:1;transform:scale(1.05);}
70%{transform:scale(.9);}
100%{transform:scale(1);}
}
.bounceIn{-webkit-animation-name:bounceIn;-moz-animation-name:bounceIn;-o-animation-name:bounceIn;animation-name:bounceIn;}
@-webkit-keyframes bounceInUp {
0%{opacity:0;-webkit-transform:translateY(2000px);}
60%{opacity:1;-webkit-transform:translateY(-30px);}
80%{-webkit-transform:translateY(10px);}
100%{-webkit-transform:translateY(0);}
}
@-moz-keyframes bounceInUp {
0%{opacity:0;-moz-transform:translateY(2000px);}
60%{opacity:1;-moz-transform:translateY(-30px);}
80%{-moz-transform:translateY(10px);}
100%{-moz-transform:translateY(0);}
}
@-o-keyframes bounceInUp {
0%{opacity:0;-o-transform:translateY(2000px);}
60%{opacity:1;-o-transform:translateY(-30px);}
80%{-o-transform:translateY(10px);}
100%{-o-transform:translateY(0);}
}
@keyframes bounceInUp {
0%{opacity:0;transform:translateY(2000px);}
60%{opacity:1;transform:translateY(-30px);}
80%{transform:translateY(10px);}
100%{transform:translateY(0);}
}
.bounceInUp{-webkit-animation-name:bounceInUp;-moz-animation-name:bounceInUp;-o-animation-name:bounceInUp;animation-name:bounceInUp;}
@-webkit-keyframes bounceInDown {
0%{opacity:0;-webkit-transform:translateY(-2000px);}
60%{opacity:1;-webkit-transform:translateY(30px);}
80%{-webkit-transform:translateY(-10px);}
100%{-webkit-transform:translateY(0);}
}
@-moz-keyframes bounceInDown {
0%{opacity:0;-moz-transform:translateY(-2000px);}
60%{opacity:1;-moz-transform:translateY(30px);}
80%{-moz-transform:translateY(-10px);}
100%{-moz-transform:translateY(0);}
}
@-o-keyframes bounceInDown {
0%{opacity:0;-o-transform:translateY(-2000px);}
60%{opacity:1;-o-transform:translateY(30px);}
80%{-o-transform:translateY(-10px);}
100%{-o-transform:translateY(0);}
}
@keyframes bounceInDown {
0%{opacity:0;transform:translateY(-2000px);}
60%{opacity:1;transform:translateY(30px);}
80%{transform:translateY(-10px);}
100%{transform:translateY(0);}
}
.bounceInDown{-webkit-animation-name:bounceInDown;-moz-animation-name:bounceInDown;-o-animation-name:bounceInDown;animation-name:bounceInDown;}
@-webkit-keyframes bounceInLeft {
0%{opacity:0;-webkit-transform:translateX(-2000px);}
60%{opacity:1;-webkit-transform:translateX(30px);}
80%{-webkit-transform:translateX(-10px);}
100%{-webkit-transform:translateX(0);}
}
@-moz-keyframes bounceInLeft {
0%{opacity:0;-moz-transform:translateX(-2000px);}
60%{opacity:1;-moz-transform:translateX(30px);}
80%{-moz-transform:translateX(-10px);}
100%{-moz-transform:translateX(0);}
}
@-o-keyframes bounceInLeft {
0%{opacity:0;-o-transform:translateX(-2000px);}
60%{opacity:1;-o-transform:translateX(30px);}
80%{-o-transform:translateX(-10px);}
100%{-o-transform:translateX(0);}
}
@keyframes bounceInLeft {
0%{opacity:0;transform:translateX(-2000px);}
60%{opacity:1;transform:translateX(30px);}
80%{transform:translateX(-10px);}
100%{transform:translateX(0);}
}
.bounceInLeft{-webkit-animation-name:bounceInLeft;-moz-animation-name:bounceInLeft;-o-animation-name:bounceInLeft;animation-name:bounceInLeft;}
@-webkit-keyframes bounceInRight {
0%{opacity:0;-webkit-transform:translateX(2000px);}
60%{opacity:1;-webkit-transform:translateX(-30px);}
80%{-webkit-transform:translateX(10px);}
100%{-webkit-transform:translateX(0);}
}
@-moz-keyframes bounceInRight {
0%{opacity:0;-moz-transform:translateX(2000px);}
60%{opacity:1;-moz-transform:translateX(-30px);}
80%{-moz-transform:translateX(10px);}
100%{-moz-transform:translateX(0);}
}
@-o-keyframes bounceInRight {
0%{opacity:0;-o-transform:translateX(2000px);}
60%{opacity:1;-o-transform:translateX(-30px);}
80%{-o-transform:translateX(10px);}
100%{-o-transform:translateX(0);}
}
@keyframes bounceInRight {
0%{opacity:0;transform:translateX(2000px);}
60%{opacity:1;transform:translateX(-30px);}
80%{transform:translateX(10px);}
100%{transform:translateX(0);}
}
.bounceInRight{-webkit-animation-name:bounceInRight;-moz-animation-name:bounceInRight;-o-animation-name:bounceInRight;animation-name:bounceInRight;}
@-webkit-keyframes bounceOut {
0%{-webkit-transform:scale(1);}
25%{-webkit-transform:scale(.95);}
50%{opacity:1;-webkit-transform:scale(1.1);}
100%{opacity:0;-webkit-transform:scale(.3);}
}
@-moz-keyframes bounceOut {
0%{-moz-transform:scale(1);}
25%{-moz-transform:scale(.95);}
50%{opacity:1;-moz-transform:scale(1.1);}
100%{opacity:0;-moz-transform:scale(.3);}
}
@-o-keyframes bounceOut {
0%{-o-transform:scale(1);}
25%{-o-transform:scale(.95);}
50%{opacity:1;-o-transform:scale(1.1);}
100%{opacity:0;-o-transform:scale(.3);}
}
@keyframes bounceOut {
0%{transform:scale(1);}
25%{transform:scale(.95);}
50%{opacity:1;transform:scale(1.1);}
100%{opacity:0;transform:scale(.3);}
}
.bounceOut{-webkit-animation-name:bounceOut;-moz-animation-name:bounceOut;-o-animation-name:bounceOut;animation-name:bounceOut;}
@-webkit-keyframes bounceOutUp {
0%{-webkit-transform:translateY(0);}
20%{opacity:1;-webkit-transform:translateY(20px);}
100%{opacity:0;-webkit-transform:translateY(-2000px);}
}
@-moz-keyframes bounceOutUp {
0%{-moz-transform:translateY(0);}
20%{opacity:1;-moz-transform:translateY(20px);}
100%{opacity:0;-moz-transform:translateY(-2000px);}
}
@-o-keyframes bounceOutUp {
0%{-o-transform:translateY(0);}
20%{opacity:1;-o-transform:translateY(20px);}
100%{opacity:0;-o-transform:translateY(-2000px);}
}
@keyframes bounceOutUp {
0%{transform:translateY(0);}
20%{opacity:1;transform:translateY(20px);}
100%{opacity:0;transform:translateY(-2000px);}
}
.bounceOutUp{-webkit-animation-name:bounceOutUp;-moz-animation-name:bounceOutUp;-o-animation-name:bounceOutUp;animation-name:bounceOutUp;}
@-webkit-keyframes bounceOutDown {
0%{-webkit-transform:translateY(0);}
20%{opacity:1;-webkit-transform:translateY(-20px);}
100%{opacity:0;-webkit-transform:translateY(2000px);}
}
@-moz-keyframes bounceOutDown {
0%{-moz-transform:translateY(0);}
20%{opacity:1;-moz-transform:translateY(-20px);}
100%{opacity:0;-moz-transform:translateY(2000px);}
}
@-o-keyframes bounceOutDown {
0%{-o-transform:translateY(0);}
20%{opacity:1;-o-transform:translateY(-20px);}
100%{opacity:0;-o-transform:translateY(2000px);}
}
@keyframes bounceOutDown {
0%{transform:translateY(0);}
20%{opacity:1;transform:translateY(-20px);}
100%{opacity:0;transform:translateY(2000px);}
}
.bounceOutDown{-webkit-animation-name:bounceOutDown;-moz-animation-name:bounceOutDown;-o-animation-name:bounceOutDown;animation-name:bounceOutDown;}
@-webkit-keyframes bounceOutLeft {
0%{-webkit-transform:translateX(0);}
20%{opacity:1;-webkit-transform:translateX(20px);}
100%{opacity:0;-webkit-transform:translateX(-2000px);}
}
@-moz-keyframes bounceOutLeft {
0%{-moz-transform:translateX(0);}
20%{opacity:1;-moz-transform:translateX(20px);}
100%{opacity:0;-moz-transform:translateX(-2000px);}
}
@-o-keyframes bounceOutLeft {
0%{-o-transform:translateX(0);}
20%{opacity:1;-o-transform:translateX(20px);}
100%{opacity:0;-o-transform:translateX(-2000px);}
}
@keyframes bounceOutLeft {
0%{transform:translateX(0);}
20%{opacity:1;transform:translateX(20px);}
100%{opacity:0;transform:translateX(-2000px);}
}
.bounceOutLeft{-webkit-animation-name:bounceOutLeft;-moz-animation-name:bounceOutLeft;-o-animation-name:bounceOutLeft;animation-name:bounceOutLeft;}
@-webkit-keyframes bounceOutRight {
0%{-webkit-transform:translateX(0);}
20%{opacity:1;-webkit-transform:translateX(-20px);}
100%{opacity:0;-webkit-transform:translateX(2000px);}
}
@-moz-keyframes bounceOutRight {
0%{-moz-transform:translateX(0);}
20%{opacity:1;-moz-transform:translateX(-20px);}
100%{opacity:0;-moz-transform:translateX(2000px);}
}
@-o-keyframes bounceOutRight {
0%{-o-transform:translateX(0);}
20%{opacity:1;-o-transform:translateX(-20px);}
100%{opacity:0;-o-transform:translateX(2000px);}
}
@keyframes bounceOutRight {
0%{transform:translateX(0);}
20%{opacity:1;transform:translateX(-20px);}
100%{opacity:0;transform:translateX(2000px);}
}
.bounceOutRight{-webkit-animation-name:bounceOutRight;-moz-animation-name:bounceOutRight;-o-animation-name:bounceOutRight;animation-name:bounceOutRight;}
@-webkit-keyframes rotateIn {
0%{-webkit-transform-origin:center center;-webkit-transform:rotate(-200deg);opacity:0;}
100%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1;}
}
@-moz-keyframes rotateIn {
0%{-moz-transform-origin:center center;-moz-transform:rotate(-200deg);opacity:0;}
100%{-moz-transform-origin:center center;-moz-transform:rotate(0);opacity:1;}
}
@-o-keyframes rotateIn {
0%{-o-transform-origin:center center;-o-transform:rotate(-200deg);opacity:0;}
100%{-o-transform-origin:center center;-o-transform:rotate(0);opacity:1;}
}
@keyframes rotateIn {
0%{transform-origin:center center;transform:rotate(-200deg);opacity:0;}
100%{transform-origin:center center;transform:rotate(0);opacity:1;}
}
.rotateIn{-webkit-animation-name:rotateIn;-moz-animation-name:rotateIn;-o-animation-name:rotateIn;animation-name:rotateIn;}
@-webkit-keyframes rotateInUpLeft {
0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(90deg);opacity:0;}
100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1;}
}
@-moz-keyframes rotateInUpLeft {
0%{-moz-transform-origin:left bottom;-moz-transform:rotate(90deg);opacity:0;}
100%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1;}
}
@-o-keyframes rotateInUpLeft {
0%{-o-transform-origin:left bottom;-o-transform:rotate(90deg);opacity:0;}
100%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1;}
}
@keyframes rotateInUpLeft {
0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0;}
100%{transform-origin:left bottom;transform:rotate(0);opacity:1;}
}
.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;-moz-animation-name:rotateInUpLeft;-o-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;}
@-webkit-keyframes rotateInDownLeft {
0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(-90deg);opacity:0;}
100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1;}
}
@-moz-keyframes rotateInDownLeft {
0%{-moz-transform-origin:left bottom;-moz-transform:rotate(-90deg);opacity:0;}
100%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1;}
}
@-o-keyframes rotateInDownLeft {
0%{-o-transform-origin:left bottom;-o-transform:rotate(-90deg);opacity:0;}
100%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1;}
}
@keyframes rotateInDownLeft {
0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0;}
100%{transform-origin:left bottom;transform:rotate(0);opacity:1;}
}
.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;-moz-animation-name:rotateInDownLeft;-o-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;}
@-webkit-keyframes rotateInUpRight {
0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(-90deg);opacity:0;}
100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1;}
}
@-moz-keyframes rotateInUpRight {
0%{-moz-transform-origin:right bottom;-moz-transform:rotate(-90deg);opacity:0;}
100%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1;}
}
@-o-keyframes rotateInUpRight {
0%{-o-transform-origin:right bottom;-o-transform:rotate(-90deg);opacity:0;}
100%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1;}
}
@keyframes rotateInUpRight {
0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0;}
100%{transform-origin:right bottom;transform:rotate(0);opacity:1;}
}
.rotateInUpRight{-webkit-animation-name:rotateInUpRight;-moz-animation-name:rotateInUpRight;-o-animation-name:rotateInUpRight;animation-name:rotateInUpRight;}
@-webkit-keyframes rotateInDownRight {
0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(90deg);opacity:0;}
100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1;}
}
@-moz-keyframes rotateInDownRight {
0%{-moz-transform-origin:right bottom;-moz-transform:rotate(90deg);opacity:0;}
100%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1;}
}
@-o-keyframes rotateInDownRight {
0%{-o-transform-origin:right bottom;-o-transform:rotate(90deg);opacity:0;}
100%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1;}
}
@keyframes rotateInDownRight {
0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0;}
100%{transform-origin:right bottom;transform:rotate(0);opacity:1;}
}
.rotateInDownRight{-webkit-animation-name:rotateInDownRight;-moz-animation-name:rotateInDownRight;-o-animation-name:rotateInDownRight;animation-name:rotateInDownRight;}
@-webkit-keyframes rotateOut {
0%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1;}
100%{-webkit-transform-origin:center center;-webkit-transform:rotate(200deg);opacity:0;}
}
@-moz-keyframes rotateOut {
0%{-moz-transform-origin:center center;-moz-transform:rotate(0);opacity:1;}
100%{-moz-transform-origin:center center;-moz-transform:rotate(200deg);opacity:0;}
}
@-o-keyframes rotateOut {
0%{-o-transform-origin:center center;-o-transform:rotate(0);opacity:1;}
100%{-o-transform-origin:center center;-o-transform:rotate(200deg);opacity:0;}
}
@keyframes rotateOut {
0%{transform-origin:center center;transform:rotate(0);opacity:1;}
100%{transform-origin:center center;transform:rotate(200deg);opacity:0;}
}
.rotateOut{-webkit-animation-name:rotateOut;-moz-animation-name:rotateOut;-o-animation-name:rotateOut;animation-name:rotateOut;}
@-webkit-keyframes rotateOutUpLeft {
0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1;}
100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(-90deg);opacity:0;}
}
@-moz-keyframes rotateOutUpLeft {
0%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1;}
100%{-moz-transform-origin:left bottom;-moz-transform:rotate(-90deg);opacity:0;}
}
@-o-keyframes rotateOutUpLeft {
0%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1;}
100%{-o-transform-origin:left bottom;-o-transform:rotate(-90deg);opacity:0;}
}
@keyframes rotateOutUpLeft {
0%{transform-origin:left bottom;transform:rotate(0);opacity:1;}
100%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0;}
}
.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;-moz-animation-name:rotateOutUpLeft;-o-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;}
@-webkit-keyframes rotateOutDownLeft {
0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1;}
100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(90deg);opacity:0;}
}
@-moz-keyframes rotateOutDownLeft {
0%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1;}
100%{-moz-transform-origin:left bottom;-moz-transform:rotate(90deg);opacity:0;}
}
@-o-keyframes rotateOutDownLeft {
0%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1;}
100%{-o-transform-origin:left bottom;-o-transform:rotate(90deg);opacity:0;}
}
@keyframes rotateOutDownLeft {
0%{transform-origin:left bottom;transform:rotate(0);opacity:1;}
100%{transform-origin:left bottom;transform:rotate(90deg);opacity:0;}
}
.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;-moz-animation-name:rotateOutDownLeft;-o-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;}
@-webkit-keyframes rotateOutUpRight {
0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1;}
100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(90deg);opacity:0;}
}
@-moz-keyframes rotateOutUpRight {
0%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1;}
100%{-moz-transform-origin:right bottom;-moz-transform:rotate(90deg);opacity:0;}
}
@-o-keyframes rotateOutUpRight {
0%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1;}
100%{-o-transform-origin:right bottom;-o-transform:rotate(90deg);opacity:0;}
}
@keyframes rotateOutUpRight {
0%{transform-origin:right bottom;transform:rotate(0);opacity:1;}
100%{transform-origin:right bottom;transform:rotate(90deg);opacity:0;}
}
.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;-moz-animation-name:rotateOutUpRight;-o-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;}
@-webkit-keyframes rotateOutDownRight {
0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1;}
100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(-90deg);opacity:0;}
}
@-moz-keyframes rotateOutDownRight {
0%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1;}
100%{-moz-transform-origin:right bottom;-moz-transform:rotate(-90deg);opacity:0;}
}
@-o-keyframes rotateOutDownRight {
0%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1;}
100%{-o-transform-origin:right bottom;-o-transform:rotate(-90deg);opacity:0;}
}
@keyframes rotateOutDownRight {
0%{transform-origin:right bottom;transform:rotate(0);opacity:1;}
100%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0;}
}
.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;-moz-animation-name:rotateOutDownRight;-o-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;}
@-webkit-keyframes hinge {
0%{-webkit-transform:rotate(0);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;}
20%, 60%{-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;}
40%{-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;}
80%{-webkit-transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;}
100%{-webkit-transform:translateY(700px);opacity:0;}
}
@-moz-keyframes hinge {
0%{-moz-transform:rotate(0);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out;}
20%, 60%{-moz-transform:rotate(80deg);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out;}
40%{-moz-transform:rotate(60deg);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out;}
80%{-moz-transform:rotate(60deg) translateY(0);opacity:1;-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out;}
100%{-moz-transform:translateY(700px);opacity:0;}
}
@-o-keyframes hinge {
0%{-o-transform:rotate(0);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out;}
20%, 60%{-o-transform:rotate(80deg);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out;}
40%{-o-transform:rotate(60deg);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out;}
80%{-o-transform:rotate(60deg) translateY(0);opacity:1;-o-transform-origin:top left;-o-animation-timing-function:ease-in-out;}
100%{-o-transform:translateY(700px);opacity:0;}
}
@keyframes hinge {
0%{transform:rotate(0);transform-origin:top left;animation-timing-function:ease-in-out;}
20%, 60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out;}
40%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;}
80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;animation-timing-function:ease-in-out;}
100%{transform:translateY(700px);opacity:0;}
}
.hinge{-webkit-animation-name:hinge;-moz-animation-name:hinge;-o-animation-name:hinge;animation-name:hinge;}
@-webkit-keyframes rollIn {
0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);}
100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);}
}
@-moz-keyframes rollIn {
0%{opacity:0;-moz-transform:translateX(-100%) rotate(-120deg);}
100%{opacity:1;-moz-transform:translateX(0px) rotate(0deg);}
}
@-o-keyframes rollIn {
0%{opacity:0;-o-transform:translateX(-100%) rotate(-120deg);}
100%{opacity:1;-o-transform:translateX(0px) rotate(0deg);}
}
@keyframes rollIn {
0%{opacity:0;transform:translateX(-100%) rotate(-120deg);}
100%{opacity:1;transform:translateX(0px) rotate(0deg);}
}
.rollIn{-webkit-animation-name:rollIn;-moz-animation-name:rollIn;-o-animation-name:rollIn;animation-name:rollIn;}
@-webkit-keyframes rollOut {
0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);}
100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);}
}
@-moz-keyframes rollOut {
0%{opacity:1;-moz-transform:translateX(0px) rotate(0deg);}
100%{opacity:0;-moz-transform:translateX(100%) rotate(120deg);}
}
@-o-keyframes rollOut {
0%{opacity:1;-o-transform:translateX(0px) rotate(0deg);}
100%{opacity:0;-o-transform:translateX(100%) rotate(120deg);}
}
@keyframes rollOut {
0%{opacity:1;transform:translateX(0px) rotate(0deg);}
100%{opacity:0;transform:translateX(100%) rotate(120deg);}
}
.rollOut{-webkit-animation-name:rollOut;-moz-animation-name:rollOut;-o-animation-name:rollOut;animation-name:rollOut;}
@-webkit-keyframes lightSpeedIn {
0%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0;}
60%{-webkit-transform:translateX(-20%) skewX(30deg);opacity:1;}
80%{-webkit-transform:translateX(0%) skewX(-15deg);opacity:1;}
100%{-webkit-transform:translateX(0%) skewX(0deg);opacity:1;}
}
@-moz-keyframes lightSpeedIn {
0%{-moz-transform:translateX(100%) skewX(-30deg);opacity:0;}
60%{-moz-transform:translateX(-20%) skewX(30deg);opacity:1;}
80%{-moz-transform:translateX(0%) skewX(-15deg);opacity:1;}
100%{-moz-transform:translateX(0%) skewX(0deg);opacity:1;}
}
@-o-keyframes lightSpeedIn {
0%{-o-transform:translateX(100%) skewX(-30deg);opacity:0;}
60%{-o-transform:translateX(-20%) skewX(30deg);opacity:1;}
80%{-o-transform:translateX(0%) skewX(-15deg);opacity:1;}
100%{-o-transform:translateX(0%) skewX(0deg);opacity:1;}
}
@keyframes lightSpeedIn {
0%{transform:translateX(100%) skewX(-30deg);opacity:0;}
60%{transform:translateX(-20%) skewX(30deg);opacity:1;}
80%{transform:translateX(0%) skewX(-15deg);opacity:1;}
100%{transform:translateX(0%) skewX(0deg);opacity:1;}
}
.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-moz-animation-name:lightSpeedIn;-o-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;-moz-animation-timing-function:ease-out;-o-animation-timing-function:ease-out;animation-timing-function:ease-out;}
.animated.lightSpeedIn{-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;-o-animation-duration:0.5s;animation-duration:0.5s;}
@-webkit-keyframes lightSpeedOut {
0%{-webkit-transform:translateX(0%) skewX(0deg);opacity:1;}
100%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0;}
}
@-moz-keyframes lightSpeedOut {
0%{-moz-transform:translateX(0%) skewX(0deg);opacity:1;}
100%{-moz-transform:translateX(100%) skewX(-30deg);opacity:0;}
}
@-o-keyframes lightSpeedOut {
0%{-o-transform:translateX(0%) skewX(0deg);opacity:1;}
100%{-o-transform:translateX(100%) skewX(-30deg);opacity:0;}
}
@keyframes lightSpeedOut {
0%{transform:translateX(0%) skewX(0deg);opacity:1;}
100%{transform:translateX(100%) skewX(-30deg);opacity:0;}
}
.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-moz-animation-name:lightSpeedOut;-o-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in;}
.animated.lightSpeedOut{-webkit-animation-duration:0.25s;-moz-animation-duration:0.25s;-o-animation-duration:0.25s;animation-duration:0.25s;}
@-webkit-keyframes wiggle {
0%{-webkit-transform:skewX(9deg);}
10%{-webkit-transform:skewX(-8deg);}
20%{-webkit-transform:skewX(7deg);}
30%{-webkit-transform:skewX(-6deg);}
40%{-webkit-transform:skewX(5deg);}
50%{-webkit-transform:skewX(-4deg);}
60%{-webkit-transform:skewX(3deg);}
70%{-webkit-transform:skewX(-2deg);}
80%{-webkit-transform:skewX(1deg);}
90%{-webkit-transform:skewX(0deg);}
100%{-webkit-transform:skewX(0deg);}
}
@-moz-keyframes wiggle {
0%{-moz-transform:skewX(9deg);}
10%{-moz-transform:skewX(-8deg);}
20%{-moz-transform:skewX(7deg);}
30%{-moz-transform:skewX(-6deg);}
40%{-moz-transform:skewX(5deg);}
50%{-moz-transform:skewX(-4deg);}
60%{-moz-transform:skewX(3deg);}
70%{-moz-transform:skewX(-2deg);}
80%{-moz-transform:skewX(1deg);}
90%{-moz-transform:skewX(0deg);}
100%{-moz-transform:skewX(0deg);}
}
@-o-keyframes wiggle {
0%{-o-transform:skewX(9deg);}
10%{-o-transform:skewX(-8deg);}
20%{-o-transform:skewX(7deg);}
30%{-o-transform:skewX(-6deg);}
40%{-o-transform:skewX(5deg);}
50%{-o-transform:skewX(-4deg);}
60%{-o-transform:skewX(3deg);}
70%{-o-transform:skewX(-2deg);}
80%{-o-transform:skewX(1deg);}
90%{-o-transform:skewX(0deg);}
100%{-o-transform:skewX(0deg);}
}
@keyframes wiggle {
0%{transform:skewX(9deg);}
10%{transform:skewX(-8deg);}
20%{transform:skewX(7deg);}
30%{transform:skewX(-6deg);}
40%{transform:skewX(5deg);}
50%{transform:skewX(-4deg);}
60%{transform:skewX(3deg);}
70%{transform:skewX(-2deg);}
80%{transform:skewX(1deg);}
90%{transform:skewX(0deg);}
100%{transform:skewX(0deg);}
}
.wiggle{-webkit-animation-name:wiggle;-moz-animation-name:wiggle;-o-animation-name:wiggle;animation-name:wiggle;-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in;}
.animated.wiggle {
-webkit-animation-duration: 0.75s;
-moz-animation-duration: 0.75s;
-o-animation-duration: 0.75s;
animation-duration: 0.75s;
}@font-face{font-family:'fontello';src:url(//innovimentor-app.eu/wp-content/themes/atlas/font/fontello.eot?17493179);src:url(//innovimentor-app.eu/wp-content/themes/atlas/font/fontello.eot?17493179#iefix) format('embedded-opentype'), url(//innovimentor-app.eu/wp-content/themes/atlas/font/fontello.woff?17493179) format('woff'), url(//innovimentor-app.eu/wp-content/themes/atlas/font/fontello.ttf?17493179) format('truetype'), url(//innovimentor-app.eu/wp-content/themes/atlas/font/fontello.svg?17493179#fontello) format('svg');font-weight:normal;font-style:normal;}
[class^="icon-"]:before, [class*=" icon-"]:before{font-family:"fontello";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;}
.icon-plus:before{content:'\e81e';}
.icon-minus:before{content:'\e822';}
.icon-left-big:before{content:'\e8a5';}
.icon-up-big:before{content:'\e8a7';}
.icon-right-big:before{content:'\e8a6';}
.icon-down-big:before{content:'\e8a4';}
.icon-home:before{content:'\e82b';}
.icon-pause:before{content:'\e8be';}
.icon-fast-fw:before{content:'\e8c3';}
.icon-fast-bw:before{content:'\e8c4';}
.icon-to-end:before{content:'\e8bf';}
.icon-to-start:before{content:'\e8c1';}
.icon-stop:before{content:'\e8bd';}
.icon-up-dir:before{content:'\e88d';}
.icon-play:before{content:'\e8ba';}
.icon-right-dir:before{content:'\e88f';}
.icon-down-dir:before{content:'\e88c';}
.icon-left-dir:before{content:'\e88e';}
.icon-cloud:before{content:'\e8d0';}
.icon-umbrella:before{content:'\e8d3';}
.icon-star:before{content:'\e807';}
.icon-star-empty:before{content:'\e808';}
.icon-check:before{content:'\e8fa';}
.icon-left-hand:before{content:'\e8a9';}
.icon-up-hand:before{content:'\e8aa';}
.icon-right-hand:before{content:'\e8a8';}
.icon-down-hand:before{content:'\e8ab';}
.icon-th-list:before{content:'\e816';}
.icon-heart-empty:before{content:'\e806';}
.icon-heart:before{content:'\e805';}
.icon-music:before{content:'\e801';}
.icon-th:before{content:'\e815';}
.icon-flag:before{content:'\e83b';}
.icon-cog:before{content:'\e871';}
.icon-attention:before{content:'\e85c';}
.icon-flash:before{content:'\e8d1';}
.icon-cog-alt:before{content:'\e872';}
.icon-scissors:before{content:'\e8ec';}
.icon-flight:before{content:'\e8d4';}
.icon-mail:before{content:'\e803';}
.icon-edit:before{content:'\e850';}
.icon-pencil:before{content:'\e84e';}
.icon-ok:before{content:'\e817';}
.icon-ok-circled:before{content:'\e818';}
.icon-cancel:before{content:'\e81b';}
.icon-cancel-circled:before{content:'\e81c';}
.icon-asterisk:before{content:'\e8fe';}
.icon-attention-circled:before{content:'\e85d';}
.icon-plus-circled:before{content:'\e81f';}
.icon-minus-circled:before{content:'\e823';}
.icon-forward:before{content:'\e848';}
.icon-ccw:before{content:'\e8b1';}
.icon-cw:before{content:'\e8b0';}
.icon-resize-vertical:before{content:'\e885';}
.icon-resize-horizontal:before{content:'\e886';}
.icon-eject:before{content:'\e8c5';}
.icon-star-half:before{content:'\e809';}
.icon-ok-circled2:before{content:'\e819';}
.icon-cancel-circled2:before{content:'\e81d';}
.icon-help-circled:before{content:'\e828';}
.icon-info-circled:before{content:'\e829';}
.icon-th-large:before{content:'\e814';}
.icon-eye:before{content:'\e835';}
.icon-eye-off:before{content:'\e836';}
.icon-tag:before{content:'\e837';}
.icon-tags:before{content:'\e838';}
.icon-camera-alt:before{content:'\e813';}
.icon-export:before{content:'\e84c';}
.icon-print:before{content:'\e851';}
.icon-retweet:before{content:'\e852';}
.icon-comment:before{content:'\e855';}
.icon-chat:before{content:'\e856';}
.icon-location:before{content:'\e85e';}
.icon-trash:before{content:'\e861';}
.icon-basket:before{content:'\e874';}
.icon-login:before{content:'\e877';}
.icon-logout:before{content:'\e878';}
.icon-resize-full:before{content:'\e882';}
.icon-resize-small:before{content:'\e884';}
.icon-zoom-in:before{content:'\e888';}
.icon-zoom-out:before{content:'\e889';}
.icon-down-circled2:before{content:'\e88a';}
.icon-up-circled2:before{content:'\e88b';}
.icon-down-open:before{content:'\e890';}
.icon-left-open:before{content:'\e891';}
.icon-right-open:before{content:'\e892';}
.icon-up-open:before{content:'\e893';}
.icon-arrows-cw:before{content:'\e8b2';}
.icon-play-circled2:before{content:'\e8bc';}
.icon-to-end-alt:before{content:'\e8c0';}
.icon-to-start-alt:before{content:'\e8c2';}
.icon-inbox:before{content:'\e8cd';}
.icon-font:before{content:'\e8d7';}
.icon-bold:before{content:'\e8d8';}
.icon-italic:before{content:'\e8d9';}
.icon-text-height:before{content:'\e8da';}
.icon-text-width:before{content:'\e8db';}
.icon-align-left:before{content:'\e8dc';}
.icon-align-center:before{content:'\e8dd';}
.icon-align-right:before{content:'\e8de';}
.icon-align-justify:before{content:'\e8df';}
.icon-list:before{content:'\e8e0';}
.icon-indent-left:before{content:'\e8e1';}
.icon-indent-right:before{content:'\e8e2';}
.icon-off:before{content:'\e8f2';}
.icon-road:before{content:'\e8f3';}
.icon-list-alt:before{content:'\e8f4';}
.icon-qrcode:before{content:'\e8f5';}
.icon-barcode:before{content:'\e8f6';}
.icon-ajust:before{content:'\e8f8';}
.icon-tint:before{content:'\e8f9';}
.icon-magnet:before{content:'\e901';}
.icon-move:before{content:'\e887';}
.icon-link-ext:before{content:'\e82e';}
.icon-check-empty:before{content:'\e8fb';}
.icon-bookmark-empty:before{content:'\e83a';}
.icon-phone-squared:before{content:'\e86f';}
.icon-twitter:before{content:'\e95d';}
.icon-facebook:before{content:'\e944';}
.icon-github-circled:before{content:'\e94a';}
.icon-rss:before{content:'\e86c';}
.icon-hdd:before{content:'\e907';}
.icon-certificate:before{content:'\e90c';}
.icon-left-circled:before{content:'\e8ac';}
.icon-right-circled:before{content:'\e8ad';}
.icon-up-circled:before{content:'\e8ae';}
.icon-down-circled:before{content:'\e8af';}
.icon-tasks:before{content:'\e90d';}
.icon-filter:before{content:'\e90e';}
.icon-resize-full-alt:before{content:'\e883';}
.icon-beaker:before{content:'\e90f';}
.icon-docs:before{content:'\e863';}
.icon-blank:before{content:'\e966';}
.icon-menu:before{content:'\e870';}
.icon-list-bullet:before{content:'\e8e3';}
.icon-list-numbered:before{content:'\e8e4';}
.icon-strike:before{content:'\e8e5';}
.icon-underline:before{content:'\e8e6';}
.icon-table:before{content:'\e8e9';}
.icon-magic:before{content:'\e910';}
.icon-pinterest-circled:before{content:'\e954';}
.icon-pinterest-squared:before{content:'\e955';}
.icon-gplus-squared:before{content:'\e94c';}
.icon-gplus:before{content:'\e94d';}
.icon-money:before{content:'\e912';}
.icon-columns:before{content:'\e8ea';}
.icon-sort:before{content:'\e91b';}
.icon-sort-down:before{content:'\e91c';}
.icon-sort-up:before{content:'\e91d';}
.icon-mail-alt:before{content:'\e804';}
.icon-linkedin:before{content:'\e952';}
.icon-gauge:before{content:'\e925';}
.icon-comment-empty:before{content:'\e857';}
.icon-chat-empty:before{content:'\e858';}
.icon-sitemap:before{content:'\e926';}
.icon-paste:before{content:'\e8ed';}
.icon-lightbulb:before{content:'\e880';}
.icon-exchange:before{content:'\e8b6';}
.icon-download-cloud:before{content:'\e844';}
.icon-upload-cloud:before{content:'\e845';}
.icon-user-md:before{content:'\e92b';}
.icon-stethoscope:before{content:'\e92c';}
.icon-suitcase:before{content:'\e8ef';}
.icon-bell-alt:before{content:'\e85a';}
.icon-coffee:before{content:'\e928';}
.icon-food:before{content:'\e929';}
.icon-doc-text:before{content:'\e864';}
.icon-building:before{content:'\e931';}
.icon-hospital:before{content:'\e930';}
.icon-ambulance:before{content:'\e92d';}
.icon-medkit:before{content:'\e92e';}
.icon-fighter-jet:before{content:'\e8d5';}
.icon-beer:before{content:'\e92a';}
.icon-h-sigh:before{content:'\e92f';}
.icon-plus-squared:before{content:'\e820';}
.icon-angle-double-left:before{content:'\e89c';}
.icon-angle-double-right:before{content:'\e89d';}
.icon-angle-double-up:before{content:'\e89e';}
.icon-angle-double-down:before{content:'\e89f';}
.icon-angle-left:before{content:'\e894';}
.icon-angle-right:before{content:'\e895';}
.icon-angle-up:before{content:'\e896';}
.icon-angle-down:before{content:'\e897';}
.icon-desktop:before{content:'\e8c9';}
.icon-laptop:before{content:'\e8ca';}
.icon-tablet:before{content:'\e8cb';}
.icon-mobile:before{content:'\e8cc';}
.icon-circle-empty:before{content:'\e8fd';}
.icon-quote-left:before{content:'\e849';}
.icon-quote-right:before{content:'\e84a';}
.icon-spinner:before{content:'\e927';}
.icon-circle:before{content:'\e8fc';}
.icon-reply:before{content:'\e846';}
.icon-github:before{content:'\e948';}
.icon-folder-empty:before{content:'\e869';}
.icon-folder-open-empty:before{content:'\e86a';}
.icon-plus-squared-small:before{content:'\e821';}
.icon-minus-squared-small:before{content:'\e826';}
.icon-smile:before{content:'\e932';}
.icon-frown:before{content:'\e933';}
.icon-meh:before{content:'\e934';}
.icon-gamepad:before{content:'\e854';}
.icon-keyboard:before{content:'\e853';}
.icon-flag-empty:before{content:'\e83c';}
.icon-flag-checkered:before{content:'\e83d';}
.icon-terminal:before{content:'\e936';}
.icon-code:before{content:'\e84b';}
.icon-reply-all:before{content:'\e847';}
.icon-star-half-alt:before{content:'\e80a';}
.icon-direction:before{content:'\e85f';}
.icon-crop:before{content:'\e8eb';}
.icon-fork:before{content:'\e909';}
.icon-unlink:before{content:'\e82d';}
.icon-help:before{content:'\e827';}
.icon-info:before{content:'\e82a';}
.icon-attention-alt:before{content:'\e85b';}
.icon-superscript:before{content:'\e8e7';}
.icon-subscript:before{content:'\e8e8';}
.icon-eraser:before{content:'\e937';}
.icon-puzzle:before{content:'\e938';}
.icon-mic:before{content:'\e879';}
.icon-mute:before{content:'\e87a';}
.icon-shield:before{content:'\e939';}
.icon-calendar-empty:before{content:'\e876';}
.icon-extinguisher:before{content:'\e93a';}
.icon-rocket:before{content:'\e90a';}
.icon-maxcdn:before{content:'\e953';}
.icon-angle-circled-left:before{content:'\e898';}
.icon-angle-circled-right:before{content:'\e899';}
.icon-angle-circled-up:before{content:'\e89a';}
.icon-angle-circled-down:before{content:'\e89b';}
.icon-html5:before{content:'\e94e';}
.icon-css3:before{content:'\e941';}
.icon-anchor:before{content:'\e935';}
.icon-lock-open-alt:before{content:'\e833';}
.icon-bullseye:before{content:'\e93b';}
.icon-ellipsis:before{content:'\e8f0';}
.icon-ellipsis-vert:before{content:'\e8f1';}
.icon-rss-squared:before{content:'\e86d';}
.icon-play-circled:before{content:'\e8bb';}
.icon-ticket:before{content:'\e903';}
.icon-minus-squared:before{content:'\e824';}
.icon-minus-squared-alt:before{content:'\e825';}
.icon-level-up:before{content:'\e8b3';}
.icon-level-down:before{content:'\e8b4';}
.icon-ok-squared:before{content:'\e81a';}
.icon-pencil-squared:before{content:'\e84f';}
.icon-link-ext-alt:before{content:'\e82f';}
.icon-export-alt:before{content:'\e84d';}
.icon-compass:before{content:'\e860';}
.icon-collapse:before{content:'\e8b7';}
.icon-collapse-top:before{content:'\e8b8';}
.icon-expand:before{content:'\e8b9';}
.icon-euro:before{content:'\e913';}
.icon-pound:before{content:'\e914';}
.icon-dollar:before{content:'\e915';}
.icon-rupee:before{content:'\e916';}
.icon-yen:before{content:'\e917';}
.icon-renminbi:before{content:'\e918';}
.icon-won:before{content:'\e919';}
.icon-bitcoin:before{content:'\e91a';}
.icon-doc-inv:before{content:'\e865';}
.icon-doc-text-inv:before{content:'\e866';}
.icon-sort-name-up:before{content:'\e920';}
.icon-sort-name-down:before{content:'\e921';}
.icon-sort-alt-up:before{content:'\e91e';}
.icon-sort-alt-down:before{content:'\e91f';}
.icon-sort-number-up:before{content:'\e922';}
.icon-sort-number-down:before{content:'\e923';}
.icon-thumbs-up-alt:before{content:'\e840';}
.icon-thumbs-down-alt:before{content:'\e841';}
.icon-youtube-squared:before{content:'\e964';}
.icon-youtube:before{content:'\e963';}
.icon-xing:before{content:'\e961';}
.icon-xing-squared:before{content:'\e962';}
.icon-youtube-play:before{content:'\e965';}
.icon-dropbox:before{content:'\e943';}
.icon-stackoverflow:before{content:'\e958';}
.icon-instagramm:before{content:'\e94f';}
.icon-flickr:before{content:'\e946';}
.icon-adn:before{content:'\e93c';}
.icon-bitbucket:before{content:'\e93f';}
.icon-bitbucket-squared:before{content:'\e940';}
.icon-tumblr:before{content:'\e95a';}
.icon-tumblr-squared:before{content:'\e95b';}
.icon-down:before{content:'\e8a0';}
.icon-up:before{content:'\e8a3';}
.icon-right:before{content:'\e8a2';}
.icon-left:before{content:'\e8a1';}
.icon-apple:before{content:'\e93e';}
.icon-windows:before{content:'\e960';}
.icon-android:before{content:'\e93d';}
.icon-linux:before{content:'\e951';}
.icon-dribbble:before{content:'\e942';}
.icon-skype:before{content:'\e957';}
.icon-foursquare:before{content:'\e947';}
.icon-trello:before{content:'\e959';}
.icon-female:before{content:'\e80e';}
.icon-male:before{content:'\e80d';}
.icon-gittip:before{content:'\e94b';}
.icon-sun:before{content:'\e8cf';}
.icon-moon:before{content:'\e8d2';}
.icon-box:before{content:'\e86b';}
.icon-bug:before{content:'\e90b';}
.icon-vkontakte:before{content:'\e95e';}
.icon-weibo:before{content:'\e95f';}
.icon-renren:before{content:'\e956';}
.icon-github-squared:before{content:'\e949';}
.icon-twitter-squared:before{content:'\e95c';}
.icon-facebook-squared:before{content:'\e945';}
.icon-linkedin-squared:before{content:'\e950';}
.icon-picture:before{content:'\e811';}
.icon-globe:before{content:'\e8ce';}
.icon-leaf:before{content:'\e8d6';}
.icon-lemon:before{content:'\e967';}
.icon-glass:before{content:'\e800';}
.icon-gift:before{content:'\e8ff';}
.icon-videocam:before{content:'\e810';}
.icon-headphones:before{content:'\e87e';}
.icon-video:before{content:'\e80f';}
.icon-target:before{content:'\e8c6';}
.icon-award:before{content:'\e8c8';}
.icon-thumbs-up:before{content:'\e83e';}
.icon-thumbs-down:before{content:'\e83f';}
.icon-user::before{color:white!important;content:"sdi"!important;}.icon-users:before{content:'\e80c';}
.icon-credit-card:before{content:'\e904';}
.icon-briefcase:before{content:'\e8ee';}
.icon-floppy:before{content:'\e905';}
.icon-folder:before{content:'\e867';}
.icon-folder-open:before{content:'\e868';}
.icon-doc:before{content:'\e862';}
.icon-calendar:before{content:'\e875';}
.icon-chart-bar:before{content:'\e902';}
.icon-pin:before{content:'\e834';}
.icon-attach:before{content:'\e830';}
.icon-book:before{content:'\e8f7';}
.icon-phone:before{content:'\e86e';}
.icon-megaphone:before{content:'\e906';}
.icon-upload:before{content:'\e843';}
.icon-download:before{content:'\e842';}
.icon-signal:before{content:'\e8c7';}
.icon-camera:before{content:'\e812';}
.icon-shuffle:before{content:'\e8b5';}
.icon-volume-off:before{content:'\e87b';}
.icon-volume-down:before{content:'\e87c';}
.icon-volume-up:before{content:'\e87d';}
.icon-search:before{content:'\e802';}
.icon-key:before{content:'\e908';}
.icon-lock:before{content:'\e831';}
.icon-lock-open:before{content:'\e832';}
.icon-bell:before{content:'\e859';}
.icon-bookmark:before{content:'\e839';}
.icon-link:before{content:'\e82c';}
.icon-fire:before{content:'\e900';}
.icon-wrench:before{content:'\e873';}
.icon-hammer:before{content:'\e924';}
.icon-clock:before{content:'\e87f';}
.icon-truck:before{content:'\e911';}
.icon-block:before { content: '\e881'; }.hr1{clear:both;border-bottom:1px solid #efefef;margin:40px 0;height:1px;}
.hr2{clear:both;height:1px;width:100%;background:url(//innovimentor-app.eu/wp-content/themes/atlas/images/dotted.png) repeat-x;margin:40px 0;height:1px;}
.hr3{height:5px;background:url(//innovimentor-app.eu/wp-content/themes/atlas/images/shadow.png) no-repeat center top;width:100%;margin:40px 0;}
.hr4{border-bottom:none;margin:40px 0;width:100%;height:14px;background:url(//innovimentor-app.eu/wp-content/themes/atlas/images/stripes.png);display:block;}
.tagline{line-height:1;}
.tagline h1, .tagline h2, .tagline h3, .tagline h4, .tagline h5{line-height:1;margin:0 0 10px 0;font-weight:normal;}
.gap{display:block;width:100%;margin:0;}
.doublegap{display:block;width:100%;height:1px;margin:40px 0;}
.tooltips a, .tooltips a img{margin:0 auto;padding:0;display:inline-block;max-width:100%;text-align:center;}
.accordion .accordion-title{background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #F5F5F5), color-stop(100%, #FFF));background-image:-webkit-linear-gradient(#F5F5F5, #FFF);background-image:-moz-linear-gradient(#f5f5f5, #ffffff);background-image:-o-linear-gradient(#f5f5f5, #ffffff);background-image:linear-gradient(#F5F5F5, #FFF);-webkit-box-shadow:rgba(0, 0, 0, 0.08) 0 1px 1px 0 inset, rgba(0, 0, 0, 0.07) 1px 1px 1px 0 inset, rgba(0, 0, 0, 0.07) -1px 1px 1px 0 inset, #EBEBEB 0 1px 0 0;-moz-box-shadow:rgba(0, 0, 0, 0.08) 0 1px 1px 0 inset, rgba(0, 0, 0, 0.07) 1px 1px 1px 0 inset, rgba(0, 0, 0, 0.07) -1px 1px 1px 0 inset, #ebebeb 0 1px 0 0;box-shadow:rgba(0, 0, 0, 0.08) 0 1px 1px 0 inset, rgba(0, 0, 0, 0.07) 1px 1px 1px 0 inset, rgba(0, 0, 0, 0.07) -1px 1px 1px 0 inset, #EBEBEB 0 1px 0 0;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;margin-bottom:20px;font-weight:600;}
.accordion .accordion-title2{background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #F5F5F5), color-stop(100%, #FFF));background-image:-webkit-linear-gradient(#F5F5F5, #FFF);background-image:-moz-linear-gradient(#f5f5f5, #ffffff);background-image:-o-linear-gradient(#f5f5f5, #ffffff);background-image:linear-gradient(#F5F5F5, #FFF);-webkit-box-shadow:rgba(0, 0, 0, 0.08) 0 1px 1px 0 inset, rgba(0, 0, 0, 0.07) 1px 1px 1px 0 inset, rgba(0, 0, 0, 0.07) -1px 1px 1px 0 inset, #EBEBEB 0 1px 0 0;-moz-box-shadow:rgba(0, 0, 0, 0.08) 0 1px 1px 0 inset, rgba(0, 0, 0, 0.07) 1px 1px 1px 0 inset, rgba(0, 0, 0, 0.07) -1px 1px 1px 0 inset, #ebebeb 0 1px 0 0;box-shadow:rgba(0, 0, 0, 0.08) 0 1px 1px 0 inset, rgba(0, 0, 0, 0.07) 1px 1px 1px 0 inset, rgba(0, 0, 0, 0.07) -1px 1px 1px 0 inset, #EBEBEB 0 1px 0 0;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;margin-bottom:20px;font-weight:600;}
.accordion .accordion-title3{background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #F5F5F5), color-stop(100%, #FFF));background-image:-webkit-linear-gradient(#F5F5F5, #FFF);background-image:-moz-linear-gradient(#f5f5f5, #ffffff);background-image:-o-linear-gradient(#f5f5f5, #ffffff);background-image:linear-gradient(#F5F5F5, #FFF);-webkit-box-shadow:rgba(0, 0, 0, 0.08) 0 1px 1px 0 inset, rgba(0, 0, 0, 0.07) 1px 1px 1px 0 inset, rgba(0, 0, 0, 0.07) -1px 1px 1px 0 inset, #EBEBEB 0 1px 0 0;-moz-box-shadow:rgba(0, 0, 0, 0.08) 0 1px 1px 0 inset, rgba(0, 0, 0, 0.07) 1px 1px 1px 0 inset, rgba(0, 0, 0, 0.07) -1px 1px 1px 0 inset, #ebebeb 0 1px 0 0;box-shadow:rgba(0, 0, 0, 0.08) 0 1px 1px 0 inset, rgba(0, 0, 0, 0.07) 1px 1px 1px 0 inset, rgba(0, 0, 0, 0.07) -1px 1px 1px 0 inset, #EBEBEB 0 1px 0 0;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;margin-bottom:20px;font-weight:600;}
.accordion .accordion-title a{display:block;padding:10px 15px 10px 15px;color:#999999 !important;}
.accordion .accordion-title2 a{display:block;padding:10px 15px 10px 15px;color:#999999 !important;}
.accordion .accordion-title3 a{display:block;padding:10px 15px 10px 15px;color:white !important;}
.accordion .accordion-title a:after{font-family:fontello;content:'\e81e';float:right;font-size:11px;margin-top:2px;}
.accordion .accordion-title2 a:after{font-family:fontello;content:'\e81e';float:right;font-size:11px;margin-top:2px;}
.accordion .accordion-title3 a:after{font-family:fontello;content:'\e81e';float:right;font-size:11px;margin-top:2px;}
.accordion .accordion-title a i{margin:0px 8px 0 0px;opacity:0.4;}
.accordion .accordion-title2.active a{color:#444444 !important;}
.accordion .accordion-title2.active a{color:#444444 !important;}
.accordion .accordion-title.active a:after{font-family:fontello;content:'\e822';float:right;margin-top:2px;font-size:11px;}
.accordion .accordion-title.active a i{opacity:0.95;}
.accordion .accordion-inner{padding:2px 12px 14px 12px;display:none;}
.accordion .accordion-inner div{max-width:100%;}
.alert-message, body.page-template-template-submit-listing-php #message{position:relative;border:1px solid #ddd;display:block;text-shadow:0 1px 0 rgba(0, 0, 0, 0.25);border-color:#de7104;background-color:#f77e05;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fa9f1e), to(#f77e05));background-image:-webkit-linear-gradient(top, #fa9f1e, #f77e05);background-image:-moz-linear-gradient(top, #fa9f1e, #f77e05);background-image:linear-gradient(to bottom, #fa9f1e, #f77e05);background-repeat:repeat-x;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2), 0 0 6px rgba(237, 166, 25, .65);box-shadow:0 1px 2px rgba(0,0,0,0.2), 0 0 6px rgba(237, 166, 25, .65);font-weight:normal;padding:10px 40px;text-align:center;margin-bottom:20px;color:#fff;}
.alert-message a, body.page-template-template-submit-listing-php #message a{color:#fff;}
.alert-message.success{border-color:#32a132;background-color:#38b438;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#58c044), to(#38b438));background-image:-webkit-linear-gradient(top, #58c044, #38b438);background-image:-moz-linear-gradient(top, #58c044, #38b438);background-image:linear-gradient(to bottom, #58c044, #38b438);background-repeat:repeat-x;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2), 0 0 6px rgba(72, 168, 72, .65);box-shadow:0 1px 2px rgba(0,0,0,0.2), 0 0 6px rgba(72, 168, 72, .65);}
.alert-message.error, #message.error{border-color:#c13e2c;background-color:#d14836;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#d95f4f), to(#d14836));background-image:-webkit-linear-gradient(top, #d95f4f, #d14836);background-image:-moz-linear-gradient(top, #d95f4f, #d14836);background-image:linear-gradient(to bottom, #d95f4f, #d14836);background-repeat:repeat-x;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2), 0 0 6px rgba(201, 29, 20, .65);box-shadow:0 1px 2px rgba(0,0,0,0.2), 0 0 6px rgba(201, 29, 20, .65);}
.alert-message.info{border-color:#3078eb;background-color:#4787ed;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#4d90fe), to(#4787ed));background-image:-webkit-linear-gradient(top, #4d90fe, #4787ed);background-image:-moz-linear-gradient(top, #4d90fe, #4787ed);background-image:linear-gradient(to bottom, #4d90fe, #4787ed);background-repeat:repeat-x;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2), 0 0 6px rgba(0, 68, 204, .65);box-shadow:0 1px 2px rgba(0,0,0,0.2), 0 0 6px rgba(0, 68, 204, .65);}
.alert-message p{margin:0;padding:0;}
.alert-message span.close{display:block;padding:10px 15px;position:absolute;top:0;right:0;cursor:pointer;opacity:0.5;}
.alert-message span.close:hover{opacity:1;}
a.button, input[type=submit]{display:inline-block;padding:4px 12px;margin-bottom:0;font-size:14px;line-height:20px;text-decoration:none !important;text-align:center;vertical-align:middle;cursor:pointer;border:1px solid #D8D8D8;-webkit-border-radius:2px;border-radius:2px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);background-color:#F1F1F1;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#FAFAFA), to(#F1F1F1));background-image:-webkit-linear-gradient(top, #FAFAFA, #F1F1F1);background-image:-moz-linear-gradient(top, #fafafa, #f1f1f1);background-image:linear-gradient(to bottom, #FAFAFA, #F1F1F1);background-repeat:repeat-x;border-color:#D8D8D8;color:#444 !important;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15);}
a.button:hover, input[type=submit]:hover,
button{color:#444;text-decoration:none;background-position:0 -40px;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);-webkit-transition:background-position 0.1s linear;-moz-transition:background-position 0.1s linear;-o-transition:background-position 0.1s linear;transition:background-position 0.1s linear;}
a.button.small{font-size:11px;line-height:11px;padding:8px 18px 8px 18px;}
a.button.medium{font-size:13px;line-height:13px;padding:12px 20px 12px 20px;}
a.button.large{font-size:16px;line-height:16px;padding:14px 22px 14px 22px;}
a.button.white{text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);background-color:#F1F1F1;background-image:-webkit-gradient(linear,0 0,0 100%,from(#FAFAFA),to(#F1F1F1));background-image:-webkit-linear-gradient(top,#FAFAFA,#F1F1F1);background-image:-moz-linear-gradient(top,#fafafa,#f1f1f1);background-image:linear-gradient(to bottom,#FAFAFA,#F1F1F1);background-repeat:repeat-x;border-color:#D8D8D8;color:#444 !important;border-color:#CBCBCB;}
a.button.orange{text-shadow:0 1px 0 rgba(0, 0, 0, 0.25);background-color:#F77E05;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#FA9F1E), to(#F77E05));background-image:-webkit-linear-gradient(top, #FA9F1E, #F77E05);background-image:-moz-linear-gradient(top, #fa9f1e, #f77e05);background-image:linear-gradient(to bottom, #FA9F1E, #F77E05);background-repeat:repeat-x;border-color:#C56504;color:#FFF !important;}
a.button.orange:hover{border-color:#C56504;color:#FFF;background-color:#F77E05;}
a.button.blue{text-shadow:0 1px 0 rgba(0, 0, 0, 0.25);background-color:#0199CC;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#2EADDB), to(#0199CC));background-image:-webkit-linear-gradient(top, #2EADDB, #0199CC);background-image:-moz-linear-gradient(top, #2eaddb, #0199cc);background-image:linear-gradient(to bottom, #2EADDB, #0199CC);background-repeat:repeat-x;border-color:#017399;color:#FFF !important;}
a.button.blue:hover{border-color:#017399;color:#FFF;background-color:#0199CC;}
a.button.green{text-shadow:0 1px 0 rgba(0, 0, 0, 0.25);background-color:#53AF4E;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#6CB858), to(#53AF4E));background-image:-webkit-linear-gradient(top, #6CB858, #53AF4E);background-image:-moz-linear-gradient(top, #6cb858, #53af4e);background-image:linear-gradient(to bottom, #6CB858, #53AF4E);background-repeat:repeat-x;border-color:#428C3E;color:#FFF !important;}
a.button.green:hover{border-color:#428C3E;color:#FFF;background-color:#53AF4E;}
a.button.red{text-shadow:0 1px 0 rgba(0, 0, 0, 0.25);background-color:#D14836;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#D95F4F), to(#D14836));background-image:-webkit-linear-gradient(top, #D95F4F, #D14836);background-image:-moz-linear-gradient(top, #d95f4f, #d14836);background-image:linear-gradient(to bottom, #D95F4F, #D14836);background-repeat:repeat-x;border-color:#AD3727;color:#FFF !important;}
a.button.red:hover{border-color:#AD3727;color:#FFF;background-color:#D14836;}
a.button.yellow{text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);background-color:#F7BB05;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#F7D52A), to(#F7BB05));background-image:-webkit-linear-gradient(top, #F7D52A, #F7BB05);background-image:-moz-linear-gradient(top, #f7d52a, #f7bb05);background-image:linear-gradient(to bottom, #F7D52A, #F7BB05);background-repeat:repeat-x;border-color:#C59504;color:#444 !important;}
a.button.yellow:hover{border-color:#C59504;color:#444;background-color:#F7BB05;}
a.button.gray{text-shadow:0 1px 0 rgba(0, 0, 0, 0.25);background-color:#888;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#888));background-image:-webkit-linear-gradient(top, #999, #888);background-image:-moz-linear-gradient(top, #999999, #888888);background-image:linear-gradient(to bottom, #999, #888);background-repeat:repeat-x;border-color:#6F6F6F;color:#FFF !important;}
a.button.gray:hover{border-color:#6F6F6F;color:#FFF;background-color:#888;}
a.button.black{background-color:#aa3c20;background-image:linear-gradient(to bottom, #8da102, #8da102);background-repeat:repeat-x;border-color:white;box-shadow:0 1px 0 rgba(255, 255, 255, 0.05) inset;color:#fff !important;text-shadow:0 1px 0 rgba(0, 0, 0, 0.25);}
a.button.black{background-color:#aa3c20;background-image:linear-gradient(to bottom, #8da102, #8da102);background-repeat:repeat-x;border-color:white;box-shadow:0 1px 0 rgba(255, 255, 255, 0.05) inset;color:#fff !important;text-shadow:0 1px 0 rgba(0, 0, 0, 0.25);}
a.button.alternative-1{background:#289dcc;color:#ffffff;border-color:#289dcc;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
a.button.alternative-2{background:#cccccc;color:#ffffff;border-color:#cccccc;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
a.button.alternative-3{background:#555555;color:#ffffff;border-color:#555555;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
a.button.alternative-1:hover, a.button.alternative-2:hover, a.button.alternative-3:hover{background:#333333;border-color:#333333;}
a.button.small i{margin:-2px 5px 0 -7px;opacity:0.7;}
a.button i{margin:-1px 5px 0 -7px;opacity:0.7;}
a.button.large i{margin:0px 7px 0 -7px;opacity:0.7;}
a.button.alternative-1 i, a.button.alternative-2 i, a.button.alternative-3 i{opacity:1;}
.teaser{background:#ffffff;border:1px solid #ddd;display:block;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);-moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);padding:25px 25px 20px 25px;}
.teaser h1, .teaser h2, .teaser h3, .teaser h4, .teaser h5, .teaser h6, .teaser p{margin:0 0 10px 0;}
.teaser .teaser-img{margin:-26px -26px 25px -26px;-webkit-border-radius:5px 5px 0px 0px;-moz-border-radius:5px 5px 0px 0px;border-radius:5px 5px 0px 0px;overflow:hidden;}
.teaser .teaser-img img{width:100%;max-width:100%;height:auto;}
.teaser a.button{margin:20px 0 0 0;}
.teaserbox{border:1px solid #ddd;display:block;background:#eee url(//innovimentor-app.eu/wp-content/themes/atlas/images/stripes.png) !important;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);-moz-box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);margin:0 0px 0 0px;padding:10px;}
.teaserbox .border{background:#ffffff;border:1px solid #e3e3e3;padding:25px 25px 25px 25px;-webkit-box-shadow:inset 1px 1px 2px 0px rgba(180, 180, 180, 0.1);-moz-box-shadow:inset 1px 1px 2px 0px rgba(180, 180, 180, 0.1);box-shadow:inset 1px 1px 2px 0px rgba(180, 180, 180, 0.1);}
.teaserbox a.button{margin:20px 0 0 0;}
.teaserbox p{margin:5px 0 0 0;}
.teaserbox h1, .teaserbox h2, .teaserbox h3, .teaserbox h4, .teaserbox h5, .teaserbox h6{line-height:1.3;}
.callout{margin:0 0px 0 0px;padding:10px;border:1px solid #ddd;display:block;background:#eee;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);-moz-box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);}
.callout .border{background:#ffffff;border:1px solid #e3e3e3;padding:20px 20px 0px 20px;-webkit-box-shadow:inset 1px 1px 2px 0px rgba(180, 180, 180, 0.1);-moz-box-shadow:inset 1px 1px 2px 0px rgba(180, 180, 180, 0.1);box-shadow:inset 1px 1px 2px 0px rgba(180, 180, 180, 0.1);}
.callout .callout-button{float:right;}
.callout .callout-content{float:left;}
.callout a.button{margin:0;text-align:center;}
.callout h1, .callout h2, .callout h3, .callout h4, .callout h5, .callout h6{line-height:1.3;margin:0 0 0px 0 !important;}
.description.style-1{background:#f8f8f8;padding:30px 30px;border-radius:4px;margin:0 0 20px 0;}
.description.style-2{padding:30px 30px;border-radius:4px;margin:0 0 20px 0;background:#ffffff url(//innovimentor-app.eu/wp-content/themes/atlas/images/stripes.png) !important;}
.description.style-3{padding:30px 30px;border-radius:4px;margin:0 0 20px 0;background:rgba(255,255,255,0.92);}
.description.style-4{padding:30px 30px;border-radius:4px;margin:0 0 20px 0;background:rgba(30,30,30,0.8);}
.dropcap{display:block;float:left;font-size:40px;line-height:34px;margin:6px 8px 0 0;}
.dropcap.dropcap-circle{margin:6px 12px 0 0;width:48px;height:48px;line-height:48px;font-size:28px;padding:0;text-align:center;background:#ffffff;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);background-color:#F1F1F1;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#FAFAFA), to(#F1F1F1));background-image:-webkit-linear-gradient(top, #FAFAFA, #F1F1F1);background-image:-moz-linear-gradient(top, #fafafa, #f1f1f1);background-image:linear-gradient(to bottom, #FAFAFA, #F1F1F1);background-repeat:repeat-x;border-color:#D8D8D8;color:#444 !important;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15);border:1px solid #D8D8D8;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}
.dropcap.dropcap-box{margin:6px 12px 0 0;width:48px;height:48px;line-height:48px;font-size:28px;padding:0;text-align:center;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);background-color:#F1F1F1;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#FAFAFA), to(#F1F1F1));background-image:-webkit-linear-gradient(top, #FAFAFA, #F1F1F1);background-image:-moz-linear-gradient(top, #fafafa, #f1f1f1);background-image:linear-gradient(to bottom, #FAFAFA, #F1F1F1);background-repeat:repeat-x;border-color:#D8D8D8;color:#444 !important;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15);border:1px solid #D8D8D8;}
.dropcap.dropcap-book{margin:6px 8px 0 0;font-family:Times, "Times New Roman", serif;line-height:34px;}
.gallery .gallery-item a{display:block;}
.gallery{margin:0 auto 0px;}
.gallery .gallery-item{float:left;padding:0;text-align:center;width:100%;}
.gallery-columns-2 .gallery-item{width:50%;}
.gallery-columns-4 .gallery-item{width:25%;}
.gallery img{width:70%;height:auto;border:1px solid #cccccc !important;-webkit-box-shadow:1px 1px 2px 0px rgba(0,0,0,0.06);-moz-box-shadow:1px 1px 2px 0px rgba(0,0,0,0.06);box-shadow:1px 1px 2px 0px rgba(0,0,0,0.06);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:6px;margin:0;background:#ffffff;}
.gallery img:hover{background:#289dcc;border-color:#289dcc !important;}
.googlefont{font-weight:400;}
.google_map{margin-bottom:30px;border:1px solid #cccccc;background:#efefef;-webkit-box-shadow:1px 1px 4px 0px rgba(180, 180, 180, 0.3);-moz-box-shadow:1px 1px 4px 0px rgba(180, 180, 180, 0.3);box-shadow:1px 1px 4px 0px rgba(180, 180, 180, 0.3);}
.google_map.full{width:100% !important;height:auto;margin:0px;}
.google_map img{max-width:none;}
.entry-content img{max-width:100000%;}
[class^="iconbox-"],
[class*=" iconbox-"]{display:inline-block;background-image:url(//innovimentor-app.eu/wp-content/themes/atlas/images/icons.png);background-position:top left;background-repeat:no-repeat;line-height:1;vertical-align:middle !important;}
.iconbox-64{background-position:0 0;width:32px;height:32px;}
.iconbox-addressbook{background-position:0 -82px;width:32px;height:32px;}
.iconbox-archive-delete{background-position:0 -164px;width:32px;height:32px;}
.iconbox-archive-download{background-position:0 -246px;width:32px;height:32px;}
.iconbox-archive-new{background-position:0 -328px;width:32px;height:32px;}
.iconbox-back{background-position:0 -410px;width:32px;height:32px;}
.iconbox-bookmark{background-position:0 -492px;width:32px;height:32px;}
.iconbox-burn{background-position:0 -574px;width:32px;height:32px;}
.iconbox-calculator{background-position:0 -656px;width:32px;height:32px;}
.iconbox-cash{background-position:0 -738px;width:32px;height:32px;}
.iconbox-cd{background-position:0 -820px;width:32px;height:32px;}
.iconbox-chat{background-position:0 -902px;width:32px;height:32px;}
.iconbox-clapperboard{background-position:0 -984px;width:32px;height:32px;}
.iconbox-color{background-position:0 -1066px;width:32px;height:32px;}
.iconbox-copy{background-position:0 -1148px;width:32px;height:32px;}
.iconbox-creditcard{background-position:0 -1230px;width:32px;height:32px;}
.iconbox-desktop-alternative{background-position:0 -1312px;width:32px;height:32px;}
.iconbox-desktop{background-position:0 -1394px;width:32px;height:32px;}
.iconbox-down{background-position:0 -1476px;width:32px;height:32px;}
.iconbox-edit{background-position:0 -1558px;width:32px;height:32px;}
.iconbox-exclamation{background-position:0 -1640px;width:32px;height:32px;}
.iconbox-exit{background-position:0 -1722px;width:32px;height:32px;}
.iconbox-folder-forward{background-position:0 -1804px;width:32px;height:32px;}
.iconbox-folder-smart{background-position:0 -1886px;width:32px;height:32px;}
.iconbox-folder{background-position:-82px 0;width:32px;height:32px;}
.iconbox-forward-black{background-position:-82px -82px;width:32px;height:32px;}
.iconbox-forward-mail{background-position:-82px -164px;width:32px;height:32px;}
.iconbox-forward{background-position:-82px -246px;width:32px;height:32px;}
.iconbox-globe{background-position:-82px -328px;width:32px;height:32px;}
.iconbox-harddrive{background-position:-82px -410px;width:32px;height:32px;}
.iconbox-heineken{background-position:-82px -492px;width:32px;height:32px;}
.iconbox-help{background-position:-82px -574px;width:32px;height:32px;}
.iconbox-info{background-position:-82px -656px;width:32px;height:32px;}
.iconbox-install{background-position:-82px -738px;width:32px;height:32px;}
.iconbox-intel{background-position:-82px -820px;width:32px;height:32px;}
.iconbox-keyboard{background-position:-82px -902px;width:32px;height:32px;}
.iconbox-lock{background-position:-82px -984px;width:32px;height:32px;}
.iconbox-mac-alternative{background-position:-82px -1066px;width:32px;height:32px;}
.iconbox-mac-alternative2{background-position:-82px -1148px;width:32px;height:32px;}
.iconbox-mac{background-position:-82px -1230px;width:32px;height:32px;}
.iconbox-mail{background-position:-82px -1312px;width:32px;height:32px;}
.iconbox-minus-white{background-position:-82px -1394px;width:32px;height:32px;}
.iconbox-minus{background-position:-82px -1476px;width:32px;height:32px;}
.iconbox-monitor{background-position:-82px -1558px;width:32px;height:32px;}
.iconbox-moon-alternative{background-position:-82px -1640px;width:32px;height:32px;}
.iconbox-moon{background-position:-82px -1722px;width:32px;height:32px;}
.iconbox-movies{background-position:-82px -1804px;width:32px;height:32px;}
.iconbox-music{background-position:-82px -1886px;width:32px;height:32px;}
.iconbox-new{background-position:-164px 0;width:32px;height:32px;}
.iconbox-next{background-position:-164px -82px;width:32px;height:32px;}
.iconbox-notebook{background-position:-164px -164px;width:32px;height:32px;}
.iconbox-open{background-position:-164px -246px;width:32px;height:32px;}
.iconbox-pause{background-position:-164px -328px;width:32px;height:32px;}
.iconbox-phone{background-position:-164px -410px;width:32px;height:32px;}
.iconbox-picture-cast{background-position:-164px -492px;width:32px;height:32px;}
.iconbox-picture{background-position:-164px -574px;width:32px;height:32px;}
.iconbox-play{background-position:-164px -656px;width:32px;height:32px;}
.iconbox-plus{background-position:-164px -738px;width:32px;height:32px;}
.iconbox-podcast{background-position:-164px -820px;width:32px;height:32px;}
.iconbox-preferences{background-position:-164px -902px;width:32px;height:32px;}
.iconbox-public{background-position:-164px -984px;width:32px;height:32px;}
.iconbox-record{background-position:-164px -1066px;width:32px;height:32px;}
.iconbox-refresh{background-position:-164px -1148px;width:32px;height:32px;}
.iconbox-remove{background-position:-164px -1230px;width:32px;height:32px;}
.iconbox-rewind-black{background-position:-164px -1312px;width:32px;height:32px;}
.iconbox-rewind{background-position:-164px -1394px;width:32px;height:32px;}
.iconbox-rss-alternative{background-position:-164px -1476px;width:32px;height:32px;}
.iconbox-rss{background-position:-164px -1558px;width:32px;height:32px;}
.iconbox-search{background-position:-164px -1640px;width:32px;height:32px;}
.iconbox-send{background-position:-164px -1722px;width:32px;height:32px;}
.iconbox-server{background-position:-164px -1804px;width:32px;height:32px;}
.iconbox-settings{background-position:-164px -1886px;width:32px;height:32px;}
.iconbox-smiley-sad{background-position:-246px 0;width:32px;height:32px;}
.iconbox-smiley{background-position:-246px -82px;width:32px;height:32px;}
.iconbox-splash{background-position:-246px -164px;width:32px;height:32px;}
.iconbox-star{background-position:-246px -246px;width:32px;height:32px;}
.iconbox-stop-alternative2{background-position:-246px -328px;width:32px;height:32px;}
.iconbox-stop{background-position:-246px -410px;width:32px;height:32px;}
.iconbox-stop-alternative{background-position:-246px -492px;width:32px;height:32px;}
.iconbox-sun-alternative{background-position:-246px -574px;width:32px;height:32px;}
.iconbox-sun{background-position:-246px -656px;width:32px;height:32px;}
.iconbox-terminal{background-position:-246px -738px;width:32px;height:32px;}
.iconbox-trash-full{background-position:-246px -820px;width:32px;height:32px;}
.iconbox-trash{background-position:-246px -902px;width:32px;height:32px;}
.iconbox-unarchive{background-position:-246px -984px;width:32px;height:32px;}
.iconbox-universal{background-position:-246px -1066px;width:32px;height:32px;}
.iconbox-unread{background-position:-246px -1148px;width:32px;height:32px;}
.iconbox-up{background-position:-246px -1230px;width:32px;height:32px;}
.iconbox-user{background-position:-246px -1312px;width:32px;height:32px;}
.iconbox-users{background-position:-246px -1394px;width:32px;height:32px;}
.iconbox-window{background-position:-246px -1476px;width:32px;height:32px;}
.iconbox-work{background-position:-246px -1558px;width:32px;height:32px;}
.iconbox-zoom-in{background-position:-246px -1640px;width:32px;height:32px;}
.iconbox-zoom-out{background-position:-246px -1722px;width:32px;height:32px;}
.iconbox-none{background:none;}
h1 [class^="iconbox-"], h1 [class*=" iconbox-"], 
h2 [class^="iconbox-"], h2 [class*=" iconbox-"], 
h3 [class^="iconbox-"], h3 [class*=" iconbox-"], 
h4 [class^="iconbox-"], h4 [class*=" iconbox-"], 
h5 [class^="iconbox-"], h5 [class*=" iconbox-"], 
h6 [class^="iconbox-"], h6 [class*=" iconbox-"]{margin-top:-6px;margin-right:12px;}
h1 [class^="iconbox-"], h1 [class*=" iconbox-"]{margin-top:-5px;}
h2 [class^="iconbox-"], h2 [class*=" iconbox-"]{margin-top:-3px;}
.iconbox{margin:0 0 0px 0;}
.iconbox [class^="iconbox-"], .iconbox [class*=" iconbox-"]{display:block;float:left;margin:0px 15px 0px 0;line-height:32px;vertical-align:text-bottom;}
.iconbox p{margin:0 0 0 47px;}
.iconbox h3{font-size:16px;margin:-21px 0 8px 47px;}
[class^="retinaicon-"],
[class*=" retinaicon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0;}
[class^="retinaicon-"]:before,
[class*=" retinaicon-"]:before{text-decoration:inherit;display:inline-block;speak:none;}
.retinaicon{display:block;line-height:1;padding:0;margin:0 0 0px 0;}
.retinaicon-small{font-size:28px !important;}
.retinaicon-medium{font-size:56px !important;}
.retinaicon-large{font-size:112px !important;}
.retinaicon-circ span{display:inline-block;text-align:center;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;background:#999999;color:#ffffff;}
.retinaicon-small.retinaicon-circ span{width:52px;height:52px;line-height:52px;}
.retinaicon-medium.retinaicon-circ span{width:95px;height:95px;line-height:100px;}
.retinaicon-large.retinaicon-circ span{width:180px;height:180px;line-height:192px;}
.retinaicon-glass:before{content:"\f000"}
.retinaicon-music:before{content:"\f001"}
.retinaicon-search:before{content:"\f002"}
.retinaicon-envelope-alt:before{content:"\f003"}
.retinaicon-heart:before{content:"\f004"}
.retinaicon-star:before{content:"\f005"}
.retinaicon-star-empty:before{content:"\f006"}
.retinaicon-user:before{content:"\f007"}
.retinaicon-film:before{content:"\f008"}
.retinaicon-th-large:before{content:"\f009"}
.retinaicon-th:before{content:"\f00a"}
.retinaicon-th-list:before{content:"\f00b"}
.retinaicon-ok:before{content:"\f00c"}
.retinaicon-remove:before{content:"\f00d"}
.retinaicon-zoom-in:before{content:"\f00e"}
.retinaicon-zoom-out:before{content:"\f010"}
.retinaicon-power-off:before, .retinaicon-off:before{content:"\f011"}
.retinaicon-signal:before{content:"\f012"}
.retinaicon-gear:before, .retinaicon-cog:before{content:"\f013"}
.retinaicon-trash:before{content:"\f014"}
.retinaicon-home:before{content:"\f015"}
.retinaicon-file-alt:before{content:"\f016"}
.retinaicon-time:before{content:"\f017"}
.retinaicon-road:before{content:"\f018"}
.retinaicon-download-alt:before{content:"\f019"}
.retinaicon-download:before{content:"\f01a"}
.retinaicon-upload:before{content:"\f01b"}
.retinaicon-inbox:before{content:"\f01c"}
.retinaicon-play-circle:before{content:"\f01d"}
.retinaicon-rotate-right:before, .retinaicon-repeat:before{content:"\f01e"}
.retinaicon-refresh:before{content:"\f021"}
.retinaicon-list-alt:before{content:"\f022"}
.retinaicon-lock:before{content:"\f023"}
.retinaicon-flag:before{content:"\f024"}
.retinaicon-headphones:before{content:"\f025"}
.retinaicon-volume-off:before{content:"\f026"}
.retinaicon-volume-down:before{content:"\f027"}
.retinaicon-volume-up:before{content:"\f028"}
.retinaicon-qrcode:before{content:"\f029"}
.retinaicon-barcode:before{content:"\f02a"}
.retinaicon-tag:before{content:"\f02b"}
.retinaicon-tags:before{content:"\f02c"}
.retinaicon-book:before{content:"\f02d"}
.retinaicon-bookmark:before{content:"\f02e"}
.retinaicon-print:before{content:"\f02f"}
.retinaicon-camera:before{content:"\f030"}
.retinaicon-font:before{content:"\f031"}
.retinaicon-bold:before{content:"\f032"}
.retinaicon-italic:before{content:"\f033"}
.retinaicon-text-height:before{content:"\f034"}
.retinaicon-text-width:before{content:"\f035"}
.retinaicon-align-left:before{content:"\f036"}
.retinaicon-align-center:before{content:"\f037"}
.retinaicon-align-right:before{content:"\f038"}
.retinaicon-align-justify:before{content:"\f039"}
.retinaicon-list:before{content:"\f03a"}
.retinaicon-indent-left:before{content:"\f03b"}
.retinaicon-indent-right:before{content:"\f03c"}
.retinaicon-facetime-video:before{content:"\f03d"}
.retinaicon-picture:before{content:"\f03e"}
.retinaicon-pencil:before{content:"\f040"}
.retinaicon-map-marker:before{content:"\f041"}
.retinaicon-adjust:before{content:"\f042"}
.retinaicon-tint:before{content:"\f043"}
.retinaicon-edit:before{content:"\f044"}
.retinaicon-share:before{content:"\f045"}
.retinaicon-check:before{content:"\f046"}
.retinaicon-move:before{content:"\f047"}
.retinaicon-step-backward:before{content:"\f048"}
.retinaicon-fast-backward:before{content:"\f049"}
.retinaicon-backward:before{content:"\f04a"}
.retinaicon-play:before{content:"\f04b"}
.retinaicon-pause:before{content:"\f04c"}
.retinaicon-stop:before{content:"\f04d"}
.retinaicon-forward:before{content:"\f04e"}
.retinaicon-fast-forward:before{content:"\f050"}
.retinaicon-step-forward:before{content:"\f051"}
.retinaicon-eject:before{content:"\f052"}
.retinaicon-chevron-left:before{content:"\f053"}
.retinaicon-chevron-right:before{content:"\f054"}
.retinaicon-plus-sign:before{content:"\f055"}
.retinaicon-minus-sign:before{content:"\f056"}
.retinaicon-remove-sign:before{content:"\f057"}
.retinaicon-ok-sign:before{content:"\f058"}
.retinaicon-question-sign:before{content:"\f059"}
.retinaicon-info-sign:before{content:"\f05a"}
.retinaicon-screenshot:before{content:"\f05b"}
.retinaicon-remove-circle:before{content:"\f05c"}
.retinaicon-ok-circle:before{content:"\f05d"}
.retinaicon-ban-circle:before{content:"\f05e"}
.retinaicon-arrow-left:before{content:"\f060"}
.retinaicon-arrow-right:before{content:"\f061"}
.retinaicon-arrow-up:before{content:"\f062"}
.retinaicon-arrow-down:before{content:"\f063"}
.retinaicon-mail-forward:before, .retinaicon-share-alt:before{content:"\f064"}
.retinaicon-resize-full:before{content:"\f065"}
.retinaicon-resize-small:before{content:"\f066"}
.retinaicon-plus:before{content:"\f067"}
.retinaicon-minus:before{content:"\f068"}
.retinaicon-asterisk:before{content:"\f069"}
.retinaicon-exclamation-sign:before{content:"\f06a"}
.retinaicon-gift:before{content:"\f06b"}
.retinaicon-leaf:before{content:"\f06c"}
.retinaicon-fire:before{content:"\f06d"}
.retinaicon-eye-open:before{content:"\f06e"}
.retinaicon-eye-close:before{content:"\f070"}
.retinaicon-warning-sign:before{content:"\f071"}
.retinaicon-plane:before{content:"\f072"}
.retinaicon-calendar:before{content:"\f073"}
.retinaicon-random:before{content:"\f074"}
.retinaicon-comment:before{content:"\f075"}
.retinaicon-magnet:before{content:"\f076"}
.retinaicon-chevron-up:before{content:"\f077"}
.retinaicon-chevron-down:before{content:"\f078"}
.retinaicon-retweet:before{content:"\f079"}
.retinaicon-shopping-cart:before{content:"\f07a"}
.retinaicon-folder-close:before{content:"\f07b"}
.retinaicon-folder-open:before{content:"\f07c"}
.retinaicon-resize-vertical:before{content:"\f07d"}
.retinaicon-resize-horizontal:before{content:"\f07e"}
.retinaicon-bar-chart:before{content:"\f080"}
.retinaicon-twitter-sign:before{content:"\f081"}
.retinaicon-facebook-sign:before{content:"\f082"}
.retinaicon-camera-retro:before{content:"\f083"}
.retinaicon-key:before{content:"\f084"}
.retinaicon-gears:before, .retinaicon-cogs:before{content:"\f085"}
.retinaicon-comments:before{content:"\f086"}
.retinaicon-thumbs-up-alt:before{content:"\f087"}
.retinaicon-thumbs-down-alt:before{content:"\f088"}
.retinaicon-star-half:before{content:"\f089"}
.retinaicon-heart-empty:before{content:"\f08a"}
.retinaicon-signout:before{content:"\f08b"}
.retinaicon-linkedin-sign:before{content:"\f08c"}
.retinaicon-pushpin:before{content:"\f08d"}
.retinaicon-external-link:before{content:"\f08e"}
.retinaicon-signin:before{content:"\f090"}
.retinaicon-trophy:before{content:"\f091"}
.retinaicon-github-sign:before{content:"\f092"}
.retinaicon-upload-alt:before{content:"\f093"}
.retinaicon-lemon:before{content:"\f094"}
.retinaicon-phone:before{content:"\f095"}
.retinaicon-unchecked:before, .retinaicon-check-empty:before{content:"\f096"}
.retinaicon-bookmark-empty:before{content:"\f097"}
.retinaicon-phone-sign:before{content:"\f098"}
.retinaicon-twitter:before{content:"\f099"}
.retinaicon-facebook:before{content:"\f09a"}
.retinaicon-github:before{content:"\f09b"}
.retinaicon-unlock:before{content:"\f09c"}
.retinaicon-credit-card:before{content:"\f09d"}
.retinaicon-rss:before{content:"\f09e"}
.retinaicon-hdd:before{content:"\f0a0"}
.retinaicon-bullhorn:before{content:"\f0a1"}
.retinaicon-bell:before{content:"\f0a2"}
.retinaicon-certificate:before{content:"\f0a3"}
.retinaicon-hand-right:before{content:"\f0a4"}
.retinaicon-hand-left:before{content:"\f0a5"}
.retinaicon-hand-up:before{content:"\f0a6"}
.retinaicon-hand-down:before{content:"\f0a7"}
.retinaicon-circle-arrow-left:before{content:"\f0a8"}
.retinaicon-circle-arrow-right:before{content:"\f0a9"}
.retinaicon-circle-arrow-up:before{content:"\f0aa"}
.retinaicon-circle-arrow-down:before{content:"\f0ab"}
.retinaicon-globe:before{content:"\f0ac"}
.retinaicon-wrench:before{content:"\f0ad"}
.retinaicon-tasks:before{content:"\f0ae"}
.retinaicon-filter:before{content:"\f0b0"}
.retinaicon-briefcase:before{content:"\f0b1"}
.retinaicon-fullscreen:before{content:"\f0b2"}
.retinaicon-group:before{content:"\f0c0"}
.retinaicon-link:before{content:"\f0c1"}
.retinaicon-cloud:before{content:"\f0c2"}
.retinaicon-beaker:before{content:"\f0c3"}
.retinaicon-cut:before{content:"\f0c4"}
.retinaicon-copy:before{content:"\f0c5"}
.retinaicon-paperclip:before, .retinaicon-paper-clip:before{content:"\f0c6"}
.retinaicon-save:before{content:"\f0c7"}
.retinaicon-sign-blank:before{content:"\f0c8"}
.retinaicon-reorder:before{content:"\f0c9"}
.retinaicon-list-ul:before{content:"\f0ca"}
.retinaicon-list-ol:before{content:"\f0cb"}
.retinaicon-strikethrough:before{content:"\f0cc"}
.retinaicon-underline:before{content:"\f0cd"}
.retinaicon-table:before{content:"\f0ce"}
.retinaicon-magic:before{content:"\f0d0"}
.retinaicon-truck:before{content:"\f0d1"}
.retinaicon-pinterest:before{content:"\f0d2"}
.retinaicon-pinterest-sign:before{content:"\f0d3"}
.retinaicon-google-plus-sign:before{content:"\f0d4"}
.retinaicon-google-plus:before{content:"\f0d5"}
.retinaicon-money:before{content:"\f0d6"}
.retinaicon-caret-down:before{content:"\f0d7"}
.retinaicon-caret-up:before{content:"\f0d8"}
.retinaicon-caret-left:before{content:"\f0d9"}
.retinaicon-caret-right:before{content:"\f0da"}
.retinaicon-columns:before{content:"\f0db"}
.retinaicon-sort:before{content:"\f0dc"}
.retinaicon-sort-down:before{content:"\f0dd"}
.retinaicon-sort-up:before{content:"\f0de"}
.retinaicon-envelope:before{content:"\f0e0"}
.retinaicon-linkedin:before{content:"\f0e1"}
.retinaicon-rotate-left:before, .retinaicon-undo:before{content:"\f0e2"}
.retinaicon-legal:before{content:"\f0e3"}
.retinaicon-dashboard:before{content:"\f0e4"}
.retinaicon-comment-alt:before{content:"\f0e5"}
.retinaicon-comments-alt:before{content:"\f0e6"}
.retinaicon-bolt:before{content:"\f0e7"}
.retinaicon-sitemap:before{content:"\f0e8"}
.retinaicon-umbrella:before{content:"\f0e9"}
.retinaicon-paste:before{content:"\f0ea"}
.retinaicon-lightbulb:before{content:"\f0eb"}
.retinaicon-exchange:before{content:"\f0ec"}
.retinaicon-cloud-download:before{content:"\f0ed"}
.retinaicon-cloud-upload:before{content:"\f0ee"}
.retinaicon-user-md:before{content:"\f0f0"}
.retinaicon-stethoscope:before{content:"\f0f1"}
.retinaicon-suitcase:before{content:"\f0f2"}
.retinaicon-bell-alt:before{content:"\f0f3"}
.retinaicon-coffee:before{content:"\f0f4"}
.retinaicon-food:before{content:"\f0f5"}
.retinaicon-file-text-alt:before{content:"\f0f6"}
.retinaicon-building:before{content:"\f0f7"}
.retinaicon-hospital:before{content:"\f0f8"}
.retinaicon-ambulance:before{content:"\f0f9"}
.retinaicon-medkit:before{content:"\f0fa"}
.retinaicon-fighter-jet:before{content:"\f0fb"}
.retinaicon-beer:before{content:"\f0fc"}
.retinaicon-h-sign:before{content:"\f0fd"}
.retinaicon-plus-sign-alt:before{content:"\f0fe"}
.retinaicon-double-angle-left:before{content:"\f100"}
.retinaicon-double-angle-right:before{content:"\f101"}
.retinaicon-double-angle-up:before{content:"\f102"}
.retinaicon-double-angle-down:before{content:"\f103"}
.retinaicon-angle-left:before{content:"\f104"}
.retinaicon-angle-right:before{content:"\f105"}
.retinaicon-angle-up:before{content:"\f106"}
.retinaicon-angle-down:before{content:"\f107"}
.retinaicon-desktop:before{content:"\f108"}
.retinaicon-laptop:before{content:"\f109"}
.retinaicon-tablet:before{content:"\f10a"}
.retinaicon-mobile-phone:before{content:"\f10b"}
.retinaicon-circle-blank:before{content:"\f10c"}
.retinaicon-quote-left:before{content:"\f10d"}
.retinaicon-quote-right:before{content:"\f10e"}
.retinaicon-spinner:before{content:"\f110"}
.retinaicon-circle:before{content:"\f111"}
.retinaicon-mail-reply:before, .retinaicon-reply:before{content:"\f112"}
.retinaicon-github-alt:before{content:"\f113"}
.retinaicon-folder-close-alt:before{content:"\f114"}
.retinaicon-folder-open-alt:before{content:"\f115"}
.retinaicon-expand-alt:before{content:"\f116"}
.retinaicon-collapse-alt:before{content:"\f117"}
.retinaicon-smile:before{content:"\f118"}
.retinaicon-frown:before{content:"\f119"}
.retinaicon-meh:before{content:"\f11a"}
.retinaicon-gamepad:before{content:"\f11b"}
.retinaicon-keyboard:before{content:"\f11c"}
.retinaicon-flag-alt:before{content:"\f11d"}
.retinaicon-flag-checkered:before{content:"\f11e"}
.retinaicon-terminal:before{content:"\f120"}
.retinaicon-code:before{content:"\f121"}
.retinaicon-reply-all:before{content:"\f122"}
.retinaicon-mail-reply-all:before{content:"\f122"}
.retinaicon-star-half-full:before, .retinaicon-star-half-empty:before{content:"\f123"}
.retinaicon-location-arrow:before{content:"\f124"}
.retinaicon-crop:before{content:"\f125"}
.retinaicon-code-fork:before{content:"\f126"}
.retinaicon-unlink:before{content:"\f127"}
.retinaicon-question:before{content:"\f128"}
.retinaicon-info:before{content:"\f129"}
.retinaicon-exclamation:before{content:"\f12a"}
.retinaicon-superscript:before{content:"\f12b"}
.retinaicon-subscript:before{content:"\f12c"}
.retinaicon-eraser:before{content:"\f12d"}
.retinaicon-puzzle-piece:before{content:"\f12e"}
.retinaicon-microphone:before{content:"\f130"}
.retinaicon-microphone-off:before{content:"\f131"}
.retinaicon-shield:before{content:"\f132"}
.retinaicon-calendar-empty:before{content:"\f133"}
.retinaicon-fire-extinguisher:before{content:"\f134"}
.retinaicon-rocket:before{content:"\f135"}
.retinaicon-maxcdn:before{content:"\f136"}
.retinaicon-chevron-sign-left:before{content:"\f137"}
.retinaicon-chevron-sign-right:before{content:"\f138"}
.retinaicon-chevron-sign-up:before{content:"\f139"}
.retinaicon-chevron-sign-down:before{content:"\f13a"}
.retinaicon-html5:before{content:"\f13b"}
.retinaicon-css3:before{content:"\f13c"}
.retinaicon-anchor:before{content:"\f13d"}
.retinaicon-unlock-alt:before{content:"\f13e"}
.retinaicon-bullseye:before{content:"\f140"}
.retinaicon-ellipsis-horizontal:before{content:"\f141"}
.retinaicon-ellipsis-vertical:before{content:"\f142"}
.retinaicon-rss-sign:before{content:"\f143"}
.retinaicon-play-sign:before{content:"\f144"}
.retinaicon-ticket:before{content:"\f145"}
.retinaicon-minus-sign-alt:before{content:"\f146"}
.retinaicon-check-minus:before{content:"\f147"}
.retinaicon-level-up:before{content:"\f148"}
.retinaicon-level-down:before{content:"\f149"}
.retinaicon-check-sign:before{content:"\f14a"}
.retinaicon-edit-sign:before{content:"\f14b"}
.retinaicon-external-link-sign:before{content:"\f14c"}
.retinaicon-share-sign:before{content:"\f14d"}
.retinaicon-compass:before{content:"\f14e"}
.retinaicon-collapse:before{content:"\f150"}
.retinaicon-collapse-top:before{content:"\f151"}
.retinaicon-expand:before{content:"\f152"}
.retinaicon-euro:before, .retinaicon-eur:before{content:"\f153"}
.retinaicon-gbp:before{content:"\f154"}
.retinaicon-dollar:before, .retinaicon-usd:before{content:"\f155"}
.retinaicon-rupee:before, .retinaicon-inr:before{content:"\f156"}
.retinaicon-yen:before, .retinaicon-jpy:before{content:"\f157"}
.retinaicon-renminbi:before, .retinaicon-cny:before{content:"\f158"}
.retinaicon-won:before, .retinaicon-krw:before{content:"\f159"}
.retinaicon-bitcoin:before, .retinaicon-btc:before{content:"\f15a"}
.retinaicon-file:before{content:"\f15b"}
.retinaicon-file-text:before{content:"\f15c"}
.retinaicon-sort-by-alphabet:before{content:"\f15d"}
.retinaicon-sort-by-alphabet-alt:before{content:"\f15e"}
.retinaicon-sort-by-attributes:before{content:"\f160"}
.retinaicon-sort-by-attributes-alt:before{content:"\f161"}
.retinaicon-sort-by-order:before{content:"\f162"}
.retinaicon-sort-by-order-alt:before{content:"\f163"}
.retinaicon-thumbs-up:before{content:"\f164"}
.retinaicon-thumbs-down:before{content:"\f165"}
.retinaicon-youtube-sign:before{content:"\f166"}
.retinaicon-youtube:before{content:"\f167"}
.retinaicon-xing:before{content:"\f168"}
.retinaicon-xing-sign:before{content:"\f169"}
.retinaicon-youtube-play:before{content:"\f16a"}
.retinaicon-dropbox:before{content:"\f16b"}
.retinaicon-stackexchange:before{content:"\f16c"}
.retinaicon-instagram:before{content:"\f16d"}
.retinaicon-flickr:before{content:"\f16e"}
.retinaicon-adn:before{content:"\f170"}
.retinaicon-bitbucket:before{content:"\f171"}
.retinaicon-bitbucket-sign:before{content:"\f172"}
.retinaicon-tumblr:before{content:"\f173"}
.retinaicon-tumblr-sign:before{content:"\f174"}
.retinaicon-long-arrow-down:before{content:"\f175"}
.retinaicon-long-arrow-up:before{content:"\f176"}
.retinaicon-long-arrow-left:before{content:"\f177"}
.retinaicon-long-arrow-right:before{content:"\f178"}
.retinaicon-apple:before{content:"\f179"}
.retinaicon-windows:before{content:"\f17a"}
.retinaicon-android:before{content:"\f17b"}
.retinaicon-linux:before{content:"\f17c"}
.retinaicon-dribbble:before{content:"\f17d"}
.retinaicon-skype:before{content:"\f17e"}
.retinaicon-foursquare:before{content:"\f180"}
.retinaicon-trello:before{content:"\f181"}
.retinaicon-female:before{content:"\f182"}
.retinaicon-male:before{content:"\f183"}
.retinaicon-gittip:before{content:"\f184"}
.retinaicon-sun:before{content:"\f185"}
.retinaicon-moon:before{content:"\f186"}
.retinaicon-archive:before{content:"\f187"}
.retinaicon-bug:before{content:"\f188"}
.retinaicon-vk:before{content:"\f189"}
.retinaicon-weibo:before{content:"\f18a"}
.retinaicon-renren:before{content:"\f18b"}
.retinaiconbox{margin:0 0 0px 0;}
.retinaiconbox [class^="retinaicon-"], .retinaiconbox [class*=" retinaicon-"]{display:block;float:left;margin:2px 15px 0px 0;line-height:1;vertical-align:text-bottom;font-size:34px;}
.retinaiconbox .retinaicon-circ{border-radius:50%;width:32px;height:32px;font-size:16px;text-align:center;line-height:35px;}
.retinaiconbox p{margin:0 0 0 47px;}
.retinaiconbox h3{font-size:16px;margin:-21px 0 8px 47px;}
ul.styled-list{list-style:none;margin:0;padding:0;}
ul.styled-list li{margin-bottom:2px;}
ul.styled-list li i{margin-right:6px;margin-top:-2px;}
.widget_text ul.styled-list li{padding:0 !important;background:none !important;}
.member{max-width:460px;text-align:center;border:1px solid #ddd;background-color:#ffffff;padding:25px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:1px 1px 2px 0px rgba(180, 180, 180, 0.2);-moz-box-shadow:1px 1px 2px 0px rgba(180, 180, 180, 0.2);box-shadow:1px 1px 2px 0px rgba(180, 180, 180, 0.2);}
.member-img img{width:101%;max-width:101%;height:auto;}
.member-img{margin:-25px -25px 15px -25px;}
.member h4{text-align:center;text-transform:uppercase;margin:0;padding:0;}
.member .member-role{color:#bfbfbf;font-size:11px;margin-bottom:10px;}
.member p{margin:0;}
.member .member-social{height:40px !important;margin:25px -20px -20px -20px;border-top:1px solid #efefef;padding:0 !important;}
.member .member-social ul{margin:10px 0 0 0;padding:0;list-style:none;text-align:center;}
.member .member-social ul li{display:inline-block;float:none;}
.member .member-social ul li a{display:block;width:40px;height:40px;background-position:0px 0px;background-repeat:no-repeat;margin:0;padding:0;}
.skillbar{width:100%;height:15px;display:block;background:#efefef;margin-bottom:20px;border-radius:30px;overflow:hidden;-webkit-box-shadow:inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);box-shadow:inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);}
.skillbar .skill-percentage{background:#289dcc;display:block;width:0%;height:25px;-webkit-box-shadow:inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);box-shadow:inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);}
.skill-title{margin:0 0 3px 4px;font-size:13px;color:#999999;display:block;font-weight:600;}
.latest-portfolio ul{list-style:none;margin:0;padding:0;}
.negative-wrap{margin:0 -10px 0 -10px;}
.latest-blog .blog-item{position:relative;margin-bottom:20px;text-align:left;}
.latest-blog .blog-item .blog-pic{border-radius:4px;overflow:hidden;display:block;margin:0 0 5px 0;position:relative;}
.latest-blog .blog-item .blog-pic img{width:220px;height:143px;}
.latest-blog .blog-item .blog-overlay{display:block;width:220px;height:150px;overflow:hidden;background:rgba(0,0,0,0.6);position:absolute;top:0;left:0;opacity:0;}
.latest-blog .blog-item .post-icon{position:absolute;top:45px !important;margin:0;left:83px;width:50px;height:50px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-position:8px 7px;background-repeat:no-repeat;background-color:rgba(0,0,0,0.7);}
.latest-blog .blog-item img{display:block;}
.latest-blog .blog-item h4{margin:0 0 0 5px;padding:0;font-size:14px;line-height:23px;color:#666666;}
.latest-blog .blog-item:hover h4{color:#289dcc;}
.latest-blog .blog-item .blog-item-description span{font-size:11px;color:#cccccc;display:block;margin:-2px 0 0 5px;padding:0;}
.latest-blog-list{width:100%;margin:0 0 20px 0;}
.latest-blog-list h4{margin:0;}
.latest-blog-list .blog-list-item-date{background:#f4f4f4;color:#666666;width:50px;text-align:center;font-size:20px;line-height:20px;font-weight:bold;padding:10px 0 0 0;float:left;}
.latest-blog-list .blog-list-item-date span{display:block;background:#666666;font-size:11px;line-height:11px;font-weight:bold;padding:5px 0;margin:10px 0 0 0;text-transform:uppercase;color:#ffffff;}
.latest-blog-list .blog-list-item-description{margin-left:70px;}
.latest-blog-list .blog-list-item-description span{color:#cccccc;}
.latest-blog-list .blog-list-item-description .read-more-link{display:block;}
.blog-list-item-excerpt{}
.pricing-table{width:100%;padding-top:31px;}
.pricing-table p{margin:0;}
.pricing-table.col-2 .plan{float:left;width:49.5%;display:block;}
.pricing-table.col-3 .plan{float:left;width:33%;display:block;}
.pricing-table.col-4 .plan{float:left;width:24.8%;display:block;}
.pricing-table.col-5 .plan{float:left;width:19.7%;display:block;}
.plan{text-align:center;border:1px solid #dddddd;background:#ffffff;margin-right:-1px;-webkit-box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);-moz-box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);}
.pricing-table .featured{color:#ffffff !important;margin:-31px -1px 20px -1px;position:relative;z-index:999;text-transform:uppercase;font-weight:bold;font-size:11px !important;letter-spacing:1px !important;background:#333333;height:31px !important;line-height:31px !important;}
.plan .plan-head{background-image:linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);background-image:-o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);background-image:-moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);background-image:-webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);background-image:-ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);}
.plan .plan-head h3{display:block;width:100%;margin:25px 0 5px 0;font-size:16px;padding:0;}
.plan .price{display:block;font-size:36px;line-height:38px;font-weight:300;border-bottom:1px solid #dddddd;padding:0;margin:0;}
.plan .price span{display:block;font-weight:400;font-size:11px;margin:5px 0 25px 0;padding:0;color:#c0c0c0;line-height:11px;}
.plan .signup{padding:20px 0 20px 0;text-align:center;border-top:1px solid #dddddd;background:#f9f9f9;}
.plan .signup + p{display:none;}
.plan .signup a.button{margin:0;}
.plan ul{margin:0 !important;list-style:none !important;padding:0 !important;background:#ffffff;}
.plan li{font-size:12px;padding:10px 0px;text-align:center;background:url(//innovimentor-app.eu/wp-content/themes/atlas/images/dotted.png) repeat-x bottom left;}
.plan li:last-child{background:none;}
blockquote{color:#adadad;margin:0 0 20px 0;padding:0;}
blockquote p{margin:0 !important;padding:1px 0 1px 20px;border-left:4px solid #e6e6e6;}
.pullquote{color:#adadad;width:260px;margin:20px 0 !important;}
.pullquote.align-left{float:left;padding:0px 20px 0px 20px;border-left:4px solid #e6e6e6;}
.pullquote.align-right{float:right;padding:0px 20px 0px 20px;border-right:4px solid #e6e6e6;}
.responsive img, .responsive iframe, .responsive object, .responsive embed{max-width:100%;height:auto;}
.dp-social-icons{display:block;}
.dp-social-icons li{-webkit-transition:all 0.2s ease 0s;-moz-transition:all 0.2s ease 0s;-o-transition:all 0.2s ease 0s;transition:all 0.2s ease 0s;display:inline-block;line-height:40px;text-align:center;background-position:0px 0px;background-repeat:no-repeat;margin:0 5px 5px 0;background-color:#efefef !important;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;width:40px;height:40px;}
.dp-social-icons li:hover{background-color:#cccccc;background-position:0px -40px !important;}
.custom-table-1 table{margin:0 0 20px 0;text-align:left;border:1px solid #dddddd;-webkit-box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);-moz-box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);}
.custom-table-1 tr:nth-child(even){background:#fafafa;}
.custom-table-1 tr:nth-child(odd){background:#ffffff;}
.custom-table-1 tr{}
.custom-table-1 th, .custom-table-1 td{padding:10px 20px;vertical-align:middle;}
.custom-table-1 thead th{font-size:14px;font-weight:700;color:#333333;border-bottom:1px solid #dddddd;padding:15px 20px;background-image:linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);background-image:-o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);background-image:-moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);background-image:-webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);background-image:-ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);background-color:#F9F9F9;}
.custom-table-2 table{margin:0 0 20px 0;text-align:left;border:1px solid #dbdbdb;-webkit-box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);-moz-box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);box-shadow:1px 1px 3px 0px rgba(180, 180, 180, 0.2);}
.custom-table-2 tr:nth-child(even){background:#ffffff;}
.custom-table-2 tr:nth-child(odd){background:#ffffff;}
.custom-table-2 tr{}
.custom-table-2 th, .custom-table-2 td{padding:10px 20px;vertical-align:middle;border:1px solid #e2e2e2;}
.custom-table-2 tr:hover{background:#fafafa;}
.custom-table-2 thead th{color:#333333;font-size:14px;font-weight:700;border:none;border:1px solid #dbdbdb;padding:15px 20px;background-image:linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);background-image:-o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);background-image:-moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);background-image:-webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);background-image:-ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);background-color:#F9F9F9;}
.custom-table-3 table{margin:0 0 20px 0;text-align:left;}
.custom-table-3 tr:nth-child(even){background:#ffffff;}
.custom-table-3 tr:nth-child(odd){background:#ffffff;}
.custom-table-3 tr{}
.custom-table-3 th, .custom-table-3 td{padding:10px 20px;vertical-align:middle;border-bottom:1px solid #e2e2e2;}
.custom-table-3 tr:hover{background:#fafafa;}
.custom-table-3 thead th{font-size:14px;font-weight:700;color:#ffffff;border:none;padding:15px 20px;background:#333333;}
.tabs{list-style-type:none;margin:0;padding:0;position:relative;top:1px;}
.tab{float:left;margin-right:-1px;}
.tab a{color:#666666;border:1px solid #d3d3d3;display:block;padding:10px 20px;background-image:linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);background-image:-o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);background-image:-moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);background-image:-webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);background-image:-ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);background-color:#F9F9F9;}
.tab a:hover{color:#666666;background:#fff;}
.tab a i{opacity:0.6;margin:-1px 2px 0 2px;}
.tab a.selected{background:#ffffff;border-bottom-color:#fff;color:#333333;}
.tab a.selected i{opacity:0.9;}
.panel{background:#ffffff;border:1px solid #d3d3d3;clear:both;padding:20px 20px 0px 20px;-webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);-moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);}
.woocommerce-tabs .panel{border:none;padding:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.testimonial{background:#ffffff;border:1px solid #d3d3d3;padding:20px;position:relative;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:1px 1px 2px 0px rgba(180, 180, 180, 0.2);-moz-box-shadow:1px 1px 2px 0px rgba(180, 180, 180, 0.2);box-shadow:1px 1px 2px 0px rgba(180, 180, 180, 0.2);}
.testimonial:after{content:'';width:22px;height:22px;position:absolute;bottom:-22px;left:30px;background:url(//innovimentor-app.eu/wp-content/themes/atlas/images/testimonials.png) no-repeat;}
.testimonial-author{margin:4px 0 0px 6px;color:#b2b2b2;}
.toggle{margin-bottom:20px;}
.toggle .toggle-title{border:1px solid #ddd;display:block;position:relative;padding:10px 0px 10px 15px;background-image:linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);background-image:-o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);background-image:-moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);background-image:-webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);background-image:-ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);background-color:#F9F9F9;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;font-weight:600;cursor:pointer;overflow:hidden;color:#999999;}
.toggle .toggle-title span{float:right;display:block;margin:0px 10px 0px 0px;color:#999999;}
.toggle .toggle-title i{margin:-2px 8px 0 0px;opacity:0.4;}
.toggle .toggle-title.active{color:#444444;-webkit-border-radius:3px 3px 0px 0px;-moz-border-radius:3px 3px 0px 0px;border-radius:3px 3px 0px 0px;}
.toggle .toggle-title.active span{}
.toggle .toggle-title.active i{opacity:0.95;line-height:1;}
.toggle .toggle-inner{background:#ffffff;margin:0;-webkit-border-radius:0px 0px 3px 3px;-moz-border-radius:0px 0px 3px 3px;border-radius:0px 0px 3px 3px;-webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);-moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);border:1px solid #ddd;border-top:0;padding:20px 20px 0px 20px;display:none;}
.toggle .toggle-inner div{max-width:100%;}
.title{padding:0;margin:0 0 20px 0;background:url(//innovimentor-app.eu/wp-content/themes/atlas/images/stripes.png) left top;line-height:1 !important;}
.title span{background:#fff;padding-right:7px;}
pre code{display:block;margin:0px 0px 0px 10px;}
abbr{border-bottom:1px dashed;cursor:help;}
address, cite, em, i{font-style:italic}
dfn{border-bottom:1px dashed;font-style:italic;}
big{font-size:large}
small, sub, sup{position:relative;font-size:11px;vertical-align:baseline;}
sub{top:3px}
sup{bottom:3px}
strong, b{font-weight:bold}
mark{display:inline;padding:2px 4px;background-color:#f6f2d6;color:#7c6d08;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
mark.dark{background-color:#333;color:#ffffff;}
.section{margin:0;padding:0;position:relative;overflow:hidden;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}
.section.section-parallax{background-attachment:fixed;}
.visibility-mobile{display:none !important;}
.visibility-mobile-portrait{display:none !important;}
.visibility-mobile-landscape{display:none !important;}
.visibility-tablet{display:none !important;}
@media(max-width:479px){
.visibility-mobile{display:inherit !important;}
.visibility-mobile-portrait{display:inherit !important;}
.visibility-mobile-landscape{display:none !important;}
.visibility-desktop{display:none !important;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.visibility-mobile{display:inherit !important;}
.visibility-mobile-portrait{display:none !important;}
.visibility-mobile-landscape{display:inherit !important;}
.visibility-desktop{display:none !important;}
}
@media(min-width:768px) and (max-width:959px){
.visibility-tablet{display:inherit !important;}
.visibility-mobile-portrait{display:none !important;}
.visibility-mobile-landscape{display:none !important;}
.visibility-desktop{display:none !important;}
}  .mds-divider-wrapper .mds-divider{margin-bottom:0;}
.mds-divider{display:table;width:100%;position:relative;margin-bottom:30px;z-index:0;pointer-events:none;}
.mds-divider > div{width:100%;}
.mds-divider > div.content{display:table-cell;vertical-align:middle;position:relative;z-index:1;}
.mds-divider > div.content > *{background-color:#FFF;padding:0 10px;display:inline-block;position:relative;z-index:2;margin-top:0;margin-bottom:0;}
.mds-divider > div.divider{position:absolute;top:50%;left:0;}
.mds-divider.alignment-center{text-align:center;}
.mds-divider.alignment-right{text-align:right;}
.mds-divider.alignment-right > div.content > *{padding:0 0 0 10px;}
.mds-divider.alignment-left > div.content > *{padding:0 10px 0 0;}
.mds-divider.contenttype-default > div.divider{position:relative !important;margin-top:0 !important;}
.mds-divider.style-default > div.divider{height:1px;background-color:#000;opacity:.08;filter:alpha(opacity=6);}
.mds-divider.alignment-left.length-short > div.divider{left:0;width:50%;}
.mds-divider.alignment-right.length-short > div.divider{right:0;width:50%;left:auto;}
.mds-divider.alignment-center.length-short > div.divider{width:50%;left:50%;margin-left:-25%;}
.mds-divider.style-two-lines > div.divider{margin-top:-2px;height:2px;background:none;opacity:.08;filter:alpha(opacity=6);border-top:1px solid #000;border-bottom:1px solid #000;}
.mds-divider.style-three-lines > div.divider{margin-top:-3px;height:5px;background:none;opacity:.08;filter:alpha(opacity=6);border-top:1px solid #000;border-bottom:1px solid #000;}
.mds-divider.style-three-lines > div.divider:before{height:1px;width:100%;content:'';background:#000;position:absolute;left:0;top:2px;}
.mds-divider.style-dotted-line1 > div.divider{height:0;background:none;opacity:.1;filter:alpha(opacity=1);border-top:1px dotted #000;}
.mds-divider.style-dotted-lines2 > div.divider{margin-top:-2px;height:2px;background:none;opacity:.15;filter:alpha(opacity=15);border-top:1px dotted #000;border-bottom:1px dotted #000;}
.mds-divider.style-dotted-lines3 > div.divider{margin-top:-3px;height:5px;background:none;opacity:.15;filter:alpha(opacity=15);border-top:1px dotted #000;border-bottom:1px dotted #000;}
.mds-divider.style-dotted-lines3 > div.divider:before{height:0;width:100%;content:'';position:absolute;left:0;top:2px;border-top:1px dotted #000;}
.mds-divider.style-dashed-line1 > div.divider{height:0;background:none;opacity:.1;filter:alpha(opacity=10);border-top:1px dashed #000}
.mds-divider.style-dashed-lines2 > div.divider{margin-top:-2px;height:2px;background:none;opacity:.15;filter:alpha(opacity=15);border-top:1px dashed #000;border-bottom:1px dashed #000}
.mds-divider.style-dashed-lines3 > div.divider{margin-top:-3px;height:5px;background:none;opacity:.15;filter:alpha(opacity=15);border-top:1px dashed #000;border-bottom:1px dashed #000;}
.mds-divider.style-dashed-lines3 > div.divider:before{height:0;width:100%;content:'';position:absolute;left:0;top:2px;border-top:1px dashed #000;}
.mds-divider.style-stripes > div.divider{height:6px;background:url(//innovimentor-app.eu/wp-content/themes/atlas/images/elements/stripes.png) repeat center center;opacity:.15;filter:alpha(opacity=15);margin-top:-3px;}
.mds-divider.style-right-stripes > div.divider{height:6px;background:url(//innovimentor-app.eu/wp-content/themes/atlas/images/elements/right-stripes.png) repeat center center;opacity:.15;filter:alpha(opacity=15);margin-top:-3px;}
.mds-divider.style-left-stripes > div.divider{height:6px;background:url(//innovimentor-app.eu/wp-content/themes/atlas/images/elements/left-stripes.png) repeat center center;opacity:.15;filter:alpha(opacity=15);margin-top:-3px;}
.mds-divider.style-zigzag > div.divider{height:6px;background:url(//innovimentor-app.eu/wp-content/themes/atlas/images/elements/zigzag.png) repeat-x center center;opacity:.15;filter:alpha(opacity=15);margin-top:-3px;}
.mds-divider.style-stitches1 > div.divider{margin-top:-2px;height:2px;background:none;opacity:.15;filter:alpha(opacity=15);border-top:1px dashed #000;border-bottom:1px dotted #000;}
.mds-divider.style-stitches2 > div.divider{height:7px;background:url(//innovimentor-app.eu/wp-content/themes/atlas/images/elements/stitches.png) repeat-x center center;opacity:.15;filter:alpha(opacity=15);margin-top:-3px;}
.mds-divider.style-stitches3 > div.divider{height:7px;background:url(//innovimentor-app.eu/wp-content/themes/atlas/images/elements/stitches2.png) repeat-x center center;opacity:.15;filter:alpha(opacity=15);margin-top:-3px;}
.mds-divider.style-stitches4 > div.divider{height:9px;background:url(//innovimentor-app.eu/wp-content/themes/atlas/images/elements/stitches3.png) repeat-x center center;opacity:.15;filter:alpha(opacity=15);margin-top:-5px;}
.mds-divider.style-shadow1 > div.divider:before,.mds-divider.style-shadow1 > div.divider:after,
.mds-divider.style-shadow2 > div.divider:before,.mds-divider.style-shadow2 > div.divider:after{-webkit-mask-image:-webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(1%,rgba(0,0,0,0)), color-stop(20%,rgba(0,0,0,0.8)), color-stop(80%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0)));-webkit-mask-image:-webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.8) 20%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.8) 20%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0) 100%);content:'';position:absolute;width:100%;left:0;}
.mds-divider.style-shadow1 > div.divider:before,.mds-divider.style-shadow1 > div.divider:after{top:0;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(1%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0)));background:-webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0) 100%);}
.mds-divider.style-shadow1 > div.divider:before,.mds-divider.style-shadow2 > div.divider:before{height:120px;opacity:.2;}
.mds-divider.style-shadow1 > div.divider:after,.mds-divider.style-shadow2 > div.divider:after{height:5px;opacity:.5}
.mds-divider.style-shadow2 > div.divider:before,.mds-divider.style-shadow2 > div.divider:after{bottom:0;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(1%,rgba(0,0,0,0.02)), color-stop(100%,rgba(0,0,0,0.2)));background:-webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 1%,rgba(0,0,0,0.2) 100%);}
body.msie-browser .mds-divider.style-shadow2 > div.divider:before,body.opera-browser .mds-divider.style-shadow2 > div.divider:before,body.mozilla-browser .mds-divider.style-shadow2 > div.divider:before{background:url(//innovimentor-app.eu/wp-content/themes/atlas/images/divder-shadow.png) no-repeat center top;opacity:1;background-size:100% 240px;}
body.msie-browser .mds-divider.style-shadow1 > div.divider:before,body.opera-browser .mds-divider.style-shadow1 > div.divider:before,body.mozilla-browser .mds-divider.style-shadow1 > div.divider:before{background:url(//innovimentor-app.eu/wp-content/themes/atlas/images/divder-shadow.png) no-repeat center bottom;opacity:1;background-size:100% 240px;}
body.msie-browser .mds-divider.style-shadow1 > div.divider:after,body.opera-browser .mds-divider.style-shadow1 > div.divider:after,body.mozilla-browser .mds-divider.style-shadow1 > div.divider:after,
body.msie-browser .mds-divider.style-shadow2 > div.divider:after,body.opera-browser .mds-divider.style-shadow2 > div.divider:after,body.mozilla-browser .mds-divider.style-shadow2 > div.divider:after{}
.mds-divider.contenttype-back-to-top > span{background-color:#FFF;position:absolute;line-height:15px;text-transform:uppercase;width:30px;font-size:10px;top:-6px;height:15px;overflow:hidden;border-style:solid;border-width:1px;border-color:#EEE;border-color:rgba(0,0,0,0.08);float:right;cursor:pointer;display:block;text-align:center}
.mds-divider.contenttype-back-to-top.alignment-right > span{right:10px;}
.mds-divider.contenttype-back-to-top.alignment-left > span{left:10px;}
.mds-divider.contenttype-back-to-top.alignment-center > span{left:50%;margin-left:-16px;}
.mds-accordion-wrapper dt,.mds-toggles-wrapper dt,.mds-tabs-wrapper dt, #tabs-listing > ul li a{background-color:#FBFBFB;background:-moz-linear-gradient(top, white 0%, #F3F3F3 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,white), color-stop(100%,#F3F3F3));background:-webkit-linear-gradient(top, white 0%,#F3F3F3 100%);background:-o-linear-gradient(top, white 0%,#F3F3F3 100%);background:-ms-linear-gradient(top, white 0%,#F3F3F3 100%);background:linear-gradient(top, white 0%,#F3F3F3 100%);}
.mds-accordion-wrapper dd,.mds-tabs-wrapper dd,.mds-toggles-wrapper dd{display:none;}
.mds-accordion-wrapper dt,.mds-toggles-wrapper dt, #tabs-listing > ul li a{cursor:pointer;font-weight:bold;text-shadow:0 1px 0 #FFF;position:relative;margin-bottom:-1px;}
.mds-accordion-wrapper dt a,.mds-toggles-wrapper dt a, #tabs-listing > ul li a{margin:8px 0px 8px 0px;padding-left:35px;display:block;position:relative}
.mds-accordion-wrapper dt a:before,.mds-toggles-wrapper dt a:before, #tabs-listing > ul li a:before{content:'';display:block;width:21px;height:21px;position:absolute;top:50%;margin-top:-10px;left:5px;background-repeat:no-repeat;background-position:-140px -21px;}
.mds-accordion-wrapper dt.active a:before,.mds-toggles-wrapper dt.active a:before, #tabs-listing > ul li a:before{background-position:-140px 0;}
.mds-accordion-wrapper dt,.mds-toggles-wrapper dt,.mds-accordion-wrapper dd,.mds-toggles-wrapper dd,
.mds-tabs-wrapper dt,.mds-tabs-wrapper dd, #tabs-listing div.tab-cont, #tabs-listing > ul li a{clear:both;margin-bottom:-1px;border-width:1px;border-style:solid;border-color:#eee;overflow:hidden;}
.mds-accordion-wrapper dd > div,.mds-toggles-wrapper dd > div,.mds-tabs-wrapper dd > div, #tabs-listing div.tab-cont{overflow:hidden;}
#tabs-listing div.tab-cont{padding:20px 20px 10px 20px;}
.mds-tabs-wrapper, #tabs-listing{position:relative;}
.mds-tabs-wrapper dt:first-child{}
.mds-tabs-wrapper dt, #tabs-listing > ul li a{padding:8px 10px;background-color:#fafafa;cursor:pointer;text-shadow:0 1px 0 #FFF;float:left;font-weight:bold;display:inline;border-bottom-width:0;position:relative;clear:none;border-left-width:0;}
.mds-tabs-wrapper dt:first-child, #tabs-listing > ul li:first-child a{margin-left:0;border-left-width:1px;}
.mds-tabs-wrapper dd{position:absolute;left:0;z-index:1;}
.mds-accordion-wrapper dt.active,.mds-tabs-wrapper dt.active,.mds-toggles-wrapper dt.active, #tabs-listing > ul li.ui-state-active a{background:#FFF;}
.mds-tabs-wrapper dt.active{z-index:2 !important;border-bottom:none;}
.mds-divider h4 {
margin-bottom: 3px !important;
}.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus{outline:none;}
.slides, .flex-control-nav, .flex-direction-nav{margin:0;padding:0;list-style:none;}
.flexslider{margin:0;padding:0;}
.flexslider .slides > li{display:none;-webkit-backface-visibility:hidden;}
.flexslider .slides img{width:100%;display:block;}
.flex-pauseplay span{text-transform:capitalize;}
.slides:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
html[xmlns] .slides{display:block;}
* html .slides{height:1%;}
.no-js .slides > li:first-child{display:block;}
.flexslider{margin:0 0 60px;position:relative;zoom:1;}
.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease;}
.loading .flex-viewport{max-height:300px;}
.flexslider .slides{zoom:1;}
.carousel li{margin-right:5px}
.flex-direction-nav{*height:0;}
.flex-direction-nav a{padding-left:5px;line-height:80px;width:30px;height:80px;margin:-40px 0 0;display:block;background:#FFF no-repeat 0 0;position:absolute;top:50%;z-index:10;cursor:pointer;opacity:0;-webkit-transition:all .3s ease;}
.flex-direction-nav .flex-next{background-position:100% 0;right:10px !important;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.flex-direction-nav .flex-prev{left:20px !important;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.flexslider:hover .flex-next{opacity:0.8;right:5px;}
.flexslider:hover .flex-prev{opacity:0.8;left:5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{opacity:1;}
.flex-direction-nav .flex-disabled{opacity:.3!important;filter:alpha(opacity=30);cursor:default;}
.flex-control-nav{width:100%;position:absolute;bottom:-40px;text-align:center;}
.flex-control-nav li{margin:0 6px;display:inline-block;zoom:1;*display:inline;}
.flex-control-paging li a{width:11px;height:11px;display:block;background:#666;background:rgba(0,0,0,0.5);cursor:pointer;text-indent:-9999px;-webkit-border-radius:20px;-moz-border-radius:20px;-o-border-radius:20px;border-radius:20px;box-shadow:inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover{background:#333;background:rgba(0,0,0,0.7);}
.flex-control-paging li a.flex-active{background:#000;background:rgba(0,0,0,0.9);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:.7;cursor:pointer;}
.flex-control-thumbs img:hover{opacity:1;}
.flex-control-thumbs .flex-active{opacity:1;cursor:default;}
@media screen and (max-width:860px){
.flex-direction-nav .flex-prev {opacity: 1; left: 0;}
.flex-direction-nav .flex-next {opacity: 1; right: 0;}
}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:502;overflow:hidden;position:fixed;background:#0b0b0b;opacity:0.8;filter:alpha(opacity=80);}
.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:503;position:fixed;outline:none !important;-webkit-backface-visibility:hidden;}
.mfp-container{height:100%;text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle;}
.mfp-align-top .mfp-container:before{display:none;}
.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:505;}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content{width:100%;cursor:auto;}
.mfp-ajax-cur{cursor:progress;}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out;}
.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in;}
.mfp-auto-cursor .mfp-content{cursor:auto;}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none;}
.mfp-loading.mfp-figure{display:none;}
.mfp-hide{display:none !important;}
.mfp-preloader{color:#cccccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:504;}
.mfp-preloader a{color:#cccccc;}
.mfp-preloader a:hover{color:white;}
.mfp-s-ready .mfp-preloader{display:none;}
.mfp-s-error .mfp-content{display:none;}
button.mfp-close, button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;padding:0;z-index:506;}
button::-moz-focus-inner{padding:0;border:0;}
.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:0.65;padding:0 0 18px 10px;color:white;font-style:normal;font-size:28px;font-family:Arial, Baskerville, monospace;}
.mfp-close:hover, .mfp-close:focus{opacity:1;}
.mfp-close:active{top:1px;}
.mfp-close-btn-in .mfp-close{color:#333333;}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{color:white;right:-6px;text-align:right;padding-right:6px;width:100%;}
.mfp-counter{position:absolute;top:0;right:0;color:#cccccc;font-size:12px;line-height:18px;}
.mfp-arrow{position:absolute;top:0;opacity:0.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
.mfp-arrow:active{margin-top:-54px;}
.mfp-arrow:hover, .mfp-arrow:focus{opacity:1;}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b, .mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:solid transparent;}
.mfp-arrow:after, .mfp-arrow .mfp-a{opacity:0.8;border-top-width:12px;border-bottom-width:12px;top:8px;}
.mfp-arrow:before, .mfp-arrow .mfp-b{border-top-width:20px;border-bottom-width:20px;}
.mfp-arrow-left{left:0;}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a{border-right:12px solid black;left:5px;}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b{border-right:20px solid white;}
.mfp-arrow-right{right:0;}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a{border-left:12px solid black;left:3px;}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b{border-left:20px solid white;}
.mfp-iframe-holder{padding-top:40px;padding-bottom:40px;}
.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px;}
.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%;}
.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0, 0, 0, 0.6);background:black;}
.mfp-iframe-holder .mfp-close{top:-40px;}
img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0 40px;margin:0 auto;}
.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0, 0, 0, 0.6);}
.mfp-figure{line-height:0;}
.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto;}
.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-break:break-word;padding-right:36px;}
.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px;}
.mfp-image-holder .mfp-content{max-width:100%;}
.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer;}
#small-dialog{background:white;padding:20px 30px;text-align:left;max-width:400px;margin:40px auto;position:relative;}
.my-mfp-zoom-in .zoom-anim-dialog{opacity:0;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog{-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);opacity:0;}
.my-mfp-zoom-in.mfp-bg{opacity:0;-webkit-transition:opacity 0.3s ease-out;-moz-transition:opacity 0.3s ease-out;-o-transition:opacity 0.3s ease-out;transition:opacity 0.3s ease-out;}
.my-mfp-zoom-in.mfp-ready.mfp-bg{opacity:0.8;}
.my-mfp-zoom-in.mfp-removing.mfp-bg{opacity:0;}
.my-mfp-slide-bottom .zoom-anim-dialog{opacity:0;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;-webkit-transform:translateY(-20px) perspective( 600px ) rotateX( 10deg );-moz-transform:translateY(-20px) perspective( 600px ) rotateX( 10deg );-ms-transform:translateY(-20px) perspective( 600px ) rotateX( 10deg );-o-transform:translateY(-20px) perspective( 600px ) rotateX( 10deg );transform:translateY(-20px) perspective( 600px ) rotateX( 10deg );}
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog{opacity:1;-webkit-transform:translateY(0) perspective( 600px ) rotateX( 0 );-moz-transform:translateY(0) perspective( 600px ) rotateX( 0 );-ms-transform:translateY(0) perspective( 600px ) rotateX( 0 );-o-transform:translateY(0) perspective( 600px ) rotateX( 0 );transform:translateY(0) perspective( 600px ) rotateX( 0 );}
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog{opacity:0;-webkit-transform:translateY(-10px) perspective( 600px ) rotateX( 10deg );-moz-transform:translateY(-10px) perspective( 600px ) rotateX( 10deg );-ms-transform:translateY(-10px) perspective( 600px ) rotateX( 10deg );-o-transform:translateY(-10px) perspective( 600px ) rotateX( 10deg );transform:translateY(-10px) perspective( 600px ) rotateX( 10deg );}
.my-mfp-slide-bottom.mfp-bg{opacity:0;-webkit-transition:opacity 0.3s ease-out;-moz-transition:opacity 0.3s ease-out;-o-transition:opacity 0.3s ease-out;transition:opacity 0.3s ease-out;}
.my-mfp-slide-bottom.mfp-ready.mfp-bg{opacity:0.8;}
.my-mfp-slide-bottom.mfp-removing.mfp-bg{opacity:0;}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0;}
.mfp-img-mobile img.mfp-img{padding:0;}
.mfp-img-mobile .mfp-figure:after{top:0;bottom:0;}
.mfp-img-mobile .mfp-bottom-bar{background:rgba(0, 0, 0, 0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.mfp-img-mobile .mfp-bottom-bar:empty{padding:0;}
.mfp-img-mobile .mfp-counter{right:5px;top:3px;}
.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0, 0, 0, 0.6);position:fixed;text-align:center;padding:0;}
.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px;}
}
@media all and (max-width: 800px) {
.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75);}
.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0;}
.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%;}
.mfp-container{padding-left:6px;padding-right:6px;}
}
.mfp-ie7 .mfp-img{padding:0;}
.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px;}
.mfp-ie7 .mfp-container{padding:0;}
.mfp-ie7 .mfp-content{padding-top:44px;}
.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0;}
.mfp-zoom-in { .mfp-with-anim{opacity:0;transition:all 0.2s ease-in-out;transform:scale(0.8);}
&.mfp-bg{opacity:0;transition:all 0.3s ease-out;}
&.mfp-ready {
.mfp-with-anim{opacity:1;transform:scale(1);}
&.mfp-bg{opacity:0.8;}
} &.mfp-removing {
.mfp-with-anim{transform:scale(0.8);opacity:0;}
&.mfp-bg{opacity:0;}
}
} .mfp-newspaper { .mfp-with-anim{opacity:0;-webkit-transition:all 0.2s ease-in-out;transition:all 0.5s;transform:scale(0) rotate(500deg);}
&.mfp-bg{opacity:0;transition:all 0.5s;}
&.mfp-ready {
.mfp-with-anim{opacity:1;transform:scale(1) rotate(0deg);}
&.mfp-bg{opacity:0.8;}
} &.mfp-removing {
.mfp-with-anim{transform:scale(0) rotate(500deg);opacity:0;}
&.mfp-bg{opacity:0;}
}
} .mfp-move-horizontal { .mfp-with-anim{opacity:0;transition:all 0.3s;transform:translateX(-50px);}
&.mfp-bg{opacity:0;transition:all 0.3s;}
&.mfp-ready {
.mfp-with-anim{opacity:1;transform:translateX(0);}
&.mfp-bg{opacity:0.8;}
} &.mfp-removing {
.mfp-with-anim{transform:translateX(50px);opacity:0;}
&.mfp-bg{opacity:0;}
}
} .mfp-move-from-top {
.mfp-content{vertical-align:top;}
.mfp-with-anim{opacity:0;transition:all 0.2s;transform:translateY(-100px);}
&.mfp-bg{opacity:0;transition:all 0.2s;}
&.mfp-ready {
.mfp-with-anim{opacity:1;transform:translateY(0);}
&.mfp-bg{opacity:0.8;}
} &.mfp-removing {
.mfp-with-anim{transform:translateY(-50px);opacity:0;}
&.mfp-bg{opacity:0;}
}
} .mfp-3d-unfold {
.mfp-content{perspective:2000px;}
.mfp-with-anim{opacity:0;transition:all 0.3s ease-in-out;transform-style:preserve-3d;transform:rotateY(-60deg);}
&.mfp-bg{opacity:0;transition:all 0.5s;}
&.mfp-ready {
.mfp-with-anim{opacity:1;transform:rotateY(0deg);}
&.mfp-bg{opacity:0.8;}
} &.mfp-removing {
.mfp-with-anim{transform:rotateY(60deg);opacity:0;}
&.mfp-bg{opacity:0;}
}
} .mfp-zoom-out { .mfp-with-anim{opacity:0;transition:all 0.3s ease-in-out;transform:scale(1.3);}
&.mfp-bg{opacity:0;transition:all 0.3s ease-out;}
&.mfp-ready {
.mfp-with-anim{opacity:1;transform:scale(1);}
&.mfp-bg{opacity:0.8;}
} &.mfp-removing {
.mfp-with-anim{transform:scale(1.3);opacity:0;}
&.mfp-bg{opacity:0;}
}
} @keyframes hinge {
0%{transform:rotate(0);transform-origin:top left;animation-timing-function:ease-in-out;}
20%, 60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out;}
40%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;}
80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;animation-timing-function:ease-in-out;}
100%{transform:translateY(700px);opacity:0;}
}
.hinge{animation-duration:1s;animation-name:hinge;}
.mfp-with-fade {
// before-open state
.mfp-content, &.mfp-bg {
opacity: 0;
transition: opacity .5s ease-out;
}
// open state
&.mfp-ready {
.mfp-content {
opacity: 1; 
}
&.mfp-bg {
opacity: 0.8; // background opacity
}
}
// closed state
&.mfp-removing {
&.mfp-bg {
opacity: 0;
}
}
}.icheckbox_square-blue, .iradio_square-blue{display:block;margin:0;padding:0;width:22px;height:22px;background:url(//innovimentor-app.eu/wp-content/themes/atlas/css/square/blue.png) no-repeat;border:none;cursor:pointer;}
.icheckbox_square-blue{background-position:0 0;}
.icheckbox_square-blue.hover{background-position:-24px 0;}
.icheckbox_square-blue.checked{background-position:-48px 0;}
.icheckbox_square-blue.disabled{background-position:-72px 0;cursor:default;}
.icheckbox_square-blue.checked.disabled{background-position:-96px 0;}
.iradio_square-blue{background-position:-120px 0;}
.iradio_square-blue.hover{background-position:-144px 0;}
.iradio_square-blue.checked{background-position:-168px 0;}
.iradio_square-blue.disabled{background-position:-192px 0;cursor:default;}
.iradio_square-blue.checked.disabled{background-position:-216px 0;}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
.icheckbox_square-blue, .iradio_square-blue {
background-image: url(//innovimentor-app.eu/wp-content/themes/atlas/css/square/blue@2x.png);
-webkit-background-size: 240px 24px;
background-size: 240px 24px;
}
}@media screen and (min-width:1200px){}
@media screen and (max-width: 1024px), screen and (max-device-width: 1024px), screen and (max-width: 1200px)  {
.wrapper{width:960px;}
.item-content{width:45%;margin-left:3%;}
body.archive .single-image, body.archive .single-image img{height:182px !important;}
body.archive .overlay{display:none;}
#display-bar #layout-changer a:first-child{padding-right:0px !important;}
#display-bar #layout-changer a{border:none;}
#display-bar #layout-changer{border-right:none;}
.widget_tdp_latest_listings img, .widget_tdp_featured_listings img{height:55px;}
#navigation-wrapper{left:12% !important;position:relative;text-align:right;}
#flags_language_selector{left:-500px;position:absolute;top:32%;z-index:999999;}
} @media handheld and (max-width: 767px), screen and (max-device-width: 750px), screen and (max-width: 960px)  {
#mobile-menu{display:block;}
.wrapper{width:600px;}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fourth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{float:none !important;margin:0 !important;width:auto !important;}
body.single #search-popup, #navigation-wrapper, #top-footer, body.archive #header-map, .item-rating-container, #bd-button, #hide-mobile{display:none !important;}
#flags_language_selector{left:42% !important;top:-30px !important;z-index:999999;}
#top-bar{background:rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #252525, #393939) repeat scroll 0 0;display:block;height:0;}
div.carousel-desc{display:none;font-size:13px;line-height:1.6em;padding:20px;}
html body.single.single-listing.postid-6290.pmpro-body-has-access.gecko.map-is-ajax.non-logged-in.admin-bar-not-showing.street-view-enabled footer section#bottom-footer div.wrapper{position:relative;left:-300px;}
.textwidget{position:relative;left:-300px;}
#home-sidebar{background:#fff none repeat scroll 0 0;box-shadow:0 7px 13px -2px #888;display:block;height:100%;left:0;margin-top:143px;overflow:auto !important;position:fixed;top:-7px !important;width:400px;z-index:100;}
#logo-wrapper{text-align:center;}
#listing-brief{padding:10px 0px;}
#listing-brief h1{font-size:22px;}
#bottom-footer .widget-title, #right-counter{text-align:left;}
#bottom-footer .widget{margin-bottom:20px;}
#open-search{font-size:11px;padding:6px;position:absolute;margin-left:29px;margin-top:141px;}
.marker-wrapper img{}
.marker-wrapper{width:200px;margin-left:120px}
.marker-wrapper span.icon-down-dir{left:80px;}
#page-wrapper{padding-top:40px;}
div.taxonomy-view-list{padding:0px 20px 20px 20px;}
ul.stats li{display:block;text-align:center;font-size:13px;margin-top:10px;}
ul.stats{margin-top:10px;}
ul.stats li{display:block;text-align:center;font-size:13px;}
ul.stats li:last-child{margin-top:10px;}
body.single .flexslider .slides img{width:95%;margin-bottom:-30px}
.mds-tabs-wrapper dt{float:none;display:block;}
.mds-tabs-wrapper dd{margin-top:77px;}
li.address{width:228px;overflow:hidden;text-overflow:ellipsis;}
#content-container ~ #sidebar-wrapper{margin-top:130px !important;}
#fcontactform textarea{width:90%;}
div.upme-right{float:none;}
#display-mobile{display:block;}
.teaser{margin-bottom:20px;}
.callout-button{clear:both;margin-bottom:20px !important;}
.pricing-table .plan{float:none !important;width:100% !important;margin-bottom:30px !important;}
#respond textarea, #respond input[type=text]{width:87%;}
#single-map{width:100%;}
ul.stats li.starpos{display:inline-block !important;}
.multi-rating-wrap{position:static;}
#comments.normal-comments #submit{width:99%}
.hl > li{float:none !important;}
#content-container .acf-tab-group li{margin:0 8px 0 0 !important;}
#content-container .acf-tab-group{height:auto !important;}
#content-container .acf_postbox input[type=text]{width:95% !important;}
span.mceEditor, td.remove{display:none !important;}
textarea.wp-editor-area{display:block !important;}
#acf-add_promotions_to_your_listing td.label, #acf-add_promotions_to_your_listing td.label + td{display:block;width:87%;}
#content-container #acf-add_promotions_to_your_listing input[type=text]{width:94% !important;}
.grid-column{margin-bottom:30px !important;}
} @media screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 580px)  {
.mds-divider.alignment-center{display:none;text-align:center;}
.list_carousel, .gallery_carousel{display:none;margin:0;}
.textwidget{left:-150px;position:relative;}
.wp-pagenavi a, .wp-pagenavi span{line-height:2;margin:2px;overflow:visible;position:relative;text-decoration:none;}
#mobile-menu{display:block;}
.wrapper{width:300px;}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fourth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth, .tdp_two_third, .tdp_one_third{float:none !important;margin:0 !important;width:auto !important;}
body.single #search-popup, #navigation-wrapper, #top-bar, #top-footer, #home-sidebar, .toggle-activator, body.archive #header-map, #layout-changer, div.single-image, .item-rating-container, #bd-button, #hide-mobile, #query-changer{display:none !important;}
#logo-wrapper{text-align:center;}
#listing-brief{padding:10px 0px;}
#listing-brief h1{font-size:22px;}
#bottom-footer .widget-title, #right-counter{text-align:left;}
#bottom-footer .widget{margin-bottom:20px;}
#home-outer-wrap{margin-left:0px;}
#open-search{font-size:11px;padding:6px;position:absolute;margin-left:29px;margin-top:141px;}
.marker-wrapper img{display:none;}
.marker-wrapper{width:200px;margin-left:120px}
.marker-wrapper span.icon-down-dir{left:80px;}
#page-wrapper{padding-top:40px;}
div.taxonomy-view-list{padding:0px 20px 20px 20px;}
ul.stats li{display:block;text-align:center;font-size:13px;margin-top:10px;}
ul.stats{margin-top:10px;}
ul.stats li{display:block;text-align:center;font-size:13px;}
ul.stats li:last-child{margin-top:10px;}
body.single .flexslider .slides img{width:95%;margin-bottom:-30px}
.mds-tabs-wrapper dt{float:none;display:block;}
.mds-tabs-wrapper dd{margin-top:77px;}
li.address{width:228px;overflow:hidden;text-overflow:ellipsis;}
#content-container ~ #sidebar-wrapper{margin-top:130px !important;}
#fcontactform textarea{width:90%;}
div.upme-right{float:none;}
#display-mobile{display:block;}
.teaser{margin-bottom:20px;}
.callout-button{clear:both;margin-bottom:20px !important;}
.pricing-table .plan{float:none !important;width:100% !important;margin-bottom:30px !important;}
#respond textarea, #respond input[type=text]{width:87%;}
#single-map{width:100%;}
#tabs-listing ul li, #tabs-listing ul li a{float:none;display:block;}
ul.stats li.starpos{display:inline-block !important;}
#front-login{width:auto !important;}
#front-login input[type=text], #front-login input[type=password]{width:90% !important;}
.wrap-links a{width:83.5% !important;}
.form-table th, .fields-lenght span.description, p.indicator-hint{display:block !important;}
.fields-lenght input, .fields-lenght textarea, .fields-lenght span.description, p.indicator-hint{width:69% !important;}
.tdp-right, .tdp_thead-msg, .tdp-left{float:none !important;text-align:left;margin-bottom:0px !important;}
div.tdp-head{padding-bottom:10px;}
form.tdp_form label{float:none;}
form.tdp_form div{margin-bottom:10px;}
.tdp_asterisk{display:none;}
.multi-rating-wrap{position:static;}
#comments.normal-comments #submit{width:99%}
.wpcf7-form input[type=text], .wpcf7-form select, .wpcf7-form input[type=email]{width:92%;}
.wpcf7-form textarea{width:87%;}
.hl > li{float:none !important;}
#content-container .acf-tab-group li{margin:0 8px 0 0 !important;}
#content-container .acf-tab-group{height:auto !important;}
#content-container .acf_postbox input[type=text]{width:95% !important;}
span.mceEditor, td.remove{display:none !important;}
textarea.wp-editor-area{display:block !important;}
#acf-add_promotions_to_your_listing td.label, #acf-add_promotions_to_your_listing td.label + td{display:block;width:87%;}
#content-container #acf-add_promotions_to_your_listing input[type=text]{width:94% !important;}
.media-sidebar, .acf-expand-details, body.page-template-template-homepage-php #home-outer-wrap, body.page-template-template-homepage-php #search-popup h4, body.page-template-template-search-results-php #header-map, #front-categories-filter{display:none;}
.attachments-browser .attachments, .attachments-browser .uploader-inline{margin-right:0px !important;}
body.page-template-template-homepage-php #search-popup{display:block !important;-webkit-animation:none;-moz-animation:none;animation:none;}
.search-content .tab{width:100%;}
.grid-column{margin-bottom:30px !important;}
} @media screen and (max-width: 320px), screen and (max-device-width: 320px), screen and (max-width: 450px) {
.mds-divider.alignment-center{display:none;text-align:center;}
.wp-pagenavi a, .wp-pagenavi span{line-height:2;margin:2px;overflow:visible;position:relative;text-decoration:none;}
.list_carousel, .gallery_carousel{display:none;margin:0;}
.textwidget{left:-150px;position:relative;}
#mobile-menu{display:block;}
.wrapper{width:280px;}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fourth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth, .tdp_two_third, .tdp_one_third{float:none !important;margin:0 !important;width:auto !important;}
body.single #search-popup, #navigation-wrapper, #top-bar, #top-footer, #home-sidebar, .toggle-activator, body.archive #header-map, #layout-changer, div.single-image, .item-rating-container, #bd-button, #hide-mobile, #query-changer{display:none !important;}
#logo-wrapper{text-align:center;}
#listing-brief{padding:10px 0px;}
#listing-brief h1{font-size:22px;}
#bottom-footer .widget-title, #right-counter{text-align:left;}
#bottom-footer .widget{margin-bottom:20px;}
#home-outer-wrap{margin-left:0px;}
#open-search{font-size:11px;padding:6px;position:absolute;margin-left:29px;margin-top:141px;}
.marker-wrapper img{display:none;}
.marker-wrapper{width:200px;margin-left:120px}
.marker-wrapper span.icon-down-dir{left:80px;}
#page-wrapper{padding-top:40px;}
div.taxonomy-view-list{padding:0px 20px 20px 20px;}
ul.stats li{display:block;text-align:center;font-size:13px;margin-top:10px;}
ul.stats{margin-top:10px;}
ul.stats li{display:block;text-align:center;font-size:13px;}
ul.stats li:last-child{margin-top:10px;}
body.single .flexslider .slides img{width:95%;margin-bottom:-30px}
#tabs-listing ul li, #tabs-listing ul li a{float:none;display:block;}
.mds-tabs-wrapper dd{margin-top:77px;}
li.address{width:228px;overflow:hidden;text-overflow:ellipsis;}
#content-container ~ #sidebar-wrapper{margin-top:130px !important;}
#fcontactform textarea{width:90%;}
#respond textarea, #respond input[type=text]{width:87%;}
div.upme-right{float:none;}
#display-mobile{display:block;}
.teaser{margin-bottom:20px;}
.callout-button{clear:both;margin-bottom:20px !important;}
.pricing-table .plan{float:none !important;width:100% !important;margin-bottom:30px !important;}
.featured-single{display:block !important;width:93%;text-align:center;}
#single-map{width:100%;}
ul.stats li.starpos{display:inline-block !important;}
#front-login{width:auto !important;}
#front-login input[type=text], #front-login input[type=password]{width:90% !important;}
.wrap-links a{width:83.5% !important;}
.form-table th, .fields-lenght span.description, p.indicator-hint{display:block !important;}
.fields-lenght input, .fields-lenght textarea, .fields-lenght span.description, p.indicator-hint{width:69% !important;}
.tdp-right, .tdp_thead-msg, .tdp-left{float:none !important;text-align:left;margin-bottom:0px !important;}
div.tdp-head{padding-bottom:10px;}
form.tdp_form label{float:none;}
form.tdp_form div{margin-bottom:10px;}
.tdp_asterisk{display:none;}
.multi-rating-wrap{position:static;}
#comments.normal-comments #submit{width:99%}
.wpcf7-form input[type=text], .wpcf7-form select, .wpcf7-form input[type=email]{width:92%;}
.wpcf7-form textarea{width:87%;}
.hl > li{float:none !important;}
#content-container .acf-tab-group li{margin:0 8px 0 0 !important;}
#content-container .acf-tab-group{height:auto !important;}
#content-container .acf_postbox input[type=text]{width:95% !important;}
span.mceEditor, td.remove{display:none !important;}
textarea.wp-editor-area{display:block !important;}
#acf-add_promotions_to_your_listing td.label, #acf-add_promotions_to_your_listing td.label + td{display:block;width:87%;}
#content-container #acf-add_promotions_to_your_listing input[type=text]{width:94% !important;}
.push2{margin-top:140px !important;}
.map-is-ajax .push2{margin-top:70px !important;margin-left:10px !important}
.media-sidebar, .acf-expand-details, #home-outer-wrap, #search-popup h4, body.page-template-template-search-results-php #header-map, #front-categories-filter{display:none;}
.attachments-browser .attachments, .attachments-browser .uploader-inline{margin-right:0px !important;}
#search-popup{display:block !important;-webkit-animation:none;-moz-animation:none;animation:none;}
.search-content .tab{width:100%;}
.grid-column{margin-bottom:30px !important;}
} 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
#home-sidebar { display:none !important; }
}