
/*
Template Name: MARVELA - Creative Agency/Portfolio HTML5 Template
Author: coral-themes
Author URI: http://themeforest.net/user/coral-themes
Description: Marvela Responsive HTML5 One-page/multipage Template for Agency and Portfolio.
Version: 1.0
Tags: responsive, html5, css3, portfolio, creative, business, agency
*/


/* Table of Content
==================================================
        
        -- GENERAL 
	-- LOGO
        -- MENU
	    - fixed navbar - classic menu
	    - dropdown menu
	    - modern menu
	
	-- MENU ITEMS
        -- SUBMENU ITEMS
        -- menu search form

	-- banner overlay (homepages)
	    - page header backgrounds

        -- ABOUT US --
	    - gallery
	    - team social icons
	    - progress bar

	-- SERVICES --

        -- call to action
        -- counters
            
        -- ISOTOPE
        -- LIGHTBOX
        -- JCAROUSEL
        
	-- PORTFOLIO --
            - grid-layout
            - hover-effect
	    - portfolio filter & blog filter

	-- SINGLE PROJECT 
            
	-- TEAM MEMBERS --
     
        -- TESTIMONIAL --
            - client
                  
        -- BLOG --
	    - blog single post
	    - sidebar
        -- CONTACTS --
        -- FOOTER --
	
        
===================================================



/* GENERAL STYLES
 * ========================================================================
 */

body{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.52;
    position: relative;
}

h1, h2, h3, h4, h5, h6, a, small{
    font-family: 'Oswald', serif;
}
h1{
    font-size: 80px;   
    font-weight: 700;
}

  @media(max-width: 767px){
	h1{
	    font-size: 50px;
	}
    }
h2{
    font-size: 60px;   
    font-weight: 700;
}

h3{
    font-size: 40px;
    font-weight: 300;
}

h4{
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 1.5px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

h5{
    font-size: 18px;
    letter-spacing: 1.5px;
}
h6{
    font-size: 16px;
}

    @media (max-width: 767px) {
        h1{
          font-size: 70px;
        }
        h2{
          font-size: 50px;
        }

        h4{
          font-size: 20px;
        }  
    }
    @media(max-width: 480px){
        h1{
          font-size: 30px;
        }
        h2{
            font-size: 24px;
        }
    }
 

a{
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
    a:hover{
        text-decoration: none;
        color: #000;
        color: #3db54a;
    }
    
    a:focus,
    a:visited{
        outline: none;
        text-decoration: none;
    }
  
p{
    letter-spacing: 0.5px;
    font-size: 16px;
    color: #666;
    font-weight: 300;
}
.lead{
    margin-top: 30px;
    margin-bottom: 30px;
}

.main-section-margins{
    margin-top: 40px;
    margin-bottom: 70px;
}

.main-section-margin-bottom{
  margin-bottom: 70px;
}

.main-section-margin-top{
  margin-top: 100px;
}

.main-section-padding{
    padding-top: 100px;
    padding-bottom: 100px;
}

        
/* buttons */
.btn{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    display: inline-block;
    background-color: #3db54a;
    padding: 8px 12px;
    color: #fff;
    margin-top: 20px;
	
}

.icon-btn{
    position: relative;
    text-align: center;
    padding: 7px 40px;
    display: inline-block;
    background: transparent;
    border: 1px solid #666;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: rgba(255,255,255, 0.6);
}

.icon-btn:after {
    content: '';
    position: absolute;
    z-index: -1;
}

    .icon-expand:hover:before,
    .icon-link:hover:before{
    }

    .icon-expand:before {
	content: "zoom";
    }

    .icon-link:before {
	content: "details";
    }
    .icon-link-2:before {
	content: "full article";
    }
    
    .icon-width{
      padding: 7px 45px;
    }
    
    .home-btn {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
    }

    .home-btn:before {
        position: absolute;
        padding: 7px 10px;
        color: #3db54a;
        left: -100%;
	top: 0;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }
    
        .home-btn:hover:before {
            left: 0;
        }
    
    .home-btn i{
	-webkit-transition: all 0.2s;
	-webkit-backface-visibility: hidden;
	-moz-transition: all 0.2s;
	-moz-backface-visibility: hidden;
        -ms-transition: all 0.2s;
	-ms-backface-visibility: hidden;
	transition: all 0.2s;
	backface-visibility: hidden;
    }
    
    .home-btn:hover i{
        -webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
        -o-transform: translateX(200%);
	transform: translateX(200%);
        letter-spacing: 0;
        opacity: 0;
    }
    
.transition{
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
    
 
/* firefox fix */ 
.img-responsive{
    width: 100%;
}


#loader{
    background: #fff url('../images/loader.gif') no-repeat center;
    padding-top: 50%;
    padding-left: 50%;
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 100%;
}
 

/* some predefined classes for the background and text color */
.white-bg{
    background: #fff;
}
.light-bg{
    background: #f7f7f7;
}
.dark-bg{
    background: #000;
}  
.thin{
  font-weight: 300;
}
.thick{
  font-weight: 900;
}
.white{
  color: #fff;
}
.white-transparent{
  color: rgba(255,255,255,0.3);
}
.black{
  color: #000;
}
.light{
  color: #f7f7f7;
}

.color{
    color: #3db54a;
}

/* mostly sections have intro titles */
.section-intro h3{
  letter-spacing: 2px;
  display: inline-block;
  margin-right: 20px;
  font-weight: 400;
  border-right: 10px solid #3db54a;
  padding: 20px 20px 20px 0;
  color: #3db54a;
}

  .section-intro h3 small{
    display: block;
    color: #ccc;
    margin-top: 10px;
    font-weight: 300;
    font-size: 16px;
    font-family: "Lato";
  }

.section-intro h5{
  display: inline;
  color: #ccc;
  letter-spacing: 1.5px;
  font-family: "Lato";
}

  .section-intro a h5:hover{
    color: #333;
  }
  
/* one-page next section links */

.section-intro h5.second{
    margin-left: -55px;
}
.section-intro h5.second,
.section-intro a:hover h5.first{
    opacity: 0;
}
  
  .section-intro h5.first:hover + h5.second,
  .section-intro a:hover h5.second{ 
    opacity: 1;
  }
  
  @media(max-width: 480px){
    .section-intro h3{
	font-size: 24px;
    }
    .section-intro h5{
	font-size: 14px;
    }
  }
 
/* =================================
 *
        LOGO
 */ 
   
#logo-wrapper{
    z-index: 1000;
    top: 0;
    display: block;
}

    /* logo text */
    #logo-wrapper .logo-name{
        background: #fff;
        font-family: "Oswald";
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        letter-spacing: normal;
        padding: 8px 20px 8px 30px;
        margin: 0 auto;
        width: 300px;
        z-index: 1001;
        font-size: 50px;
        text-transform: uppercase;
        opacity: 0.95;
        letter-spacing: 1.5px;
    }

        #logo-wrapper .logo-name:hover{
            opacity: 1; 
        }
    
    @media(max-width: 991px){
      #logo-wrapper .logo-name{
        width: 250px;
      }
    }
        
  
  
  
  
        
        
/* =================================
 *
        MENU (General)
 */

/* custom menu bar codes */


.navbar-header{
    float: none;
    text-align: center;
}
  


/* #NAVIGATION
================================================== */


#nav1 {
	text-align: center;
	margin:0px;
	padding:0px;	
	
}

#menu ul {

	list-style: none;

}

#menu li {

	display: inline-block;
	
	padding: 10px;
	
}

/* nav link */
#menu a {
	font-family: 'Lato', sans-serif;
	padding: 4px 0px;
	display: block;
	text-decoration:none;
	margin: 0px 5px;
	color: #000;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
#menu     a:hover{
        text-decoration: none;
        color: #fff;
	
        color: #3db54a;
}


