/*
Template Name: Piece of Cake
Author: Ingrid Kuhn
Author URI: themeforest/user/ingridk
Version: 1.0
Last change:09/19/2016 

	Table of Contents

	#General and Typography
	#Navigation
	#Logo
	#Main Slider
	#Section - Offer
	#Section - Services
	#Section - About
	#Section - Testimonials
	#Section - Blog
	#Section - Menu
	#Section - Callout
    #Section - Gallery
	#Section - Prices
	#Section - Promo
	#Section - Team
	#Section - Contact
	#Section - Map
    #Section - Footer
	#Miscellaneous
	#Media Queries

===========================
  General and Typography
============================ */





/* Pagination */

ul.slider-pagi {padding-left:0px;}

.slider-pagi {
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 2rem;
	transform: translateX(-50%);
	font-size: 0;
	list-style-type: none;
}

.slider-pagi__elem {
	border: 2px solid;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 2rem;
	height: 2rem;
	margin: 0 0.5rem;
	border-radius: 50%;
	cursor: pointer;
}

.slider-pagi__elem:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1.2rem;
	height: 1.2rem;
	background: #fff;
	border-radius: 50%;
	transition: transform 0.3s;
	transform: translate(-50%, -50%) scale(0);
}

.slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
	transform: translate(-50%, -50%) scale(1);
}



/* ===========================
 Menu 
============================ */

#menu h3{
    text-align: center;
    display: inline-block;
    padding: 20px;
    color: #fff;
    margin: 0px;
    line-height: 36px;
    border-radius: 10px;
    left: -10%;
    z-index: 99;
}

/* Menu styling */

.menu-body {
  margin: 0 auto;
  padding-top:30px;
  display: block;
  color: rgb(92, 92, 92);
}

.menu-section-title {
  font-size: 50px;
  display: block;
  font-weight:normal;
  margin: 20px 0; 
  text-align: center;
}

.menu-item {
    margin: 25px 0;
    font-size: 18px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
	border:2px solid #fff;
	transition: all 0.2s ease-in-out;
}
.menu-item:hover{border:2px dotted #dadad7;}

/* menu Name */

.menu-item-name{
  text-align:left;
  font-size:18px;
  font-family: 'Gloria Hallelujah', cursive;
  border-bottom: 1px dotted rgb(213, 213, 213);
}

/* menu Description */

.menu-item-description {
  font-size: .8em;
  line-height: 1.5em;
  margin-top:10px;
  text-align:left;
}

/* menu Price */

.menu-item-price{
    float: right;
    margin-top: -32px;
    height: 60px;
	background: #fff;
	font-weight:800;
    line-height: 50px;
    font-size: 20px;
	transition: all 0.3s;
}

/* menu Polaroid */

#menu .polaroid {     
	margin-bottom: 55px;
	margin-top: -10px;
}

/* ===========================
  Call Out
============================ */

.feature {
	padding: 0px;
	position: relative;
}

.feature .image-container {
	position: absolute;
	height: 100%;
	padding: 0px;
	top: 0px;
}

.feature .image-container .background-image-holder {
	background: url("../img/callout.jpg") no-repeat center center;
	background-size: cover;
	height: 100%;
}



/* ===========================
--- Prices
============================ */	

