/*

Table of Contents

1.0 - HTML Element
2.0 - Main
        2.0.1 - Heading
        2.0.2 - Link
        2.0.3 - Preloader
        2.0.3 - Logo
3.0 - Form Elements
        3.0.1 - Buttons
        3.0.2 - Search Form
        3.0.3 - Contact Form
        3.0.4 - Contact Form 7
4.0 - Contact Map
5.0 - Menus
        5.0.1 - Main Menu
        5.0.2 - Right Fixed Menu
        5.0.3 - Left Fixed Menu
6.0 - Header
        4.0.1 - Header Style
        4.0.2 - Banner Style	
6.0 - Title Wrapper
        6.0.1 - Page Title
        6.0.2 - Breadcrumb
7.0 - Intro Section
8.0 - Post Elements
9.0 - Sidebar Elements
10.0 - Portfolio Section
11.0 - Team Box
12.0 - Visual Composer
13.0 - Pagination
14.0 - Comments
15.0 - Footer
16.0 - Responsive
17.0 - Left Header

/*=========================================================================
  HTML Element
//=======================================================================*/
html,
body {
    font: 100% inherit;
    border: 0 none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    overflow-x:hidden;
}
body {
    font-family: 'Lato', sans-serif;
    font-weight : 400;
    font-size : 16px;
    color : #777777;
    background-color: transparent;
    line-height : 20px;
    position : relative;

}
a{color:#00a99d;}
a:hover, a:focus{text-decoration: none; color:#00a99d; opacity:0.9}
h1{font-size:50px; line-height:69px;}
h2{font-size:36px; line-height:53px;}
h3{font-size:28px; line-height:42px;}
h4{font-size:24px; line-height:38px;}
h5{font-size:19px; line-height:30px;}
h6{font-size:16px; line-height:25px;}
.content-part.no-top-padding{padding-top:0px;}
.content-part.no-bottom-padding{padding-bottom:0px;}
p{color: #444444;}
@media (max-width: 1000px)
{
    h1, h2, h3{line-height:1;}
    h1{
        font-size: 5vw;
    }
    h2{
        font-size: 4vw;
    }
    h3{
        font-size: 3vw;
    }

}


/*=========================================================================
  Header
//=======================================================================*/
header {
	 transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    z-index: 9999; 
	width: 100%;
}
header.header.fixed .navbar-default {
	background-color: rgba(255,255,255,1);
    margin: 0px;
    border: 0px;
}

.navbar-logo img.sticky-logo{
	display:none;
}
header.header.fixed .main-logo{
	display:none;
}
header.header.fixed .sticky-logo{
	display:block;
}


.navbar-default {
	background-color: transparent;
    margin: 0px;
    border: 0px;
	z-index: 9999;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.home .navbar-default {
    background-color: rgba(255,255,255,0);
    margin: 0px;
    border: 0px;
}
a.logo {

    display: block;
    min-width: 164px;
    float:left;
}
.main-header{
    position: relative;
    z-index: 11;
    padding: 0px 0px;
}
.navbar-logo{display: table-cell;
             vertical-align: middle;
             padding: 0px 0;
}


#navbar{       display: table-cell;
               width: 99%;
               vertical-align: middle;
               text-align: right;
               position: relative;
               z-index: 10;
}
.desktop-menu  .menu-item-has-children:hover>ul{display:block !important;}
#navbar.desktop-menu button{display:none;}
#navbar.dl-menuwrapper button{display:block;float: right;    border: 1px solid #888;
    border-radius: 4px;}
.menu-search-form{display:none;}
.desktop-menu .menu-item-search:hover .menu-search-form{display:block;    position: absolute;
                                                        right: 0px;
                                                        width: 200px;}
.desktop-menu #primary-menu {
    text-align: left;
    white-space: nowrap;
    display: inline-block;

    margin: 0 -20px;
}
.desktop-menu #primary-menu > li {
    display: inline-block;
    vertical-align: middle;
    list-style:none;
    position: relative;
}

.desktop-menu #primary-menu.no-responsive > li > ul {
    top: 100%;
    left: 0;
    transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
}

