@charset "UTF-8";
.animated {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}
@-webkit-keyframes bounce {
0%, 100%, 20%, 53%, 80% {
-webkit-transition-timing-function:cubic-bezier(0.215, .61, .355, 1);
transition-timing-function:cubic-bezier(0.215, .61, .355, 1);
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
40%, 43% {
-webkit-transition-timing-function:cubic-bezier(0.755, .050, .855, .060);
transition-timing-function:cubic-bezier(0.755, .050, .855, .060);
-webkit-transform:translate3d(0, -30px, 0);
transform:translate3d(0, -30px, 0)
}
70% {
-webkit-transition-timing-function:cubic-bezier(0.755, .050, .855, .060);
transition-timing-function:cubic-bezier(0.755, .050, .855, .060);
-webkit-transform:translate3d(0, -15px, 0);
transform:translate3d(0, -15px, 0)
}
90% {
-webkit-transform:translate3d(0, -4px, 0);
transform:translate3d(0, -4px, 0)
}
}
@keyframes bounce {
0%, 100%, 20%, 53%, 80% {
-webkit-transition-timing-function:cubic-bezier(0.215, .61, .355, 1);
transition-timing-function:cubic-bezier(0.215, .61, .355, 1);
-webkit-transform:translate3d(0, 0, 0);
-ms-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
40%, 43% {
-webkit-transition-timing-function:cubic-bezier(0.755, .050, .855, .060);
transition-timing-function:cubic-bezier(0.755, .050, .855, .060);
-webkit-transform:translate3d(0, -30px, 0);
-ms-transform:translate3d(0, -30px, 0);
transform:translate3d(0, -30px, 0)
}
70% {
-webkit-transition-timing-function:cubic-bezier(0.755, .050, .855, .060);
transition-timing-function:cubic-bezier(0.755, .050, .855, .060);
-webkit-transform:translate3d(0, -15px, 0);
-ms-transform:translate3d(0, -15px, 0);
transform:translate3d(0, -15px, 0)
}
90% {
-webkit-transform:translate3d(0, -4px, 0);
-ms-transform:translate3d(0, -4px, 0);
transform:translate3d(0, -4px, 0)
}
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom
}
@-webkit-keyframes flash {
0%, 100%, 50% {
opacity:1
}
25%, 75% {
opacity:0
}
}
@keyframes flash {
0%, 100%, 50% {
opacity:1
}
25%, 75% {
opacity:0
}
}
.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}
@-webkit-keyframes pulse {
0% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
50% {
-webkit-transform:scale3d(1.05, 1.05, 1.05);
transform:scale3d(1.05, 1.05, 1.05)
}
100% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
@keyframes pulse {
0% {
-webkit-transform:scale3d(1, 1, 1);
-ms-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
50% {
-webkit-transform:scale3d(1.05, 1.05, 1.05);
-ms-transform:scale3d(1.05, 1.05, 1.05);
transform:scale3d(1.05, 1.05, 1.05)
}
100% {
-webkit-transform:scale3d(1, 1, 1);
-ms-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}
@-webkit-keyframes rubberBand {
0% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
30% {
-webkit-transform:scale3d(1.25, .75, 1);
transform:scale3d(1.25, .75, 1)
}
40% {
-webkit-transform:scale3d(0.75, 1.25, 1);
transform:scale3d(0.75, 1.25, 1)
}
50% {
-webkit-transform:scale3d(1.15, .85, 1);
transform:scale3d(1.15, .85, 1)
}
65% {
-webkit-transform:scale3d(.95, 1.05, 1);
transform:scale3d(.95, 1.05, 1)
}
75% {
-webkit-transform:scale3d(1.05, .95, 1);
transform:scale3d(1.05, .95, 1)
}
100% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
@keyframes rubberBand {
0% {
-webkit-transform:scale3d(1, 1, 1);
-ms-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
30% {
-webkit-transform:scale3d(1.25, .75, 1);
-ms-transform:scale3d(1.25, .75, 1);
transform:scale3d(1.25, .75, 1)
}
40% {
-webkit-transform:scale3d(0.75, 1.25, 1);
-ms-transform:scale3d(0.75, 1.25, 1);
transform:scale3d(0.75, 1.25, 1)
}
50% {
-webkit-transform:scale3d(1.15, .85, 1);
-ms-transform:scale3d(1.15, .85, 1);
transform:scale3d(1.15, .85, 1)
}
65% {
-webkit-transform:scale3d(.95, 1.05, 1);
-ms-transform:scale3d(.95, 1.05, 1);
transform:scale3d(.95, 1.05, 1)
}
75% {
-webkit-transform:scale3d(1.05, .95, 1);
-ms-transform:scale3d(1.05, .95, 1);
transform:scale3d(1.05, .95, 1)
}
100% {
-webkit-transform:scale3d(1, 1, 1);
-ms-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
20%, 40%, 60%, 80% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
}
@keyframes shake {
0%, 100% {
-webkit-transform:translate3d(0, 0, 0);
-ms-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform:translate3d(-10px, 0, 0);
-ms-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
20%, 40%, 60%, 80% {
-webkit-transform:translate3d(10px, 0, 0);
-ms-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
}
.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}
@-webkit-keyframes swing {
20% {
-webkit-transform:rotate3d(0, 0, 1, 15deg);
transform:rotate3d(0, 0, 1, 15deg)
}
40% {
-webkit-transform:rotate3d(0, 0, 1, -10deg);
transform:rotate3d(0, 0, 1, -10deg)
}
60% {
-webkit-transform:rotate3d(0, 0, 1, 5deg);
transform:rotate3d(0, 0, 1, 5deg)
}
80% {
-webkit-transform:rotate3d(0, 0, 1, -5deg);
transform:rotate3d(0, 0, 1, -5deg)
}
100% {
-webkit-transform:rotate3d(0, 0, 1, 0deg);
transform:rotate3d(0, 0, 1, 0deg)
}
}
@keyframes swing {
20% {
-webkit-transform:rotate3d(0, 0, 1, 15deg);
-ms-transform:rotate3d(0, 0, 1, 15deg);
transform:rotate3d(0, 0, 1, 15deg)
}
40% {
-webkit-transform:rotate3d(0, 0, 1, -10deg);
-ms-transform:rotate3d(0, 0, 1, -10deg);
transform:rotate3d(0, 0, 1, -10deg)
}
60% {
-webkit-transform:rotate3d(0, 0, 1, 5deg);
-ms-transform:rotate3d(0, 0, 1, 5deg);
transform:rotate3d(0, 0, 1, 5deg)
}
80% {
-webkit-transform:rotate3d(0, 0, 1, -5deg);
-ms-transform:rotate3d(0, 0, 1, -5deg);
transform:rotate3d(0, 0, 1, -5deg)
}
100% {
-webkit-transform:rotate3d(0, 0, 1, 0deg);
-ms-transform:rotate3d(0, 0, 1, 0deg);
transform:rotate3d(0, 0, 1, 0deg)
}
}
.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}
@-webkit-keyframes tada {
0% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
10%, 20% {
-webkit-transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
}
30%, 50%, 70%, 90% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
}
40%, 60%, 80% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
}
100% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
@keyframes tada {
0% {
-webkit-transform:scale3d(1, 1, 1);
-ms-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
10%, 20% {
-webkit-transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
-ms-transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
}
30%, 50%, 70%, 90% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
-ms-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
}
40%, 60%, 80% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
-ms-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
}
100% {
-webkit-transform:scale3d(1, 1, 1);
-ms-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}
@-webkit-keyframes wobble {
0% {
-webkit-transform:none;
transform:none
}
15% {
-webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
}
30% {
-webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
}
45% {
-webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
}
60% {
-webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
}
75% {
-webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
}
100% {
-webkit-transform:none;
transform:none
}
}
@keyframes wobble {
0% {
-webkit-transform:none;
-ms-transform:none;
transform:none
}
15% {
-webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
-ms-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
}
30% {
-webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
-ms-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
}
45% {
-webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
-ms-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
}
60% {
-webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
-ms-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
}
75% {
-webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
-ms-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
}
100% {
-webkit-transform:none;
-ms-transform:none;
transform:none
}
}
.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}
@-webkit-keyframes bounceIn {
0%, 100%, 20%, 40%, 60%, 80% {
-webkit-transition-timing-function:cubic-bezier(0.215, .61, .355, 1);
transition-timing-function:cubic-bezier(0.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
20% {
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
60% {
opacity:1;
-webkit-transform:scale3d(1.03, 1.03, 1.03);
transform:scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform:scale3d(.97, .97, .97);
transform:scale3d(.97, .97, .97)
}
100% {
opacity:1;
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
@keyframes bounceIn {
0%, 100%, 20%, 40%, 60%, 80% {
-webkit-transition-timing-function:cubic-bezier(0.215, .61, .355, 1);
transition-timing-function:cubic-bezier(0.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
-ms-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
20% {
-webkit-transform:scale3d(1.1, 1.1, 1.1);
-ms-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform:scale3d(.9, .9, .9);
-ms-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
60% {
opacity:1;
-webkit-transform:scale3d(1.03, 1.03, 1.03);
-ms-transform:scale3d(1.03, 1.03, 1.03);
transform:scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform:scale3d(.97, .97, .97);
-ms-transform:scale3d(.97, .97, .97);
transform:scale3d(.97, .97, .97)
}
100% {
opacity:1;
-webkit-transform:scale3d(1, 1, 1);
-ms-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}
@-webkit-keyframes bounceInDown {
0%, 100%, 60%, 75%, 90% {
-webkit-transition-timing-function:cubic-bezier(0.215, .61, .355, 1);
transition-timing-function:cubic-bezier(0.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(0, -3000px, 0);
transform:translate3d(0, -3000px, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(0, 25px, 0);
transform:translate3d(0, 25px, 0)
}
75% {
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
90% {
-webkit-transform:translate3d(0, 5px, 0);
transform:translate3d(0, 5px, 0)
}
100% {
-webkit-transform:none;
transform:none
}
}
@keyframes bounceInDown {
0%, 100%, 60%, 75%, 90% {
-webkit-transition-timing-function:cubic-bezier(0.215, .61, .355, 1);
transition-timing-function:cubic-bezier(0.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(0, -3000px, 0);
-ms-transform:translate3d(0, -3000px, 0);
transform:translate3d(0, -3000px, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(0, 25px, 0);
-ms-transform:translate3d(0, 25px, 0);
transform:translate3d(0, 25px, 0)
}
75% {
-webkit-transform:translate3d(0, -10px, 0);
-ms-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
90% {
-webkit-transform:translate3d(0, 5px, 0);
-ms-transform:translate3d(0, 5px, 0);
transform:translate3d(0, 5px, 0)
}
100% {
-webkit-transform:none;
-ms-transform:none;
transform:none
}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
0%, 100%, 60%, 75%, 90% {
-webkit-transition-timing-function:cubic-bezier(0.215, .61, .355, 1);
transition-timing-function:cubic-bezier(0.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(-3000px, 0, 0);
transform:translate3d(-3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(25px, 0, 0);
transform:translate3d(25px, 0, 0)
}
75% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
90% {
-webkit-transform:translate3d(5px, 0, 0);
transform:translate3d(5px, 0, 0)
}
100% {
-webkit-transform:none;
transform:none
}
}
@keyframes bounceInLeft {
0%, 100%, 60%, 75%, 90% {
-webkit-transition-timing-function:cubic-bezier(0.215, .61, .355, 1);
transition-timing-function:cubic-bezier(0.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(-3000px, 0, 0);
-ms-transform:translate3d(-3000px, 0, 0);
transform:translate3d(-3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(25px, 0, 0);
-ms-transform:translate3d(25px, 0, 0);
transform:translate3d(25px, 0, 0)
}
75% {
-webkit-transform:translate3d(-10px, 0, 0);
-ms-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
90% {
-webkit-transform:translate3d(5px, 0, 0);
-ms-transform:translate3d(5px, 0, 0);
transform:translate3d(5px, 0, 0)
}
100% {
-webkit-transform:none;
-ms-transform:none;
transform:none
}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
0%, 100%, 60%, 75%, 90% {
-webkit-transition-timing-function:cubic-bezier(0.215, .61, .355, 1);
transition-timing-function:cubic-bezier(0.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(3000px, 0, 0);
transform:translate3d(3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(-25px, 0, 0);
transform:translate3d(-25px, 0, 0)
}
75% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
90% {
-webkit-transform:translate3d(-5px, 0, 0);
transform:translate3d(-5px, 0, 0)
}
100% {
-webkit-transform:none;
transform:none
}
}
@keyframes bounceInRight {
0%, 100%, 60%, 75%, 90% {
-webkit-transition-timing-function:cubic-bezier(0.215, .61, .355, 1);
transition-timing-function:cubic-bezier(0.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(3000px, 0, 0);
-ms-transform:translate3d(3000px, 0, 0);
transform:translate3d(3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(-25px, 0, 0);
-ms-transform:translate3d(-25px, 0, 0);
transform:translate3d(-25px, 0, 0)
}
75% {
-webkit-transform:translate3d(10px, 0, 0);
-ms-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
90% {
-webkit-transform:translate3d(-5px, 0, 0);
-ms-transform:translate3d(-5px, 0, 0);
transform:translate3d(-5px, 0, 0)
}
100% {
-webkit-transform:none;
-ms-transform:none;
transform:none
}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}
@-webkit-keyframes bounceInUp {
0%, 100%, 60%, 75%, 90% {
-webkit-transition-timing-function:cubic-bezier(0.215, .61, .355, 1);
transition-timing-function:cubic-bezier(0.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(0, 3000px, 0);
transform:translate3d(0, 3000px, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
75% {
-webkit-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
90% {
-webkit-transform:translate3d(0, -5px, 0);
transform:translate3d(0, -5px, 0)
}
100% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@keyframes bounceInUp {
0%, 100%, 60%, 75%, 90% {
-webkit-transition-timing-function:cubic-bezier(0.215, .61, .355, 1);
transition-timing-function:cubic-bezier(0.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(0, 3000px, 0);
-ms-transform:translate3d(0, 3000px, 0);
transform:translate3d(0, 3000px, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(0, -20px, 0);
-ms-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
75% {
-webkit-transform:translate3d(0, 10px, 0);
-ms-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
90% {
-webkit-transform:translate3d(0, -5px, 0);
-ms-transform:translate3d(0, -5px, 0);
transform:translate3d(0, -5px, 0)
}
100% {
-webkit-transform:translate3d(0, 0, 0);
-ms-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
50%, 55% {
opacity:1;
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
100% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
}
@keyframes bounceOut {
20% {
-webkit-transform:scale3d(.9, .9, .9);
-ms-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
50%, 55% {
opacity:1;
-webkit-transform:scale3d(1.1, 1.1, 1.1);
-ms-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
100% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
-ms-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
}
.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
40%, 45% {
opacity:1;
-webkit-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
100% {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform:translate3d(0, 10px, 0);
-ms-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
40%, 45% {
opacity:1;
-webkit-transform:translate3d(0, -20px, 0);
-ms-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
100% {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
-ms-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
}
.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity:1;
-webkit-transform:translate3d(20px, 0, 0);
transform:translate3d(20px, 0, 0)
}
100% {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
}
@keyframes bounceOutLeft {
20% {
opacity:1;
-webkit-transform:translate3d(20px, 0, 0);
-ms-transform:translate3d(20px, 0, 0);
transform:translate3d(20px, 0, 0)
}
100% {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
-ms-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
}
.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
20% {
opacity:1;
-webkit-transform:translate3d(-20px, 0, 0);
transform:translate3d(-20px, 0, 0)
}
100% {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0)
}
}
@keyframes bounceOutRight {
20% {
opacity:1;
-webkit-transform:translate3d(-20px, 0, 0);
-ms-transform:translate3d(-20px, 0, 0);
transform:translate3d(-20px, 0, 0)
}
100% {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
-ms-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0)
}
}
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
40%, 45% {
opacity:1;
-webkit-transform:translate3d(0, 20px, 0);
transform:translate3d(0, 20px, 0)
}
100% {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform:translate3d(0, -10px, 0);
-ms-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
40%, 45% {
opacity:1;
-webkit-transform:translate3d(0, 20px, 0);
-ms-transform:translate3d(0, 20px, 0);
transform:translate3d(0, 20px, 0)
}
100% {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
-ms-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}
@-webkit-keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
-ms-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
100% {
opacity:1;
-webkit-transform:none;
-ms-transform:none;
transform:none
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInDownBig {
0% {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
-ms-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
100% {
opacity:1;
-webkit-transform:none;
-ms-transform:none;
transform:none
}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
-ms-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
-ms-transform:none;
transform:none
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInLeftBig {
0% {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
-ms-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
-ms-transform:none;
transform:none
}
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
-ms-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
-ms-transform:none;
transform:none
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInRightBig {
0% {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
-ms-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
-ms-transform:none;
transform:none
}
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}
@-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
-ms-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
100% {
opacity:1;
-webkit-transform:none;
-ms-transform:none;
transform:none
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInUpBig {
0% {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
-ms-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
100% {
opacity:1;
-webkit-transform:none;
-ms-transform:none;
transform:none
}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}
@-webkit-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
@-webkit-keyframes fadeOutDown {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
}
@keyframes fadeOutDown {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
-ms-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
}
@keyframes fadeOutDownBig {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
-ms-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
}
@keyframes fadeOutLeft {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
-ms-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
}
@keyframes fadeOutLeftBig {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
-ms-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
}
@keyframes fadeOutRight {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
-ms-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0)
}
}
@keyframes fadeOutRightBig {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
-ms-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0)
}
}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
}
@keyframes fadeOutUp {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
-ms-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
}
@keyframes fadeOutUpBig {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
-ms-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}
@-webkit-keyframes flip {
0% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
40% {
-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
50% {
-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
80% {
-webkit-transform:perspective(400px) scale3d(.95, .95, .95);
transform:perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
100% {
-webkit-transform:perspective(400px);
transform:perspective(400px);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
}
@keyframes flip {
0% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
-ms-transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
40% {
-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-ms-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
50% {
-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-ms-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
80% {
-webkit-transform:perspective(400px) scale3d(.95, .95, .95);
-ms-transform:perspective(400px) scale3d(.95, .95, .95);
transform:perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
100% {
-webkit-transform:perspective(400px);
-ms-transform:perspective(400px);
transform:perspective(400px);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
}
.animated.flip {
	-webkit-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);
transform:perspective(400px) rotate3d(1, 0, 0, -5deg)
}
100% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
}
@keyframes flipInX {
0% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
-ms-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
-ms-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
-ms-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);
-ms-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);
transform:perspective(400px) rotate3d(1, 0, 0, -5deg)
}
100% {
-webkit-transform:perspective(400px);
-ms-transform:perspective(400px);
transform:perspective(400px)
}
}
.flipInX {
	-webkit-backface-visibility: visible!important;
	-ms-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
transform:perspective(400px) rotate3d(0, 1, 0, -5deg)
}
100% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
}
@keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-ms-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
-ms-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
-ms-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
-ms-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
transform:perspective(400px) rotate3d(0, 1, 0, -5deg)
}
100% {
-webkit-transform:perspective(400px);
-ms-transform:perspective(400px);
transform:perspective(400px)
}
}
.flipInY {
	-webkit-backface-visibility: visible!important;
	-ms-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
30% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity:1
}
100% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity:0
}
}
@keyframes flipOutX {
0% {
-webkit-transform:perspective(400px);
-ms-transform:perspective(400px);
transform:perspective(400px)
}
30% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
-ms-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity:1
}
100% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
-ms-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity:0
}
}
.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-backface-visibility: visible!important;
	-ms-backface-visibility: visible!important;
	backface-visibility: visible!important
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
30% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity:1
}
100% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity:0
}
}
@keyframes flipOutY {
0% {
-webkit-transform:perspective(400px);
-ms-transform:perspective(400px);
transform:perspective(400px)
}
30% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
-ms-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity:1
}
100% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-ms-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity:0
}
}
.flipOutY {
	-webkit-backface-visibility: visible!important;
	-ms-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);
transform:translate3d(100%, 0, 0) skewX(-30deg);
opacity:0
}
60% {
-webkit-transform:skewX(20deg);
transform:skewX(20deg);
opacity:1
}
80% {
-webkit-transform:skewX(-5deg);
transform:skewX(-5deg);
opacity:1
}
100% {
-webkit-transform:none;
transform:none;
opacity:1
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);
-ms-transform:translate3d(100%, 0, 0) skewX(-30deg);
transform:translate3d(100%, 0, 0) skewX(-30deg);
opacity:0
}
60% {
-webkit-transform:skewX(20deg);
-ms-transform:skewX(20deg);
transform:skewX(20deg);
opacity:1
}
80% {
-webkit-transform:skewX(-5deg);
-ms-transform:skewX(-5deg);
transform:skewX(-5deg);
opacity:1
}
100% {
-webkit-transform:none;
-ms-transform:none;
transform:none;
opacity:1
}
}
.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}
@-webkit-keyframes lightSpeedOut {
0% {
opacity:1
}
100% {
-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);
transform:translate3d(100%, 0, 0) skewX(30deg);
opacity:0
}
}
@keyframes lightSpeedOut {
0% {
opacity:1
}
100% {
-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);
-ms-transform:translate3d(100%, 0, 0) skewX(30deg);
transform:translate3d(100%, 0, 0) skewX(30deg);
opacity:0
}
}
.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:rotate3d(0, 0, 1, -200deg);
transform:rotate3d(0, 0, 1, -200deg);
opacity:0
}
100% {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:none;
transform:none;
opacity:1
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin:center;
-ms-transform-origin:center;
transform-origin:center;
-webkit-transform:rotate3d(0, 0, 1, -200deg);
-ms-transform:rotate3d(0, 0, 1, -200deg);
transform:rotate3d(0, 0, 1, -200deg);
opacity:0
}
100% {
-webkit-transform-origin:center;
-ms-transform-origin:center;
transform-origin:center;
-webkit-transform:none;
-ms-transform:none;
transform:none;
opacity:1
}
}
.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, -45deg);
transform:rotate3d(0, 0, 1, -45deg);
opacity:0
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin:left bottom;
-ms-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, -45deg);
-ms-transform:rotate3d(0, 0, 1, -45deg);
transform:rotate3d(0, 0, 1, -45deg);
opacity:0
}
100% {
-webkit-transform-origin:left bottom;
-ms-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:none;
-ms-transform:none;
transform:none;
opacity:1
}
}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, 45deg);
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin:right bottom;
-ms-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, 45deg);
-ms-transform:rotate3d(0, 0, 1, 45deg);
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
100% {
-webkit-transform-origin:right bottom;
-ms-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:none;
-ms-transform:none;
transform:none;
opacity:1
}
}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, 45deg);
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin:left bottom;
-ms-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, 45deg);
-ms-transform:rotate3d(0, 0, 1, 45deg);
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
100% {
-webkit-transform-origin:left bottom;
-ms-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:none;
-ms-transform:none;
transform:none;
opacity:1
}
}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, -90deg);
transform:rotate3d(0, 0, 1, -90deg);
opacity:0
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:none;
transform:none;
opacity:1
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin:right bottom;
-ms-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, -90deg);
-ms-transform:rotate3d(0, 0, 1, -90deg);
transform:rotate3d(0, 0, 1, -90deg);
opacity:0
}
100% {
-webkit-transform-origin:right bottom;
-ms-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:none;
-ms-transform:none;
transform:none;
opacity:1
}
}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin:center;
transform-origin:center;
opacity:1
}
100% {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:rotate3d(0, 0, 1, 200deg);
transform:rotate3d(0, 0, 1, 200deg);
opacity:0
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin:center;
-ms-transform-origin:center;
transform-origin:center;
opacity:1
}
100% {
-webkit-transform-origin:center;
-ms-transform-origin:center;
transform-origin:center;
-webkit-transform:rotate3d(0, 0, 1, 200deg);
-ms-transform:rotate3d(0, 0, 1, 200deg);
transform:rotate3d(0, 0, 1, 200deg);
opacity:0
}
}
.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0, 0, 1, 45deg);
transform:rotate(0, 0, 1, 45deg);
opacity:0
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin:left bottom;
-ms-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1
}
100% {
-webkit-transform-origin:left bottom;
-ms-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0, 0, 1, 45deg);
-ms-transform:rotate(0, 0, 1, 45deg);
transform:rotate(0, 0, 1, 45deg);
opacity:0
}
}
.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, -45deg);
transform:rotate3d(0, 0, 1, -45deg);
opacity:0
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin:right bottom;
-ms-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1
}
100% {
-webkit-transform-origin:right bottom;
-ms-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, -45deg);
-ms-transform:rotate3d(0, 0, 1, -45deg);
transform:rotate3d(0, 0, 1, -45deg);
opacity:0
}
}
.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, -45deg);
transform:rotate3d(0, 0, 1, -45deg);
opacity:0
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin:left bottom;
-ms-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1
}
100% {
-webkit-transform-origin:left bottom;
-ms-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, -45deg);
-ms-transform:rotate3d(0, 0, 1, -45deg);
transform:rotate3d(0, 0, 1, -45deg);
opacity:0
}
}
.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, 90deg);
transform:rotate3d(0, 0, 1, 90deg);
opacity:0
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin:right bottom;
-ms-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1
}
100% {
-webkit-transform-origin:right bottom;
-ms-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, 90deg);
-ms-transform:rotate3d(0, 0, 1, 90deg);
transform:rotate3d(0, 0, 1, 90deg);
opacity:0
}
}
.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
20%, 60% {
-webkit-transform:rotate3d(0, 0, 1, 80deg);
transform:rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
40%, 80% {
-webkit-transform:rotate3d(0, 0, 1, 60deg);
transform:rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out;
opacity:1
}
100% {
-webkit-transform:translate3d(0, 700px, 0);
transform:translate3d(0, 700px, 0);
opacity:0
}
}
@keyframes hinge {
0% {
-webkit-transform-origin:top left;
-ms-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
20%, 60% {
-webkit-transform:rotate3d(0, 0, 1, 80deg);
-ms-transform:rotate3d(0, 0, 1, 80deg);
transform:rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin:top left;
-ms-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
40%, 80% {
-webkit-transform:rotate3d(0, 0, 1, 60deg);
-ms-transform:rotate3d(0, 0, 1, 60deg);
transform:rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin:top left;
-ms-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out;
opacity:1
}
100% {
-webkit-transform:translate3d(0, 700px, 0);
-ms-transform:translate3d(0, 700px, 0);
transform:translate3d(0, 700px, 0);
opacity:0
}
}
.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}
@-webkit-keyframes rollIn {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes rollIn {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
-ms-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
}
100% {
opacity:1;
-webkit-transform:none;
-ms-transform:none;
transform:none
}
}
.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}
@-webkit-keyframes rollOut {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
}
}
@keyframes rollOut {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
-ms-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
}
}
.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}
@-webkit-keyframes zoomIn {
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
50% {
opacity:1
}
}
@keyframes zoomIn {
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
-ms-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
50% {
opacity:1
}
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}
@-webkit-keyframes zoomInDown {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, .055, .675, .19);
animation-timing-function:cubic-bezier(0.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, .885, .32, 1);
animation-timing-function:cubic-bezier(0.175, .885, .32, 1)
}
}
@keyframes zoomInDown {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-ms-transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, .055, .675, .19);
animation-timing-function:cubic-bezier(0.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-ms-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, .885, .32, 1);
animation-timing-function:cubic-bezier(0.175, .885, .32, 1)
}
}
.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}
@-webkit-keyframes zoomInLeft {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, .055, .675, .19);
animation-timing-function:cubic-bezier(0.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, .885, .32, 1);
animation-timing-function:cubic-bezier(0.175, .885, .32, 1)
}
}
@keyframes zoomInLeft {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-ms-transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, .055, .675, .19);
animation-timing-function:cubic-bezier(0.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-ms-transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, .885, .32, 1);
animation-timing-function:cubic-bezier(0.175, .885, .32, 1)
}
}
.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}
@-webkit-keyframes zoomInRight {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, .055, .675, .19);
animation-timing-function:cubic-bezier(0.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, .885, .32, 1);
animation-timing-function:cubic-bezier(0.175, .885, .32, 1)
}
}
@keyframes zoomInRight {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-ms-transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, .055, .675, .19);
animation-timing-function:cubic-bezier(0.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-ms-transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, .885, .32, 1);
animation-timing-function:cubic-bezier(0.175, .885, .32, 1)
}
}
.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}
@-webkit-keyframes zoomInUp {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, .055, .675, .19);
animation-timing-function:cubic-bezier(0.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, .885, .32, 1);
animation-timing-function:cubic-bezier(0.175, .885, .32, 1)
}
}
@keyframes zoomInUp {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-ms-transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, .055, .675, .19);
animation-timing-function:cubic-bezier(0.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-ms-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, .885, .32, 1);
animation-timing-function:cubic-bezier(0.175, .885, .32, 1)
}
}
.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}
@-webkit-keyframes zoomOut {
0% {
opacity:1
}
50% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
100% {
opacity:0
}
}
@keyframes zoomOut {
0% {
opacity:1
}
50% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
-ms-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
100% {
opacity:0
}
}
.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}
@-webkit-keyframes zoomOutDown {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, .055, .675, .19);
animation-timing-function:cubic-bezier(0.55, .055, .675, .19)
}
100% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin:center bottom;
transform-origin:center bottom;
-webkit-animation-timing-function:cubic-bezier(0.175, .885, .32, 1);
animation-timing-function:cubic-bezier(0.175, .885, .32, 1)
}
}
@keyframes zoomOutDown {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-ms-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, .055, .675, .19);
animation-timing-function:cubic-bezier(0.55, .055, .675, .19)
}
100% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-ms-transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin:center bottom;
-ms-transform-origin:center bottom;
transform-origin:center bottom;
-webkit-animation-timing-function:cubic-bezier(0.175, .885, .32, 1);
animation-timing-function:cubic-bezier(0.175, .885, .32, 1)
}
}
.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0)
}
100% {
opacity:0;
-webkit-transform:scale(.1) translate3d(-2000px, 0, 0);
transform:scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin:left center;
transform-origin:left center
}
}
@keyframes zoomOutLeft {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0);
-ms-transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0)
}
100% {
opacity:0;
-webkit-transform:scale(.1) translate3d(-2000px, 0, 0);
-ms-transform:scale(.1) translate3d(-2000px, 0, 0);
transform:scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin:left center;
-ms-transform-origin:left center;
transform-origin:left center
}
}
.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}
@-webkit-keyframes zoomOutRight {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
}
100% {
opacity:0;
-webkit-transform:scale(.1) translate3d(2000px, 0, 0);
transform:scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin:right center;
transform-origin:right center
}
}
@keyframes zoomOutRight {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
-ms-transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
}
100% {
opacity:0;
-webkit-transform:scale(.1) translate3d(2000px, 0, 0);
-ms-transform:scale(.1) translate3d(2000px, 0, 0);
transform:scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin:right center;
-ms-transform-origin:right center;
transform-origin:right center
}
}
.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}
@-webkit-keyframes zoomOutUp {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, .055, .675, .19);
animation-timing-function:cubic-bezier(0.55, .055, .675, .19)
}
100% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin:center bottom;
transform-origin:center bottom;
-webkit-animation-timing-function:cubic-bezier(0.175, .885, .32, 1);
animation-timing-function:cubic-bezier(0.175, .885, .32, 1)
}
}
@keyframes zoomOutUp {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-ms-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, .055, .675, .19);
animation-timing-function:cubic-bezier(0.55, .055, .675, .19)
}
100% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-ms-transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin:center bottom;
-ms-transform-origin:center bottom;
transform-origin:center bottom;
-webkit-animation-timing-function:cubic-bezier(0.175, .885, .32, 1);
animation-timing-function:cubic-bezier(0.175, .885, .32, 1)
}
}
.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	vertical-align: top
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.fancybox-opened {
	z-index: 8030
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
	box-shadow: 0 10px 25px rgba(0,0,0,0.5)
}
.fancybox-outer, .fancybox-inner {
	position: relative
}
.fancybox-inner {
	overflow: hidden
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../assets/images/fancybox/fancybox_sprite.png)
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../assets/images/fancybox/fancybox_loading.gif) center center no-repeat
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(../assets/images/fancybox/blank.gif);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040
}
.fancybox-prev {
	left: 0
}
.fancybox-next {
	right: 0
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px
}
.fancybox-nav:hover span {
	visibility: visible
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible!important
}
.fancybox-lock {
	overflow: visible!important;
	width: auto
}
.fancybox-lock body {
	overflow: hidden!important
}
.fancybox-lock-test {
	overflow-y: hidden!important
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../assets/images/fancybox/fancybox_overlay.png)
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll
}
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050
}
.fancybox-opened .fancybox-title {
	visibility: visible
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0,0,0,0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: 700;
	line-height: 24px;
	white-space: nowrap
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff
}
.fancybox-title-inside-wrap {
	padding-top: 10px
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0,0,0,.8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../assets/images/fancybox/fancybox_sprite@2x.png);
	background-size: 44px 152px
}
#fancybox-loading div {
	background-image: url(../assets/images/fancybox/fancybox_loading@2x.gif);
	background-size: 24px 24px
}
}
* {
	margin: 0;
	padding: 0;
	border: 0 none;
	list-style: none;
	outline: 0 none!important;
	box-shadow: none!important
}
html {
	font-family: 'Raleway', sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
display:none
}
a {
	background: transparent;
	outline: 0
}
a:active, a:hover {
	outline: 0;
	outline: none!important;
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: 700
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
margin:.67em 0 font-size:40px;
	color: #241b18
}
mark {
	background: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
input {
	line-height: normal
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height:auto
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: 700
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td, th {
	padding: 0
}
@media print {
* {
	text-shadow: none!important;
	color: #000!important;
	background: transparent!important;
	box-shadow: none!important
}
a, a:visited {
	text-decoration: underline
}
a[href]:after {
	content: " (" attr(href) ")"
}
abbr[title]:after {
	content: " (" attr(title) ")"
}
a[href^="javascript:"]:after, a[href^="#"]:after {
	content: ""
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid
}
thead {
	display: table-header-group
}
tr, img {
	page-break-inside: avoid
}
img {
	max-width: 100%!important
}
p, h2, h3 {
	orphans: 3;
	widows: 3
}
h2, h3 {
	page-break-after: avoid
}
select {
	background: #fff!important
}
.navbar {
	display: none
}
.table td, .table th {
	background-color: #fff!important
}
.btn>.caret, .dropup>.btn>.caret {
	border-top-color: #000!important
}
.label {
	border: 1px solid #000
}
.table {
	border-collapse: collapse!important
}
.table-bordered th, .table-bordered td {
	border: 1px solid #ddd!important
}
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
:before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 1.42857143;
	color: #000;
	background-color: #fff
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
a {
	color: #fff;
	text-decoration: none
}
a:hover, a:focus {
	text-decoration: none
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
figure {
	margin: 0
}
img {
	/* vertical-align: middle */
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}
.img-rounded {
	border-radius: 6px
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}
.img-circle {
	border-radius: 50%
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: #241b18
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
	font-weight: 400;
	line-height: 1;
	color: #241b18
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0;
	margin-bottom: 10px;
	color: #241b18
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
	font-size: 65%
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #0d2137;
	font-weight: 600
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
	font-size: 75%
}
h1, .h1 {
	font-size: 36px;
	font-weight: 500
}
h2, .h2 {
	font-size: 30px
}
h3, .h3 {
	font-size: 26px
}
h4, .h4 {
	font-size: 18px
}
h5, .h5 {
	font-size: 14px
}
h6, .h6 {
	font-size: 12px
}
p {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 400
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4
}
@media(min-width:768px) {
.lead {
	font-size: 21px
}
/*.dropdown:hover>.dropdown-menu {
    display: block;
  }*/
  .dropdown:active>.dropdown-menu {
    display: block;
  }

/*.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}*/
.dropdown-submenu:active>.dropdown-menu {
    display: block;
}

}
small, .small {
	font-size: 85%
}
cite {
	font-style: normal
}
.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.text-center {
	text-align: center
}
.text-justify {
	text-align: justify
}
.text-uppercase {
	text-transform: uppercase
}
.text-muted {
	color: #999
}
.text-primary {
	color: #428bca
}
a.text-primary:hover {
	color: #3071a9
}
.text-success {
	color: #3c763d
}
a.text-success:hover {
	color: #2b542c
}
.text-info {
	color: #31708f
}
a.text-info:hover {
	color: #245269
}
.text-warning {
	color: #8a6d3b
}
a.text-warning:hover {
	color: #66512c
}
.text-danger {
	color: #a94442
}
a.text-danger:hover {
	color: #843534
}
.bg-primary {
	color: #fff;
	background-color: #428bca
}
a.bg-primary:hover {
	background-color: #3071a9
}
.bg-success {
	background-color: #dff0d8
}
a.bg-success:hover {
	background-color: #c1e2b3
}
.bg-info {
	background-color: #d9edf7
}
a.bg-info:hover {
	background-color: #afd9ee
}
.bg-warning {
	background-color: #fcf8e3
}
a.bg-warning:hover {
	background-color: #f7ecb5
}
.bg-danger {
	background-color: #f2dede
}
a.bg-danger:hover {
	background-color: #e4b9b9
}
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}
ul, ol {
	margin-top: 0;
	margin-bottom: 10px
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
	padding: 0
}
.list-unstyled {
	padding-left: 0;
	list-style: none
}
.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px
}
.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}
dl {
	margin-top: 0;
	margin-bottom: 20px
}
dt, dd {
	line-height: 1.42857143
}
dt {
	font-weight: 700
}
dd {
	margin-left: 0
}
@media(min-width:768px) {
.dl-horizontal dt {
	float: left;
	width: 160px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.dl-horizontal dd {
	margin-left: 180px
}
}
abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999
}
.initialism {
	font-size: 90%;
	text-transform: uppercase
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
	margin-bottom: 0
}
blockquote footer, blockquote small, blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #999
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
	content: '\2014 \00A0'
}
.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right
}
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
	content: ''
}
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
	content: '\00A0 \2014'
}
blockquote:before, blockquote:after {
	content: ""
}
address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143
}
code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	white-space: nowrap;
	border-radius: 4px
}
kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25)
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 1200px
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}
.row {
	margin-left: -15px;
	margin-right: -15px
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left
}
.col-xs-12 {
	width: 100%
}
.col-xs-11 {
	width: 91.66666667%
}
.col-xs-10 {
	width: 83.33333333%
}
.col-xs-9 {
	width: 75%
}
.col-xs-8 {
	width: 66.66666667%
}
.col-xs-7 {
	width: 58.33333333%
}
.col-xs-6 {
	width: 50%
}
.col-xs-5 {
	width: 41.66666667%
}
.col-xs-4 {
	width: 33.33333333%
}
.col-xs-3 {
	width: 25%
}
.col-xs-2 {
	width: 16.66666667%
}
.col-xs-1 {
	width: 8.33333333%
}
.col-xs-pull-12 {
	right: 100%
}
.col-xs-pull-11 {
	right: 91.66666667%
}
.col-xs-pull-10 {
	right: 83.33333333%
}
.col-xs-pull-9 {
	right: 75%
}
.col-xs-pull-8 {
	right: 66.66666667%
}
.col-xs-pull-7 {
	right: 58.33333333%
}
.col-xs-pull-6 {
	right: 50%
}
.col-xs-pull-5 {
	right: 41.66666667%
}
.col-xs-pull-4 {
	right: 33.33333333%
}
.col-xs-pull-3 {
	right: 25%
}
.col-xs-pull-2 {
	right: 16.66666667%
}
.col-xs-pull-1 {
	right: 8.33333333%
}
.col-xs-pull-0 {
	right: 0
}
.col-xs-push-12 {
	left: 100%
}
.col-xs-push-11 {
	left: 91.66666667%
}
.col-xs-push-10 {
	left: 83.33333333%
}
.col-xs-push-9 {
	left: 75%
}
.col-xs-push-8 {
	left: 66.66666667%
}
.col-xs-push-7 {
	left: 58.33333333%
}
.col-xs-push-6 {
	left: 50%
}
.col-xs-push-5 {
	left: 41.66666667%
}
.col-xs-push-4 {
	left: 33.33333333%
}
.col-xs-push-3 {
	left: 25%
}
.col-xs-push-2 {
	left: 16.66666667%
}
.col-xs-push-1 {
	left: 8.33333333%
}
.col-xs-push-0 {
	left: 0
}
.col-xs-offset-12 {
	margin-left: 100%
}
.col-xs-offset-11 {
	margin-left: 91.66666667%
}
.col-xs-offset-10 {
	margin-left: 83.33333333%
}
.col-xs-offset-9 {
	margin-left: 75%
}
.col-xs-offset-8 {
	margin-left: 66.66666667%
}
.col-xs-offset-7 {
	margin-left: 58.33333333%
}
.col-xs-offset-6 {
	margin-left: 50%
}
.col-xs-offset-5 {
	margin-left: 41.66666667%
}
.col-xs-offset-4 {
	margin-left: 33.33333333%
}
.col-xs-offset-3 {
	margin-left: 25%
}
.col-xs-offset-2 {
	margin-left: 16.66666667%
}
.col-xs-offset-1 {
	margin-left: 8.33333333%
}
.col-xs-offset-0 {
	margin-left: 0
}
@media(min-width:768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left
}
.col-sm-12 {
	width: 100%
}
.col-sm-11 {
	width: 91.66666667%
}
.col-sm-10 {
	width: 83.33333333%
}
.col-sm-9 {
	width: 75%
}
.col-sm-8 {
	width: 66.66666667%
}
.col-sm-7 {
	width: 58.33333333%
}
.col-sm-6 {
	width: 50%
}
.col-sm-5 {
	width: 41.66666667%
}
.col-sm-4 {
	width: 33.33333333%
}
.col-sm-3 {
	width: 25%
}
.col-sm-2 {
	width: 16.66666667%
}
.col-sm-1 {
	width: 8.33333333%
}
.col-sm-pull-12 {
	right: 100%
}
.col-sm-pull-11 {
	right: 91.66666667%
}
.col-sm-pull-10 {
	right: 83.33333333%
}
.col-sm-pull-9 {
	right: 75%
}
.col-sm-pull-8 {
	right: 66.66666667%
}
.col-sm-pull-7 {
	right: 58.33333333%
}
.col-sm-pull-6 {
	right: 50%
}
.col-sm-pull-5 {
	right: 41.66666667%
}
.col-sm-pull-4 {
	right: 33.33333333%
}
.col-sm-pull-3 {
	right: 25%
}
.col-sm-pull-2 {
	right: 16.66666667%
}
.col-sm-pull-1 {
	right: 8.33333333%
}
.col-sm-pull-0 {
	right: 0
}
.col-sm-push-12 {
	left: 100%
}
.col-sm-push-11 {
	left: 91.66666667%
}
.col-sm-push-10 {
	left: 83.33333333%
}
.col-sm-push-9 {
	left: 75%
}
.col-sm-push-8 {
	left: 66.66666667%
}
.col-sm-push-7 {
	left: 58.33333333%
}
.col-sm-push-6 {
	left: 50%
}
.col-sm-push-5 {
	left: 41.66666667%
}
.col-sm-push-4 {
	left: 33.33333333%
}
.col-sm-push-3 {
	left: 25%
}
.col-sm-push-2 {
	left: 16.66666667%
}
.col-sm-push-1 {
	left: 8.33333333%
}
.col-sm-push-0 {
	left: 0
}
.col-sm-offset-12 {
	margin-left: 100%
}
.col-sm-offset-11 {
	margin-left: 91.66666667%
}
.col-sm-offset-10 {
	margin-left: 83.33333333%
}
.col-sm-offset-9 {
	margin-left: 75%
}
.col-sm-offset-8 {
	margin-left: 66.66666667%
}
.col-sm-offset-7 {
	margin-left: 58.33333333%
}
.col-sm-offset-6 {
	margin-left: 50%
}
.col-sm-offset-5 {
	margin-left: 41.66666667%
}
.col-sm-offset-4 {
	margin-left: 33.33333333%
}
.col-sm-offset-3 {
	margin-left: 25%
}
.col-sm-offset-2 {
	margin-left: 16.66666667%
}
.col-sm-offset-1 {
	margin-left: 8.33333333%
}
.col-sm-offset-0 {
	margin-left: 0
}
}
@media(min-width:992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left
}
.col-md-12 {
	width: 100%
}
.col-md-11 {
	width: 91.66666667%
}
.col-md-10 {
	width: 83.33333333%
}
.col-md-9 {
	width: 75%
}
.col-md-8 {
	width: 66.66666667%
}
.col-md-7 {
	width: 58.33333333%
}
.col-md-6 {
	width: 50%
}
.col-md-5 {
	width: 41.66666667%
}
.col-md-4 {
	width: 33.33333333%
}
.col-md-3 {
	width: 25%
}
.col-md-2 {
	width: 16.66666667%
}
.col-md-1 {
	width: 8.33333333%
}
.col-md-pull-12 {
	right: 100%
}
.col-md-pull-11 {
	right: 91.66666667%
}
.col-md-pull-10 {
	right: 83.33333333%
}
.col-md-pull-9 {
	right: 75%
}
.col-md-pull-8 {
	right: 66.66666667%
}
.col-md-pull-7 {
	right: 58.33333333%
}
.col-md-pull-6 {
	right: 50%
}
.col-md-pull-5 {
	right: 41.66666667%
}
.col-md-pull-4 {
	right: 33.33333333%
}
.col-md-pull-3 {
	right: 25%
}
.col-md-pull-2 {
	right: 16.66666667%
}
.col-md-pull-1 {
	right: 8.33333333%
}
.col-md-pull-0 {
	right: 0
}
.col-md-push-12 {
	left: 100%
}
.col-md-push-11 {
	left: 91.66666667%
}
.col-md-push-10 {
	left: 83.33333333%
}
.col-md-push-9 {
	left: 75%
}
.col-md-push-8 {
	left: 66.66666667%
}
.col-md-push-7 {
	left: 58.33333333%
}
.col-md-push-6 {
	left: 50%
}
.col-md-push-5 {
	left: 41.66666667%
}
.col-md-push-4 {
	left: 33.33333333%
}
.col-md-push-3 {
	left: 25%
}
.col-md-push-2 {
	left: 16.66666667%
}
.col-md-push-1 {
	left: 8.33333333%
}
.col-md-push-0 {
	left: 0
}
.col-md-offset-12 {
	margin-left: 100%
}
.col-md-offset-11 {
	margin-left: 91.66666667%
}
.col-md-offset-10 {
	margin-left: 83.33333333%
}
.col-md-offset-9 {
	margin-left: 75%
}
.col-md-offset-8 {
	margin-left: 66.66666667%
}
.col-md-offset-7 {
	margin-left: 58.33333333%
}
.col-md-offset-6 {
	margin-left: 50%
}
.col-md-offset-5 {
	margin-left: 41.66666667%
}
.col-md-offset-4 {
	margin-left: 33.33333333%
}
.col-md-offset-3 {
	margin-left: 25%
}
.col-md-offset-2 {
	margin-left: 16.66666667%
}
.col-md-offset-1 {
	margin-left: 8.33333333%
}
.col-md-offset-0 {
	margin-left: 0
}
}
@media(min-width:1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left
}
.col-lg-12 {
	width: 100%
}
.col-lg-11 {
	width: 91.66666667%
}
.col-lg-10 {
	width: 83.33333333%
}
.col-lg-9 {
	width: 75%
}
.col-lg-8 {
	width: 66.66666667%
}
.col-lg-7 {
	width: 58.33333333%
}
.col-lg-6 {
	width: 50%
}
.col-lg-5 {
	width: 41.66666667%
}
.col-lg-4 {
	width: 33.33333333%
}
.col-lg-3 {
	width: 25%
}
.col-lg-2 {
	width: 16.66666667%
}
.col-lg-1 {
	width: 8.33333333%
}
.col-lg-pull-12 {
	right: 100%
}
.col-lg-pull-11 {
	right: 91.66666667%
}
.col-lg-pull-10 {
	right: 83.33333333%
}
.col-lg-pull-9 {
	right: 75%
}
.col-lg-pull-8 {
	right: 66.66666667%
}
.col-lg-pull-7 {
	right: 58.33333333%
}
.col-lg-pull-6 {
	right: 50%
}
.col-lg-pull-5 {
	right: 41.66666667%
}
.col-lg-pull-4 {
	right: 33.33333333%
}
.col-lg-pull-3 {
	right: 25%
}
.col-lg-pull-2 {
	right: 16.66666667%
}
.col-lg-pull-1 {
	right: 8.33333333%
}
.col-lg-pull-0 {
	right: 0
}
.col-lg-push-12 {
	left: 100%
}
.col-lg-push-11 {
	left: 91.66666667%
}
.col-lg-push-10 {
	left: 83.33333333%
}
.col-lg-push-9 {
	left: 75%
}
.col-lg-push-8 {
	left: 66.66666667%
}
.col-lg-push-7 {
	left: 58.33333333%
}
.col-lg-push-6 {
	left: 50%
}
.col-lg-push-5 {
	left: 41.66666667%
}
.col-lg-push-4 {
	left: 33.33333333%
}
.col-lg-push-3 {
	left: 25%
}
.col-lg-push-2 {
	left: 16.66666667%
}
.col-lg-push-1 {
	left: 8.33333333%
}
.col-lg-push-0 {
	left: 0
}
.col-lg-offset-12 {
	margin-left: 100%
}
.col-lg-offset-11 {
	margin-left: 91.66666667%
}
.col-lg-offset-10 {
	margin-left: 83.33333333%
}
.col-lg-offset-9 {
	margin-left: 75%
}
.col-lg-offset-8 {
	margin-left: 66.66666667%
}
.col-lg-offset-7 {
	margin-left: 58.33333333%
}
.col-lg-offset-6 {
	margin-left: 50%
}
.col-lg-offset-5 {
	margin-left: 41.66666667%
}
.col-lg-offset-4 {
	margin-left: 33.33333333%
}
.col-lg-offset-3 {
	margin-left: 25%
}
.col-lg-offset-2 {
	margin-left: 16.66666667%
}
.col-lg-offset-1 {
	margin-left: 8.33333333%
}
.col-lg-offset-0 {
	margin-left: 0
}
}
.cont-mod {
	overflow: hidden;
	width: 100%;
	margin: -13px 0 0
}
.rlf {
	float: right!important
}
.lfl {
	float: left!important
}
.clear {
	clear: both
}
header {
	background: #000;
	width: 100%;
	float: left;
	padding: 2px 0;
	border-bottom: 2px solid #8b8b8b
}
.logo img {
	text-align: center;
	margin: 15px 0 0
}
.cta {
	float: right;
	margin: 11px 10px 0 0
}
.email {
	font-size: 13px;
	color: #fff;
	display: inline-block;
	margin-top: 13px;
	margin-left: 40px;
	float: right
}
.phone {
	font-size: 13px;
	color: #fff;
	display: inline-block;
	float: right;
	margin-top: 8px
}
.email:before {
	background: url(../images/sprite01.png) no-repeat -4px -2px;
	width: 19px;
	height: 14px;
	display: inline-block;
	content: "";
	margin-right: 5px
}
.phone:before {
	background: url(../images/sprite01.png) no-repeat -39px -3px;
	width: 17px;
	height: 19px;
	display: inline-block;
	content: "";
	margin-right: 7px
}
.call-button {
	background: #c90303;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	padding: 8px 14px;
	margin: 17px 0 0 -20px;
	display: inline-block
}
.call-button:hover {
	background: #9f0303;
	background: -moz-linear-gradient(top, #9f0303 0, #c10303 22%, #c10303 82%, #c10303 82%, #9f0303 100%);
	background: -webkit-linear-gradient(top, #9f0303 0, #c10303 22%, #c10303 82%, #c10303 82%, #9f0303 100%);
	background: linear-gradient(to bottom, #9f0303 0, #c10303 22%, #c10303 82%, #c10303 82%, #9f0303 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f0303', endColorstr='#9f0303', GradientType=0)
}
.contact-button {
	background: #c90303;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	padding: 8px 20px;
	margin: 10px 0 0;
	display: inline-block
}
.contact-button:hover {
	background: #9f0303;
	background: -moz-linear-gradient(top, #9f0303 0, #c10303 22%, #c10303 82%, #c10303 82%, #9f0303 100%);
	background: -webkit-linear-gradient(top, #9f0303 0, #c10303 22%, #c10303 82%, #c10303 82%, #9f0303 100%);
	background: linear-gradient(to bottom, #9f0303 0, #c10303 22%, #c10303 82%, #c10303 82%, #9f0303 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f0303', endColorstr='#9f0303', GradientType=0)
}
.slider {
	width: 100%;
	height: 675px;
	position: relative;
	margin-top: -81px
}
.banner-home {
	width: 100%!important;
	display: block!important;
	overflow: hidden;
	z-index: 4;
	position: relative;
	margin-top: -92px;
	background:url(../images/background-banner.jpg) center;
	height:675px;
	/* margin-bottom: 15px; */
}

video{ position:absolute; width:100% !important; top:0;}
.heading-center {    text-align: center;    float: none;}
.background-overlay:before {
    background: url(../images/overlay-pattern/overlay-pattern-1.png);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    width: 100%;
    z-index: 9;
    opacity: 0.8;
}
.background-overlay{ background-color:#f6f6f6;}
.container-fluid{ position:relative; z-index:99;} 
.services-text{text-align:center;}
.services-text img { width: auto; display:inline-block;}
.services-text h3{font-size: 16px;font-weight: 300;}
.d-inline-block { display:inline-block;}
.size-30 { font-size:30px;}
.bold-size { font-size:30px; font-weight:700;}
.service{}
.service-sub {
    padding: 0px 0px 10px 0px;
    position: relative;
    margin: 10px 0 0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    text-align: left;
    background: #fff;
    border: 1px solid #ececec;
    border-bottom: none;
}
.service-sub p {
    font-size: 14px;
    color: #757575;
    margin: 12px 20px 5px;
    line-height: 24px;
}
.service-sub ul {
    font-size: 14px;
    color: #757575;
    margin: 12px 20px 5px;
}
.service:hover .service-sub  {
    color: #fff !important;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
    background: #ff0009;
}
.service:hover p{ color:#fff;}
.service:hover ul{ color:#fff;}
.service:hover h3{color:#ff0009;}

.read-more {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 100%;
    margin: 10px 0;
    outline: 0 none;
    padding: 12px 18px;
    position: relative;
    white-space: nowrap;
    border: 1px solid #ccc;
	color:#f20a07 !important;
}
a.read-more:hover{ background:#f20a07; color:#fff !important;}
a{ text-decoration:none !important;}
section {
    padding: 50px 0;
    position: relative;
    z-index: auto;
    width: 100%;
    overflow: hidden;
}
.white-text {
    color: #fff !important;
}
.m-t-40 {
    margin-top: 40px!important;
}
.m-b-40 {
    margin-bottom: 40px!important;
}
.m-t-80 {
    margin-top: 80px!important;
}
.m-t-100 {
    margin-top: 100px!important;
}
.m-t-20 {
    margin-top: 20px!important;
}
p, p.lead {
    margin-bottom: 20px;
}
.background-grey {
    background-color: #F6F6F6 !important;
}
.inner-head {
    background: #000;
    padding: 15px;
    opacity: 0.7;
}
.inspiro-slider .slide {
    width: 100%;
    height: 100%;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    z-index: 2;
	margin:0px;
}
.bold-size {
    font-size: 30px;
    font-weight: 700;
}
.red-text {
    color: #ff0000 !important;
}
.white-color {
    color: #fff !important;
}
.text-medium {
    font-size: 50px !important;
    font-weight: 800;
    line-height: 1.1;
}


.banner-home>div {
	text-align: center;
	width: 100%!important
}
.banner-home>div h1 {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 7vh;
	margin: 280px 0 0;
	line-height: 50px;
}
.banner-home>div span {
	color: #fff;
	font-family: 'Libre Baskerville', serif;
	font-size: 10vh;
	font-style: italic
}
.banner-home>div p {
	color: #fff;
	font-size: 2.5vh;
	font-weight: 100;
	padding: 10px 0;
	font-family: Open Sans, Helvetica, Arial, sans-serif;
}
.frst-text {
	display: block;
	margin: 20px 0 0
}
.banner-home>div>img {
	overflow: hidden
}
.form {
	top: -60px;
	left: 65%;
	margin-top: -370px;
	width: 28%;
	position: relative;
	background: #f2f2f2;
	height: 370px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 28px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0 28px 2px rgba(0,0,0,0.75);
	box-shadow: 0 0 28px 2px rgba(0,0,0,0.75);
	z-index: 5
}
.form input {
	width: 82%;
	margin-bottom: 10px;
	padding: 9px 0 7px 10px;
	color: #575757;
	display: inline-block;
	margin-left: 28px;
	border: 1px solid #ddd
}
.form-head {
	position: absolute;
	top: 30px;
	right: -14px;
	margin: 0!important
}
.txt-frst-name {
	margin-top: 120px
}
.sub-button {
	background: #c90303;
	padding: 5px 20px;
	border-radius: 5px;
	color: #fff;
	margin-left: 125px;
	margin-top: 10px
}
.frst-name-icon {
	background: url(../images/sprite01.png) no-repeat -130px -50px;
	width: 38px;
	height: 44px;
	float: left;
	margin-top: 121px;
	position: absolute;
	left: -10px
}
.lst-name-icon {
	background: url(../images/sprite01.png) no-repeat -130px -50px;
	width: 38px;
	height: 44px;
	float: left;
	position: absolute;
	bottom: 159px;
	left: -10px
}
.phone-icon {
	background: url(../images/sprite01.png) no-repeat -130px -98px;
	width: 38px;
	height: 44px;
	float: left;
	position: absolute;
	left: -10px;
	bottom: 113px
}
.eamil-icon {
	background: url(../images/sprite01.png) no-repeat -130px -149px;
	width: 38px;
	bottom: 67px;
	height: 44px;
	float: left;
	position: absolute;
	left: -10px
}
.lft-content {
	width: 100%;
	text-align: center;
	float: left;
	margin: 0;
	background: #f2f2f2;
	border-top: 2px solid #8b8b8b
}
.lft-content img {
	margin: 25px 0 23px
}
.mob-pormotion {
	width: 100%;
	text-align: center;
	float: left;
	background: #f2f2f2;
	width: 100%!important;
	display: none
}
.mob-pro-slides, .mob-pro-slides div {
	width: 100%!important
}
.mob-pro-slides img {
	text-align: center;
	width: 146px!important;
	height: 136px!important;
	display: initial!important;
	max-width: 100%
}
#pre {
	background: url(../images/pre-buttton.png);
	width: 42px;
	height: 117px;
	float: left;
	position: absolute;
	top: 86px;
	left: 10px;
	z-index: 99
}
#nxt {
	background: url(../images/next-btn.png);
	width: 42px;
	height: 117px;
	float: right;
	position: absolute;
	top: 86px;
	right: 10px;
	z-index: 99
}
.services {
	margin-top: 30px;
	margin-left: 55px
}
.services img {
	position: relative;
	transition: all .2s ease-in-out
}
.services img:hover {
	bottom: -10px
}
.services p {
	position: absolute;
	top: 260px;
	left: 104px;
	width: 200px;
	transition: all .2s ease-in-out
}
.services p a {
	color: #000
}
.services:hover p {
	transform: scale(1.1)
}
.services p:hover {
	transform: none!important
}
.pormotion img {
	margin: 40px 0 40px 110px
}
.testimonial {
	width: 100%!important;
	background: #d1d1d1;
	position: relative;
	height: 450px;
	text-align: center
}
.banner {
	width: 100%!important;
	float: left;
	height: 350px!important
}
.banner>div {
	width: 100%!important;
	float: left;
	text-align: center!important
}
.banner p {
	color: #828282;
	font-size: 19px;
	text-align: center;
	font-style: italic
}
.banner span {
	margin-bottom: 12px;
	display: inline-block;
	text-align: center
}
.testi-name {
	color: #3e0303;
	font-style: normal;
	font-weight: 700;
	float: right;
	font-size: 18px
}
.banner>div>img {
	margin: 0 0 60px
}
#paging a {
	background: #8a8a8a;
	border: 2px solid #5b5b5b;
	border-radius: 100%;
	position: absolute;
	bottom: 30px;
	left: 47%;
	z-index: 10;
	font-size: 0;
	width: 15px;
	height: 15px
}
#paging a+a {
	background: #8a8a8a;
	border: 2px solid #5b5b5b;
	border-radius: 100%;
	position: absolute;
	bottom: 30px;
	left: 49%;
	z-index: 10;
	font-size: 0
}
#paging a+a+a {
	background: #8a8a8a;
	border: 2px solid #5b5b5b;
	border-radius: 100%;
	position: absolute;
	bottom: 30px;
	left: 51%;
	z-index: 10;
	font-size: 0
}
#paging a+a+a+a {
	background: #8a8a8a;
	border: 2px solid #5b5b5b;
	border-radius: 100%;
	position: absolute;
	bottom: 30px;
	left: 53%;
	z-index: 99;
	font-size: 0
}
#paging a.activeSlide {
	background: #c90303;
	border: 2px solid #c90303
}
#prev-test {
	width: 42px;
	height: 117px;
	float: left;
	position: absolute;
	top: 110px;
	left: 0;
	z-index: 99;
	background: url(../images/pre-buttton.png)
}
#next-test {
	background: url(../images/next-btn.png);
	width: 42px;
	height: 117px;
	float: right;
	position: absolute;
	top: 110px;
	right: 0;
	z-index: 99
}
#prev-test {
	display: none
}
#next-test {
	display: none
}
.cleint {
	position: relative;
	text-align: center
}
.head {
	text-align: center;
	margin-top: 30px;
	font-size: 32px;
	color: #241b18;
	font-weight: 400;
	margin-bottom: 40px;
	position: relative
}
.pad-top {
	padding: 25px 0 0
}
.client-banner {
	height: 124px
}
.client-banner img {
	margin-left: 9%
}
#prev {
	background: url(../images/pre-buttton.png);
	width: 42px;
	height: 117px;
	position: absolute;
	left: 75px;
	top: 135px;
	z-index: 5
}
#next {
	background: url(../images/next-btn.png);
	width: 42px;
	height: 117px;
	position: absolute;
	right: 75px;
	z-index: 5;
	top: 135px
}
.client-pormotion {
	margin-top: 26px;
	width: 100%
}
.client-pro-slides {
	width: 100%!important
}
.client-pro-slides>div {
	width: 100%!important
}
.client-pormotion {
	display: none
}
#pre-client {
	background: url(../images/pre-buttton.png);
	width: 42px;
	height: 117px;
	float: left;
	position: absolute;
	top: 70px;
	left: 2px;
	z-index: 99
}
#nxt-client {
	background: url(../images/next-btn.png);
	width: 42px;
	height: 117px;
	float: right;
	position: absolute;
	top: 70px;
	right: 3px;
	z-index: 99
}
.bottom-cta {
	background: #060606;
	width: 100%;
	float: left;
	padding: 30px 0 20px
}
.bottom-cta p {
	color: #fff;
	font-size: 17px;
	padding: 10px 0 0
}
.footer-bottom {
	padding: 10px;
	color: #fff;
	width: 100%;
	float: left
}
.footer-bottom p {
	padding: 10px 0 0;
	font-size: 14px
}
.footer_disclaimer {
	color: #595959;
	font-size: 13px !important;
	padding: 5px 0;
	text-align:center;
}
.footer {
	border-top: solid 1px #666;
	float: left;
	width: 100%;
	background: url(../images/footer_img.jpg) repeat;
	position: relative;
	overflow: hidden;
	padding: 15px 0;
}
.white-colo{ color:#fff !important;}
.red-colo{ color:#f20a07 !important;}
.footer h5 {
	font-size: 20px;
	color: #FFF;
	font-weight: 400;
	border-bottom: solid 2px #f5f5f5;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: left!important
}
.footer .footer-links {
	position: relative
}
.footer .footer-links a {
	color: #FFF;
	font-size: 13px;
	text-decoration: none
}
.footer div+div+div {
	margin-right: 0
}
.footer-icons li {
	padding: 5px 0;
	position: relative;
	list-style-type: none
}
.footer-icons li:before {
	background-position: 0 -110px;
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 25px;
	width: 20px;
	position: absolute;
	left: 0;
	top: 0
}
.footer-icons li+li:before {
	background-position: 0 -138px
}
.footer-icons li+li+li:before {
	background-position: 0 -163px
}
.footer-icons li+li+li+li:before {
	background-position: 0 -190px
}
.footer-icons li+li+li+li+li:before {
	background-position: 0 -216px
}
.footer-icons-sec li {
	padding: 5px 0;
	position: relative;
	margin-left: 5px;
	list-style-type: none
}
.footer-icons-sec li:after {
	background-position: -189px -13px;
	background-repeat: no-repeat;
	content: " ";
	height: 10px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 10px
}
.footer-icons {
	margin-left: 5px;
	padding: 0
}
.footer-links-lst {
	color: #FFF;
	font-size: 12px;
	margin-right: 0!important
}
.footer .footer-links+.footer-links:after {
	border-left: 1px solid #383838;
	content: " ";
	display: block;
	height: 163px;
	left: -31px;
	position: absolute;
	top: 3px;
	width: 2px
}
.aligncenter {
	text-align: center
}
.twitter {


	background: url(../images/sprite.png) no-repeat -12px -266px;
	width: 30px;
	height: 30px;
	float: right;
	cursor: pointer
}
.twitter:hover {
	background: url(../images/sprite.png) no-repeat -12px -299px;
	width: 30px;
	height: 30px;
	-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750)
}
.facebook {
	background: url(../images/sprite.png) no-repeat -47px -266px;
	width: 30px;
	height: 30px;
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer
}
.facebook:hover {
	background: url(../images/sprite.png) no-repeat -47px -299px;
	width: 30px;
	height: 30px;
	-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750)
}
.google-plus {
	background: url(../images/sprite.png) no-repeat -81px -266px;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 5px;
	cursor: pointer
}
.google-plus:hover {
	background: url(../images/sprite.png) no-repeat -81px -299px;
	width: 30px;
	height: 30px;
	-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750)
}
.linkend {
	background: url(../images/sprite.png) no-repeat -115px -266px;
	width: 30px;
	height: 30px;
	float: right;
	cursor: pointer
}
.linkend:hover {
	background: url(../images/sprite.png) no-repeat -115px -299px;
	width: 30px;
	height: 30px;
	-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750)
}
.home-app-gallery-div h1 {
	margin: 20px 0 0;
	font-size: 30px;
	padding: 10px 0;
	font-weight: 400;
	color: #241b18
}
.error-msg {
	top: 130px;
	position: absolute;
	left: 169px
}
.error-msg02 {
	top: 176px;
	position: absolute;
	left: 169px
}
.error-msg03 {
	top: 222px;
	position: absolute;
	left: 195px
}
.error-msg033 {
	top: 222px;
	position: absolute;
	left: 145px
}
.error-msg04 {
	top: 268px;
	position: absolute;
	left: 195px
}
.form-handle {
	float: left;
	height: 264px;
	width: 49px;
	margin-top: -210px;
	z-index: 99
}
#side_form {
	font-size: 12px
}
.jform p {
	color: #fff!important;
	padding: 0 0 5px
}

