/*body {
	background-image: url("../images/theme/bg1.png");
	background-repeat: repeat-y;
	background-position: left top;
	background-size: 25%;
}*/

/*body {
	background-image: url("../images/theme/bg.png");
	background-repeat: repeat;
	background-position: center top;
}*/

/*div.panel-body {
	background-image: url("../images/theme/bg-body.png");
    background-repeat: repeat;
    background-position: center top;
}*/

.img-sel-list {
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 5px;
}

.navbar-logo {
	height: 46px;
	margin-top: 2px;
}

.navbar-brand {
	padding-top: 10px;
}

h1 {
	margin-top: 0px;
}

.page-header  {
    margin-top: 0px;
}

.table th, tr {
	text-align: center;
}

/* Submenus */
.dropdown-menu>li {	
	position:relative;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
	cursor:pointer;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display:none;
    margin-top: -1px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-left-color:#fff;
	box-shadow:none;
}

.right-caret:after {	
	content:"";
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid orange;
    display: inline-block;
    height: 0;
    opacity: 0.8;
    vertical-align: middle;
    width: 0;
	margin-left:5px;
}

.left-caret:after {	
	content:"";
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-right: 4px solid orange;
    display: inline-block;
    height: 0;
    opacity: 0.8;
    vertical-align: middle;
    width: 0;
	margin-left:5px;
}

#carousel-home, .carousel-inner {
	width: 100%;
	height: 300px;
}

#carousel-home .carousel-inner div.item {
	width: 100%;
	height: 100%;
}

#carousel-home .carousel-inner div.item img {
	width: 100%;
	height: 100%;
}

.carousel-indicators {
	width: 95%;
	left: 0%;
	margin-left: 0;
	text-align: right;
	bottom: 15px;
}

.carousel-caption {
	/*background: rgba(0, 0, 255, 0.3) none repeat scroll 0 0;*/
	background: -webkit-linear-gradient(to bottom left, rgba(0, 0, 255, 0.1), rgba(0, 255, 255, 1)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(to bottom left, rgba(0, 0, 255, 0.1), rgba(0, 255, 255, 1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(to bottom left, rgba(0, 0, 255, 0.1), rgba(0, 255, 255, 1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom left, rgba(0, 0, 0, 0.4), rgba(51, 183, 153, 0.8)); /* Standard syntax */
	padding-bottom: 20px;
	bottom: 0;
	left: 0;
	width: 100%;
}

.carousel-caption  p {
	width: 95%;
	right: 0%;
	font-size: 24px;
	margin: 0px;
	margin-left: 5%;
	margin-right: 0px;
	text-align: left;
}


