/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face{font-family:"Ionicons";src:url("../fonts/ionicons.eot?v=1.4.1");src:url("../fonts/ionicons.eot?v=1.4.1#iefix") format("embedded-opentype"),url("../fonts/ionicons.ttf?v=1.4.1") format("truetype"),url("../fonts/ionicons.woff?v=1.4.1") format("woff"),url("..../fonts/ionicons.svg?v=1.4.1#Ionicons") format("svg");font-weight:normal;font-style:normal}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
    width: 100%; 
    display: block;
}


.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { 
	margin: 0 0 60px; 
	background: transparent; 
	border: none; 
	position: relative; 
	
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px; 
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	-o-box-shadow: none; 
	box-shadow: none; 
	zoom: 1; 
}


.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 23px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family:"Ionicons"; font-size: 30px; display: inline-block; content: '\f107'; }
.flex-direction-nav a.flex-next:before  { content: '\f10a'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family:"Ionicons"; font-size: 20px; display: inline-block; content: '\f210'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f215'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}

.flex-control-paging li a {
    width: 7px; 
    height: 7px; 
    display: block; 
    background: transparent; 
    border: 1px solid #999;
    cursor: pointer; 
    text-indent: -9999px; 
    
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px;
    -o-border-radius: 20px; 
    border-radius: 20px; 
    -webkit-box-shadow: none; 
    -moz-box-shadow: none; 
    -o-box-shadow: none; 
    box-shadow: none; 
}

.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
/**
 * cubeportfolio v1.4 - http://scriptpie.com
 *
 * Copyright - 2014 Mihai Buricea (http://www.scriptpie.com)
 * All rights reserved.
 *
 * You may not modify and/or redistribute this file
 * save cases where Extended License has been purchased
 *

/*  ---------------------------------------------------------------
    general style
    --------------------------------------------------------------- */

/* apply a natural box layout model to all elements  - http://www.paulirish.com/2012/box-sizing-border-box-ftw/*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
 }

*:focus {
    outline: 0;
}

::-moz-focus-inner { padding:0; border:0 }  /* ! removes focus line */

html, body {
    width: 100%;
    min-height: 100%;
}

/*  END - general style */


/* style for Cube Portfolio wrapper*/
.wrapper {
    width: 96%;
    max-width: 1170px;
    margin: 0 auto;
}

 */


/*  ---------------------------------------------------------------
    Default style for plugin. Please change them carefully!
    --------------------------------------------------------------- */
.cbp,
.cbp-wrapper,
.cbp-item {
    filter: inherit; /* ie8 bug on fadeOut*/
}

.cbp {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    height: 400px;
    visibility: visible !important;
}

.cbp-wrapper,
.cbp .cbp-item {
    position: absolute;
    top: 0;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.cbp .cbp-item {
    z-index: 2;
    display: block;
    width: 300px; /* default width for blocks */
    height: 200px; /* default height for blocks */
}

.cbp-item-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cbp img {
    display: block;
}

.cbp-loading,
.cbp-loading *,
.cbp-no-transition .cbp-item {
    -webkit-transition: none !important;
            transition: none !important;
}

.cbp-appendItems-loading {
    /*overflow: visible;*/
    -webkit-transition: height .4s ease !important;
            transition: height .4s ease !important;
}

.cbp-appendItems-loading .cbp-wrapper {
    -webkit-transition: none !important;
            transition: none !important;
}

.cbp-loading {
	background-attachment: scroll;
	background-color: transparent;
	background-position: center center transparent;
	background-repeat: no-repeat;
	background-image: url("../img/cbp-loading-popup.gif");
}

.cbp .cbp-item-hidden {
    pointer-events: none;
    z-index: 1;
}

.cbp-wrapper {
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cbp-ready .cbp-wrapper {
    visibility: visible;
}

.cbp-wrapper-front {
    z-index: 3;
}

.cbp-wrapper-back {
    z-index: -1;
}

/* general caption style */
.cbp-caption,
.cbp-caption-defaultWrap,
.cbp-caption-activeWrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    text-decoration: none;
}

.cbp-caption-defaultWrap,
.cbp-caption-activeWrap {
    position: absolute;
    z-index: 1;
}

.cbp-caption-activeWrap {
    z-index: 2;
}
/*  END - Default style for plugin. Please change them carefully! */



/*  ---------------------------------------------------------------
    caption miscellaneous style
    --------------------------------------------------------------- */
.cbp-l-caption-title {
    /* @editable properties */
    color: #fff;
    font: 700 16px/18px sans-serif;
    margin-bottom: 5px;
}

.cbp-l-caption-desc {
    /* @editable properties */
    color: #777;
    font: 400 12px/16px sans-serif;
}

.cbp-l-caption-text {
    /* @editable properties */
    font: 400 14px "Open Sans", sans-serif;
    color: #fff;
    letter-spacing: 3px;
}

.cbp-l-caption-buttonLeft,
.cbp-l-caption-buttonRight {
    /* @editable properties */
    background-color: #3288C4;
    color: #FFFFFF;
    display: inline-block;
    font: 12px/28px sans-serif;
    text-decoration: none;
    width: 90px;
    text-align: center;
    margin: 4px;
}

.cbp-l-caption-buttonLeft:hover,
.cbp-l-caption-buttonRight:hover {
    /* @editable properties */
    background-color: #2578B3;
    text-decoration: none;
    color: #fff;
}
/*  END - caption miscellaneous style */



/*  ---------------------------------------------------------------
    caption layout align left
    --------------------------------------------------------------- */
.cbp-caption-pushTop .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-pushDown .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-revealBottom .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-revealTop .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-overlayBottom .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-overlayRightAlong .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-fadeIn .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-zoom .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-minimal .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-moveRight .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-revealLeft .cbp-l-caption-alignLeft .cbp-l-caption-body {
    /* @editable properties */
    margin: 30px 30px 0;
}

.cbp-caption-overlayBottomPush .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-overlayBottom .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-overlayBottomReveal .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-overlayBottomAlong .cbp-l-caption-alignLeft .cbp-l-caption-body {
    /* @editable properties */
    margin: 17px 30px 0;
}


/* ---------- minimal style caption >>> */
.cbp-caption-minimal .cbp-l-caption-title,
.cbp-caption-minimal .cbp-l-caption-desc {
    /* @editable properties */
    position: relative;
    left: 0;
    opacity: 0;

    -webkit-transition: -webkit-transform .5s ease;
            transition:         transform .5s ease;
}

.cbp-caption-minimal .cbp-l-caption-title {
    /* @editable properties */
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
}

.cbp-caption-minimal .cbp-l-caption-desc {
    /* @editable properties */
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
}

.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-title,
.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-desc {
    /* @editable properties */
    opacity: 1;

    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
}
/* <<< minimal style caption */
/*  END - caption layout align left */



/*  ---------------------------------------------------------------
    caption layout center vertically and horizontally
    --------------------------------------------------------------- */
.cbp-l-caption-alignCenter {
    display: table;
    width: 100%;
    height: 100%;
}

.cbp-l-caption-alignCenter .cbp-l-caption-body {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
    position: relative;

    /* @editable properties */
    -webkit-transition: left .4s cubic-bezier(.190, 1.000, .220, 1.000);
            transition: left .4s cubic-bezier(.190, 1.000, .220, 1.000);
}

.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-caption-minimal .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft {
    /* @editable properties */
    left: -20px;
}

.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,
.cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,
.cbp-caption-minimal .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,
.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
    /* @editable properties */
    left: 20px;
}

.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
    /* @editable properties */
    left: 0;
}

/*ie8 & ie9 */
.cbp-ie8 .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-ie8 .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,
.cbp-ie9 .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-ie9 .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
    /* @editable properties */
    left: 0;
}
/*  END - caption layout center vertically and horizontally */


/*  ---------------------------------------------------------------
    none caption
    --------------------------------------------------------------- */
.cbp-caption-none .cbp-caption-activeWrap {
    display: none;
}

/*  END - none caption */

/*  ---------------------------------------------------------------
    pushTop caption
    --------------------------------------------------------------- */
.cbp-caption-pushTop .cbp-caption-defaultWrap,
.cbp-caption-pushTop .cbp-caption-activeWrap {
    bottom: 0;

    /*@editable properties */
    -webkit-transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
            transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
}

.cbp-caption-pushTop .cbp-caption-activeWrap {
    bottom: -100%;

    /* @editable properties */
    background: none repeat scroll 0 0 #282727;
}

.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 100%;
}

.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-activeWrap {
    bottom: 0;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-caption-pushTop.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-pushTop.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 0;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-caption-pushTop.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-pushTop.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    bottom: -100%;
}
/*  END - pushTop caption */


/*  ---------------------------------------------------------------
    pushDown caption
    --------------------------------------------------------------- */
.cbp-caption-pushDown .cbp-caption-defaultWrap,
.cbp-caption-pushDown .cbp-caption-activeWrap {
    bottom: 0;

    /*@editable properties */
    -webkit-transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
            transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
}

.cbp-caption-pushDown .cbp-caption-activeWrap {
    bottom: 100%;

    /* @editable properties */
    background: none repeat scroll 0 0 #282727;
}

.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: -100%;
}

.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-activeWrap {
    bottom: 0;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-caption-pushDown.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-pushDown.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 0;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-caption-pushDown.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-pushDown.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    bottom: 100%;
}
/*  END - pushDown caption */



/*  ---------------------------------------------------------------
    revealBottom caption
    --------------------------------------------------------------- */
.cbp-caption-revealBottom .cbp-caption-defaultWrap {
    bottom: 0;
    z-index: 2;

    /*@editable properties */
    -webkit-transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
            transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
}

.cbp-caption-revealBottom .cbp-caption-activeWrap {
    bottom: 0;
    z-index: 1;

    /* @editable properties */
    background: none repeat scroll 0 0 #282727;
}

.cbp-caption-revealBottom .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 100%;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-caption-revealBottom.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-revealBottom.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 0;
}
/*  END - revealBottom caption */



/*  ---------------------------------------------------------------
    revealTop caption
    --------------------------------------------------------------- */
.cbp-caption-revealTop .cbp-caption-defaultWrap {
    bottom: 0;
    z-index: 2;

    /*@editable properties */
    -webkit-transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
            transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
}

.cbp-caption-revealTop .cbp-caption-activeWrap {
    bottom: 0;
    z-index: 1;

    /* @editable properties */
    background: none repeat scroll 0 0 #282727;
}

.cbp-caption-revealTop .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: -100%;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-caption-revealTop.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-revealTop.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 0;
}
/*  END - revealTop caption */



/*  ---------------------------------------------------------------
    overlayBottomReveal caption
    --------------------------------------------------------------- */
.cbp-caption-overlayBottomReveal .cbp-caption-defaultWrap {
    bottom: 0;
    z-index: 2;

    /*@editable properties */
    -webkit-transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
            transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
}

.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
    bottom: 0;
    z-index: 1;

    /* @editable properties */
    height: 70px;
    background: none repeat scroll 0 0 #282727;
}

.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
    /* @editable properties */
    bottom: 70px;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-caption-overlayBottomReveal.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-overlayBottomReveal.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 0;
}
/*  END - overlayBottomReveal caption */



/*  ---------------------------------------------------------------
    overlayBottomPush caption
    --------------------------------------------------------------- */
.cbp-caption-overlayBottomPush .cbp-caption-defaultWrap,
.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
    bottom: 0;

    /*@editable properties */
    -webkit-transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
            transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
}

.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
    /* @editable properties */
    bottom: -70px;
    height: 70px;
    background: none repeat scroll 0 0 #282727;
}

.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap {
    /* @editable properties */
    bottom: 70px;
}

.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-activeWrap {
    bottom: 0;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-caption-overlayBottomPush.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-overlayBottomPush.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 0;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-caption-overlayBottomPush.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-overlayBottomPush.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    /* @editable properties */
    bottom: -70px;
}
/*  END - overlayBottomPush caption */



/*  ---------------------------------------------------------------
    overlayBottom caption
    --------------------------------------------------------------- */
.cbp-caption-overlayBottom .cbp-caption-activeWrap {
    /*@editable properties */
    bottom: -70px;
    height: 70px;
    background-color: rgb(24, 22, 22);
    background-color: rgba(24, 22, 22, .7);
    -webkit-transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
            transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
}

.cbp-caption-overlayBottom .cbp-caption:hover .cbp-caption-activeWrap {
    bottom: 0;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-caption-overlayBottom.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    /*@editable properties */
    bottom: -70px;
}
/*  END - overlayBottom caption */



/*  ---------------------------------------------------------------
    moveRight caption
    --------------------------------------------------------------- */
.cbp-caption-moveRight .cbp-caption-activeWrap {
    left: -100%;
    top: 0;

    /*@editable properties */
    background: none repeat scroll 0 0 #282727;

    -webkit-transition: left .6s cubic-bezier(.190, 1.000, .220, 1.000);
            transition: left .6s cubic-bezier(.190, 1.000, .220, 1.000);
}

.cbp-caption-moveRight .cbp-caption:hover .cbp-caption-activeWrap {
    left: 0;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-caption-moveRight.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-moveRight.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    left: -100%;
}
/*  END - moveRight caption */



/*  ---------------------------------------------------------------
    revealLeft caption
    --------------------------------------------------------------- */
.cbp-caption-revealLeft .cbp-caption-activeWrap {
    left: 100%;
    top: 0;

    /*@editable properties */
    background: none repeat scroll 0 0 #282727;

    -webkit-transition: left .6s cubic-bezier(.190, 1.000, .220, 1.000);
            transition: left .6s cubic-bezier(.190, 1.000, .220, 1.000);
}

.cbp-caption-revealLeft .cbp-caption:hover .cbp-caption-activeWrap {
    left: 0;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-caption-revealLeft.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-revealLeft.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    left: 100%;
}
/*  END - revealLeft caption */



/*  ---------------------------------------------------------------
    minimal caption
    --------------------------------------------------------------- */
.cbp-caption-minimal .cbp-caption-activeWrap {
    /* @editable properties */
    background-color: rgba(0, 0, 0, .8);
    opacity: 0;
}

.cbp-caption-minimal .cbp-caption:hover .cbp-caption-activeWrap {
    /* @editable properties */
    opacity: 1;
}

