@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);


@font-face {
    font-family: futura;
    src: url(../font/FuturaPTLight.otf);
	

}

@font-face{
    	font-family: futurademi;
	src: url(../font/FuturaPTDemi.otf);
	

    
}
@font-face{
    	font-family: luna;
	src: url('../font/Luna.ttf') format('truetype');
	
	   
    
}
@font-face
{
    font-family: maindra;
	src: url('../font/maindra.TTF') format('truetype');     
    
}
@font-face{
    	font-family: futurabold;
	src: url(../font/FuturaPTBold.otf);
	
    
}

img{
	max-width:100%;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control{
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    /* margin-bottom:20px; */
    font-size: 15px;
    line-height: 25px;
 /*   color: #FFF; */
    height:46px;
	width:100%;
    vertical-align: middle;
	box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  /*  background:transparent; */
/*	border: 2px solid rgba(236, 240, 241, 0.15); */
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border-color:#ffc107;
}



.clear{
	clear:both;
}



.color-white{
	color:#fff !important;
}

#pageloader {
	width: 100%;
    height: 100%;
    position: fixed;
	background-color:#FFF;
    z-index: 999999;
}

.loader {
	position: absolute;
	width: auto;
	height:auto;
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
	text-align:center;
}

.overlay {
	background: url('../images/parallax.jpg') repeat rgba(0, 0, 0, .4);
	z-index:1;
	position: absolute;
	display: block;
	width: 100%;

	top: 0;
	left: 0;
}
.overlayy {
    background: url('../images/parallax1.jpg') repeat rgba(0, 0, 0, .4);
    z-index:1;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.overlaym {
    background: url('../images/whitebackground.png') repeat rgba(0, 0, 0, .4);
    z-index:1;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.overlayk {
    background: url('../images/kirpich.jpg') repeat rgba(0, 0, 0, .4);
    z-index:1;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.overlayc {
    background: url('../images/parallax2.jpg') repeat rgba(0, 0, 0, .4);
    z-index:1;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.parallax {
	position:relative;
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat  !important;
	background-size: cover;
}


/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

/*
p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}
*/
a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

/*
.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}
*/
.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
    perspective: 1500px;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #a57f5b;
    color: black;
    transition: all 0.6s; 
	
   /* transform-origin: bottom left; */
}

#sidebar.active {
    margin-left: -250px;
   /* transform: rotateY(100deg); */
}

#sidebar .sidebar-header {
    padding: 10px 10px 50px 10px;
    background: #a57f5b;
	
}

#sidebar ul.components {
    /*padding: 10px 0;*/
    /*border-bottom: 1px solid #47748b;*/
	padding:50px 50px 50px 50px;
}



#sidebar ul p {
    color: black;
    padding: 10px;
}

#sidebar ul li.menu {
    padding-bottom:0px;
	font-family: Garamond;
	font-size:2em;
	border-bottom:2px solid black;
}
#sidebar ul li a {
    padding: 10px;
    font-size: 1.5em;
    display: block;
	font-family:Garamond ;
	
}
#sidebar ul li a:hover {
    color: white;
    background: #a57f5b;
}

.bingkai
{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	/*box-sizing: content-box;*/
	position: absolute;
	
	/*top: -200px;
	left: -200px;
	*/
	/*width: 100%; */
	/* height: 100%; */
	/*background-size: auto 100%;*/
	-webkit-background-size: fill;
	-moz-background-size: fill;
	background-size: fill;
	background-position: 0 0;
	background-repeat:no-repeat;
	overflow:hidden;

}
.bingkai1
{
	background-image: url(../images/frame1.jpg);
	width:100%;
	height:100%;
	
}
.bingkai1 .tulisan{
	padding:10px;
	color:black;
	font-weight:100;
	font-size:3em;
}


.bingkai2
{
	background-image: url(../images/frame2.jpg);
	width:100%;
	height:100%;
	
}
.bingkai2 .tulisan{
	padding:10px;
	color:black;
	font-weight:100;
	font-size:3em;
	right:0;
}

.bingkai3
{
	background-image: url(../images/frame3.jpg);
	width:100%;
	height:100%;
	
}
.bingkai3 .tulisan{
	padding:10px;
	color:black;
	font-weight:100;
	font-size:3em;
	right:0;
}

