BODY {
    background-color: #E6E1DE;
 
}
.myfooter{
        text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	color: #E6E1DE;

}
.thumbnail{
	background-color: #E6E1DE;
}
.dropdown-menu{
	background-color: #E6E1DE;
}
#gmaps {
    height: 450px;
}
a {
	color: inherit; 
	text-decoration: none;
}

#footer {
    	position: fixed;
    	bottom: 0;
    	width: 100%;
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	color: #E6E1DE;
	max-height: 40px;
}
#images {
    	white-space: nowrap;
    	text-align:center;
}
.mytables{
        border: 1px solid black;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 100%;
	
}

td,th {
    height: 100px;
    vertical-align: center;
    border: 1px solid black;
    text-align:center;
}

p{
	line-height: 33px;
}

ul, ol{
	line-height: 33px;
}
.page-header{
	border-bottom: 1px solid #c0adad;
}
.navbar-inverse{
	background-color: #90609a;
	color:#fff;
}
.navbar-inverse .navbar-nav > li > a {
    color: #f5e8e8;
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
a{
color: #8b63aa;

}

.well {
        background-color: #f5f5f5;
	border: 1px solid #3ecae1;
	min-height: 100px;
border-radius: 15px;
}

.col-md-4{
	border: 1px solid #a4b0b6;
	max-height:220px;
border-radius: 15px;
background-color: #ececec;

}

.modal-header {
    min-height: 16px;
    padding: 1px;
}

.thumbnail{
background-color: #ececec;
border:none;
}

.modal-dialog {
    width: 800px;
    margin: 150px auto;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {

    max-height: 100px;
}
.col-md-4 {
    max-height: 195px;
}

div.c-wrapper{
    width: 90%; /* for example */
    margin: auto;
}

.carousel-inner > .item > img, 
.carousel-inner > .item > a > img{
/*width: 100%;  use this, or not */
margin: auto;
}

.carousel-inner {
   margin-bottom:50px;
}

.carousel-indicators {
  bottom:-50px;
}

.fa-stack-1x {
    color:white;
}
.icon-facebook {
   color:#3b5998;
height: 34px;
    line-height: 34px;
}

.icon-twitter {
    color:#00aced;
}

.icon-gplus{
    color:#dd4b39;
}
.icon-linkedin{
    color:#3b5998;
margin-right: 5px;
}

 @media (max-width: 959px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color: #f5e8e8;
    }
}
.navbar-fixed-top, .navbar-fixed-bottom {
 position: relative; 
}

.page-header {
 	margin: -10px 0 10px; 
}