.cbp-caption-minimal.cbp-ie8 .cbp-caption-activeWrap {
    /* @editable properties */
    background-color: rgb(0, 0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.cbp-caption-minimal.cbp-ie8 .cbp-caption:hover  .cbp-caption-activeWrap {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
/*  END - minimal caption */



/*  ---------------------------------------------------------------
    fade caption
    --------------------------------------------------------------- */
.cbp-caption-fadeIn .cbp-caption-activeWrap {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

    /* @editable properties */
    background-color: rgba(0, 0, 0, .85);
    -webkit-transition: opacity .6s cubic-bezier(.190, 1.000, .220, 1.000);
            transition: opacity .6s cubic-bezier(.190, 1.000, .220, 1.000);
}

.cbp-caption-fadeIn.cbp-ie8 .cbp-caption-activeWrap {
    /*@editable properties */
    background-color: rgb(0, 0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.cbp-caption-fadeIn .cbp-caption:hover .cbp-caption-activeWrap {
    /* @editable properties */
    opacity: 1;
}

.cbp-caption-fadeIn.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    /* @editable properties */
    opacity: 0;
}
/*  END - fade caption */



/*  ---------------------------------------------------------------
    overlayRightAlong caption
    --------------------------------------------------------------- */
.cbp-caption-overlayRightAlong .cbp-caption-defaultWrap,
.cbp-caption-overlayRightAlong .cbp-caption-activeWrap {
    left: 0;

    /*@editable properties */
    -webkit-transition: left .6s cubic-bezier(.190, 1.000, .220, 1.000);
            transition: left .6s cubic-bezier(.190, 1.000, .220, 1.000);
}

.cbp-caption-overlayRightAlong .cbp-caption-activeWrap {
    /* @editable properties */
    left: -50%;
    width: 50%;
    background: none repeat scroll 0 0 #282727;
}

.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-defaultWrap {
    /* @editable properties */
    left: 25%;
}

.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-activeWrap {
    left: 0;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-caption-overlayRightAlong.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-overlayRightAlong.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap {
    left: 0;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-caption-overlayRightAlong.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-overlayRightAlong.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    /* @editable properties */
    left: -50%;
}
/*  END - overlayRightAlong caption */



/*  ---------------------------------------------------------------
    overlayBottomAlong caption
    --------------------------------------------------------------- */
.cbp-caption-overlayBottomAlong .cbp-caption-defaultWrap,
.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
    bottom: 0;

    /*@editable properties */
    -webkit-transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
            transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
}

.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
    bottom: -70px;
    height: 70px;

    /* @editable properties */
    background: none repeat scroll 0 0 #282727;
}

.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 35px;
}

.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-activeWrap {
    bottom: 0;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-caption-overlayBottomAlong.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-overlayBottomAlong.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 0;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-caption-overlayBottomAlong.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-overlayBottomAlong.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    bottom: -70px;
}
/*  END - overlayBottomAlong caption */



/*  ---------------------------------------------------------------
    zoom caption
    --------------------------------------------------------------- */
.cbp-caption-zoom .cbp-caption-defaultWrap {
    width: 100%;
    height: 100%;
    overflow: hidden;

    /* @editable properties */
    -webkit-transition: -webkit-transform .6s cubic-bezier(.190, 1.000, .220, 1.000);
            transition:         transform .6s cubic-bezier(.190, 1.000, .220, 1.000);
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
    /* @editable properties */
    -webkit-transform: scale(1.25);
       -moz-transform: scale(1.25);
         -o-transform: scale(1.25);
            transform: scale(1.25);
}

.cbp-caption-zoom .cbp-caption-activeWrap {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

    /* @editable properties */
    background-color: rgba(0, 0, 0, .9);
    -webkit-transition: opacity .8s cubic-bezier(.190, 1.000, .220, 1.000);
            transition: opacity .8s cubic-bezier(.190, 1.000, .220, 1.000);
}

.cbp-caption-zoom.cbp-ie8 .cbp-caption-activeWrap {
    /* @editable properties */
    background-color: rgb(0, 0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
    /* @editable properties */
    opacity: 1;
}

.cbp-caption-zoom.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    /* @editable properties */
    opacity: 0;
}
/*  END - zoom caption */



/*  ---------------------------------------------------------------
    Animation options for `fadeOut` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-fadeOut {
    /* @editable properties */
    -webkit-transition: height .6s ease-in-out;
            transition: height .6s ease-in-out;
}

.cbp-animation-fadeOut .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out .2s, opacity .6s ease-in-out .2s;
            transition:         transform .6s ease-in-out .2s, opacity .6s ease-in-out .2s;
}

/* items that will be hidden */
.cbp-animation-fadeOut .cbp-item-hidden {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out 0s, opacity .4s ease-in-out 0s;
            transition:         transform .6s ease-in-out 0s, opacity .4s ease-in-out 0s;
}
/*  END - Animation options for `fadeOut` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `quicksand` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-quicksand {
    /* @editable properties */
    -webkit-transition: height .6s ease-in-out;
            transition: height .6s ease-in-out;
}

.cbp-animation-quicksand .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out .2s, opacity .6s ease-in-out .2s;
            transition:         transform .6s ease-in-out .2s, opacity .6s ease-in-out .2s;
}

/* items that will be hidden */
.cbp-animation-quicksand .cbp-item-hidden {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out 0s, opacity .4s ease-in-out 0s;
            transition:         transform .6s ease-in-out 0s, opacity .4s ease-in-out 0s;
}
/*  END - Animation options for `quicksand` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `skew` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-skew {
    /* @editable properties */
    -webkit-transition: height .3s ease-in-out;
            transition: height .3s ease-in-out;
}

.cbp-animation-skew .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .3s ease-in, opacity .3s ease-in;
            transition:         transform .3s ease-in, opacity .3s ease-in;
}

/* items that will be hidden */
.cbp-animation-skew .cbp-item-hidden {
    /* @editable properties */
    -webkit-transition: -webkit-transform .3s ease-in 0s, opacity .3s ease-in 0s;
            transition:         transform .3s ease-in 0s, opacity .3s ease-in 0s;
}
/*  END - Animation options for `skew` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `boxShadow` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-boxShadow {
    /* @editable properties */
    -webkit-transition: height .6s ease-in-out;
            transition: height .6s ease-in-out;
}

.cbp-animation-boxShadow .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out, opacity .6s ease-in-out;
            transition:         transform .6s ease-in-out, opacity .6s ease-in-out;
}

.cbp-animation-boxShadow .cbp-item .cbp-animation-boxShadowMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

    /* @editable properties */
    -webkit-transition:box-shadow .6s ease-in-out;
            transition:box-shadow .6s ease-in-out;
}

.cbp-animation-boxShadow .cbp-item .cbp-animation-boxShadowMask.cbp-animation-boxShadowShow {
    z-index: 10;
}

.cbp-animation-boxShadow .cbp-item .cbp-animation-boxShadowMask.cbp-animation-boxShadowActive {
    /* @editable properties */
    box-shadow: 0 0 100px 100px #fff inset;
}

.cbp-animation-boxShadow .cbp-item .cbp-animation-boxShadowMask.cbp-animation-boxShadowInactive {
    /* @editable properties */
    box-shadow: 0 0 0 0 #fff inset;
}
/*  END - Animation options for `boxShadow` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `bounceLeft` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-bounceLeft {
    /* @editable properties */
    -webkit-transition: height .8s ease-in-out;
            transition: height .8s ease-in-out;
}

.cbp-animation-bounceLeft .cbp-wrapper {
    /* @editable properties */
    -webkit-transition: opacity .8s ease-in-out, left .8s ease-in-out;
            transition: opacity .8s ease-in-out, left .8s ease-in-out;
}

.cbp-animation-bounceLeft .cbp-item {
    /* mozilla <=25 bug*/
    overflow: visible;

    /* @editable properties */
    -webkit-transition: -webkit-transform .8s ease-in-out;
            transition:         transform .8s ease-in-out;
}

.cbp-animation-bounceLeft .cbp-item-hidden {
    display: none;
}

.cbp-animation-bounceLeft .cbp-item-wrapper {
    /* mozilla <=25 bug*/
    overflow: hidden;
}
/*  END - Animation options for `bounceLeft` filter. Change them carefully */


/*  ---------------------------------------------------------------
    Animation options for `bounceTop` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-bounceTop {
    /* @editable properties */
    -webkit-transition: height .6s ease-in-out;
            transition: height .6s ease-in-out;
}

.cbp-animation-bounceTop .cbp-wrapper {
    /* @editable properties */
    -webkit-transition: opacity .6s ease-in-out, top .6s ease-in-out;
            transition: opacity .6s ease-in-out, top .6s ease-in-out;
}

.cbp-animation-bounceTop .cbp-item {
    /* mozilla <=25 bug*/
    overflow: visible;

    /* @editable properties */
    -webkit-transition: -webkit-transform .8s ease-in-out;
            transition:         transform .8s ease-in-out;
}

.cbp-animation-bounceTop .cbp-item-hidden {
    display: none;
}

.cbp-animation-bounceTop .cbp-item-wrapper {
    /* mozilla <=25 bug*/
    overflow: hidden;
}
/*  END - Animation options for `bounceTop` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `bounceBottom` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-bounceBottom {
    /* @editable properties */
    -webkit-transition: height .6s ease-in-out;
            transition: height .6s ease-in-out;
}

.cbp-animation-bounceBottom .cbp-wrapper {
    /* @editable properties */
    -webkit-transition: opacity .6s ease-in-out, top .6s ease-in-out;
            transition: opacity .6s ease-in-out, top .6s ease-in-out;
}

.cbp-animation-bounceBottom .cbp-item {
    /* mozilla <=25 bug*/
    overflow: visible;

    /* @editable properties */
    -webkit-transition: -webkit-transform .8s ease-in-out;
            transition:         transform .8s ease-in-out;
}

.cbp-animation-bounceBottom .cbp-item-hidden {
    display: none;
}

.cbp-animation-bounceBottom .cbp-item-wrapper {
    /* mozilla <=25 bug*/
    overflow: hidden;
}
/*  END - Animation options for `bounceBottom` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `moveLeft` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-moveLeft {
    /* @editable properties */
    -webkit-transition: height .6s ease-in-out;
            transition: height .6s ease-in-out;
}

.cbp-animation-moveLeft .cbp-wrapper {
    z-index: 2;

    /* @editable properties */
    -webkit-transition: opacity .6s ease-in-out, left .6s ease-in-out;
            transition: opacity .6s ease-in-out, left .6s ease-in-out;
}

.cbp-animation-moveLeft .cbp-wrapper.no-trans {
    z-index: 1;
    -webkit-transition: none !important;
            transition: none !important;
}

.cbp-animation-moveLeft .cbp-item {
    /* mozilla <=25 bug*/
    overflow: visible;

    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;
}

.cbp-animation-moveLeft .cbp-item-wrapper {
    /* mozilla <=25 bug*/
    overflow: hidden;
}
/*  END - Animation options for `moveLeft` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `slideLeft` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-slideLeft {
    overflow: visible;
}

.cbp-animation-slideLeft .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;
}

.cbp-animation-slideLeft-out {
    -webkit-animation: cbp-animation-slideLeft-out .9s both ease;
    -moz-animation: cbp-animation-slideLeft-out .9s both ease;
    animation: cbp-animation-slideLeft-out .9s both ease;
}

.cbp-animation-slideLeft-in {
    -webkit-animation: cbp-animation-slideLeft-in .9s both ease;
    -moz-animation: cbp-animation-slideLeft-in .9s both ease;
    animation: cbp-animation-slideLeft-in .9s both ease;
}

/* out */
/* @editable properties */
@-webkit-keyframes cbp-animation-slideLeft-out {
    25% { opacity: .75; -webkit-transform: scale(.8); }
    75% { opacity: .75; -webkit-transform: scale(.8) translateX(-200%); }
    100% { opacity: .75; -webkit-transform: scale(.8) translateX(-200%); }
}
@-moz-keyframes cbp-animation-slideLeft-out {
    25% { opacity: .75; -moz-transform: scale(.8); }
    75% { opacity: .75; -moz-transform: scale(.8) translateX(-200%); }
    100% { opacity: .75; -moz-transform: scale(.8) translateX(-200%); }
}
@keyframes cbp-animation-slideLeft-out {
    25% { opacity: .75; transform: scale(.8); }
    75% { opacity: .75; transform: scale(.8) translateX(-200%); }
    100% { opacity: .75; transform: scale(.8) translateX(-200%); }
}

/* in */
/* @editable properties */
@-webkit-keyframes cbp-animation-slideLeft-in {
    0%, 25% { opacity: .75; -webkit-transform: scale(.8) translateX(200%); }
    75% { opacity: .75; -webkit-transform: scale(.8); }
    100% { opacity: 1; -webkit-transform: scale(1) translateX(0); }
}
@-moz-keyframes cbp-animation-slideLeft-in {
    0%, 25% { opacity: .75; -moz-transform: scale(.8) translateX(200%); }
    75% { opacity: .75; -moz-transform: scale(.8); }
    100% { opacity: 1; -moz-transform: scale(1) translateX(0); }
}
@keyframes cbp-animation-slideLeft-in {
    0%, 25% { opacity: .75; transform: scale(.8) translateX(200%); }
    75% { opacity: .75; transform: scale(.8); }
    100% { opacity: 1; transform: scale(1) translateX(0); }
}
/*  END - Animation options for `slideLeft` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `slideDelay` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-slideDelay {
    overflow: visible;
}

.cbp-animation-slideDelay .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;
}

.cbp-animation-slideDelay-out {
    -webkit-animation: cbp-animation-slideDelay-out .5s both ease-in-out;
    -moz-animation: cbp-animation-slideDelay-out .5s both ease-in-out;
    animation: cbp-animation-slideDelay-out .5s both ease-in-out;
}

.cbp-animation-slideDelay-in {
    -webkit-animation: cbp-animation-slideDelay-in .5s both ease-in-out;
    -moz-animation: cbp-animation-slideDelay-in .5s both ease-in-out;
    animation: cbp-animation-slideDelay-in .5s both ease-in-out;
}

.cbp-animation-slideDelay-fadeOut {
    -webkit-animation: cbp-animation-slideDelay-fadeOut .4s both ease;
    -moz-animation: cbp-animation-slideDelay-fadeOut .4s both ease;
    animation: cbp-animation-slideDelay-fadeOut .4s both ease;
}

/* out */
/* @editable properties */
@-webkit-keyframes cbp-animation-slideDelay-out {
    100% { -webkit-transform: translateX(-100%); }
}
@-moz-keyframes cbp-animation-slideDelay-out {
    100% { -moz-transform: translateX(-100%); }
}
@keyframes cbp-animation-slideDelay-out {
    100% { transform: translateX(-100%); }
}

