
/*
Template Name: Puray - Responsive Business HTML5 Template
Author: coral-themes
Author URI: http://themeforest.net/user/coral-themes
Description: Responsive Business HTML5 Template
Version: 1.0
Tags: responsive, html5, css3, creative, business, portfolio, agency, corporate, jquery
*/


/* Table of Content
==================================================
        
        -- GENERAL
	-- PRE-DEFINED CLASSES
	-- LOGO
        -- MENU
	    - fixed navbar - classic menu
	    - modern menu
	
	-- BANNER
	-- SUPER SLIDES
	
	-- MENU ITEMS
        -- SUBMENU ITEMS

        -- ABOUT US --
	
	-- GRID ITEMS --

	-- SERVICES --

        -- BARS
        -- counters
            
        -- ISOTOPE
        -- LIGHTBOX
        
	-- PORTFOLIO --
            - grid-layout
            - hover-effect
     
        -- TESTIMONIAL --
            - client

        -- FOOTER --
	
        
===================================================

/* #4846B4	 --> main /default color */

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

body{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.52;
    position: relative;
    color: #000;
    overflow-x: hidden;
    letter-spacing: 0.5px;
}
.roboto{
    font-family: 'Abel', serif;
}

.open-sans{
    font-family: 'Open Sans', 'san-serif';
}



h1, h2, h3, h4, h5, h6, a{
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
h1, h2, h3,h4, h5, h6{
    font-family: 'Abel', serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
}

h1, h2{
    letter-spacing: 5px;
}
h1{
    font-size: 70px;
}

h2{
    font-size: 50px;
}

    #intro h2{
	color: #999;
	font-weight: 300;
    }

h3{
    font-size: 34px;
    font-weight: 700;
}

h4{
    font-size: 22px;
    margin-bottom: 20px;
}

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


    @media (max-width: 767px) {

        h2{
          font-size: 50px;
        }
	h3{
	    font-size: 28px
	}

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

    }
 

a,
button{
    color: #444;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
    border: 0;
}
    a:hover,
    button:hover{
        text-decoration: none;
	color: #666;
    }
    
    a:focus,
    a:visited,
    button:focus,
    button:visited{
        outline: none;
        text-decoration: none;
    }
  
p{
    font-size: 14px;
    line-height: 26px;
    color: #666;
    font-weight: 300; 
}

.intro-para{
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
}

    .intro-para:after{
	content: "";
	position: absolute;
	width: 50px;
	height: 3px;
	background: #4846B4;
	top: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
    }
	.intro-para:hover:after{
	    width: 100px;
	}
	
	.follow-text.intro-para:hover:after{
	    width: 70px;
	}
	.intro-para-center:after{
	    text-align: center;
	    margin-left: auto;
	    margin-right: auto;
	    left: 0;
	    right: 0;
	}

	.intro-para-left:after{
	    left: 0;
	}


 
/* PRE-DEFINED CLASSES */

.lead{
    margin-top: 30px;
    margin-bottom: 30px;
    letter-spacing: 1.5px;
    font-weight: 400;
}

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

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

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

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

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

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

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

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

.top-margin-25{
    margin-top: 25px;
}
.top-margin-50{
    margin-top: 50px;
}
.top-margin-80{
    margin-top: 80px;
}
.top-margin-95{
    margin-top: 95px;
}

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

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

@media(max-width: 991px){
    .top-margin-171{
	margin-top: 168px;
    }
}

@media(max-width: 767px){
    .top-margin-171{
	margin-top: 93px;
    }
    .top-margin-111{
	margin-top: 95px;
    }
}

.full-width{
    padding-left: 0;
    padding-right: 0;
}

.transition{
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}


.button-effects a,
.button-effects button{
	position: relative;
	display: inline-block;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	font-weight: 400;
	text-align: center;
}

.button-effects.button-center a{
    margin: 0 5px;
}

.button-effects a:hover,
.button-effects a:focus,
.button-effects button:hover,
.button-effects button:focus{
	outline: none;
	color: #fff;
}
/* Effect 14: border switch */
.button-effects a,
.button-effects button{
	padding: 0px 30px;
	height: 40px;
	line-height: 42px;
	color: #4846B4;
}

.button-effects a::before,
.button-effects a::after,
.button-effects button::before,
.button-effects button::after{
	position: absolute;
	width: 40px;
	height: 2px;
	background: #fff;
	content: '';
	opacity: 0.2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	pointer-events: none;
}

.button-effects.button-colored a,
.button-effects.button-colored button{
    background: #4846B4;
    color: #fff;
}

    .button-effects.button-colored a:hover,
    .button-effects.button-colored button:hover{
	background: #000;
    }
.button-effects.button-colored a::before,
.button-effects.button-colored a::after,
.button-effects.button-colored button::before,
.button-effects.button-colored button::after{
    background: transparent;
}
    .button-effects.button-colored a:hover::before,
    .button-effects.button-colored a:hover::after,
    .button-effects.button-colored button:hover::before,
    .button-effects.button-colored button:hover::after{
	background: #fff;
    }

.button-effects.button-transparent a{
    background: #000;
    color: #fff;
}

    .button-effects.button-transparent a:hover{
	background: transparent;
	color: #000
    }
.button-effects.button-transparent a::before,
.button-effects.button-transparent a::after{
    background: #4846B4;
}

.button-effects a::before,
.button-effects button::before{
	top: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
}

.button-effects a::after,
.button-effects button::after{
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.button-effects a:hover::before,
.button-effects a:hover::after,
.button-effects a:focus::before,
.button-effects a:focus::after,
.button-effects button:hover::before,
.button-effects button:hover::after,
.button-effects button:focus::before,
.button-effects button:focus::after{
	opacity: 1;
}

.button-effects a:hover::before,
.button-effects a:focus::before,
.button-effects button:hover::before,
.button-effects button:focus::before{
	left: 50%;
	-webkit-transform: rotate(0deg) translateX(-50%);
	-moz-transform: rotate(0deg) translateX(-50%);
	transform: rotate(0deg) translateX(-50%);
}

.button-effects a:hover::after,
.button-effects a:focus::after,
.button-effects button:hover::after,
.button-effects button:focus::after{
	right: 50%;
	-webkit-transform: rotate(0deg) translateX(50%);
	-moz-transform: rotate(0deg) translateX(50%);
	transform: rotate(0deg) translateX(50%);
}


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

.color-text{
    color: #4846B4;
}

.bullets{
    list-style: none;
    text-indent: -3em;
}

   .bullets li { 
	padding-left: 1em; 
	margin-bottom: 10px;
	font-weight: 400;
	letter-spacing: 1.5px;
    }
    
    .bullets li:before {
	font-family: "FontAwesome";
	content: "\f1db";
	font-size: 6px;
	margin-right: 10px;
	color: #4846B4;
    }
    .bullets.white li:before{
	color: #fff;
    }


/* Scrollbar */

::-webkit-scrollbar{width: 7px;}

::-webkit-scrollbar-thumb{background-color:#666; border-radius: 0;}
::-webkit-scrollbar-thumb:hover{background-color:rgb(255,255,255)}

::-webkit-scrollbar-track{background-color:rgba(0,0,0,1);}
 


/* End Scrollbar */


/* firefox fix */ 
.img-responsive{
    width: 100%;
}

/* =================================
 *
        HEADER
 */

.header{
    border-bottom: 1px solid #eee;
    background: rgba(255,255,255, 0.95);
}
    .header .container{
	padding: 0;
    }

@media(max-width: 1199px){
    .header .container{
	width: 100%;
    }
}


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


/* =================================
 *
        BANNER
 */

#project-bg.header-title,
#services.header-title,
#services2.header-title,
#about.header-title,
#contact-bg.header-title{
    height: 530px;
    background-size: cover;
}

.header-title p{
    opacity: 0.7;
}
.header-title-2 p{
    opacity: 1;
    color: #fff;
}

#banner.header-title-2,
#banner2.header-title-2{
    height: 750px;
    background-size: cover;
}
    .header-title .container{
	padding-top: 180px;
    }
    
    .header-title-2 .container{
	padding-top: 150px;
    }
    
    .header-title.header-title-2 h4{
	font-size: 32px;
	padding: 20px;
	background: #4846B4;
	color: #000;
	font-weight: 700;
	opacity: 0.9;
	display: inline-block;
	letter-spacing: 10px;
    }
    
    @media(max-width: 480px){
	.header-title.header-title-2 h4{
	    font-size: 20px;
	    font-weight: 400;
	    letter-spacing: 1.5px;
	}
	.header-title-2 p span.rotate{
	    background: #4846B4;
	    font-weight: 400;
	    padding: 0 0 2px 5px;
	    opacity: 0.9;
	}
	.header-title p{
	    font-weight: 300;
	    opacity: 0.8;
	    letter-spacing: 3px;
	    color: rgba(255,255,255, 0.7);
	}
	.header-title-2 p{
	    color: #000;
	    font-weight: 400;
	}
    }


