/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

/* Global Styles */

html,
body {
    height: 100%;
    background-color: #f1f0f0;
}

body {
    padding-top: 50px;
    /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-family: 'Roboto Condensed', sans-serif;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

.img-bg {
    display: compact;
}

.ex-small {
    font-size: 8px !important;
}

a {
    color: #707070;
}

.weaken {
    opacity: 0.6;
}

small.event-date {
    font-weight: 700;
    padding-left: 10px;
}

hr.line {
    margin-top: 5px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #dadada;
}

.table-header td {
    text-align: center;
    color: #fff;
    font-weight: 700;
}

table.my-certificate tr td {
    vertical-align: middle;
    border: 0;
    border: 3px solid #f1f0f0;
    background-color: #e6e6e6;
}

table.my-certificate tr td a {
    text-decoration: underline;
}

.float-left {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
}

.float-right {
    float: right;
    margin-left: 15px;
    margin-bottom: 5px;
}


/*set current page active on nav item, append after a.dropdown-toggle*/

.nav-active {
    background-color: #000;
}


/* Home Page Carousel */

header.carousel {
    height: 540px;
}

@media (max-width: 1200px) {
    header.carousel {
        height: 440px;
    }
}

@media (max-width: 768px) {
    header.carousel {
        height: 200px;
    }
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}


/*overwrite*/
.page-content h4 {
    color: #d398bc;
    font-weight: 600;
}

a:focus,
a:hover {
    color: #d398bc;
    text-decoration: underline;
}

.carousel-indicators li,
.carousel-indicators li.active {
    margin: 0 5px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-bottom: 1px solid #444;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border-bottom: 2px solid #d398bc;
}

.panel-default>.panel-heading {
    color: #555;
    background-color: #F1F0F0;
    border-bottom: 2px solid #fff;
}

.panel-default {
    border-color: transparent;
}

.panel-active>.panel-heading {
    background-color: #F5F5F5;
    border-bottom: 2px solid #d398bc;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}

.panel-body {
    padding: 15px;
    background-color: #F1F0F0;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
}

.panel-default>.panel-heading:hover {
    background-color: #F5F5F5;
    border-bottom: 2px solid #d398bc;
}

.panel a {
    font-size: 0.95em;
}

.panel a:focus,
a:hover {
    text-decoration: none;
}

.panel ul li {
    list-style: none;
    padding-bottom: 15px;
    font-size:1.1em; 
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #F1F0F0;
    background-color: #F1F0F0;
}

.panel-default>.panel-heading {
    color: #555;
    background-color: #F1F0F0;
    border-bottom: 2px solid #fff;
    height: 45px;
    padding-top: 20px;
}

.panel-group .panel+.panel {
    margin-top: 0px;
}

.list-group-item:first-child {
    background-color: #d398bc;
}

.btn-default {
    color: #333;
    background-color: #f1f0f0;
    border-color: #ccc;
}

/*=================navgation mods=================*/

.navbar-brand {
    padding: 0;
}


/*when change brand block from text to image*/

.navbar-inverse {
    background-color: #2e3031;
    /*background / border color*/
    border-color: #0d98d1;
}

.navbar-fixed-top {
    top: 0;
    border: none;
    border-top: 3px solid #0d98d1;
}


/*sidebar_ir-tools*/

.ir-tools {
    width: 100%;
    height: auto;
    background: #F1F1F2;
    border: #dadada solid 1px;
    margin-top: 40px;
    margin-bottom: 35px;
    padding: 15px;
}

.ir-tools ul {
    list-style: none;
}

.ir-tools ul li {
    margin-bottom: 10px;
}

.ir-tools .left-space {
    margin-left: 20px;
}

.ir-tools span {
    display: inline-block;
    width: 4%;
    height: auto;
}


/*content*/

.box {
    border: 1px solid #dadada;
    padding: 15px;
    margin-bottom: 15px;
}

.list_none {
    list-style: none;
}

.more {
    display: block;
    text-align: right;
}

.box ul {
    padding-right: 15px;
    list-style-position: inside;
}

.box ul li {
    border-bottom: 1px dotted #dadada;
}

.date {
    font-size: 12px;
}

.page-content p.p_space {
    margin-bottom: 5px;
}

.inline {
    display: inline-block;
}

.p_l {
    padding-right: 5px;
}

.t_s {
    margin-top: 8%;
}

a.more {
    color: #d398bc;
}

body {
    color: #707070;
}

.table>thead>tr>th {
    color: #444;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 1px solid #444;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f1f0f0;
    background-image: none;
    border: 1px solid #444;
    border-radius: 0px;
    -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;
}

.page-content p {
    margin-bottom: 1.1em;
}

.must {
    color: #ff0000;
}

.pdf {
    background-image: url("../img/pdf_file.png");
    width: 20px;
    height: 22px;
    display: inline-block;
    background-repeat: no-repeat;
    padding-right: 25px;
    vertical-align: top;
}

.download {
    background-image: url("../img/download.png");
    width: 20px;
    height: 22px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.volume_up {
    background-image: url("../img/volume_up.png");
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: top;
}

.link {
    background-image: url("../img/link.png");
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: top;
}

.form-control {
    background-color: #e5e4e2;
    border: 0px;
}

.form-control_1 {
    background-color: #e5e4e2;
    border: 0px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #707070;
    background-color: #aaaaaa;
    border-color: #707070;
}

.btn {
    border-radius: 0px;
    padding: 6px 28px;
}

@media (min-width: 768px) {
    /*menu dropdwon align set to left */
    .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
    }
    /*navigation item gap*/
    .navbar-nav>li>a {
        padding: 15px 15px;
    }
}


/*set dropdown style*/

li a.open {
    color: #7cdefb;
}

.navbar-nav>li>.dropdown-menu {
    background-color: #2e3031;
}

.dropdown-menu>li>a {
    padding: 6px 20px;
    line-height: 1.42857143;
    color: #fff;
}

.dropdown-menu>li>a:hover {
    background-color: #000;
    color: #7cdefb;
}

.dropdown-menu {
    padding: 0 0 5px 0;
}


/*set navgation font color*/

.navbar-inverse .navbar-nav>li>a {
    color: #FFFFFF;
}

.navbar-inverse .navbar-nav>li>a:hover {
    background-color: #000;
    color: #7cdefb;
}


/*================= END navgation mods =================*/


/*======= welcome header ==============*/

.welcome-header {
    color: #9c9796;
}

p.welcome-header {
    font-size: 1.5em;
    margin-bottom: 20px;
}


/*========= portfolio session =====*/

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
    height: 250px;
    overflow: hidden;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    /*opacity: 0;*/
    top: 0;
    height: 310px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.portfolio-hover h4.portfolio-title {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    padding-left: 15px;
    background: rgba(0, 0, 0, .8) !important;
    color: #fff;
}


/*animation on hover*/

#portfolio .portfolio-item .portfolio-link .portfolio-hover.hover-left:hover,
#portfolio .portfolio-item .portfolio-link .portfolio-hover.hover-center:hover,
#portfolio .portfolio-item .portfolio-link .portfolio-hover.hover-right:hover {
    top: -60px;
    /*background:rgba(153, 166, 53, .8);*/
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    bottom: 40px;
    width: 100%;
    height: 20px;
    color: #fff;
    padding-left: 15px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}


/*=========END portfolio session =====*/


/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}