/* nav dropdown */
#menu ul {
	padding: 2px;
	position: absolute;
	display: none; /* hide dropdown */
	width:175px;
	background-color:#000;
	color:#fff;
	margin-left:-45px;
	margin-top:10px
}
#menu ul li {
	float: none;
	margin: 0;
	padding: 4px 10px;
	background-image:none
	
}

#menu ul li a {
	padding: 2px 10px; color:#fff
}

#menu ul li a:hover {
	border-bottom:none;
	
}
	
#menu li:hover > ul {
	display: block; /* show dropdown on hover */
}
#menu li.sub{
	width:100%;
	
	}
	
#menu li:hover > ul li:hover > ul{
	display: block; /* show dropdown on hover */
	left: 110%;
	top:103px;

}
#menu li.sub2{
	width:100%;
	
	}


.slicknav_menu {
        display:none;
    }
	
	
    
@media screen and (max-width: 640px) {
        /* #menu is the original menu */
        .js #menu {
            display:none;
        }
        
        .js .slicknav_menu {
            display:block;
        }
 }






/* HEADER margin from top */
.header-margin-top{
  margin-top: 110px;
}

.header-margins {
margin-top:150px; margin-bottom:40px	
	
}

.bgslider-header-margin {
	margin-top:110px;
}

@media screen and (max-width: 640px) {
.header-margins {
margin-top:30px; margin-bottom:20px	
	
}	
.bgslider-header-margin {
	margin-top:0px;
}

}

.carousel-header-margin-top{
  margin-top: 104px;
}

.bgslider-header-margin-top{
  margin-top: 116px;
}

.header-image img{
  position: relative;
  width: 100%;
}

/* the banner overlay and its content */
.rect-banner{
  background: transparent;
  padding: 12% 8%;
  height: 530px;
}
  .rect-banner h1{
    color: #fff;
    font-size: 90px;
    letter-spacing: 1.5px;
    margin-top: 0;
    padding-top: 0;
    text-transform: uppercase;
  }
  .rect-banner h2{
    color: #fff;
    font-size: 6em;
    letter-spacing: 1.5px;
    margin-top: 0;
    padding-top: 0;
    text-transform: uppercase;
  }
  .rect-banner h4{
    font-family: Lato;
    font-size: 16px;
    display: inline-block;
    color: #3db54a;
  }
  
  .rect-banner h3{
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 3px;
    color: #3db54a;
    font-family: Lato;
	padding-bottom:0px;
	margin-bottom:0px
  }
  

  .rect-banner p{
    color: rgba(255,255,255,0.7);
  }
  
    @media(max-width: 767px){
	.rect-banner{
  		padding: 20% 8%;
	}
    .rect-banner h2{
    font-size: 2.5em;
	letter-spacing: 1.2px;
	
    
    }
	.rect-banner h3{
    font-size: 2em;
	letter-spacing: 2px;
  	margin-top:-1px;
  }
  

	
	.rect-banner a.btn{
    padding: 8px 20px;
    margin-top: -20px;
    letter-spacing: 1.2px;
  }
  }

  .rect-banner a.btn{
    letter-spacing: 1.5px;
    padding: 15px 20px;
    background: rgba(0,0,0,0.2);
    margin-top: 30px;
    margin-right: 10px;
    border: 3px solid rgba(255,255,255,0.7);
    text-transform: none;
    letter-spacing: 1.5px;
    font-weight: 300;
    font-size: 16px;
    font-family: Lato;
    color: #fff;
  }
  
      .rect-banner a.btn:hover{
        color: #fff;
        border-color: #fff;
        background: rgba(0,0,0,0.4);
	border-color: #3db54a;
      }
      
/* index-bgslider.html */

.bgslider .rect-banner{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.bgslider li{
    position: relative;
    height: 530px;
}

    @media(max-width: 991px){
      .bgslider li{
        height: 400px;
      }
    }
    
    @media(max-width: 767px){
      .bgslider li{
        height: 300px;
      }
    }
    
    @media(max-width: 480px){
      .bgslider li{
        height: 220px;
      }
      .bgslider h3{
        font-size: 13px;
      }
    }

.bgslider li > div,
.bgslider li > div img{
  display: block;
}

.bgslider li > div {
    background-color: black;
}

.bgslider li > div img {
    opacity: 0.7;
}
 
/* index-parallax.html */
#home-parallax.half-height ul{
    background: linear-gradient(
      rgba(0,0,0, 0.3), 
      rgba(0,0,0, 0.6)
    ), url(../images/home-parallax.jpg) 50% 0 no-repeat fixed; 
    background-size: cover;
    height: 530px;
}

#home-parallax .rect-banner{
    margin-top: 0;
}

/* one-page.html */

#home-parallax.static{
  padding: 0;
}

  #home-parallax.static section{
    background: linear-gradient(
      rgba(0,0,0, 0.3), 
      rgba(0,0,0, 0.6)
    ), url(../images/home-parallax.jpg) 50% 0 no-repeat fixed; 
    background-size: cover;
    height: 750px;
  }

  #home-parallax.static .rect-banner{
    padding-top: 250px;
  }

  @media(max-width: 991px){
    
    #home-parallax.static{
      top: 0;
    }
    .rect-banner h1{
      font-size: 60px;
    }
    .rect-banner h3{
      font-size: 30px;
    }
    .rect-banner p{
      font-size: 16px;
    }
  }
  
  @media(max-width: 767px){

    .bgslider .rect-banner{
      padding: 60px;
    }
    .rect-banner h1{
      font-size: 50px;
    }
    
    .rect-banner h3{
      font-size: 20px;
    }
    .rect-banner a.btn{
      padding: 7px;
      margin-top: 20px;
      margin-right: 5px;
      font-size: 14px;
    }
  }

  @media(max-width: 600px){

    .bgslider .rect-banner{
      padding: 30px 20px;
    }
    
    .rect-banner a.btn{
      padding: 7px;
      margin-top: 20px;
      margin-right: 5px;
      font-size: 14px;
    }
  }
  
  @media(max-width: 480px){

    .bgslider .rect-banner{
      padding: 30px;
    }
    .rect-banner h3{
      font-size: 16px;
    }
    .rect-banner h1{
      font-size: 34px;
    }

    #home .rect-banner p{
      display: none;
    }
  }






/* alternative slides */


.slides-alt .slides-pagination{
    position: absolute;
    z-index: 3;
    right: 10%;
    top: 45%;
    width: 110px;
}
.slides-alt .slides-pagination a {
    background: rgba(255,255,255,0.2);
    border-radius: 0;
    -webkit-radius: 0;
    width: 60px;
    height: 10px;
    display: -moz-inline-stack;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    margin: 5px;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    color: transparent;
    display: block;
}



.slides-alt .slides-pagination a.current,
.slides-alt .slides-pagination a:hover{
    background: rgba(255,255,255,0.7);
    letter-spacing: normal;
}

.slides-alt .slides-pagination a.current:hover:after{
    color: #000;
    background: transparent;
}

    @media(min-width: 992px){
        .slides-alt .slides-pagination a{
           text-align: center;
        }
        .slides-alt .slides-pagination{
            bottom: 45%;
            right: 10%;
        }
    }

   
    @media(min-width: 1200px){
        .slides-alt .slides-pagination{
            right: 13%;
        }
    }
    
    @media(min-width: 1400px){
        .slides-alt .slides-pagination{
            right: 18%;
            bottom: 47%;
        }
    }
    
    @media(min-width: 1900px){
        .slides-alt .slides-pagination{
            right: 25%;
        }
    }
    
    @media(min-width: 2500px){
        .slides-alt .slides-pagination{
            right: 33%;
            bottom: 50%;
        }
    }
    
     @media(max-width: 767px){
        .slides-alt .slides-pagination a{
            display: none;
        }
     }

