
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}

html, body{
  	/* font-family: 'Cabin', sans-serif; */
    font-family: 'Titillium Web', sans-serif;
    font-size: 100%;
  	overflow-x: hidden;
	/*background: #fff;*/
    background-image:url(../../Theme/img/signinbg.jpg);

}
body { padding-top: 70px; }
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	text-decoration:none;
}
a:focus, a:active, a:hover {
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #353F4F;
	text-decoration:none;
}



h1, h2, h3, h4, h5 {
    /* font-family: 'Cabin', sans-serif; */
    font-family: 'Titillium Web', sans-serif;
}

.cd-nav { display: block; }
.bd-footer {
    background-color: #f7f7f7;
    font-size: 85%;
    margin-top: 4rem;
    padding: 2rem 0;
    text-align: center;
    border-top: 1px solid #ddd;
}
.bd-footer {
    text-align: left;
}
.bd-footer-links {
    margin-bottom: 1rem;
    padding-left: 0;
}

.bd-footer-links li {
    display: inline-block;
}
.bd-footer-links a {
  border-right: 1px solid #ddd;
  line-height: 18px;
  padding: 0 10px;

}
.bd-footer-links li:last-child a { border-right: none; }
.bd-footer-links li:first-child a { padding-left:0;}
.bd-footer a {
    color: #55595c;
    font-weight: 500;
}
.bd-footer p {
    margin-bottom: 0;
}

.box-style {
  border-bottom: 1px solid #eee;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

h4 {
    color: #337ab7;
    font-weight: 600;
}

/*.form-inline{
	border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 10px 10px 180px;
}

.form-inline .form-group {
    border-bottom: 1px solid #dbdbdb;
    display: flex;
    margin: 15px 0;
    padding-bottom: 10px !important;
    vertical-align: middle;
}*/

.submenu {
    position:absolute !important;
    top:0 !important;
    left:160px !important;
    background-color: #eee !important;
    border-color: #337ab7 !important;
    border:none !important;
    padding:0 !important;
}

.box-style p { margin-bottom: 10px; }

/* .white-bg { background-color: #fff; background-image: none;  } */