.full-name {
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	padding: 7px 7px 7px 6px;
	width: 35%!important;
	margin-bottom: 18px;
	float: left;
	margin-right: 15px;
	border: 1px solid #fff
}
.email-side {
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	padding: 7px 7px 7px 6px;
	width: 35%!important;
	float: left;
	border: 1px solid #fff;
	margin-bottom: 18px;
	margin-right: 15px
}
.side-email {
	background-image: url(../images/sprite.png);
	background-position: -344px -200px;
	width: 38px;
	height: 34px;
	display: inline-block;
	float: left
}
.side-frst-name {
	background-image: url(../images/sprite.png);
	background-position: -344px -156px;
	width: 38px;
	height: 35px;
	display: inline-block;
	float: left;
	margin-left: 10px
}
.side-phone {
	background-image: url(../images/sprite.png);
	background-position: -344px -288px;
	width: 38px;
	height: 34px;
	display: inline-block;
	float: left;
	margin-left: 10px
}
.snd-frst-name {
	margin-left: 0!important
}
.phone-side {
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	padding: 7px 7px 7px 6px;
	width: 35%!important;
	float: left;
	margin-right: 15px;
	margin-bottom: 18px;
	border: 1px solid #fff
}
.button-side {
	font-size: 16px;
	background: #c90303;
	color: #fff;
	border: 1px solid #fff;
	padding: 4px 72px;
	text-transform: uppercase;
	margin-left: 112px;
	margin-top: 0;
	border-radius: 5px;
	font-weight: 400;
	z-index: 10
}
.bg-home {
	background: #000;
	bottom: 0;
	display: none;
	z-index: 6;
	opacity: .5;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0
}
.bg-home02 {
	background: #000;
	top: 0;
	min-width: 100%;
	min-height: 2370px;
	left: 0;
	position: absolute;
	z-index: 99;
	opacity: .5
}
.error-msg-up {
	top: 110px;
	position: absolute;
	left: 203px
}
.error-msg02-up {
	top: 109px;
	position: absolute;
	right: 72px
}
.error-msg03-up {
	top: 160px;
	position: absolute;
	left: 215px
}
.error-msg04-up {
	top: 160px;
	position: absolute;
	right: 80px
}
.thanks-para {
	font-size: 15px;
	text-align: center
}
.thanks-para02 {
	font-size: 19px
}
::selection {
	background-color: #c90303;
	color: #fff
}
::-moz-selection {
background-color:#c90303;
color:#fff
}
.adress-box {
	color: #fff;
	text-align: left
}
.adress-box h3 {
	margin-top: 20px
}
.adress-box p {
	padding: 0;
	color: #fff;
	font-size: 14px
}
.foot-pic h1 {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	border-bottom: solid 2px #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px
}
.foot-pic span {
	font-size: 18px;
	color: #0298ec;
	text-align: left
}
.foot-pic p {
	font-size: 22px;
	color: #fff;
	text-align:right !important;
}
.loader {
	position: absolute;
	bottom: 20px;
	background-color: #f2f2f2;
	width: 200px;
	height: 50px;
	left: 60px
}
.loader-pic {
	margin-left: 215px;
	margin-top: 0
}
.loader-pic02 {
	margin-left: 145px;
	margin-top: 0
}
.loader-pic03 {
	margin-left: 145px;
	margin-top: 0
}
.form-mob {
	display: none
}
.home-service02 h2 {
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	position: relative;
	background: #303030;
	padding: 8px 0 0;
	margin: 0 0 20px
}
.home-service02 h2 img {
	position: relative;
	top: -6px;
	left: -5px
}
.home-service002 h2 {
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	position: relative;
	background: #303030;
	padding: 8px 0 0;
	margin: 0 0 20px
}
.home-service002 h2 img {
	position: relative;
	top: -6px;
	left: -5px
}
.workpr-pic {
	margin: 0 0 0 -30px
}
.home-service02>div {
	width: 100%!important
}
.home-service002 {
	width: 100%!important;
	text-align: center!important
}
.home-service002>div {
	width: 100%!important;
	text-align: center
}
.wideindustry {
	width: 100%!important;
	height: 370px;
	text-align: center
}
.wideindustry>div {
	width: 100%!important;
	text-align: center
}
nav {
	position: relative;
	margin: 0 auto
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
	border: 0;
	list-style: none;
	display: block;
	float: right;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: initial
}
#cssmenu {
	width: 100%;
	float: right
}
#cssmenu:after, #cssmenu>ul:after {
	content: ".";
	display: none;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