/* in */
/* @editable properties */
@-webkit-keyframes cbp-animation-slideDelay-in {
    0% { -webkit-transform: translateX(100%); }
    100% { -webkit-transform: translateX(0); }
}
@-moz-keyframes cbp-animation-slideDelay-in {
    0% { -moz-transform: translateX(100%); }
    100% { -moz-transform: translateX(0); }
}
@keyframes cbp-animation-slideDelay-in {
    0% { transform: translateX(100%); }
    100% { transform: translateX(0); }
}

/* fade out */
/* @editable properties */
@-webkit-keyframes cbp-animation-slideDelay-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes cbp-animation-slideDelay-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes cbp-animation-slideDelay-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

/*  END - Animation options for `slideDelay` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `3dflip` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-3dflip {
    overflow: visible;
}

.cbp-animation-3dflip .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;



    -webkit-perspective: 1000px;
    perspective: 1000px;

}

.cbp-animation-3dflip-out {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation: rotateOutLeft 0.6s forwards;
    animation: rotateOutLeft 0.6s forwards;
}

.cbp-animation-3dflip-in {
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotateInRight 0.6s ease-in forwards;
    animation: rotateInRight 0.6s ease-in forwards;
}

.cbp-animation-3dflip-fadeOut {
    -webkit-animation: cbp-animation-3dflip-fadeOut .4s both ease;
    -moz-animation: cbp-animation-3dflip-fadeOut .4s both ease;
    animation: cbp-animation-3dflip-fadeOut .4s both ease;
}

/* out */
/* @editable properties */
@-webkit-keyframes rotateOutLeft {
    100% { opacity: 0; -webkit-transform: rotateY(90deg); }
}

@-moz-keyframes rotateOutLeft {
    100% { opacity: 0; -moz-transform: rotateY(90deg); }
}

@keyframes rotateOutLeft {
    100% { opacity: 0; transform: rotateY(90deg); }
}

/* in */
/* @editable properties */
@-webkit-keyframes rotateInRight {
    0% { opacity: 0; -webkit-transform: rotateY(-90deg); }
    100% { visibility: visible; opacity: 1; -webkit-transform: rotateY(0deg); }
}

@-moz-keyframes rotateInRight {
    0% { opacity: 0; -moz-transform: rotateY(-90deg); }
    100% { visibility: visible; opacity: 1; -moz-transform: rotateY(0deg); }
}

@keyframes rotateInRight {
    0% { opacity: 0; transform: rotateY(-90deg); }
    100% { visibility: visible; opacity: 1; transform: rotateY(0deg); }
}

/* fade out */
/* @editable properties */
@-webkit-keyframes cbp-animation-3dflip-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes cbp-animation-3dflip-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes cbp-animation-3dflip-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

/*  END - Animation options for `3dflip` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `rotateSides` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-rotateSides {
    overflow: visible;
}

.cbp-animation-rotateSides .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-perspective: 1000px;
    perspective: 1000px;

}

.cbp-animation-rotateSides-out {
    -webkit-transform-origin: -50% 50%;
    -webkit-animation: rotateSides-out .5s both ease-in;
    -moz-transform-origin: -50% 50%;
    -moz-animation: rotateSides-out .5s both ease-in;
    transform-origin: -50% 50%;
    animation: rotateSides-out .5s both ease-in;
}

.cbp-animation-rotateSides-in {
    -webkit-transform-origin: 150% 50%;
    -webkit-animation: rotateSides-in .6s both ease-out;
    -moz-transform-origin: 150% 50%;
    -moz-animation: rotateSides-in .6s both ease-out;
    transform-origin: 150% 50%;
    animation: rotateSides-in .6s both ease-out;
}

.cbp-animation-rotateSides-fadeOut {
    -webkit-animation: cbp-animation-rotateSides-fadeOut .5s both ease;
    -moz-animation: cbp-animation-rotateSides-fadeOut .5s both ease;
    animation: cbp-animation-rotateSides-fadeOut .5s both ease;
}

/* out */
/* @editable properties */
@-webkit-keyframes rotateSides-out {
    100% { opacity: 0; -webkit-transform: translateZ(-500px) rotateY(90deg); }
}

@-moz-keyframes rotateSides-out {
    100% { opacity: 0; -moz-transform: translateZ(-500px) rotateY(90deg); }
}

@keyframes rotateSides-out {
    100% { opacity: 0; transform: translateZ(-500px) rotateY(90deg); }
}

/* in */
/* @editable properties */
@-webkit-keyframes rotateSides-in {
    0% { opacity: 0; -webkit-transform: translateZ(-500px) rotateY(-90deg); }
    40% { opacity: 0; -webkit-transform: translateZ(-500px) rotateY(-90deg); }
}

@-moz-keyframes rotateSides-in {
    0% { opacity: 0; -moz-transform: translateZ(-500px) rotateY(-90deg); }
    40% { opacity: 0; -moz-transform: translateZ(-500px) rotateY(-90deg); }
}

@keyframes rotateSides-in {
    0% { opacity: 0; transform: translateZ(-500px) rotateY(-90deg); }
    40% { opacity: 0; transform: translateZ(-500px) rotateY(-90deg); }
}

/* fade out */
/* @editable properties */
@-webkit-keyframes cbp-animation-rotateSides-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes cbp-animation-rotateSides-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes cbp-animation-rotateSides-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

