.shop-entry
{
	
	border:1px solid #CCC;
	font-size:15px;
	border-radius:5px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.42);
	-moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.42);
	box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.42);
	background-color:rgb(250,250,250);
	min-width:300px;
	margin-bottom:30px;
}

.shop-title-list, .shop-title-list .container, .shop-entry-list
{
	max-width:400px;
}

.grid-item {
  margin-bottom: 30px;
}

.shop-entry-many
{
	margin-bottom:40px;
	margin-left:40px;
	float:left;
}

.shop-title
{
	padding:10px 20px 10px 10px;
	/*height:205px;*/

	text-align: center;
}

.shop-title img
{
	height: 175px;
	border-radius:10px;
	max-width: 350px;
}

.shop-title-item
{
	margin-top:5px;
}

.shop-title-data
{
	margin-top:10px;
	margin-bottom:20px;
}

.free
{
	color:rgb(156, 31, 36);
}

.price
{
	color:rgb(0,96,0);
}




.shop-footer
{
	padding:20px 15px 20px 10px;
	text-align: right;
}

.shop-description
{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color:#F2F2F2;
	color:#404040;
	padding:20px;
	min-height:100px;
	

}

.shop-description-limited
{
	max-height:250px;
	overflow: hidden;
}

.shop-refund, .shop-support
{
	border-bottom: 1px solid #CCC;
	background-color:#F2F2F2;
	color:#404040;


}

.shop-refund-title, .shop-support-title
{
	border-bottom: 1px solid #CCC;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight: bold;
	background-color:white;

}

.shop-refund-data, .shop-support-data
{
	padding:20px;
}

.shop-flow
{
	/*width:400px;*/
	/*float:left;*/
	line-height: 30px;
	margin-right:10px;
}



.shop-header
{
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-align: center;
	margin-top:40px;
}

.shop-header-first
{
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-align: center;
}

.shop-header-features
{
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-align: center;
}

.shop-header-featuers h1
{
	margin-top:0px;
}


.shop-entry-single
{
	float:left;
	margin-right:50px;
	margin-bottom:20px;
}

.shim
{
	display: inline-block; 
	height: 0;
	width: 250px; 
}


#shop-video
{
	margin: 0 auto;
}

#navbar-checkout
{
	/*margin-top:50px;*/
	z-index: 100000;
	display:none;
}

#navbar-main
{
	z-index:1001;
}

#checkout-text
{
	margin-left:10px;
}

.checkout-icon
{
	color:#C66;
}

.input-number
{
	margin-top:2px;
}

.checkbox-fake
{
	position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}

.input-group-addon-same-size
{
	min-width:100px;
}

.cke_wrapper {
   padding: 0 !important;
}

/*@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}*/

.notice
{
	color:gray;
	font-size: small;
}

.interface-selected span
{
	font-weight: bold;
	text-decoration: underline;
}

.interface-selected img
{
	border: 1px solid #888;
}

.interface-message
{
	margin-top:40px;
	width:100%;
	text-align:center
}

.interface-alert-secondary
{
	background-color: #f3f3f3;
	border-color: #d6d8db;
	font-size:small;
	color:gray;
	margin-top:5px;
	margin-bottom:40px;

	padding: .75rem 1.25rem;
	border: 1px solid transparent;
	border-radius:3px;
}

.validation-payment-type
{
	-webkit-box-shadow: 0px 0px 1px 1px rgba(200,3,3,1) !important;
	-moz-box-shadow: 0px 0px 1px 1px rgba(200,3,3,1) !important;
	box-shadow: 0px 0px 1px 1px rgba(200,3,3,1) !important;

	border: none !important;
}

.validation-payment-type:focus
{
	box-shadow: none;	
}

.float-left
{
	float:left
}

.bas-changes-testing
{
	display:none
}