.desktop-menu #primary-menu > li ul {
    position: absolute;
    visibility: hidden;
    white-space: normal;
    width: 200px;
    transition: transform 0.1s linear 0.5s, opacity 0.1s linear 0.5s, visibility 0.1s linear 0.5s;
    -moz-transition: transform 0.1s linear 0.5s, opacity 0.1s linear 0.5s, visibility 0.1s linear 0.5s;
    -webkit-transition: transform 0.1s linear 0.5s, opacity 0.1s linear 0.5s, visibility 0.1s linear 0.5s;
    opacity: 0;
    padding: 0px;
    list-style: none;
}
.desktop-menu .navbar-default .navbar-nav>li>a{text-transform:uppercase;}
.desktop-menu #primary-menu > li:hover > ul
{
    visibility:visible;
    opacity:1;
}
.desktop-menu .dl-back{display:none;}
.desktop-menu #primary-menu > li > ul >li:hover > ul{visibility:visible;
                                                     opacity:1;}
.desktop-menu #primary-menu > li > ul {
    top: 100%;
    left: 0;
}
.desktop-menu #primary-menu > li > ul ul {
    top: 0;
    left: 100%;
    transform: translateX(20px);
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    z-index: 1;
}
.desktop-menu #primary-menu:hover li:hover > ul {
    visibility: visible;
    transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;
    -moz-transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;
    -webkit-transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;
    opacity: 1;
    transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    z-index: 1000;
}
.desktop-menu #primary-menu ul {
    border-bottom: 1px solid #dfe5e8;
    border-left: 1px solid #dfe5e8;
    border-right: 1px solid #dfe5e8;
}
.desktop-menu #primary-menu ul > li{
    border-top: 1px solid #dfe5e8;
    position: relative;
}

.desktop-menu #primary-menu > li > ul a {
    background-color: #fff;
    color: #000;
    padding: 5px 15px;
    line-height: inherit;
}
.desktop-menu #primary-menu li > a {
    position: relative;
    display: block;
    text-decoration: none;
	border-left:1px solid rgba(0,0,0,0);;

}

.menu-item-has-children>a:after {
    content: "";
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
	display: inline-block;
}


#primary-menu > li > a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}
.desktop-menu #primary-menu > li li.menu-item-has-children > a:after {
    position: absolute;
    width: 9px;
    height: 16px;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    font-weight: normal;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    font-size: 16px;
    line-height: 16px;
	    border: none;
}
.dl-menuwrapper {
    position: static !important;
}
.dl-menuwrapper #primary-menu {
    border-bottom: 1px solid #dfe5e8;
    border-left: 1px solid #dfe5e8;
    border-right: 1px solid #dfe5e8;
}
.dl-menuwrapper #primary-menu  li{
    border-top: 1px solid #dfe5e8;
    position: relative;
}
@media (max-width: 1212px) and (min-width: 991px)
{
    .navbar-logo, #navbar
    {
        display: block;
        text-align: center;
    }
    .navbar-logo img{display:initial}
    .desktop-menu #primary-menu {

        float: none !important;
    }
    a.logo {
        display: initial;
        min-width: 164px;
        float: none;
    }
}
@media (max-width: 991px) 
{
    .dl-menu
    {
        opacity:0;
    }
    .nav>li.menu-item-logo{display:none;}
}
/*   Header 5*/
@media (min-width: 991px) 
{
    .header5 .navbar-logo, .header5 #navbar
    {
        display: block;
        text-align: center;
    }
    .header5 .navbar-logo img{display:initial}
    .header5 .desktop-menu #primary-menu {

        float: none !important;
    }
    .header5  a.logo {
        display: initial;
        min-width: 164px;
        float: none;
    }
    .style-menu_center .navbar-logo
    {
        display:none;
    }
}

@media (max-width: 768px)
{
.portfolio-thumb {
    width: 350px;
    margin: 0 auto 30px;
    max-width: 100%;
}
	#home{ margin-top: 30px;}
	.logged-in header{top:46px;}
	header {

    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
	
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
  
}
.navbar-toggle .icon-bar{width:100%;}
}
.navbar-nav>li.menu-item-logo>a{padding:0px 15px;}

