@charset "utf-8";

/* ============================== */
/* 
	- Title: Mycv 
	- Autor: Imaginacionweb - Juan David Rendon
	- Email: jdrendon@imaginacionweb.net
	- Version: 1.0
*/
/* ============================== */


/* ---------------------------------------------------------------------- */
/*	Import styles
/* ---------------------------------------------------------------------- */

/* bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).*/
@import url("bootstrap/bootstrap.css");
/*jquery.fancybox-1.3.1.css  - Lightbox*/
@import url("../js/fancybox/jquery.fancybox-1.3.1.css");
/*Google Fonts*/
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,300,700,800");

/* Standar Styles --------------------------------------------------------*/

body{
	font-size: 14px;	
	font-family: 'Open Sans', sans-serif;
	line-height:24px;
	color:#555;
	position: relative;
	font-weight:normal;	
	background-color: #fff;
}
a{
	color: #000;
}
a:hover{
	text-decoration: none;		
}
p{
	margin:0 0 20px 0;
	padding: 0;
}
h1 {font-size:34px;}
h2 {font-size:30px;}
h3 {font-size:24px;}
h4 {font-size:20px;}
h5 {font-size:16px;}
h6 {font-size:14px;}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 30px;
	padding: 5px 0 15px 0;		
	color: #232323;
	font-family: Georgia, Times New Roman, Times, serif;
}

/* Class and styles General ----------------------------*/

.clearfix{
	width:1px;
	height:1px;	
	display:block;
	clear:both;
	content:" , ";
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.text_right{
	text-align: right;
}
.center{
	text-align: center;
}
.padding_top{
	padding-top: 50px;
}
strong{
	color: #333;
}
.button{
	width: auto;
	background-color: #000;
	border: 0;
	color: #fff;
	border-left: 5px;
	padding: 10px 20px;
}
.button:hover{
	color: #fff;
}

ul{
	margin:0;
}
ul li{
	list-style: none;
}
.tinynav{
	display: none;
}
.border_left{
	border-left: 1px solid #cdcdcd;
	padding: 0 35px 0 ;
}
.border_right{
	border-right: 1px solid #cdcdcd;
	padding: 0 35px 0 0;
}
.border_top{
	border-top: 1px solid #cdcdcd;
}

/* ---------------------------------------------------------------------- */
/*	General Structure
/* ---------------------------------------------------------------------- */

/* Logo-------------------------------*/

.logo{
	border-top: 3px solid #000;
}
.logo .title_logo{
	padding: 30px 0;
}
.logo .title_logo h1{
	font-size: 50px;
	line-height: 55px;
	padding: 0;
}
.logo .title_logo h1 small{
	font-style: italic;
}

/* nav-------------------------------*/

nav ul li{
	list-style: none;
	float: left;
	margin: 0 3% 0 0;
}
nav{
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 30px;
}
.is-sticky{
	background: #000;
	background: rgba(0,0,0,0.9);
	width: 100%;
	padding: 20px 0;
	z-index: 99999;
}
.is-sticky li a{
	color: #fff;
}


/* Contens Info-------------------------------*/

.info_area{
	padding: 70px 0;
}
.title_section{
	display: block;
}
.title_section h1{
	padding: 0;
	display: inline-block;
	margin: 0 0 40px 0;
	padding: 9px 30px 9px 130px;
	position: relative;
	text-align: right;
	color: #fff;
	background: #000;
}
.title_section .arrow_title{
	position: absolute;
	background: url("../img/arrow_title.png") no-repeat;
	width: 37px;
	height: 48px;
	top: 0;
	right: -35px;
}
.title_section small{
	margin-left: 4%;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
}
.title_resalt{
	font-family: 'Georgia' ,sans-serif;
	line-height: 40px;
	font-style: italic;
	font-size: 30px;
}

.title_area{
	border-top: 1px solid #cdcdcd;
	border-bottom:  1px solid #cdcdcd;
	background-color: #f4f4f4;
	padding: 20px 0;
	margin: 20px 0;	
}
.title_area h1{
	text-align: center;
	line-height: 45px;	
	font-size: 32px;
	font-style: italic;
	font-weight: 500;
}

/* About-------------------------------*/

.me img{
	padding: 5px;
	border:solid 1px #cdcdcd;
}
.item_info{
	background-color: #f4f4f4;
	padding:10px 20px;
	border: 1px solid #cdcdcd;
}
.item_info i{
	float: left;	
	margin-top: 8px;
}
.item_info h4{
	padding: 0 0 0 20px;
	margin: 0;
}
.item_info p{
	margin:0 0 0 20px;
	color: #000;	
	font-style: italic;
}
.social li{
	float: left;
	margin-right: 10px;

}
.download{
	margin-top: 18px;
}
#button_download{
	width: auto;
	background-color: #000;
	border: 0;
	color: #fff;
	border-left: 5px;
	padding: 10px 20px;
}

/* ----------------Skills---------------*/

