/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
#header {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 30px;
}
.logo {
	height: 150px;
	width: auto;
}

#contentwrapper {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 10px 0;
	border-bottom: 3px solid #fff;
	border-top: 3px solid #fff;
	}


.sidebar{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	box-sizing:border-box;
}
.footer, .footer-menu {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.footer-menu {
	text-align: right;
	font-size: 1.0em;
}

.footer-menu ul {
	padding-right: 0px;
}

#footermenu li {
	display: inline;
	padding-left: 10px;
	padding-right: 0px;
}

.footer-menu a {
	text-decoration: none;
	color: #fff! important
}

.footer-menu a:hover {
	text-decoration: underline;
}

#responsiveMenu {
	display: none;
	font-family: Arial, Verdana, sans-serif;
	color: #5F4E40;
	width: 100%;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 5px;
	margin-right: 0;
	margin-left: 0;
}

#menu,
#menu ul,
#menu li,
#menu a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
 
#menu {
	height: 40px;
	margin-top: 40px;
	margin-bottom: 30px;
	background-color: #fff;
}
 
#menu li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 40px;
}

#menu li a {
	display: block;
	padding: 0 14px;
	margin: 6px 0;
	line-height: 28px;
	text-decoration: none;
	font-family: 'Optimus Princeps Regular', sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: #000;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

 
#menu li:hover > a, #menu li.menu-current a {
	color: #7a5d5e;
}


#menu ul {
	position: absolute;
	top: 70px;
	height: auto;
	background-color: rgba(250, 250, 250, 25.6) !important;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
	z-index: 1;
}
 
#menu li:hover > ul { opacity: 1; }
 
#menu ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
 
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
 
#menu li:hover > ul li {
	height: 36px;
	overflow: visible;
	padding: 0;
	color: #666;
}

#menu ul li a {
	width: 160px;
	margin: 0;
	padding: 5px;
	font-size: 16px;
	font-weight: normal;
	text-align: right;
}
 
#menu ul li:last-child a { border: none; }

#floatlink {
position:fixed;
right: 20px;
bottom: 10px;
z-index:10;
font: bold 16px Arial;
letter-spacing: 0.1em;
}
 
#floatlink a:link {
color:#eee;
text-decoration:none;}
#floatlink a:hover {
color:#fff;
text-decoration:none;}
#floatlink a:visited {
color:#eee;
text-decoration:none;}

.gm-style-iw, .gm-style-iw h2 {
	color: #000 !important;
}

/* #Page Styles
================================================== */

.paketbox {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row; /* Standard */
  flex-direction: row; /* Standard */
     -webkit-align-items: flex-start;
   align-items: flex-start;
    -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: left;
}

.refbox {
	padding: 8px;
	margin: 0 20px 20px 0px;
	width: 250px;
	max-width: 90% !important;
	line-height: 1.2em;
	background-color: rgba(250, 250, 250, 0.1);
}

.nivo-controlNav {
	display: none !important;
}

.banner {
	max-height: 135px;
}

.slider {
	max-height: 135px;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 1180 (devices and browsers) */
	@media only screen and (min-width: 960px) and (max-width: 1180px) {
	
	#menu li a {
		font-size: 22px;
	}
		}



	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	
		}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	#menu {
display:none;
}
#responsiveMenu {
display:block;
}
		}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	#menu {
display:none;
}
#responsiveMenu {
display:block;
}
		}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		#nav {
display:none;
}
#responsiveMenu {
display:block;
}
.sidebar{
	padding-left: 0;
	border-left-style: none;
}
		}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
#menu {
display:none;
}
#responsiveMenu {
display:block;
}
.sidebar{
	padding-left: 0;
	border-left-style: none;
}
		}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */
		
@font-face {
    font-family: 'Optimus Princeps Regular';
    src: url('../font/optimusprinceps-webfont.eot');
    src: url('../font/optimusprinceps-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/optimusprinceps-webfont.woff2') format('woff2'),
         url('../font/optimusprinceps-webfont.woff') format('woff'),
         url('../font/optimusprinceps-webfont.ttf') format('truetype'),
         url('../font/optimusprinceps-webfont.svg#optimusprincepsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
