@font-face {
    font-family: 'WebYekan';
    src: url('../fonts/WebYekan.eot');
    src: url('../fonts/WebYekan.eot?#iefix') format('embedded-opentype'),
        url('../fonts/WebYekan.woff') format('woff'),
        url('../fonts/WebYekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*-------------------------- General Start -----------------------*/
input, select
{
    font-family: WebYekan, tahoma;
    font-size: 10pt;
}
ul{list-style:none;padding-right:0}
ul li{padding-right:0}
body
{
    font-family: WebYekan, Tahoma;
    font-size: 15px;
    text-align: justify;
    color: #777;
    line-height: 30px;
    background: #e9e9e9;
    overflow-x: hidden;
}

a {
    color: #0f1a2e;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover, a:focus {
    color: #333;
    text-decoration: none;
}
::-moz-selection {
    background-color: #eee;
    color: #ffa800;
}
::selection {
    background-color: #111;
    color: #ffa800;
}
.rtl{direction: rtl !important}
.ltr{direction: ltr !important}
h1, h2, h3, h4, h5, h6{margin: 0px auto;}
h1, .h1{font: 16pt WebYekan}
h2, .h2{font: 12.5pt WebYekan}
h3, .h3{font: 14pt WebYekan}
h4, h5, .h4, .h5{font: 12pt WebYekan}
h6, .h6{font: 11pt WebYekan}
.tahoma{font-family: tahoma !important}
.transition{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
i{vertical-align: middle}
.wow{font-size: inherit}
.fluid{
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}
.form-control:focus {
    border-color: #1c4870;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(39, 113, 180);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(200, 224, 243, 0.6);
}
.text-primary{
    color: #5a5a5a;
}
.text-success{
    color: green
}
.text-danger{
    color: red;
}
.text-dark-blue{
    color: #000e23;
}
.img-center{
    display: block;
    margin: 0 auto;
    text-align: center;
}
.btn-warning{
    border: none;
    background: #fea700;
    color: #000;
}
.btn-warning:focus, .btn-warning:hover, .btn-warning:active{
    background: #fe6400;
}
.form-control {
    height: 30px;
    padding: 2px 12px;
    border-radius: 0 !important;
}
.slicknav_menu{
    display: none;
}
.img-float{
    float: right;
    margin: 10px;
}
.btn{
    border-radius: 0 !important;
}
.dropdown-menu>li>a{
    text-align: right;
}
hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    width: 80%;
    margin: 15px auto;
}
hr.bottom {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #0f0f0f, #ffa700, #0f0f0f);
    background-image: -moz-linear-gradient(left, #0f0f0f, #ffa700, #0f0f0f);
    background-image: -ms-linear-gradient(left, #0f0f0f, #ffa700, #0f0f0f);
    background-image: -o-linear-gradient(left, #0f0f0f, #ffa700, #0f0f0f);
    width: 80%;
    margin: 15px auto;
}
.alert{border-radius:0}
.alert-danger {
    color: #3c3939;
    background-color: #ffb629;
    border-color: #c88503;
}
.margin-top-15{ margin-top: 15px }
.margin-bottom-15{margin-bottom: 15px}
/*--------------------------- General End ------------------------*/


/*-------------------------- Header Start -------------------------*/
header.fluid{
    color: #fff;
    background: url(../images/bg.jpg);
    padding: 10px 0 0;
    border-bottom: 1px solid #333;

}
.logo-container h1{
    position: absolute;
    top: 40px;
    right: 180px;
}
.search-box{
    left: 0;
    position: relative;
}
.date-container{
    text-align: left;
    display: block;
    margin-bottom: 20px
}
.date-container .tahoma{vertical-align: middle}
.date-container i{padding: 0 6px}
.search-box .form-control {
    height: 30px;
    padding: 2px 10px;
    font-size: 12px;
    padding: 4px 12px;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#btn-search.btn-default{
    background-color: #fff;
    padding: 4px 12px;
}


.breadcrumb {
    padding: 2px 20px;
    margin: 0 15px 20px 15px;
    list-style: none;
    background-color: #ffffff;
    border-radius: 0;
    margin-top: 20px;
    border: 1px solid #d7d7d7;
    box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, .4);
}
.breadcrumb>.active {
    color: #0a1b37;
}
.breadcrumb .fa-home{margin-left: 3px}
.breadcrumb>li+li:before {
    content: "\f104";
    padding: 0 8px;
    color: #5a5a5a;
    font-family: fontAwesome;
    vertical-align: middle;
}
#topAffix{
    border-bottom: 5px solid #fea700;
    box-shadow: 0 3px 4px -1px rgba(0, 0, 0, .4);
    background:  #fff;
}
.affix{
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    right:0;
    left: 0;
    margin: 0 auto;
}
.affix .container{
    width: 100% !important;
    max-width: 100%;
    padding: 0 20px;
}
.affix .dropdown-menu {
    float: left;
    left: 0;
    right: inherit;
}
.btn-languages {
    float: left;
    margin: 5px 5px 5px 0;
}
/*--------------------------- Header End --------------------------*/


/*--------------------------- Home  Start -------------------------*/
.parallax-index, .parallax{
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 500px;
    width:100%;
    position: relative;
    background-image: url(../images/parallax-index.jpg);
    border-bottom: 5px solid #fea700;
    box-shadow: 0 3px 4px -1px rgba(0, 0, 0, .4);
}
.parallax{background-image: url(../images/slide1.jpg)}
.parallax-index .caption, .parallax .caption{
    position: absolute;
    top : 80px;
    left: 80px;
    width: 600px;
    min-width: 50%;
    max-width: 70%;
    background: rgba(0, 0, 0, 0.8);
    padding: 50px 25px;
    color: #fff;
    border: 1px solid #000;
    overflow: hidden;
}
.parallax-index .caption h2, .parallax .caption h2{
    padding-right: 10px;
    margin-bottom: 12px;
    font-size: 15pt;
}

.white-box h2{
    margin-top: 10px;
}
.white-box{
    margin-bottom: 0;
    background: #fff;
    box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, .4);
    padding: 0 20px;
}
.info-hover{
    position: absolute;
    width: 100%;
    height: 96%;
    top: 200px;
    background: rgba(0,0,0, .35);
    color: #f9f9f9;
    padding-top: 24px;
    text-align: center;
    line-height: 22px;
    -moz-transition: ease 0.4s all;
    -webkit-transition: ease 0.4s all;
    -o-transition: ease 0.4s all;
    transition: ease 0.4s all;
}
.best-img-con:hover .info-hover{
    top: 0px;
    height: 100%;
}
.info-hover h2{
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}
.best-img-con .img-thumbnail{
    border-radius: 0;
    padding: 0;
    border-color: #bbb;
}
.best-img-con{
    position: relative;
    width: 100%;
    height: 96%;
    top: 0;
    overflow: hidden;
    margin: 5px auto 15px auto;
}
.best-img-con img.img-thumbnail{
    width: 100%;
    height: auto;
    margin: 0 auto
}
.best-img-con span.title{margin-right: 10px}
.best-img-con a.view-url{
    position: relative;
    border: 1px solid #f1f1f1;
    background: transparent;
    padding: 0 10px;
    position: absolute;
    top: 200px;
    opacity: 0;
    filter: alpha(opacity=0);
    right: 0;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 36px;
    margin: auto;
    text-align: center;
    color: #e1e1e1;
    line-height: 36px;
    -moz-transition: ease .7s all;
    -webkit-transition: ease 1s all;
    -o-transition: ease .7s all;
    transition: ease .7s all;
    border-radius: 2px;
    z-index: 2;
}
.best-img-con a.view-url:hover{
    color: #fff;
    border: 1px solid #fff;
    text-shadow: 0 0 2px #fff;
    box-shadow: 0 0 3px 2px rgba(255, 255, 255, 0.4);
}
.best-img-con:hover a.view-url{
    top: 50px;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #e1e1e1;
    border: 1px solid #e1e1e1;
}
.best-img-con h2{
    -moz-transition: ease .7s all;
    -webkit-transition: ease .7s all;
    -o-transition: ease .7s all;
    transition: ease .7s all;
    line-height: 16px;
}
.best-img-con:hover h2{
    margin-top: 40px
}
.categories-container{
    padding: 10px
}
/*---------------------------- Home End ---------------------------*/


/*--------------------------- News  Start -------------------------*/
/*---- Carousel Start  ----*/
#topCarousel{
    margin-bottom: 20px;
}
.carousel-inner{
    border-radius: 10px;
    overflow: hidden;
}
.carousel-controlers{
    position: absolute;
    bottom: 30px;
    left: 50px;
    background: #00004a;
    padding: 7px 2px;
    border-radius: 3px;
    z-index: 99;
    height: 20px;
}
.carousel-indicators {
    position: relative;
    bottom: 10px;
    left: 0;
    z-index: 15;
    width: auto;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    text-align: left;
    float: left;
    padding: 0;
}
.carousel-l, .carousel-r, 
.carousel-l:hover, .carousel-r:hover,
.carousel-l:focus, .carousel-r:focus{
    color: #fff;
}
.carousel-l, .carousel-r{
    position: relative;
    top: -15px;
    color: #fff;
    z-index: 100;
    margin: 5px;
    float: left;
}
.carousel-r{
    right: 0;
}
.carousel-l{
    float: left;
}

.carousel-indicators li {
    width: 7px;
    height: 7px;
    border: 1px solid #fff;
    background-color: #fff;
}
.carousel-indicators .active {
    margin: 1px;
    width: 7px;
    height: 7px;
    background-color: #967a52;
    border-color: #967a52;
}
.carousel-caption{
    padding-bottom: 0;
    color: #efefef;

}
/*----  Carousel End   ----*/

.stuff{
    margin-bottom: 25px;
    background: #fff;
    box-shadow: 2px 3px 4px -1px rgba(0, 0, 0, .4);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.stuff:hover{
    box-shadow: 2px 3px 4px 1px rgba(0, 0, 0, .6);
}
.col-table{
    display: table;
    padding: 15px 15px 8px 15px;
}
.col-relative{
    position: relative;
    top: 0;
    left: 10px;
    margin: 0 10px;
}
.col-right{
    display: table-cell;
    vertical-align: middle;
    width: 200px;
    padding-left: 7px;
}
.col-right img{
    border-radius: 10px;
}
.col-left{
    display: table-cell;
    vertical-align: top;
    padding-right: 7px;
    height: 100%;
}
.top-align{
    position: absolute;
    top: 15px;
}
.bottom-align{
    position: absolute;
    bottom: 15px;
}
.stuff h3{
    font-size: 11.5pt;
    line-height: 15pt;
}
.stuff-info{
    border-top: 1px solid #d1d3d4;
    padding: 0 15px;
    min-height: 30px;
    color: #00004a;
}
.stuff-info .time{
    margin-right: 20px;
}
.stuff-info .pull-left small{
    margin-right: 18px;
    direction: ltr;
    float: left;
}
.stuff-info i{
    font-size: 13pt;
    color: #939598;
}
.news-share a i{
    margin: 3px 10px;
    font-size: 18px
}

ul.pagination{
    text-align: center;
    margin: 10px auto 15px auto;
    display: block;
}
ul.pagination li{
    display: inline-block;
}
ul.pagination li a{
    display: inline-block;
    padding: 1px 8px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #818181;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 24px;
    height: 28px;
    min-width: 28px;
    overflow: hidden;
}
ul.pagination li a:hover, ul.pagination li a.active{
    background: #fea700;
    color: #181818;
}
ul.pagination li a.arrows {
    line-height: 12px;
    font-size: 30px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span{
    border-radius: 4px;
}

.ads img{
    box-shadow: 0 16px 30px -40px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.ads .img-center img{
    margin: 0 4px 20px 4px;
    max-width: 100%;
    height: auto;
}
.ads img.img-center{
    margin: 0 auto 20px auto;
    max-width: 100%;
}

.side-news{
    border-radius: 12px 12px 0 0;
    box-shadow: 2px 3px 4px -1px rgba(0, 0, 0, .4);
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}
.nav.side-news-nav>li {
    display: inline-block;
    float: right;
    width: 50%;
    padding: 0;
    margin: 0;
}
.nav.side-news-nav {
    border-bottom: 2px solid #967a52;
}
.nav.side-news-nav>li>a{
    text-align: center;
}
.side-news-nav>li>a{
    background: #ffffff;
    padding: 2px 5px;
}
.side-news-nav>li.active>a{
    background: #967a52;
    color: #fff;
}
.side-news-nav>li:first-child>a{
    border-top-right-radius: 15px;
}
.side-news-nav>li:last-child>a{
    border-top-left-radius: 15px;
}
.tab-pane{
    background: #fff;
    padding: 5px 0;
}
.side-news .widget ul li{
    border-bottom: 1px solid #e0e0e0;
    padding: 2px 12px;
}
.side-news .widget ul li:last-child{
    border-bottom: none;
}
.side-news .widget ul li a{
    line-height: 20px;
    color: #777;
}
.side-news .widget ul li a:hover{color:#333}
/*----------------------------- News End -------------------------*/


/*--------------------------- Inner Start ------------------------*/
.row-elment .container{
    max-width: 100%;
}
.inner .text img{
    margin: 15px auto;
    display: block;
    float: none;
    max-width: 100%;
    height: auto;
    box-shadow: 0 16px 30px -40px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.inner .stuff-info{
    padding: 0;
    margin-top: 10px;
}
.bg-dark-blue{
    background: #00004a;
    color: #fff;
    border-radius: 6px;
    padding: 1px 12px;
}
.btn-bg-gold{
    background: #967a52;
    color: #fff;
    border-radius: 6px;
    padding: 1px 6px;
    cursor: pointer;
}

.inner .white-box{
    padding-top: 20px;
}
.inner h1{
    margin-bottom: 15px;
    color: #525252;
    font-size: 14pt;
}
.inner .excerpt{
    line-height: 25px;
    text-align : center;
}
.inner .img-inner{
    box-shadow: 0 16px 30px -40px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.inner .inner-main{
    margin-top: 20px;
}
.img-user{
    border: 3px solid #d1d3d4;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    right: 0;
    float: right;
    width: 50px;
    height: 50px;
}

.comment-info{
    min-height: 30px;
    margin-top: 20px;
}
span.username{
    margin-right: 40px;
}
span.like{
    margin-right: 20px;
}
.comments-container .white-box{
    padding-bottom: 22px;
    position: relative;
    top: 0;
}
.comments-container span{
    color: #00004a;
    font-size: 10pt;
}
.comments-container span.time{
    margin-left: 20px;
    margin-right: 20px;
}
.username{
    font-size: 11pt;
    font-weight: bold;
}

.col-md-5ths img{
    border-radius: 6px;
    margin-bottom: 10px;
    position: relative;
    top:0;
    transition: all 0.2s ease 0s;
}
.col-md-5ths h2{
    font-size: 11.5pt;
    color: #666;
    text-align: center;
    height: 50px;
    overflow: hidden;
    position: relative;
    top:0;
    transition: all 0.2s ease 0s;
}
.col-md-5ths a{
    display: block;
    margin-bottom: 15px;
}
.col-md-5ths a:hover img{
    top: -5px;
    box-shadow: 2px 3px 4px -1px rgba(0, 0, 0, .7);
}
.col-md-5ths a:hover h2{
    top:5px;
    color: #333;
}
#commentModal .input-group{
    margin-bottom: 10px;
}
#commentModal .input-group .input-group-addon i{
    width: 25px;
}
#commentModal .btn{
    margin-top: 15px;
}
.modal{
    direction: ltr;
}
.modal .modal-dialog{
    direction: rtl;
}
/*---------------------------- Inner End -------------------------*/


/*------------------------- Footer Start -------------------------*/
#footer{
    background: url(../images/bg.jpg);
    font-size: 11pt;
    line-height: 24px;
    color: #acacac;
    padding: 20px 0;
    border-top: 5px solid #fea700;
    box-shadow: 0 -3px 4px -1px rgba(0, 0, 0, .4);
    overflow: hidden;
}
#footer .one-column{
    margin-bottom: 20px;
}
#footer .one-column h3{
    border-bottom: 2px solid #4d4940;
    line-height: 24px;
    margin-bottom: 12px;
}
#footer .one-column h3 span{
    border-radius: 0;
    background: #ffa800;
    padding: 2px 14px;
    color: #0b0b0b;
    font-size: 16px;
}

