
/*
Template Name: Fayard
Author: Y Brasil Smartsite
Author URI: http://ysmartsite.com.br
Version: 1.0
*/


/* Table of Content
==================================================
        
	H E A D E R + L O G O
	
	M E N U - COLLAPSE - THE NAVBAR
	    MEGA MENU
	    NAVBAR SEARCH ICON
	    SEARCH FORM
	    FULLSCREEN MENU - MODERN
	    SUBMENU ITEMS
	
	H O M E
	
	B A N N E R
	
	B A C K G R O U N D S
	
	A B O U T
	    PROGRESS BARS
	    FUN COUNTERS
	
	P O R T F O L I O
	
	B L O G
	    PAGINATION
	    BLOG SINGLE
	    BLOG SIDEBAR
	    
	S E R V I C E S
	    PRICE TABLE
	    WORK PROCESS
	    
	T E S T I M O N I A L
	    
	C O N T A C T S
	    GOOGLE MAP
	    
	F O O T E R
	
        
===================================================

/*  #3DADDE	 --> main /default color */




/*
 * ============================================
 *          G E N E R A L   S T Y L E S
 * ============================================
 */

body{
    font-family: 'Open Sans';
    font-weight: 300;
    line-height: 1.8;
    position: relative;
    color: #666;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.solicita-ct-bt {
font-family: "Roboto", Sans-serif;
    font-weight: 500;
    background-color: #1CCF34;
    box-shadow: 0px 0px 7px 3px rgba(0, 255, 2.2173913043478133, 0.5);
}

/* Botão pesquisar e Mais Botões */
.btnContato, .btnMaisBotoes{
	position: fixed;
	float: bottom;
	bottom: -10px;
	right: 15px;
	z-index: 100;
}

/* Botão superior esquerdo */
.btnSupEsquerdo{
	position: fixed;
	float: top;
	top: 15px;
	left: 15px;
	z-index: 100;
}

.btnContatoInput, .btnContatoBtn , .btnMaisBotoesBtn, .btnMaisBotoesGrupo{
	display: inline-block;
	
	padding:8px;
}

.btnCircular{
	border-radius: 50%;
}

.btnPrincipal{
	font-size: 20px;
	padding: 15px;
	bottom: -200px;
    height: 60px;
    width: auto;
    right: 30px;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 34px !important;
    transition: opacity 0.05s ease-in 0.25s, background-color 0.2s ease-in;

}

.btnSecundario{
	font-size: 15px;
	padding: 10px;
}

a,img{
    color: #333;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.buscar {
	color:#3DADDE !important;
}
strong {
	color: #3DADDE;
}
.logo-vit {
	margin-left:auto;
	margin-right:auto;
}

.center {
	text-align: center !important;
}

p > a{
    border-bottom: dotted 1px #ccc;
    padding-bottom: 1px;
    color:  #3DADDE;
}
    a:hover,
    a:focus,
    button:hover,
    button:focus{
	text-decoration: none;
	outline: none
    }
    a:hover{
	color:  #3DADDE;
    }
@media(max-width: 500px){
	.logo-vit {
	max-width:40% !important;
	}
	.container>.navbar-header{
		    margin-right: 15px !important;
	}
}
}
 
@media(max-width: 480px){
    
    .col-xs-12{
	padding-right: 0;
	padding-left: 0;
    }
}

.line-separator{
    background: #eee;
    height: 1px;
    width: 100%;
    margin-bottom: 75px;
    margin-top: 75px;
}


.lead{
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-size: 18px;
}
    .lead-border-left{
	padding-left: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
	border-left: 3px solid #fff;
	position: relative;
    }
	.lead-border-left:after{
	    position: absolute;
	    content: "";
	    background:  #3DADDE;
	    width: 3px;
	    height: 0;
	    top: 0;
	    left: -3px;
	    -webkit-transition: all 0.8s;
	    -moz-transition: all 0.8s;
	    -o-transition: all 0.8s;
	    -ms-transition: all 0.8s;
	    transition: all 0.8s;
	}
	    .lead-border-left:hover:after{
		height: 100%;
	    }
    
    .lead-border-bottom{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 3px solid #fff;
    }
    
    .border-full{
	padding: 30px;
	border: 1px solid #eee;
	display: inline-block;
    }
    
    .border-white{
	border-color: #fff;
    }
    .border-color{
	border-color:  #3DADDE;
    }
    
    .border-black{
	border-color: #000;
    }
    
.section-header-margin-bottom{
    margin-bottom: 75px;
}
    
.form-group{
    margin-bottom: 0
}
    .form-group input{
	margin-bottom: 18px;
    }

    .form-control{
	border-radius: 0;
	-webkit-border-radius: 0;
	border-color: #eee;
	padding: 20px;
	-webkit-box-shadow: none;
	    box-shadow: none;
    }
	.form-control:focus{
	    border-color: #ccc;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}

.lead-title{
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000;
    line-height: 35px;
    font-family: 'Raleway';
    margin-bottom: 30px;
    margin-top: 0;
    display: inline-block;
}

.bullets{
    list-style: none;
    margin-bottom: 20px;
    margin-top: 20px;
}

   .bullets li { 
	padding: 0;
	margin-bottom: 10px;
	font-weight: 300;
	letter-spacing: 1px;
    }
    
    /* tick bullets */
    
    .bullets.arrow li:before {
	font-family: "linea-arrows-10";
	content: "\e068";
	position: absolute;
	font-size: 16px;
	margin-left: -40px;
	color: #ccc;
    }
    
    .bullets.circle li:before {
	content: "";
	position: absolute;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 5px;
	height: 5px;
	margin-top: 8px;
	margin-left: -40px;
	background: transparent;
	border: 1px solid #ccc
    }
	.bullets.circle li:hover:before{
	    background: #ccc;
	}


h1, h2, h3, h4, h5, h6{
    color: #000;
    font-family: Raleway
}
h1{
    font-size: 120px;
}

h2{
    font-size: 60px;
}

h3{
    font-size: 40px;
}

h4{
    font-size: 24px;
}

h5{
    font-size: 18px;
}

h6{

}

.heading-sm{
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 20px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    color: #999;
    font-size: 12px;
    font-style: italic;
    text-transform: uppercase;
}
    .heading-sm span{
	display: block;
	font-style: normal;
	letter-spacing: 5px;
	font-weight: 700;
	font-size: 16px;
	color: #000;
    }
    
.subtitle{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #666;
    
}
.subtitle span{
    position: relative;
    margin-right: 15px;
    padding-right: 15px;
}
    .subtitle span:after{
	content: "";
	position: absolute;
	background: #ccc;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	top: 8px;
	right: 0;
	width: 4px;
	height: 4px;
    }
    .subtitle span:last-child:after{
	content: "";
	display: none;
    }


@media(max-width: 767px){
    h1{
	font-size: 60px;
    }
}

.grayscale{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.btn-link{
    padding: 7px 10px;
    border: 3px solid transparent;
    background: #000;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: Raleway;
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.btn-link-green{
  padding: 7px 10px;
  border: 3px solid transparent;
  background: #1CCF34;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: Raleway;
  font-weight: 700;
  margin-top: 10px;
  display: inline-block;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.btn-link-green:hover{
	text-decoration: none;
	padding: 7px 15px;
    }

    .btn-link:hover{
	text-decoration: none;
	padding: 7px 15px;
    }

    .btn-link-transparent{
	background: transparent;
    }
    
    .btn-link-transparent-white{
	background: transparent;
	color: rgba(255,255,255, 1);
	border-color: #fff;
    }
	.btn-link-transparent-white:hover{
	    border-color: #fff;
	    color: #fff;
	}
	
    .btn-link-transparent-black{
	background: transparent;
	color: rgba(0,0,0, 0.7);
	border-color: #000;
    }
	.btn-link-transparent-black:hover{
	    border-color: #000;
	    color: #000;
	}
	
    .btn-link-solid-black{
	color: #fff;
    }
	.btn-link-solid-black:hover{
	    background: transparent;
	    border-color: #000;
	    color: #000;
	}
  .btn-link-solid-green{
    color: #fff;
      }
    .btn-link-solid-green:hover{
        background: transparent;
        border-color: #1CCF34;
        color: #1CCF34;
    }

.banner-full{
    height: 100vh;
}

.banner-sm{
    padding-top: 200px;
    padding-bottom: 100px;
}

.banner-xs{
    padding-top: 100px;
    padding-bottom: 100px;
}

.banner-half{
    height: 50vh;
}
.banner-75{
    height: 75vh;
}

.banner-sm{
    
}
.banner-400{
    height: 400px;
}

.banner-200{
    height: 200px;
}

    .banner-200 .banner-title{
	margin-top: 0;
    }
    
    @media(max-width: 991px){
	.banner-200 .banner-title{
	    margin-top: 55px;
	}
    }
    
    @media(max-width: 767px){
	.banner-200 .banner-title{
	    margin-top: 93px;
	}
    }
    
    @media(max-width: 480px){
	.banner-200 .banner-title{
	    margin-top: 138px;
	}
	.banner-200 .banner-title span{
	    top: -40px;
	}
    }

.no-padding{
    padding-left: 0;
    padding-right: 0;
}
.padding-100{
    padding: 100px;
}

.force-top{
	margin-top: 100px !important;
}

.padding-100-50{
    padding: 100px 50px;
}

.main-section-margins{
    margin-top: 150px;
    margin-bottom: 150px;
}

.main-section-margin-bottom{
  margin-bottom: 150px;
}

.main-section-margin-top{
  margin-top: 150px;
}

.main-section-paddings{
    padding-top: 150px;
    
}

.main-section-padding-top{
    padding-top: 150px;
}

.main-section-padding-bottom{
    padding-bottom: 150px;
}

.full-width{
    padding-left: 0;
    padding-right: 0;
}

.white-bg{
    background: #fff;
}

.transparent-white-bg{
    background: rgba(255,255,255, 0.8);
}

.light-bg{
    background: #f7f7f7;
}
.dark-bg{
    background: #000;
}
.color-bg{
    background:  #3DADDE;
}
.gray-bg{
    background: #222;
}

.thin{
  font-weight: 300;
}
.thick{
  font-weight: 400;
}
.vthick{
  font-weight: 700;
}
.white{
  color: #fff;
}
.white-transparent{
  color: rgba(255,255,255,0.5);
}

.black{
  color: #000;
}
.light{
  color: #f7f7f7;
}

.color-text{
    color:  #3DADDE;
}
.gray-text{
    color: #222;
}

.text-shadow{
    text-shadow: 1px 1px #000;
}

.border-bottom{
    border-bottom: 1px solid #eee;
}

.opacity-1{
    opacity: 1;
}
.opacity-09{
    opacity: 0.9;
}
.opacity-08{
    opacity: 0.8;
}

.opacity-07{
    opacity: 0.7;
}

.opacity-05{
    opacity: 0.5;
}

.opacity-03{
    opacity: 0.3;
}

.vc-text{
   position: absolute;
    margin: 0;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    padding: 0px 0px 50px;
    z-index: 1;
}
    @media(max-width: 991px){
	.vc-text{
	    padding: 50px;
	}
    }

.margin-top{
    margin-top: 100px;
}
.margin-bottom{
    margin-bottom: 100px;
}

.margin-bottom-50{
    margin-bottom: 50px;
}


/* firefox fix */ 
.img-responsive{
    width: 100%;
}

.transition{
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}


/*
 * ============================================
 *              H E A D E R + L O G O
 * ============================================
 */

/* page loader */

#loader-container{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2000;
    background: #fff;
    top: 0;
    left: 0;
}

.clear-loading {
  text-align: center;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}


.loading-effect-3 {
  width: 100px;
  height: 100px;
  margin-top: 40vh;
}
    .loading-effect-3 div {
      display: block;
      width: 100%;
      height: 100%;
      border: 1px solid #000;
      border-radius: 50%;
      -webkit-border-radius: 50%;
    }
	.loading-effect-3 div > span {
	  background:  #3DADDE;
	  width: 10px;
	  height: 10px;
	  display: block;
	  border-radius: 50%;
	  position: relative;
	  top: -5px;
	  left: 50%;
	  -webikt-transform-origin: 0 55px;
	  -moz-transform-origin: 0 55px;
	  -o-transform-origin: 0 55px;
	  transform-origin: 0 55px;
	  -webkit-animation: effect-3 2s infinite linear;
	  -moz-animation: effect-3 2s infinite linear;
	  -ms-animation: effect-3 2s infinite linear;
	  -o-animation: effect-3 2s infinite linear;
	  animation: effect-3 2s infinite linear;
	}

@-webkit-keyframes effect-3 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes effect-3 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.page-header{
    height: 60px;
    margin-top: 0;
    border: none;
}

/* page header transparent */

.page-header-transparent{
    background: transparent;
}
    .page-header-transparent:hover{
	background: rgba(255,255,255, 0.7);
    }
    
/* page header semi transparent */

.page-header-semi-transparent{
    
    background: rgba(255,255,255,1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
    .page-header-semi-transparent:hover{
	background: rgba(255,255,255, 1);
    }
   
/* page header solid white */ 
.page-header-solid{
    background: rgba(255,255,255, 1);
}
    .page-header-solid .navbar-right > li:last-child:after,
    .page-header-solid .navbar-left:after{
	    background: #000;
	    height: 60px;
	    right: 65px;
    }
 
/* page header solid black */    
.page-header-semi-dark{
    background: rgba(0,0,0,0.7);
}

    .page-header-semi-dark .navbar-nav > li > a,
    .page-header-semi-dark .navbar-nav li #openSearch i{
	color: rgba(255,255,255, 0.8);
    }
	.page-header-semi-dark .navbar-nav li #openSearch i:hover{
	    color:  #3DADDE
	}
	
	.page-header-semi-dark #openMenuMobile.menu-icon span{
	    color: #fff;
	}
	
	@media(max-width: 767px){
	    .page-header-semi-dark .navbar-nav > li > a,
	    .page-header-semi-dark .navbar-nav li #openSearch i{
		color: #000;
	    }
	}
    
    
    
    

/* LOGO */

.logo{
    display: inline;
}
    .page-header .logo{
	height: 60px;
	
	margin-bottom: 10px;
	
    }
    
    @media(max-width: 767px){
	.page-header .logo{
	    margin-left: 10px;
	}
    }
    
.logo-lg{
    width: 240px;
    margin-bottom: 40px;
    border: 1px solid #eee;
    padding: 20px;
}

.mobilemenutext{
	font-size: 25px !important;
}

.menu-icon{
    float: right;
    font-size: 40px;
    color: #000;
    height: 70px;
    
    
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
    @media(max-width: 767px){
	.menu-icon{
	    margin-right: 70px;
	}
	
    }
    .menu-icon i{
	display: inline-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;
	
    }
	.menu-icon:hover i{
	    opacity: 0;
	}

.menu-icon span.menu-name{
    opacity: 0;
    position: absolute;
    top: 14px;
    margin-left: -60px;
    	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
	font-size: 20px;
	font-family: Raleway;
	text-transform: uppercase
}
	
    .menu-icon:hover span{
	opacity: 1;
	cursor: pointer;
    }
    
	@media(max-width: 767px){
	    .menu-icon{
		height: 60px;
		font-size: 34px;
		
	    }
	    
	}


.intro{
    padding-top: 150px;
    padding-bottom: 150px;
}

.intro .lead{
    margin-bottom: 0;
}


/* =================================
 *
        M E N U - COLLAPSE - THE NAVBAR
 */


.navHeaderCollapse{
    margin-top: -65px
}

.navbar-nav > li{
    height: 60px;
    padding-top: 7px;
}

    .navbar-nav > li > a{
	padding-right: 20px;
	padding-left: 0px;
	color: #000;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	border-bottom: none;
	font-family: Raleway;
    }

.navbar-left{
    padding-left: 25px;
    margin-left: 25px;
    border-left: 3px solid rgba(255,255,255, 0.2);
}

    @media(max-width: 767px){
	.navbar-left{
	    padding-left: 0;
	}
    }

    .navbar-left:after{
	position: absolute;
	content: "";
	background: transparent;
	width: 3px;
	height: 0;
	top: 0;
	margin-left: -28px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
    }
    
    .navbar-nav.navbar-right > li:last-child{
	border-left: 3px solid rgba(255,255,255, 0.2);
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
    }
	
	
	.navbar-right > li:last-child:after{
	    position: absolute;
	    content: "";
	    background: transparent;
	    width: 3px;
	    height: 0;
	    top: 0;
	    margin-left: -65px;
	    right: 10px;
	    -webkit-transition: all 0.4s;
	    -moz-transition: all 0.4s;
	    -o-transition: all 0.4s;
	    -ms-transition: all 0.4s;
	    transition: all 0.4s;
	}
    
	.page-header-semi-transparent:hover .navbar-left:after,
	.page-header-semi-transparent:hover .navbar-right > li:last-child:after{
	    background: #000;
	    height: 60px;
	}
	    
	    
	    .nav>li>a:focus,
	    .nav>li>a:hover{
		background: transparent;
		color:  #3DADDE;
	    }
	    
.navbar-nav>li>.dropdown-menu{
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
   
    background: rgba(255,255,255, 0.9);
    
    padding: 0;
    margin-top: 23px;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
    .dropdown-menu li a{
	padding-top: 17px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	letter-spacing: 1px;
	color: #222;
	font-weight: 300;
	font-family: Raleway;
	font-size: 12px;
	height: 50px;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
	position: relative;
	z-index: 1;
    }
    
	.dropdown-menu li a:before{
	    position: absolute;
	    content: "";
	    height: 50px;
	    width: 0;
	    left: 0;
	    top: 0;
	    border-bottom: 1px solid transparent;
	    -webkit-transition: all 0.8s;
	    -moz-transition: all 0.8s;
	    -o-transition: all 0.8s;
	    -ms-transition: all 0.8s;
	    transition: all 0.8s;
	    z-index: -1;
	}
	    .dropdown-menu li a:hover:before{
		width: 100%;
		background: #fff;
		color: #000;
		border-color: rgba(0,0,0,0.05);
	    }
	
	.dropdown-menu li a:hover{
	    color: #000;
	    background: #f7f7f7;
	    padding-left: 35px;
	}
	
	@media(max-width: 767px){
	    .dropdown-menu li a:hover:before{
		border-color: transparent;
	    }
	    .dropdown-menu li a{
		color: #aaa;
	    }
		.dropdown-menu li a:hover{
		    color: #333;
		}
	}
	
	
/* dropdown submenu */

.dropdown-submenu {
    position: relative;
}


.dropdown-submenu>.dropdown-menu{
    top: 25px;
    left: 100%;
    border: none;
    margin-top: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(255,255,255, 0.8);
    display: block;
    -webkit-transition: all 0.8s;
	    -moz-transition: all 0.8s;
	    -o-transition: all 0.8s;
	    -ms-transition: all 0.8s;
	    transition: all 0.8s;
	    padding-bottom: 0;
	    padding-top: 0;
}
    .navbar-right .dropdown-submenu>.dropdown-menu{
	left: -100%;
	right: 200px;
    }

    .dropdown-submenu:hover>.dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: 0;
    }

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

    @media(max-width: 767px){
	.navbar-nav .dropdown-submenu .dropdown-menu{
	    position: absolute;
	}
	
	.navbar-nav .dropdown-submenu:hover .dropdown-menu{
	    position: static;
	    padding-left: 20px;
	}
    }

	

/* MEGA MENU */

.mega-dropdown{
  position: static !important;
}
.mega-dropdown-menu{
    width: 100%;   
}
.dropdown-menu.mega-dropdown-menu{
    padding-bottom: 50px;
}


.mega-dropdown-menu > li > ul {
    padding-left: 0;
}
    .mega-dropdown-menu > li > ul > li {
      list-style: none;
    }
	.mega-dropdown-menu > li > ul > li > a {
	  display: block;
	  padding-left: 15px;
	}
	
	    .mega-dropdown-menu > li ul > li > a:hover,
	    .mega-dropdown-menu > li ul > li > a:focus {
		text-decoration: none;
		padding-left: 30px;
	    }
    
    @media(max-width: 767px){
	.mega-dropdown-menu > li > ul{
	    padding-left: 0;
	}
	    .mega-dropdown-menu > li ul > li > a:hover,
	    .mega-dropdown-menu > li ul > li > a:focus {
		text-decoration: none;
		padding-left: 15px;
	    }
    }


/* END OF MEGA MENU */
	

	
/* NAVBAR SEARCH ICON */
	
.navbar-nav li #openSearch{
    margin-left: 20px;
    margin-right: 20px;
}

    .navbar-nav li #openSearch i{
	color: #000;
	display: inline-block;
	margin-top: 12px;
	font-size: 16px;
    }
	.navbar-nav li #openSearch:hover i{
	    color: #000;
	    cursor: pointer;
	}
	