.package {
  border-radius: 20px;
  background:#F2F2F2;
  padding: 40px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.package-name h5 {
  margin-top: -5px;
  margin-bottom:10px;
}
.package-price {
  margin-top: 7px;
  font-size:50px;
  font-family:"Paytone One";
}

.package ul {
  list-style: none;
  padding: 0;
  margin-top: 29px;
}
.package li {
	margin-bottom: 15px;
	font-size: 16px;
}

.package li::before {
  font-family: "Flaticon";
  content: "\f123";
  font-size: 1.5rem;
  margin-right: 3px;
}

.featured-package {
    margin-top: -30px;
	border: 2px dashed;
	background-image: url("../img/pricetable1.png");
	background-position:bottom right;  
	background-repeat:no-repeat;
}

/*Button Line */

.btn:hover{	color:#fff;}
.btn:hover .btn-line {transform: translate(5px, 5px);}

.btn:hover .btn-line-shift {transform: translate(-5px, -5px);}

.btn-group.open .dropdown-toggle {box-shadow: none;}

/* Hr */

hr {border-top: 2px dotted #cecece;}

.hr{
	max-width: 150px;
    padding: 0;
    border-style: dotted;
    border-width: 1px 0 0 0;
    text-align: center;
    clear: left;
    display: block;
    height: 0;
    margin: 20px auto 0px auto;
    width: 100%;
}

.hr:before {
	 content: "\f111";
	font-family: 'Flaticon';
	font-weight: normal;
	position: relative;
	top: -0.7em;
	font-size: 25px;
	padding: 0.4em  0.4em;
}

/* Forms */

.form-control {
   font-size: 16px;
    background: #fff;
    box-shadow: none;
    border-radius: 0px;
    margin-bottom: 20px;
   border-bottom: 2px dotted !important;
    /*border: 1px solid #999 !important;*/
	border:none;
    padding: 20px;
	font-family: 'playfair_displayregular';
	font-style:italic;
}
input:focus {
    outline:none !important;
	box-shadow:none !important;
	border:none !important;
	border-bottom:dotted 2px !important;
	
	
}

.input-group-btn:last-child>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-btn .btn{margin-top:-1px;}

.input-group-btn span,.btn span{color:#fff;}

.form-control.form-control.input-lg{
	margin-top: -1px;
    height: 56px;
}

.form-control:focus,.textarea-field:focus,.input-field:focus {
   outline:0 none; 
   border:2px solid;
}

textarea {
	height:150px;
	resize:none;
}

textarea.form-control:focus{outline:0 none; }


/* Centered columns */

.col-centered{
    float: none;
    margin: 0 auto;
}

/* Blockquote */

 blockquote {
    padding: 30px;
    margin: 0 0 20px;
    font-size: 18px;
	line-height:28px;
    border-left: 0;
	font-weight: 700;
	border-radius:20px;
	font-family:'Gloria Hallelujah';
}

 blockquote:before {
 content: "\f10d";
  font-family: 'Fontawesome';
  font-size: 1.6em;
  line-height: 0.1em;
  margin-right: 0.5em;
  vertical-align: 0.2em;
}

.blockquote-reverse, blockquote.pull-right {border-right: 0;}

/* Polaroid image*/

.polaroid {
  position: relative;
  width: 100%;
  transform: rotate(-2deg);
}

.polaroid img {
  border: 10px solid #fff;
  border-bottom: 65px solid #fff;
  box-shadow: 0px 10px 40px 0px #d0cdcd;
  -webkit-backface-visibility: hidden; /* chrome fix */
}

.polaroid p {
  position: absolute;
  text-align: center;
  width: 100%;
  font-size:20px;
  bottom: 10px;
  font-family:'Gloria Hallelujah', cursive;
}



/* Tables */

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}

.table > tbody > tr:first-child > td {border: none;}

/* Wells */

.well{
	border-radius: 10px;
    padding: 40px;
	box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}

.well .list-unstyled {
    list-style: none;
    line-height: 36px;
	font-weight:400;
	font-family: 'Open Sans',sans-serif;
}

/* Media */

.media {
	margin-top: 45px;
    padding:20px;
}

.media-heading small {
    font-weight: 700;
    display: block;
    margin: 10px 0 20px;
	line-height: 20px;
}

/* Margins */

.margin1 {margin-top: 80px;}

/* Jumbotron */

.jumbotron {
	background-size:cover !important;
	background-position:center center !important;
	height:300px;
	color:#fff;
	margin-top:5em;
}

/* page title*/

.page-title {
	background-image:url(../img/caketopbg.png),url(../img/caketopbg.png);
	background-position:right,left;
	background-repeat:no-repeat;
    color: #fff;
    padding: 20px 30px;
    bottom: 0px;
	text-align: center;
	margin-top:-50px;
}
.page-title h1{
	color:#fff;    
    margin-bottom: 5px;
}

/* Sidebar */

.sidebar{
    padding: 20px;
    border-radius: 10px;
	text-align:center;
}

.sidebar .well{
	border-radius: 10px;
    padding: 20px;
	box-shadow:none;
	border:none;
}

/* List group */

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
	transition: all 0.6s;
}
.list-group-item:first-child {
   border-top-left-radius: 0px; 
   border-top-right-radius: 0px; 
   border:0px;
}
a.list-group-item, button.list-group-item {color: #fff;}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #fff;
    text-decoration: none;
}
#checkout {
	margin-bottom:70px;
	
}
.date .sub-heading {
    font-family: 'playfair_displayregular';
    font-size: 22px;
    color: #fff;
    padding-bottom: 10px;
}
.date .form-control {
	background:none;
	border-bottom: 2px dotted #fff !important;
}
.sub-heading {
    font-family: 'playfair_displayregular';
    font-size: 22px;
    color: #000000;
    padding-bottom: 10px;
}

h3 {
	color:#e1101b;
	font-family: 'playfair_displayregular';
}
.btn-danger {
	background:#e1101b;
}
.title-new {
	font-family: 'playfair_displayregular';
}
.btn-brown {
	background:#30211a;
	border:none;
}
.btn-info {
	border:none;
}
	
	

/*===========================
  Media Queries
============================ */



/************ max width 991px *************/

@media (max-width: 991px) {
			
	/* Services */

	.services-row{text-align: center;}
	
	/* Responsive margin*/

	.res-margin  {margin-top: 30px;}
	
	/* navbar */
		
	.nav>li {text-align: center; font-size:20px;}
	
	/* navbar collapse at 991px */
	
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse { max-height: 100%; }
	
	.navbar-header {float: none;}

	.navbar-toggle {display: block;}

	.navbar-collapse.collapse {display: none !important;}

	.navbar-collapse.collapse.in {
		display: block !important;
		overflow-y: auto !important;
	}

	.navbar-nav {
		margin: 0;
		float: none !important; 
		height: 100%;
	}
	.navbar-right {line-height: 0px; }

	.navbar-nav li {
		float: none; 
		text-transform:uppercase;
	}

	.navbar-nav li > .dropdown-menu {
		border: 0;
		float: none;
		width: auto;
		position: static;
		box-shadow: none;
		background: inherit;
	}
	.navbar-custom ul.nav li a:hover, .navbar-custom .nav > .active > a {border-bottom: 0;}
	
	.navbar-brand img {margin-top: 5px;}
	
	/* Space between sections */
	
	.section-heading {margin-bottom: 60px;}
	 	
	/* Nav tabs */

	.nav-tabs > li {margin-bottom: 10px;}
		
	.nav.nav-tabs > li > a {
		border-radius: 10px;
		font-size: 14px;
		padding: 5px 10px;
		line-height: 24px;
		min-height: 30px;
	}
	
	/* miscelaneous */
	
	.margin1{margin-top:30px;}

	.social-media a {margin-top: 30px;}
	
	.owl-nav,.back-to-top{display:none;}
		
	#offer,#offer .container,#contact .container{background-image:none;}
	
	#promo{background-attachment: scroll;}
	
	.timetable{border-left:0px;}
	
	footer .text-left, footer .text-right{text-align:center;}
	
	#menu h3 {
      display: block;
      left: 0%; 
	  margin: 20px;
   }
   .menu-body {padding-top: 0px;}
				
}

