﻿/* M-GEN DIGITAL AGENCY*/

/*@font-face {
  font-family: 'Calibri';
  src:url('/fonts/calibri.svg#svgFontName') format('svg') ; 
  src: 
       url('/fonts/calibri.woff') format('woff');
     
}*/


body {
    font-family: 'Calibri';
    margin: 0;
    background: url('/images/grid.png');
}



p {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}

h1 {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}




.page-content a {
    color: rgb(17, 85, 204);
    text-decoration: underline;
}

    .page-content a span {
        color: rgb(17, 85, 204) !important;
        color: #15c !important;
        text-decoration: underline !important;
    }

.listRecord, .page-number {
    padding: 5px 15px !important;
    background: #FFF !important;
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #b6044a !important;
    text-decoration: none !important;
}

    .listRecord:hover, .page-number:hover {
        background: #484848 !important;
        color: #FFF !important;
    }

.ArticleContent a {
    color: rgb(17, 85, 204) !important;
    color: #15c !important;
    text-decoration: underline !important;
}

    .ArticleContent a span {
        color: rgb(17, 85, 204) !important;
        color: #15c !important;
        text-decoration: underline !important;
    }


.ArticleContentPage a {
    color: rgb(17, 85, 204) !important;
    color: #15c !important;
    text-decoration: underline !important;
}

    .ArticleContentPage a span {
        color: rgb(17, 85, 204) !important;
        color: #15c !important;
        text-decoration: underline !important;
    }



.ArticleContent ul {
    padding-left: 40px !important;
}



@media screen and (max-width: 768px) {

    * {
        font-family: 'Helvetica' !important;
    }

    .m-f-24 {
        font-size: 24px !important;
        margin-top: 8px !important;
    }

    #TextLbl, .result-div-inner {
        font-size: 18px !important;
    }

    .result-div {
        height: 104px !important;
    }

    .result-div-inner {
        padding-top: 22px !important;
    }


}

@media screen and (min-width: 768px) {

    * {
        font-family: 'Calibri' !important;
    }
}


/***************/
/** HOME PAGE **/
/***************/
.clr {
    clear: both;
}

.main {
    width: 1000px;
    margin: 0 auto;
}

.slider {
    height: auto;
    width: 100%;
    margin: 0 0 15px 0;
    overflow: hidden;
}

.slogan {
    background: #FFF;
    padding: 10px;
    color: #484848;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/****************/
/*  Navigation  */
/****************/
.navigation-container {
    width: 100%;
    height: 35px;
    background-color: #FFF;
}

.navigation {
    width: 1000px;
    height: 35px;
    margin: 0 auto;
    font-size: 14px;
    color: #b6044a;
}

    .navigation li a {
        color: #b6044a;
        text-decoration: none;
        padding: 8px 0 8px 0;
    }

        .navigation li a:hover {
            color: #878787;
            text-decoration: none;
            padding: 8px 0 8px 0;
        }

    .navigation ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: inline-block;
        float: left;
        width: 904px;
    }

    .navigation li {
        float: left;
        padding: 10px 11px 4px 10px;
        height: 18px;
        font-size: 14px;
    }

        .navigation li:hover {
            color: #FFF;
            border-bottom: 5px solid #ccc;
        }

.navigation-seperator {
    width: 5px;
    height: 20px;
    float: left;
    margin-top: 7px;
    background-image: url(/images/sprite.png);
    background-position: 457px -1px;
}

.navigation-home {
    float: left;
    width: 50px;
    height: 35px;
}

.navigation-logo {
    width: 212px;
    height: 35px;
    float: right;
    background: url(/images/sprite.png);
    background-position: 0 -59px;
}

.navigation-top {
    width: 75%;
    float: right;
    text-align: right;
    color: #FFF;
    margin-top: 8px;
}

    .navigation-top a {
        font-size: 11px;
        color: #FFF;
        font-family: Arial, Calibri;
        text-decoration: none;
    }

.menu-btn {
    display: none;
}

