/*
Theme Name: Storm
Theme URI: http://themeforest.net/user/bkninja
Description: Storm is a clean magazine & blog WordPress theme.
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Author: BK-Ninja
Author URI: http://themeforest.net/user/bkninja
Text Domain: bkninja
Tags: light, two-columns, three-columns, responsive-layout, custom-header, custom-menu, featured-images, post-formats, rtl-language-support, translation-ready
Version: 1.3.1
*/

.form-group {
    margin-bottom: 15px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px !important;
    font-weight: 700;
}

.btn{
padding: 5px 8px;
letter-spacing: 1px;
display: inline-block;
border:0px solid;
font-size:16px;
border-radius:3px;
line-height: 16px;
}
.btn.danger{
color:#fff;
background-color:#E01E17;
}
.btn.success{
color:#fff;
background-color:#008178;
}
.btn.btn-default{
background-color: #ed8500;
color: #fff;
}

.calendar_act_info {
    position: absolute;
    width: 300px;
    background: #FFFFFF;
    border: 3px solid #3a87ad;
    top: 0px;
    left: 0px;
    padding: 8px;
    display: none;
    z-index: 9999;
    word-break: break-word;
}

.calendar_act_info .act_title a, .calendar_act_info .act_title{
    font-size: 18px;
    font-weight: bold;
    color: #c66e2d;
    text-transform: capitalize;
    text-decoration: underline;
    margin-bottom: 6px;
    width: 290px;
}

.calendar_act_info .act_more {
    padding-top: 10px;
    padding-bottom: 5px;
}

.calendar_act_info .act_more a {
    font-size: 12px;
    color: #c66e2d;
}

.calendar_act_info .act_info li{
    list-style: none;
    font-size: 13px;
    color: #000000;
    line-height: 25px;
}

.calendar_act_info .act_more {
    width: 100%;
    text-align: right;
}

.subscription_email {
    float: left;
    width: 252px;
    border: 1px solid #d4d4d4;
    height: 12px;
    padding: 5px;
}

.subscription_btn {
    float: left;
    width: 50px;
    margin-left: 5px;
    border: 1px solid #d4d4d4;
    height: 24px;
    padding: 5px;
}

.add_act {
    width: 100%;
    float: left;
}

.act_add_form {
    width: 90%;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
}

.act_add_form li {
    width: 100%;
    float: left;
}

.act_add_form .act_title {
    width: 25%;
    float: left;
}

.act_add_form .act_input {
    width: 75%;
    float: left;
    font-size: 13px;
    line-height: 30px;
}

.act_close_btn {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 3px;
    right: 5px;
    cursor: pointer;
    font-size: 15px;
}

.add_act .act_add_form li {
    margin-bottom: 25px;
}

.add_act .act_add_form li .act_title {
    font-size: 15px;  
    line-height: 22px;  
}

.add_act .act_add_form li .act_input input {
    width: 370px;
    border: 1px solid #d4d4d4;
    height: 10px;
    padding: 5px;
    float: left;
}

.add_act .act_add_form li .act_input textarea {
    width: 370px;
    height: 80px;
    border: 1px solid #d4d4d4;
    resize: none;
    padding: 5px;
    float: left;
}

.add_act .input_submit {
    width: 80px;
    border: 1px solid #d4d4d4;
    padding: 4px;
}

.add_act .act_add_form li .act_input input.select-date {
    width: 200px;   
}

.act_input label.error {
    float: left;
    padding-top: 5px;
    color: #ff0000;
    width: 100%;
    font-size: 13px;
}    

.calendar_right label.error {
    float: left;
    padding-top: 5px;
    color: #ff0000;
    width: 100%;
    font-size: 13px;    
} 

.header-dark .main-nav #main-menu .menu > li.current-menu-item > a{
    background-color:#00715a !important;
    color:#fff !important;
}

.pagging{
    /*
    width:589px;
    float:left;
    padding-bottom:33px;*/
    text-align:center;
    margin: 50px 0;
}

.pagging .pagging_inside{
    /*float:right;*/
}

.pagging a{
    width:35px;
    border:1px solid #bfbfbf;
    margin-left:5px;
    padding: 6px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    font-size:15px;
    text-align:center;
    color:#969696;
    text-decoration:none;
    font-weight:bold;
    display: inline-block;
}

.pagging .active{
    color:#24A8A6;
}
.pagging a:focus{
    color:#3377dd;
}
#bgmp_list>li{
    list-style-type: none;
}