body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.row button {
	/*
		display: block;
		width: 100%;
		*/
}

hr {
	margin: 60px 0px;
}

.navbar {
  margin-bottom: 20px;
}

h4 {
	font-size: 1.1em;
	text-align: center;
}

h4.cir-txt {
	font-size: 1.15em;
	padding: 0px 20%;
	font-weight: 900;
}

h3 {
	text-align: center;
}


#main-title {
	background: #e0e0e0 url("../img/bg.jpg") no-repeat center center;
	padding: 0px; 
}

.caption h3 {
	font-size: 0.8em;
	margin: 0px 0px 10px;
}

.lead {
	font-size: 1.1em;
	text-align: justify;
}

.jumbotron h1 {
	background-image: linear-gradient(
      to bottom, 
      rgba(255,255,255, 0.2) 0%,
      rgba(255,255,255, 0.7) 45%,
      rgba(255,255,255, 0.7) 55%,
      rgba(255,255,255, 0.2) 100%
    );	
	font-size: 2em;
	text-align: center;
	margin: 0px;
	padding: 80px 0px;
}

/*
 * Footer
 */

.blog-footer {
  padding: 15px 15px 5px;
  overflow: auto;
  color: #999;
  border: 1px solid #e5e5e5;
  background-image: linear-gradient(to top,#fff 0,#f8f8f8 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
  border-radius: 4px;
}

.well-sm {
	font-size: 11px;
}

#chart .c3-axis {
	font-size: 11px;
}

#chart .c3-text {
	font-size: 14px;
}

table td, table th {
	text-align: center;
}

table.ds tr td:first-child, table.ds tr th:first-child {
	text-align: left;
}

.navbar-brand {
	font-size: inherit;
}

.navbar-brand > img {
	display: inline-block;
}


.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    font-size: 48px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.scale {
	display: inline-block;
	padding: 5px 15px;
	margin-top: 0px;
	border: 1px solid #ccc;
}

.alert-round {
	border-radius: 50%;
	margin: 0px;
	box-shadow: 2px 2px 2px #4d2d00, inset 3px 3px 2px #ffffff, inset -2px -2px 2px #717171;
	border: none;
}

.alert-round h2 {
	margin: 15px 0px;
	color: black;
}

.round-bg {
	background-color: #d37f27;
	padding: 10px;
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 5px;
}

.score-caption {
	z-index: 1;
	background: none;
	background-color: #fcdca0;
	border-radius: 25px;
	padding: 10px;
	margin-bottom: 20px;
}

.diagonal1 {
	  z-index: -2;
		width: 70%;
    border-bottom: 5px dotted #f1a95c;
    -webkit-transform:
        rotate(45deg);
    position: absolute;
    top: 95%;
    left: 40%;
}
.diagonal2 {
	  z-index: -2;
		width: 70%;
    border-bottom: 5px dotted #f1a95c;
    -webkit-transform:
        rotate(-45deg);
    position: absolute;
    top: 95%;
    right: 40%;
}
.diagonal3 {
		z-index: -2;
	  width: 30px;
	  height: 30px;
	  margin: auto;
		background-color: #fcdca0;
    -webkit-transform:
        translateY(15px)
        translateX(0px)
        rotate(45deg);
}

.cir-big {
	font-size: 3.5em;
	padding: 5px 0px
}