.content-layer{
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    padding-top: 20%;
    padding-left: 10%;
    padding-right: 10%;
}

    .content-layer:after{
        background: rgba(0,0,0,0.9);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
    }

        .content-layer h2{
            font-size: 100px;
            font-weight: 700;
            color: #fff;
            margin-top: 0;
            letter-spacing: 2px;
	    text-transform: uppercase
             
        }
            .content-layer h2 span{
                display: block;
                font-weight: 300;
		font-size: 50px;
		font-family: Lato;
		color: #3db54a;
            }

    .content-layer p{
        color: rgba(255,255,255, 0.7);
        margin-top: 20px;
    }
    
    .content-layer a.btn{
	letter-spacing: 1.5px;
	padding: 15px 20px;
	background: rgba(0,0,0,0.2);
	margin-top: 30px;
	margin-right: 10px;
	border: 3px solid rgba(255,255,255,0.7);
	text-transform: none;
	letter-spacing: 1.5px;
	font-weight: 300;
	font-size: 16px;
	font-family: Lato;
	color: #fff;
      }
  
      .content-layer a.btn:hover{
        color: #fff;
        border-color: #fff;
        background: rgba(0,0,0,0.4);
	border-color: #3db54a;
      }


        @media(min-width: 768px) and (max-width: 991px){

        .content-layer{
            padding-top: 30%;
        }
            .content-layer h2{
                font-size: 70px;
            }

        }

    
    @media(max-width: 767px){
        .content-layer{
            padding-top: 40%;
        }
    }
    
    @media(max-width: 480px){
        .content-layer{
            padding-top: 50%;
        }
    }


.bar2{
    padding: 50px;
}
    .bar2 p{
	color: rgba(255,255,255, 0.7);
	letter-spacing: 2px;
    }
    .bar2 span{
	font-weight: 700;
	text-transform: uppercase;
	color: rgba(255,255,255, 0.9);
    }
    .bar2 .white span{
	color: #3db54a;
    }
    
#work-process{
    background: linear-gradient(
      rgba(0,0,0,0.4), 
      rgba(0,0,0, 0.6)
    ), url(../images/aboutus-cover.jpg) 50% 0 no-repeat fixed;
      
    background-size: cover;
}
#work-process h3{
    margin-top: 120px;
    letter-spacing: 2px;
    font-weight: 400;
}

#work-process h5{
    color: #fff;
}


  
/* page header backgrounds */
  
#home-banner section{
  background: linear-gradient(
  rgba(0, 0, 0, 0.4), 
  rgba(0, 0, 0, 0.4)
    ), url("../images/home-banner-cover.jpg") 50% 40% no-repeat fixed;
}


/* bg for about.html */
#about article{
    background: linear-gradient(
      rgba(0,0,0, 0.3), 
      rgba(0,0,0, 0.7)
    ), url(../images/about-us.jpg) 50% 0 no-repeat fixed; 
    background-size: cover;
    height: 530px;
}


/* bg for services.html */
#services article{
    background: linear-gradient(
      rgba(0,0,0, 0.3), 
      rgba(0,0,0, 0.7)
    ), url(../images/services.jpg) 50% 0 no-repeat fixed; 
    background-size: cover;
    height: 530px;
}

/* bg for thebikes.html */
#thebikes article{
    background: linear-gradient(
      rgba(0,0,0, 0.3), 
      rgba(0,0,0, 0.7)
    ), url(../images/thebikes.jpg) 50% 0 no-repeat fixed; 
    background-size: cover;
    height: 530px;
}
/* bg for time-trial.html */
#time-trial article{
    background: linear-gradient(
      rgba(0,0,0, 0.3), 
      rgba(0,0,0, 0.7)
    ), url(../images/time-trial.jpg) 50% 0 no-repeat fixed; 
    background-size: cover;
    height: 530px;
}
/* bg for track.html */
#track article{
    background: linear-gradient(
      rgba(0,0,0, 0.3), 
      rgba(0,0,0, 0.7)
    ), url(../images/track-sprint1.jpg) 50% 0 no-repeat fixed; 
    background-size: cover;
    height: 530px;
}
/* bg for pursuit.html */
#pursuit article{
    background: linear-gradient(
      rgba(0,0,0, 0.3), 
      rgba(0,0,0, 0.7)
    ), url(../images/pursuit.jpg) 50% 0 no-repeat fixed; 
    background-size: cover;
    height: 530px;
}
/* bg for road.html */
#road article{
    background: linear-gradient(
      rgba(0,0,0, 0.3), 
      rgba(0,0,0, 0.7)
    ), url(../images/road.jpg) 50% 0 no-repeat fixed; 
    background-size: cover;
    height: 530px;
}
/* bg for shop.html */
#shop article{
    background: linear-gradient(
      rgba(0,0,0, 0.3), 
      rgba(0,0,0, 0.7)
    ), url(../images/shop.jpg) 50% 0 no-repeat fixed; 
    background-size: cover;
    height: 530px;
}

/* bg for aluminium.html */
#aluminium article{
    background: linear-gradient(
      rgba(0,0,0, 0.3), 
      rgba(0,0,0, 0.7)
    ), url(../images/aluminium.jpg) 50% 0 no-repeat fixed; 
    background-size: cover;
    height: 530px;
}
/* bg for titanium.html */
#titanium article{
    background: linear-gradient(
      rgba(0,0,0, 0.3), 
      rgba(0,0,0, 0.7)
    ), url(../images/aluminium.jpg) 50% 0 no-repeat fixed; 
    background-size: cover;
    height: 530px;
}

/* bg for blog-list.html */
#blog article{
    background: linear-gradient(
      rgba(0,0,0, 0.3), 
      rgba(0,0,0, 0.7)
    ), url(../images/contact-us.jpg) 50% 0 no-repeat fixed; 
    background-size: cover;
    height: 530px;
}

/* bg for contact-alt.html */
#contact-banner section{
  background: linear-gradient(
  rgba(0, 0, 0, 0.4), 
  rgba(0, 0, 0, 0.4)
    ), url("../images/contact-banner-cover.jpg") 50% 40% no-repeat fixed;
}

/* bg for contact.html */
#contacts article{
    background: linear-gradient(
      rgba(0,0,0, 0.3), 
      rgba(0,0,0, 0.7)
    ), url(../images/contact.jpg) 50% 0 no-repeat fixed; 
    background-size: cover;
    height: 530px;
}



  
/* ABOUT US */

#team img{
  margin-bottom: 30px;
}

.team-position{
  font-weight: 300;
  color: #666;
  letter-spacing: 1.5px;
  /*margin-bottom: 30px;*/
  margin-top: 0;
}

  @media(max-width: 480px){
    #team article{
      width: 100%;
      background: #fff;
    }
    
    #team article:nth-child(even){
      background: #f7f7f7;
    }
  }





/* SERVICES */
.home-services .block{
  background: #000;
  color: #fff;
  margin-left: -0.5px;
  margin-right: -0.5px;
  padding-top: 110px;
  padding-left: 30px;
}

.home-services .block-sm{
  height: 300px;
}

.home-services .block-lg{
  height: 350px
}

.home-services .block:nth-child(odd){
  border: 10px solid #fff;
}

  .home-services .block h4{
    font-weight: 400;
    text-transform: uppercase;
    color: rgba(255,255,255, 0.6);
  }
  
  .home-services .block:hover{
    padding-top: 80px;
    
  }
    .home-services .block:hover h4{
      color: rgba(255,255,255, 1);
    }
    
  .home-services .block ul{
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    list-style: none;
    padding-left: 0;
    margin-bottom: -40px;
    opacity: 0;
  }
  
    .home-services .block:hover ul{
      opacity: 0.7;
      margin-bottom: 30px;
    }
    
      .home-services .block li{
        letter-spacing: 1.5px;
        font-weight: 300;
        font-size: 12px;
      }
    
    .home-services .block a{
      color: #fff;
    }
    
	.home-services .block a:hover{
	   color: #3db54a
	}