/************* Titile *********************/
.bread-cum{    padding: 80px 0;
               position: relative;
               background:#00a99d; color:#fff;}
.bread-cum h1{    text-transform: uppercase;
                  color: #fff;
                  font-weight: bold;}
.bread-cum .breadcrumb{background:transparent;    margin-bottom: 0px;}
.bread-cum .breadcrumb a{color:#fff;}
.bread-cum .breadcrumb>.active {
    color: orange;
}
.center-title{text-align: center;}
.left-title{text-align: left;}
.right-title{text-align: right;}

/***************** Content **************/
.content-part{padding-top: 80px; padding-bottom: 80px;}

/************************* Blog Post ****************/
.default-blog article.sticky {
 
    position: relative;
    z-index: 2;
    background: #f5f7fa;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 0px 45px;
}
.default-blog article.sticky .col-sm-12{position: initial;}

.default-blog article.sticky h2.post-title {
   ;
    margin-top: 30px;
}
.post-img{margin-bottom: 20px;}
.default-blog span.sticky-post.beside_title {
  position: absolute;
    top: 0px;
    left: 0px;
    font-size: 25px;
    background-color: #00a99d;
    padding: 10px 10px;
    color: #fff;
    border-radius: 0px 0px 100px 0px;
    padding-left: 5px;
    padding-top: 5px;
}
.default-blog article:not(.sticky)
{
border-top:1px solid #f5f7fa;
padding: 40px 0px;
    margin-bottom: 0px;
}
.post-info, .post-tags {
    padding: 20px 0px;
}
.post-info .fa, .post-tags .fa{color: #00a99d; margin-right:5px;}
.post-info span{margin-right: 10px;}
.mint-btn
{
border: 2px solid #00a99d;
    border-radius: 3px;
    color: #00a99d;
    padding: 8px 20px;
}
.mint-btn:hover
{
background: #00a99d;
    
    color: #fff;
  
}
h2.post-title
{

    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
        font-weight: 400;
    margin-bottom: 0px;
    margin-top: 0px;

}


ul.page-numbers {
    padding: 0px;
    list-style: none;
    display: inline-flex;
}
span.page-numbers.current {
    background: #00a99d;
    color: #fff;
    padding: 5px 10px;
      border: 2px solid #00a99d;
}
a.page-numbers {
    color: #00a99d;
    padding: 5px 10px;
    border: 2px solid #00a99d;
    margin: 0px 5px;
}
.nav-previous {
    color: #00a99d;
    padding: 5px 10px;
    border: 2px solid #00a99d;
   
    float: left;
}
.nav-next {
    color: #00a99d;
    padding: 5px 10px;
    border: 2px solid #00a99d;
 
    float: right;
    margin-left: 5px;
}
.nav-links {
    float: right;
    margin-top: 0px;
}

/******************** About Author ***********************/
.author_bio_section
{
      background: #f5f7fa;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0px 45px;
    float: left;
}
.author_details
{
        float: left;
    display: block;
        line-height: 24px;
}
.author_bio_section img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    float: left;
    margin-right: 20px;
}
span.author_name {
    text-transform: uppercase;
    font-size: 27px;
    display: block;
    margin-bottom: 10px;
}
/*=========================================================================
  Comments
//=======================================================================*/
h2.comments-title{margin-bottom:30px;}
.comment-author.vcard{margin-bottom:10px;}
.comment-navigation .nav-links .nav-previous a:before{
    content: "\f100";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-right: 8px;
}
.comment-navigation .nav-links .nav-next a:after{
    content: "\f101";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;	
	margin-left: 8px;
}
#comments h4.comment-title {
margin-bottom : 40px;
}
#comments textarea, #comments input[type="text"], #comments input[type="email"], #comments input[type="password"], #comments input[type="tel"], #comments input[type="url"], #comments input[type="search"], #comments input[type="date"] {
background : #fff;
}
#comments .comment-list, #comments .comment-list li {
margin : 0;
padding : 0;
list-style : none;
}
#comments .comment-list .comment-body {
border : #e5e5e5 solid 1px;
position : relative;

