/*+++++++++++++++++++++++++++++++++++++++++++++
	Project: Digi-codes content
	Author: Marcela Ramirez
	URL: gufomedia.com.ar
	Twitter: gufomedia
	Ver: 1.0
	Date: 13-04-2012
+++++++++++++++++++++++++++++++++++++++++++++++*/

/* general */

html {
	height: 100%;
}

body {
	background-color: #adadad;
	color: #333;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	font-size: 13px;
	height: 100%;
    margin: 0;
    padding: 0;
}

p, label, input, button, select, textarea {
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
}

a { cursor: pointer; }

/* structure */

#wrapper {
	background-color: #ececec;
	margin-top: 20px;
}

#header {
	color: #fff;
}

#header .header-image {
	background-color: #fff;
	background-image: url('https://digi-codes.net/media/site/header.jpg');
	background-repeat: no-repeat;
	height: 122px;
	overflow: hidden;
	text-indent: -5000px;
	width: 100%;
}

nav#menu-bar {
	background: #616161;
	background-image: url('https://digi-codes.net/media/site/bg-menu.png');
	background-repeat: repeat-x;
	border-bottom: 3px solid #838383;
	font-size: 15px;
	height: 32px;
	margin: 0;
}

nav#menu-bar ul#main-menu {
	margin: 8px 20px;
}

nav#menu-bar ul#main-menu li {
	display: inline;
	margin: 5px 10px;
}

nav#menu-bar ul#main-menu li a {
	color: #fff;
	text-transform: capitalize;
}

nav#menu-bar ul#main-menu li a:hover {
	color: #333;
	text-decoration: none;
}

nav#menu-bar ul#lang {
	margin: 2px 20px;
	width: 200px;
}

nav#menu-bar ul#lang li {
	display: inline;
}

select#language-select {
	height: 22px;
	padding: 1px 3px;
}

#wrapper .logout {
	margin: 15px 20px;
}

#wrapper .logout a {
	color: #56b0d4;
	text-decoration: none;
}

#wrapper .logout a:hover {
	color: #2683a8;
	text-decoration: none;
}

#content a {
	color: #56b0d4;
	text-decoration: none;
}

#content a:hover {
	color: #2683a8;
	text-decoration: none;
}

/* success + failed */

#content .success {
	background-color: #D9EDF6;
	border: 2px solid #BEEDF6;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	margin-bottom: 25px;
	margin-top: 15px;
}

#content .success-txt {
	margin: 15px;
	text-align: center;
}

#content .success-txt img{
	margin-left: 130px;
	width: 31px;
}

#content .success-txt span {
	color: #3A88AF;
	font-size: 30px;
	font-weight: bold;
	margin-right: 130px;
	margin-left: 5px;
}

#content .success p {
	color: #3A88AF;
	display: block;
	margin-top: 10px;
}

#content .failed {
	background-color: #F2DEDE;
	border: 2px solid #EED3D7;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	margin-bottom: 25px;
	margin-top: 15px;
}

#content .failed-txt {
	margin: 15px;
	text-align: center;
}

#content .failed-txt img{
	margin-left: 130px;
	width: 31px;
}

#content .failed-txt span {
	color: #D93C33;
	font-size: 30px;
	font-weight: bold;
	margin-right: 130px;
	margin-left: 5px;
}

#content .failed p {
	color: #D93C33;
	display: block;
	margin-top: 10px;
}

#content textarea {
	resize: vertical;
}

#content .controls {
	margin-bottom: 10px;
	padding: 5px;
}

#content button.home-btn {
	background: url('https://digi-codes.net/media/site/home-btn.png');
	border: none;
	color: #fff;
	float: right;
	height: 31px;
	width: 82px;
}

#content .required-fields {
	border-top: #999 dotted 1px;
	padding-top: 15px;
	margin-bottom: 150px;
}

#content .required-fields span {
	color: #666;
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    font-size: 13px;
    font-weight: normal;
}

#content .required-fields button.send-btn {
	background: url('https://digi-codes.net/media/site/button.png') no-repeat;
	border: none;
	color: #fff;
	height: 31px;
	margin-top: 15px;
	width: 72px;
}

form#contact input.text,
form#contact select,
form#contact textarea {
	width: 99%;
}

footer#footer-dc {
	margin: 20px auto;
}

footer#footer-dc a {
	color: #56b0d4;
}

footer#footer-dc a:hover {
	color: #2683a8;
}

footer#footer-dc p {
	color: #fff;
	font-size: 0.85em;
	line-height: 1.4;
	margin-bottom: 15px;
	text-align: center;
}

/* Download page */

#content h2 {
	color: #0088cc;
	margin: 15px 30px;
}

#content h3.subtitle {
	margin: 15px 30px;
}

#content .top-img {
	margin: 0 40px;
}

#content .top-img h3 {
	margin-bottom: 10px;
}

#content .video-holder {
	height: 350px;
	margin-bottom: 10px;
	text-align: center;
}

#content .video-holder #video_wrapper {
	margin-left: 201px;
}

#content #contents {
	margin-left: 40px;
	/*margin-top: 30px;*/
}

#content .download-list {
	margin: 20px 0 20px 0;
	width: 100%;
}

#content .download-list h3 {
	margin: 15px 0;
}

#content .download-list a:hover {
	text-decoration: none;
}

#content table.lists td.icon,
#content table.lists td.position {
	text-align: center;
	width: 18px;
}
#content table.lists td.size,
#content table.lists td.duration {
	width: 80px;
}
#content table.lists td.actions,
#content table.lists td.music-actions {
	width: 80px;
}
#content table.lists td.banner {
	overflow: hidden;
	width: 860px;
}

#content table td.whammy img {
	float: left;
}

#content table td.whammy ul {
	float: left;
	list-style: none;
	padding: 0;
}

#content .player {
}

#content #footer-image {
	margin-bottom: 25px;
}

iframe#gateway {
	border: none;
	height: 2px;
	width: 2px;
}

#content .full-download {
	margin-bottom: 25px;
}

#content .full-download h3 {
	font-size: 1.5em;
}

#content .full-download .file-link {
	background-color: #e8e8e8;
	margin: 25px 0;
	padding: 1em;
}

#content .full-download .file-link span {
	margin-right: 50px;
}

#content .full-download .file-link a {
	float: right;
}
/* lang */

form#switch-lang {
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* faq page */
#faq,
.faq {
	margin: 0 auto;
	width: 92%;
}

.faq h2 {
	margin: 0 !important;
	padding: 0 !important;
}

.faq ul {
	margin-bottom: 25px;
}

#faq dt,
.faq li.title {
	border-bottom: 1px solid #999;
	margin-top: 15px;
	margin-bottom: 7px;
}

/* support page */
#support,
.support {
	margin: 0 auto;
	width: 92%;
}

.support form {
	margin: 0 auto;
	width: 50%;
}

.support h2 {
	margin: 0 !important;
	padding: 0 !important;
}

/* ==|== non-semantic helper classes ======================================== */

.nocallout {-webkit-touch-callout: none;}
textarea[contenteditable] {-webkit-appearance: none;}
.gifhidden {position: absolute; left: -100%;}
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* === silverdaemon fixes ===*/

.top-title {
	margin: 1em auto;
	padding: 1em;
	width: 860px;
}