#footer ul li{
    z-index: 100;
    position: relative;
}
#footer ul li a i{font-size: 9pt}
#footer ul li a{
    color: #7d7d7d;
    display: block;
    position: relative;
    overflow: hidden;
    padding-right: 4px;
    padding-left: 4px;
}

#footer ul li a:hover{color: #555;/* display: inline; */}
#footer ul.links li a:after {
    content: '';
    width: 0;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all 0.6s ease 0s;
}
#footer ul.links li a:hover:after{
    width: 100%;
}

.socials{
    text-align: left;
    margin-top: 9px;
    margin-bottom: 0;
}
.socials li{
    display: inline-block;
    margin-right: 10px;
}
.socials li a{
    display: inline-block;
    font-size: 14pt;
    padding: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.socials li a:hover{
    text-shadow: 0 0 15px #fff;
}
.btn-news-letter{
    padding: 4px 8px;
    font-size: 10pt;
    margin-top: 6px;
    margin-bottom: 24px;
}
#footer .form-horizontal{
    padding-bottom: 20px;
}
#footer .contact i{
    width: 20px;
    text-align: right
}

ul.bottom-links{
    text-align: center;
    margin: 10px auto;
    display: block;
    color: #f1f1f1;
}
ul.bottom-links li{
    display: inline-block;
    margin: 0 6px;
}
#footer ul.bottom-links li a{
    display: inline !important;
    padding-right: 0;
    padding-left: 14px;
}
#footer ul.bottom-links li a:hover{
    color: #f1f1f1;
}

