.pacman {
	min-width: 60px;
	width: 25%;
}
._hp {
	height: 50vh;
}
._hp01 {
	background-color: #fffa5d;
	background-image: url(../imgs/back01.png);
	background-size: 30%;
	background-repeat: no-repeat;
	background-position: 100% 90%;
	cursor: pointer;
}
._hp02 {
	background-color: #365284;
	background-image: url(../imgs/back02.png);
	background-size: 30%;
	background-repeat: no-repeat;
	background-position: 100% 90%;
	cursor: pointer;
}
._hpOff {
	height: 0vh;
	padding: 0px;
	overflow: hidden;
	min-height: 0px;
}
._hpOn {
	height: 100vh;
	padding-right: 15px;
	padding-left: 15px;
	cursor: default;
}
._boxTitle {
	position: relative;
	font-size: 3vh;
	font-family: "arcade", serif !important;
}
.btn, .thumbnail {
	border-radius: 0px;
}
._itemList {
	padding-top: 10px;
	max-height: 90vh;
	overflow-y: auto;
	overflow-x: hidden;
}
._itemList_Item {
	display: none;
}
._itemShow {
	display: inherit;
}
.panel-heading {
	background-color: rgba(255, 255, 255, 0);
	border-bottom: 4px dotted #365284;
	border-top: 4px dotted #365284;
	color: #365284;
}
.panel-title {
	font-size: 3.5vh;
	font-family: "arcade", serif !important;
	word-spacing: 5px;
}
.panel {
	background: transparent;
	border: none;
	box-shadow: none;
}
@font-face {
	font-family: "type";
	src: url('../fonts/type.ttf'),  url('../fonts/type.ttf'); /* IE */
}
@font-face {
	font-family: "arcade";
	src: url('../fonts/arcade.ttf'),  url('../fonts/arcade.ttf'); /* IE */
}
* {
	font-family: "type", serif;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
._skillTitle {
	font-size: 2vh;
}
h1 {
	font-family: "arcade", serif !important;
	word-spacing: 10px;
}
h3 {
	font-size: 22px;
}

.caption > h3 {
    font-family: "arcade", serif !important;
    word-spacing: 5px;
	margin-top: 10px;
	text-align: left;
}

.caption > h3 > .glyphicon {
	float: right;
	color: rgba(51, 51, 51, 0.2);
    margin-left: 10px;
}

h1, ._boxTitle {
	color: #fff;
	text-shadow: -1px -1px 0 #333,  1px -1px 0 #333,  -1px 1px 0 #333,  1px 1px 0 #333;
}
._boxTitle, ._close {
	color: #333;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
._wLeft, ._wRight {
    margin-top: 10px;
}
._wLeft {
float: left;
    width: 61%;
     border-right: 1px solid #eee;
    padding-right: 15px;
}
._wRight {
    float: right;
    width: 38%;
}
hr {
    margin-top: 10px;
    margin-bottom: 0px;
}
.clearfix {
    clear: both;
}

.flag {
        width: 40px;
    display: block;
    margin: 0 auto;
}

._subtitle {
    padding: 10px;
    width: 80%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 50px;
    font-weight: bold;
}
.well {
    padding: 10px;
    display: block;
    margin-bottom: 15px;
    text-align: justify;
    background: #fbfbfb;
}
.well > p{
	margin-bottom: 5px;	
}
.modal-header {
	border-bottom: none;
	font-family: "arcade", serif !important;	
	word-spacing: 5px;
	padding-bottom: 0px;
}
._close {
	cursor: pointer;
	top: 5px;
	width: 100%;
	float: none;
	font-size: 4vh;
}
.close {
    font-size: 30px;
}
.thumbnail {
	border: none;
	height: 40vh;
	min-height: 300px;
}
.thumbnail_open {
    position: absolute;
    bottom: 15px;
    left: calc(50% - (40px / 2));
}
.thumbnail_open a {
    width: 40px;
    border: transparent;
    font-size: 15px;
}
.modal-content {
 	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;	
}
.img-inline {
	display: inline-block;
	margin: 10px;
	margin-bottom: 15px;
}
._desc {
	text-align: justify;
}
.progress {
	border-radius: 0px;
	box-shadow: none;
}
.progress-bar {
	background-color: #365284;
}

.media-left {
	vertical-align: middle;
}
.media-object {
	max-width: 110px;
}
.media-body {
	text-align: justify;
	color: #365284;
	padding: 10px;
}
.modal-content {
	border-radius: 0px;
	max-height: 94vh;
	overflow: hidden;
}
.modal-body {
    max-height: 82vh;
	overflow-y: auto;
	padding-bottom: 40px;
}

.modal-body > .img-inline {
	width: 5%;
    min-width: 3vh;
}

._blur {
    filter: blur(0px);
}

html, body {
	height: 100%;
	background-color: #333;
	overflow: hidden;
}
body {
	color: #333;
	text-align: center;
}
.site-wrapper {
	display: table;
	width: 100%;
	height: 100%; /* For at least Firefox */
	min-height: 100%;
}
.site-wrapper-inner {
	display: table-cell;
	vertical-align: top;
    width: 18%;
}
.cover-container {
	margin-right: auto;
	margin-left: auto;
}

.inner {
	padding: 15px;
}

.inner > p {
	margin-top: 5px;
}

.mastfoot {
	color: #999; /* IE8 proofing */
	color: rgba(255,255,255,.5);
}

.img-responsive {
    max-width: 100%;
    margin: 0 auto;
}

.cover-heading  {
	 cursor: default;
}


@media (max-width: 670px) {
._boxTitle {
    top: 7px;
}
}


 @media (max-width: 750px) {
.cover-container {
    width: 10vh;
	font-size: 1.5vh;
}

.cover-heading  {
	 font-size: 2vh;
}

.inner {
	padding: 0px;
}

.mastfoot > .inner {
		padding: 0px;
}

.pacman {
	min-width: 35px;
}

._boxTitle {
	top: 2px; 
}
}

 @media (max-width: 768px) {
.thumbnail_open {
    bottom: -10px;
    right: 15px;
    left: unset;
}
._boxTitle {
	margin-left: 15px;
    font-size: 4vh;
}

._itemList {
    max-height: 90vh;
}

._desc {
	text-align: justify;
	min-height: 100px;
	max-height: 100px;
}

.media-object {
    display: none;
}

.panel-body {
    padding: 5px;
}

.panel { 
	margin-bottom: 10px;
}

.modal-content {
    max-height: 97vh;
}

.modal-body {
    max-height: 88vh;
}

}


@media (min-width: 768px) {
.mastfoot {
	position: fixed;
	bottom: 0;
}
/* Start the vertical centering */
.site-wrapper-inner {
	vertical-align: middle;
	width: 29%;
}
/* Handle the widths */
.cover-container {
	width: 100%;
}
.mastfoot {  
	left: 0px;
	width: 27%;
}
._boxTitle {
	position: absolute;
	font-size: 4vh;
	bottom: 0px;
	width: 100%;
	background: white;
	color: #333;
	right: 0px;
	text-align: end;
	padding-right: 13px;
	text-shadow: none;
	z-index: 2;
}
}
 @media (min-width: 992px) {
.cover-container {
	width: 100%;
}
.mastfoot {
	left: 0px;
	width: 27%;
}
}
 @media (min-width: 1200px) {
._hp {
	height: 100vh;
}
._hpOff {
	width: 0%;
	padding: 0px;
	overflow: hidden;
}
._hpOn {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
._boxTitle {
	position: absolute;
	font-size: 4vh;
	bottom: 0px;
	right: 1px;
	left: 1px;
	width: initial;
}
._blur {
    filter: blur(5px);
}
}


@media screen and (min-width: 720px) { /*Só em computadores */
	.hvr-shrink {
	  -webkit-transform: perspective(1px) translateZ(0);
	  transform: perspective(1px) translateZ(0);
	  box-shadow: 0 0 1px transparent;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  -webkit-transition-property: transform;
	  transition-property: transform;
	}
	.hvr-shrink:hover {
	  -webkit-transform: scale(0.975);
	  transform: scale(0.975);
	}
}