/************ max width 767px *************/

@media (max-width: 767px) {
	
	.navbar-brand img {left: 20px;}
	
	/* slider */

	.slider {min-height: 480px;}
		
	/* testimonial */
	
	.testimonial .testimonial-pic {
		width: 200px;
		height: 200px;
		float: none;
		margin: 0 auto;
    }
	.testimonial .testimonial-content {
		margin-left: 0px;
		text-align:center;
	}	
	/* Price table */

	.package {margin: 20px;}
	
	/* Papeg Title */
	
	.page-title { 
	   background-image:none;
	    padding: 10px;
	}
}


/************ max width 480px *************/
@media (max-width: 480px) {
	
	/* slider */

	.slider {min-height: 280px;}
		
	/* menu */

	.tab-content {
		padding: 10px;
	    border:0px;
	}
	
	.menu-item-price {margin-top: 0px;}
		
	/* navbar */
	
    .navbar-brand {
		background:none;
		height:50px;
		width:60px;
	}

	.navbar-brand img {
		max-width: 80px;
		position: absolute;
		right: 0;
		top: 0;
		margin: auto;
	}
	
	.navbar-toggle {
		font-size: 25px;
		color: #fff;
		transition: all .2s ease-in-out;
		position: relative;
		float: right;
		border-radius: 50%;
		min-width: 55px;
    }	

	/* section */
	
	section .container {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.section-heading h2{
		border: 0;
		line-height: 32px;
		letter-spacing: 0px;
		font-size: 29px;
    }			
	.section-heading {margin-bottom: 3rem;}	
	
	/* titles*/
	
	h1,h1 span {    
		font-size: 28px!important;
		line-height: 32px;
		margin:5px;
	}
	
    h2 {font-size: 26px;}
	
	h3 { 
		font-size:25px;
		line-height:34px;
		text-align:center;
		
	}
	h4{ 
		font-size: 22px;
		line-height: 24px;
	}

	h5{font-size:18px;}
	
	h6{font-size:16px;}

    /* diagonal divider */
	
	.slanted-divider{display:none;}
	
	/* Miscellaneous */
	
	.input-group-btn:last-child>.btn,.input-group .form-control:first-child{
		border-radius:10px; 
		margin-top:10px;
	}
	
	.input-group .form-control,  .input-group-btn {
		display: inherit;   
		margin: 0 auto;
	}
	.comments-block .media-object {
		float: none;
		margin: 0 auto;
    }
	.comment {text-align: center;}
	
	.breadcrumb {line-height: 20px;}
	
	.panel-heading [data-toggle="collapse"]:after {display:none;}
	
	.section-heading{margin-bottom:3em;}
		
	.navbar.navbar-custom.navbar-fixed-top {margin-bottom: 30px;}

	.nav-pills> li.active:after, .nav-pills> li.active:before {top: -45%;}
		
	.nav-pills > li {float: none;}
			
	.tab-pane h3 {margin-top:10px;}
			
	.jumbotron {
		padding: 10px;
		height:150px;
	}
	.testimonial .testimonial-pic {
		width: 100%;
		height: 100%;
    }
	
	.polaroid p {
		font-size: 14px;
	   line-height: 18px;
	}
	
	.featured-package {background-image: none;}

    .testimonial {margin: 0; }
	
	.btn {font-size: 12px;}
	
	#newsletter{background-image:none;}

}

/************ max width 300px *************/
@media (max-width: 300px) {
		
	/* Miscellaneous */
	
	.post-slide .post-title,
	.post-slide .post-description {
		padding: 0;
		text-align:center;
    }
	
	.post-comment{display:none;}

    .well{padding: 30px 10px;}

	.team-member .profile-image {width: 120px;}	
	
	.team-member .team-caption {padding: 125px 5px 25px;}
	
	.label,.table {font-size: 14px;}
		
	.table table, 
	.table thead, 
	.tabletbody, 
	.table th, 
	.table td, 
	.table tr { display: block;} 
	
	td.text-left,td.text-right{text-align:center;}
	
	.owl-prev i, .owl-next i{display:none;}

	/* Nav-tabs */

	.nav.nav-tabs > li > a {
	    min-height: 30px;
		font-size: 16px;
		padding: 15px 15px;
		line-height: 15px;
	}

}
.view-btn { text-align:center;}
.btn-round { 
	border-radius:50%; 
	width:80px; 
	height:80px; 
	padding: 30px 0 0;
	text-align: center;
	border: solid 2px #d0a621;
	right: -10px;
	position: absolute;
	top: 60%;
}
.cta {
	background-color:#000 !important;
	border:none;
	color:#fff;
}
.cta h4{
	color:#d0a621;
}
.cta .btn{
	background:#d0a621;
}
.cta .btn:hover{
	background:#ed760a;
}
.btn-cart {
	background-color: #d0a621 !important;
	border:solid 1px #d0a621;
	padding: 5px 10px;
	color:#fff;
}
.btn-cart:hover {
	background-color: #333 !important;
	border:solid 1px #333;
	padding: 5px 10px;
	color:#fff;
}
.icons {
	margin: 0 0 0 15px;
	padding:0;
}
/*.icons li a {
	padding:12px 10px;
}*/
.icons li a:hover {
	background:none;
}
.icons li .fa {
	font-size:24px;
}
.icons li .fa:hover {
	color:#d0a621;
}
.icons li a:hover {
	color:#d0a621 !important;
}
.icons .btn {
	padding:0;
	font-size:20px;
	margin: 0 10px;
}
.icons .btn:hover, .icons .btn:focus {
	background:none;
	color:#d0a621;
}
.icons b {
	display:none;
}
.badge-notify{
   background:#d0a621;
   position:relative;
   top: -20px;
   left: -25px;
  }
 .icons .dropdown-menu {
    font-size: 16px;
    border: 0px;
    border-radius: 10px;
	min-width:300px;
}
.icons h3 {
	color:#d0a621;
}
.icons placeholder {
	color:#333;
}
.btn-forget {
	background:none !important;
	padding:10px;
	line-height:24px !important;
}


input::-moz-placeholder { /* Firefox 19+ */
  color: #666 !important;
}

input:-moz-placeholder { /* Firefox 18- */
  color: #666 !important;
}
.form-control {
	font-size: 16px;
    height:auto;
    padding: 10px 5px;
}	

@media (max-width: 991px) {
	.icons {
		margin-top:20px;
	}
	.icons li {
		margin:15px 0;
	}
	.icons b {
		display:inline-block;
		font-weight:300;
		text-transform:capitalize;
		font-size:14px;
	}
.badge-notify{
   background:#d0a621;
   position:relative;
   top: 0px;
   left: 0px;
 }
}

 
.log {
	max-width:450px;
}
.fb-login .btn {
	 background-color: #3b5998 !important;
	 text-transform:capitalize;
 }
 .g-login .btn {
	 background-color: #dc4a38 !important;
	 text-transform:capitalize;
 }
	 
.cart-container {
	max-width:280px;
	margin:20px 15px;
	height:auto;
	
	border:dotted 2px #E5E5E5;
	border-radius:10px;
	display:inline-block;
	vertical-align:top;
}
.cart-container p {
	margin:0;
}
.cart-container .prod {
	text-align:center;
}
.cart-container .prod h3, .cart-container .pric h3 {
	font-size:26px;
	line-height:20px;
	margin-bottom:10px;
	/*font-family: 'playfair_displayregular';*/
	color:#000;
}
.cart-container .pric h3 {
	font-family: 'pt_sansregular';
	color:#e1101b;
}
.pric h3 span {
	font-size:20px;
}
.cart-container .qty, .cart-container .pric {
	text-align:center;
	font-family: 'pt_sansregular';
} 

.cart-container .qty .form-control {
	margin-top:0;
}
.qty {
    font-family: 'pt_sansregular';
}
.qty label {
	display:inline-block;
	width:40%;
}
.qty input {
	display:inline-block;
	width:50%;
}
.qty .form-control {
	border:none !important;
}
.cart-container .del {
	text-align:center;
}
.cart-container .btn {
	background-color: #333;
	padding:10px;
	margin-top:10px;
	border:none;
}
.gt  {
	text-align: center;
	padding:26px;
}
.gt .tot {
	display:inline-block;
}
.tot h3 {
	margin-bottom:0;
	margin-top:10px;
	font-size:34px;
	
}
.tot h3 span {
	font-size:24px;
	
}
.gt .btn {
	background-color: #30211a;
	height:auto;
	padding:15px 24px;
	margin-top:10px;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	border:none;
	font-weight:bold;
	font-size:14px;
	font-family: 'pt_sansregular';
	
}
.remove-btn {
	background:#333;
	color:#fff;
	border-radius:50%;
	padding:10px;
	z-index:10;
	position:relative;
	right:-120px;
	top:-20px;
	cursor:pointer
}
.remove-btn:hover {
	background:#F00;
	color:#fff;
	
}
.cart-container2{
	margin:10px 0px;
	width:100%;
	height:auto;
	border:dotted 2px #E5E5E5;
	border-radius:10px;
	display:inline-block;
	vertical-align:top;
	padding:10px 0;
}
.cart-container2 h3{
	margin:0;
	text-align:left;
	color:#333;
}

@media (max-width: 991px) {
	.cart-container .prod h3{
	line-height:20px;
	margin:10px 0;
}
}

#checkout .selections input[type="radio"] {
    visibility: hidden;
    display: inline-block;
}