#copyright{
    color: #818181;
    font-size: 10pt;
}
#copyright p{
    margin: 12px 0 0 0;
}
#copyright a{
    color: #b0b0b0;
    font-size: 10pt;
}
#copyright a:hover{
    color: #fea700;
}
/*-------------------------- Footer End --------------------------*/


/*-------------------------- Loading  Start -----------------------*/
.laoding-container{
    height: 100%;
    width: 100%;
}
.loading{
    height: 200px;
    width: 200px;
    background: #eee;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 999
}
.loading-circle {
    margin: 50px auto;
    width: 100px;
    height: 100px;
    position: relative;
}
.loading-circle .loading-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.loading-circle .loading-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 10%;
    height: 10%;
    background: #ffa700;
    border-radius: 100%;
    -webkit-animation: loading-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: loading-circleBounceDelay 1.2s infinite ease-in-out both;
}
.loading-circle .loading-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); 
}
.loading-circle .loading-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); 
}
.loading-circle .loading-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); 
}
.loading-circle .loading-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); 
}
.loading-circle .loading-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); 
}
.loading-circle .loading-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); 
}
.loading-circle .loading-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); 
}
.loading-circle .loading-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); 
}
.loading-circle .loading-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); 
}
.loading-circle .loading-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); 
}
.loading-circle .loading-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); 
}
.loading-circle .loading-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; 
}
.loading-circle .loading-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; 
}
.loading-circle .loading-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; 
}
.loading-circle .loading-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; 
}
.loading-circle .loading-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; 
}
.loading-circle .loading-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; 
}
.loading-circle .loading-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; 
}
.loading-circle .loading-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s; 
}
.loading-circle .loading-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s; 
}
.loading-circle .loading-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s; 
}
.loading-circle .loading-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s; 
}
@-webkit-keyframes loading-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes loading-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*--------------------------- Loading End -------------------------*/


