@media (min-width: 1200px)
.container {
    width: 1170px;
}
@media (min-width: 992px)
.container {
    width: 970px;
}
@media (min-width: 768px)
.container {
    width: 750px;
}

body {
    background: url('../../images/pattern.png');
}

.navbar-brand {
	padding: 0 15px;
}

.navbar {
	margin-bottom: 0;
    border-radius: 0;
}

.text-uppercase {
	text-transform: uppercase;
}

#image-brand {
	height: 40px;
	width: 150px;
}

#cover {
	padding: 350px 50px 50px 50px;
	background: url('../../images/cover.png') no-repeat center center;
	color: #fbfbfb;
	text-shadow: 2px 2px 2px #827D7D;
}

#learning {
	padding:50px;
	background-color: #f3f3f3;
	color: #6e6e6e;
}

#feature {
	padding:50px;
	background-color: #f2f7fb;
	color: #6e6e6e;
}

.feature-icon {
	color: #00cbff;
}

#learnanywhere {
	padding: 70px 50px;
	background: url('../../images/learn-anywhere.png');
	color: #fbfbfb;
	text-shadow: 2px 2px 2px #827D7D;
}

#choose-language {
	padding: 30px;
	background: url('../../images/pattern.png');
	color: #fbfbfb;
	text-shadow: 2px 2px 2px #827D7D;
}

#languages {
	padding:50px;
	background-color: #ffffff;
	color: #6e6e6e;
}

#breadcrumb-container{
    padding:0;
}

#show {
    background-color: #fff;
    color: #6e6e6e;
    padding:0;
}

#breadcrumb-style {
    border-radius:0;
    margin-bottom:0;
}

#categories {
    padding: 30px;
    background-color: #fff;
    color: #888787;
}

#pagination-menu{
    margin: 10px 0;
}

#another-menu{
    margin-bottom: 10px;
}

#menu-categories {
    padding: 30px;
    background-color: #fff;
    color: #888787;
}

.row-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.col-table {
    display: table-cell;
    float: none;
    height: 100%;
}

.col-content {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

a.list-category {
    color: #888787;
    text-decoration: none;
    font-weight: bold;
}

.col-md-15, .col-sm-15, .col-xs-15{
	width: 20%;
}



.panel-heading {
    border-color: #bce8f1;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.panel {
    border-radius: 20px;
}

.thumbnail {
	margin-bottom:0;
}

a.thumbnail {
	padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px #ccc;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    /* border-color: #428bca; */
    box-shadow: 0 0 10px #6F6C6C;
    background-color: #428bca;
    border: 1px solid #428bca;
}

.img-category {
    box-shadow: none;
    display: block;
    max-width: 100px;
    min-width: 100px;
    max-height: 100px;
    min-height: 100px;
}

#footer {
	padding: 20px;
	background-color: #323232;
	color: #fbfbfb;
}

#footer > p {
	margin: 0;
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(232, 98, 86, 0.8) url(../../images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

