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

 1.Isotope                              
 2.Header                          
 3.General code                   
 4.content                              
 5.blog page      
 6.Project page                               
 7.Single post                            
 8.About page                            
 9.Contact page

-------------------------------------------------*/

/*-------------------------------------------------------*/
/* 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;
}
.isotope-item.testimonials .caption {
    position: absolute;
    top: 0;
}
.testimonials-page .isotope-item.testimonials .caption{
    background: #fff;
}
.portfolio-box.isotope{
}

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

header {
    display: block;
    width: 300px;
    float: left;
    background: #242b2e;
    text-align: right;
    z-index: 4;
    position: relative;
    box-shadow: 0 0 50px #000;
    -webkit-box-shadow: 0 0 50px #000;
    -moz-box-shadow: 0 0 50px #000;
    -o-box-shadow: 0 0 50px #000;    
    /* height: 100% !important; */
}

.logo-box {
    padding: 30px 30px;
    background: #000;
    text-align: center;
}


a.logo {
    display: inline-block;
    margin-bottom: 10px;
}

p.slogan {
    color: #fff;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: italic;
    margin: 0;
    line-height: 30px;
}

ul.menu,
ul.archives,
ul.categories {
    padding: 0;
    margin: 0;
}

a.elemadded {
    display: none;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    padding: 20px;
    background: #95c11e;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    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.elemadded:hover {
}

.menu-box{
    background:#242B2E;
}
.menu ul li {
    list-style: none;
    position: relative;
}

ul.menu > li > a,
ul.drop-down li a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 18px 24px;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
        transition: all 0.3 linear;
    -moz-transition: all 0.3 linear;
    -webkit-transition: all 0.3 linear;
    -o-transition: all 0.3 linear;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #333B3F),
        color-stop(1, #2E363A)
    );
    background-image: -o-linear-gradient(bottom, #333B3F 0%, #2E363A 100%);
    background-image: -moz-linear-gradient(bottom, #333B3F 0%, #2E363A 100%);
    background-image: -webkit-linear-gradient(bottom, #333B3F 0%, #2E363A 100%);
    background-image: -ms-linear-gradient(bottom, #333B3F 0%, #2E363A 100%);
    background-image: linear-gradient(to bottom, #333B3F 0%, #2E363A 100%);
}

ul.menu > li > a:after,
ul.drop-down > li > a:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    background: #95c11e;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

ul.menu li a span {
    position: relative;
    z-index: 2;
}

ul.menu li a:hover:after,
ul.menu li a.active:after {
    width: 100%;
}

ul.drop-down {
    position: absolute;
    top: 0;
    width: 220px;
    visibility: hidden\0/;
    opacity: 0;
    z-index: 3;
    text-align: left;
    left: 100%;
    transition: all 0.17s linear;
    -moz-transition: all 0.17s linear;
    -webkit-transition: all 0.17s linear;
    -o-transition: all 0.17s linear;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    -mos-transition: -mos-transform 0.4s, opacity 0.1s 0.3s;
    -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
}

li.drop:hover > ul.drop-down {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(0deg);
      -moz-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      -o-transform: rotateY(0deg);
      transform: rotateY(0deg);
      -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
      -moz-transition: -moz-transform 0.4s, opacity 0.1s;
      -mos-transition: -mos-transform 0.4s, opacity 0.1s;
      -o-transition: -o-transform 0.4s, opacity 0.1s;
      transition: transform 0.4s, opacity 0.1s;
}

ul.drop-down li {
    position: relative;
}

ul.drop-down li a:hover {
}

div.filter-box {
    border-top: 1px solid #202426;
    border-bottom: 1px solid #1e282b;
    padding: 20px 24px;
}

div.filter-box h3 {
    color: #95c11e;
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0 0 10px;
    line-height: 30px;
}

div.filter-box h3 i {
    margin-left: 12px;
}

div.filter-box ul {
    padding: 0;
    margin: 0;
}

div.filter-box ul li a {
    display: inline-block;
    color: #6b7072;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 24px;
    text-shadow: 0 0 4px #22282b;
    text-decoration: none;
    -webkit-text-shadow: 0 0 3px #22282b;
    -moz-text-shadow: 0 0 3px #22282b;
    -o-text-shadow: 0 0 3px #22282b;
    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;
}

div.filter-box ul li a:hover,
div.filter-box ul li a.active {
    color: #ffffff;
}

.details-box {
    padding: 10px 24px 28px 24px;
    overflow: hidden;
    background: #242B2E;
    font-size: 0.75em;
}

.details-box p{
    color: #fff;
    text-align: center;
}
.details-box a{
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
.details-box a:hover{
    color: #6b7072;
    text-decoration: none;
}
 
#details-motto{
    font-style: italic;
    font-weight: lighter;
}

#details-name{
    font-family: 'Play', sans-serif;    
    font-size: 1.5em;
}

#details-address{
   font-weight: lighter;
    
}

#details-phone{
    font-family: 'Play', sans-serif;    
    font-size: 1.5em;
    font-weight: 700;
    color: #95c11e;
}

#details-email{
    font-size: 1.2em;
}

