/*
Theme Name: Codenovo
Theme URI: http://theme.codenovo.com
Author: codenovo
Author URI: http://www.codenovo.com/
Description: The Codenovo theme for WordPress is featuring a full range of blog design, post formats, simple pages displaying its own unique design. Its a responsonsive theme which supports all the devices and the design detals are intact. Its Fully usable with any wordpress setup. It uses bootstrap 3.0 and many more features. 
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Black, Blue, White
Text Domain: codenovo
*/
*{
    font-family: 'open sans', sans-serif;
    font-size:12px;
    color:#333333;
}
.sticky{position: relative;}
.aligncenter{text-align:center;}
.alignright{text-align: right;}
.blog-post img{
    max-width: 100%;
    height: auto;
}
body{
    padding:0 !important;
    margin:0 !important;
    overflow-x: hidden;
}
img{
    border: 0 none;
}
.clear-float{
    clear:both;
}
.div-wrapper{
    width:1170px;
    margin:0 auto;
}
p{
    font-size: 14px;
    line-height: 20px;
}
h1{
    font-family: exo;
    font-size: 36px;
    font-weight: bold;
}

h2{
    font-family: exo;
    font-size: 32px;
    font-weight: bold;
}

h3{
    font-family: exo;
    font-size: 26px;
    font-weight: bold;
}

h4{
    font-family: exo;
    font-size: 20px;
    font-weight: bold;
}

h5{
    font-family: exo;
    font-size: 18px;
}
a:hover, a:focus{
    outline: 0 !important;
}
ul li{
    font-size: 14px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .pull-right{
        float: none !important;
    }
}
.content-body{
    margin-bottom: 30px;
}
.content-body img{
    max-width: 100%;
    height: auto;
}
.banner img{
    width: 100%;
    height: auto;
}
/* === Header section starts === */
#header{
    border-bottom: 1px solid #cccccc;
}
.navbar-default{
    background: none;
    border:none;
}
.navbar{
    margin: 0;
}
.navbar-brand{
    height: auto;
}
.nivo-caption p.slider-title{
    font-family: exo;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
}
.nivo-caption span.slider-description{
    font-size: 28px;
    text-transform: uppercase;
}
.nivo-caption a.button-right{
    float: right;
    line-height: 20px;
}
.nivo-caption a.button-left{
    float: left;
    line-height: 20px;
}
#cssmenu{
    padding: 10px 0;
}
.logo{
    max-width: 80px;
    width: 100%;
    height: auto;
    max-height: 36px;
}
@media (min-width: 768px) and (max-width: 991px) {
    #header{
        margin-bottom: 0;
    }
    .nivo-caption p.slider-title{
        font-size: 22px;
        line-height: 25px;
    }
    .nivo-caption span.slider-description{
        font-size: 18px;
        line-height: 15px;
    }
    .nivo-caption .text-right{
        text-align: right !important;
    }
    .nivo-directionNav a{
        width: 36px;
        height: 50px;
    }
    .nivo-prevNav{
        background-position: -10px -4px;
    }
    .nivo-nextNav{
        background-position: -70px -4px;
    }
}
@media (max-width: 768px) {
    #cssmenu ul > li:hover > a, #cssmenu ul > li.current_page_item > a
    {
        background: #FFF !important;
        color: #000 !important;
    }
    #cssmenu.small-screen ul > li:hover > .submenu-button::after,
    #cssmenu ul > li.current_page_item > .submenu-button::after,
    #cssmenu.small-screen ul > li:hover > .submenu-button::before,
    #cssmenu ul > li.current_page_item > .submenu-button::before{
        background: #000 !important;
    }
    #cssmenu.small-screen ul > li:hover > .submenu-button,
    #cssmenu ul > li.current_page_item > .submenu-button
    {
        border-left: 1px solid #000 !important;
    }
    #cssmenu.small-screen .submenu-button.submenu-opened
    {
        background: #000 !important;
    }
    #cssmenu.small-screen > ul > li:hover > .submenu-button.submenu-opened,
    #cssmenu.small-screen > ul > li.current_page_item > .submenu-button.submenu-opened
    {
        background: #FFF !important;
    }
}
@media (max-width: 767px) {
    #header{
        margin-bottom: 0;
    }
    #slider .nivo-caption{
        display: none !important;
    }
}
/* === Header section ends === */

/* === Feature section starts === */
#featured{
    margin-bottom: 50px;
}
.featured-content{
    background-color: #eee;
    padding: 25px 0;
    text-align: center;
    margin-bottom: 5px;
}
.featured-content span{
    display: block;
    text-align: center;
    transition: all 300ms linear 0s;
    width: 90px;
    height: 90px;
}
.featured-content .feature-image{
    display: inline-block;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}
.featured-content span.featured-hover{
    position: absolute;
    opacity: 0;
    top: 0;
    transition: all .5s ease 0s;
}
.featured-content:hover span.featured-hover{
    opacity: 1;
    transition: all .5s ease 0s;
}
.featured-content span.featured-img-1{
    background: url("images/featured-img-1.png") no-repeat;
    border: 2px solid #e98523;
    border-radius: 50%;
}
.featured-content span.featured-img-1-hover{
    background: #e98523 url("images/featured-img-hover-1.png") no-repeat 0 0;
    border: 2px solid #e98523;
    border-radius: 50%;
}
.featured-content span.featured-img-2{
    background: url("images/featured-img-2.png") no-repeat;
    border: 2px solid #554572;
    border-radius: 50%;
}
.featured-content span.featured-img-2-hover{
    background: #554572 url("images/featured-img-hover-2.png") no-repeat 0 0;
    border: 2px solid #554572;
    border-radius: 50%;
}
.featured-content span.featured-img-3{
    background: url("images/featured-img-3.png") no-repeat;
    border: 2px solid #329329;
    border-radius: 50%;
}
.featured-content span.featured-img-3-hover{
    background: #329329 url("images/featured-img-hover-3.png") no-repeat 0 0;
    border: 2px solid #329329;
    border-radius: 50%;
}
.featured-content span.featured-img-4{
    background: url("images/featured-img-4.png") no-repeat;
    border: 2px solid #ed1c24;
    border-radius: 50%;
}
.featured-content span.featured-img-4-hover{
    background: #ed1c24 url("images/featured-img-hover-4.png") no-repeat 0 0;
    border: 2px solid #ed1c24;
    border-radius: 50%;
}
.featured-center{text-align: center;}
.featured-content h4{
    text-align: center;
    font-size: 24px;
    margin: 0 0 15px 0;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
}
.featured-content p{
    text-align: justify;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4em;
    margin: 0;
    padding:0 25px;
    color: #333;
}
/* === Feature section ends === */