#closeSearch span{
    font-size: 80px;
    color: #ddd;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
    #closeSearch span:hover{
	color: #000;
	cursor: pointer;
    }
	
/* SEARCH FORM */

.search-overlay{
    position: fixed;
    background: #fff;
    width: 100%;
    height: 40%;
    top: -100%;
    left: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

    .search-overlay .container{
	display: inline-block;
    }

    
    .search-overlay.open{
	opacity: 1;
	visibility: visible;
	z-index: 2001;
	top: 0;
	overflow: hidden;
    }


.navbar-form{
    margin-top: 0vh;
    display: inline-block;
}
    .navbar-form .form-group{
	padding: 0;
	margin-right: 20px;
	display: block;
    }
	.navbar-form .form-group input{
	    width: 500px;
	    height: 60px;
	    border: none;
	    font-size: 36px;
	    border-bottom: 1px solid #eee;
	    padding-bottom: 0px;
	    padding-left: 0;
	}

	
@media(max-width: 767px){
    .navbar-form .form-group input{
	width: 400px;
	display: inline;
    }
    .navbar-form .form-group{
	margin-top: -5px;
	display: block
    }
    
    #openSearch.more-margin-right{
	margin-right: 30px;
    }
}

@media(max-width: 500px){
    .navbar-form .form-group input{
	width: 300px;
    }
    
    #openSearch{
	display: none;
    }
}

	
.container .navbar-header{
    margin-left: 0;
}

#banner-services {
	margin-top: 200px;
}

#openMenuMobile.menu-icon{
    right: 0;
    padding-top: 5px;
}
    #openMenuMobile.menu-icon span{
	color: #000;
    }

    @media (min-width: 768px){
	.dropdown > .dropdown-menu{
	    width: 200px;
	}
	    .dropdown > .dropdown-menu.mega-dropdown-menu{
		width: 80%;
		margin-left: 10%;
		padding: 5% 10%;
	    }
        .dropdown:hover > .dropdown-menu{
	    margin-top: 0px;
	    opacity: 1;
	    visibility: visible;
        }
	    .dropdown:hover > a{
		color:  #3DADDE;
	    }
	    
	#openMenuMobile.menu-icon{
	    display: none;
	}
	
	.navbar-right .dropdown-menu{
	    left: 0;
	    right: auto;
	}
    }
    
    @media(max-width: 991px){
	    
	.dropdown > .dropdown-menu.mega-dropdown-menu{
		width: 100%;
		margin-left: 0%;
		padding: 50px 40px;
	    }
    }
    
    @media(max-width: 767px){
	.navHeaderCollapse{
	    margin-top: -8px;
	    width: 100%;
	}
	
	.container>.navbar-collapse{
	    margin-left: 0;
	    
	    padding-left: 0;
	    padding-right: 0;
	    padding-top: 30px;
	    padding-bottom: 30px;
	    margin-bottom: 20px;
	    height: 100vh;
	    max-height: 100vh;
	    background: #fff;
	}
	.page-header .container{
	    padding-left: 0;
	    padding-right: 0;
	}

	.body-overlay{
	    opacity: 0;
	    visibility: hidden;
	    top: 70px;
	    bottom: 70px;
	    left: 0;
	    height: 100%;
	    width: 100%;
	    -webkit-transition: all 0.8s;
	    -moz-transition: all 0.8s;
	    -o-transition: all 0.8s;
	    -ms-transition: all 0.8s;
	    transition: all 0.8s;
	    z-index: -1
	}
	
	    .navbar-collapse.in .body-overlay{
		opacity: 1;
		visibility: visible;
		background: rgba(255,255,255,0.9);
		position: fixed;
	    }
	    
	    
	.page-header-semi-transparent .container{
	    /*background: #fff;*/
	}
	
	.navbar-nav{
	    
	    /*margin-top: 50px;*/
	    margin-bottom: 0;
	    margin-top: 0;
	    width: 100%;
	    margin-left: 0;
	}
	    .navbar-nav > li{
		height: 50px;
		margin-top: 0;
		background: rgba(255,255,255, 1);
	    }
	
	    .navbar-nav > li > a{
		padding-left: 50px;
		padding-right: 50px;
		font-size: 20px;
		letter-spacing: 5px;
		font-weight: 700;
	    }
	   
	.navbar-nav > li.open{
	    height: auto;
	    padding-top: 0;
	    padding-bottom: 0;
	    
	}
	
	    .navbar-nav > li.open > a,
	    .navbar-nav > li.open > a:focus{
		line-height: 30px;
		background: transparent;
		padding-bottom: 0;
	    }
	    
	    	.navbar-nav>li>.dropdown-menu{
		    border: none;
		    border-radius: 0;
		    -webkit-border-radius: 0;
		    margin-top: 0px;
		    background: rgba(255,255,255, 0.8);
		    padding: 0;
		    margin-right: 0px;
		    display: block;
		    opacity: 0;
		    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;
		}
	
	.navbar-nav>li.dropdown.open>.dropdown-menu{
	    opacity: 1;
	    visibility: visible;
	    position: static;
	}

	.navbar-nav .open .dropdown-menu>li>a,
	.navbar-nav .dropdown-menu>li>a{
	    line-height: 35px;
	    padding-left: 70px;
	    padding-right: 70px
	}
	
	
	.dropdown-menu li a {
	    padding: 5px 15px 5px 25px;
	    border-bottom: none;
	    height: 35px;
	    font-size: 14px;
	    font-family: Raleway;
	    letter-spacing: 2px;
	    font-weight: 400;
	}
	    .dropdown-menu li a:hover,
	    .navbar-nav > li.open > a:hover,
	    .navbar-nav > li.open > a:focus{
		border: none;
		background: transparent;
	    }
	    
	    .dropdown > .dropdown-menu.mega-dropdown-menu{
		
		padding: 10px 40px;
	    }
	
    }

/* =================================
 *
        FULLSCREEN MENU - MODERN
 */

.show-menu{
    display: block;
}

/* menu on small devices */
/* General styles for all menus */
.menu-container {
    position: fixed;
    background: rgba(255,255,255, 1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu-item-links{
    list-style: none;
    min-height: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    opacity: 1;
    display: inline;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

    .menu-item-links li{
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
    
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
    }
    
.menu-item-links > li > a{      
    font-size: 24px;
    font-family: Raleway;
    letter-spacing: 7px;
    color: #000;
    border-bottom: 3px solid #eee;
    text-decoration: none;
    line-height: 60px;
    z-index: 2000;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
	-webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        -ms-transition: all 1s;
        transition: all 1s;
}
    .menu-item-links > li > a:hover,
    .menu-item-links > li > a:focus,
    .menu-item-links > li:hover > a{
        color: #000;
	border-color: #000;
    }
    
    
/* one-page menu */

.menu-item-links.one-page-menu li div.menu-title{
    opacity: 0;
    position: absolute;
}
    .menu-item-links.one-page-menu li.selected div.menu-title{
	opacity: 1;
	margin-left: -350px;
	margin-top: 0;
    }
    
	.menu-item-links.one-page-menu li.selected a{
	    border-color: #000;
	}
	
	@media(max-width: 991px){
	    .menu-item-links.one-page-menu li.selected div.menu-title{
		margin-left: -250px;
	    }
	}
	
	@media(max-width: 767px){
	    .menu-item-links.one-page-menu li.selected div.menu-title{
		margin-left: -100px;
		margin-top: -200px;
	    }
	}
	
	@media(max-width: 500px){
	    .menu-item-links.one-page-menu li.selected div.menu-title{
		margin-left: -70px;
	    }
	}


.menu-container-top{
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    border: 10px solid #222;
}

    .menu-container-top .container{
	display: inline-block;
    }
    
    .menu-container .vc-text{
	padding: 0 100px;
	margin: auto;
    }
    
.menu-container-top.menu-container-open{
    z-index: 2001;
    top: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    opacity: 1;
    visibility: visible;
}

    
    .menu-container-top .menu-list{
	border-left: 10px solid  #3DADDE;
	padding-left: 30%;
	opacity: 0;
    }

    .menu-container-top.menu-container-open .menu-list{
	-webkit-transition-property: padding, opacity; /* Safari */
	-webkit-transition-duration: 1.2s; /* Safari */
	-webkit-transition-delay: 0.8s; 
	-moz-transition-property: padding, opacity; /* mozilla */
	-moz-transition-duration: 1.2s; /* mozilla */
	-moz-transition-delay: 0.8s; 
	-ms-transition-property: padding, opacity; /* IE */
	-ms-transition-duration: 1.2s; /* IE */
	-ms-transition-delay: 0.8s; 
	-o-transition-property: padding, opacity; /* opera */
	-o-transition-duration: 1.2; /* opera */
	-o-transition-delay: 0.8s; 
	transition-property: padding, opacity;
	transition-duration: 1.2s;
	transition-delay: 0.8s;
	opacity: 1;
	padding-left: 30px;
    }
        
    .menu-container-top.menu-container-open .menu-list{
	margin-bottom: 0;
    }
    
    .menu-title{
	opacity: 0;
	left: -300px;
	margin: auto;
	right: 0;
	top: 50%;
    }
    
	.menu-title span{
	    font-size: 260px;
	    color: #000;
	    letter-spacing: 10px;
	    font-weight: 700;
	    opacity: 0.03;
	    position: absolute;
	    font-family: Raleway;
	    line-height: normal;
	    border: none;
	}
	
	@media(min-width: 1399px){
	    .menu-title span{
		font-size: 300px;
	    }
	}
	
	@media(max-width: 767px){
	    .menu-title span{
		font-size: 200px;
		margin-top: 70px;
	    }
	    
	    .menu-list .menu-item-links{
		text-align: left;
	    }
	}
	
    .menu-container-top.menu-container-open .menu-title{
	
	-webkit-transition-property: left, opacity; /* Safari */
	-webkit-transition-duration: 1.2s; /* Safari */
	-webkit-transition-delay: 0.8s; 
	-moz-transition-property: left, opacity; /* mozilla */
	-moz-transition-duration: 1.2s; /* mozilla */
	-moz-transition-delay: 0.8s; 
	-ms-transition-property: left, opacity; /* IE */
	-ms-transition-duration: 1.2s; /* IE */
	-ms-transition-delay: 0.8s; 
	-o-transition-property: left, opacity; /* opera */
	-o-transition-duration: 1.2; /* opera */
	-o-transition-delay: 0.8s; 
	transition-property: left, opacity;
	transition-duration: 1.2s;
	transition-delay: 0.8s;
	opacity: 1;
	left: 0;
	margin-top: 250px;
    }
    



.menu-item-links li.menu-social-icons{
    margin-top: 50px;
}
    .menu-item-links li.menu-social-icons a{
	border-bottom: none;
	margin-right: 10px;
    }
    
    
        @media(max-width: 991px){
	    .menu-item-links{
		margin-bottom: 50px;
	    }
	    .menu-item-links li{
		margin-right: 0;
		margin-left: 0;
	    }
	    
	    .menu-item-links > li:hover > a,
	    .menu-item-links > li:hover{
		margin-top: 0;
	    }
	}

        @media(max-width: 767px){
	    .menu-item-links{
		text-align: center;
		display: block;
		opacity: 1;
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 25px;
	    }
	    
	    .menu-container-top.menu-container-open .menu-item-links.text-right{
		padding-top: 5%;
		padding-right: 15px
	    }
	    
	    .menu-container-top.menu-container-open .menu-item-links.text-left{
		padding-left: 15px;
	    }
	    
	    .menu-item-links > li > a{
		font-size: 20px;
		border-width: 3px;
		letter-spacing: 5px;
	    }
	    .menu-container .vc-text{
		padding: 200px 0 0 0;
	    }
	    
	    .menu-container-top.menu-container-open .menu-list{
		padding-left: 0;
	    }
	    
	    .menu-container-top .menu-list{
		border-left: none;
	    }
	}


   
/* SUBMENU ITEMS */

.submenu-items{
    padding-left: 0;
    margin-left: -5px;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    -ms-transition: all 2s;
    transition: all 2s;
}


 /*If the submenu items are invisible then these lineS will make them visible on hover */
    .menu-item-links li a:hover + .submenu-items,
    .submenu-items li:hover,
    .menu-item-links li:hover .submenu-items{
	opacity: 1;
	visibility: visible;
	max-height: 800px;
    }
    
    .menu-item-links li:hover .submenu-items,
    .menu-item-links li a:hover + .submenu-items{
	padding-bottom: 30px;
    }
    
    .submenu-items li{
        display: inline-block;
        padding: 0px 15px 0 0;
	margin-right: 15px;
	margin-left: 5px;
    }
    
        .submenu-items li a{
	    position: relative;
            font-size: 14px;
	    font-family: Raleway;
	    color: #aaa;
	    text-transform: lowercase;
	    letter-spacing: 2px;
	    font-weight: 400;
	    -webkit-transition: all 1s;
	    -moz-transition: all 1s;
	    -o-transition: all 1s;
	    -ms-transition: all 1s;
	    transition: all 1s;
        }
	    .submenu-items li a:hover,
	    .submenu-items li a.selected{
		color: #000;
		border-color: #000;
	    }
	    
	    .submenu-items li a:after{
		content: "";
		position: absolute;
		width: 4px;
		height: 4px;
		top: -3px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		background: #ccc;
		right: -20px;
		margin-top: 10px;
	    }
	    
	    @media(min-width: 768px){
		.submenu-items li:last-child a:after{
		    display: none;
		}
	    }
		
	    

    @media(max-width: 767px){
        .submenu-items{
            text-align: left;
            margin-top: 10px;
	    text-indent: 0;
        }
	
	    
	.submenu-items li{
	    display: block;
	    padding: 5px;
	}
	    .submenu-items li span.menu-item-separator{
		display: none;
	    }
	    
	.submenu-items li a:after{
	    right: auto;
	    left: -5px;
	}
	
	.submenu-items li a{
	    padding-left: 10px; 
	}
    }

#closeMenu{
    opacity: 1;
    z-index: 2000;
    height: 85px;
}
    #closeMenu span{
	color: rgba(255,255,255, 0.7);
	background: #222;
	font-size: 60px;
	display: inline-block;
	margin-left: -22px;
	margin-top: -20px;
	height: 100px;
	padding: 10px 3px 0 3px;
	text-align: center;
    }
	#closeMenu span:hover{
	    cursor: pointer;
	    color: #fff;
	}
	
    @media(min-width: 992px){
	#closeMenu span{
	    margin-left: -22px;
	}
    }
    
    @media(max-width: 991px){
	#closeMenu span{
	    margin-left: -5px;
	}
    }
    
    @media(max-width: 767px){
	#closeMenu span{
	    margin-left: -24px;
	}
    }


/*
 * ============================================
 *              H O M E 
 * ============================================
 */    

.home-carousel{
    margin-top: 15px;
}

    #home-box .home-carousel .owl-controls{
	margin-top: -110px;
    }
    .home-carousel .owl-controls{
	position: absolute;
	margin-top: -140px;
    }
    
    .home-carousel .owl-item h1{
	opacity: 0;
	margin-top: -50px;
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
    }
    
	.home-carousel .owl-item.active h1{
	    opacity: 1;
	    margin-top: 0;
	}
	
    .home-carousel .owl-item a{
	opacity: 0;
	-webkit-transition-delay: 1.5s;
	-moz-transition-delay: 1.5s;
	-o-transition-delay: 1.5s;
	transition-delay: 1.5s;
    }
    
	.home-carousel .owl-item.active a{
	    opacity: 1;
	}
    
    .home-carousel .owl-item p{
	opacity: 0;
	margin-bottom: 0;
	-webkit-transition-delay: 2s;
	-moz-transition-delay: 2s;
	-o-transition-delay: 2s;
	transition-delay: 2s;
    }
    
	.home-carousel .owl-item.active p{
	    opacity: 1;
	}
    
    .home-carousel.text-left .owl-controls{
	left: 110px;
	right: auto;
    }
    
    .home-carousel.text-center .owl-controls{
	left: auto;
	right: auto;
	margin-left: -50px;
    }
    
    .home-carousel.text-right .owl-controls{
	left: auto;
	right: 115px
    }
    

@media(max-width: 991px){
    .home-carousel .banner-title-3 h1{
	font-size: 40px;
	letter-spacing: 12px;
    }
    .home-carousel .vc-text{
	padding: 100px;
    }
}

@media(max-width: 600px){
    .home-carousel .banner-title-3 h1,
    .banner-title-3 h1{
	font-size: 30px;
	letter-spacing: 12px;
    }
    
    .home-carousel .vc-text{
	
    }
    
    .home-carousel.text-left .owl-controls{
	left: 5px;
	right: auto;
    }
    .home-carousel.text-right .owl-controls{
	left: auto;
	right: 60px
    }
    
    #home-box .home-carousel .owl-controls{
	margin-top: -15px;
    }
    
    .home-carousel.text-center .owl-controls{
	margin-top: 30px;
    }

}

@media(max-width: 480px){
    .home-carousel .banner-title-3 h1,
    .banner-title-3 h1{
	font-size: 24px;
	letter-spacing: 7px;
    }
    .home-carousel .banner-title-3 p{
	letter-spacing: 2px;
	font-size: 13px;
    }
    .home-carousel .banner-title-3.owl-item img{
	padding: 10px;
    }
}


.go-down{
    position: absolute;
    bottom: 70px;
    z-index: 1000;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    border: solid 2px rgba(0,0,0,0.5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 5px 0 8px 0;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite; 
}


.go-down:hover{
    border-color: #000;
}
    .go-down span{
	font-size: 24px;
	opacity: 0.5;
	-webkit-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
    }
	.go-down span:hover,
	.go-down:hover span{
	    color: #000;
	    opacity: 1;
	}
	
    .go-down.light{
	border-color: rgba(255,255,255, 0.2);
    }
	.go-down.light:hover{
	    border-color: #fff;
	}
	
	.go-down.light:hover span,
	.go-down.light span:hover{
	    color: #fff;
	}
	
        @media(min-width: 1920px){
        
	    .go-down{
		bottom: 120px;
	    }
	    
	    @-keyframes pulsate {
		0% {bottom: 120px}
		50% {bottom: 90px;}
		100% {-webkit-transform: bottom: 60px;}
	    }
	    
	    @-webkit-keyframes pulsate {
		0% {bottom: 120px}
		50% {bottom: 90px;}
		100% {-webkit-transform: bottom: 60px;}
	    } 
	}


	@-keyframes pulsate {
	    0% {bottom: 70px}
	    50% {bottom: 50px;}
	    100% {-webkit-transform: bottom: 30px;}
	}
	
	@-webkit-keyframes pulsate {
	    0% {bottom: 70px}
	    50% {bottom: 50px;}
	    100% {-webkit-transform: bottom: 30px;}
	}


#banner-about-fullscreen .home-carousel{
    margin-top: -50px;
}

#banner-about-fullscreen .home-carousel .owl-item p{
    letter-spacing: 0px;
}
    #banner-about-fullscreen .home-carousel .owl-item.active p{
	letter-spacing: 5px;
    }

#banner-about-fullscreen .banner-title-3.owl-item .vc-text{
    background: rgba(255,255,255, 0.7);
   
}

#banner-about-fullscreen .banner-title-3.owl-item img{
    border: none;
    padding: 0;
}

/*
 * ============================================
 *              ANIMATED LINKS
 * ============================================
 */
 


/* Common styles for all menus */
.menu {
	line-height: 1;
	margin: 0 auto 3em;
}