.social-box {
    padding: 28px 24px;
    /* overflow: hidden; */
    background: #242B2E;
}

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

ul.social-icons li {
    list-style: none;
    display: inline-block;
    margin-left: 8px;
    line-height: 1.3;
}

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

ul.social-icons li a {
    display: inline-block;
    margin: 0;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-decoration: none;
    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;
}
ul.social-icons li a.facebook{
    background: #3e5ea2;
}

.fb-api #facebook .pluginConnectButton {
    opacity: 0 !important;
}

ul.social-icons li.fb-api iframe{
    width: 24px;
    height: 24px !important;
}

ul.social-icons li.fb-button{
    background: #3e5ea2;
}
ul.social-icons li.fb-button .fb_iframe_widget iframe{
   top:0px;
   width: 24px !important;
   height: 24px !important;
}
ul.social-icons li.fb-button .sp_plugin-button.sx_plugin-button_favblue{
    background: #3e5ea2;
}

ul.social-icons li a.twitter {
    background: #2eb0e3;
}

ul.social-icons li a.instagram {
    background: #fb3958;
}

ul.social-icons li a.github {
    background: #fff;
}

ul.social-icons li a.pinterest {
    background: #f43a2c;
}

ul.social-icons li a.google {
    background: #da5f2e;
}

ul.social-icons li a.youtube {
    background: #df2826;
}

ul.social-icons li a.linkedin {
    background: #107cb7;
}

ul.social-icons li a:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

ul.social-icons li a i {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    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-icons li a.github i {
    color: #000;
}

p.copyright {
    color: #6b7072;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-top: 18px;
    line-height: 20px;
}
/*-------------------------------------------------*/
/* =  General code
/*-------------------------------------------------*/

html{
    height:100%;
}

body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    color: #848484;
    font-weight: 300;
}

body.active {
    opacity: 1;
	height:auto!important;
}
p{
    line-height: 1.75;
    font-size: 1.1em;
}

li{
    font-size: 1.1em;
}

h1{
    font-size: 2.25em;
    font-weight: 200;
}

#container {
    height: 100%;
    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;
}

ul {
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
    margin-left: 20px;
}

ul li {
    /* list-style: none; */
}

.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;
}

.info-box {
    position: fixed;
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
    z-index: 999;
}

.info-box a.info-toggle {
    float: right;
    display: inline-block;
    width: 90px;
    height: 90px;
    background: rgba(149,193,30, 0.9);
    text-decoration: none;
    padding: 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;
}

.info-box a.info-toggle i {
    width: 61px;
    height: 61px;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 61px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 28px;
    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;
}

.info-box a.info-toggle:hover i {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
}