#cssmenu #head-mobile {
	display: none
}
#cssmenu {
	color: #000;
	margin: 15px 0 0
}
#cssmenu>ul>li {
	float: left
}
#cssmenu>ul>li>a {
	padding: 3px 12px;
	font-size: 13px;
	line-height: 11px;
	text-decoration: none;
	color: #fff
}
#cssmenu>ul>li>a.active {
	color: #fff!important
}
#cssmenu>ul>li:hover>a, #cssmenu ul li.active a {
	color: #fff
}
#cssmenu>ul>li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
	-ms-transition: background .3s ease
}
#cssmenu>ul>li.has-sub>a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #c90303
}
#cssmenu>ul>li.has-sub>a:before {
	position: absolute;
	top: 14px;
	right: 14px;
	display: block;
	width: 9px;
	height: 6px;
	background: url(../images/menu-arrow.png);
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu>ul>li.has-sub:hover>a:before {
	top: 23px;
	height: 0
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	width: 560px;
	top: 24px;
	z-index: 1.0E+27
}
#cssmenu ul ul li {
	width: 50%;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background: #202020;
	transition: all .25s ease
}
#cssmenu li:hover>ul {
	left: auto
}
#cssmenu li:hover>ul>li {
	height: 35px
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0
}
#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150,150,150,0.15);
	padding: 11px 15px;
	width: 290px;
	float: left;
	font-size: 12px;
	text-decoration: none;
	color: #ddd;
	font-weight: 400;
	-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750)
}
#cssmenu ul ul li:last-child>a, #cssmenu ul ul li.last-item>a {
	border-bottom: 0
}
#cssmenu ul ul li:hover>a, #cssmenu ul ul li a:hover {
	color: #fff;
	padding: 11px 20px;
	background: #ec4841
}
#cssmenu ul ul li.has-sub>a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu ul ul li.has-sub>a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu ul ul>li.has-sub:hover>a:before {
	top: 17px;
	height: 0
}
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #363636
}
#cssmenu ul ul ul li.active a {
	border-left: 1px solid #333
}
#cssmenu>ul>li.has-sub>ul>li.active>a, #cssmenu>ul ul>li.has-sub>ul>li.active>a {
	border-top: 1px solid #333
}
.home-service-web {
	text-align: center!important;
	width: 100%!important
}
.mrkt-slider {
	width: 100%!important;
	text-align: center!important;
	height: 530px
}
.mrkt-slider>div {
	width: 100%!important;
	text-align: center!important
}
.mrkt-slider h1 {
	font-size: 26px;
	background: #ddd;
	padding: 5px 0
}
.get-it-on-icon {
	background: #000;
	text-align: center;

	padding: 5px 0
}
.get-it-on-icon h3 {
	color: #fff;
	margin-left: 10px;
	font-weight: 400
}
.p-gallery>div>img {
	text-align: center
}
.cat-text h2 {
	font-size: 19px;
	margin: 20px 0 0
}
.start-proj {
	position: absolute;
	bottom: 100px;
	left: 193px;
	z-index: 99
}
.start-proj02 {
	position: absolute;
	bottom: 170px;
	left: 199px;
	z-index: 99
}
.start-proj03 {
	position: absolute;
	bottom: 130px;
	left: 193px;
	z-index: 99
}
.start-proj04 {
	position: absolute;
	bottom: 170px;
	left: 193px;
	z-index: 99
}
.android-start-proj02 {
	position: absolute;
	bottom: 180px;
	left: 199px;
	z-index: 2
}
@media(min-width:414px) and (max-width :736px) {
.container {
	width: 100%!important
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	width: 100%!important;
	clear: both;
	float: none;
	text-align: center
}
.home-box-container .col-sm-3{	clear:none !important; float:left !important;	text-align: center !important; width:50% !important;}
.cat-text {
	float: none!important
}
.mrkt-slider {
	height: 650px!important
}
.header {
	background: #000
}
.form-div h1 {
	padding: 0!important;
	margin: 0!important
}
.testimonial {
	height: 490px!important
}
.order-div {
	margin-bottom: 15px!important;
	padding: 10px!important
}
.home-app-gallery-div {
	display: none
}
.call-button {
	background: #c90303;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	width: 100%;
	padding: 8px 0 8px 6px;
	margin: 7px 0 20px
}
.lft-content {
	display: none
}
.mob-pormotion {
	display: block;
	height: 231px!important
}
.loader-pic03 {
	margin-left: -25px!important;
	margin-top: 10px!important
}
.form {
	display: none
}
.form-mob {
	width: 88%;
	position: relative;
	background: #f2f2f2;
	height: 370px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 28px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0 28px 2px rgba(0,0,0,0.75);
	box-shadow: 0 0 28px 2px rgba(0,0,0,0.75);
	z-index: 6;
	left: 5%;
	margin-bottom: 15px;
	margin-top: 15px;
	display: block
}
.form-mob input {
	width: 82%;
	margin-bottom: 10px;
	padding: 9px 0 7px 10px;
	color: #575757;
	display: inline-block;
	border: 1px solid #ddd
}
.form-head-mob {
	position: absolute;
	top: 30px;
	right: -14px;
	margin: 0!important
}
.txt-frst-name-mob {
	margin-top: 120px
}
.sub-button-mob {
	background: #c90303;
	padding: 5px 20px;
	border-radius: 5px;
	color: #fff;
	margin-left: -10px;
	margin-top: 10px
}
.frst-name-icon-mob {
	background: url(../images/sprite01.png) no-repeat -130px -50px;
	width: 38px;
	height: 44px;
	float: left;
	margin-top: 121px;
	position: absolute;
	left: -10px
}
.lst-name-icon-mob {
	background: url(../images/sprite01.png) no-repeat -130px -50px;
	width: 38px;
	height: 44px;
	float: left;
	position: absolute;
	bottom: 159px;
	left: -10px
}
.phone-icon-mob {
	background: url(../images/sprite01.png) no-repeat -130px -98px;
	width: 38px;
	height: 44px;
	float: left;
	position: absolute;
	left: -10px;
	bottom: 113px
}
.eamil-icon-mob {
	background: url(../images/sprite01.png) no-repeat -130px -149px;
	width: 38px;
	bottom: 67px;
	height: 44px;
	float: left;
	position: absolute;
	left: -10px
}
.cleint {
	display: none
}
.client-pormotion {
	display: block;
	height: 212px
}
.head:before {
	width: 16%!important
}
.head:after {
	width: 16%!important
}
.testimonial {
	height: 500px
}
.banner {
	margin-left: 0
}
#paging {
	display: none
}
.services {
	margin-left: 10px
}
.services p {
	top: 235px;
	left: 28px
}
#prev-test {
	display: block
}
#next-test {






	display: block
}
.services img:hover {
	transform: none
}
.services:hover p {
	transform: none
}
.footer-bottom02 h2 {
	text-align: center
}
.footer-bottom02 ul li {
	list-style: none
}
.error-msg {
	left: 129px
}
.error-msg02 {
	left: 129px
}
.error-msg03 {
	left: 156px
}
.error-msg04 {
	left: 156px
}
.banner span {
	margin-bottom: 12px;
	display: inline-block
}
.banner p {
	color: #828282;
	font-size: 16px;
	text-align: center;
	width: 90%;
	font-style: italic;
	margin-left: 15px
}
.testi-name {
	color: #3e0303;
	font-style: normal;
	font-weight: 700;
	margin-right: 15px;
	font-size: 14px
}
.testi-04 {
	display: none!important
}
#floating-form-wrap {
	display: none!important
}