/* === Promotional section starts === */
#promotional{
    background: url("images/promotional-bg.jpg") no-repeat center center;
    min-height: 400px;
    background-size: 100% 100%;
    margin-bottom: 50px;
    height: 400px;
    position: relative;
    bottom: 0;
}
.promotional-content{
    padding: 70px 0;
}
.promotional-content h2{
    font-size: 50px;
    line-height: 1.4em;
    font-weight: 600;
    padding:0;
    color: #ffffff;
    display: block;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
}
.promotional-content p{
    margin:0 0 20px 0;
    font-size: 24px;
    line-height: 1.4em;
    color: #ffffff;
    text-align: center;
    font-weight: 300;
}
.promotional-content .div-button{
    margin: 0 auto;
    width: 340px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .promotional-content{
        margin: 80px 0;
    }
    .promotional-content h2{
        font-size: 24px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .promotional-content p{
        font-size: 16px;
        line-height: 15px;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .promotional-content{
        margin: 30px 0;
    }
    .promotional-content h2{
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 25px;
        margin-top: 0;
    }
    .promotional-content p{
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 40px;
    }
    .promotional-content .div-button{
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
}
@media (max-width: 479px) {
    .promotional-content{
        margin: 10px 0;
    }
    .promotional-content h2{
        line-height: 20px;
        margin-bottom: 20px;
    }
    .promotional-content p{
        line-height: 15px;
        margin-bottom: 20px;
    }
}
/* === Promotional section ends === */

/* === Call-to-action section starts === */
#call-to-action .div-button{
    text-align: center;
}
#call-to-action .div-button a, .promotional-content .div-button a{
    display: inline-block;
}
#call-to-action{
    background: #dddddd;
    margin: 0;
    padding: 20px 0;
}
.call-to-action-details p{
    font-size: 30px;
    color: #666666;
    line-height: 36px;
    text-align: center;
    margin: 0px;
}
.call-to-action-details .button{
    margin: 0 auto;
    width: 245px;
}
/* === call-to-action section ends === */

/* === Service section starts === */
#service{
    margin-bottom: 50px;
}
#service img{
    margin: 0 auto;
    display: block;
    width: 100%;
}
#service span.service-title{
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    text-align: justify;
}
#service p{
    font-size: 14px;
    margin-bottom: 5px;
}
#service ul{
    margin: 25px 30px;
    padding: 0;
}
#service ul li{
    background: url("images/home-li-icon.png") no-repeat 0 10px;
    list-style: none;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 45px;
}
@media (max-width: 991px) {
    #service img{
        margin-bottom: 40px;
    }
}
/* === Service section ends === */

/* === Portfolio section starts === */
#portfolio{
    margin-bottom: 50px;
}
#portfolio h4.recent-work, a.all-work{
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
}
#portfolio a{
    color: #009CE3;
}
h3.recent-work {
    text-transform: uppercase;
    font-weight: 600;
}
h3.recent-work a {
    font-weight: 400;
    font-size: 14px;
}
#portfolio-fade{
    margin: 50px 0;
}
.page-header {
    border-bottom: 1px solid #EEEEEE;
    margin: 20px 0 50px;
    padding-bottom: 9px;
}
.page-header h1{
    margin: 0;
}
#portfolio-fade h1.portfolio-main-heading{
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0 0 40px;
}
.portfolio-hr-4{
    margin: 0;
    padding: 0;
}
#portfolio-fade .portfolio-hr-4 .col-xs-3, #portfolio-fade .portfolio-hr-4  .col-sm-3, #portfolio-fade .portfolio-hr-4  .col-md-3, #portfolio-fade .portfolio-hr-4  .col-lg-3, #portfolio-fade .portfolio-hr-4  .col-xs-4, #portfolio-fade .portfolio-hr-4  .col-sm-4, #portfolio-fade .portfolio-hr-4  .col-md-4, #portfolio-fade .portfolio-hr-4   .col-xs-12, #portfolio-fade .portfolio-hr-4  .col-sm-12, #portfolio-fade .portfolio-hr-4  .col-md-12, #portfolio-fade .portfolio-hr-4  .col-lg-12{
    padding: 2px;
}
#portfolio-fade .single-portfolio > img{
    max-width: 350px;
    width: 100%;
    max-height: 188px;
}
.mix{
    display: none;
    overflow: hidden;
    position: relative;
}
#portfolio-fade .mix a{
    display: block;
}
#portfolio-fade .control-bar{
    text-align: center;
}
#portfolio-fade .filter{
    margin: 20px 0;
    padding: 0;
    display: inline-block;
}
#portfolio-fade .filter a{
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    color: #999999;
    padding: 6px 12px;
}
#portfolio-fade .filter a:hover,#portfolio-fade .filter.active a{
    background: #2980b9;
    color: #ffffff;
}
#portfolio-fade .filter a:active{
    border: 1px solid #2980b9;
}
.single-portfolio img{
    width: 100%;
}
.single-portfolio{
    position: relative;
}
.single-portfolio-hover a.single-portfolio-button{
    display: block;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    margin: 74px auto;
    text-transform: uppercase;
    padding: 8px 12px;
    border: 1px solid #ffffff;
    width: 128px;
    text-align: center;
    font-weight: bold;
    transition: all .5s ease 0s;
}
.single-portfolio-hover a.single-portfolio-button:hover{
    background: #ffffff;
    color: #000000;
}
#single-portfolio{
    margin: 50px 0;
}
#single-portfolio .Portfoilo-title, #single-portfolio .Portfoilo-info{
    margin: 0 0 30px 0;
}
#single-portfolio .Portfoilo-title h3, #single-portfolio .Portfoilo-info h3{
    font-size: 26px;
    text-transform: uppercase;
    line-height: 30px;
    color: #2980b9;
    font-weight: bold;
    margin-top: 0;
}
#single-portfolio .portfolio-more-info h4{
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    color: #2980b9;
    font-weight: bold;
}
#single-portfolio .Portfoilo-title img{
    width: 100%;
}
#single-portfolio .Portfoilo-info p{
    font-size: 14px;
    text-align: justify;
    line-height: 20px;
    margin: 0 0 20px 0;
    padding: 0;
}
#single-portfolio .portfolio-tag{
    margin: 20px 0;
}
#single-portfolio .portfolio-tag span{
    display: inline;
    font-size: 18px;
    color: #000000;
    line-height: 20px;
}
#single-portfolio .portfolio-tag span a{
    display: inline;
    font-size: 14px;
    color: #2980b9;
    margin: 0 10px;
    text-decoration: none;
}
#single-portfolio .portfolio-tag span a:hover{
    color: #3498db;
}
#single-portfolio .portfolio-more-info span{
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}
#single-portfolio .portfolio-more-info span a{
    font-size: 18px;
    color: #000000;
    margin: 0 10px;
    text-decoration: none;
    font-weight: bold;
}
#single-portfolio .portfolio-more-info span a:hover{
    color: #000000;
}
#testimonial.portfolio-testimonial{
    background: #2980b9;
}
#company-achievement.portfolio-company-achievement{
    background: #009CE3;
}
#testimonial.portfolio-testimonial .cycle-pager-active{
    background: #2980b9 !important;
}
#clients.portfolio-clients{
    background: #262424;
}
@media (max-width: 767px) {
    #portfolio h3.recent-work{
        font-size: 22px;
    }
    .project-countdown-content{
        margin: 80px 0;
    }
    #project-countdown p{
        font-size: 14px;
        line-height: 16px;
    }
    #project-countdown span{
        font-size: 32px;
        line-height: 30px;
    }
}
/* === Portfolio section ends === */

