/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 4, 2016, 8:06:00 PM
    Author     : Tongam Meyer R. Tampubolon
	Email	   : tongam.tampubolon@gmail.com
	Contact	   : http://codecrosser.blogspot.com
*/


body, h1, h2, h3, h4, h5 {
	/*font-family: 'Six Caps', sans-serif !important;*/
	font-family: 'BenchNine', sans-serif;
}

body {
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	-o-user-select: none;
	user-select: none;

	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
						  supported by Chrome and Opera */
}


a.active {
    color: #a68012 !important;
	font-weight: bold;
}

#main-container {
	background-image: url("bg.jpg");
	background-size: 100% auto;
	background-repeat: repeat-y;
	background-attachment: fixed;
	font-size: 18px;
}

.web-title {
    color: #fff;
	font-size: 50px;
    letter-spacing: 3px;
    text-align: right;
}

.web-sub-title {
    color: #fff;
    letter-spacing: 3px;
	font-size: 16px;
}

ul.menu, ul.sub-menu {
    color: #fff;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.menu > li {
    border-right: 1px solid;
    display: inline-block;
    padding: 5px;
    position: relative;
    text-align: center;
    width: 150px;
}
ul.menu > li:first-child {
	border-left: 1px solid;
}
ul.menu > li > a, ul.sub-menu > li > a {
	color: #fff;
}
ul.menu > li > a:hover, ul.sub-menu > li > a:hover {
	color: #a68012;
}
ul.menu > li > a:hover + ul.sub-menu {
	display: block;
}

ul.sub-menu {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    display: none;
    min-width: 100px;
    padding: 26px 10px 10px;
    position: absolute;
    right: 5px;
    top: -7px;
    width: 137px;
    z-index: 1;
}
ul.sub-menu > li {
    padding: 3px;
}
ul.sub-menu > li:first-child {
    margin-top: 15px;
}
ul.sub-menu:hover {
	display: block;
}

.m-t {
	margin-top: 30px;
}

.design {
    margin: 20px auto;
    min-height: 320px;
    position: relative;
}
.design > a.design-thumbnail {
	opacity: 0.5;
	-webkit-transition: opacity 1s;
    transition: opacity 1s;
	width: 100%;
}
.design > a.design-thumbnail:hover {
	opacity: 1;
}
.design-thumbnail > img {
	width: 100%;
}
.design-thumbnail > .thumbnail {
	background-color: #a68012 !important;
	border: 1px solid #DCCC00 !important;
}
.design-thumbnail-title {
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: 10px;
    text-align: right;
    top: 10px;
    width: 50%;
	z-index: 1;
}
