@import url(fonts.css);
body{
    background-color: #ddd !important;
}

.glyphicon { margin-right:5px; }
.thumbnail
{
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none !important;
    margin-bottom: none;
    height: 260px;
}
.thumbnail:hover
{
    background: rgb(235, 236, 236);
}
.container{
    position: relative;
    width: 56% !important;
    height: 100%;
    display: inline-block;
    margin-right: 10% !important;
    border-top-right-radius: 10px;
    border: 1vw solid #ddd;
    background-color: #ddd;
    position: relative;
    overflow: hidden;
    align-items: center;
    font-family: 'Yakan';
    font-weight: 600 !important;
}
.container, .container a, .container ul, .container li, .container img,.container img, .container h1, .container p, .container div{
    box-sizing: border-box;
}
.container h4{
    font-size: 18px;
    font-weight: 400;
    color: rgb(63, 62, 62);
    line-height: 27px;
    width: 180px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.container .item {
    float: right;
}
.item.list-group-item
{
    float: none;
    width: 98%;
    background-color: #fff;
    margin: 0 1% 10px 1%;
}

.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
}
.item.list-group-item .caption
{
    padding: 9px 9px 0px 9px;
}


.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item img,.item.list-group-item video
{
    float: left;
    display: inline-block;
    width: 45%;
}
.item.list-group-item .caption
{
    float: right;
    display: inline-block;
    width: 49%;
}
.item.list-group-item:after
{
    clear: both;
}
.list-group-item-text
{
    margin: 0 0 11px;
}

.well.well-sm{
    text-align: left;
    background-color: rgb(56, 94, 157);
    color: #fff !important;
}
.btn-group a{
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #000000 !important;
}
.btn-group a span{
    position: relative;
    text-align: center;
    left: 0;
    width: 100%;
    margin-right: 3px;
}
/* 
.caption p{
    height: 35px;
} */

.caption p, .caption h4, .left-divs h1{
    width: 100%;
    overflow: hidden;
}

div.col-xs-12{
    position: relative;
    float: right !important;
    width: 100%;
}
div.col-xs-12 a{
    width: 100%;
    background-color: rgba(56, 95, 157, 0.76);
    border-color: #ddd;
}

div.col-xs-12 a.col-white{
    background-color: #ffffff !important;
}
div.col-xs-12 a.col-white:hover {
    background-color: #ddd !important;
}

video.list-group-image{
    width: 100% !important;
}
img.list-group-image{
    height: 13vh !important;
}

span.left-f{
    position: absolute;
    font-size: 12px;
    top: 85%;
    color: rgb(150, 67, 67);
}

.container-h3{
    display: inline;
    text-align: center;
    width: 60%;
    margin: 0;
    font-family: 'Yakan';
    font-weight: 600;
    color: #efefef;
    position: absolute;
    right: 50%;
    transform: translateX(40%);
    height: 42px;
    margin-top: 8px;
}
.row.part-one{
    height: 60vh;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: 10px;
}

.row.part-one::-webkit-scrollbar{
    width: 20px;
    cursor: pointer;
}
.row.part-one::-webkit-scrollbar-thumb{
    background-color: rgb(56, 94, 157);
}

img.list-group-image.autoimg{
    height: 100% !important;
}
form input{
    border: 0;
	outline: 0;
	padding: 1em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    resize: none;
    height: 20px;
    margin-bottom: 10px;
    font-family: 'Yakan', sans-serif;
    color: #000000;
    margin-top: 5px;
    z-index: 10;
}
form input:focus {
    -moz-box-shadow: 0 1px 3px #385e9d !important;
    -webkit-box-shadow: 0 1px 3px #385e9d !important;
    box-shadow: 0 1px 3px #385e9d !important;
}


.thumbnail .caption .caption-p{
    height: 80px;
    overflow: hidden;
}


.blog-left h1, .blog-left p{
    top: 50%;
    transform: translateY(40%);
}

.paginations {
    width: 100%;
    text-align: center;
    align-items: center;
    height: 40px;
    color: #fff;
    direction: rtl;
}
.paginations a{
    height: 0px;
    width: 10px;
    margin: 3px;
    padding: 0px 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    background-color: rgba(56, 95, 157, 0.76);
    font-size: 16px;
    font-weight: 100;
    text-decoration: none;
    padding-top: 1px;
    color: #fff;
}
.paginations a:link, .paginations a:hover, .paginations a:visited, .paginations a:active{
    text-decoration: none;
}

@media only screen and (max-width: 1700px){
    .container h4{
        font-size: 16px;
    }
    .container-h3{
        font-size: 18px;
    }
}
@media only screen and (max-width: 1300px){
    .container h4{
        font-size: 14px;
        line-height: 20px;
    }
    span.left-f{
        font-size: 10px;
    }
}
    
@media only screen and (max-width: 1200px){
    img.list-group-image,video.list-group-image{
        height: 8vh !important;
        margin: 0;
    }
    
}

    
@media only screen and (max-width: 1100px){

    .container-h3{
        transform: translateX(30%);
    }
}

@media only screen and (max-width: 900px){
    .container h4{
        font-size: 16px;
    }
    .caption p{
        scale: .8;
    }
    .container-h3{
        font-size: 16px;
    }
}

@media only screen and (max-width: 600px){
    span.left-f{
        font-size: 8px;
    }
    .container-h3{
        font-size: 13px;
        margin-top: 10px;
        font-weight: 400;
    }

    form input{
        width: 200px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 500px){
    img.list-group-image,video.list-group-image{
        height: 6vh !important;
    }
    .container h4{
        font-size: 10px;
        line-height: 15px;
    }
    .container-h3{
        margin-top: 15px;
        font-size: 11px;
        transform: translateX(40%);
    }
    .caption p{
        scale: .6;
    }

    .thumbnail{
        height: 150px;
    }

    span.left-f{
        top: 78%;
        font-size: 8px;
        font-weight: 400;
    }

    form input{
        width: 150px;
    }

    .btn-sm{
        padding: 5px 5px !important;
    }
    .btn-group a{
        font-size: 16px;
    }
    
}

@media only screen and (max-width: 450px){
    .container-h3{
        transform: translateX(36%);
    }

    form input {
        width: 115px;
    }
}
@media only screen and (max-width: 350px){
    .container-h3{
        margin-top: 6px;
        font-size: 9px;
        transform: translateX(29%);
    }
    form input{
        margin-top: 1px;
    }
    .btn-sm{
        padding: 2px 2px !important;
    }
    .btn-group a{
        font-size: 12px;
    }
}