#checkout .selections #orderType1:checked + label {
    background: url(../images/delivery2.png) no-repeat center top;
   /* background-size: 68% auto;*/
    background-position: center 30px;
    border: 2px #fff solid;
}
#checkout .selections #orderType1 + label {
    background: url(../images/delivery.png) no-repeat center top;
    /*background-size: 68% auto;*/
    background-position: center 30px;
	border: 2px #fff solid;
}
#checkout .selections #orderType2:checked + label {
    background: url(../images/counter2.png) no-repeat center top;
    /*background-size: 68% auto;*/
    background-position: center 30px;
    border: 2px #fff solid;
}
#checkout .selections #orderType2 + label {
    background: url(../images/counter.png) no-repeat center top;
    /*background-size: 68% auto;*/
    background-position: center 30px;
	border: 2px #fff solid;
}
#checkout .selections label {
    width: 180px;
    padding: 180px 20px 20px 20px;
    vertical-align: bottom;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    border: 2px #d7d7d7 solid;
    border-radius: 20px;
    cursor: pointer;
	text-align:center;
	font-family: 'pt_sansregular';
}
.date {
	background:#30211a;
	padding:15px 25px;
	border-radius:20px;
	color:#fff;
}
.date input {
	color:#fff;
}
.datepicker  {
	background-color:#fff !important;
}
.datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:focus, .datepicker td.active:hover:focus, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active.active:hover, .datepicker td.active.disabled, .datepicker td.active.disabled:hover, .datepicker td.active[disabled], .datepicker td.active[disabled]:hover {
	background-color:#1b180f !important;
	background-image: none;
}
.confirm-container {
	/*max-width:650px;*/ 
	margin:10px auto 0 auto;
	padding:15px;
	border:dashed 1px #CCC;
	border-radius:10px;
	background:#FCFCFC;
	font-family: 'pt_sansregular';
}
.confirm-bx {
	margin: 10px 2% 20px;
	width: 20%;
	display: inline-block;
	min-width: 174px;
	vertical-align:top;
}
.title {
	font-size:16px;
	font-weight:bold;
}
.typ {
	font-weight:bold;
	color:#30211a;
	display:block;
}
.terms {
	padding-top:30px;
	border-top:dashed 1px #CCC;
	width:100%;
	text-align:center;
	margin-bottom:30px;
}

