﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 40px;
    padding-bottom: 20px;
    background-color:#f9f9f9;
    color:#000;
    font-family: Kalpurush, RoyalCrescent, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-image: url("../Images/brushed_alu.png");
    background-repeat: repeat;
    background-attachment: fixed;
}

.logoClass {
    width: 90%;
    height: 80px; 
}

.logoDiv {
    padding: 10px; 
    min-height: 0px;
}

.searchDiv {
    margin-top: 15px;
}

.googleMapSize {
    width: 100%;
    height: 600px;
}

@font-face {
    font-family: Kalpurush;
    src: url(../fonts/Kalpurush.ttf);
    
    font-family: RoyalCrescent;
    src:url('RoyalCrescent.otf');

    }

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */

.border {
    font-size: 1.6rem;
    display: grid;
    min-width: 340px;
    border: 8px solid;
    padding: 1rem;
    border-color: darkcyan;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }

    .responsive-menu {
        width: 100%;
    }

    .googleMapSize {
        height: 400px;
    }
}
@media screen and (max-width: 420px) {
    body {
        padding-top: 10px;
    }
    h3 {
        font-size: 20px;
    }

    .googleMapSize {
        height: 300px;
    }
    .panel-body {
        padding: 7px;
    }

    .dvMobileHide {
        display: none;
    }

    .responsive-menu {
        width: none;
    }
    .logoClass {
        width: 100%;
        height: auto; 
    }

    .logoDiv {
        padding: 0px 10px; 
        min-height: 0px;
    }

    .searchDiv {
        display: table-column;
    }

    .box {
        background-color: #fff;
        padding: 3px 3px 5px 3px;
    }
    .box img{
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .jumbotron {
        margin-top: 20px;
    }
 
    body {
        padding-top: 7px;
    }

    .body-content {
        padding: 0;
    }
    .responsive-menu {
        width: none;
    }

    .googleMapSize {
        height: 300px;
    }
}


.box {
    background-color: #4295d187;
    padding: 7px 3px 5px 3px;
    border: none;
}

#admin h4{
    background: linear-gradient(180deg, rgba(71,83,1,0.6166666495699842) 0%, rgba(255,255,255,1) 100%);
    margin:0px 0px;
}

/*---------------Footer-------------------*/

#footer {
    /*background-image:url(../Images/IMG_9258.jpeg);
    width:100%;
    height:150px;*/
    font-family:Arial,sans-serif,'Times New Roman', Times, serif;
    background-color:#f3f3f3;
    /*-webkit-clip-path: polygon(100% 1%, 99% 1%, 100% 1%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 15% 100%, 71% 71%);
    clip-path: polygon(48.24% 1.42%, 70.34% 16.11%, 89.74% 1.42%, 100% 17.37%, 99.92% 100%, 50.18% 101.68%, 0.08% 100%, 0.08% 19.05%, 12.66% 2.26%, 30.17% 16.46%);*/
}

#footer p {
    font-size:1.3em;
    text-transform:capitalize;
    padding-left:3px;
    font-weight:bold;
    text-decoration:underline;
    color:black;
}

#footer ul{
    margin-top:0px;
    text-align:left;
    padding-left:0px;
    margin-left:0px;
}

#footer ul li{
    text-decoration:none;
    list-style:none;
    text-align:left;
}

#footer ul li:hover {
    text-decoration:underline;
    color:green;
}

#footer ul li a{
    cursor:help;
}

#design_by {
    padding:3px;
}

/*----------------------------Main Menu-------------------*/


 #main-menu nav {
  display: block;
  color: #fff;
  background-color: #337ab7;
}

.menu { display: block; }

.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
}

.menu li:last-child{
    float:right;
    padding:10px;
}

.menu li:first-child { margin-left: 0; }

.menu li a {
  font-weight: 600;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
  font-size:.8em;
  text-transform:uppercase;
  font-family:RoyalCrescent;
}

.menu li a:hover,
.menu li:hover>a {
  color: #fff;
  background: #ff9400;
}

.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 170px;
  position: absolute;
  left: 0px;
  background: #337ab780;
  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
}

.menu ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #dedede99;
}

.menu ul li a {
  font-size: 12px;
  font-weight: normal;
  display: block;
  color: #fff;
  background: #337ab780;
  font-size:.78em;
}

.menu ul li a:hover,
.menu ul li:hover>a {
  background-color: #ff9400bf;
  color: #fff;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.menu ul ul {
  left: 169px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out;
}

.menu ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

.menu li>ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.responsive-menu {
  display: none;
  padding: 10px 15px;
  background-color: #337ab7;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.responsive-menu:hover {
  background-color: #ff9400;
  color: #fff;
  text-decoration: none;
}

