
/*-------------------------------------------------
 =  Table of Css

 1.Isotope                              
 2.Header                          
 3.General code                   
 4.Content home section                              
 5.Portfolio                              
 6.Contact page        
 8.About pages                               
 9.Blog pages                            
 10.Single post                            
 11.Single Project                      
 12.Footer         
-------------------------------------------------*/


/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:-moz-transform, opacity;
    transition-property:transform, opacity;
}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/

.top-line {
    padding: 18px 0;
    background: #e8ecf0;
}

.top-line a.your-company {
    color: #1e9397;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    padding-left: 27px;
    background: url('../images/mail.png') left center no-repeat;
}

ul.social-list {
    float: right;
}

ul.social-list li {
    float: left;
    margin-left: 16px;
}

ul.social-list li:first-child {
    margin-left: 0px;
}

ul.social-list li a {
    display: inline-block;
}

ul.social-list li a img {
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.social-list li a:hover img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
}

.navbar {
	margin-bottom: 0;
    background: #ffffff !important;
    box-shadow: 0 1px 3px #e5e5e5;
    -webkit-box-shadow: 0 1px 3px #e5e5e5;
    -moz-box-shadow: 0 1px 3px #e5e5e5;
    -o-box-shadow: 0 1px 3px #e5e5e5;
    border: none !important;
}

.navbar-brand {
    padding: 40px 15px;
}

.navbar-default .navbar-nav > li {
    margin-left: 40px;
}

.navbar-default .navbar-nav > li:first-child {
    margin-left: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #5b656c;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 39px 0px 42px;
    border-top: 3px solid #fff;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.navbar-default .navbar-nav > li.drop > a {
    padding-right: 12px;
    background: url('../images/arrow.png') right center no-repeat;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a.active {
    color: #2d3838;
    border-top: 3px solid #1e9397;
}

.dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 138px;
    background: #1e9397;
    margin-top: 10px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    visibility: hidden;
    z-index: 2;
}

.navbar-default .navbar-nav > li.drop:hover .dropdown {
    visibility: visible;
    margin-top: 0;
}

.dropdown li {
    border-top: 1px solid #167578;
}

.dropdown li:first-child {
    border-top: none;
}

.dropdown li a {
    display: block;
    color: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    padding: 8px 12px;
    text-decoration: none;
    text-transform: capitalize;
    transition: background 0.17s ease-in-out;
    -moz-transition: background 0.17s ease-in-out;
    -webkit-transition: background 0.17s ease-in-out;
    -o-transition: background 0.17s ease-in-out;
}

.dropdown li a:hover {
    background: #167578;
}

header {
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
}

header.header-scrolled  {
    height: 0;
    overflow: hidden;
}

#container {
    padding-top: 160px;
}


/*-------------------------------------------------*/
/* =  General code
/*-------------------------------------------------*/
ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

h1 {
    color: #555a5e;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin: 0;
}

h3 {
    color: #6f7980;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
}

h4 {
    color: #5b656c;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 0;
}

p {
    color: #8b9197;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    line-height: 21px;
    margin: 0;
}

a.main-button,
input[type="submit"] {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 20px;
    background: #1e9397;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

a.main-button:hover,
input[type="submit"] {
    opacity: 0.8;
}

/*-------------------------------------------------*/
/* =  content - home section
/*-------------------------------------------------*/

#slider {
    margin-bottom: 54px;
}

.head-line {
    text-align: center;
    margin-bottom: 50px;
}

.head-line h1 {
    margin-bottom: 10px;
}

.head-line h1 a {
    color: #1e9397;
    font-weight: 700;
}

.head-line p {
    color: #8b9197;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    line-height: 22px;
}

.services-section,
.recent-posts-box {
    margin-bottom: 30px;
}

