@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	background: #fff;
	font-weight: 400;
	font-size: 15px;
	color: #aa3e03;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
	cursor:pointer;
}
.container{
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 30px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.2);*/
    text-align: left;
}
.container > header h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 55px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: rgba(0,0,0, 0.5);
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.3);*/
    padding: 0px 0px 5px 0px;
	margin-top:20px;
}

.container > header img {width:103px;}
.container > header h1 span{

}
.container > header h2, p.info{
	font-size: 16px;
	font-style: italic;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
/* Header Style */
.mpi-top{
	line-height: 24px;
	font-size: 12px;
	width: 100%;
	background: #fff;
	opacity: 0.8;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	/*-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;*/
}
.mpi-top a img {width:80px;}
.mpi-top h1{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #70878a;
	display: block;
	float: left;
	font-size:16px;
	font-weight:700;
}

.mpi-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #4d4d4d;
	display: block;
	float: left;
} 
.mpi-top a:hover{
	color: #000;
}
.mpi-top span.right{
	float: right;
	margin-right:7%;
}
.mpi-top span.right a{
	float: none;
	display: inline;
}
.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.cb-slideshow:after {
    content: '';
    /*background: transparent url(../../images/mta/pattern.png) repeat top left;*/
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    text-align: right;
    opacity: 0;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s;
}
.cb-slideshow li div h3 {
    font-family:  'PT Sans', Arial, sans-serif;
    font-size: 100px;
    padding: 0 30px;
    line-height: 120px;
    color: rgba(255,255,255, 1);
	text-transform:uppercase;
	font-weight:700;
	text-shadow:3px 3px 3px rgba(0,0,0,0.5); 
}
.cb-slideshow li:nth-child(1) span { background-image: url(../../images/mta/apple.png) }
.cb-slideshow li:nth-child(2) span {
    background-image: url(../../images/mta/passion-people.png);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(../../images/mta/apple-heart.png);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url(../../images/mta/passion-people.png);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
    background-image: url(../../images/mta/apple.png);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
    background-image: url(../../images/mta/apple-heart.png);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
.cb-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1) rotate(3deg);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1) rotate(3deg);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.1) rotate(3deg);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.1) rotate(3deg);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.1) rotate(3deg);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.1) rotate(3deg);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.1) rotate(3deg);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.1) rotate(3deg);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1) rotate(3deg);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.1) rotate(3deg);
	}
	100% { opacity: 0 }
}
@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -webkit-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -webkit-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -webkit-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -moz-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -moz-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -moz-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -moz-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -o-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -o-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -o-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -o-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -ms-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -ms-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -ms-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -ms-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}



.page-container {
    margin: 50px auto 0 auto;
	position:relative;
}


/*form.login, form.forgot_password, form.register  {
    position: relative;
    width: 305px;
    margin: 15px auto 0 auto;
    text-align: center;
	background:#fff;
	padding:40px 20px 20px 20px;
	-webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:    4px 4px 0px 0px rgba(0, 0, 0, 0.35);
	box-shadow:         4px 4px 0px 0px rgba(0, 0, 0, 0.35);
}*/

form.login {width:305px;}
form.forgot_password {width:305px;}
form.register {width:305px;}