/*  END - Animation options for `rotateSides` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `flipOutDelay` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-flipOutDelay {
    overflow: visible;
}

.cbp-animation-flipOutDelay .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-perspective: 1000px;
    perspective: 1000px;

}

.cbp-animation-flipOutDelay-out {
    -webkit-transform-origin: 50% 50%;
    -webkit-animation: flipOutDelay-out .5s both ease-in;
    -moz-transform-origin: 50% 50%;
    -moz-animation: flipOutDelay-out .5s both ease-in;
    transform-origin: 50% 50%;
    animation: flipOutDelay-out .5s both ease-in;
}

.cbp-animation-flipOutDelay-in {
    -webkit-transform-origin: 50% 50%;
    -webkit-animation: flipOutDelay-in 1s both ease-out;
    -moz-transform-origin: 50% 50%;
    -moz-animation: flipOutDelay-in 1s both ease-out;
    transform-origin: 50% 50%;
    animation: flipOutDelay-in 1s both ease-out;
}

/* out */
/* @editable properties */
@-webkit-keyframes flipOutDelay-out {
    100% { -webkit-transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}

@-moz-keyframes flipOutDelay-out {
    100% { -moz-transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}

@keyframes flipOutDelay-out {
    100% { transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}

/* in */
/* @editable properties */
@-webkit-keyframes flipOutDelay-in {
    0% { -webkit-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
    50% { -webkit-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}

@-moz-keyframes flipOutDelay-in {
    0% { -moz-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
    50% { -moz-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}

@keyframes flipOutDelay-in {
    0% { transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
    50% { transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}

/*  END - Animation options for `flipOutDelay` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `unfold` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-unfold {
    overflow: visible;
}

.cbp-animation-unfold .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-perspective: 1000px;
    perspective: 1000px;

}

.cbp-animation-unfold-out {
    -webkit-animation: unfold-out .8s ease both;
    -moz-animation: unfold-out .8s ease both;
    animation: unfold-out .8s ease both;
}

.cbp-animation-unfold-in {
    -webkit-transform-origin: 0% 50%;
    -webkit-animation: unfold-in .8s both ease;
    -moz-transform-origin: 0% 50%;
    -moz-animation: unfold-in .8s both ease;
    transform-origin: 0% 50%;
    animation: unfold-in .8s both ease;
}

.cbp-animation-unfold-fadeOut {
    -webkit-animation: cbp-animation-unfold-fadeOut .5s both ease;
    -moz-animation: cbp-animation-unfold-fadeOut .5s both ease;
    animation: cbp-animation-unfold-fadeOut .5s both ease;
}

/* out */
/* @editable properties */
@-webkit-keyframes unfold-out {
    99% { opacity: 0.3; }
    100% { opacity: 0; -webkit-transform: translateX(-100%); }
}
@-moz-keyframes unfold-out {
    99% { opacity: 0.3; }
    100% { opacity: 0; -moz-transform: translateX(-100%); }
}
@keyframes unfold-out {
    99% { opacity: 0.3; }
    100% { opacity: 0; transform: translateX(-100%); }
}

/* in */
/* @editable properties */
@-webkit-keyframes unfold-in {
    from { opacity: 0; -webkit-transform: translateX(100%) rotateY(90deg); }
}
@-moz-keyframes unfold-in {
    from { opacity: 0; -moz-transform: translateX(100%) rotateY(90deg); }
}
@keyframes unfold-in {
    from { opacity: 0; transform: translateX(100%) rotateY(90deg); }
}

/* fade out */
/* @editable properties */
@-webkit-keyframes cbp-animation-unfold-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes cbp-animation-unfold-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes cbp-animation-unfold-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

/*  END - Animation options for `unfold` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `foldLeft` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-foldLeft {
    overflow: visible;
}

.cbp-animation-foldLeft .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-perspective: 1000px;
    perspective: 1000px;

}

.cbp-animation-foldLeft-out {
    -webkit-transform-origin: 100% 50%;
    -webkit-animation: foldLeft-out .7s both ease;
    -moz-transform-origin: 100% 50%;
    -moz-animation: foldLeft-out .7s both ease;
    transform-origin: 100% 50%;
    animation: foldLeft-out .7s both ease;
}

.cbp-animation-foldLeft-in {
    -webkit-animation: foldLeft-in .7s ease both;
    -moz-animation: foldLeft-in .7s ease both;
    animation: foldLeft-in .7s ease both;
}


.cbp-animation-foldLeft-fadeOut {
    -webkit-animation: cbp-animation-foldLeft-fadeOut .5s both ease;
    -moz-animation: cbp-animation-foldLeft-fadeOut .5s both ease;
    animation: cbp-animation-foldLeft-fadeOut .5s both ease;
}

/* out */
/* @editable properties */
@-webkit-keyframes foldLeft-out {
    to { opacity: 0; -webkit-transform: translateX(-100%) rotateY(-90deg); }
}
@-moz-keyframes foldLeft-out {
    to { opacity: 0; -moz-transform: translateX(-100%) rotateY(-90deg); }
}
@keyframes foldLeft-out {
    to { opacity: 0; transform: translateX(-100%) rotateY(-90deg); }
}

/* in */
/* @editable properties */
@-webkit-keyframes foldLeft-in {
    from { opacity: 0.3; -webkit-transform: translateX(100%); }
}
@-moz-keyframes foldLeft-in {
    from { opacity: 0.3; -moz-transform: translateX(100%); }
}
@keyframes foldLeft-in {
    from { opacity: 0.3; transform: translateX(100%); }
}

/* fade out */
/* @editable properties */
@-webkit-keyframes cbp-animation-foldLeft-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes cbp-animation-foldLeft-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes cbp-animation-foldLeft-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

/*  END - Animation options for `foldLeft` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `scaleDown` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-scaleDown {
    overflow: visible;
}

.cbp-animation-scaleDown .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-perspective: 1000px;
    perspective: 1000px;

}

.cbp-animation-scaleDown-out {
    -webkit-animation: scaleDown-out .7s ease both;
    -moz-animation: scaleDown-out .7s ease both;
    animation: scaleDown-out .7s ease both;
}

.cbp-animation-scaleDown-in {
    -webkit-animation: scaleDown-in .6s ease both;
    -moz-animation: scaleDown-in .6s ease both;
    animation: scaleDown-in .6s ease both;
}


.cbp-animation-scaleDown-fadeOut {
    -webkit-animation: cbp-animation-scaleDown-fadeOut .5s both ease;
    -moz-animation: cbp-animation-scaleDown-fadeOut .5s both ease;
    animation: cbp-animation-scaleDown-fadeOut .5s both ease;
}

/* out */
/* @editable properties */
@-webkit-keyframes scaleDown-out {
    to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleDown-out {
    to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleDown-out {
    to { opacity: 0; transform: scale(.8); }
}

/* in */
/* @editable properties */
@-webkit-keyframes scaleDown-in {
    from { -webkit-transform: translateX(100%); }
}
@-moz-keyframes scaleDown-in {
    from { -moz-transform: translateX(100%); }
}
@keyframes scaleDown-in {
    from { transform: translateX(100%); }
}

/* fade out */
/* @editable properties */
@-webkit-keyframes cbp-animation-scaleDown-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes cbp-animation-scaleDown-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes cbp-animation-scaleDown-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

/*  END - Animation options for `scaleDown` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `frontRow` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-frontRow {
    overflow: visible;
}

.cbp-animation-frontRow .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-perspective: 1000px;
    perspective: 1000px;

}

.cbp-animation-frontRow-out {
    -webkit-animation: frontRow-out .7s ease both;
    -moz-animation: frontRow-out .7s ease both;
    animation: frontRow-out .7s ease both;
}

.cbp-animation-frontRow-in {
    -webkit-animation: frontRow-in .6s ease both;
    -moz-animation: frontRow-in .6s ease both;
    animation: frontRow-in .6s ease both;
}


.cbp-animation-frontRow-fadeOut {
    -webkit-animation: cbp-animation-frontRow-fadeOut .5s both ease;
    -moz-animation: cbp-animation-frontRow-fadeOut .5s both ease;
    animation: cbp-animation-frontRow-fadeOut .5s both ease;
}

/* out */
/* @editable properties */
@-webkit-keyframes frontRow-out {
    100% { -webkit-transform: translateX(-60%) scale(.8); opacity: 0; }
}
@-moz-keyframes frontRow-out {
    100% { -moz-transform: translateX(-60%) scale(.8); opacity: 0; }
}
@keyframes frontRow-out {
    100% { transform: translateX(-60%) scale(.8); opacity: 0; }
}

/* in */
/* @editable properties */
@-webkit-keyframes frontRow-in {
    0% { -webkit-transform: translateX(100%) scale(.8);}
    100% { visibility: visible; opacity: 1; -webkit-transform: translateX(0%) scale(1); }
}
@-moz-keyframes frontRow-in {
    0% { -moz-transform: translateX(100%) scale(.8); }
    100% { visibility: visible; opacity: 1; -moz-transform: translateX(0%) scale(1); }
}
@keyframes frontRow-in {
    0% { transform: translateX(100%) scale(.8); }
    100% { visibility: visible; opacity: 1; transform: translateX(0%) scale(1); }
}

/* fade out */
/* @editable properties */
@-webkit-keyframes cbp-animation-frontRow-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes cbp-animation-frontRow-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes cbp-animation-frontRow-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
/*  END - Animation options for `frontRow` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `rotateRoom` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-rotateRoom {
    overflow: visible;
}

.cbp-animation-rotateRoom .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-perspective: 1000px;
    perspective: 1000px;

}

.cbp-animation-rotateRoom-out {
    -webkit-transform-origin: 100% 50%;
    -webkit-animation: rotateRoom-out .8s both ease;
    -moz-transform-origin: 100% 50%;
    -moz-animation: rotateRoom-out .8s both ease;
    transform-origin: 100% 50%;
    animation: rotateRoom-out .8s both ease;
}

.cbp-animation-rotateRoom-in {
    -webkit-transform-origin: 0% 50%;
    -webkit-animation: rotateRoom-in .8s both ease;
    -moz-transform-origin: 0% 50%;
    -moz-animation: rotateRoom-in .8s both ease;
    transform-origin: 0% 50%;
    animation: rotateRoom-in .8s both ease;
}


.cbp-animation-rotateRoom-fadeOut {
    -webkit-animation: cbp-animation-rotateRoom-fadeOut .5s both ease;
    -moz-animation: cbp-animation-rotateRoom-fadeOut .5s both ease;
    animation: cbp-animation-rotateRoom-fadeOut .5s both ease;
}

/* out */
/* @editable properties */
@-webkit-keyframes rotateRoom-out {
    99% { opacity: .3; }
    100% { opacity: 0; -webkit-transform: translateX(-100%) rotateY(90deg); }
}
@-moz-keyframes rotateRoom-out {
    99% { opacity: .3; }
    100% { opacity: 0; -moz-transform: translateX(-100%) rotateY(90deg); }
}
@keyframes rotateRoom-out {
    99% { opacity: .3; }
    100% { opacity: 0; transform: translateX(-100%) rotateY(90deg); }
}

/* in */
/* @editable properties */
@-webkit-keyframes rotateRoom-in {
    from { opacity: .3; -webkit-transform: translateX(100%) rotateY(-90deg); }
}
@-moz-keyframes rotateRoom-in {
    from { opacity: .3; -moz-transform: translateX(100%) rotateY(-90deg); }
}
@keyframes rotateRoom-in {
    from { opacity: .3; transform: translateX(100%) rotateY(-90deg); }
}

/* fade out */
/* @editable properties */
@-webkit-keyframes cbp-animation-rotateRoom-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes cbp-animation-rotateRoom-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes cbp-animation-rotateRoom-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
/*  END - Animation options for `rotateRoom` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `scaleSides` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-scaleSides {
    overflow: visible;
}

.cbp-animation-scaleSides .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .5s ease-in-out;
            transition:         transform .5s ease-in-out;

    -webkit-perspective: 1000px;
    perspective: 1000px;

}

.cbp-animation-scaleSides-out {
    -webkit-animation: scaleSides-out .5s ease both;
    -moz-animation: scaleSides-out .5s ease both;
    animation: scaleSides-out .5s ease both;
}

.cbp-animation-scaleSides-in {
    -webkit-animation: scaleUpCenter .5s ease .5s both;
    -moz-animation: scaleUpCenter .5s ease .5s both;
    animation: scaleUpCenter .5s ease .5s both;
}

/* out */
/* @editable properties */
@-webkit-keyframes scaleSides-out {
    to { opacity: 0; -webkit-transform: scale(.6); }
}
@-moz-keyframes scaleSides-out {
    to { opacity: 0; -moz-transform: scale(.6); }
}
@keyframes scaleSides-out {
    to { opacity: 0; transform: scale(.6); }
}

/* in */
/* @editable properties */
@-webkit-keyframes scaleUpCenter {
    from { opacity: 0; -webkit-transform: scale(.6); }
}
@-moz-keyframes scaleUpCenter {
    from { opacity: 0; -moz-transform: scale(.6); }
}
@keyframes scaleUpCenter {
    from { opacity: 0; transform: scale(.6); }
}

/*  END - Animation options for `scaleSides` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `flipOut` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-flipOut {
    /* @editable properties */
    -webkit-transition: height .7s ease-in-out;
            transition: height .7s ease-in-out;
}

.cbp-animation-flipOut .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .7s ease-in-out;
            transition:         transform .7s ease-in-out;

    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.cbp-animation-flipOut-out {
    -webkit-transform-origin: 50% 50%;
    -webkit-animation: flipOut-out .35s ease-in both;
    -moz-transform-origin: 50% 50%;
    -moz-animation: flipOut-out .35s ease-in both;
    transform-origin: 50% 50%;
    animation: flipOut-out .35s ease-in both;
}

.cbp-animation-flipOut-in {
    -webkit-transform-origin: 50% 50%;
    -webkit-animation: flipOut-in .35s ease-out .35s both;
    -moz-transform-origin: 50% 50%;
    -moz-animation: flipOut-in .35s ease-out .35s both;
    transform-origin: 50% 50%;
    animation: flipOut-in .35s ease-out .35s both;
}

/* out */
/* @editable properties */
@-webkit-keyframes flipOut-out {
    100% { -webkit-transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}

@-moz-keyframes flipOut-out {
    100% { -moz-transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}

@keyframes flipOut-out {
    100% { transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}

/* in */
/* @editable properties */
@-webkit-keyframes flipOut-in {
    0% { -webkit-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}

@-moz-keyframes flipOut-in {
    0% { -moz-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}

@keyframes flipOut-in {
    0% { transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}

/*  END - Animation options for `flipOut` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `flipBottom` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-flipBottom {
    /* @editable properties */
    -webkit-transition: height .7s ease-in-out;
            transition: height .7s ease-in-out;
}

.cbp-animation-flipBottom .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .7s ease-in-out;
            transition:         transform .7s ease-in-out;

    -webkit-perspective: 1000px;
    perspective: 1000px;

}

.cbp-animation-flipBottom-out {
    -webkit-transform-origin: 50% 50%;
    -webkit-animation: flipBottom-out .35s both 0s ease-in;
    -moz-transform-origin: 50% 50%;
    -moz-animation: flipBottom-out .35s both 0s ease-in;
    transform-origin: 50% 50%;
    animation: flipBottom-out .35s both 0s ease-in;
}

.cbp-animation-flipBottom-in {
    -webkit-transform-origin: 50% 50%;
    -webkit-animation: flipBottom-in .35s ease-out .35s both;
    -moz-transform-origin: 50% 50%;
    -moz-animation: flipBottom-in .35s ease-out .35s both;
    transform-origin: 50% 50%;
    animation: flipBottom-in .35s ease-out .35s both;
}

/* out */
/* @editable properties */
@-webkit-keyframes flipBottom-out {
    to { -webkit-transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@-moz-keyframes flipBottom-out {
    to { -moz-transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@keyframes flipBottom-out {
    to { transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}

/* in */
/* @editable properties */
@-webkit-keyframes flipBottom-in {
    from { -webkit-transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@-moz-keyframes flipBottom-in {
    from { -moz-transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@keyframes flipBottom-in {
    from { transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}

/*  END - Animation options for `flipBottom` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `fadeOutTop` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-fadeOutTop {
    overflow: visible;

    /* @editable properties */
    -webkit-transition: height .2s ease-in-out;
            transition: height .2s ease-in-out;
}

.cbp-animation-fadeOutTop .cbp-wrapper {
    /* @editable properties */
    -webkit-transition: opacity .3s ease-in-out, top .3s ease-in-out;
            transition: opacity .3s ease-in-out, top .3s ease-in-out;
}

.cbp-animation-fadeOutTop .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;
}
/*  END - Animation options for `fadeOutTop` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `sequentially` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-sequentially {
    overflow: visible;

    /* @editable properties */
    -webkit-transition: height .2s ease-in-out;
            transition: height .2s ease-in-out;
}

.cbp-animation-sequentially .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;
}

.cbp-animation-sequentially.cbp-no-transition .cbp-item {
    /* @editable properties */
    -webkit-transition: opacity .5s ease, top .5s ease !important;
            transition: opacity .5s ease, top .5s ease !important;
}
/*  END - Animation options for `sequentially` filter. Change them carefully */



/*  ---------------------------------------------------------------
    POPUP. Change them carefully
    --------------------------------------------------------------- */
.cbp-popup-ie8bg {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: -1;

    /* @editable properties */
    background:#000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.cbp-popup-wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    text-align: center;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;

    /* @editable properties */
    z-index: 99999;
    padding: 0 10px;
}

.cbp-popup-lightbox {
    /* @editable properties */
    background:rgba(0,0,0,.8);
}

.cbp-popup-singlePage {
    /* @editable properties */
    background:rgb(255,255,255);
    padding: 0;
}

.cbp-popup-singlePage .cbp-popup-ie8bg {
    /* @editable properties */
    background:rgb(255,255,255);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.cbp-popup-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
}

.cbp-popup-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    max-width: 100%;
}

.cbp-popup-singlePage .cbp-popup-content {
    /* @editable properties */
 
    vertical-align: top;
}

.cbp-popup-lightbox-figure {
    position: relative;
}

.cbp-popup-lightbox-bottom {
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;

    /* @editable properties */
    margin-top: 3px;
}

.cbp-popup-lightbox-title {
    /* @editable properties */
    padding-right: 70px;
    font: 400 12px/18px sans-serif;
    color: #eee;
    -webkit-text-size-adjust: 100%;
}

.cbp-popup-lightbox-counter {
    position: absolute;
    top: 0;
    right: 0;

    /* @editable properties */
    font: 400 12px/18px sans-serif;
    color: #eee;
}

.cbp-popup-lightbox-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;

    /* @editable properties */
    margin: 40px 0 40px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.cbp-popup-lightbox-img[data-action] {
    cursor: pointer;
}

.cbp-popup-lightbox-isIframe .cbp-popup-content {
    /* @editable properties */
    width: 50%;
}

.cbp-popup-lightbox-isIframe .cbp-lightbox-bottom {
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;

    /* @editable properties */
    margin-top: 3px;
}

.cbp-popup-lightbox-iframe {
    position: relative;
    height: 0;

    /* @editable properties */
    padding-bottom: 56.25%; /* 16/9 ratio */
    background: #000;
}

.cbp-popup-lightbox-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* @editable properties */
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

/* NAVIGATION BUTTONS */
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);
	box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);
    
    /* @editable properties */
    height: 70px;
    
}

.cbp-popup-singlePage .cbp-popup-navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.cbp-popup-singlePage-sticky .cbp-popup-navigation-wrap {
    position: fixed;
    top: 0 !important;
}

.cbp-popup-singlePage-sticky .cbp-popup-navigation {
    position: fixed;
}

.cbp-popup-singlePage-counter {
    /* @editable properties */
    color: #121212;
    font-size: 13px;
    position: absolute;
    right: 47px;
    top: 26px;
    padding: 0 3px 0 0;
}

.cbp-popup-next,
.cbp-popup-prev,
.cbp-popup-close {
    padding: 0;
    border: medium none;
    position: absolute;
    cursor: pointer;
}

.cbp-popup-lightbox .cbp-popup-prev,
.cbp-popup-lightbox .cbp-popup-next,
.cbp-popup-lightbox .cbp-popup-close {
    visibility: hidden;
}

/* NAVOGATION BUTTONS */
.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-next,
.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-prev,
.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-close {
    visibility: visible;
}

/* PREVIOUS BUTTON LIGHBOX */
.cbp-popup-lightbox .cbp-popup-prev {
    /* @editable properties */
    background: url("../img/cbp-sprite.png") no-repeat scroll -2px -2px transparent;
    width: 44px;
    height: 44px;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
}

.cbp-popup-lightbox .cbp-popup-prev:hover {
    /* @editable properties */
    background-position: -2px -48px;
}


/* PREVIOUS BUTTON SINGLEPAGE */
.cbp-popup-singlePage .cbp-popup-prev {
    /* @editable properties */
    background: url("../img/cbp-sprite2.png") no-repeat scroll -2px -140px transparent;
    width: 44px;
    height: 44px;
    top: 15px;
    left: 0;
    margin: auto;
    right: 108px;
}

.cbp-popup-singlePage .cbp-popup-prev:hover {
    /* @editable properties */
    background-position: -2px -94px;
}


/* NEXT BUTTON LIGHTBOX */
.cbp-popup-lightbox .cbp-popup-next {
    /* @editable properties */
    background: url("../img/cbp-sprite.png") no-repeat scroll -48px -2px transparent;
    width: 44px;
    height: 44px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}

.cbp-popup-lightbox .cbp-popup-next:hover {
    /* @editable properties */
    background-position: -48px -48px;
}

/* NEXT BUTTON SINGLEPAGE */
.cbp-popup-singlePage .cbp-popup-next {
    /* @editable properties */
    background: url("../img/cbp-sprite2.png") no-repeat scroll -48px -140px transparent;
    width: 44px;
    height: 44px;
    top: 15px;
    right: 0;
    margin: auto;
    left: 108px;
}

.cbp-popup-singlePage .cbp-popup-next:hover {
    /* @editable properties */
    background-position: -48px -94px;
}


/* CLOSE BUTTON LIGTHBOX */
.cbp-popup-lightbox .cbp-popup-close {
    /* @editable properties */
    background: url("../img/cbp-sprite.png") no-repeat scroll -94px -2px transparent;
    height: 40px;
    width: 40px;
    right: 20px;
    top: 20px;
}

.cbp-popup-lightbox .cbp-popup-close:hover {
    /* @editable properties */
    background-position: -94px -48px;
}


/* CLOSE BUTTON SINGLEPAGE */
.cbp-popup-singlePage .cbp-popup-close {
    /* @editable properties */
    background: url("../img/cbp-sprite2.png") no-repeat scroll -94px -140px transparent;
    height: 44px;
    width: 44px;
    margin: auto;
    right: 0;
    top: 15px;
    left: 0;
}

.cbp-popup-singlePage .cbp-popup-close:hover {
    /* @editable properties */
    background-position: -94px -94px;
}

.cbp-popup-loadingBox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;

    /* @editable properties */
    background: url("../img/cbp-loading-popup.gif") no-repeat scroll center center #0D0D0D;
    border: 1px solid rgba(79, 80, 79, .3);
    border-radius: 3px 3px 3px 3px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=71)";
    opacity: .71;
    width: 50px;
    height:50px;
}

.cbp-popup-ready .cbp-popup-loadingBox {
    visibility: hidden;
}

.cbp-popup-loading .cbp-popup-loadingBox {
    visibility: visible;
}

.cbp-popup-singlePage {
    top: 100%;
    opacity:0;

    /* @editable properties */
    -webkit-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
}

.cbp-popup-singlePage-open {
    top: 0;
    opacity:1;
    
}

.cbp-popup-singlePage .cbp-l-project-title {
    /* @editable properties */
    color: #454444;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

.cbp-popup-singlePage .cbp-l-project-subtitle {
    /* @editable properties */
    color: #787878;
    margin: 0 auto 50px;
    max-width: 500px;
    text-align: center;
}

.cbp-popup-singlePage .cbp-popup-content .cbp-l-project-img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.cbp-popup-singlePage .cbp-l-project-container {
    overflow: hidden;
    margin: 0 auto;
    clear: both;
}

.cbp-popup-singlePage .cbp-l-project-desc {
    /* @editable properties */
    float: left;
    width: 64%;
    margin: 30px 0 20px 0;
    padding-right: 20px;
}

.cbp-popup-singlePage .cbp-l-project-details {
    /* @editable properties */
    float: right;
    width: 36%;
    margin: 30px 0 20px 0;
}

.cbp-popup-singlePage .cbp-l-project-desc-title {
    /* @editable properties */

    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 22px;
    color: #444;
}

.cbp-popup-singlePage .cbp-l-project-desc-title span,
.cbp-popup-singlePage .cbp-l-project-details-title span {
    /* @editable properties */
    border-bottom: 1px solid rgb(116, 116, 116);
    display: inline-block;
    margin: 0 0 -1px 0;
    padding: 0 5px 0 0;
}

.cbp-popup-singlePage .cbp-l-project-desc-text {
    /* @editable properties */

    color: #555;
}

.cbp-popup-singlePage .cbp-l-project-details-title {
    /* @editable properties */
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 19px;
    margin-left: 20px;
    color: #444;
}

.cbp-popup-singlePage .cbp-l-project-details-list {
    /* @editable properties */
    margin-left: 20px;
}

.cbp-popup-singlePage .cbp-l-project-details-list li {
    /* @editable properties */
    border-bottom: 1px dotted #DFDFDF;
    padding: inherit;
    color: #666;
}

.cbp-popup-singlePage .cbp-l-project-details-list strong {
    /* @editable properties */
    display: inline-block;
    color: #696969;

    min-width: 100px;
}

.cbp-popup-singlePage .cbp-l-project-details-visit {
    /* @editable properties */
    color: #FFFFFF;
    float: right;
    text-decoration: none;
    margin-top: 12px;
    text-transform: uppercase;
    background-color: #34425C;
    padding: 6px 12px;
}

.cbp-popup-singlePage .cbp-l-project-details-visit:hover {
    /* @editable properties */
    color: #AFBBDB;
}


.cbp-popup-singlePage .cbp-l-project-related {
    /* @editable properties */
    margin: 30px 0 20px 0;
}

.cbp-popup-singlePage .cbp-l-project-related-wrap {
    /* @editable properties */
    font-size: 0;
    margin: 0;
}

.cbp-popup-singlePage .cbp-l-project-related-item {
    /* @editable properties */
    margin-right: 5%;
    max-width: 30%;
    display: inline-block;
}

.cbp-popup-singlePage .cbp-l-project-related-item:last-child {
    /* @editable properties */
    margin-right: 0;
}

.cbp-popup-singlePage .cbp-l-project-related-title {
    /* @editable properties */
    font: bold 14px sans-serif;
    color: #474747;
    margin-top: 20px;
}

.cbp-popup-singlePage .cbp-l-project-related-link {
    /* @editable properties */
    text-decoration: none;
}

.cbp-popup-singlePage .cbp-l-project-related-link:hover {
    /* @editable properties */
    opacity: 0.9;
}

.cbp-popup-singlePage .cbp-l-member-img {
    /* @editable properties */
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    border: 1px solid rgb(226, 226, 226);
}

.cbp-popup-singlePage .cbp-l-member-img img {
    /* @editable properties */
    display: block;
}

.cbp-popup-singlePage .cbp-l-member-info {
    /* @editable properties */
    margin-top: 20px;
}

.cbp-popup-singlePage .cbp-l-member-name {
    /* @editable properties */
    margin-bottom: 6px;
}

.cbp-popup-singlePage .cbp-l-member-position {
    /* @editable properties */
}

.cbp-popup-singlePage .cbp-l-member-desc {
    /* @editable properties */
    margin-top: 15px;
}

/* SINGLE PAGE INLINE */
.cbp-popup-singlePageInline {
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.cbp-popup-singlePageInline .cbp-popup-navigation {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 40px;
    height: 40px;
}

/* CLOSE BUTTON singlePageInline */
.cbp-popup-singlePageInline .cbp-popup-close {
    /* @editable properties */
    background: url("../img/cbp-sprite.png") no-repeat scroll -94px -2px transparent;
    height: 40px;
    width: 40px;
    right: 20px;
    top: 30px;
}

.cbp-popup-singlePageInline .cbp-popup-close:hover {
    /* @editable properties */
    opacity: 0.7;
}

.cbp-popup-singlePageInline .cbp-popup-content {
    width: 100%;;
    min-height: 200px;
}

.cbp.cbp-popup-isOpening .cbp-popup-singlePageInline,
.cbp.cbp-popup-isOpening {
    -webkit-transition: height .4s ease 0s !important;
            transition: height .4s ease 0s !important;
}


.cbp.cbp-popup-isOpening .cbp-item {
    -webkit-transition: -webkit-transform .4s ease 0s !important;
            transition:         transform .4s ease 0s !important;
}

.cbp-singlePageInline-active {
    opacity: 0.6 !important;
}

.cbp-popup-singlePageInline .cbp-popup-loadingBox {

    visibility: hidden;

    background-attachment: scroll;
	background-color: transparent;
	background-position: center center transparent;
	background-repeat: no-repeat;
	background-image: url(../img/cbp-loading.gif);
    border: medium none;
    border-radius: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}


.cbp-popup-singlePageInline.cbp-popup-loading .cbp-popup-loadingBox {
    visibility: visible;
}

.cbp-popup-singlePageInline.cbp-popup-loading .cbp-popup-navigation,
.cbp-popup-singlePageInline.cbp-popup-loading .cbp-popup-content {
    visibility: hidden;
}

.cbp-l-inline {
    margin-bottom: 20px;
    overflow: hidden;
    margin-top: 10px;
    background: #FAFAFA;
    padding: 30px;
}

.cbp-l-inline-left {
    float: left;
    width: 44%;
}

.cbp-l-project-img {
    max-width: 100%;
}

.cbp-l-inline-right {
    float: right;
    width: 56%;
    padding-left: inherit;
}

.cbp-l-inline-title {
    color: #666;
}

.cbp-l-inline-subtitle {
    color: #666;
    margin: 3px 0 25px;
}

.cbp-l-inline-desc {
    color: #888888;
}

.cbp-l-inline-view {
    color: #9C9C9C;
    text-decoration: none;
    margin: 22px 0 0;
    display: inline-block;
    padding: 8px 18px 7px;
    border: 2px solid #ccc;
}

.cbp-l-inline-view:hover {
    color: rgb(117, 117, 117);
    border-color: #DFDFDF;
}
/*  END - popup -  Change them carefully */



/*  ---------------------------------------------------------------
    layout filters button
    --------------------------------------------------------------- */
.cbp-l-filters-button {
    /* @editable properties */
    margin: 0 auto 30px;
    text-align: left;
}

.cbp-l-filters-button .cbp-filter-item {
    /* @editable properties */
    background-color: #f5f5f5;
    padding: 5px 17px;
    border: none;
    border-radius: 2px;
    color: #121212;
    cursor: pointer;
    font-size: 14px;
    margin: 10px 10px 0 0;
    overflow: visible;
    position: relative;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

.cbp-l-filters-button .cbp-filter-item:hover {
    /* @editable properties */
    color: #5d5d5d;
}

.cbp-l-filters-button .cbp-filter-item-active {
    /* @editable properties */
    color: #fff !important;
    border-color: #5d5d5d;
}

.cbp-l-filters-button .cbp-filter-counter {
    /* @editable properties */
    border-radius: 3px;
    color: #fff;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity .25s ease, bottom .25s ease;
            transition: opacity .25s ease, bottom .25s ease;
}

.cbp-l-filters-button .cbp-filter-counter:before {
    /* @editable properties */
    content:"";
    position:absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    
    visibility: hidden;
}

.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter:before {
    visibility: visible;
}

.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter {
    /* @editable properties */
    bottom: 44px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}
/*  END - layout filters buttons */



/*  ---------------------------------------------------------------
    layout filters dropdown
    --------------------------------------------------------------- */
.cbp-l-filters-dropdown {
    /* @editable properties */
    margin: 0 auto;
    height: 70px;
    position: relative;
    z-index: 10;
}

.cbp-l-filters-dropdownWrap {
    /* @editable properties */
    width: 200px;
    position: absolute;
    right: 0;
    background: #3288C4;
}

.cbp-l-filters-dropdownHeader {
    /* @editable properties */
    font: 12px/38px "Open Sans", sans-serif;
    padding: 0 17px;
    color: #FFF;
    cursor: pointer;
    position: relative;
}

.cbp-l-filters-dropdownHeader:after {
    /* @editable properties */
    border-color: #FFFFFF rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5px 5px 0;
    content: "";
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    width: 0;
    margin-top: -1px;
}

.cbp-l-filters-dropdownWrap:hover .cbp-l-filters-dropdownHeader:after {
    /* @editable properties */
    border-width: 0 5px 5px;
}

.cbp-l-filters-dropdownList {
    display: none;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.cbp-l-filters-dropdownWrap:hover .cbp-l-filters-dropdownList {
    display: block;
}

.cbp-l-filters-dropdownList .cbp-filter-item {
    /* @editable properties */
    background: none;
    color: #9FBCE7;
    width: 100%;
    text-align: left;
    font: 12px/40px "Open Sans", sans-serif;
    margin: 0;
    padding: 0 17px;
    cursor: pointer;
    border: none;
    border-top: 1px solid #5592C2;
}

.cbp-l-filters-dropdownList .cbp-filter-item:hover {
    /* @editable properties */
    color: #e6e6e6;
}

.cbp-l-filters-dropdownList .cbp-filter-item-active {
    /* @editable properties */
    color: #e6e6e6;
}
/*  END - layout filters dropdown */



/*  ---------------------------------------------------------------
    layout filters alignLeft
    --------------------------------------------------------------- */
.cbp-l-filters-alignLeft {
    /* @editable properties */
    margin: 0 auto 40px;
    text-align: left;
}

.cbp-l-filters-alignLeft .cbp-filter-item {
    /* @editable properties */
    background-color: #fff;
    border: 1px solid #cdcdcd;
    cursor: pointer;
    font: 400 12px/30px "Open Sans",sans-serif;
    padding: 0 13px;
    position: relative;
    overflow: visible;
    margin: 10px 8px 0 0;
    display: inline-block;

    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            color: #888888;
}

.cbp-l-filters-alignLeft .cbp-filter-item:hover {
    /* @editable properties */
    color: #3c3c3c;
}

.cbp-l-filters-alignLeft .cbp-filter-item-active {
    /* @editable properties */
    background-color: #3288C4;
    color: #fff !important;
    opacity:1;
    border:1px solid #3288C4;
}

.cbp-l-filters-alignLeft .cbp-filter-counter {
    display: inline;
}
/*  END - layout filters alignLeft */



/*  ---------------------------------------------------------------
    layout filters alignCenter
    --------------------------------------------------------------- */
.cbp-l-filters-alignCenter {
    /* @editable properties */
    margin: 0 auto 50px;
    text-align: center;
    font-size: 12px;
    color: #cacaca;
}

.cbp-l-filters-alignCenter .cbp-filter-item {
    /* @editable properties */
    color: #5A5A5A;
    cursor: pointer;
    font: 400 13px "Open Sans", sans-serif;
    padding: 0 12px;
    transition: all .3s ease-in-out;
    position: relative;
    overflow: visible;
    margin: 10px 0 0;
    border: medium none;
    background-color: transparent;
    display: inline-block;
}

.cbp-l-filters-alignCenter .cbp-filter-item:hover {
    /* @editable properties */
    color: #3288C4;
}

.cbp-l-filters-alignCenter .cbp-filter-item-active {
    /* @editable properties */
    color: #3288C4 !important;
}

.cbp-l-filters-alignCenter .cbp-filter-counter {
    /* @editable properties */
    background: none repeat scroll 0 0 #3288C4;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 11px;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;

    -webkit-transition: all .25s ease;
            transition: all .25s ease;
}

.cbp-l-filters-alignCenter .cbp-filter-counter:before {
    /* @editable properties */
    content:"";
    position:absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #3288C4;
    visibility: hidden;
}

.cbp-l-filters-alignCenter div:hover .cbp-filter-counter:before {
    visibility: visible;
}

.cbp-l-filters-alignCenter div:hover .cbp-filter-counter {
    /* @editable properties */
    bottom: 30px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}
/*  END - layout filters alignCenter */



/*  ---------------------------------------------------------------
    layout filters alignRight
    --------------------------------------------------------------- */
.cbp-l-filters-alignRight {
    /* @editable properties */
    margin: 0 auto 40px;
    text-align: right;
}

.cbp-l-filters-alignRight .cbp-filter-item {
    /* @editable properties */
    background-color: transparent;
    color: #8B8B8B;
    cursor: pointer;
    font: 400 11px "Open Sans",sans-serif;
    padding: 7px 12px;
    position: relative;
    overflow: visible;
    margin: 10px 0 0 5px;
    border: 1px solid #E4E2E2;
    text-transform: uppercase;
    display: inline-block;

    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

.cbp-l-filters-alignRight .cbp-filter-item:hover {
    /* @editable properties */
    color: #2B3444;
}

.cbp-l-filters-alignRight .cbp-filter-item-active {
    /* @editable properties */
    opacity:1;
    color:#FFFFFF !important;
    background-color:#3C3C3C;
    border-color:#3C3C3C;
}

.cbp-l-filters-alignRight .cbp-filter-counter {
    /* @editable properties */
    background: none repeat scroll 0 0 #3288C4;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;

    -webkit-transition: opacity .25s ease, bottom .25s ease;
            transition: opacity .25s ease, bottom .25s ease;
}

.cbp-l-filters-alignRight .cbp-filter-counter:before {
    /* @editable properties */
    content:"";
    position:absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #3288C4;
    visibility: hidden;
}

.cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter:before {
    visibility: visible;
}

.cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter {
    /* @editable properties */
    bottom: 44px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}
/*  END - layout filters alignRight */



/*  ---------------------------------------------------------------
    layout filters list
    --------------------------------------------------------------- */
.cbp-l-filters-list {
    /* @editable properties */
    margin: 0 auto 40px;
    height: 46px;
}

.cbp-l-filters-list .cbp-filter-item {
    /* @editable properties */
    background-color: transparent;
    color: #585252;
    cursor: pointer;
    font: 400 12px/35px "Open Sans", sans-serif;
    padding: 0 18px;
    position: relative;
    overflow: visible;
    margin: 10px 0 0 0;
    float: left;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #3288C4;

    -webkit-transition: left .3s ease-in-out;
            transition: left .3s ease-in-out;
}

.cbp-l-filters-list .cbp-filter-item:hover {
    /* @editable properties */
    color: #000;
}

.cbp-l-filters-list .cbp-filter-item-active {
    /* @editable properties */
    opacity:1;
    color:#FFFFFF !important;
    background-color:#3288C4;
}

.cbp-l-filters-list-first {
    /* @editable properties */
    border-radius: 6px 0 0 6px;
}

.cbp-l-filters-list-last {
    /* @editable properties */
    border-radius: 0 6px 6px 0;
    border-right-width: 1px !important;
}

.cbp-l-filters-list .cbp-filter-counter {
    display: inline;
}
/*  END - layout filters list */



/*  ---------------------------------------------------------------
    layout grid projects
    --------------------------------------------------------------- */
.cbp-l-grid-projects {
    visibility: hidden;
}

/* set width and height for items */
.cbp-l-grid-projects .cbp-item {
    /* @editable properties */
    width: 370px;
    height: 278px;
}

/* adjust the caption height and add some margin-bottom*/
.cbp-l-grid-projects .cbp-caption {
    /* @editable properties */
    height: 68%;
    margin-bottom: 20px;
}

.cbp-l-grid-projects-title {
    /* @editable properties */
    font: bold 14px sans-serif;
    color: #474747;
}

.cbp-l-grid-projects-desc {
    /* @editable properties */
    font: 400 12px sans-serif;
    margin-top: 6px;
    color: #888888;
}

.cbp-l-grid-projects-inlineFilters {
    /* @editable properties */
    cursor: pointer;
}

.cbp-l-grid-projects-inlineFilters:hover {
    /* @editable properties */
    text-decoration: underline;
}

/* ---------- override overlayBottomPush caption >>> */
.cbp-l-grid-projects.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
    /* @editable properties */
    bottom: -50px;
    height: 50px;
}

.cbp-l-grid-projects.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap {
    /* @editable properties */
    bottom: 50px;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-l-grid-projects.cbp-caption-overlayBottomPush.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-l-grid-projects.cbp-caption-overlayBottomPush.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    /* @editable properties */
    bottom: -50px;
}
/* <<< override overlayBottomPush caption */


/* ---------- override overlayBottomAlong caption >>> */
.cbp-l-grid-projects.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
    /* @editable properties */
    bottom: -50px;
    height: 50px;
}

.cbp-l-grid-projects.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
    /* @editable properties */
    bottom: 25px;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-l-grid-projects.cbp-caption-overlayBottomAlong.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-l-grid-projects.cbp-caption-overlayBottomAlong.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    /* @editable properties */
    bottom: -50px;
}
/* <<< override overlayBottomAlong caption */


/* ---------- override overlayBottom caption >>> */
.cbp-l-grid-projects.cbp-caption-overlayBottom .cbp-caption-activeWrap {
    /* @editable properties */
    bottom: -50px;
    height: 50px;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-l-grid-projects.cbp-caption-overlayBottom.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    /* @editable properties */
    bottom: -50px;
}
/* <<< override overlayBottom caption */

/* ---------- override overlayBottomReveal caption >>> */
.cbp-l-grid-projects.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
    /* @editable properties */
    height: 50px;
}

.cbp-l-grid-projects.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
    /* @editable properties */
    bottom: 50px;
}
/* <<< override overlayBottomReveal caption */
/*  END - layout grid projects */



/*  ---------------------------------------------------------------
    layout grid gallery
    --------------------------------------------------------------- */
.cbp-l-grid-gallery {
    visibility: hidden;
}

/* set width and height for items */
.cbp-l-grid-gallery .cbp-item {
    /* @editable properties */
    width: 320px;
    height: 236px;
}
/*  END - layout grid gallery */



/*  ---------------------------------------------------------------
    layout grid team
    --------------------------------------------------------------- */
.cbp-l-grid-team {
    visibility: hidden;
}

/* set width and height for items */
.cbp-l-grid-team .cbp-item {
    /* @editable properties */
    width: 300px;
    height: 278px;
}

/* adjust the caption height and add some margin-bottom*/
.cbp-l-grid-team .cbp-caption {
    /* @editable properties */
    height: 73%;
    margin-bottom: 20px;
    border: 1px solid #E7E7E7;
}

.cbp-l-grid-team-name {
    /* @editable properties */
    font: 400 17px "Open Sans", sans-serif;
    color: #456297;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-bottom: 3px;
}

.cbp-l-grid-team-name:hover {
    /* @editable properties */
    color: #34425C;
}

.cbp-l-grid-team-position {
    /* @editable properties */
    font: italic 400 13px "Open Sans", sans-serif;
    color: #888888;
    text-align: center;
}

/* @editable properties */
@media only screen and (max-width: 799px) {
    .cbp-l-grid-team-desc {
        font: 400 11px/14px "Open Sans", sans-serif;
        margin-top: 5px;
    }
}

/* ---------- override overlayBottomPush caption >>> */
.cbp-l-grid-team.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
    /* @editable properties */
    bottom: -44px;
    height: 44px;
}

.cbp-l-grid-team.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap {
    /* @editable properties */
    bottom: 44px;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-l-grid-team.cbp-caption-overlayBottomPush.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-l-grid-team.cbp-caption-overlayBottomPush.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    /* @editable properties */
    bottom: -44px;
}
/* <<< override overlayBottomPush caption */


/* ---------- override overlayBottomAlong caption >>> */
.cbp-l-grid-team.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
    /* @editable properties */
    bottom: -44px;
    height: 44px;
}

.cbp-l-grid-team.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
    /* @editable properties */
    bottom: 22px;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-l-grid-team.cbp-caption-overlayBottomAlong.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-l-grid-team.cbp-caption-overlayBottomAlong.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    /* @editable properties */
    bottom: -44px;
}
/* <<< override overlayBottomAlong caption */


/* ---------- override overlayBottom caption >>> */
.cbp-l-grid-team.cbp-caption-overlayBottom .cbp-caption-activeWrap {
    /* @editable properties */
    bottom: -44px;
    height: 44px;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-l-grid-team.cbp-caption-overlayBottom.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    /* @editable properties */
    bottom: -44px;
}
/* <<< override overlayBottom caption */

/* ---------- override overlayBottomReveal caption >>> */
.cbp-l-grid-team.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
    /* @editable properties */
    height: 44px;
}

.cbp-l-grid-team.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
    /* @editable properties */
    bottom: 44px;
}
/* <<< override overlayBottomReveal caption */
/*  END - layout grid team */



/*  ---------------------------------------------------------------
    layout grid full screen
    --------------------------------------------------------------- */
.cbp-l-grid-fullScreen {
    visibility: hidden;
}

/* set width and height for items */
.cbp-l-grid-fullScreen .cbp-item {
    /* @editable properties */
    width: 350px;
    height: 263px;
}
/*  END - layout grid full screen */



/*  ---------------------------------------------------------------
    layout grid masonry
    --------------------------------------------------------------- */
.cbp-l-grid-masonry {
    visibility: hidden;
}

/* set width and height for items */
.cbp-l-grid-masonry .cbp-item {
    /* @editable properties */
    width: 277px;
}

.cbp-l-grid-masonry .cbp-l-grid-masonry-height1,
.cbp-l-grid-masonry .cbp-item-height-1 {
    /* @editable properties */
    height: 267px;
}

.cbp-l-grid-masonry .cbp-l-grid-masonry-height2,
.cbp-l-grid-masonry .cbp-item-height-2 {
    /* @editable properties */
    height: 415px;
}
/*  END - layout grid masonry */



/*  ---------------------------------------------------------------
    layout gid blog
    --------------------------------------------------------------- */
.cbp-l-grid-blog {
    visibility: hidden;
}

/* set width and height for items */
.cbp-l-grid-blog .cbp-item {
    /* @editable properties */
    width: 313px;
    height: 330px;
}

/* adjust the caption height and add some margin-bottom*/
.cbp-l-grid-blog .cbp-caption {
    /* @editable properties */
    height: 58%;
    margin-bottom: 20px;
}

.cbp-l-grid-blog-title {
    /* @editable properties */
    font: 400 18px/28px "Open Sans", sans-serif;
    color: #444;
    display: block;
    clear: both;
    text-decoration: none;
}

.cbp-l-grid-blog-title:hover {
    /* @editable properties */
    color: #787878;
}

.cbp-l-grid-blog-date {
    /* @editable properties */
    font: 400 12px/18px "Open Sans", sans-serif;
    float: left;
    color: #787878;
}

.cbp-l-grid-blog-comments {
    /* @editable properties */
    font: 400 12px/18px "Open Sans", sans-serif;
    float: left;
    color: #3C6FBB;
    text-decoration: none;
}

.cbp-l-grid-blog-comments:hover {
    /* @editable properties */
    opacity: .8;
}

.cbp-l-grid-blog-desc {
    /* @editable properties */
    font: 400 13px/19px "Open Sans", sans-serif;
    clear: both;
    color: #9B9B9B;
    padding-top: 15px;
}

.cbp-l-grid-blog-split {
    /* @editable properties */
    float: left;
    margin: 0px 8px;
    font: 13px/16px "Open Sans", sans-serif;
    color: #787878;
}
/*  END - layout gid blog */



/*  ---------------------------------------------------------------
    layout load more button
    --------------------------------------------------------------- */
.cbp-l-loadMore-button {
    /* @editable properties */
    text-align: center;
    margin-top: 30px;
}

.cbp-l-loadMore-button-link {
    /* @editable properties */
    border-radius: 2px;
    background-color: #f5f5f5;
    color: #121212;
    display: inline-block;
    padding: 5px;
    min-width: 100px;
    text-decoration: none;
}

.cbp-l-loadMore-button-link:hover {
    /* @editable properties */
    color: #fff;
    background-color: #121212;
    text-decoration: none;
}

.cbp-l-loadMore-button-stop {
    /* @editable properties */
    cursor: default;
    color: #B0B0B0;
}
/*  END - layout load more button */



/*  ---------------------------------------------------------------
    layout load more text
    --------------------------------------------------------------- */
.cbp-l-loadMore-text {
    /* @editable properties */
    text-align: center;
    margin-top: 30px;
}

.cbp-l-loadMore-text-link {
    /* @editable properties */
    font: 400 16px "Open Sans", sans-serif;
    color: #5D5D5D;
    text-decoration: none;
    cursor: default;
}

.cbp-l-loadMore-text-stop {
    /* @editable properties */
    color: #5D5D5D;
}
/*  END - layout load more text */


/*  ---------------------------------------------------------------
    basic slider
    --------------------------------------------------------------- */
.cbp-slider {
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.cbp-slider-wrap,
.cbp-slider-item {
    margin: 0;
    list-style-type: none;
    padding: 0px;
}

.cbp-slider .cbp-slider-item {
    opacity: 0;
    z-index: -1;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cbp-slider .cbp-slider-item-current {
    position: relative;
    opacity: 1;
    z-index: 1;
}

.cbp-slider .cbp-slider-item-next {
    position: absolute;
    opacity: 1;
    z-index: 2;
    opacity: 0;
}

.cbp-slider .cbp-slider-arrowNext,
.cbp-slider .cbp-slider-arrowPrev {
    /* @editable properties */
    cursor: pointer;
    z-index: 3;
    position: absolute;
    opacity: 0;
}

.cbp-slider .cbp-slider-arrowPrev {
    /* @editable properties */
    background: url("../img/cbp-sprite2.png") no-repeat scroll -2px -2px transparent;
    width: 44px;
    height: 44px;
    top: 0;
    bottom: 0;
    left: 25px;
    margin: auto;

    -webkit-transition: opacity .4s ease, left .4s ease;
            transition: opacity .4s ease, left .4s ease;
}

.cbp-slider .cbp-slider-arrowPrev:hover {
    /* @editable properties */
    background-position: -2px -48px;
}

.cbp-slider .cbp-slider-arrowNext {
    /* @editable properties */
    background: url("../img/cbp-sprite2.png") no-repeat scroll -48px -2px transparent;
    width: 44px;
    height: 44px;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;

    -webkit-transition: opacity .4s ease, right .4s ease;
            transition: opacity .4s ease, right .4s ease;
}

.cbp-slider .cbp-slider-arrowNext:hover {
    /* @editable properties */
    background-position: -48px -48px;
}

.cbp-slider .cbp-slider-bulletWrap {
    /* @editable properties */
    position: absolute;
    bottom: 20px;
    right: 25px;
    z-index: 3;
    opacity: 0;

    -webkit-transition: opacity .4s ease;
            transition: opacity .4s ease;
}

.cbp-slider .cbp-slider-bullet {
    /* @editable properties */
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin-left: 7px;
    cursor: pointer;
    display: inline-block;
    box-shadow: 0 0 1px 1px rgba(37, 36, 36, 0.54);
    background: rgb(97, 97, 97);
    background: rgba(97, 97, 97, 0.5);
}

.cbp-slider .cbp-slider-bullet-current {
    /* @editable properties */
    background: rgb(209, 209, 209);
}

.cbp-slider .cbp-slider-bullet:hover {
    /* @editable properties */
    opacity: 0.9;
}

.cbp-slider:hover .cbp-slider-arrowNext {
    /* @editable properties */
    opacity: 1;
    right:20px;
}

.cbp-slider:hover .cbp-slider-arrowPrev {
    /* @editable properties */
    opacity: 1;
    left: 20px;
}

.cbp-slider:hover .cbp-slider-bulletWrap {
    /* @editable properties */
    opacity: 1;
}
/*  END - basic slider */


.cbp-panel {
    /* @editable properties */
    width: 96%;
    max-width: 1170px;
    margin: 0 auto;
}
@charset "utf-8";
/*
---------------

Table of Contents:

1) Preloader
2) Titles
3) Home
4) Header
5) About
6) Who We Are
7) Team
8) Separator-Video
9) Fun Facts
10) Separator-Quotes
11) Services
12) Separator-Call to Action
13) Portfolio
14) Testimonials
15-a) Clients
15-b) Twitter Feed
16) Get Connected
17) Price List
18) Contact Details
19) Contact Form
20) Google Map
21) Footer
22) Home Pattern / Slideshow
23) Shortcodes
24) Comming Soon Counter

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

html, 
body {
	height: 100%;
	color: #121212;
}
body {
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	color: #121212;
}
a {
	background: transparent;
	outline: none; 
	text-decoration: none;	
	
	-webkit-transition: .4s cubic-bezier(0.25,.46,.45,.94);
	transition: .4s cubic-bezier(0.25,.46,.45,.94);
	-webkit-transition-property: background-color,color;
	transition-property: background-color,color;
}
a:active,
a:hover,
a:focus {
	outline: 0; 
	background: transparent;
	color: #121212;
	text-decoration: none;	  
}
a:focus, a:active, 
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 1;
}
h1 small, h2 small, h3 small {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	color: #121212;
}
h4 small, h5 small, h6 small {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #121212;
}

/* ==== 1) Preloader ==== */

#preloader {
	position:fixed;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	background: #fff;
	z-index:9999;
}
.preloader-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 3;
	text-align:center;
}
.back-logo {
    z-index:-1;
	color: #F4F4F4;
	position: absolute;
 	top:40%;
	left:45%;
	font-size: 50px;
}



/* ==== 2) Titles ==== */

@media (min-width: 180px) {
h1 {
	font-size: 32px;

}
h1 small {
	font-size: 32px;
}
.lead {
	font-size: 16px;
	font-weight: 300;
}
h2 {
	font-size: 30px;
	letter-spacing: -2px;

}
h2 small {
	font-size: 30px;
}
h3 {
	font-size: 20px;
}
h3 small {
	font-size: 20px;	
}
h5 small {
	font-size: 13px;
}
}
@media (min-width: 480px) {
h1 {
	font-size: 42px;

}
h1 small {
	font-size: 42px;
}
.lead {
	font-size: 16px;
	font-weight: 300;
}
h2 {
	font-size: 40px;
	letter-spacing: -2px;

}
h2 small {
	font-size: 40px;
}
h3 {
	font-size: 34px;
}
h3 small {
	font-size: 34px;	
}
}
@media (min-width: 768px) {
h1 {
	font-size: 56px;

}
h1 small {
	font-size: 56px;
}
.lead {
	font-size: 18px;
	font-weight: 300;
}
h2 {
	font-size: 50px;
	letter-spacing: -2px;

}
h2 small {
	font-size: 50px;
}
}
@media (min-width: 992px) {
h1 {
	font-size: 56px;

}
h1 small {
	font-size: 56px;
}
.lead {
	font-size: 20px;
	font-weight: 300;
}
h2 {
	font-size: 50px;
	letter-spacing: -3px;

}
h2 small {
	font-size: 50px;
}
}
@media (min-width: 1200px) {
h1 {
	font-size: 78px;
	letter-spacing: -4px;
}
h1 small {
	font-size: 66px;
}
.lead {
	font-size: 20px;
	font-weight: 300;
}
h2 {
	font-size: 50px;
	letter-spacing: -3px;

}
h2 small {
	font-size: 50px;
}
}


/* ==== 3) Home ==== */
#home {
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../img/bg_1.jpg);
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
}
.parallax-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/pattern.png);
	background-repeat: repeat;
	background-color: rgba(44,62,80,0.6);
	z-index: 2;
	
}
.home-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 3;
}
.home-title {
	position: relative;
	color: #FFFFFF;
	z-index: 3;
	margin-left: auto;
	margin-right: auto;
}
.panel {
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.home-btn {
	margin-top: 45px;
}
.btn-home {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.btn-home a {
    display: inline-block;
    padding: 11px 25px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    background-color: #121212;
	
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn-home a:hover,
.btn-home a:focus {
    display: inline-block;
	color: #fff;
	text-decoration: none;
	outline: none;
    opacity: 0.7;
}
.home-bottom {
	position: absolute;
	z-index: 3;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	opacity: 0.9;
	
}
.move {
	width: 40px;
	margin-left: auto;
	margin-right: auto;
	
	-webkit-animation: anim2 ease-in-out 3s infinite alternate;
	-moz-animation: anim2 ease-in-out 3s infinite alternate;
}
@-webkit-keyframes anim2
{
   from {left: 0px;   -webkit-transform: scale(1.0) rotate(0deg)   }
   50%  {left: 250px; -webkit-transform: scale(0.8) rotate(10deg)  }
   to   {left: 500px; -webkit-transform: scale(1.2) rotate(-20deg) }
}
@-moz-keyframes anim2
{
   from {left: 0px;   -moz-transform: scale(1.0) rotate(0deg)   }
   50%  {left: 250px; -moz-transform: scale(0.8) rotate(10deg)  }
   to   {left: 500px; -moz-transform: scale(1.2) rotate(-20deg) }
}
.home-bottom a {
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 7px;
	color: #FFFFFF;	
	
	-webkit-transition: 0.2s background linear;
	-moz-transition: 0.2s background linear;
	transition: 0.2s background linear;
}
.home-bottom a:hover {
	background-color: #fff;
	color: #121212;	
	text-decoration: none;
}
.dots {
	z-index: 99;
	background-image: url(../img/dot.png);
	background-repeat: repeat-y;
	margin: auto;
	width: 6px;
	height: 34px;
}

/* ==== 4) Header ==== */
#header .navbar.navbar-default.navbar-fixed-top .container .navbar-header .navbar-brand {
	font-family: 'Montserrat', sans-serif;
}
.header-bottom {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.header-top .navbar-default {
    position: fixed;
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 4;
	top:-100px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#home-slideshow {
    top: -70px;
}
.navbar-brand {
	float: left;
	height: 70px;
	padding: 15px 0 15px 15px;
	font-size: 30px;
	line-height: 20px;
}
.navbar-default .navbar-brand h3{
	letter-spacing: -2px;
	color: #121212;
	font-size: 30px;
	margin-bottom:0px;
	margin-top:10px;
	line-height: 20px;
}
.navbar {
	min-height: 70px;
	border: none;
}
.navbar-default {
	border-color: none;
	border-bottom: none;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 4;
	background-color: #fff;
    opacity: 1;
	
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);
	box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);
}
.navbar-right {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;.
	font-weight: 400;
	height: 100%;
	margin-top:10px;
	color: ;
}

.navbar-collapse {
	margin-top:6px;
	padding-right: 15px;
	padding-left: 35px;
	color: #121212;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 18px;
  margin-right: 0px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: none;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 24px;
  height: 4px;
  border-radius: 2px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #121212;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;

}
.nav > li > span {
	position: relative;
	display: block;
	padding: 10px 15px;
	cursor: pointer;
}
@media (min-width: 992px) {
    .navbar-default .navbar-nav > li > a {
        color: #121212;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 768px) {
   .navbar-collapse {
      max-height: none;
      overflow-x: hidden;
   }
}
.dropdown-menu {
	font-size: 13px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);
	box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);
	
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.menu-padding { 
    padding-top:70px; 
}
.content { 
    margin-top:0px; 
}



/*Navbar Collapse*/
@media (max-width: 992px) {
    .navbar-default .container {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar-default .navbar-collapse {
        margin-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }
    .navbar-default .navbar-collapse {
        background-color: #1C1C1C;
    }
    .navbar-small .navbar-collapse {
        margin-top: 0px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .nav > li > span {
        color: #fff;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: none;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .container>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
        padding-left: 25px;
        padding-right: 25px;
    }
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0;
        padding-left: 35px;
        padding-right: 35px;
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 0;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .collapse.in{
  		display:block !important;
	}
    .navbar-default ul.nav li {
		border-bottom: 1px dotted #2A2A2A;
	}
    .dropdown-menu {
        position: relative;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: none;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 13px;
        list-style: none;
        background-color: transparent;
        background-clip: padding-box;
        border: none;
        border: none;
        border-radius: 4px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .dropdown-menu > li {
        border-bottom: none!important;
    }
    .dropdown-menu > li > a {
        color: #fff;
    }
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        text-decoration: none;
        background-color: transparent!important;
    }
}

/* ==== Site Wrapper ==== */
.site-wrapper {
	clear: both;
}
.site-wrapper-video {
	background:#fff;
	z-index:1;
}

/* ==== 5) About ==== */
#about {
	padding-top: 60px;
	padding-bottom: 60px;
}
.section-title-about {
	text-align: center;
	margin-bottom: 30px;
}
h4 {
	font-size: 24px;
}
h4 small {
	font-size: 20px;
}
p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
}
.about-row {
	margin-bottom: 40px;
}
.about-icon {
	float: left;
}
.about-info {
	padding-left: 50px;
	padding-top: 0px;
}
.about-description {
	padding-right: 50px;
	
}
/* ==== 6) Who We Are ==== */
#who-we-are {
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../img/bg_2.jpg);
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
	color: #fff;
}
.col-we-are {
	margin-top: 40px;
	margin-bottom: 40px;
	color: #fff;
	z-index:3;
}
.we-are-info {
	line-height: 1;
}
.p-info {
	line-height: 1.8;
}
.col-md-skills {
	margin-top: 40px;
	margin-bottom: 40px;
	color: #fff;
	z-index:3;
	height:300px;
}
.skills-col {
	text-align:left;
	margin-top: 40px;
	margin-bottom: 40px;	
}
.skills {
	text-align: left;
	margin: 40px 0px;	
	padding:0px;
	color:#fff;
}
.skills-col .skills p {
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size: 13px;
	line-height:0px;
}


.skillbar {
	position:relative;
	display:block;
	margin-bottom:35px;
	width:100%;
	background:#fff;
	height:26px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.skillbar-title {
	position:absolute;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 13px;
	top:0;
	left:0;
width:110px;
	color:#ffffff;

	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-title span {
	display:block;
	padding:4px 10px;
	height:26px;
	
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-bar {
	height:26px;
	width:0px;

	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.skills-col p {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 13px;
line-height: 0px;
} 



/* ==== 7) Team ==== */
#team {
	padding-bottom: 60px;
	padding-top: 60px;
}
.section-title-team {
	text-align: center;
	margin-bottom: 50px;
}
.team-info {
	text-align: left;
	padding-top: 5px;
	padding-right: 15px;
}
.grid {
	padding: 0px 0px 0px 0px;
	max-width: 100%;
	list-style: none;
	text-align: center;
}
.grid li {
 	display: inline-block;
	width: 100%;
	position: relative;
}
.grid figure {
	margin: auto;
	position: relative;
}
.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}
.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #121212;
 	display: table-cell;
    vertical-align: middle;	
}
.cbp-l-grid-projects .grid figcaption {
	padding-top: 35.5%;
}
.team-member .grid figcaption {
	padding-top: 37.5%;
}
.grid figcaption a {
    padding: 5px;
	color:#fff;
}

/* Portfolio Hover and Touch Animations */
.cs-style-3 figure {
	overflow: hidden;
}
.cs-style-3 figure img {
    margin-left:auto; 
    margin-right:auto;
    
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
   	transition: transform 0.3s;
}
.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.25);
    transform: scale(1.2);
}
.cs-style-3 figcaption {
	height: 100%;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
    
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: .7;
    
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/* ==== 8) Separator-Video ==== */
#separator-video {
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../img/bg_3.jpg);
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
	padding-top: 40px;
	padding-bottom: 40px;
}
.separator-video-content {
	margin-top: 40px;
	margin-bottom: 40px;
}
.video-info {
	line-height: 1;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fluid-width-video-wrapper {
    margin-top: 40px;
	margin-bottom: 40px;
}

/* ==== 9) Fun Facts ==== */
#fun-facts {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 1;
	padding-top:30px;
	padding-bottom:30px;
}
.fact-container {
	padding-top:60px;
	padding-bottom:13px;
}
.counter {
	font-size: 70px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 0px;
}
.fact {
	text-align:center;	
}

/* ==== 10) Separator-Quotes ==== */
#separator-quotes {
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../img/bg_4.jpg);
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
	color: #fff;
}
.quotes {
	color: #fff;
	position: relative;
	z-index: 3;
	text-align: center;
	height: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}
