/*
@font-face {
    font-family: 'andesregular';
    src: url('fonts/andes-webfont.woff2') format('woff2'),
         url('fonts/andes-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*/
body {
    font-family: Arial,Helvetica,sans-serif,"Times New Roman",Times,serif;
    line-height: normal;
	min-height:100%;
}
img.bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
img.logo {
  width: 100%;
max-width:350px;
}
.main_menu{
	background: rgba(0,0,0,0.2);
	border:1px solid rgba(0,0,0,0.5);
/*	position: absolute;*/
	top:0px;
	left:5%;
/*	width: 20%;*/
	z-index:5;
}
.main_menu .menu_list{
	margin: 30px 0px 0px;
	padding: 0px 0px 30px;
	min-height:30%;
	list-style: none;
	background: rgba(255,255,255,0.8);
	text-transform: uppercase;
}
.main_menu .menu_list li{
	padding: 0px 15px;
}
.main_menu .menu_list li a {
	text-decoration: none;
	display: block;
	padding: 10px 0px;
	color:#000;
	border-bottom: 1px solid #000;
/*    font-family: 'andesregular';*/
}
.main_menu .menu_list li:first-child a, .main_menu .menu_list li:last-child a {
	border:0px;
}
.contentBox {
/*	width:45%;*/
	position: relative;
	top:-8px;
	top:0px;
/*	left:25%;*/
	z-index:5;
	background: rgba(0,0,0,0.2);
	border:1px solid rgba(0,0,0,0.5);
}
.content{
	margin:30px 0px 0px;
	background: rgba(255,255,255,0.8);
	padding: 15px;
}
.content h2{margin:15px 0px 5px;padding: 0px;font-size: 16px;font-size: 18px; font-weight: bold; color: #000;}
.content p{margin:0px;padding: 0px;font-size: 13px;font-size: 16px;}

.content a {
	text-decoration: none;
	color:#475c4d;
/*	color:#dcdcdc;
	text-shadow: 1px 1px 1px #000;*/
}
.content a:hover {
	color:#000;
/*	text-shadow: -1px -1px 1px #dcdcdc;*/
}
.contentBox .content {min-height: 430px;}
.linkList {margin-top:7px;padding: 7px; background:rgba(0,0,0,0.02);}
.linkList ul {list-style: decimal;padding-top: 7px;}
.linkList ul li {padding-bottom: 5px;}
.footer{z-index: 5;}
.hvr-grow {
  width: 100px;
height:30px;
  position: absolute;
  top: 25%;
  left: 50%;
margin-top:-15px;
/*margin-left:-50px;*/
font-size:20px;
color:#000;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 1.3s;
  transition-duration: 1.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(10.1);
  transform: scale(10.1);
}

[class*=" devicon-"], [class^=devicon-]
{font-size:48px;}
.technologies {margin:0px;padding:0px;}
.technologies li {list-style-type:none; text-align:center;margin-top:10px;}
.technologies li span{margin-top:5px;}
.technologies li, .technologies li span {display:inline-block;width:80px;}


.alert{padding:8px 35px 8px 14px;margin-bottom:18px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#c09853;}
.alert-heading{color:inherit;}
.alert .close{position:relative;top:-2px;right:-21px;line-height:18px;}
.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847;}
.alert-danger,.alert-error{background-color:#f2dede;border-color:#eed3d7;color:#b94a48;}
.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#3a87ad;}
.alert-block{padding-top:14px;padding-bottom:14px;}
.alert-block>p,.alert-block>ul{margin-bottom:0;}
.alert-block p+p{margin-top:5px;}

.close{float:right;font-size:20px;font-weight:bold;line-height:18px;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20);}.close:hover{color:#000000;text-decoration:none;opacity:0.4;filter:alpha(opacity=40);cursor:pointer;}

.glyphicon-menu-hamburger {
  font-size: 22px;
}

.main_menu .menu_list li a.btn {display:none; margin: 10px 0px;}

@media only screen and (max-width: 770px) {
.main_menu .menu_list li:first-child a img.logo {width:50px;}
.main_menu .menu_list li a.btn {display:block; float:right;width:42px;height:42px;}
.main_menu .menu_list .linkList.hide {display:none;}
.main_menu .menu_list .linkList.show {display:block;}
}

