/* Styles from BootStrap */

* {
	-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; */
}


body {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #f0141e;
    background-color: #ffffff;
	overflow-x: hidden;
	margin: 0;
}

@media (min-width: 768px)
.navbar-fixed-top.navbar-shrink {
    padding: 0px;
    max-width: 100%;
}

.navbar-default, .navbar-inverse {
    border: 0;
}


.navbar, h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

@media (min-width: 768px)
.navbar-fixed-top {
    padding: 15px 0;
    max-width: 100%;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
}

.navbar-default {
    background-color: #f0141e;
    border-color: transparent;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

media (min-width: 768px)
.navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar {
    position: relative;
    min-height: 60px;
    margin-bottom: 21px;
    border: 1px solid transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-default .navbar-toggle {
    border-color: #1a242f;
}

@media (min-width: 768px){
.navbar-toggle {
    display: none;
}
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 6px 7px;
    margin-top: 13px;
    margin-bottom: 13px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-default .navbar-brand {
    color: #ffffff;
}

.navbar-brand {
    line-height: 1;
}

.navbar-brand {
    float: left;
    padding: 18px 10px;
    font-size: 19px;
    line-height: 21px;
    height: 60px;
    vertical-align: middle;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
@media (min-width: 768px)
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 300px;
}
@media (min-width: 768px)
.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px)
.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}
@media (min-width: 768px)
.navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.collapse {
    display: none;
}

a, a:hover, a:focus, a:active, a.active {
    outline: 0;
    color: #12a5f4;
	background-color: white;
}

a {
    background-color: transparent;
	color: #12a5f4;
    text-decoration: none;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button, select {
    text-transform: none;
}

button {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

input[type=text], input[type=email], textarea{
	border-style: solid;
	border-width: 1px;
	border-color: #c2c2c2;
	margin-top: 5px;
}

@media (min-width: 768px)
.navbar-nav > li {
    float: left;
}
.nav > li {
    position: relative;
    display: block;
}
.hidden {
    display: none !important;
}

.text-center {
    text-align: center;
}


footer .footer-above {
    padding-top: 30px;
    background-color: #f0141e;
}

footer .footer-below {
    padding: 0px 0px 25px 0px;
    background-color: #f0141e;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0px;
}

@media(min-width:768px) {
    header .container {
        padding-top: 160px;
        padding-bottom: 0px;
    }
}

footer .footer-col {
    margin-bottom: 20px;
}

.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;
}

footer h3 {
    margin-bottom: 10px;
	color: white;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

h3, .h3 {
    font-size: 20px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0px;
    margin-bottom: 10.5px;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}
.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

p {
    font-size: 16px;
}

/* Styles from freelancer.css */
@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 15px 0;
		max-width: 100%;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 1.5em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
		//padding-top: 17px;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 0px;
		max-width: 100%;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
		padding-top: 19,5px !important;
    }
}

.navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 0px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}


/* Contact Style */

body {
	background-image: url("../img/propuesta_twittertrabajarbueno9.jpg");
	background-repeat: repeat;
	color: #000;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

/* HEADER LOGO */
	#logo-header {
		float: left;
		}

/* CONTACT FORM */
	#main-area {
		margin-top: 110px;
		margin-bottom: 110px;
		/*min-height: 650px;
		max-width: 400px;*/
	}
	#form {
		background-color: rgba(255, 255, 255, 1);
		font-size: 14px;
		float: center;
		min-height: 440px;
		width: 380px;
		margin: auto;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		word-wrap: break-word;
		-webkit-box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
		-moz-box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
		box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	@media(max-width:767px) {
	#form {
	  	width: 280px;
		margin: auto;
	}
	input[type="text"], 
    input[type="email"],
	textarea {
		width: 230px;
	}
	#contact-lesson {
		margin-left: 25px;
	}
	}
	
	@media(min-width:768px){
		input[type="text"], input[type="email"], textarea {
		  width: 330px;	
		}
	}
	
	#form-top {
		min-height: 40px;
		width: 380px;
		margin: 0 0 0 -15px;
		background-color: #f0141e;
		padding: 10px 20px;
		-webkit-border-radius: 10px 10px 0 0;
		-moz-border-radius: 10px 10px 0 0;
		border-radius: 10px 10px 0 0;
	}
	@media(max-width:767px) {
	#form-top {
	  	width: 280px;
	}
	}
	
	#form-tittle {
		color: white;
		font-size: 24px;
		font-weight: bold;
		margin: 0px;
		text-align: center;}
	
	#level-select {
		width: 334px;
	}
	@media(max-width:767px) {
	#level-select {
	  	width: 230px;
	}
	}

	.wpcf7-form p {
		margin: 10px 10px;
	}
	@media(max-width:767px) {
	.wpcf7-form p {
	  	width: 240px !important;
	}
	}
	
	p #required-fields {
		font-size: 10px !important;
		}
		
	#contact-lesson {
		background-color: #f0141e;
		color: #fff;
		position: center;
  		font-family: inherit;; 
  		font-size: 17px; 
 		font-weight: bold; 
 		text-decoration: none;
		margin-top: 10px;
		margin-bottom: 10px;
		height: 40px;
		width: 180px;
  		border-top: solid 1px #fff;
  		border-bottom: solid 1px #fff;
  		border-left: solid 1px #fff;
  		border-right: solid 1px #fff;
  		-webkit-border-radius: 10px;
     		-moz-border-radius: 10px;
          		border-radius: 10px;
  		-webkit-box-shadow: 2px 2px 9px rgba(0,0,0,0.6);
     		-moz-box-shadow: 2px 2px 9px rgba(0,0,0,0.6);
          		box-shadow: 2px 2px 9px rgba(0,0,0,0.6);
	}
	
	@media(min-width:768px){
		#contact-lesson{
		  margin-left: 75px;	
		}
	}
	
	#contact-lesson:hover { 
  background-color: #f4d246; 
}
	input.wpcf7-form-control-wrap your-message {
		color: #000;
		}
		
	.wpcf7-response-output {
		margin: 5px 30px 15px 30px;
	}

	span.invalid-value {
	 	color: #d94412;
	}
	span.invalid-email {
		color: #d94412;
	}
	span.request-error {
		color: #d94412;
	}
	span.request-sent {
	 	color: #43B811;
	}

	.level-menu {
		min-width:200px;
	  	font-size: 20px;
	}
		
footer {
	// display: block;
	width: 100%;
	// margin-top: 40px;
	// margin-bottom: -40px;
	}