.menu__list {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu__item {
	display: block;
	margin: 1em 0;
}

.menu__link {
	font-size: 18px;
	font-weight: 700;
	font-family: Raleway;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: block;
	padding: 1em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.menu__link:hover,
.menu__link:focus {
	outline: none;
}


/* Valentine */
.menu--valentine{
    display: inline-block;
    margin-top: 150px;
}
.menu--valentine .menu__item {
	position: relative;
	margin: 0 1em;
}

.menu--valentine .menu__link {
	position: relative;
	display: block;
	min-width: 105px;
	text-align: center;
	color: #fff;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.grid-filter-2 .menu__link {
    color: #000;
    font-size: 14px;
}


.menu--valentine .menu__link:hover,
.menu--valentine .menu__link:focus {
	color:  #3DADDE;
}

.menu--valentine .menu__item--current .menu__link {
	color:  #3DADDE;
}

.menu--valentine .menu__item::before,
.menu--valentine .menu__item::after,
.menu--valentine .menu__link::before,
.menu--valentine .menu__link::after {
	content: '';
	position: absolute;
	background: #000;
	-webkit-transform-origin: 350% 350%;
	transform-origin: 350% 350%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.menu--valentine .menu__item::before,
.menu--valentine .menu__item::after {
	top: 0;
	width: 2px;
	height: 100%;
	-webkit-transform: scale3d(1, 0, 1);
	transform: scale3d(1, 0, 1);
}

/* left line */
.menu--valentine .menu__item::before {
	left: 0;
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

/* right line */
.menu--valentine .menu__item::after {
	right: 0;
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.menu--valentine .menu__link::before,
.menu--valentine .menu__link::after {
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
}

/* top line */
.menu--valentine .menu__link::before {
	top: 0;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

/* bottom line */
.menu--valentine .menu__link::after {
	bottom: 0;
}

.menu--valentine .menu__item--current::before,
.menu--valentine .menu__item--current::after,
.menu--valentine .menu__item--current .menu__link::before,
.menu--valentine .menu__item--current .menu__link::after {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}




	
/*
 * ============================================
 *              B A N N E R
 * ============================================
 */
 

/* BANNER TITLE STYLE 1 */

.banner-title{
    margin-bottom: 0;
    margin-top: 336px;
}

    .banner-title h1{
	color: #fff;
	font-size: 200px;
	font-weight: 300;
	letter-spacing: -30px;
	-webkit-transition: all 3s;
	-moz-transition: all 3s;
	-o-transition: all 3s;
	-ms-transition: all 3s;
	transition: all 3s;
    }
	.banner-title:hover h1{
	    letter-spacing: normal;
	}
	
	.banner-title span{
	    position: absolute;
	    background: rgba(255,255,255, 1);
	    color: #000;
	    top: 100px;
	    margin-left: 400px;
	    font-family: Raleway;
	    letter-spacing: 10px;
	    font-size: 20px;
	    padding: 5px 5px 5px 15px;
	}
	
	    @media(max-width: 1024px){
		
		.banner-title{
		    margin-top: 355px;
		}
		.height-full .banner-title{
		    margin-top: 61vh;
		}
		.banner-title h1{
		    font-size: 180px;
		    letter-spacing: -28px;
		}
		
		.banner-title span{
		    top: 70px;
		    margin-left: 300px;
		    letter-spacing: 5px;
		    font-size: 18px;
		    padding: 2px 2px 2px 6px;   
		}
	    }
	
	    @media(max-width: 991px){
		
		.banner-title{
		    margin-top: 390px;
		}
		
		.banner-title h1{
		    font-size: 140px;
		    letter-spacing: -22px;
		}
	    }
	
	    @media(max-width: 767px){
		
		.banner-title{
		    margin-top: 428px;
		}
		
		.banner-title h1{
		    font-size: 120px;
		    letter-spacing: -17px;
		}
		
		.banner-title span{
		    top: 45px;
		    margin-left: 250px;
		    letter-spacing: 3px;
		}
	    }
	    
	    @media(max-width: 700px){
		.banner-title h1{
		    letter-spacing: -17px;
		}
		    .banner-title:hover h1{
			letter-spacing: -17px;
		    }
	    }
	    
	    @media(max-width: 500px){
		
		.banner-title{
		    margin-top: 464px;
		}
		
		.banner-title h1{
		    font-size: 80px;
		    letter-spacing: -10px;
		}
		    .banner-title:hover h1{
			letter-spacing: -10px;
		    }
		
		.banner-title span{
		    top: -50px;
		    margin-left: 0px;
		    letter-spacing: 3px;
		    font-size: 16px;
		}
	    }
	    
	    @media(max-width: 400px){
		
		.banner-title{
		    margin-top: 472px;
		}
		
		.banner-title h1{
		    font-size: 70px;
		}
	    }
	
    
    .banner .container:after{
	content: "";
	position: absolute;
	height: 10px;
	width: 100%;
	left: 0; 
	background: transparent;
	border-bottom: 10px solid transparent;
	bottom: 0px;
    }
    
/* BANNER TITLE STYLE 2 */


.banner-title-2 h1{
    letter-spacing: 20px;
    font-weight: 700;
    font-size: 60px;
    margin-left: 70px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -o-transition: all 3s;
    -ms-transition: all 3s;
    transition: all 3s;
}
    .banner-title-2.home-title h1{
	font-size: 50px;
    }
    
    .banner-title-2.home-title h1:before{
	margin-top: 44px;
    }

.banner-title-2 .lead{
    letter-spacing: 5px;
    font-family: Raleway;
    margin-top: 10px;
    font-weight: 700
}
    
    .banner-title-2 h1:before{
	position: absolute;
	content: "";
	background: #fff;
	height: 3px;
	width: 40px;
	margin-left: -70px;
	margin-top: 52px;
	-webkit-transition: all 3s;
	-moz-transition: all 3s;
	-o-transition: all 3s;
	-ms-transition: all 3s;
	transition: all 3s;
    }
    
	.banner-title-2 h1.black:before{
	    background: #000
	}
	.banner-title-2:hover h1:before{
	    width: 100%;
	    margin-left: 0;
	}
	
	.banner-title-2:hover h1{
	    margin-left: 0;
	}
    
    @media(max-width: 600px){
	.banner-title-2 h1{
	    font-size: 36px;
	    letter-spacing: 7px;
	}
	.banner-title-2 h1:before{
	    margin-top: 30px;
	}
    }
    
    @media(max-width: 480px){
	.banner-title-2 h1,
	.banner-title-2.home-title h1{
	    font-size: 28px;
	    letter-spacing: 7px;
	}
	.banner-title-2 h1:before{
	    margin-top: 24px;
	}
	
	.banner-title-2.home-title h1:before{
	    margin-top: 24px;
	}
    }
    
    
    
    
/* BANNER TITLE STYLE 3 */

.banner-title-3 h1{
    letter-spacing: 20px;
    font-weight: 700;
    font-size: 60px;
}

.banner-title-3 h3{
    letter-spacing: -5px;
    font-weight: 700;
    font-size: 50px;
    -webkit-transition: all 3s;
	-moz-transition: all 3s;
	-o-transition: all 3s;
	-ms-transition: all 3s;
	transition: all 3s;
}
    .banner-title-3:hover h3{
	letter-spacing: 10px;
	
    }

    .banner-title-3 .lead{
	letter-spacing: 10px;
	font-size: 20px;
	text-transform: uppercase;
	font-family: Raleway;
    }
    
@media(max-width: 600px){
    
    .banner-title-3 h1{
	font-size: 40px;
	letter-spacing: 12px;
    }
}

@media(max-width: 480px){
    .banner-title-3 h1{
	letter-spacing: 7px;
    }   
}


.banner-content{
    position: absolute;
    min-height: 50vh;
    width: 70%;
    left: 15%;
    right: 15%;
    bottom: 25%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

    .banner-content div{
	position: absolute;
	margin: 0;
	top: 50%;
	width: 100%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	padding-left: 100px;
	padding-right: 100px;
	margin-left: -15px;
	    
    }
	.banner-content p.lead{
	    text-decoration: underline;
	    line-height: 48px;
	    font-weight: 300;
	    font-size: 28px;
	    color: rgba(255,255,255, 0.8);
	    -webkit-transition: all 1s;
	    -moz-transition: all 1s;
	    -o-transition: all 1s;
	    -ms-transition: all 1s;
	    transition: all 1s;
	}
	    .banner-content:hover{
		opacity: 0.8;
	    }
	    .banner-content:hover p.lead{
		color: rgba(255,255,255, 1);
	    }

    @media(max-width: 991px){
	.banner-content p.lead{
	    font-size: 18px;
	    line-height: 34px;
	}
    }
    
    @media(max-width: 767px){
	.banner-content p.lead{
	    font-size: 16px;
	    line-height: 30px;
	}
    }
    
    @media(max-width: 600px){
	.banner-content p.lead{
	    font-size: 14px;
	    line-height: 30px;
	}
	.banner-content{
	    width: 100%;
	    left: 0;
	    right: 0;
	}
	.banner-content div{
	    padding-left: 50px;
	    padding-right: 50px;
	    
	}
    }
    
    @media(max-width: 480px){
	.banner-content p.lead{
	    font-size: 14px;
	    line-height: 30px;
	}
	.banner-content div{
	    padding-left: 30px;
	    padding-right: 30px;
	}
    }
    
.bread-crumb{
    content: "";
    position: absolute;
    height: 10px;
    width: 100%;
    left: 0; 
    background: #fff;
    border-bottom: 50px solid #fff;
    bottom: 15px;
    z-index: 1
}
    .bread-crumb ul{
	margin-top: 15px;
	margin-left: -20px;
    }
	.bread-crumb ul li{
	    display: inline-block;
	    list-style: none;
	    color: #999;
	    margin-right: 40px;
	}
	
	    .bread-crumb ul li:after{
		content: "/";
		position: absolute;
		margin-left: 20px;
		margin-right: 20px;
		opacity: 0.7;
		
	    }
		.bread-crumb ul li:last-child:after{
		    content: "";
		}


/*
 * ============================================
 *              B A C K G R O U N D S
 * ============================================
 */

.pattern{
    position: relative;
}
    .pattern:after{
	background-image: url("../images/pattern-black.jpg");
	background-repeat: repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: '';
	opacity: 0.7;
    }
    
.parallax-window{
    min-height: 400px;
    height: 100vh;
    background: transparent;
}


#banner-home02{
    background: url('../images/about-home.jpg') no-repeat 50% fixed;
    background-size: cover;
}



/* services banner */

#banner-services{
    background: url('../images/servicos.jpg') no-repeat 50% fixed;
    background-size: cover;

}

#banner-services.dark-overlay{
    background: linear-gradient(
      rgba(0,0,0, 0.7), 
      rgba(0,0,0, 0.7)
    ),url('../images/services.jpg') no-repeat 50% fixed;
    background-size: cover;
}


#banner-services.light-overlay{
    background: linear-gradient(
      rgba(255,255,255, 0.9), 
      rgba(255,255,255, 0.9)
    ),url('../images/services.jpg') no-repeat 50% fixed;
    background-size: cover;
}

/* about home banner */

#banner-about{
    background: url('../images/aboutus.jpg') no-repeat 50% fixed;
    background-size: cover;
}

#banner-about-2{
    background: url('../images/about-home.jpg') no-repeat 50% fixed;
    background-size: cover;
}

#banner-about-3{
  background: url('../images/banner-projetos.jpg') no-repeat 50% fixed;
  background-size: cover;
}

#banner-about-4{
  background: url('../images/banner-licenciamento.jpg') no-repeat 50% fixed;
  background-size: cover;
}

#banner-about-5{
  background: url('../images/banner-regularizacao.jpg') no-repeat 50% fixed;
  background-size: cover;
}

#banner-about-6{
  background: url('../images/banner-outros.jpg') no-repeat 50% fixed;
  background-size: cover;
}

#banner-about-minimal{
    background: linear-gradient(
      rgba(0,0,0, 0.1), 
      rgba(0,0,0, 0.3)
    ),url('../images/aboutus.jpg') no-repeat 50% fixed;
    background-size: cover;
}

#banner-about-minimal2{
    background: url('../images/bannernew.jpg') no-repeat 50% fixed;
    background-size: cover;

}

#banner-about-home{
    background: url('../images/about-home.jpg') no-repeat 50% fixed;
    background-size: cover;
}

#banner-about-home.dark-overlay{
    background: linear-gradient(
      rgba(0,0,0, 0.7), 
      rgba(0,0,0, 0.7)
    ),url('../images/about-home.jpg') no-repeat 50% fixed;
    background-size: cover;
}

#banner-about-home.light-overlay{
    background: linear-gradient(
      rgba(255,255,255, 0.9), 
      rgba(255,255,255, 0.9)
    ),url('../images/about-home.jpg') no-repeat 50% fixed;
    background-size: cover;
}

/* portfolio banner */

#banner-portfolio{
    background: url('../images/portfolio2.jpg') no-repeat 50% fixed;
    background-size: cover;
}

#banner-portfolio-2{
    background: url('../images/portfolio1.jpg') no-repeat 50% fixed;
    background-size: cover;
}

#banner-portfolio-2.dark-overlay{
    background: linear-gradient(
      rgba(0,0,0, 0.7), 
      rgba(0,0,0, 0.7)
    ),url('../images/portfolio1.jpg') no-repeat 50% fixed;
    background-size: cover;
}

#banner-portfolio-2.light-overlay{
    background: linear-gradient(
      rgba(255,255,255, 0.9), 
      rgba(255,255,255, 0.9)
    ),url('../images/portfolio1.jpg') no-repeat 50% fixed;
    background-size: cover;
}

/* blog banner */


#banner-blog{
    background: url('../images/noticias.jpg') no-repeat 50% fixed;
    background-size: cover;
}

#banner-blog2{
    background: url('../images/artigo.jpg') no-repeat 50% fixed;
    background-size: cover;
}

#banner-blog3{
    background: url('../images/home-fs-1.jpg') no-repeat 50% fixed;
    background-size: cover;
} 

#banner-blog.dark-overlay{
    background: linear-gradient(
      rgba(0,0,0, 0.7), 
      rgba(0,0,0, 0.7)
    ),url('../images/minimal.jpg') no-repeat 50% fixed;
    background-size: cover;
}

#banner-blog.light-overlay{
    background: linear-gradient(
      rgba(255,255,255, 0.9), 
      rgba(255,255,255, 0.9)
    ),url('../images/minimal.jpg') no-repeat 50% fixed;
    background-size: cover;
}


/* testimonial banner */


#testimonial-banner{
    background: url('../images/workprocess.jpg') no-repeat center 50% fixed;
    background-size: cover;
}

#testimonial-banner.dark-overlay{
    background: linear-gradient(
      rgba(0,0,0, 0.7), 
      rgba(0,0,0, 0.7)
    ), url('../images/workprocess.jpg') no-repeat center 50% fixed;
    background-size: cover;
}

#testimonial-banner.light-overlay{
    background: linear-gradient(
      rgba(255,255,255, 0.9), 
      rgba(255,255,255, 0.9)
    ), url('../imagesworkprocess.jpg') no-repeat center 50% fixed;
    background-size: cover;
}

/* timeline banner */

#banner-timeline{
    background: url('../images/g4.jpg') no-repeat 50% fixed;
    background-size: cover;
}

#banner-timeline.dark-overlay{
    background: linear-gradient(
      rgba(0,0,0, 0.7), 
      rgba(0,0,0, 0.7)
    ), url('../images/g4.jpg') no-repeat 50% fixed;
    background-size: cover;
}


#banner-timeline.light-overlay{
    background: linear-gradient(
      rgba(255,255,255, 0.9), 
      rgba(255,255,255, 0.9)
    ), url('../images/g4.jpg') no-repeat 50% fixed;
    background-size: cover;
}

/* contacts banner */

#banner-contacts{
    background: url('../images/map.jpg') no-repeat 50% fixed;
    background-size: cover;
	padding-bottom: 80px !important;
	padding-top: 150px !important;
}

#banner-contacts.dark-overlay{
    background: linear-gradient(
      rgba(0,0,0, 0.7), 
      rgba(0,0,0, 0.7)
    ), url('../images/map.jpg') no-repeat 50% fixed;
    background-size: cover;
}

#banner-contacts.light-overlay{
    background: linear-gradient(
      rgba(255,255,255, 0.9), 
      rgba(255,255,255, 0.9)
    ), url('../images/map.jpg') no-repeat 50% fixed;
    background-size: cover;
}

#pricing-banner.dark-overlay{
    background: linear-gradient(
      rgba(0,0,0, 0.7), 
      rgba(0,0,0, 0.7)
    ), url('../images/g4.jpg') no-repeat 50% fixed;
    background-size: cover;
}


#banner-elements{
    background: linear-gradient(
      rgba(0,0,0, 0.1), 
      rgba(0,0,0, 0.3)
    ),url('../images/elements.jpg') no-repeat 50% fixed;
    background-size: cover;
   
}
#feature{
    background: linear-gradient(
      rgba(0,0,0, 0.1), 
      rgba(0,0,0, 0.3)
    ),url('../images/feature.jpg') no-repeat 50% fixed;
    background-size: cover;
   
}
#feature-header{
    background: linear-gradient(
      rgba(0,0,0, 0.1), 
      rgba(0,0,0, 0.3)
    ),url('../images/feature-header.jpg') no-repeat 50% fixed;
    background-size: cover;
   
}

#feature-hero{
    background: url('../images/feature-hero.jpg') no-repeat 50% fixed;
    background-size: cover;  
}

#feature-hero.dark-overlay{
    background: linear-gradient(
      rgba(0,0,0, 0.1), 
      rgba(0,0,0, 0.3)
    ),url('../images/feature-hero.jpg') no-repeat 50% fixed;
    background-size: cover; 
}

#banner-solid.color-bg-image{
    background: linear-gradient(
      rgba(212,175,55, 0.9), 
      rgba(212,175,55, 0.9)
    ),url('../images/t2.jpg') no-repeat 50% fixed;
    background-size: cover; 
}




/*
 * ============================================
 *              A B O U T
 * ============================================
 */



/* image row */

.image-row div{
    padding: 15px;
}

.one-col-team > div.each-team{
    margin-bottom: 100px;
    min-height: 600px;
}

.one-col-team figure{
    padding: 10px;
    background: transparent;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

    .one-col-team > div:hover figure{
	background: #000;
    }
    .one-col-team.testi-carousel > div:hover figure{
	background: transparent;
    }
	.one-col-team > div:hover img{
	    border-radius: 0;
	    -webkit-border-radius: 0;
	    -webkit-filter: grayscale(0);
	    filter: grayscale(0);
	}

.one-col-team .member-info{
    position: absolute;
    margin-top: 100px;
    padding: 100px;
    z-index: 1;
}
    .one-col-team h3{
	font-size: 24px;
	display: inline-block;
	text-align: right;
	margin-right: 30px;
	padding-right: 30px;
	border-right: 3px solid #aaa;
	position: relative;
    }
	.one-col-team .member-info h3:before{
	    position: absolute;
	    content: "";
	    right: -3px;
	    width: 3px;
	    height: 0;
	    background: #000;
	    -webkit-transition: all 0.8s;
	    -moz-transition: all 0.8s;
	    -o-transition: all 0.8s;
	    -ms-transition: all 0.8s;
	    transition: all 0.8s;
	}
	    .one-col-team > div:hover h3:before{
		height: 100%;
	    }
	
	.one-col-team h3 span{
	    font-size: 46px;
	}
    
    .one-col-team .position-2{
	font-size: 18px;
	letter-spacing: 5px;
	text-transform: lowercase;
	color: #777;
	font-family: Raleway;
	text-transform: capitalize;
	font-style: italic;
	display: inline-block;
	position: relative;
	padding: 4px 4px 0 4px;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
    }
    
    .one-col-team .member-info .position-2:after{
	position: absolute;
	content: "";
	background:  #3DADDE;
	width: 0;
	height: 30px;
	left: -2px;
	top: 5px;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
	    
    }
	    .one-col-team > div:hover .position-2:after{
		width: 100%;
		z-index: -1;
	    }
	    
	    .one-col-team > div:hover .position-2{
		color: #fff;
	    }
    
    .one-col-team .member-desc{
	margin-top: 30px;
	margin-bottom: 30px;
    }
    
    .one-col-team .social-icons a{
	color: #000;
	margin-right: 20px;
	font-size: 20px;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
    }
    
	.one-col-team .social-icons a:hover{
	    color:  #3DADDE;   
	}
    
    @media(max-width: 1199px){
	.one-col-team h3{
	    font-size: 24px;
	}
	    .one-col-team h3 span{
		font-size: 36px;
		letter-spacing: 5px;
	    }
	    .one-col-team .position-2{
		font-size: 16px;
	    }
	    .one-col-team .member-info .position-2:after{
		height: 24px;
	    }

    }
    
    @media(max-width: 991px){
	.one-col-team h3{
	    font-size: 16px;
	}
	.one-col-team h3 span{
	    font-size: 24px;
	}
	.one-col-team .position-2{
	    font-size: 14px;
	}
	.one-col-team .member-info .position-2:after{
	    height: 20px;
	}
	
	.one-col-team .member-info{
	    padding: 50px;
	    margin-top: 200px;
	}
    }
    
    @media(max-width: 767px){
	.one-col-team .member-info{
	    position: relative;
	    margin-top: 100px;
	    background: #fff;
	}
	.one-col-team figure{
	    padding: 0;
	}
    }
    
    @media(max-width: 600px){
	.one-col-team .member-info,
	.one-col-team figure{
	    width: 100%;
	}
	
	.one-col-team .member-info{
	    margin-top: 0;
	}
	
	.one-col-team > div{
	    padding: 0;
	}
    }

       

/* PROGRESS BARS */

#skills > div > section,
#skills > section{
    min-height: 500px;
}