.mainWrapper {
    margin: 0;
    height: auto;
}
/****************/
/*  Main Post   */
/****************/
.main-post-wrapper {
    margin: 15px 0 15px 0;
    display: inline-block;
}

.main-post {
    width: 238px;
    height: 300px;
    background: #FFF;
    float: left;
}

.main-post-sep {
    width: 15px;
    height: 300px;
    float: left;
}

.main-post-title {
    padding: 15px;
    color: #b6044a;
}

    .main-post-title a {
        text-decoration: none;
        color: #b6044a;
    }

.main-post-image {
    height: 150px;
    text-align: center;
}

    .main-post-image a {
        display: inline-block;
        text-align: center;
        height: 130px;
    }

        .main-post-image a img {
            display: inline-block;
            text-align: center;
            height: 150px;
            width: auto !important;
        }

.main-post-text {
    color: #888888;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
}

    .main-post-text a {
        color: #888888;
        text-decoration: none;
    }
/****************/
/*   Main Box   */
/****************/
.main-box-wrapper {
}

.main-box {
    width: 237px;
    /*height: 110px;*/
    height: 152px;
    background: url(/images/box-bg.jpg) no-repeat;
    border: 1px solid #FFF;
    float: left;
    background-color: #b6054a;
}

    .main-box img {
        height: 110px;
    }

    .main-box .title {
        width: 100%;
        text-align: center;
        color: #fff !important;
        font-family: Calibri !important;
        font-weight: 700;
        font-size: 18px;
        line-height: 0.9;
        padding-top: 8px
    }

.main-box-sep {
    width: 14px;
    height: 110px;
    float: left;
}

.main-box-image {
    width: 40%;
    height: 110px;
    float: left;
    background: no-repeat center;
}

.main-box-text {
    float: left;
    color: #c60751;
    font-size: 18px;
    width: 55%;
    margin-top: 21px;
    text-align: center;
}

.main-box a {
    color: #c60751;
    text-decoration: none;
}

    .main-box a:hover {
        color: #484848;
        text-decoration: underline;
    }

.main-box-text2 {
    float: left;
    color: #c60751;
    font-size: 18px;
    width: 55%;
    margin-top: 35px;
    text-align: center;
}

.main-box-text3 {
    float: left;
    color: #c60751;
    font-size: 18px;
    width: 55%;
    margin-top: 43px;
    text-align: center;
}

.main-box-text4 {
    float: left;
    color: #c60751;
    font-size: 18px;
    width: 55%;
    margin-top: 21px;
    text-align: center;
}
/****************/
/*  Main Blok   */
/****************/
.main-blok-wrapper {
    height: 355px;
    margin: 15px 0 15px 0;
}

.main-blok-content {
    float: left;
    width: 492px;
    margin-right: 15px;
    background: #f1f1f1;
    height: 355px;
}

.main-blok-ads {
    float: left;
    height: 355px;
    width: 492px;
}

.main-blok-text {
    font: 12px arial;
    padding: 20px;
    color: #666666;
    text-align: center;
}

.main-blok-banner {
    width: 238px;
    height: 130px;
    background: #FFF;
    float: left;
    margin: 0 0 15px 0;
}

.main-blok-sep {
    width: 15px;
    height: 130px;
    float: left;
}

.main-istatistik {
    width: 492px;
    height: 65px;
    background: #FFF;
}

.main-istatistik-title2 {
    float: left;
    font-size: 18px;
    color: #c60751;
    padding: 24px;
    padding-left: 5px;
    padding-right: 5px;
}

.main-istatistik-box {
    width: 88px;
    margin: 10px 6px 10px 6px;
    float: left;
}

.main-istatistik-title {
    text-align: center;
    color: #b6044a;
    font-size: 15px;
}

.main-istatistik-count {
    background: #484848;
    color: #FFF;
    font-size: 20PX;
    text-align: center;
    height: 30px;
    line-height: 35px;
}
/****************/
/*  Footer      */
/****************/
.footer {
    height: auto;
    width: 1000px;
    margin: 0 auto;
}

.footer-contact {
    background: #eeeeee;
    color: #7e7e7e;
    padding: 10px;
    font-size: 14px;
    height: 30px;
}

