@font-face{
  font-family: "MelbourneBold";
  src:url('../fonts/melbourne_bold_basic-webfont.eot');
  src:url('../fonts/melbourne_bold_basic-webfont.eot#iefix') format('embedded-opentype'),
    url('../fonts/melbourne_bold_basic-webfont.woff') format('woff'),
    url('../fonts/melbourne_bold_basic-webfont.ttf') format('truetype'),
    url('../fonts/melbourne_bold_basic-webfont.svg#Hevelticaneue') format('svg');
}
@font-face{
  font-family: "MelbourneLight";
  src:url('../fonts/melbourne_light_basic-webfont.eot');
  src:url('../fonts/melbourne_light_basic-webfont.eot#iefix') format('embedded-opentype'),
    url('../fonts/melbourne_light_basic-webfont.woff') format('woff'),
    url('../fonts/melbourne_light_basic-webfont.ttf') format('truetype'),
    url('../fonts/melbourne_light_basic-webfont.svg#HevelticaneueBdCn') format('svg');
}
@font-face{
  font-family: "MelbourneReg";
  src:url('../fonts/melbourne_reg-webfont.eot');
  src:url('../fonts/melbourne_reg-webfont.eot#iefix') format('embedded-opentype'),
    url('../fonts/melbourne_reg-webfont.woff') format('woff'),
    url('../fonts/melbourne_reg-webfont.ttf') format('truetype'),
    url('../fonts/melbourne_reg-webfont.svg#HevelticaneueCn') format('svg');
}
body {
  font-family: "MelbourneReg";
  font-size: 16px;
}
footer{
	margin-top: 3em;
}
.navbar-brand{
	font-size: 30px;
	text-transform: uppercase;
	color: #000;
}
td .btn-group>.btn, td .btn-group-vertical>.btn{
	float: none;
}
img{
	max-width: 100%;
}
.modal{
/*
	margin-left: auto;
	margin-right: auto;
*/
}
.panel-success>.panel-heading a{
	color: #3C763D;
}
.lightblue{
  background-color: #9fe2fb;
}
fieldset {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 65px 15px 15px;
  position: relative;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "MelbourneLight";
	font-weight: 500;
	line-height: 1.1;
	text-transform: uppercase;
}
label{
  font-family: "MelbourneReg";
  font-weight: normal;
  text-transform: uppercase;
}
label.error{
	color: #F00;
	font-size: 12px;
}
legend {
  background: #e8e8e8;
  background: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
  background: -ms-linear-gradient(top,#f5f5f5, #e8e8e8);
  background: -webkit-linear-gradient(top,#f5f5f5 0,#E8E8E8 100%);
  background: -moz-linear-gradient(top,#f5f5f5, #e8e8e8);
  background-image: linear-gradient(to bottom, #f5f5f5 0px, #e8e8e8 100%); 
  border-bottom: 1px solid #ddd;
  border-radius: 3px;
  left: 0;
  margin: 0;
  padding: 10px 15px;
  position: absolute;
  top: 0;
}
legend h1,legend h2 {
  color: #A18859;
  font-family: "MelbourneLight";
  font-size: 30px;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}
legend h2{
  display: inline-block;
}
tbody{
  border-bottom: 0 solid #cccccc;
}
tbody tr{
	/* cursor: all-scroll; */
}
.table-hover>tbody>tr:hover {
  background-color: rgb(223, 240, 216);
}
.panel-heading{
	text-transform: uppercase;
	font-size: 22px;
}
.alert button.close {
	font-size: 30px;
	line-height: 23px;
}
ul{
  margin: 0;
  padding: 0;
}
ul.wysihtml5-toolbar{
  background: #fafafa;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
}
ul.wysihtml5-toolbar > li{
  margin: 5px;
}
body.login label.error {
  color: #FF0000;
  display: table-caption;
  font-size: 10px;
  font-weight: normal;
}
iframe.wysihtml5-sandbox,textarea.edit-html {
  border-radius: 0 0 4px 4px !important;
  height: 400px !important;
}

.sm iframe.wysihtml5-sandbox,.sm textarea.edit-html {
  border-radius: 0 0 4px 4px !important;
  height: 200px !important;
}

.bg-twitter{
	color: #fff;
	background-color: #55ACEE;
	border-color: #55ACEE;
}
.has-twitter .form-control{
	border-color: #55ACEE;
}
.bg-facebook{
	color: #fff;
	background-color: #385288;
	border-color: #385288;
}
.has-facebook .form-control{
	border-color: #385288;
}
.bg-linkedin{
	color: #fff;
	background-color: #1A85BC;
	border-color: #1A85BC;
}
.has-linkedin .form-control{
	border-color: #1A85BC;
}
.bg-google-plus{
	color: #fff;
	background-color: #DD4B39;
	border-color: #DD4B39;
}
.has-google-plus .form-control{
	border-color: #DD4B39;
}
.btn{
  font-family: "MelbourneBold";
  text-transform: uppercase;
}
.btn-bnmr {
  background-color: #9A8154;
  background: -o-linear-gradient(top,#A68D5D, #9A8154);
  background: -ms-linear-gradient(top,#A68D5D, #9A8154);
  background: -webkit-linear-gradient(top,#A68D5D, #9A8154);
  background: -moz-linear-gradient(top,#A68D5D, #9A8154);
  background-image: linear-gradient(to bottom, #A68D5D 0px, #9A8154 100%); 
  border-color: #9A8154;
  color: #FFFFFF;
}
.btn.btn-bnmr:active, .btn.btn-bnmr.active{
	background-image: none;
	background-color: #9A8154;
}
table .btn-group .btn-xs{
	padding: 2px 5px 0px;
}
kbd{
	padding: 2px 4px;
	font-size: 90%;
	color: #FFF;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}
.btn-file > input {
  cursor: pointer;
  direction: ltr;
  font-size: 23px;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-300px, 0px) scale(4);
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clearfix{
  display: block;
  float: none;
}
.fileinput {
  display: inline-block;
  margin-bottom: 9px;
}
.fileinput .btn {
    vertical-align: middle;
}
.fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0;
}
.fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists {
  display: none;
}
.fileinput .thumbnail {
  display: inline-block;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.form-action{
  padding-left: 15px;
}
.form-control {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
}
.gallery{
  padding-left: 15px;
}
.gallery li{
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  position: relative;
}
.gallery li span.glyphicon.glyphicon-remove-sign {
  background-color: rgba(0,0,0,0);
  border: 0 solid #BBBBBB;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  left: auto;
  opacity: 0.2;
  padding:5px;
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 5;
  color: #000;
}

.gallery li a.glyphicon.glyphicon-ok-sign {
  background-color: rgba(0,0,0,0);
  border: 0 solid #BBBBBB;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  left: 6px;
  opacity: 0.2;
  padding:5px;
  position: absolute;
  top: 6px;
  z-index: 5;
  color: #000;
}
.gallery li span.glyphicon.glyphicon-facetime-video{
	position: absolute;
	left: 10px;
	top: auto;
	font-size: 20px;
	color: red;
	bottom: 10px;
}
.gallery li:hover span.glyphicon.glyphicon-remove-sign,.gallery li:hover a.glyphicon.glyphicon-ok-sign {
  opacity: 1;
}
.input-group {
  border-collapse: separate;
  display: table;
  position: relative;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}
.inputfile .previous-file .upload-button-link {
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  display: inline-block;
  height: auto;
  margin-right: 4px;
  max-width: 360px;
  padding: 5px 5px 7px;
  text-align: right;
  white-space: nowrap;
}
.fileinput .uneditable-input {
  cursor: text;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.fileinput .uneditable-input {
  white-space: normal;
}
.logo-login {
  margin-top: 3em;
}
.login form {
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  margin: 1em auto 0;
  overflow: hidden;
  padding: 1em;
}
.margin-left-15{
	margin-left: 15px;
}
.margin-right-15{
	margin-right: 15px;
}
.navbar-inverse{
  background: #998053;
  background: -o-linear-gradient(top,#A78D5D, #998053);
  background: -ms-linear-gradient(top,#A78D5D, #998053);
  background: -webkit-linear-gradient(top,#A78D5D, #998053);
  background: -moz-linear-gradient(top,#A78D5D, #998053);
  background-image: linear-gradient(to bottom, #A78D5D 0px, #998053 100%);
  border-color: #998053;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus{
  background-color: #7F6A47;
}
.navbar-inverse .navbar-nav > .active > a {
  background-color: #7F6A47;
}
.navbar-inverse .navbar-nav > li > a {
  color: #FFFFFF;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #000000;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #6B593B;
  color: #FFFFFF;
  background-image: none;
}
.navbar-inverse .navbar-brand {
  color: #FFFFFF;
  font-family: "MelbourneLight";
  font-size: 3em;
}
.navbar-nav {
  float: left;
  font-family: "melbournereg";
  margin: 0;
  text-transform: uppercase;
}
.panel-title>a{
	display: block;
}
.panel-title>a:hover{
	text-decoration: none;
}
.stl-uppercase{
	text-transform: uppercase;
}
.table thead > tr > th{
  border-bottom: 1px solid #DDDDDD;
  text-transform: uppercase;
}
#gallery .btn-group {
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
	text-align: center;
}
#gallery .btn-group>.btn{
	margin-left: -3px;
	float: none;
	display: inline-block;
}
#gallery .btn-group>.btn:first-child{
	margin-left: 0;
}
#gallery li{
	position: relative;
	margin-bottom: 15px;
}
#gallery li:hover .btn-group{
	opacity: 1;
}
#gallery .img-thumbnail{
	cursor: move;
}
/******************************************************/
/******************************************************/
/********************MEDIA QUERIES*********************/
/******************************************************/
/******************************************************/

@media (max-width: 768px) {
    .table-responsive{

      border: 0;
    }
    ul.navbar-nav{
	    display: block;
	    float: none;
    }
    .navbar-inverse .navbar-nav > li > a{
	    font-size: 1.5em;
    }
}