.form_wrapper{
	position: relative;
    width: 305px;
    margin: 15px auto 0 auto;
    text-align: center;
	background: #fff; /* browsers that don't support rgba */
    background: rgba(255,255,255, 0.8);
	padding:20px 20px 80px 20px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
.form_wrapper h1 {color:rgba(0,0,0, 0.5);text-transform:uppercase; /*text-shadow: 1px 1px 1px rgba(0,0,0,.8)*/;font-size:30px;text-align:center;font-weight:700;text-indent:5px;margin-bottom:10px;border-bottom:1px solid rgba(0,0,0, 0.1);}

.form_wrapper h3 {color:#000;text-transform:uppercase;padding-bottom:0px;text-align:left;text-indent:5px;font-weight:400;margin:0;}


.form_wrapper form{
	display:none;
	background:rbga(0,0,0, 0.3)!important;
}
form.active{
	display:block;
}


input {
    width: 245px;
    height: 42px;
    padding: 0 15px;
	padding-left:40px;
    background: #000; /* browsers that don't support rgba */
    background: rgba(0,0,0, 0.2);
    /*border: 0; /* browsers that don't support rgba */
    border: 0;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
	background-repeat:no-repeat;
	background-position: 2% 50%;
}

.username{background-image: url(../../images/mta/usernif.png);margin-top: 10px;-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;}
.nif {background-image: url(../../images/mta/usernif.png);margin-top: 10px;webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;}
.password{background-image: url(../../images/mta/password.png);-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;margin-top:2px;}

input:-moz-placeholder { color: #fff; }
input:-ms-input-placeholder { color: #fff; }
input::-webkit-input-placeholder { color: #fff; }

input:focus {
    outline: none;
    -moz-box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
}

button.register {
    cursor: pointer;
    width: 49%;
	float:left;
    height: 44px;
    margin-top: 25px;
	margin-left:3px;
    padding: 0;
    background: #000;
	background: rgba(0,0,0, 0.2);
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 0;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
	text-transform:uppercase;
    color: #fff;
    /*text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;*/
}

button.register:hover {
	background:#fff;
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
		color:#000;
}

button.register:active {
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:        
        0 5px 8px 0 rgba(0,0,0,.1) inset,
        0 1px 4px 0 rgba(0,0,0,.1);

    border: 0px solid #ef4300;
}


button.login {
    cursor: pointer;
    width: 49%;
    height: 44px;
    margin-top: 25px;
    padding: 0;
    background: #e8503e;
	background: #e8503e;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 0;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
	text-transform:uppercase;
    color: #fff;
   /* text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;*/
}

button.login a {color:#fff;}

button.login:hover {
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
}

button.login:active {
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:        
        0 5px 8px 0 rgba(0,0,0,.1) inset,
        0 1px 4px 0 rgba(0,0,0,.1);

    border: 0px solid #ef4300;
}


.error {
    display: none;
    position: absolute;
    top: 15px;
    left: 22px;
    width: auto;
    height: 40px;
    background: #fff; /* browsers that don't support rgba */
    background: rgba(255,255,255,.85);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #C8C8C8 inset;
}

.errorServer {
    position: absolute;
    bottom:0;
    left: 10px;
    width: auto;
    height: 40px;
    /* background: #fff; browsers that don't support rgba
     background: rgba(255,255,255,.85);*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.error p {float: right;line-height: 30pt;padding-left: 10px;}

.errorServer p {float: right;line-height: 30pt;padding-left: 10px;}

.error  span {
    display: inline-block;
    margin:0 0 0 -2px;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);

}

.errorServer span {
    display: inline-block;
    margin:0 0 0 -2px;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);

}

.recoverpass {margin-top:20px;line-height:16pt;font-size:14px;text-align:center;text-transform:uppercase;padding:0;}
.recoverpass a {display:block;width:98%;margin-left:3px;color:#000;background:transparent;padding:7px 0 5px 0;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
.recoverpass a:hover {background:rgba(0,0,0, 0.2);}

.ibersol-container{
	position: relative;
	margin: 15px auto 0 auto;
	width:344px;
	padding:20px 0;
    height:95px;
}

.ibersol-container p {
	width: 80px;
	height:80px;
	float:right;
	background: #fff; /* browsers that don't support rgba */
    background: rgba(255,255,255,1);
	padding:7px;
	-moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;}

.ibersol-container p img {width:80px;}
header a img {width:80px;}

@media screen and (max-width: 1140px) { 
	.cb-slideshow li div h3 { font-size: 80px;line-height:90px!important;text-shadow:3px 3px 3px rgba(0,0,0,0.5);}
	.form_wrapper {margin:0 auto!important;}
	.container > header {padding:0 20px 0 20px!important;margin:0 20px 0 20px!important;height:80px;}
}
@media only screen and (min-width:321px) and (max-width:992px) {
	.cb-slideshow li:nth-child(1) span { background-image: url(../../images/mta/apple.png)}
	.cb-slideshow li:nth-child(1) span, .cb-slideshow li:nth-child(2) span, .cb-slideshow li:nth-child(3) span, .cb-slideshow li:nth-child(4) span, .cb-slideshow li:nth-child(5) span, .cb-slideshow li:nth-child(6) span {
    -o-transition-property: none !important;
-moz-transition-property: none !important;
-ms-transition-property: none !important;
-webkit-transition-property: none !important;
transition-property: none !important;
/*CSS transforms*/
-o-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-webkit-transform: none !important;
transform: none !important;
/*CSS animations*/
-webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}
.cb-slideshow { background-image: url(../../images/mta/passion-people.png);background-repeat:no-repeat;background-size:100%;}
.cb-slideshow li div h3 { font-size: 50px;text-shadow:3px 3px 3px rgba(0,0,0,0.3);line-height:55px!important; color:#000;}
}
@media screen and (max-width: 600px) { 
	.cb-slideshow li div h3 { font-size: 30px;text-shadow:3px 3px 3px rgba(0,0,0,0.5);line-height:55px; }
	.mpi-top span.right {margin-right:0!important;float:none;font-size:10px!important;}
	.page-container {margin:0 0 0 0!important;}
	.container > header {padding:0!important;margin:0!important;height:110px;}
	.form_wrapper {width:80%!important;max-height:200px;background:#fff!important;background: rgba (255,255,255, 0.9)!important;margin:0 auto;}
	form.login, form.register, form.forgot_password {width:100%!important;}
	input {width:80%!important;}
	.container > header {text-align:center!important;}
	.form_wrapper h1 {font-size:20px;line-height:20px;}
	.form_wrapper h3 {font-size:12px;}
	.cb-slideshow li:nth-child(1) span { background-image: url(../../images/mta/apple.png)}
	.cb-slideshow li:nth-child(1) span, .cb-slideshow li:nth-child(2) span, .cb-slideshow li:nth-child(3) span, .cb-slideshow li:nth-child(4) span, .cb-slideshow li:nth-child(5) span, .cb-slideshow li:nth-child(6) span {
-o-transition-property: none !important;
-moz-transition-property: none !important;
-ms-transition-property: none !important;
-webkit-transition-property: none !important;
transition-property: none !important;
/*CSS transforms*/
-o-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-webkit-transform: none !important;
transform: none !important;
/*CSS animations*/
-webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}
.cb-slideshow { background-image: url(../../images/mta/passion-people.png);background-repeat:no-repeat;background-size:100%;}
.cb-slideshow li div h3 { font-size: 30px;text-shadow:3px 3px 3px rgba(0,0,0,0.3);line-height:55px; color:#000;display:none;}
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1) rotate(3deg);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1) rotate(3deg);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.1) rotate(3deg);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.1) rotate(3deg);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.1) rotate(3deg);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.1) rotate(3deg);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.1) rotate(3deg);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.1) rotate(3deg);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 1;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: none;
	}
	25% {
	    opacity: 1;
	    transform: none;
	}
	100% { opacity: 1 }
}
@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: none;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: none;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: none;
	}
	19% {
	    opacity: 0;
	    -webkit-transform: none;
	}
	25% { opacity: 1 }
	100% { opacity: 1 }
}
@-moz-keyframes titleAnimation { 
	0% {
	    opacity: 1;
	    -moz-transform:none;
	}
	8% {
	    opacity: 1;
	    -moz-transform: none;
	}
	17% {
	    opacity: 1;
	    -moz-transform:none;
	}
	19% {
	    opacity: 1;
	    -moz-transform: none;
	}
	25% { opacity: 1 }
	100% { opacity: 1 }
}
@-o-keyframes titleAnimation { 
	0% {
	    opacity: 1;
	    -o-transform:none;
	}
	8% {
	    opacity: 1;
	    -o-transform:none;
	}
	17% {
	    opacity: 1;
	    -o-transform: none;
	}
	19% {
	    opacity: 1;
	    -o-transform: none;
	}
	25% { opacity: 1 }
	100% { opacity: 1 }
}
@-ms-keyframes titleAnimation { 
	0% {
	    opacity: 1;
	    -ms-transform: none;
	}
	8% {
	    opacity: 1;
	    -ms-transform: none;
	}
	17% {
	    opacity: 1;
	    -ms-transform: none;
	}
	19% {
	    opacity: 1;
	    -ms-transform: none;
	}
	25% { opacity: 1 }
	100% { opacity: 1 }
}
@keyframes titleAnimation { 
	0% {
	    opacity: 1;
	    transform:none;
	}
	8% {
	    opacity: 1;
	    transform:none;
	}
	17% {
	    opacity: 1;
	    transform: none;
	}
	19% {
	    opacity: 1;
	    transform: none;
	}
	25% { opacity: 1 }
	100% { opacity: 1 }
}
}