.social-icon {
	margin-left: 7px
}
.footer-icons {
	text-align: left
}
.footer-icons-sec li {
	text-align: left
}
.foot-pic {
	text-align: left
}
.email {
	float: none!important
}
.phone {
	float: none;
}
.loader-pic {
	margin-left: 30px
}
.home-service {
	display: block;
	height: 460px!important;
	width: 100%!important
}
.home-service-web {
	display: block;
	height: 500px!important;
	width: 100%!important
}
.div-text {
	display: block
}
.home-service02 {
	display: block;
	height: 180px!important;
	margin: 20px 0 0;
	width: 100%!important
}
.home-service002 {
	display: block;
	height: 180px!important;
	margin: 20px 0 0;
	width: 100%!important
}
.home-service03 {
	display: block;
	height: 390px!important;
	margin: 20px 0 0;
	width: 100%!important
}
.div-desk {
	display: none
}

.mobile-block { display:block !important;}
.mobile-none { display:none !important;}


.main-app-gallery {
	margin-top: 20px!important
}
.main-app-gallery h1 {
	padding: 5px 0
}
.tagline {
	left: 2%!important;
	top: 20%!important;
	width: 70%!important;
	text-align: left
}
.tagline h2 {
	font-size: 28px!important
}
.tagline p {
	font-size: 14px!important;
	width: 90%!important
}
.tagline04 p {
	font-size: 14px!important;
	width: 90%!important
}
.tagline02 h2 {
	font-size: 26px!important
}
.tagline03 h2 {
	font-size: 28px!important
}
.tagline03 h3 {
	font-size: 28px!important
}
.tagline04 h2 {
	font-size: 28px!important
}
.tagline02 {
	left: 8%!important;
	top: 25%!important;
	width: 100%!important;
	text-align: left
}
.tagline03 {
	left: 3%!important;
	top: 30%!important;
	width: 51%!important;
	text-align: left
}
.tagline04 {
	left: 3%!important;
	top: 22%!important;
	width: 65%!important;
	text-align: left
}
.main-app-gallery {
	min-height: 800px!important
}
.industrywide-mobile {
	display: block
}
.industrywide-div {
	display: none
}
.wideindustry = {
min-height:320px!important
}
.slidepic01>img {
	right: 0!important;
	height: 140px!important;
	top: 55%!important;
	position: absolute!important
}
.slidepic02>img {
	right: 5%!important;
	height: 200px!important;
	position: absolute;
	top: 38%!important
}
.slidepic03>img {
	right: 0!important;
	top: 30%!important;
	height: 170px!important
}
.slidepic04>img {
	right: 0!important;
	height: 170px!important;
	position: absolute;
	top: 20%!important
}
.banner-slider>div>img {
	height: 410px!important;
	width: 100%!important
}
.banner-slider>div {
	height: 410px!important;
	width: 100%!important
}
.banner-slider {
	height: 410px!important;
	width: 100%!important
}
.home_form {
	height: 500px!important
}
.popup-form-area {
	height: 500px!important
}
#popup {
	top: 65%!important
}
.call-button {
	display: block
}
.call-button2 {
	display: none!important
}
.home-service div>p {
	text-align: center!important
}
.home-service-web div>p {
	text-align: center!important
}
.home-service02 div>p {
	text-align: center!important
}
.home-service002 div>p {
	text-align: center!important
}
.service-pic>img {
	width: 30%!important;
	margin: 0 auto
}
.team {
	margin-left: 0!important
}
.footer_disclaimer p {
	text-align: left!important;
	font-size: 13px!important
}
nav {
	width: 100%
}
#cssmenu {
	width: 100%
}
#cssmenu ul {



	width: 100%;

	display: none;
	background: #c90303
}
#cssmenu ul li {
	width: 100%;
	text-align: left!important
}
#cssmenu ul li:hover {
	background: #363636
}
#cssmenu ul ul li, #cssmenu li:hover>ul>li {
	height: auto;
	width: 100%
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 100%;
	border-bottom: 0;
	color: #fff;
	padding: 20px 0 13px 10px
}
#cssmenu>ul>li {
	float: none
}
#cssmenu ul ul li a {
	padding-left: 25px
}
#cssmenu ul ul li {
	background: #333!important
}
#cssmenu ul ul li:hover {
	background: #363636!important
}
#cssmenu ul ul ul li a {
	padding-left: 35px;
	height: 35px
}
#cssmenu ul ul li a {
	color: #ddd;
	background: 0
}
#cssmenu ul ul li:hover>a, #cssmenu ul ul li.active>a {
	color: #fff;
	padding: 20px 0 13px 10px
}
#cssmenu ul ul, #cssmenu ul ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;
	top: 1px
}
#cssmenu>ul>li.has-sub>a:after, #cssmenu>ul>li.has-sub>a:before, #cssmenu ul ul>li.has-sub>a:after, #cssmenu ul ul>li.has-sub>a:before {
	display: none
}
#cssmenu #head-mobile {
	display: block;
	padding: 23px;
	color: #ddd;
	font-size: 12px;
	font-weight: 700
}
.button {
	width: 55px;
	height: 46px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 12399994;
	background: #c90303
}
.button:after {
	position: absolute;
	top: 22px;
	right: 20px;
	display: block;
	height: 4px;
	width: 20px;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	content: ''
}
.button:before {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 16px;
	right: 20px;
	display: block;
	height: 2px;
	width: 20px;
	background: #ddd;
	content: ''
}
.button.menu-opened:after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	top: 23px;
	border: 0;
	height: 2px;
	width: 19px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.button.menu-opened:before {
	top: 23px;
	background: #fff;
	width: 19px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 60px;
	display: block;
	border-left: 1px solid #fdfdfd;
	height: 46px;
	width: 46px;
	cursor: pointer
}
#cssmenu .submenu-button.submenu-opened {
	background: #262626
}
#cssmenu ul ul .submenu-button {
	height: 34px;
	width: 34px
}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu ul ul .submenu-button:after {
	top: 15px;
	right: 13px
}
#cssmenu .submenu-button.submenu-opened:after {
	background: #fff
}
#cssmenu .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: ''
}
#cssmenu ul ul .submenu-button:before {
	top: 12px;
	right: 16px
}
#cssmenu .submenu-button.submenu-opened:before {
	display: none
}
#cssmenu ul ul ul li.active a {
	border-left: none
}
#cssmenu>ul>li.has-sub>ul>li.active>a, #cssmenu>ul ul>li.has-sub>ul>li.active>a {
	border-top: 0
}
.phone {
	float: none!important;
}
.desktop-header {
	display: none
}
.mob-test {
	display: block
}
.desk-test {
	display: none
}
.email {
	float: none
}
.mob-enter {
	display: block
}
.desk-enter {
	display: none
}
.markt-mobile {
	display: block
}
.line {
	display: none
}
.scrollup {
	display: none!important
}
.inner-input3-top {
	margin: 10px 0 0 -14px !important
}
.inner-submit77 {
	margin: 9px 0 0 4px !important
}
.ipad {
	margin: 0 0 0 24px !important
}
.margn-90 {
	margin: 0!important
}
.start-proj {
	display: none
}
.start-proj02 {
	display: none
}
.start-proj03 {

	display: none
}
.start-proj04 {
	display: none
}
.android-start-proj02 {
	display: none
}