@media(max-width: 767px){
    #banner.header-title-2,
    #banner2.header-title-2{
	height: 600px;
    }
    
    #project-bg.header-title,
    #services.header-title,
    #services2.header-title,
    #about.header-title,
    #contact-bg.header-title{
	height: 600px;
    }
}	
@media(max-width: 480px){
    #banner.header-title-2,
    #banner2.header-title-2{
	height: 500px;
    }

}


.breadcrumb{
    background: transparent;
    margin-top: 100px;
}
    .breadcrumb li a{
	color: #fff;
    }
    
    .breadcrumb li.active{
	color: rgba(255,255,255,0.7);
	font-weight: 300;
    }
    .breadcrumb.breadcrumb-left{
	margin-left: -15px;
    }


#banner{
    background: url(../images/home-bg.jpg) 50% 0 no-repeat fixed;
}
#banner2{
    background: url(../images/bg2.jpg) 50% 0 no-repeat fixed;
}

#action-bar-2{
    background: url('../images/about.jpg') 50% 0 fixed no-repeat;
    background-size: cover;
}
#action-bar{
    background: url('../images/bg2.jpg') 50% 0 fixed no-repeat;
    background-size: cover;
}
#services2{
    background: url('../images/about.jpg') 50% 0 fixed no-repeat;
    z-index: -2;
}
#services{
    background: url('../images/about.jpg') 50% 0 fixed no-repeat;
    z-index: -2;
}
#about{
    background: url(../images/bg-pic.jpg) 50% 0 no-repeat fixed;
    z-index: -2;
}

.texture-overlay:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 0.7;
    background: url(../images/subtle_carbon.png) center repeat;
}

.texture-overlay-2:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 0.3;
    background: url(../images/black_twill.png) center repeat;
}
#contact-bg{
    background: url(../images/contact-bg.jpg) 50% 0 no-repeat fixed;
    z-index: -2;
}
#project-bg{
    background: url(../images/slider-alt-3.jpg) 50% 0 no-repeat fixed;
    z-index: -2;
}

@media(max-width: 767px){    
    .header-title .container{
	padding-top: 250px;
    }
    
    .header-title-2 .container{
	padding-top: 60px;
    }
}

@media(max-width: 480px){
    
    .header-title .container p.lead{
	font-size: 14px;
    }
}

/* =================================
 *
        MENU BAR
 */

.navbar-light{
    background: rgba(255,255,255, 0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
    .navbar-light .container{
	opacity: 0;
    }
    @media(max-width: 767px){
	.navbar-light{
	    border: none;
	}
    }
    
    .visible-navbar-light:hover{
	background: rgba(255,255,255, 0.95);
    }

    .make-navbar-visible-light{
	background: rgba(255,255,255,0.95);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	height: 80px;
    }
	.make-navbar-visible-light .container{
	    opacity: 1;
	}

    
    @media(max-width: 767px){
	.make-navbar-visible{
	    background: transparent;
	}
    } 



/* =================================
 *
        LOGO bar
 */

.logo-wrapper{
    padding: 0;
}

    @media(min-width: 768px){
	.logo-wrapper{
	    margin-top: 40px;
	}
	.logo-wrapper-2{
	    margin-top: -2px;
	}
    }

.logo-wrapper-3{
    margin-top: 10px;
}


.logo{
    display: inline;
    width: 200px;
    height: auto;
}

    
.logo-horizontal{
    padding-top: 20px;   
}

.intro-logo{
    margin-bottom: 30px;
}

.top-share-icon{
    display: inline-block;
    float: right;
}

.social-share div{
    display: inline;
}
    .social-share div i{
	background: rgba(0,0,0, 0.7);
	padding: 45px;
	width: 150px;
	height: 150px;
	-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 div:hover i{
	background: rgba(0,0,0, 1);
	color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    }
    
    @media(max-width: 991px){
	.social-share div i{
	    margin-bottom: 20px;
	}
    }
    
#social-share{
    background: linear-gradient(
      rgba(0,0,0, 0.3), 
      rgba(0,0,0, 0.3)
    ), url("../images/home-bg-2.jpg") center fixed no-repeat;
    background-size: cover;
}

.social-icons{
    top: 25px;
    position: absolute;
    right: -10px;
    -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-icons i{
	padding: 10px;
	padding: 10px;
	color: #444;
	border: 1px solid transparent;
	border-radius: 50%;
	letter-spacing: normal;
	-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-icons i:hover{
	    color: #4846B4;
	    border-color: #ddd;
	}
 
@media(max-width: 480px){
    .top-share-icon{
	display: none;
    }
}

  
/* =================================
 *
        MENU (General)
 */

.show-menu{
    display: block;
}

.selected,
.active > a{
    color: #4846B4;
}


/* menu on small devices */
/* General styles for all menus */
.cbp-spmenu {
    position: fixed;
    background: rgba(255,255,255, 0.97);
    border: 10px solid #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media(max-width: 991px){
    .cbp-spmenu{
	border-width: 10px;
    }
}

@media(max-width: 767px){
    .cbp-spmenu{
	border: none;
    }
}

/* scroll bar for the menu overlay if the content doesn't
 * fit height of the screen on small devices
 */

.menu-item-links{
    width: 100%;
    list-style: none;
    margin-bottom: 15%;
    padding-left: 0;
    text-align: center;
    padding-top: 10%;
    min-height: 100px;
    -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.social-follow-icons {
    margin-bottom: 100px;   
}

.menu-item-links li{
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    position: relative;
    margin-right: 4%;
    margin-left: 4%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}
    .menu-item-links > li:hover,
    .menu-item-links > li:hover > a,
    .menu-item-links > li.dropdown-selected > a{
	color: #4846B4;
    }
    
    .menu-item-links li.selected a{
	font-weight: 400;
	color: #000;
    }

.menu-item-links > li > a{      
    font-size: 18px;
    font-weight: 700;
    color: #444;
    padding: 10px 0px 10px 0;
    text-decoration: none;
    line-height: 28px;
    z-index: 2000;
    position: relative;
    font-family: 'Abel';
}
.menu-item-links > li:hover > a{
    font-size: 18px;
}

    .menu-item-links li a:hover,
    .menu-item-links li a:focus,
    .menu-item-links li:hover:focus{
        color: #4846B4;
        -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 span{
    font-size: 120px;
    position: absolute;
    color: #eee;
    top: -100px;
    opacity: 0;
    z-index: -1;
    font-weight: 300;
    font-family: 'Abel';
}
    .menu-item-links li:hover span,
    .menu-item-links li.dropdown-selected span{
	top: -60px;
	opacity:1;
    }
    

    @media(max-width: 991px){
        .menu-item-links{
            text-align: center;
	    padding-top: 100px;
	    margin-bottom: 50px;
        }
        .menu-item-links li{
            display: block;
            margin-bottom: 50px;
	    margin-right: 0;
	    margin-left: 0;
        }
	
	.menu-item-links > li:hover > a,
	.menu-item-links > li:hover{
	    margin-top: 0;
	}
    }

    .menu-icon .menu-name,
    .menu-name{
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-left: 1px solid #eee;
	color: #444;
	display: block;
	margin: 0 auto;
	/*margin-left: 20px;*/
	display: inline-block;
	top: 0;
	float: right;
	font-weight: 700;
	padding: 31px 0px 27px 25px;
	-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-family: 'Abel';
    }
	.menu-icon .menu-name:hover,
	.menu-name:hover{
	    cursor: pointer;
	    color: #4846B4;
	}
    #menu-share .menu-name{
	border-left: none;
    }
	
    
    @media(max-width: 500px){
	#fixed-header .container{
	    padding-left: 0;
	    padding-right: 0;
	}
    }


#close-menu,
#close-menu2{
    opacity: 0;
}
    #close-menu span,
    #close-menu2 span{
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	-ms-transition: all 0.1s;
	transition: all 0.1s;
	color: #000;
	font-size: 44px;
    }
	#close-menu span:hover,
	#close-menu2 span:hover{
	    cursor: pointer;
	    font-size: 44px;
	    color: #333;
	}

.cbp-spmenu-center.cbp-spmenu-open #close-menu{
        -webkit-transition-property: opacity; /* Safari */
    -webkit-transition-delay: 1.5s; /* Safari */
    -webkit-transition-duration: 1s; /* Safari */
    
    -moz-transition-property: opacity; /* mozilla */
    -moz-transition-delay: 1.5s; /* Safari */
    -moz-transition-duration: 1s; /* mozilla */
    
    -ms-transition-property: opacity; /* IE */
    -ms-transition-delay: 1.5s; /* Safari */
    -ms-transition-duration: 1s; /* IE */
    
    -o-transition-property: opacity; /* opera */
    -o-transition-delay: 1.5s; /* Safari */
    -o-transition-duration: 1s; /* opera */
    
    transition-property: opacity;
    transition-delay: 1.5s; /* Safari */
    transition-duration: 1s;
    opacity: 1;
}


