article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
{
    display: block;
}

::selection {
    background: #FF4D4D;
}

html,body {
    background: #ffffff;
    font-family: 'Lato', helvetica, arial, sans-serif;
    font-size: 16px;
    color: #222;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
}

.clear {
    clear: both;
}

p {
    font-size: 1em;
    line-height: 1.4em;
    margin-bottom: 20px;
    color: #444;
}

#content {
    width: 90%;
    max-width: 800px;
    background: #ffffff;
    margin: 30px auto;
    display: none;
}

.mainDetails {
    padding: 25px 35px;
    border-bottom: 2px solid #7BA0FF;
    background: #ffffff;
}

#name h1 {
    font-size: 2.5em;
    font-weight: 400;
    margin-bottom: -6px;
}

#name h2 {
    font-size: 1em;
    margin-left: 2px;
}

#mainArea {
    padding: 0 40px;
    background: #ffffff;
}

#headshot {
    width: 12.5%;
    float: left;
    margin-right: 30px;
}

#headshot img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

#name {
    float: right;
    margin-right: 103px;
    font-family: WOL_SL, 'Segoe UI Semilight', 'Segoe UI', Tahoma, Helvetica,
 sans-serif;
    font-weight: 200;
}

#contactDetails {
    float: right;
    margin-right: 37px;
}

#contactDetails ul {
    list-style-type: none;
    font-size: 0.9em;
    margin-top: 2px;
}

#contactDetails ul li {
    margin-bottom: 3px;
    color: #444;
}

#contactDetails ul li a,a[href^=tel] {
    color: #444;
    text-decoration: none;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

#contactDetails ul li a:hover {
    color: #cf8a05;
}

section {
    border-top: 1px solid #dedede;
    padding: 20px 0 0;
}

section:first-child {
    border-top: 0;
}

section:last-child {
    padding: 20px 0 10px;
}

.sectionTitle {
    float: left;
    width: 25%;
}

.sectionContent {
    float: right;
    width: 72.5%;
}

#content .sectionTitle h1 {
    font-size: 1.5em;
    color: #1BA1E2;
}

.sectionContent h2 {
    font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    margin-bottom: -2px;
}

.subDetails {
    font-size: 0.8em;
    font-style: italic;
    margin-bottom: 3px;
}

.keySkills {
    list-style-type: none;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    margin-bottom: 20px;
    font-size: 1em;
    color: #444;
}

.keySkills ul li {
    margin-bottom: 3px;
}

#imageProfile {
    height: auto;
    width: 100%;
}

@media all and (min-width: 602px) and (max-width: 800px) {
    #headshot {
 display: none;
    }
    .keySkills {
 -moz-column-count: 2;
 -webkit-column-count: 2;
 column-count: 2;
    }
    #myImage {
 width: 25% !important;
    }
}

@media all and (max-width: 601px) {
    #cv {
 width: 95%;
 margin: 10px auto;
 min-width: 280px;
    }
    #headshot {
 display: none;
    }
    #name {
 float: none;
 width: 100%;
 text-align: center;
    }
    .sectionTitle,.sectionContent {
 float: none;
 width: 100%;
    }
    .sectionTitle {
 margin-left: -2px;
 font-size: 1.25em;
    }
    .keySkills {
 -moz-column-count: 2;
 -webkit-column-count: 2;
 column-count: 2;
    }
    #myImage {
 width: 25% !important;
    }
}

@media all and (max-width: 480px) {
    .mainDetails {
 padding: 15px 15px;
    }
    section {
 padding: 15px 0 0;
    }
    #mainArea {
 padding: 0 25px;
    }
    .keySkills {
 -moz-column-count: 1;
 -webkit-column-count: 1;
 column-count: 1;
    }
    #name h1 {
 line-height: .8em;
 margin-bottom: 4px;
    }
    #myImage {
 width: 25% !important;
    }
}

@media print {
    #cv {
 width: 100%;
    }
}

.email {
    width: 23px;
    height: 23px;
}

.myImage {
    float: left;
}

.SkillsIcons {
    width: auto;
    height: 32px;
}

.keySkills li {
    margin-top: 20px;
    margin-bottom: 20px;
}

.hidden {
    display: none;
}

#myImage {
    background-color: #fff;
    border-radius: 10px;
}

.overlay-fluid {
    border-radius: 0px 0px 10px 10px;
}

article {
    /*background-color: #EBEBEB;*/
    /*border: 1px solid #D5D5D5;*/
    /*padding: 10px;*/
    margin: 10px;
    border-radius: 15px;
    font-size: 15px;
}

.metro article h3 {
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.metro article strong {
    color: #515151;
}

.metro article {
    font-size: 14px;
}

div.citation p {
    font-size: 12px;
    margin: 0;
}

.bold {
    font-weight: bold !important;
}
.referenceIcon {
    width: 80px;
    height: 30px;
}

.metro article .text-muted {
    color: #777;
    font-size:  14px !important;
    font-weight: 500 !important;
    line-height: 15.4px !important;
        font-family: open sans !important;
        margin-top: 2px;
    margin-bottom: 2px;
}

article .h6,article h6 {
    font-size: 12px !important;
}

article .h5,article h5 {
    font-size: 14px !important;
}

.metro article .h4, .metro article h4 {
    font-size: 18px !important;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #333;
}

hr{
    background-color:#dedede !important;
}

span.aditionalInfo {
    color: #af5e08;
}

/*=====================*/
#cssload-contain {
	width: 146px;
	height: 49px;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	animation: fadeIn 1.15s 1;
		-o-animation: fadeIn 1.15s 1;
		-ms-animation: fadeIn 1.15s 1;
		-webkit-animation: fadeIn 1.15s 1;
		-moz-animation: fadeIn 1.15s 1;
	animation-fill-mode: forwards;
		-o-animation-fill-mode: forwards;
		-ms-animation-fill-mode: forwards;
		-webkit-animation-fill-mode: forwards;
		-moz-animation-fill-mode: forwards;
}

