﻿body {
    font-size: 14px;
}

a, .btn {
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    border-radius: 0;
}

a:focus{
    outline:none;
}

.btn-primary {
    background-color: #06790a;
    border-color: #14B8C9;
}

.form-control {
    box-shadow: none;
    border-color: #e0e0e0;
}

    .form-control:focus {
        box-shadow: none;
        border-color: #14B8C9;
    }

a:focus, a:hover {
    text-decoration: none;
}

.head-top {
    padding: 10px 0;
}

.search-box {
    display: inline-table;
    float: left;
}

    .search-box .form-control, .search-box .input-group-btn {
        width: auto;
        border-radius: 0;
    }

.top-right {
    float: right;
    margin: 8px 0 0 0;
}

.top-menu {
    padding: 0;
    margin: 5px 0 0 20px;
    float: left;
}

    .top-menu li {
        list-style: none;
        display: inline-block;
    }

    .top-menu a {
        color: #14B8C9;
        font-weight: 700;
    }

    .top-menu li + li::before {
        content: "/";
        margin: 0 8px 0 4px;
    }

/* Navbar StyleSheet */

.navbar {
    background: #06790a;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 1.14em;
    border: none;
    margin-bottom: 0;
}

.nav > li {
    position: relative;
}


    .nav > li > a {
        color: #fff;
        border-top: 2px solid transparent;
        border-bottom: 2px solid transparent;
        padding: 13px 15px;
    }

    .nav > li > .dropdown-menu {
        box-shadow: none;
        border: none;
        text-transform: capitalize;
        background: #9cd6dd;
        border-radius: 0;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
    }

    .nav > li:hover > .dropdown-menu {
        display: block;
    }

.dropdown-menu > li > a {
    padding: 5px 10px;
    color: #000;
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        color: #262626;
        text-decoration: none;
        background-color: rgb(20, 184, 201);
        color: #fff;
    }


.nav > li > a:focus, .nav > li > a:hover {
    background: transparent;
    color: #000;
    border-bottom-color: #000;
}

/* Page Body StyleSheet */

.page-body {
    padding: 40px 0;
}

.t-notify {
    padding: 15px;
    background: RGBA(0, 128, 141, 0.05);
    border: 1px solid #14B8C9;
    margin-bottom: 30px;
}

    .t-notify h4 {
        margin: 0 0 10px;
    }

    .t-notify p {
        margin-bottom: 0;
    }

.top-btn {
    padding: 0;
    margin: 0 0 15px 0;
}

    .top-btn::after {
        display: table;
        clear: both;
        content: "";
    }

    .top-btn li {
        display: block;
        float: left;
        list-style: none;
    }

        .top-btn li + li {
            margin-left: 10px;
        }

.post-list {
    padding: 0;
    margin: 0;
}

    .post-list li {
        display: block;
        list-style: none;
    }

    .post-list .pagination li{
        display:inline;
    }

    .post-list article {
        display: block;
        background-color: #07950526;
        padding: 15px;
        border: 1px solid #999;
    }

        .post-list article h4 {
            margin: 0 0 5px 0;
        }

            .post-list article h4 a {
                color: #06790a;
            }

    .post-list > li + li {
        margin-top: 15px;
    }

.post-info {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 0.87em;
    color: #4f4f4f;
}

    .post-info li {
        display: inline-block;
        list-style: none;
    }

        .post-info li + li {
            margin-left: 15px;
        }

.p-caption {
    margin: 0 0 5px 0;
}

.pagination {
    border-radius: 0;
    margin-bottom: 0;
}

    .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
        border-radius: 0;
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #BDBDBD;
    }

    .pagination > li > a, .pagination > li > span {
        color: #14B8C9;
    }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        background-color: #daefda;
        border-color: #06790aad;
    }

.post-detail h4{
    background:#14B8C9;
    color:#fff;
    margin:0;
    padding:8px 15px;
}

.post-detail .top-btn {
	margin: 0;
}

.share-btn {
	margin-top: 20px;
}

.share-btn h5 {
	font-size: 1.29em;
	margin: 0 0 10px 0;
}

.share-btn ul {
	padding: 0;
	margin: 0;
}

.share-btn li {
	list-style: none;
	float: left;
	display: block;
}

.share-btn li + li{
    margin-left:5px;
}

.share-btn li a {
	display: block;
	padding: 4px 8px;
}

.share-btn li a:hover{
    color:#fff;
}

.form-control{
    border-radius:0;
    box-shadow:none;
    border:1px solid #ccc;
}

.comments{
    margin-top:20px;
}

.comments h5 {
	font-size: 1.29em;
	margin: 0 0 10px 0;
}

.comments ul {
	padding: 0;
	margin: 0;
}

.comments ul li {
	list-style: none;
	display: block;
}

.comments ul li + li {
	margin-top: 10px;
}

.c-box {
	background: #F9F9F9;
}

.c-header {
	padding: 5px 10px;
	background: #EDEDED;
}

.c-user {
	float: left;
}

.c-date {
	float: right;
}

.c-body {
	padding: 10px;
}

.c-body p{
    margin:0;
}

/*.c-body p + p{
    margin-top:10px;
}*/
.c-form {
	margin-top: 20px;
}

.c-form input{
    max-width:250px;
}

.c-form textarea{
    max-width:450px;
}