.cbp-spmenu-center.cbp-spmenu-open #close-menu2{
    -webkit-transition-property: opacity; /* Safari */
    -webkit-transition-delay: 1s; /* Safari */
    -webkit-transition-duration: 1s; /* Safari */
    
    -moz-transition-property: opacity; /* mozilla */
    -moz-transition-delay: 1s; /* Safari */
    -moz-transition-duration: 1s; /* mozilla */
    
    -ms-transition-property: opacity; /* IE */
    -ms-transition-delay: 1s; /* Safari */
    -ms-transition-duration: 1s; /* IE */
    
    -o-transition-property: opacity; /* opera */
    -o-transition-delay: 1s; /* Safari */
    -o-transition-duration: 1s; /* opera */
    
    transition-property: opacity;
    transition-delay: 1s; /* Safari */
    transition-duration: 1s;
    opacity: 1;
}

@media(max-width: 991px){
    #close-menu,
    #close-menu2{
	margin-bottom: 100px;
    }
}

.social-follow-icons li{
    border: transparent 1px solid;
    padding: 40px 20px 20px 20px;
    margin-left: 20px;
    margin-right: 20px;
}
    .social-follow-icons li:hover{
	border-color: #eee;
    }

.follow-icon{
    color: #666
}

.follow-num{
    font-size: 32px;
    letter-spacing: 3px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #000;
}

.follow-text{
    letter-spacing: 3px;
    font-weight: 300;
    font-size: 16px;
    color: #666;
}
    
/* SUBMENU ITEMS */

.submenu-items{
    opacity: 1;
    position: fixed;
    padding-left: 0;
    margin-top: 20px;
    text-align: left;
    width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}


/* If the submenu items are invisible then these line will make them visible on hover 
 *    .menu-item-links li a:hover + .submenu-items,
    .submenu-items:hover{
	opacity: 1;
    }*/

    .submenu-items li{
        display: block;
        margin-bottom: 15px;
	height: 24px;
	margin-left: 0;
    }
    
        .submenu-items li a{
            font-size: 12px;
	    letter-spacing: 1.5px;
            color: #999;
	    border-bottom: 3px solid transparent;
	    padding: 10px 0px 10px 0;
        }
	    .submenu-items li a:hover,
	    .submenu-items li a.selected{
		color: #000;
		border-bottom: 3px solid #4846B4;
		padding-right: 10px;
	    }

    @media(max-width: 991px){
        .submenu-items{
            position: static;
            opacity: 1;
            text-align: center;
            margin-top: 10px;
	    text-indent: 0;
        }
	    .submenu-items li{
		margin-left: 0;
	    }
    }

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
    width: 100%;
    height: 100%;
    top: -100%;
    z-index: 1000;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-center{
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

    .cbp-spmenu-center .container{
	display: inline;
    }
    
.cbp-spmenu-open{
    overflow-y: scroll
}

.cbp-spmenu-center.cbp-spmenu-open{
    opacity: 1;
    visibility: visible;
    z-index: 2001;
    top: 0;
}

.cbp-spmenu-center.cbp-spmenu-open .menu-item-links li{
   
    -webkit-transition-property: opacity; /* Safari */
    -webkit-transition-delay: 0.5s; /* Safari */
    -webkit-transition-duration: 0.5s; /* Safari */
    
    -moz-transition-property: opacity; /* mozilla */
    -moz-transition-delay: 0.5s; /* Safari */
    -moz-transition-duration: 0.5s; /* mozilla */
    
    -ms-transition-property: opacity; /* IE */
    -ms-transition-delay: 0.5s; /* Safari */
    -ms-transition-duration: 0.5s; /* IE */
    
    -o-transition-property: opacity; /* opera */
    -o-transition-delay: 0.5s; /* Safari */
    -o-transition-duration: 0.5s; /* opera */
    
    transition-property: opacity;
    transition-delay: 0.5s; /* Safari */
    transition-duration: 0.5s;
    opacity: 1;
}



/* Vertical menu that slides from the left or right */

.cbp-spmenu-right,
.cbp-spmenu-close{
    right: -100%;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0;
}

.cbp-spmenu-right.cbp-spmenu-open div.container{
    opacity: 1;
}


.no-scroll{
    overflow: hidden;
}


/* menu search form */

#search-form{
    clear: both;
    margin-top: 10%;
    margin-bottom: 100px;
    opacity: 0;
}

    #search-form input{
        border-radius: 0;
        -webkit-border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        border-color: #000;
	border-width: 3px;
        font-weight: 300;
        height: 45px;
        display: inline;
        color: #000;
    }
    
    #search-form input:focus,
    #search-form input:hover{
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    

#search-form:hover .input-group-addon,
#search-form input:focus + .input-group-addon{
    background: #000;
    color: #fff;
}

#search-form:hover input{
    border-color: #000;
}

.input-group-addon{
    border-radius: 0;
    -webkit-border-radius: 0;
    background: #000;
    border: none;
}
    .input-group-addon:hover{
        cursor: pointer;
    }
    
.cbp-spmenu-center.cbp-spmenu-open #search-form{
        -webkit-transition-property: opacity; /* Safari */
    -webkit-transition-delay: 1s; /* Safari */
    -webkit-transition-duration: 1s; /* Safari */
    
    -moz-transition-property: opacity; /* mozilla */
    -moz-transition-delay: 1s; /* Safari */
    -moz-transition-duration: 1s; /* mozilla */
    
    -ms-transition-property: opacity; /* IE */
    -ms-transition-delay: 1s; /* Safari */
    -ms-transition-duration: 1s; /* IE */
    
    -o-transition-property: opacity; /* opera */
    -o-transition-delay: 1s; /* Safari */
    -o-transition-duration: 1s; /* opera */
    
    transition-property: opacity;
    transition-delay: 1s; /* Safari */
    transition-duration: 1s;
    opacity: 1;
}


.project-desc .subtitle{
    letter-spacing: 3px;
    color: #999;
    font-weight: 300;
    text-transform: lowercase;
    margin-bottom: 50px;
    background: #fff;
    padding: 2px 0 2px 5px;
}

.project-desc h6{
    font-family: 'Open Sans';
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 30px;
}
.project-desc figure{
    margin-bottom: 10px;
}
.img-thumbnail{
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 20px;
    margin-bottom: 20px;
    border-color: #eee;
}
    .img-thumbnail:hover{
	border-color: #4846B4;
    }

.project-desc .meta-info{
    opacity: 1;
    position: relative;
    height: auto;
    padding: 50px;

}
    .project-desc .meta-info:hover{
	background: rgba(255,255,255, 0.15);
    }
    .project-desc .meta-info p{
	margin: 20px 0 0 0;
	color: #fff;
    }
    
    .project-desc .meta-info span{
	color: #4846B4;
    }
    
    @media(max-width: 991px){
	.project-desc .meta-info{
	    margin-top: 50px;
	}
    }


/* =================================
 *
        PORTFOLIO
 */

.grid-filter{
    padding: 30px 0;
    height: 100px;
    margin-bottom: 70px;
    display: block;
    list-style: none;
}
    .grid-filter li{
	display: inline;
	margin-right: 20px;
    }

    
	.grid-filter li a{
	    font-family: 'Abel';
	    color: #999;
	    font-weight: 400;
	    padding: 2px 0 2px 5px;
	    font-size: 14px;
	    border-bottom: 2px solid transparent;
	}
	
	.grid-filter li span{
	    color: transparent;
	    font-size: 0;
	}
	
	.grid-filter li a.selected span{
	    font-size: 100px;
	    position: absolute;
	    z-index: -1;
	    top: -40px;
	    color: #eee;
	}
	    .grid-filter li a.selected,
	    .grid-filter li a:hover{
		background: transparent;
		border-bottom: 2px solid #4846B4;
		color: #000;
	    }
	    
	        
    @media(max-width: 767px){
	.grid-filter{
	    height: auto;
	    margin-bottom: 20px;
	}
	.grid-filter li{
	    display: block;
	    margin-bottom: 30px;
	    margin-right: 0;
	}
	
	.grid-filter li a.selected span{
	    font-size: 70px;
	    top: auto;
	    margin-top: -40px;
	    margin-left: -20px;
	}
    }


.grid-layout {
    list-style: none;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}

    .grid-layout div {
        height: 100%;
        width: 100%;
        opacity: 0;
        /*text-align: center;*/
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        -moz-transition: -moz-transform 0.3s, opacity 0.3s;
        -ms-transition: -ms-transform 0.3s, opacity 0.3s;
        -o-transition: -o-transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(255,255,255, 0.9);
        padding: 30px 20px;
    }
    
    .grid-layout div.more-padding{
        padding: 50px;
    }
    
    .grid-layout div.dark-hover{

	background: rgba(0,0,0, 0.8);
    }
    
    .grid-layout figure {
        position: relative;
    }
    
    .grid-layout figure img.bordered{
	border: 10px solid #eee;
    }
    
    .grid-layout figure img.grayscale,
    .grayscale{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%);
    }
	.grid-layout li:hover img.grayscale,
	.grayscale:hover,
        .info-on-hover:hover figure img,
	#team article:hover figure img{
	    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	    -webkit-filter: grayscale(0%);
	}
    
    .grid-layout .show-info-bottom{
	position: relative;
	opacity: 1;
	background: #f7f7f7;
    }
                
    @media (max-width: 767px){
        .grid-layout{
            margin-bottom: 0;
            padding-bottom: 0;
        }
        .grid-layout li{
            margin-bottom: 20px;
        }
    }

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

    .hover-effect li{     
       padding: 0;
    }
    
    .more-padding > li{
        padding: 20px;
    }

    .hover-effect a.link{
        text-decoration: none;
        margin-top: 10px;
        margin-right: 5px;
	margin-left: 5px;
	color: #fff;
	font-size: 10px;
	border: 1px solid #4846B4;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #4846B4;
	padding: 5px;
	padding: 13px 16px;
	width: 45px;
	height: 45px;
	opacity: 0;
    }
	.hover-effect .dark-hover a.link,
	.hover-effect .dark-hover a.link:hover{
	    color: #fff;
	}
	   
	    .hover-effect .dark-hover p{
		opacity: 0.5;
	    }
	
    .hover-effect a.link.left{
	margin-right: -50px;
    }

	.hover-effect figure:hover a.link.left{
	    margin-right: 0;
	}
    
    .hover-effect a.link.top{
	margin-top: 70px;
    }
	.hover-effect figure:hover a.link.top{
	    margin-top: 20px;
	}


        .hover-effect a.link:hover,
        .hover-effect a:focus{
	    background-color: transparent;
	    color: #444;
	    border-radius: 0;
	    -webkit-border-radius: 0;
	    border-color: rgba(0,0,0, 0.3);
        }  