@media(min-width:768px) and (max-width: 991px){
  .home-services .block{
    border: 10px solid #fff;
  }
}


#home-quote figure{
  padding: 0;
}

#home-quote .quote{
  padding: 20px 60px 40px 60px;
}

  #home-quote h2{
    color: #222;
  }

#home-quote p{
  color: #fff;
}

/* gallery about us */

#gallery-list{
  padding: 0;
}
    #gallery-list div{
      padding: 0;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -o-transition: all 0.4s;
      -ms-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden;
    }
    
      #gallery-list div:hover{
	-webkit-transform:scale(1.25); /* Safari and Chrome */
	-moz-transform:scale(1.25); /* Firefox */
	-ms-transform:scale(1.25); /* IE 9 */
	-o-transform:scale(1.25); /* Opera */
	 transform:scale(1.25);
	 z-index: 100;
      }
  
  #gallery-list:hover img{
    -webkit-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */   
  }
  
  #gallery-list div:hover img{
    -webkit-filter: grayscale(0);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    
  }
  
  
/* team social icons */

.team-social-icons{
    padding: 20px 0 10px 0;
}

  article.team-social-icons{
    padding: 0 0 10px 0;
  }
    .team-social-icons a{
        display: inline-block;
        margin-left: 0;
    }
      .team-social-icons i{
        border-bottom: 3px #eee solid;
        padding: 15px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -ms-transition: all 0.4s;
        transition: all 0.4s;
        color: #333;
      }
      
      .team-social-icons i:hover{
        border-bottom: 3px #3db54a solid;
        color: #000;
      }
      
      @media(max-width: 680px){
        .team-social-icons{
            margin-bottom: 20%;
        }
      } 

.icons-on-hover{
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: -50px;
}

.box-sm article:hover img{
  -webkit-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */   
}

.box-sm .team-member img{
  margin-bottom: 10px;
  margin-top: 7px;

}
.box-sm .team-member h5{
    color: #3db54a;
}
.box-sm .team-member:hover .icons-on-hover{
  opacity: 1;
  margin-top: -70px;
}

.box-sm .team-member:hover h5,
.box-sm .team-member:hover div.title{
  opacity: 0;
}


/* progress bar */
#skills{
    margin-bottom: 40px;
}

.custom-progress{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    height: 30px;
    margin-bottom: 30px;
    margin-top: 5px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    background: #fff;
}

.custom-progress-alt{
  margin-bottom: 20px;  
}
    .custom-progress .progress-bar{
        background: #fff;
        border-bottom: 10px solid #f7f7f7;
        font-size: 14px;
        text-align: left;
        padding-left: 20px;
        padding-top: 4px;
        color: #000;
    }
    
    .custom-progress .progress-bar-alt{
        border-bottom: none;
    }

        .custom-progress span{
            color: #3db54a;
            letter-spacing: 1.5px;
            float: right;
            padding-right: 20px;
        }
        
        .custom-progress div{
            letter-spacing: 1.5px;
        }
        
        .custom-progress div span.counter:after{
          content: "%";
        }
        
        .custom-progress div.progress-bar-alt span.counter:after{
          content: "/100";
        }
        
        @media (max-width: 767px){
            .progress-bars{
                width: 100%;
            }
        }
        
        @media (min-width: 480px) and (max-width: 767px){
            .progress-bars{
                padding-right: 10%;
                padding-left: 10%;
            }
        }


/* call to action */

.bar{
    clear: both;
    text-align: center;
    padding: 0;
    background-size: cover;
    min-height: 360px;
}

.margin-top{
    margin-top: 70px;
}

    .bar div{
        letter-spacing: 1.5px;
        font-weight: 400;
        padding: 60px 80px;
    }
    
    @media(max-width: 480px){
      .bar div{
        padding: 40px;
      }
    }
    
    .bar h2{
        font-size: 50px;
        text-transform: uppercase;
        color: #3db54a;
        padding-top: 20px;
        text-align: center
    }
    
    .one-col-bar h2{
	font-weight: 300;
    }
    .bar h3{
      padding-top: 30px;
    }
    
    
    .bar .btn{
        background: transparent;
        border: 5px rgba(255,255,255,0.5) solid;
        color: rgba(255,255,255,0.5);
        letter-spacing: 1.5px;
        padding: 10px 30px;
        font-weight: 700;
        font-size: 24px;
        margin-top: 30px;
    }
    
        .bar .btn:hover{
            border: 5px #3db54a solid;
            color: #fff;
        }
    
    @media(max-width: 480px){
        .bar h2{
            font-size: 40px;
        }
        .bar .btn{
            font-size: 20px;
            padding: 10px 20px;
        }
    }


#contact-bg{
  background: linear-gradient(
      rgba(0,0,0,0.4), 
      rgba(0,0,0, 0.6)
    ), url(../images/services-bar.jpg) 50% 0 no-repeat fixed;
  background-size: cover;
}

#contact-bar{
  background: linear-gradient(
      rgba(0,0,0,0.4), 
      rgba(0,0,0, 0.6)
    ), url(../images/home-cover3.jpg) 50% 0 no-repeat fixed;
  background-size: cover;
}

.contact-bar .contact-details{
  border: none;
}
  .contact-bar .contact-details div{
    min-height: 300px;
    opacity: 0.8;
  }
    .contact-bar .contact-details div:hover{
      opacity: 0.9;
    }

  .contact-bar .contact-details i{
    color: #333;
  }
  
  .contact-bar input,
  .contact-bar textarea{
    opacity: 0.8;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
  }
    .contact-bar input:hover,
    .contact-bar textarea:hover{
      opacity: 0.9;
    }
    
    .contact-bar .custom-btn:hover{
      background: transparent;
      color: #fff;
    }

#two-cols-bar section:first-child{
    background: linear-gradient(
    rgba(0,0,0,0.4), 
    rgba(0,0,0, 0.6)
  ), url(../images/bar-bg.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
}


#two-cols-bar section:last-child{
    background: linear-gradient(
    rgba(0,0,0,0.4), 
    rgba(0,0,0, 0.6)
  ), url(../images/portfolio-bar.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
}

.two-cols-bar section{
    padding: 70px 80px;
    min-height: 440px;
}

 .two-cols-bar .fix-height{
    min-height: 380px;
  }

@media(max-width: 991px){
  .two-cols-bar section:first-child,
  .two-cols-bar section:last-child{
    padding: 40px;
  }
}
@media(max-width: 767px){
  .two-cols-bar p{
    text-align: center;
    font-size: 20px;
  }
  .two-cols-bar section:first-child,
  .two-cols-bar section:last-child{
    min-height: 330px;
  }
}

  
/* SERVICES */
 
#services-grid li{
  padding: 0
}

#services-list a{
  color: #666;
}

  #services-list article:hover{
    background: #f7f7f7;
  }
  
    #services-list article:hover h2{
      color: #fff;
    }
  
    #services-list article:hover a{
      letter-spacing: 1.5px;
    }

  @media(max-width: 767px){
    #services-list article{
      min-height: 300px;
    }
  }



/* services-alt */

.each-block p{
    font-size: 14px;
    font-weight: 300;
    background-color: #000;
    padding: 30px 20px;
    color: rgba(255,255,255,0.7);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-align: left;
}

    .each-block:hover > p{
        background-color:  #222;
    }
    
    .each-block a{
        display: block;
        margin-top: 30px;
        margin-bottom: 10px;
        font-weight: 400;
        font-size: 12px;
        color: rgba(255,255,255, 0.7);
	background: #3db54a;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        padding-top: 10px;
        padding-bottom: 10px;
	float: left;
    }
    
        .each-block:hover > p a{ 
            letter-spacing: 1.5px;
            background: #222;
            border-top: 1px #444 solid;
            border-bottom: 1px #444 solid;
        }
        
        .each-block p a:hover{
            color: rgb(255,255,255);
        }