.button {
    width: auto !important;
    height: auto !important;
    position: initial !important;
    cursor: pointer;
    z-index: 12399994;
    background: #fff !important;
}

.button:hover {
    background: #f20a07 !important;
    color: #fff !important;
}


.banner-home {
	height:450px !important;
	overflow:visible
}

video{ width:auto !important;}

.navbar-collapse.in {
    overflow-y: initial !important;
}

.nav.navbar-nav.navbar-right.main-menu.nav-pills {
    background-color: rgba(0,0,0,0.8);
}

.nav-pills > li {
    width: 100%;
}

nav .main-menu .dropdown-submenu > .dropdown-menu {
    border-top-width: 3px;
    left: 100% !important;
    top: -3px !important;
}


.s-bar { top:60px;}

.navbar-inverse .navbar-toggle { z-index:9999 !important; right:40px !important;}


.overview-img { text-align:center !important;}
.overview-img img{ display:inline-block;}
.overview-text {
    position: relative !important;
    bottom: 25px !important;
    margin: 10px 125px !important;
}


}
@media(min-device-width :320px) and (max-device-width :480px) {
.container {
	width: 100%!important
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	width: 100%;
	clear: both;
	float: none;
	text-align: center
}
.inspiro-slider .slide img{ margin-top:90px;}
.h2, h2{ margin-top:0px !important;}
#header.header-transparent{ position:absolute;}

.banner-home> div h1{ margin-top:150px;}
.p-gallery ul li {
	float: none!important
}
.cat-text {
	float: none!important
}
.header {
	background: #000;
}
.form-div h1 {
	padding: 0!important;
	margin: 0!important
}
.mrkt-slider {
	height: 570px!important
}
.home-app-gallery-div {
	display: none
}
.call-button {
	background: #c90303;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	width: 100%;
	padding: 8px 0 8px 6px;
	margin: 7px 0 20px
}
.order-div {
	font-size: 18px!important;
	margin: 0 0 10px!important;
	padding: 10px!important
}
.lft-content {
	display: none
}
.mob-pormotion {
	display: block;
	height: 231px!important
}

.banner-home>div p { font-size:14px;}

.main-app-gallery h1 {
	margin-top:0px;
}



.form {
	display: none
}
.form-mob {
	width: 88%;
	position: relative;
	background: #f2f2f2;
	height: 370px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 28px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0 28px 2px rgba(0,0,0,0.75);
	box-shadow: 0 0 28px 2px rgba(0,0,0,0.75);
	z-index: 6;
	left: 5%;
	margin-bottom: 15px;
	margin-top: 15px;
	display: block
}
.form-mob input {
	width: 82%;
	margin-bottom: 10px;
	padding: 9px 0 7px 10px;
	color: #575757;
	display: inline-block;
	border: 1px solid #ddd
}
.form-head-mob {
	position: absolute;
	top: 30px;
	right: -14px;
	margin: 0!important
}
.txt-frst-name-mob {
	margin-top: 120px
}
.testimonial {
	height: 650px!important
}
.sub-button-mob {
	background: #c90303;
	padding: 5px 20px;
	border-radius: 5px;
	color: #fff;
	margin-left: -10px;
	margin-top: 10px
}
.frst-name-icon-mob {
	background: url(../images/sprite01.png) no-repeat -130px -50px;
	width: 38px;
	height: 44px;
	float: left;
	margin-top: 121px;
	position: absolute;
	left: -10px
}
.lst-name-icon-mob {
	background: url(../images/sprite01.png) no-repeat -130px -50px;
	width: 38px;
	height: 44px;
	float: left;
	position: absolute;
	bottom: 159px;
	left: -10px
}
.phone-icon-mob {
	background: url(../images/sprite01.png) no-repeat -130px -98px;
	width: 38px;
	height: 44px;
	float: left;
	position: absolute;
	left: -10px;
	bottom: 113px
}
.eamil-icon-mob {
	background: url(../images/sprite01.png) no-repeat -130px -149px;
	width: 38px;
	bottom: 67px;
	height: 44px;
	float: left;
	position: absolute;
	left: -10px
}
.cleint {
	display: none
}
.client-pormotion {
	display: block;
	height: 212px
}
.head:before {
	width: 16%!important
}
.head:after {
	width: 16%!important
}
.testimonial {
	height: 575px
}
.banner {
	margin-left: 0
}
#paging {
	display: none
}
.services {
	margin-left: 10px
}
.services p {
	top: 235px;
	left: 28px
}
#prev-test {
	display: block
}
#next-test {
	display: block
}
.services img:hover {
	transform: none
}
.services:hover p {
	transform: none
}
.footer-bottom02 h2 {
	text-align: center
}
.footer-bottom02 ul li {
	list-style: none
}
.error-msg {
	left: 129px
}
.error-msg02 {
	left: 129px
}
.error-msg03 {
	left: 156px
}
.error-msg04 {
	left: 156px
}
.banner span {
	margin-bottom: 12px;
	display: inline-block;
	float:none;
}