.info-content {
    clear: both;
    background: rgba(0,0,0,0.7);
    padding: 20px 18px 4px;
    visibility: hidden;
    width: 285px;
    position: absolute;
    right: 0;
    top: 90px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(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;
}

.info-content.active {
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.info-content ul li {
    color: #fff;
    font-size: 16px;
    line-height: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-bottom: 18px;
}

.info-content ul li i {
    font-size: 20px;
    margin-right: 12px;
}

.info-content ul li a {
    color: #fff;
}


/*-------------------------------------------------*/
/* =  content
/*-------------------------------------------------*/

#content {
    position: relative;
    padding-left: 300px;
    height: 100%;
}

.project-post {
    width: 24.99%;
    margin: 0;
    overflow: hidden;
    background: #fff;

}

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


.project-post p{
    text-align: center;
    font-style: italic;    
    padding: 15px;    
    font-size: 13px;
}

.testimonials-page .project-post p{
    height: auto;
    /* background-color: red; */
}



.project-post .hover-box {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(149,193,30, 0.9);
    text-align: center;
    top: 0;
    left: 0;
    visibility: hidden\0/;
    transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    -webkit-transition: all 0.33s ease-in-out;
    -o-transition: all 0.33s ease-in-out;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX(-90deg) rotateY(-90deg);
    -moz-transform: rotateX(-90deg) rotateY(-90deg);
    -ms-transform: rotateX(-90deg) rotateY(-90deg);
    -o-transform: rotateX(-90deg) rotateY(-90deg);
    transform: rotateX(-90deg) rotateY(-90deg);
}

.project-post:hover .hover-box {
    visibility: visible\0/;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -ms-transform: rotateX(0deg) rotateY(0deg);
    -o-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
}

.nicescroll-rails {
    z-index: 999999!important;
}

.project-title {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -75px;
}

.project-title h2 {
    color: #fff;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
}

.project-title span {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding-bottom: 12px;
    border-bottom: 1px solid #fff;
    margin: 0 0 18px;
}

.project-title a {
    display: inline-block;
    clear: both;
    width: 61px;
    height: 61px;
    border: 1px solid #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    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;
}

.project-title a:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.project-title a i {
    color: #fff;
    font-size: 18px;
    line-height: 61px;
}

/*-------------------------------------------------*/
/* =  project-page
/*-------------------------------------------------*/

.single-project {
    padding: 30px;
}

.single-box {
    background: #fff;
    overflow: hidden;
}

.single-box-content {
    width: 50%;
    float: left;
    border-right: 1px solid #e5e5e5;
}

.sidebar {
    width: 50%;
    float: left;
    padding: 25px;
    border-left: 1px solid #e5e5e5;
    margin-left: -1px;
}

.project-post-content {
    padding: 25px 30px 30px;
}

.project-post-content h1,
.sidebar h1 {
    color: #000;
    font-size: 1.5em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0 0 7px;
    line-height: 30px;
}

.project-post-content p,
.about-section p {
      
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0 0 25px;
    /* line-height: 30px; */
}

.project-text {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
}

.similar-projects h1 {
    margin-bottom: 20px;
}

.similar-projects .project-post {
    width: 49.9%;
}

.sidebar h1 {
    margin-bottom: 17px;
}

.post-info {
    margin-bottom: 26px;
}

.post-info ul li {
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
}

.post-info ul li:first-child {
    padding: 0 0 14px;
}

.post-info ul li span {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #95c11e;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 14px;
}

.post-info ul li span i {
    color: #95c11e;
    line-height: 32px;
    font-size: 12px;
}

.post-info ul li a {
    text-decoration: none;
    display: inline-block;
    color: #848484;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 32px;
}

.project-gallery ul {
    overflow: hidden;
}

.project-gallery ul li {
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
}

.project-gallery ul li a {
    display: inline-block;
    max-width: 78px;
    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;
}

.project-gallery ul li a:hover {
    opacity: 0.7;
}

.project-gallery ul li a img {
    width: 100%;
}

.project-gallery {
    margin-bottom: 14px;
}

.project-feature h1 {
    margin-bottom: 5px;
}

.project-feature ul li {
    color: #848484;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 32px;
}

.project-feature ul li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    margin-right: 8px;
}


/*-------------------------------------------------*/
/* =  about-page/History-page/installation-page
/*-------------------------------------------------*/

.about-page {
    padding: 30px;
}

.about-box {
    background: #fff;
    overflow: hidden;
}

.about-content {
    width: 50%;
    float: left;
    padding: 30px 30px 0;
    border-right: 1px solid #e5e5e5;
}

.about-section > img {
    width: 100%;
    margin-bottom: 20px;
}

.about-section h1 {
    color: #000;    
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 15px 5px 15px 5px;
    line-height: 30px;    
}

#about-text{
      
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0 0 5px;   
}

.about-section {
    /* border-bottom: 1px solid #e5e5e5; */
    margin-bottom: 20px;
}

.last-section {
    border: none;
    margin: 0;
}

.last-section h1 {
    margin-bottom: 20px;
}

.team-post {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.team-post img {
    width: 100%;
    -webkit-backface-visibility: hidden;
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26,181,179,0.9);
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    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;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    overflow: hidden;
}