.meter {      
      position: relative;
      margin: 0 0 30px 0; /* Just for demo spacing */
      background: #e6e6e6;   
      width: 100%;    
    }
    .meter > span {
      display: block;
      height: 100%;                 
      position: relative;
      color: #fff;
      padding: 5px 0 5px 10px;
      overflow: hidden;
    }
    .meter > span:after, .animate > span > span {
      content: "";
      position: absolute;
      padding-left: 3%;
      color: #fff;
      top: 0; left: 0; bottom: 0; right: 0;
      background-image: 
         -webkit-gradient(linear, 0 0, 100% 100%, 
            color-stop(.25, rgba(255, 255, 255, .2)), 
            color-stop(.25, transparent), color-stop(.5, transparent), 
            color-stop(.5, rgba(255, 255, 255, .2)), 
            color-stop(.75, rgba(255, 255, 255, .2)), 
            color-stop(.75, transparent), to(transparent)
         );
      background-image: 
        -moz-linear-gradient(
          -45deg, 
            rgba(255, 255, 255, .2) 25%, 
            transparent 25%, 
            transparent 50%, 
            rgba(255, 255, 255, .2) 50%, 
            rgba(255, 255, 255, .2) 75%, 
            transparent 75%, 
            transparent
         );
      z-index: 1;
      -webkit-background-size: 50px 50px;
      -moz-background-size: 50px 50px;
      -webkit-animation: move 2s linear infinite;
         -webkit-border-top-right-radius: 8px;
      -webkit-border-bottom-right-radius: 8px;
             -moz-border-radius-topright: 8px;
          -moz-border-radius-bottomright: 8px;
                 border-top-right-radius: 8px;
              border-bottom-right-radius: 8px;
          -webkit-border-top-left-radius: 20px;
       -webkit-border-bottom-left-radius: 20px;
              -moz-border-radius-topleft: 20px;
           -moz-border-radius-bottomleft: 20px;
                  border-top-left-radius: 20px;
               border-bottom-left-radius: 20px;
      overflow: hidden;
    }
    
    .animate > span:after {
      display: none;
    }
    
    @-webkit-keyframes move {
        0% {
           background-position: 0 0;
        }
        100% {
           background-position: 50px 50px;
        }
    }
    
.color > span {
     background-color: #000;
}
 
.nostripes > span > span, .nostripes > span:after {
     -webkit-animation: none;
      background-image: none;
}
  

/* ACCORDION ------------------------------------------*/

.accordion-trigger h3{
	margin: 0 10px;
}
.accordion-trigger{
	text-decoration: none;
	padding:10px 10px 10px 25px;	
	margin:0 0 15px 0;
	cursor: pointer;
	font-weight: bold;
	font-size: 18px;
	border: 1px solid #cdcdcd;
	background: #f4f4f4 url("../img/toggle.png") no-repeat right 14px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
.accordion-trigger span{
	font-size: 12px;
	padding-left: 10px;
}
.accordion-trigger.active{	
	background: #f0f0f0 url("../img/toggle.png") no-repeat right -69px;
	color: #000;
}
.accordion-trigger:hover{
	background-color: #f0f0f0;	
	color: #000;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
.accordion-container{	
	padding:0 0 20px 0;
}
.accordion-container p{
	margin: 0;
}
.accordion-container h5{
	margin: 0;
	padding: 0;
}

/* ul - list-check style */
ul.check{
	margin: 0;
}
ul.check li { background: url("../img/ok.png") 0 5px no-repeat; line-height: 20px;margin:10px 0; padding-left: 20px; }


/* Work ----------------------------*/

.item-preview {
    position: relative;
    margin-bottom: 30px;
}
.img-preview {
    background: #000;
    background: rgba(0,0,0,0.8)  no-repeat center center;   
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;  
    color: #fff;
    opacity: 0;
    text-align: center;
}
.item-preview img{
	width: 100%;
}
.img-preview h2{
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0;
    margin-top: 13%;   
    padding-bottom: 10px;
    border-bottom: 1px solid #fff; 
}
.img-preview p{
    margin:0;
    padding: 10px 20px 10px 20px;
    color: #fff;
}
.img-preview a{
    color: #fff;
    font-size: 14px; 
    font-family: 'Open Sans', sans-serif;   
}
.img-preview a:hover{
    text-decoration: none;
}

#works .img-preview h5 {
    color: #fff;
    border-bottom: 1px solid #fff; 
    margin: 0px;
    padding: 0px;    
}

#works .img-preview p{ 
 padding: 10px;
}


/* COntact -----------------------------------------------------*/

.map iframe{
	width: 100%;
	height: 330px;	
	border: 0;
}
.contact input{
	width: 75%;
	margin-bottom:20px;
	height: 28px;
}
.contact textarea{
	width: 95%;
	height: 180px;
}
.contact form{
	margin: 0;
}
.contact .button{
	width: auto;
	height: auto;
	margin-right: 3%;
}
footer h6{
	text-align: center;
	border-top: 1px solid #cdcdcd;
	padding: 20px 0;
	margin: 0;
}
.map .social{
	margin: 0 0 55px 0;
}




/* ---------------------------------------------------------------------- */
/*	Mobile Version
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 767px) {
	
	#menu{
		display: none;	
	}
	.tinynav {
		display: inline;
		width: 100%;		
		background: white;
		margin:0;
		float: right;		
		font-size: 14px;
		border: 1px solid #dbdbdb;
		height: 35px;	
	} 	
	.border_left{
		border:0;
	}
	.border_right{
		border:0;
	}
	.logo .title_logo h1{
		font-size: 30px;
		line-height: 35px;		
	}
	.logo .title_logo h1 small{
		font-style: italic;
		font-size: 16px;
	}
	.title_section h1{				
		margin: 0 0 10px 0;
		padding: 9px 10px 9px 40px;		
		text-align: left;
		font-size: 24px;	
	
	}
	.title_section small{
		display: none;
	}
	.me img{
		width: 100%;
	}
	.title_area h1{
		font-size: 20px;
		line-height: 30px;
	}	
	.social{
		margin: 20px 0;
	}
	.item_info{
		margin: 10px 0;
	}
	.img-preview p{
		line-height: 20px;
	}
}


@media only screen and (max-width: 1199px) {
    h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1000px) {
    h3 {
        font-size: 15px;
    }
}