.request_quote {
	text-align:center;
	display:inline-block;
	margin-bottom: 30px;
}

.request_quote img {
	display:inline-block;
}

#nxt, #pre {
	z-index: 90;
}


.iphone-page-sec-1 .image-absolute img, .iphone-page-sec-2 .image-absolute img { width:80%;}


.banner p {
	color: #828282;
	font-size: 16px;
	text-align: center;
	width: 90%;
	font-style: italic;
	margin-left: 15px
}
.testi-name {

	color: #3e0303;
	font-style: normal;
	font-weight: 700;
	margin-right: 15px;
	font-size: 14px
}
.testi-04 {
	display: none!important
}
.social-icon {
	margin-left: 7px
}
.footer-icons {
	text-align: left
}
.footer-icons-sec li {
	text-align: left
}
.foot-pic {
	text-align: left
}
.email {
	margin-left: 0
}
.phone {
	margin-left: -10px
}
.loader-pic {
	margin-left: 30px
}
.home-service {
	display: block
}
.home-service-web {
	display: block
}
.div-text {
	display: block
}
.home-service02 {
	display: block
}
.home-service002 {
	display: block
}
.home-service03 {
	display: block
}
.div-desk {
	display: none
}

.mobile-block { display:block !important;}
.mobile-none { display:none !important;}


.main-app-gallery {
	min-height: 800px!important
}
.main-app-gallery h1 {
	padding: 5px 0;
	text-align:center;
}

.logo{
    margin-left: 10px;
}
.tagline h2 {
	font-size: 25px!important
}
.tagline p {
	font-size: 14px!important
}
.tagline {
	left: 20px!important;
	top: 10%!important;
	width: 65%!important;
	text-align: left
}
.tagline h2 {
	font-size: 20px!important
}
.tagline p {
	font-size: 12px!important
}
.tagline02 {
	left: 10px!important;
	top: 25%!important;
	width: 70%!important;
	text-align: left
}
.tagline02 p {
	font-size: 13px!important
}
.tagline03 {
	left: 20px!important;
	top: 20%!important;
	width: 51%!important;
	text-align: left
}
.tagline03 h2 {
	font-size: 25px!important
}
.tagline03 h3 {
	font-size: 25px!important
}
.tagline04 {
	left: 20px!important;
	top: 22%!important;
	width: 65%!important;
	text-align: left
}
.tagline04 h2 {
	font-size: 20px!important
}
.tagline04 p {
	font-size: 12px!important
}
.home-service>div {
	min-height: 400px!important;
	width: 100%!important
}
.home-service-web>div {
	min-height: 400px!important;
	width: 100%!important
}
.home-service02>div {
	min-height: 400px!important;
	width: 100%!important
}
.home-service002>div {
	min-height: 330px!important;
	width: 100%!important
}
.home-service03>div {
	min-height: 400px!important;
	width: 100%!important
}
.industrywide-mobile {
	display: block
}
.industrywide-div {
	display: none
}
.wideindustry>div {
	min-height: 380px!important
}
.slidepic01>img {
	right: 0!important;
	height: 80px!important;
	top: 28%!important;
	position: absolute!important
}
.slidepic02>img {
	right: 10px!important;
	height: 140px!important;
	position: absolute;
	top: 30%!important
}
.slidepic03>img {
	right: 30px!important;
	top: 45%!important;
	height: 100px!important
}
.slidepic04>img {
	right: 10px!important;
	top: 30%!important;
	height: 100px!important;
	position: absolute
}
.banner-slider>div>img {
	height: 220px!important;
	width: 100%!important
}
.banner-slider>div {
	height: 220px!important;
	width: 100%!important
}
.banner-slider {
	height: 220px!important;
	width: 100%!important
}
.home_form {
	height: 500px!important
}
.popup-form-area {
	height: 500px!important
}
#popup {
	top: 55%!important
}
.call-button {
	display: block
}
.call-button2 {
	display: none!important
}
#floating-form-wrap {
	display: none!important
}
.side-bars {
	display: none!important
}
.home-service {
	min-height: 540px!important
}
.home-service-web {
	min-height: 540px!important
}
.home-service div>p {
	text-align: center!important
}
.home-service-web div>p {
	text-align: center!important
}
.home-service02 {
	height: 250px!important;
	margin: 20px 0 0
}
.home-service002 {
	height: 250px!important;
	margin: 20px 0 0
}
.home-service03 {
	height: 400px!important;
	margin: 20px 0 0
}
.home-service02 div>p {
	text-align: center!important
}
.home-service002 div>p {
	text-align: center!important
}
.service-pic>img {
	height: 130px!important;
	width: 130px!important;
	margin: 0 auto
}
.team {
	margin-left: 0!important
}
.footer_disclaimer p {
	text-align: left!important;
	font-size: 13px!important
}
.wideindustry {
	height: 440px!important
}
nav {
	width: 100%
}
#cssmenu {
	width: 100%
}
#cssmenu ul {
	width: 100%;
	display: none;
	background: #c90303
}
#cssmenu ul li {
	width: 100%;

	text-align: left!important


}
#cssmenu ul li:hover {
	background: #363636
}
#cssmenu ul ul li, #cssmenu li:hover>ul>li {
	height: auto
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 100%;
	border-bottom: 0;
	color: #fff;
	padding: 17px
}
#cssmenu>ul>li {
	float: none
}
#cssmenu ul ul li {
	background: #333!important;
	width: 100%
}
#cssmenu ul ul li:hover {
	background: #363636!important
}
#cssmenu ul ul li a {
	color: #ddd;
	background: 0
}
#cssmenu ul ul li:hover>a, #cssmenu ul ul li.active>a {
	color: #fff;
	padding: 17px
}
#cssmenu ul ul, #cssmenu ul ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;
	top: 1px
}
#cssmenu>ul>li.has-sub>a:after, #cssmenu>ul>li.has-sub>a:before, #cssmenu ul ul>li.has-sub>a:after, #cssmenu ul ul>li.has-sub>a:before {
	display: none
}
#cssmenu #head-mobile {
	display: block;
	padding: 23px;
	color: #ddd;
	font-size: 12px;
	font-weight: 700
}
.button {
	width: 55px;
	height: 46px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 12399994;
	background: #c90303
}
.button:after {
	position: absolute;
	top: 22px;
	right: 20px;
	display: block;
	height: 2px;
	width: 20px;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	content: ''
}
.button:before {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 16px;
	right: 20px;
	display: block;
	height: 7px;
	width: 20px;
	background: #ddd;
	content: ''
}
.button.menu-opened:after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	top: 23px;
	border: 0;
	height: 2px;
	width: 19px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.button.menu-opened:before {
	top: 23px;
	background: #fff;
	width: 19px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 45px;
	display: block;
	border-left: 1px solid #fdfdfd;
	height: 46px;
	width: 46px;
	cursor: pointer
}
#cssmenu .submenu-button.submenu-opened {
	background: #262626
}
#cssmenu ul ul .submenu-button {
	height: 34px;
	width: 34px
}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu ul ul .submenu-button:after {
	top: 15px;
	right: 13px
}
#cssmenu .submenu-button.submenu-opened:after {
	background: #fff
}
#cssmenu .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: ''
}
#cssmenu ul ul .submenu-button:before {
	top: 12px;
	right: 16px
}
#cssmenu .submenu-button.submenu-opened:before {
	display: none
}
#cssmenu ul ul ul li.active a {
	border-left: none
}
#cssmenu>ul>li.has-sub>ul>li.active>a, #cssmenu>ul ul>li.has-sub>ul>li.active>a {
	border-top: 0
}
.phone {
	float: none!important;
	
}
.desktop-header {
	display: none
}
.mob-test {
	display: block
}
.desk-test {
	display: none
}
.email {
	float: none
}
.mob-enter {
	display: block
}
.desk-enter {
	display: none
}
.markt-mobile {
	display: block
}
.line {
	display: none
}
.scrollup {
	display: none!important
}
.inner-input3-top {
	margin: 10px 0 0 -14px !important
}
.inner-submit77 {
	margin: 9px 0 0 4px !important
}
.ipad {
	margin: 0 0 0 24px !important
}
.margn-90 {
	margin: 0!important
}
.start-proj {
	display: none
}
.start-proj02 {
	display: none
}
.start-proj03 {
	display: none
}
.start-proj04 {
	display: none
}
.android-start-proj02 {
	display: none
}