/* === Video-section starts === */
#video-section{
    background: url("images/video-bg.jpg") no-repeat;
    background-size: 100%, 100%;
    margin-bottom: 50px;
}
.video{
    margin: 70px 0;
    border: 2px solid #aaa;
    border-radius: 3px;
}
.video img{
    width: 100%;
    box-shadow: 0px 0px 18px #aaaaaa;
}
.video-content{
    margin: 70px 0 0 30px;
}
.video-content p{
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #ffffff;
    text-align: justify;
}
.video-content p.video-title{
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}
.video-content .button-color-bg{
    margin: 40px 0 0 0;
}
.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
    #video-section{
        background-size: auto;
    }
    .video{
        margin: 36px 0;
    }
    .video-content{
        margin: 32px 0 0 0;
    }
    .video-content .button-color-bg{
        margin: 20px 0;
    }
}
@media (max-width: 767px) {
    #video-section{
        background-size: auto;
    }
    #video-section{
        background-repeat: repeat;
    }
    .video{
        margin: 36px 0;
    }
    .video-content{
        margin: 35px 0;
    }
}
/* === Video-section ends === */

/* === Clients section starts === */
#clients{
    background: #262424;
}
#clients a{
    display: block;
    text-align: center;
    margin: 40px 0;
}
/* === Clients section ends === */

/* === testimonial section starts === */
#testimonial{
    background: #2377ce;
}
#testimonial .cycle-slideshow{
    margin: 100px 0 50px 0;
}
#testimonial .cycle-slideshow p{
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
}
#testimonial .cycle-slideshow p.client-name{
    color: #cccccc;
    font-size: 14px;
    line-height: 20px;
}
.example-pager{
    text-align: center;
    margin-bottom: 50px;
}
.example-pager span{
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    display: inline-block;
    text-indent: -999999px;
}
.cycle-pager-active{
    background: #2377ce !important;
}
/* === testimonial section ends === */

/* === Blog-section starts === */
#blog-section{
    margin: 50px 0;
}
.single-post{
    margin-bottom: 50px;
    border-bottom: 1px solid #eeeeee;
}
.blog-image{
    transition: all 0.5s linear 0s;
    width: 100%;
}
.blog-image img{
    width: 100%;
    height: auto;
}
.blog-thumbnail{
    box-shadow: 2px 2px 3px #dddddd;
    margin-bottom: 50px;
}
.blog-thumbnail a.blog-image{
    display: block;
}
.blog-thumbnail:hover .blog-image{
    opacity: .6;
}
.post-data-holder{
    margin: 10px 8px 15px;
}
.post-data{
    margin: 0px;
    padding: 0;
    float:left;
    width: 50%;
}
.post-data span.month{
    color: #666666;
    display: block;
    font-size: 18px;
    line-height: 18px;
}
.post-data span.date{
    color: #2980b9;
    display: block;
    font-size: 40px;
    line-height: 32px;
    font-weight: bold;
    float:left;
    margin-right:5px;
}
.post-data span.year{
    color: #666666;
    display: block;
    font-size: 14px;
    line-height: 15px;
}
.post-like{
    float:left;
    width: 25%;
}
.comment-count{
    float:left;
    width: 25%;
}
.post-like a, .comment-count a{
    color: #666666;
    display: block;
    text-align: right;
    font-size: 14px;
    line-height: 36px;
    margin: 0 0 10px;
    text-decoration: none;
    padding-right: 19px;
}
.group-blog .dot-irecommendthis:hover, .group-blog .dot-irecommendthis.active{
    margin: 0 !important;
}
.group-blog .dot-irecommendthis{
    background: url("images/like-bg.png") no-repeat 0 center;
    margin-bottom: 0px !important;
}
.group-blog .dot-irecommendthis-count{
    font-size: 18px;
    margin-left: 5px;
}
.group-blog .dot-irecommendthis:hover, .group-blog .dot-irecommendthis.active{
    background-position: 0px center !important;
}
.grid-wrapper{
    margin-bottom: 50px;
}
.group-blog .dot-irecommendthis:hover, .group-blog .dot-irecommendthis.active{
    margin-top: 0 !important;
}
.group-blog .post-like .dot-irecommendthis:hover, .group-blog .post-like .dot-irecommendthis.active{
    background-position: 5px center !important;
}
input.search{
    display: inline-block !important;
    margin: 0;
}
input[name="post_password"]{
    width: 100%;
}
input[type="submit"]{
    background: #2980b9 none repeat scroll 0 0;
    border: 1px solid #2980b9;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    padding: 8px 30px;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 300ms linear 0s;
}
input[type="submit"]:hover{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #3498db;
    color: #3498db;
}
.blog-post  label{
    display: block;
}
.post-like a{
    background: url("images/like-bg.png") no-repeat 5px center;
}
.comment-count a{
    background: url("images/comment-bg.png") no-repeat 5px;
    font-size: 18px;
}
.blog-content{
    margin-bottom: 50px;
}
.blog-content .blog-title{
    margin-bottom: 20px;
}
.blog-content .blog-title h3{
    margin: 0;
    padding: 0;
}
.blog-content .blog-title a{
    color: #666666;
    display: block;
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    text-decoration: none;
}
.blog-content .blog-title a:hover{
    color: #3498db;
}
.blog-content .blog-info{
    margin-bottom: 20px;
}
.blog-content .blog-info p{
    color: #666666;
    font-size: 14px;
    text-align: justify;
    line-height: 15px;
}
.blog-content .blog-info a{
    color: #aaaaaa;
    font-size: 16px;
    line-height: 15px;
}
.blog-content .blog-info a:hover{
    color: #3498db;
    text-decoration: none;
}
.page-counts{
    background: #eee;
    margin-bottom: 30px;
    padding: 10px;
    text-align: center;
}
.page-counts .current{
    display: inline-block;
    padding: 5px 11px;
    margin: 0 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #535f6b;
    border-radius: 3px;
}
.page-counts a{
    color: #ffffff;
    background: #535f6b;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 11px;
    margin: 0 5px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #000;
    border-radius: 3px;
}
.error-page{
    color: #ee0000;
    font-size: 148px;
    line-height: 148px;
}
#primary-404{margin-bottom: 50px;}
.search-form label{display: block;}
.search-field{
    width: 100%;
}
.search-submit{
    background: #2980b9 none repeat scroll 0 0;
    border: 1px solid #2980b9;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    padding: 8px 30px;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 300ms linear 0s;
}

