/**********************************************************************
***********************************************************************
cristianstefan.it
Created by Omada - Creative web solutions
Version 1.1
all rights reserved 2018
************************************************************************
************************************************************************/

/*
**
**		01: RESET
**		02: GENERAL
**			02.1: Preloader
**			02.2: Desktop Menu
**			02.3: Mobile Menu
**		03: INDEX
**			03.1: Section About
**			03.2: Section Skills
**			03.3: Section Experience
**			03.4: Section Portfolio
**			03.5: Section Blog
**			03.6: Section Testimonials
**			03.7: Section Contacts
**
*/


/*
**		01: RESET
**-----------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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, center,
dl, dt, dd, ol, ul, 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, p {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-weight: normal;
	font-family: 'Open Sans';
}

body, html{
	height: 100%;
	margin: 0;
	padding: 0;
	color: #222;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

body{
	font-family: 'Open Sans';
	font-size: 14px;
	line-height: 1.846;
	overflow: hidden;
	width: 100%;
}

body a, body a:hover, body a:focus, body a:active, body a.active {
	outline: none;
	text-decoration: none;
	color: inherit;
}

ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/*
**		02: GENERAL
**-----------------------------------------------------------------------*/
/* 		02.1: Preloader 		*/
#preloader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: #3b8dc7;
}
#preloader img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	margin-top: -63px;
	margin-left: -100px;
}

/* 		02.2: Desktop Menu		*/
.touch #cd-vertical-nav {
	display: none;
}
.no-touch #cd-vertical-nav {
	position: fixed;
	right: 40px;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}
.no-touch #cd-vertical-nav li {
	text-align: right;
}
.no-touch #cd-vertical-nav a {
	display: inline-block;
	/* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.no-touch #cd-vertical-nav a:after {
	content: "";
	display: table;
	clear: both;
}
.no-touch #cd-vertical-nav a span {
	float: right;
	display: inline-block;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
}
.no-touch #cd-vertical-nav a:hover span {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	color: #555;
}
.no-touch #cd-vertical-nav a:hover .cd-label {
	opacity: 1;
}
.no-touch #cd-vertical-nav a.is-selected .cd-dot {
	background-color: white;
}
.no-touch #cd-vertical-nav > ul > li.active {
	color: #555;
}
.no-touch #cd-vertical-nav > ul > li.active > a > span {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	color: #555;
}
.no-touch #cd-vertical-nav .cd-dot {
	position: relative;
	/* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
	top: 8px;
	/*
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background-color: #d88683;
	*/
	color: rgba(85, 85, 85, 0.5);
	font-size: 26px;
	-webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
	-moz-transition: -moz-transform 0.2s, background-color 0.5s;
	transition: transform 0.2s, background-color 0.5s;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.no-touch #cd-vertical-nav .cd-label {
	position: relative;
	margin-right: 7px;
	padding: .4em .5em;
	top: 6px;
	color: #555;
	font-size: 14px;
	/* font-size: 0.875rem; */
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	opacity: 0;
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

/* 		02.3: Mobile Menu		*/
/*
.menu {
  background-color: #1D1F20;
  background-image: linear-gradient(145deg, #1D1F20, #404348);
}

.menu a {
  color: #fff;
}

.menu a:hover {
  text-decoration: underline;
}

.menu-header {
  border-bottom: 1px solid #2a2d2f;
  padding: 20px;
  background-size: 32px;
}

.menu-header-title {
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 0;
}

.menu-section {
  margin: 25px 0;
}

.menu-section-title {
  text-transform: uppercase;
  color: #85888d;
  font-weight: 200;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 0 20px;
  margin:0;
}

.menu-section-list {
  padding:0;
  margin: 10px 0;
  list-style:none;
}

.menu-section-list a {
  display: block;
  padding: 10px 20px;
}

.panel {
  min-height: 100%;
  z-index: 1;
  border: none;
  position: relative;
}

/**
 * Header
 *
.panel-header {
	margin: 120px auto 55px;
}

/**
 * hamburger
 *
.btn-hamburger {
  border: none;
  position: absolute;
  top: 12px;
  left: auto;
  right: 12px;
  outline:none;
  font-size: 28px;
}

/**
 * Medium Screens
 *
@media all and (min-width:40em) {

  .btn-hamburger {
	top: 20px;
	left: auto;
  }

  .panel-header {
	margin-top: 40px;
	width: 455px;
  }
}
*/

.slideout-menu {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	width: 256px;
	-webkit-overflow-scrolling: touch;
	display: none;
}
.slideout-panel {
	position: relative;
	z-index: 1;
	will-change: transform;
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
	overflow: hidden;
}
.slideout-open .slideout-menu {
	display: block;
}
.slideout-menu {
	left: auto;
}
.box {
	height: 1500px;
}
.panel:before {
	content: '';
	display: block;
	background-color: rgba(0,0,0,0);
	transition: background-color 0.5s ease-in-out;
}
.panel-open:before {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,.2);
	z-index: 99;
}

.section {
	color: #fff;
}

/*
**		03: INDEX
**-----------------------------------------------------------------------*/
/* 		03.1: Section About 	*/
#section0 {
	/*background: linear-gradient(rgba(59, 141, 199, 0.8), rgba(59, 141, 199, 0.8)), url('/images/bgs/about/bg-it.jpg') no-repeat;
	background-position: center center;
	background-size: cover;*/
	background-color: #fff !important;
}

#profile-photo {
	height: 325px;
	background: url(/images/profile-photo.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
}

#section0 .profile-info, #section1 .profile-info {
	color: #555;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #dedede;
}
#section1 .profile-info {
	border-bottom: 1px solid #9e9e9e !important;
}
.profile-items {
	margin-bottom: 18px;
}
.profile-preword {
	float: left;
	margin-bottom: 10px;
}
.profile-preword span {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.1;
	display: inline-block;
	padding: 7px 12px;
	text-transform: uppercase;
	position: relative;
	background-color: #3b8dc7;
}
.profile-preword span:before {
	content: '';
	width: 0;
	height: 0;
	top: 100%;
	left: 5px;
	display: block;
	position: absolute;
	border-style: solid;
	border-width: 0 0 8px 8px;
	border-color: transparent;
	border-left-color: #3b8dc7;
}
#section0 .profile-title {
	font-size: 36px;
	line-height: 1.1;
	font-weight: 500;
	margin-bottom: 5px;
}
#section0 .profile-title span {
	font-weight: 300;
}
#section0 .profile-position {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: 0;
}
.profile-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.profile-list li {
	margin-bottom: 13px;
}
.profile-list .title {
	display: block;
	width: 120px;
	float: left;
	color: #555;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
}
.profile-list .cont {
	display: block;
	margin-left: 125px;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	color: #555;
}

/* 		03.2: Section Skills 	*/
#section1 {
	/* background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('/images/bgs/skills/chart-2785979.jpg') no-repeat; */
	/*background: linear-gradient(rgba(10, 130, 50, 0.6), rgba(10, 130, 50, 0.6)), url('/images/bgs/map.jpg') no-repeat;
	background-position: center center;
	background-size: cover;*/
	background-color: #ddd !important;
}

/* 		03.3: Section Experience 	*/
#section2 {
	background: linear-gradient(rgba(62, 0, 16, 0.8), rgba(62, 0, 16, 0.8)), url('/images/bgs/experience/io-centers-2673323.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
}

@media screen and (max-width: 768px) {
	.profile-list li {
		margin-bottom: 10px !important;
	}
	#profile-photo {
		height: 200px !important;
		background-position: center -100px;
	}
}