.each-block h4{
    text-transform: uppercase;
    margin-bottom: 30px;
}

@media(max-width: 991px){
    .each-block{
	margin-bottom: 50px;
    }
}

@media(max-width: 680px){
    .each-block a{
	margin-top: 30px;
	position: absolute;
    }
    .each-block{
	margin-bottom: 100px;
    }
}


/* block details */

.block-details{
  padding: 60px 70px;
  border: 1px solid #eee;
  margin-left: -1px;
  margin-top: -1px;
}

.block-details h4{
    color: #3db54a;
}
  #services-grid > li:nth-child(odd){
    background: #f7f7f7;
  }

@media(max-width:480px){
  .block-details{
    padding: 30px 40px;
    }
}

.block-details p{
  margin-top: 30px;
  margin-bottom: 30px;
}

.block-details li{
  color: #666;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.block-details .btn{
  
  margin-top: 20px;
  font-size: 12px;
  background: #3db54a;
}

  .block-details .btn:hover{
    color: #fff;
    background: #000;
  }

.block-details:hover .btn{
  opacity: 1;
}

.block-details h6{
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}

/*shop button*/

.shopbtn{
  border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    display: inline-block;
    background-color: #3db54a;
    padding: 8px 12px;
    color: #fff;
    margin-top: 20px;
	font-size:14px

}

  .shopbtn:hover{
    color: #fff;
    background: #000;
  }



/* SMALL BOXES */
 
.box-sm article{
  padding: 20px 30px;
  border: 1px solid #eee;
  margin-left: -1px;
  margin-bottom: -1px;
}

.box-sm .box-title-icon{
  float: right;
  color: #f7f7f7;
  font-size: 30px;
}

  .box-sm h2{
    text-align: right;
    margin-top: 30px;
  }
  
  .box-sm h4{
    color: #3db54a
  }

  .box-sm article > a{
    position: absolute;
    margin-top: 45px;
  }

  
  @media(max-width: 991px){
      .box-sm .home-team{
          clear: left;
      }
  }
  
  @media(min-width: 767px) and (max-width: 991px){
      .box-sm .home-team{
          margin-right: 2px;
      }
  }
  .box-sm .home-team span{
    padding: 0;
    display: inline;
  }

  .box-sm .home-team section{
    display: inline-block;
    padding-top: 10px;
  }


/* SMALL BOXES ALT */
 
.box-sm-alt article{
  padding: 30px;
  border: 1px solid #eee;
  margin-left: -1px;
  margin-bottom: -1px;
  min-height: 320px;
}

.box-sm-alt .box-title-icon{
  float: right;
  color: #f7f7f7;
  font-size: 30px;
}

  .box-sm-alt h4{
    margin-top: 50px;
    letter-spacing: 1.5px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    color: #3db54a;
  }
  
  .box-sm-alt h2{
    color: #f7f7f7;
    margin-top: 50px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
  }
  .box-sm-alt .dark-bg h2{
    color: #222;
  }

.service-hover-layer{
  opacity: 0;
  position: absolute;
}
  
.box-sm-alt article:hover .service-hover-layer{
  opacity: 1;
}

  .box-sm-alt article:hover h2{
    font-size: 0;
    margin: 10px;
  }
  
  .box-sm-alt article:hover h4{
    margin-top: 20px;
  }
  
  .box-sm-alt p{
    margin-bottom: 35px;
    margin-top: 5px;
  }
  .box-sm-alt p,
  .box-sm-alt a{
    margin-right: 30px;
  }
  
  @media(max-width: 480px){
    .box-sm-alt h2,
    .box-sm h2{
      font-size: 40px; 
    }
  }
  

/* =================================
 *
       PRICE TABLE
 */


#price-table > header{
    margin-top: 50px;
    margin-bottom: 50px;
}

.price-table{
    border: 1px solid #eee;
    margin-left: -1px;
    text-align: center;
}
    
    @media(max-width: 991px){
        .price-table{
            margin-bottom: 10px;
        }
    }
    
    @media(max-width: 480px){
        .price-table{
            width: 100%;
        }
    }

    .price-table h2{
        padding-top: 80px;
        padding-bottom: 80px;
        margin-bottom: 30px;
        background-color: #f7f7f7;
        color: #666;
        font-size: 60px;
        text-align: center;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        color: rgba(0,0,0, 0.8);
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }
        .price-table h2 small{
            font-size: 16px;
            color: #ccc;
            display: block;
            font-weight: 300;
            letter-spacing: 1.5px;
            margin-top: 10px;
        }
        
        .price-table h2 sup{
            opacity: 0.5;
            font-size: 24px;
        }

        .price-table:hover h2{
          border-radius: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0;
        }
        .price-table:hover h4{
          border-color: #666;
        }
    
    .price-table h4{
        margin-top: 25px;
        margin-bottom: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        font-size: 30px;
        color: #666;
        text-transform: uppercase;
        font-weight: 300;
        border-bottom: 10px #f7f7f7 solid;
    }
    
    @media(min-width: 992px){
        .price-table:hover h2{
            font-size: 70px;
            color: #000;
        }
        
        .price-table.featured:hover h2{
          font-size: 70px;
          color: #fff;
        } 
    }

    .price-table footer .btn{
        background: #666;
        border: 3px solid #666;
        font-weight: 400;
        margin-bottom: 50px;
        margin-top: 50px;
        letter-spacing: 1.5px;
        display: block;
    }
    
        .price-table footer .btn:hover{
            background: #fff;
            color: #666;
        }
    
    .price-table.featured h2{
        background-color: #3db54a;
        font-size: 60px;
        font-weight: 700;
        color: #fff;
    }

    .price-table.featured h4{
        color: #000;
        font-weight: 700;
        border-color: #000;
    }
    
    .price-table.featured small{
	color: #000;
    }
    
    .price-table.featured h2 sup{
        font-weight: 300;
    }
    
    .price-table.featured footer .btn{
        background: #000;
        border: 3px solid #000;
    }
        .price-table.featured footer .btn:hover{
            background: #fff;
            color: #000;
        }

.price-table ul{
    padding-left: 0;
}

    .price-table ul li{
        list-style: none;
        padding: 10px;
        border-bottom: 1px solid #f7f7f7;
        color: #666;
        text-transform: capitalize;
        font-weight: 300;
    }
 

/* CLIENTS */

#clients-list section > div{
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  margin-left: -1px;
  padding: 50px 25px;
}

  @media (max-width: 480px){
    #clients-list section > div{
      width: 100%;
      border-bottom: 1px solid #eee;
      border-top: 1px solid #eee;
      border-right: none;
      border-left: none;
      margin-top: -1px;
      margin-left: 0;
    }
  }

#clients-list span img{
 
}
.client-hover{
  opacity: 0;
  padding: 30px;  
  color: #fff;
  background: rgba(0,0,0,0.8);
  top: 0;
  bottom: 0;
  right: 0;
  left:0;
  position: absolute;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

  #clients-list div:hover .client-hover{
    opacity: 1;
  }
  
  .client-hover h5{
    color: #ccc;
  }
  
  .client-hover p{
    text-transform: capitalize;
    font-family: Lato;
    letter-spacing: 1.5px;
  }
  
  .client-hover:hover span i{
    color: #3db54a;
  }
  

  @media(max-width: 767px){
    .client-hover{
      padding: 60px 30px;
    }

  }
  
  @media(max-width: 480px){
    .client-hover{
      padding: 30px;
    }
    .client-hover h5{
      font-size: 14px;
    }
    
    .client-hover p{
      font-size: 12px;
    }
  }
 

/* PORTFOLIO */

