.navbar-default .navbar-nav > li > a {
    background-color: rgba(255,255,255,0.2 !important;
    color: #fff !important;
    padding: 15px 20px;
    margin: 2px;
    border-radius: 4px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: rgba(0,0,0,0.3) !important;
    color: #fff !important;
}
.navbar-default.menu-shrink {
    background-color: rgba(185,1,1,0.9)!important;
    transition: all .3s;
}
.well  {
    background-color:#AEBAD8;
}
.hero-text {
    padding-top: 200px !important;
}
a {
    color: #C37517;
    text-decoration: none;
}
hr {border-color: #C37517;}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 4px;
    transition: all 0.2s ease-in-out 0s;
    margin-right:8%;
    margin-top:7%;
}
img {width: 100%; max-width: 100% !important;}
.img-r {width: 100%; max-width: 100% !important;}
#rssImg img {
    max-width: 260px;
}
.gp_gallery li {
    float: left;
    overflow: hidden;
    list-style: outside none none;
    display: inline-block;
    margin: 0px 1em 1em 0px;
    padding: 0.5em 0.5em 0px;
    border: 1px solid #DDD;
    border-radius: 6px;
    color: #333;
    position: relative;
    background: #F7F7F7 -moz-linear-gradient(center top , #FAFAFA 5px, #F1F1F1 25px) repeat scroll 0% 0%;
    height: 120px;
    width: 120px;
}
.gp_gallery img {
    top: 10px;
    position: absolute;
    margin: 0px 1em 1em 0px;
    border-radius: 2px;
    left: 10px;
    max-width: 100px;
    max-height: 100px;
}
.tagline {
    text-shadow: 0px 0px 10px #000;
    color: #FFF;
}
.section-title h1 {
    font-family: montserrat,sans-serif;
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 20px;
    position: relative;
    text-transform: capitalize;
}
.item {
    border-bottom: 4px solid #E5E5E5;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.ps, .price {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 5px;
}

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

.pricing-table-1 .price-block {
	text-align: center;
	color: #ffffff;
	transition: all 0.25s;
	max-width: 400px;
	margin: 0 auto 20px auto;
}

.pricing-table-1 h3 {
	text-transform: uppercase;
	padding: 20px 0;
	background: #2c3e50;
	margin: 0;
	border-radius: 6px 6px 0 0;
}

.pricing-table-1 .price {
	display: inline-block;
	background: #898989;
	width: 100%;
}

.pricing-table-1 .price-figure {
	font-size: 24px;
	text-transform: uppercase;
	padding-top: 14px;
}

.pricing-table-1 .price-number {
	font-weight: 600;
	display: block;
	margin-bottom: 0;
}

.pricing-table-1 .price-tenure {
	font-size: 11px;
	margin-top: 0;
}

.pricing-table-1 .features {
	background: #e6e6e6;
	color: #555555;
	padding: 0;
	margin: 0;
}

.pricing-table-1 .features li {
	padding: 8px 15px;
	border-bottom: 1px solid #ccc;
	list-style-type: none;
}

.pricing-table-1 .price-footer {
	display: block;
	background: #2c3e50;
	border-radius: 0 0 6px 6px;
	margin-top: -5px;
	padding: 10px 0;
}

/* Hover Effects */
.pricing-table-1 .price-block:hover {
	transform: scale(1.04) translateY(-5px);
	-webkit-transform: scale(1.04) translateY(-5px);
	z-index: 1;
	border-bottom: 0 none;
}

.pricing-table-1 .price-block:hover .price.pastel-blue { background: #6082EB; }
.pricing-table-1 .price-block:hover .price.pastel-green { background: #18B29D; }
.pricing-table-1 .price-block:hover .price.pastel-red { background: #FF5E65; }
.pricing-table-1 .price-block:hover .price.pastel-orange { background: #FFB068; }


.pricing-table-1 .price-block:hover h3 {
	background: #233447;
}

/* Ribbons */
.ribbon {
	position: absolute;
	top: -4px;
	right: 11px;
	width: 82px;
	height: 82px;
	overflow: hidden;
	z-index: 10
}

.red-hot, .red-hot2 { background: url("/data/_uploaded/image/Demo/red-hot2.png") 0 0 no-repeat;margin: 20px;}
.best-value { background: url("../images/ribbons/best-value.png") 0 0 no-repeat; }
.super-cool { background: url("../images/ribbons/super-cool.png") 0 0 no-repeat; }
.new { background: url("../images/ribbons/new.png") 0 0 no-repeat; }
.premium { background: url("../images/ribbons/premium.png") 0 0 no-repeat; }
.exclusive { background: url("../images/ribbons/exclusive.png") 0 0 no-repeat; }
.popular { background: url("../images/ribbons/popular.png") 0 0 no-repeat; }
.five-stars { background: url("../images/ribbons/five-stars.png") 0 0 no-repeat; }


/*	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) {
	
	
}