.services-section h3,
.latest-work h3,
.recent-posts-box h3,
.contact-page h3,
.team-section2 h3,
.last-product h3,
.about-content h3,
.team-section h3,
.our-history h3,
.leave-comment h3,
.comments-section h3 {
    border-bottom: 1px solid #e6e9ec;
    margin-bottom: 54px;
}

.services-section h3 span,
.latest-work h3 span,
.recent-posts-box h3 span,
.contact-page h3 span,
.team-section2 h3 span,
.last-product h3 span,
.about-content h3 span,
.team-section h3 span,
.our-history h3 span,
.leave-comment h3 span,
.comments-section h3 span {
    display: inline-block;
    padding-bottom: 12px;
    border-bottom: 1px solid #1e9397;
    margin-bottom: -1px;
}

.services-post {
    text-align: center;
    margin-bottom: 24px;
}

.services-post h4 {
    margin-bottom: 16px;
}

.services-post p {
    margin-bottom: 16px;
}

.services-icon {
    display: inline-block;
    width: 96px;
    height: 96px;
    border: 4px solid #e6e9ec;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 20px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.services-icon.icn1 {
    background: url('../images/icon1.png') center center no-repeat;
}

.services-icon.icn2 {
    background: url('../images/icon2.png') center center no-repeat;
}

.services-icon.icn3 {
    background: url('../images/icon3.png') center center no-repeat;
}

.services-icon.icn4 {
    background: url('../images/icon4.png') center center no-repeat;
}

.services-icon.icn1:hover {
    background: url('../images/icon1-active.png') center center no-repeat;
}

.services-icon.icn2:hover {
    background: url('../images/icon2-active.png') center center no-repeat;
}

.services-icon.icn3:hover {
    background: url('../images/icon3-active.png') center center no-repeat;
}

.services-icon.icn4:hover {
    background: url('../images/icon4-active.png') center center no-repeat;
}

.inner-work-post {
    position: relative;
}

.latest-work {
    padding-bottom: 30px;
    margin-bottom: 55px;
    border-bottom: 1px solid #e6e9ec;
}

.work-post {
    margin-bottom: 25px;
    overflow: hidden;
}

.inner-work-post img {
    width: 100%;
}

.work-post-content {
    background: #e6e9ec;
    padding: 16px;
}

