/*	Pricing Tables 1
/*----------------------------------------------------*/

.pricing-tables-jumbotron {
	text-align: center;
	background: none;
}

.pricing-tables-jumbotron>h1, .pricing-tables-jumbotron>h2 {
	font-family: 'Montserrat', serif;
}

.plan {
	background: #222;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	padding: 20px;
	margin: 20px 0;
	text-align: center;
}

.plan>.plan-title>h3, .plan>.plan-price>h3, .plan>.plan-price>h4 {
	font-family: 'Montserrat', serif;
	font-weight: bold;
	font-size: 32px;
	text-transform: uppercase;
	margin: 0;
}

.plan>.plan-title>span, .plan>.plan-price>h4 {
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	text-transform: none;
}

.plan>.plan-price {
	padding: 20px 10px 40px;
}

.plan>.plan-price>h3 {
	font-size: 72px;
}

.plan>.plan-price>h3>span {
	font-size: 32px;
	vertical-align: top;
	position: relative;
	margin: 12px 0 0 -7px;
	display: inline-block;
}

.plan>.plan-list {
	background: #222;
	margin: 0 -20px -20px;
	padding: 0 20px 20px;
	color: #fff;
}

.plan-list>.divide {
	position: relative;
}

.plan-list>.divide>.icon {
	background: #222;
    border-radius: 0 0 6px 6px;
    color: #333;
    padding: 5px 0;
    width: 69px;
    position: absolute;
    left: 50%;
    top: -1px;
    margin-left: -34px;
}

.plan-list>.item-list {
	list-style: none;
	padding: 80px 0 20px 0;
}

.plan-list>.item-list>li {
	padding: 5px;
	font-size: 16px;
}

.plan-list>.btn {
	font-family: 'Montserrat', serif;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	width: 100%;
	padding: 12px 8px;
}

.attached>.col-md-4, .attached>.col-md-3 {
	padding-left: 0;
	padding-right: 0;
}

.attached .plan {
	margin-top: 8px;
}

.attached .most-popular {
	position: relative;
	z-index: 99;
	margin-top: -8px;
}

.attached .most-popular>.plan-price {
	padding-bottom: 43px;
}

.attached .most-popular>.plan-price>h3 {
	font-size: 84px;
}

.attached .most-popular>.plan-price>h3>span {
	font-size: 42px;
	margin: 12px 0 0 -7px;
}

.attached .most-popular>.plan-list>.item-list {
	padding-bottom: 35px;
}

@media (max-width: 768px) {
	.attached>.col-md-4, .attached>.col-md-3 {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*	Pricing Tables 1 MEDIA QUERIES
/*----------------------------------------------------*/



/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	.pricing-table-1 .price-block {
		margin-bottom: 20px;
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}

