/*======================================================== GLOBAL STRUCTURE ========================================================*/

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video, {
    display: block;
}
:focus {
outline: 0;
}
mark, rp, rt, ruby, summary, time {
    display: inline
}
body {
    margin: 0;
    padding: 0;
	background:#000; 
	font-family: 'Lato', sans-serif;
	font-size:16px; 
	line-height:1.375em;
	color:#343434;
    margin: 0;
}
a {
	color: red; 
	outline:none;
    text-decoration:none;
    display: block
}
a:hover {
	text-decoration:none;
    transition:all 0.2s linear;
    -webkit-transition:all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
p {
    padding-top:16px;
}
h2 {
	font-weight: 400;
	font-size: 2em;
}
.container { 
    margin-left: auto;
	margin-right: auto;
	width: 50%; <!-- 960px 50% -->
}
.container-mail {
    margin-left: auto;
	margin-right: auto;
    width: 100%;
}
.separador {
    background: url('../images/border-bg.png') bottom repeat-x;
    width: 100%; <!-- 960px 50% -->
    display: block;
}

/* STYLES TO TOP FROM jqueryscript.net */

#jquery-script-menu {
position: fixed;
height: 90px;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid #316594;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 10px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

.jquery-script-center {
width: 960px;
margin: 0 auto;
}
.jquery-script-center ul {
width: 212px;
float:left;
line-height:45px;
margin:0;
padding:0;
list-style:none;
}
.jquery-script-center a {
	text-decoration:none;
}
.jquery-script-ads {
width: 728px;
height:90px;
float:right;
}
.jquery-script-clear {
clear:both;
height:0;
}

/* STYLES TO TOP */

#elevator_item {
	width: 60px;
	height: 100px;
	position: fixed;
	right: 15px;
	bottom: 10px;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	opacity: 1;
	z-index: 100020;
	display: none;
}
#elevator_item.off {
	opacity: 0;
	visibility: hidden
}
#elevator {
	display: block;
	width: 60px;
	height: 50px;
	background: url(../images/icon_top.png) center center no-repeat;
	background-color: #444;
	background-color: rgba(0,0,0,.6);
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	cursor: pointer;
	margin-bottom: 10px;
}
#elevator:hover {
	background-color: rgba(0,0,0,.7);
}
#elevator:active {
	background-color: rgba(0,0,0,.75);
}
#elevator_item .qr {
	display: block;
	width: 60px;
	height: 40px;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	cursor: pointer;
	background: url(../images/icon_code.png) center center no-repeat;
	background-color: #444;
	background-color: rgba(0,0,0,.6);
}
#elevator_item .qr:hover {
	background-color: rgba(0,0,0,.7);
}
#elevator_item .qr:active {
	background-color: rgba(0,0,0,.75);
}
#elevator_item .qr-popup {
	width: 170px;
	height: 200px;
	background: #fff;
	box-shadow: 0 1px 8px rgba(0,0,0,.1);
	position: absolute;
	left: -180px;
	bottom: 0;
	border-radius: 2px;
	display: none;
	text-align: center;
}
#elevator_item .qr-popup .code-link {
	display: block;
	margin: 10px;
	color: #777;
}
#elevator_item .qr-popup .code {
	display: block;
	margin-bottom: 10px;
}
#elevator_item .qr-popup .arr {
	width: 6px;
	height: 11px;
	background: url(../images/code_arrow.png) 0 0 no-repeat;
	position: absolute;
	right: -6px;
	bottom: 14px;
}

/*======================================================== HEADER ========================================================*/

header {
	overflow: hidden;
	background: url('../images/header-bg.gif') left top repeat;
	border-bottom: 3px solid #1c1e21;
	padding: 25px 0;
}
.logo {
    float: left;
    text-decoration: none;
}