.hover-effect figure:hover div{
    opacity: 1;
}

 
.hover-effect figure:hover a.link.delay-1{
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.2s; 
    -webkit-transition-delay: 0.2s; 
    transition-property: all;
    transition-duration: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
}

.hover-effect figure:hover a.link.delay-2{
            
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.2s; 
    -webkit-transition-delay: 0.4s; 
    transition-property: all;
    transition-duration: 0.2s;
    transition-delay: 0.4s;
    opacity: 1;
}

    @media (max-width: 767px) {
        .hover-effect figure h5{
            font-size: 28px;
            margin-bottom: 30px;
            margin-top: 10%;
        }
    }
    
    @media (min-width: 481px) and (max-width: 767px){
        .hover-effect div{
            padding: 40px 20px;
        }
    }
    
    @media(max-width: 480px){
        .hover-effect figure h5{
            font-size: 20px;
            margin-bottom: 10px;
        }
        .more-padding li{
            padding: 1px;
        }
        
        .hover-effect figure h5{
            margin-top: 0;
        }
    }    


.info > p{
    font-weight: 300;
    font-size: 14px;
    padding: 0 0 10px 0;
    color: #999;
    letter-spacing: 1.5px;
    border-bottom: 1px #ccc solid;
}

    .info.dark-hover > p{
	color: #eee;
    }

.info-left a{
    display: block;
    float: right;
}

.info-center a{
    display: inline-block;
}

.info a.more-padding{
    padding-left: 20px;
    padding-right: 20px;
}

.info h5,
.info h6{
    font-weight: 700;
}

/* =================================
 *
        ABOUT US + SERVICES
 */


.quote span{
    position: absolute;
    font-size: 160px;
    color: #eee;
    top: 0;
    left: 0;
}

.quote span.transparent{
    color: rgba(255,255,255,0.2);
}
.quote p{
    position: relative;
}

#standards{
    background: linear-gradient(
      rgba(0,0,0, 0.8), 
      rgba(0,0,0, 0.8)
    ),url("../images/slider-1.jpg") center no-repeat fixed;
    background-size: cover;
}
    #standards article{
	padding: 30px;
    }
	#standards p{
	    opacity: 0.7;
	}

#work-process{
    background: url("../images/slider-3.jpg") center no-repeat fixed;
    background-size: cover;
}


@media(max-width: 767px){
    #about-intro .quote{
	margin-top: 100px;
    }
}
    .para-bordered div,
    .para-bordered-3col div{
	padding: 40px 20px 70px 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    }
	 
	@media(max-width: 1199px){
	    .para-bordered{
		padding-left: 100px;
	    }
	    .para-bordered div{
		width: 350px;
		height: 350px;
	    }
	}
	
	@media(max-width: 991px){
	    .para-bordered{
		padding-left: 50px
	    }
	    .para-bordered div{
		width: 300px;
		height: 300px;
	    }

	}
	
	@media(max-width: 767px){
	    .para-bordered{
		padding-left: 0px
	    }
	    .para-bordered div{
		width: 50%;
		height: 50%;
	    }
	    .para-bordered-3col{
		padding-left: 23%;
	    }
	    .para-bordered-3col div{
		width: 350px;
		height: 350px;
	    }
	    .quote span{
		font-size: 100px;
		top:-50px;
	    }
	}
	
	@media(max-width: 630px){
	    .para-bordered,
	    .para-bordered-3col{
		padding-left: 15%;
	
	    }
	    .para-bordered div,
	    .para-bordered-3col div{
		width: 350px;
		height: 350px;
	    }
	    
	    
	}
	
	@media(max-width: 580px){
	    .para-bordered,
	    .para-bordered-3col{
		padding-left: 12%;
	
	    }
	}
	
	@media(max-width: 520px){
	    .para-bordered,
	    .para-bordered-3col{
		padding-left: 6%;
	
	    }
	}
	
	@media(max-width: 480px){
	    .para-bordered,
	    .para-bordered-3col{
		padding-left: 2%;
	
	    }
	    .para-bordered div,
	    .para-bordered-3col div{
		width: 300px;
		height: 300px;
	    }

	}

    
    .para-bordered p,
    .para-bordered-3col p{
	opacity: 0;
	position: absolute;
	padding: 25% 17%;
	top: -10%;
	left: 0;
	background: transparent;
	width: 100%;
	height: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	text-transform: none;
    }
    
    .para-bordered div:hover > p,
    .para-bordered-3col div:hover > p{
	opacity: 0.8;
	top: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: rgba(255,255,255, 0.7);
    }
    
    #work-process .para-bordered div,
    #work-process .para-bordered-3col div{
	background: rgba(255,255,255,0.5);
    }
    
	#work-process .para-bordered div:hover > p,
	#work-process .para-bordered-3col div:hover > p{
	    background: #000;
	    color: #fff;
	}

.first-letter{
    font-size: 90px;
    font-family: 'Abel';
    color: #4846B4;
    font-weight: 300;
    display: block;
}
    .first-letter-light{
	opacity: 1;
    }

.whole-word{
    letter-spacing: 3px;
    font-size: 20px;
    font-weight: 700;
    z-index: 2000;
    text-align: center;
    font-family: 'Abel';
}

.whole-word-2{
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
    color: #000;
    text-align: center;
    font-family: 'Abel';
    opacity: 0;
    position: absolute;
    top: 165px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 150px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

	.para-bordered div:hover > span.whole-word{
	    color: #4846B4;
	}
	.para-bordered div:hover > span.first-letter{
	    opacity: 0.3;
	    color: #666;
	}
	.para-bordered div:hover > span.whole-word-2{
	    opacity: 0.7;
	    top: 276px;
	}

#team article{
    padding: 20px;
}

#team h5,
#team h6{
    margin-top: 30px;
    margin-bottom: 5px;
    font-weight: 700;
}

#team figure{
   padding: 0;
   display: inline;
}

#team article div.info-1{
    position: absolute;
    width: 86%;
    top: 250px;
    padding: 20px;
    min-height: 350px;
}

     #team article .info-1 p,
     #team article .info-1 a{
	display: none;
     }
     
    #team article p{
	margin-top: 20px;
	margin-bottom: 30px;
	color: rgba(255,255,255, 0.5);
    }
    
    #team article a{
	font-size: 10px;
	margin-bottom: 10px;
	color: #fff;
    }
	#team article:hover .info-1 p,
	#team article:hover .info-1 a{
	    display: block;
	}
	
    #team article .info-2 a{
	background: #000;
	letter-spacing: normal;
	padding: 9px 11px;
	border-radius: 0;
	-webkit-border-radius: 0;

	width: 34px;
	height: 34px;
	color: #fff;
	display: inline-block;
	opacity: 0;
    }
	    #team article .info-2 a:hover{
	
	    	border-radius: 50%;
		-webkit-border-radius: 50%;
	    }
	    #team article:hover .info-2 a{
		background: #4846B4;
	    }

#team article.hover-info{
    margin-bottom: 100px;
}
    @media(max-width: 767px){
	#team article.hover-info{
	    margin-bottom: 0px;
	}
    }
#team article:hover div.info-1{
    background: #4846B4;
    top: 20px;
}


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



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

