/*Custom css*/

body
{
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
}

.container
{
	width:1100px;
}

.header
{
	background:#333;
	padding:15px 0;
	color:#fff;
	background:rgba(0, 0, 0, 0) url("../images/bg.jpg") repeat fixed 0 0;
	font-size:14px;
}

.header a
{
	color:#fff;
}

.header a.btn
{
	color:#333;
}

.preview_header
{
	position:fixed;
	left:0;
	right:0;
	top:0;
	height:53px;
}

#preview
{
	margin-top:53px;
}

.w100
{
	width:100%;
}

.mt0
{
	margin-top:0;
}

.mb15
{
	margin-bottom:15px;
}

.p15
{
	padding:15px;
}

.error
{
	border:1px solid #f00;
}

.logged_in span
{
	margin-left:25px;
}
.logged_in span:first-child
{
	margin-left:0;
}

.site_info h2 {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
}
.site_info p
{
	font-size:17px;
	color:#222;
}

.price_sale
{
	padding:22px 15px;
	color:#fff;
}

.price_sale .price
{
	margin-right:25px;
}

.sale
{
	display:block;
	text-align:center;
}

.theme_listing img
{
	border:1px solid #aaa;
	max-width:100%;
}

.details_preview .btn , .theme_details .ind_temp .thumb .btn{
    background: #222 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px 25px;
}

.site_info
{
	margin-bottom:20px;
}

.ind_temp
{
	margin-bottom:20px;
}

.details_preview {
    left: 8%;
    position: absolute;
    top: 40%;
	display:none;
}

.ind_temp .thumb:hover .details_preview
{
	display:block;
}

.theme_details .thumb
{
	padding:10px;
	border:1px solid #ccc;
	margin-bottom:15px;
}

.theme_download
{
	padding-top:15px;
	padding-bottom:15px;
}

.theme_details .thumb img
{
	width:100%;
	background:#eee;
	margin-bottom:15px;
}
.theme_details .thumb p
{
	margin:0;
}

.btn.desc_log
{
	background:#ccc;
	color:#555;
}

.btn.desc_log.active
{
	color:#fff;
}

.changelog
{
	display:none;
}

.sidebar .btn_checkout {
    color: #fff;
    font-size: 18px;
    padding: 20px 15px;
    width: 100%;
	margin-bottom:15px;
}

.widget
{
	border:1px solid #ccc;
	margin-bottom:15px;
	margin-top:15px;
}

.gad1
{
	margin:10px 0;
}

.signin_signup #signin_form, .signin_signup #signup_form
{
	padding:15px;
}

.widget h4 {
    background: #ddd none repeat scroll 0 0;
    margin: 0;
    padding: 10px;
}

ul.seller
{
	padding:10px;
}

ul.seller span
{
	display:block;
}

.license_type, .item_attributes
{
	padding:0;
	list-style:none;
	margin:0;
}

.license_type li , .item_attributes li
{
	padding:10px;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}

.license_type li span
{
	float:right;
}

.item_attributes .prop {
    display: block;
    float: left;
    font-weight: bold;
    width: 50%;
}

.item_attributes .prop_value {
    display: block;
	overflow-x:auto;
}

.secondary_img img
{
	border:1px solid #ccc;
	padding:7px;
}

.mw100
{
	max-width:100%;
}

#signup_form
{
	margin-bottom:15px;
}

.btn-theme, .btn-theme:hover, .btn-theme:focus
{
	color:#fff;
}

.btn-theme-paypal
{
	background:url("../images/btn_paypal.png");
	height:50px;
	width:235px;
	text-indent:9999px;
}

.pagination ul {
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
}

ul.checkout
{
	list-style:none;
	padding-left:0;
	font-size:14px;
}

ul.checkout li span:first-child
{
	display:inline-block;
	float:left;
	text-align:left;
}

ul.checkout li
{
	padding:10px 0;
	border-bottom:1px solid #ccc;
	text-align:right;
}

.pagination ul li {
    float: left;
    list-style: outside none none;
    text-align: center;
}

.pagination ul li a.active {
    color: #fff;
}
.pagination ul li a {
    display: inline-block;
    padding: 10px;
    width: 45px;
}

.payu_sumbit
{
	text-align:center;
	font-size:18px;
	background:#dfdfdf;
	color:#999;
	padding:15px;
	margin-bottom:15px;
	border:1px solid #c8c8c8;
}

.payu_success, .payu_failed
{
	text-align:center;
	font-size:18px;
	border:1px solid #c8c8c8;
	background:#dfdfdf;
	padding:15px;
	margin:100px 0;
}
.payu_failed
{
	margin:150px 0;
}

.payu_success .success
{
	color:#139154;
	font-weight:bold;
}

.payu_failed .success
{
	color:#f00;
	font-weight:bold;
}

h5.tranx_id
{
	font-weight:600;
	letter-spacing:1px;
}

h5.tranx_id span
{
	background:#d6d6d6;
	display:inline-block;
	padding:10px;
	border:1px solid #c0c0c0;
}

.payu_success .fa.fa-check
{
	color:#4AC88B;
	font-size:60px;
}

.payu_failed .fa.fa-times, .payu_failed .fa.fa-exclamation-triangle
{
	color:#f00;
	font-size:60px;
}

.payu_sumbit .fa.fa-spinner
{
	font-size:30px;
	color:#4AC88B;
}

.strike_out
{
	margin-left:20px;
	text-decoration:line-through;
}

.footer {
    background: #333 none repeat scroll 0 0;
    color: #fff;
	padding-top:10px;
	padding-bottom:10px;
}

.footer a
{
	color:#fff;
	font-weight:600;
}

/*Disable Bootstrap Responsive Menu*/
.navbar-collapse.collapse {
  display: block!important;
}

.navbar-nav>li, .navbar-nav {
  float: left !important;
}

.navbar-nav.navbar-right:last-child {
  margin-right: -15px !important;
}

.navbar-right {
  float: right!important;
}
/*Disable responsive menu ends*/