.team-post:hover .team-hover {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

.team-data {
    position: relative;
    top: 50%;
    margin-top: -16px;
}

.team-post h3 {
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0;
}

.team-post span {
    color: #fff;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 16px;
    margin: 0;
}

.skills-progress {
    margin-bottom: 30px;
}

.skills-progress p {
    color: #000000;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 26px;
    clear: both;
    margin-bottom: 0px;
}

.skills-progress p span {
    font-size: 14px;
    float: right;
}

.meter { 
    height: 33px;  /* Can be anything */
    position: relative;
    background: #fff;
    border: 1px solid #dbdbdb;
    margin-bottom: 12px;
}

.meter > span {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: url('../images/skills-pattern.png');
}

.client-test {
    overflow: hidden;
}

.client-test img {
    float: left;
    max-width: 80px;
    margin-right: 24px;
}

.client-test h3 {
    color: #fff;
    /*font-size: 20px;*/
    font-family: 'Roboto', sans-serif;
    font-style: bold;
    padding: 27px 25px;
    margin: 0;    
    line-height: 26px;
    background: #95c11e;
    text-align: center;
}

/*.testimonial p {*/
    /*font-size: 18px;*/
    /*font-family: 'Roboto', sans-serif;*/
    /*font-weight: 300;*/
    /*line-height: 30px;*/
    /*margin: 0;*/
    /*padding: 16px 30px;*/
    /*text-align: center;*/
    /*font-style: italic;*/
/*}*/

.testimonial {
    margin: 0 -26px;
    background: #f4f4f4;
}

.testimonial h1{
    background: #95c11e;
    color: #fff;
    padding: 14px 25px;
    margin: 0;
}
.testimonial .testimonial-item:before{
    content: '\f10e';
    border:1px #95c11e solid;
    
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-family: "FontAwesome";
    color: #95c11e;
    padding: 12px 10px 16px;
    font-size: 0.75em;
    position: absolute;
    left: 25px;
    text-align: center;
}
.testimonial .testimonial-item p{
    font-size: 1em;
    font-style: italic;
}
.testimonial .name{
    margin-top: 24px;
    color: #000;
    font-weight: 500;
}
.testimonial .testimonial-list{
    margin-bottom: -25px;
    margin-left: 0;
}
.testimonial .testimonial-item{
    padding: 30px 25px;
    position: relative;
    padding-left: 90px;
    margin-bottom: 0;
}
.skills-progress h1 {
    margin-bottom: 6px;    
}

.services h1:first-child{
    margin-top: 0;
}
.services h1 {
    margin-bottom: 15px;
    margin-top: 30px;
    background: #95c11e;
    color: #fff;
    margin: 20px -26px;
    padding: 14px 25px;
}

.services ul{
    /* padding-left: 20px; */
    /* padding-bottom: 20px; */
}

.services ul li{
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;   
    position: relative;
    padding-left: 11px;  
    /* list-style: disc; */  
    display: list-item;
}




/*-------------------------------------------------*/
/* =  contact-page
/*-------------------------------------------------*/

.contact-page {
    padding-top: 30px;
}

#map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: grayscale(100%); /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%);
}

.contact-box {
    position: relative;
    z-index: 3;
    margin: 0 30px 30px;
    padding: 30px;
    background: #fff;
    max-width: 780px;
    height: 700px;
    
}

.contact-info {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.contact-box h1 {
    color: #000000;
    font-size: 1.5em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 26px;
    margin: 0 0 10px;
}

#contact-form h1,
.comment-form h1 {
    margin: 0 0 20px;
}

.contact-info p {
    color: #a3a3a3;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 20px;
}

#contact-form {
    overflow: hidden;
}

.text-fields {
    float: left;
    width: 50%;
    padding-right: 10px;
}

.submit-area {
    float: right;
    width: 50%;
}

.comment-form {
    overflow: hidden;
}

.float-input {
    position: relative;
    padding-left: 58px;
}

.float-input span {
    position: absolute;
    width: 58px;
    height: 58px;
    border: 1px solid #eaeaea;
    top: 0px;
    left: 0px;
    z-index: 2;
    text-align: center;
}

.float-input span i {
    line-height: 32px;
    font-size: 12px;
    color: #95c11e;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #95c11e;
    margin-top: 13px;
    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;
}