.price-table{
    border: 1px solid #eee;
    margin-left: -1px;
    text-align: center;
    padding: 0;
}
    
    @media(min-width: 992px) and (max-width: 1199px){
	#price-table .container{
	    padding-left: 150px;
	    padding-right: 150px;
	}
    }
    @media(max-width: 1199px){
        .price-table{
            margin-bottom: 50px;
        }
    }
    
    @media(max-width: 630px){
        .price-table{
            width: 100%;
        }
	#price-table .container{
	    padding-left: 100px;
	    padding-right: 100px;
	}
    }
    
    @media(max-width: 480px){

	#price-table .container{
	    padding-left: 30px;
	    padding-right: 30px;
	}
    }

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

        .price-table:hover h2{
          border-radius: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0;
        }
    
    .price-table h5{
	margin-top: 0;
	  margin-bottom: 0;
	  padding-top: 15px;
	  padding-bottom: 15px;
	  text-align: center;
	  color: #666;
	  text-transform: uppercase;
	  font-weight: 300;
	  background-color: #f7f7f7;
    }

    	.price-table:hover h5{
	    background: #000;
	    color: #fff;
	}
    
    @media(min-width: 992px){
        .price-table:hover h2{
            /*font-size: 70px;*/
            color: #000;
        }
        
        .price-table.featured:hover h2{
          /*font-size: 70px;*/
          color: #fff;
        } 
    }

    .price-table footer nav{
	margin-bottom: 50px;
	margin-top: 50px;
    }
    
    
    .price-table.featured h2{
        background-color: #000;
        font-size: 60px;
        font-weight: 700;
        color: #fff;
    }

    .price-table.featured h5{
        color: #fff;
        font-weight: 700;
        background-color: #000;
    }
	
	.price-table.featured:hover h5{
	    background: #4846B4;
	}
    
    .price-table.featured small{
	color: #666;
    }
    
    .price-table.featured h2 sup{
        font-weight: 300;
    }


.price-table ul{
    padding-left: 0;
    margin-top: 50px;
}

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


/* popup used in team about us page */       

.popup {
    padding: 30px;
    position: relative;

}
.popup:before{
        content: "";
        width: 0; 
        height: 0; 
        border-right: 20px solid transparent;
        border-left: 20px solid transparent; 
        position: absolute;

        z-index: 1;

	text-align: center;
	    margin-left: auto;
	    margin-right: auto;
	    left: 0;
	    right: 0;
	    top: -5px;
}

    .popup-top-dark:before{
        border-bottom: 16px solid #333;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
    }

    .popup-top-light:before{
        border-bottom: 16px solid #f7f7f7;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;

    }
    .popup-bottom-light:before{

        border-top: 16px solid #f7f7f7;
	top: -11px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
    }

    
#team article:hover .popup-top-dark::before,
#team article:hover .popup-top-light::before{
    top: -12px;
}

#team article:hover .popup-bottom-dark::before,
#team article:hover .popup-bottom-light::before{
    top: -5px;
}

.position{
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 3px;
    color: rgba(255,255,255, 0.7);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.quote .position{
    color: #666;
}
.light-bg .position{
    color: #666;
}

    #team article:hover .info-1 .position{
       padding: 2px;
    }
    
    #team article:hover .info-2 .position{
       /*text-align: center;*/
    }
    
#team div.info-2{
    padding: 50px 30px 0px 30px;
}
    #team article:hover div.info-2 a{
	opacity: 1;
    }
    #team article:hover div.info-2{
	/*padding-bottom: 70px;*/
	padding-top: 30px;
	padding-bottom: 50px;
	
    }


#team div.info-2.light-bg p{
    color: #444;
    opacity: 0.7;
}

#team div a{
    font-weight: 700;
}

    @media(max-width: 1199px){
	#team article div.info-1{
	    top: 200px;
	}
    }
    
    @media(max-width: 991px){

	#team article div.info-1{
	    top: 320px;
	    width: 89%;
	}
    }

    @media(max-width: 600px){
	#team article,
	#team figure,
	#team div.info-2{
	    width: 100%;
	}
    }
    #team-carousel .owl-item img{
	margin-bottom: 30px;
    }
	
	#team-carousel .owl-item img.img-circle:hover,
	img.img-circle:hover{
	    border-radius: 0;
	    -webkit-border-radius: 0;
	    -moz-border-radius: 0;
	    -ms-border-radius: 0;
	    -o-border-radius: 0;
	}

	    #team-carousel .owl-item span{
		padding: 2px 0 2px 4px;
		color: #fff;
		letter-spacing: 0;
	    }
	    	#team-carousel .owl-item:hover span{
		    color: #999;
		    letter-spacing: 3px;
		}



.info-on-hover div.team-info{
    opacity: 0;
    position: absolute;
    top: 0;
    padding-top: 10%;
    text-align: center;
    background: rgba(0,0,0, 0.7);
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;   
}


.info-on-hover div.team-info-light{
    background: rgba(255,255,255,0.9);
}
    .info-on-hover a:hover + div.team-info,
    .info-on-hover:hover div.team-info{
	opacity: 1;
	visibility: visible;
    }
    
    .info-on-hover:hover figure img,
    .info-on-hover a:hover + div.team-info,
    .info-on-hover:hover div.team-info{
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    }
    
    div.team-info .team-social{
       margin-top: 20px;
    }
	div.team-info .team-social a{
	    margin: 10px 2px auto 2px;
	}
        
.team-sm article{
    margin-bottom: 0;
}

.action-bar-sm .container{
    padding-bottom: 50px;
}
    .action-bar-sm h2,
    .action-bar h2{
	margin-top: 50px;
	margin-bottom: 50px;

    }

    @media(max-width: 991px){
	.action-bar .container{
	    padding-bottom: 0;
	}
	.action-bar h2{
	    margin-bottom: 20px;
	}
	.action-bar .custom-btn{
	    margin-bottom: 30px;
	    display: inline-block;
	    clear: both;
	}
    }
    
    @media(max-width: 480px){
	.action-bar h2{
	    font-size: 42px;
	}

    }
    
.service-item{
    padding: 30px 40px;
}
    .service-item h5{
	font-weight: 700;
    }
	.service-item h5 span{
	    background: #4846B4;
	    font-size: 24px;
	    font-weight: 700;
	}

.service-item:nth-child(odd){
    background-color: rgba(0,0,0, 0.7);
}

.service-item:nth-child(even){
    background-color: rgba(0,0,0, 0.8);
}

.service-item-alt:nth-child(odd){
    background-color: rgba(255,255,255, 0.9);
}

.service-item-alt:nth-child(even){
    background-color: rgba(255,255,255, 0.95);
}

.progress-bar{
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

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

    .custom-progress .progress-bar{
        background: transparent;
        border-bottom: 1px solid #444;
        font-size: 14px;
        text-align: left;
        padding-left: 20px;
        padding-top: 20px;
        color: #000;
	font-weight: 300;
    }

        .custom-progress span{
            color: #000;
            letter-spacing: 1.5px;
            float: right;
            padding-right: 20px;
	    font-family: 'Abel';
	    font-weight: 700;
        }
        
        .custom-progress div{
            font-family: "Abel";
	    letter-spacing: 3px;

        }

        .custom-progress div.progress-bar-alt span.counter:after{
          content: "/100";
        }

        
        @media (max-width: 767px){
            .progress-bars{
                width: 100%;
            }
        }
        
        @media (min-width: 480px) and (max-width: 767px){
            .progress-bars{
                padding-right: 10%;
                padding-left: 10%;
            }
        }


#counters .container{
    padding: 20px;
}
#counters div{
    border-right: 1px solid rgba(0,0,0,0.1);
    padding: 20px;
}
    #counters div:last-child{
	border: none;
    }
    
    @media(max-width: 991px){
	#counters div{
	    border: none;
	    
	}
	#counters div:nth-child(1),
	#counters div:nth-child(2){
	    border-bottom: 1px solid rgba(0,0,0,0.1);
	    padding: 20px 20px 50px 20px;
	}
	
	#counters div:nth-child(3),
	#counters div:nth-child(4){
	    padding: 50px 20px 20px 20px;
	}
	#counters div:nth-child(odd){
	    border-right: 1px solid rgba(0,0,0,0.1);
	}
	
    }
    
    @media(max-width: 600px){
	#counters div{
	    width: 100%;
	}
	#counters div,
	#counters div:nth-child(odd){
	    border: none;
	    border-bottom: 1px solid rgba(0,0,0,0.1);   
	}
	
	#counters div:nth-child(1),
	#counters div:nth-child(2),
	#counters div:nth-child(3),
	#counters div:nth-child(4){
	    padding: 50px 20px 50px 20px;
	}
    } 

#counters i{

    color: rgba(0,0,0,0.1);
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}


#counters span{
    font-size: 60px;
    z-index: 100;
    margin-top: 20px;
    font-family: 'Abel';
    display: block;
    color: #000;

}
#counters h5{
     text-align: center;
     margin-top: -10px;
}

#about-intro-bg{
    background: linear-gradient(
      rgba(255,255,255, 0.95), 
      rgba(255,255,255, 0.95)
    ),url("../images/slider-1.jpg") center no-repeat fixed;
    background-size: cover;
}

/* =================================
 *
        SERVICES page
 */

.services-list .each-service{
    margin-bottom: 40px;
    padding: 15px;
}
    .services-list .each-service h3,
    .services-list .each-service h2,
    .services-list .each-service h4{
	font-weight: 700;
	text-transform: uppercase;
    }

.services-list article section{
     padding: 50px 70px;
}
.services-list .title-block.no-padding{
    padding: 0;
}
.services-list .service-vertical{
    padding: 20px;
    margin-bottom: 0;
}
    .services-list .service-vertical h4{
	font-size: 28px;
	letter-spacing: 3px;
    }

    .services-list .service-vertical section{
	padding: 30px;
    }