.grid-layout {
    list-style: none;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

    .grid-layout div {
        height: 50%;
        width: 100%;
        opacity: 0.7;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -ms-transition: all 0.4s;
        transition: all 0.4s;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.8);
        z-index: 100;
        padding: 50px;
    }
        .grid-layout div span {
            display: block;
            font-size: 12px;
            padding-top: 5px;
            opacity: 0.8;
            color: #3db54a;
            font-weight: 400;
            letter-spacing: 1.5px;
            text-transform: uppercase;
        }
    
    .grid-layout figure {
        position: relative;
    }
      .grid-layout figure:hover img{
          -webkit-filter: grayscale(100%);
          filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
       }
                
    @media (max-width: 767px){
      
        .grid-layout{
            margin-bottom: 0;
            padding-bottom: 0;
        }
        .grid-layout li{
            margin-bottom: 20px;
        }
    }
 
.entry {
    position: relative;
    float: left;
    cursor: pointer;
    list-style: none;
} 

.hover-effect{
    margin-top: 0;
}

    .hover-effect li{     
       padding: 15px;
    }
    
    .hover-effect.no-padding li{
      padding: 0;
    }
    
    .hover-effect div h4 {
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
    }

    .hover-effect a{
        text-decoration: none;
        float: none;
        margin-top: 50px;
        opacity: 0;
    }
      .hover-effect a:hover{
        border-color: #fff;
      }
        .hover-effect i:hover,
        .hover-effect i:focus{
            background: transparent;
            color: #fff;
            letter-spacing: 0.5px;
        }

.hover-effect figure:hover div{
    padding-top: 100px;
    opacity: 1;
    height: 100%;
}

  .hover-effect figure:hover div a{
    opacity: 1;
  }
  
    @media (max-width: 767px) {
      .hover-effect figure h4{
          font-size: 28px;
          margin-bottom: 20px;
      }
    }
    
    @media(max-width: 640px){
      .hover-effect figure:hover div{
        padding-top: 50px;
      }
    }
    
    @media(max-width: 480px){
        .hover-effect figure h4{
            font-size: 20px;
            margin-bottom: 10px;
            margin-top: 0;
        }

        .hover-effect figure img{
          min-height: 200px;
        }
    }
        .portfolio-classic div{
           position: relative;
           padding: 20px;
           height: 120px;
           opacity: 1;
           background: #000;
        }
        
        .portfolio-classic figure:hover div{
           height: 320px;
           padding-top: 70px;
        }
        
        .portfolio-classic figure:hover img{
           
        }
 
 
/* portfolio filter & blog filter */

.grid-filter{
    padding: 0;
    list-style: none;
    height: 120px;
}

  @media(max-width: 991px){
    .grid-filter{
      height: 220px;
      text-align: left;
      margin-left: 30px;
    }
  }

  .grid-filter li{
    margin-bottom: 20px;
    margin-left: -30px;
    display: block;
  }

    .grid-filter a{ 
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	line-height: 39px;
	letter-spacing: 1.5px;
	   transition: all 0.3s ease;
	  -webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  -ms-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
    }
        
	.grid-filter a:hover,
	.grid-filter a:focus{
	  color: #666;
	}
	
	.grid-filter a.selected,
	.grid-filter a.selected:hover,
	.grid-filter a.selected:focus{
	    color: #3db54a;
	}

	.grid-filter a div{
	  transition: all 0.3s ease;
	  -webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  -ms-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  font-size: 10px;
	  color: #fff;
	  font-weight: 400;
	  position: absolute;
	  font-family: Lato;
	  z-index: -1;
	  margin-left: 3px;
	}
	
	  @media(max-width: 991px){
	     .grid-filter a div{
	       margin-left: -30px;
	     }
	  }
	
	  .grid-filter a:hover div,
	  .grid-filter a.selected div{
	    font-size: 80px;
	    color: #eee;
	  }


/* SINGLE PROJECT */
#single-project-description article{
    padding-left: 0;
    padding-right: 0;
}

#single-project-description article h4{
    color: #3db54a;
}

#single-project-meta section{
  margin-top: -60px;
}

#single-project-meta article{
  border: 1px solid #eee;
  padding: 20px;
  margin: 10px 0 0 0;
  background: #f7f7f7;
  opacity: 0.8;
  text-align: center;
}

#single-project-meta article a{
    font-family: Lato;
    font-weight: 300;
}

    @media(max-width: 480px){
	#single-project-meta article{
	    width: 100%;
	}
    }


  #single-project-meta.meta-alt{
    margin-bottom: 70px;
  }
  
    #single-project-meta.meta-alt article{
      margin-left: 0;
    }

  #single-project-meta div{
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-weight: 300;
  }
  
  #single-project-meta h6{
    text-transform: uppercase;
    letter-spacing: 1.5px;
  }

.project-preview{
  padding: 0;
}
  .project-preview img{
    margin-bottom: -1px;
    padding: 20px;
    border: 1px solid #eee;
  }
  
    .project-preview img:hover{
      padding: 10px;
    }

  .project-preview h4{
    margin-bottom: 40px;
  }

.client-review{
  background: #000;
  color: #fff;
  padding: 40px 50px;
  margin-top: 50px;
}

  .client-review p{
    color: #aaa;
  }
  
  .client-review h2{
    color: #222;
  }

  @media(max-width: 767px){
      #single-project-meta div{
        letter-spacing: 1.5px;
      }
      
      #single-project-meta h6{
        font-size: 12px;
        letter-spacing: 1.5px;
      }
      
      #single-project-meta article{
        padding: 10px;
      }
      
      #single-project-meta section{
        margin-top: -50px;
      }
  }
  
/* BLOG */

.blog-post-list{
  padding: 0;
  font-size: 13px;
  font-family: Oswald;
}
  .blog-post-list .day{
    color: #000;
    font-size: 70px;
  }
  
  .blog-post-list .month{
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
  }
  
  .blog-post-list h4{
    text-transform: capitalize;
    font-weight: 300;
    color: #666;
  }

  .blog-post-list img{
    position: relative;
  }
  .blog-post-list div{
    top: 0;
    position: absolute;
    background: rgba(255,255,255, 0.7);
    height: 100%;
    width: 100%;
    padding: 12%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
    .blog-post-list div:hover{
      background: rgba(255,255,255, 0.8);
    }
  
.blog-post-list .meta{
  opacity: 0;
  letter-spacing: 1.5px;
  bottom: 0;
}
    .blog-post-list .meta,
    .blog-post-list .meta a{
      color: #000;
        font-family: Lato;
    }
    
    .blog-post-list .meta i{
      margin-right: 3px;
      margin-left: 3px;
    }
        .blog-post-list div:hover .meta{
          opacity: 1;
        }
  
  .blog-post-list a:hover h4{
    color: #000;
  }
  
  .blog-post-list div:hover h4{
    margin-bottom: 50px;
  }
  
    @media(max-width: 580px){
      #blog-list article{
        width: 100%;
      }
    }
    @media(max-width: 480px){
      .blog-post-list h4{
        font-size: 24px;
      }
    }

      @media(max-width: 991px){
        #blog-grid.hover-effect figure div{
            padding-top: 30px;
        }
        #blog-grid.hover-effect figure:hover div{
            padding-top: 50px;
        }
      }
      
      @media(max-width: 650px){
        #blog-grid.hover-effect figure div{
            padding-top: 20px;
        }
          #blog-grid.hover-effect figure:hover div{
              padding-top: 30px;
          }
          
        #blog-grid div h4{
          font-size: 22px;
        }
      }
      
      @media(max-width: 480px){
        #blog-grid div{
          height: 70%;
          text-align: center;
        }
          #blog-grid figure:hover div{
            height: 100%;
          }
            #blog-grid div a{
              margin-top: 20px;
            }
      }


/* blog single post */

#blog .rect-banner{
  padding-left: 40px;
  padding-right: 40px;
}


.post-photos div{
  margin-top: 50px;
  margin-bottom: 50px;
}
.post-photos div img{
  border: 1px solid #eee;
  padding: 10px;
  
}