padding : 20px;
margin-bottom : 30px;
min-height : 120px;
}
#comments .comment-list li .comment-side {
position : absolute;
top : 20px;
left : 20px;
}
#comments .comment-list li .comment-side .comment-avatar {
width : 80px;
}
#comments .comment-list li .comment-side .comment-avatar img {
width : 80px;
height : auto;
}
#comments .comment-list li .comment-cont {
margin-left : 100px;
font-size : 13px;
}
#comments .comment-list li .comment-cont .comment-author {
font-weight : bold;
font-size : 15px;
}
#comments .comment-list li .comment-cont .comment-meta {
font-size : 12px;
line-height : 1;
margin-bottom : 10px;
}
#comments .comment-list li .comment-cont .comment-meta span {
margin-right : 5px;
}
#comments .comment-list li .comment-cont .comment-body p:last-child {
margin-bottom : 0;
}
p.form-submit
{
    margin-bottom: 0px!important;
}

#comments .comment-list li p.form-submit
{
margin-bottom: 30px !important;	
}
.comment-respond {
padding-top : 0;
margin-top : 0;
}
.comment-respond h3 {
font-size : 24px;
font-weight : 600;
}
.comment-respond p {
margin-bottom : 30px;
}
.comment-respond label {
width : 30%;
font-weight : normal;
display : inline-block;
float : left;
line-height : 46px;
margin : 0;
}
.comment-respond input {
background : #00a99d;
border : #00a99d solid 1px;
padding : 10px;
width : 70%;
display : inline-block;
}
.comment-respond textarea {
border : #ccc solid 1px;
padding : 10px;
width : 100%;
background : #f9f9f9;
}
.comment-respond input:focus, .comment-respond textarea:focus {
background : #fff;
}
.comment-respond input#submit {
background-color : #00a99d;
color : rgb(255, 255, 255);
margin : 0;
border : none;
text-transform : uppercase;
padding : 8px 15px;
font-size : 16px;
width : auto !important ;
font-weight : bold;
border-radius : 0;
}
#comments .comment-list .comment-content li{list-style:inherit;}
/************** Sidebar *****************/
.single-sidebar-widget {
    background: #f5f7fa;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 0px 45px;
}
.single-sidebar-widget h3.widget_title.title {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0px;
}
.single-sidebar-widget ul {
    margin: 0px;
    padding: 0px;
}
.single-sidebar-widget ul li {
    list-style: none;
    font-size: 14px;
        padding: 15px 0px;
    border-top: 1px solid #edeeef;
}
.single-sidebar-widget ul li:first-child
{
  border-top: 0px solid #edeeef;
}
.single-sidebar-widget ul li:before {
    content: "\f101";
    margin-right: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    color: #b6c6c9;
}
.single-sidebar-widget a {
    color: #676767;  
    font-size: 14px;  
}
.single-sidebar-widget a:hover {
    color: #00a99d; 
    
}
.single-sidebar-widget .widget_archive ul li:before {
    content: "\f187";
    
}
.single-sidebar-widget ul#recentcomments li:before {
    content: "\f0e5";
    
}
.single-sidebar-widget .widget_recent_entries ul li:before {
    content: "\f24d";
    
}
.single-sidebar-widget .widget_categories ul li:before {
    content: "\f114";
    
}
.blog_post_control_item .social_share_item_wrapper:nth-child(2) {
    transition-delay: 100ms;
}
.blog_post_control_item .social_share_item_wrapper:nth-child(3) {
    transition-delay: 150ms;
}
.blog_post_control_item .social_share_item_wrapper:nth-child(4) {
    transition-delay: 200ms;
}
.blog_post_control_item .social_share_item_wrapper:nth-child(5) {
    transition-delay: 250ms;
}
.blog_post_control_item .social_share_item_wrapper:nth-child(6) {
    transition-delay: 300ms;
}
.blog_post_control_item .social_share_item_wrapper {
    display: inline-block;
 
}
.blog_post_control_item .share_item.share_sign {    
    color: #fff;
        height: 34px;  
    line-height: 34px;
    width: 34px;
    display: inline-block;
   background: #cecdcd;
        text-align: center;
}
.blog_post_control_item.blog_post_share:hover .share_item.share_sign {
    background-color: #00a99d;
    color:#fff;
}
.blog_post_control_item .social-div.animating{
    visibility: visible;
    opacity: 1;
    transform: translate(0);
    display: block;
}
.blog_post_control_item.blog_post_share {
    float: left;
    position: relative;
    margin-right: 5px;
}
.social_share_item_wrapper a, .social_share_item_wrapper a:hover, .social_share_item_wrapper a:active, .social_share_item_wrapper a:focus{
color: #fff;
font-size: 18px;
margin-right: 10px;
}
.social-div {
    position: absolute;
    top: -53px;
    width: 200px;
    background: #00a99d;
    padding: 14px;
    /* margin-bottom: 20px; */
    border-radius: 37px 37px 37px 37px;
     visibility: hidden;
    opacity: 0;
    transform: translate(20px);
    transition: all 0.35s ease-in;
    display: none;
    left: -20px;
}
.social-div:after
{
     content: "\f0d7";    
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    color: #00a99d; 
        position: absolute;
    bottom: -11px;
    left: 32px;
}
.blog-buttons{margin-top: 20px;
    float: left;}
