/*!
* Custom CSS
*/
body {
    font-family: 'Arial', sans-serif !important;
    font-size: 16px;
}

ul {
    margin-left: 20px;
}

li {
    margin-bottom: 10px;
}

h3 {
    margin-top: 40px;
    margin-bottom: 20px;
}

#jwplayer_controlbar {
	display: none !important;
}

.alert, .well {
    border: 0 !important;
}

.alert-info {
    background-color: #266a9a !important;
}

.buy {
	display: block;
	margin: 0 auto;
	height: 104px;
	width: 400px;
	color: #000;
	background: url('../img/button.png') 0 0;
	font-size: 38px;
	padding: 22px 0 0 0;
	margin-bottom: 10px;
	text-align: center;
}

.buy:hover {
	background: url('../img/button.png') 0px 104px;
	text-decoration: none;
	color: #000;
}

.buy:active {
	background: url('../img/button.png') 0px 208px;
	text-decoration: none;
	color: #000;
}

.container {
	background: transparent !important;
}

.container-bordered {
	background: #fff !important;
	margin-bottom: 30px;
	padding-bottom: 30px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	width: 970px !important;
	box-shadow: 0 0 15px #333333;
	-moz-box-shadow: 0 0 15px #333333;
	-webkit-box-shadow: 0 0 15px #333333;
}

.arial-black {
	font-family: 'Arial Black', 'Arial Bold', 'Arial', sans-serif;
	font-weight: 900;
}

.thumbnail {
	border-color: #900;
	border-style: dashed;
	border-width: 2px;
	background: #ffffe6;
}

.header {
	background: url('../img/header-bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.headline {
	background: #fff;
	padding: 20px 0;
}

.footer {
	background: #000;
	padding: 20px 0;
    font-size: 12px;
}

.input-group .glyphicon {
	position: relative;
	top: 0 !important;
}

.mar-top-3 {
    margin-top: 3px !important;
}

.mar-bot-3 {
    margin-bottom: 3px; !important
}

.mar-top-10 {
    margin-top: 10px !important;
}

.mar-bot-10 {
    margin-bottom: 10px; !important
}

.mar-l-10 {
    margin-left: 10px !important;
}

.mar-l-40 {
    margin-left: 40px !important;
}

.mar-r-10 {
    margin-right: 10px !important;
}

.mar-r-40 {
    margin-right: 40px !important;
}

.mar-top-20 {
    margin-top: 20px !important;
}

.mar-bot-20 {
    margin-bottom: 20px !important;
}

.mar-top-40 {
    margin-top: 40px !important;
}

.mar-top-30 {
    margin-top: 30px !important;
}

.mar-bot-30 {
    margin-bottom: 30px !important;
}

.mar-bot-40 {
    margin-bottom: 40px !important;
}

.mar-l-20 {
    margin-left: 20px !important;
}

.mar-r-20 {
    margin-right: 20px !important;
}

.no-mar-top {
    margin-top: 0 !important;
}

.no-mar-bot {
    margin-bottom: 0 !important;
}

.no-mar-l {
    margin-left: 0 !important;
}

.no-mar-r {
    margin-right: 0 !important;
}

.text-sm {
    font-size: 80%;
}

.text-lg {
    font-size: 120%;
}

.li-icon li i, .li-icon li input {
    position: relative;
    top: 2px;
}

.alert-success, .alert-info, .alert-warning, .alert-danger {
    color: #333;
}

.highlight {
    background: #fecc00;
    padding: 5px 0;
}

.red {
    color: #f00 !important;
}

.black {
    color: #333 !important;
}

.white {
	color: #fff !important;
}

.green {
	color: #4bc700 !important;
}

.yellow {
    color: #fecc00 !important;
}

.blue {
    color: #266a9a !important;
}

.blue-bg {
	background: #266a9a;
}

.green-bg {
	background: #18a000;
}

.orange-bg {
	background: #ec971f;
}

.grey-bg {
	background: #f5f5f5;
}

.light-grey-bg {
	background: #f0f0f0;
	color: #bbb;
}

.light-grey-bg a {
	color: #bbb;
}

.shadow {
    text-shadow: #ccc 0.05em 0.05em 0.05em;
}
.modal-header {
	border-bottom: none;
	border-top: none;
}