/* blog post thumbnails */

  .blog-post-thumbnails .img-border{
    border: 1px solid #eee;
    padding: 10px;
  }
      .blog-post-thumbnails .img-border:hover{
          padding: 0;
      }
      
      .blog-post-thumbnails .img-fade:hover{
          opacity: 0.8;
      }
      
  .blog-post-thumbnails .img-border-radius{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  
    @media(max-width: 480px){
      .blog-post-thumbnails div{
        width: 100%;
        height: 100%;
      }
      
      .blog-post-thumbnails img{
        margin-bottom: 20px;
      }
    }
    
  
/* blog post quote */
 
.blog-post-quote{
  padding: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-left: 10px #3db54a solid;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

  .blog-post-quote p.lead{
    margin-top: 0;
    color: #666;
    display: inline;
  }
  .blog-post-quote footer{
    display: block;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #666;
    font-weight: 700;
    font-family: Oswald;
  }
  
  
/* blog post social share icons */

.blog-social-share{
  padding: 70px;
}
  .blog-social-share a{
      color: #fff;
  }
      .blog-social-share a:hover{
          letter-spacing: normal;
      }
      
   .blog-social-share h4{
        display: inline;
        margin-right: 20px;
        margin-left: 20px
    }
    
    .blog-social-share span{
      padding: 10px 20px;
      display: inline-block;
    }
      .blog-social-share span:hover a{
        color:  #999;
      }

  @media(max-width: 767px){

      .blog-social-share{
        text-align: center;
      }
        .blog-social-share h4{
          display: block;
          margin-bottom: 30px;
          margin-right: 0;
          clear: both;
        } 
  }
  
  @media(max-width: 480px){
    .blog-social-share span{
      margin-bottom: 3px; 
    }
  }
  
  
/* sidebar */

#sidebar{
  padding: 0;
}
  @media(max-width: 991px){
    #sidebar{
      margin-top: 50px;
      clear: both;
    }
  }
  
#sidebar section{
  clear: both;
  padding: 0;
}

  #sidebar header,
  #sidebar article{
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  #sidebar .meta .author-name{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
      #sidebar .author-name span{
        color: #999;
        letter-spacing: 1.5px;
        text-transform: uppercase;
      }
  
    #sidebar .meta .author-name h4{
      color: #fff;
    }
  
  #sidebar .meta .author-info{
    padding: 0;
    background: #f7f7f7;
  }
  
    #sidebar .author-info .social-icons{
        margin-bottom: 50px;
        margin-top: 50px;
      }

.sidebar-social-icons a{
  border-bottom: 3px #eee solid;
  padding: 15px;
  display: block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  color: #ccc;
  font-weight: 300;
  font-size: 16px;
}
.sidebar-social-icons i{
  font-size: 24px;
}
  
  .sidebar-social-icons span{
    margin-left: 30px;
    margin-right: 10px;
    color: #333;
    font-weight: 400;
  }


/* tags cloud */
#tags ul{
    margin: 30px 15px 15px -15px;
    display: inline-block;
}
    #tags ul.tags a{
        background-color: #000;
        padding: 10px 15px;
        color: rgba(255,255,255, 0.7);
        font-weight: 300;
        -webkit-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        text-transform: lowercase;
        letter-spacing: 1.5px;
        font-size: 14px;
        font-family: Lato;
    }

    #tags ul.tags a:hover,
    #tags ul.tags a:focus{
        color: #fff;
        background: #3db54a;
    }

        #tags ul.tags li{
            display: inline-block;
            margin-bottom: 18px;
            margin-right: 0;
        }

/* categories list */
ul.bullets{
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
  list-style: none;
}
   ul.bullets li{
    margin-bottom: 15px;
    
   }
  ul.bullets li:before{
    font-family: "FontAwesome";
    content: "\f10c";
    display: inline;
    text-align: center;
    font-size: 8px;
    margin-right: 20px;
  }
  ul.bullets li a{
    letter-spacing: 1.5px;
    font-family: Lato;
  }
      ul.bullets li a:hover{
        letter-spacing: normal;
      }
      
/* post comments */

#post-comments h4{
  margin-bottom: 50px;
}
#post-comments div{
  margin-right: 12px;
   padding: 0;
}

  @media(max-width: 480px){
    #post-comments input{
      width: 100%;
    }
  }

/* comments list */

#comments-list{
  padding-left: 0;
  padding-right: 0;
}
  #comments-list h4{
    margin-bottom: 50px;
  }
.media-list{
  padding: 50px 0 50px 50px;
  border-left: 10px solid #3db54a;
  background: #fff;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

  .media-list > .media{
      border-bottom: 5px solid #f7f7f7;
      padding-bottom: 30px;
      margin-bottom: 30px;
  }
    .media-list > .media:last-child{
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0;
    }
    .media-list h5 span{
      margin-right: 10px;
    }

    .media-list h5 small{
      color: #ccc;
      font-weight: 300;
      font-family: Lato;
    }
    
    .media-list .reply a{
      color: #ccc;
    }
    
      .media-list .media-body:hover .reply a{
        color: #000;
      }

.media .media-heading,
.media p{
  margin-left: 10px; 
}  

.media.nested-media{
  margin-top: 50px;
}

  @media(max-width: 480px){
    .media-list{
      padding: 20px; 
    }
    .media-list span i{
      font-size: 16px;
    }
  }


/* blog pagination */

.pagi > li:first-child > a{
  margin-left: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-color: #f7f7f7;
}
.pagi > li:last-child > a{
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.pagi > .disabled > a:hover{
  cursor: default;
}

.pagi li a {
    display: block;
    width: 35px;
    height: 35px;
    margin-right: 1px;
    
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border: none;
    border-bottom: 10px solid #f7f7f7;
    color: #000;
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    
}

    .pagi li a:hover,
    .pagi li a:focus{
        background: #000;
        color: #fff;
        border-color: #000;
    }
    
    .pagi > .active > a,
    .pagi > .active > a:hover{
      background-color: #000;
      border-color: #000;
    }
 
 
 
/* photo stream */

.photo-stream div{
    padding: 0;
}
    .photo-stream div img{
	-webkit-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	-moz-transition:  opacity 0.4s;
	-o-transition:  opacity 0.4s;
	transition:  opacity 0.4s;
    }
	.photo-stream div img:hover,
	.photo-stream div img:focus{
	    opacity: 0.8;
	}
 
 /* subscribe form */
#subscribe{
   background: linear-gradient(
     rgba(0,0,0,0.4), 
     rgba(0,0,0, 0.6)
   ), url(../images/services-bar.jpg) 50% 0 no-repeat fixed;
 background-size: cover;
}
 
#subscribe h2{
  margin-bottom: 50px;
}
#subscribe input{
  width: 400px;
  height: 40px;
  background: rgba(255,255,255, 0.8);
  margin: 0 auto;
}
  #subscribe a{
    width: 400px;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  
  @media(max-width: 480px){
    #subscribe input,
    #subscribe a{
      width: 300px;
    }
  }
 
 
/* FOOTER */

#footer{
  padding: 0;
}
.copyright{
     margin-bottom: 0;
     margin-top: 0;
     clear: both;
     text-align: center;
     background: #000;
     padding: 120px;
}
    .copyright div{
        display: block;
        color: #666;
        padding-top: 10px;
        font-size: 12px;
        letter-spacing: 1.5px;
    }
        .copyright a{
            font-size: 12px;
            letter-spacing: 1.5px;
            margin-left: 2px;
            color: rgba(255,255,255,0.7);
        }
        .copyright i{
            margin-right: 2px;
            margin-left: 2px;
        }

/* footer & menu social icons */

.menu-social-icons{
  padding: 50px 15px;
}