.candiman {
    color: #444;
}	
	
/******************************* Footer ********************/
.footer .candiman {
    display: block;
    color: #fff;
    font-size: 35px;
}
.footer .copyright {
    display: block;
    color: rgba(255,255,255,0.7);
    font-size: 12px;
}
.candiman {
    font-family: 'Condiment', cursive;
    display: inline-block;
    text-transform: lowercase;
    margin-right: 5px;
}
.footer{    line-height: 1.42857143;
    padding: 50px 0;
    background-color: #00a99d;
}
.footer .candiman{
    display: block;
    color:#fff;
    font-size: 35px;
}
.footer .social{
    margin: 0px;
}
.footer .social li a i{
    color:#f5f5f5;
    display: block;
}
.footer .social li a:hover i{
    opacity:0.6;
}
.footer .copyright{
   display: block;
   color: rgba(255,255,255,0.7);
   font-size: 12px;
}
#searchform .form-control
{
    background-color: #fff;
        padding: 8px 12px;
            height: auto;
}
#searchform{position: relative;}
#searchform .es_textbox_button {
      position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    height: 38px;
    margin: 0;
    background-color: #00a99d;
    border: 0px;
    color: #fff;
        border-radius: 0px 3px 3px 0px;
}
.social li a {
    font-size: 20px;
    text-align: center;
    display: block;
    color: #fff;
}
/********************** Copyright *********************/

.scrollToTop:hover {
    text-decoration: none;
}
.scrollToTop {
    width: 50px;
    height: 50px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 75px;
    right: 20px;
    display: none;
    font-size: 23px;
    background: rgba(0,0,0,0.7);
}
.blog-buttons{line-height:1 !important;}
.border-line {
    width: 40px;
    height: 1px;
    margin-top: 20px;
    display: block;
    text-align: center;
    background-color: #00a99d;
    margin-left: auto;
    margin-right: auto;
}
.subtitle-caption {
    font-weight: 400;
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 25px;
    text-transform: capitalize;
}
.fact-box {
    padding: 25px 30px;
    background-color: rgba(255,255,255,0.8);
	text-align: center;
}
.fact-box h2 {
    color: #00a99d;
    font-size: 45px;
}
.fact-box h5 {
    color: #000;
    font-weight: 300;
}
.feature-icon-wrap {
    position: relative;
    padding-bottom: 40px;
    margin: 0px;
}
.feature-icon-wrap .left-side-icon {
    float: left;
}	
.feature-icon-wrap .left-side-icon .front-icon {
    font-size: 3em;
    color: #00a99d;
}
.back-icon {
    z-index: -1;
    color: #F0F0F0;
    position: absolute;
    padding-left: 40px;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 100px !important;
}
.feature-icon-wrap .features-text-right {
    padding-left: 40px;
    overflow: hidden;
}
.ult-social-buttons.social {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 5px;
    background-color: rgba(255,255,255,0.8);
    margin: 0;
	text-align: center;
}
.section-title {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 60px;
	text-align: center;
}
.section-title h1 {
    text-transform: uppercase;
    font-weight: 300;
    margin: 0px;
    font-size: 40px;
    margin-bottom: 0px;
    letter-spacing: 1px;
}
.colored-text {
    color: #00a99d;
}
.flexslider.testislider {
    background: transparent;
    border: none;
    box-shadow: none;
}
.slide-items {
    text-align: center;
}
.flexslider.testislider .slide-items img {
    width: 80px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 20px;
}
.flexslider.testislider .slide-items p {
    color: #fff;
}
.testislider .slide-items h5 {
    margin-bottom: 0px;
    color: #00a99d;
}
.flexslider .flex-direction-nav a:before {
    font-family: "Ionicons";
    font-size: 40px;
    display: inline-block;
    content: '\f3d5';
	color: #fff;
}
.flexslider .flex-direction-nav a.flex-next:before {
    content: '\f3d6';
	color: #fff;
}