.white {
	color: #fff;
}
.label {
	font-weight: normal;
	
}
.label-primary {
	
}
.quotes .fa.fa-quote-left {
	font-size: 26px;
	vertical-align: top;
	margin-top: 2px;
}
.quotes .fa.fa-quote-right {
	font-size: 26px;
	vertical-align: top;
	margin-top: 2px;
}

/* ==== 11) Services ==== */


#services {
	padding-top: 60px;
	padding-bottom: 60px;
}
/*
#services {
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../img/bg_3.jpg);
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
	padding-top: 40px;
	padding-bottom: 40px;
}
*/
.section-title {
	text-align: center;
	margin-bottom: 40px;
}
.services-row {
	
}
.services-container {
	
}
.service {
	margin-bottom: 40px;
}
.service-icon {
	float: left;
}
.back-icon{
	z-index: -1;
	color: #F0F0F0;
	position: absolute;
	padding-left: 40px;
	left: 0;
	top: 0;
	width: 144px;
	height: 144px;
	line-height: 144px;
	font-size: 144px;
}
.ion-3x {
	font-size: 3em;
}
.service-info {
	padding-left: 60px;
	padding-top: 1px;
}

/* ==== 12) Separator Call to Action ==== */
#separator-purchase {
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../img/bg_5.jpg);
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
}
.call-action-purchase {
    padding: 20px 0px 20px 0px;
    vertical-align: middle;
    display: table;
}
@media (max-width: 480px) {
    .action-5-info h3,
    .action-5-info h3 small {
        font-size: 20px;
    } 
}
@media (min-width: 768px) {
    .action-5-info h3,
    .action-5-info h3 small {
        font-size: 22px;
    } 
}