/*------------------------ Responsive Start ----------------------*/
@media (min-width: 992px) and (max-width: 1200px){
    .col-right {
        width: 135px;
    }
    .stuff-info .time{
        margin-right: 5px;
    }
    .stuff-info{
        height: 60px;
    }
    .info-hover{
        top: 100px;
    }
    .square .info-hover{
        top: 115px;
    }
}
@media (min-width: 991px){
    .ads-container{
        padding: 0 !important;
    }
    .col-md-left{
        float: left !important;
        margin-left: 0;
        margin-right: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .col-right {
        width: 160px;
    }
    .sf-menu a {
        padding: 10px 2px;
    }

    .info-hover{
        top: 100px;
    }
    .square .info-hover{
        top: 155px;
    }
}
@media (max-width: 991px){
    .inner .img-inner{
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    body{
        padding-top: 54px;
    }
    body.no-padding{
        padding-top: 0;
    }
    .logo-container h1 {
        position: relative;
        top: 6px;
        right: 0;
        text-align: center;
        margin-bottom: 6px;
    }
    .logo-container img{
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    #topAffix{
        display: none;
    }

    .search-box{
        margin-bottom: 10px;
    }
    .dropdown-menu{
        left: 0;
        float: left;
        right: auto;
        border-radius: 0;
    }
    .slicknav_menu{
        display: block;
        position: absolute;
        z-index: 1002;
        width: 100%;
        top: 0;
    }
    .parallax-index .caption{
        padding: 20px 10px;
        top : 50px;
    }
    .carousel-controlers {
        position: absolute;
        top: 0;
        left: 10px;
    }
    .carousel-inner>.item {
        background: #0a1b37;
    }
    .carousel-caption {
        position: relative;
        left: 0;
        right: 0;
        bottom: 5px;
        padding-top: 10px;
    }
    .carousel-caption h2{font-size: 12.5pt}
    .carousel-caption h3{font-size: 11.5pt}

    .info-hover{
        top: 0px;
        height: 100%;
    }
    .square{
        padding: 5px !important;
    }
    .best-img-con {
        margin: 5px auto 0px auto;
    }
    .best-img-con h2{
        margin-top: 0;
    }
    .best-img-con a.view-url{
        top: 50px;
        opacity: 1;
        filter: alpha(opacity=100);
        color: #fff;
    }
    .best-img-con a.view-url {
        padding: 0 5px;
        width: 90%;
        font-size: 9.5pt;
    }
    .search-box .navbar-form{
        padding: 0;
        margin: 0 0 6px 0;
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    .date-container {
        text-align: right;
        margin-top: 6px;
    }
    .bg-dark-blue, .bg-gold{
        margin-bottom: 10px;
        text-align: center;
    }
    .comments-container span.time {
        margin-left: 8px;
        margin-right: 8px;
    }
}
@media (max-width: 420px){
    .dropdown-menu {
        right: 0;
    }
    .logo-container{
        margin-bottom: 20px;
    }
    .logo-container h1 {
        position: relative;
        top: 10px;
        right: 0;
        text-align: center;
    }
    .date-container-block{
        width: 100% !important;
        margin-bottom: 8px;
    }
    .btn-languages {
        float: right;
        margin: 5px 0;
    }

    .parallax-index .caption{
        max-width: 90%;
        right: 0;
        left:0;
        margin: 0 auto;
    }
    .parallax-index .caption p{
        font-size: 10.5pt;
        line-height: 20px;
    }
    .parallax-index .caption h2{
        text-align: center;
        font-size: 11pt;
    }
    .date-container {
        text-align: right;
        display: block;
        margin-bottom: 0;
        font-size: 12.5px;
    }
    .best-img-con h2{
        margin-top: 50px;
    }    
    .square{
        padding: 15px !important;
    }
    
    .col-right, .col-left, .top-align , .bottom-align{
        display: block;
        width: 100%;
        margin-bottom: 5px;
        position: inherit;
    }
    .col-right .img-flaot{
        float: none;
        margin: 5px auto;
        display :block;
    }
    .stuff-info {
        min-height: 62px;
    }
    .best{
        margin: 0 auto 5px auto;
        width: 250px;
        max-width: 100%;
        display: block;
        float: none;
    }
    .square {
        margin: 0 auto;
        width: 300px;
        max-width: 100%;
        display: block;
        float: none;
    }
    .logo-container {
        margin-bottom: 10px;
    }

    .text-con{
        width: 100%;
        display: block;
        float: right;
    }
    span.username {
        margin-right: 35px;
    }
    .comments-container span{
        font-size: 9pt;
    }
}
/*------------------------- Responsive End ------------------------*/