body {
    background: transparent;
    color: #333;
    font-size: 11px;
    height: auto;
    padding-bottom: 20px;
    background-image: url(../img/clean_textile.png);
    background-repeat: repeat; 
}

a {
    color: #ED7163;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-family: Georgia, serif;
    font-weight: normal;
    padding-top: 20px;
    text-align: center;
}

h2 {
    padding-top: 20px;
    text-align: center;
}

p {
    overflow: hidden;
}

.container {
    background-color: transparent;
    background-repeat: repeat-y;
    margin-bottom: 20px;
}

.container {
}

@media only screen and (min-width: 768px) and (max-width: 995px) {
    .container {
        background: transparent;
    }

    .cv_movel{
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        background: transparent;
    }

    .cv_movel{
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    .container.demo {
        background: transparent;
    }

    .cv_movel{
        display: none;
    }
}

.cv_item {
    text-align: left; 
    vertical-align: top; 
    width: 100%; 
    font-family: 'Dosis', sans-serif; 
    font-size: 16px; 
    font-weight: bold;
    display: block; 
    padding: 0px;
    margin: 0px;
    color: #ED7163;
}

.cv_desc {
    font-family: Helvetica, sans-serif; 
    font-size: 14px; 
    text-align: left; 
    display: block; 
    padding: 0px;
    margin: 0px;
    padding-top: 5px;
}

.cv_list {
    font-family: Helvetica, sans-serif; 
    font-size: 14px; 
    text-align: left; 
    display: block; 
    padding: 0px;
    margin: 0px;
    padding-top: 5px;
    margin-left: 15px;
}

.cv_about {
    font-family: Georgia, Serif;
    font-style: italic;
    font-size: 16px; 
    color: #666;
    text-align: left;
    padding-bottom: 10px;
}

.cv_andreia {
    font-size: 30px;
    font-family: 'Cabin Condensed', sans-serif; 
    text-align: left; 
    width:100%; 
    border-bottom: 1px solid #666;
    padding-bottom: 2px;
}

.cv_col {
    border-top: 2px solid #ED7163; 
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
}

.cv_contact a {
    font-size: 16px;
    font-family: 'Cabin Condensed', sans-serif; 
    text-align: left; 
    color: #000;
}


body:before {
   content: "";
   position: fixed;
   top: -10px;
   left: 0;
   width: 100%;
   height: 10px;
   z-index: 100;
   -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}

.cv_photo {
   float: right;
   position: relative;
    margin: -30px 0 0 0;
    width: 100px;
    height: 200px;
    background: #fff;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2em 1.5em;
    color: rgba(0,0,0, .8);
    text-shadow: 0 1px 0 #fff;
    line-height: 1.5;
}


.cv_photo:before, .cv_photo:after {
    float: right;
    z-index: -1; 
    position: absolute; 
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%; 
    top: 80%;
    max-width:300px;
    background: rgba(0, 0, 0, 0.7); 
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);   
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);    
    -moz-transform: rotate(-3deg);   
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.cv_photo:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.cv_foto {
    margin:0px;
    background: #fff;
    padding: 2px;
}


/* drop shadow by nicolasgallagher */