label{
    padding-top: 5px;
    padding-left: 15px;
}
label.error{
    background: #fbfff5;
    padding: 10px;
    display: block;
    margin-left: -58px;
    margin-bottom: 10px;
    font-weight: 200;
    color: #D84444;
    border: 1px #f3f6ef solid;
}

label.error:before{
    content: '\f071';
    font-family: "FontAwesome";
    padding-right: 8px;
}

.files{
    padding-bottom: 20px;
    padding-left: 15px;
}




#contact-form input[type="text"],
#contact-form textarea,
.comment-form input[type="text"],
.comment-form textarea {
    color: #848484;
    font-size: 14px;
    border: 1px solid #eaeaea;
    border-left: none;
    font-weight: 300;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    outline: none;
    width: 100%;
    padding: 18px;
    display: block;
    margin-bottom: 10px;
    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 input[type="text"]:focus + span i,
.comment-form input[type="text"]:focus + span i {
    color: #fff;
    background: #95c11e;
}

#contact-form textarea,
.comment-form textarea {
    height: 195px;
    border: 1px solid #eaeaea;
}

#contact-form input[type="submit"],
.comment-form input[type="submit"] {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding: 19px;
    background: #95c11e;
    text-transform: uppercase;
    border: none;
    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 input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
    opacity: 0.8;
}

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

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

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

#contact-form .message .success{  
    webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#contact-form .message .success:before{
  content: '\f00c';
  font-family: "FontAwesome";
  width: 32px;
  height: 32px;
  border: 1px solid #95c11e;
  border-radius: 50%;
  padding: 10px;
  color: #95c11e;
  margin-right: 6px;
  font-size: 10px;
}

.responsive-video {
position: relative;
padding-bottom: 56.25%;
/* padding-top: 60px; */ overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/***CMS Login Screen***/
#MemberLoginForm_LoginForm{
      border-top: 20px #B4B7B8 solid;
      font-family: 'Roboto', sans-serif;
}
#MemberLoginForm_LoginForm fieldset, #MemberLoginForm_LoginForm .Actions{ 
    margin: 2em;
    background-color: #fff;
    width: 400px;
    margin-left: 32rem;
    margin-top: 0;
    padding: 3rem;
}
#MemberLoginForm_LoginForm fieldset{
    margin-bottom: 0;
}
 #MemberLoginForm_LoginForm .Actions{
    border-top:1px solid #e5e5e5;
    padding: 3rem 0;
    margin-top: 0;
}
#MemberLoginForm_LoginForm .middleColumn input{
 border:1px solid #e5e5e5;
 width: 100%;
 height: 34px;
}


#MemberLoginForm_LoginForm label{
    padding-left:0;
    font-weight: 400;
}
#MemberLoginForm_LoginForm .action{
    background: #95c11e;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    padding: 10px 20px;
    margin-right: 1em;
    margin-left: 3rem;
}
#ForgotPassword{
    display: inline;
}

/***HELPER CLASSES***/
.min-width-lg{
   width: 60% !important;
}

.inner-wrapper{
    padding: 30px;
}
.inner-content li{
    margin-bottom: 12px;
    line-height: 1.5;
}
.inner-content li:last-child{
    margin-bottom: 0;
}
.main-content{
    background:#fff;
}

.main-content .entry-content{
    padding: 10px 30px;
}
.entry-content h1{
    color:#000;
}

body.home{
    background-color: #000 !important;
}
.homepage .main-content{
    background: #000;
    margin: 0 auto;
    text-align: center;
}

.homepage .main-content{
    position: relative;
}

.homepage .logo-award{
    position: absolute;
    right: 0;
    width: 110px;
}

.fluid-content .top-banner img{
    width:100%;
}

/**isotope testimonials**/

.testimonials-page{
    /* height:auto !important; */
    background: #fff;
}
.testimonial-box {
    float: left;
    width: 33.33%;
    padding: 1.5em 1.5em 3em 1.5em;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    font-size: 1.1em;
}
.testimonial-box span{
    font-weight: 500;
    display:block;
    margin-top: 20px;
    color: #000;
}

.portfolio-page h1{
    background: #95c11e;
    color: #fff;
    padding: 14px 25px;
    font-size: 1.5em;
    margin: 0;
}