* {
	margin:0;
	padding:0;
}

body {
	background:#FFF;
	width: 100%;
	height:100%;
	margin:0;
	padding:0;

	font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4 {
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	font-weight: normal;
}

p {
	font-family: 'Roboto', sans-serif;
}


a {
	color: #3a423c;
	text-decoration: none;
}

a:hover {
	color: #1f7142;
	text-decoration: none;
}

a:active {
	color: #3a423c;
	text-decoration: none;
}

a:visited {
	color: #3a423c;
	text-decoration: none;
}


.gmap3 {
	background: #CCCCCC;
	display: block;
    position: absolute;
    height:auto;
    bottom:0;
    top:0;
    left:0;
    right:0;
}


.gm-style-iw {
   width: 80px !important;
   top: 15px !important; // move the infowindow 15px down
   left: 0 !important;
   background-color: #fff;
   box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
   border: 0px solid rgba(72, 181, 233, 0.6);
   border-radius: 2px 2px 2px 2px; // apply 10px to the bottom corners of the infowindow
}

#iw-container  .iw-title {
   font-family: 'Roboto', sans-serif;
   font-size: 12px;
   font-weight: 700;
   line-height: 13px;
   padding: 3px;
   background-color: #F1F1F1;
   color: #3a423c;
   border-radius: 2px 2px 0 0; /* In accordance with the rounding of the default infowindow corners. */
   margin: 0 auto;
   width: 100%;
   text-align: center;
   text-transform: uppercase;
}

#iw-container img {
	display: block;
    margin-left: auto;
    margin-right: auto
}

nav {
	height:3.2em;
	width:760px;
	margin:0 auto;
	list-style:none;
}


.item {
    width:100%;
    height:100%;
	border: 0px solid #cecece;
    padding:16px 8px;
	background:#FFF;
}

/* content styles */
.item {
	display:table;
}
.item a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.item-large {
    width: 100px;
    height: 100px;
	border: 0px solid #cecece;
    padding:16px 8px;
	background:#FFF;

}

.item-large a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.nav-height {
	height: 50px;
}

ul.menubar {
    list-style-type: none;
    margin: 0 !important; 
    padding: 0;
    display: block;

    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}


ul.menubar li {
	float: left;
	display: inline;
    text-align: -webkit-match-parent;
}

ul.menubar li a {
	text-decoration: none;
}

.nav-home {
	display: block;
	padding: 15px;
	width: 230px;
	height: 132px;

	font-size: 75px;

	background-color: #FFF;
	z-index: 999;
	border-radius: 2px 2px 6px 6px; /* In accordance with the rounding of the default infowindow corners. */

	-webkit-box-shadow: -1px 0px 28px -12px rgba(0,0,0,1);
	-moz-box-shadow: -1px 0px 28px -12px rgba(0,0,0,1);
	box-shadow: -1px 0px 28px -12px rgba(0,0,0,1);
}

.nav-despre {
	display: block;
	padding: 15px;
	width: 152px;
	height: 50px;

	font-size: 17px;

	-webkit-box-shadow: -1px 0px 28px -12px rgba(0,0,0,1);
	-moz-box-shadow: -1px 0px 28px -12px rgba(0,0,0,1);
	box-shadow: -1px 0px 28px -12px rgba(0,0,0,1);
}

.nav-contact {
	display: block;
	padding: 15px;
	width: 152px;
	height: 50px;

	font-size: 17px;

	-webkit-box-shadow: -1px 0px 28px -12px rgba(0,0,0,1);
	-moz-box-shadow: -1px 0px 28px -12px rgba(0,0,0,1);
	box-shadow: -1px 0px 28px -12px rgba(0,0,0,1);
}


.nav-home-small {
	display: block;
	padding: 5px;
	width: 120px;
	height: 80px;

	text-align: center;
	font-size: 52px;

	background-color: #FFF;
	z-index: 999;
	border-radius: 2px 2px 6px 6px; /* In accordance with the rounding of the default infowindow corners. */

	-webkit-box-shadow: -1px 0px 28px -12px rgba(0,0,0,1);
	-moz-box-shadow: -1px 0px 28px -12px rgba(0,0,0,1);
	box-shadow: -1px 0px 28px -12px rgba(0,0,0,1);
}

