.clear_float {
	clear: both;
}
.align-center {
	text-align: center;
}
body {
  padding-top: 50px;
  padding-bottom: 20px;
}
h4 i {
	color: #d9534f;
}
i {
	padding-right: 10px;
}
.jumbotron p {
	font-weight: 400;
}
.wrap {
	max-width: 90%;
	margin: 0 auto;

}
.jumbotron {
	font-size: inherit;
}
a {
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
.experience-container a:after,
a.btn {
	content: "\00BB";
}
a img {
	-webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
a:hover img {
	zoom: 1;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

a.my-close {
	color: #464646;
}
.hash_target {
	position: relative;
  top: -50px;
	display:block;
}
.row {
	display: -webkit-flex;
  display: flex;
}

.icon_block {
	/*display: inline-block;*/
/*	float: left;
	width: 45%;
	min-width: 435px;
	cursor: pointer;*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 10px;
	margin: 0 10px 0 10px;
/*	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	-o-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;*/
	margin-bottom: 10px;
	
	background: #fcfcfc;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 0 0 8px #ddd;
}
.portfolio-container {
	border: 1px solid #ddd;
  border-radius: 4px;
}

.row > .icon_block {
	margin-right: 0;
}
/*
.icon_block.first {
	margin-right: 4%;
	clear: both;
}*/
.icon_block a.service {
	font-weight: bold;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	-o-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
	display: block;

}
.icon_block:hover, .icon_block.selected {
	background: #fcfcfc;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 0 0 8px #ddd;
}
.icon_block:hover a.service, .icon_block.selected a.service {
	color: #2A6496;
}

.portfolio-items {
	display: flex;
  flex-wrap: wrap;
}

.thumbnail h4 {
	font-weight: bold;
	text-align: center;
}
.thumbnail h4 a {
	color: #666;
}
.thumbnail h4 a:hover {
	color: #23527c;
}
.modal-header,
.modal-footer {
	text-align: center;
}
.portfolio-nav {
	text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: 200px;
  margin: 0 auto;
}
.modal-header a,
.modal-footer a {
	padding: 0 1em;
}
.counter {
	font-size: 1.4em;
	color: #777777;
	float: right;
	line-height: 42px;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}
.carousel-control.right {
	right: -15%;
	z-index: 999;
}
.carousel-control.left {
	left: -15%;
}
.modal-body h1 {
	text-align: center;
}
.carousel-indicators {
	position: relative;
  bottom: auto;
  left: auto;
  width: auto;
  padding-left: 0;
  margin-left: 0;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
	width: 40px;
	height: 40px;
	margin: 4px;
	text-indent: inherit;
	cursor: pointer;
	border: 3px solid white;
	border-radius: 4px;
}
.carousel-indicators .active {
	width: 40px;
	height: 40px;
	margin: 0;
	background-color: white;
	border: 3px solid #d9534f;
}
.carousel-indicators li img {
	max-width: 100%;
	height: auto;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	color: #337ab7;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	margin: 0 auto;
}
.portfolio-content ul {
	padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.portfolio-content li {
	position: relative;
	margin-bottom: 0.5em;
}
.portfolio-content li:before {
	content: "\f00c";
	color: #d9534f;
	padding-right: 10px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
	
}
@media (min-width: 1200px) {
	.container {
		width: 80%;
	}
}
@media (min-width: 992px){
	.modal-lg {
		width: 90%;
		max-width: 120ppx;
	}
}
@media screen and (min-width: 768px){
	.modal-footer * {
		display: none;
	}
}
@media screen and (max-width: 768px){
	.jumbotron h1 {
		font-size: 53px;
	}
	.row {
    display: block;
	}
	.row > .icon_block {
		margin-right: 10px;
	}
	.modal-dialog {
		margin: 0;
	}
}