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

 1.Fonts                              
 2.Isotope                              
 3.Header                          
 4.General code                   
 5.Content - home section        
 6.content - about section
 7.content - testimonial section                             
 8.content - services section 
 9.content - team section                              
 10.content - tweet section                              
 11.content - statistic section                              
 12.content - portfolio section                                  
 13.content - connected section 
 14.content - testimonial section 2                               
 15.content - client section                             
 16.content - contact section                             
 17.Footer   
-------------------------------------------------*/


/*-------------------------------------------------------*/
/* 1. fonts
/*-------------------------------------------------------*/
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), 
    url(http://fonts.gstatic.com/s/lato/v11/7YeX5qGGVrvjpqFsvxNSRALUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), 
    url(http://fonts.gstatic.com/s/ptsans/v8/jKK4-V0JufJQJHow6k6stALUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}

@font-face {
  font-family: 'PT Sans Bold';
  font-style: bold;
  font-weight: 700;
  src: local('PT Sans'), local('PTSans-Bold'), 
    url(http://fonts.gstatic.com/s/ptsans/v8/jKK4-V0JufJQJHow6k6stALUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}

@font-face { 
    font-family: 'big_noodle_titling-webfont';
    src: url('fonts/big_noodle_titling-webfont.eot');
    src: url('fonts/big_noodle_titling-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/big_noodle_titling-webfont.woff') format('woff'),
         url('fonts/big_noodle_titling-webfont.ttf') format('truetype'),
         url('fonts/big_noodle_titling-webfont.svg#webfont') format('svg');
}

/*-------------------------------------------------------*/
/* 1. Isotope filtering for portfolio
/*-------------------------------------------------------*/
.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
/*-------------------------------------------------*/

body{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  cursor: pointer;
}

.navbar {
    width: 100%;
    margin-bottom: 0;
    background: #fff;
    box-shadow: 0 1px 6px #606060;
    -webkit-box-shadow: 0 1px 6px #606060;
    -moz-box-shadow: 0 1px 6px #606060;
    -o-box-shadow: 0 1px 6px #606060;
    border: none;
}

.navbar-brand {
  padding-top: 0px;
  padding: 5px 15px;
}

.navbar.active {
    position: fixed;
    opacity: 0.95;
}

.navbar-brand .logo {
    padding: 10px 15px 10px;
}

.innher-header {
    padding: 0 15px;
}

.navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 15px;
}

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

.navbar-default .navbar-nav > li > a {
    color: #010000;
    font-size: 14px;
    font-family: 'PT Sans';
    position: relative;
    text-transform: uppercase;
    padding: 40px 23px 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;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a.active {
    background: #931d10 url('../images/back-pattern.png');
    color: #fff;
}

/*-------------------------------------------------*/
/* =  General 
/*-------------------------------------------------*/

#container {
    opacity: 0;
    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;
}

#container.active {
    opacity: 1;
}


.preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    -webkit-backface-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;
}

.preloader img {
    -webkit-backface-visibility: hidden;
}

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

#home-section {
    margin-top: -94px;
}

.tp-caption.large_text {
    color: #fff;
    font-size: 92px;
    font-family: 'big_noodle_titling-webfont';
    text-transform: uppercase;
    text-shadow: none;
    background: rgba(0,0,0,.84);
    padding: 28px 50px 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #b3b5b7;
    line-height: 75px;
}

.slotholder:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.tp-caption.large_text span {
    color: #aa2213;
}

.tp-caption.big_white {
    color: #eee;
    font-size: 14px;
    font-family: 'PT Sans';
    text-transform: uppercase;
    text-shadow: 
        -1px -1px 0 #333,
         1px -1px 0 #333,
        -1px  1px 0 #333,
         1px  1px 0 #333;
    padding: 0;
    background: transparent;    
}

.tp-caption.modern_small_text_dark {
    color: #424242;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 300;
    margin: 0;
    line-height: 24px;
}