#skills .lead{
    margin-bottom: 0;
}

    #skills .section-title .lead-title{
	margin-bottom: 0;
    }

    #skills .progress-bars > .vc-text{
	margin-top: 40px;
    }

@media(max-width: 767px){
    #skills > section > section:first-child{
	margin-bottom: 150px;
    }
    
    #skills .section-title{
	min-height: 200px;
	text-align: left;
    } 
}

.custom-progress{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    height: 3px;
    margin-bottom: 60px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}
.progress{
    background: #eee;
}
    .custom-progress .progress-bar{
        background: #000;
        font-size: 14px;
        text-align: left;
        padding-left: 20px;
        padding-top: 5px;
        color: #D4B181;
    }
    
	.custom-progress .progress-bar-alt{
	    background: #000
	}

        .custom-progress h5{
	    margin-left: -20px;
	    display: inline;
	    position: absolute;
	    margin-top: -30px;
	    letter-spacing: 7px;
	    font-weight: 400;
	    font-size: 14px;
        }
        .custom-progress div{
            letter-spacing: 1.5px;
            font-family: "Raleway";
        }
        
        @media (max-width: 767px){
            .progress-bars{
                width: 100%;
            }
        }
        
        @media (min-width: 480px) and (max-width: 767px){
            .progress-bars{
                padding-right: 10%;
                padding-left: 10%;
            }
        }

        .custom-progress .counter{
            letter-spacing: 1px;
            font-weight: 700;
	    font-family: Raleway;
	    font-size: 16px;
	    position: absolute;
	    right: 50px;
	    margin-top: -15px;
        }
        
        .custom-progress div{
	    letter-spacing: 3px;
        }

        .custom-progress div span.counter:after{
          content: "%";
        }
    
        @media (max-width: 767px){
            .progress-bars{
                width: 100%;
            }
        }
        
        @media (min-width: 480px) and (max-width: 767px){
            .progress-bars{
                padding-right: 10%;
                padding-left: 10%;
            }
        }
	
    
/* customization for the owl-carousel */
.owl-controls{
    margin-top: 30px;
    text-align: center;
    display: inline-block;
}

.testi-carousel .owl-dots{
    text-align: left;
    margin-left: 20px;
    margin-top: -10px
}
    .owl-controls .owl-dot{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border: 1px #000 solid;
	background: transparent;
	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;
    }
	.owl-controls .owl-dot.active{
	    background:  #3DADDE;
	}
	
.collection-carousel .owl-controls{
    margin-top: 0;
}
    .collection-carousel .owl-controls .owl-dots{
	position: absolute;
	top: -5px;
	right: 25px;
	z-index: 1000;
    }
	.collection-carousel .owl-controls .owl-dot{
	    display: inline-block;
	    margin: 5px;
	}
	    
	@media(max-width: 767px){
	    .collection-carousel .owl-controls .owl-dots{
		left: 25px;
		right: auto;
		top: -50px;
	    }
	}

.collection-carousel.carousel-minimal .owl-controls{
    display: none;
}

.owl-carousel.carousel-minimal .owl-item img{
    margin-top: 0;
}



/* FUN COUNTERS */

#counters{
    background: linear-gradient(
      rgba(0,0,0, 0.3), 
      rgba(0,0,0, 0.3)
    ),url('../images/minimal.jpg') no-repeat center 50% fixed;
    background-size: cover;
}
#counters3{
    background: linear-gradient(
      rgba(0,0,0, 0.8), 
      rgba(0,0,0, 0.8)
    ),url('../images/blog-2.jpg') no-repeat center 50% fixed;
    background-size: cover;
}

.icon-box{
    padding: 100px 0;
    	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;

}
    .icon-box:hover{
	padding: 30px 0 170px 0;
    }

    .icon-box span{
	font-size: 0px;
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
	margin: auto;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;

    }
	.icon-box:hover span{
	    font-size: 180px;
	    opacity: 0.1;
	    top: 70px;
	}
    
    .icon-box h2{
	font-family: Raleway;
	font-weight: 700;
    }
    
    .icon-box p{
	font-family: Raleway;
	font-size: 20px;
	margin-bottom: 0;
    }
    
    @media(max-width: 1199px){
	.icon-box:hover span{
	    font-size: 150px;
	    top: 90px
	}
    }
    

/* counters vertical */

#counters-text-bg{
    background: linear-gradient(
      rgba(0,0,0, 0.3), 
      rgba(0,0,0, 0.3)
    ),url('../images/minimal.jpg') no-repeat center 50% fixed;
    background-size: cover;
    
}

#counters2 > div{
    padding: 100px;

}
@media(min-width: 992px){
    #counters2 > div{
	min-height: 530px;
    }
}

@media(max-width: 480px){
    #counters2 > div{
	padding: 100px 20px
    }
}
    #counters2 h2,
    #counters2 p{
	display: inline-block;
	text-align: left;
    }
    
    #counters2 h2{
	font-weight: 700;
	width: 200px;
	text-align: left;
	padding-right: 10px;
	position: relative;
	
    }
	#counters2 h2:after{
	    position: absolute;
	    content: "";
	    width: 20%;
	    height: 2px;
	    background: #fff;
	    top: 45px;
	    right: 10px;
	    -webkit-transition: all 0.8s;
	    -moz-transition: all 0.8s;
	    -ms-transition: all 0.8s;
	    -o-transition: all 0.8s;
	    transition: all 0.8s;
	}
	
	#counters2 h2:hover:after{
	    width: 60%;
	    right: -100px;
	}
    
    #counters2 p.lead{
	font-style: italic;
	color: #fff;
    }
	

/* boxes - mission, objectives */
.boxes section{
    padding: 100px 30px;
    -webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
    
    .boxes p.lead{
	color: rgba(255,255,255, 0.5);
    }
    .boxes h4, .boxes p{
	z-index: 1;
    }
    
    .boxes section:hover,
    .boxes .active{
	background: #222;
    }
    
    .boxes section:hover h4,
    .boxes .active h4{
	color:  #3DADDE;
	border-color:  #3DADDE;
    }

	.boxes section:hover p{
	    opacity: 1;
	    color: #fff
	}
    
    .boxes section:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	border: 3px solid transparent;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
    }
	.boxes section:hover:after,
	.boxes .active:after{
	    top: 5%;
	    left: 5%;
	    right: 5%;
	    bottom: 5%;
	    width: 90%;
	    height: 90%;
	    border-color: rgba(255,255,255, 0.1);
	    
	}

.boxes h4{
    margin-left: 30px;
    font-weight: 700;
}

@media(max-width: 991px){
    .boxes h4{
	margin-left: 0px;
    }
    
    .boxes p{
	width: 98%;
	margin-left: 0;
    }
}


/* TABS */

.nav-tabs{
    border: none;
}
.nav-tabs>li{
    float: none;
    margin-bottom: 20px;
}
    .nav-tabs>li>a{
	border-radius: 0;
	-webkit-border-radius: 0;
	letter-spacing: 3px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	border: 1px solid #eee;
	color: #222;
	font-family: Raleway;
	
    }
    .nav-tabs>li:hover>a{
	background: transparent;
	color: #000;
	border-color: #eee;
    }
    
    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover{
	background: #000;
	color: #fff;
	border-color: #000;
	font-weight: 700;
    }
    
    .nav-tabs span{
	opacity: 0;
    }
	.nav-tabs li.active span{
	    float: right;
	    opacity: 1;
	    font-size: 20px;
	    color: rgba(255,255,255, 0.5);
	}
    
.tab-content{
    padding: 50px 40px;
    border: 1px solid #eee;
    display: inline-block;
}

.content-image{
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
}
    .nav-tabs.nav-tabs-horiz > li{
	float: none;
	display: inline-block;
	margin-right: 15px;
	font-size: 34px
    }
    
@media(max-width: 991px){
    .nav-tabs{
	padding-right: 0;
    }
}

@media(max-width: 767px){
    .nav-tabs-horiz{
       text-align: left;
    }
}

@media(max-width: 500px){
    .nav-tabs.nav-tabs-horiz> li{
        display: block;
	margin-left: 0;
	margin-right: 0;
    }
}


/* random images - about */

.random-images{
    margin-top: 20px;
    margin-bottom: 300px;
}
    .random-images div{
	position: absolute;
    }
    
    .random-images img{
	border: 3px #000 solid;
    }

.random-images div#image-1{
    width: 400px;
    height: 400px;
    margin-left: 50px;
}

.random-images div#image-2{
    width: 200px;
    height: 200px;
    margin-left: 150px;
    margin-top: 350px;
}
    .random-images div#image-2 img{
	border-right: none;
    }

.random-images div#image-3{
    width: 200px;
    height: 200px;
    margin-left: 400px;
    margin-top: 103px;
}
    .random-images div#image-3 img{
	border-bottom: none;
    }

.random-images div#image-4{
    width: 300px;
    height: 300px;
    margin-top: 300px;
    margin-left: 350px;
}

@media(max-width: 767px){
    .random-images div#image-1{
	width: 350px;
	height: 350px;
	margin-left: 50px;
    }
    
    .random-images div#image-2{
	width: 150px;
	height: 150px;
	margin-left: 130px;
	margin-top: 270px;
    }
	.random-images div#image-2 img{
	    border-right: none;
	}
    
    .random-images div#image-3{
	width: 150px;
	height: 150px;
	margin-left: 325px;
	margin-top: 73px;
    }
	.random-images div#image-3 img{
	    border-bottom: none;
	}
    
    .random-images div#image-4{
	width: 250px;
	height: 250px;
	margin-top: 220px;
	margin-left: 270px;
    }
    
    .random-images{
	margin-bottom: 200px;
    }
}

@media(max-width: 620px){
    .random-images div#image-1{
	width: 48%;
	height: 48%;
	margin-left: 0px;
	margin-top: 0
    }
    
    .random-images div#image-2{
	width: 48%;
	height: 48%;
	margin-left: 0px;
	margin-top: 50%;
    }
	.random-images div#image-2 img{
	    border-right: 3px solid #000
	}
    
    .random-images div#image-3{
	width: 48%;
	height: 48%;
	margin-left: 51%;
	margin-top: 0;
    }
	.random-images div#image-3 img{
	    border-bottom: 3px solid #000
	}
    
    .random-images div#image-4{
	width: 48%;
	height: 48%;
	margin-top: 50%;
	margin-left: 51%;
    }
    
    .random-images{
	margin-bottom: 100px;
    }
}



/*
 * ============================================
 *              P O R T F O L I O
 * ============================================
 */


.grid-filter{
    padding: 30px 0;
    height: 80px;
    margin-bottom: 70px;
    display: block;
    list-style: none;
}
    .grid-filter li{
	display: inline-block;
	margin-right: 10px;
    }
	.grid-filter a{
	    padding: 10px;
	    color: #000;
	    border: 1px solid #eee;
	    text-transform: uppercase;
	    letter-spacing: 3px;
	    font-weight: 700;
	    font-family: Raleway;
	}
	    .grid-filter a:hover{
		color:  #3DADDE;
	    }
	    
	    .grid-filter a.selected,
	    .grid-filter a.selected:hover{
		color:  #3DADDE;
		border-color: transparent;
		font-size: 21px;
	    }
	    
    .grid-filter li > div{
	position: absolute;
	top: -60px;
	opacity: 0;
	right: 15px;
    }

    .counter-container span:last-child{
	right: 15px;
	font-size: 18px;
	font-family: Raleway;
	color:  #3DADDE;
	font-style: italic;
    }
	
	.counter-container span.project-counter{
	    font-size: 100px;
	    font-weight: 700;
	    right: 115px;
	    letter-spacing: 3px;
	    color:  #3DADDE;
	    font-family: Raleway;
	}
	
	.grid-filter a.selected + div{
	    opacity: 1;
	}
	
	@media(max-width: 767px){
	    .grid-filter li > div{
		top: 22px;
	    }
	}

    
    .grid-filter a.selected span.icon{
	font-size: 46px;
	margin-top: -10px;
	opacity: 1;
	margin-left: -10px;
    }
    
    .grid-filter a span.icon{
	font-size: 24px;
	position: absolute;
	opacity: 0;
    }
    
    .grid-filter a span:last-child{
	opacity: 1;
    }
	.grid-filter a.selected span:last-child{
	    opacity: 0;
	    margin-left: 0;
	}
	        
    @media(max-width: 767px){
	.grid-filter{
	    height: auto;
	    margin-bottom: 0px;
	}
	    .grid-filter li{
		display: block;
		margin-right: 0;
		margin-top: 30px;
	    }
	    
		.grid-filter li a{
		    margin-top: 30px;
		}
    }
    
/* the grid layout for the portfolio items */

.entry .item-icons{
    position: absolute;
    text-align: center;
    top: -50%;
    margin: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
    z-index: 1;
}
    .entry:hover .item-icons{
	top: 45%;
	opacity: 1;
	visibility: visible;
    }

    .item-icons span,
    .item-icons a{
	opacity: 0;
	font-size: 18px;
	color: #000;
	margin-left: 2px;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
    }
    
    .item-icons span{
	padding: 16px 12px 11px 12px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: rgba(255,255,255, 0.7);
	width: 20px;
	height: 20px;
	border: 2px solid transparent;
    }
	.item-icons span:hover{
	    border-color: rgba(255,255,255, 0.7);
	    background: transparent;
	}
    
    .item-icons a{
	border-bottom: none;
	font-family: Raleway;
	font-size: 16px;
	font-weight: 700;
    }
    
	.grid-layout .entry:hover .item-icons span,
	.grid-layout .entry:hover .item-icons a{
	    opacity: 1;
	}
	
	
.grid-layout{
    padding: 0;
}

    .grid-layout li{
	padding: 25px 50px;
	list-style: none;
	-webkit-transition: border, background 2s;
	-moz-transition: border, background 2s;
	-o-transition: border, background 2s;
	-ms-transition: border, background 2s;
	transition: border, background 2s;
	border: 1px solid transparent;
    }
    
	.grid-layout li figure{
	    z-index: -1;
	    overflow: hidden;
	}
	
	.grid-layout.border-thin li{
	    border: 10px solid #fff;
	}
	
	.grid-layout.border-thick li{
	    border: 30px solid #fff;
	}
	.grid-layout.no-border li{
	    border: none;
	}
    
	    .grid-layout li .heading-sm{
		margin-top: 20px;
		margin-bottom: 0;
	    }
    
	    .grid-layout .social-icons{
		opacity: 0;
		display: block;
		padding: 0;
		-webkit-transition: opacity 0.8s;
		-moz-transition: opacity 0.8s;
		-o-transition: opacity 0.8s;
		-ms-transition: opacity 0.8s;
		transition: opacity 0.8s;
	    }
	    
		.grid-layout > li:hover .social-icons{
		    opacity: 1;
		}
		
		.grid-layout .social-icons a{
		    color: #fff;
		    margin-right: 10px;
		}
	
			@media(max-width: 991px){
			    .grid-layout{
				margin-bottom: 150px;
			    }
			} 
			    
			@media(max-width: 500px){
			    .grid-layout > li{
				width: 100%;
			    }
			}
	
/* grid list 1 for portfolio style 1 */

#grid-list-1 > li figure{
    overflow: visible;
}
    #grid-list-1 > li:hover figure img{
	-webkit-filter: blur(3px);
	filter: blur(3px);
    }


/* grid list 2 for portfolio style 2 */

#grid-list-2 > li{
    padding: 0;
    overflow: hidden;
}

    #grid-list-2 li .heading-sm{
	margin-top: -60px;
	padding: 15px;
	position: absolute;
	background: rgba(255,255,255, 0.2);
	width: 100%;
    }
    
	#grid-list-2 li:hover .heading-sm{
	    background: #f7f7f7;
	}
	
	#grid-list-2 > li:hover figure img{
	    -webkit-filter: blur(3px);
	    filter: blur(3px);
	}
	    
    
#grid-list-2 li:hover .item-icons span{
    background: #fff;
}
    #grid-list-2 li .item-icons span:hover{
	background: transparent;
    }
    
    
/* grid list 2.v  */
    
#grid-list-2.show-on-hover li .heading-sm{
    opacity: 0;
    margin-top: 50px;
}
    #grid-list-2.show-on-hover li:hover .heading-sm{
	opacity: 1;
	margin-top: -60px;
    }


/* grid list 3 for portfolio style 3 */

#grid-list-3 > li{
     padding: 0px;
     border-top: 20px solid #fff;
     border-bottom: 20px solid #fff;
     border-left: 30px solid #fff;
     border-right: 30px solid #fff;
}

    #grid-list-3 > li:hover img{
	opacity: 0.05;
    }
    
    #grid-list-3 li:hover .item-icons span{
	background: #000;
	color: #fff;
    }
	#grid-list-3 li .item-icons span:hover{
	    background: transparent;
	    color: #000;
	    border-color: #000;
	}

/* grid list 4 for portfolio style 4 */

#grid-list-4 > li{
    padding: 0
}

#grid-list-4 > li:hover{
    background: transparent;
}

    #grid-list-4 > li:hover img{
	opacity: 0.3;
    }
  
    #grid-list-4 li .heading-sm{
	margin-top: -65px;
	padding: 20px 0px 20px 0px;
	position: absolute;
	background: rgba(255,255,255, 1);
	width: 100%;
	text-align: center
    }
    
	#grid-list-4 li:hover .heading-sm{
	    background: #f7f7f7;
	}

#grid-list-4 .entry:hover .item-icons{
    top: 40%;
}

/* social share popup */

.social-share-popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    visibility: hidden;
    z-index: 2002;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
	.social-share-popup.open{
	    opacity: 1;
	    visibility: visible;
	}
    
    .social-share-popup div.popup-container{
	width: 50%;
	margin-left: 25%;
	text-align: center;
	background: #fff;
	border: 10px solid #000;
	padding: 80px 100px 100px 100px;
    }
	.social-share-popup div.popup-container a span{
	    color: #000;
	    border-radius: 50%;
	    -webkit-border-radius: 50%;
	    border: 1px solid #eee;
	    width: 70px;
	    height: 70px;
	    padding-top: 20px;
	    -webkit-transition: all 0.4s;
	    -moz-transition: all 0.4s;
	    -ms-transition: all 0.4s;
	    -o-transition: all 0.4s;
	    transition: all 0.4s;
	}
	
	.social-share-popup div.popup-container a span:hover{
	    background: #000;
	    color:  #3DADDE;
	}
	
    .social-share-popup div.close-popup span{
	font-size: 30px;
	color: #aaa;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
    }
	.social-share-popup div.close-popup:hover span{
	    color: #000;
	}
    
    .show-popup:hover,
    .social-share-popup div.close-popup:hover span{
	cursor: pointer;
    }
	

/*
 * ============================================
 *              B L O G
 * ============================================
 */

#first-article.block:hover:after,
#first-article.block.latest-post:after{
    background: linear-gradient(
		rgba(255,255,255, 0.8), 
		rgba(255,255,255, 0.8)
	      ),url(../images/home-fs-1.jpg) no-repeat;
    background-size: cover;
}

#second-article.block:hover:after,
#second-article.block.latest-post:after{
    background: linear-gradient(
		rgba(255,255,255, 0.8), 
		rgba(255,255,255, 0.8)
	      ),url(../images/home-fs-1.jpg) no-repeat;
    background-size: cover;
}

#third-article.block:hover:after,
#third-article.block.latest-post:after{
    background: linear-gradient(
		rgba(255,255,255, 0.8), 
		rgba(255,255,255, 0.8)
	      ),url(../images/home-fs-1.jpg) no-repeat;
    background-size: cover;
}

#forth-article.block:hover:after,
#forth-article.block.latest-post:after{
    background: linear-gradient(
		rgba(255,255,255, 0.8), 
		rgba(255,255,255, 0.8)
	      ),url(../images/blogn.html) no-repeat;
    background-size: cover;
}


.heading-sm.blog-title{
    font-size: 12px;
}
	.block:hover .heading-sm.blog-title i,
	.block:hover .heading-sm.blog-title a,
	.block:hover .heading-sm.blog-title{
	    color: #000;
	}

.blog-meta{
    margin-top: -15px;
    margin-bottom: 30px;
    padding-left: 50px;
}
    .blog-meta a{
	margin-right: 20px;
	font-family: Raleway;
    }

@media(max-width: 1199px){
    .blog-meta{
	padding-left: 50px;
    }
}

@media(max-width: 991px){
    .blog-meta{
	padding-left: 50px;
    }
}