.cssload-wrap {
	animation: translate 1150ms infinite ease-in-out alternate, zindex 2300ms infinite ease-in-out;
		-o-animation: translate 1150ms infinite ease-in-out alternate, zindex 2300ms infinite ease-in-out;
		-ms-animation: translate 1150ms infinite ease-in-out alternate, zindex 2300ms infinite ease-in-out;
		-webkit-animation: translate 1150ms infinite ease-in-out alternate, zindex 2300ms infinite ease-in-out;
		-moz-animation: translate 1150ms infinite ease-in-out alternate, zindex 2300ms infinite ease-in-out;
	position: absolute;
}

.cssload-ball {
	width: 49px;
	height: 49px;
	box-shadow: 0 -6.25px 0 rgba(0,0,0,0.15) inset;
	background-color: rgb(227,116,107);
	border-radius: 50%;
	animation: scale 1150ms infinite ease-in-out alternate;
		-o-animation: scale 1150ms infinite ease-in-out alternate;
		-ms-animation: scale 1150ms infinite ease-in-out alternate;
		-webkit-animation: scale 1150ms infinite ease-in-out alternate;
		-moz-animation: scale 1150ms infinite ease-in-out alternate;
	animation-delay: -575ms;
		-o-animation-delay: -575ms;
		-ms-animation-delay: -575ms;
		-webkit-animation-delay: -575ms;
		-moz-animation-delay: -575ms;
	transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
	border: 2px solid black;
}

.cssload-ball:after {
	content: "";
	width: 49px;
	height: 13px;
	background: rgb(238,238,238);
	position: absolute;
	top: 68px;
	border-radius: 50%;
}

#cssload-wrap2 {
	animation-delay: -1150ms;
		-o-animation-delay: -1150ms;
		-ms-animation-delay: -1150ms;
		-webkit-animation-delay: -1150ms;
		-moz-animation-delay: -1150ms;
}

#cssload-ball2 {
	background-color: rgb(57,123,249);
	animation-delay: -1725ms;
		-o-animation-delay: -1725ms;
		-ms-animation-delay: -1725ms;
		-webkit-animation-delay: -1725ms;
		-moz-animation-delay: -1725ms;
}

#cssload-wrap3 {
	animation-delay: -1725ms;
		-o-animation-delay: -1725ms;
		-ms-animation-delay: -1725ms;
		-webkit-animation-delay: -1725ms;
		-moz-animation-delay: -1725ms;
}

#cssload-ball3 {
	background-color: rgb(244,180,0);
	animation-delay: -2300ms;
}

#cssload-wrap4 {
	animation-delay: -2875ms;
		-o-animation-delay: -2875ms;
		-ms-animation-delay: -2875ms;
		-webkit-animation-delay: -2875ms;
		-moz-animation-delay: -2875ms;
}

#cssload-ball4 {
	background-color: rgb(15,157,88);
	animation-delay: -3450ms;
		-o-animation-delay: -3450ms;
		-ms-animation-delay: -3450ms;
		-webkit-animation-delay: -3450ms;
		-moz-animation-delay: -3450ms;
}






@keyframes translate {
	100% {
		transform: translateX(97px);
	}
}

@-o-keyframes translate {
	100% {
		-o-transform: translateX(97px);
	}
}

@-ms-keyframes translate {
	100% {
		-ms-transform: translateX(97px);
	}
}

@-webkit-keyframes translate {
	100% {
		-webkit-transform: translateX(97px);
	}
}

@-moz-keyframes translate {
	100% {
		-moz-transform: translateX(97px);
	}
}

@keyframes scale {
	100% {
		transform: scale(1);
	}
}

@-o-keyframes scale {
	100% {
		-o-transform: scale(1);
	}
}

@-ms-keyframes scale {
	100% {
		-ms-transform: scale(1);
	}
}

@-webkit-keyframes scale {
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes scale {
	100% {
		-moz-transform: scale(1);
	}
}

@keyframes zindex {
	25% {
		z-index: 1;
	}
	75% {
		z-index: -1;
	}
}

@-o-keyframes zindex {
	25% {
		z-index: 1;
	}
	75% {
		z-index: -1;
	}
}

@-ms-keyframes zindex {
	25% {
		z-index: 1;
	}
	75% {
		z-index: -1;
	}
}

@-webkit-keyframes zindex {
	25% {
		z-index: 1;
	}
	75% {
		z-index: -1;
	}
}

@-moz-keyframes zindex {
	25% {
		z-index: 1;
	}
	75% {
		z-index: -1;
	}
}

@keyframes fadeIn {
	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	100% {
		opacity: 1;
	}
}

@-ms-keyframes fadeIn {
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	100% {
		opacity: 1;
	}
}