.tp-caption.modern_small_text_dark a {
    color: #fff;
    font-size: 14px;
    font-family: 'PT Sans';
    border: 1px solid #fff;
    padding: 13px 26px;
    display: inline-block;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    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: rgba(0,0,0,.73);
}

.tp-caption.modern_small_text_dark a:hover {
    color: #aa2213;
    background: rgba(0,0,0,.73);
}

.tp-leftarrow.default:after {
    content:'\f104';
    font-family: 'FontAwesome';
    font-size: 24px;
    color: #fff;
    line-height: 158px;
}

.tp-rightarrow.default:after {
    content:'\f105';
    font-family: 'FontAwesome';
    font-size: 24px;
    color: #fff;
    line-height: 158px;
    background: none;
}

/*-------------------------------------------------*/
/* =  content - about section
/*-------------------------------------------------*/

#about-section {
    text-align: center;
    padding: 80px 0;
}

.title-section {
    margin-bottom: 75px;
    text-align: center;
}

.title-section .title-line > div {
    margin: 0 auto 23px;
    text-transform: uppercase;
    position: relative;
    width: 740px;
}

.title-section p {
    color: #666666;
    font-size: 15px;
    font-family: 'PT Sans';
    margin: 0 auto;
    max-width: 460px;
}

.title-section p span {
    color: #931d10;
}

.title-section .title-line > div p {
    display: inline-block;
    padding: 0 10px;
    font-size: 31px;
    font-family: 'PT Sans Bold';
    width: 370px;
    background: #fff;
    position: relative;
    z-index: 2;
}

.title-section .title-line > div span {
    width: auto;
    height: 1px;
    background: #ededed;
    display: block;
    position: absolute;
    top: 11px;
    left: 80px;
    right: 80px;
}

.title-section .title-line > div span.line-bottom {
    bottom: 6px;
    top: auto;
    left: 80px;
    right: 80px;
}

.title-section .title-line > div span.line-center {
    top: 50%;
    margin-top: 2px;
    left: 0px;
    right: 0px;
}

.about-box img {
    max-width: 90%;
    margin-bottom: 75px;
}

.services-post > a {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #adadad;
    margin-bottom: 20px;
    margin-top: 25px;
    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;
    -webkit-backface-visibility: hidden;
    border-radius:60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -o-border-radius: 60px;
}

.services-post > a i {
    font-size: 24px;
    color: #fff;
    display: inline-block;
    height: 50%;
    width: 54%;
    line-height: 60px;
    -webkit-backface-visibility: hidden;
    margin-top: 15px;
}

.services-post:hover > a {
    background: #931d10;
}

.services-post h4 {
    color: #2e2e2e;
    font-size: 15px;
    font-family: 'PT Sans';
    text-transform: uppercase;
    margin: 0 0 8px;
}

.services-post p {
    color: #9aa7af;
    font-size: 14px;
    font-family: 'Lato';
    font-family: 'Lato';
    font-weight: 300;
    margin: 0;
    line-height: 20px;
}

/*-------------------------------------------------*/
/* =  content - testimonial section
/*-------------------------------------------------*/

#testimonial-section {
    background: url('../images/bg/testBack.jpg');
    padding: 65px 0 90px;
    position: relative;
    text-align: center;
    -webkit-backface-visibility: hidden;
}

#testimonial-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#testimonial-section .container {
    z-index: 2;
    position: relative;
}

.testimonial ul {
    list-style: none;
}

.testimonial ul li p {
    display: inline-block;
    color: #fff;
    font-size: 28px;
    font-family: 'Lato';
    text-transform: uppercase;
    line-height: 40px;
    margin: 0 0 14px;
    padding: 0 80px;
    position: relative;
}

.testimonial ul li p:before {
    font-size: 100px;
    margin: 0 15px;
    line-height: 40px;
    font-family: 'OpenSans';
    text-transform: uppercase;
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 0.25;
}

