/*
Theme Name: RMT 0.1
Theme URI: http://www.erasmusplus-rmt.net/
Description: The RMT Theme
Version: 0.1
Author: @V2LT / scaradesign.com
*/
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
*, *:before, *:after {
    box-sizing: border-box;
}
/* Styles */
html, body {
    height: 100%;
}
body {
    color: #333;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    line-height: 24px;
}
p {
    padding-bottom: 24px;
}
strong {
    font-weight: bold;
}
.wrapper {
    height: auto !important;
    margin: 0 auto -205px;
    width: 1280px;
    min-height: 100%;
    padding-top: 20px;
}
.clear {
	clear: both;
    overflow: hidden;
    visibility: hidden;
}
.light a {
    color: #fff;
    font-family: cabin-condensed, sans-serif;
    text-decoration: none;
}
.backHome {
    background: url("img/logo-erasmus-rmt.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 102px;
    margin-left: 40px;
    text-indent: -9999px;
    width: 126px;
}
.home nav {
    margin-bottom: 0;
}
.home .content {
    background-color: #fff;
}
.hero {
    background: transparent url("img/bg.png") no-repeat scroll right center;
    padding: 0 40px 50px;
}
.hero .entry-title {
    color: #0f3f93;
    font-size: 46px;
    line-height: 54px;
    padding-bottom: 40px;
    padding-top: 50px;
    text-transform: uppercase;
}
.hero p {
    max-width: 640px;
}
.entries > div {
    display: inline-block;
    padding: 40px 40px 0;
    vertical-align: top;
    width: 33%;
}
.entries h2 {
    font-family: cabin-condensed,sans-serif;
    font-size: 26px;
    line-height: 28px;
    padding: 0 0 10px;
    text-transform: uppercase;
}
nav {
    background-color: #0f3f93;
    font-size: 18px;
    margin: 20px 0;
    padding: 20px 40px;
}
nav li:last-child {
    margin: 0;
}
nav li {
    display: inline-block;
    margin: 0 25px 0 0;
}
.site-lang {
    float: right;
    margin-right: 40px;
}
.site-lang li {
    display: inline-block;
    margin-left: 2px;
}
.content {
    background-color: #eee;
    display: table;
    margin-bottom: 50px;
    width: 1280px;
}
.subnav {
    float: left;
    font-family: cabin-condensed,sans-serif;
    padding: 0 40px 50px;
    width: 260px;
}
.subnav a {
    color: #333;
    font-size: 16px;
    line-height: 32px;
    text-decoration: none;
    text-transform: uppercase;
}
.pinned {
    padding-top: 50px;
}
.entry-title {
    padding-bottom: 10px;
}
.post {
    background-color: #fff;
    float: left;
    padding: 50px 100px;
    width: 1020px;
}
.post.one-col {
    padding-left: 200px;
    padding-right: 200px;
    padding-top: 50px;
    width: 1280px;
}
.post h2 {
    font-family: cabin-condensed,sans-serif;
    font-size: 36px;
    line-height: 38px;
    padding-bottom: 15px;
    padding-top: 50px;
    text-transform: uppercase;
}
.post h2:first-child {
    padding-top: 0;
}
.post p:last-child {
    padding-bottom: 0;
}
footer, .push {
    height: 205px;
}
footer {
    background-color: #444;
	color: #fff;
    min-width: 1280px;
}
footer .menu li {
    border-left: 1px solid #fff;
    display: inline;
    margin-right: 12px;
    padding-left: 12px;
}
#copy {
    bottom: -85px;
    font-size: 14px;
    position: absolute;
}
#copy > div {
    display: inline-block;
    margin-left: 12px;
}
.foot {
    font-family: cabin-condensed, sans-serif;
    margin: 0 auto;
    width: 1280px;
    padding: 30px 40px 0;
    position: relative;
}
.foot img {
    margin-right: 20px;
    max-height: 48px;
    vertical-align: middle;
}
.right {
    background: url("img/icon-fbk.png") no-repeat scroll right center transparent;
    float: right;
    height: 32px;
    line-height: 32px;
    padding-right: 38px;
}
.left {
    float: left;
}
.left > div {
    height: 32px;
    line-height: 32px;
    margin-bottom: 5px;
}
.post img {
    height: 80px;
    line-height: 0;
    margin-bottom: 26px;
    margin-top: 100px;
    width: auto;
}
.post img:first-child {
    margin-top: 0;
}
.actu {
    padding-bottom: 100px;
}
.actu h2 {
    padding-top: 0;
}
.actu small {
    font-size: 12px;
}
.actu p:last-child {
    padding-bottom: 0;
}
.actu a,
.post a,
.hero a,
.entries a {
    border-bottom: 1px dotted #0f3f93;
    color: #0f3f93;
    text-decoration: none;
}
a.download {
    background-image: url("img/icon-download.png");
    background-repeat: no-repeat;
    border: 0 none;
    color: #333;
    display: block;
    font-family: cabin-condensed,sans-serif;
    font-size: 22px;
    height: 48px;
    line-height: 48px;
    margin-top: 20px;
    opacity: 0.4;
    padding-left: 60px;
    text-decoration: none;
    transition: all 0.3s;
}
a.download:hover {
    opacity: 1;
    transition: all 0.3s;
    
}
.nav-previous a, .nav-next a {
    color: #333;
    float: right;
    font-family: cabin-condensed,sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-next a {
    float: left;
}
.one-col h1 {
    font-family: cabin-condensed,sans-serif;
    font-size: 36px;
    line-height: 38px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.one-col .wpcf7 {
    margin-top: 30px;
    position: relative;
}
.wpcf7-form input, .wpcf7-form textarea {
    border: 1px solid #ccc;
    color: #333;
    font-size: 16px;
    margin-top: 6px;
    min-width: 420px;
    padding: 5px 10px;
}
.wpcf7-form textarea {
    font-family: sans-serif;
    padding: 10px;
    width: 620px;
}
.wpcf7-form .wpcf7-submit {
    background-color: #fff;
    border: 1px solid #0f3f93;
    color: #0f3f93;
    cursor: pointer;
	display: block;
    font-size: 14px;
    min-width: inherit;
	transition: all 0.3s;
    padding: 10px 30px;
}
.wpcf7-form .wpcf7-submit:hover {
    background-color: #0f3f93;
    color: #fff;
    transition: all 0.3s;
}
span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-form input.wpcf7-not-valid {
    border-color: red;
}
.wpcf7-response-output.wpcf7-validation-errors {
    display: none;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #fff;
    border: 0 none;
    height: 560px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 880px;
}
.error {
  	background-color: #fff;
    padding: 50px 40px;
}