.search-submit:hover{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #3498db;
    color: #3498db;
}
.page-counts a:hover, .page-counts a.active{
    background: #fff;
    border: 1px solid #535f6b;
    color: #535f6b;
}
.blog-post{
    margin-bottom: 50px;
}
.blog-post h2 a{
    margin: 0;
    padding: 0;
    font-size: 32px;
    line-height: 30px;
    text-decoration: none;
    color: #666666;
}
.blog-post h2 a:hover{
    color: #333333;
}
.blog-post p{
    color: #666666;
    font-size: 14px;
    line-height: 15px;
    text-align: justify;
}
.blog-post p a{
    color: #AAAAAA;
    font-size: 16px;
    line-height: 15px;
    text-decoration: none;
}
.blog-post p a:hover{
    color: #999999;
}
.blog-post a img{
    display: block;
    width: 100%;
}
.blog-post .blog{
    margin: 30px 0;
}
.blog-post .blog p{
    color: #666666;
    font-size: 16px;
    line-height: 20px;
}
.blog-post .blog a{
    color: #AAAAAA;
    font-size: 16px;
    line-height: 15px;
}
.blog-post .blog-share ul{
    margin: 0;
    padding: 0;
}
.blog-post .blog-share li{
    float: left;
    margin-right: 20px;
    list-style: none;
}
.blog-post .blog-share p, .blog-post .tag p{
    color: #000000;
    font-size: 18px;
    line-height: 24px;
}
.blog-post .tag ul{
    margin: 0;
    padding: 0;
}
.blog-post .tag li{
    float: left;
    margin-right: 10px;
    list-style: none;
    margin-bottom: 10px;
}
.blog-post .tag a{
    font-size: 14px;
    padding: 4px 10px;
    background: #cccccc;
    color: #666666;
    border-radius: 3px;
    line-height: 24px;
}
.blog-post .tag a:hover{
    color: #000000;
    text-decoration: none;
}
.recent-post{
    margin: 0;
    padding: 0;
}
.recent-post h3.heading, .author-description-title h3.heading, .leave-comment h3{
    font-size: 26px;
    line-height: 20px;
    color: #666666;
}
.recent-post img{
    float: left;
    margin-right: 25px;
}
.recent-post .post-details{
    float: left;
}
.recent-post .post{
    margin: 15px 0;
    float: left;
}
.recent-post ul{
    margin: 0;
    padding: 0;
}
.recent-post li{
    list-style: none;
    margin: 20px 0;
    border: 1px solid #eee;
}
.recent-post li a{
    text-decoration: none;
    color: #666666;
    font-size: 14px;
    line-height: 15px;
}
.recent-post li a.post-title{
    display: block;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 10px;
}
.recent-post li a:hover{
    text-decoration: underline;
}
.recent-post-img{
    width: 100px;
    height: 100px;
}
.author-description-title{
    margin: 50px 0;
}
.author-description{
    margin: 20px 0;
}
.author-description img{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.author-description p{
    line-height: 20px;
    font-size: 16px;
}
.comments{
    margin: 20px 0;
}
.comments p{
    color: #666666;
    font-size: 24px;
    line-height: 20px;
}
.comments-section{
    box-shadow: 2px 2px 8px #CCCCCC;
    padding-top: 20px;
    margin: 20px 0;
}
.comment-details{
    float: left;
}
.comment-details p{
    margin: 0;
    padding: 0;
    line-height: 20px;
}
.comment-reply{
    float: right;
}
.comment{
    margin: 20px 0;
}
.comment p{
    color: #cccccc;
    font-size: 14px;
    line-height: 20px;
}
.leave-comment{
    margin: 50px 0;
}
#blog-section .btn-default, #contact-section .btn-default{
    background-color: #000000;
    color: #ffffff;
}
#blog-section .btn, #contact-section .btn{
    margin: 10px 0;
    padding: 6px 12px;
}
.comment-list .comment .comment{
    margin-left: 40px;
    width: calc( 100% - 40px );
}
.comment-list .comment .comment-body{
    position: relative;
    box-shadow: 2px 2px 8px #CCCCCC;
    margin: 20px 0;
    padding: 20px;
}
.comment-list .comment-meta, .comment-list .comment-content{
    width: 70%;
    display: block;
}
.comment-list .comment .comment-body .reply{
    position: absolute;
    right: 24px;
    top: 30px;
}
.comment-list .comment .comment-body .reply a{
    background: #2980b9;
    font-size: 14px;
    color: #ffffff;
    border: 1px solid #2980b9;
    padding: 8px 12px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: all 300ms linear 0s;
    margin: 0 5px;
    text-decoration: none !important;
}
.comment-list .comment .comment-body .comment-meta{
    clear: both;
    min-height: 64px;
}
.comment-list .comment .comment-body .comment-meta *{
    font-size: 14px;
}
.comment-list a time{
    color: #428BCA;
}
.comment-list .comment-awaiting-moderation{
    color: #eb0000;
}
.comment-list .comment-content p{
    color: #999;
}
.comment-list .comment .comment-body .comment-content{
    clear: both;
    margin-top: 20px;
}
.comment-list .comment .comment-body .comment-meta img{
    float: left;
    margin: 0 40px 0px 0;
}
#commentform input[type='submit'],button, .button, #cancel-comment-reply-link{
    background: #2980b9;
    font-size: 14px;
    color: #ffffff;
    border: 1px solid #2980b9;
    padding: 8px 12px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: all 300ms linear 0s;
    margin: 0 5px;
    text-decoration: none !important;
}
/* 'star-rating' component */
.starRate {
    position:relative;
    margin:20px 0;
    overflow:hidden;
}
.starRate ul {
    width:160px;
    margin:0;
    padding:0;
}
.starRate li {
    display:inline;
    list-style:none;
}
.starRate a, .starRate b {
    background:url("images/star_rate.gif") left top repeat-x;
}
.starRate a {
    float:right;
    margin:0 80px 0 -144px;
    width:80px;
    height:16px;
    background-position:left 16px;
    color:#000;
    text-decoration:none;
}
.starRate a:hover {
    background-position:left -32px;
}
.starRate b {
    position:absolute;
    z-index:-1;
    width:80px;
    height:16px;
    background-position:left -16px;
}
.starRate div b {
    left:0px;
    bottom:0px;
    background-position:left top;
}
.starRate a span {
    position:absolute;
    left:-300px;
}
.starRate a:hover span {
    left:90px; width:100%;
}
/* 'star-rating' component */
@media (min-width: 768px) and (max-width: 991px) {
    .post-like a, .comment-count a{
        line-height: 68px;
        padding-right: 10px;
        text-align: right;
        width: 60px;
        margin: 0;
    }
    .page-counts{
        margin: 30px auto;
        text-align: center;
        width: 100%;
    }
    .page-counts ul{
        display: inline-block;
        float: none;
    }
}
@media (max-width: 767px) {
    .blog-content .blog-title a{
        font-size: 24px;
        line-height: 26px;
    }
    .blog-content a.button{
        font-size: 14px;
        text-transform: uppercase;;
    }
    .page-counts{
        margin: 30px auto;
        text-align: center;
        width: 100%;
    }
    .page-counts ul{
        display: inline-block;
        float: none;
    }
    .blog-image{
        width: 100%;
        margin-bottom: 10px
    }
    .blog-thumbnail a.blog-image img{
        width: 100%;
    }
    .post-data-holder{
        margin: 0 0 25px;
    }
    .comment-list .comment-meta, .comment-list .comment-content{
        width: 100%;
    }
    .comment-list .comment .comment-body .reply {
        position: static;
        padding: 10px 0 0;
    }
    .comment-list .comment .comment-body .reply a{
        margin: 0;
    }
}
@media (max-width: 479px) {
    .recent-post img{
        width: 30%;
        margin-right: 20px;
    }
    .recent-post .post p a{
        display: block;
        margin: 5px 0 0;
    }
    .recent-post .post p > span{
        display: none;
    }
    .recent-post .post{
        width: calc( 70% - 20px );
    }
}
/* === Blog-section ends === */