.more-padding .blog-list-row .entry{
    padding: 15px;
}

    @media(max-width: 767px){
	.more-padding .blog-list-row .entry{
	    margin-bottom: 0px;
	}
    }

.more-posts-row .entry{
    margin-bottom: 15px;
    margin-top: 15px;
}

.block{
    border: 2px solid #f7f7f7;
    padding: 40px 40px;
    position: relative;
    height: 270px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
    
    .block:hover,
    .block.latest-post{
	border-color: #fff;
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
    }
    .block h5{
	margin-bottom: 30px;
	margin-left: 20px;
    }

	@media(max-width: 500px){
	    .block{
		padding: 50px 25px;
	    }	
	}
	
    .block:after{
	content: "";
	position: absolute;
	height: 60px;
	width: 85px;
	background: transparent;
	border: 2px solid  #3DADDE;
	top: 100px;
	left: 50px;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
    }
    
	.more-padding .block:after,
	.block.latest-post:after{
	    top: 80px;
	    left: -20px;
	    height: 85px;
	}
	
	    @media(max-width: 500px){
		.more-padding .blog-header:after{
		    top: 50px;
		    left: 40px; 
		}
		
		.more-padding .block:after,
		.block.latest-post:after{
		    top: 90px;
		}
	    }
	
	.block:hover:after,
	.block.latest-post:after{
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    height: 100%;
	    width: 100%;
	    background: #f7f7f7;
	    z-index: -1;
	    border-color: transparent;
	    border-width: 0;
	}

    .block > a{
	opacity: 0;
	margin-left: 35px
    }
	.block:hover > a{
	    opacity: 1;
	    -webkit-transition-delay: 0.3s;
	    -moz-transition-delay: 0.3s;
	    -o-transition-delay: 0.3s;
	    transition-delay: 0.3s;
	}

.block h5.blog-title{
    margin-left: 3px;
    margin-top: -20px;
    display: inline-block;
    line-height: 33px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

    @media(max-width: 600px){
	.block h5.blog-title,
	.block.latest-post h5.blog-title{
	    margin-left: 40px;
	    margin-top: -150px;
	    font-size: 14px;
	    line-height: 24px;
	}
    }
    
    @media(max-width: 500px){
	.block h5.blog-title{
	    margin-left: 40px;
	    margin-top: -150px;
	    font-size: 14px
	}
    }

    .block:hover .blog-title{
	-webkit-transition-delay: 0.8s;
	-moz-transition-delay: 0.8s;
	-o-transition-delay: 0.8s;
	transition-delay: 0.8s;
    }
    
.blog-para{
    padding-top: 100px;
    margin-left: 35px;
    margin-bottom: 0;
}
    @media(max-width: 500px){
	.blog-para{
	    padding-top: 50px;
	}
    }
    
    .blog-header .blog-date{
	font-size: 40px;
	letter-spacing: normal;
	font-weight: 700;
	height: 85px;
	width: 85px;
	font-family: Raleway;
	padding: 0px 4px 8px 4px;
	text-align: center;
	color: #000;
	background: #fff;
	margin-right: 20px;
	margin-left: -70px;
	margin-top: -20px;
	display: inline-block;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
    }
	.blog-header .blog-date i{
	    display: block;
	    text-transform: uppercase;
	    font-size: 16px;
	    font-weight: 300;
	    font-style: normal;
	    letter-spacing: 3px;
	    margin-top: -20px;
	}
	
	.block:hover .blog-header .blog-date,
	.block.latest-post .blog-header .blog-date{
	    background:  #3DADDE;
	    color: #fff;
	   -webkit-transition-delay: 0.8s;
	    -moz-transition-delay: 0.8s;
	    -o-transition-delay: 0.8s;
	    transition-delay: 0.8s;
	}
	
	.block.latest-post .blog-header .blog-date{
	    margin-left: -80px
	}
	
	@media(max-width: 1199px){
	    .blog-header .blog-date{
		margin-left: -70px;
	    }
	}
	
	@media(max-width: 991px){
	    .blog-header .blog-title{
		margin-top: 30px;
	    }
	}
	
	@media(max-width: 500px){
	    .blog-header .blog-date{
		margin-top: 40px;
		margin-left: -45px;
	    }
	    .block.latest-post .blog-header .blog-date{
		margin-left: -45px;
	    }
	}

    

/* PAGINATION */

.page-pagination{
    padding-top: 60px;
    border-top: 2px solid #f7f7f7;
  
}
    .page-pagination > div{
	padding: 0;
    }

.page-pagination i{
    font-size: 20px;
    opacity: 0.5;
}
    .page-pagination i:hover{
	opacity: 1;
	color: #000;
    }
    .page-pagination div > a{
	display: inline-block;
	padding: 8px 7px 3px 7px;
	border: 2px solid #000;
	font-size: 11px;
	font-weight: 300;
	font-family: Raleway;
    }
    
    @media(max-width: 767px){
	.page-pagination div{
	    text-align: left;
	    margin-bottom: 10px;
	}
    }

.pagination{
    margin: 0;
}
    .pagination>li>a span{
	color: #000;
	font-family: Raleway;
	opacity: 0.5;
    }
	.pagination>li>a:hover span{
	    opacity: 1;
	}
	.pagination>.active>span{
	    background: transparent;
	    font-size: 40px;
	    font-family: Raleway;
	    border: none;
	    color: #000;
	    font-weight: 700;
	    padding-top: 0;
	    padding-bottom: 0;
	    margin-top: -5px
	}
	    .pagination>.active>span:hover{
		background: transparent;
		color: #000;
	    }
	
	.pagination>li>a,
	.pagination>li>span{
	    border: none;
	}
	    .pagination>li>a:hover,
	    .pagination>li>span:hover{
		border-color: #000;
		background: transparent;
	    }
	
	.pagination>li>a,
	.pagination>li>span{
	    padding: 11px 17px;
	}
	
	.pagination>li:first-child>a,
	.pagination>li:first-child>span,
	.pagination>li:last-child>a,
	.pagination>li:last-child>span{
	    border-radius: 0;
	    -webkit-border-radius: 0;
	}

.tooltip .tooltip-inner{
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 5px 7px;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 10px;
    text-transform: lowercase;
}


#posts-num-block{
    background: linear-gradient(
      rgba(0,0,0, 0.7), 
      rgba(0,0,0, 0.7)
    ),url('../images/aboutus.jpg') no-repeat center 50% fixed;
    background-size: cover;
}

#num-block{
    font-size: 22px;
    font-family: Raleway;
    font-style: italic;
    font-weight: 300;
}
    #num-block span{
	font-family: Raleway;
	font-size: 100px;
	font-style: normal;
	font-weight: 700;
    }
    
    
    
/* BLOG SINGLE */

#banner-blog-single{
    background: url(../images/mudancas.jpg) no-repeat center 50% fixed;
    background-size: cover;
}

#banner-blog-single2{
    background: url(../images/novo_plano.jpg) no-repeat center 50% fixed;
    background-size: cover;
}

#banner-blog-single3{
    background: url(../images/nova_lei.jpg) no-repeat center 50% fixed;
    background-size: cover;
}
#banner-project-single{
    background: url(../images/blog-2.jpg) no-repeat center 50% fixed;
    background-size: cover;
}

.blog-section-margin-bottom{
    margin-bottom: 75px;
}

#blog-post strong{
    color: #000;
}


#blog-post .em-word{
    font-size: 24px;
    font-weight: 400;
    color: #000;
}

#blog-post .em-word-2{
    font-size: 40px;
    font-weight: 700;
}

#blog-post > section,

#blog-post > div{
    margin-bottom: 60px;
}

#blog-post > div .lead-border-left{
    margin-bottom: 0
}

#blog-post > p,
#blog-post h5{
    width: 100%;
    display: inline-block;
}

.blog-post-thumbnails div{
    padding: 10px;
}

#blog-post-quote{
    padding: 50px;
    border-right: none;
    border-left: none;
}
    #blog-post-quote .quote span{
	margin-left: -50px;
	font-size: 200px;
	color:  #3DADDE;
	left: 50px;
    }
    
	@media(max-width: 480px){
	    #blog-post-quote .quote span{
		font-size: 100px;
		margin-left: -30px;
		margin-top: 65px;
	    }
	    
	    .quote-content{
		width: 100%;
		margin-left: 0;
	    }
	}
    
    #blog-post-quote p{
	width: auto;
	display: inline-block;
	border-color: #000;
	color: #000;
    }
    
.two-col-row{
    margin-right: -15px;
    margin-left: -15px;
}

#comments-list{
    margin-bottom: 60px;
}
 
#comments-list,
#post-comments{
    border-top: 2px solid #f7f7f7;
    padding-top: 60px;
    margin-top: 60px;
}

    #comments-list h4,
    #post-comments h4{
	margin-bottom: 30px;
    }
    

    #post-comments .form-horizontal{
	padding-left: 0;
    }
	#post-comments textarea{
	    margin-left: 18px;
	}
	
	    @media(max-width: 767px){
		#post-comments textarea{
		    margin-left: 0;
		}
		#post-comments .btn-link{
		    float: left;
		    margin-left: 15px;
		}
	    }
	
	#post-comments .btn-link{
	    margin-top: 0;
	}

.media-list img{
    border-color: #eee;
}

    .media-list div.media:hover > a > img,
    .media-list li.media:hover img{
	border-radius: 0;
	-webkit-border-radius: 0;
    }
    
    .media-list li{
	padding-bottom: 30px;
	border-bottom: 1px solid #f7f7f7;
	margin-bottom: 30px;
    }
	.media-list li:last-child{
	    border: none;
	    margin-bottom: 0;
	    padding-bottom: 0;
	}
    
    	.media-list li .nested-media{
	    margin-top: 30px;
	    border-top: 1px solid #f7f7f7;
	    padding-top: 30px;
	}
	
.media-heading{
    margin-bottom: 10px;
}
    
    .media-heading a{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	margin-right: 15px;
	letter-spacing: 3px;
    }
    .media-heading small{
	color: #aaa;
	margin-right: 15px;
    }
    
    .media-heading span:last-child{
	float: right;
    }

.media-left, .media>.pull-left{
    padding-right: 30px;
}

    @media(max-width: 480px){
	.media-left, .media>.pull-left{
	    padding-right: 10px;
	}
	.media-heading a{
	    letter-spacing: normal;
	    margin-right: 5px;
	}
    }
    
.blog-post-author{
    padding-top: 60px;
    border-top: 2px solid #f7f7f7;
    margin-bottom: 30px;
    background: #f7f7f7;
}

.one-col-team.blog-post-author .member-info{
    margin-top: 0px;
    padding: 30px;
    border: 1px solid #f7f7f7;
}
    .one-col-team.blog-post-author h3{
	font-size: 14px
    }
	.one-col-team.blog-post-author h3 span{
	    font-size: 22px;
	}
	
	.one-col-team.blog-post-author .position-2{
	    font-size: 14px;
	}
	    .one-col-team.blog-post-author .member-info .position-2:after{
		height: 24px;
		top: 4px;
	    }
	
	.one-col-team.blog-post-author > div.each-team{
	    min-height: 100px;
	    padding: 0;
	    margin-bottom: 60px
	}

.post-meta-details{
    padding: 40px 30px 20px 30px;
    border: 1px solid #eee;
    margin-bottom: 60px;
    
}
    .post-meta-details li{
	list-style: none;
	margin-bottom: 10px;
    }
    
	.post-meta-details li span{
	    font-family: Raleway;
	    margin-left: 20px;
	    font-size: 14px;
	}
	.post-meta-details li span.icon{
	    font-size: 18px;
	}


/* BLOG SIDEBAR */

@media(max-width: 991px){
    #sidebar.sidebar-v{
	margin-bottom: 150px;
    }
}

#sidebar h5{
    margin-bottom: 20px;
    font-size: 16px;
}

#sidebar > section{
    margin-bottom: 50px;
    border-bottom: 2px solid #f7f7f7;
    padding-bottom: 50px;
}

    #sidebar > section:last-child{
	border: none;
	padding-bottom: 0;
    }

#sidebar input,
#sidebar button{
    margin-top: 0;
}
    #sidebar input{
	border: 1px solid #eee;
	border-right: none;
    }
    #sidebar button{
	height: 40px;
	background: transparent;
	border: 1px solid #eee;
	border-left: none;
    }
	#sidebar .input-group button span{
	    font-size: 16px;
	    color: #aaa;
	    margin-top: 5px;
	    display: block;
	}
	    #sidebar .input-group button span:hover,
	    #sidebar .input-group input:hover + span button span{
		color: #000;
	    }

#sidebar-social .social-icons i{
    font-size: 16px;
    padding: 10px 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 40px;
    width: 40px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    margin-right: 5px;
}

    #sidebar-social .social-icons i:hover{
	color: #fff;
	background: #000;
	border-radius: 0;
	-webkit-border-radius: 0;
    }
    
    
#sidebar-categories ul,
#sidebar-tags ul{
    padding-left: 0;
    margin-top: 0;
}

#sidebar-categories li a,
#sidebar-tags li a{
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
}

#sidebar-tags ul li{
    list-style: none;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    margin-right: 6px;
    -webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
    #sidebar-tags ul li:hover{
	background: #000;
    }
    
	#sidebar-tags li:hover a{
	   color: #fff;
	}
	
#sidebar-gallery ul{
    padding-left: 0;
    list-style: none;
}
    #sidebar-gallery ul li{
	padding: 5px;
    }
     
#sidebar-follower{
    padding: 0 0 30px 0;
    text-align: center;
}
#sidebar-follower div.bnum{
    font-weight: 700;
    font-family: Raleway;
    color: #000;
    font-size: 40px;
    margin-top: -70px
}
    
#sidebar-follower i{
    font-size: 120px;
    font-style: normal;  
}

#sidebar-follower div.sub{
    text-transform: uppercase;
    color: #000;
    letter-spacing: 7px;
    margin-top: -50px;
    margin-bottom: 30px;
}



/* -------------------------------- 

   T I M E L I N E

-------------------------------- */

.cd-horizontal-timeline {
  opacity: 0;
  /*margin: 2em auto;*/
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  /*background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0));*/
  /*background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));*/
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  /*background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0));*/
  /*background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));*/
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 12px;
    font-family: Raleway;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
  padding-bottom: 15px;
  color: #666;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #000;
  border-color: #000;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
  font-size: 15px;
  font-weight: 700;
  color: #000;

}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #000;
  border-color: #000;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #000;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    /*margin: 6em auto;*/
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation{
    list-style: none;
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  /*z-index: 1;*/
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: #dfdfdf;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  position: absolute;
  
  content: '\e04b';
  font-family: "linea-arrows-10";
  font-size: 18px;
  height: 16px;
  width: 16px;
  left: 0;
    margin-left: -16px;
    top: 7px;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  /*background: url(../images/img/cd-arrow.svg) no-repeat 0 0;*/
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #000;
  color: #000;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
  color: #dfdfdf;
}

.events ol,
.events-content ol{
    list-style: none;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  margin-top: 75px;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-weight: 700;
  line-height: 1.2;
  
    font-size: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
        font-size: 20px;
	letter-spacing: 5px;
	text-transform: uppercase;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}


.events-content li .timeline-meta{
    margin-top: 10px;
    margin-bottom: 30px;
    color: #fff;
}
    .timeline-meta a{
	font-family: Raleway;
	margin-right: 15px;
    }

.events-content li .timeline-subtitle,
.events-content li .timeline-subtitle a{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #666;
}

.timeline-gallery div{
    padding: 5px;
}

    .timeline-gallery img{
	opacity: 0.9;
    }
	.timeline-gallery img:hover{
	    opacity: 1;
	}

/*
 * ============================================
 *              S E R V I C E S
 * ============================================
 */


.services{
    padding-top: 150px;
    padding-bottom: 75px
}
    .services div{
	padding-bottom: 75px;
    }
    
.icon.icon-solid-bg{
    background: #000;
    color: #fff;
    font-size: 24px;
    margin-right: 10px;
    padding: 10px 5px 2px 5px;
}
    .icon.icon-solid-bg.color-bg{
	background:  #3DADDE;
    }

.icon.icon-border{
    border: 2px solid #000;
    color: #666;
    margin-right: 10px;
    font-size: 24px;
    padding: 10px 5px 2px 5px;
}

    .icon.icon-border.color-border{
	border-color:  #3DADDE;
    }

.icon.icon-lg{
    font-size: 70px;
    display: block;
    opacity: 0.2;
    margin-bottom: 5px;
	line-height:1;
}

.text-center p.subtitle{
    margin-left: 30px;
}

#services-list .heading-sm span{
    font-size: 30px;
}
    #services-list .entry{
	margin-bottom: 30px;
    }
	#services-list .block{
	    height: auto;
	}
	
	#services-list .block:after{
	    width: 3px;
	    left: 50px;
	    height: 60px;
	    top: 55px;
	}
	
	#services-list .one-col-list .block:after{
	    top: 115px;
	}
	    #services-list .block:hover:after{
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
		background: #f7f7f7;
		z-index: -1;
		border-color: transparent;
		border-width: 3px;
	    }
	    
	    #services-list .block:hover .heading-sm{
		margin-left: 0;
		-webkit-transition-delay: 0.8s;
		-moz-transition-delay: 0.8s;
		-o-transition-delay: 0.8s;
		transition-delay: 0.8s;
	    }
	    
	    #services-list .block .heading-sm span{
		-webkit-transition: all 0.8s;
		-moz-transition: all 0.8s;
		-ms-transition: all 0.8s;
		-o-transition: all 0.8s;
		transition: all 0.8s;
	    }
	    
	    #services-list .block:hover .heading-sm span{
		color:  #3DADDE;
		-webkit-transition-delay: 0.5s;
		-moz-transition-delay: 0.5s;
		-o-transition-delay: 0.5s;
		transition-delay: 0.5s;
	    }
	    
	    #services-list .block > a{
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 3px;
		margin-left: 0;
	    }

	
/* services.html */	
	
.one-col-list .block{
    margin-bottom: 300px;
}
	 
    .one-col-list figure{
	position: absolute;
	background: #000;
	padding: 0;
	z-index: 1;
    }

	.one-col-list figure > a,
	figure > a{
	    position: absolute;	    
	    color: #fff;
	    font-weight: 700;
	    text-transform: uppercase;
	    letter-spacing: 3px;
	    border-bottom: none;
	    
	    -webkit-transition: all 3s;
	    -moz-transition: all 3s;
	    -ms-transition: all 3s;
	    -o-transition: all 3s;
	    transition: all 3s;
	}
	    .one-col-list figure:hover a,
	    figure:hover a{
		opacity: 1;
		color: #fff;
	    }
	    
	    .one-col-list figure:hover img{
		opacity: 0.3;
	    }
    

	#services-list .one-col-list .block .heading-sm span{
	    font-size: 46px;
	}
    
.minimal-block div .lead-title{
    margin-bottom: 10px;
    font-size: 30px;
}
.minimal-block .subtitle{
    margin-top: 10px;
}
    
@media(max-width: 1199px){
    .one-col-list figure{
	margin-top: -30px;
    }
    
    .one-col-list .block{
	margin-bottom: 200px;
    }
    
    .one-col-list .block h5 span{
	font-size: 36px;
	letter-spacing: 5px;
    }
}

@media(max-width: 767px){
    .one-col-list figure{
	margin-top: 0;
    }
    .one-col-list .block{
	margin-bottom: 100px;
    }
}

@media(max-width: 600px){
    .one-col-list .block h5 span{
	font-size: 32px;
    }
    
    .one-col-list figure img{
	opacity: 0.3
    }
    .one-col-list figure a{
	opacity: 1;
    }
    .minimal-block .subtitle span{
	display: block;
    }
    
    .minimal-block .subtitle span:after{
	display: none;
    }
}

@media(max-width: 500px){
    .one-col-list figure{
	position: relative;
	width: 100%;
	margin-left: 0;
	padding: 0;
    }
    
    .one-col-list .block h5 span{
	font-size: 24px;
	letter-spacing: 5px;
    }
    
    .one-col-list .block{
	width: 100%;
    }
    
    .one-col-list .block p{
	width: 100%;
	margin-bottom: 30px;
    }
}


/* PRICE TABLE */

.price .price-item > div{
    padding: 50px;
}

    @media(max-width: 991px){
	.price .price-item{
	    margin-bottom: 30px;
	}
    }
    
    @media(max-width: 600px){
	.price .price-item{
	    width: 100%;
	    margin-left: 0;
	}
    }

.light-border{
    border: 1px solid #eee
}