@media (max-width: 480px) {
#checkout .selections label {
    width: 100px;
    padding: 100px 20px 20px 20px;
    vertical-align: bottom;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    border: 2px #d7d7d7 solid;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    background-size:68% auto !important;
}
.sub-heading {
    margin:25px auto -10px;
}
.cart-container2 {
    text-align:center;
}
.cart-container2 h3 {
    font-size:18px;
    text-align:center;
}
.pric h3 span{
    font-size:16px;
}


}
.brdr-btm {
	padding-bottom: 30px;
	border-bottom:dashed 1px #CCC;
}
.tp {
	margin-top:50px;
}
.tp h3 span {
	color:#000;
	font-size:24px;
}
.lst {
	text-align:center;
}
.lst .btn {
	margin-top:0px !important;
	font-family: 'pt_sansregular';
}
.menu-container ul {
	margin:0;
	padding:0;
	text-align:center;
}
.menu-container ul li {
	display:inline-block;
	list-style:none;
	max-width:300px;
	margin:20px 10px;
}
.menu-single {
	border:dotted 2px #CCC;
	border-radius:8px;
	padding:15px;
	text-align:center;
}
.menu-single .menu-txt p {
	line-height:20px;
}
.menu-single .form-control {
	display:inline-block;
	width:100px;
	margin-left:15px;
	margin-top:5px;
	padding:5px;
}
.btn-det {
	background-color: #009900 !important;
	border:solid 1px #009900;
	padding: 5px 10px;
	color:#fff;
}
.btn-det:hover {
	background-color: #333 !important;
	border:solid 1px #333 !important;
	padding: 5px 10px;
	color:#fff;
}
.custom-container {
	margin-bottom:60px;
}
.custom-container h4 {
	font-size:16px !important;
	line-height:16px;
	margin-bottom:5px !important;
	
	
}
}