/* === Contact-section starts === */
#contact-section{
    margin: 50px 0;
}
#contact-section.contact-form{
    margin: 30px 0;
}
#contact-section label{
    font-size: 16px;
    color: #666666;
    line-height: 1.4em;
}
.contact-info{
    margin: 0;
    padding: 0;
}
.contact-info span.title{
    display: block;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
    color: #666666;
}
.contact-info span{
    display: block;
}
.contact-info p, .contact-info span {
    line-height: 20px;
    font-size: 14px;
}
@media (max-width: 767px) {
    #contact-section .contact-form{
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        padding: 20px 0;
    }
    #contact-section .contact-info{
        margin: 30px 0;
    }
}
/* === Contact-section ends === */

/* === About-us Section starts === */
#about-us-welcome{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 560px;
    background: url("images/about-us.jpg") no-repeat;
}
#about-us-welcome h2{
    margin: 210px auto;
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    font-weight: 300;
    line-height: 30px;
}
#about-details{
    margin: 50px 0;
}
#about-details h4{
    font-size: 20px;
    color: #2980B9;
    line-height: 20px;
    margin: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
}
#about-details p{
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    text-align: justify;
}
#about-details .panel-heading{
    padding: 0px;
}
#about-details .panel-body{
    color: #999999;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}