.work-post-content span {
    display: inline-block;
    font-size: 11px;
    color: #6f7980;
    font-style: italic;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.work-post-content a.likes {
    display: inline-block;
    float: right;
    font-size: 13px;
    color: #6f7980;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    padding-right: 22px;
    background: url('../images/like.png') right center no-repeat;
    margin-top: -6px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.work-post-content a.likes:hover {
    opacity: 0.8;
}

.work-post .hover-box,
.inner-team-post .hover-box {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30,147,151,0.5);
    background: rgb(30,147,151) \0/;
    visibility: hidden;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.work-post:hover .hover-box,
.team-post:hover .hover-box {
    visibility: visible;
    top: 0;
}

.work-post a.read-more {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -55px;
    margin-top: -17px;
    text-decoration: none;
}

.quote-box {
    background: #ebebeb url('../images/quote-back.png') center top no-repeat;
    padding: 50px 0;
    margin-bottom: 55px;
}

.quote-box blockquote {
    border: none;
    padding: 0;
    margin: 0;
}

.quote-box blockquote h1 {
    margin-bottom: 7px;
}

.quote-box blockquote p {
    margin-bottom: 7px;
    font-size: 12px;
    color: #8b9197;
    font-family: 'Open Sans', sans-serif;
}

.quote-buttons {
    text-align: right;
    margin-top: 15px;
}

.quote-buttons span {
    color: #6f7980;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    margin: 0 10px;
}

a.take-tour {
    background: #e24a4a;
}

.recent-posts-box {
    padding-bottom: 30px;
    margin-bottom: 55px;
    border-bottom: 1px solid #e6e9ec;    
}

.recent-post {
    margin-bottom: 25px;
}

.recent-post .inner-post {
    position: relative;
}

.recent-post .inner-post img {
    width: 100%;
    margin-bottom: 15px;
}

.date-recent-post {
    position: absolute;
    top: 10px;
    left: -10px;
    padding: 10px 0;
    width: 90px;
    background: #1e9397;
    text-align: center;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.recent-post:hover .date-recent-post {
    visibility: hidden;
    opacity: 0;
}

.date-recent-post span {
    display: block;
    color: #fff;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

.date-recent-post span.day {
    font-weight: 700;
}

.date-recent-post:after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0px;
    height: 10px;
    width: 10px;
    background: url('../images/left-arrow.png') center center no-repeat;
}

.recent-post .hover-box {
    position: absolute;
    top: 100%;
    margin-top: -33px;
    left: -10px;
    width: 100%;
    text-align: center;
    visibility: hidden;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.recent-post:hover .hover-box {
    top: 50%;
    margin-top: -15px;
    visibility: visible;
}

.recent-post .hover-box:after {
    position: absolute;
    content: '';
    right: -20px;
    top: 0px;
    height: 31px;
    width: 20px;
    background: #1e9397;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.recent-post .hover-box a.read-more {
    position: relative;
    color: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: 7px 10px;
    display: block;
    width: 100%;
    background: #1e9397;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.recent-post .hover-box a.read-more:before {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0px;
    height: 10px;
    width: 10px;
    background: url('../images/left-arrow.png') center center no-repeat;
}

.recent-post .hover-box a.read-more:after {
    position: absolute;
    content: '';
    bottom: -10px;
    right: -20px;
    height: 10px;
    width: 10px;
    background: url('../images/right-arrow.png') center center no-repeat;
}

.recent-post .hover-box a.read-more:hover {
    opacity: 0.8;
}

.recent-post-content h4 {
    margin-bottom: 10px;
}

/*-------------------------------------------------*/
/* =  Portfolio
/*-------------------------------------------------*/

.filter-box {
    position: relative;
    float: right;
    width: 138px;
    margin-top: 6px;
}

a.category,
ul.filter li a {
    color: #fff;
    display: block;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 7px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    background: #1e9397 url('../images/filter.png') 112px center no-repeat;
}

a.category:hover,
ul.filter li a:hover {
    opacity: 0.8;
}

ul.filter {
    width: 100%;
    position: absolute;
    top: 31px;
    left: 0;
    z-index: 99;
    display: none;
}

ul.filter li {
    border-top: 1px solid #167578;
}

ul.filter li a {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    background: #1e9397;
    font-weight: 400;
}

.portfolio-box {
    position: relative;
    width: 1170px;
    margin-left: -15px;
    margin-top: 60px;
    margin-bottom: 15px;
}

.portfolio-box.three-col .work-post {
    width: 360px;
    margin: 15px;
}

.portfolio-box.four-col .work-post {
    width: 262px;
    margin: 15px;
}

.pagination-list {
    overflow: hidden;
    margin-bottom: 60px;
}

.pagination-list li {
    float: left;
    margin-right: 1px;
}

.pagination-list li a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 7px 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    text-decoration: none;
    background: #555a5e;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.pagination-list li a:hover {
    background: #1e9397;
}

/*-------------------------------------------------*/
/* =  Contact page
/*-------------------------------------------------*/

.page-banner {
    padding: 26px 0;
    background: #e8ecf0;
}

.page-banner p {
    font-size: 13px;
    font-style: italic;
}

.map {
    width: 100%;
    height: 450px;
    margin-bottom: 55px;
}

ul.pager-depth {
    float: right;
    padding: 8px 22px;
    background: #dce1e5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
    margin-top: 7px;
}

ul.pager-depth li {
    float: left;
    margin-left: 3px;
}

ul.pager-depth li:before {
    content: '/';
    color: #1e9397;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    margin-right: 3px;
}

ul.pager-depth li:first-child {
    margin-left: 0px;
}

ul.pager-depth li:first-child:before {
    content: '';
    margin-right: 0px;
}

ul.pager-depth li a {
    display: inline-block;
    color: #2d3838;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    transition: color 0.17s ease-in-out;
    -moz-transition: color 0.17s ease-in-out;
    -webkit-transition: color 0.17s ease-in-out;
    -o-transition: color 0.17s ease-in-out;
}

ul.pager-depth li a:hover {
    color: #1e9397;
}

.contact-page {
    margin-bottom: 40px;
}

#contact-form input[type="text"],
#contact-form textarea,
.search-area input[type="search"],
.comment-form input[type="text"],
.comment-form textarea {
    color: #aaafb5;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    border: 1px solid #e8ecf0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    outline: none;
    width: 100%;
    padding: 10px 12px;
    display: block;
    margin-bottom: 30px;   
}

#contact-form input[type="text"]:focus,
#contact-form textarea:focus,
.search-area input[type="search"]:focus,
.comment-form input[type="text"]:focus,
.comment-form textarea:focus {
    border: 1px solid #1e9397; 
}

#contact-form textarea {
    height: 220px;   
}

#contact-form input[type="submit"] {
    margin-bottom: 20px;
}

#contact-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
    opacity: 0.8;
}

