/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#session_checkout.checkout {
    margin: 50px auto;
    padding: 15px;
    /*background: #f3f6fa;*/
    border: 1px solid;
    border-color: #c2cadb #bbc5d6 #b7c0cd;
    border-radius: 7px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
#session_checkout .checkout-header {
    position: relative;
    margin: -15px -15px 15px;
}
#session_checkout .checkout-title {
    padding: 0 15px;
    line-height: 45px;
    font-size: 16px;
    font-weight: bold;
    color: #7f889e;
    text-shadow: 0 1px rgba(255, 255, 255, 0.7);
    /*background: #eceff5;*/
    border-bottom: 1px solid #c5ccdb;
    border-radius: 7px 7px 0 0;
    /*  background-image: -webkit-linear-gradient(top, #f5f8fb, #e9edf3);
      background-image: -moz-linear-gradient(top, #f5f8fb, #e9edf3);
      background-image: -o-linear-gradient(top, #f5f8fb, #e9edf3);
      background-image: linear-gradient(to bottom, #f5f8fb, #e9edf3);*/
    -webkit-box-shadow: inset 0 1px white;
    box-shadow: inset 0 1px white;
}
#session_checkout .checkout-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
#session_checkout .checkout-price {
    padding: 2px 10px;
    /*font: 14px/40px Helvetica, Arial, sans-serif;*/
    color: white;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
    text-indent: -1px;
    letter-spacing: -1px;
    background: #e54930;
    border: 1px solid;
    border-color: #398439;
    border-radius: 21px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: -webkit-linear-gradient(top, #5cb85c, #449d44);
    background-image: -moz-linear-gradient(top, #5cb85c, #449d44);
    background-image: -o-linear-gradient(top, #5cb85c, #449d44);
    background-image: linear-gradient(to bottom, #5cb85c, #449d44);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 20px;
    vertical-align: sub;
}
#session_checkout .checkout-price:before {
    border-radius: 18px;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.25), 0 -1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.25), 0 -1px 1px rgba(0, 0, 0, 0.25);
}
#session_checkout .checkout-btn {
    height: 34px;
    padding: 0 5px;
    font-weight: bold;
    color: white;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
    border: 1px solid;
    border-color: #1486f9 #0f7de9 #0d6acf;
    background: #1993fb;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, #4cb1fe, #229afc 40%, #138df6);
    background-image: -moz-linear-gradient(top, #4cb1fe, #229afc 40%, #138df6);
    background-image: -o-linear-gradient(top, #4cb1fe, #229afc 40%, #138df6);
    background-image: linear-gradient(to bottom, #4cb1fe, #229afc 40%, #138df6);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
}
#session_checkout .checkout-btn:active {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    border-color: #075bba #0c69d2 #0f7de9;
    background-image: -webkit-linear-gradient(top, #1281dc, #1593fc);
    background-image: -moz-linear-gradient(top, #1281dc, #1593fc);
    background-image: -o-linear-gradient(top, #1281dc, #1593fc);
    background-image: linear-gradient(to bottom, #1281dc, #1593fc);
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
}
.sess_cat{width: 100%;}
.session-section .session:nth-child(3n+1){margin-left: 0;clear: both;}
.session-details .session-title,.session-details .session-price{text-align:center;}
._loadmore_pagination{margin-top: 10px; margin-left: 0!important;}
._loadmore_pagination #load_more{width: 100%;text-align:center;cursor:pointer;}
.sess-columns img {max-width: 100%;vertical-align: middle;}
.session-title a{text-decoration:none;color:#000;font-size: 18px;overflow-wrap: break-word;}
.session-title a:hover{color:#f1ab3c;}
.session-title{margin-top:5px;}
.session-price{margin: 5px 0;}
#session_checkout{ width:600px;}
.sess-columns{font-size: 18px;}
.sess-price{margin-top:22px;}
.sess-desc{font-size:14px}
.single_session h2{font-size:30px}
.single_session h4{ margin-top: 1%}
.single_session{background: #f2f2f2 none repeat scroll 0 0;padding: 10px;}
.single-session #container {
    background-color: #bfbfbf;
}
.single_session p{
    font-family: arial;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}
.session_block .alert-danger h1{margin-top: 50px; text-align: center;}
.session_block .alert-danger{height: 100px;}
.sess-columns.search-panel .form-control{font-size: 18px; width: 100%;line-height: 1.75;}
.sess-columns.search-panel input{
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em;
    line-height: normal !important;
    max-width: 100%;
    box-sizing: inherit;
}
.sess-columns.search-panel input[type="submit"],._loadmore_pagination input[type="submit"]{
    background: #1e9adb none repeat scroll 0 0;
    border: 0 none;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.84375em 0.875em 0.78125em;
    text-transform: uppercase;
}
._loadmore_pagination input[type="submit"]{background: #56980e none repeat scroll 0 0;}
#lect_search label,#lect_search h3{color:#000;line-height: 1.75;}
.session-heading{margin: 20px 0;}
.single_session .sess-img img{width: 100%;}

.payment_price {
      background: #6AB3D3;
	padding: 5px 15px;
	color: #fff !important;
	text-decoration: none;
	font-size: 12px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	float: none;
	margin-right: 4px;
	box-shadow: 0 0 0 #B8B8B8;
}

.payment_price:hover {
	background: #0D546D;
	cursor: pointer;
}