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

#exitpopup
{
    margin: 0 auto;
    width: 580px;
    display: none;
    position: fixed;
    z-index:9999;
    background-color: rgb(217, 237, 247);
    border-color: rgb(188, 232, 241);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    box-sizing: border-box;
    padding: 15px;
}

#jwplayer_controlbar {
	display: none !important;
}

.table-centered {
	float: none;
	margin: 0 auto;
}

.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;
}

.register {
	background: #d9edf7 url('../img/register.png') no-repeat;
	padding-top: 130px;
	width: 410px;
}

.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;
}

.btn-lg {
	font-size: 20px;
	font-weight: bold;
}

.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/bg.jpg');
}

.headline {
	background: rgba(256, 256, 256, 1);
	padding: 20px 0 30px 0;
	color: #333;
}

.input-group .glyphicon {
	position: relative;
	top: 0 !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-top-60 {
    margin-top: 60px !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: 150%;
}

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

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

.red {
    color: #900 !important;
}

.black {
    color: #333 !important;
}

.white {
	color: #fff !important;
}

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

.blue {
    color: #36b2ee !important;
}

.blue-bg {
	background: #7dd4f5;
}

.grey-bg {
	background: #bdbdbd url('../img/grey-bg.png') repeat;
}

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

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

.shadow {
    text-shadow: #ccc 0.05em 0.05em 0.05em;
}

/* Non-responsive overrides
*
* Utilize the following CSS to disable the responsive-ness of the container,
* grid system, and navbar.
*/

/* Reset the container */
.container {
    max-width: none !important;
    width: 970px;
    background: #fff;
}