html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 40px;
    background-color: #171560;
    color: #fff;
}

.landing {
    color: #333;
    text-align: center;
    padding: 30px 70px;
    font-size: 1.7em;
    font-weight: 200;
    background-color: #fff;
    margin-bottom: 30px;
}

.thumbnail {
    background-color: transparent;
    border: none;
}

.thumbnail .caption {
    padding: 9px;
    color: #fff;
    text-align: center;
}

.footer {
    position: absolute;
    bottom: 0;
    /* padding: 10px; */
    width: 100%;
    /*height: 100px;*/
    background-color: #2e2e2e;
    border-color: #e7e7e7;
    /*242341*/
}
.footer .text-muted{
  /*padding-top: 30px;*/
}

.navbar-default {
    border: none;
    border-radius: 0;
    padding: -15px;
    background-color: #736fa9;
    margin-bottom: 0;
}

.mynavbar {
    text-align: center;
    background-color: #736fa9;
}

.mynavbar .nav {
    float: none;
}

.mynavbar .nav li {
    display: inline-block;
    float: none;
    margin: 0 17px;
    vertical-align: middle;
}

.mynavbar .nav li a {
    color: #fff;
}

.mynavbar .nav li a:hover {
    color: #ccc;
}

.mynavbar .nav li.mylogo a, .mynavbar .nav li.mylogo a:hover {
    background: transparent;
    max-width: 120px;
}

.mynavbar .nav li.mylogo a img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    display: inline-block;
}

.navbar-brand {
    display: none;
}

.member {
  position: absolute !important;
  left:0px;
  top:12px;
  padding: 0px;
}
.member a{
  padding:0px;
}
.member img{
  height:75px;
  vertical-align: middle !important;
}
.member2{
  display:none !important;
}
@media screen and (max-width:762px) {
    .navbar-brand {
        display: inline;
        padding: 2px 16px;
    }
    .mynavbar .nav li {
       display: block;
        margin: 0;
    }
    .mynavbar .nav li a {
        border-radius: 0;
        display: block;
        border-bottom: 1px solid #fff
    }
    .mynavbar li.mylogo {
        display: none;
    }
    .landing {
        padding: 30px 50px;
    }
    .member{
      display: none !important;
    }
    .member2{
      display: block !important;
    }

}

.media-body {
    color: #333;
}

.media-object {
    border: 2px solid #333;
    margin-right: 10px;
}

td, th {
    vertical-align: top;
}


/* Custom page CSS
-------------------------------------------------- */


/* Not required for template or sticky footer method. */

.container .text-muted {
    margin: 10px 0;
    color: #7e7e7e;
}

.footer>.container {
    padding-right: 10px;
    padding-left: 10px;
}

code {
    font-size: 80%;
}

.col-md-4 {
    margin-bottom: 50px;
}

.panel-title {
    font-size: 1.3em;
}


/*.panel-default{
    border:none;
    border-bottom:1px solid #fff;
}
.panel-default > .panel-heading {
    color: #fff;
    background-color: #171560;
    border-color: #171560;
}*/


/*Contact Form */

.form-style-6 {
    font: 95% Arial, Helvetica, sans-serif;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 50px;
    background: transparent;
}

.form-style-6 a {
    font: 95% Arial, Helvetica, sans-serif;
    color: #003549;
    font-weight: bold;
}

.form-style-6 h1 {
    background: #ffffff;
    padding: 10px 0;
    font-size: 140%;
    font-weight: bold;
    text-align: center;
    color: #003549;
    margin: -16px -16px 16px -16px;
}

.form-style-6 input[type="text"], .form-style-6 input[type="date"], .form-style-6 input[type="datetime"], .form-style-6 input[type="email"], .form-style-6 input[type="number"], .form-style-6 input[type="search"], .form-style-6 input[type="time"], .form-style-6 input[type="url"], .form-style-6 textarea, .form-style-6 select {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 4%;
    border: 1px solid #ccc;
    padding: 3%;
    color: #003549;
    font: 95% Arial, Helvetica, sans-serif;
}

.form-style-6 input[type="text"]:focus, .form-style-6 input[type="date"]:focus, .form-style-6 input[type="datetime"]:focus, .form-style-6 input[type="email"]:focus, .form-style-6 input[type="number"]:focus, .form-style-6 input[type="search"]:focus, .form-style-6 input[type="time"]:focus, .form-style-6 input[type="url"]:focus, .form-style-6 textarea:focus, .form-style-6 select:focus {
    box-shadow: 0 0 5px #003549;
    padding: 2%;
    border: 1px solid #003549;
}

.form-style-6 input[type="submit"], .form-style-6 input[type="button"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 3%;
    background: #3e3e3e;
    border-bottom: 2px solid #003549;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    color: #fff;
}

.form-style-6 input[type="submit"]:hover, .form-style-6 input[type="button"]:hover {
    background: #777;
}