/* ==== 13) Portfolio ==== */
#our-work {
	padding-top: 60px;
	padding-bottom: 60px;
}
.portfolio-container { 
	position: relative;  
	margin: 0 auto; 
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;	
}
 
#filters {
	padding:0;
	list-style:none;
	margin-bottom:30px;
}

#filters li {
	float:left;
		
}
	
#filters li span {
	display: block;
	padding: 5px 20px;	
	margin-right: 5px;
	margin-top:5px;	
	text-decoration:none;
	color:#121212;
	cursor: pointer;
	background-color: #f5f5f5;
		
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
		
	-webkit-transition: .4s cubic-bezier(0.25,.46,.45,.94);
	transition: .4s cubic-bezier(0.25,.46,.45,.94);
	-webkit-transition-property: background-color,color;
	transition-property: background-color,color;
}
	
#filters li span.active {
	color:#fff;
		
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
}
#filters li span:hover,
#filters li span:focus {
	color: #fff;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: none;
	margin-bottom: 15px;
	overflow: hidden;
}
.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
}
.portfolio img {
	max-width:100%;
	position: relative;
}

/* ==== 14) Testimonials ==== */

#separator-testimonials {
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/bg_6.jpg);
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
	color: #fff;
}
.testimonials {
	margin-top: 60px;
	margin-bottom: 60px;
	color: #fff;
}
.testimonial-img {
	width: 100px;
 
	margin-bottom: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
}
.testimonials .fa.fa-quote-left {
	font-size: 18px;
	vertical-align: top;
	margin-top: 2px;
}
.testimonials .fa.fa-quote-right {
	font-size: 18px;
	vertical-align: top;
	margin-top: 2px;
}