#about-details a.title-with-details, #about-details a.title-without-details{
    font-size: 16px;
    color: #2980b9;
    text-transform: uppercase;
    padding: 10px 15px;
    background: url("images/dropdown-icon-up.png")no-repeat 310px center;
    display: block;
    text-decoration: none;
}
#about-details a.title-without-details{
    color: #000000;
}
#about-details a.collapsed{
    background: url("images/dropdown-icon-down.png")no-repeat 310px center;
}
#about-details .our-skill ul{
    margin: 0;
    padding: 0;
}
#about-details .our-skill li{
    background: #ffffff;
    list-style: none;
    margin-bottom: 10px;
    border: 1px solid #cccccc;
    border-radius: 3px;
}
#about-details .our-skill li span.skill-1, #about-details .our-skill li span.skill-2, #about-details .our-skill li span.skill-3{
    background: #2980b9;
    display: block;
    padding: 10px;
    width: 330px;
    color: #ffffff;
    font-size: 14px;
    line-height: 15px;
}
#about-details .our-skill li span.skill-2{
    width: 295px;
}
#about-details .our-skill li span.skill-3{
    width: 255px;
}
#about-details .our-offer a.offer-button{
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    background: #2980b9;
    font-size: 14px;
    line-height: 15px;
}
#our-values{
    margin: 50px 0;
}
#our-values h4{
    font-size: 20px;
    color: #2980B9;
    line-height: 20px;
    margin: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
}
#our-values .label{
    font-weight: bold;
}
#project-countdown{
    margin: 50px 0 0 0;
    background: #2980b9;

}
.project-countdown-content{
    margin: 100px 0;
    text-align: center;
}
#project-countdown p{
    font-size: 16px;
    line-height: 20px;
    color: #cccccc;
    text-align: center;
}
#project-countdown span{
    font-size: 52px;
    line-height: 36px;
    color: #3498db;
    text-align: center;
}
#project-countdown span.time-digital{
    color: #cccccc;
}
#our-team{
    background: url("images/about-us-team-arrow.png")no-repeat 635px 0;
    margin: 0 0 50px 0;
    padding: 30px 0 0 0;
}
#our-team h3{
    font-size: 34px;
    line-height: 1.4em;
    color: #666666;
    text-align: center;
    font-weight: 300;
}
#our-team p{
    font-size: 20px;
    line-height: 1.2em;
    color: #666;
    text-align: center;
    font-weight: 300;
}
#team-member{
    margin: 50px 0;
    position: relative;
}
.single-member{
    margin-bottom: 20px;
}
#team-member .member-bio{
    margin: 0;
    padding: 0;
    position: relative;
}
#team-member .member-bio img{
    width: 100%;
    height: auto;
}
#team-member .member-details{
    padding: 20px;
    background: #646871;
}
#team-member .member-details p{
    font-size: 14px;
    color: #ffffff;
    line-height: 1.3em;
    font-weight: 300;
}
#team-member .member-details span{
    font-size: 14px;
    line-height: 1.2em;
    display: block;
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
    font-style: italic;
}
#team-member .member-details span.member-name{
    font-weight: 400;
    font-size: 24px;
    font-style: normal;
    line-height: 1em;
}
#team-member .member-hover{
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    margin: 0;
    width: 100%;
    opacity: 0;
    transition: all .25s ease 0s;
    z-index: 0;
}
#team-member .member-hover ul.member-expert-area{
    margin: 0;
    padding: 0;
}
#team-member .member-hover ul.member-expert-area li{
    background: #ffffff;
    opacity: .6;
    color: #000000;
    margin-bottom: 12px;
    text-align: center;
    list-style: none;
    line-height: 30px;
    font-size: 16px;
}
.member-social-links{
    background: #3498db;
    padding: 10px 0;
    z-index: 1;
    position: relative;
    transition: all .25s ease 0s;
}
.member-social-links ul{
    margin: 0;
    padding: 0;
    display: block;
}
.member-social-links li{
    text-align: center;
    margin: 0 16px;
}
.member-social-links a{
    display: block;
    height: 32px;
    width: 32px;
}
.member-social-links a.facebook{
    background: url("images/facebook.png") no-repeat 6px 0;
    display: block;
}
.member-social-links a.facebook:hover{
    background: url("images/facebook.png") no-repeat -32px 0;;
}
.member-social-links a.twitter{
    background: url("images/twitter.png") no-repeat 4px 0;
    display: block;
}
.member-social-links a.twitter:hover{
    background: url("images/twitter.png") no-repeat -32px 0;;
}
.member-social-links a.pinterest{
    background: url("images/pinterest.png") no-repeat 6px 0;
    display: block;
}
.member-social-links a.pinterest:hover{
    background: url("images/pinterest.png") no-repeat -32px 0;;
}
.member-social-links a.google{
    background: url("images/g+.png") no-repeat 3px 0;
    display: block;
}
.member-social-links a.google:hover{
    background: url("images/g+.png") no-repeat -32px 0;;
}
#team-member .member-bio:hover .member-social-links{
    margin-top: 0;
    z-index: 0;
}
#team-member .member-bio:hover .member-hover{
    display: block;
    opacity: 1;
}
#company-achievement{
    margin: 0;
    padding: 0;
    background: #009CE3;
}
.company-achievement-details{
    margin: 70px 0;
}
#company-achievement p{
    color: #ffffff;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    margin: 0;
}
#company-achievement span{
    font-size: 60px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
}
.skillbar {
    position:relative;
    display:block;
    margin-bottom:15px;
    width:100%;
    background:#eee;
    height:35px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -webkit-transition:0.4s linear;
    -moz-transition:0.4s linear;
    -ms-transition:0.4s linear;
    -o-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-transition-property:width, background-color;
    -moz-transition-property:width, background-color;
    -ms-transition-property:width, background-color;
    -o-transition-property:width, background-color;
    transition-property:width, background-color;
}
.skillbar-title {
    position:absolute;
    top:0;
    left:0;
    width:110px;
    font-weight:bold;
    font-size:13px;
    color:#ffffff;
    background: transparent;
    -webkit-border-top-left-radius:3px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-bottomleft:3px;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}
.skillbar-title span {
    display:block;
    background:transparent;
    padding:0 20px;
    height:35px;
    line-height:35px;
    color: #FFF;
    -webkit-border-top-left-radius:3px;
    -webkit-border-bottom-left-radius:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-bottomleft:3px;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
    font-size: 13px;
    text-transform: uppercase;
}
.skillbar-bar {
    height:35px;
    width:0px;
    background: #2980B9;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.skill-bar-percent {
    position: absolute;
    right: 10px;
    top:0;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    color: #000000;
}
@media (min-width: 768px) and (max-width: 991px) {
    #about-us-welcome{
        height: auto;
    }
    #about-us-welcome h3{
        font-size: 26px;
        margin: 100px auto;
        line-height: 25px;
    }
    #about-details a.title-with-details, #about-details a.title-without-details{
        background: url("images/dropdown-icon-up.png") no-repeat  170px center;
    }
    #about-details a.collapsed{
        background: url("images/dropdown-icon-down.png") no-repeat 170px center;
    }
    #about-details .our-skill li span.skill-1{
        width: 190px;
    }
    #about-details .our-skill li span.skill-2{
        width: 160px;
    }
    #about-details .our-skill li span.skill-3{
        width: 135px;
    }
    #our-team{
        background: url("images/about-us-team-arrow.png") no-repeat 350px 0;
    }
    .single-member{
        margin-bottom: 50px;
    }
    #team-member .member-bio .member-social-links{
        margin-top: 0;
        z-index: 0;
    }
}
@media (max-width: 767px) {
    #about-us-welcome{
        height: auto;
    }
    #about-us-welcome h3{
        font-size: 18px;
        margin: 65px auto;
        line-height: 20px;
    }
    #about-details a.title-with-details, #about-details a.title-without-details{
        background: url("images/dropdown-icon-up.png") no-repeat  242px center;
    }
    #about-details a.collapsed{
        background: url("images/dropdown-icon-down.png") no-repeat 242px center;
    }
    #about-details .our-skill li span.skill-1{
        width: 265px;
    }
    #about-details .our-skill li span.skill-2{
        width: 224px;
    }
    #about-details .our-skill li span.skill-3{
        width: 180px;
    }
    .company-achievement-details{
        margin: 50px 0;
    }
    .call-to-action-details p{
        font-size: 22px;
        line-height: 30px;
    }
    #our-team{
        background: url("images/about-us-team-arrow.png") no-repeat 130px 0;
    }
    .single-member{
        margin-bottom: 50px;
    }
    #team-member .member-hover{
        display: block;
    }
    #team-member .member-bio .member-social-links{
        margin-top: 0;
        z-index: 0;
    }
    #team-member .member-bio .member-hover{
        display: block;
        z-index: 0;
        opacity: 1;
        top: 50px;
    }
}
@media (max-width: 479px){
    #call-to-action .div-button a, .promotional-content .div-button a{
        margin-bottom: 10px;
    }
}
/* === About-us Section ends === */

