body{
	color: #444;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
a {
    color: #b5313e;
    text-decoration: none;
}
a:focus, a:hover {
    color: #b5313e;
    text-decoration: underline;
}
h1 {
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}
h1, h2, h3 {
    color: #b5313e;
    margin-bottom: 10px;
    margin-top: 10px;	
}
.navbar-default {
	background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
	border: 0 none;
    border-radius: 0;
    box-shadow: none;
}
.navbar-brand{
	height: auto;
	margin-top: 20px;
}
.navbar-nav{
	margin-top: 73px;
}
.navbar-nav > li{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    transition: background 0.3s ease-out 0s;
}
.navbar-nav > li.current-menu-item, .navbar-nav > li.active, .navbar-nav > li:hover {
	background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
}
.navbar-default .navbar-nav > li > a {
    color: #7c7c7c;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;

    padding: 10px 15px;
	position: relative;
    text-align: center;
    text-decoration: none;
	
	transition: color 0.3s ease-out 0s, background 0.3s ease-out 0s;
}
.navbar-brand, .navbar-nav > li > a {
    text-shadow: none;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > .active > a:hover
{
    background-color: #b5313e;
    background-image: none;
    background-repeat: repeat-x;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
}
.entry-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0 0 20px;
    padding-bottom: 8px;
    padding-top: 8px;
}
.entry-title {
    color: #b5313e;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    margin: 10px 0;
}
.patient-header .entry-title {
    display: inline-block;
}
.patient-header h5 {
    display: inline-block;
    margin-left: 25px;
}
.pagecontent ul li {
    background: rgba(0, 0, 0, 0) url("images/bullet.png") no-repeat scroll left center;
    list-style: outside none none;
    margin: 8px 0;
    padding-left: 20px;
}
.pagecontent ul.two-cols li{
    display: inline-block;
    min-width: 300px;
}
.contact-info {
    float: left;
    text-align: center;
    width: 650px;
}
.contact-info h4 {
    line-height: 28px;
}
.slider-right {
    float: right;
    margin-bottom: 15px;
    margin-left: 15px;
    width: 450px;
}
.footer {
    border-top: 6px solid #b5313e;
    margin-top: 20px;
}
.copyright {
    padding-bottom: 10px;
    padding-top: 20px;
}
.copyright p {
    font-size: 13px;
    padding: 4px 0;
}
.footer-nav {
    float: right;
    margin: 20px 0 0;
}
.footer-nav li {
    float: left;
    list-style: outside none none;
}
.footer-nav li a {
	color: #555;
    display: block;
    font-size: 13px;
    padding: 4px 6px;
    transition: background 0.5s ease 0s;
}
.footer-nav li a:hover {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
	color: #b5313e;
	text-decoration: none;
}
input.error {
    border-color: red;
}
label.error {
    color: red;
    font-weight: normal;
    font-size: 13px;
}
.success-msg{
    color: #155724;
    border: 1px solid #c3e6cb;
    border-radius: 3px;
    padding: 5px 15px;
    display: inherit;
    margin: 20px 0px;
    background-color: #d4edda;
}
.warning-msg{
    color: #856404;
    border: 1px solid #ffeeba;
    border-radius: 3px;
    padding: 5px 15px;
    display: inherit;
    margin: 20px 0px;
    background-color: #fff3cd;
}
.info-msg{
    color: #004085;
    border: 1px solid #b8daff;
    border-radius: 3px;
    padding: 5px 15px;
    display: inherit;
    margin: 20px 0px;
    background-color: #cce5ff;
}
.error-msg{
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: 3px;
    padding: 5px 15px;
    display: inherit;
    margin: 20px 0px;
    background-color: #f8d7da;
}
tr.invalid{
    background-color: #ffecec;
}
.or-separator {
    font-weight: bold;
    font-size: 16px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin: 20px 0px;
    padding: 15px 0px;
    display: inline-block;
    min-width: 200px;
}
p.logout {
    margin: 10px 0px;
    text-align: right;
}
.table th {
    background-color: #b5313e;
    color: #fff;
    border: 1px solid #b5313e !important;
}
.grid-wrapper {
    background-color: #b5313e;
    display: inline-block;
    padding: 5px 5px 1px 5px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.grid-wrapper > div{
    display: inline-block;
}
.table {
    width: auto;
    min-width: 300px;
    margin: 0;
}
.table td{
    background-color: #fff;
    border: 1px solid #b5313e !important;
}
.QuestionsNav {
    margin: 10px 0px;
}
.QuestionsNav a,
.QuestionsNav input{
    color: #b5313e;
    display: inline-block;
    background-color: #f0f0f0;
    border: 0;
    width: 30px;
    text-align: center;
    padding: 5px 0px;
    margin-right: 6px;
    border-radius: 15px;
    font-size: 11px;

    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 0.25s ease-out;
}

.QuestionsNav a:hover, .QuestionsNav a.active,
.QuestionsNav input:hover, .QuestionsNav input.active {
    background-color: #b5313e;
    color: #fff;
    text-decoration: none;
}
.view-reports .item {
    width: 100%;
    max-width: 400px;
    margin: 15px 0px;
    background-color: #f1f1f1;
    padding: 12px 12px;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.4);
}
.view-reports .item .title {
    color: #000;
    font-size: 15px;
    font-weight: normal;
    display: inline-block;
    width: calc(100% - 110px);
}
.view-reports .item .option {
    display: inline-block;
    text-align: right;
    width: 100px;
}
.ask-for-clone-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 1;
}
.ask-for-clone-wrapper .confirm-box {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 15px 25px;
    width: 80%;
    border-radius: 5px;
    max-width: 600px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.ask-for-clone-wrapper .confirm-box h3 {}
.ask-for-clone-wrapper .confirm-box p {
    margin: 15px 0px;
}
.ask-for-clone-wrapper .confirm-box p .btn {
    margin-right: 10px;
}

.no-padding {
    padding: 0;
}

.button-list {
    border-left: 3px solid #f0f0f0;
    padding-bottom: 25px;
    padding-left: 15px;
    float: left;
    width: 100%;
    max-width: 210px;
}
.button-list label{
    text-align: center;
    width: 190px;
    line-height: 34px;
    margin: 15px 0px 0px 0px;
}
.button-list2 {
    border-left: 0;
}

.button-list .btn {
    min-width: 190px;
    margin-top: 15px;
}

.btn-red {
	color: #333333;
	text-shadow: 0 1px 0 #fff;
	background-color: #FCD6D6;
	*background-color: #FCD6D6;
	background-image: -moz-linear-gradient(top, #FFFFFF, #FCD6D6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#FCD6D6));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FCD6D6);
	background-image: -o-linear-gradient(top, #FFFFFF, #FCD6D6);
	background-image: linear-gradient(to bottom, #FFFFFF, #FCD6D6);
	background-repeat: repeat-x;
	border-color: #FCD6D6;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FCD6D6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.disabled,
.btn-red[disabled] {
	color: #333333;
	background-color: #FCD6D6;
	*background-color: #003bb3;
}

.btn-blue {
	color: #333333;
	text-shadow: 0 1px 0 #fff;
	background-color: #D6EAFC;
	*background-color: #D6EAFC;
	background-image: -moz-linear-gradient(top, #FFFFFF, #D6EAFC);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#D6EAFC));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #D6EAFC);
	background-image: -o-linear-gradient(top, #FFFFFF, #D6EAFC);
	background-image: linear-gradient(to bottom, #FFFFFF, #D6EAFC);
	background-repeat: repeat-x;
	border-color: #D6EAFC;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D6EAFC', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.btn-blue.disabled,
.btn-blue[disabled] {
	color: #333333;
	background-color: #D6EAFC;
	*background-color: #003bb3;
}
.btn-green {
	color: #333333;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ABEBC7;
	*background-color: #ABEBC7;
	background-image: -moz-linear-gradient(top, #FFFFFF, #ABEBC7);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#ABEBC7));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #ABEBC7);
	background-image: -o-linear-gradient(top, #FFFFFF, #ABEBC7);
	background-image: linear-gradient(to bottom, #FFFFFF, #ABEBC7);
	background-repeat: repeat-x;
	border-color: #ABEBC7;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#ABEBC7', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.btn-green.disabled,
.btn-green[disabled] {
	color: #333333;
	background-color: #ABEBC7;
	*background-color: #003bb3;
}
.order-products .item {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    padding: 10px 10px;
    margin-bottom: 15px;
}
.order-products .item.available-false, .order-products .item.disabled-true {
    background-color: #eee;
}
.order-products .item:hover{
    background-color: #f8f8f8;
}
.order-products .available-false:hover, .order-products .disabled-true:hover {
    background-color: #eee;
}
.order-products .item .check {
    display: inline-block;
    width: 30px;
    text-align: center;
    vertical-align: top;
}
.order-products .item .detail {
    display: inline-block;
    width: calc(100% - 150px);
}
.order-products .item .detail .product-name {
    color: #b5313e;
    font-weight: bold;
}
.order-products .item .detail .product-name .credits {
    display: inline-block;
    font-weight: normal;
    font-size: 13px;
    margin-left: 10px;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}
.order-products .item .detail .desc {
    margin-top: 5px;
    font-size: 13px;
    line-height: 18px;
}
.order-products .item .detail .options {
    display: none;
    margin-top: 10px;
}
.order-products .item .detail .options .option {
    margin-bottom: 10px;
}
.order-products .item .detail .options .option [type="checkbox"] {
    margin-right: 8px;
    display: inline;
}
.order-products .item .detail .options .option label {
    margin-right: 8px;
    display: inline;
}
.order-products .item .price {
    display: inline-block;
    width: 100px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    vertical-align: top;
}
.order-total {
    box-shadow: none !important;
    border-top: 1px solid #ddd;
    border-bottom: 3px double #ddd;
}
.order-detail {
    width: 100%;
    max-width: 360px;
}
.order-detail .items {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.order-detail .items .item {
    margin: 8px 0px;
}
.order-detail .items .item .name,
.order-detail .total .lbl,
.order-detail .discount .lbl {
    display: inline-block;
    width: calc(100% - 100px);
}
.order-detail .items .item .price,
.order-detail .total .amount,
.order-detail .discount .amount {
    display: inline-block;
    width: 100px;
    text-align: right;
}
.order-detail .items .item .price.paid-by-credit {
    color: red;
    text-decoration: line-through;
}
.order-detail .discount {
    padding: 8px 0px;
    border-bottom: 1px solid #ccc;
}
.order-detail .total {
    padding: 8px 0px;
    border-bottom: 3px double #ccc;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}
.order-detail-full {
    width: 100%;
}
.order-detail-full .order-number {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 8px;
}
.order-detail-full .info {
    padding-bottom: 6px;
    font-size: 16px;
}
.order-detail-full .info .client-name {
    font-weight: bold;
}
.order-detail-full .info .client-address {
    margin: 5px 0px 15px 0px;
    font-size: 14px;
    line-height: 17px;
}
.order-detail-full .info .patient-name{
    float: left;
}
.order-detail-full .info .date {
    float: right;
}
.order-detail-full .items {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.order-detail-full .items .item {
    margin: 20px 0px;
}
.order-detail-full .items .item .name {
    display: inline-block;
    width: calc(100% - 100px);
    font-weight: bold;
}
.order-detail-full .items .item .price {
    display: inline-block;
    width: 100px;
    text-align: right;
}
.order-detail-full .items .item .price .credits {
    font-style: italic;
    color: #f00;
    font-size: 13px;
    line-height: 16px;
    display: inline-block;
    vertical-align: top;
}
.order-detail-full .items .item .desc {
    padding-right: 100px;
    font-size: 13px;
    font-style: italic;
    color: #777;
}
.order-detail-full .total {
    padding: 8px 0px;
    text-align: right;
    border-bottom: 3px double #ccc;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}
.narrative-data {}
.narrative-data .readonly {
    float: left;
    width: calc(50% - 10px);
}
.narrative-data .editable {
    float: right;
    width: calc(50% - 10px);
}
.narrative-data .readonly textarea,
.narrative-data .editable textarea {
    width: 100%;
    height: 300px;
}
.narrative-data .readonly textarea {
    border: 0 none;
    background: transparent;
}
.ans {
    text-align: center;
}
.ans.error {
    background-color: #FCD6D6;
}
table.bulk-prices{}
table.bulk-prices th{
    width: 100px;
    padding: 5px 0px;
}
table.bulk-prices td {
    width: 100px;
    padding: 5px 0px;
}
.use-report-credits {
    border-left: 1px solid #ccc;
    padding-left: 20px;
}
.use-report-credits #ContentPlaceHolder1_lblReportCredits {
    display: block;
    margin-bottom: 20px;
}
.patient-tabs {
    margin: 0;
    padding: 0;
}
.patient-tabs li {
    padding: 0 !important;
    margin: 0 !important;
    float: left;
}
.patient-tabs li a {
    display: inline-block;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 5px 5px 0px 0px;
    text-decoration: none;
    margin-top: 4px;
}
.patient-tabs li a.active {
    background-color: #b5313e;
    padding: 12px 15px;
    color: #fff;
    margin-top: 0;
    border-color: #b5313e;
}
.patient-tabs li a.disabled {
    background-color: #eee;
    color: #aaa;
    cursor: not-allowed;
}
.patient-tabs li a.normal:hover {
    background-color: #f0f0f0;
}
.patient-tab-panel {
    float: left;
    width: 100%;
    border: 1px solid #b5313e;
    border-radius: 5px;
    padding: 25px 15px 15px;
    min-height: 470px;
}
.breadcrumbs {
}
.next-step {
    display: inline-block;
    margin: 5px 0px;
    background-color: #6b7996;
    color: #fff;
    border-radius: 3px;
    padding: 3px 10px;
}
.downloads .btn {
    display: block;
    margin-bottom: 15px;
}
.fieldset {
    float: left;
    width: calc(100% - 30px);
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 15px;
    position: relative;
    padding: 25px 0px 15px 0px;
}
.fieldset .legend {
    position: absolute;
    top: -11px;
    left: 12px;
    background-color: #fff;
    padding: 0px 3px;
    font-weight: bold;
}
input[type="date"].form-control {
    line-height: normal;
}
body.stopscrolling {
    overflow: hidden;
}
.agreementStatus {
    color: limegreen;
    font-size: 20px;
    margin: 4px 0px 0px 10px;
    display: inline-block;
}
.agreement-wapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}
.agreement-wapper .agreement {
    position: absolute;
    width: 80%;
    background-color: #fff;
    max-width: 800px;
    height: 500px;
    overflow: auto;
    padding: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.agreement-wapper .agreement .agreement_title {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    line-height: 30px;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.agreement-wapper .agreement .agreement_content{}
.agreement-wapper .agreement .agreement_btns {
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
}
.agreement-wapper .agreement .agreement_btns .btn {
    margin-right: 10px;
}
.license-verification-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}

.license-verification-wrapper .license-verification {
    position: absolute;
    width: 80%;
    background-color: #fff;
    max-width: 720px;
    height: auto;
    overflow: auto;
    padding: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.license-verification-wrapper .license-verification .license-verification-btns {
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 20px;
    text-align: center;
}

.license-verification-wrapper .license-verification .license-verification-btns .btn {
    margin-right: 10px;
}
.bulk-pricing {
    margin: 15px;
    position: relative;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
}
.bulk-pricing .section-title {
    position: absolute;
    top: -12px;
    left: 15px;
    background-color: #fff;
    padding: 0px 5px;
}
.bulk-pricing .item-row {
    margin-bottom: 8px;
}
.bulk-pricing .item-row div {
    display: inline-block;
    width: 100px;
    margin-right: 10px;
}
.bulk-pricing .item-row div input{
    text-align: right;
}
.combo-products {
    margin: 15px 0px;
    position: relative;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
}
.combo-products .section-title{
    position: absolute;
    top: -12px;
    left: 15px;
    background-color: #fff;
    padding: 0px 5px;
}
.combo-products table label {
    font-weight: normal;
    margin-left: 8px;
}

table.receivables {
    width: 100%;
}
table.receivables .titles {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}
table.receivables td {
    padding: 0px 10px;
    vertical-align: top;
}
table.receivables .titles td {
    padding: 10px;
}
table.receivables .daily-total {
    font-weight: bold;
    background-color: #f0f0f0;
}
table.receivables .daily-total td {
    padding: 10px;
}
table.receivables .grand-total {
    font-weight: bold;
    background-color: #ddd;
}
table.receivables .grand-total td {
    padding: 10px;
    font-size: 16px;
}
.search-client-options {
    margin: 20px 0px;
}
.search-client-options .option {
    margin: 6px 0px;
}
.search-client-options .option label {
    display: inline-block;
    width: 100px;
}
.search-client-options .option input[type="text"] {
    display: inline-block;
    max-width: 150px;
    margin: 0px 10px;
    vertical-align: bottom;
}
.numbered-text {}
.numbered-text .number {
    display: inline-block;
    width: 20px;
    font-weight: bold;
    vertical-align: top;
}
.numbered-text .text {
    display: inline-block;
    width: calc(100% - 20px);
}
.payment-mode {
    background-color: #f0f0f0;
    padding: 12px 15px;
    margin-top: 20px;
}
.payment-mode .title {
    margin: 0px 8px 0px 0px;
    vertical-align: bottom;
}
table.statistics {
    width: 100%;
}
table.statistics td {
    padding: 6px;
}
table.statistics .caption-row {
    background-color: #f0f0f0;
    font-size: 18px;
}
table.statistics .caption-row td {
    padding: 12px;
    text-align: center;
}
table.statistics .header-row {
    background-color: #ddd;
}
table.statistics .totals {
    font-weight: bold;
    border-top: 1px solid #ccc;
}
table.statistics .val {
    width: 100px;
    text-align: right;
}

.order-items-refund {}
.order-items-refund .item {
    float: left;
    width: 100%;
    margin: 5px 0px;
}
.order-items-refund .item .check {
    float: left;
    width: 30px;
    text-align: center;
}
.order-items-refund .item .detail {
    float: left;
}
.order-items-refund .item .detail .product-name {
    float: left;
    width: 220px;
    margin-right: 10px;
}
.order-items-refund .item .detail .price {
    float: left;
    text-align: right;
    width: 100px;
    margin-right: 10px;
}
.order-items-refund .item .detail .tf {
    float: left;
    text-align: center;
    width: 120px;
}
.order-items-refund .headings {
    float: left;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.order-items-refund .headings .product-name {
    float: left;
    width: 220px;
    margin-right: 10px;
    margin-left: 30px;
}
.order-items-refund .headings .price {
    float: left;
    text-align: right;
    width: 100px;
    margin-right: 10px;
}
.order-items-refund .headings .tf {
    float: left;
    text-align: center;
    width: 120px;
}

.promotion {
    border: 2px dashed #b5313e;
    background-color: #fffce0;
    padding: 15px 20px;
}
.promotion .title {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 8px;
}
.promotion .description {}


.popup {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.popup .inner {
    background-color: #fff;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 500px;
    padding: 10px 20px;
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}
.popup .inner h3 {
    font-size: 15px;
}
.popup .inner p.btns {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
}
.popup .inner p .btn {
    margin: 0px 6px;
}

.statusMessageWrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}
.statusMessageWrapper .messageBox {
    background-color: #fff;
    border: 1px solid #ddd;
    position: absolute;
    width: 80%;
    max-width: 600px;
    border-radius: 6px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 20px;
    text-align: center;
}
.statusMessageWrapper .messageBox .copy {
    color: #555;
}
.statusMessageWrapper .messageBox .btns {
    margin-top: 20px;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1024px) {
	.contact-info{
		width: 450px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.navbar-header {
    float: none;
    text-align: center;
}
.navbar-brand {
    display: inline-block;
    float: none;
    margin-top: 20px;
}
.navbar-nav {
    float: none;
    margin-top: 20px;
    text-align: center;
}
.navbar-right {
    float: none !important;
    margin-right: 0;
}
.navbar-nav > li {
    display: inline-block;
    float: none;
}
.entry-header{
	text-align: center;
}
.pagecontent img.alignright {
    max-width: 350px;
}
.slider-right {
	width: 350px;
}
.contact-info {
    width: 330px;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
.h2, h2 {
    font-size: 24px;
}
.h4, h4 {
    font-size: 14px;
}
.navbar-header{
	text-align: left;
}
.navbar-brand {
    margin: 15px 0 0;
    padding: 0;
}
.navbar-brand img {
    width: 210px;
}
.navbar-toggle{
    margin-right: 5px;
    margin-top: 25px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #b5313e;
}
.navbar-nav > li{
	width: 100%;
}
.navbar-default .navbar-nav > li > a{
	text-align: left;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > li:hover > a, 
.navbar-default .navbar-nav > .active > a:hover{
	background-color: transparent;
	color: #b5313e;
}
.entry-title{
	font-size: 18px;
	line-height: 24px;
}
.pagecontent img.alignright {
    float: none;
    margin: 0 0 12px;
    max-width: 100%;
}
.slider-right {
	width: 100%;
}
.footer-nav{
	display: none;
}
.copyright{
	text-align: center;
}
.contact-info {
    width: 100%;
}
.contact-info h4 {
    line-height: 24px;
}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	
}

.mmrb input {
    outline: none;
}
.mmrb label {
    margin-left: 3px;
}