.price-title{
    display: block;
    letter-spacing: 7px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.price-price{
    font-size: 46px;
    font-weight: 700;
    padding-top: 25px;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 3px solid #eee;
    border-bottom: 3px solid #eee;
    font-family: Raleway;
    letter-spacing: 3px;
    color: #000;
    position: relative;
}
    .price-price:before{
	position: absolute;
	content: "";
	height: 3px;
	width: 0px;
	top: -3px;
	left: 0;
	right: 100%;
	background: #000;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
    }
	.price-item:hover .price-price:before{
	    width: 100%; 
	}
    
    .price-price:after{
	position: absolute;
	content: "";
	height: 3px;
	width: 0px;
	bottom: -3px;
	right: 0;
	left: 100%;
	background: #000;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
    }
    
	.price-item:hover .price-price:after{
	    width: 100%;
	    left: 0;
	}
    
.price-currency{
    font-weight: 300;
    font-size: 26px;
    color: #aaa;
}
.price-period{
    font-size: 16px;
    color: #aaa;
    font-weight: 300;
}

ul .price-feature{
    list-style: none;
}

.price-feature{
    margin-bottom: 10px;
}
    .price-feature:before{
	content: "\e068";
	position: absolute;
	margin-left: -40px;
	font-family: "linea-arrows-10";
	color: #ccc; 
    }
    
.price-action{
    padding: 18px 10px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #000;
    margin-top: 15px;
    float: right;
    border: 3px solid #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

    .price-action:hover{
	background: #fff;
	border-color: #000;
    }

    .price-action span{
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	display: inline-block;
	margin-top: -5px;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
    }
	.price-action:hover span{
	    color: #000;
	}

.dark-bg .price-action{
    background:  #3DADDE;
    border-color: #fff;
}

    .dark-bg .price-action span{
	color: #fff;
	
    }
	.dark-bg .price-action:hover span{
	    color: #000;
	}
    
.dark-bg .price-price{
    color:  #3DADDE;
    border-color: #333
}


.dark-bg .price-price:before,
.dark-bg .price-price:after{
    background: #fff;
}

.dark-bg .price-feature,
.dark-bg p{
    color: #aaa;
}

.dark-bg .price-feature:before{
    color: #666;
}

/*
 * ============================================
 *          T E S T I M O N I A L
 * ============================================
 */

#quote{
    background: linear-gradient(
      rgba(255,255,255, 0.9), 
      rgba(255,255,255, 0.9)
    ),url('../images/photo7.jpg') no-repeat center 50% fixed;
    background-size: cover;
}

    #quote .container{
	border: 20px solid rgba(255,255,255, 0.8);
	padding-top: 70px;
	padding-bottom: 70px;
    }

    
.quote span{
    font-size: 250px;
    line-height: 0;
    position: absolute;
    color:  #3DADDE;
    margin-left: 150px;
    margin-top: 150px;
}
    .quote span.colored-quote{
	color:  #3DADDE;
    }

    .quote p{
	letter-spacing: 10px;
	text-transform: uppercase;
	border: 3px solid rgba(0,0,0,1);
	color: #000;
	display: inline-block;
	padding: 4px 2px 4px 10px;
	margin-top: 30px;
	margin-left: 30px;
	font-family: Raleway;
    }
    
    #quote-solid p{
	color: #000;
	border: 3px solid rgba(0,0,0,1);
    }
    
@media(max-width: 991px){
    .quote span{
	margin-left: 100px
    }
}
    
@media(max-width: 767px){
    .quote span{
	font-size: 250px;
	margin-left: 40px
    }
}

@media(max-width: 500px){
    .quote span{
	margin-left: 10px
    }
}

.client-logo{
    padding-top: 150px;
    padding-bottom: 75px;
}
    .client-logo a{
	position: relative;
	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;
    }
    
    .client-logo a img{
	opacity: 0.7;
    }
	.client-logo a:hover img{
	    opacity: 1;
	    transform: scale(1.1);
	    -webkit-transform: scale(1.1);
	    -moz-transform: scale(1.1);
	    -o-transform: scale(1.1);
	}
    
    .client-logo figure{
	margin-bottom: 75px;
    }

/* WORK PROCESS */

#work-process{
    background: url('../images/workprocess.jpg') no-repeat center 50% fixed;
    background-size: cover;
}

#work-process-2{
    background: linear-gradient(
      rgba(0,0,0, 0.3), 
      rgba(0,0,0, 0.5)
    ), url('../images/workprocess.jpg') no-repeat center 50% fixed;
    background-size: cover;
}

.block-2 > div{
  padding: 10px;
}

.block-2 div.bg{
    padding: 50px 30px;
    margin: 0px;
    background: #fff;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    

}

    .block-2 div.bg h4 span{
	font-weight: 700;
    }
	.block-2 div.bg:hover h4 span{
	    color:  #3DADDE;
	}
    
.block-2 h3,
.block-2 h2{
    font-family: Raleway;
    margin-top: 10px;
    color: #222;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.block-2 p{
    color: rgba(0,0,0, 0.9);
    margin-top: 30px;
}

    
/* dark block */

.block-2.block-2-dark div.bg{
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    margin-top: 100%;
    width: 100%;
    height: 100%;
    z-index: 1;
}
    .block-2.block-2-dark .block-content{
	position: relative;
	z-index: 2;
	padding: 50px 20px;
    }
	
	.block-2.block-2-dark .block-content:hover + .bg{
	    margin-top: 0;
	    opacity: 1;
	    visibility: visible;
	    background: rgba(0,0,0,0.7);
	}
	.block-2.block-2-dark .block-content:hover h2{
	    font-size: 24px;
	}
	.block-2.block-2-dark .block-content:hover span{
	    font-size: 36px;
	}
    
    .block-2.block-2-dark h4 span,
    .block-2.block-2-dark p,
    .block-2.block-2-dark h2{
	color: rgba(255,255,255, 1);
    }
    
    .block-2.block-2-dark h2{
	margin-top: 0;
	font-weight: 700;
    }
	
	.block-2.block-2-dark div.bg:hover h2,
	.block-2.block-2-dark div.bg:hover p{
	    color: #fff;
	}



/*
 * ============================================
 *              C O N T A C T S
 * ============================================
 */

#contact button{
    margin-top: 20px;
}

input[type="email"], input[type="password"], input[type="text"] 
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 42px; 
    padding: 0 20px; 
}

select
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 42px; 
    padding: 0 20px; 
	width: 100%;
    margin-bottom: 10px;
}


.contact-info p,
.contact-info a{
    font-family: Raleway;
    letter-spacing: 1px;
    font-size: 16px;
    color: #666;
}

.contact-info div{
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 150px;
}

.style-2 .contact-info div{
    margin-bottom: 50px;
}
    .style-2 .contact-info div:last-child,
    .style-2 .map-container{
	margin-bottom: 0px;
    }

    .style-2 form{
	margin-bottom: 150px;
    }

    @media(max-width: 991px){
	.contact-info div{
	    margin-bottom: 75px;
	}
	    .contact-info div:last-child{
		margin-bottom: 150px;
	    }
	    .style-2 .contact-info div:first-child{
		margin-top: 150px;
	    }
    }

.contact-info span{
    border-bottom: 1px solid #aaa;
}

    .contact-info span:after{
	content: "";
	position: absolute;
	height: 1px;
	width: 0;
	background: transparent;
	opacity: 1;
	top: 126px;
	left: 50%;
	right: 50%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
    }
	.contact-info div:hover span:after{
	    width: 30%;
	    background: #000;
	    right: 35%;
	    left: 35%;
	}
	
	
	
/* form select box styles */

.wrapper-dropdown-1 {
    position: relative; /* Enable absolute positionning for children and pseudo elements */
    padding: 7px 20px;
    height: 41px;
    margin: 0 auto;
    color: #999;
    text-align: left;
    border: 1px solid #eee;
    outline: none;
    cursor: pointer;
}
    @media(max-width: 767px){
	.wrapper-dropdown-1{
	    margin-bottom: 18px;
	}
    }
    

.wrapper-dropdown-1:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #ccc;    
}

.wrapper-dropdown-1 .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    list-style: none;
    font-weight: normal;
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown-1 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #999;
    font-weight: 300;
    padding: 10px 20px;
}

    /* Hover state */
    .wrapper-dropdown-1 .dropdown li:hover a {
	background: #f7f7f7;
	color: #000;
    }
    
    /* Active state */
    .wrapper-dropdown-1.active .dropdown {
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
	padding-left: 0;
	border: 1px solid #eee;
	margin-left: -1px;
	margin-right: -1px;
    }

	.wrapper-dropdown-1.active:after {
	    border-color: #000 transparent;
	    border-width: 6px 6px 0 6px ;
	    margin-top: -3px;
	}

.wrapper-dropdown-1.active {
  background: #f7f7f7;

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bc7de', endColorstr='#ffffff',GradientType=1 );
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-1 .dropdown,
.no-pointerevents .wrapper-dropdown-1 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-1.active .dropdown,
.no-pointerevents .wrapper-dropdown-1.active .dropdown {
    display: block;
}
	
	
	
	
/* GOOGLE MAP */	
	
#map{
    width: 100%;
    height: 550px;
    border: none;
}

.map-container{
    height: 100px;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
        -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0.3;
}
    .map-container.enlarge-map{
	height: 450px;
	opacity: 1;
    }
    
#enlarge-map-btn,
#close-map-btn{
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    z-index: 1;
}
    #enlarge-map-btn span,
    #close-map-btn span{
	font-size: 100px;
	margin-left: -22px;
    }
    
	#enlarge-map-btn:hover,
	#close-map-btn:hover{
	    cursor: pointer;
	}
	
.form-horizontal.contact-form .form-group{
    margin-left: 0;
    margin-right: 0;
    padding-right: 15px;
}

.form-control{
    border-radius:0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 41px;
}
.form-group select{
    -webkit-appearance: none;
    color: #999;
    font-size: 14px;
}

    .form-control:focus {
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        background: #fff;
    }
    
    .contact-form input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
	background-color: #fff; !important;
    }
    
    .form-control:hover,
    .form-control:focus{
    }
    
#success, #error {
    display: none
}
    #success span.layer-size-1,
    #error span.layer-size-1{
        top: 50px;
	left: 0;
        padding-top: 30%;
        padding-bottom: 70px;
        width: 100%;
        height: 500px;
	display: inline-block;
	position: absolute;
	background-color: rgba(255,255,255,0.8);
    }
    
	#success span.layer-size-1 i,
	#error span.layer-size-1 i{
	    letter-spacing: 1px;
	    font-weight: 300;
	}


/*
 * ============================================
 *              F O O T E R
 * ============================================
 */


#section-footer .logo-lg{
    background: #fff;
    width: 100px;
    padding: 10px;
}

.footer-social-icons a{
    letter-spacing: 5px;
    color: rgba(255,255,255, 0.7);
    padding: 50px;
    text-transform: uppercase;
    border-right: 1px solid rgba(255,255,255, 0.1);
    margin-left: -4px;
}
    .footer-social-icons a:last-child{
	border: none;
    }
    
	.footer-social-icons a:hover{
	    border-top: 1px solid rgba(255,255,255, 0.1);
	    border-bottom: 1px solid rgba(255,255,255, 0.1);
	    text-decoration: none;
	}
 
#section-footer{
   background: #111;
   padding: 0;
}
    #section-footer > section,
    #section-footer .container > section{
	min-height: 500px;
	display: inline-block;
	padding: 100px 30px;
    }
    
    @media(min-width: 1200px){
	#section-footer > section,
	#section-footer .container > section{
	    padding: 70px 50px;
	}
    }
    
    @media(max-width: 767px){
	
	#section-footer > section,
	#section-footer .container > section{
	    min-height: 200px;
	    padding: 70px 30px;
	}
    }
    
    
    @media(max-width: 500px){
	#section-footer > section,
	#section-footer .container > section{
	    width: 100%;
	}
	
    }
    
    	 
    #section-footer > section:nth-child(odd),
    #section-footer .container > section:nth-child(odd){
	background: #151515;
    }
    #section-footer > section:nth-child(even),
    #section-footer .container > section:nth-child(even){
	background: #111;
    }
    
    #section-footer .footer-widget.footer-widget-h{
	background: #111;
	height: auto;
	min-height: 200px;
    }
    

.footer-widget,
.footer-widget a,
.footer-widget p{
    color: rgba(255,255,255, 0.7);
    font-size: 12px;
}

.footer-widget p{
    margin-bottom: 20px;
    font-weight: 300;
    letter-spacing: 1px;
}
	
    .footer-widget p.lead{
	font-size: 14px;
	
    }
    
    .footer-widget a,
    .footer-widget li{
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1px;
    }
    
.footer-widget h5{
    letter-spacing: 5px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 30px;
    color: #fff;
    position: relative;
    display: inline-block
    
}
    .footer-widget h5:after{
	position: absolute;
	content: "";
	width: 50px;
	height: 3px;
	top: 45px;
	left: 0;
	background: rgba(255,255,255,0.1);
	-webkit-transition: all 3s;
	-moz-transition: all 3s;
	-ms-transition: all 3s;
	-o-transition: all 3s;
	transition: all 3s;
    }
	.footer-widget:hover h5:after{
	    width: 100%;
	    background: rgba(255,255,255, 0.7);
	}

.footer-widget ul{
    padding-left: 0
}

    .footer-widget li{
	list-style: none;
	margin-bottom: 20px;
    }
    
    .footer-widget a{
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255, 0.1);
    }
	.footer-widget a i{
	    margin-right: 20px;
	    opacity: 0.5;
	    font-size: 14px;
	}
	
	.footer-widget a:hover{
	    color: #fff;
	}
	
    .footer-widget .phone-number{
	font-family: Raleway;
	font-size: 20px;
	letter-spacing: 3px;
    }
    
/* copyright */

#section-footer .copyright{
    text-align: center;
    padding: 50px 0;
}
    #section-footer .copyright div{
	font-size: 13px;
	letter-spacing: 1px;
	color: rgba(255,255,255, 0.5);
	margin-top: 2px;
	margin-bottom: 2px;
    }

/* social widgets */

.widget-social a{
    border: none;
}

#section-footer .widget-social.widget-social-h{
    min-height: 200px;
}

    #section-footer .widget-social.widget-social-h.has-bg{
    
	background: linear-gradient(
	  rgba(0,0,0, 0.8), 
	  rgba(0,0,0, 0.8)
	),url('../images/bannernew.jpg') no-repeat 50% fixed;
	background-size: cover;
    }
    .widget-social.widget-social-h li{
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	text-transform: uppercase;
	
    }
	.widget-social.widget-social-h li a{
	    letter-spacing: 3px;
	    font-weight: 400;
	    font-family: Raleway;
	}
	.widget-social.widget-social-h li i{
	    font-size: 46px;
	    color: #fff;
	}

    @media(max-width: 991px){
	.widget-social li{
	    display: inline-block;
	    margin-right: 50px;
	}
	
	#section-footer .footer-widget.widget-social{
	    min-height: 200px;
	}
    }
    
    @media(max-width: 767px){
	.widget-social.widget-social-h{
	    text-align: left;
	}
	    .widget-social.widget-social-h li{
		margin-top: 15px;
		margin-bottom: 15px;
	    }
    }


/* recent posts */

	    
.footer-recent-posts li{
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 20px;
}
    .footer-recent-posts li:last-child{
	border: none;
	padding-bottom: 0;
    }
    
.footer-recent-posts a{
    border: none;
}

.footer-recent-posts small{
    font-style: italic;
    font-family: Raleway;
    opacity: 0.5; 
}
	   
    
 
/* footer gallery */
#section-footer .footer-widget.footer-gallery ul{
    margin-top: 5px;
}
	
#section-footer .footer-widget.footer-gallery.gallery-row{
    padding: 0px;
    min-height: 50px;
    background: #000;
}
    #section-footer .footer-widget.footer-gallery.gallery-row ul{
	margin-top: 0;
    }
    
.footer-gallery li{
    padding: 5px;
    margin-bottom: 0;
    list-style: none;
}

.footer-gallery.gallery-row li{
    padding: 0px;
    margin-bottom: 0;
    list-style: none;
}


    .footer-gallery img{
	opacity: 0.8;
    }
	.footer-gallery img:hover{
	    opacity: 1;
	}

/* footer subscribe form */

.footer-subscribe{
    
}
    .input-group input,
    .input-group button{
	height: 40px;
	border-radius: 0;
	-webkit-border-radius: 0;
	margin-top: 30px;
	border: none;
    }
    
    .input-group button{
	background:  #3DADDE;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	font-family: Raleway;
	font-weight: 400;
	color: #fff;
	
    }
	.input-group button:hover{
	    color: #000;
	    background:  #3DADDE;
	}
	.input-group button span{
	    font-size: 20px;
	}
	
	    .input-group input:focus,
	    .input-group button:focus{
		box-shadow: none;
		outline: none;
		border-color: transparent;
	    }
	    
	    .input-group input{
		font-size: 12px;
	    }
	    
	    .input-group-btn:last-child>.btn{
		padding-right: 20px;
		padding-left: 20px;
	    }
	    
	@media(max-width: 991px){
	    #section-footer .input-group{
		/*min-height: 200px;*/
	    }
	}

/*
 * ============================================
 *              P L U G I N S
 * ============================================
 */


/* 
 *  LightSlider
 */

#lightSlider{
    height: 300px;
}

#lightSlider .caption{
    position: absolute;
    margin-top: 50px;
    margin-left: 50px;
}

.lSSlideWrapper{
    margin-bottom: 10px;
}

    .lSSlideOuter .lSPager.lSGallery li{
	overflow: visible
    }
	.lSSlideOuter .lSPager.lSGallery li img{
	    opacity: 0.7;
	}
	
	    .lSSlideOuter .lSPager.lSGallery li.active img,
	    .lSSlideOuter .lSPager.lSGallery li img:hover{
		border-radius: 0;
		-webkit-border-radius: 0;
		opacity: 1;
	    }


.lSSlideOuter .lSPager.lSpg>li a{
    border: 1px solid #000;
    background: transparent;
    width: 10px;
    height: 10px;
}
.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a{
    background: #000;
    
}

@media(max-width: 767px){
    .lSSlideOuter{
	margin-bottom: 50px;
    }
}

/* 
 *  Owl Carousel - Animate Plugin
 */


.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  /*width: 100%;*/
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  /*overflow-y: hidden;*/ /*inner scrolling*/
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}

.one-col-team.testi-carousel.owl-carousel.owl-loaded{
    min-height: 570px;
    overflow: hidden;
}

.one-col-team.testi-carousel.owl-carousel .owl-stage-outer{
    overflow: visible
}


/* pagination styles for the team carousel */

.numbered-carousel.owl-carousel .owl-controls .owl-dot{
    border: none;
    width: 20px;
    height: 20px;
    background: transparent;
}

.numbered-carousel.owl-carousel .owl-controls .owl-dot.active{
    border-radius: 0;
    -webkit-border-radius: 0;
}

.numbered-carousel.owl-carousel .owl-dot:after{
    color: #000;
    font-family: Raleway;
    font-size: 16px;
}

.numbered-carousel.owl-carousel .owl-dot.active:after{
    font-weight: 700;
    font-size: 40px;
}

.numbered-carousel.owl-carousel .owl-dot:first-child:after{
    content: "1";
}

.numbered-carousel.owl-carousel .owl-dot:nth-child(2):after{
    content: "2";
}

.numbered-carousel.owl-carousel .owl-dot:nth-child(3):after{
    content: "3";
}

.numbered-carousel.owl-carousel .owl-dot:nth-child(4):after{
    content: "4";
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d;
  margin-top: 0px;
  padding: 30px;
  border: 1px solid #eee;
}

.owl-item h4.lead{
    font-family: "Open Sans";
    font-weight: 300;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
} 
  

/* 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.9;
  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;
  margin-top: 30px;
}

.lb-data .lb-caption {
  font-size: 14px;
  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;
  margin-top: 30px;
}

.lb-data .lb-close {
  display: block;
  float: right;
  margin-top: 30px;
  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;
}

/* TEXT ROTATOR */

.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
}

.rotating.flip {
  position: relative;
}

.rotating .front, .rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0,0,1px);
  -moz-transform: translate3d(0,0,1px);
  -ms-transform: translate3d(0,0,1px);
  -o-transform: translate3d(0,0,1px);
  transform: translate3d(0,0,1px);
}

.rotating.flip .front {
  z-index: 1;
}

.rotating .back {
  display: block;
  opacity: 0;
}

.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
}



.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  
  -webkit-transform: rotateY(180deg) translate3d(0,0,0);
  -moz-transform: rotateY(180deg) translate3d(0,0,0);
  -ms-transform: rotateY(180deg) translate3d(0,0,0);
  -o-transform: rotateY(180deg) translate3d(0,0,0);
  transform: rotateY(180deg) translate3d(0,0,0);
}