.testimonial ul li p:after {
    font-size: 100px;
    margin: 0 15px;
    line-height: 40px;
    font-family: 'OpenSans';
    text-transform: uppercase;
    position: absolute;
    bottom: 35px;
    right: 0;
    opacity: 0.25;
}

.testimonial ul li > span {
    color: #fff;
    font-size: 17px;
    font-family: 'Lato';
    display: inline-block;
    -webkit-backface-visibility: hidden;
}

/*-------------------------------------------------*/
/* =  content - services section
/*-------------------------------------------------*/

#services-section {
    background: url('../images/pattern2.png');
    position: relative;
    z-index: 2;
}

#services-section h1 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 86px;
}

#services-section h1 span {
    display: inline-block;
    color: #fff;
    font-size: 31px;
    font-family: 'PT Sans Bold';
    text-transform: uppercase;
    padding: 16px 70px 9px;
    background: #931d10;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
}

.services-box2 .row {
    margin-bottom: 35px;
}

.services-box2 .services-post {
    margin-bottom: 35px;
}

.services-box2 .services-post > a {
    float: left;
    width: 65px;
    height: 65px;
    margin: 0;
    background: #adadad;
    -webkit-backface-visibility: hidden;
}

.services-box2 .services-post:hover > a {
    background: #931d10;
}

#services-section .services-post > a i {
    font-size: 24px;
    color: #fff;
    display: inline-block;
    height: 49%;
    width: 48%;
    line-height: 36px;
    -webkit-backface-visibility: hidden;
    margin-top: 15px;
}

.services-box2 .services-post > a i {
    font-size: 28px;
    line-height: 65px;
}

.services-box2 .services-post .services-post-content {
    margin-left: 85px;
}

.services-post-content h4 a {
    font-family: 'PT Sans Bold';
    color: #931d10;
    text-decoration: none;
}

.services-post-content h4 a:hover {
    color: #931d10;
}

/*-------------------------------------------------*/
/* =  content - login section
/*-------------------------------------------------*/

#login-section {
    padding: 80px 0;
}

/*-------------------------------------------------*/
/* =  content - team section
/*-------------------------------------------------*/

#team-section {
    padding: 80px 0;
}

.team-post {
    overflow: hidden;
    position: relative;
    padding-bottom: 48px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
}

.team-post img {
    width: 100%;
    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:hover img {
    transform: scale(1.22) rotate(8deg);
    -webkit-transform: scale(1.22) rotate(8deg);
    -moz-transform: scale(1.22) rotate(8deg);
    -o-transform: scale(1.22) rotate(8deg);
}

.team-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    background: #fff;
    margin-bottom: -78px;
    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:hover .team-content {
    margin-bottom: 0px;
}

.team-content h3 {
    color: #2e2e2e;
    font-size: 11px;
    font-family: 'PT Sans';
    text-transform: uppercase;
    margin: 0 0 13px;
}

.team-content h3 span {
    display: inline-block;
    float: right;
    text-transform: inherit;
    color: #9aa7af;
    font-size: 13px;
    font-family: 'Lato';
}

.team-content p {
    color: #9aa7af;
    font-size: 13px;
    font-family: 'Lato';
    line-height: 18px;
    margin: 0 0 10px;
}

ul.social-memb {
    padding: 0; 
    margin: 0;
}

ul.social-memb li {
    display: inline-block;
    margin-right: 14px;
}

ul.social-memb li a {
    display: inline-block;
    text-decoration: none;
}

ul.social-memb li a i {
    color: #dfdfdf;
    font-size: 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;
}

ul.social-memb li a i:hover {
    color:#931d10;
}

/*-------------------------------------------------*/
/* =  content - tweet section
/*-------------------------------------------------*/

#tweet-section {
    padding: 20px 0 45px;
    text-align: center;
    background: url('../images/bg/back2.jpg') 0px 0px;
    position: relative;
    overflow: hidden;
}

