/* ============= Main View ================== */
body {
	padding-top : 12px;
	padding-bottom: 12px;
        /*background: url(img/bodybg/bg_001.png) repeat left top;*/
        background-attachment: fixed;
        background-color: #fff;

	font:14px/18px "PT Sans Caption", Arial, sans-serif;
	/*font-size:14px;*/
	font-weight:300;
	line-height:1.6em;
	color:#111;
}

.container {
	padding: 0px;
	margin:0 auto;	
	position: relative;
	overflow:hidden;

	background:#fff;

	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.container-xl-tf{
	@extend .container-xl;
	padding: 0px;
	margin:0 auto;	
	position: relative;
	overflow: auto;

	background:#fff;

	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
	box-shadow: 0 0 10px rgba(0,0,0,.2);

	max-width: 1450px;
}

.row, .row-fluid {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.map{
	width: 100%;
}

.cursor-pointer{
  cursor: pointer;
}

.bx-authform{
	margin-left: 0px;
}

/* =============Header ================== */
header{
	margin-top: 10px;
	margin-bottom: 10px;
}

.header .search{ width: auto; height: 28px; }
.header .search .navbar-form { float: right !important; margin: 0px; padding: 0px 0px; height: 28px; width: 180px; }
.header .search .navbar-form > *{ float: left; }
.header .search .navbar-form .form-control{ width: 180px; background: #FFFFFF; color: #808285; }
.header .search .navbar-form .glyphicon{ height: 22px; width: 22px; margin: 0px 0px 0px -22px; padding: 7px 3px; background:transparent; color: #808285; border:transparent; }

.content{
	padding-top: 25px;
}

.rowHdrInfo b{
	font-size: 16px;
}

/*========== title-menu ==========*/
.row-show-title-menu *{
	top: 0px; left: 0px;
	background: #617D8A;
	color: white;

	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	visibility: visible;
	white-space: nowrap;
}

.row-show-title-menu h2{
    padding-top: 10px;
    margin: 0px;
}

.custom-toggler.navbar-toggler {
    border-color: white;
    color: white;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/*========== Section: content ==========*/
#content {
    position: relative;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* ============= Footer ================== */
widgetheading{
	font-size: 24px;
}

footer{
	background:#343434;
	padding:50px 0 0px 0;
	color:#FFFFFF;
}

footer a {
      color: #a8aeb6;
}

footer a:hover {
      color: #FFFFFF!important;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6{
	color:#FFFFFF;
}

footer address {
	line-height:1.6em;
}

footer h5 a:hover, footer a:hover {
	text-decoration:none;
}

footer ul{
	float: left;
	list-style: none;
	padding: 6px 0px;
}

footer li{
	color: #FFFFFF;
        margin:0;
}

.copyright {
	text-align:center;
	font-size:12px;
	padding:10px 0 0 0;
}


/* ============= support ================== */
.support-quote-head {
	background-color: antiquewhite;
}
.support-quote-body {
	background-color: cornsilk;
}