@font-face {
    font-family: Al-Jazeera-Arabic-Light;
    src: url('../fonts/Al-Jazeera-Arabic-Light.eot');
    src: url('../fonts/Al-Jazeera-Arabic-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Al-Jazeera-Arabic-Light.woff') format('woff'), url('../fonts/Al-Jazeera-Arabic-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Al-Jazeera-Arabic-Bold;
    src: url('../fonts/Al-Jazeera-Arabic-Bold.eot');
    src: url('../fonts/Al-Jazeera-Arabic-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Al-Jazeera-Arabic-Bold.woff') format('woff'), url('../fonts/Al-Jazeera-Arabic-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Greta_Arabic_Regular;
    src: url('../fonts/Greta_Arabic_Regular.eot');
    src: url('../fonts/Greta_Arabic_Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Greta_Arabic_Regular.woff') format('woff'), url('../fonts/Greta_Arabic_Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body
{
    background-color: white;
    overflow-x: hidden;
    width: 100%;
}


p{
    font-family: Al-Jazeera-Arabic-Light, "arabic typesetting", serif;
    font-size: 15px;
}
h1,h2,h3,h4,h5
{
    font-family: Al-Jazeera-Arabic-Bold,  "arabic typesetting", serif;
    font-weight: 300;
    margin: 0.6em;
}
a {
    color: black;
}
a:hover {
    text-decoration: none;
    color: red;
}

.header
{
    /*-webkit-box-shadow: 5px 9px 28px 0px rgba(212,212,212,1);*/
    /*-moz-box-shadow: 5px 9px 28px 0px rgba(212,212,212,1);*/
    /*box-shadow: 5px 9px 28px 0px rgba(212,212,212,1);*/
    /*0px 11px 28px 0px rgba(212,212,212,1)*/
    background-image: url("../image/header-new.jpg");
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 2%;

}
.navbar
{
    margin-bottom: 0;
    background-image:linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
    border: inherit;
    font-size: 18px;
    font-family: Al-Jazeera-Arabic-Bold;
    color: #00b3ee;
}
.navbar-brand
{
    height: 50px;
    width: 150px;
}
.navbar-inverse .navbar-nav>li>a
{
    color: #2d3e50;
}
.img-wrapper
{
    width: 100%;
}
img
{
    width: 100%;
}
.main-articles
{
    margin: 2%;
}
.single-article-main
{

    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 5px 9px 28px 0px rgba(212,212,212,1);
    -moz-box-shadow: 5px 9px 28px 0px rgba(212,212,212,1);
    box-shadow: 5px 9px 28px 0px rgba(212,212,212,1);
    padding-bottom: 10px;
    position: relative;
    box-sizing: border-box;
}
.img-wrapper
{
    width: auto !important;
    position: relative;
    margin-bottom: -75px !important;
    height: 280px;
    overflow: hidden;
}
.article-card-img
{
    height: 150px;
    overflow: hidden;
}
.article-meta
{
    background: rgba(255, 255, 255, 0.38);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgb(255, 255, 255));
    background: linear-gradient(rgba(255, 255, 255, 0.05), rgb(255, 255, 255));
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}

.share-auth-container
{
    width: 93%;
    margin: auto;
    position: relative;
}
.share-auth-container >div
{
    display: inline-block;
}
.share-auth-container >div:first-child
{
    width: 10%;
    position: relative;
}
.share-auth-container >div:first-child >img
{
    border-radius: 100%;
    width: 49px;
    height: 49px;
    position: relative;
    z-index: 8;
}
.share-auth-container >div:nth-child(2)
{
    width: 70%;
    padding-right: 20px;
}
.share-auth-container >div:nth-child(2) p
{
    margin-right: 5%;
}
.share-auth-container >div:nth-child(3)
{
    width: 18%;
    text-align: left;
}
.share-auth-container >div:nth-child(3) a
{
    margin-right: 10%;
}
.title-content
{
    width: 93%;
    margin: auto;
}
.title-content >p
{
    overflow: hidden;
    line-height: 1.8em;
    height: 3.6em;
    text-overflow:ellipsis;
}
.time-views-container
{
    width: 100%;
    margin-top: 10px;
}
.time-views-container >div
{
    display: inline-block;
    width: 48%;
}

.time-views-container >div:nth-child(2)
{
    text-align: left;
}

.left-side-container
{
    border-radius: 15px;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 85px 0px 28px -82px rgba(212,212,212,1);
    -moz-box-shadow: 85px 0px 28px -82px rgba(212,212,212,1);
    box-shadow: 85px 0px 28px -82px rgba(212,212,212,1);

}
.left-side-container>h2:first-child
{
    text-align: center;
    margin-top: 5%;
    color: #00b3ee;
}
.left-side-article-container
{
    width: 100%;
    padding: 2%;
    overflow: hidden;
}
.left-side-article {
    width: 96%;
    margin: 2%;
    border-bottom: 2px solid #cccccc;
}
.left-side-article>p
{
    overflow: hidden;
    line-height: 1.8em;
    height: 7.2em;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}

.article-card
{
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 5px 9px 28px 0px rgba(212,212,212,1);
    -moz-box-shadow: 5px 9px 28px 0px rgba(212,212,212,1);
    box-shadow: 5px 9px 28px 0px rgba(212,212,212,1);
    position: relative;
    box-sizing: border-box;
    padding-bottom: 10px;
}
.article-card .share-auth-container>div:nth-child(2)
{
    width: 85%;
    padding-right: 30px;
}
.article-card .title-content >p
{
    height: 7.2em;
}
.simple-view-article
{
    margin-top: 3%;
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
    padding-top: 2%;
}
.simple-view-article .col-md-3
{
    border-left: 4px double #f4c456;
}
.left-line-new-author
{
    -webkit-box-shadow: 5px 9px 70px 0px rgba(212,212,212,1);
    -moz-box-shadow: 5px 9px 70px 0px rgba(212,212,212,1);
    box-shadow: 5px 9px 70px 0px rgba(212,212,212,1);
    border-radius: 15px;
    padding: 10px;
    position: relative;
    margin-bottom: 35px;
}
.left-line-new-authors:before
{
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    background-color: #edede1;
    margin-right: -48px;
    top: 0;
}
.left-line-new-author:before
{
    content: "";
    width: 0px;
    height: 0px;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 21px solid white;
    position: absolute;
    top: 18px;
    right: -17px;
}
.left-line-new-author:after
{
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #f4c456;
    position: absolute;
    right: -53px;
    top: 45px;
}
.left-line-new-author>div
{
    display: inline-block;
}
.left-line-new-author>div:first-child
{
    width: 20%;
    margin: 2%;
}
.left-line-new-author>div:nth-child(2)
{
    width: 60%;
    padding: 2%;
}
.left-line-new-author>div:first-child img
{
    width: 75px;
    height: 75px;
    border-radius: 100%;
}

.center-line-articles .center-line-article .share-auth-container>div:first-child
{
    width: 70%;
}
.center-line-articles:before
{
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    background-color: #edede1;
    right: 45.3%;
}
.center-line-article:nth-child(odd)
{
    margin-right: 0;
    margin-bottom: 65px
}
.center-line-article:nth-child(even)
{
    margin-left: 0;
    margin-top: 120px
}
.center-line-article
{
    -webkit-box-shadow: 5px 9px 70px 0px rgba(212,212,212,1);
    -moz-box-shadow: 5px 9px 70px 0px rgba(212,212,212,1);
    box-shadow: 5px 9px 70px 0px rgba(212,212,212,1);
    border-radius: 15px;
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
    width: 43%;
    position: relative;
}
.inner-container
{
    margin: 0;
    padding: 0 8px 0 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    padding-top: 1%;
    padding-bottom: 1%;
}
.inner-container .share-auth-container h2 {
    margin-right: 15px;
}
.center-line-article:nth-child(odd):after
{
    content: "";
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-right: 21px solid white;
    position: absolute;
    top: 5px;
    left: -19px;
}
.center-line-article:nth-child(odd):before
{
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #f4c456;
    position: absolute;
    top: 32px;
    left: -30px;
}
.center-line-article:nth-child(even):after
{
    content: "";
    width: 0px;
    height: 0px;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 21px solid white;
    position: absolute;
    top: 5px;
    right: -17px;
}
.center-line-article:nth-child(even):before
{
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #f4c456;
    position: absolute;
    top: 32px;
    right: -30px;
    z-index: 1
}

.register
{
    overflow: hidden;
    border-radius: 18px;
    padding: 0;
    background-color:#edede1;
    -webkit-box-shadow: 5px 9px 70px 0px rgba(212,212,212,1);
    -moz-box-shadow: 5px 9px 70px 0px rgba(212,212,212,1);
    box-shadow: 5px 9px 70px 0px rgba(212,212,212,1);
    margin-bottom: 10%;
    margin-top: 3%;
}
.register-header
{
    height: 120px;
    text-align: center;
    background-color: #edede1;
}
.register-header h2
{
    line-height: 120px;
    margin: 0;
}
.btn-block
{
    font-size: 18px;
}
.btn-group-lg >button:first-child
{
    width: 50%;
    background-color:#c3e3b5;
}
.btn-group-lg >button:nth-child(2)
{
    width: 50%;
    background-color: #31b0d5;
}
.input-group-addon:first-child
{
    border-right: 0;
}
.btn-primary
{
    border: 0;
}

@keyframes rotation {
    0% , 60%{
        transform: rotatey(0deg);
    }
    80%{

        transform:rotatey(90deg);
    }
}

.title-content a h2 , .simple-view-article h2
{
    white-space: nowrap;
    overflow: hidden;
    line-height: 2em;
    height: 2em;
    text-overflow: ellipsis;
}
.simple-view-article p
{
    overflow: hidden;
    line-height: 1.8em;
    height: 9em;
    text-overflow: ellipsis;
}
@media only screen and (max-width: 768px)
{
    .main-articles
    {
        margin-right: 0;
        margin-left: 0;
    }
    .center-line-article
    {
        margin-right: -4px;
        width: 100%;
    }
    .center-line-articles:before
    {
        right: -32px;
    }
    .center-line-article:nth-child(odd)
    {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .center-line-article:nth-child(even)
    {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .center-line-article:nth-child(odd):after
    {
        right: -17px;
        border-left: 21px solid white;
        border-right: none;
    }
    .center-line-article:nth-child(odd):before
    {
        right: -52px;

    }
    .center-line-article:nth-child(even):after
    {

    }
    .center-line-article:nth-child(even):before
    {
        right: -48px;
    }

    .header-title>p>span
    {
        font-size: 14px;
    }
    .left-line-new-author>div:first-child
    {
        width: auto;
        margin: 2%;
    }
    .left-line-new-author>div:nth-child(2)
    {
        width: 60%;

    }
}
@media only screen and (max-width: 540px)
{
    .img-wrapper
    {
        height: 250px;
    }
}

.loader
{
    position: fixed;
    z-index: 1000000;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    background-color: white;
}
.cssload-spinner
{
    top: 50%;

}

.cssload-spinner {
    position: absolute;
    width: 200px;
    height: 200px;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
}
.cssload-spinner:after, .cssload-spinner:before {
    position: absolute;
    content: "";
    border: 12px solid #00b3ee;
    width: 188px;
    height: 188px;
}
.cssload-spinner:after {
    animation: cssload-spinner1 2.88s linear infinite;
    -o-animation: cssload-spinner1 2.88s linear infinite;
    -ms-animation: cssload-spinner1 2.88s linear infinite;
    -webkit-animation: cssload-spinner1 2.88s linear infinite;
    -moz-animation: cssload-spinner1 2.88s linear infinite;
}
.cssload-spinner:before {
    width: 259px;
    height: 259px;
    margin-left: -38.5px;
    margin-top: -38.5px;
    animation: cssload-spinner2 2.88s linear infinite;
    -o-animation: cssload-spinner2 2.88s linear infinite;
    -ms-animation: cssload-spinner2 2.88s linear infinite;
    -webkit-animation: cssload-spinner2 2.88s linear infinite;
    -moz-animation: cssload-spinner2 2.88s linear infinite;
}



@keyframes cssload-spinner1 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-spinner1 {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-spinner1 {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spinner1 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-spinner1 {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes cssload-spinner2 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

@-o-keyframes cssload-spinner2 {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(-360deg);
    }
}


@-webkit-keyframes cssload-spinner2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
    }
}

@-moz-keyframes cssload-spinner2 {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(-360deg);
    }
}
.register-card
{
    margin-bottom: 3%;
    -webkit-box-shadow: 5px 9px 28px 0px rgba(212,212,212,1);
    -moz-box-shadow: 5px 9px 28px 0px rgba(212,212,212,1);
    box-shadow: 5px 9px 28px 0px rgba(212,212,212,1);
}

/* view post page */

.post-image
{
    width:100%;
    max-height: 400px;
    overflow: hidden;
}
.blogger-detail
{
    position: relative;
}
.blogger-detail img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    position: absolute;
    bottom: -9px;
}

.blogger-name
{
   width: 50%;
   margin-right: 170px;
   overflow: hidden;
}

.fa-facebook-square
{
    color: #286090;
}
.fa-twitter-square
{
    color: #00b3ee;
}
.fa-instagram
{
    color: #761c19;
}
.fa-telegram
{
    color: #00b3ee;
}
.fa-youtube
{
    color: red;
}
.user-comment
{
    background-color: #edede1;
    padding-top: 2%;
    margin-bottom: 5%;
    border-radius: 20px;
    border-right: 5px solid #00b3ee;
}
.user-comment div
{
    display: inline-block;
}
.user-comment>div:first-child
{
    width: auto;
}
.user-comment>div:first-child img
{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.user-comment>div:nth-child(2)
{
    width: auto;
}
.user-comment>div:nth-child(3)
{
    width: auto;
    float: left;
}
.user-comment>div:nth-child(4)
{
    display: block;
    width: 100%;
    background-color: #edede1;
}



.post-content
{
    margin-right: 5%;
    margin-left: 5%;
}
.blogger-share
{
    width: 100%;
    padding-right: 2%;
}

@media only screen and (max-width: 768px)
{
    .post-content
    {
        margin-left: 0;
        margin-right: 0;

    }
}
.aa-input-container {
    position: relative; }
.aa-input-icon {
    height: 16px;
    width: 16px;
    position: absolute;
    top: 50%;
    left: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: #6c757d; }

.category-label{
    background-image: linear-gradient(to right, #00d2ff 0%, #3a7bd5 51%, #00d2ff 100%) !important;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    text-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 60px !important;
    padding: 2px 10px;
    margin-bottom: 10px;
}
.category-label:hover{
    background-position: right center;
}
