html,body {
	/*color: #FFF;*/
	/*background-color: #0d1017;*/
	
}

.promo {
	background: url('../img/drawexpress_promo.png');
	background-color: #3C3F48;
	color: #D5E5FF;
	background-repeat: no-repeat;
	width: 940px;
	height: 514px;
}

.trailer-embed {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.95);
	z-index: 1000
}

.trailer-embed .close {
	color: #fff;
	font-size: 120px;
	font-weight: 200;
	opacity: 1;
	position: absolute;
	top: 40px;
	right: 20px
}

.trailer-embed .trailer-overlay iframe {
	height: 70%;
	width: 80%;
	top: 15%;
	position: absolute;
	left: 10%
}

.flex-video {
	position: relative;
	padding-top: 25px;
	padding-bottom: 67.5%;
	padding-left: 25px;
	padding-right: 0px;
	height: 0;
	margin-bottom: 16px;
	margin-left: 0px;
	margin-right: 0px;
	overflow: hidden;
}

.flex-video.widescreen {
	padding-bottom: 57.25%;
}

.flex-video.vimeo {
	padding-top: 0;
}

.flex-video iframe,.flex-video object,.flex-video embed {
	position: absolute;
	width: 100%;
	height: 100%;
}

.video-modal {
	margin-left: 0 !important;;
	margin-right: 0 !important;;
	padding-left: 0 !important;;
	padding-right: 0 !important;;
}

.landing {
	background: url('../img/landing_photo3.png');
	background-color: #3C3F48;
	color: #D5E5FF;
	background-repeat: no-repeat; center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
}

.promo-empty {
	height: 220px;
}

.thumb {
	width: 50%;
	height: 350px;
	margin: auto;
	background-color: white;
	color: black;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

.img-responsive {
	display: block;
	height: auto;
	width: auto;
	max-width: 100%
}

.thumb-image {
	vertical-align: middle;
	display: table-cell;
	margin: auto;
	width: auto;
	height: auto;
	min-width: 100%;
}

.text-nav {
	color: #821014;
}

.text-slogan {
	color: #821014;
}

.div-color {
	background-color: #821014;
}

.div-color2 {
	background-color: #232339;
}

.div-custom {
	background-color: #3C3F48;
	color: #821014;
}

.div-section {
	/*background-color: #454545;*/
	background-color: #C9C9C9;
}

.footer-text {
	color: #FFF;
}

.tut-section {
	background-color: #FAFAFA;
	color: #2980b9;
	margin:2px;
	padding:4px;
	text-align: center;
}

.tut-image{
	width: 100%;
}

.mbtn {
	border-color: #c5c5c5;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15)
		rgba(0, 0, 0, 0.25)
}

.mbtn-large {
	padding: 11px 19px;
	font-size: 17.5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}

.btn-drawexpress {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #821014;
	*background-color: #821014;
	background-image: -moz-linear-gradient(top, #ee5f5b, #821014);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b),
		to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #821014);
	background-image: -o-linear-gradient(top, #ee5f5b, #821014);
	background-image: linear-gradient(to bottom, #ee5f5b, #821014);
	background-repeat: repeat-x;
	border-color: #821014 #821014 #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:  DXImageTransform.Microsoft.gradient(  startColorstr= 
		'#ffee5f5b', endColorstr=  '#ff821014', GradientType=  0);
	filter: progid:  DXImageTransform.Microsoft.gradient(  enabled=  false)
}

.btn-drawexpress:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]
	{
	color: #fff;
	background-color: #821014;
	*background-color: #a9302a
}

.btn-drawexpress:active,.btn-danger.active {
	background-color: #942a25 \9
}

/*
html,body {
	color: #FFF;
	background-color: #821014;
}


.div-color {
	background-color: #0d1017;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.div-section {
	background-color: #454545;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
*/
.cthumbnails {
	text-align: center;
}

.text-logo {
	color: #333;
}

.text-quote {
	color: #fff;
	/*color: #fff;*/
}

.cthumbnails>li {
	display: inline-block;
	*display: inline; /* ie7 fix */
	float: none; /* this is the part that makes it work */
}

.center {
	height: 44px;
	display: table-cell;
	vertical-align: middle;
	float: none;
}

.img {
	background-color: #23819C;
}

.btn-outline-inverse{
	color:#fff;
	background-color:transparent;
	border-color:#cdbfe3
}

.btn-outline-inverse:hover,.btn-outline-inverse:focus,.btn-outline-inverse:active{
	color:#428BCA;
	text-shadow:none;
	background-color:#fff;
	border-color:#fff
}