/* ------------------------------------------------------------------------------------------- */
.relec-intro {
	background-color: #222;
	color: #fff;
}

#logo {
    margin: 10px 0;
    text-align: center;
    width: 100%;
    height: 180px;
}

#logo img {
	max-height: 100%;
}

a {
    color: #93daef;
}
a:hover, a:focus {
    color: #73a2cc;
    text-decoration: none !important;
}


#wrapper {
	background-color: rgba(200, 200, 200, 0.25);
    margin: 10px 0;
    padding: 5px;
    top: 22%;
    width: 100%;
}

#wrapper .title {
	color: white;
    margin: 15px 0;
    text-align: center;
    font-size: 30px;
}

#wrapper .content {
    margin: 0 50px;
}

.copyright {
    color: white;
    margin: 10px;
    text-align: center;
    width: 100%;
}
.tutorial-home-link {
	color: #fff !important;
	font-size: 16px;
	text-align: center;
	padding: 8px 4px;
}
.tutorial-list {
	text-align: center;
	margin: 16px;
}
.tutorial-link {
	background-color: #e1610f;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e1610f, #a4501a) repeat scroll 0 0;
    border-radius: 16px;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 100px;
    margin: 16px;
    max-height: 100px;
    max-width: 220px;
    padding: 26px 12px;
    width: 220px;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
.tutorial-link:hover {
	background-color: #ce580d;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ce580d, #773910) repeat scroll 0 0;
}

.tutorial {
	font-size: 16px;
}

.tutorial-title {
	text-align: center;
	padding: 30px;
/* 	border-top: 1px solid #fff; */
}

.tutorial-title .first {
	display: block;
	font-size: 24px;
}
.tutorial-title .second {
	display: block;
	font-size: 18px;
}

.tutorial-step {
	border-top: 1px solid #fff;
    padding: 20px 20px 20px 100px;
}

.tutorial-step-number {
	background-color: #f96b11;
    border-radius: 40px;
    color: #fff;
    font-size: 40px;
    height: 64px;
    left: 64px;
    padding: 4px 0;
    position: absolute;
    text-align: center;
    width: 64px;
}
.tutorial-step-copypaste {
	font-family: courier;
	font-size: 15px;
	margin: 20px 0 30px;
	text-align: justify;
}

.tutorial-step > .tutorial-substep {
	margin-top: 50px;
}
.tutorial-step > .tutorial-substep ~ .tutorial-substep {
	margin-top: 0px;
}
.tutorial-substep-number {
	background-color: #ff8228;
    border-radius: 20px;
    color: #fff;
    font-size: 20px;
    height: 32px;
    left: 96px;
    padding: 2px 0;
    position: absolute;
    text-align: center;
    width: 32px;
}

.tutorial-step-description {
	margin: 20px 0 30px;
	text-align: justify;
}
.tutorial-step-image {
	margin: 8px;
	text-align: center;
}
.tutorial-step-image img {
	max-width: 80%;	
    border: 3px solid #777;
}

.white-background {
	background-color: rgba(255,255,255,0.75);
	border-radius: 10px;
}
/* ------------------------------------------------------------------------------------------- */