.menu {
    margin: 1em 0 0 2em;
    padding: 0;
    float: left;
}
.menu li {
    display: inline-block;
    padding: 0 10px;
    border-radius: 4px;
}
.menu li:hover {
    background: #cc0000;
    transition:all 0.2s linear;
    -webkit-transition:all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.menu li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.4em;
    padding: .5em 0;
    line-height: 32px;
}
.icon-empresa {
    display: inline-block;
    background: url("../images/empresa.svg"); 
    width: 32px;
    height: 32px;
    margin-right: 7px;
}
.icon-proyectos {
    display: inline-block;
    background: url("../images/proyectos.svg"); 
    width: 32px;
    height: 32px;
    margin-right: 7px;
}
.icon-servicios {
    display: inline-block;
    background: url("../images/servicios.svg"); 
    width: 32px;
    height: 32px;
    margin-right: 7px;
}
.icon-contacto {
    display: inline-block;
    background: url("../images/contacto.svg"); 
    width: 32px;
    height: 32px;
    margin-right: 7px;
}

/*======================================================== SECTION SLIDER EMPRESA ========================================================*/

/*======================================================== SECTION PROYECTOS ========================================================*/

.section-proyects {
    background: #edf0f6;
    padding: 10px 0;
    border-top: .2em solid white;
    border-bottom: .2em solid white;
}
.section-proyects .h-title {
    line-height: 1em;
    width: 63%;
    margin: 0 auto;
    text-align: center;
    padding: 1em 0;
}
/*.menu-proyectos {
    display: inline-block;
    margin: 0 0 1em 0;
    padding: 0;
    overflow: scrollbar;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;*/
}
.menu-proyectos li {
    display: inline-block;
    margin: 0 2em 1em 0;
}
.menu-proyectos li a {
    color: #343434;
    font-size: 1.5em;
}
.menu-proyectos li a:hover {
    color: red;
}
.menu-proyectos .active a {
    color: red;
}
.imgs-proyectos {
    margin: 0;
    padding: 0 .1em;
    text-align: center;
    width: 100%;
}
.imgs-proyectos li {
    display: inline-block;
    margin: 0 .5em .5em 0;
}
.img-Small {
    width: 300px;
    height: 200px;
    border-radius: 1em;
}

/*======================================================== SECTION SERVICIOS ========================================================*/

.carousel {
	width:98% !important;
	margin: 20px 0;
    padding: 0;
}
.carousel li {
    margin: 0;
    padding: 0;
}
.carousel li a {
    margin: 0;
    padding: 0;
    color: #343434;
    font-size: 1.5em;
    height: auto;
    width: 100%;
}
.prev, .next {
	display: inline-block;
	width: 39px;
	height: 39px;
	opacity: 1;
    margin-left: 1em;
}
.prev:hover, .next:hover {
	opacity: 0.9;
    cursor: pointer;
}
.prev {
	background: url(../images/prev.svg) left top no-repeat;
}
.next {
	background: url(../images/next.svg) left top no-repeat;
}
.menu-servicios li a {
    text-transform: uppercase;
    
    display: block;
}
.servicio {
    padding: 1em 2em 0 1em;
    width: 42%;
    overflow: hidden;
    display: inline-block;
}
.imgServicio {
    display: inline-block;
    padding: 0;
    width: 400px;
    height: 300px;
    border-radius: 1em;
    margin: 1.3em 0 0 3em;
}

/*======================================================== SECTION CLIENTES ========================================================*/

.clients-list {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.clients-list li {
    display: inline-block;
    padding-left: 50px;
    margin: 0 0 1em 0;
}

/*======================================================== SECTION FOOTER ========================================================*/

footer {
    background: black;
    overflow: hidden;
}
footer h2 {
    color: white;
    padding: 10px 0;
}
.contacts, iframe, .mapa-datos, .form-container {
    display: inline-block;
}
.iframe-map {
    width: 340px;
    height: 340px;
}
.contacts {
    color: white;
    margin: 90px 40px 0 50px;
}
.contacts .title {
    display: block;
    padding: 0 0 15px;
}
.form-container {
	width:35%;	
}
#message { 
    margin: 0;
    padding: 0;
    color: white;
    border: none;
}
input#name, input#email, input#phone, input#subject  {
	width:96%;
	height:30px;
	padding:5px;
	margin: 0 auto 8px auto;
	border:none;
	font-size:1.2em;
	border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