.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,0);
  -moz-transform: rotateX(180deg) translate3d(0,0,0);
  -ms-transform: rotateX(180deg) translate3d(0,0,0);
  -o-transform: rotateX(180deg) translate3d(0,0,0);
  transform: rotateX(180deg) translate3d(0,0,0);
}

.rotating.flip.cube .front {
  -webkit-transform: translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: translate3d(0,0,100px) scale(0.85,0.85);
  transform: translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}


/* linea icons */
@charset "UTF-8";

@font-face {
  font-family: "linea-arrows-10";
  src:url("../fonts/linea-arrows-10.eot");
  src:url("../fonts/linea-arrows-10d41d.eot?#iefix") format("embedded-opentype"),
    url("../fonts/linea-arrows-10.woff") format("woff"),
    url("../fonts/linea-arrows-10.ttf") format("truetype"),
    url("../fonts/linea-arrows-10.html#linea-arrows-10") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "linea-arrows-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-arrows"]:before,
[class*=" icon-arrows"]:before {
  font-family: "linea-arrows-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrows-anticlockwise:before {
  content: "\e000";
}
.icon-arrows-anticlockwise-dashed:before {
  content: "\e001";
}
.icon-arrows-button-down:before {
  content: "\e002";
}
.icon-arrows-button-off:before {
  content: "\e003";
}
.icon-arrows-button-on:before {
  content: "\e004";
}
.icon-arrows-button-up:before {
  content: "\e005";
}
.icon-arrows-check:before {
  content: "\e006";
}
.icon-arrows-circle-check:before {
  content: "\e007";
}
.icon-arrows-circle-down:before {
  content: "\e008";
}
.icon-arrows-circle-downleft:before {
  content: "\e009";
}
.icon-arrows-circle-downright:before {
  content: "\e00a";
}
.icon-arrows-circle-left:before {
  content: "\e00b";
}
.icon-arrows-circle-minus:before {
  content: "\e00c";
}
.icon-arrows-circle-plus:before {
  content: "\e00d";
}
.icon-arrows-circle-remove:before {
  content: "\e00e";
}
.icon-arrows-circle-right:before {
  content: "\e00f";
}
.icon-arrows-circle-up:before {
  content: "\e010";
}
.icon-arrows-circle-upleft:before {
  content: "\e011";
}
.icon-arrows-circle-upright:before {
  content: "\e012";
}
.icon-arrows-clockwise:before {
  content: "\e013";
}
.icon-arrows-clockwise-dashed:before {
  content: "\e014";
}
.icon-arrows-compress:before {
  content: "\e015";
}
.icon-arrows-deny:before {
  content: "\e016";
}
.icon-arrows-diagonal:before {
  content: "\e017";
}
.icon-arrows-diagonal2:before {
  content: "\e018";
}
.icon-arrows-down:before {
  content: "\e019";
}
.icon-arrows-down-double:before {
  content: "\e01a";
}
.icon-arrows-downleft:before {
  content: "\e01b";
}
.icon-arrows-downright:before {
  content: "\e01c";
}
.icon-arrows-drag-down:before {
  content: "\e01d";
}
.icon-arrows-drag-down-dashed:before {
  content: "\e01e";
}
.icon-arrows-drag-horiz:before {
  content: "\e01f";
}
.icon-arrows-drag-left:before {
  content: "\e020";
}
.icon-arrows-drag-left-dashed:before {
  content: "\e021";
}
.icon-arrows-drag-right:before {
  content: "\e022";
}
.icon-arrows-drag-right-dashed:before {
  content: "\e023";
}
.icon-arrows-drag-up:before {
  content: "\e024";
}
.icon-arrows-drag-up-dashed:before {
  content: "\e025";
}
.icon-arrows-drag-vert:before {
  content: "\e026";
}
.icon-arrows-exclamation:before {
  content: "\e027";
}
.icon-arrows-expand:before {
  content: "\e028";
}
.icon-arrows-expand-diagonal1:before {
  content: "\e029";
}
.icon-arrows-expand-horizontal1:before {
  content: "\e02a";
}
.icon-arrows-expand-vertical1:before {
  content: "\e02b";
}
.icon-arrows-fit-horizontal:before {
  content: "\e02c";
}
.icon-arrows-fit-vertical:before {
  content: "\e02d";
}
.icon-arrows-glide:before {
  content: "\e02e";
}
.icon-arrows-glide-horizontal:before {
  content: "\e02f";
}
.icon-arrows-glide-vertical:before {
  content: "\e030";
}
.icon-arrows-hamburger1:before {
  content: "\e031";
}
.icon-arrows-hamburger-2:before {
  content: "\e032";
}
.icon-arrows-horizontal:before {
  content: "\e033";
}
.icon-arrows-info:before {
  content: "\e034";
}
.icon-arrows-keyboard-alt:before {
  content: "\e035";
}
.icon-arrows-keyboard-cmd:before {
  content: "\e036";
}
.icon-arrows-keyboard-delete:before {
  content: "\e037";
}
.icon-arrows-keyboard-down:before {
  content: "\e038";
}
.icon-arrows-keyboard-left:before {
  content: "\e039";
}
.icon-arrows-keyboard-return:before {
  content: "\e03a";
}
.icon-arrows-keyboard-right:before {
  content: "\e03b";
}
.icon-arrows-keyboard-shift:before {
  content: "\e03c";
}
.icon-arrows-keyboard-tab:before {
  content: "\e03d";
}
.icon-arrows-keyboard-up:before {
  content: "\e03e";
}
.icon-arrows-left:before {
  content: "\e03f";
}
.icon-arrows-left-double-32:before {
  content: "\e040";
}
.icon-arrows-minus:before {
  content: "\e041";
}
.icon-arrows-move:before {
  content: "\e042";
}
.icon-arrows-move2:before {
  content: "\e043";
}
.icon-arrows-move-bottom:before {
  content: "\e044";
}
.icon-arrows-move-left:before {
  content: "\e045";
}
.icon-arrows-move-right:before {
  content: "\e046";
}
.icon-arrows-move-top:before {
  content: "\e047";
}
.icon-arrows-plus:before {
  content: "\e048";
}
.icon-arrows-question:before {
  content: "\e049";
}
.icon-arrows-remove:before {
  content: "\e04a";
}
.icon-arrows-right:before {
  content: "\e04b";
}
.icon-arrows-right-double:before {
  content: "\e04c";
}
.icon-arrows-rotate:before {
  content: "\e04d";
}
.icon-arrows-rotate-anti:before {
  content: "\e04e";
}
.icon-arrows-rotate-anti-dashed:before {
  content: "\e04f";
}
.icon-arrows-rotate-dashed:before {
  content: "\e050";
}
.icon-arrows-shrink:before {
  content: "\e051";
}
.icon-arrows-shrink-diagonal1:before {
  content: "\e052";
}
.icon-arrows-shrink-diagonal2:before {
  content: "\e053";
}
.icon-arrows-shrink-horizonal2:before {
  content: "\e054";
}
.icon-arrows-shrink-horizontal1:before {
  content: "\e055";
}
.icon-arrows-shrink-vertical1:before {
  content: "\e056";
}
.icon-arrows-shrink-vertical2:before {
  content: "\e057";
}
.icon-arrows-sign-down:before {
  content: "\e058";
}
.icon-arrows-sign-left:before {
  content: "\e059";
}
.icon-arrows-sign-right:before {
  content: "\e05a";
}
.icon-arrows-sign-up:before {
  content: "\e05b";
}
.icon-arrows-slide-down1:before {
  content: "\e05c";
}
.icon-arrows-slide-down2:before {
  content: "\e05d";
}
.icon-arrows-slide-left1:before {
  content: "\e05e";
}
.icon-arrows-slide-left2:before {
  content: "\e05f";
}
.icon-arrows-slide-right1:before {
  content: "\e060";
}
.icon-arrows-slide-right2:before {
  content: "\e061";
}
.icon-arrows-slide-up1:before {
  content: "\e062";
}
.icon-arrows-slide-up2:before {
  content: "\e063";
}
.icon-arrows-slim-down:before {
  content: "\e064";
}
.icon-arrows-slim-down-dashed:before {
  content: "\e065";
}
.icon-arrows-slim-left:before {
  content: "\e066";
}
.icon-arrows-slim-left-dashed:before {
  content: "\e067";
}
.icon-arrows-slim-right:before {
  content: "\e068";
}
.icon-arrows-slim-right-dashed:before {
  content: "\e069";
}
.icon-arrows-slim-up:before {
  content: "\e06a";
}
.icon-arrows-slim-up-dashed:before {
  content: "\e06b";
}
.icon-arrows-square-check:before {
  content: "\e06c";
}
.icon-arrows-square-down:before {
  content: "\e06d";
}
.icon-arrows-square-downleft:before {
  content: "\e06e";
}
.icon-arrows-square-downright:before {
  content: "\e06f";
}
.icon-arrows-square-left:before {
  content: "\e070";
}
.icon-arrows-square-minus:before {
  content: "\e071";
}
.icon-arrows-square-plus:before {
  content: "\e072";
}
.icon-arrows-square-remove:before {
  content: "\e073";
}
.icon-arrows-square-right:before {
  content: "\e074";
}
.icon-arrows-square-up:before {
  content: "\e075";
}
.icon-arrows-square-upleft:before {
  content: "\e076";
}
.icon-arrows-square-upright:before {
  content: "\e077";
}
.icon-arrows-squares:before {
  content: "\e078";
}
.icon-arrows-stretch-diagonal1:before {
  content: "\e079";
}
.icon-arrows-stretch-diagonal2:before {
  content: "\e07a";
}
.icon-arrows-stretch-diagonal3:before {
  content: "\e07b";
}
.icon-arrows-stretch-diagonal4:before {
  content: "\e07c";
}
.icon-arrows-stretch-horizontal1:before {
  content: "\e07d";
}
.icon-arrows-stretch-horizontal2:before {
  content: "\e07e";
}
.icon-arrows-stretch-vertical1:before {
  content: "\e07f";
}
.icon-arrows-stretch-vertical2:before {
  content: "\e080";
}
.icon-arrows-switch-horizontal:before {
  content: "\e081";
}
.icon-arrows-switch-vertical:before {
  content: "\e082";
}
.icon-arrows-up:before {
  content: "\e083";
}
.icon-arrows-up-double-33:before {
  content: "\e084";
}
.icon-arrows-upleft:before {
  content: "\e085";
}
.icon-arrows-upright:before {
  content: "\e086";
}
.icon-arrows-vertical:before {
  content: "\e087";
}

/* linea basic icons */
@charset "UTF-8";

@font-face {
  font-family: "linea-basic-10";
  src:url("../fonts/linea-basic-10.eot");
  src:url("../fonts/linea-basic-10d41d.eot?#iefix") format("embedded-opentype"),
    url("../fonts/linea-basic-10.woff") format("woff"),
    url("../fonts/linea-basic-10.ttf") format("truetype"),
    url("../fonts/linea-basic-10.html#linea-basic-10") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "linea-basic-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-basic"]:before,
[class*=" icon-basic"]:before {
  font-family: "linea-basic-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-basic-accelerator:before {
  content: "a";
}
.icon-basic-alarm:before {
  content: "b";
}
.icon-basic-anchor:before {
  content: "c";
}
.icon-basic-anticlockwise:before {
  content: "d";
}
.icon-basic-archive:before {
  content: "e";
}
.icon-basic-archive-full:before {
  content: "f";
}
.icon-basic-ban:before {
  content: "g";
}
.icon-basic-battery-charge:before {
  content: "h";
}
.icon-basic-battery-empty:before {
  content: "i";
}
.icon-basic-battery-full:before {
  content: "j";
}
.icon-basic-battery-half:before {
  content: "k";
}
.icon-basic-bolt:before {
  content: "l";
}
.icon-basic-book:before {
  content: "m";
}
.icon-basic-book-pen:before {
  content: "n";
}
.icon-basic-book-pencil:before {
  content: "o";
}
.icon-basic-bookmark:before {
  content: "p";
}
.icon-basic-calculator:before {
  content: "q";
}
.icon-basic-calendar:before {
  content: "r";
}
.icon-basic-cards-diamonds:before {
  content: "s";
}
.icon-basic-cards-hearts:before {
  content: "t";
}
.icon-basic-case:before {
  content: "u";
}
.icon-basic-chronometer:before {
  content: "v";
}
.icon-basic-clessidre:before {
  content: "w";
}
.icon-basic-clock:before {
  content: "x";
}
.icon-basic-clockwise:before {
  content: "y";
}
.icon-basic-cloud:before {
  content: "z";
}
.icon-basic-clubs:before {
  content: "A";
}
.icon-basic-compass:before {
  content: "B";
}
.icon-basic-cup:before {
  content: "C";
}
.icon-basic-diamonds:before {
  content: "D";
}
.icon-basic-display:before {
  content: "E";
}
.icon-basic-download:before {
  content: "F";
}
.icon-basic-exclamation:before {
  content: "G";
}
.icon-basic-eye:before {
  content: "H";
}
.icon-basic-eye-closed:before {
  content: "I";
}
.icon-basic-female:before {
  content: "J";
}
.icon-basic-flag1:before {
  content: "K";
}
.icon-basic-flag2:before {
  content: "L";
}
.icon-basic-floppydisk:before {
  content: "M";
}
.icon-basic-folder:before {
  content: "N";
}
.icon-basic-folder-multiple:before {
  content: "O";
}
.icon-basic-gear:before {
  content: "P";
}
.icon-basic-geolocalize-01:before {
  content: "Q";
}
.icon-basic-geolocalize-05:before {
  content: "R";
}
.icon-basic-globe:before {
  content: "S";
}
.icon-basic-gunsight:before {
  content: "T";
}
.icon-basic-hammer:before {
  content: "U";
}
.icon-basic-headset:before {
  content: "V";
}
.icon-basic-heart:before {
  content: "W";
}
.icon-basic-heart-broken:before {
  content: "X";
}
.icon-basic-helm:before {
  content: "Y";
}
.icon-basic-home:before {
  content: "Z";
}
.icon-basic-info:before {
  content: "0";
}
.icon-basic-ipod:before {
  content: "1";
}
.icon-basic-joypad:before {
  content: "2";
}
.icon-basic-key:before {
  content: "3";
}
.icon-basic-keyboard:before {
  content: "4";
}
.icon-basic-laptop:before {
  content: "5";
}
.icon-basic-life-buoy:before {
  content: "6";
}
.icon-basic-lightbulb:before {
  content: "7";
}
.icon-basic-link:before {
  content: "8";
}
.icon-basic-lock:before {
  content: "9";
}
.icon-basic-lock-open:before {
  content: "!";
}
.icon-basic-magic-mouse:before {
  content: "\"";
}
.icon-basic-magnifier:before {
  content: "#";
}
.icon-basic-magnifier-minus:before {
  content: "$";
}
.icon-basic-magnifier-plus:before {
  content: "%";
}
.icon-basic-mail:before {
  content: "&";
}
.icon-basic-mail-multiple:before {
  content: "'";
}
.icon-basic-mail-open:before {
  content: "(";
}
.icon-basic-mail-open-text:before {
  content: ")";
}
.icon-basic-male:before {
  content: "*";
}
.icon-basic-map:before {
  content: "+";
}
.icon-basic-message:before {
  content: ",";
}
.icon-basic-message-multiple:before {
  content: "-";
}
.icon-basic-message-txt:before {
  content: ".";
}
.icon-basic-mixer2:before {
  content: "/";
}
.icon-basic-mouse:before {
  content: ":";
}
.icon-basic-notebook:before {
  content: ";";
}
.icon-basic-notebook-pen:before {
  content: "<";
}
.icon-basic-notebook-pencil:before {
  content: "=";
}
.icon-basic-paperplane:before {
  content: ">";
}
.icon-basic-pencil-ruler:before {
  content: "?";
}
.icon-basic-pencil-ruler-pen:before {
  content: "@";
}
.icon-basic-photo:before {
  content: "[";
}
.icon-basic-picture:before {
  content: "]";
}
.icon-basic-picture-multiple:before {
  content: "^";
}
.icon-basic-pin1:before {
  content: "_";
}
.icon-basic-pin2:before {
  content: "`";
}
.icon-basic-postcard:before {
  content: "{";
}
.icon-basic-postcard-multiple:before {
  content: "|";
}
.icon-basic-printer:before {
  content: "}";
}
.icon-basic-question:before {
  content: "~";
}
.icon-basic-rss:before {
  content: "\\";
}
.icon-basic-server:before {
  content: "\e000";
}
.icon-basic-server2:before {
  content: "\e001";
}
.icon-basic-server-cloud:before {
  content: "\e002";
}
.icon-basic-server-download:before {
  content: "\e003";
}
.icon-basic-server-upload:before {
  content: "\e004";
}
.icon-basic-settings:before {
  content: "\e005";
}
.icon-basic-share:before {
  content: "\e006";
}
.icon-basic-sheet:before {
  content: "\e007";
}
.icon-basic-sheet-multiple:before {
  content: "\e008";
}
.icon-basic-sheet-pen:before {
  content: "\e009";
}
.icon-basic-sheet-pencil:before {
  content: "\e00a";
}
.icon-basic-sheet-txt:before {
  content: "\e00b";
}
.icon-basic-signs:before {
  content: "\e00c";
}
.icon-basic-smartphone:before {
  content: "\e00d";
}
.icon-basic-spades:before {
  content: "\e00e";
}
.icon-basic-spread:before {
  content: "\e00f";
}
.icon-basic-spread-bookmark:before {
  content: "\e010";
}
.icon-basic-spread-text:before {
  content: "\e011";
}
.icon-basic-spread-text-bookmark:before {
  content: "\e012";
}
.icon-basic-star:before {
  content: "\e013";
}
.icon-basic-tablet:before {
  content: "\e014";
}
.icon-basic-target:before {
  content: "\e015";
}
.icon-basic-todo:before {
  content: "\e016";
}
.icon-basic-todo-pen:before {
  content: "\e017";
}
.icon-basic-todo-pencil:before {
  content: "\e018";
}
.icon-basic-todo-txt:before {
  content: "\e019";
}
.icon-basic-todolist-pen:before {
  content: "\e01a";
}
.icon-basic-todolist-pencil:before {
  content: "\e01b";
}
.icon-basic-trashcan:before {
  content: "\e01c";
}
.icon-basic-trashcan-full:before {
  content: "\e01d";
}
.icon-basic-trashcan-refresh:before {
  content: "\e01e";
}
.icon-basic-trashcan-remove:before {
  content: "\e01f";
}
.icon-basic-upload:before {
  content: "\e020";
}
.icon-basic-usb:before {
  content: "\e021";
}
.icon-basic-video:before {
  content: "\e022";
}
.icon-basic-watch:before {
  content: "\e023";
}
.icon-basic-webpage:before {
  content: "\e024";
}
.icon-basic-webpage-img-txt:before {
  content: "\e025";
}
.icon-basic-webpage-multiple:before {
  content: "\e026";
}
.icon-basic-webpage-txt:before {
  content: "\e027";
}
.icon-basic-world:before {
  content: "\e028";
}


/* FONT AWESOME START */


/*!
 *  Font Awesome 4.4.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-webfont93e3.eot?v=4.4.0');
  src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont93e3.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont93e3.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont93e3.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont93e3.svg?v=4.4.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;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.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;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-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-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.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,
.fa-gratipay: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-sgrid-layout:before {
  content: "\f1b6";
}
.fa-sgrid-layout-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-y-combinator-square:before,
.fa-yc-square:before,
.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";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}


/* FONT AWESOME END */


/* LINE ICON FONTS */
/*
@font-face {
  font-family: 'fpslineicons';
  src: url('../fonts/fpslineicons.eot?98281823');
  src: url('../fonts/fpslineicons.eot?98281823#iefix') format('embedded-opentype'),
       url('../fonts/fpslineicons.woff?98281823') format('woff'),
       url('../fonts/fpslineicons.ttf?98281823') format('truetype'),
       url('../fonts/fpslineicons.svg?98281823#fpslineicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

*/
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fpslineicons';
    src: url('../font/fpslineicons.svg?98281823#fpslineicons') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fpslineicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-heart:before { content: '\e800'; } /* '?' */
