﻿/*body {
    color: #404040;
    font-size: 15px;
    line-height: 1.7em;
}



  a{
    color:#C03035;
  }

  a:hover {
    outline: none;
    text-decoration:none;
    color:#4fcccd;
  }*/

  a:focus {
    outline:none;
    outline-offset: 0;
  }

  a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }


  ul {
    list-style: none;
  }

  h1, h2, h3, h4, h5, h6 {
    /*font-weight: 300;*/
  }

  h1{
    color: #686868;
  }

  h2{
    font-size: 24px;
    color: #686868;
  }

  h3{
    font-size: 18px;
  }

  .overflow{
    overflow: hidden;
  }

  .uppercase{
    text-transform: uppercase;
  }

.vertical-bottom {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    position: statice;
}

.action p {
    font-size: 18px;
    margin-bottom: 0px;
    /*font-weight:300;*/
}


/*************************
*******About Us Page******
**************************/
#page-breadcrumb {
    height: 60px;
    display: table;
    position: static;
    width: 100%;
    /*margin-top:25px;*/
}




/*************************
*******pagination**
**************************/


.pagination li{
  display: inline-block;
  margin: 0 10px;
}

.pagination li a{
  color: #000;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #fff;
}


.pagination li a:hover,
.pagination .active a, 
.pagination a:active, 
.pagination .active a:hover,
.pagination .active a:focus, 
.pagination a:focus {
  background: transparent;
  border-color: #C03035;
  color: #C03035;
}


/*****************************
Portfolio with right sidebar
*****************************/

.sidebar h3 {
  color: #404040;
  margin-top: 0;
  border-bottom: 3px solid #009688;
  margin-bottom: 6px;
  padding-bottom: 8px;
}

.sidebar-item{
  margin-bottom: 48px;
}

.categories .navbar-stacked li {
  border-bottom: 1px solid #ececec;
}

.categories .navbar-stacked li:last-child {
  border-bottom: 0px solid #ececec;
}

.categories .navbar-stacked li a {
  font-size: 16px;
  color: #6a6a6a;
  padding: 8px 0;
  padding-left: 0;
}

.categories .navbar-stacked li a:hover{
  background: none;
  /*margin-left: 20px;*/
  color: #009688;
  opacity: 1;
}

.categories .navbar-stacked li.active a{
  color: #009688;
  padding-left: 20px;
}