textarea#comments {
	width:96%;
	height:100px;
	padding:5px;
	margin-bottom:8px;
	border:none;
	font-size:1.2em;	
	resize: none;
	border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#captcha {
	float:left;
    margin-right:30px;
}
#captcha span {
	float:left;
	line-height:28px;
	margin-right:10px;
    color: white;
}
input#verify {
	width:38px;
	height:18px;
	padding:5px;
	border:1px solid #e5e5e5;
	font-size:14px;
	float:left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    text-align: center;
}
input#submit, input#reset {
    background: #343434;
    border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    color: white;
    display: inline-block;
	font-size: .8em;
    float: left;
	margin-left: 6px;
	padding:0 10px;
	height:40px;
	behavior: url(PIE.htc);
    cursor: pointer;
}
input#submit:hover, input#reset:hover{
    transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    background: #4f4f4f;
}
.loader {
	position:relative;
	float: right;
	margin-top: 12px;	
}
.error_message {
	color:red;
	padding:10px 0;
    border: none;
}
fieldset {
    border: none;
}
.success_page {
	text-align:center;
	padding:10px 0;
    border: none;
}

/*======================================================== SECTION COPYRIGHT ========================================================*/

.copyright {
    color: white;
    margin: 3em 0;
    padding: 0;
    width: 100%;
}
.copyright li {
    display: inline-block;
    height: 35px;
}
.copyright .separacion {
    margin: 0 10px;
}
/*.copyright .social {
    margin-left: 330px;
    line-height: 35px;
}
.copyright .social a {
    display: inline-block;
    margin-left: 10px;
}*/
.designby {
    color: #343434;
    display: inline-block;
}


/*============================================================================================================================================*/
/*============================================================================================================================================*/
/*============================================================================================================================================*/
/*======================================================== MEDIA QUERIES MOBILES ========================================================*/

@media all and (min-width: 240px) and (max-width: 900px) /* mobiles */ {
    .separador {
        width: 350px;
    }
    .container {
        text-align: center;
        width: 350px;
    }
    header {
        padding: 5px 0;
    }
    .logo {
        float: none;
        width: 150px;
    }
    .menu {
        margin: 0;
        padding: 0;
    }
    .menu li {
        display: inline-block;
        margin: 0 0 0 0;
    }
    .menu li a {
        font-size: 1em;  
    }
    .section-proyects .h-title {
        line-height: 1em;
        margin: 0 auto;
        padding: 1em 0;
        width: 350px;
        text-transform: uppercase;
    }
    .menu-proyectos {
        display: none;
    }
    nav select {
        background: white url(../images/arrow.png);
        background-position: 320px center;
        background-repeat: no-repeat;
        display: inline-block;
        border-color: red;
        font-size: 1em;
        border-radius: 5px;
        padding: 0.5em 0.5em 0.5em 1em;
        width: 100%;
        margin: 0 0 0.5em 0;
        -webkit-appearance: none;
        text-transform: uppercase;
    }
    .menu-proyectos li a {
        text-transform: uppercase;
        font-size: 1em;
    }
    .separador-li-menu-proyectos {
        border: none;
    }
    .img-portada-proy {
        width: 350px;
        border-radius: 1em;
    }
    .descripcion-proyecto {
        margin-left: 0;
    }
    .img-portada-proy, .descripcion-proyecto, .texto-proyecto {
        margin-top: 1em;
    }
    .descripcion-proyecto .texto-proyecto, .descripcion-proyecto p {
        text-align: justify;
    }
    .titulo-proyecto {
        text-transform: uppercase;
        font-size: 1.3em;
    }
    .link-ver-galeria {
        margin-top: 1em;
        font-size: 1.3em;
    }
    .titulo-galeria {
        font-size: 1.3em;
        margin-top: 1em;
        margin-bottom: 1em;
        text-transform: uppercase;
        color: red;
    }
    .imgs-proyectos {
        padding: 0;
    }
    .imgs-proyectos li {
        display: inline-block;
        margin: .5em 0;
    }
    .img-Small {
        width: 350px;
        height: 200px;
    }
    .carousel {
        width: 350px !important;
        margin: 20px 0;
        padding: 0;
    }
    .carousel li {
        width: 350px;
    }
    .carousel li a {
        width: 350px;
        line-height: 1.2em;
    }
    .servicio {
        padding: 1em 0;
        width: 350px;
        display: inline-block;
        text-align: justify;
    }
    .imgServicio {
        display: inline-block;
        padding: 0;
        border-radius: 1em;
        margin: 1em 0 0 ;
        width: 350px;
    }
    .clients-list li {
        display: inline-block;
        padding-left: 0;
        margin: 0 0 1em 0;
    }
    .container .clients {
        display: none;
    }
    .container .clients-list {
        display: none;
    }
    .iframe-map {
        
    }
    .contacts {
        color: white;
        margin: 1em 0;
    }
    .form-container {
	   width: 350px;	
    }
    #captcha {
        margin: 0 60px 1em 0;
    }
    .copyright {
        margin: 2em 0;
        padding: 0;
        width: 100%;
    }
    .copyright .separacion {
        display: none;
    }
    /*.copyright .social {
        margin-left: 0;
        line-height: 35px;
    }
    .copyright .social a {
        display: inline-block;
        margin-left: 10px;
    }*/
}