.icon-clock:before { content: '\e801'; } /* '?' */
.icon-presentation:before { content: '\e802'; } /* '?' */
.icon-camera:before { content: '\e803'; } /* '?' */
.icon-search1:before { content: '\e804'; } /* '?' */
.icon-search2:before { content: '\e805'; } /* '?' */
.icon-search3:before { content: '\e806'; } /* '?' */
.icon-push:before { content: '\e807'; } /* '?' */
.icon-diagram:before { content: '\e808'; } /* '?' */
.icon-setting2:before { content: '\e809'; } /* '?' */
.icon-feedback:before { content: '\e80a'; } /* '?' */
.icon-home:before { content: '\e80b'; } /* '?' */
.icon-calendar:before { content: '\e80c'; } /* '?' */
.icon-diagram2:before { content: '\e80d'; } /* '?' */
.icon-feedback2:before { content: '\e80e'; } /* '?' */
.icon-email:before { content: '\e80f'; } /* '?' */
.icon-twitter1:before { content: '\e810'; } /* '?' */
.icon-facebook:before { content: '\e811'; } /* '?' */
.icon-linkedin:before { content: '\e812'; } /* '?' */
.icon-gplus:before { content: '\e813'; } /* '?' */
.icon-feedback3:before { content: '\e814'; } /* '?' */
.icon-map1:before { content: '\e815'; } /* '?' */
.icon-map2:before { content: '\e816'; } /* '?' */
.icon-map3:before { content: '\e817'; } /* '?' */
.icon-email2:before { content: '\e818'; } /* '?' */
.icon-register:before { content: '\e819'; } /* '?' */
.icon-padlock1:before { content: '\e81a'; } /* '?' */
.icon-download2:before { content: '\e81b'; } /* '?' */
.icon-lecturer:before { content: '\e81c'; } /* '?' */
.icon-theme:before { content: '\e81d'; } /* '?' */
.icon-house:before { content: '\e81e'; } /* '?' */
.icon-download1:before { content: '\e81f'; } /* '?' */
.icon-badge:before { content: '\e820'; } /* '?' */
.icon-trash:before { content: '\e821'; } /* '?' */
.icon-bag:before { content: '\e822'; } /* '?' */
.icon-twitter2:before { content: '\e823'; } /* '?' */
.icon-upload1:before { content: '\e824'; } /* '?' */
.icon-setting3:before { content: '\e825'; } /* '?' */
.icon-padlock2:before { content: '\e826'; } /* '?' */
.icon-chat2:before { content: '\e827'; } /* '?' */
.icon-pipette:before { content: '\e828'; } /* '?' */
.icon-nocloud:before { content: '\e829'; } /* '?' */
.icon-drbag:before { content: '\e82a'; } /* '?' */
.icon-user3:before { content: '\e82b'; } /* '?' */
.icon-upload2:before { content: '\e82c'; } /* '?' */
.icon-eye:before { content: '\e82d'; } /* '?' */
.icon-user1:before { content: '\e82e'; } /* '?' */
.icon-pinterest:before { content: '\e82f'; } /* '?' */
.icon-vimeo:before { content: '\e830'; } /* '?' */
.icon-youtube:before { content: '\e831'; } /* '?' */
.icon-skype:before { content: '\e832'; } /* '?' */
.icon-user2:before { content: '\e833'; } /* '?' */
.icon-chat1:before { content: '\e834'; } /* '?' */
.icon-evernote:before { content: '\e835'; } /* '?' */
.icon-dribbble:before { content: '\e836'; } /* '?' */
.icon-behance:before { content: '\e837'; } /* '?' */
.icon-pen:before { content: '\e838'; } /* '?' */
.icon-pencil:before { content: '\e839'; } /* '?' */
.icon-birdpen:before { content: '\e83a'; } /* '?' */
.icon-users:before { content: '\e83b'; } /* '?' */
.icon-brush:before { content: '\e83c'; } /* '?' */
.icon-paintcylinder:before { content: '\e83d'; } /* '?' */
.icon-flickr:before { content: '\e83e'; } /* '?' */
.icon-deviantart:before { content: '\e83f'; } /* '?' */
.icon-digg:before { content: '\e840'; } /* '?' */
.icon-emoticon1:before { content: '\e841'; } /* '?' */
.icon-emoticon2:before { content: '\e842'; } /* '?' */
.icon-emoticon3:before { content: '\e843'; } /* '?' */
.icon-emoticon4:before { content: '\e844'; } /* '?' */
.icon-emoticon5:before { content: '\e845'; } /* '?' */
.icon-emoticon6:before { content: '\e846'; } /* '?' */
.icon-emoticon7:before { content: '\e847'; } /* '?' */
.icon-emoticon8:before { content: '\e848'; } /* '?' */
.icon-emoticon9:before { content: '\e849'; } /* '?' */
.icon-emoticon10:before { content: '\e84a'; } /* '?' */
.icon-emoticon11:before { content: '\e84b'; } /* '?' */
.icon-emoticon12:before { content: '\e84c'; } /* '?' */
.icon-emoticon13:before { content: '\e84d'; } /* '?' */
.icon-emoticon14:before { content: '\e84e'; } /* '?' */
.icon-emoticon15:before { content: '\e84f'; } /* '?' */
.icon-emoticon16:before { content: '\e850'; } /* '?' */
.icon-emoticon17:before { content: '\e851'; } /* '?' */
.icon-emoticon18:before { content: '\e852'; } /* '?' */
.icon-emoticon19:before { content: '\e853'; } /* '?' */
.icon-emoticon20:before { content: '\e854'; } /* '?' */
.icon-emoticon21:before { content: '\e855'; } /* '?' */
.icon-emoticon22:before { content: '\e856'; } /* '?' */
.icon-emoticon23:before { content: '\e857'; } /* '?' */
.icon-emoticon24:before { content: '\e858'; } /* '?' */
.icon-emoticon25:before { content: '\e859'; } /* '?' */
.icon-emoticon26:before { content: '\e85a'; } /* '?' */
.icon-hammer:before { content: '\e85b'; } /* '?' */
.icon-wrench1:before { content: '\e85c'; } /* '?' */
.icon-screwdriver:before { content: '\e85d'; } /* '?' */
.icon-wrench2:before { content: '\e85e'; } /* '?' */
.icon-cordlessscrewdriver:before { content: '\e85f'; } /* '?' */
.icon-scissors:before { content: '\e860'; } /* '?' */
.icon-weather1:before { content: '\e861'; } /* '?' */
.icon-weather2:before { content: '\e862'; } /* '?' */
.icon-weather3:before { content: '\e863'; } /* '?' */
.icon-weather4:before { content: '\e864'; } /* '?' */
.icon-weather5:before { content: '\e865'; } /* '?' */
.icon-weather6:before { content: '\e866'; } /* '?' */
.icon-weather7:before { content: '\e867'; } /* '?' */
.icon-weather8:before { content: '\e868'; } /* '?' */
.icon-weather9:before { content: '\e869'; } /* '?' */
.icon-weather10:before { content: '\e86a'; } /* '?' */
.icon-weather11:before { content: '\e86b'; } /* '?' */
.icon-weather12:before { content: '\e86c'; } /* '?' */
.icon-weather13:before { content: '\e86d'; } /* '?' */
.icon-weather14:before { content: '\e86e'; } /* '?' */
.icon-weather15:before { content: '\e86f'; } /* '?' */
.icon-weather16:before { content: '\e870'; } /* '?' */
.icon-weather17:before { content: '\e871'; } /* '?' */
.icon-weather18:before { content: '\e872'; } /* '?' */
.icon-weather19:before { content: '\e873'; } /* '?' */
.icon-weather20:before { content: '\e874'; } /* '?' */
.icon-weather21:before { content: '\e875'; } /* '?' */
.icon-weather22:before { content: '\e876'; } /* '?' */
.icon-weather23:before { content: '\e877'; } /* '?' */
.icon-weather24:before { content: '\e878'; } /* '?' */
.icon-weather25:before { content: '\e879'; } /* '?' */
.icon-weather26:before { content: '\e87a'; } /* '?' */
.icon-soundcloud:before { content: '\e87b'; } /* '?' */
.icon-battery1:before { content: '\e87c'; } /* '?' */
.icon-battery2:before { content: '\e87d'; } /* '?' */
.icon-battery3:before { content: '\e87e'; } /* '?' */
.icon-battery4:before { content: '\e87f'; } /* '?' */
.icon-battery5:before { content: '\e880'; } /* '?' */
.icon-battery6:before { content: '\e881'; } /* '?' */
.icon-battery7:before { content: '\e882'; } /* '?' */
.icon-mouse:before { content: '\e883'; } /* '?' */
.icon-imac:before { content: '\e884'; } /* '?' */
.icon-gamepad:before { content: '\e885'; } /* '?' */
.icon-laptop:before { content: '\e886'; } /* '?' */
.icon-printer:before { content: '\e887'; } /* '?' */
.icon-headphone:before { content: '\e888'; } /* '?' */
.icon-keyboard:before { content: '\e889'; } /* '?' */
.icon-monitor:before { content: '\e88a'; } /* '?' */
.icon-telephone:before { content: '\e88b'; } /* '?' */
.icon-ipod:before { content: '\e88c'; } /* '?' */
.icon-mic1:before { content: '\e88d'; } /* '?' */
.icon-bakelitedisk:before { content: '\e88e'; } /* '?' */
.icon-usb1:before { content: '\e88f'; } /* '?' */
.icon-mic2:before { content: '\e890'; } /* '?' */
.icon-calculator:before { content: '\e891'; } /* '?' */
.icon-floppydisk:before { content: '\e892'; } /* '?' */
.icon-cpu:before { content: '\e893'; } /* '?' */
.icon-vlc:before { content: '\e894'; } /* '?' */
.icon-usb2:before { content: '\e895'; } /* '?' */
.icon-classictelephone:before { content: '\e896'; } /* '?' */
.icon-projector:before { content: '\e897'; } /* '?' */
.icon-webcam:before { content: '\e898'; } /* '?' */
.icon-speaker1:before { content: '\e899'; } /* '?' */
.icon-speaker2:before { content: '\e89a'; } /* '?' */
.icon-speaker3:before { content: '\e89b'; } /* '?' */
.icon-speaker4:before { content: '\e89c'; } /* '?' */
.icon-camera3:before { content: '\e89d'; } /* '?' */
.icon-camera2:before { content: '\e89e'; } /* '?' */
.icon-tv:before { content: '\e89f'; } /* '?' */
.icon-polaroid:before { content: '\e8a0'; } /* '?' */
.icon-antenna:before { content: '\e8a1'; } /* '?' */
.icon-camera4:before { content: '\e8a2'; } /* '?' */
.icon-radio:before { content: '\e8a3'; } /* '?' */
.icon-arrow1:before { content: '\e8a4'; } /* '?' */
.icon-arrow2:before { content: '\e8a5'; } /* '?' */
.icon-arrow3:before { content: '\e8a6'; } /* '?' */
.icon-arrow4:before { content: '\e8a7'; } /* '?' */
.icon-arrow5:before { content: '\e8a8'; } /* '?' */
.icon-arrow51:before { content: '\e8a9'; } /* '?' */
.icon-arrow6:before { content: '\e8aa'; } /* '?' */
.icon-arrow7:before { content: '\e8ab'; } /* '?' */
.icon-arrow8:before { content: '\e8ac'; } /* '?' */
.icon-arrow9:before { content: '\e8ad'; } /* '?' */
.icon-arrow10:before { content: '\e8ae'; } /* '?' */
.icon-arrow11:before { content: '\e8af'; } /* '?' */
.icon-arrow12:before { content: '\e8b0'; } /* '?' */
.icon-arrow13:before { content: '\e8b1'; } /* '?' */
.icon-arrow14:before { content: '\e8b2'; } /* '?' */
.icon-arrow15:before { content: '\e8b3'; } /* '?' */
.icon-arrow16:before { content: '\e8b4'; } /* '?' */
.icon-arrow17:before { content: '\e8b5'; } /* '?' */
.icon-arrow18:before { content: '\e8b6'; } /* '?' */
.icon-arrow19:before { content: '\e8b7'; } /* '?' */
.icon-arrow20:before { content: '\e8b8'; } /* '?' */
.icon-arrow21:before { content: '\e8b9'; } /* '?' */
.icon-arrow22:before { content: '\e8ba'; } /* '?' */
.icon-arrow23:before { content: '\e8bb'; } /* '?' */
.icon-arrow24:before { content: '\e8bc'; } /* '?' */
.icon-arrow25:before { content: '\e8bd'; } /* '?' */
.icon-arrow26:before { content: '\e8be'; } /* '?' */
.icon-arrow27:before { content: '\e8bf'; } /* '?' */
.icon-arrow28:before { content: '\e8c0'; } /* '?' */
.icon-arrow29:before { content: '\e8c1'; } /* '?' */
.icon-arrow30:before { content: '\e8c2'; } /* '?' */
.icon-arrow31:before { content: '\e8c3'; } /* '?' */
.icon-arrow32:before { content: '\e8c4'; } /* '?' */
.icon-arrow33:before { content: '\e8c5'; } /* '?' */
.icon-arrow52:before { content: '\e8c6'; } /* '?' */
.icon-arrow34:before { content: '\e8c7'; } /* '?' */
.icon-arrow35:before { content: '\e8c8'; } /* '?' */
.icon-arrow36:before { content: '\e8c9'; } /* '?' */
.icon-arrow37:before { content: '\e8ca'; } /* '?' */
.icon-arrow38:before { content: '\e8cb'; } /* '?' */
.icon-arrow39:before { content: '\e8cc'; } /* '?' */
.icon-arrow40:before { content: '\e8cd'; } /* '?' */
.icon-arrow41:before { content: '\e8ce'; } /* '?' */
.icon-arrow42:before { content: '\e8cf'; } /* '?' */
.icon-arrow43:before { content: '\e8d0'; } /* '?' */
.icon-arrow48:before { content: '\e8d1'; } /* '?' */
.icon-arrow49:before { content: '\e8d2'; } /* '?' */
.icon-arrow50:before { content: '\e8d3'; } /* '?' */
.icon-arrow44:before { content: '\e8d4'; } /* '?' */
.icon-arrow45:before { content: '\e8d5'; } /* '?' */
.icon-arrow46:before { content: '\e8d6'; } /* '?' */
.icon-arrow47:before { content: '\e8d7'; } /* '?' */
.icon-star1:before { content: '\e8d8'; } /* '?' */
.icon-star2:before { content: '\e8d9'; } /* '?' */
.icon-star3:before { content: '\e8da'; } /* '?' */
.icon-cart3:before { content: '\e8db'; } /* '?' */
.icon-cart31:before { content: '\e8dc'; } /* '?' */
.icon-cart32:before { content: '\e8dd'; } /* '?' */
.icon-moneybag:before { content: '\e8de'; } /* '?' */
.icon-moneypig:before { content: '\e8df'; } /* '?' */
.icon-cart:before { content: '\e8e0'; } /* '?' */
.icon-cart2:before { content: '\e8e1'; } /* '?' */
.icon-gift:before { content: '\e8e2'; } /* '?' */
.icon-safe:before { content: '\e8e3'; } /* '?' */
.icon-gold1:before { content: '\e8e4'; } /* '?' */
.icon-gold2:before { content: '\e8e5'; } /* '?' */
.icon-gold3:before { content: '\e8e6'; } /* '?' */
.icon-gold4:before { content: '\e8e7'; } /* '?' */
.icon-gold5:before { content: '\e8e8'; } /* '?' */
.icon-judicialgavel:before { content: '\e8e9'; } /* '?' */
.icon-bankcard:before { content: '\e8ea'; } /* '?' */
.icon-bell:before { content: '\e8eb'; } /* '?' */
.icon-bag2:before { content: '\e8ec'; } /* '?' */
.icon-money1:before { content: '\e8ed'; } /* '?' */
.icon-money2:before { content: '\e8ee'; } /* '?' */
.icon-money3:before { content: '\e8ef'; } /* '?' */
.icon-money4:before { content: '\e8f0'; } /* '?' */
.icon-shop:before { content: '\e8f1'; } /* '?' */
.icon-blogger:before { content: '\e8f2'; } /* '?' */
.icon-lamp:before { content: '\e8f3'; } /* '?' */
.icon-setting1:before { content: '\e8f4'; } /* '?' */
.icon-vote:before { content: '\e8f5'; } /* '?' */
.icon-registration:before { content: '\e8f6'; } /* '?' */
.icon-arrow53:before { content: '\e8f7'; } /* '?' */
.icon-arrow54:before { content: '\e8f8'; } /* '?' */
.icon-arrow55:before { content: '\e8f9'; } /* '?' */
.icon-arrow56:before { content: '\e8fa'; } /* '?' */
.icon-arrow57:before { content: '\e8fb'; } /* '?' */
.icon-arrow58:before { content: '\e8fc'; } /* '?' */
.icon-arrow59:before { content: '\e8fd'; } /* '?' */
.icon-arrow60:before { content: '\e8fe'; } /* '?' */
.icon-arrow61:before { content: '\e8ff'; } /* '?' */
.icon-arrow62:before { content: '\e900'; } /* '?' */
.icon-arrow63:before { content: '\e901'; } /* '?' */
.icon-arrow64:before { content: '\e902'; } /* '?' */
.icon-arrow65:before { content: '\e903'; } /* '?' */
.icon-arrow66:before { content: '\e904'; } /* '?' */
.icon-arrow67:before { content: '\e905'; } /* '?' */
.icon-arrow68:before { content: '\e906'; } /* '?' */
.icon-arrow69:before { content: '\e907'; } /* '?' */
.icon-arrow70:before { content: '\e908'; } /* '?' */
.icon-arrow71:before { content: '\e909'; } /* '?' */
.icon-arrow72:before { content: '\e90a'; } /* '?' */
.icon-arrow73:before { content: '\e90b'; } /* '?' */
.icon-arrow74:before { content: '\e90c'; } /* '?' */
.icon-arrow75:before { content: '\e90d'; } /* '?' */
.icon-arrow76:before { content: '\e90e'; } /* '?' */
.icon-arrow77:before { content: '\e90f'; } /* '?' */
.icon-arrow78:before { content: '\e910'; } /* '?' */
.icon-arrow79:before { content: '\e911'; } /* '?' */


/* DEMO STYLES */

.demo-header{
    position: relative;
    padding-top: 200px;
    padding-bottom: 200px;
    background: url('../images/hero-default.png') no-repeat fixed 50%;
    background-size: cover;
    background-position: center;
    /* background:  #3DADDE; */
    color: #fff;
    text-align: center;
}
    .demo-header p{
	letter-spacing: 10px;
	font-size: 20px;
	text-transform: uppercase;
	font-family: Raleway;
    }

#demo div{
    padding: 10px;
}

#demo img{
  border: 10px solid #000;
  margin-bottom: 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: #333;
  padding: 5px;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 0
}
  
#demo span{
    letter-spacing: 3px;
}
  
.demo-intro h4{
    color: #999;
    font-weight: 300;
    letter-spacing: 3px;
    /*line-height: 40px;*/
    margin-top: 0px;
    font-size: 16px;
}
    .demo-intro h4 strong{
	color: #000;
    }
#demo .container{
}
   



/*
 * ============================================
 *          U P D A T E S
 * ============================================
 */

/* sign up banner */

#banner-home03{
    background: url('../images/signup2.jpg') no-repeat 50% fixed;
    background-size: cover;
}

#form{
    background: rgba(0,0,0, 0.3);
    padding: 75px 40px 75px 55px;
}
    #form p{
	margin-bottom: 30px;
    }
    
    #form .btn-link{
	margin-top: 0;
    }

.signup-header{
    padding-right: 30px;
    padding-top: 45px;
}

.login-header{
    padding-right: 30px;
    margin-bottom: 30px;
}

.subscribe-header{
    padding-right: 30px;
   
}
    .subscribe-header h1{
	margin-bottom: 30px;
	padding-bottom: 30px;
	margin-top: 0;
	border-bottom: 3px solid rgba(255,255,255, 0.3);
    }
    
    @media (max-width: 1024px){
	
	.subscribe-header h1{
	    font-size: 40px;
	}
    }
    

@media(max-width: 767px){
    #form{
	padding: 20px 10px 20px 25px;
    }
    .signup-header{
	text-align: center;
    }
}


#banner-home04{
    background: url('../images/notfound.jpg') no-repeat 50% fixed;
    background-size: cover;
}


.not-found-title h1{
    font-size: 200px;
    font-family: Raleway;
    font-weight: 700;
}

.not-found-title button,
.not-found-title button:hover{
    background: #fff;
}

    .not-found-title .input-group button span{
	color: #aaa;
    }
    
    .not-found-title .input-group-btn:last-child>.btn{
	padding-top: 8px;
	padding-right: 10px;
    }
    
    @media(max-width: 480px){
	.not-found-title h1{
	    font-size: 100px;
	}
    }