/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/*-- reset --*/
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,dl,dt,dd,ol,nav ul,nav 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{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/*-- start editing from here --*/
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*-- end reset --*/
body {
    font-family: 'Open Sans', sans-serif; 
	background:  #2b2828;
    background-attachment: fixed;
}
h1 {
    font-size: 3em;
    text-align: center;
    color: #fff;
    font-weight: 100;
}
/*-- main --*/
.main {
    padding: 3em 0 0;
}
.main-agilerow {
    width: 55%;
    margin: 5em auto;
    background-color: #4CAF50;
}
.sub-w3lsleft{
    float: left;
    width: 50%;
}
.sub-w3lsright {
    float: left;
    width: 42%;
    background-color: #fff;
    padding: 3em 2em; 
    text-align: center;
}
/*-- sub-w3lsleft --*/
.video {
    background: url(../images/cv.jpg)#fff no-repeat;
    background-position: 0px 0px; 
    background-size: cover;
    min-height: 18em;
	z-index: 9;
}  
.profile-text-left ,.profile-text-right{
    float: left;
    width: 50%;
    text-align: center;
    padding:1.4em 0; 
} 
.profile-text-right{
	background:#4ba24e;
} 
.profile-w3lsmdl h3 {
    font-size: 1.5em;
    color: #fff;
    font-weight: 200;
}
.profile-w3lsmdl p {
    font-size: 0.8em;
    color: #fff;
    margin-top: 0.5em;
    letter-spacing: 3px;
}
/*-- //sub-w3lsleft --*/
.sub-w3lsright h2 {
    font-family: 'Felipa', cursive;
    font-size: 2em;
    letter-spacing: 4px;
    color: #000;
}
.sub-w3lsright p {
    font-size: 0.9em;
    color: #999;
    margin: 2em 0 4em;
}
.sub-w3lsright p span {
    color: #ec7d7d;
    font-weight: 900;
}
.sub-w3lsright input[type="email"] {
    width: 91.3%;
    padding: 0.8em 1em;
    font-size: 0.9em;
    color: #999;
    outline: none;
    border: 1px solid #ddd;
    background: none;
    -webkit-appearance: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
.sub-w3lsright input[type="submit"] {
    color: #fff;
    font-size: 0.9em;
    outline: none;
    padding: 0.9em 1em;
    border: 1px solid #f36464; 
    -webkit-appearance: none;
    background: #f36464;
    width: 100%;
    cursor: pointer;
    margin-top: 1.5em;
    text-transform: uppercase;
    letter-spacing: 4px;
	-webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
.sub-w3lsright input[type="submit"]:hover { 
    background: transparent;
    color: #f36464; 
	letter-spacing: 6px;
} 
::-webkit-input-placeholder {
	color:#999 !important;
}
:-moz-placeholder { /* Firefox 18- */
	color:#999 !important;
}
::-moz-placeholder {  /* Firefox 19+ */
	color:#999 !important;
}
:-ms-input-placeholder {  
	color:#999 !important;
}
/*-- //main --*/ 
/*-- copyright --*/
.copyw3-agile { 
    text-align: center;
	margin:2em 0;
}
.copyw3-agile p {
    font-size: 0.9em;
    color: #fff;
    line-height: 1.8em;
    letter-spacing: 1px;
}
.copyw3-agile p a{
    color: #f36464; 
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}
.copyw3-agile p a:hover{
    color: #fff;	
}
/*-- //copyright --*/
/*-- responsive-design --*/
@media(max-width:1440px){
.main-agilerow {
    width: 62%; 
} 
}
@media(max-width:1366px){
.main-agilerow {
    width: 65%;
}
}
@media(max-width:1280px){
.main-agilerow {
    width: 70%;
	margin: 3em auto;
} 
}
@media(max-width:1080px){
.main-agilerow {
    width: 82%; 
}
}
@media(max-width:1024px){
.main-agilerow {
    width: 84%;
}
}
@media(max-width:991px){
h1 {
    font-size: 2.8em; 
}
.main-agilerow {
    width: 87%;
}
}
@media(max-width:800px){
.main-agilerow {
    width: 90%;
}
.sub-w3lsright { 
    width: 40%; 
}
.main {
    padding: 2em 0 0;
}
h1 {
    font-size: 2.5em;
}
.sub-w3lsright h2 { 
    font-size: 1.8em; 
}
.profile-text-left, .profile-text-right { 
    padding: 1.1em 0;
}
.sub-w3lsright input[type="email"] {
    width: 88.3%; 
}
}
@media(max-width:736px){
h1 {
    font-size: 2.2em;
}
.sub-w3lsleft { 
    width: 49%;
}
.sub-w3lsright h2 {
    font-size: 1.6em;
}
.video { 
    min-height: 17.5em; 
}
}
@media(max-width:667px){
.sub-w3lsright {
    width: 42%;
    padding: 2.35em 1.5em;
}
.sub-w3lsright h2 {
    font-size: 1.5em;
}
.profile-w3lsmdl h3 {
    font-size: 1.3em; 
}
.video {
    min-height: 15em;
}
.sub-w3lsright p { 
    margin: 1.5em 0 3em;
}
.sub-w3lsright input[type="email"] {
    width: 87.3%;
}
}
@media(max-width:600px){
.main-agilerow {
    margin: 2em auto;
}
.sub-w3lsleft {
    width: 100%;
    float: none;
}
.sub-w3lsright {
    width: 90.55%;
    float: none;
    padding: 2em 1.5em;
}
.sub-w3lsright p {
    margin: 1.5em 0 2em;
}
.sub-w3lsright input[type="email"] {
    width: 93%;
}
.sub-w3lsright input[type="submit"] { 
    margin-top: 1em; 
}
.copyw3-agile p { 
    padding: 0 1em;
} 
}
@media(max-width:568px){
.sub-w3lsright {
    width: 90.1%; 
}
}
@media(max-width:480px){
.video {
    min-height: 12em;
}
.sub-w3lsright {
    width: 88.4%;
}
.main {
    padding: 1.5em 0 0;
}
}
@media(max-width:414px){
.sub-w3lsright {
    width: 86.4%;
}
.sub-w3lsright input[type="email"] {
    width: 90%;
}
h1 {
    font-size: 1.9em;
}
}
@media(max-width:384px){
.sub-w3lsright {
    width: 85.5%;
}
.sub-w3lsright input[type="email"] {
    width: 89%;
}
.copyw3-agile p {
    font-size: 0.85em; 
}
}
@media(max-width:375px){
h1 {
    font-size: 1.6em;
}
.profile-w3lsmdl p { 
    letter-spacing: 2px;
}
.profile-text-left, .profile-text-right {
    padding: 1em 0;
}
.sub-w3lsright input[type="submit"] { 
    font-size: 0.8em; 
}
}
@media(max-width:320px){
.video {
    min-height: 9em;
}
.profile-w3lsmdl h3 {
    font-size: 1.1em;
}
.sub-w3lsright h2 {
    font-size: 1.2em;
    letter-spacing: 3px;
}
.sub-w3lsright p {
    font-size: 0.8em; 
}
.main-agilerow {
    margin: 1em auto;
}
.profile-text-left, .profile-text-right {
    padding: 0.8em 0;
}
.sub-w3lsright {
    width: 82.5%;
}
.copyw3-agile p {
    font-size: 0.8em;
    letter-spacing: 0px;
}
}
/*-- //responsive-design --*/