#service-1{
    background:url("../images/service-1.jpg") center no-repeat;
    opacity: 0.9;
    background-size: cover;
}

#service-2{
    background:url("../images/service-2.jpg") center no-repeat;
    opacity: 0.9;
     background-size: cover;
}
#service-3{
    background:url("../images/service-3.jpg") center no-repeat;
    opacity: 0.9;
    background-size: cover;
}
#service-4{
    background:url("../images/index1.jpg") center no-repeat;
    opacity: 0.9;
    background-size: cover;
}

#service-5{
    background:url("../images/service-2.jpg") center no-repeat;
    opacity: 0.9;
     background-size: cover;
}
#service-6{
    background:url("../images/index4.jpg") center no-repeat;
    opacity: 0.9;
    background-size: cover;
}

#service-1.gradient{
    background:linear-gradient(
      rgba(255,255,255, 0.8), 
      rgba(255,255,255, 0.8)
    ),url("../images/service-1.jpg") center no-repeat;
}

#service-2.gradient{
    background:linear-gradient(
      rgba(255,255,255, 0.8), 
      rgba(255,255,255, 0.8)
    ),url("../images/service-2.jpg") center no-repeat;
}

#service-3.gradient{
    background:linear-gradient(
      rgba(255,255,255, 0.8), 
      rgba(255,255,255, 0.8)
    ),url("../images/service-3.jpg") center no-repeat;
}

.services-list .title-block div{
    opacity: 0.8;
    height: 100%;
    width: 100%;
    padding: 50px 70px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
    .services-list .title-block div:hover{
	opacity: 0.95;
    }
.services-list .title-block.title-only div{
    padding: 30px
}
.services-list article .title-block,
.services-list article .service-desc{
    min-height: 241px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.services-list h3{
    margin-bottom: 30px;
}

.services-list article .title-block.title-only h3,
.services-list article .title-block.title-only h4{
    position: absolute;
    top: 47%;
}
.services-list article .title-block.title-only h4{
    font-weight: 700;
}
    .services-list article .title-block.title-only:hover h4{
	top: 40%;
	color: #4846B4;
    }
	.services-list article .title-block.title-only:hover .color-bg h4{
	    color: #000;
	}

.services-list article .title-block.title-only span{
    font-size: 120px;
    font-weight: 300;
    color: rgba(255,255,255, 0.2);
    font-family: 'Abel';
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
    .services-list article .title-block.title-only:hover span{
	margin-left: 20px
    }


    @media(max-width: 767px){

	.services-list article .title-block.title-only{
	    height: auto;
	    min-height: 170px;
	}
    }
    
    @media(max-width: 500px){
	.services-list article section,
	.services-list .title-block div{
	    padding: 30px;
	}
	
	.services-list h3{
	    font-size: 30px;
	}
    }
    
    @media(max-width: 360px){
	.services-list article section{
	    padding: 10px
        }
    }

.services-list h6{
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 30px;
    font-weight: 700;
}

.services-list .custom-btn{
    border-width: 2px;
    display: inline-block;
    background: #fff;
}
    .services-list .custom-btn:hover{
	background: #4846B4;
    }

.services-list p{
    margin-bottom: 40px;
}


/* =================================
 *
        home TESTIMONIAL
 */

#testimonial-bg{
    background: #000;
    min-height: 450px;
    height: 450px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
    #testimonial-bg:hover{
	height: auto;
    }


/* customization for the owl-carousel */
.owl-controls{
    margin-top: 30px;
    text-align: center;
}
    .owl-controls .owl-dot{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border: 1px #ccc solid;
	background: transparent;
	opacity: 1;
	
    }
	.owl-controls .owl-dot.active{
	    background-color: #4846B4;
	    border-color: #4846B4;
	}
	
	.owl-controls .owl-dot:hover{
	    border-color: #4846B4;
	}

#office-carousel .owl-controls{
    margin-top: -500px;
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
    @media(max-width: 1199px){
	#office-carousel .owl-controls{
	    margin-top: -400px;
	}
    }
    
    @media(max-width: 991px){
	#office-carousel .owl-controls{
	    margin-top: -350px;
	}
    }
    
    @media(max-width: 767px){
	#office-carousel .owl-controls{
	    margin-top: -300px;
	}
    }
    
    @media(max-width: 600px){
	#office-carousel .owl-controls{
	    margin-top: -250px;
	}
    }
    
    @media(max-width: 400px){
	#office-carousel .owl-controls{
	    margin-top: -150px;
	}
    }
	
.owl-item-caption{
    opacity: 0;
    position: absolute;
    bottom: 0;
    padding: 0;
    background: rgba(255,255,255, 0.7);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.owl-item-caption span{
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
    .owl-item-caption:hover{
	background: rgba(255,255,255, 0.9);
    }
	.owl-item-caption:hover span{
	    opacity: 1;
	    color: #999;
	    margin-left: 30px;
	}

    .owl-carousel .owl-item.active .owl-item-caption{
	    -webkit-transition-property: opacity, padding; /* Safari */
	    -webkit-transition-delay: 0.5s; /* Safari */
	    -webkit-transition-duration: 1s; /* Safari */
	    
	    -moz-transition-property: opacity, padding; /* mozilla */
	    -moz-transition-delay: 0.5s; /* Safari */
	    -moz-transition-duration: 1s; /* mozilla */
	    
	    -ms-transition-property: opacity, padding; /* IE */
	    -ms-transition-delay: 0.5s; /* Safari */
	    -ms-transition-duration: 1s; /* IE */
	    
	    -o-transition-property: opacity, padding; /* opera */
	    -o-transition-delay: 0.5s; /* Safari */
	    -o-transition-duration: 1s; /* opera */
	    
	    transition-property: opacity, padding;
	    transition-delay: 0.5s; /* Safari */
	    transition-duration: 1s;
	    padding: 40px 30px 30px 30px;
	    opacity: 1;
    }
    
    @media(max-width: 480px){
	.owl-carousel .owl-item.active .owl-item-caption{
	    padding: 10px 5px 5px 5px;
	}
    }

#testimonial-carousel.owl-carousel .owl-stage-outer {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#testimonial-carousel.owl-carousel .owl-stage-outer a{
    color: #666;
}
    #testimonial-carousel.owl-carousel .owl-stage-outer a:hover{
	color: #aaa;
    }

#team-carousel .info-on-hover div.team-info{
    height: 95%;
    padding-top: 25%;
}

#testimonial-carousel.no-dots .owl-controls .owl-dot,
#team-carousel.no-dots .owl-controls .owl-dot{
    display: none;
}

#testimonial-carousel article{
    padding: 50px 40px;
}
    @media(max-width: 480px){
	#testimonial-carousel article{
	    padding: 50px 0;
	}
    }

#testimonial-bg .quote{
    font-size: 100px;
    color: #4846B4;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
    #testimonial-bg:hover .quote{
	font-size: 40px;
    }
    
    #testimonial-bg #testimonial-carousel{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	margin-top: -200px;
    }
    
        #testimonial-bg:hover #testimonial-carousel{
	   opacity: 1;
	   visibility: visible;
	   margin-top: -80px;
	}


#testimonial-bg h3{
    opacity: 1;
    visibility: visible;
}
    #testimonial-bg:hover h3{
	opacity: 0;
	visibility: hidden;
    }

#testimonial-carousel p{
    margin-top: 0px;
    margin-bottom: 30px;
}

#testimonial-carousel h6{
    font-weight: 700;
}


#client-carousel .owl-controls .owl-dot{
    margin-top: 30px;
}
#client-carousel img{
    border: #eee solid 1px;
    padding: 50px 0;
}
    #client-carousel img:hover{
	border-color: #ccc;
    }
 
 @media(max-width: 991px){

    #client-carousel img{
	margin-bottom: 30px;
    }
 }
 
@media(max-width: 767px){
    #testimonial article{
	margin-bottom: 30px;
    }
    #testimonial-carousel .owl-controls .owl-dot{
	margin-top: 30px;
    }
}

@media(max-width: 480px){
    #client-carousel div{
	/*display: block;*/
    }
}

@media(max-width: 400px){
    #client-carousel img{
	margin-left: 10px;
    }
}


/* =================================
 *
        CONTACT
 */


.form-group{
    padding-left: 7px;
    padding-right: 7px;
}

.form-horizontal,
.form-horizontal > .form-group{
    margin-right: 0;
    margin-left: 0;
}

    .form-horizontal input,
    .form-horizontal textarea{
        font-weight: 300;
    }

.form-control{
    border-radius:0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #eee;
    border-left-width: 3px;
    height: 41px;
}

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

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


#success, #error {
    display: none
}
    #success span.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: 3px;
	    font-weight: 300;
	}
    
    #success span.layer-size-2,
    #error span.layer-size-2{
        top: 180px;
        padding-top: 10px;
        padding-bottom: 70px;
        width: 100%;
        height: 500px;
    }

    @media(max-width: 767px){
        #success span.layer-size-1,
        #error span.layer-size-1{
            top: 17%;
            padding-top: 70px;
            padding-bottom: 70px;
            right: 0;
            left: 0;
            width: 100%;
            height: 400px; 
        }
	
	    #success span.layer-size-2,
	    #error span.layer-size-2{
		top: 17%;
		padding-top: 10px;
		padding-bottom: 70px;
		width: 100%;
		height: 500px;
	    }
    }

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


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