.bingkai4
{
	background-image: url(../images/frame4.jpg);
	width:100%;
	height:100%;
	
}
.bingkai4 .tulisan{
	padding:10px;
	color:black;
	font-weight:100;
	font-size:3em;
	right:0;
}

.bingkai5
{
	background-image: url(../images/frame5.jpg);
	width:100%;
	height:100%;
	
}
.bingkai5 .tulisan{
	padding:10px;
	color:black;
	font-weight:100;
	font-size:3em;
	right:0;
}
/*
#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #a57f5b;
}
*/

a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before:not('.dropdown-no-caret'), a[aria-expanded="true"]::before :not('.dropdown-no-caret'){
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before :not('.dropdown-no-caret'){
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    padding: 0px 0px 0px 0px;
    height: 100vh;
    transition: all 0.3s;
	width:100%;
	margin:0;
	 top: 0;
	left: 0;
	z-index:-1;
}
.mycontent {
	padding: 0px 0px 0px 0px;
    height: 100vh;
    transition: all 0.3s;
	width:100%;
	margin:0;
	 top: 0;
	left: 0;
	z-index:-1;
}

.fa-1x {
    font-size: 1.5rem;
}
.navbar-toggler.toggler-example {
    cursor: pointer;
}
.dark-blue-text {
    color: #0A38F5;
}
.dark-pink-text {
    color: #AC003A;
}
.dark-amber-text {
    color: #ff6f00;
}
.dark-teal-text {
    color: #004d40;
}                
.backbtn{
	width: 60px;
    height: 60px;
	background-color:black;
	padding: 5px 5px 5px 5px;
	
	position:absolute;
	
	top:43%;
	left:0px;
	
	
}
.btnproject{
	width: 120px;
    height: 60px;
	background-color:black;
	padding: 5px 5px 5px 5px;
	
	position:absolute;
	
	top:43%;
	left:70px;
	
}
.btnreturn{
	width: 180px;
    height: 60px;
	background-color:black;
	padding: 5px 5px 5px 5px;
	
	position:absolute;
	
	top:43%;
	left:70px;
	
}

#btnreturn{ 
	margin:0 auto;
    width: 170px;
    height: 50px;
	border:0px solid white;
    background: black;
	font-size:15px;
	color:white;


}
#btn_kproject
{
	color:white; font-family:maindra; height:50px; width:210px; font-size:20px;  border:2px solid white; background-color:black; margin-top:3px;

}
#btn_kproject:hover{
	
	color:black;
}

#btnreturn:hover{

	color:black;
}

#look_text
{
	width: 200px;
    height: 30px;
	border-bottom:2px solid black;
	color:black;
	padding: 5px 5px 5px 5px;
	
	position:absolute;
	font-size:16px;
	font-weight:750;
	top:36%;
	left:10px;
}
#or_text
{
	width: 35px;
    height: 30px;
	border-bottom:2px solid black;
	color:black;
	padding: 5px 5px 5px 5px;
	
	position:absolute;
	font-size:17px;
	font-weight:750;
	top:36%;
	left:70%
}
#sidebarCollapse {
	margin:0 auto;
    width: 50px;
    height: 50px;
	border:2px solid white;
    background: black;
}

.sidebarCollapse {
	margin:0 auto;
    width: 50px;
    height: 50px;
	border:2px solid white;
    background: black;
}

#btnproject{ 
	margin:0 auto;
    width: 110px;
    height: 50px;
	border:2px solid white;
    background: black;
	font-size:15px;
	color:white;


}
#btnproject:hover{

	color:black;
}

.sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: white;
   transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
	
}

.sidebarCollapse span:first-of-type {
   transform: rotate(45deg) translate(2px, 2px); 
}
.sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
.sidebarCollapse span:last-of-type {
   transform: rotate(-45deg) translate(1px, -1px); 
}


.sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}



#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: white;
   transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
	
}

#sidebarCollapse span:first-of-type {
   transform: rotate(45deg) translate(2px, 2px); 
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
   transform: rotate(-45deg) translate(1px, -1px); 
}


#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}

#logo_img
{
	width:90px;
	height:90px;

}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
/*
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
        transform: rotateY(90deg);
    }
    #sidebar.active {
        margin-left: 0;
        transform: none;
    }
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }

}
*/

@media(max-width:767px)
{
	/*
	#content{
		display:none;
	};
	
	*/
}
@media(max-width:770px)
{
	/*
	#content{
		display:none;
	};
	*/
	
}




 
