/* Ogolne */
html, body {
	height: 100%;
}

.site-wrapper {
	min-height: 100%;
	height: auto;
	margin: 0 auto -80px;
	padding: 0 0 80px;
}

body {
	padding-top: 50px;
	color: #212121;
	background-color: #E9EAED;
}

.site-content {
	margin-top: 30px;
	margin-bottom: 50px;	
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	border-radius: 0;
	background-color: #4CAF50 !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}

input, textarea, select, .form-control {
	border-radius: 0;
}

a, .btn-link {
	color: #3F51B5;
}

/* Top navbar */
.navbar-default {
	background-color: #3F51B5;
	border: none;
	box-shadow: 0px 0px 7px 0px #777;
	border-radius: 0;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a {
	color: #FFFFFF;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-nav > li > a:hover {
	color: #FFFFFF;
}

/* Wspolne style */
.videos-header {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	margin-bottom: 30px;
}

.videos-header h2 {
	padding: 0;
	margin: 0;
}

/* Lista video */

.card {
	margin-top: 10px;
  	box-sizing: border-box;
  	background-clip: padding-box;
  	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  	background-color: #FFFFFF;
}

 .single-video {
    min-height: 300px;
    margin-bottom: 10px;
}


.card-content {
	padding: 16px;
}

.card-content a,
.card-content a:hover {
	color: #212121;
	text-decoration: none;
}

.card-content p {
	color: #727272;
}	

.upper-label {
	margin-top: 15px;
	text-transform: uppercase;
	display: block;
	letter-spacing: 0.02em;
	font-size: 12px;
}

.video-author {
	color: #727272;
	font-size: 16px;
}

/* Strona pojedycznego video */
.single-video-content {
	padding: 16px;
}

.single-video-content h4 {
	margin-top: 20px;
	margin-bottom: 5px;
}


.single-video-content p {
	margin-bottom: 0;
	color: #727272;
}

.categories h4 {
	color: #212121;
}

.categories span {
	color: #727272;
}

.bottom-separator {
	height: 50px;
}

.edit-button {
	margin-top: 30px;
}

/* Box w prawej kolumnie */
.single-video-right .card {
	margin-bottom: 30px;
}
.right-col-box {
	padding: 16px;
}

.right-col-box h4 {
	font-size: 22px;
	line-height: 1.2;
}

.list-group {
	margin-bottom: 0;
}

.list-group, .list-group-item {
	border: none;
}

.list-group-item:nth-child(1) .badge {
	background-color: #4CAF50;
}

.list-group-item:nth-child(2) .badge {
	background-color: #F44336;
}

.list-group-item:nth-child(3) .badge {
	background-color: #448AFF;
}

.list-group-item:nth-child(4) .badge {
	background-color: #7B1FA2;
}

.categories-box h5 {
	margin-top: 0;
	margin-bottom: 0;
	color: #212121;
	font-size: 16px;
}

.categories-box span {
	color: #727272;
	font-size: 12px;
}

.list-group-item {
	padding-left: 0;
}

.social-icons {
	text-align: center;
	font-size: 30px;
}

.social-icons i {
	margin-right: 20px;
}

.social-icons i:nth-child(1) {
	color: #3F51B5;
}

.social-icons i:nth-child(2) {
	color: #03A9F4;
}

.social-icons i:nth-child(3) {
	color: #727272;
}

.social-icons i:nth-child(4) {
	margin-right: 0;
	color: #F44336;
}



/* Stopka */
.site-footer {
	background-color: #3F51B5;
	height: 80px;
    /*position: fixed;
    bottom: 0;
    width: 100%;*/
}

.site-footer p {
	line-height: 80px;
	font-size: 16px;
	margin: 0;
	color: #FFFFFF;
}

.site-footer p span {
	margin-left: 5px;
	margin-right: 5px;
}

/* Statyczne strony */
.static-page-content {
	padding: 16px;
}

.static-page-content  h3 {
	margin: 0;
}


.wrapper
{
	width: 100%;
}

.header
{
	width: 100%;
	padding: 40px 0;
}

.nav
{
    width: 100%;
    padding: 10px 0;
    background-color: #3F51B5;
    text-align: center;
    border-top: 1px solid #3F51B5;
    border-bottom: 1px solid #3F51B5;
}

ol
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 18px;
	height: 35px;
	line-height: 200%;
	display: inline-block;
}

ol a
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}

ol > li
{
	float: left;
	width: 150px;
	height: 40px;
	border-right: 1px dashed #dcdcff;
}

ol > li:first-child
{
	border-left: 1px dashed #dcdcff;
}

ol > li:hover
{
	background-color: #6174E0;
}

ol > li:hover > ul
{
	display: block;
}

ol > li:hover > a
{
	color: #292954;
}

ol > li > ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 40px;
	display: none;
}

ol > li > ul > li
{
	background-color: #6174E0;
	position: relative;
	z-index: 100;
	border-top: 1px dashed #dcdcff;
}

ol > li > ul > li:hover
{
	background-color: #6174E0;
}

ol > li > ul > li:hover > a
{
	color: #292954;
}
        
