.myprod{
	font-size:40px;
	font-weight:700;
	color:#5cc6ff;
	line-height:1.1;
	background:transparent;
	text-shadow: 3px 2px 5px #000;
}
.myabout{
	font-size:40px;
	font-weight:700;
	color: #ececec;
	line-height:1.1;
	background:transparent;
	text-shadow: 3px 2px 5px #000;
}
.mybacolors{
font-size: 40px;
font-weight: 700;
color: #fff;
line-height: 1.1;
background: transparent;
text-shadow: 3px 2px 5px #190424;
}
.myimg{
	width: 200px;
    height: 100px;
}
.mycont{
	font-size:40px;
	font-weight:700;
	color: #ffcd1e;
	line-height:1.1;
	background:transparent;
	text-shadow: 3px 2px 5px #000;
}
.myprods
{
	display: block !important;
max-width: 300px !important;
height: 125px !important;
}

.boxed
{
width:100%;
display:inline-block;
}

.box1{
width: 80%;
float: left;
padding-left: 5%;
text-align: left;
padding-top: 3%;

}
.box2{
width: 80%;
float: left;
padding-left: 5%;
text-align: left;
padding-top: 3%;

}
.box3{
width: 80%;
float: left;
padding-left: 5%;
text-align: left;
padding-top: 3%;

}
.box4{
width: 80%;
float: left;
padding-left: 5%;
text-align: left;
padding-top: 3%;

}
.prowidth{
	width: 750px;
	height: 500px;
}
table {
    width:100%;
}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
th, td {
    padding: 5px;
    text-align: center;
}
table#t01 tr:nth-child(even) {
    background-color: #eee;
}
table#t01 tr:nth-child(odd) {
   background-color:#fff;
}
table#t01 th {
    background-color: black;
    color: white;
}
.order{
	float:right;
margin-left:5px;
}
.ordermedown{
	margin-left:50%;
}
.modal-body:not(.two-col) { padding:0px }
.glyphicon { margin-right:5px; }
.glyphicon-new-window { margin-left:5px; }
.modal-body .radio,.modal-body .checkbox {margin-top: 0px;margin-bottom: 0px;}
.modal-body .list-group {margin-bottom: 0;}
.margin-bottom-none { margin-bottom: 0; }
.modal-body .radio label,.modal-body .checkbox label { display:block; }
.modal-footer {margin-top: 0px;}
@media screen and (max-width: 325px){
    .btn-close {
        margin-top: 5px;
        width: 100%;
    }
    .btn-results {
        margin-top: 5px;
        width: 100%;
    }
    .btn-vote{
        margin-top: 5px;
        width: 100%;
    }
    
}
.modal-footer .btn+.btn {
    margin-left: 0px;
}
.progress {
    margin-right: 10px;
}
.myclient{
padding:15px;
}
.myba{
color:#7d898a !important;}
.post
{
    background-color: #FFF;
    overflow: hidden;
    box-shadow: 0 0 1px #CCC;
}
.post img
{
    filter: blur(2px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
}
.post .content
{
    padding: 15px;
}
.post .author
{
    font-size: 11px;
    color: #737373;
    padding: 25px 30px 20px;
}


.post .post-img-content
{
    height: 196px;
    position: relative;
}
.post .post-img-content img
{
    position: absolute;
}
.post .post-title
{
    display: table-cell;
    vertical-align: bottom;
    z-index: 2;
    position: relative;
}
.post .post-title b
{
    background-color: rgba(51, 51, 51, 0.58);
    display: inline-block;
    margin-bottom: 5px;
    color: #FFF;
    padding: 10px 15px;
    margin-top: 5px;
}
.well{
margin:20px !important;
box-shadow: 0.5px 0.5px 2px black;
}
@media screen and (min-width: 661px){
    .navbar {
        border:none !important;
border-radius:0px !important;
    }
}
.navbar{
border-radius:0px;
}
.media-object{
width:50%;
padding:10px;
}
@media screen and (max-width: 850px){
    .media-object{
width:100%;
padding:10px;
}
}