/* -----Portfolio----  */
.portfolio-thumb {
    margin-bottom: 30px;
}

.imgoverlay {
    position: relative;
    overflow: hidden;
    display: block;
    max-width: 100%;
}

.portfolio-thumb a {
    color: #fff;
    text-decoration: none;
}

.imgoverlay img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.imgoverlay .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(Opacity=0)";
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.imgoverlay .overlaycolor {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: .8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(Opacity=80)";
}

.imgoverlay .overlayinfo {
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    top: 45%;
    left: 0;
    -webkit-transition: top .3s ease;
    -moz-transition: top .3s ease;
    -o-transition: top .3s ease;
    -ms-transition: top .3s ease;
    transition: top .3s ease;
}

.imgoverlay:hover img {
    transform: scale(1.07);
    -ms-transform: scale(1.07);
    -webkit-transform: scale(1.07);
}
.imgoverlay:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(Opacity=100)";
}
.imgoverlay:hover .overlayinfo {
    top: 45%;
}
.imgoverlay .overlayinfo h6{color:#ffffff;}



/*********************** NEWS ****************************************/

.news-wrapper .news-inner {
    display: block;
    padding: 70px 20px;
    position: relative;
}
.post-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: rgba(255,255,255,0.8);
    z-index: 1;
    left: 0;
}
.post-preview-content {
    z-index: 2;
    position: relative;
}
.news-inner .date {
    color: #00a99d;
    font-weight: 400;
    font-style: italic;
	font-size: 18px;
}
.news-inner .title {
    color: #777;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: 0;
}
.news-inner p {
    margin-top: 15px;
    margin-bottom: 0px;
}
.news-inner p.author{
	color:#444444;
}
.news-inner:hover .title {
    letter-spacing: 3px;
}
.no-padding {
    padding: 0px;
}