#tweet-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#tweet-section .container {
    position: relative;
    z-index: 2;
}

span.tweet-icon {
    display: inline-block;
    width: 62px;
    height: 62px;
    text-align: center;
    background: #931d10;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 20px;
}

span.tweet-icon i {
    line-height: 62px;
    font-size: 30px;
    color: #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;
}

ul.bxslider li p {
    color: #fff;
    font-size: 22px;
    font-family: 'Lato';
    line-height: 31px;
    text-transform: uppercase;
    margin: 0 auto 18px;
    max-width: 730px;
}

ul.bxslider li p a {
    color: #fff;
    text-decoration: none;
}

/*-------------------------------------------------*/
/* =  content - statistic section
/*-------------------------------------------------*/

#statistic-section {
    padding: 80px 0 140px;
}

.statistic-post {
    position: relative;
    text-align: center;
    padding: 40px 10px;
    background: #931d10;
    border-top: 20px solid transparent;
    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;
}

.statistic-post:hover {
    border-top: 20px solid #fff;
    background: #adadad;
}

.statistic-post:hover p {
    color: black;
}

.statistic-post:hover p span.timer {
    color: black;
}

span.icon-stat {
    display: inline-block;
    margin-bottom: 6px;
}

span.icon-stat i {
    color: #fff;
    font-size: 50px;
    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;
    position: relative;
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    margin-top: 25px;
    text-align: center;
}

.statistic-post p span.timer {
    display: inline-block;
    color: #fff;
    font-size: 34px;
    font-family: 'PT Sans';
    line-height: 36px;
    margin: 0 0 6px;    
}

.statistic-post p {
    color: #fff;
    font-size: 17px;
    font-family: 'PT Sans';
    margin: 0;    
}

/*-------------------------------------------------*/
/* =  content - portfolio section
/*-------------------------------------------------*/

#portfolio-section {
    background: url('../images/pattern2.png');
    position: relative;
    z-index: 2;
    padding-bottom: 70px;
}

#portfolio-section h1,
#connected-section h1 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 26px;
}

#portfolio-section h1 span,
#connected-section h1 span {
    display: inline-block;
    color: #fff;
    font-size: 31px;
    font-family: 'PT Sans Bold';
    text-transform: uppercase;
    padding: 16px 70px 9px;
    background: #931d10;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
}

.desktop-container .work-post {
    width: 24.98%;
    padding-left: 1px;
    padding-bottom: 1px;
}

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

.desktop-container .hover-box {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    background: rgba(40,40,40,0.75) url('../images/back-pattern.png');

    opacity: 0\0/;
    visibility: hidden\0/;
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(360deg);
    -o-transform: scale(0) rotate(360deg);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.desktop-container .work-post:hover .hover-box {
    opacity: 0\1/;
    visibility: hidden\1/;
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
}

.desktop-container .work-title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: -22px;
}

.desktop-container .work-title h2 {
    color: #931d10;
    font-size: 23px;
    font-family: 'PT Sans Bold';
    text-transform: uppercase;
    margin: 0 0 8px;
}

.desktop-container .work-title h2 a {
    color: #b36057;
    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;
}

.desktop-container .work-title h2 a:hover {
    opacity: 0.7;
}

.desktop-container .work-title span {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-family: 'Lato';
    text-transform: uppercase;
    margin: 0;
}

ul.filter {
    padding: 0;
    width: 300px;
    margin: 0 auto 45px;
    overflow: hidden;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    background: #fff;
    text-align: left;
}

ul.filter li {
    float: left;
    list-style: none;
    border-left: 1px solid #ebebeb;
}

ul.filter li:first-child {
    border-left: none;
}
ul.filter li:last-child {
    border-left: none;
}