a.homer { background: #000; }


@media (min-width: 768px) and (max-width: 979px) {

.mainWrap { width: 768px; }

.menu ul { top: 37px; }

.menu li a { font-size: 12px; }

a.homer { background: #E95546; }

}

@media (max-width: 767px) {

.mainWrap {
  width: auto;
  padding: 50px 20px;
}

.menu { display: none; }

.responsive-menu { display: block; }

nav {
  margin: 0;
  background: none;
}

.menu li {
  display: block;
  margin: 0;
}

.menu li a {
    background: #337ab7de;
    color: #fff;
    border-bottom: solid 0.3px #fff;
}

.menu li a:hover,
.menu li:hover>a {
  background: #ff9500e6;
  color: #fff;
}

.menu ul {
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  transform: initial;
}

    .sm_top {
        margin-top: 4px;
    }
.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  position: relative;
  transform: initial;
}

.menu ul li a {
  background: #337ab7de;
  margin-left: 20px;
  white-space: nowrap;
}

.menu ul li ul li a {
  background: #294054cf;
  margin-left: 40px;
  white-space: nowrap;
}

.menu ul ul {
  left: 0;
  transform: initial;
}

.menu li>ul ul:hover { transform: initial; }

}



/*--------------------Top Menu--------------------*/

#top_menu {
    padding:3px;
}

top_menu nav{
    background-color:none;
}

#top_menu ul {
    /*list-style-type: none;*/
    margin: 0;
    padding: 0;
}

#top_menu li {
    display: inline;
    padding-left:7px;
    list-style:circle;
}

    #top_menu li a {
        color:gray;
        font-style:normal;
        font-size:small;        
    }

    /*----------------Search----------*/

.searchImg {
    vertical-align: middle; 
    width: 5.87%;
    vertical-align: middle;
    margin-left: -7px;
    background-color: lightgray;
    color: #fff;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}

.searchBox {
    vertical-align: middle;
    padding: 2.8px 0;
}


/*-----------------Sidebar Menu------------*/

#slider{
    padding-right: 0rem;
    padding-left: 0rem;
}

#newsfeed {
    padding-right: 0rem;
    padding-left: 0rem;
}

#sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgb(28, 1, 95);
    border: 1px solid #555;
}

#sidebar li {
    text-align: left;
    border-bottom: 1px solid #555;
}

#sidebar li a {
    display: block;
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
    font-size:.8em;
    text-align: left;
}

#sidebar li a:hover {
    background-color:#000;
}

#sidebar li:last-child {
    border-bottom: none;
}

#sidebar li a.active {
    background-color: #000;
    color: white;
}

#sidebar li a:hover:not(.active) {
    background-color: #000;
    color: white;
}

#sidebar .col-lg-3 .col-sm-6 .col-xs-12 {
    padding-right: 0px;
    padding-left: 0px;
}

/*----------------title---------------*/
.title {
    color: #000;
    text-align: left;
    background-color: #f5f5f599;
    padding: 5px 0px 5px 5px;
    /*background-image: url('../Images/climpek.png');*/
    background-repeat:repeat;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 1.1em;
    font-family:InriaSerif-Light;
    font-weight: normal;
    border-top: 1px solid #e0dede;
    border-left: 1px solid #e0dede;
    border-right: 1px solid #e0dede;
}

#sidebar .title{text-align:center; /*border-bottom: 4px solid rgba(158, 157, 161, 0.12);*/}

.titleBody{
    color:#000;
    text-align:justify;
    font-size:.9em;
    min-height:209px
}

.circularBody{
    color:#000;
    text-align:justify;
    font-size:.9em;
    margin-bottom:5px;
}

#circular td {
border:none;
}

.panel{
    text-align: left;
    border: 1px solid #e0dede;
    padding: 0px 5px 5px 5px;
}

.titleImg{
    float: left;
    width: 25%;
    border: solid 7px #4295d152;
    margin-right: 15px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.titleBody1{
    min-height:200px;
    color:#000;
    text-align:justify;
    font-size:.9em;
}

.titleImg1{
    float:left;
    width:100%;
    padding:5px 15px 14px 0px;
}
@media (min-width: 1024px) {

    img {
        width: 100%;
        margin-top: 5px;
        height: auto;
    }
}
@media (min-width: 768px) {
    img{
    width: 70%; 
    margin-top: 5px; 
    height: auto;    
    }
}

@media (min-width: 992px) {
    img{
    width: 100%; 
    margin-top: 0px; 
    height: auto;    
    }
}

.p {
    font-weight: bold;
    font-size: .8em;
    font-family: InriaSerif-Light;
    color:#000;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}




/*-------------=======================================Iframe==================================--------------*/


.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

#news a{
    font-size:.8em;
    font-weight:200;
    text-transform:uppercase;
}
#news a:hover{
    text-decoration:underline;
    color:green;
}

#notice a {
    color:#007FFF;
}

#notice a:hover {
    color:black;
    text-decoration:underline;    
}