/* =========================== */
/* ==                       == */
/* ==        KEYNERS        == */
/* ==                       == */
/* ==  http://keyners.com/  == */
/* =========================== */



body {margin:0; padding: 0; font-family: "Open Sans", Arial, sans-serif;}
body {background: #fff; color: #585858;}

/*
* Paragraf
*/
p {font-size: 80%; font-weight: 300; color: #333; line-height: 22px; font-weight:500;}


/*
* Link
*/
a, a:visited {text-decoration: none; color: #585858;}



/*
* Headings
*/
h1 {font-size: 1.8em; line-height: 1.23em;}
h2 {font-size: 24px; font-family: 'Crete Round', Georgia, serif; font-weight: 400; padding: 20px 0; text-align:center; }
h3 {font-size: 24px; font-family: 'Crete Round', Georgia, serif; font-weight: 400; padding: 20px 0; text-align:center; }
h4 {font-size: 18px;}
h5 {font-size: 16px; padding-bottom: 10px;}
h6 {font-size: 14px; padding-bottom: 10px; font-weight: bold;}

h5 b {font-weight: bold;}


/*
* Lista NIE uporzadkowana UL
*/
ul {font-size: 14px; margin: 7px 0; padding-left: 10px;}
ul li {margin-bottom: 5px;}


/*
* divs random
*/
.container .clear, body .clear {width: 100%; float: left; clear: both; margin: 20px 0;}
.one-third {text-align: left;}


/*
* Header 
*/
header {width: 100%; height: 380px; float: left; clear: both; margin: 0; padding: 0; 
/*background: url(../images/misc/banner.jpg) no-repeat center -1px fixed; */
/* inicio colorzilla 
http://www.colorzilla.com/gradient-editor/#cccccc+0,2b617a+100;Olive+3D+%233 */
background: #cccccc; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E0YjM1NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NTg5MGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, #cccccc 0%, #2b617a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cccccc), color-stop(100%,#2b617a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #cccccc 0%,#2b617a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #cccccc 0%,#2b617a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #cccccc 0%,#2b617a 100%); /* IE10+ */
background: linear-gradient(to right, #cccccc 0%,#2b617a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#2b617a',GradientType=1 ); /* IE6-8 */
/*  fin colorzilla  */
position: relative; z-index: 1;} 
header nav {width: 100%; float: left; margin: 0; padding: 0px 0 60px; background: #fff; border-top: 10px solid #2b617a; position: relative; z-index: 1;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
}
header .slogan {float:left;padding: 0;}
header .slogan a.green {margin: 13px 0; padding: 10px 28px;}
header p {color: #fff;}
header h1, header h2, header h4 {width: 100%; float: left; clear: both;  text-align: left; color: #f4f4f4; text-shadow: 0 1px 1px rgba(0,0,0,.2); font-weight: 600;}
/*header h1 {font-size: 3em; margin-bottom: 10px;}*/
header h1 {font-size: 1.75em; opacity: 0.9;}/* personalizado */
header h2 {font-size: 1.75em; opacity: 0.9;}
header h4 {font-weight: normal; margin-bottom: 10px;}




/*
* Logo
*/
.logo a {color: #444; text-decoration: none; line-height: 20px;}
.logo a:hover {color: #FF6A00;}




/*
* Menu
*/
ul.mainMenu {margin: 0; padding: 0; float: right;}
ul.mainMenu li {display: inline; float: left; margin: 2px 10px;}
ul.mainMenu li a {font-size: 13px; color: #444; text-decoration: none;}
ul.mainMenu li a:hover {color: #FF6A00;
	-webkit-transition: color .12s ease-in-out;
    -moz-transition: color .12s ease-in-out;
    -ms-transition: color .12s ease-in-out;
    -o-transition: color .12s ease-in-out;
    transition: color .12s ease-in-out;
}







/*
* Orange
*/
.orange {width: 100%; float: left; clear: both; background: #ff6a00; margin: 50px 0; padding: 45px 0; color: #fff; text-align: center; position: relative;z-index: 1;}
.orange h2 {width: 100%; margin: 20px 0 50px; text-align: center; text-shadow: none;}
.orange p {width: 600px; margin: 0 auto 30px; color: #fff; text-align: center;}
.orange a.dalej {display: block; width: 185px; background: #df4a00; color: #fff; margin: 0 auto 20px; padding: 10px 20px; font-size: 12px; text-transform: uppercase;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.orange a.dalej:hover {background: #fff; color: #ff6a00;}


/*
* Gray
*/
.gray {width: 100%; float: left; clear: both; background: #f6f6f6; margin: 40px 0; padding: 35px 0; position:relative; z-index:1;}


/*
* Form, input, label, textarea
*/
.form h3, .form p {text-align: center;}
form {width: 400px; margin: 30px auto; text-align: center;}
input, label, textarea {width: 400px; float: left; margin: 0; padding: 0;}
label {font-size: 12px; text-transform: uppercase; font-weight: 300; margin-bottom: 7px;}
input {margin-bottom: 20px; padding: 7px 0; text-align: center;}
input, textarea {border: 1px solid #ddd; outline: none;}
input:focus, textarea:focus {border-color: #2b617a;}
textarea {width: 380px; padding: 7px 10px;}
input.error, textarea.error {border-color: #cc4847;}


input[type='submit'] {width: 402px; padding: 12px 0; margin-top:20px; font-size: 16px; border: none; background: #eee; color: #aaa; cursor: pointer;}
input[type='submit']:hover {background: #2b617a; color: #fff;}



/*
* Focus
*/
.focus h3 {margin-bottom: 15px;}
.focus h4, .focus h3 {float: left; width: 100%; text-align: center; margin-bottom: 7px;}
.focus p {text-align: center;}



/*
* Gallery
*/
.gallery a {width: 140px; height: 100px; overflow: hidden; float: left; margin: 5px; }
.gallery a img {height: 95px;}




/*
* a#Top
*/
a#top {display: none; width: 12px; height: 24px; padding: 6px; position: fixed; bottom: 50px; right: 60px; z-index: 9; color: #fff; background: #2b617a; font-size: 20px; font-weight: 600;}



/*
* BUTTONS
*/
.button {float: left; color: #fff; text-transform: uppercase; text-shadow: 0 1px 1px rgba(0,0,0,.2);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;

	-webkit-transition: background .12s ease-in-out;
    -moz-transition: background .12s ease-in-out;
    -ms-transition: background .12s ease-in-out;
    -o-transition: background .12s ease-in-out;
    transition: background .12s ease-in-out;
}


.medium {font-size: 12px; margin: 5px 0; padding: 9px 14px 8px;}



a.green {background: #45C491; color: #fff;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), 0 1px 0 0 rgba(255,255,255,.2) inset;
	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), 0 1px 0 0 rgba(255,255,255,.2) inset;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), 0 1px 0 0 rgba(255,255,255,.2) inset;
}
a.green:hover {background: #36ae7e}



/*
* Footer
*/
footer {width: 100%; float: left; margin: 10px 0 0; padding: 15px 0; background: #333;}
footer h5 {color: #ccc;}
footer p {color: #aaa; line-height: 15px; font-size: 12px; margin-bottom: 7px;}
footer a {color: #ddd;}
footer a:hover {color: #ff6a00;}

footer .social a {float: left; margin-right: 10px;}
footer .social a img {width: 35px; opacity: 0.4;}
footer .social a:hover img {opacity: 1;}


/*
* Personalizado
*/
.resaltado	{
	font-weight:bold; color:#000;
}
.resaltadoSubtitulo {
	color: #2b617a; font-weight:bold; line-height: 30px; 
}
img.iconoizq	{
	display: block; margin-left: 50px; 
}
img.iconoctr	{
	display: block; margin-left: auto;	margin-right: auto; 
}
p.margen {
	text-align:left;
	padding-left:20px;
}
.gray2 {width: 100%; background: #f6f6f6; margin: 40px 0; padding: 35px 0; z-index:1;}
a.lnk {color: #fff; text-decoration: none; font-weight:600;}
a.lnk:hover {text-decoration: none; color: #2b617a; }
a.lnk:visited {color: #fff; text-decoration: none;}
#exito {display:none; color: #2b617a; }
#fracaso {display:none; color: red; }
a.readmore { text-decoration: none; color: #2b617a; font-size:80%; font-weight:bold; }
a.download { text-decoration: none; color: #2b617a; font-size:100%; font-weight:bold; }


/* -------------------
*  RESPOSIVE ELEMENTS
*  ------------------- */
@media only screen and (max-width: 959px) and (min-width: 768px) { /* personalizado */

	header h2, header .seven.columns {display: none;}

}


@media only screen and (max-width: 767px) and (min-width: 480px) {

	header h2 {display: none;}
	header .slogan {/*padding-top: 40px;*/ display:none;}

	nav .container .logo {margin-bottom: 20px; text-align: center;}

	.orange p {width: 400px;}

	form, label, input  {width: 300px;}
	input[type="submit"] {width: 302px; margin-top:20px;}
	textarea {width: 280px;}

	.container .one-third.column, .container .eight.columns, .container .four.columns {margin-bottom: 40px;}

}



@media only screen and (max-width: 767px) {

	header {height: 440px;}
	header h2, header .six.columns {display: none;}
	header .slogan {/*padding: 30px 0;*/ display:none;}


	nav .container .logo {margin-bottom: 20px; text-align: center;}

	.orange p {width: 200px;}



	form, label, input  {width: 250px;}
	input[type="submit"] {width: 252px; margin-top:20px;}
	textarea {width: 230px;}

	.container .one-third.column, .container .eight.columns, .container .four.columns {margin-bottom: 40px;}

}









