.container {
  max-width: 960px;
}

section {
    padding:3rem 0;
}

@media (min-width:768px) {
    section {
        padding:3rem 0;
    }
    
    .d-md-flex {
        display: -webkit-box !important;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box !important;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox !important;      /* TWEENER - IE 10 */
        display: -webkit-flex !important;     /* NEW - Chrome */
        display: flex !important; 
    }
}

@media (min-width:1024px) {
    section {
        padding:3rem 0;
    }
}

@media (max-width: 576px) {
    .footer {
        text-align: center;
    }
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
    footer {
        padding:4rem 0;
    }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media (min-width:768px) {


}

/* TYPOGRAPHY */ 

body {
    font-family: "Didact Gothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    /*background:#f7f7f7;*/
    font-size:1rem;
    line-height:1.45;
    color:#484848;
}

.footer_bg {
	background: #2f4254;
}

a {
    color:#337ab7;
}
a:hover, .btn-link:hover {
    color: #23527c;
    text-decoration: none;
}

.footer p {
    color:#f2ede9;
}

.footer a {
    color:#f2ede9;
}
.footer a:hover {
    color:#268574;
    text-decoration: none;
}


a.modallink {
    color:#C7A599;
}
a.modallink:hover {
    color:#444;
    text-decoration: none;
}


a.cardlink {
    color:#7f7f7f;
}
a.cardlink:hover {
    color:#C7A599;
    text-decoration: none;
}

a.cardtitlelink {
    color:#000;
	font-weight:bold; 
	font-size:18px;
}
a.cardtitlelink:hover {
    color:#C7A599;
    text-decoration: none;
}

a.boxhover:hover .box {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

p {
    margin-bottom: 1.3em;
    font-size: 0.97em; 
}

.breadcrumbs {
	margin: 0;
	padding: 0;
}

.breadcrumbs li:first-child::before {
	display: none;
}

.breadcrumbs li:first-child {
	padding-left: 0 !important;
	padding-right: 4px !important;
	margin-right: 0 !important;
}

.breadcrumbs li::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 9px;
	color: #fff;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-radius: 50%;
}

.breadcrumbs li {
	display: inline-block;
	position: relative;
	margin-right: 4px !important;
	padding-left: 16px !important;
	color: #fff;
	font-size:13px;
}

.breadcrumbs li a {
	color: #fff;
	font-size:13px;
}

.breadcrumbs li a:hover {
	color: #C7A599;
}

a.listingview {
	border: 2px solid #fff;
	color:#fff;
	border-radius: 50%;
	float: right;
	font-size: 14px;
	height: 35px;
	line-height: 32px;
	text-align: center;
	width: 35px;
	margin-left:10px;
}

a.listingview:hover {
	border: 2px solid #C7A599;
	color:#C7A599;
	border-radius: 50%;
	float: right;
	font-size: 14px;
	height: 35px;
	line-height: 32px;
	text-align: center;
	width: 35px;
	margin-left:10px;
}

a.listingview.active {
	border: 2px solid #C7A599;
	color:#C7A599;
	border-radius: 50%;
	float: right;
	font-size: 14px;
	height: 35px;
	line-height: 32px;
	text-align: center;
	width: 35px;
	margin-left:10px;
}

a .profile-icon {
    text-align: center;
    pointer-events: none;
    color: #C7A599;
}

.cursor-hand:hover {
    cursor: pointer;
}

h1, h2, h3, h4 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2;
  font-family: "Didact Gothic", sans-serif;
  /* letter-spacing: -0.03em; */
  color:#000;
  /* color:#268574; */
}

@media (min-width:768px) {

h1 {
  margin-top: 0;
  font-size: 2.157em;
  line-height: 1;
}

h2 {font-size: 1.569em;}

h3 {font-size: 1.477em;}

h4 {font-size: 0.87em;}

small, .font_small {font-size: 0.75em;}
    
}

.card-header {
	padding-top: .75rem;
	padding-bottom: 0;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125);
	/* min-height:135px; */
}

.card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-top: .45rem;
	padding-bottom: .45rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	background-color: rgba(0,0,0,.03);
}

/*==========================================================*/
/* Sections
/*==========================================================*/  

.arrow-down {
    margin-left: auto;
    margin-right: auto;
    left: 50%;  
    bottom: 1em;
    text-align: center;
    width: 28px;
    fill: #222;
    color:#222;
}


/*==========================================================*/
/* Form
/*==========================================================*/  



.btn-primary.green {
    background:#28a745;
    transition: all 0.35s ease-in;
    border:1px solid transparent;
}
.btn-primary.green:hover {
    color:#F2EDE9;
    background:#218838;
    border:1px solid rgba(255,255,255,.2);
}

.btn-primary.red {
    background:#b0132b;
    transition: all 0.35s ease-in;
    border:1px solid transparent;
}
.btn-primary.red:hover {
    color:#F2EDE9;
    background:#cc0624;
    border:1px solid rgba(255,255,255,.2);
}