.drop-shadow {
    position:relative;
    float:left;
    width:90%;
    padding:1em;
    margin:2em 10px 4em;
    background:#fff;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.drop-shadow:before,
.drop-shadow:after {
    content:"";
    position:absolute;
    z-index:-2;
}

.drop-shadow p {
    font-size:16px;
    font-weight:bold;
}

.rotated {
    -webkit-box-shadow:none;
       -moz-box-shadow:none;
            box-shadow:none;
    -webkit-transform:rotate(-3deg);
       -moz-transform:rotate(-3deg);
        -ms-transform:rotate(-3deg);
         -o-transform:rotate(-3deg);
            transform:rotate(-3deg);
}

.rotated > :first-child:before {
    content:"";
    position:absolute;
    z-index:-1;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:#fff;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.lifted {
    -moz-border-radius:4px;
         border-radius:4px;
}

.lifted:before,
.lifted:after {
    bottom:15px;
    left:10px;
    width:50%;
    height:20%;
    max-width:300px;
    max-height:100px;
    -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
       -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform:rotate(-3deg);
       -moz-transform:rotate(-3deg);
        -ms-transform:rotate(-3deg);
         -o-transform:rotate(-3deg);
            transform:rotate(-3deg);
}

.lifted:after {
    right:10px;
    left:auto;
    -webkit-transform:rotate(3deg);
       -moz-transform:rotate(3deg);
        -ms-transform:rotate(3deg);
         -o-transform:rotate(3deg);
            transform:rotate(3deg);
}
body {
    background: transparent;
    color: #333;
    font-size: 11px;
    height: auto;
    padding-bottom: 20px;
    background-image: url(../img/clean_textile.png);
    background-repeat: repeat; 
}

a {
    color: #ED7163;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-family: Georgia, serif;
    font-weight: normal;
    padding-top: 20px;
    text-align: center;
}

h2 {
    padding-top: 20px;
    text-align: center;
}

p {
    overflow: hidden;
}

.container {
    background-color: transparent;
    background-repeat: repeat-y;
    margin-bottom: 20px;
}

.container {
}

@media only screen and (min-width: 768px) and (max-width: 995px) {
    .container {
        background: transparent;
    }

    .cv_movel{
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        background: transparent;
    }

    .cv_movel{
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    .container.demo {
        background: transparent;
    }

    .cv_movel{
        display: none;
    }
}

.cv_item {
    text-align: left; 
    vertical-align: top;
    width: 100%;
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 0px;
    margin: 0px;
    color: #ED7163;
}

.cv_desc {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    display: block;
    padding: 0px;
    margin: 0px;
    padding-top: 5px;
}

.cv_list {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    display: block;
    padding: 0px;
    margin: 0px;
    padding-top: 5px;
    margin-left: 15px;
}

.cv_about {
    font-family: Georgia, Serif;
    font-style: italic;
    font-size: 16px; 
    color: #666;
    text-align: left;
    padding-bottom: 10px;
}

.cv_andreia {
    font-size: 30px;
    font-family: 'Dosis', sans-serif;
    text-align: left;
    width:100%;
    border-bottom: 1px solid #666;
    padding-bottom: 2px;
}

.cv_col {
    border-top: 2px solid #ED7163; 
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
}

.cv_contact a {
    font-size: 16px;
    font-family: 'Dosis', sans-serif; 
    text-align: left; 
    color: #000;
}


body:before {
   content: "";
   position: fixed;
   top: -10px;
   left: 0;
   width: 100%;
   height: 10px;
   z-index: 100;
   -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}

.cv_photo {
   float: right;
   position: relative;
    margin: -30px 0 0 0;
    width: 100px;
    height: 200px;
    background: #fff;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2em 1.5em;
    color: rgba(0,0,0, .8);
    text-shadow: 0 1px 0 #fff;
    line-height: 1.5;
}


.cv_photo:before, .cv_photo:after {
    float: right;
    z-index: -1; 
    position: absolute; 
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%; 
    top: 80%;
    max-width:300px;
    background: rgba(0, 0, 0, 0.7); 
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);   
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);    
    -moz-transform: rotate(-3deg);   
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.cv_photo:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.cv_foto {
    margin:0px;
    background: #fff;
    padding: 2px;
}


/* drop shadow by nicolasgallagher */

.drop-shadow {
    position:relative;
    float:left;
    width:90%;
    padding:1em;
    margin:2em 10px 4em;
    background:#fff;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.drop-shadow:before,
.drop-shadow:after {
    content:"";
    position:absolute;
    z-index:-2;
}

.drop-shadow p {
    font-size:16px;
    font-weight:bold;
}

.rotated {
    -webkit-box-shadow:none;
       -moz-box-shadow:none;
            box-shadow:none;
    -webkit-transform:rotate(-3deg);
       -moz-transform:rotate(-3deg);
        -ms-transform:rotate(-3deg);
         -o-transform:rotate(-3deg);
            transform:rotate(-3deg);
}

.rotated > :first-child:before {
    content:"";
    position:absolute;
    z-index:-1;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:#fff;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.lifted {
    -moz-border-radius:4px;
         border-radius:4px;
}

.lifted:before,
.lifted:after {
    bottom:15px;
    left:10px;
    width:50%;
    height:20%;
    max-width:300px;
    max-height:100px;
    -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
       -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform:rotate(-3deg);
       -moz-transform:rotate(-3deg);
        -ms-transform:rotate(-3deg);
         -o-transform:rotate(-3deg);
            transform:rotate(-3deg);
}

.lifted:after {
    right:10px;
    left:auto;
    -webkit-transform:rotate(3deg);
       -moz-transform:rotate(3deg);
        -ms-transform:rotate(3deg);
         -o-transform:rotate(3deg);
            transform:rotate(3deg);
}