/*============================================================================================================================================*/
/*============================================================================================================================================*/
/*============================================================================================================================================*/
/*======================================================== MEDIA QUERIES PCS AND LAPS ========================================================*/

@media all and (min-width: 901px) and (max-width: 1920px) {
    
    article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video, {
    display: block;
    }
    mark, rp, rt, ruby, summary, time {
        display: inline
    }
    body {
        margin: 0;
        padding: 0;
        background:#000; 
        font-family: 'Lato', sans-serif;
        font-size:16px; 
        line-height:1.375em;
        color:#343434;
        margin: 0;
    }
    a {
        color: red; 
        outline:none;
        text-decoration:none;
        display: block
    }
    a:hover {
        text-decoration:none;
        transition:all 0.2s linear;
        -webkit-transition:all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }
    p {
        padding-top:16px;
    }
    h2 {
        font-weight: 300;
        font-size: 30px;
        padding: 20px;
        width: auto;
    }
    .container { 
        margin-left: auto;
        margin-right: auto;
        width: 960px;
    }
    .container-mail {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .separador {
        background: url('../images/border-bg.png') left bottom repeat-x;
        width: 960px;
        margin: 0 auto;
    }

    /* STYLES TO TOP FROM jqueryscript.net */

    #jquery-script-menu {
    position: fixed;
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 5px solid #316594;
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    z-index: 999999;
    padding: 10px 0;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    }

    .jquery-script-center {
    width: 960px;
    margin: 0 auto;
    }
    .jquery-script-center ul {
    width: 212px;
    float:left;
    line-height:45px;
    margin:0;
    padding:0;
    list-style:none;
    }
    .jquery-script-center a {
        text-decoration:none;
    }
    .jquery-script-ads {
    width: 728px;
    height:90px;
    float:right;
    }
    .jquery-script-clear {
    clear:both;
    height:0;
    }

    /* STYLES TO TOP */

    #elevator_item {
        width: 60px;
        height: 100px;
        position: fixed;
        right: 15px;
        bottom: 10px;
        -webkit-transition: opacity .4s ease-in-out;
        -moz-transition: opacity .4s ease-in-out;
        -o-transition: opacity .4s ease-in-out;
        opacity: 1;
        z-index: 100020;
        display: none;
    }
    #elevator_item.off {
        opacity: 0;
        visibility: hidden
    }
    #elevator {
        display: block;
        width: 60px;
        height: 50px;
        background: url(../images/icon_top.png) center center no-repeat;
        background-color: #444;
        background-color: rgba(0,0,0,.6);
        border-radius: 2px;
        box-shadow: 0 1px 3px rgba(0,0,0,.2);
        cursor: pointer;
        margin-bottom: 10px;
    }
    #elevator:hover {
        background-color: rgba(0,0,0,.7);
    }
    #elevator:active {
        background-color: rgba(0,0,0,.75);
    }
    #elevator_item .qr {
        display: block;
        width: 60px;
        height: 40px;
        border-radius: 2px;
        box-shadow: 0 1px 3px rgba(0,0,0,.2);
        cursor: pointer;
        background: url(../images/icon_code.png) center center no-repeat;
        background-color: #444;
        background-color: rgba(0,0,0,.6);
    }
    #elevator_item .qr:hover {
        background-color: rgba(0,0,0,.7);
    }
    #elevator_item .qr:active {
        background-color: rgba(0,0,0,.75);
    }
    #elevator_item .qr-popup {
        width: 170px;
        height: 200px;
        background: #fff;
        box-shadow: 0 1px 8px rgba(0,0,0,.1);
        position: absolute;
        left: -180px;
        bottom: 0;
        border-radius: 2px;
        display: none;
        text-align: center;
    }
    #elevator_item .qr-popup .code-link {
        display: block;
        margin: 10px;
        color: #777;
    }
    #elevator_item .qr-popup .code {
        display: block;
        margin-bottom: 10px;
    }
    #elevator_item .qr-popup .arr {
        width: 6px;
        height: 11px;
        background: url(../images/code_arrow.png) 0 0 no-repeat;
        position: absolute;
        right: -6px;
        bottom: 14px;
    }

    /*======================================================== HEADER ========================================================*/

    header {
        overflow: hidden;
        background: url('../images/header-bg.gif') left top repeat;
        border-bottom: 3px solid #1c1e21;
        padding: 25px 0;
    }
    .logo {
        display: block;
        /*text-indent: -5000px;*/
        color: white;
        font-size: 2.5em;
        width: 200px;
        height:183px;
        float: left;
        text-decoration: none;
        text-align: center;
        line-height: 57px;
    }

    /*======================================================== SECTION SLIDER EMPRESA ========================================================*/

    /*======================================================== SECTION PROYECTOS ========================================================*/

    .section-proyects {
        background: #edf0f6;
        padding: 10px 0;
        border-top: .2em solid white;
        border-bottom: .2em solid white;
    }
    .section-proyects .h-title {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 1em 0;
        text-transform: uppercase;
    }
    nav select {
        display: none;
    }
    .menu-proyectos {
        display: inline-block;
        margin: 0 0 1em 0;
        padding: 0;
        text-align: center;
    }
    .menu-proyectos li {
        display: inline-block;
        margin: 0 1em 0.5em 0;
    }
    .menu-proyectos li a {
        color: #343434;
        font-size: 1em;
        text-transform: uppercase;
    }
    .menu-proyectos li a:hover {
        color: red;
    }
    .menu-proyectos .active a {
        color: red;
    }
    .separador-li-menu-proyectos {
        border-right: 1px solid;
        width: 1em;
        height: 1em;
    }
    .img-portada-proy, .descripcion-proyecto {
        margin-top: 1em;
    }
    .img-portada-proy {
        border-radius: 1em;
        width: 500px;
        display: inline-block;
    }
    .descripcion-proyecto {
        display: inline-block;
        width: 400px;
        margin-left: 20px;
    }
    .titulo-proyecto {
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 1em;
        font-size: 1.3em;
    }
    .texto-proyecto {
        width: 400px;
        margin-bottom: 1em;
        text-align: justify;
    }
    .link-ver-galeria {
        font-size: 1.5em;
        margin-top: 0.5em;
    }
    .titulo-galeria {
        text-align: center;
        font-size: 1.5em;
        margin-top: 1em;
        margin-bottom: 1em;
        text-transform: uppercase;
        color: red;
    }
    .imgs-proyectos {
        margin: 0;
        padding: 0 .1em;
        text-align: center;
        width: 100%;
    }
    .imgs-proyectos li {
        display: inline-block;
        margin: 0 .5em .5em 0;
    }

    .img-Small {
        width: 300px;
        border-radius: 1em;
    }

    /*======================================================== SECTION SERVICIOS ========================================================*/

    .carousel {
        width:940px !important;
        margin: 20px 0;
        padding: 0;
    }
    .carousel li {
        margin: 0;
        padding: 0;
    }
    .carousel li a {
        margin: 0;
        padding: 0;
        color: #343434;
        font-size: 1.5em;
        height: 50px;
    }
    .prev, .next {
        display: inline-block;
        width: 39px;
        height: 39px;
        opacity: 1;
        margin-left: 1em;
    }
    .prev:hover, .next:hover {
        opacity: 0.9;
        cursor: pointer;
    }
    .prev {
        background: url(../images/prev.svg) left top no-repeat;
    }
    .next {
        background: url(../images/next.svg) left top no-repeat;
    }
    .menu-servicios li a {
        text-transform: uppercase;
        width: 940px;
        display: block;
    }
    .servicio {
        padding: 1em 2em 0 1em;
        width: 400px;
        height: 150px;
        display: inline-block;
    }
    .imgServicio {
        display: inline-block;
        padding: 0;
        width: 400px;
        height: 300px;
        border-radius: 1em;
        margin: 0 0 0 3em;
    }

    /*======================================================== SECTION CLIENTES ========================================================*/

    .clients-list {
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .clients-list li {
        display: inline-block;
        padding-left: 50px;
        margin: 0 0 1em 0;
    }
    .container .clients {
        display: none;
    }
    .container .clients-list {
        display: none;
    }

    /*======================================================== SECTION FOOTER ========================================================*/

    footer {
        background: black;
        overflow: hidden;
    }
    footer h2 {
        color: white;
        padding: 10px 0;
    }
    .contacts, iframe, .mapa-datos, .form-container {
        display: inline-block;
    }
    .contacts {
        color: white;
        margin: 85px 0 0 50px;
    }
    .contacts .title {
        display: block;
        padding: 0 0 15px;
    }
    .form-container {
        width:30%;	
        float: right;
    }
    #message { 
        margin: 0;
        padding: 0;
        color: white;
        border: none;
    }
    input#name, input#email, input#phone, input#subject  {
        width:100%;
        height:30px;
        padding:5px;
        margin: 0 auto 8px auto;
        border:none;
        font-size:1.2em;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }
    textarea#comments {
        width:100%;
        height:100px;
        padding:5px;
        margin-bottom:8px;
        border:none;
        font-size:1.2em;	
        resize: none;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }
    #captcha {
        float:left;
    }
    #captcha span {
        float:left;
        line-height:28px;
        margin-right:10px;
        color: white;
    }
    input#verify {
        width:38px;
        height:18px;
        padding:5px;
        border:1px solid #e5e5e5;
        font-size:14px;
        float:left;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        text-align: center;
    }
    input#submit, input#reset {
        background: #343434;
        border: none;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        color: white;
        display: inline-block;
        font-size: .8em;
        float: left;
        margin-left: 6px;
        padding:0 10px;
        height:40px;
        behavior: url(PIE.htc);
        cursor: pointer;
    }
    input#submit:hover, input#reset:hover{
        transition:all 0.3s linear;
        -webkit-transition:all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        background: #4f4f4f;
    }
    .loader {
        position:relative;
        float: right;
        margin-top: 12px;	
    }
    .error_message {
        color:red;
        padding:10px 0;
        border: none;
    }
    fieldset {
        border: none;
    }
    .success_page {
        text-align:center;
        padding:10px 0;
        border: none;
    }

    /*======================================================== SECTION COPYRIGHT ========================================================*/

    .copyright {
        color: white;
        margin: 3em 0;
        padding: 0;
    }
    .copyright li {
        display: inline-block;
        height: 35px;
    }
    .copyright .separacion {
        margin: 0 10px;
    }
    /*.copyright .social {
        float: right;
        line-height: 35px;
    }
    .copyright .social a {
        display: inline-block;
        margin-left: 10px;
    }*/
    .designby {
        color: #343434;
        display: inline-block;
    }
}