#contact-form .message,
.comment-form .message {
    height:30px;
    font-size:13px;
    font-family: 'Open Sans', sans-serif;
    float: right;
}

#contact-form .message.error,
.comment-form .message.error {
    color:#eb2c06;
}

#contact-form .message.success,
.comment-form .message.success {
    color:#1e9397;
}

ul.contact-info li {
    position: relative;
    padding: 4px 0 4px 40px;
    margin-bottom: 30px;
}

ul.contact-info li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

ul.contact-info li.location:before {
    background: #1e9397 url('../images/location.png') center center no-repeat;
}

ul.contact-info li.phone:before {
    background: #1e9397 url('../images/phone.png') center center no-repeat;
}

ul.contact-info li.mail:before {
    background: #1e9397 url('../images/mail2.png') center center no-repeat;
}

ul.contact-info li p {
    font-size: 13px;
    color: #6f7980;
}

ul.contact-info li p a {
    color: #6f7980;
}

.info-box img {
    max-width: 100%;
    margin-bottom: 20px;
}

/*-------------------------------------------------*/
/* =  about pages
/*-------------------------------------------------*/

.about-page {
    margin-top: 60px;
}

.team-section2 {
    margin-bottom: 30px;
}

.team-post {
    margin-bottom: 25px;
}

.team-post img {
    width: 100%;
}

