.animated-fast{
    box-shadow: none;
    border:none;
    font-family: Yekan;
    padding: 5px 0px;
    text-align: center;
    margin-right: 10px;
    width: 300px !important;
}

/* Demo by http://creative-punch.net */

body {
    background: #39D;
}

.circular-menu {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    position: relative;
}

.circle {
    opacity: 0;

    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);

    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.open.circle {
    opacity: 1;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.circle a {
    text-decoration: none;
    color: white;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-left: -20px;
    margin-top: -60px;
    position: absolute;
    text-align: center;

}

.circle a:hover {
    color: #eef;
}

.menu-button {
    cursor: pointer;
}

/* Author stuff */
h1.author {
    text-align:center;
    color: white;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
}

h1.author a {
    color: #348;
    text-decoration:none;
}

h1.author a:hover {
    color: #ddd;
}

.animated-fast{
    box-shadow: none;
    border:none;
    font-family: Yekan;
    padding: 5px 0px;
    text-align: center;
    margin-right: 10px;
    width: 300px !important;
}



#accordion .glyphicon { margin-right:10px; }
.panel-collapse>.list-group .list-group-item:first-child {border-top-right-radius: 0;border-top-left-radius: 0;}
.panel-collapse>.list-group .list-group-item {border-width: 1px 0;}
.panel-collapse>.list-group {margin-bottom: 0;}
.panel-collapse .list-group-item {border-radius:0;}

.panel-collapse .list-group .list-group {margin: 0;margin-top: 10px;}
.panel-collapse .list-group-item li.list-group-item {margin: 0 -15px;border-top: 1px solid #ddd !important;border-bottom: 0;padding-left: 30px;}
.panel-collapse .list-group-item li.list-group-item:last-child {padding-bottom: 0;}

.panel-collapse div.list-group div.list-group{margin: 0;}
.panel-collapse div.list-group .list-group a.list-group-item {border-top: 1px solid #ddd !important;border-bottom: 0;padding-left: 30px;}
.panel-collapse .list-group-item li.list-group-item {border-top: 1px solid #DDD !important;}

.modal {
    border-radius: 5px;
    will-change: visibility, opacity;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);

}
.modal--active {
    visibility: visible;
    opacity: 1;
}
.modal--align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.modal__bg {
    background: transparent;
}
.modal__dialog {
    max-width: 600px;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
}
.modal__content {
    will-change: transform, opacity;
    position: relative;
    padding: 2.4rem;
    background: #fff;
    background-clip: padding-box;
    opacity: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal__content--active {
    opacity: 1;
}
.modal__close {
    z-index: 1100;
    cursor: pointer;
}
.modal__trigger {
    position: relative;
    display: inline-block;
    color: rgba(0,0,0,0.7);
    line-height: 1;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal__trigger--active {
    z-index: 10;
}
#modal__temp {
    will-change: transform, opacity;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.demo-btns p {
    text-align: center;
    color: #fff;
}
.demo-btns .link {
    font-size: 20px;
}
.demo-btns .modal__trigger {
    margin-right: 3px;
}
@media (max-width: 640px) {
    .demo-btns .modal__trigger {
        margin-bottom: 0.8rem;
    }
}
.demo-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1.2rem;
    padding: 0.6rem;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.demo-close svg {
    width: 24px;
    fill: #fff;
    pointer-events: none;
    vertical-align: top;
}
.demo-close:hover {
    background: rgba(0,0,0,0.6);
}

.pagination{
    padding: 10px 10px 0;
    width: 40%;
    float: left;
    margin-left: 100px;
}
.pagination li{
    float: left;

}
.pagination li a{
    width: 32px;
    height: 30px;
    box-sizing: border-box;
    text-align: center;
    line-height: 30px;
    display: block;
    margin: 0 2px;
    font-family: yekan;
    color: #555;
    cursor: pointer;
    font-size: 18px;
    box-shadow: 0px 1px 3px #ddd;

}
.pagination li a.p-active{
    background: #f9f9f9;

}
.pagination li a{
    background:#f9f9f9;
    border-radius: 4px;
}
.pagination li a:hover{
    background: #f9f9f9;
}
.pagination li a.prev-page{
    background: #f9f9f9 url(images/pagination_right.png) no-repeat center center;
    box-shadow: 0px 1px 3px #ddd;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;

}
.pagination li a.next-page{
    background: #f9f9f9 url(images/pagination_left.png) no-repeat center center;
    box-shadow: 0px 1px 3px #ddd;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination li a.p-active:hover{
    background: #f9f9f9;
}
#panel {
    font-size: 15px;
}

