@font-face {
    font-family: 'chunkfiveroman';
    src: url('include/fonts/chunkfive-webfont.eot');
    src: url('include/fonts/chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('include/fonts/chunkfive-webfont.woff2') format('woff2'),
         url('include/fonts/chunkfive-webfont.woff') format('woff'),
         url('include/fonts/chunkfive-webfont.ttf') format('truetype'),
         url('include/fonts/chunkfive-webfont.svg#chunkfiveroman') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
  padding-top: 0px;
  padding-bottom:0px;
  background:#EEEEEE;
  color:#666;
}

.container{
width:960px;
}
#header{
color:#fff;
background:#3B5998;
}
#header h1{
margin-bottom:0px;
text-shadow: 2px 2px 1px #23355B;
font-weight:bold;
}
.contact{
margin-top: 5px;
}


/***************menu bar****************/
#manubar{
background:url('images/headerbg.png') repeat-x scroll 0 0 #23355B;
}
#menu{

}

#menu .btn-link {
	color:#eee;
    background:none;
    border:none;
}

#menu .btn-lg, .btn {
    padding: 10px 0px;
    font-size: 16px;
	text-shadow:0px 1px #333;
    line-height: 1.33;
    border-radius: 6px;
}
#menu ul{margin:0;padding:0;list-style:none}
#menu ul li{padding:0px 40px;float:left;background:url('images/index.jpg') no-repeat scroll center right;}
#menu ul li:first-child{padding-left:0px;}

#menu ul li:last-child{background:none}

#menu .btn-link:hover {
color:#fff;
text-shadow:0px 1px 2px #3B5998;
}
/****************Content ********************/

#contentbody{

}
#content{
background:#fff;
}
.main-content{
width:660px;
margin-right:10px;
padding-bottom:30px;
}

.main-content-fullwidth{
width:930px;
}

.main-content-fullwidth .panel-primary{
border-color: #CCC;
background:#eee;
}

.red{
color:red;
}

.article h4{
margin-bottom:20px;
color:#555;
}
.article h3{
text-align:center;
}
.article p{
color:#666;
margin-bottom:20px;
}
.article a{
color:#FFAE5F;
}
u{
color:#666;
}

.page-header h1{
color:#3B5998;
font-size:25px;
font-weight:500;
}

.product-packege{
min-height:580px;
}
.product{
width: 210px;
float: left;
margin: 0px 5px;
}
.product hr{
margin-top: 5px;
margin-bottom: 5px;
}

.product .panel-title{
font-size:21px;
font-family:'chunkfiveroman';
text-align:center;
}

.bootole{
text-align:center;
}

.price{
text-align:center;
}
.price span{
font-size:40px;
font-family:'chunkfiveroman';
margin-top:5px;
margin-bottom:0px;
}
.price h6{
font-size:12px;
color:#666;
}
.buynow{
text-align:center;
}
.buynow {
padding-top:10px
}
.buynow .btn{
font-family:'chunkfiveroman';
font-size:35px;
margin-top:20px;
padding:5px 15px
}

.panel {
    margin-bottom: 20px;
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-primary {
    border-color: #3B5998;
}

.panel-primary  .panel-heading {
    background:#3B5998;
}
.panel-primary .panel-heading {
    color: #FFF;
    background:#3B5998;
    border-color:#3B5998;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid #3B5998;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

/***************sidebar****************/
.sidebar{
width:260px;
padding-left:5px;
margin-top:20px;
}
.sidebar .list-group-item{
text-align:left;
padding-bottom:20px
}
.sidebar .top{
    color: #FFF;
    background:url('images/sidebartop.png') repeat-x scroll 0 0 #3B5998;
	border-color: #7690C6;
}
/*********************footer**********************/
#footer{
background:#3B5998;
color:#eee;
text-align:center;
font-size:12px;
padding:20px 0px;
}
.footer-menu{margin-bottom:10px}
.footer-menu ul{margin:0;padding:0;list-style:none}
.footer-menu ul li{display:inline;padding:5px 20px;}
.footer-menu ul li{background:url('images/index.jpg') no-repeat scroll center right;}
.footer-menu ul li:last-child{background:none}
.footer-menu ul li a{color:#eee;text-decoration:none;}
.footer-menu ul li a:hover{color:#fff;text-decoration:underline;}



