    .my-left-padding{
        padding-left: 220px;
    }
    .ssl-color{
        background-color: #7c146b;
        color: #fff;
    }
    .ssl-text-color{
        color: #7c146b;
    }
    .ssl-color-light{
        background-color: #f0d8ec;
        color: #7c146b;
    }
    .ssl-head{
        width: 200px;
        border: 6px solid #fff;
        box-shadow: 5px 5px 4px 4px rgba(0,0,0,.4);
    }

div#hospitals-map>div>div>div>div>div>div>div>div{
    background: transparent !important;
}
div#hospitals-map>div>div>div>div>div>div>div>div>div>div{
    background: transparent !important;
    border: none;
    box-shadow: none !important;
}
div#hospitals-map>div>div>div>div>div>div>div>div>img{
    display: none;
}
div#hospitals-map>div{
    background-color: rgba(130,130,220, .3) !important;
}
.main-nav{
    background-color: #7c146a;
}
.logo-title{
    color: #7c146a;
}
.my-h3{
color: #d1b227;
}
.my-title{
color: #c63b87;
}
.my-clearfix{
clear: both !important;
margin: 10px !important;
height: 10px !important;
}
.my-align-right{
text-align: right;
}
.my-bold{
font-weight: 700;
}
.my-justify{
text-align: justify;
}
.my-hide{
    display: none !important;
    background-color: red;
    border: 3px solid red;
}
.my-show{
    display: block !important;
}



/*Animation Section*/
.my-slide-left{
position: relative;
left: 105%;
-webkit-animation: slide-left 15s linear infinite;
-moz-animation: slide-left 15s linear infinite;
-o-animation: slide-left 15s linear infinite;
animation: slide-left 15s linear infinite;
}
.my-slide-right{
position: relative;
left: 0px;
-webkit-animation: slide-left 15s infinite alternate reverse;
-moz-animation: slide-left 15s infinite alternate reverse;
-o-animation: slide-left 15s infinite alternate reverse;
animation: slide-left 15s infinite alternate reverse;
}






@-webkit-keyframes slide-left{
from{left: 105%; color: #f00;}
to{left: -1000px; color: #0f0;}
}
@-moz-keyframes slide-left{
from{left: 105%; color: #f00;}
to{left: -1000px; color: #0f0;}
}
@-o-keyframes slide-left{
from{left: 105%; color: #f00;}
to{left: -1000px; color: #0f0;}
}
@keyframes slide-left{
from{left: 105%; color: #f00;}
to{left: -1000px; color: #0f0;}
}

/*Add News Page*/
.new-topic{
    width: 95%;
    margin: 100px auto;
    padding: 15px;
    background-color: #7E166D;
    box-shadow: 0 0 10px #222;
    border-radius: 20px;
    clear: both;
    float: none;
}
.new-topic h1{
    text-align: center;
    margin: 20px auto;
    border-radius: 5px;
    color: #fff;
}
.new-topic form{
    padding: 10px;
    clear: both;
    float: none;
}
.new-topic form label{
    padding: 10px 0;
    color: #fff;
}
.new-topic form label, .new-topic form input{
    font-size: 1.2em;
    display: block;
}
.new-topic form input{
    padding: 10px;
    width: 100%;
    text-align: center;
    border: none;
}
.new-topic form input:nth-child(6){
    padding: 0;
    color: #fff;
    cursor: pointer;
    padding-bottom: 10px;
}
.new-topic form input:last-child{
    margin: 10px auto;
    width: 100%;
    max-width: 200px;
    font-weight: 800;
}
@media screen and (min-width: 768px){
    .new-topic{
        width: 700px;
    }
    .new-topic form label, .new-topic form input{
        display: inline-block;
    }
    .new-topic form label{
        width: 22%;
    }
    .new-topic form input{
        width: 75%;
        margin: 10px 5px;
    }
    .new-topic form input:last-child{
        float: right;
    }
}

/*News Page*/
.news{
    width: 90%;
    margin: 15px auto;
    text-align: center;
}
.news a{
    display: inline-block;
    width: 100%;
    max-width: 220px;
    margin: 10px;
}
.news a div{
    width: 100%;
    max-width: 220px;
    height: 220px;
    overflow: hidden;
	box-shadow: 2px 2px 2px rgba(0,0,0,.3);
	background-size: cover;
	background-repeat: no-repeat;
}
.news a div img{
    display: block;
    width: 100%;
}
.news a h3{
    font-weight: 800;
    font-size: 15px;
}
.news a:hover{
    text-decoration: underline;
}