.banner-home {
	height:450px !important;
	overflow:visible
}

video{ width:auto !important;}

.banner-home > div h1 {
    margin-top: 20px !important;
    font-size: 30px;
    font-weight: bold;
}

.button {
    width: auto !important;
    height: auto !important;
    position: initial !important;
    cursor: pointer;
    z-index: 12399994;
    background: #fff !important;
}

.button:hover {
    background: #f20a07 !important;
    color: #fff !important;
}

.top_cont.right {
    display: none;
}

.navbar-collapse.in {
    overflow-y: inherit !important;
}

.nav.navbar-nav.navbar-right.main-menu.nav-pills {
    background-color: rgba(0,0,0,0.8);
}

.nav-pills > li {
    width: 100%;
}

nav .main-menu .dropdown-submenu > .dropdown-menu {
    border-top-width: 3px;
    left: 20% !important;
    top: 40px !important;
}

.navbar-toggle {
	margin-top:20px !important;
}

a.request_quote img { width:80%; float:none;}

.bothpadd .btn-red-border {
	font-size:13px !important;	
}

.banner {
    height: 510px !important;
}
.mob-height{ height:325px !important;}

}
@media only screen and (max-width :320px) {
.container {
	width: 100%!important
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	width: 100%;
	clear: both;
	float: none;
	text-align: center
}
.home-app-gallery-div {
	display: none
}
.header {
	background: #000
}
.form-div h1 {
	padding: 0!important;
	margin: 0!important
}
.mrkt-slider {
	height: 490px!important
}
.phone {
	float: none!important;
	margin-left: 30px
}
.p-gallery ul li {
	float: none!important
}
.cat-text {
	float: none!important
}
.call-button {
	background: #c90303;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	width: 100%;
	padding: 8px 0 8px 6px;
	margin: 7px 0 20px
}
.lft-content {
	display: none
}
.mob-pormotion {
	display: block;
	height: 231px!important
}
.form {
	display: none
}
.form-mob {
	width: 88%;
	position: relative;
	background: #f2f2f2;
	height: 370px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 28px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0 28px 2px rgba(0,0,0,0.75);
	box-shadow: 0 0 28px 2px rgba(0,0,0,0.75);
	z-index: 6;
	left: 5%;
	margin-bottom: 35px;
	margin-top: 35px;
	display: block
}
.testimonial {
	height: 650px!important
}
.margn-90 {
	margin: 0!important
}
.form-mob input {
	width: 82%;
	margin-bottom: 10px;
	padding: 9px 0 7px 10px;
	color: #575757;
	display: inline-block;
	border: 1px solid #ddd
}
#floating-form-wrap {
	display: none!important
}
.side-bars {
	display: none!important
}
.txt-frst-name-mob {
	margin-top: 120px
}
.form-head-mob {
	position: absolute;
	top: 30px;
	right: -14px;
	margin: 0!important
}
.txt-frst-name -mob {
	margin-top: 120px
}
.sub-button-mob {
	background: #c90303;
	padding: 5px 20px;
	border-radius: 5px;
	color: #fff;
	margin-left: -10px;
	margin-top: 10px
}
.frst-name-icon-mob {
	background: url(../images/sprite01.png) no-repeat -130px -50px;
	width: 38px;
	height: 44px;
	float: left;
	margin-top: 121px;
	position: absolute;
	left: -10px
}
.lst-name-icon-mob {
	background: url(../images/sprite01.png) no-repeat -130px -50px;
	width: 38px;
	height: 44px;
	float: left;
	position: absolute;
	bottom: 159px;
	left: -10px
}
.phone-icon-mob {
	background: url(../images/sprite01.png) no-repeat -130px -98px;
	width: 38px;
	height: 44px;
	float: left;
	position: absolute;
	left: -10px;
	bottom: 113px
}
.eamil-icon-mob {
	background: url(../images/sprite01.png) no-repeat -130px -149px;
	width: 38px;
	bottom: 67px;
	height: 44px;
	float: left;
	position: absolute;
	left: -10px
}
.cleint {
	display: none
}
.client-pormotion {
	display: block;
	height: 212px
}
.head:before {
	width: 16%!important
}
.head:after {
	width: 16%!important
}
.testimonial {
	height: 650px
}
.banner {
	margin-left: 0
}
#paging {
	display: none
}
.services {
	margin-left: 10px
}
.services p {
	top: 235px;
	left: 28px
}
#prev-test {
	display: block
}
#next-test {
	display: block
}
.services img:hover {
	transform: none
}
.services:hover p {
	transform: none
}
.footer-bottom02 h2 {
	text-align: center
}
.footer-bottom02 ul li {
	list-style: none
}
.error-msg {
	left: 129px
}
.error-msg02 {
	left: 129px
}
.error-msg03 {
	left: 156px
}
.error-msg04 {
	left: 156px
}

.banner span {
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0px;
}

.banner-home>div p { font-size:14px !;}

.banner span img{
    display:inline-block;
}

.banner p {
	color: #828282;
	font-size: 16px;
	text-align: center;
	width: 90%;
	font-style: italic;
	margin-left: 15px
}
.testi-name {
	color: #3e0303;
	font-style: normal;
	font-weight: 700;
	margin-right: 15px;
	font-size: 14px
}
.testi-04 {
	display: none!important
}

.request_quote {
	text-align:center;
	display:inline-block;
	margin-bottom: 30px;
}

.request_quote img {
	display:inline-block;
}


#floating-form-wrap {
	display: none!important
}
.side-bars {
	display: none!important
}
.social-icon {
	margin-left: 7px
}
.footer-icons {
	text-align: left
}
.footer-icons-sec li {
	text-align: left
}
.foot-pic {
	text-align: left
}
.email {
	margin-left: 0
}
.phone {
	margin-left: -10px
}
.loader-pic {
	margin-left: 30px
}
.home-service {
	display: block
}
.home-service-web {
	display: block
}
.div-text {
	display: block
}
.home-service02 {
	display: block;
	height: 260px!important;
	margin: 20px 0 0
}
.home-service002 {
	display: block;
	height: 300px!important;
	margin: 20px 0 0
}
.home-service03 {
	display: block;
	height: 420px!important;
	margin: 20px 0 0
}
.div-desk {
	display: none
}
.mobile-block { display:block !important;}
.mobile-none { display:none !important;}
.main-app-gallery h1 {
	font-size: 3vh;
	padding: 5px 0;
	text-align:center;
	margin-top:0px;
}
.tagline {
	left: 20px!important;
	top: 7%!important;
	width: 80%!important;
	text-align: left
}
.tagline h2 {
	font-size: 21px!important
}
.tagline p {
	font-size: 13px!important;
	width: 85%!important
}
.tagline02 {
	left: 20px!important;
	top: 7%!important;
	width: 100%!important;
	text-align: left
}
.tagline02 h2 {
	font-size: 25px!important
}
.tagline02 p {
	font-size: 14px!important
}
.tagline03 {
	left: 20px!important;
	top: 7%!important;
	width: 100%!important;
	text-align: left
}
.tagline03 h2 {
	font-size: 24px!important
}
.tagline03 h3 {
	font-size: 30px!important
}
.tagline04 {
	left: 20px!important;
	top: 2%!important;
	width: 85%!important;
	text-align: left
}
.tagline04 h2 {
	font-size: 23px!important
}
.tagline04 p {
	font-size: 12px!important
}
.home-service>div {
	min-height: 350px!important;
	width: 100%!important
}
.home-service-web>div {
	min-height: 350px!important;
	width: 100%!important
}
.home-service02>div {
	min-height: 300px!important;
	width: 100%!important
}
.home-service002>div {
	min-height: 300px!important;
	width: 100%!important
}
.home-service03>div {
	min-height: 300px!important;
	width: 100%!important
}
.industrywide-mobile {
	display: block;
	height: 580px!important
}
.industrywide-div {
	display: none
}
.wideindustry>div {
	min-height: 340px!important
}
.slidepic01>img {
	right: 10px!important;
	height: 80px!important;
	top: 28%!important;
	position: absolute!important
}
.slidepic02>img {
	right: 10px!important;
	height: 140px!important;
	position: absolute;
	top: 30%!important
}
.slidepic03>img {
	right: 10px!important;
	top: 50%!important;
	height: 100px!important
}
.slidepic04>img {
	right: 10px!important;
	top: 35%!important;
	height: 100px!important;
	position: absolute
}
.banner-slider>div>img {
	height: 195px!important;
	width: 100%!important
}
.banner-slider>div {
	height: 200px!important;
	width: 100%!important
}
.banner-slider {
	height: 200px!important;
	width: 100%!important
}
.close {
	right: 156px!important;
	top: 21px!important
}
.home_form {
	height: 500px!important
}
.popup-form-area {
	height: 500px!important
}
#popup {
	top: 65%!important
}
.call-button {
	display: block
}
.call-button2 {
	display: none!important
}
.home-service div>p {
	text-align: center!important
}
.home-service-web div>p {
	text-align: center!important
}
.home-service02 div>p {
	text-align: center!important
}
.home-service002 div>p {
	text-align: center!important
}
.service-pic>img {
	height: 110px!important;
	width: 110px!important;
	margin: 0 auto
}
.team {
	margin-left: 0!important
}
.home-service {
	min-height: 510px!important
}
.home-service-web {
	min-height: 530px!important
}
.footer_disclaimer p {
	text-align: left!important;
	font-size: 13px!important
}
.wideindustry {
	height: 330px!important
}
nav {
	width: 100%
}
#cssmenu {
	width: 100%
}
#cssmenu ul {
	width: 100%;
	display: none;
	background: #c90303
}
#cssmenu ul li {
	width: 100%!important;
	text-align: left!important
}
#cssmenu ul li:hover {
	background: #363636
}

#cssmenu ul ul li, #cssmenu li:hover>ul>li {
	height: auto
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 100%;
	border-bottom: 0;
	color: #fff;
	padding: 17px
}
#cssmenu>ul>li {
	float: none
}
#cssmenu ul ul li a {
	padding-left: 25px
}
#cssmenu ul ul li {
	background: #333!important
}
#cssmenu ul ul li:hover {
	background: #363636!important
}
#cssmenu ul ul ul li a {
	padding-left: 35px
}
#cssmenu ul ul li a {
	color: #ddd;
	background: 0
}
#cssmenu ul ul li:hover>a, #cssmenu ul ul li.active>a {
	color: #fff;
	padding: 17px
}
#cssmenu ul ul, #cssmenu ul ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;
	top: 1px
}
#cssmenu>ul>li.has-sub>a:after, #cssmenu>ul>li.has-sub>a:before, #cssmenu ul ul>li.has-sub>a:after, #cssmenu ul ul>li.has-sub>a:before {
	display: none
}
#cssmenu #head-mobile {
	display: block;
	padding: 23px;
	color: #ddd;
	font-size: 12px;
	font-weight: 700
}
.button {
	width: 55px;
	height: 46px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 12399994;
	background: #c90303
}
.button:after {
	position: absolute;
	top: 22px;
	right: 20px;
	display: block;
	height: 8px;
	width: 20px;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	content: ''
}
.button:before {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 16px;
	right: 20px;
	display: block;
	height: 2px;
	width: 20px;
	background: #ddd;
	content: ''
}
.button.menu-opened:after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	top: 23px;
	border: 0;
	height: 2px;
	width: 19px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.button.menu-opened:before {
	top: 23px;
	background: #fff;
	width: 19px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 45px;
	display: block;
	border-left: 1px solid #fdfdfd;
	height: 46px;
	width: 46px;
	cursor: pointer
}
#cssmenu .submenu-button.submenu-opened {
	background: #262626
}
#cssmenu ul ul .submenu-button {
	height: 34px;
	width: 34px
}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu ul ul .submenu-button:after {
	top: 15px;
	right: 13px
}
#cssmenu .submenu-button.submenu-opened:after {
	background: #fff
}
#cssmenu .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: ''
}
#cssmenu ul ul .submenu-button:before {
	top: 12px;
	right: 16px
}
#cssmenu .submenu-button.submenu-opened:before {
	display: none
}
#cssmenu ul ul ul li.active a {
	border-left: none
}
#cssmenu>ul>li.has-sub>ul>li.active>a, #cssmenu>ul ul>li.has-sub>ul>li.active>a {
	border-top: 0
}
.desktop-header {
	display: none
}
.mob-test {
	display: block
}
.desk-test {
	display: none
}
.email {
	float: none
}
.mob-enter {
	display: block
}
.desk-enter {
	display: none
}
.markt-mobile {
	display: block
}
.line {
	display: none
}
.scrollup {
	display: none!important
}
.inner-input3-top {
	margin: 10px 0 0 -14px !important
}
.inner-submit77 {
	margin: 9px 0 0 4px !important
}
.ipad {
	margin: 0 0 0 24px !important
}
.margn-90 {
	margin: 0!important
}
.start-proj {
	display: none
}
.start-proj02 {
	display: none
}
.start-proj03 {
	display: none
}
.start-proj04 {
	display: none
}
.android-start-proj02 {
	display: none
}

}
@media(min-width:768px) and (max-width:1280px) {
/*.container {
	width: 100%!important
}*/
/*.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	width: 100%;
	clear: both;
	float: none;
	text-align: center
}*/
.home-box-container .col-sm-3{	clear:none !important; float:left !important;	text-align: center !important; width:25% !important;}
#floating-form-wrap {
	top: 48%!important
}
.mrkt-slider {
	height: 720px!important
}
.order-div {
	margin-bottom: 15px!important
}
.phone {
	float: none!important;
	margin-left: 30px
}
.footer .footer-links li {
	text-align: left!important
}
.foot-pic {
	text-align: left
}
.header {
	background: #000
}
#next {
	display: none
}
#prev {
	display: none
}
.form-div h1 {
	padding: 0!important;
	margin: 0!important
}
.client-banner img {
	margin: 0
}
.p-gallery ul li {
	float: none!important
}
.cat-text {
	float: none!important
}
#floating-form-wrap {
	display: none
}
.side-bars {
	display: none!important
}
.form {
	width: 45%;
	left: -200px;
	position: relative;
	float: right;
	background: #f2f2f2;
	height: 370px;
	margin-bottom: 25px;
	top: 0;
	margin-top: 105px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 28px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0 28px 2px rgba(0,0,0,0.75);
	box-shadow: 0 0 28px 2px rgba(0,0,0,0.75);
	z-index: 6
}
.form input {
	width: 82%;
	margin-bottom: 10px;
	padding: 9px 0 7px 10px;
	color: #575757;
	display: inline-block;
	margin-left: 28px;
	border: 1px solid #ddd
}
.form-head {
	position: absolute;
	top: 30px;
	right: -14px;
	margin: 0!important
}
.txt-frst-name {
	margin-top: 120px
}
.sub-button {
	background: #c90303;
	padding: 5px 20px;
	border-radius: 5px;
	color: #fff;
	margin-left: 125px;
	margin-top: 10px
}
.frst-name-icon {
	background: url(../images/sprite01.png) no-repeat -130px -50px;
	width: 38px;
	height: 44px;
	float: left;
	margin-top: 121px;
	position: absolute;
	left: -10px
}
.lst-name-icon {
	background: url(../images/sprite01.png) no-repeat -130px -50px;
	width: 38px;
	height: 44px;
	float: left;
	position: absolute;
	bottom: 159px;
	left: -10px
}
.phone-icon {
	background: url(../images/sprite01.png) no-repeat -130px -98px;
	width: 38px;
	height: 44px;
	float: left;
	position: absolute;
	left: -10px;
	bottom: 113px
}
.eamil-icon {
	background: url(../images/sprite01.png) no-repeat -130px -149px;
	width: 38px;
	bottom: 67px;
	height: 44px;
	float: left;
	position: absolute;
	left: -10px
}
.footer-bottom p {
	text-align: left!important
}
.footer_disclaimer p {
	text-align: left!important;
	font-size: 13px!important
}
.home-app-gallery-div {
	display: none
}
.home-service {
	display: block
}
.home-service-web {
	display: block
}
.div-text {
	display: block
}
.home-service02 {
	display: block;
	height: 160px!important;
	margin: 20px 0 0
}
.home-service002 {
	display: block;
	height: 160px!important;
	margin: 20px 0 0
}
.home-service03 {
	display: block;
	height: 380px!important;
	margin: 20px 0 0
}
.div-desk {
	display: none;
}
.dblock{ display:block !important;}
.main-app-gallery h1 {
	font-size: 30px;
	padding: 5px
}
.tagline {
	left: 10%!important;
	top: 25%!important;
	width: 51%!important;
	text-align: left
}
.tagline02 {
	left: 10%!important;
	top: 35%!important;
	width: 100%!important;
	text-align: left
}
.tagline03 {
	left: 10%!important;
	top: 40%!important;
	width: 49%!important;
	text-align: left
}
.tagline04 {
	left: 10%!important;
	top: 25%!important;
	width: 50%!important;
	text-align: left
}
.home-service>div {
	min-height: 400px!important;
	width: 100%!important
}
.home-service-web>div {
	min-height: 400px!important;
	width: 100%!important
}
.home-service02>div {
	min-height: 150px!important;
	width: 100%!important
}
.home-service002>div {
	min-height: 150px!important;
	width: 100%!important
}
.home-service03>div {
	min-height: 150px!important;
	width: 100%!important
}
.industrywide-mobile {
	display: block
}
.industrywide-div {
	display: none
}
.slidepic01>img {
	right: 50px!important;
	height: 200px!important;
	top: 25%!important;
	position: absolute!important
}
.slidepic02>img {
	right: 50px!important;
	height: 200px!important;
	position: absolute;
	top: 30%!important
}
.slidepic03>img {
	right: 50px!important;
	top: 38%!important;
	height: 200px!important
}
.slidepic04>img {
	right: 50px!important;
	top: 25%!important;
	height: 250px!important;
	position: absolute
}
.banner-slider>div>img {
	height: 450px!important;
	width: 100%!important
}
.banner-slider>div {
	height: 450px!important;
	width: 100%!important
}
.banner-slider {
	height: 450px!important;
	width: 100%!important
}
.home_form {
	height: 430px!important
}
.call-button {
	display: block
}