.footer-contact-box {
    float: left;
    width: auto;
    /*margin: 10px 19px 0 20px;*/
    margin: 10px 22px 0 20px;
}


.footer-text {
    color: #a7a7a7;
    background: #fff;
    padding: 20px;
    padding-bottom: 5px;
    font-size: 11px;
    line-height: 15px;
    padding-top: 5px;
}

.footer-logo {
    width: 125px;
    height: 75px;
    background: #FFF;
    float: left;
    margin-top: 10px;
}

    .footer-logo img {
        width: 125px;
        height: 75px;
    }

.footer-logo-wrap {
    background: #FFFFFF;
    height: 100px;
    border-top: 3px solid #E0E0E0;
}
/****************/
/*    Social    */
/****************/
.main-social {
    background: #FFFFFF;
    margin-bottom: 15px;
    padding: 20px 0px 0px 26px;
}

.main-social-box {
    width: 138px;
    float: left;
    margin-bottom: 10px;
    height: 39px;
}


.main-social-box-2 {
    width: 162px;
}

.main-social-2 {
    padding: 18px 0px 0px 28px;
}

.main-social-img {
    width: 38px;
    height: 38px;
    float: left;
}

.main-social-text {
    float: left;
    width: 70px;
    font-size: 12px;
    padding: 5px;
}

    .main-social-text a {
        text-decoration: none;
        color: #000;
    }