/* === Forms Section starts === */
#forms-element, #buttons{
    margin: 50px 0;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
    background: #ffffff;
    padding: 0 0 0 10px;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    height: 36px;
    width: 100%;
    color: #555555;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    border-radius: 3px;
}
textarea{
    padding: 10px;
    height: 150px;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus{
    border-left: 1px solid #2980b9;
}
select{
    background: url("images/dropdown.png") no-repeat 98% 50%;
    -webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    vertical-align: middle;
    padding-top: 5px;
}
select:focus{
    background: url("images/dropdown-hover.png") no-repeat 98% 50%;
}
option{
    font-size: 14px;
    line-height: 20px;
    height: 26px;
    width: 100%;
    padding: 0 0 0 10px;
}
label{
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    font-weight: 100;
}
input[type="radio"], input[type="checkbox"]{
    margin: 5px 15px 5px 10px;
}
.form-msg p{
    padding: 10px 10px;
}
p.bg-danger{
    color: #db0000;
}
.form-horizontal .control-label{
    text-align: left;
}
.submit{
    margin-left: 15px;
}
.form-group{
    margin-bottom: 0;
}
.form-horizontal .control-label{
    padding-top: 0;
}
#loader{
    margin-left: 20px;
    float: left;
    margin-top: 5px;
}
p.form-allowed-tags{
    font-size: 14px;
}
p.form-allowed-tags code{
    display: block;
    white-space: normal;
    font-size: 14px;
    margin-top: 10px;
}
.button.wpcf7-submit{
    margin: 0;
}
button:hover, .button:hover, #cancel-comment-reply-link:hover,#commentform input[type='submit']:hover{
    background: #FFF;
    border: 1px solid #3498db;
    color: #3498db;
}
button.solid-color, .button.solid-color{
    border: 1px solid #e74c3c;
    background: #e74c3c;
    color: #ffffff;
}
button.solid-color:hover, .button.solid-color:hover{
    border: 1px solid #c0392b;
    background: #c0392b;
    color: #ffffff;
}
.myButton:active {
    position:relative;
    top:1px;
}
.button-color-bg{
    border: 1px solid #7f8c8d;
    background: #7f8c8d;
    color: #ffffff;
    display: block;

}
.button-color-bg:hover{
    border: 1px solid #95a5a6;
    background: #95a5a6;
    color: #ffffff;
    display: inline-block;
    text-decoration: none !important;
}
table{
    margin: 30px 0;
    width: 100%;
}
tr{
    border: 1px solid #3498db;
    padding: 10px;
}
td{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    padding: 8px;
    text-align: center;
}
th{
    background: #2980b9;
    border: 1px solid #3498db;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding: 8px;
    transition: all 300ms linear 0s;
}
th:hover{
    background: #3498db;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #2980b9;
}
#tabsWithStyle .tab-header{
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}
#floating-google-map{
    position: relative;
}
.floating-form{
    left: 36%;
    position: absolute;
    top: 35px;
}
.floating-form .button{
    width:100%;
}
@media (min-width: 768px) and (max-width: 991px) {
    input.search{
        display: inline-block !important;
        margin: 0;
    }
    .log-in .login-button{
        margin-left: 40px;
        float: right;
    }
    .search input.by-item{
        width: 70%;
    }
    .search{
        text-align: center;
    }

}
@media (max-width: 767px) {
    input.search{
        display: inline-block !important;
        margin: 0;
    }
    .log-in .login-button{
        margin-left: 40px
    }
    .search input.by-item{
        width: 70%;
    }
    button{
        font-size: 12px;
        padding: 4px 6px;
    }
    .tabs li {
        display: none;
    }
    .tabs-content .tabs-panel,  .tabs-content .tabs-panel .tab-title {
        display: block;
    }
    .floating-google-map iframe{
        width: 100%;
        height: 400px;
    }
    .floating-form{
        left: 12%;
    }
}
@media (max-width: 360px) {
    .floating-form{
        left: 0;
    }
}
/* === Forms Section ends === */

/* === Sidebar Section starts === */
.right-sidebar{
    margin: 0;
    padding: 0;
}
.right-sidebar h4{
    font-size: 20px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 40px;
    color: #2980b9;
    font-weight: bold;
    background: url("images/right-sidebar-title-bg.png") no-repeat left bottom;
}
.portfolio-sidebar-wrap .portfolio-sidebar{
    width: calc(50% - 4px);
    margin: 2px;
    float: left;
}
.portfolio-sidebar-wrap .portfolio-sidebar a{
    display:block;
    overflow: hidden;
}
.portfolio-sidebar-wrap .portfolio-sidebar img{
    width:100%;
    height: auto;
    transition: all .75s ease 0s;
}
.portfolio-sidebar-wrap .portfolio-sidebar a:hover img{
    opacity: .7;
    transform: scale(1.1);
}
.portfolio-sidebar img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
#primary-sidebar aside{
    box-shadow: 0px 0px 4px #DDDDDD;
    padding: 20px;
    margin-bottom: 20px;
}
#primary-sidebar aside ul{
    margin: 0;
    padding: 0;
}
#slider-box {
    margin-bottom: 50px;
}
#primary-sidebar aside li{
    list-style: none;
    background: url("images/list-style-bg.png")no-repeat 14px 5px;
    margin-bottom: 10px;
    padding-left: 30px;
}
#primary-sidebar aside li a{
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    color: #000000;
}
.follow-me img{
    width: 100%;
}
/* === Sidebar Section ends === */

/* === Widget Section starts === */
.widget_recent_entries img{
    width: 30%;
    margin-right: 10px;
}
.widget_recent_entries .post{
    margin: 15px 0;
}
.widget_recent_entries li a{
    font-size: 13px;
}
.widget_categories li.active a{
    color: #2980b9;
    font-weight: bold;
}
.widget_categories li:hover a{
    color: #2980b9;
}
.widget_archive li.active a{
    color: #2980b9;
    font-weight: bold;
}
/* === Widget Section ends === */