/* ==== 15-a) Clients ==== */

#clients {
	padding-top: 60px;
	padding-bottom: 80px;
}
.section-title-clients {
	text-align: center;
	margin-bottom:40px;
}
.clients-logos  {
	
}

/* ==== 15-b) Twitter Feed ==== */
#twitter-feed {
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/bg_3.jpg);
 
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
	padding-top: 60px;
}
.tweet-feed .tweet .date {
    margin-top: 5px;
    font-weight: bold;
    font-size: 12px;
}
.twitter-logo {
    margin-bottom: 15px;
}
@media (min-width: 180px) {
    .tweet-feed ul li {
        font-family: 'Montserrat', sans-serif;
	    font-weight: 700;
        font-size: 14px;
    }
} 
@media (min-width: 480px) {
    .tweet-feed ul li {
        font-family: 'Montserrat', sans-serif;
	    font-weight: 700;
        font-size: 18px;
    }
}
@media (min-width: 769px) {
    .tweet-feed ul li {
        font-family: 'Montserrat', sans-serif;
	    font-weight: 700;
        font-size: 24px;
    }
}
.tweet-feed .flex-control-nav {
    width: 100%;
    position: relative;
    bottom: -10px;
    text-align: center;
}
.blog-widget-container .tweet-feed ul li {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 10px;
}