a.border-black{color:#333;}
.border-black{border-color:#333;}
a.border-black:hover {color:#fff; background:#333;}
/************************* PRICE TABLE ******************************/

.price-box {
    background: #f9f9f9;
}
.price-box .header h3 {
    padding: 12px 10px;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    background: #474747;
    color: #fff;
    border-radius: 2px 2px 0 0;
}
.price-box .header .price {
    background: #ebebeb;
    padding: 15px 10px;
}
.header .price h2 {
    color: #4D4D4D;
    margin-bottom: 3px;
    font-weight: bold;
}
.header .price span {
    font-size: 13px;
}
.price-box ul li {
    padding: 13px 0;
    border-bottom: 1px solid #ebebeb;
}
.price-footer {
    padding: 20px;
}
.header.active h3 {
    color: #fff;
    background-color: #00a99d;
}
/*********

BUTTONS

*********/


.btn{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px;
    border-radius: 0px;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.btn:focus{
    outline: 0;
}
.btn-white{
    color:#fff;
    padding: 0px;
    border: 1px solid #fff;
    padding: 10px 20px;
    background-color: transparent;
}
.btn-white:hover{
    color:#00a99d;
    border-color: #fff;
    background-color: #fff;
}
.btn-border-black{
    border: 1px solid #333;
    color:#333;
    padding: 10px 25px;
    background-color: transparent;
}
.btn-border-black:hover{
    color:#fff;
    border-color:#333;
    background-color:#333;
}
.btn-border-theme{
    border: 1px solid #00a99d;
    color:#00a99d;
    padding: 10px 25px;
    background-color: transparent;
}

.btn-border-theme:hover{
    color:#fff;
    border-color:#00a99d;
    background-color: #00a99d;
}
.btn-radius{
    padding: 13px 40px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
}
/***********  contact ******/
.contact-form {
    background-color: rgba(0,0,0,0.3);
    padding: 30px;
    margin: 30px 0;
}
.contact-form .form-control {
    min-height: 45px;
    border: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #fff;
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
    -webkit-border-radius: 0px;
}
.contact-form h3 {
    margin-bottom: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
span.wpcf7-not-valid-tip {
    color: #fff;
    padding: 0px 10px;
    background-color: #00a99d;
    font-size: 12px;
}

.contact-details h3{
	font-weight: 300;
}
div.wpcf7-response-output {
	color: #000;
    border-color: #00a99d !important;
	background: transparent;
	margin-bottom: 25px;
	border:none;
}
input.profle-btn {
     font-size: 15px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    padding: 5px 24px;
    font-weight: 600;
    background-color: #202020;
    text-decoration: none;
    border: none;
}
.hentry{margin:0;}
header.header.fixed {
    position: fixed;
    z-index: 999;
	background-color: rgba(255,255,255,.95);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.302);
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.302);
}

header.header.fixed .navbar-default .navbar-nav>li>a, #primary-menu1 li > a{color:#333; line-height: inherit;border-left: 1px solid rgba(0,0,0,0.1) !important;}
header.header.fixed .navbar-default .navbar-nav>li>a:hover, #primary-menu1 li > a:hover{color:#00a99d;}
header.header.fixed .navbar-default .navbar-nav>li.current-menu-item >a, #primary-menu1 li.current-menu-item  >a{color:#00a99d;}
.nav-links {
    float: none;
    margin-top: 40px;
}
.project-pagination{text-align:center;}
.project-pagination a {
    font-size: 24px;
    display: inline-block;
	color:#333;
	margin: 0px 30px;
}
.icon-back-to-portfolio i{font-size:20px;}

.back {
    display: inline-block;
    margin: 0 0px -9px;
    padding: 10px;
}
.post-option {
    margin-bottom: 0px;
    margin-top: 15px;
}
.post-option a {
    margin-right: 5px;
    display: inline-block;
    color: #999;
	font-size: 14px;
}
.features-text-right h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
	margin-top:0px;
}


/************* Header ********/
.header-3{padding:20px 0px;}
.transparent_header .header{background-color: transparent !important;}
.navbar-default {
    background-color: rgba(255,255,255,0);
    margin: 0px;
    border: 0px;
        border-bottom: 1px solid rgba(0,0,0,0.2);
   
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px !important;
}
ul.unstyled li {
    list-style: none;
   
}
.light-menu ul li a{color:#fff !important;}
.dark-menu ul li a{color:#000 !important;}
header.header.fixed .navbar-default .navbar-nav>li>a, #primary-menu1 li > a{color:#333 !important;}
.navbar-default.light-menu {
 
    border-bottom: 1px solid rgba(255,255,255,0.2);
 
}
.light-menu ul li ul li a{color:#000 !important; font-size:12px;}
.desktop-menu #primary-menu li > ul li a{color:#000 !important; font-size:12px;}
@media screen and (max-width: 600px)
{
#wpadminbar {
    position: fixed !important;
}
.nav-next{float:left !important;
margin-top:15px;
margin-left:0px;
}
}
nav.navigation.post-navigation
{
	float: left;
    display: block;
    width: 100%;
	margin-bottom:30px;
}