/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}


/* Footer Styles */

footer {
    margin: 60px 0 10px 0;
    color: #9c9796;
}

.footer-nav a {
    color: #9c9796;
    margin: 0 10px;
}

.footer-nav a:hover {
    font-weight: 700;
    text-decoration: underline;
}

.footer-misc {
    text-align: right;
    padding-right: 0;
}

@media(max-width:767px) {
    footer {
        text-align: center;
    }
    .footer-misc {
        text-align: center;
    }
}


/*mod for sides*/

.page-banner {
    margin: 25px 0;
}

.list-group-item:first-child {
    padding-top: 8px;
    padding-bottom: 8px;
    border: none;
    color: #fff;
    font-size: 1.1em;
    font-weight: 700;
    border-radius: 4px;
}

.list-group-item {
    background: none;
    border: none;
    border-bottom: 2px solid #fff;
    font-size: 1.1em;
    padding-top: 18px;
    padding-bottom: 3px;
}

.list-group-item:last-child {
    margin-top: 40px;
    color: #999;
    font-weight: 400;
    font-size: 1.6em;
    border-bottom: none;
}

.list-group-item.active {
    background-color: transparent;
    color: inherit;
}

.list-group-item.active a:hover {
    background-color: inherit;
}

.page-content {
    color: #444;
    font-size: 1.1em;
    line-height: 1.5em;
    padding-left: 48px;
}

.page-content {
    color: #707070;
}

.page-content p {
    margin-bottom: 30px;
}

.page-content h1,
.page-content h2,
.page-content h4,
.page-content h5 {
    color: #000;
    /* font-weight: 600; */
}

.page-content h4 {
    color: #d398bc;
}

.page-content h3 {
    color: #444;
    /* font-weight: 600; */
}

.page-content img {
    margin-bottom: 15px;
}


/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }
    header.carousel .carousel {
        height: 70%;
    }
}


/*Sticky Footer*/


/* Wrapper for page content to push down footer */

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -50px;
    padding: 0 0 0px;
}


/* Set the fixed height of the footer here */

footer,
#push {
    height: 30px;
}


/* Lastly, apply responsive CSS fixes as necessary */

@media (max-width: 767px) {
    footer {
        margin-top: 35px;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