/* === Search section starts === */
.search{
    margin-bottom: 10px;
}
.search input.by-item{
    font-size: 16px;
    height: 40px;
    width: 165px;
    border-radius: 3px 0 0 3px;
}
.search input.search-button{
    background: #2980b9;
    margin: 0;
    border: 1px solid #2980b9;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 16px;
    height: 40px;
    padding: 0 10px;
    color: #ffffff;
    position: absolute;
    transition: all 300ms linear 0s;
}
.search input.search-button:hover{
    background: #3498db;
    color: #ffffff;
    border: 1px solid #3498db;
}
.log-in form{
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 10px;
}
.log-in .login-button{
    background: #2980b9;
    border: 1px solid #2980b9;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    padding: 2px 8px;
    margin: 0;
    float: right;
    border-radius: 3px;
    transition: all 300ms linear 0s;
}
.log-in .login-button:hover{
    background: #3498db;
    border: 1px solid #3498db;
}
.log-in ul{
    margin: 0;
    padding: 0 0 0 15px;
}
.log-in li {
    font-size: 14px;
    line-height: 20px;
}
/* === Search Section ends === */


/* === Shortcode Page starts === */
.shortcode-box{
    border: 1px solid #cccccc;
    margin: 20px 0;
    padding: 15px;
    border-radius: 3px;
}
code{
    white-space:normal;
}
/* === Shortcode Page ends === */


/* === Footer1 section starts === */
#footer1{
    background: #3a3939;
}
#footer1 .portfolio-footer{width: calc(25% - 4px); margin: 2px;float: left;}
#footer1 .portfolio-footer a{display:block; overflow: hidden;}
#footer1 .portfolio-footer img{width:100%; height: auto; transition: all .75s ease 0s;}
#footer1 .portfolio-footer a:hover img{opacity: .7; transform: scale(1.1);}
.Portfoilo-image img{width: 100%;height: auto;margin-bottom: 10px;}
.footer-about, .footer-archives, .footer-latest-news{
    margin: 50px 0;
    padding-right: 20px;
}
#footer1 span.title{
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 25px;
    display: block;
}
#footer1 p{
    text-align: justify;
    font-size: 14px;
    line-height: 15px;
    color: #999999;
}
#footer1 ul{
    margin: 0;
    padding: 0;
}
#footer1 ul li{
    list-style: none;
    margin-bottom: 10px;
}
#footer1 ul li a{
    display: block;
    line-height: 20px;
    border-bottom: 1px solid #666666;
    font-size: 13px;
    color: #999999;
    text-decoration: none;
    padding-bottom: 8px;
}
#footer1 .footer-archives li a:hover{
    color: #cbc7c7;
}
#footer1 .footer-latest-news ul{
    margin: 0;
    padding: 0;
}
#footer1 .footer-latest-news li{
    list-style: none;
    margin-bottom: 10px;
}
#footer1 .footer-latest-news li a.news-title{
    display: block;
    line-height: 20px;
    font-size: 13px;
    color: #999999;
    text-decoration: none;
}
#footer1 .footer-latest-news li a.news-title:hover{
    color: #cbc7c7;
}
#footer1 .footer-latest-news li a.date{
    border-bottom: 1px solid #666666;
    font-size: 11px;
    display: block;
    line-height: 10px;
    color: #666666;
    text-decoration: none;
    padding-bottom: 8px;
}
#footer1 #wp-calendar caption{color: #FFF}
/* === Footer1 section ends === */

/* === Footer2 section starts === */
#footer2{
    background: #000000;
}
#footer2 .copyright p{

}
#footer2 .share{
    margin: 20px 0;
}
#footer2 .copyright p{
    font-size: 14px;
    line-height: 70px;
    color: #555555;
    margin-bottom: 0;
}
#footer2 .share li, .member-social-links li{
    list-style: none;
    float: left;
    margin-left: 15px;
}
#footer2 .share a{
    display: block;
    height: 32px;
    width: 32px;
}
#footer2 .share a.facebook{
    background: url("images/facebook.png") no-repeat 6px 0;
    display: block;
}
#footer2 .share a.facebook:hover{
    background: url("images/facebook.png") no-repeat -32px 0;;
}
#footer2 .share a.twitter{
    background: url("images/twitter.png") no-repeat 4px 0;
    display: block;
}
#footer2 .share a.twitter:hover{
    background: url("images/twitter.png") no-repeat -32px 0;;
}
#footer2 .share a.pinterest{
    background: url("images/pinterest.png") no-repeat 5px 0;
    display: block;
}
#footer2 .share a.pinterest:hover{
    background: url("images/pinterest.png") no-repeat -32px 0;;
}
#footer2 .share a.google{
    background: url("images/g+.png") no-repeat 2px 0;
    display: block;
}
#footer2 .share a.google:hover{
    background: url("images/g+.png") no-repeat -32px 0;;
}
@media only screen and (max-width: 767px) {
    #footer2 .share.pull-right{
        float: none;
        text-align: center;
    }
    #footer2 .share.pull-right ul{
        padding: 0;
        margin: 0;
    }
    #footer2 .share.pull-right li{
        float: none;
        display: inline-block;
        margin: 0 10px;
    }
    #footer2 {
        padding-bottom: 20px;
    }
    #footer2 .copyright p{
        text-align: center;
    }
    #footer2 .share{
        margin: 0 auto;
    }
}
@media (max-width: 479px) {
    #footer2 .copyright p{
        line-height: 20px;
        margin: 20px 0 15px;
    }
}
/* === Footer2 section ends === */
/* === Gallery === */
.gallery-item{
    width: calc(33% - 10px);
    margin: 5px;
    float: left;
    position: relative;
    overflow: hidden;
}
.wp-caption{
    position: relative;
}
.gallery-item dd.gallery-caption, .wp-caption-text{
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    bottom: 0;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    text-indent: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin: 0;
}
.image-attachment{
    margin: 30px auto;
}
.image-attachment .entry-meta {
    font-size: 14px;
    margin-bottom: 30px;
}
.image-attachment .nav-links{
    width: 100%;
    float: left;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}
.image-attachment .nav-links > a{
    display: inline-block;
    padding: 10px 20px;
    background: #000;
    text-decoration: none;
}
.image-attachment .nav-links > a > div{
    color: #FFF;
}
.image-attachment .nav-links > a:first-child{
    float: left;
}
.image-attachment .nav-links > a:last-child{
    float: right;
}
@media (min-width: 768px) and (max-width: 991px) {
    .gallery-item dd.gallery-caption{
        line-height: 16px;
    }
}
@media (max-width: 767px){
    .gallery-item{
        float: none;
        margin: 30px auto;
        width: calc(100% - 60px);
    }
    .gallery-item dd.gallery-caption{
        top: -400px;
        padding: 30px;
    }
}
@media (max-width: 479px){
    .gallery-item{
        width: calc(100%);
    }
    .gallery-item dd.gallery-caption{
        padding: 10px;
    }
}