.categories .navbar-stacked li.active a:before{
  position: absolute;
  content: "";
  border-color: transparent transparent transparent #009688;
  border-width: 8px;
  border-style: solid;
  left: 0;
  top: 13px;
  margin-top: 0;
  z-index: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.categories .navbar-stacked li.active a:after {
  position: absolute;
  content: "";
  border-color: transparent transparent transparent #fff;
  border-width: 6px;
  border-style: solid;
  left: 0px;
  top: 15px;
  margin-top: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.sidebar-item .media {
    border-left: 2px solid #fff;
    padding-left: 5px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    padding-top: 21px;
    margin-top: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    padding-right: 8px;
}

.sidebar-item .media:last-child{
  border-bottom: 0px solid #ececec;  
  padding-bottom: 0; 
}

.sidebar-item .media:hover{
  border-left: 2px solid #009688;
  padding-right: 0px;
  padding-left: 5px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.sidebar-item .media:hover.media .media-body h4 a{
  color: #009688;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.sidebar-item .media .media-body h4 {
  margin-top: 0;
  margin-bottom: 8px;
}

.sidebar-item .media .media-body h4 a{
  color: #7d7d7d;
  font-size: 16px;
}

.sidebar-item .media .media-body p {
  color: #b4b4b4;
  font-size: 12px;
}

.tag-cloud .nav-pills{
  margin-top: 16px;
}

.tag-cloud .nav-pills li{
  margin: 0;
  margin-top: 6px;
  margin-right: 4px;
}

.tag-cloud .nav-pills li a{
  font-size: 14px;
  /*font-weight: 300;*/
  padding: 5px 15px;
  background: #efefef;
  color: #009688;
  border-radius: 3px;
}
    .tag-cloud .nav-pills li a:hover {
        background: #009688;
        color: #fff;
    }

    .tag-cloud .nav-pills li a.tag-active {
        font-weight: 600;
        background: #009688;
        color: #fff;
    }



/*****************************
Blog Default
*****************************/
.blog-thumb{
  margin: -1px -1px 0;
  position: relative;
  overflow: hidden;
}


.blog-overlay{
  position: absolute;
  top: 50%;
  display: none;
  width: 94px;
  height: 140px;
  margin-top: -70px;
  overflow: hidden;
  text-align:center;
}

.blog-overlay span{
  position: absolute;
  left: 50%;
  bottom: 0; 
  margin-left: -60px;
  -webkit-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
  z-index: 9;
}


.blog-overlay span:before{
  position: absolute;
  bottom: 0;
  border-style: solid;
  border-width: 60px;
  content: "";
  border-color: transparent transparent #0884d5 transparent;
  z-index: -1;
  cursor: initial;
}

.blog-overlay span a{
  font-size: 30px;
  color: #fff;
  background: transparent;
  padding: 0; 
  margin-left: 50px;
}

.single-blog:hover .blog-overlay{
  display: block;
  -webkit-animation: fadeIn 300ms;
  animation: fadeIn 300ms;
}

.blog-content {
    padding: 20px 0;
}
.blog-content p {
    color: #404040;
    font-size: 15px;
    line-height: 1.7em;
    /*padding-bottom: 20px;*/
}

.blog-type {
    margin-top: 0;
    color: #009688;
}

.blog-title {
    /*margin-top: 0px;*/
    margin-bottom: 4px;
    
    padding-bottom: 3px;
}

.blog-title-line {
    border-bottom: solid 2px #009688;
}

.blog-title a,
.comments-number a{
  color: #686868;
}

.blog-content .blog-author{
  margin-top: 0;
  font-size: 14px;
  /*color: #009688;*/
  
}

.blog-content  .blog-author a{
  /*font-weight: 300;*/
}

a.read-more{
  color: #009688;
  /*font-weight: 300;*/
}

a.read-more:hover{
  color: #01707F
}

/*****************************
Blog with right sidebar
*****************************/

.single-blog{
  padding-bottom: 30px;
}

.single-blog .blog-overlay span{
  left: 0;
  top: 0;
  margin-left: 0;
  width: 94px;
  height: 140px;
  background: url(../images/blog/blog-arrow.png);
  -webkit-animation: fadeInLeft 400ms;
  animation: fadeInLeft 400ms;
}

.single-blog .blog-overlay span a{
  margin-left: 8px;
  font-weight: 700;
  font-size: 36px;
  line-height: 18px;
  position: absolute;
  top: 50px;
}

.single-blog .blog-overlay span a small{
  font-size: 16px;
  /*font-weight: 300;*/
  margin-left: 5px;
}

.single-blog .blog-overlay span:before{
  border-color: transparent;
  border-width: 0;
}


.blog-padding-right {
    padding-right: 35px;
    max-height: 440px;

}

.blog-pagination {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 55px;
}

/*****************************
Blog Details
*****************************/

.single-blog.blog-details .blog-content{
  /*padding-top: 30px;*/
}

.single-blog.blog-details .blog-bottom{
  margin-top: 55px;
}


/*****************************
Blog Details hightlight, tag
*****************************/

.tag-content .nav-pills {
    margin-top: 6px;
    margin-bottom: 6px;
}

    .tag-content .nav-pills li {
        margin: 0;
        margin: 6px 3px 6px 3px;
    }

        .tag-content .nav-pills li a {
            font-size: 12px;
            /*font-weight: 300;*/
            padding: 2px 6px;
            background: #efefef;
            color: #009688;
            border-radius: 3px;
        }

            .tag-content .nav-pills li a:hover {
                background: #009688;
                color: #fff;
            }

.content-highlight {
    font-size: 16px;
    /*font-weight: 300;*/
    /*border-width: 4px;*/
    padding: 10px 0;
    margin: 10px 0;
    /*background-color: #f5f5f5;*/
    color: #009688;
}

.tag-content .title {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}



/* Star Rating Start*/
* {
    margin: 0;
    padding: 0;
}

.rate {
    float: left;
    margin-top: 10px;
}

    .rate:not(:checked) > input {
        position: absolute;
        top: -9999px;
    }

    .rate:not(:checked) > label {
        float: right;
        width: 1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 30px;
        color: #ccc;
    }

        .rate:not(:checked) > label:before {
            content: '★ ';
        }

    .rate > input:checked ~ label {
        color: #ffc700;
    }

    .rate:not(:checked) > label:hover,
    .rate:not(:checked) > label:hover ~ label {
        color: #deb217;
    }

    .rate > input:checked + label:hover,
    .rate > input:checked + label:hover ~ label,
    .rate > input:checked ~ label:hover,
    .rate > input:checked ~ label:hover ~ label,
    .rate > label:hover ~ input:checked ~ label {
        color: #c59b08;
    }

/* Star Rating End*/