ul.filter li a {
    display: inline-block;
    color: #9aa7af;
    font-size: 14px;
    font-family: 'Lato';
    padding: 10px 13px;
    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.filter li a:hover,
ul.filter li a.active {
    color: #fff;
    background: #2d3131;
}

/* mobile portfolio */
.mobile-container .img-res {
  width: 100%;
}
.mobile-container .work-post {
    width: 95%;
    padding-left: 5%;
    padding-bottom: 1px;
}

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

.mobile-container .hover-box {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    background: rgba(40,40,40,0.75) url('../images/back-pattern.png');

    opacity: 0\0/;
    visibility: hidden\0/;
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(360deg);
    -o-transform: scale(0) rotate(360deg);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.mobile-container .work-post:hover .hover-box {
    opacity: 0\1/;
    visibility: hidden\1/;
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
}

.mobile-container .work-title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: -22px;
}

.mobile-container .work-title h2 {
    color: #931d10;
    font-size: 20px;
    font-family: 'PT Sans';
    text-transform: uppercase;
    margin: 0 0 10px;
}

.mobile-container .work-title h2 a {
    color: #b36057;
    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;
}

.mobile-container .work-title h2 a:hover {
    opacity: 0.7;
}

.mobile-container .work-title span {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-family: 'Lato';
    text-transform: uppercase;
    margin: 0;
}

/* not used */
.mfp-mobilezoom-out-cur,
.mfp-mobilezoom-out-cur .mfp-image-holder .mfp-close {
    outline: none;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    outline: none;
}

.hideGallery
{
    display: none;
}


/*-------------------------------------------------*/
/* =  content - connected section
/*-------------------------------------------------*/

#connected-section {
    position: relative;
    z-index: 2;
    padding-bottom: 90px;
}

#connected-section h1 {
    margin-bottom: 70px;
}

.connect-post {
    text-align: center;
}

span.connect-icon {
    display: inline-block;
    width: 140px;
    height: 140px;
    text-align: center;
    background: #e2e2e2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 30px;
    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;
}

.connect-post:hover span.connect-icon {
    background: #4cc4cb;
}

span.connect-icon i {
    line-height: 140px;
    font-size: 48px;
    color: #fff;
}

.connect-post h2 {
    color: #2f383d;
    font-size: 20px;
    font-family: 'PT Sans';
    text-transform: uppercase;
    margin: 0 0 4px;
}

.connect-post h2 {
    color: #2f383d;
    font-size: 20px;
    font-family: 'PT Sans';
    text-transform: uppercase;
    margin: 0 0 4px;
}

.connect-post a {
    display: inline-block;
    color: #4cc4cb;
    font-size: 16px;
    font-family: 'Lato';
    text-transform: uppercase;
    margin: 0;
    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;
}

/*-------------------------------------------------*/
/* =  content - testimonial section 2
/*-------------------------------------------------*/

#testimonial-section2 {
    padding: 75px 0 70px;
    background: url('../images/bg/wood2.jpg');
    position: relative;
    overflow: hidden;
    text-align: center;
}

#testimonial-section2:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#testimonial-section2 .container {
    position: relative;
    z-index: 2;
}

#testimonial-section2 ul li h2 {
    color: #ffffff;
    font-size: 15px;
    font-family: 'PT Sans';
    text-transform: uppercase;
    margin: 0 0 20px;
}

#testimonial-section2 ul li p {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Lato';
    text-transform: inherit;
    font-style: italic;
    margin: 0 auto 0;
    line-height: 28px;
}

#testimonial-section2 ul li h2 span {
    color: #931d10;
}

span.test-icon {
    display: inline-block;
    width: 135px;
    height: 135px;
    text-align: center;
    position: relative;
    background: #202d35;
    border: 10px solid #fff;
    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;
}

span.test-icon:before {
    font-size: 155px;
    margin: 0 15px;
    line-height: 40px;
    font-family: 'Lato';
    position: relative;
    top: 70px;
    left: 0px;
    color: #931d10;
}