.team-section2 .team-post img {
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.team-section2 .team-post:hover img {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
}

.team-post ul.team-social {
    overflow: hidden;
    float: right;
    margin-top: -12px;
}

.team-post ul.team-social li {
    float: left;
    margin-left: 3px;
}

.team-post ul.team-social li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.team-post ul.team-social li a.fb {
    background: #c1c6cb url('../images/fb-team.png') center center no-repeat;
}

.team-post ul.team-social li a.tweet {
    background: #c1c6cb url('../images/tweet-team.png') center center no-repeat;
}

.team-post ul.team-social li a.lnk {
    background: #c1c6cb url('../images/ln-team.png') center center no-repeat;
}

.team-post ul.team-social li a.fb:hover {
    background: #1e9397 url('../images/fb-team.png') center center no-repeat;
}

.team-post ul.team-social li a.tweet:hover {
    background: #1e9397 url('../images/tweet-team.png') center center no-repeat;
}

.team-post ul.team-social li a.lnk:hover {
    background: #1e9397 url('../images/ln-team.png') center center no-repeat;
}

.team-post-content {
    padding: 10px 15px;
    background: #e6e9ec;
}

.team-post-content h4 {
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.team-post-content span {
    color: #6f7980;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: italic;
}

.team-post:hover .team-post-content h4 {
    color: #1e9397;
}

.last-product-content {
    margin-bottom: 30px;
}

.last-product-content h1 {
    margin-bottom: 18px;
    line-height: 38px;
}

.last-product-content p {
    margin-bottom: 25px;
}

.last-product-content span {
    color: #6f7980;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin: 0 10px;
}

.last-product-gal {
    margin-bottom: 30px;
    text-align: center;
}

.last-product {
    margin-bottom: 30px;
}

.about-content {
    margin-bottom: 25px;
}

.about-content img {
    max-width: 100%;
}

.about-content-text,
.about-content-gal {
    margin-bottom: 30px;
}

.inner-team-post {
    position: relative;
    overflow: hidden;
}

.inner-team-post ul.team-social {
    position: absolute;
    top: 50%;
    text-align: center;
    float: none;
    width: 100%;
}

.inner-team-post ul.team-social li {
    float: none;
    display: inline-block;
    margin-left: 1px;
}

.team-post ul.team-social li a.fb {
    background: #1e9397 url('../images/fb-team.png') center center no-repeat;
}

.team-post ul.team-social li a.tweet {
    background: #1e9397 url('../images/tweet-team.png') center center no-repeat;
}

.team-post ul.team-social li a.lnk {
    background: #1e9397 url('../images/ln-team.png') center center no-repeat;
}

.team-post ul.team-social li a.fb:hover {
    background: #c1c6cb url('../images/fb-team.png') center center no-repeat;
}

.team-post ul.team-social li a.tweet:hover {
    background: #c1c6cb url('../images/tweet-team.png') center center no-repeat;
}

.team-post ul.team-social li a.lnk:hover {
    background: #c1c6cb url('../images/ln-team.png') center center no-repeat;
}

.team-section {
    margin-bottom: 25px;
}

.team-post {
    margin-bottom: 30px;
}

.team-section .team-post .team-post-content {
    padding: 17px;
}

.team-section .team-post .team-post-content span {
    float: right;
    margin-top: -15px;
}

.our-history {
    margin-bottom: 30px;
}

.history-box {
    overflow: hidden;
    margin-bottom: 30px;
}

.history-box img {
    float: left;
    width: 50%;
}

.history-box .history-content {
    float: left;
    width: 50%;
    padding: 18px 25px;
    background: #e6e9ec;
}

.history-box .history-content p {
    margin-bottom: 9px;
    line-height: 20px;
}

.history-box span.history-date {
    position: absolute;
    display: inline-block;
    right: 50%;
    top: 0;
    padding: 8px 15px;
    background: #1e9397;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

/*-------------------------------------------------*/
/* =  Blog pages
/*-------------------------------------------------*/

.blog-page {
    margin-top: 60px;
}

.blog-post {
    margin-bottom: 60px;
}

.blog-post-data {
    float: left;
    width: 100px;
}

.blog-post-content {
    margin-left: 100px;
}

.blog-date {
    background: #1e9397;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 16px;
}

.blog-date p {
    color: #fff;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

.blog-date span {
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.blog-post-data .data-tags li {
    margin-bottom: 15px;   
}

.blog-post-data .data-tags li span,
.blog-post-content .data-tags li span {
    color: #5b656c;
    display: block;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;    
}

.blog-post-data .data-tags li p,
.blog-post-content .data-tags li p {
    font-size: 12px;
    color: #8b9197;  
}

.blog-post-content img {
    margin-bottom: 18px;
    max-width: 100%;
}

.blog-post-content iframe {
    margin-bottom: 18px;
    width: 100%;
    height: 400px;
}

.blog-post-content .flexslider {
    margin-bottom: 18px;
}

.blog-post-content .flexslider img {
    margin-bottom: 0px;
}

.blog-post-content h2 {
    color: #555a5e;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    margin-bottom: 12px;
}

.blog-post-content p {
    margin-bottom: 14px;
}

.sidebar {
    margin-bottom: 30px;
}

.sidebar .widget {
    overflow: hidden;
    margin-bottom: 20px;
}

.search-area {
    margin-bottom: 20px;
}

.search-area input[type="search"] {
    position: relative;
    background: url('../images/zoom.png') 240px center no-repeat;
    margin-bottom: 0;
}

.widget h4 {
    margin-bottom: 16px;
}

.widget .categories-list,
.widget .archives-list {
    margin-bottom: 20px;
}

.widget .categories-list li,
.widget .archives-list li {
    margin-bottom: 5px;
}

.widget .categories-list li a,
.widget .archives-list li a {
    color: #8b9197;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e9ec;
    text-decoration: none;
    display: block;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.widget .categories-list li a:hover,
.widget .archives-list li a:hover {
    border-bottom: 1px solid #1e9397;
}

.widget-latest-post {
    overflow: hidden;
}

.widget-latest-post li,
.widget .tweet-list li {
    overflow: hidden;
    margin-bottom: 25px;
}

.widget-latest-post li img {
    float: left;
    max-width: 80px;
}

.widget-latest-post li div.post-list-content,
.widget .tweet-list li div.tweet-list-content {
    margin-left: 85px;
}

.widget-latest-post li h5 {
    color: #5b656c;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 21px;
    margin: 0;
    margin-bottom: 16px;
}

.widget-latest-post li h5 a {
    color: #5b656c;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.widget-latest-post li h5 a:hover {
    color: #1e9397;
}

.widget-latest-post li span {
    color: #8b9197;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}

ul.tags {
    margin-bottom: 20px;
}

ul.tags li {
    display: inline-block;
    float: left\0/;
    margin-bottom: 3px;
}

ul.tags li a {
    display: inline-block;
    color: #8b9197;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 6px 17px;
    background: #e8ecf0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.tags li a:hover {
    color: #fff;
    background: #1e9397;
}

.widget .flickr-list {
    overflow: hidden;
    margin-bottom: 20px;
}

.widget .flickr-list li {
    display: inline-block;
    float: left\0/;
    margin-bottom: 3px;
    margin-right: -1px;
}

.widget .flickr-list li a {
    display: inline-block;
    transition: opacity 0.17s ease-in-out;
    -moz-transition: opacity 0.17s ease-in-out;
    -webkit-transition: opacity 0.17s ease-in-out;
    -o-transition: opacity 0.17s ease-in-out;
}

.widget .flickr-list li a:hover {
    opacity: 0.8;
}

.widget .tweet-list {
    overflow: hidden;
}

.widget .tweet-list li img {
    max-width: 70px;
    float: left;
}

.widget .tweet-list li h5 {
    color: #5b656c;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 0;
    position: relative;
    padding-right: 54px;
    line-height: 21px;
}

.widget .tweet-list li h5 a {
    color: #8b9197;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.widget .tweet-list li h5 span {
    color: #8b9197;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 0;
}

.widget .tweet-list li p {
    color: #8b9197;
    font-size: 12px;
}

.widget .tweet-list li p a {
    color: #1e9397;
    font-size: 12px;
}

.blog-right-sidebar.pagination-list {
    margin-left: 100px;
}

.blog-left-sidebar.pagination-list {
    margin-right: 100px;
    float: right;
}

.blog-with-left-sidebar .blog-post-data {
    float: right;
}

.blog-with-left-sidebar .blog-post-data .data-tags {
    margin-left: 25px;
}

.blog-with-left-sidebar .blog-post-content {
    margin-left: 0;
    margin-right: 100px;
}

.blog-both-sidebar .blog-post-content {
    margin-left: 0 !important;
}

.blog-both-sidebar .blog-post {
    position: relative;
}

.blog-both-sidebar .blog-post-data {
    position: absolute;
    top: 0;
    left: 0;
    float: none;
    z-index: 2;
}

.blog-post-content .data-tags li {
    display: inline-block;
    margin-right: 14px;
}

.blog-post-content .data-tags li span {
    display: inline-block !important;
}

/*-------------------------------------------------*/
/* =  Single post
/*-------------------------------------------------*/

.single-post .blog-post-content {
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e9ec;
    margin-bottom: 60px;
}

.comments-section {
    border-bottom: 1px solid #e6e9ec;    
}

.leave-comment,
.comments-section {
    margin-bottom: 60px;
}

.comment-form textarea {
    height: 130px;
}

.comment-list li {
    overflow: hidden;
    margin-bottom: 30px;
}

.comment-list li img {
    float: left;
    max-width: 62px;
}

.comment-content {
    margin-left: 75px;
}

.comment-content h5 {
    color: #5b656c;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 0;
    position: relative;
    line-height: 21px;
}

.comment-content h5 span {
    color: #5b656c;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    float: right;
}

.comment-content a.reply-comment {
    color: #1e9397;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

/*-------------------------------------------------*/
/* =  Single-project
/*-------------------------------------------------*/

.single-project-page {
    margin-top: 60px;
}

.single-project h2 {
    color: #555a5e;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    margin-bottom: 12px;    
}

.single-project img {
    margin-bottom: 18px; 
    width: 100%;   
}

.single-project p {
    margin-bottom: 15px;    
}

.single-project {
    margin-bottom: 55px;
}

/*-------------------------------------------------*/
/* =  footer
/*-------------------------------------------------*/

footer {
    background: #f6f6f6 url('../images/footer-back.png') center top no-repeat;
    padding-top: 50px;
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-widget h4 {
    margin-bottom: 40px;
    position: relative;
}

.footer-widget h4:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    background: #e6e9ec;
}

.footer-widget h4 span {
    text-transform: uppercase;
    display: inline-block;
    padding-right: 23px;
    background: #f6f6f6;
    z-index: 2;
    position: relative;
}

.contact-widget ul li {
    margin-bottom: 20px;
}

.contact-widget ul li p {
    color: #8b9197;
    font-size: 12px;
}

.contact-widget ul li p a {
    color: #1e9397;
}

.contact-widget ul li span {
    color: #8b9197;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    display: block;
    margin-bottom: 0px;
}

.flickr-widget ul {
    overflow: hidden;
}

.flickr-widget ul li {
    float: left;
    margin-left: 7px;
    margin-bottom: 7px;
}

.flickr-widget ul li:nth-child(4n+1) {
    margin-left: 0px;
}

.flickr-widget ul li a {
    display: inline-block;
    max-width: 60px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.flickr-widget ul li a img {
    width: 100%;
}

.flickr-widget ul li a:hover {
    opacity: 0.8;
}

.twitter-widget ul li {
    margin-bottom: 20px;
}

.twitter-widget ul li p a {
    color: #1e9397;
}

.twitter-widget ul li span {
    color: #8b9197;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
}

.subscribe-widget form {
    margin-top: 15px;
    margin-bottom: 20px;
}

.subscribe-widget form input[type="text"] {
    outline: none;
    color: #dadbdc;
    font-size: 12px;
    padding: 7px 13px;
    border: 1px solid #cdcdcd;
    background: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
}

input[type="submit"] {
    border: none;
}

.copyright-section {
    padding: 15px 0 20px;
    border-top: 1px solid #e6e9ec;
}

ul.footer-nav {
    float: right;
}

ul.footer-nav li {
    display: inline-block;
    float: left\0/;
    margin-left: 15px;
}

ul.footer-nav li:first-child {
    margin-left: 0px;
}

ul.footer-nav li a {
    display: inline-block;
    color: #8b9197;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.footer-nav li a:hover {
    color: #2d3838;
}