.main-social-title {
    color: #b6044a;
    font-size: 15px;
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.reklam-left {
}

.main-container {
    width: 100%;
}

.left-logo {
}

.mecra {
    float: right;
}

.main-container {
    width: 1000px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.main-content {
    width: 831px;
    float: left;
    min-height: 933px;
    background-color: white;
}

.left-container {
    width: 154px;
    float: left;
    margin-right: 15px;
}

.width100 {
    width: 100%;
}

.menu * {
    font-size: 14px;
    color: #ce3667;
    text-decoration: none;
}

.menu ul {
    margin: 0;
    padding: 0;
}

.menu li {
    list-style-type: none;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
}

.f-left {
    float: left;
}

.menu a {
    padding-left: 10px;
}

.margintop20 {
    margin-top: 20px;
}

.bgWhite {
    background-color: white;
}

.titleContainer {
    width: 96%;
    background-color: #ce3667;
    float: left;
    padding: 1%;
    padding-right: 2%;
    color: white;
    padding-left: 2%;
    padding-bottom: 1.2%;
}

.f-right {
    float: right;
}

.ArticleDetails {
    width: 96%;
    float: left;
    padding: 2%;
}

.post-meta {
    font-size: 14px;
    color: #9b9b9b;
    float: left;
    width: 96%;
    padding: 2%;
    padding-top: 1%;
    margin-top: 5px;
}

.post-icon-calendar {
    background-image: url(/images/sprite.png);
    width: 17px;
    height: 18px;
    float: left;
    background-position: 100px -3px;
    padding-left: 10px;
}

.ArticleContent {
    font-size: 14px;
    color: #575757;
    float: left;
    width: 92%;
    padding-top: 1%;
    font-family: calibri;
}



.ArticleBanner {
    float: left;
    width: 92%;
    padding: 4%;
    padding-top: 1%;
    padding-bottom: 0;
}

    .ArticleBanner img {
        width: 100% !important;
    }

.duyuru-list1 {
    display: block;
    background: url(/images/duyuru-list-type.png) right no-repeat;
    font-size: 14px;
    padding-right: 50px;
    padding-left: 10px;
}

.duyuru-list2 {
    display: block;
    background: url(/images/duyuru-list-type.png) right no-repeat;
    background-color: #e9e9e9;
    font-size: 14px;
    padding-right: 50px;
    padding-left: 10px;
}

.duyuru-list a {
    color: #666666 !important;
    text-decoration: none !important;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    width: 100%;
}

.duyuru-list div:hover {
    background: url(/images/duyuru-list-type-hover.png) no-repeat right;
    background-color: #b6044a;
    color: #FFFFFF;
}

    .duyuru-list div:hover a {
        color: #FFF !important;
    }

.kitap-box {
    display: block;
    border-bottom: 1px solid #DDD;
    padding-bottom: 10px;
    padding-top: 15px;
}

.kitap-box-img {
    float: left;
    width: 30%;
}

    .kitap-box-img img {
        width: 100%;
    }

.kitap-box-content {
    float: left;
    width: 70%;
}

.kitap-box-title {
    padding: 10px;
}

.kitap-box-text {
    padding: 0 10px 10px 10px;
}

.referanslar {
    width: 110px;
    height: 65px;
    float: left;
    border: 1px solid #ccc;
    margin: 5px;
}

a {
    color: #b6044a;
    text-decoration: none;
}

.page-content {
    padding: 20px 40px 20px 40px;
    color: #666666;
    font-size: 14px;
}

.page-content-title {
    color: #b6044a;
    padding: 20px 0;
}

.page-content ul {
    margin-left: 60px;
}

.page-content * {
    font-size: 14px;
}


.iletisim-input {
    width: 47.5%;
    padding: 10px;
    padding-right: 0 !important;
    padding-left: 5px !important;
    color: #575757;
    margin: 5px;
    border: 1px solid #D5D5D5;
    box-sizing: border-box;
    font-weight: 600;
}

.iletisim-textarea {
    width: 97.2%;
    height: 140px;
    padding: 10px;
    padding-right: 0 !important;
    padding-left: 5px !important;
    margin-left: 5px;
    margin-top: 10px;
    border: 1px solid #D5D5D5;
    color: #575757;
    box-sizing: border-box;
    font-weight: 600;
}

.iletisim-button {
    background: #484848;
    padding: 8px 10px 8px 10px;
    color: #FFF;
    border: 0;
    margin-top: 10px;
    margin-right: 16px;
    float: right;
}



.page-wrapper {
    width: 831px;
    float: left;
    /* margin-right: 15px; */
    background: #FFF;
    text-align: center;
}

.video-box {
    width: 286px;
    background: #FAFAFA;
    border: 1px solid #d1d1d1;
    float: left;
    margin: 4px;
    color: #000;
    margin-right: 8px;
    margin-left: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}
/*.video-box-img {
	width: 72px;
	height: 52px;
	margin: 9px;
	float: left;
}*/
.video-box-img {
    float: left;
}

    .video-box-img img {
        padding: 6px;
        float: left;
        width: 275px;
        height: 155px;
    }

.video-box-title {
    float: left;
    width: 95%;
    padding: 4px;
    padding-bottom: 0;
    margin-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    height: 36px;
    overflow: hidden;
    text-align: left;
}

.video-box-count {
    font-size: 12px;
    float: right;
    width: 95%;
    padding: 3%;
    padding-top: 0;
    color: #666666;
}

.video-box-count-left {
    float: left;
    margin-left: 2px;
}

.video-box-count-right {
    float: right;
    width: 57%;
}

.video-box2 {
    float: left;
    font-size: 12px;
}

.video-box3 {
    background: url(/images/sprite.png);
    width: 30px;
    height: 15px;
    background-position: 119px -35px;
    float: left;
}

div#search-content {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding-left: 64px;
}

.video-embed {
}

.clearfix {
    clear: both;
}

.title-count {
    margin-top: 3px;
}

.PageViewCount {
    margin-top: 3px;
    float: left;
    padding-right: 7px;
}





.comment-area {
    width: 100%;
    background: #FFF;
    margin-top: 15px;
    height: auto;
    float: left;
    margin-bottom: 30px;
    border-top: 15px solid#D9D9D9;
}

.comment-title {
    text-align: left;
    color: #919191;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 25px;
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
}

.comment-list {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
}

.comment-avatar {
    float: left;
    width: 45px;
    height: 45px;
}

    .comment-avatar img {
        border-radius: 500px;
    }

.commenter {
    font-size: 18px;
    color: #b6044a;
    margin-left: 60px;
}

.comment-date {
    color: #C5C5C5;
    font-size: 12px;
    margin-left: 5px;
}

.comment-content {
    margin-left: 60px;
    color: #A2A2A2;
    font-size: 14px;
}

.reply-title {
    text-align: left;
    color: #666666;
    margin-left: 39px;
    margin-top: 30px;
}

.comment-form {
    margin-left: 39px;
}

.comment-input {
    background: #e9e9e9;
    border: 0;
    font-size: 14px;
    color: #969696;
    padding: 15px;
    width: 336px;
    margin-right: 20px;
}

.comment-textarea {
    background: #e9e9e9;
    width: 726px;
    margin-top: 20px;
    border: 0;
    height: 150px;
    font-size: 14px;
    color: #969696;
    padding: 15px;
}

.comment-button {
    background: #e7e7e7;
    border: 0;
    line-height: 35px;
    margin-top: 15px;
    font-size: 14px;
    color: #808080;
    padding-right: 20px;
    padding-left: 20px;
    cursor: pointer;
    outline: none;
}

.eye-icon {
    float: left;
    background: transparent url('/images/eyecount2.png') no-repeat;
    width: 28px;
    height: 15px;
    margin-top: 2px;
    margin-right: 5px;
}



.kitap-box-content a {
    color: #fff !important;
    text-decoration: none !important;
}

.kitap-box-img a {
    color: #fff !important;
    text-decoration: none !important;
}

.bullet1 {
    list-style-image: url(/App_Themes/cms/img/bullet1.jpg);
}

.bullet2 {
    list-style-image: url(/App_Themes/cms/img/bullet2.jpg);
}

.bullet3 {
    list-style-image: url(/App_Themes/cms/img/bullet3.jpg);
}

.bullet4 {
    list-style-image: url(/App_Themes/cms/img/bullet4.jpg);
}

.bullet5 {
    list-style-image: url(/App_Themes/cms/img/bullet5.jpg);
}

.bullet6 {
    list-style-image: url(/App_Themes/cms/img/bullet6.jpg);
}

.ArticleBanner {
    padding-top: 2%;
}

.prevarrow:hover img {
    display: block;
}

.nextarrow:hover img {
    display: block;
}

.prevarrow {
    float: left;
    color: #b6044a;
    border: 1px solid #cad2d9;
    display: inline-block;
    text-align: center;
    padding: 10px;
    margin-right: 6px;
    padding-top: 6px;
}

.nextarrow {
    float: right;
    color: #b6044a;
    border: 1px solid #cad2d9;
    display: inline-block;
    text-align: center;
    padding: 10px;
    padding-top: 6px;
}

a.listItem {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #E2E2E2;
    color: #b6044a !important;
    text-decoration: none !important;
}

.tooltip a {
    width: 20px;
    height: 20px;
    float: left;
}

.page-navigation {
    text-align: center;
}

.main-content {
    padding-bottom: 20px;
    background: #FFF;
}

.ArticleContent {
    padding: 0;
}

.post-list-title {
    width: 92%;
}

.post-meta {
    padding-left: 0 !important;
}

@media only screen and (max-device-width: 800px) and (min-device-width: 320px) {
    .page-content {
        padding: 0px;
        color: #666666;
        font-size: 14px;
        padding-left: 10px;
    }
}

.post-list {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

.post-counter {
    float: left;
    margin-left: 20px;
}

.post-mecra {
    float: left;
    margin-left: 20px;
}

.post-meta > div:first-child:not(.post-icon-calendar2) {
    float: left;
}

.mp3class {
    position: absolute;
    top: 0;
    right: 15px;
}

.page-navigation {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.loader img {
    width: 35px;
}

.listRecord {
    text-decoration: none !important;
    color: white !important;
    background-color: #5b5b5b !important;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.iletisimForms {
    font-size: 14px;
    position: relative;
    width: 100%;
}

.btnContainer {
    width: 100%;
}

.allVideos {
    display: inline-block;
    margin-left: 10px;
    padding-left: 26px;
    background: transparent url('/images/archive.png') no-repeat left center;
    text-decoration: underline !important;
}

    .allVideos a {
        color: white !important;
        display: inline-block;
        text-decoration: underline !important;
    }

.videoh4 {
    padding-top: 10px;
    font-size: 20px !important;
    color: #666666;
    border-top: 1px solid #ce3667;
    margin-top: 13px;
    border-bottom: 1px solid #ce3667;
    padding-bottom: 10px;
}

.video-box-img {
    width: 287px;
    height: 167px;
    background-size: cover;
    background-position: center center;
}

.post-icon-calendar {
    background-image: url(/images/sprite.png);
    width: 17px !important;
    height: 18px;
    float: left;
    background-position: 100px -3px;
    padding-left: 3px;
    /*margin-left: 16px;*/
}

.post-meta {
    padding-bottom: 1%;
    width: 98%;
}

.alerts {
    text-align: center;
    width: 497px;
    margin-top: -29px;
    margin-left: 113px;
}

.post-icon-calendar2 {
    background: transparent url(/images/takvim.png) no-repeat 0px -4px;
    height: 18px;
    float: left;
    padding-left: 26px;
    margin-left: 16px;
}

.meta-container {
    float: left;
}

.archive-div {
    display: inline-block;
    margin-left: 10px;
    padding-left: 26px;
    background: transparent url('/images/archive.png') no-repeat left center;
    text-decoration: underline !important;
}

    .archive-div a {
        color: white !important;
        display: inline-block;
        text-decoration: underline !important;
    }

.counters {
    display: inline-block;
    margin-left: 19px;
}

.mp3Container {
    border: 1px solid #ccc;
    float: left;
    padding: 10px;
    margin-top: 10px;
}

    .mp3Container > span {
        float: left;
        padding: 5px;
        padding-right: 21px;
    }

    .mp3Container div {
        float: left;
    }

#containerContent {
    float: left;
    width: 100%;
}

.ArticleContentPage {
    font-size: 14px;
    color: #575757;
    float: left;
    width: 100%;
    padding-top: 1%;
    font-family: calibri;
    padding-left: 7%;
    padding-right: 4%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.default-popup-content {
    margin: 160px auto !important
}

.main-blok-wrapper {
    display: none;
}

.footer-logo-wrap {
    display: none !important
}

.footer {
    margin-top: 15px !important;
    margin-bottom: 10px;
}

.m-gen-logo {
    margin-right: 0px !important;
    margin-top: 0px !important
}

    .m-gen-logo img {
        width: 45px !important
    }

.acordion-red-color {
    color: #ff0000 !important
}

@media screen and (max-height: 767px) {
    .default-popup-content {
        margin: 65px auto !important
    }
}

@media screen and (max-width: 767px) {
    .post-share .f-left {
        float: left;
        width: 100% !important
    }

    .activty-content {
        width: 100% !important
    }
}


.activty-content {
    background-color: rgba(0, 0, 0, 0.05);
    width: 740px;
    float: left;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.18823529411764706);
}

    .activty-content .title {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 27px;
        font-weight: bold;
        margin-top: 10px;
    }

    .activty-content .date {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 19px;
        font-weight: bold;
        margin-top: 5px;
    }

    .activty-content .adress-title {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 19px;
        font-weight: bold;
        margin-top: 5px;
    }

    .activty-content .adress {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 19px;
        font-weight: bold;
        margin-top: 5px;
    }

    .activty-content .map {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 19px;
        font-weight: bold;
        margin-top: 5px;
    }

        .activty-content .map a {
            text-align: center;
            font-size: 19px;
            font-weight: bold;
            margin-top: 5px;
            color: #575757 !important;
        }

    .activty-content .hasthag {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 19px;
        font-weight: bold;
        margin-top: 5px;
    }

        .activty-content .hasthag span {
            font-size: 20px;
            font-weight: bold;
            margin-top: 5px;
        }

    .activty-content .btn-content {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .activty-content .btn {
        background-color: #c30e0c;
        color: #fff !important;
        font-size: 17px;
        text-decoration: none !important;
        padding: 10px 20px;
        cursor: pointer;
    }
