/* 
    Created on : 15/set/2016, 11:45:24
    Author     : E.Pimentel
*/

/* === tumbnail === */
.thumbnail {
    position: relative;
    padding: 0;
    margin: 0;
    border: 0;
}
.thumbnail .caption h3 {
    font-family: 'RobotoCondensed-Bold';
    font-size: 24px;
    padding-bottom: 25px;
}
.img-thumbnail, .thumbnail {
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.075);
    box-shadow: 0 0px 0px rgba(0,0,0,.075);
}

/* === linked list group === */
.list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.075);
    box-shadow: 0 0px 0px rgba(0,0,0,.075);
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 0 solid #ddd;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    text-shadow: 0 0 0 #286090;
    background-image: none;
    /*background-image: -webkit-linear-gradient(top, #337ab7 0, #2b669a 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#2b669a 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2b669a));
    background-image: linear-gradient(to bottom,#337ab7 0,#2b669a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
    background-repeat: repeat-x;*/
    border-color: transparent;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #333;
    background-color: transparent;
    border-color: transparent;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #333;
    text-decoration: none;
    background-color: #f5f5f5;
}

/* === navbar === */

.mycstm-nb {
	height: 120px;
}
.mycstm-nb .container {
    width: 100%;
    min-width: 355px;
    padding-right: 0;
}
.navbar-default {
	background-image: -webkit-linear-gradient(top, #d9d9d3 0, #f5f5f7 100%);
	background-image: -o-linear-gradient(top, #d9d9d3 0, #f5f5f7 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9d9d3),to(#f5f5f7));
	background-image: linear-gradient(to bottom,#d9d9d3 0,#f5f5f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9d9d3', endColorstr='#fff5f5f7', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(217, 217, 211,.15),0 1px 5px rgba(0, 0, 0,.075);
	box-shadow: inset 0 1px 0 rgba(217, 217, 211, .15),0 1px 5px rgba(0, 0, 0,.075);
}
.navbar-default {
    background-color: #f5f5f7;
    border-color: #d9d9db;
}

/* === media object === */

.mycstm-mo {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.mycstm-mo .media{
    margin: 0;
    max-height: 310px;
    cursor: pointer;
}
.mycstm-mo ul.media-list {
    width: 100%;
    max-width: 1000px;
}
.mycstm-mo ul.media-list li.media > div:not(.media-body){
    width: 50%;
    margin: 0;
    padding: 0;
}
.mycstm-mo .media-object {
    max-width: 100%;
}
.mycstm-mo .media-body {
/*    padding: 45px;*/
    padding: 20px 45px;
}
.mycstm-mo h4.media-heading, .my-media-heading.media-heading {
    font-family: 'RobotoCondensed-Bold';
    font-size: 24px;
/*    padding-bottom: 25px;*/
    padding-bottom: 0;
}

/* === modal ===*/

.modal .close {
    filter: alpha(opacity=100);
    opacity: 1;
}
.modal-header {
    border-bottom: 0;
}
.modal-header h1 {
    font-family: 'RobotoCondensed-Bold';
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.modal-header small {
    font-family: 'Roboto-Regular';
    font-size: 15px;
    text-transform: uppercase;
}
.modal-content * {
    color: #333;
}
.modal-content {
    background-color: #eeecf0;
    padding: 20px;
}
.modal-body {
    padding-top: 0;
}
.modal-body > div{
    padding-top: 20px;
}
.modal button.close span {
    font-size: 30px;
}
.modal-footer {
    text-align: left;
    border-top: 0;
}
.modal-footer .fa{
    font-size: 20px;
}

@media screen and (max-width: 990px) {
    .mycstm-nb {
        height: 80px;
    }
    .navbar-brand>img {
        height: 50px;
    }
    
    /* === media object === */
    
    .mycstm-mo ul.media-list li.media > div:not(.media-body),
    .media-body {
        width: 100%;
    }
    .media-body, .media-left, .media-right {
        display: block;
    }
    .mycstm-mo .media {
        max-height: none;
    }
    .mycstm-mo .media img {
        max-width: 80%;
        margin: auto;
    }
    .mycstm-mo .media-body {
        display: none;
    }
    .my-media-heading.media-heading {
        width: 80%;
        margin: 0 auto;
    }
    .my-media-heading.media-heading {
        padding-top: 20px !important;
        padding-bottom: 40px !important;
    }
}

@media screen and (max-width: 768px) {
    /*.mycstm-nb .menu-area,*/
    .mycstm-nb .contacts {
        margin-top: -50px;
    }
}

@media screen and (max-width: 560px) {
    .navbar-brand>img {
        height: 35px;
    }
}

@media screen and (max-width: 490px) {
    .mycstm-nb {
        height: 50px;
    }
    .navbar-brand > img {
        height: 35px;
    }
    .navbar-brand {
        padding: 5px 5px;
    }
    /*.mycstm-nb .menu-area, .mycstm-nb .contacts, .mycstm-nb .lub-selector {
        margin-top: -50px;
    }*/
}