﻿.btn-skydoc{
    background-color: #0085c3;
    color: #FFF;
}

.btn-skydoc:hover{
    background-color: #0074aa;
    color: #FFF;
}

.skydoc{
    background-color: #0085c3;
    border-color: #0085c3;
}

.skydoc.caption{
    color: #FFF;
}

.portlet > .portlet-title > .caption > i{
    color: #FFF;
}

.portlet.box.skydoc{
    border: 1px solid #0085c3;
}

.dropdown-menu.right{
	right: 0 !important;
    left: inherit  !important;
}

@media (min-width: 900px) {
	.videoD{
        width: 560px;
        height: 315px;
	}
}
@media (max-width: 900px) {
	.videoD{
        width: 224px;
        height: 126px;
	}
}