/*-------------------------------------------------*/
/* =  content - client section
/*-------------------------------------------------*/

#client-section {
    padding: 60px 0;
    background: #adadad;
    overflow: hidden;
}

ul.clients {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

ul.clients li {
    list-style: none;
    float: left;
    width: 16.666%;
    padding: 10px;
}

ul.clients li a {
    display: inline-block;
    width: 100%;
    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.clients li a:hover {
    opacity: 0.7;
}

ul.clients li a img {
    width: 100%;
}

.bxslider {
    overflow: hidden;
}

/*-------------------------------------------------*/
/* =  content - contact section
/*-------------------------------------------------*/

#contact-section {
    padding-top: 80px;
}

.map {
    height: 400px;
    width: 100%;
}

#contact-form {
    padding: 70px 0;
    background: url('../images/pattern2.png');
}

#contact-form input[type="text"],
#contact-form textarea {
    color: #99abb7;
    font-size: 14px;
    font-family: 'Lato';
    border: 1px solid #d3d9df;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    outline: none;
    width: 100%;
    padding: 10px 20px;
    display: block;
    margin-bottom: 30px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;  
}

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

#contact-form button {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: 'PT Sans';
    padding: 15px 19px;
    background: #2f383d;
    border: none;
    outline: none;
    text-transform: uppercase;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#contact-form button:hover,
.comment-form button:hover {
    opacity: 0.8;
}

#contact-form .message,
.comment-form .message {
    height:20px;
    font-size:13px;
    font-family: 'Open Sans', sans-serif;
    float: none;
    margin-top: 5px;
}

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

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

.contact-info {
    padding: 35px 0;
    background: url('../images/bg/vert_wood.webp');
    position: relative;
    overflow: hidden;
    text-align: center;
}

.contact-info:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact-info .container {
    position: relative;
    z-index: 2;
}

span.contact-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    background: #2f383d;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 15px;
    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;
}

.contact-post:hover span.contact-icon {
    background: #fff;
}

span.contact-icon i {
    line-height: 80px;
    font-size: 34px;
    color: #fff;
}

.contact-post:hover span.contact-icon i {
    color: #2f383d;
}

.contact-post h2 {
    color: #000000;
    font-size: 16px;
    font-family: 'PT Sans';
    margin: 0 0 10px;
}

.contact-post p {
    color: #fff;
    font-size: 14px;
    font-family: 'Lato';
    margin: 0;
    line-height: 20px;
}

.contact-post p a {
    color: #fff;
    font-size: 14px;
    font-family: 'Lato';
    margin: 0;
    line-height: 20px;
} 

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

footer {
    padding: 25px 0;
    background: #010101;
    text-align: center;
}

footer a {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #931d10;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    margin-bottom: 15px;
    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;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

footer a:hover {
    opacity: 0.7;
}

footer a i {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 60px !important;
    -webkit-backface-visibility: hidden;
}

footer p {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Lato';
    margin: 0;
    line-height: 20px;    
}

/* classes for tiny icons */
.coyote-home1
{
    background-image: url(../images/icons/home1.png);
}

.coyote-home2
{
    background-image: url(../images/icons/home2.png);
}

.coyote-home3
{
    background-image: url(../images/icons/home3.png);
}

.coyote-hammer
{
    background-image: url(../images/icons/hammer.png);
}

.coyote-office
{
    background-image: url(../images/icons/office.png);
}

.coyote-pencil
{
    background-image: url(../images/icons/pencil.png);
}

.coyote-map-big
{
    background-image: url(../images/icons/map_48.png);
}

.coyote-user2-big
{
    background-image: url(../images/icons/user2_48.png);
}

.coyote-home-big
{   
    background-image: url(../images/icons/home_48.png);
}

.coyote-home2-big
{
    background-image: url(../images/icons/home2_48.png);
}