.home-service div>p {
	text-align: center!important
}
.home-service-web div>p {
	text-align: center!important
}
.home-service div02>p {
	text-align: center!important
}
.service-pic>img {
	height: 220px!important;
	width: 220px!important;
	margin: 0 auto
}
.team {
	margin-left: 0!important
}
.home-service {
	height: 550px!important
}
.home-service-web {
	height: 550px!important
}
.wideindustry {
	height: 370px!important
}
nav {
	width: 100%
}
#cssmenu {
	width: 100%
}
#cssmenu ul {
	width: 100%;
	display: none;
	background: #c90303
}
#cssmenu ul li {
	width: 100%;
	text-align: left!important
}
#cssmenu ul li:hover {
	background: #363636
}
#cssmenu ul ul li, #cssmenu li:hover>ul>li {
	height: auto
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 100%;
	border-bottom: 0;
	color: #fff;
	line-height: 47px
}
#cssmenu>ul>li {
	float: none
}
#cssmenu ul ul li a {
	padding-left: 25px
}
#cssmenu ul ul li {
	background: #333!important;
	width: 100%
}
#cssmenu ul ul li:hover {
	background: #363636!important
}
#cssmenu ul ul ul li a {
	padding-left: 35px
}
#cssmenu ul ul li a {
	color: #ddd;
	background: 0
}
#cssmenu ul ul li:hover>a, #cssmenu ul ul li.active>a {
	color: #fff
}
#cssmenu ul ul, #cssmenu ul ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;
	top: 1px
}
#cssmenu>ul>li.has-sub>a:after, #cssmenu>ul>li.has-sub>a:before, #cssmenu ul ul>li.has-sub>a:after, #cssmenu ul ul>li.has-sub>a:before {
	display: none
}
#cssmenu #head-mobile {
	display: block;
	padding: 23px;
	color: #ddd;
	font-size: 12px;
	font-weight: 700
}
.button {
	width: 55px;
	height: 46px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 12399994;
	background: #c90303
}
.button:after {
	position: absolute;
	top: 22px;
	right: 20px;
	display: block;
	height: 4px;
	width: 20px;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	content: ''
}
.button:before {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 16px;
	right: 20px;
	display: block;
	height: 2px;
	width: 20px;
	background: #ddd;
	content: ''
}
.button.menu-opened:after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	top: 23px;
	border: 0;
	height: 2px;
	width: 19px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.button.menu-opened:before {
	top: 23px;
	background: #fff;
	width: 19px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 60px;
	display: block;
	border-left: 1px solid #fdfdfd;
	height: 46px;
	width: 46px;
	cursor: pointer
}
#cssmenu .submenu-button.submenu-opened {
	background: #262626
}
#cssmenu ul ul .submenu-button {
	height: 34px;
	width: 34px
}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu ul ul .submenu-button:after {
	top: 15px;
	right: 13px
}
#cssmenu .submenu-button.submenu-opened:after {
	background: #fff
}
#cssmenu .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: ''
}
#cssmenu ul ul .submenu-button:before {
	top: 12px;
	right: 16px
}
#cssmenu .submenu-button.submenu-opened:before {
	display: none
}
#cssmenu ul ul ul li.active a {
	border-left: none
}
#cssmenu>ul>li.has-sub>ul>li.active>a, #cssmenu>ul ul>li.has-sub>ul>li.active>a {
	border-top: 0
}
.desktop-header {
	display: block;
}
.mob-test {
	display: block
}
.desk-test {
	display: none
}
.email {
	float: none
}
.mob-enter {
	display: block
}
.desk-enter {
	display: none
}
.markt-mobile {
	display: block
}
.line {
	display: none
}
.scrollup {
	display: none!important
}
.inner-input3-top {
	margin: 10px 0 0 -14px !important
}
.inner-submit77 {
	margin: 9px 0 0 4px !important
}
.ipad {
	margin: 0 0 0 24px !important
}
.margn-90 {
	margin: 0!important
}
.start-proj {
	display: none
}
.start-proj02 {
	display: none
}
.start-proj03 {
	display: none
}
.start-proj04 {
	display: none
}
.android-start-proj02 {
	display: none
}


}
@media only screen and (min-width :1224px) {
.main-app-gallery {
	display: none
}
.home-service {
	display: none
}
.home-service-web {
	display: none
}
.div-text {
	display: none
}
.home-service02 {
	display: none
}
.home-service002 {
	display: none
}
.home-service03 {
	display: none
}
.industrywide-mobile {
	display: none
}
.home_form {
	height: 430px!important
}
.call-button {
	display: none
}
.mobile-header {
	display: none
}
.mob-test {
	display: none
}
.mob-enter {
	display: none
}
.desk-enter {
	display: block
}
.markt-mobile {
	display: none
}
.get-it-on-icon {
	display: none
}
}
.education-icon-mob {
	background: url(../images/sprite-minimize.png) no-repeat -118px -23px;
	width: 97px;
	height: 41px;
	display: inline-block
}
.retail-icon-mob {
	background: url(../images/sprite-minimize.png) no-repeat -280px -6px;
	width: 70px;
	height: 47px;
	display: inline-block
}
.home-icon-mob {
	background: url(../images/sprite-minimize.png) no-repeat -135px -91px;
	width: 63px;
	height: 50px;
	display: inline-block
}
.plus-icon-mob {
	background: url(../images/sprite-minimize.png) no-repeat -189px -167px;
	width: 53px;
	height: 53px;
	display: inline-block
}
.dollar-icon-mob {
	background: url(../images/sprite-minimize.png) no-repeat -70px -6px;
	width: 32px;
	height: 61px;
	display: inline-block
}
.travel-icon-mob {
	background: url(../images/sprite-minimize.png) no-repeat -3px -167px;
	width: 48px;
	height: 48px;
	display: inline-block
}
.food-icon-mob {
	background: url(../images/sprite-minimize.png) no-repeat -62px -92px;
	width: 47px;
	height: 47px;
	display: inline-block
}
.media-icon-mob {
	background: url(../images/sprite-minimize.png) no-repeat -280px -168px;
	width: 63px;
	height: 47px;
	display: inline-block
}
.automative-icon-mob {
	background: url(../images/sprite-minimize.png) no-repeat -284px -100px;
	width: 62px;
	height: 43px;
	display: inline-block
}
.email-icon-minimize {
	background: url(../images/sprite-minimize.png) no-repeat -9px -116px;
	width: 15px;
	height: 11px;
	display: inline-block
}
.phone-icon-minimize {
	background: url(../images/sprite-minimize.png) no-repeat -9px -87px;
	width: 14px;
	height: 20px;
	display: inline-block
}
.close-pic {
	background: url(../images/sprite-minimize.png) no-repeat -105px -275px;
	width: 43px;
	height: 43px;
	display: inline-block
}
.rating01-minimize {
	background: url(../images/sprite-minimize.png) no-repeat -242px -279px;
	width: 103px;
	height: 19px;
	display: inline-block;
	left: 1px;
	top: 2px;
	position: relative
}
.rating02-minimize {
	background: url(../images/sprite-minimize.png) no-repeat -243px -307px;
	width: 102px;
	height: 19px;
	display: inline-block;
	left: 1px;
	top: 2px;
	position: relative
}
.rating03-minimize {
	background: url(../images/sprite-minimize.png) no-repeat -244px -333px;
	width: 102px;
	height: 19px;
	display: inline-block;
	left: 1px;
	top: 2px;
	position: relative
}
.adress-box p {
	padding: 0;
	margin: 0 0 5px
}
.adress-box-icon {
	top: 5px;
	position: relative
}
.address-icon-minimize {
	background: url(../images/sprite-minimize.png) no-repeat -8px -56px;
	width: 20px;
	height: 18px;
	display: inline-block;
	position: relative;
	left: 2px
}
.arrow-minimize {
	background: url(../images/sprite-minimize.png) no-repeat -116px -219px;
	width: 7px;
	height: 4px;
	display: inline-block;
	position: relative;
	left: 0;
}


.banner-home>div img:hover{opacity:0.8;}

.cont-wrap {
    overflow: hidden;
}
.bothpadd {
    padding: 0 13%;
}
.bothpadd h3 {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 31px;
    margin-top: 40px;
    color: #555;
}

.btn-xlarge {
    line-height: 65px;
    padding: 0px 45px;
    font-size: 22px;
}
.btn-blue {
    background-color: #fff !important;
    border-color: #dc2b28 !important;
    color: #f10b01 !important;
    border-radius: 100px !important;
}

.btn {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn, .btn-red-border {
    display: inline-block;
    padding: 10px 16px !important;
    margin-bottom: 60px !important;
	margin-top: 60px !important;
    font-size: 22px !important;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap !important;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 600;
    border: 2px solid #f10b01 !important;
    /* border-radius: 4px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.btn:hover {
    background: #222 !important;
    border: 2px solid #222222 !important;
    color: #fff !important;
}
.home-box01,.home-box02,.home-box03,.home-box04 {float:left; width:100%; text-align:center}
.home-box01 h1{
    font-size:20px;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #5a5a5a;
    margin: 20px 0 15px 0;
    }
.home-box02 h1{font-size:20px;    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #5a5a5a; margin: 20px 0 15px 0;}
.home-box03 h1{font-size:20px;    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #5a5a5a;margin: 20px 0 15px 0; }
	
.home-box04 h1{font-size:20px;    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #5a5a5a;margin: 20px 0 15px 0; }
.home-box01 p{font-size:14px;    line-height: 1.8em; }
.home-box02 p{font-size:14px;    line-height: 1.8em; }
.home-box03 p{font-size:14px;    line-height: 1.8em; }

.home-box-icon{background:url(../images/home-icons/android-icon-gray.png);
    background-repeat: no-repeat;
    height: 112px;
    background-position: center;width:112px;display: inline-block;}
.home-box01:hover .home-box-icon{
    background:url(../images/home-icons/android-icon-red.png);
    background-repeat: no-repeat;
    height: 112px;
    background-position: center;
    width:112px;
    display: inline-block;
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
    }
	
	
.home-box-icon02{background:url(../images/home-icons/ISO-icon-gray.png);
    background-repeat: no-repeat;
    height: 112px;
    background-position: center;width:112px;display: inline-block;}
.home-box02:hover .home-box-icon02{
    background:url(../images/home-icons/ISO-icon-red.png);
    background-repeat: no-repeat;
    height: 112px;
    background-position: center;
    width:112px;
    display: inline-block;
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
    }
	
	
.home-box-icon03{background:url(../images/home-icons/web-icon-gray.png);
    background-repeat: no-repeat;
    height: 112px;
    background-position: center;width:112px;display: inline-block;}
.home-box03:hover .home-box-icon03{
    background:url(../images/home-icons/web-icon-red.png);
    background-repeat: no-repeat;
    height: 112px;
    background-position: center;
    width:112px;
    display: inline-block;
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
    }
	
.home-box-icon04{background:url(../images/home-icons/game-icon-gray.png);
    background-repeat: no-repeat;
    height: 112px;
    background-position: center;width:112px;display: inline-block;}
.home-box04:hover .home-box-icon04{
    background:url(../images/home-icons/game-icon-red.png);
    background-repeat: no-repeat;
    height: 112px;
    background-position: center;
    width:112px;
    display: inline-block;
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
    }
	
.home-box01:hover h1{color:#f10b01;}
.home-box02:hover h1{color:#f10b01;}
.home-box03:hover h1{color:#f10b01;}
.home-box04:hover h1{color:#f10b01;}
	
.home-box-container{background:#000; width:100%; float:left;}

.home-box-container   {background: #ecf0f1 none repeat scroll 0 0;width:100%;float:left;padding: 25px 0 10px 0;}

.cta-bottom {
    padding: 27px 0 20px 0;
    background: #222222;
    width: 100%;
    float: left;
}

.cta-bottom img {
    float: right;
    margin: 0 50px 0 0 !important;
}

.cta-bottom p{
    color: #fff;
    font-size: 36px !important;
    line-height: 68px;
    float: right;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 40px 0 20px;
    letter-spacing: 1px;
  } 
  
@media only screen and (max-width :1280px) {

.banner-home {
	width: 100%!important;
	display: block!important;
	overflow: hidden;
	z-index: 4;
	position: relative;
	margin-top: -90px;
	/* margin-bottom: 15px; */
	top: -80px;
	}
.side-bars {	display: block!important;	top: 10%;}
#floating-form-wrap{top: 65%!important;}
.home-box-container{ margin-top: -80px;}
.footer .col-md-3{   float: left; clear:none;}

}

@media only screen and (max-width :767px) {
.desktop-header{ display: none!important;}
.desktop-header .right{ float:left!important;}
.banner-home{top: -3px;}
.banner-home> div h1{ margin-top:191px !important; line-height: 32px;}



.navbar-collapse.in {
	overflow:-webkit-paged-x;	
}

}

@media(min-width:768px) and (max-width:1024px) {
.mobile-header{ display: block!important;}
.desktop-header{ display: none!important;}
.banner-home{top: 0px;}
.side-bars {display: block!important}

}

@media(min-width:320px) and (max-width:480px) {
	
	.home-box-container {
    margin-top: -10px;
}

.btn {
    padding: 10px 10px;
    font-size: 12px;
}

.cta-bottom img {
    margin: 0 0px 0 0 !important;
}

.cta-bottom p {
    padding: 5px 0px 0 20px;
}



	
}


#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 440px;
  height: 200px;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
}

#boxes #dialog {
  width: 750px;
  height: 300px;
  padding: 10px;
  background-color: #ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}


#popupfoot {
  font-size: 16pt;
  position: absolute;
  bottom: 0px;
  width: 250px;
  left: 250px;
}


.modal-content.chrismis {
    background-color: transparent !important;
    border: none !important;
}

#defaultCountdown {
    display: inline-block !important;
    background-color: red !important;
    color: #c90303!important;
}
.mob-height{ height:450px;}