body{
	background-image: url('../images/bg-image.png');
	background-repeat: repeat-y;
	background-color: #E1E1E1;
	color: #303030;
	font-family: 'Arial';
}

.navbar-default{
	background-color: transparent;
    border-color: transparent;
}

.navbar-brand{
	height: 130px;
}

.navbar-default .navbar-nav > li > a{
	font-family: 'Times New Roman';
	font-style: italic;
	font-size: 16px;
	color: #fff;
}

.navbar-nav{
	margin-top: 40px;
	background-color: #8A8A8A;
}

.navbar-nav {
    position : relative;
    display : block;
    text-align : center;
    margin-top: 30px;
}

.navbar-nav::before {
	content: '';
	height: 50px;
	width: 50px;
	background-color: #8A8A8A;
	position: absolute;
	top: 0;
	left: 0px;
	transform: skewX(135deg);
	transform-origin: top;
	-webkit-transform: skewX(135deg);
	-webkit-transform-origin: 0 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent;
	color: #eee;
}

h1.side-title{
	color: #303030;
	font-family: 'Times New Roman';
}

p.side-detail{
	color: #303030;
	font-family: 'Arial';
	text-align: justify;
}

.mt10{
	margin-top: 10px;
}

.image_container{
	position:relative;
	display:inline-block;
	text-align:center;
}

.image_container a.top{
	padding: 13px 5px;
	position: relative;
	z-index: 1;
	border-radius: 100%;
	color: #fff;
	right: 10px;
	top: 17px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bed63a+0,869a27+100 */
	background: rgb(190,214,58); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(190,214,58,1) 0%, rgba(134,154,39,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(190,214,58,1) 0%,rgba(134,154,39,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(190,214,58,1) 0%,rgba(134,154,39,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bed63a', endColorstr='#869a27',GradientType=0 ); /* IE6-9 */
}

.image_container a.bottom{
	padding: 13px 5px;
	position: relative;
	z-index: 1;
	border-radius: 100%;
	color: #fff;
	right: 10px;
	bottom: 17px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bed63a+0,869a27+100 */
	background: rgb(190,214,58); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(190,214,58,1) 0%, rgba(134,154,39,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(190,214,58,1) 0%,rgba(134,154,39,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(190,214,58,1) 0%,rgba(134,154,39,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bed63a', endColorstr='#869a27',GradientType=0 ); /* IE6-9 */
}

.image_container img{
	border: 3px solid #ABABAB;
	padding: 15px;
}

h1.title{
	font-family: 'Times New Roman';
}

h1.title strong{
	color: #9EB42E;
	font-family: 'Mistral';
	font-weight: normal;
}

.footer {
    position : relative;
    display : block;
    text-align : center;
    margin-top: 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#849927+0,bed63a+100 */
	background: rgb(132,153,39); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(132,153,39,1) 0%, rgba(190,214,58,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(132,153,39,1) 0%,rgba(190,214,58,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(132,153,39,1) 0%,rgba(190,214,58,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#849927', endColorstr='#bed63a',GradientType=1 ); /* IE6-9 */
	padding: 10px 0px;
	font-family: 'Times New Roman';
	font-style: italic;
}

.footer::before {
	content: '';
	height: 60px;
	width: 60px;
	background-color: #849927;
	position: absolute;
	top: 0;
	left: 0px;
	transform: skewX(135deg);
	transform-origin: top;
	-webkit-transform: skewX(135deg);
	-webkit-transform-origin: 0 0;
}

.footer::after {
	content: '';
    height: 60px;
    width: 60px;
    background-color: #BED63A;
    position: absolute;
    top: 0;
    right: -60px;
    left: auto;
    transform: skewX(135deg);
    transform-origin: top;
    -webkit-transform: skewX(135deg);
    -webkit-transform-origin: 0 0;
}

.footer a{
	color: #fff;
}

.footer ul{
	padding-top: 10px;
}

.marginBottom-0 {margin-bottom:0;}
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu {top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 0;-moz-border-radius:0 6px 6px 0;border-radius:0 6px 6px 0;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#555;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

.dropdown-menu{
	width: 240px;
}