.nav-despre-small {
	display: block;
	padding: 5px;
	width: 100px;
	height: 50px;

	line-height: 40px;
	vertical-align: middle;
	font-size: 17px;

	-webkit-box-shadow: -1px 0px 28px -12px rgba(0,0,0,1);
	-moz-box-shadow: -1px 0px 28px -12px rgba(0,0,0,1);
	box-shadow: -1px 0px 28px -12px rgba(0,0,0,1);
}

.nav-contact-small {
	display: block;
	padding: 5px;
	width: 100px;
	height: 50px;

	line-height: 40px;
	vertical-align: middle;

	font-size: 17px;

	-webkit-box-shadow: -1px 0px 28px -12px rgba(0,0,0,1);
	-moz-box-shadow: -1px 0px 28px -12px rgba(0,0,0,1);
	box-shadow: -1px 0px 28px -12px rgba(0,0,0,1);
}


/* centered columns styles */
.row-centered {
	text-align:center;
}
.col-centered {
	display:inline-block;
	float:none;
	/* reset the text-align */
	text-align:left;
	/* inline-block space fix */
	margin-right:-4px;
}



.js-colorbox-close {
	font-family: 'Roboto', sans-serif;
	cursor: pointer;
}

.img-center {margin:0 auto;}


.col-fixed-360{
    width:360px;
    position:fixed;
}

.col-fixed-20{
    margin-left:360px;
    width:20px;
    position:fixed;
}

.col-fixed-560{
    /*width:560px;*/
}

.col-offset-540{
    padding-left:380px;
}


#cboxLoadedContent {
	overflow:hidden !important;
}

#articles {
	font-family: 'Roboto', sans-serif;
}

.js-form {
	font-family: 'Roboto', sans-serif;
	margin:0;
	padding:0;
}

.js-form-text {
	font-family: 'Roboto', sans-serif;
	border: 1px solid #cccccc;
	width: 100%;
	color: #3a423c;
	margin:0;
}
.js-form-text:hover {border: 1px solid #0f6735;}
.js-form-text:focus {outline: none}

.js-form-textbox {
	font-family: 'Roboto', sans-serif;
	border: 1px solid #cccccc;
	width: 100%;
	height:100%;
	color: #3a423c;
	resize: none;
}
.js-form-textbox:hover {border: 1px solid #0f6735;}
.js-form-textbox:focus {outline: none}

.js-form-submit {
	font-family: 'Roboto', sans-serif;
	background-color:#3f855d;
	border: 0;
	width: 80px;
	height: 35px;

	font-weight: normal;
	color: #FFF;
}

.js-form-submit:hover {
	background-color: #0f6735;
}

#cboxLoadedContent > div.contact-container {
	overflow:hidden;
	background-image: url("../images/bg_contact.jpg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto 100%;
}

#cboxLoadedContent > div.despre-container {
	overflow:hidden;
	background-image: url("../images/bg_despre.jpg");
    background-repeat: no-repeat;
    background-position: right;
}

.banner {
	height:100%;
	display:block;
}

.side-banner {
	padding:0 !important;
	z-index: 11000;
}

.side-banner-left {
	margin: 0; 
	top: 0px; 
	left: 0px;
    background: #222;
    position: fixed;
    height: 100%;
    transition: all .4s ease 0s;
}

.side-banner-right {
	margin: 0; 
	top: 0px; 
	right: 0px;
    background: #222;
    position: fixed;
    height: 100%;
    transition: all .4s ease 0s;
}

.banner-container {
	display: block;
	position:absolute;
	height:auto;
	bottom:0;
	top:0;
	left:0;
	right:0;
	margin-top:0px; /* 50 as the top-bar */	
}

.banner-container-left {
	z-index: 9999;
}
.banner-container-right {
	z-index: 9998;
}


.zoomControls {
	display: table;

	width: 80px;
	height: 20px;
	margin-bottom: 20px;
}

.zoomButton {
	display: table-cell;
	width: 30px;
	height: 30px;
	
	margin: 5px;
	padding: 5px;

	text-align: center;
}

.zoomText {
	width: 40px;
	height: 40px;
	padding: 5px;
	
	color:rgb(25,25,25);
	font-family: 'Roboto,Arial,sans-serif';
	font-size:16px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;

	border: 2px solid #fff;
	border-radius: 4px;

    -webkit-box-shadow: -1px 0px 28px -12px rgba(0,0,0,1);
	-moz-box-shadow: -1px 0px 28px -12px rgba(0,0,0,1);
	box-shadow: -1px 0px 28px -12px rgba(0,0,0,1);

	background-color: #FFF;
	cursor: pointer;
}