.footer-social-icons{
  padding: 20px 8px 30px 8px;
}
    .main-social-icons a{
        display: inline-block;
        margin-right: 4px;
        letter-spacing: normal;
    }
      .main-social-icons a span{
        letter-spacing: 1.5px;
      }
      .main-social-icons i,
      .main-social-icons span{
        
        padding: 0 6px 30px 6px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -ms-transition: all 0.4s;
        transition: all 0.4s;
      }
      
      .main-social-icons i:hover,
      .main-social-icons span:hover{
       
        color: #3db54a;
        background: #000;
      }
      
      @media(max-width: 680px){
        .menu-social-icons{
            margin-bottom: 20%;*/
        }
      }
      
      @media(max-width: 480px){
        .word-icons a{
          display: block;
          margin-bottom: 70px;
        }
      }
      
  .footer-border-top{
    border-top: 1px solid #eee;
  }
  
  
/* CONTACT PAGE */

.form-horizontal{
    margin-bottom: 100px;
}

.form-control{
    border-radius:0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #eee;
    font-weight: 300;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

    .form-control:focus {
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        background: #fff;
    }
    
    .form-control:hover,
    .form-control:focus{
        border-color: #eee;
    }

.custom-btn{
    color: #fff;
    background-color: #3db54a;
    border: none;
    width:100%;
    padding-top:15px;
    padding-bottom: 15px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 300;
    border: 2px solid transparent;
}

    .custom-btn:hover,
    .custom-btn:focus{
        color: #fff;
        background-color: #fff;
        color: #000;
        border: 2px solid #000;
        outline: none;
    }



form input[type="text"].error, form input[type="password"].error, form input[type="date"].error, form input[type="datetime"].error, form input[type="datetime-local"].error, form input[type="month"].error, form input[type="week"].error, form input[type="email"].error, form input[type="number"].error, form input[type="search"].error, form input[type="tel"].error, form input[type="time"].error, form input[type="url"].error, form textarea.error {
    border-color: red;
}


#success, #error {
    display:none
}

#success span, #error span {
    display: block;
    position: absolute;
    background-color: rgba(255,255,255,0.8);
}

    #success span.layer-size-1,
    #error span.layer-size-1{
        top: 50px;
        padding-top: 40px;
        padding-bottom: 40px;
        width: 100%;
        height: 500px; 
    }
    
    #success span.layer-size-2,
    #error span.layer-size-2{
        top: 0;
        padding-top: 40px;
        padding-bottom: 40px;
        width: 96%;
        height: 431px;
        background: transparent;
    }

    @media(max-width: 767px){
        #success span.layer-size-1,
        #error span.layer-size-1{
            width: 95%;
        }
    }

        #success span i {
            color: #00B355;
            margin-top: 2.5em;
        }
            
        #error span i {
            color: #c0392b;
            margin-top: 6em;
        }


.green-btn{
    background-color: green;
}

#map{
    width: 100%;
    height: 340px;
    border: none;
}

#map.map-height{
  height: 510px;
}
  
.contact-details{
    border: 1px solid #eee;
    padding: 0;
}

.contact-details > div{
  min-height: 250px;
  padding: 20px 40px;
}

.contact-details > div:hover i{
  color: #000;
}

.contact-details h5,
.contact-details a{
  font-family: Lato;
}
    .contact-details h5 a{
        letter-spacing: 1.5px;
    }
    .contact-details h5 span{
      display: block;
      margin-bottom: 6px;
    }

    .contact-details i{
        margin-bottom: 20px;
        -webkit-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }
    
        .contact-details:hover td i{
            color: #fff;
        }

.contact-form h4{
  margin-bottom: 50px;
  margin-top: 0;
  color: #3db54a;
}


/* ISOTOPE PLUGIN */

.isotope-item {
    z-index: 2;
}
  
.isotope-hidden.isotope-item {
    z-index: 1;
}
  
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
     -ms-transition-duration: 0.8s;
     -o-transition-duration: 0.8s;
        transition-duration: 0.8s;
  }
  
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
     -ms-transition-property: height, width;
     -o-transition-property: height, width;
          transition-property: height, width;
}
  
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
     -ms-transition-property:    -ms-transform, opacity;
     -o-transition-property:    -o-transform, opacity;
          transition-property:         transform, opacity;
}


/* -- LIGHTBOX --
 * =====================================================================
 */


.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  width: 250px;
  height: 250px;
  margin: 0 auto;

}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/img/prev.png) left 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover,
.lb-nav a.lb-prev:focus{
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/img/next.png) right 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover,
.lb-nav a.lb-next:focus{
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1.5px;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #fff;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover,
.lb-data .lb-close:focus{
  cursor: pointer;
  opacity: 1;
}

    
/* JCAROUSEL Plugin */

.jcarousel-wrapper {
    position: relative;
    margin-top: 30px;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: inline-block;
}
    .jcarousel ul {
        width: 20000em;
        position: relative;
        list-style: none;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .jcarousel li {
        float: left;
        padding: 5px;
    }
    
    .jcarousel figure img {
        display: block;
        height: auto !important;
    }

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: -33px;
    margin-top: -20px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #000;
    text-decoration: none;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    z-index: 100;
}

    .jcarousel-control-prev:hover,
    .jcarousel-control-prev:focus,
    .jcarousel-control-next:hover,
    .jcarousel-control-next:focus{
        background: #000;
        color: #fff;
        text-decoration: none;
    }
    
        .jcarousel-control-prev i,
        .jcarousel-control-next i{
            padding-top: 8px;
            color: #000;
        }
        
            .jcarousel-control-prev:hover i,
            .jcarousel-control-next:hover i{
                color: #fff;
            }

.jcarousel-control-prev {
    right: 35px;
} 

.jcarousel-control-next {
    right: 5px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    display: inline-block;
    top: 150px;
    right: 5%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    display: block;
    padding: 10px;
    margin-bottom: 5px;
    background: rgba(255,255,255,0.3);
    opacity: 1;
    color: transparent;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: none;
}

    .jcarousel-pagination a.active{
        padding: 10px 20px;
        color: rgba(0,0,0,0.9);
        background: rgba(255,255,255,0.4);
        font-size: 90px;
    }
    
    .jcarousel-pagination a:hover,
    .jcarousel-pagination a:focus{
   
    }
    
    @media(max-width: 1200px){
        .jcarousel-pagination{
          right: 3%;
        }
    }
    @media(max-width: 991px){
        .jcarousel-pagination{
          right: 2%;
        }
        .jcarousel-pagination a{
          padding: 5px;
        }
        .jcarousel-pagination a.active{
          font-size: 50px;
        }
    }
    
    @media(max-width: 767px){
        .jcarousel-pagination{
            right: 3%;
            top: 70px;
        }
    }
    @media(max-width: 700px){
      
      .jcarousel-pagination{
          right: 3%;
	  top: 25%;
      }
      .jcarousel-pagination a{
        padding: 3px;
        
      }
      .jcarousel-pagination a.active{
          font-size: 20px;
      }
    }
    
    @media(max-width: 480px){
        .jcarousel-pagination{
          right: 2%;
         }
        .jcarousel-pagination a{
          padding: 5px;
        }
        .jcarousel-pagination a.active{
          font-size: 0;
          padding: 5px;
          color: transparent;
        }
    }

/* END OF JCAROUSEL */


/* FONT AWESOME START */


/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}


/* FONT AWESOME END */
    





/* DEMO STYLES */

#demo img{
  border: 10px solid #000;
  margin-top: 30px;
    -webkit-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -moz-transition:  opacity 0.4s;
    -o-transition:  opacity 0.4s;
    transition:  opacity 0.4s;
}
  #demo img:hover{
    opacity: 0.8;
  }

#demo h4{
  color: #000;
}

#demo a span{
    font-size: 16px;
    color: #666;
    font-family: Lato;
    text-transform: capitalize
}
    #demo a div{
	margin-top: 100px;
    }

    .demo span{
	color: #666;
	display: block;
	font-weight: 300;
    }