.btn-primary.brown2 {
	color:#fff;
    background:#C7A599;
	border:1px solid #C7A599;
    transition: all 0.35s ease-in;
}
.btn-primary.brown2:hover {
    color:#fff;
    background: #696969;
    border:1px solid 696969;
}


.btn-primary.brown {
    color:#B78371;
    transition: all 0.35s ease-in;
    border:1px solid transparent;
	background: #FFFFFF;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.3);

}
.btn-primary.brown:hover {
    color:#fff;
    background:#a9a9a9;
    border:1px solid rgba(255,255,255,.2);
	background: #B78371;
}

.btn-primary {
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom:0.25rem;
}

.btn-primary {
    padding: .75rem 1.75rem;
    position:relative;
    font-family: inherit;
}

.btn-outline-primary {
    padding: .5rem 1.25rem;
    border: 1px solid #1D7868;
}

.btn-link {
    color:#1D7868;
}

.btn-sm {
    font-size: 0.5em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.btn-outline-light {
    font-family: inherit;
}

.btn .material-icons {
    position: absolute;
    top:.75rem;
    right:4px;
    font-size:18px;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}

.btn-info {
  color: #fff;
  background-color: #005293;
  border-color: #005293;
}

/* logo without underline */
.navbar-nav .navbar-brand:hover, .navbar-nav .navbar-brand:active {
border-bottom: 1px solid transparent;
} 


header a {
    color:#F2EDE9;
    font-family: "Didact Gothic", sans-serif;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

nav a:hover {
  border-bottom: 1px solid #F2EDE9;
  text-decoration: none;
    color:#F2EDE9;
}

nav .active a {
  border-bottom: 1px solid #F2EDE9;
  text-decoration: none;
    color:#F2EDE9;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529 !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
        font-size: 0.9em; 
}

.nav-link {
	color: #495057;
	background-color: #f6f6f6;
	border: 1px solid #ddd !important;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	display: block;
}

#header {
    width:100%;
    display:block;
    padding: 0.5rem 0;
    transition: all 0.5s ease-in-out;
    font-size:1em;
	background-color: #2f463dd1 !important;
    height: 70px;
    }


.navbar-toggler {
    border-radius:0;
    position: absolute;
    top: 6px;
    right: 10px;
    z-index: 9999;
}

@media (max-width: 768px) {

    .navbar-collapse {
        position: absolute;
        top:0;
        left:0;
        width:100%;
		background: #2f463d;
    } 
	
    .navbar-collapse a {
        color: #fff;
    }
    .navbar-collapse a:hover {
        color: #fff;
    }
    
    .navbar-collapse .active a {
        color: #fff;
    }
   
    .nav-item {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important;
    }
	
    .navbar-nav {
	-webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    }
}

.dropdown-item.active, .dropdown-item:active {
	color: #212529;
	text-decoration: none;
	background-color: #F2EDE9;
}    

/*
 * Extra utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.flex-equal > * {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }

.form-group .form-control {
    padding-right: 2.375rem;
}

.form-group .form-control-icon {
    position: absolute;
	right: 20px;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #C7A599;
}

.form-send-icon {
    position: absolute;
	left: 120px;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #fff;
}

.flip-card {
  width: 100%;
  height: 280px;
  perspective: 1000px;
  transition: 0.3s;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
}

.flip-card:hover .flip-card-inner {
  transform: rotateX(180deg);
  /* box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); */
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-back {
  transform: rotateX(180deg);
}

.select2-container--default .select2-selection--single .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--default .select2-selection--single .select2-selection--multiple .select2-selection__choice {
	background-color: #f9f9f9 !important;
	border: 1px solid #e3e3e3 !important;
	border-radius: 3px;
	cursor: default;
	color: #7f7f7f !important;
	padding: 3px 3px !important;
	float: left;
	margin: 0 !important;
	margin-right: 5px !important;
	position: relative;
	font-size: 11px;
	top: 5px;
	/* transform: translateY(-50%); */
}

.select2-container--default .select2-selection--single .select2-selection--multiple{
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	display: block;
	width: 100%;
	line-height: 1.5;
	color: #495057;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.select2-container--default.select2-container--focus .select2-selection--single .select2-selection--multiple {
  border: 1px solid #ced4da;
  outline: 0;
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #ced4da;
	border-radius: 4px;
	cursor: text;
	height:38px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #ced4da !important;
	outline: 0;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	display: block;
	width: 100%;
	line-height: 1.5;
	color: #495057;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-right: 5px;
	margin-top: 0px;
	padding: 3px 3px !important;
	height:38px;
	color: #7f7f7f !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #7f7f7f !important;
	line-height: 28px;
}
.modal-close i {
	border-radius: 50%;
	cursor: pointer;
	font-size: 17px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: -9px;
	text-align: center;
	top: -9px;
	width: 30px;
	color: #fff;
	background-color: #C7A599;
}

/*
 * mailbox
 */
 
.mail-box {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.mail-box aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}
.mail-box .sm-side {
    background: none repeat scroll 0 0 #e5e8ef;
    border-radius: 4px 0 0 4px;
    width: 25%;
}
.mail-box .lg-side {
    background: none repeat scroll 0 0 #fff;
    border-radius: 0 4px 4px 0;
    width: 75%;
}

a.mail-dropdown {
    background: none repeat scroll 0 0 #80d3d9;
    border-radius: 2px;
    color: #01a7b3;
    font-size: 10px;
    margin-top: 20px;
    padding: 3px 5px;
}
.inbox-body {
	padding-top: 0px;
}
.btn-compose {
    background: none repeat scroll 0 0 #ff6c60;
    color: #fff;
    padding: 12px 0;
    text-align: center;
    width: 100%;
}
.btn-compose:hover {
    background: none repeat scroll 0 0 #f5675c;
    color: #fff;
}
ul.inbox-nav {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.inbox-divider {
    border-bottom: 1px solid #d5d8df;
}
ul.inbox-nav li {
    display: inline-block;
    line-height: 45px;
    width: 100%;
}
ul.inbox-nav li a {
    color: #6a6a6a;
    display: inline-block;
    line-height: 45px;
    padding: 0 20px;
    width: 100%;
}
ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav li a:focus {
    background: none repeat scroll 0 0 #d5d7de;
    color: #6a6a6a;
}
ul.inbox-nav li a i {
    color: #6a6a6a;
    font-size: 16px;
    padding-right: 10px;
}
ul.inbox-nav li a span.label {
    margin-top: 13px;
}
ul.labels-info li h4 {
    color: #5c5c5e;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    text-transform: uppercase;
}
ul.labels-info li {
    margin: 0;
}
ul.labels-info li a {
    border-radius: 0;
    color: #6a6a6a;
}
ul.labels-info li a:hover, ul.labels-info li a:focus {
    background: none repeat scroll 0 0 #d5d7de;
    color: #6a6a6a;
}
ul.labels-info li a i {
    padding-right: 10px;
}
.nav.nav-pills.nav-stacked.labels-info p {
    color: #9d9f9e;
    font-size: 11px;
    margin-bottom: 0;
    padding: 0 22px;
}

.sr-input {
    border: 1px solid #ced4da;
    border-radius: 4px 0 0 4px;
    box-shadow: none;
    color: #8a8a8a;
    float: left;
    height: 35px;
    padding: 0 10px;
}

.table-inbox {
    border: 1px solid #d3d3d3;
    margin-bottom: 0;
}
.table-inbox tr td {
    padding: 12px !important;
}
.table-inbox tr td:hover {
    cursor: pointer;
}
.table-inbox tr td .fa-star.inbox-started, .table-inbox tr td .fa-star:hover {
    color: #f78a09;
}
.table-inbox tr td .fa-star {
    color: #d5d5d5;
}
.table-inbox tr.unread td {
    background: none repeat scroll 0 0 #f7f7f7;
    font-weight: 600;
}
ul.inbox-pagination {
    float: right;
}
ul.inbox-pagination li {
    float: left;
}
.mail-option {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}
.mail-option .chk-all, .mail-option .btn-group {
    margin-right: 5px;
}
.mail-option .chk-all, .mail-option .btn-group a.btn {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #e7e7e7;
    border-radius: 3px !important;
    color: #afafaf;
    display: inline-block;
    padding: 5px 10px;
}
.inbox-pagination a.np-btn {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #e7e7e7;
    border-radius: 3px !important;
    color: #afafaf;
    display: inline-block;
    padding: 5px 15px;
}
.mail-option .chk-all input[type="checkbox"] {
    margin-top: 0;
}
.mail-option .btn-group a.all {
    border: medium none;
    padding: 0;
}
.inbox-pagination a.np-btn {
    margin-left: 5px;
}
.inbox-pagination li span {
    display: inline-block;
    margin-right: 5px;
    margin-top: 7px;
}

.inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea {
    border: 1px solid #e6e6e6;
    box-shadow: none;
}

.sender-info {
    margin-bottom: 20px;
}
.sender-info img {
    height: 30px;
    width: 30px;
}
.sender-dropdown {
    background: none repeat scroll 0 0 #eaeaea;
    color: #777;
    font-size: 10px;
    padding: 0 3px;
}
.view-mail a {
    color: #ff6c60;
}
.attachment-mail {
    margin-top: 30px;
}
.attachment-mail ul {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}
.attachment-mail ul li {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 150px;
}
.attachment-mail ul li img {
    width: 100%;
}
.attachment-mail ul li span {
    float: right;
}
.attachment-mail .file-name {
    float: left;
}
.attachment-mail .links {
    display: inline-block;
    width: 100%;
}

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
 