/* ==== 16) Get Connected ==== */

#get-connected {
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/bg_7.jpg);
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
	color: #fff;
}
.connected-row {
	margin-top: 60px;
	margin-bottom: 80px;
	color: #fff;
	position:relative;
	z-index:3;
}
.connected-icons {
	margin: 60px 60px;
	list-style-type: none;
    display: inline-block;
    list-style: none;
    
	-webkit-padding-start: 0;
	-moz-padding-start: 0;
	-khtml-padding-start: 0;
	-o-padding-start: 0;
	padding-start: 0;
	padding: 0;
}
.connected-icons li {
	display: inline-block;
    padding: 15px 15px;
}
.connected-icon a .fa-stack.fa-lg.fa-4x .fa.fa-circle {
	opacity: 0.2;
	
	-webkit-transition: opacity .4s ease-in-out;
        -moz-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
        -o-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;
}
.connected-icon a:focus .fa-stack.fa-lg.fa-4x .fa.fa-circle,
.connected-icon a:hover .fa-stack.fa-lg.fa-4x .fa.fa-circle {
	opacity: 1;
	
}
.connected-icon a {
	
}
.connected-icon a:focus,
.connected-icon a:hover {
	  
}
.ion-5x {
	font-size: 5em;
}

/* ==== 17) Price List ==== */

#price-list {
	padding-top: 60px;
}
.section-title-price {
	text-align: center;
	margin-bottom: 40px;
}
.price-container {
	margin-bottom: 80px;
}
.price-box {
	margin-top:30px;
	margin-bottom:30px;
	padding: 15px;
	background-color: #F2F2F2;
}
.price-box-big {
	
	background-color: #F1F1F1;
	padding-bottom: 35px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 35px;
}
.price-box-info h2 span {
	font-size: 36px;
}
.price-box-info h2 small {
	font-size: 24px;
	color: #121212;
}
.price-box-info h3 span {
	font-size: 36px;
}
.price-box-info h3 small {
	font-size: 24px;
	color: #121212;
}
.ion-6x {
	font-size: 6em;
}
.price-box-info {
	margin: 15px 15px;
}
.price-box-offer {
	margin-bottom: 35px;
	margin-top: 20px;
}
.offer-list {
	list-style-type: none;
	-webkit-padding-start: 0;
	-moz-padding-start: 0;
	-khtml-padding-start: 0;
	-o-padding-start: 0;
	padding-start: 0;
	padding: 0;
}
.ion-2x {
	font-size: 2em;
}
.offer-list li {
	list-style: none;
	font-size:16px;
	margin-bottom: 10px;
}
.offer-list li span {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.sign-up-btn {
	margin-bottom: 30px;
}

/* ==== 18) Contact Details ==== */

#contact-details {
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/bg_3.jpg);
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
	color: #fff;
}
.details {
	margin-top: 80px;
	margin-bottom: 80px;
	color: #fff;
	z-index: 3;
}
.phone-info {
	line-height: 0;
	border-radius: 3px;
	display: inline-block;
	color: #fff;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
}


/* ==== 19) Contact Form ==== */

#contact-form {
	padding-top: 60px;
	padding-bottom: 60px;
}


#contact h1 { margin: 10px 0 10px; font-size: 24px; color: #fff; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }



/* Form style */

#contact input, select { 
	width: 100%; 
	max-width: ;
	padding: 12.9px; 
	color: #444; 
	background: #fff; 
	border: 1px solid #F0F0F0; 
	margin: 7px 0px; 
	-webkit-border-radius:2px; 
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {   
border-color: none;
box-shadow: none;
outline: 0 none;
}
textarea { 
	width: 100%; 
	max-width:  ;
	height: 165px;
	padding: 13px; 
	color: #444; 
	background: #fff; 
	border: 1px solid #F2F2F2; 
	margin-top: 7px;
	margin-left: ;
	margin-right:15px;
	-webkit-border-radius:2px; 
}
#contact input:focus, textarea:focus, select:focus { 
	border: 1px solid #999; 
	background-color: #fff; 
	color:#333; 
}

#contact input.submit { 
	width: 185px;
	margin: 15px 0px;
	cursor: pointer;  
	color:#fff; 
	border-radius: 3px;
	border-color: none;
	-webkit-transition: .4s cubic-bezier(0.25,.46,.45,.94);
	transition: .4s cubic-bezier(0.25,.46,.45,.94);
	-webkit-transition-property: background-color,color;
	transition-property: background-color,color;
}
#contact input.submit:hover { 
	background:#444; 
}
#contact input[type="submit"][disabled] { background:#888; }

#contact span.required { 
	font-size: 13px; 
	color: #ff0000; 
}
#message { 
	margin: 10px 0; 
	padding: 0; 
}
.error_message {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 22px;
	padding: 3px 10px 3px 35px;
	color: #8a1f11;
	-webkit-border-radius: 5px;
	background-color: #FBE3E4;
	background-image: url(../img/error.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
}

.loader { 
	padding: 0 10px; 
}
acronym { 
border-bottom:1px dotted #ccc; 
}

/* ==== 20) Google Map ==== */

#map {
	height: 480px;
	width: auto;
}

/* ==== 21) Footer ==== */

#footer {
	background-color: #121212;
    padding-bottom: 15px;
}
.back-to-top {
	display: block;
	background: #121212;
	width: 45px;
	height: 40px;
	font-size: 28px;
	line-height: 38px;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	-webkit-transform: translateZ(0);
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	transition: 0.2s all linear;
    cursor: pointer;
}
.footer-social {
	margin-top: 60px;
	margin-bottom: 10px;
}
.footer-social li a:hover {
	color: #fff;
}
.footer-info {
	margin-bottom: 20px;
}
.footer-copyright {
	font-size:13px;
}
footer p {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #f5f5f5;
}
.footer-logo a {
    color: #f5f5f5;
}
footer .footer-menu {
    margin-top: 45px;
    border-top: 1px solid #333;
    padding-top: 30px;
    font-size: 12px;
    font-weight: 400;
    height: 64px;
    color: #999;
}
footer .footer-menu a {
    color: #999;
    margin-left: 30px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;  
}
footer .footer-menu a:hover {
    color: #fff;
}
footer .connected-icons {
	margin: 0;
	list-style-type: none;
    display: inline-block;
    list-style: none;
}
footer .connected-icons li {
	display: inline-block;
    padding: 17px 17px;
}
footer .connected-icons li .fa-2-5x {
    font-size: 2.5em;
}
.btn-buy {
padding: 1px 5px;
font-size: 10px;
line-height: 1.5;
border-radius: 3px;
}
/* ==== 22) Home-Pattern ==== */
#home-pattern {
	background-color: #444;
	background-position: center 0%;
	background-size: auto;
	background-repeat: repeat;
	background-attachment: fixed;
	background-image: url(../img/pattern-1.jpg);
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;	
}

#home-slideshow {
	
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;	
}

/* ==== 23) Shortcodes ==== */
.btn, .btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
text-shadow: none;
border: 0;
background-image: none;
font-weight: 300;
border-radius: 3px;
border-color: none;
-webkit-transition: .4s cubic-bezier(0.25,.46,.45,.94);
transition: .4s cubic-bezier(0.25,.46,.45,.94);
-webkit-transition-property: background-color,color;
transition-property: background-color,color;
box-shadow: none;
}
.btn:hover, .btn-primary:hover, .btn-success:hover, .btn-info:hover, .btn-warning:hover, .btn-danger:hover {
    background-color: #121212;
	border-color: none;
}
.btn:focus, .btn-primary:focus, .btn-success:focus, .btn-info:focus, .btn-warning:focus, .btn-danger:focus {
    background-color: #999;
	border-color: none;
}
.btn:active, .btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active {
    background: #121212 ;
    border: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #121212;
    border-color: #121212;
    outline: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border: 1px solid #999;
}
.btn-default:hover {
    color: #fff;
}
.open .dropdown-toggle.btn-primary {
border-color: none;
}

blockquote p {
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
}
ul.check-list-1 li:before,
ul.check-list-2 li:before,
ul.check-list-3 li:before,
ul.chevron-list-1 li:before, 
ul.chevron-list-2 li:before,
ul.dot-circle-list li:before {
display: inline-block;
width: 40px;
margin-left: -40px;
text-align: center;
line-height: inherit;
font-family: FontAwesome;
}
ul.check-list-1,
ul.check-list-2,
ul.check-list-3, 
ul.chevron-list-1,
ul.chevron-list-2,
ul.dot-circle-list, 
ul.caret-list {
	list-style:none;
}
ul.check-list-1 li:before {
	font-size: 13px;
	content: '\f00C';

}
ul.check-list-2 li:before {
	font-size: 13px;
	content: '\f058';

}
ul.check-list-3 li:before {
	font-size: 13px;
	content: '\f14a';

}
ul.chevron-list-1 li:before {
	font-size: 13px;
	content: '\f054';

}
ul.chevron-list-2 li:before {
	font-size: 13px;
	content: '\f138';

}
ul.dot-circle-list li:before {
	font-size: 13px;
	content: '\f192';

}
ul.caret-list li:before {
	font-size: 13px;
	content: '\f152';

}
.btn-link:hover,
.btn-link:focus {
  color: #121212;
  text-decoration: underline;
  background-color: transparent;
}
.post-title a {
    color: #121212;
}
.post-img {
    margin-bottom:10px;
}
.project-img {
    margin-bottom:60px;
}
.tags-list {
    list-style: none; 
    padding:0px;
}
.tags-list li {
    font-size: 13px;
    margin-top: 5px;
    display: inline-block;
    padding: 3px 9px;
    border: 1px solid #e8e8e8;
}
.blog-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.blog-list li {
    background-color: #F2F2F2;
    padding: 5px 5px 5px 10px;
    margin-bottom: 5px;
    border-radius: 3px;
}
.blog-list li a {
    color: #121212;
}
.blog-list li a:hover {
    color: #fff;
}
.blog-list li:hover a {
    color: #fff;
}
.blog-widget-container {
    margin-bottom: 60px;
}
.form-control:focus {
    border-color: #121212;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control {
    border-radius: 0px;
}
.blog-author {
    margin: 60px 0 60px 0;
}
.author-img {
    max-height:100px; 
    float:left; 
    margin-right: 20px
}
#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 25px;
    right: 40px;
    display: none;
    cursor: pointer;
}
#back-to-top a:hover {
    color: #999;
}
.action-btn {
    margin: 20px 0 20px 0;
}
.call-action-1 {
    background: #272727;
    padding: 20px;
    margin: 20px 0 20px 0;
}
.call-action-2 {
    border: 1px solid #CCC;
    padding: 20px;
    margin: 20px 0 20px 0;
}
.call-action-3 {
    background: #272727;
    padding: 20px 40px 20px 40px;
    margin: 20px 0 20px 0;
}
.call-action-4 {
    border: 1px solid #CCC;
    padding: 20px 40px 20px 40px;
    margin: 20px 0 20px 0;
}
.call-action-5 {
    background: #272727;
    padding: 20px 40px 20px 40px;
    margin: 20px 0 20px 0;
    vertical-align: middle;
    display: table;
}
.call-action-6 {
    border: 1px solid #CCC;
    padding: 20px 40px 20px 40px;
    margin: 20px 0 20px 0;
    vertical-align: middle;
    display: table;
}
@media (min-width: 768px) {
    .action-5-btn {
    padding: 20px 0 20px 20px;
    }
    .action-5-info {
        text-align: left;
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding: 0;
    }
    .action-5-btn {
        text-align: right;
        display: table-cell;
        vertical-align: middle;
    }
}
@media (max-width: 180px) {
    .action-5-btn {
    padding: 20px 0 20px 20px;
    }
} 
@media (max-width: 480px) {
  .btn-responsive {
    font-size:90%;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .btn-responsive {
    font-size:100%;
  }
}
.panel-title:hover {
     cursor: pointer;
}
.panel-body {
    background-color: #f5f5f5;
    padding-left: 30px;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: none;
}
.nav-tabs > li > a:hover {
    border: none;
    border-color: none;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: #fff;
    border: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #121212;
    background-color: #f5f5f5;
    cursor: default;
    border: none;
    border-bottom-color: transparent;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    background-color: #fff;
    color: #121212;
    border-radius: 4px 4px 0 0;
}
.tab-pane {
    padding: 15px;
    background-color: #f5f5f5;
}
.nav-tabs {
    border: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #121212;
    text-decoration: none;
    background-color: #f5f5f5;
    outline: 0;
}
.nav-tabs-dark > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #272727;
    cursor: default;
    border: none;
    border-bottom-color: transparent;
}
.tab-pane-dark {
    padding: 15px;
    color: #fff;
    background-color: #272727;
}
.link {
  cursor: pointer;
}