body {
	padding-top: 60px;
	background-attachment: fixed;
    background-image: url("/assets/img/background.png");
    background-position: left top;
    background-repeat: no-repeat;
	overflow-y: scroll; 
	background-size: cover;

-webkit-hyphens: auto;
/*   -moz-hyphens: auto;*/
    -ms-hyphens: auto;
        hyphens: auto;

	-moz-hyphens: none;
	hyphenate-limit-chars: 10 4 4;
}

h1, h2, h3, h4, h5, h6 {
	-webkit-hyphens: none;
	   -moz-hyphens: none;
		-ms-hyphens: none;
			hyphens: none;
}

/*
@media (max-width: 979px) {
  body {
    padding-top: 0px;
  }
}
*/

p {
	margin: 0 0 10px 0;
	/*text-align: justify;*/
}

h2, h4 {
	margin-bottom: 5px;
}

.active {
	background-color: #444;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a.active:hover {
    background-color: #444;
    color: #fff;
}

.youtube-container {
    display: block;
    margin: 20px auto;
    width: 100%;
    max-width: 600px;
}

.youtube-player {
    display: block;
    width: 100%;
    padding-bottom: 56.25%; /* assuming that the video has a 16:9 ratio */
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: hand;
    cursor: pointer;
    display: block;
    background: #000 none no-repeat scroll center center / cover;
}

img.youtube-thumb {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: auto
}

div.play-button {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("/assets/img/general/play-button.png") no-repeat;
}

#youtube-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.portfolio-details h4 {
    text-align: left;
}
