body, html {
	height: 100%;
	margin: 0;
}
.bg {
	background-image: url("../img/home-img.jpg");
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
video {
	max-height: 300px;
	width:auto;
	margin-left:auto;
	margin-right:auto;
}
#white {
	color:#CCC !important;
}
/*footer - ori*/
* {
	box-sizing: border-box;
}
.column {
	float: left;
	width: 33.33%;
	padding: 15px;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}
@media screen and (max-width: 600px) {
.column {
 width: 90%;
}
}
.footer {
	width: 100%;
	margin: auto;
	background-color:#37517e;
	height:auto;
}
font {
	color: #B6B6B4;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#vert {
	vertical-align:middle;
}
.empty {
	height:10px;
	background-color:#37517e;
}
/*footer - ori end*/

.show {
	color:#FFF !important;
}

#portfolio{
	background: linear-gradient(rgba(200, 200, 200, 0.9), rgba(190, 150, 25, 0.9)), url("../img/pf-bg.jpg") fixed center center;
	background-size: cover;
	padding: 50px 0;	
}
.carousel-inner > .item > img,  .carousel-inner > .item > a > img {
/*	height:auto;
	width: auto; */
	margin: auto;
}

/* new section h3 */
.section-title h3 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	color: #37517e;
}
 .section-title h3::before {
 content: "";
 position: absolute;
 display: block;
 width: 120px;
 height: 1px;
 background: #ddd;
 bottom: 1px;
 left: calc(50% - 60px);
}
 .section-title h3::after {
 content: "";
 position: absolute;
 display: block;
 width: 40px;
 height: 3px;
 background: #47b2e4;
 bottom: 0;
 left: calc(50% - 20px);
}