/* google map */

#map,
#map-alt{
    width: 100%;
    height: 500px;
    border: none;
}
#map-container{
    padding: 0;
}

#store p{
    margin-top: 40px;
}

/* store locator */
.addresses{
    padding: 0px;
}

.address{
    padding: 60px 40px;
}

    .address h4{
	opacity: 0.8;
    }
    .address:nth-child(2){
	background: #4846B4;
	opacity: 0.9;
    }
    
    .address:nth-child(3){
	background: #4846B4;
	opacity: 0.8;
    }
	.address span{
	    letter-spacing: 1.5px;
	    margin-bottom: 10px;
	
	    font-weight: 300;
	    display: block;
	    font-size: 26px;
	}
	.address span.full-address{
	    margin-top: 30px;
	}
	.address span strong{
	    text-transform: uppercase;
	    letter-spacing: 3px;
	    font-weight: 300;
	    font-size: 26px;
	}
	.address a{
	    font-size: 26px;
	}
 
@media(max-width: 480px){
    .address span,
    .address span strong,
    .address a{
	font-size: 14px;
    }
}


.address-sm{
    margin-bottom: 30px;
}
    .address-sm h4{
	display: inline;
	margin-right: 30px;
    }
	@media(max-width: 480px){
	    .address-sm h4{
		display: block;
	    }
	}
	
	
    .address-sm h4 i{
	width: 50px;
    }
    .address-sm span,
    .address-sm a{
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 3px;
	font-family: Abel
    }
    
#contacts p{
    margin-bottom: 50px;
}

#contacts .haddress div:first-child,
#contacts .haddress div:nth-child(2){
    border-right: 1px solid #ccc;
}


@media(max-width: 991px){
    #contacts .haddress div:first-child,
    #contacts .haddress div:nth-child(2){
	border-right: none;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
    }

}

@media(max-width: 500px){
    #contacts .haddress h4{
	margin-right: 0;
    }
}

    .contact-details td{
	padding-bottom: 30px;
    }
    .contact-details address{
	margin-bottom: 0;
    }

    .contact-details td:last-child,
    .contact-details td:last-child a{
	color: #fff;
	vertical-align: middle;
	font-weight: 300;
    }

    .contact-details td:first-child{
	width: 50px;
	vertical-align: middle;
    }

/* =================================
 *
        FOOTER
 */

#footer{
    padding-left: 0;
    padding-right: 0;
}
    #footer h5{
	margin-bottom: 30px;
    }
    #footer .footer-social-icon{
	margin-right: 20px;
    }

    #footer p, #footer td:last-child{
	opacity: 0.5;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
    }
    #footer .bullets{
	text-indent: -4em;
    }
 
.copyright{
    border-top: 1px solid #444;
    clear: both;
}
.copyright section{
    padding: 0;
}
.copyright div{
    display: block;
    color: #999;
    font-size: 12px;
    font-weight: 300;
    
}
    .copyright div a{
	font-size: 12px;
	color: rgba(255,255,255,0.5);
	letter-spacing: 1.5px;    line-height: 22px;
    }

	.form .button-effects a,
	.form .button-effects button{
	    width: 100%;
	}
    
	@media(max-width: 767px){
	    .footer-form{
		margin-bottom: 100px;
	    }
	    
	    .copyright div{
		text-align: center;
		margin-bottom: 10px
	    }
	    
	}
    
    .footer-form .form-group{
	padding-left: 0;
	padding-right: 0;
    }

.footer header{
    border-top: #eee 1px solid;
    border-bottom: #eee 1px solid
}
.footer article{
    margin-top: 50px;
    padding: 30px;
}
.footer a.more-link{
    font-size: 10px;
}
    .footer a:hover,
    .footer i:hover{
	color: #999;
    }
.footer-social{
    z-index: -1;
    background: linear-gradient(
      rgba(0,0,0, 0.3), 
      rgba(0,0,0, 0.3)
    ),url(../images/slider-alt-2.jpg) fixed 50% no-repeat;
    background-size: cover;
    padding-left: 0;
    padding-right: 0;
}

    .footer-social a{
	display: inline-block;
	margin: 0 auto;
	margin-top: 30px;
    }

    .footer-social span:first-child{
	font-size: 40px;
	position: absolute;
	color: #eee;
	margin-top: -20px;
	z-index: 1;
    }
	.footer-social a:hover span:first-child{
	    font-size: 70px;
	}
    .footer-social span:last-child{
	position: relative;
	z-index: 10;
    }
	.footer-social a:hover span:first-child,
	.footer-social span.colored{
	    color: #4846B4;
	    opacity: 0.7;
	}

.footer-social .color-bg{
    opacity: 0.8;
}
.footer-social .dark-bg{
    opacity: 0.7;
}

.footer-social .link-circle{
    background: #4846B4;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 85px 20px;
    opacity: 0.9;
    width: 200px;
    height: 200px;
    color: #fff;
    font-size: 20px;
    margin-top: 100px;
    margin-bottom: 100px;
    font-family: 'Abel';
    font-weight: 700;
 
}
    .footer-social .link-circle:hover{
	opacity: 1;
    }

@media(max-width: 600px){
    .footer-social a{
	display: block;
	margin-bottom: 50px;
    }
}
  

/*
 * ============================================
 *              P L U G I N S
 * ============================================
 */


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

/* POINT OF INTEREST */

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

.item-container:after {
  content: "";
  display: table;
  clear: both;
}

.item-img-replace {
  /* replace text with background images */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

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

Main components 

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

.item-product {
  text-align: center;
}

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

.item-product-wrapper {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
    .item-product-wrapper ul{
	margin-bottom: -5px;
	list-style: none;
    }
.item-product-wrapper > img {
  display: block;
}

.item-single-point {
  position: absolute;
  border-radius: 50%;
}
.item-single-point > a {
  position: relative;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: inherit;
  background: #4846B4;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.item-single-point > a::after, .item-single-point > a:before {
  /* rotating plus icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  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-color: #ffffff;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.item-single-point > a::after {
  height: 2px;
  width: 12px;
}
.item-single-point > a::before {
  height: 12px;
  width: 2px;
}
.item-single-point::after {
  /* this is used to create the pulse animation */
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background-color: transparent;
  -webkit-animation: item-pulse 2s infinite;
  -moz-animation: item-pulse 2s infinite;
  animation: item-pulse 2s infinite;
}
/* first picture - product preview */
.item01:nth-of-type(1) {
  bottom: 60%;
  right: 40%;
}
.item01:nth-of-type(2) {
  bottom: 30%;
  left: 15%;
}

/* team preview */
.team01:nth-of-type(1) {
  bottom: 65%;
  left: 8%;
}
.team01:nth-of-type(2) {
  bottom: 60%;
  left: 25%;
}
.team01:nth-of-type(3) {
  bottom: 70%;
  left: 37%;
}
.team01:nth-of-type(4) {
  bottom: 60%;
  left: 55%;
}
.team01:nth-of-type(5) {
  bottom: 70%;
  left: 70%;
}
.team01:nth-of-type(6) {
  bottom: 65%;
  left: 90%;
}

	@media(max-width: 767px){
	    /* team preview */
	    .team01:nth-of-type(1) {
	      bottom: 50%;
	      left: 8%;
	    }
	    .team01:nth-of-type(2) {
	      bottom: 45%;
	      left: 25%;
	    }
	    .team01:nth-of-type(3) {
	      bottom: 55%;
	      left: 37%;
	    }
	    .team01:nth-of-type(4) {
	      bottom: 45%;
	      left: 55%;
	    }
	    .team01:nth-of-type(5) {
	      bottom: 55%;
	      left: 70%;
	    }
	    .team01:nth-of-type(6) {
	      bottom: 50%;
	      left: 90%;
	    }
	}
	
	@media(max-width: 480px){
	    /* team preview */
	    .team01:nth-of-type(1) {
	      bottom: 10%;
	      left: 8%;
	    }
	    .team01:nth-of-type(2) {
	      bottom: 15%;
	      left: 25%;
	    }
	    .team01:nth-of-type(3) {
	      bottom: 10%;
	      left: 37%;
	    }
	    .team01:nth-of-type(4) {
	      bottom: 20%;
	      left: 55%;
	    }
	    .team01:nth-of-type(5) {
	      bottom: 15%;
	      left: 70%;
	    }
	    .team01:nth-of-type(6) {
	      bottom: 10%;
	      left: 90%;
	    }
	}

#team-point-of-interest,
#team-point-of-interest .item-product{
    padding-left: 0;
    padding-right: 0;
}

.item-single-point.is-open > a {
  background-color: #000;
}
.item-single-point.is-open > a::after, .item-single-point.is-open > a::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}
.item-single-point.is-open::after {
  /* remove pulse effect */
  display: none;
}
.item-single-point.is-open .item-more-info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}