.fb{
    background-color:#145694;
    color:#fff;
}

.tw{
    background-color:#1da1f2;
    color:#fff;
}

.gp{
    background-color:#cf0b0b;
    color:#fff;
}

.ld{
    background-color:#066c93;
    color:#fff;
}

.skp{
    background:#00aff0;
    color:#fff;
}

.form-group label{
    font-weight:400;
}

.con-address {
	margin-top: 22px;
}

.con-address h1 {
	margin: 0 0 10px 0;
	font-size: 1.41em;
}

.con-address address {
	margin: 0 0 5px 0;
}

.e-info {
	padding: 0;
	margin: 0;
}
.e-info li {
	display: block;
	list-style: none;
	position: relative;
	padding-left: 24px;
}

.e-info li .fa {
	position: absolute;
	left: 0;
	top: 4px;
}

.e-info li + li {
	margin-top: 5px;
}

.e-info li a{
    color:#14B8C9;
}

.panel{
    border-radius:0;
}

.panel-group .panel, .panel-heading{
    border-radius:0;
}

.panel-heading{
    cursor:pointer;
    position:relative;
}

.panel-primary{
    border-color:#14B8C9;
    box-shadow:none;
    -webkit-box-shadow:none;
}

.panel-heading .indicator{
    display:block;
    position:absolute;
    right:10px;
    top:10px;
    width:10px;
    height:16px;
    background:url("../images/panel-indic.png") no-repeat;
    transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
}

.panel-heading.collapsed .indicator{
    transform:none;
    -webkit-transform:none;
    -moz-transform:none;
}

.panel-primary > .panel-heading{
    background-color:#14B8C9;
    border-color:#14B8C9;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body{
    border-top-color:#14B8C9;
}

/* Sidebar StyleSheet */

.sidebar h3 {
    font-size: 1.43em;
    margin: 0 0 10px 0;
}

.cat-list {
    padding: 10px 15px;
    margin: 0;
    background: #daefda;
    border: 1px solid #999;
    font-size: 1.12em;
}

    .cat-list li {
        list-style: none;
        display: block;
        position: relative;
        padding-left: 15px;
    }

    .cat-list a {
        color: #06790a;
    }

    .cat-list li::before {
        content: "";
        display: block;
        position: absolute;
        top: 5px;
        left: 0;
        border-left: 5px solid #14B8C9;
        border-bottom: 5px solid transparent;
        border-top: 5px solid transparent;
    }

    .cat-list li + li {
        margin-top: 10px;
    }

.newsletter {
    background: #06790a;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

    .newsletter .form-inline {
        float: left;
    }

    .newsletter .form-control {
        border-radius: 0;
        box-shadow: none;
        border: none;
        min-width: 250px;
        margin: 0 10px;
    }

    .newsletter label {
        font-size: 1.14em;
        margin: 0;
        font-weight: 400;
        vertical-align: middle;
    }

    .newsletter .btn {
        text-transform: uppercase;
    }

.btn-primary.light {
    background: #5ED3E0;
    border-color: #5ED3E0;
}

.social-link {
    padding: 0;
    margin: 0;
    font-size: 1.29em;
    float: right;
}

    .social-link li {
        list-style: none;
        display: block;
        float: left;
        margin: 0 5px;
    }

    .social-link a {
        display: block;
        width: 34px;
        height: 34px;
        background: #5ed3e0;
        text-align: center;
        line-height: 34px;
        color: #FFF;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
    }

.link-list {
	padding: 0;
	margin: 0;
	font-size: 1.12em;
}

.link-list li {
	list-style: none;
	display: block;
	padding-left: 15px;
	position: relative;
}

.link-list li + li {
	margin-top: 10px;
}

.link-list li::before {
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	background: #14B8C9;
	position: absolute;
	left: 0;
	top: 8px;
}

.link-list a {
	color: #14B8C9;
}

.right-social {
	margin-top: 20px;
}
.right-social ul {
	padding: 0;
	margin: ;
	margin: 0;
}

.right-social li{
    list-style:none;
    display:block;
    float:left;
}

.right-social ul::after{
    display:table;
    clear:both;
    content:'';
}

.right-social li + li{
    margin-top:10px;
}

.right-social li:first-child{
    width:100%;
}

.right-social li:last-child{
    margin-left:10px;
}

.modal-md{
    max-width:400px;
}

.divider {
	text-align: center;
	margin: 8px 0;
}

.forgot-link {
	margin: 10px 0 0 0;
}

.modal-content{
    border-radius:0;
    box-shadow:none;
    -webkit-box-shadow:none;
    border:none;
}

.modal label{
    font-weight:400;
}

.modal-header{
    padding:8px 15px;
    border-bottom: 1px solid #14b8c9;
    background-color: #14B8C9;
    color: #fff;
}

.modal-header .close{
    margin-top:0;
    opacity:1;
    filter: alpha(opacity=100);
}

/* Footer StyleSheet */

.site-footer {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #e0e0e0;
}

.f-menu {
    padding: 0;
    margin: 0 0 5px 0;
}

    .f-menu li {
        display: inline-block;
        list-style: none;
    }

        .f-menu li + li:before {
            content: "|";
            margin: 0 8px 0 4px;
        }

    .f-menu a {
        color: #14B8C9;
    }

.copy-info {
    margin: 0;
}