.item-more-info .position{
    color: #000;
}
.item-single-point.visited > a {
  background-color: #333;
}
.item-single-point.visited::after {
  /* pulse effect no more active on visited elements */
  display: none;
}
@media only screen and (min-width: 600px) {
  .item-single-point.is-open .item-more-info.item-left {
    right: 140%;
  }
  .item-single-point.is-open .item-more-info.item-right {
    left: 140%;
  }
  .item-single-point.is-open .item-more-info.item-top {
    bottom: 140%;
  }
  .item-single-point.is-open .item-more-info.item-bottom {
    top: 140%;
  }
}

@-webkit-keyframes item-pulse {
  0% {
    -webkit-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(255,255,255, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(255,255,255, 0.8);
  }
  100% {
    -webkit-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(255,255,255, 0);
  }
}
@-moz-keyframes item-pulse {
  0% {
    -moz-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(255,255,255, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(255,255,255, 0.8);
  }
  100% {
    -moz-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(255,255,255, 0);
  }
}
@keyframes item-pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(255,255,255, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(255,255,255, 0.8);
  }
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(255,255,255, 0);
  }
}
.item-single-point .item-more-info {
  position: fixed;
  top: 85px;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2em 1em 1em;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}
.item-single-point .item-more-info::before {
  /* triangle next to the interest point description - hidden on mobile */
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  display: none;
  border: 8px solid transparent;
}
.item-single-point .item-more-info h6 {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #000;
    display: inline-block;
}
.item-single-point .item-more-info p,
.item-single-point .item-more-info ul li{
  color: #000;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 300;
  line-height: 20px;
}
@media only screen and (min-width: 600px) {
  .item-single-point .item-more-info {
    position: absolute;
    width: 220px;
    height: 240px;
    padding: 1em;
    overflow-y: visible;
    line-height: 1.4;
    border-radius: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
  .item-single-point .item-more-info::before {
    display: block;
  }
  .item-single-point .item-more-info.item-left, .item-single-point .item-more-info.item-right {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .item-single-point .item-more-info.item-left::before, .item-single-point .item-more-info.item-right::before {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .item-single-point .item-more-info.item-left {
    right: 160%;
    left: auto;
  }
  .item-single-point .item-more-info.item-left::before {
    border-left-color: rgba(255, 255, 255, 0.95);
    left: 100%;
  }
  .item-single-point .item-more-info.item-right {
    left: 160%;
  }
  .item-single-point .item-more-info.item-right::before {
    border-right-color: rgba(255, 255, 255, 0.95);
    right: 100%;
  }
  .item-single-point .item-more-info.item-top, .item-single-point .item-more-info.item-bottom {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .item-single-point .item-more-info.item-top::before, .item-single-point .item-more-info.item-bottom::before {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .item-single-point .item-more-info.item-top {
    bottom: 160%;
    top: auto;
  }
  .item-single-point .item-more-info.item-top::before {
    border-top-color: rgba(255, 255, 255, 0.95);
    top: 100%;
  }
  .item-single-point .item-more-info.item-bottom {
    top: 160%;
  }
  .item-single-point .item-more-info.item-bottom::before {
    border-bottom-color: rgba(255, 255, 255, 0.95);
    bottom: 100%;
  }
  .item-single-point .item-more-info h2 {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #000;
    display: inline-block;
  }
  .item-single-point .item-more-info p {
    font-size: 12px;
  }
}

/* close the interest point description - only on mobile */
.item-close-info {
  position: fixed;
  top: 0;
  right: 0;
  height: 44px;
  width: 44px;
}
.item-close-info::after, .item-close-info:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  background-color: #475f74;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.item-close-info::after {
  height: 2px;
  width: 16px;
}
.item-close-info::before {
  height: 16px;
  width: 2px;
}
@media only screen and (min-width: 600px) {
  .item-close-info {
    display: none;
  }
}


       
/* =================================
 *
        SUPER SLIDES
 */
    
#slides {
  position: relative;
}

#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-alt .slides-pagination a.current:first-child:after{
    content: "1";
}
.slides-alt .slides-pagination a.current:nth-child(2):after{
    content: "2";
}
.slides-alt .slides-pagination a.current:nth-child(3):after{
    content: "3";
}
.slides-alt .slides-pagination a.current:nth-child(4):after{
    content: "4";
}
.slides-alt .slides-pagination a.current:nth-child(5):after{
    content: "5";
}

    .slides-alt.no-slide-number .slides-pagination a{
	display: none;
    }

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  width: 100%;
}

.slides-navigation a{
    position: absolute;
    display: block;
    padding: 20px;
    color: #fff;
    background: #4846B4;
    opacity: 0.5;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

    .slides-navigation a:hover{
        background: rgba(255,255,255, 0.7);
	color: #000;
	opacity: 1;
	padding: 20px 40px;
    }
    
    .slides-navigation a.next {
        right: 0;
        top: -450px;
    }
    .slides-navigation a.prev {
        right: 0;
        top: -392px;
    }
    
    @media(min-width: 1400px){
	    .slides-navigation a.next {
		right: 0;
		top: -550px;
	    }
	    .slides-navigation a.prev {
		right: 0;
		top: -492px;
	    }
    }


.slides-alt .slides-pagination{
    position: absolute;
    z-index: 3;
    left: 45%;
    bottom: 3%;
    width: 110px;
}

    @media(min-width: 1400px){
	.slides-alt .slides-pagination{
	    left: 47%;
	}
	
    }
.slides-alt .slides-pagination a {
    border-bottom: 3px solid rgba(255,255,255, 0.7);
    border-radius: 0;
    -webkit-radius: 0;
    width: 110px;
    height: 10px;
    display: -moz-inline-stack;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    margin: 2px;
    *display: inline;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    color: transparent;
    display: inline;
}

.slides-alt .slides-pagination a:hover:after,
.slides-alt .slides-pagination a.current:after{
    display: inline;
    text-align: center;
    color: #000;
    opacity: 0.2;
    font-family: 'Abel';
    font-size: 90px;
    font-weight: 400;
}


.slides-alt .slides-pagination a.current,
.slides-alt .slides-pagination a:hover{
    border: none;
    border-bottom: 3px solid rgba(255,255,255, 0.7);
}

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

    @media(max-width: 991px){
    	.slides-alt .slides-pagination{
	    left: 42.5%;
	}
    }

    @media(max-width: 767px){
	.slides-alt .slides-pagination{
	    display: none;
	}
     }

.content-layer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 17%;
    /*border: 1px solid rgba(255,255,255,0.1);*/
}

    .content-layer:after{
	content: "";
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
    }

	.content-layer.layer-light:after{
	    opacity: 0.3;
	    background: url(../images/black_twill.png) center repeat;
	}
	.content-layer.layer-dark:after{
	    opacity: 0.7;
	    background: url(../images/subtle_carbon.png) center repeat;
	}
	    
        .content-layer h2{
            font-size: 70px;
            color: #fff;
	    
	    
        }
            .content-layer h2 span{
                display: block;
                font-weight: 300;
		font-size: 40px;
		margin-bottom: 10px;
		letter-spacing: 3px;
		text-transform: uppercase;
		color: rgba(255,255,255, 0.5);
            }

    .content-layer p{
        color: rgba(255,255,255, 0.7);
        margin-top: 20px;
    }
    .content-layer .custom-btn{
        margin-top: 30px;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
    }

       
        @media(min-width: 768px) and (max-width: 991px){
            .content-layer{
                padding-top: 22%;
            }
        }
    
        @media(max-width: 767px) and (orientation: landscape){
	    .content-layer{
		padding-top: 15%;
	    }
	    .content-layer h2{
		font-size: 60px;
	    }
	    .content-layer h2 span{
		font-size: 30px;
	    }
	    .content-layer .custom-btn{
		display: none;
	    }
	}

	@media(max-width: 767px) and (orientation: portrait){
	    .content-layer{
		padding-top: 30%;
	    }
	    .content-layer h2{
		font-size: 60px;
	    }
	    .content-layer h2 span{
		font-size: 30px;
	    }
	}


    @media(max-width: 480px){
        .content-layer{
            padding-top: 45%;
        }
	.content-layer h2{
            font-size: 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: 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;
}

.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;
  padding-left: 7px;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  margin-bottom: 0;
}
.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.png") 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.8;
  display: none;
}

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

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

.lightbox a img {
  border: none;
}

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

}

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

.lb-container {
  padding: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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




/* text animation */

.cd-intro p{
    margin-top: -10px;
}
.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
  }
  .cd-headline span{
    letter-spacing: 10px;
    }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 5rem;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}


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

xloading-bar 

-------------------------------- */
.cd-headline.loading-bar span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 0;
  background: #fff;
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}
.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s;
}
.cd-headline.loading-bar b {
  top: .2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}


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

xzoom 

-------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.zoom b {
  opacity: 0;
}
.cd-headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}
.cd-headline.zoom b.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}
@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}
@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}


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

xclip 

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}
.cd-headline.clip b {
  opacity: 0;
  letter-spacing: 10px;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}



/* FONT AWESOME START */


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


/* FONT AWESOME END */


