/*
	* Style settings of LayerSlider
	*
	* (c) 2011-2013 George Krupa, John Gera & Kreatura Media
	*
	* Plugin web:			http://kreaturamedia.com/
	* Licenses: 			http://codecanyon.net/licenses/
*/


/* Global settings */

.ls-container {
    visibility: hidden;
    position: relative;
}

.ls-lt-container {
    position: absolute;
}

.ls-lt-container,
.ls-lt-container * {
    text-align: left !important;
    direction: ltr !important;
}

.ls-container-fullscreen {
    margin: 0 auto !important;
    padding: 2% !important;
    background: black !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border: none !important;
}

.ls-container-fullscreen .ls-thumbnail-wrapper,
.ls-container-fullscreen .ls-fullscreen,
.ls-container-fullscreen .ls-shadow {
    display: none !important;
}

.ls-overflow-hidden {
    overflow: hidden;
}

.ls-inner {
    position: relative;
    background-position: center center;
    z-index: 2;
}

.ls-loading-container {
    position: absolute !important;
    display: none;
    z-index: 3 !important;
    left: 50% !important;
    top: 50% !important;
}

.ls-loading-indicator {
    margin: 0 auto;
}

.ls-inner,
.ls-slide {
    width: 100%;
    height: 100%;
}

.ls-slide,
.ls-layer {
    position: absolute;
    display: none;
    background-position: center center;
    overflow: hidden;
}

.ls-active,
.ls-animating {
    display: block !important;
}

.ls-slide > * {
    position: absolute;
    line-height: normal;
    margin: 0;
    left: 0;
    top: 0;
}

.ls-slide .ls-bg {
    left: 0px;
    top: 0px;
    transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
}

.ls-yourlogo {
    position: absolute;
    z-index: 99;
}


/* Timers */

.ls-bar-timer {
    position: absolute;
    width: 0;
    height: 2px;
    background: white;
    border-bottom: 2px solid #555;
    opacity: .55;
    filter: alpha(opacity=55);
    z-index: 4;
    top: 0;
}

.ls-circle-timer {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 4;
    opacity: .65;
    filter: alpha(opacity=65);
    display: none;
}

.ls-ct-half {
    background: white;
}

.ls-ct-center {
    background: #444;
}

.ls-ct-left,
.ls-ct-right {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.ls-ct-left,
.ls-ct-right {
    float: left;
    position: relative;
}

.ls-ct-rotate {
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
}

.ls-ct-left .ls-ct-rotate,
.ls-ct-right .ls-ct-hider,
.ls-ct-right .ls-ct-half {
    left: 0;
}

.ls-ct-right .ls-ct-rotate,
.ls-ct-left .ls-ct-hider,
.ls-ct-left .ls-ct-half {
    right: 0;
}

.ls-ct-hider,
.ls-ct-half {
    position: absolute;
    top: 0;
}

.ls-ct-hider {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.ls-ct-half {
    width: 200%;
    height: 100%;
}

.ls-ct-center {
    width: 50%;
    height: 50%;
    left: 25%;
    top: 25%;
    position: absolute;
}

.ls-ct-half,
.ls-ct-center {
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}


/* Navigation */

.ls-bottom-nav-wrapper {
    height: 0;
}

.ls-bottom-slidebuttons {
    text-align: left;
}

.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
    z-index: 2;
    height: 0;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.ls-below-thumbnails {
    display: none;
    z-index: 6;
}

.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
    outline: none;
}

* .ls-bottom-nav-wrapper *,
* .ls-bottom-nav-wrapper span * {
    direction: ltr !important;
}

.ls-bottom-slidebuttons {
    position: relative;
    z-index: 1000;
}

.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
    position: relative;
}

.ls-nothumb {
    text-align: center !important;
}

.ls-link {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    background-image: url(blank.gif);
}

.ls-slide > a > * {
    background-image: url(blank.gif);
}


/* Embedded videos */

.ls-vpcontainer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.ls-videopreview {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.ls-playvideo {
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
}


/* Thumbnails */

.ls-tn {
    display: none !important;
}

.ls-thumbnail-hover {
    display: none;
    position: absolute;
    left: 0;
}

.ls-thumbnail-hover-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.ls-thumbnail-hover-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.ls-thumbnail-hover-img {
    position: absolute;
    overflow: hidden;
}

.ls-thumbnail-hover img {
    max-width: none !important;
    position: absolute;
    display: inline-block;
    visibility: visible !important;
    left: 50%;
    top: 0;
}

.ls-thumbnail-hover span {
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
}

.ls-thumbnail-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 4;
}

.ls-thumbnail {
    position: relative;
    margin: 0 auto;
}

.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
    width: 100%;
}

.ls-thumbnail-slide-container {
    overflow: hidden !important;
    position: relative;
}

.ls-touchscroll {
    overflow-x: auto !important;
}

.ls-thumbnail-slide {
    text-align: center;
    white-space: nowrap;
    float: left;
    position: relative;
}

.ls-thumbnail-slide a {
    overflow: hidden;
    display: inline-block;
    width: 0;
    height: 0;
    position: relative;
}

.ls-thumbnail-slide img {
    max-width: none !important;
    max-height: 100% !important;
    height: 100%;
    visibility: visible !important;
}

.ls-shadow {
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    width: 100%;
    left: 0;
    overflow: hidden !important;
    visibility: hidden;
}

.ls-shadow img {
    width: 100% !important;
    height: auto !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
}

.ls-bottom-nav-wrapper,
.ls-thumbnail-wrapper,
.ls-nav-prev,
.ls-nav-next {
    visibility: hidden;
}


/* WP plugin fullwidth */

.ls-wp-fullwidth-container {
    width: 100%;
    position: relative;
}

.ls-wp-fullwidth-helper {
    position: absolute;
}


/* 2D & 3D Layer Transitions */

.ls-overflow-hidden {
    overflow: hidden;
}

.ls-lt-tile {
    position: relative;
    float: left;
    perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    -moz-perspective: 1000px;
    -webkit-perspective: 1000px;
}

.ls-lt-tile img {
    visibility: visible;
    display: inline-block;
}

.ls-curtiles {
    overflow: hidden;
}

.ls-curtiles,
.ls-nexttiles {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.ls-curtile, .ls-nexttile {
    overflow: hidden;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.ls-curtile {
    left: 0;
    top: 0;
}

.ls-curtile img,
.ls-nexttile img {
    position: absolute;
    filter: inherit;
}

.ls-3d-container {
    position: relative;
    overflow: visible !important;
}

.ls-3d-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.ls-3d-box div {
    overflow: hidden;
    background: #777;
    margin: 0;
    padding: 0;
    position: absolute;
}


/* Full screen */

.ls-fullscreen {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: block;
}


/* Removing all default global styles of WordPress themes */

html * .ls-nav-prev,
html * .ls-nav-next,
html * .ls-container img,
html * .ls-bottom-nav-wrapper a,
html * .ls-container .ls-fullscreen,
body * .ls-nav-prev,
body * .ls-nav-next,
body * .ls-container img,
body * .ls-bottom-nav-wrapper a,
body * .ls-container .ls-fullscreen,
#ls-global * .ls-nav-prev,
#ls-global * .ls-nav-next,
#ls-global * .ls-container img,
#ls-global * .ls-bottom-nav-wrapper a,
#ls-global * .ls-container .ls-fullscreen,
html * .ls-thumbnail a,
body * .ls-thumbnail a,
#ls-global * .ls-thumbnail a {
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    line-height: normal;
    outline: none;
    padding: 0;
    border: 0;
}

html * .ls-slide > a,
body * .ls-slide > a,
#ls-global * .ls-slide > a,
html * .ls-slide > h1,
body * .ls-slide > h1,
#ls-global * .ls-slide > h1,
html * .ls-slide > h2,
body * .ls-slide > h2,
#ls-global * .ls-slide > h2,
html * .ls-slide > h3,
body * .ls-slide > h3,
#ls-global * .ls-slide > h3,
html * .ls-slide > h4,
body * .ls-slide > h4,
#ls-global * .ls-slide > h4,
html * .ls-slide > h5,
body * .ls-slide > h5,
#ls-global * .ls-slide > h5,
html * .ls-slide > p,
body * .ls-slide > p,
#ls-global * .ls-slide > p,
html * .ls-slide > div,
body * .ls-slide > div,
#ls-global * .ls-slide > div,
html * .ls-slide > span,
body * .ls-slide > span,
#ls-global * .ls-slide > span,
html * .ls-slide > *,
body * .ls-slide > *,
#ls-global * .ls-slide > * {
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

html * .ls-slide > *,
body * .ls-slide > *,
#ls-global * .ls-slide > * {
    margin: 0;
}

html * .ls-container img,
body * .ls-container img,
#ls-global * .ls-container img {
    background: none !important;
    min-width: 0 !important;
    max-width: none !important;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 0;
}

/*html * .ls-thumbnail a img,
body * .ls-thumbnail a img,
#ls-global * .ls-thumbnail a img {
	min-width: 100% !important;
}
*/

html * .ls-wp-container .ls-slide > *,
body * .ls-wp-container .ls-slide > *,
#ls-global * .ls-wp-container .ls-slide > * {
    line-height: normal;
    outline: none;
    padding: 0;
    margin: 0;
    border: 0;
}

html * .ls-wp-container .ls-slide > a > *,
body * .ls-wp-container .ls-slide > a > *,
#ls-global * .ls-wp-container .ls-slide > a > * {
    margin: 0;
}

html * .ls-wp-container .ls-slide > a,
body * .ls-wp-container .ls-slide > a,
#ls-global * .ls-wp-container .ls-slide > a {
    text-decoration: none;
}

.ls-wp-fullwidth-container,
.ls-wp-fullwidth-helper,
.ls-container,
.ls-container * {
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
}

html * .ls-yourlogo,
body * .ls-yourlogo,
#ls-global * .ls-yourlogo {
    margin: 0;
}

html * .ls-tn,
body * .ls-tn,
#ls-global * .ls-tn {
    display: none;
}

.site {
    overflow: visible !important;
}


/* Style of LayerSlider Debug Console */

.ls-debug-console * {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: white !important;
    text-shadow: none !important;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif !important;
    line-height: normal !important;
    -webkit-font-smoothing: antialiased !important;
    text-align: left !important;
    font-style: normal !important;
}

.ls-debug-console h1 {
    padding-top: 10px !important;
    font-size: 17px !important;
    font-weight: bold !important;
}

.ls-debug-console h1:first-child {
    padding-top: 0 !important;
}

.ls-debug-console ul {
    padding-top: 10px !important;
    list-style: none !important;
}

.ls-debug-console li {
    margin-left: 10px !important;
    font-size: 13px !important;
    position: relative !important;
    font-weight: normal !important;
}

html * .ls-debug-console li ul,
body * .ls-debug-console li ul,
#ls-global * .ls-debug-console li ul {
    display: none;
    width: 260px;
    left: -10px;
}

.ls-debug-console li ul {
    position: absolute !important;
    bottom: 100% !important;
    padding: 10px 10px 10px 0 !important;
    background: white !important;
    border-radius: 10px !important;
    box-shadow: 0 0 20px black !important;
}

html * .ls-debug-console li:hover ul,
body * .ls-debug-console li:hover ul,
#ls-global * .ls-debug-console li:hover ul {
    display: block;
}

.ls-debug-console li ul * {
    color: black !important;
}

.ls-debug-console a {
    text-decoration: none !important;
    border-bottom: 1px dotted white !important;
}

.ls-error {
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -wenkit-border-radius: 5px !important;
    background: white !important;
    height: auto !important;
    width: auto !important;
    color: white !important;
    padding: 20px 40px 30px 80px !important;
    position: relative !important;
    box-shadow: 0 2px 20px -5px black;
}

.ls-error p {
    line-height: normal !important;
    text-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: justify !important;
    font-family: Arial, sans-serif !important;
}

.ls-error .ls-error-title {
    line-height: 40px !important;
    color: red !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

.ls-error .ls-error-text {
    color: #555 !important;
    font-weight: normal !important;
    font-size: 13px !important;
}

.ls-error .ls-exclam {
    width: 40px !important;
    height: 40px !important;
    position: absolute !important;
    left: 20px !important;
    top: 20px !important;
    border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    font-size: 30px !important;
    font-weight: bold !important;
    color: white !important;
    line-height: 40px !important;
    background: red !important;
    text-align: center !important;
}


/* GPU Hardware Acceleration */

html * .ls-container .ls-shadow,
html * .ls-container .ls-slide > *,
html * .ls-container .ls-fullscreen,
html * .ls-container .ls-3d-container,
html * .ls-container .ls-lt-container,
html * .ls-container .ls-lt-container *,
html * .ls-container .ls-thumbnail-wrapper,
html * .ls-container .ls-bottom-nav-wrapper,
body * .ls-container .ls-shadow,
body * .ls-container .ls-slide > *,
body * .ls-container .ls-fullscreen,
body * .ls-container .ls-3d-container,
body * .ls-container .ls-lt-container,
body * .ls-container .ls-lt-container *,
body * .ls-container .ls-thumbnail-wrapper,
body * .ls-container .ls-bottom-nav-wrapper,
#ls-global * .ls-container .ls-shadow,
#ls-global * .ls-container .ls-slide > *,
#ls-global * .ls-container .ls-fullscreen,
#ls-global * .ls-container .ls-3d-container,
#ls-global * .ls-container .ls-lt-container,
#ls-global * .ls-container .ls-lt-container *,
#ls-global * .ls-container .ls-thumbnail-wrapper,
#ls-global * .ls-container .ls-bottom-nav-wrapper,
.ls-gpuhack {
    transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.ls-videohack {
    transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform-origin: none !important;
    -o-transform-origin: none !important;
    -ms-transform-origin: none !important;
    -moz-transform-origin: none !important;
    -webkit-transform-origin: none !important;
}

.ls-oldiepnghack {
    filter: none !important;
}

.ls-gpuhack {
    width: 100% !important;
    height: 100% !important;
    left: 0px !important;
    top: 0px !important;
}


html * .ls-container .ls-webkit-hack,
body * .ls-container .ls-webkit-hack,
#ls-global * .ls-container .ls-webkit-hack {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

/* GPU */

@media (transform-3d), (-o-transform-3d), (-ms-transform-3d), (-moz-transform-3d), (-webkit-transform-3d) {
    #ls-test3d {
        position: absolute;
        left: 9px;
        height: 3px;
    }
}

/* Mobile features */

.ls-forcehide {
    display: none !important;
}


div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
    content: " ";
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url('../../images/ajax-loader.gif');
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible;
}

div.wpcf7 div.ajax-error {
    display: none;
}

div.wpcf7 .placeheld {
    color: #888;
}

div.wpcf7 input[type="file"] {
    cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
    cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}


/*
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.2
*/

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    color: #333;
    display: inline-block;
    zoom: 1;
    *display: inline; /*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #eef3f1;
    filter: Alpha(Opacity=50); /*IE7 fix*/
    opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100); /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline; /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50); /*IE7 fix*/
    opacity: 0.4;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #eef3f1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100); /*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}


/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}

/* fade */
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}


.tp_recent_tweets {
    float: left;
    clear: left;

}

.tp_recent_tweets li {
    background-image: url('assets/tweet.png');
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 30px;
    padding-bottom: 20px;
    float: left;
    clear: left;
    line-height: 20px;
    list-style-type: none;
}

.tp_recent_tweets li a {
    font-weight: bold;
}

.tp_recent_tweets .twitter_time {
    color: #999;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
}


/*-----------------------------------------------------------------------------

	-	Revolution Slider 4.1 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	27/11/13
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/


@font-face {
    font-family: 'revicons';
    src: url('../font/revicons.eot?5510888');
    src: url('../font/revicons.eot?5510888#iefix') format('embedded-opentype'),
    url('../font/revicons.woff?5510888') format('woff'),
    url('../font/revicons.ttf?5510888') format('truetype'),
    url('../font/revicons.svg?5510888#revicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'revicons';
    src: url('../font/revicons.svg?5510888#revicons') format('svg');
  }
}
*/

[class^="revicon-"]:before, [class*=" revicon-"]:before {
    font-family: "revicons";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.revicon-search-1:before {
    content: '\e802';
}

/* '' */
.revicon-pencil-1:before {
    content: '\e831';
}

/* '' */
.revicon-picture-1:before {
    content: '\e803';
}

/* '' */
.revicon-cancel:before {
    content: '\e80a';
}

/* '' */
.revicon-info-circled:before {
    content: '\e80f';
}

/* '' */
.revicon-trash:before {
    content: '\e801';
}

/* '' */
.revicon-left-dir:before {
    content: '\e817';
}

/* '' */
.revicon-right-dir:before {
    content: '\e818';
}

/* '' */
.revicon-down-open:before {
    content: '\e83b';
}

/* '' */
.revicon-left-open:before {
    content: '\e819';
}

/* '' */
.revicon-right-open:before {
    content: '\e81a';
}

/* '' */
.revicon-angle-left:before {
    content: '\e820';
}

/* '' */
.revicon-angle-right:before {
    content: '\e81d';
}

/* '' */
.revicon-left-big:before {
    content: '\e81f';
}

/* '' */
.revicon-right-big:before {
    content: '\e81e';
}

/* '' */
.revicon-magic:before {
    content: '\e807';
}

/* '' */
.revicon-picture:before {
    content: '\e800';
}

/* '' */
.revicon-export:before {
    content: '\e80b';
}

/* '' */
.revicon-cog:before {
    content: '\e832';
}

/* '' */
.revicon-login:before {
    content: '\e833';
}

/* '' */
.revicon-logout:before {
    content: '\e834';
}

/* '' */
.revicon-video:before {
    content: '\e805';
}

/* '' */
.revicon-arrow-combo:before {
    content: '\e827';
}

/* '' */
.revicon-left-open-1:before {
    content: '\e82a';
}

/* '' */
.revicon-right-open-1:before {
    content: '\e82b';
}

/* '' */
.revicon-left-open-mini:before {
    content: '\e822';
}

/* '' */
.revicon-right-open-mini:before {
    content: '\e823';
}

/* '' */
.revicon-left-open-big:before {
    content: '\e824';
}

/* '' */
.revicon-right-open-big:before {
    content: '\e825';
}

/* '' */
.revicon-left:before {
    content: '\e836';
}

/* '' */
.revicon-right:before {
    content: '\e826';
}

/* '' */
.revicon-ccw:before {
    content: '\e808';
}

/* '' */
.revicon-arrows-ccw:before {
    content: '\e806';
}

/* '' */
.revicon-palette:before {
    content: '\e829';
}

/* '' */
.revicon-list-add:before {
    content: '\e80c';
}

/* '' */
.revicon-doc:before {
    content: '\e809';
}

/* '' */
.revicon-left-open-outline:before {
    content: '\e82e';
}

/* '' */
.revicon-left-open-2:before {
    content: '\e82c';
}

/* '' */
.revicon-right-open-outline:before {
    content: '\e82f';
}

/* '' */
.revicon-right-open-2:before {
    content: '\e82d';
}

/* '' */
.revicon-equalizer:before {
    content: '\e83a';
}

/* '' */
.revicon-layers-alt:before {
    content: '\e804';
}

/* '' */
.revicon-popup:before {
    content: '\e828';
}

/* '' */


/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

.tp-static-layers {
    position: absolute;
    z-index: 505;
    top: 0px;
    left: 0px
}


.tp-caption .frontcorner {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;
    left: -40px;
    top: 0px;
}

.tp-caption .backcorner {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;
    right: 0px;
    top: 0px;
}

.tp-caption .frontcornertop {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;
    left: -40px;
    top: 0px;
}

.tp-caption .backcornertop {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;
    right: 0px;
    top: 0px;
}

.tp-layer-inner-rotation {
    position: relative !important;
}


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image {
    width: 100%;
    height: auto;
}


/******************************
	-	WRAPPER STYLES		-
******************************/


.rev_slider_wrapper {
    position: relative;
}

.rev_slider_wrapper > ul {
    visibility: hidden;
}

.rev_slider {
    position: relative;
    overflow: visible;
}


.rev_slider img {
    max-width: none !important;
    -moz-transition: none 0;
    -webkit-transition: none 0;
    -o-transition: none 0;
    transition: none 0;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border: none;

}

.rev_slider .no-slides-text {
    font-weight: bold;
    text-align: center;
    padding-top: 80px;
}

.rev_slider > ul {
    margin: 0px;
    padding: 0px;
    list-style: none !important;
    list-style-type: none;
    background-position: 0px 0px;
}

.rev_slider > ul > li,
.rev_slider > ul > li:before {

    list-style: none !important;
    position: absolute;
    visibility: hidden;
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: visible;
    overflow-y: visible;
    list-style-type: none !important;
    background-image: none;
    background-position: 0px 0px;
    text-indent: 0em;
}

.tp-revslider-slidesli,
.tp-revslider-mainul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.tp-simpleresponsive > ul,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    overflow-x: visible;
    overflow-y: visible;
    background-image: none
}


.tp-simpleresponsive > ul li {
    list-style: none;
    position: absolute;
    visibility: hidden;
}


.rev_slider .tp-caption,
.rev_slider .caption {
    position: absolute;
    visibility: hidden;
    white-space: nowrap
}

.tp-simpleresponsive img {
    max-width: none
}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp-caption {
    z-index: 1
}


.tp_inner_padding {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-height: none !important;
}


.tp-hide-revslider, .tp-caption.tp-hidden-caption {
    visibility: hidden !important;
    display: none !important
}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
    max-width: none !important
}

/******************************
	-	WRAPPER STYLES END	-
******************************/

/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
    filter: none !important;
}

/******************************
	-	IE8 HACKS ENDS	-
*******************************/

/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%
}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video {
    width: 100% !important;
    height: 100% !important;
    display: none
}

.tp-caption.fullscreenvideo {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%
}


.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
    width: 100% !important;
    height: 100% !important;
    display: none
}


.fullcoveredvideo video,
.fullscreenvideo video {
    background: #000
}

.fullcoveredvideo .tp-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px
}

.html5vid.videoisplaying .tp-poster {
    display: none
}

.tp-video-play-button {
    background: #000;
    background: rgba(0, 0, 0, 0.3);
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    color: #FFF;
    z-index: 3;
    margin-top: -27px;
    margin-left: -28px;
    text-align: center;
    cursor: pointer;

}

.tp-caption:hover .tp-video-play-button {
    opacity: 1;
}

.html5vid .tp-revstop {
    width: 15px;
    height: 20px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    position: relative;
    margin: 10px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.html5vid .tp-revstop {
    display: none
}

.html5vid.videoisplaying .revicon-right-dir {
    display: none
}

.html5vid.videoisplaying .tp-revstop {
    display: block
}

.html5vid.videoisplaying .tp-video-play-button {
    display: none
}

.html5vid:hover .tp-video-play-button {
    display: block
}

.fullcoveredvideo .tp-video-play-button {
    display: none !important
}

.tp-video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
    background-image: linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);
    background-image: -o-linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);

    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.13, rgb(0, 0, 0)),
            color-stop(1, rgb(50, 50, 50))
    );

    display: table;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tp-caption:hover .tp-video-controls {
    opacity: .9;
}

.tp-video-button {
    background: rgba(0, 0, 0, .5);
    border: 0;
    color: #EEE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    line-height: 12px;
    font-size: 12px;
    color: #fff;
    padding: 0px;
    margin: 0px;
    outline: none;
}

.tp-video-button:hover {
    cursor: pointer;
}


.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap {
    padding: 0px 5px;
    display: table-cell;
}

.tp-video-seek-bar-wrap {
    width: 80%
}

.tp-video-vol-bar-wrap {
    width: 20%
}

.tp-volume-bar,
.tp-seek-bar {
    width: 100%;
    cursor: pointer;
    outline: none;
    line-height: 12px;
    margin: 0;
    padding: 0;
}


/********************************
	-	FULLSCREEN VIDEO ENDS	-
*********************************/


/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3
}

.tp-dottedoverlay.twoxtwo {
    background: url(../assets/gridtile.png)
}

.tp-dottedoverlay.twoxtwowhite {
    background: url(../assets/gridtile_white.png)
}

.tp-dottedoverlay.threexthree {
    background: url(../assets/gridtile_3x3.png)
}

.tp-dottedoverlay.threexthreewhite {
    background: url(../assets/gridtile_3x3_white.png)
}

/********************************
	-	DOTTED OVERLAYS ENDS	-
*********************************/


/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/

.fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0;
}


.fullwidthbanner-container {
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden;
}

.fullwidthbanner-container .fullwidthabanner {
    width: 100%;
    position: relative;
}


/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img {
    /*-webkit-transform: translateZ(0);
										  -webkit-backface-visibility: hidden;
										  -webkit-perspective: 1000;*/
}


/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */
    position: absolute;
    -webkit-font-smoothing: antialiased !important;
}


/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow {
    position: absolute;

    margin-left: auto;
    margin-right: auto;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-bannershadow.tp-shadow1 {
    background: url(../assets/shadow1.png) no-repeat;
    background-size: 100% 100%;
    width: 890px;
    height: 30px;
    bottom: -30px
}

.tp-bannershadow.tp-shadow2 {
    background: url(../assets/shadow2.png) no-repeat;
    background-size: 100% 100%;
    width: 890px;
    height: 60px;
    bottom: -60px
}

.tp-bannershadow.tp-shadow3 {
    background: url(../assets/shadow3.png) no-repeat;
    background-size: 100% 100%;
    width: 890px;
    height: 60px;
    bottom: -60px
}


/******************************
	-	BUTTONS	-
*******************************/

.tp-button {
    padding: 6px 13px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 30px;
    cursor: pointer;
    color: #fff !important;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
    font-size: 15px;
    line-height: 45px !important;
    background: url(../images/gradient/g30.png) repeat-x top;
    font-family: arial, sans-serif;
    font-weight: bold;
    letter-spacing: -1px;
    text-decoration: none;
}

.tp-button.big {
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
    font-weight: bold;
    padding: 9px 20px;
    font-size: 19px;
    line-height: 57px !important;
    background: url(../images/gradient/g40.png) repeat-x top
}


.purchase:hover,
.tp-button:hover,
.tp-button.big:hover {
    background-position: bottom, 15px 11px
}


/*@media only screen and (min-width: 480px) and (max-width: 767px) {
    .tp-button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
    a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .tp-button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important}
    a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
}*/


/*	BUTTON COLORS	*/

.tp-button.green, .tp-button:hover.green,
.purchase.green, .purchase:hover.green {
    background-color: #21a117;
    -webkit-box-shadow: 0px 3px 0px 0px #104d0b;
    -moz-box-shadow: 0px 3px 0px 0px #104d0b;
    box-shadow: 0px 3px 0px 0px #104d0b;
}


.tp-button.blue, .tp-button:hover.blue,
.purchase.blue, .purchase:hover.blue {
    background-color: #1d78cb;
    -webkit-box-shadow: 0px 3px 0px 0px #0f3e68;
    -moz-box-shadow: 0px 3px 0px 0px #0f3e68;
    box-shadow: 0px 3px 0px 0px #0f3e68
}


.tp-button.red, .tp-button:hover.red,
.purchase.red, .purchase:hover.red {
    background-color: #cb1d1d;
    -webkit-box-shadow: 0px 3px 0px 0px #7c1212;
    -moz-box-shadow: 0px 3px 0px 0px #7c1212;
    box-shadow: 0px 3px 0px 0px #7c1212
}

.tp-button.orange, .tp-button:hover.orange,
.purchase.orange, .purchase:hover.orange {
    background-color: #ff7700;
    -webkit-box-shadow: 0px 3px 0px 0px #a34c00;
    -moz-box-shadow: 0px 3px 0px 0px #a34c00;
    box-shadow: 0px 3px 0px 0px #a34c00
}

.tp-button.darkgrey, .tp-button.grey,
.tp-button:hover.darkgrey, .tp-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey {
    background-color: #555;
    -webkit-box-shadow: 0px 3px 0px 0px #222;
    -moz-box-shadow: 0px 3px 0px 0px #222;
    box-shadow: 0px 3px 0px 0px #222
}

.tp-button.lightgrey, .tp-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey {
    background-color: #888;
    -webkit-box-shadow: 0px 3px 0px 0px #555;
    -moz-box-shadow: 0px 3px 0px 0px #555;
    box-shadow: 0px 3px 0px 0px #555
}


/************************
	-	NAVIGATION	-
*************************/

/** BULLETS **/

.tpclear {
    clear: both
}


.tp-bullets {
    z-index: 1000;
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -webkit-transform: translateZ(5px);
}

.tp-bullets.hidebullets {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}


.tp-bullets.simplebullets.navbar {
    border: 1px solid #666;
    border-bottom: 1px solid #444;
    background: url(../assets/boxed_bgtile.png);
    height: 40px;
    padding: 0px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.tp-bullets.simplebullets.navbar-old {
    background: url(../assets/navigdots_bgtile.png);
    height: 35px;
    padding: 0px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}


.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/bullet.png) no-repeat top left;
    width: 20px;
    height: 20px;
    margin-right: 0px;
    float: left;
    margin-top: 0px;
    margin-left: 3px
}

.tp-bullets.simplebullets.round .bullet.last {
    margin-right: 3px
}

.tp-bullets.simplebullets.round-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/bullets.png) no-repeat bottom left;
    width: 23px;
    height: 23px;
    margin-right: 0px;
    float: left;
    margin-top: 0px
}

.tp-bullets.simplebullets.round-old .bullet.last {
    margin-right: 0px
}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/bullets2.png) no-repeat bottom left;
    width: 19px;
    height: 19px;
    margin-right: 0px;
    float: left;
    margin-top: 0px
}

.tp-bullets.simplebullets.square .bullet.last {
    margin-right: 0px
}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/bullets2.png) no-repeat bottom left;
    width: 19px;
    height: 19px;
    margin-right: 0px;
    float: left;
    margin-top: 0px
}

.tp-bullets.simplebullets.square-old .bullet.last {
    margin-right: 0px
}


/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/bullet_boxed.png) no-repeat top left;
    width: 18px;
    height: 19px;
    margin-right: 5px;
    float: left;
    margin-top: 10px
}

.tp-bullets.simplebullets.navbar .bullet.first {
    margin-left: 0px !important
}

.tp-bullets.simplebullets.navbar .bullet.last {
    margin-right: 0px !important
}


/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/navigdots.png) no-repeat bottom left;
    width: 15px;
    height: 15px;
    margin-left: 5px !important;
    margin-right: 5px !important;
    float: left;
    margin-top: 10px
}

.tp-bullets.simplebullets.navbar-old .bullet.first {
    margin-left: 0px !important
}

.tp-bullets.simplebullets.navbar-old .bullet.last {
    margin-right: 0px !important
}


.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
    background-position: top left;
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
    background-position: bottom left;
}


/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -webkit-transform: translateZ(1000px);
    -webkit-transform-style: preserve-3d;

}


.tparrows .tp-arr-imgholder {
    display: none
}

.tparrows .tp-arr-titleholder {
    display: none
}

.tparrows.hidearrows {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.tp-leftarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/large_left.png) no-repeat top left;
    width: 40px;
    height: 40px;
}

.tp-rightarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/large_right.png) no-repeat top left;
    width: 40px;
    height: 40px;
}


.tp-leftarrow.round {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/small_left.png) no-repeat top left;
    width: 19px;
    height: 14px;
    margin-right: 0px;
    float: left;
    margin-top: 0px;
}

.tp-rightarrow.round {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/small_right.png) no-repeat top left;
    width: 19px;
    height: 14px;
    margin-right: 0px;
    float: left;
    margin-top: 0px
}


.tp-leftarrow.round-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_left.png) no-repeat top left;
    width: 26px;
    height: 26px;
    margin-right: 0px;
    float: left;
    margin-top: 0px;
}

.tp-rightarrow.round-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_right.png) no-repeat top left;
    width: 26px;
    height: 26px;
    margin-right: 0px;
    float: left;
    margin-top: 0px
}


.tp-leftarrow.navbar {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/small_left_boxed.png) no-repeat top left;
    width: 20px;
    height: 15px;
    float: left;
    margin-right: 6px;
    margin-top: 12px
}

.tp-rightarrow.navbar {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/small_right_boxed.png) no-repeat top left;
    width: 20px;
    height: 15px;
    float: left;
    margin-left: 6px;
    margin-top: 12px
}


.tp-leftarrow.navbar-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrowleft.png) no-repeat top left;
    width: 9px;
    height: 16px;
    float: left;
    margin-right: 6px;
    margin-top: 10px
}

.tp-rightarrow.navbar-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrowright.png) no-repeat top left;
    width: 9px;
    height: 16px;
    float: left;
    margin-left: 6px;
    margin-top: 10px
}

.tp-leftarrow.navbar-old.thumbswitharrow {
    margin-right: 10px;
}

.tp-rightarrow.navbar-old.thumbswitharrow {
    margin-left: 0px;
}

.tp-leftarrow.square {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_left2.png) no-repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-right: 0px;
    margin-top: 0px
}

.tp-rightarrow.square {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_right2.png) no-repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-left: 0px;
    margin-top: 0px
}


.tp-leftarrow.square-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_left2.png) no-repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-right: 0px;
    margin-top: 0px
}

.tp-rightarrow.square-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_right2.png) no-repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-left: 0px;
    margin-top: 0px
}


.tp-leftarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/large_left.png) no-repeat 0 0;
    width: 40px;
    height: 40px;

}

.tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/large_right.png) no-repeat 0 0;
    width: 40px;
    height: 40px;

}


.tp-leftarrow:hover,
.tp-rightarrow:hover {
    background-position: bottom left;
}


/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/


.tp-bullets.tp-thumbs {
    z-index: 1000;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px; /* THE DIMENSIONS OF THE THUMB CONTAINER */
    margin-top: -50px;
    vertical-align: top;
}

.tp-bullets.tp-thumbs img {
    vertical-align: top
}


.fullwidthbanner-container .tp-thumbs {
    padding: 3px
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px; /* THE DIMENSIONS OF THE THUMB CONTAINER */
    overflow: hidden;
    position: relative
}


.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px; /* THE DIMENSION OF A SINGLE THUMB */
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;

    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}


.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}


/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer {
    visibility: hidden;
    width: 100%;
    height: 5px; /*background:url(../assets/timer.png);*/
    background: #fff;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 200;
    top: 0px
}

.tp-bannertimer.tp-bottom {
    top: auto;
    bottom: 0px !important;
    height: 5px
}


/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/

/* NAVIGATION PREVIEW 1 */
.tparrows.preview1 {
    width: 100px;
    height: 100px;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    background: transparent
}

.tparrows.preview1:after {
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: "revicons";
    color: #fff;
    font-size: 30px;
    width: 100px;
    height: 100px;
    text-align: center;
    background: #fff;
    background: rgba(0, 0, 0, 0.15);
    z-index: 2;
    line-height: 100px;
    -webkit-transition: background 0.3s, color 0.3s;
    -moz-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s
}

.tp-rightarrow.preview1:after {
    content: '\e825';
}

.tp-leftarrow.preview1:after {
    content: '\e824';
}

.tparrows.preview1:hover:after {
    background: rgba(255, 255, 255, 1);
    color: #aaa;
}

.tparrows.preview1 .tp-arr-imgholder {
    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tparrows.preview1 .tp-arr-iwrapper {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0
}

.tparrows.preview1:hover .tp-arr-iwrapper {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}


.tp-rightarrow.preview1 .tp-arr-imgholder {
    right: 100%;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;


}

.tp-leftarrow.preview1 .tp-arr-imgholder {
    left: 100%;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;


}


.tparrows.preview1:hover .tp-arr-imgholder {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;

}


@media only screen and (min-width: 768px) and (max-width: 979px) {
    .tparrows.preview1,
    .tparrows.preview1:after {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 24px
    }

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .tparrows.preview1,
    .tparrows.preview1:after {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 20px
    }

}


@media only screen and (min-width: 0px) and (max-width: 479px) {
    .tparrows.preview1,
    .tparrows.preview1:after {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 12px
    }
}

/* PREVIEW 1 BULLETS */

.tp-bullets.preview1 {
    height: 21px;
}

.tp-bullets.preview1 .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, 0.15) !important;
    /*-webkit-border-radius: 10px;
    border-radius: 10px;*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 5px !important;
    height: 5px !important;
    border: 8px solid rgba(0, 0, 0, 0) !important;
    display: inline-block;
    margin-right: 5px !important;
    margin-bottom: 0px !important;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, border-color 0.2s;
    -ms-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float: none !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.tp-bullets.preview1 .bullet.last {
    margin-right: 0px;
}

.tp-bullets.preview1 .bullet:hover,
.tp-bullets.preview1 .bullet.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #aaa !important;
    width: 5px !important;
    height: 5px !important;
    border: 8px solid rgba(255, 255, 255, 1) !important;
}


/* NAVIGATION PREVIEW 2 */
.tparrows.preview2 {
    min-width: 60px;
    min-height: 60px;
    background: #fff;;

    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    overflow: hidden;
    -webkit-transition: -webkit-transform 1.3s;
    -webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s;
    transition: width 0.3s, background-color 0.3s, opacity 0.3s;
    backface-visibility: hidden;
}

.tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: "revicons";
    color: #aaa;
    font-size: 25px;
    margin-top: -12px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s
}

.tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 18px;
}

.tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 18px;
}


.tparrows.preview2 .tp-arr-titleholder {
    background-size: cover;
    background-position: center center;
    display: block;
    visibility: hidden;
    position: relative;
    top: 0px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 60px;
    padding: 0px 10px;
}

.tp-rightarrow.preview2 .tp-arr-titleholder {
    right: 50px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.tp-leftarrow.preview2 .tp-arr-titleholder {
    left: 50px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.tparrows.preview2.hovered {
    width: 300px
}

.tparrows.preview2:hover {
    background: #fff
}

.tparrows.preview2:hover:after {
    color: #000
}

.tparrows.preview2:hover .tp-arr-titleholder {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    visibility: visible;
    position: absolute;
}

/* PREVIEW 2 BULLETS */

.tp-bullets.preview2 {
    height: 17px;
}

.tp-bullets.preview2 .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, 0.5) !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 0) !important;
    display: inline-block;
    margin-right: 2px !important;
    margin-bottom: 0px !important;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, border-color 0.2s;
    -ms-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float: none !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.tp-bullets.preview2 .bullet.last {
    margin-right: 0px;
}

.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview2 .bullet.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 1) !important;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 1) !important;
}

.tp-arr-titleholder.alwayshidden {
    display: none !important
}


@media only screen and (min-width: 768px) and (max-width: 979px) {
    .tparrows.preview2 {
        min-width: 40px;
        min-height: 40px;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
    }

    .tparrows.preview2:after {
        position: absolute;
        top: 50%;
        font-family: "revicons";
        font-size: 20px;
        margin-top: -12px
    }

    .tp-rightarrow.preview2:after {
        content: '\e81e';
        right: 11px
    }

    .tp-leftarrow.preview2:after {
        content: '\e81f';
        left: 11px
    }

    .tparrows.preview2 .tp-arr-titleholder {
        font-size: 12px;
        line-height: 40px;
        letter-spacing: 0px
    }

    .tp-rightarrow.preview2 .tp-arr-titleholder {
        right: 35px
    }

    .tp-leftarrow.preview2 .tp-arr-titleholder {
        left: 35px
    }

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .tparrows.preview2 {
        min-width: 30px;
        min-height: 30px;
        width: 30px;
        height: 30px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
    }

    .tparrows.preview2:after {
        position: absolute;
        top: 50%;
        font-family: "revicons";
        font-size: 14px;
        margin-top: -12px
    }

    .tp-rightarrow.preview2:after {
        content: '\e81e';
        right: 8px
    }

    .tp-leftarrow.preview2:after {
        content: '\e81f';
        left: 8px
    }

    .tparrows.preview2 .tp-arr-titleholder {
        font-size: 10px;
        line-height: 30px;
        letter-spacing: 0px
    }

    .tp-rightarrow.preview2 .tp-arr-titleholder {
        right: 25px
    }

    .tp-leftarrow.preview2 .tp-arr-titleholder {
        left: 25px
    }

    .tparrows.preview2 .tp-arr-titleholder {
        display: none;
        visibility: none
    }


}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .tparrows.preview2 {
        min-width: 30px;
        min-height: 30px;
        width: 30px;
        height: 30px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
    }

    .tparrows.preview2:after {
        position: absolute;
        top: 50%;
        font-family: "revicons";
        font-size: 14px;
        margin-top: -12px
    }

    .tp-rightarrow.preview2:after {
        content: '\e81e';
        right: 8px
    }

    .tp-leftarrow.preview2:after {
        content: '\e81f';
        left: 8px
    }

    .tparrows.preview2 .tp-arr-titleholder {
        display: none;
        visibility: none
    }

    .tparrows.preview2:hover {
        width: 30px !important;
        height: 30px !important
    }
}


/* NAVIGATION PREVIEW 3 */
.tparrows.preview3 {
    width: 70px;
    height: 70px;
    background: #fff;
    background: rgba(255, 255, 255, 1);
    -webkit-transform-style: flat;
}

.tparrows.preview3:after {
    position: absolute;
    line-height: 70px;
    text-align: center;
    font-family: "revicons";
    color: #aaa;
    font-size: 30px;
    top: 0px;
    left: 0px;;
    background: #fff;
    z-index: 100;
    width: 70px;
    height: 70px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s
}

.tparrows.preview3:hover:after {
    color: #000;
}

.tp-rightarrow.preview3:after {
    content: '\e825';
}

.tp-leftarrow.preview3:after {
    content: '\e824';
}


.tparrows.preview3 .tp-arr-iwrapper {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    z-index: 0;
    position: absolute;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    display: table;
    min-height: 90px;
    top: -10px
}

.tp-leftarrow.preview3 .tp-arr-iwrapper {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.tparrows.preview3 .tp-arr-imgholder {
    display: block;
    background-size: cover;
    background-position: center center;
    display: table-cell;
    min-width: 90px;
    height: 90px;
    position: relative;
    top: 0px;
}

.tp-rightarrow.preview3 .tp-arr-iwrapper {
    right: 0px;
    padding-right: 70px
}

.tp-leftarrow.preview3 .tp-arr-iwrapper {
    left: 0px;
    direction: rtl;
    padding-left: 70px
}

.tparrows.preview3 .tp-arr-titleholder {
    display: table-cell;
    padding: 30px;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    position: relative;
    clear: right;
    vertical-align: middle
}

.tparrows.preview3:hover .tp-arr-iwrapper {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);

}

/* PREVIEW 3 BULLETS */
.tp-bullets.preview3 {
    height: 17px;
}

.tp-bullets.preview3 .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, 0.5) !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 0) !important;
    display: inline-block;
    margin-right: 2px !important;
    margin-bottom: 0px !important;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, border-color 0.2s;
    -ms-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float: none !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.tp-bullets.preview3 .bullet.last {
    margin-right: 0px;
}

.tp-bullets.preview3 .bullet:hover,
.tp-bullets.preview3 .bullet.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 1) !important;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 1) !important;
}


@media only screen and (min-width: 768px) and (max-width: 979px) {
    .tparrows.preview3:after,
    .tparrows.preview3 {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px
    }

    .tparrows.preview3 .tp-arr-iwrapper {
        min-height: 70px
    }

    .tparrows.preview3 .tp-arr-imgholder {
        min-width: 70px;
        height: 70px
    }

    .tp-rightarrow.preview3 .tp-arr-iwrapper {
        padding-right: 50px
    }

    .tp-leftarrow.preview3 .tp-arr-iwrapper {
        padding-left: 50px
    }

    .tparrows.preview3 .tp-arr-titleholder {
        padding: 10px;
        font-size: 16px;
    }


}

@media only screen  and (max-width: 767px) {

    .tparrows.preview3:after,
    .tparrows.preview3 {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px
    }

    .tparrows.preview3 .tp-arr-iwrapper {
        min-height: 70px
    }
}


/* NAVIGATION PREVIEW 4 */
.tparrows.preview4 {
    width: 30px;
    height: 110px;
    background: transparent;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 1000;
    -moz-perspective: 1000
}

.tparrows.preview4:after {
    position: absolute;
    line-height: 110px;
    text-align: center;
    font-family: "revicons";
    color: #fff;
    font-size: 20px;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 30px;
    height: 110px;
    background: #000;
    background: rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;

}

.tp-rightarrow.preview4:after {
    content: '\e825';
}

.tp-leftarrow.preview4:after {
    content: '\e824';
}


.tparrows.preview4 .tp-arr-allwrapper {
    visibility: hidden;
    width: 180px;
    position: absolute;
    z-index: 1;
    min-height: 120px;
    top: 0px;
    left: -150px;
    overflow: hidden;
    -webkit-perspective: 1000px;
    -webkit-transform-style: flat
}

.tp-leftarrow.preview4 .tp-arr-allwrapper {
    left: 0px
}

.tparrows.preview4 .tp-arr-iwrapper {
    position: relative
}

.tparrows.preview4 .tp-arr-imgholder {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 180px;
    height: 110px;
    position: relative;
    top: 0px;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;


}


.tparrows.preview4 .tp-arr-imgholder2 {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 180px;
    height: 110px;
    position: absolute;
    top: 0px;
    left: 180px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

}

.tp-leftarrow.preview4 .tp-arr-imgholder2 {
    left: -180px
}


.tparrows.preview4 .tp-arr-titleholder {
    display: block;
    font-size: 12px;
    line-height: 25px;
    padding: 0px 10px;
    text-align: left;
    color: #fff;
    position: relative;
    background: #000;
    color: #FFF;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 11px;
    line-height: 2.75;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;


}


.tparrows.preview4:after {
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%
}

.tp-leftarrow.preview4:after {
    transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%
}


@media only screen and (min-width: 768px) {
    .tparrows.preview4:hover:after {
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }

    .tp-leftarrow.preview4:hover:after {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg)
    }


    .tparrows.preview4:hover .tp-arr-titleholder {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;

    }
}

/* PREVIEW 4 BULLETS */

.tp-bullets.preview4 {
    height: 17px;
}

.tp-bullets.preview4 .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, 0.5) !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 0) !important;
    display: inline-block;
    margin-right: 2px !important;
    margin-bottom: 0px !important;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, border-color 0.2s;
    -ms-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float: none !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.tp-bullets.preview4 .bullet.last {
    margin-right: 0px;
}

.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 1) !important;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 1) !important;
}


@media only screen  and (max-width: 767px) {
    .tparrows.preview4 {
        width: 20px;
        height: 80px
    }

    .tparrows.preview4:after {
        width: 20px;
        height: 80px;
        line-height: 80px;
        font-size: 14px
    }

    .tparrows.preview1 .tp-arr-allwrapper,
    .tparrows.preview2 .tp-arr-allwrapper,
    .tparrows.preview3 .tp-arr-allwrapper,
    .tparrows.preview4 .tp-arr-allwrapper {
        display: none !important
    }
}


/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/


/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/

.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-caption img {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
    zoom: 1;
}


/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(../assets/coloredbg.png) repeat
}

.tp-caption.slidelink a span {
    background: url(../assets/coloredbg.png) repeat
}


/******************************
	-	LOADER FORMS	-
********************************/

.tp-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;


}

.tp-loader.spinner0 {
    width: 40px;
    height: 40px;
    background: url(../assets/loader.gif) no-repeat center center;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


.tp-loader.spinner1 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


.tp-loader.spinner5 {
    background: url(../assets/loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


@-webkit-keyframes tp-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}


.tp-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: #ff0000;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
    animation: tp-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
    0% {
        -webkit-transform: scale(0.0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}


.tp-loader.spinner3 {
    margin: -9px 0px 0px -35px;
    width: 70px;
    text-align: center;

}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes tp-bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


.tp-loader.spinner4 {
    margin: -20px 0px 0px -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-animation: tp-rotate 2.0s infinite linear;
    animation: tp-rotate 2.0s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
    animation: tp-bounce 2.0s infinite ease-in-out;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.tp-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes tp-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes tp-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes tp-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes tp-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


/*
Theme Name: Energy Invest Group

*/

.home .wpcf7-captchar {
    margin: 0px auto;
}

.dark {
    background: url('http://energyinvestgroup.pl/wp-content/uploads/2014/12/home_energy_footer_bgd.jpg') no-repeat center center !important;
}

.fontw h1, .fontw h1 a, .fontw h1 a:hover {
    color: #fff !important;
}

.fontw h2, .fontw h2 a, .fontw h2 a:hover {
    color: #fff !important;
}

.fontw h3, .fontw h3 a, .fontw h3 a:hover {
    color: #fff !important;
}

.fontw h4, .fontw h4 a, .fontw h4 a:hover {
    color: #fff !important;
}

.fontw h5, .fontw h5 a, .fontw h5 a:hover {
    color: #fff !important;
}

.fontw h6, .fontw h6 a, .fontw h6 a:hover, .dark a.content_link .title {
    color: #fff !important;
}

.promocja-kal {
    width: 650px;
    height: 620px;
}

.wpcf7-form .one input {
    max-width: 230px;
}

.wpcf7-form .one input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.2); /* IE */
    -moz-transform: scale(1.2); /* FF */
    -webkit-transform: scale(1.2); /* Safari and Chrome */
    -o-transform: scale(1.2); /* Opera */
    padding: 10px;
}

.wpcf7-form .one .wpcf7-list-item-label {
    color: #444444;
    font-size: 17px;
}

@media screen and (max-width: 600px) {
    .promocja-kal {
        width: 320px !important;
        height: 520px !important;
    }
}

@media all and (min-width: 500px) {
    .chart_box {
        margin-top: 15px;
    }

    .bord-all {
        border-right: 1px solid #a9a9a9;
        border-left: 1px solid #a9a9a9;
        border-bottom: 1px solid #a9a9a9;
        border-style: dashed;
    }

    .projekt {
        margin-bottom: -40px;
        margin-right: -10px;
        border-top: 1px solid #a9a9a9;
        border-left: 1px solid #a9a9a9;
        border-style: dashed;
    }

    .budowa {
        margin-bottom: -40px;
        margin-left: -10px;
        border-top: 1px solid #a9a9a9;
        border-right: 1px solid #a9a9a9;
        border-style: dashed;
    }
}

.asd .post-title h2 {
    font-size: 29px;
}

.asd img.scale-with-grid {
    left: 0px !important;
}

.asd #naprawiamy img.scale-with-grid {
    min-height: 140px !important;
    top: 0px !important;
}

@media screen and (min-width: 1430px) {
    .asd img.scale-with-grid {
        left: 0% !important;
    }
}

@media screen and (min-width: 1200px) {
    .home .type-post img.scale-with-grid {
        margin-top: -28%;
    }
}

@media screen and (max-width: 1100px) {
    .asd .post-title h2 {
        font-size: 14px !important;
        line-height: 20px !important;
    }
}

@media screen and (max-width: 999px) and (min-width: 751px) {
    .asd img.scale-with-grid {
        left: 0% !important;
    }
}

@media screen and (max-width: 900px) and (min-width: 751px) {
    .asd img.scale-with-grid {
        max-width: none !important;
        left: -70% !important;
    }
}

@media screen and (max-width: 750px) and (min-width: 320px) {
    .asd img.scale-with-grid {
        left: 0% !important;
    }

    .asd .masonry .type-post {
        position: relative !important;
        top: 0px !important;
        left: 0px !important;
        min-width: 100% !important;
    }

    .asd .posts_group {
        height: auto !important;
    }
}


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* #Basic Styles
================================================== */
html {
    height: 100%;
}

body {
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

/* #Typography
================================================== */

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: none;
}

h1 {
    margin-bottom: 15px;
}

h2 {
    margin-bottom: 15px;
}

h3 {
    margin-bottom: 15px;
}

h4 {
    margin-bottom: 15px;
}

h5 {
    margin-bottom: 15px;
}

h6 {
    margin-bottom: 15px;
}

p {
    margin: 0 0 15px 0;
}

em, i {
    font-style: italic;
}

b, strong {
    font-weight: bold;
}

big, .big {
    font-size: 110%;
    line-height: 180%;
}

dt {
    font-weight: bold;
}


/* #Links
================================================== */
a, a:visited, a:focus {
    text-decoration: none;
    outline: 0;
}

a:hover {
    text-decoration: underline;
}

p a, p a:visited {
    line-height: inherit;
}


/* #Images
================================================== */

img.scale-with-grid,
#Content img {
    max-width: 100%;
    height: auto;
}


.google-map img {
    max-width: none !important;
}

iframe {
    max-width: 100%;
}


/* #Buttons
================================================== */

a.tp-button {
    background: none;
    font-family: inherit !important;
    height: auto !important;
    line-height: inherit !important;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    letter-spacing: 0 !important;
    text-shadow: 0 0 0 !important;
    box-shadow: 0 0 0 !important;
    font-weight: normal !important;
    border-width: 1px !important;
}

a.button, a.tp-button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    display: inline-block;
    padding: 11px 20px;
    margin-bottom: 15px;
    cursor: pointer;
    margin-right: 7px;
    border: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .03);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .03);
    background-image: url(../images/box_shadow_button.png);
    background-repeat: repeat-x;
}

a.button_js {
    padding: 0;
}

a.button.button_large,
a.tp-button.button_large,
button.button_large,
input[type="submit"].button_large,
input[type="reset"].button_large,
input[type="button"].button_large {
    font-size: 110%;
    line-height: 110%;
}

/* Button label & icon */
a.button .button_label {
    display: block;
    float: left;
    position: relative;
    z-index: 2;
}

a.button .button_icon {
    display: block;
    float: left;
    background: rgba(0, 0, 0, .05);
}

a.button .button_icon i {
    color: rgba(0, 0, 0, .5);
}

/* Button icon left */
a.button.button_left .button_icon,
a.tp-button.button_left .button_icon {
    float: left;
}

a.button.button_right .button_icon,
a.tp-button.button_right .button_icon {
    float: right;
}

/* Paddings */
a.button .button_label {
    padding: 11px 20px;
}

a.button .button_icon {
    padding: 11px 13px;
}

a.button_large .button_label {
    padding: 15px 30px;
}

a.button_large .button_icon {
    padding: 15px 13px;
}

/* Hover */
@media only screen and (min-width: 768px) {
    a.button:after, a.tp-button:after, button:after, input[type="submit"]:after, input[type="reset"]:after, input[type="button"]:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 0;
        z-index: 1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        background: rgba(0, 0, 0, .05);
    }

    a:hover.button, a:hover.tp-button {
        text-decoration: none;
    }

    a.button:hover:after, a.tp-button:hover:after, button:hover:after, input[type="submit"]:hover:after, input[type="reset"]:hover:after, input[type="button"]:hover:after {
        width: 100%;
    }
}

/* #Buttons stroke
================================================== */
.button-stroke {
}

.button-stroke a.button,
.button-stroke a.tp-button,
.button-stroke button,
.button-stroke input[type="submit"],
.button-stroke input[type="reset"],
.button-stroke input[type="button"] {
    border-width: 2px;
    border-style: solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent !important;
    -webkit-box-shadow: inset 0 0 0 0;
    box-shadow: inset 0 0 0 0;
    background-image: none;
}

.button-stroke a.button:after,
.button-stroke a.tp-button:after,
.button-stroke button:after,
.button-stroke input[type="submit"]:after,
.button-stroke input[type="reset"]:after,
.button-stroke input[type="button"]:after {
    display: none;
}

.button-stroke a:hover.button,
.button-stroke a:hover.tp-button,
.button-stroke button:hover,
.button-stroke input[type="submit"]:hover,
.button-stroke input[type="reset"]:hover,
.button-stroke input[type="button"]:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #828282;
}


.button-stroke a:hover.button.button_stroke_custom,
.button-stroke a:hover.tp-button.button_stroke_custom {
    background-color: rgba(0, 0, 0, .05) !important;
}


/* Button icon */
.button-stroke a.button .button_icon {
    background: none;
}

.button-stroke a:hover.button .button_icon i,
.button-stroke a.button.button_theme:hover .button_icon i {
    color: rgba(0, 0, 0, .5) !important;
}

/* Paddings */
.button-stroke a.button_left.button .button_label,
.button-stroke a.button_left.button_large .button_label {
    padding-left: 0px;
}

.button-stroke a.button_right.button .button_label,
.button-stroke a.button_right.button_large .button_label {
    padding-right: 0px;
}

.button-stroke a.button_left.button_large .button_icon {
    padding-left: 27px;
}

.button-stroke a.button_right.button_large .button_icon {
    padding-right: 27px;
}


/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/* Red */
a.button.button_red, a.tp-button.red {
    background-color: #e7432b;
    color: #fff;
}

.button-stroke a.button.button_red,
.button-stroke a.button.button_red .button_icon i,
.button-stroke a.tp-button.red {
    color: #e7432b;
    border-color: #e7432b;
}

.button-stroke a:hover.button.button_red,
.button-stroke a:hover.tp-button.red {
    background-color: #e7432b !important;
    color: #fff;
}

/* Blue */
a.button.button_blue, a.tp-button.blue {
    background-color: #2e96db;
    color: #fff;
}

.button-stroke a.button.button_blue,
.button-stroke a.button.button_blue .button_icon i,
.button-stroke a.tp-button.blue {
    color: #2e96db;
    border-color: #2e96db;
}

.button-stroke a:hover.button.button_blue,
.button-stroke a:hover.tp-button.blue {
    background-color: #2e96db !important;
    color: #fff;
}

/* Turquoise */
a.button.button_turquoise, a.tp-button.turquoise {
    background-color: #22e387;
    color: #fff;
}

.button-stroke a.button.button_turquoise,
.button-stroke a.button.button_turquoise .button_icon i,
.button-stroke a.tp-button.turquoise {
    color: #22e387;
    border-color: #22e387;
}

.button-stroke a:hover.button.button_turquoise,
.button-stroke a:hover.tp-button.turquoise {
    background-color: #22e387 !important;
    color: #fff;
}

/* Yellow */
a.button.button_yellow, a.tp-button.yellow {
    background-color: #face43;
    color: #fff;
}

.button-stroke a.button.button_yellow,
.button-stroke a.button.button_yellow .button_icon i,
.button-stroke a.tp-button.yellow {
    color: #face43;
    border-color: #face43;
}

.button-stroke a:hover.button.button_yellow,
.button-stroke a:hover.tp-button.yellow {
    background-color: #face43 !important;
    color: #fff;
}

/* Grey */
a.button.button_grey, a.tp-button.grey {
    background-color: #8f8f8f;
    color: #fff;
}

.button-stroke a.button.button_grey,
.button-stroke a.button.button_grey .button_icon i,
.button-stroke a.tp-button.grey {
    color: #8f8f8f;
    border-color: #8f8f8f;
}

.button-stroke a:hover.button.button_grey,
.button-stroke a:hover.tp-button.grey {
    background-color: #8f8f8f !important;
    color: #fff;
}

/* Navy */
a.button.button_navy, a.tp-button.navy {
    background-color: #3b5982;
    color: #fff;
}

.button-stroke a.button.button_navy,
.button-stroke a.button.button_navy .button_icon i,
.button-stroke a.tp-button.navy {
    color: #3b5982;
    border-color: #3b5982;
}

.button-stroke a:hover.button.button_navy,
.button-stroke a:hover.tp-button.navy {
    background-color: #3b5982 !important;
    color: #fff;
}

/* Orange */
a.button.button_orange, a.tp-button.orange {
    background-color: #ff8125;
    color: #fff;
}

.button-stroke a.button.button_orange,
.button-stroke a.button.button_orange .button_icon i,
.button-stroke a.tp-button.orange {
    color: #ff8125;
    border-color: #ff8125;
}

.button-stroke a:hover.button.button_orange,
.button-stroke a:hover.tp-button.orange {
    background-color: #ff8125 !important;
    color: #fff;
}

/* Green */
a.button.button_green, a.tp-button.green {
    background-color: #88be4c;
    color: #fff;
}

.button-stroke a.button.button_green,
.button-stroke a.button.button_green .button_icon i,
.button-stroke a.tp-button.green {
    color: #88be4c;
    border-color: #88be4c;
}

.button-stroke a:hover.button.button_green,
.button-stroke a:hover.tp-button.green {
    background-color: #88be4c !important;
    color: #fff;
}

/****************************************************/

/* Button darkgrey */
a.tp-button.darkgrey {
    background-color: transparent;
    color: #545454 !important;
    border-color: #545454;
}

a:hover.tp-button.darkgrey {
    background-color: #545454;
    color: #fff !important;
}

/* Button lightgrey */
a.tp-button.lightgrey {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

a:hover.tp-button.lightgrey {
    background-color: #fff;
    color: #545454 !important;
}


@font-face {
    font-family: 'mfn-icons';
    src: url('mfn-icons.eot?3416171');
    src: url('mfn-icons.eot?3416171#iefix') format('embedded-opentype'),
    url('mfn-icons.woff?3416171') format('woff'),
    url('mfn-icons.ttf?3416171') format('truetype'),
    url('mfn-icons.svg?3416171#mfn-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'mfn-icons';
    src: url('../font/mfn-icons.svg?3416171#mfn-icons') format('svg');
  }
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "mfn-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: none !important;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


.icon-heart-fa:before {
    content: '\e800';
}

/* '' */
.icon-wallet-line:before {
    content: '\e801';
}

/* '' */
.icon-comment-fa:before {
    content: '\e802';
}

/* '' */
.icon-comment-empty-fa:before {
    content: '\e803';
}

/* '' */
.icon-note:before {
    content: '\e804';
}

/* '' */
.icon-note-beamed:before {
    content: '\e805';
}

/* '' */
.icon-music:before {
    content: '\e806';
}

/* '' */
.icon-search:before {
    content: '\e807';
}

/* '' */
.icon-flashlight:before {
    content: '\e808';
}

/* '' */
.icon-mail:before {
    content: '\e809';
}

/* '' */
.icon-star:before {
    content: '\e80a';
}

/* '' */
.icon-star-empty:before {
    content: '\e80b';
}

/* '' */
.icon-user:before {
    content: '\e80c';
}

/* '' */
.icon-users:before {
    content: '\e80d';
}

/* '' */
.icon-user-add:before {
    content: '\e80e';
}

/* '' */
.icon-video:before {
    content: '\e80f';
}

/* '' */
.icon-picture:before {
    content: '\e810';
}

/* '' */
.icon-camera:before {
    content: '\e811';
}

/* '' */
.icon-layout:before {
    content: '\e812';
}

/* '' */
.icon-menu:before {
    content: '\e813';
}

/* '' */
.icon-check:before {
    content: '\e814';
}

/* '' */
.icon-cancel:before {
    content: '\e815';
}

/* '' */
.icon-cancel-circled:before {
    content: '\e816';
}

/* '' */
.icon-cancel-squared:before {
    content: '\e817';
}

/* '' */
.icon-plus:before {
    content: '\e818';
}

/* '' */
.icon-plus-circled:before {
    content: '\e819';
}

/* '' */
.icon-plus-squared:before {
    content: '\e81a';
}

/* '' */
.icon-minus:before {
    content: '\e81b';
}

/* '' */
.icon-minus-circled:before {
    content: '\e81c';
}

/* '' */
.icon-minus-squared:before {
    content: '\e81d';
}

/* '' */
.icon-help:before {
    content: '\e81e';
}

/* '' */
.icon-help-circled:before {
    content: '\e81f';
}

/* '' */
.icon-info:before {
    content: '\e820';
}

/* '' */
.icon-info-circled:before {
    content: '\e821';
}

/* '' */
.icon-back:before {
    content: '\e822';
}

/* '' */
.icon-home:before {
    content: '\e823';
}

/* '' */
.icon-link:before {
    content: '\e824';
}

/* '' */
.icon-attach:before {
    content: '\e825';
}

/* '' */
.icon-lock:before {
    content: '\e826';
}

/* '' */
.icon-lock-open:before {
    content: '\e827';
}

/* '' */
.icon-eye:before {
    content: '\e828';
}

/* '' */
.icon-tag:before {
    content: '\e829';
}

/* '' */
.icon-bookmark:before {
    content: '\e82a';
}

/* '' */
.icon-bookmarks:before {
    content: '\e82b';
}

/* '' */
.icon-flag:before {
    content: '\e82c';
}

/* '' */
.icon-thumbs-up:before {
    content: '\e82d';
}

/* '' */
.icon-thumbs-down:before {
    content: '\e82e';
}

/* '' */
.icon-download:before {
    content: '\e82f';
}

/* '' */
.icon-upload:before {
    content: '\e830';
}

/* '' */
.icon-upload-cloud:before {
    content: '\e831';
}

/* '' */
.icon-reply:before {
    content: '\e832';
}

/* '' */
.icon-reply-all:before {
    content: '\e833';
}

/* '' */
.icon-forward:before {
    content: '\e834';
}

/* '' */
.icon-quote:before {
    content: '\e835';
}

/* '' */
.icon-code:before {
    content: '\e836';
}

/* '' */
.icon-export:before {
    content: '\e837';
}

/* '' */
.icon-pencil:before {
    content: '\e838';
}

/* '' */
.icon-feather:before {
    content: '\e839';
}

/* '' */
.icon-print:before {
    content: '\e83a';
}

/* '' */
.icon-retweet:before {
    content: '\e83b';
}

/* '' */
.icon-keyboard:before {
    content: '\e83c';
}

/* '' */
.icon-chat:before {
    content: '\e83d';
}

/* '' */
.icon-bell:before {
    content: '\e83e';
}

/* '' */
.icon-attention:before {
    content: '\e83f';
}

/* '' */
.icon-alert:before {
    content: '\e840';
}

/* '' */
.icon-vcard:before {
    content: '\e841';
}

/* '' */
.icon-address:before {
    content: '\e842';
}

/* '' */
.icon-location:before {
    content: '\e843';
}

/* '' */
.icon-map:before {
    content: '\e844';
}

/* '' */
.icon-direction:before {
    content: '\e845';
}

/* '' */
.icon-compass:before {
    content: '\e846';
}

/* '' */
.icon-cup:before {
    content: '\e847';
}

/* '' */
.icon-trash:before {
    content: '\e848';
}

/* '' */
.icon-doc:before {
    content: '\e849';
}

/* '' */
.icon-docs:before {
    content: '\e84a';
}

/* '' */
.icon-doc-landscape:before {
    content: '\e84b';
}

/* '' */
.icon-doc-text:before {
    content: '\e84c';
}

/* '' */
.icon-doc-text-inv:before {
    content: '\e84d';
}

/* '' */
.icon-newspaper:before {
    content: '\e84e';
}

/* '' */
.icon-book-open:before {
    content: '\e84f';
}

/* '' */
.icon-book:before {
    content: '\e850';
}

/* '' */
.icon-folder:before {
    content: '\e851';
}

/* '' */
.icon-archive:before {
    content: '\e852';
}

/* '' */
.icon-box:before {
    content: '\e853';
}

/* '' */
.icon-rss:before {
    content: '\e854';
}

/* '' */
.icon-phone:before {
    content: '\e855';
}

/* '' */
.icon-cog:before {
    content: '\e856';
}

/* '' */
.icon-tools:before {
    content: '\e857';
}

/* '' */
.icon-share:before {
    content: '\e858';
}

/* '' */
.icon-shareable:before {
    content: '\e859';
}

/* '' */
.icon-basket:before {
    content: '\e85a';
}

/* '' */
.icon-bag:before {
    content: '\e85b';
}

/* '' */
.icon-calendar:before {
    content: '\e85c';
}

/* '' */
.icon-login:before {
    content: '\e85d';
}

/* '' */
.icon-logout:before {
    content: '\e85e';
}

/* '' */
.icon-mic:before {
    content: '\e85f';
}

/* '' */
.icon-mute:before {
    content: '\e860';
}

/* '' */
.icon-sound:before {
    content: '\e861';
}

/* '' */
.icon-volume:before {
    content: '\e862';
}

/* '' */
.icon-clock:before {
    content: '\e863';
}

/* '' */
.icon-hourglass:before {
    content: '\e864';
}

/* '' */
.icon-lamp:before {
    content: '\e865';
}

/* '' */
.icon-light-down:before {
    content: '\e866';
}

/* '' */
.icon-light-up:before {
    content: '\e867';
}

/* '' */
.icon-adjust:before {
    content: '\e868';
}

/* '' */
.icon-block:before {
    content: '\e869';
}

/* '' */
.icon-resize-full:before {
    content: '\e86a';
}

/* '' */
.icon-resize-small:before {
    content: '\e86b';
}

/* '' */
.icon-popup:before {
    content: '\e86c';
}

/* '' */
.icon-publish:before {
    content: '\e86d';
}

/* '' */
.icon-window:before {
    content: '\e86e';
}

/* '' */
.icon-arrow-combo:before {
    content: '\e86f';
}

/* '' */
.icon-down-circled:before {
    content: '\e870';
}

/* '' */
.icon-left-circled:before {
    content: '\e871';
}

/* '' */
.icon-right-circled:before {
    content: '\e872';
}

/* '' */
.icon-up-circled:before {
    content: '\e873';
}

/* '' */
.icon-down-open:before {
    content: '\e874';
}

/* '' */
.icon-left-open:before {
    content: '\e875';
}

/* '' */
.icon-right-open:before {
    content: '\e876';
}

/* '' */
.icon-up-open:before {
    content: '\e877';
}

/* '' */
.icon-down-open-mini:before {
    content: '\e878';
}

/* '' */
.icon-left-open-mini:before {
    content: '\e879';
}

/* '' */
.icon-right-open-mini:before {
    content: '\e87a';
}

/* '' */
.icon-up-open-mini:before {
    content: '\e87b';
}

/* '' */
.icon-down-open-big:before {
    content: '\e87c';
}

/* '' */
.icon-left-open-big:before {
    content: '\e87d';
}

/* '' */
.icon-right-open-big:before {
    content: '\e87e';
}

/* '' */
.icon-up-open-big:before {
    content: '\e87f';
}

/* '' */
.icon-down:before {
    content: '\e880';
}

/* '' */
.icon-left:before {
    content: '\e881';
}

/* '' */
.icon-right:before {
    content: '\e882';
}

/* '' */
.icon-up:before {
    content: '\e883';
}

/* '' */
.icon-down-dir:before {
    content: '\e884';
}

/* '' */
.icon-left-dir:before {
    content: '\e885';
}

/* '' */
.icon-right-dir:before {
    content: '\e886';
}

/* '' */
.icon-up-dir:before {
    content: '\e887';
}

/* '' */
.icon-down-bold:before {
    content: '\e888';
}

/* '' */
.icon-left-bold:before {
    content: '\e889';
}

/* '' */
.icon-right-bold:before {
    content: '\e88a';
}

/* '' */
.icon-up-bold:before {
    content: '\e88b';
}

/* '' */
.icon-down-thin:before {
    content: '\e88c';
}

/* '' */
.icon-left-thin:before {
    content: '\e88d';
}

/* '' */
.icon-right-thin:before {
    content: '\e88e';
}

/* '' */
.icon-up-thin:before {
    content: '\e88f';
}

/* '' */
.icon-ccw:before {
    content: '\e890';
}

/* '' */
.icon-cw:before {
    content: '\e891';
}

/* '' */
.icon-arrows-ccw:before {
    content: '\e892';
}

/* '' */
.icon-level-down:before {
    content: '\e893';
}

/* '' */
.icon-level-up:before {
    content: '\e894';
}

/* '' */
.icon-shuffle:before {
    content: '\e895';
}

/* '' */
.icon-loop:before {
    content: '\e896';
}

/* '' */
.icon-switch:before {
    content: '\e897';
}

/* '' */
.icon-play:before {
    content: '\e898';
}

/* '' */
.icon-stop:before {
    content: '\e899';
}

/* '' */
.icon-pause:before {
    content: '\e89a';
}

/* '' */
.icon-record:before {
    content: '\e89b';
}

/* '' */
.icon-to-end:before {
    content: '\e89c';
}

/* '' */
.icon-to-start:before {
    content: '\e89d';
}

/* '' */
.icon-fast-forward:before {
    content: '\e89e';
}

/* '' */
.icon-fast-backward:before {
    content: '\e89f';
}

/* '' */
.icon-progress-0:before {
    content: '\e8a0';
}

/* '' */
.icon-progress-1:before {
    content: '\e8a1';
}

/* '' */
.icon-progress-2:before {
    content: '\e8a2';
}

/* '' */
.icon-progress-3:before {
    content: '\e8a3';
}

/* '' */
.icon-target:before {
    content: '\e8a4';
}

/* '' */
.icon-palette:before {
    content: '\e8a5';
}

/* '' */
.icon-heart-empty-fa:before {
    content: '\e8a6';
}

/* '' */
.icon-list-add:before {
    content: '\e8a7';
}

/* '' */
.icon-signal:before {
    content: '\e8a8';
}

/* '' */
.icon-trophy:before {
    content: '\e8a9';
}

/* '' */
.icon-battery:before {
    content: '\e8aa';
}

/* '' */
.icon-back-in-time:before {
    content: '\e8ab';
}

/* '' */
.icon-monitor:before {
    content: '\e8ac';
}

/* '' */
.icon-mobile:before {
    content: '\e8ad';
}

/* '' */
.icon-network:before {
    content: '\e8ae';
}

/* '' */
.icon-cd:before {
    content: '\e8af';
}

/* '' */
.icon-inbox:before {
    content: '\e8b0';
}

/* '' */
.icon-install:before {
    content: '\e8b1';
}

/* '' */
.icon-globe:before {
    content: '\e8b2';
}

/* '' */
.icon-cloud:before {
    content: '\e8b3';
}

/* '' */
.icon-cloud-thunder:before {
    content: '\e8b4';
}

/* '' */
.icon-flash:before {
    content: '\e8b5';
}

/* '' */
.icon-moon:before {
    content: '\e8b6';
}

/* '' */
.icon-flight:before {
    content: '\e8b7';
}

/* '' */
.icon-paper-plane:before {
    content: '\e8b8';
}

/* '' */
.icon-leaf:before {
    content: '\e8b9';
}

/* '' */
.icon-lifebuoy:before {
    content: '\e8ba';
}

/* '' */
.icon-mouse:before {
    content: '\e8bb';
}

/* '' */
.icon-briefcase:before {
    content: '\e8bc';
}

/* '' */
.icon-suitcase:before {
    content: '\e8bd';
}

/* '' */
.icon-dot:before {
    content: '\e8be';
}

/* '' */
.icon-dot-2:before {
    content: '\e8bf';
}

/* '' */
.icon-dot-3:before {
    content: '\e8c0';
}

/* '' */
.icon-brush:before {
    content: '\e8c1';
}

/* '' */
.icon-magnet:before {
    content: '\e8c2';
}

/* '' */
.icon-infinity:before {
    content: '\e8c3';
}

/* '' */
.icon-erase:before {
    content: '\e8c4';
}

/* '' */
.icon-chart-pie:before {
    content: '\e8c5';
}

/* '' */
.icon-chart-line:before {
    content: '\e8c6';
}

/* '' */
.icon-chart-bar:before {
    content: '\e8c7';
}

/* '' */
.icon-chart-area:before {
    content: '\e8c8';
}

/* '' */
.icon-tape:before {
    content: '\e8c9';
}

/* '' */
.icon-graduation-cap:before {
    content: '\e8ca';
}

/* '' */
.icon-language:before {
    content: '\e8cb';
}

/* '' */
.icon-ticket:before {
    content: '\e8cc';
}

/* '' */
.icon-water:before {
    content: '\e8cd';
}

/* '' */
.icon-droplet:before {
    content: '\e8ce';
}

/* '' */
.icon-air:before {
    content: '\e8cf';
}

/* '' */
.icon-credit-card:before {
    content: '\e8d0';
}

/* '' */
.icon-floppy:before {
    content: '\e8d1';
}

/* '' */
.icon-clipboard:before {
    content: '\e8d2';
}

/* '' */
.icon-megaphone:before {
    content: '\e8d3';
}

/* '' */
.icon-database:before {
    content: '\e8d4';
}

/* '' */
.icon-drive:before {
    content: '\e8d5';
}

/* '' */
.icon-bucket:before {
    content: '\e8d6';
}

/* '' */
.icon-thermometer:before {
    content: '\e8d7';
}

/* '' */
.icon-key:before {
    content: '\e8d8';
}

/* '' */
.icon-flow-cascade:before {
    content: '\e8d9';
}

/* '' */
.icon-flow-branch:before {
    content: '\e8da';
}

/* '' */
.icon-flow-tree:before {
    content: '\e8db';
}

/* '' */
.icon-flow-line:before {
    content: '\e8dc';
}

/* '' */
.icon-flow-parallel:before {
    content: '\e8dd';
}

/* '' */
.icon-rocket:before {
    content: '\e8de';
}

/* '' */
.icon-gauge:before {
    content: '\e8df';
}

/* '' */
.icon-traffic-cone:before {
    content: '\e8e0';
}

/* '' */
.icon-cc:before {
    content: '\e8e1';
}

/* '' */
.icon-cc-by:before {
    content: '\e8e2';
}

/* '' */
.icon-cc-nc:before {
    content: '\e8e3';
}

/* '' */
.icon-cc-nc-eu:before {
    content: '\e8e4';
}

/* '' */
.icon-cc-nc-jp:before {
    content: '\e8e5';
}

/* '' */
.icon-cc-sa:before {
    content: '\e8e6';
}

/* '' */
.icon-cc-nd:before {
    content: '\e8e7';
}

/* '' */
.icon-cc-pd:before {
    content: '\e8e8';
}

/* '' */
.icon-cc-zero:before {
    content: '\e8e9';
}

/* '' */
.icon-cc-share:before {
    content: '\e8ea';
}

/* '' */
.icon-cc-remix:before {
    content: '\e8eb';
}

/* '' */
.icon-github:before {
    content: '\e8ec';
}

/* '' */
.icon-github-circled:before {
    content: '\e8ed';
}

/* '' */
.icon-flickr:before {
    content: '\e8ee';
}

/* '' */
.icon-flickr-circled:before {
    content: '\e8ef';
}

/* '' */
.icon-vimeo:before {
    content: '\e8f0';
}

/* '' */
.icon-vimeo-circled:before {
    content: '\e8f1';
}

/* '' */
.icon-twitter:before {
    content: '\e8f2';
}

/* '' */
.icon-twitter-circled:before {
    content: '\e8f3';
}

/* '' */
.icon-facebook:before {
    content: '\e8f4';
}

/* '' */
.icon-facebook-circled:before {
    content: '\e8f5';
}

/* '' */
.icon-facebook-squared:before {
    content: '\e8f6';
}

/* '' */
.icon-gplus-circled:before {
    content: '\e8f8';
}

/* '' */
.icon-pinterest:before {
    content: '\e8f9';
}

/* '' */
.icon-pinterest-circled:before {
    content: '\e8fa';
}

/* '' */
.icon-tumblr:before {
    content: '\e8fb';
}

/* '' */
.icon-tumblr-circled:before {
    content: '\e8fc';
}

/* '' */
.icon-linkedin:before {
    content: '\e8fd';
}

/* '' */
.icon-linkedin-circled:before {
    content: '\e8fe';
}

/* '' */
.icon-dribbble:before {
    content: '\e8ff';
}

/* '' */
.icon-dribbble-circled:before {
    content: '\e900';
}

/* '' */
.icon-stumbleupon:before {
    content: '\e901';
}

/* '' */
.icon-stumbleupon-circled:before {
    content: '\e902';
}

/* '' */
.icon-lastfm:before {
    content: '\e903';
}

/* '' */
.icon-lastfm-circled:before {
    content: '\e904';
}

/* '' */
.icon-rdio:before {
    content: '\e905';
}

/* '' */
.icon-rdio-circled:before {
    content: '\e906';
}

/* '' */
.icon-spotify:before {
    content: '\e907';
}

/* '' */
.icon-spotify-circled:before {
    content: '\e908';
}

/* '' */
.icon-qq:before {
    content: '\e909';
}

/* '' */
.icon-instagram:before {
    content: '\e90a';
}

/* '' */
.icon-dropbox:before {
    content: '\e90b';
}

/* '' */
.icon-evernote:before {
    content: '\e90c';
}

/* '' */
.icon-flattr:before {
    content: '\e90d';
}

/* '' */
.icon-skype:before {
    content: '\e90e';
}

/* '' */
.icon-skype-circled:before {
    content: '\e90f';
}

/* '' */
.icon-renren:before {
    content: '\e910';
}

/* '' */
.icon-sina-weibo:before {
    content: '\e911';
}

/* '' */
.icon-picasa:before {
    content: '\e913';
}

/* '' */
.icon-soundcloud:before {
    content: '\e914';
}

/* '' */
.icon-mixi:before {
    content: '\e915';
}

/* '' */
.icon-behance:before {
    content: '\e916';
}

/* '' */
.icon-google-circles:before {
    content: '\e917';
}

/* '' */
.icon-vkontakte:before {
    content: '\e918';
}

/* '' */
.icon-smashing:before {
    content: '\e919';
}

/* '' */
.icon-sweden:before {
    content: '\e91a';
}

/* '' */
.icon-db-shape:before {
    content: '\e91b';
}

/* '' */
.icon-logo-db:before {
    content: '\e91c';
}

/* '' */
.icon-music-line:before {
    content: '\e91d';
}

/* '' */
.icon-search-line:before {
    content: '\e91e';
}

/* '' */
.icon-mail-line:before {
    content: '\e91f';
}

/* '' */
.icon-heart-line:before {
    content: '\e920';
}

/* '' */
.icon-star-line:before {
    content: '\e921';
}

/* '' */
.icon-user-line:before {
    content: '\e922';
}

/* '' */
.icon-videocam-line:before {
    content: '\e923';
}

/* '' */
.icon-camera-line:before {
    content: '\e924';
}

/* '' */
.icon-photo-line:before {
    content: '\e925';
}

/* '' */
.icon-attach-line:before {
    content: '\e926';
}

/* '' */
.icon-lock-line:before {
    content: '\e927';
}

/* '' */
.icon-eye-line:before {
    content: '\e928';
}

/* '' */
.icon-tag-line:before {
    content: '\e929';
}

/* '' */
.icon-thumbs-up-line:before {
    content: '\e92a';
}

/* '' */
.icon-pencil-line:before {
    content: '\e92b';
}

/* '' */
.icon-comment-line:before {
    content: '\e92c';
}

/* '' */
.icon-location-line:before {
    content: '\e92d';
}

/* '' */
.icon-cup-line:before {
    content: '\e92e';
}

/* '' */
.icon-trash-line:before {
    content: '\e92f';
}

/* '' */
.icon-doc-line:before {
    content: '\e930';
}

/* '' */
.icon-note-line:before {
    content: '\e931';
}

/* '' */
.icon-cog-line:before {
    content: '\e932';
}

/* '' */
.icon-params-line:before {
    content: '\e933';
}

/* '' */
.icon-calendar-line:before {
    content: '\e934';
}

/* '' */
.icon-sound-line:before {
    content: '\e935';
}

/* '' */
.icon-clock-line:before {
    content: '\e936';
}

/* '' */
.icon-lightbulb-line:before {
    content: '\e937';
}

/* '' */
.icon-tv-line:before {
    content: '\e938';
}

/* '' */
.icon-desktop-line:before {
    content: '\e939';
}

/* '' */
.icon-mobile-line:before {
    content: '\e93a';
}

/* '' */
.icon-cd-line:before {
    content: '\e93b';
}

/* '' */
.icon-inbox-line:before {
    content: '\e93c';
}

/* '' */
.icon-globe-line:before {
    content: '\e93d';
}

/* '' */
.icon-cloud-line:before {
    content: '\e93e';
}

/* '' */
.icon-paper-plane-line:before {
    content: '\e93f';
}

/* '' */
.icon-fire-line:before {
    content: '\e940';
}

/* '' */
.icon-graduation-cap-line:before {
    content: '\e941';
}

/* '' */
.icon-megaphone-line:before {
    content: '\e942';
}

/* '' */
.icon-database-line:before {
    content: '\e943';
}

/* '' */
.icon-key-line:before {
    content: '\e944';
}

/* '' */
.icon-beaker-line:before {
    content: '\e945';
}

/* '' */
.icon-truck-line:before {
    content: '\e946';
}

/* '' */
.icon-money-line:before {
    content: '\e947';
}

/* '' */
.icon-food-line:before {
    content: '\e948';
}

/* '' */
.icon-shop-line:before {
    content: '\e949';
}

/* '' */
.icon-diamond-line:before {
    content: '\e94a';
}

/* '' */
.icon-t-shirt-line:before {
    content: '\e94b';
}

/* '' */
.icon-list:before {
    content: '\e94c';
}

/* '' */
.icon-duckduckgo:before {
    content: '\e94d';
}

/* '' */
.icon-aim:before {
    content: '\e94e';
}

/* '' */
.icon-delicious:before {
    content: '\e94f';
}

/* '' */
.icon-paypal:before {
    content: '\e950';
}

/* '' */
.icon-android:before {
    content: '\e952';
}

/* '' */
.icon-eventful:before {
    content: '\e953';
}

/* '' */
.icon-smashmag:before {
    content: '\e954';
}

/* '' */
.icon-gplus:before {
    content: '\e955';
}

/* '' */
.icon-wikipedia:before {
    content: '\e956';
}

/* '' */
.icon-lanyrd:before {
    content: '\e957';
}

/* '' */
.icon-fivehundredpx:before {
    content: '\e95a';
}

/* '' */
.icon-bitcoin:before {
    content: '\e95c';
}

/* '' */
.icon-w3c:before {
    content: '\e95d';
}

/* '' */
.icon-foursquare:before {
    content: '\e95e';
}

/* '' */
.icon-html5:before {
    content: '\e95f';
}

/* '' */
.icon-ie:before {
    content: '\e960';
}

/* '' */
.icon-call:before {
    content: '\e961';
}

/* '' */
.icon-grooveshark:before {
    content: '\e962';
}

/* '' */
.icon-ninetyninedesigns:before {
    content: '\e963';
}

/* '' */
.icon-forrst:before {
    content: '\e964';
}

/* '' */
.icon-digg:before {
    content: '\e965';
}

/* '' */
.icon-reddit:before {
    content: '\e967';
}

/* '' */
.icon-guest:before {
    content: '\e968';
}

/* '' */
.icon-gowalla:before {
    content: '\e969';
}

/* '' */
.icon-appstore:before {
    content: '\e96a';
}

/* '' */
.icon-blogger:before {
    content: '\e96b';
}

/* '' */
.icon-google:before {
    content: '\e970';
}

/* '' */
.icon-viadeo:before {
    content: '\e971';
}

/* '' */
.icon-instapaper:before {
    content: '\e972';
}

/* '' */
.icon-weibo:before {
    content: '\e973';
}

/* '' */
.icon-klout:before {
    content: '\e974';
}

/* '' */
.icon-meetup:before {
    content: '\e976';
}

/* '' */
.icon-vk:before {
    content: '\e977';
}

/* '' */
.icon-plancast:before {
    content: '\e978';
}

/* '' */
.icon-disqus:before {
    content: '\e979';
}

/* '' */
.icon-youtube:before {
    content: '\e97d';
}

/* '' */
.icon-windows:before {
    content: '\e97f';
}

/* '' */
.icon-xing:before {
    content: '\e980';
}

/* '' */
.icon-yahoo:before {
    content: '\e981';
}

/* '' */
.icon-chrome:before {
    content: '\e982';
}

/* '' */
.icon-email:before {
    content: '\e983';
}

/* '' */
.icon-macstore:before {
    content: '\e984';
}

/* '' */
.icon-myspace:before {
    content: '\e985';
}

/* '' */
.icon-podcast:before {
    content: '\e986';
}

/* '' */
.icon-amazon:before {
    content: '\e987';
}

/* '' */
.icon-steam:before {
    content: '\e988';
}

/* '' */
.icon-cloudapp:before {
    content: '\e989';
}

/* '' */
.icon-ebay:before {
    content: '\e98b';
}

/* '' */
.icon-googleplay:before {
    content: '\e98f';
}

/* '' */
.icon-itunes:before {
    content: '\e990';
}

/* '' */
.icon-plurk:before {
    content: '\e991';
}

/* '' */
.icon-songkick:before {
    content: '\e992';
}

/* '' */
.icon-gmail:before {
    content: '\e994';
}

/* '' */
.icon-pinboard:before {
    content: '\e995';
}

/* '' */
.icon-openid:before {
    content: '\e996';
}

/* '' */
.icon-quora:before {
    content: '\e997';
}

/* '' */
.icon-eventasaurus:before {
    content: '\e99a';
}

/* '' */
.icon-wordpress:before {
    content: '\e99b';
}

/* '' */
.icon-yelp:before {
    content: '\e99c';
}

/* '' */
.icon-intensedebate:before {
    content: '\e99d';
}

/* '' */
.icon-eventbrite:before {
    content: '\e99e';
}

/* '' */
.icon-scribd:before {
    content: '\e99f';
}

/* '' */
.icon-posterous:before {
    content: '\e9a0';
}

/* '' */
.icon-stripe:before {
    content: '\e9a1';
}

/* '' */
.icon-opentable:before {
    content: '\e9a2';
}

/* '' */
.icon-cart:before {
    content: '\e9a3';
}

/* '' */
.icon-angellist:before {
    content: '\e9a5';
}

/* '' */
.icon-dwolla:before {
    content: '\e9a7';
}

/* '' */
.icon-appnet:before {
    content: '\e9a8';
}

/* '' */
.icon-statusnet:before {
    content: '\e9a9';
}

/* '' */
.icon-acrobat:before {
    content: '\e9aa';
}

/* '' */
.icon-drupal:before {
    content: '\e9ab';
}

/* '' */
.icon-buffer:before {
    content: '\e9ac';
}

/* '' */
.icon-pocket:before {
    content: '\e9ad';
}

/* '' */
.icon-bitbucket:before {
    content: '\e9ae';
}

/* '' */
.icon-lego:before {
    content: '\e9af';
}

/* '' */
.icon-stackoverflow:before {
    content: '\e9b1';
}

/* '' */
.icon-hackernews:before {
    content: '\e9b2';
}

/* '' */
.icon-lkdto:before {
    content: '\e9b3';
}

/* '' */


/* #Base 1200 Grid
================================================== */
body {
    min-width: 1240px;
    padding: 25px 0;
}

#Wrapper {
    width: 1240px;
    margin: 0px auto;
    overflow: hidden;
}

.layout-full-width {
    padding: 0;
}

.layout-full-width #Wrapper {
    width: 100% !important;
    margin: 0 !important;
}

/* #Content
=============================== */

#Content {
    width: 100%;
}

body:not(.template-slider) #Content {
    padding-top: 30px;
}

.section {
    position: relative;
}

.section_wrapper,
.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.section_wrapper:after,
.container:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

.column, .columns {
    float: left;
    margin: 0 1% 40px;
}

.column.column_divider,
.column-margin-0px .column {
    margin-bottom: 0;
}

.column-margin-10px .column {
    margin-bottom: 10px;
}

.column-margin-20px .column {
    margin-bottom: 20px;
}

.column-margin-30px .column {
    margin-bottom: 30px;
}

.column-margin-40px .column {
    margin-bottom: 40px;
}

.column-margin-50px .column {
    margin-bottom: 50px;
}

.the_content_wrapper {
    margin: 0 1%;
}

.column_content .the_content_wrapper {
    margin: 0;
}

.column_attr.align_left {
    text-align: left;
}

.column_attr.align_right {
    text-align: right;
}

.column_attr.align_center {
    text-align: center;
}

.column_attr.align_justify {
    text-align: justify;
}

.extra_content .the_content_wrapper {
    margin: 0 1% 40px;
}


/* .with_aside */
.with_aside .content_wrapper {
    width: 1200px;
    margin: 0 auto;
}

.with_aside .sections_group {
    width: 75%;
    float: left;
}

.with_aside .section_wrapper {
    width: 100%;
}

.with_aside .four.columns {
    float: right;
}

.aside_left .sections_group {
    float: right;
}

.aside_left .four.columns {
    float: left;
}

/* both sidebars | .aside_both */
.aside_both .sections_group {
    width: 60%;
    margin-left: 20%;
}

.aside_both .sidebar.columns {
    width: 18%;
}

.aside_both .sidebar-1 {
    float: left !important;
    margin-left: -79%;
}


/* sidebars for sections */
.right-sidebar .items_group {
    width: 75%;
    float: left;
}

.right-sidebar .four.columns {
    float: right;
}

.left-sidebar .items_group {
    width: 75%;
    float: right;
}

.left-sidebar .four.columns {
    float: left;
}


/* #Base Grid
=============================== */

.one-sixth.column {
    width: 14.666%;
}

/* 1/6 */
.one-fifth.column {
    width: 18%;
}

/* 1/5 */
.four.columns,
.one-fourth.column {
    width: 23%;
}

/* 1/4 */
.one-third.column {
    width: 31.333%;
}

/* 1/3 */
.one-second.column {
    width: 48%;
}

/* 1/2 */
.two-third.column {
    width: 64.666%;
}

/* 2/3 */
.three-fourth.column {
    width: 73%;
}

/* 3/4 */
.one.column {
    width: 98%;
}

/* 1/1 */

/* without horizontal margin */
.no-margin-h .column {
    margin-left: 0;
    margin-right: 0;
}

.no-margin-h .one-sixth.column {
    width: 16.666%;
}

/* 1/6 */
.no-margin-h .one-fifth.column {
    width: 20%;
}

/* 1/5 */
.no-margin-h .one-fourth.column {
    width: 25%;
}

/* 1/4 */
.no-margin-h .one-third.column {
    width: 33.333%;
}

/* 1/3 */
.no-margin-h .one-second.column {
    width: 50%;
}

/* 1/2 */
.no-margin-h .two-third.column {
    width: 66.666%;
}

/* 2/3 */
.no-margin-h .three-fourth.column {
    width: 75%;
}

/* 3/4 */
.no-margin-h .one.column {
    width: 100%;
}

/* 1/1 */


/* #Clearing
================================================== */

/* Self Clearing Goodness */
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns, or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after,
.clearfix:after {
    clear: both;
}

.row,
.clearfix {
    zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}


/* #Global
================================================== */
.the_content_wrapper pre {
    margin-bottom: 20px
}

.rev_slider iframe {
    max-width: 1220px;
}

.rev_slider ul {
    margin: 0 !important;
}

.tp-static-layers {
    z-index: 200;
}

.ls-yourlogo {
    z-index: 28;
}

.section.center {
    text-align: center;
}

.section.no-margin .column,
.section.no-margin-v .column {
    margin-bottom: 0;
}

#Wrapper {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .06);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .06);
}

canvas.BWfade {
    opacity: 0 !important;
}

/* #Blank & #UnderConstruction
================================================== */
.page.hide-title-area:not(.with_aside) #Content,
.no-content-padding:not(.with_aside) #Content,
.template-blank #Content,
.under-construction #Content {
    padding: 0 !important;
}

.under-construction .section-uc-1 {
    padding-top: 40px;
    background-color: #fff;
}

.under-construction .section-uc-2 {
    padding-top: 40px;
    background-color: #f5f5f5;
    background: url(../images/stripes/stripes_3_b.png) repeat center;
}

.under-construction .section-uc-3 {
    padding-top: 40px;
}

.under-construction .section-border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}


/* Nice Scroll | .nice-scroll
================================================== */
body.nice-scroll {
    position: relative;
    padding-right: 10px !important;
}

.nice-scroll #configurator,
.nice-scroll #Sliding-top a.sliding-top-control,
.nice-scroll .fixed-nav.fixed-nav-next {
    margin-right: 10px;
}

.nice-scroll .nicescroll-rails {
    background: #666;
    z-index: 9001 !important;
}


/* #Slider pagination
================================================== */
.slider_pagination, .tp-bullets.simplebullets.round {
    text-align: center;
    line-height: 0;
}

.slider_pagination a,
.tp-bullets.simplebullets.round .bullet {
    display: inline-block;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    margin: 0 9px;
    background: rgba(0, 0, 0, .15);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: relative;
}

.slider_pagination a:hover {
    background: rgba(0, 0, 0, .25);
}

.slider_pagination a.selected,
.tp-bullets.simplebullets.round .bullet.selected {
    width: 10px;
    height: 8px;
    margin: 0px 10px 0;
    position: relative;
    top: 4px;
    background: rgba(0, 0, 0, .15);
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.slider_pagination a.selected:after,
.tp-bullets.simplebullets.round .bullet.selected:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    position: absolute;
    left: 1px;
    top: -3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tp-bullets.simplebullets.round .bullet {
    background: #fff;
}

/* #Rev slider
================================================== */
.tp-bullets.tp-thumbs {
    z-index: 100;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 0 !important;
}

.tp-bullets.tp-thumbs .tp-mask,
.tp-bullets.tp-thumbs .bullet {
    overflow: visible;
}

.tp-bullets.tp-thumbs .bullet.selected:after {
    bottom: -7px;
    content: "";
    display: block;
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
}

/* Buttony */
.tp-leftarrow.default, .tp-rightarrow.default {
    display: inline-block;
    padding: 0;
    width: 46px;
    height: 46px;
    cursor: pointer;
    border: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .03);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .03);
    background-repeat: no-repeat;
    background-position: center center;
}

.tp-leftarrow.default {
    background-image: url(../images/tp-leftarrow.png);
}

.tp-rightarrow.default {
    background-image: url(../images/tp-rightarrow.png);
}

.tp-leftarrow.default:after, .tp-rightarrow.default:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(0, 0, 0, .05);
}

.tp-leftarrow.default:hover, .tp-rightarrow.default:hover {
    text-decoration: none;
}

.tp-leftarrow.default:hover:after, .tp-rightarrow.default:hover:after {
    width: 100%;
}

/* #Sliding top
================================================== */
#Sliding-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 800;
}

#Sliding-top:after {
    content: "";
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    z-index: 1;
    background: url(../images/box_shadow.png) repeat-x left top;
}

#Sliding-top .widgets_wrapper {
    padding: 15px 0;
    display: none;
}

#Sliding-top .widgets_wrapper .column {
    margin-bottom: 0;
}

#Sliding-top .widgets_wrapper .widget {
    margin-bottom: 0;
    padding: 15px 0;
}

#Sliding-top .widgets_wrapper .widget:after {
    display: none;
}

#Sliding-top a.sliding-top-control {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 45px 45px 0;
    border-color: transparent transparent transparent transparent;
    position: absolute;
    z-index: 801;
    right: 0;
    bottom: -45px;
}

#Sliding-top a.sliding-top-control span {
    display: block;
    width: 26px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    right: -45px;
    top: 0;
    color: #fff;
    font-size: 18px;
}

#Sliding-top a.sliding-top-control .minus {
    display: none;
}

#Sliding-top a.sliding-top-control .plus {
    display: block;
}

#Sliding-top.active a.sliding-top-control .minus {
    display: block;
}

#Sliding-top.active a.sliding-top-control .plus {
    display: none;
}

/*
#Sliding-top .widgets_wrapper .widget ul { margin: 0 0 15px 30px; line-height: 21px; }
#Sliding-top .widgets_wrapper .widget ul li { list-style:disc outside; padding: 3px 0; }
*/

/* Widgets */
#Sliding-top .Recent_posts ul li .desc {
    background: rgba(0, 0, 0, .1);
}

#Sliding-top .widget_mfn_menu ul li a {
    background: rgba(0, 0, 0, .1);
    color: #ccc;
}

#Sliding-top .widget_recent_entries ul li {
    background: rgba(0, 0, 0, .1);
}

#Sliding-top ul.list_mixed li:after,
#Sliding-top ul.list_check li:after,
#Sliding-top ul.list_star li:after,
#Sliding-top ul.list_idea li:after {
    background: rgba(255, 255, 255, .08);
}

#Sliding-top .widget_mfn_recent_comments ul li .date_label {
    background-color: rgba(0, 0, 0, .07);
}

#Sliding-top .widget_mfn_recent_comments ul li .date_label:after {
    border-left-color: rgba(0, 0, 0, .07);
}

/* #Pager
================================================== */
.pager_wrapper {
    margin-bottom: 0;
}

.pager {
    text-align: center;
}

.pager .pages {
    display: inline-block;
    margin: 0 30px;
    padding: 4px 3px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #f8f8f8;
    background-image: url(../images/stripes/stripes_3_b.png);
}

.pager .pages a, .pager .pages span.page-numbers {
    display: inline-block;
    margin: 0 1px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.pager .pages a:hover {
    text-decoration: none;
}

.pager .pages a:hover, .pager .pages a.active, .pager .pages span.page-numbers.current {
    color: #fff;
}

.pager a.next_page,
.pager a.prev_page {
    display: inline-block;
    line-height: 43px;
}

/* Animation */
.pager .pages a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* #Load more button
================================================== */
.pager_lm {
    background: url("../images/preloader.gif") no-repeat center 17px;
    text-align: center;
}

.pager_lm .pager_load_more {
    margin: 0;
}

.pager_lm.loading {
    min-height: 49px;
}

.pager_lm:not(.loading) {
    background: none;
}


/* #Pager single (blog post)
================================================== */
.pager-single {
    text-align: center;
    background: rgba(0, 0, 0, 0.02);
    margin-top: 15px;
}

.pager-single span {
    height: 45px;
    line-height: 45px;
    display: inline-block;
    padding: 0 9px;
    position: relative;
    font-weight: bold;
}

.pager-single a span {
    font-weight: normal;
}

.pager-single span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
}

.pager-single a span:after {
    display: none;
}

/* #Fixed nav
================================================== */
.post-nav .fixed-nav {
    display: none;
}

.fixed-nav {
    position: fixed;
    bottom: 40px;
    height: 80px;
    z-index: 90;
}

.fixed-nav.fixed-nav-prev {
    left: 0;
}

.fixed-nav.fixed-nav-next {
    right: 0;
}

.fixed-nav .arrow {
    display: block;
    width: 35px;
    height: 80px;
    font-size: 15px;
    position: relative;
    z-index: 92;
    color: #fff;
    line-height: 80px;
    text-align: center;
}

.fixed-nav .photo {
    height: 80px;
    width: 80px;
    position: relative;
    z-index: 92;
    overflow: hidden;
    line-height: 0;
}

.fixed-nav .desc {
    width: 190px;
    padding: 6px 15px;
    min-height: 68px;
    background: #fff;
    z-index: 91;
}

.fixed-nav .desc h6 {
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom-width: 1px;
    border-style: solid;
}

.fixed-nav .desc i {
    display: inline-block;
    margin-right: 2px;
}

.fixed-nav .desc i:before {
    margin-left: 0;
}

.fixed-nav-prev .arrow, .fixed-nav-prev .photo, .fixed-nav-prev .desc {
    float: left;
}

.fixed-nav-prev .desc {
    margin-left: -335px;
}

.fixed-nav-prev:hover .desc {
    margin-left: 0px;
}

.fixed-nav-next .arrow, .fixed-nav-next .photo, .fixed-nav-next .desc {
    float: right;
}

.fixed-nav-next .desc {
    margin-right: -335px;
}

.fixed-nav-next:hover .desc {
    margin-right: 0px;
}

/* Animation */
.fixed-nav .photo,
.fixed-nav .desc {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Format */
.fixed-nav.format-quote .desc {
    display: none;
}

.fixed-nav.format-quote .photo {
    background-color: #eee;
    background-image: url("../images/blockquote.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50% auto;
}

.fixed-nav.format-link .photo img {
    display: none;
}

.fixed-nav.format-link .photo {
    background-color: #eee;
    background-image: url("../images/link.png");
    background-position: center center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1430px) {
    .fixed-nav-prev .photo {
        position: static;
        margin-left: -115px;
    }

    .fixed-nav-prev:hover .photo {
        margin-left: 0;
    }

    .fixed-nav-next .photo {
        position: static;
        margin-right: -115px;
    }

    .fixed-nav-next:hover .photo {
        margin-right: 0;
    }
}

/* #Filters
================================================== */
#Filters {
    margin-bottom: 30px;
}

#Filters .filters_buttons {
    padding: 15px 15px;
    background-image: url(../images/stripes/stripes_5_b.png);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

#Filters .filters_buttons li {
    float: left;
    margin-right: 15px;
}

#Filters .filters_buttons li.categories i,
#Filters .filters_buttons li.tags i {
    margin-right: 3px;
}

#Filters .filters_buttons li.reset {
    float: right;
    margin-right: 0;
}

#Filters .filters_wrapper {
    display: none;
    margin-top: 20px;
}

#Filters .filters_wrapper ul {
    display: none;
    overflow: hidden;
}

#Filters .filters_wrapper ul li {
    float: left;
    width: 19%;
    margin: 0.5%;
}

#Filters .filters_wrapper ul li a {
    display: block;
    padding: 7px 10px;
    background: #fff;
    border: 1px solid #F7F7F7;
    color: #858585;
}

#Filters .filters_wrapper ul li a:hover,
#Filters .filters_wrapper ul li.current-cat a {
    text-decoration: none;
    color: #fff;
}

#Filters .filters_wrapper ul li.close a {
    text-align: center;
    width: 38px;
    padding: 7px 0;
    background: #8B8B8B;
    border: 1px solid #F7F7F7 !important;
    color: #fff;
}

#Filters .filters_wrapper ul li.close a:hover {
    background: #545454;
}

/* Animations */
#Filters .filters_wrapper ul li a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* #Owl-pagination
================================================== */

/* #NEXT / PREV NAVI
================================================== */

/* Section: Highlight
================================================== */
.highlight-left,
.highlight-right {
    position: relative;
}

.highlight-left:after,
.highlight-right:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
}

.highlight-left:after {
    left: 0;
}

.highlight-right:after {
    right: 0;
}

.highlight-left .section_wrapper,
.highlight-right .section_wrapper {
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .highlight-left:after,
    .highlight-right:after {
        content: none;
    }
}

/* Section: Portfolio
================================================== */
.section.full-width .section_wrapper {
    width: 100% !important;
}

.section.full-width .section_wrapper .column.one {
    width: 100%;
    margin: 0 !important;
}


/* #Header
================================================== */
body:not(.template-slider) #Header_wrapper {
    background-repeat: no-repeat;
    background-position: top center;
}

body:not(.template-slider) #Header_wrapper.bg-fixed {
    background-attachment: fixed;
}

#Header_wrapper {
    position: relative;
}

#Header {
    position: relative;
}

body:not(.template-slider) #Header {
    min-height: 250px;
}

.header-transparent .header_placeholder,
.header-empty .header_placeholder {
    height: 0 !important;
}

/* Minimalist Header */
body.minimalist-header:not(.template-slider) #Header {
    min-height: 0;
    background-image: none !important;
}

body.minimalist-header.header-modern:not(.template-slider) #Header {
    min-height: 147px;
}

body.minimalist-header.header-simple:not(.template-slider) #Header {
    min-height: 130px;
}

body.minimalist-header.header-stack:not(.template-slider) #Header {
    min-height: 0;
}

body.minimalist-header.header-fixed:not(.template-slider) #Header {
    min-height: 60px;
}

body.minimalist-header.header-below:not(.template-slider) #Header {
    min-height: 90px;
    padding-top: 0;
}


/* #Action bar
================================================== */
#Action_bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 30;
}

#Action_bar .column {
    margin-bottom: 0;
    overflow: hidden;
}

#Action_bar .contact_details {
    float: left;
}

#Action_bar .contact_details li {
    display: inline-block;
    margin-right: 10px;
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.5);
}

#Action_bar .contact_details li > i {
    margin-right: 2px;
}

#Action_bar .contact_details li:last-child {
    margin-right: 0px;
}

#Action_bar .social {
    float: right;
    padding: 20px 0;
}

#Action_bar .social li {
    display: inline-block;
    margin-right: 6px;
}

#Action_bar .social li:last-child {
    margin-right: 0px;
}

#Action_bar .social li a {
    color: rgba(255, 255, 255, .3);
    font-size: 15px;
    line-height: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#Action_bar .social li a:hover {
    color: rgb(255, 255, 255);
}

#Action_bar .social-menu {
    float: right;
    padding: 20px 0;
}

#Action_bar .social-menu li {
    display: inline-block;
    margin-right: 6px;
    padding-right: 6px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

#Action_bar .social-menu li:last-child {
    margin-right: 0px;
    padding-right: 0;
    border-right: 0;
}

/* #Top_bar
================================================== */
#Top_bar {
    position: absolute;
    left: 0;
    top: 61px;
    width: 100%;
    z-index: 30;
}

#Top_bar .column {
    margin-bottom: 0;
}

#Top_bar .top_bar_left {
    position: relative;
    float: left;
}

#Top_bar .top_bar_right {
    float: right;
    height: 90px;
    position: relative;
    top: -4px;
    padding: 0 10px 0 20px;
}

#Top_bar .top_bar_right:before {
    content: "";
    display: block;
    height: 90px;
    width: 10px;
    position: absolute;
    left: -10px;
    top: 2px;
    background-image: url(../images/top_bar_right_shadow.png);
    background-repeat: repeat-y;
    -moz-transform: skewX(0deg) skewY(-25deg);
    -webkit-transform: skewX(0deg) skewY(-25deg);
    -o-transform: skewX(0deg) skewY(-25deg);
    -ms-transform: skewX(0deg) skewY(-25deg);
    transform: skewX(0deg) skewY(-25deg);
}

.ie #Top_bar .top_bar_right:before {
    width: 11px;
}

/* Top bar width */
#Top_bar .top_bar_left {
    width: 990px;
}

/* Logo */
#Top_bar .logo {
    float: left;
    margin: 0 30px 0 20px;
}

#Top_bar .logo h1 {
    margin: 0;
}

#Top_bar .logo:not(.text-logo) h1 {
    line-height: 0;
    font-size: 0;
    margin: 0;
}

#Top_bar #logo {
    display: block;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    padding: 15px 0px;
}

#Top_bar #logo:hover {
    text-decoration: none;
}

#Top_bar #logo img {
    vertical-align: middle;
}

/* Menu wrapper */
#Top_bar .menu_wrapper {
    float: left;
    z-index: 201;
}

/* Secondary menu wrapper */
#Top_bar .secondary_menu_wrapper {
    display: none;
}

/* Menu responsive */
#Top_bar a.responsive-menu-toggle {
    display: none;
}

/* Banner */
#Top_bar .banner_wrapper {
    display: none;
}

/* Search wrapper */
#Top_bar .search_wrapper {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    z-index: 201;
    width: 100%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#Top_bar .search_wrapper input[type="text"] {
    width: 100%;
    margin: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    padding-left: 35px;
    background: none;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, .08) !important;
    font-size: 15px;
}

#Top_bar .search_wrapper input[type="text"]:focus {
    background-color: transparent !important;
}

#Top_bar .search_wrapper .icon_search,
#Top_bar .search_wrapper .icon_close {
    position: absolute;
    top: 25px;
    font-size: 20px;
    line-height: 20px;
    display: block;
}

#Top_bar .search_wrapper .icon_search {
    left: 18px;
    color: rgba(0, 0, 0, .5);
}

#Top_bar .search_wrapper .icon_close {
    right: 18px;
    color: #fff;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#Top_bar .search_wrapper .icon_close:hover {
    right: 18px;
    opacity: 1;
    filter: alpha(opacity=100);
}

/* Cart */
#Top_bar a#header_cart {
    position: relative;
    top: 34px;
    display: block;
    float: left;
    font-size: 20px;
    line-height: 20px;
    margin-right: 15px;
}

#Top_bar a#header_cart span {
    position: absolute;
    right: -9px;
    top: -7px;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    font-size: 11px;
    color: #fff;
}

/* Search */
#Top_bar a#search_button {
    position: relative;
    top: 34px;
    display: block;
    float: left;
    font-size: 20px;
    line-height: 20px;
    margin-right: 10px;
}

#Top_bar a.button.action_button {
    top: 23px;
    margin: 0 10px 0 0;
    color: #fff;
}

/* WPML */
#Top_bar .wpml-languages {
    display: block;
    float: left;
    position: relative;
    top: 25px;
    z-index: 210;
    margin-right: 10px;
}

#Top_bar .wpml-languages a.active {
    display: block;
    padding: 8px 6px 8px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #e8e8e8;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#Top_bar .wpml-languages.disabled a.active {
    padding: 8px 10px;
}

#Top_bar .wpml-languages a.active i {
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 0 5px;
}

#Top_bar .wpml-languages a.active i:before {
    margin: 0;
}

#Top_bar .wpml-languages a:hover.active {
    text-decoration: none;
}

#Top_bar .wpml-languages.enabled:hover a.active {
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-bottom: 0;
}

#Top_bar .wpml-languages ul.wpml-lang-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    z-index: 205;
    overflow: hidden;
    display: none;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #e8e8e8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#Top_bar .wpml-languages ul.wpml-lang-dropdown li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#Top_bar .wpml-languages ul.wpml-lang-dropdown li:last-child {
    border-bottom: 0;
}

#Top_bar .wpml-languages ul.wpml-lang-dropdown li a {
    font-size: 12px;
    display: block;
    text-align: center;
    padding: 4px 0px;
    color: #8B8B8B;
}

#Top_bar .wpml-languages ul.wpml-lang-dropdown li a:hover {
    text-decoration: none;
    color: #5F5F5F;
    background: rgba(0, 0, 0, .03);
}

#Top_bar .wpml-languages:hover {
    height: auto;
}

#Top_bar .wpml-languages:hover ul.wpml-lang-dropdown {
    display: block;
}

#Top_bar .wpml-languages a.active,
#Top_bar .wpml-languages ul.wpml-lang-dropdown {
    background: #fff;
}

#Top_bar .wpml-languages.horizontal {
    display: block;
    padding: 8px 10px;
    border: 1px solid #e8e8e8;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#Top_bar .wpml-languages.horizontal ul li {
    float: left;
    margin-right: 6px;
}

#Top_bar .wpml-languages.horizontal ul li:last-child {
    margin-right: 0;
}


/* #menu
================================================== */
/* main menu 1st level */
#Top_bar #menu {
    z-index: 201;
}

#Top_bar .menu {
    z-index: 202;
}

#Top_bar .menu > li {
    margin: 0;
    z-index: 203;
    display: block;
    float: left;
}

#Top_bar .menu > li:not(.mfn-megamenu-parent) {
    position: relative;
}

#Top_bar .menu > li.hover {
    z-index: 204;
}

#Top_bar .menu > li > a {
    display: block;
    line-height: 60px;
    padding: 15px 0;
    position: relative;
}

#Top_bar .page-menu > li > a {
    padding: 15px 20px;
}

/* default WP Pages Menu */
#Top_bar .menu > li > a:after {
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -4px;
    z-index: 203;
    opacity: 0;
    filter: alpha(opacity=0);
}

#Top_bar .menu > li > a span:not(.description) {
    display: block;
    line-height: 60px;
    padding: 0 20px;
    white-space: nowrap;
    border-right-width: 1px;
    border-style: solid;
}

#Top_bar .menu > li > a span.description {
    font-size: 11px;
    line-height: 12px !important;
    margin: -15px -15px 0;
    color: #aaa;
    font-weight: 300;
    text-align: center;
    display: block;
}

#Top_bar .menu > li:last-child > a span {
    border: 0;
}

#Top_bar .menu > li > a:hover {
    text-decoration: none;
}

.menu-highlight #Top_bar .menu > li.current-menu-item > a,
.menu-highlight #Top_bar .menu > li.current_page_item > a,
.menu-highlight #Top_bar .menu > li.current-menu-ancestor > a,
.menu-highlight #Top_bar .menu > li.current_page_ancestor > a,
.menu-highlight #Top_bar .menu > li.hover > a {
    color: #fff;
}

/* Animation */
#Top_bar .menu > li > a,
#Top_bar .menu > li > a:after {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#Top_bar .menu > li.current-menu-item > a:after,
#Top_bar .menu > li.current_page_item > a:after,
#Top_bar .menu > li.current-menu-ancestor > a:after,
#Top_bar .menu > li.current_page_ancestor > a:after,
#Top_bar .menu > li.hover > a:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* main menu 2nd level */
#Top_bar .menu li ul {
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: 205;
    margin: 0;
    display: none;
    background-image: url(../images/box_shadow.png);
    background-repeat: repeat-x;
    background-position: left top;
}

#Top_bar .menu li > ul {
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.03);
}

#Top_bar .menu li ul li {
    padding: 0;
    width: 190px;
    position: relative;
    font-weight: normal;
}

#Top_bar .menu li ul li a {
    padding: 10px 10px 10px 20px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#Top_bar .menu li ul li a span {
    display: inline-block;
    position: relative;
}

#Top_bar .menu li ul li a .menu-arrow {
    position: absolute;
    right: 7px;
    top: 11px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.35);
}

#Top_bar .menu > li ul li a:hover,
#Top_bar .menu > li ul li.hover > a {
    text-decoration: none;
    background: rgba(0, 0, 0, .06);
}

/* main menu 3rd level */
#Top_bar .menu li ul li ul {
    position: absolute;
    left: 190px;
    top: 0px;
    z-index: 204;
}

/* Animation */
#Top_bar .menu li ul li a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/* #secondary menu
================================================== */
#Header #menu-secondary-menu {
    z-index: 220;
}

#Header .secondary-menu {
    z-index: 221;
}

#Header .secondary-menu > li {
    margin: 0;
    z-index: 222;
    display: block;
    float: left;
    position: relative;
    padding: 8px 9px;
    line-height: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#Header .secondary-menu > li.submenu {
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

#Header .secondary-menu > li > a {
    display: block;
}

#Header .secondary-menu > li > a:hover {
    text-decoration: none;
}

#Header .secondary-menu li ul {
    position: absolute;
    left: 0px;
    padding: 7px;
    top: 100%;
    z-index: 223;
    margin: 0;
    display: none;
    -webkit-border-radius: 0px 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
}

#Header .secondary-menu li ul li {
}

#Header .secondary-menu li ul li:last-child {
    border-bottom: 0;
}

#Header .secondary-menu li ul li a {
    display: block;
    text-align: center;
    white-space: nowrap;
    padding: 6px 8px;
}

#Header .secondary-menu li ul li a:hover {
    text-decoration: none;
}

#Header .secondary-menu > li > a {
    color: #A8A8A8;
}

#Header .secondary-menu > li.hover,
#Header .secondary-menu li ul {
    background: #F9F9F9;
}

#Header .secondary-menu li ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#Header .secondary-menu li ul li a {
    color: #8B8B8B;
}

#Header .secondary-menu li ul li a:hover {
    color: #5F5F5F;
    background: rgba(255, 255, 255, 0.8);
}

/* #Header styles
================================================== */
.header-fixed #Action_bar {
    display: none;
}

@media only screen and (min-width: 768px) {

    .header-fixed #Top_bar {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0 !important;
        height: 60px;
        z-index: 701;
        background: #fff;
        opacity: .97;
        filter: alpha(opacity=97);
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    }

    .header-fixed #Top_bar .top_bar_left,
    .header-fixed #Top_bar .top_bar_right,
    .header-fixed #Top_bar .top_bar_right:before {
        background: none;
    }

    .header-fixed #Top_bar .top_bar_right {
        top: -4px;
    }

    .header-fixed #Top_bar .logo {
        width: auto;
        margin: 0 30px 0 20px;
        padding: 0;
    }

    .header-fixed #Top_bar #logo {
        padding: 5px 0;
        height: 50px;
        line-height: 50px;
    }

    .header-fixed #Top_bar #logo img {
        max-height: 35px;
    }

    .header-fixed #Top_bar .menu_wrapper {
        clear: none;
    }

    .header-fixed #Top_bar .menu_wrapper .menu > li > a {
        padding: 15px 0;
    }

    .header-fixed #Top_bar .menu > li > a,
    .header-fixed #Top_bar .menu > li > a span {
        line-height: 30px;
    }

    .header-fixed #Top_bar .menu > li > a:after {
        top: auto;
        bottom: -4px;
    }

    .header-fixed #Top_bar .menu > li > a span.description {
        margin-top: -5px;
    }

    .header-fixed #Top_bar #header_cart {
        top: 27px;
    }

    .header-fixed #Top_bar #search_button {
        top: 25px;
    }

    .header-fixed #Top_bar .wpml-languages {
        top: 15px;
    }

    .header-fixed #Top_bar .secondary_menu_wrapper {
        display: none;
    }

    .header-fixed #Top_bar .responsive-menu-toggle {
        top: 12px;
    }
}

.header-below {
}

.header-below #Header .top_bar_left,
.header-below #Header .top_bar_right {
    background-color: transparent;
}

.header-below #Top_bar {
    position: static;
}

.header-below #Top_bar .top_bar_right {
    top: 0;
}

.header-below #Top_bar .top_bar_right:before {
    display: none;
}

.header-below #Action_bar {
    display: none;
}

body.header-below:not(.template-slider) #Header {
    min-height: 90px;
    padding-top: 160px;
}

.header-below #Top_bar {
    background-color: #fff;
}

.header-classic {
}

.header-classic #Header .top_bar_left,
.header-classic #Header .top_bar_right {
    background-color: transparent;
}

.header-classic #Top_bar {
    position: static;
}

.header-classic #Top_bar .top_bar_right {
    top: 0;
}

.header-classic #Top_bar .top_bar_right:before {
    display: none;
}

.header-classic #Action_bar {
    position: static;
}

.header-classic #Action_bar .contact_details li,
.header-classic #Action_bar .social,
.header-classic #Action_bar .social-menu {
    padding: 12px 0;
}

.header-classic #Action_bar {
    background-color: #2C2C2C;
}

.header-classic #Top_bar {
    background-color: #fff;
}


.header-split {
}

.header-split #Header .top_bar_left {
    width: 100% !important;
}

.header-split #Header .top_bar_left,
.header-split #Header .top_bar_right {
    background-color: transparent;
}

.header-split #Header .top_bar_left .menu_wrapper {
    width: 100%;
}

.header-split #Header .top_bar_left .menu_left {
    float: left;
    width: 38%;
    text-align: center;
}

.header-split #Header .top_bar_left .menu_right {
    float: right;
    width: 38%;
    text-align: center;
}

.header-split #Header .top_bar_left .menu > li {
    display: inline-block;
    float: none;
}

.header-split #Header .top_bar_left .logo {
    width: 100%;
    margin: 0;
    text-align: center;
}

@media only screen and (min-width: 1240px) {
    .header-split #Header .top_bar_left .logo {
        position: absolute;
        left: 38%;
        width: 24%;
    }
}

.header-split #Top_bar .top_bar_right {
    display: none;
}

.header-split #Top_bar {
    position: static;
}

.header-split #Action_bar {
    position: static;
}

.header-split #Action_bar .contact_details li,
.header-split #Action_bar .social,
.header-split #Action_bar .social-menu {
    padding: 12px 0;
}

.header-split #Action_bar {
    background-color: #2C2C2C;
}

.header-split #Top_bar {
    background-color: #fff;
}


.header-stack {
}

.header-stack #Header .top_bar_left {
    width: 100% !important;
}

/**/
.header-stack #Header .top_bar_left,
.header-stack #Header .top_bar_right {
    background-color: transparent;
}

.header-stack #Top_bar {
    position: static;
}

.header-stack #Top_bar .logo {
    width: 100%;
    margin: 0;
    padding: 0 30px;
    text-align: left;
    border-bottom-width: 1px;
    border-style: solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/**/
.header-stack.header-center #Top_bar .logo {
    text-align: center;
}

.header-stack.header-right #Top_bar .logo {
    text-align: right;
}

.header-stack #Top_bar .logo #logo {
    display: inline-block;
    height: auto;
}

/**/
.header-stack #Top_bar .menu_wrapper {
    clear: both;
}

/**/
.header-stack #Top_bar .menu_wrapper .menu > li > a {
    padding: 0;
}

/**/
.header-stack #Top_bar .menu > li > a span.description {
    margin-bottom: 10px;
}

.header-stack #Top_bar .top_bar_right {
    position: absolute;
    right: 0;
    bottom: -16px;
    top: auto;
}

/**/
.header-stack #Top_bar .top_bar_right:before {
    display: none;
}

.header-stack #Top_bar .secondary_menu_wrapper {
    position: absolute;
    right: 20px;
    top: 35px;
    display: block;
}

/**/
.header-stack.header-right #Top_bar .secondary_menu_wrapper {
    left: 20px;
    right: auto;
}

/**/
.header-stack #Action_bar {
    position: static;
}

.header-stack #Action_bar .contact_details li,
.header-stack #Action_bar .social,
.header-stack #Action_bar .social-menu {
    padding: 12px 0;
}

body.header-stack:not(.template-slider) #Header {
    min-height: 315px;
}

.header-stack #Action_bar {
    background-color: #2C2C2C;
}

.header-stack #Top_bar {
    background-color: #fff;
}

.header-magazine #Top_bar .logo {
    border: 0;
}

.header-magazine #Top_bar .top_bar_right {
    display: none;
}

.header-magazine #Top_bar .secondary_menu_wrapper {
    display: none;
}

.header-magazine #Top_bar .banner_wrapper {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 468px;
    height: 60px;
    text-align: right;
}

.header-magazine #Top_bar .banner_wrapper a {
    display: block;
    line-height: 0;
}

.header-magazine #Top_bar .banner_wrapper img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    max-height: 60px;
}


.header-simple {
}

.header-simple #Action_bar {
    display: none;
}

.header-simple #Top_bar .top_bar_left {
    width: 100% !important;
    background: none;
}

.header-simple #Top_bar:not(.is-sticky) .top_bar_left {
    top: -40px;
}

.header-simple #Top_bar .top_bar_right,
.header-simple #Top_bar .top_bar_right:before {
    display: none;
}

.header-simple #Top_bar .menu > li > a span.description {
    margin: 0 0 0 5px;
}

.header-empty #Header {
    position: static;
    min-height: 0 !important;
}

.header-empty #Subheader {
    display: none;
}

.header-empty #Content {
    padding: 0 !important;
}

.header-transparent #Top_bar .top_bar_left,
.header-transparent #Top_bar .top_bar_right,
.header-transparent #Top_bar .top_bar_right:before {
    background: none;
}

.header-transparent #Top_bar .top_bar_right {
    top: -15px;
}

.header-transparent #Top_bar #logo {
    padding: 0;
}

.header-transparent #Top_bar a.responsive-menu-toggle {
    top: 10px;
}

.header-transparent #Top_bar .menu > li > a {
    padding: 0;
}

.header-transparent #Top_bar .menu > li > a:after {
    background: none;
}

.header-transparent #Top_bar .menu > li > a span {
    border-color: rgba(0, 0, 0, 0.03);
}

.header-transparent #Top_bar .menu li > ul:not(.mfn-megamenu-bg) {
    background-image: none;
}

/* #Subheader
================================================== */
#Subheader {
    background-color: rgba(0, 0, 0, .02);
    background-position: center top;
    background-repeat: no-repeat;
    padding: 30px 0;
    position: relative;
}

.subheader-transparent #Subheader {
    background: none;
}

.hide-title-area #Subheader {
    display: none;
}

#Subheader .column {
    margin-bottom: 0;
}

#Subheader .title {
    margin-bottom: 0;
    width: 70%;
    float: left;
}

#Subheader ul.breadcrumbs {
    display: block;
    width: 30%;
    margin: 1px 0 0;
    font-size: 1em !important;
    float: right;
    text-align: right;
}

#Subheader ul.breadcrumbs li {
    display: inline-block;
}

#Subheader ul.breadcrumbs li, #Subheader ul.breadcrumbs li a {
    color: rgba(0, 0, 0, .3);
}

#Subheader ul.breadcrumbs li span {
    margin: 0 10px;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

#Subheader:after {
    content: "";
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    z-index: 1;
    background: url(../images/box_shadow.png) repeat-x left top;
}

#Subheader ul.woocommerce-breadcrumb li:last-child span {
    display: none;
}

/* subheader-style */
.subheader-title-right #Subheader .title {
    float: right;
    text-align: right;
}

.subheader-title-right #Subheader .breadcrumbs {
    float: left;
    text-align: left;
}

.subheader-both-left #Subheader .title {
    width: 100%;
}

.subheader-both-left #Subheader .breadcrumbs {
    width: 100%;
    text-align: left;
    margin-top: 10px;
}

.subheader-both-right #Subheader .title {
    width: 100%;
    text-align: right;
}

.subheader-both-right #Subheader .breadcrumbs {
    width: 100%;
    text-align: right;
    margin-top: 10px;
}

.subheader-both-center #Subheader .title {
    width: 100%;
    text-align: center;
}

.subheader-both-center #Subheader .breadcrumbs {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}


/* #Post
================================================== */
.post-item {
    margin-bottom: 40px;
    position: relative;
    float: left;
    width: 100%;
}

.post-item .date_label {
    position: absolute;
    left: 0;
    top: 7px;
    display: none;
}

.post-photo-wrapper {
    width: 37%;
    float: left;
}

.post-photo-wrapper iframe {
    width: 100%;
}

.post-desc-wrapper {
    width: 63%;
    float: left;
}

.post-desc {
    padding: 15px 0 0 20px;
}

.format-standard.no-img .post-photo-wrapper {
    display: none;
}

.format-standard.no-img .post-desc-wrapper,
.search-results .no-img .post-desc-wrapper {
    width: 100%;
}

.post-meta {
    margin-bottom: 8px;
}

.post-meta .author-date {
    float: left;
}

.post-meta .author-date a {
    border-bottom-width: 1px;
    border-style: dotted;
    text-decoration: none !important;
}

.post-meta .category {
    float: right;
    position: relative;
}

.post-meta .category.mata-tags {
    margin-right: 10px;
}

.post-meta .category .cat-btn {
    cursor: pointer;
}

.post-meta .category .cat-wrapper {
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
    z-index: 21;
}

.post-meta .category:hover .cat-wrapper {
    display: block;
}

.post-meta .category .cat-wrapper ul {
    padding: 7px;
    min-width: 70px;
    background: #F9F9F9;
}

.post-meta .category .cat-wrapper ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.post-meta .category .cat-wrapper ul li:last-child {
    border-bottom: 0;
}

.post-meta .category .cat-wrapper ul li a {
    display: block;
    text-align: center;
    padding: 1px 5px;
    color: #8B8B8B;
}

.post-meta .category .cat-wrapper ul li a:hover {
    text-decoration: none;
    color: #5F5F5F;
    background: rgba(255, 255, 255, 0.8);
}

.post-excerpt {
    margin-bottom: 15px;
}

.cat_description {
    margin-bottom: 40px;
}

.post-footer {
    background: rgba(0, 0, 0, .02);
    padding: 7px 15px;
    overflow: hidden;
    line-height: 30px;
}

.post-footer .button-love {
    float: left;
}

.post-footer .button-love a.mfn-love {
    display: inline-block;
    position: relative;
    padding-left: 24px;
    margin-left: 5px;
}

.post-footer .button-love a.mfn-love i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
}

.post-footer .button-love a.mfn-love:hover {
    text-decoration: none;
}

.post-footer .button-love a.mfn-love i:last-child {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.post-footer .button-love a:hover.mfn-love i:last-child,
.post-footer .button-love a.loved.mfn-love i:last-child {
    opacity: 1;
    filter: alpha(opacity=100);
}

.post-footer .post-links {
    float: right;
    border-left-width: 1px;
    border-style: solid;
    padding-left: 10px;
}

.post-footer .post-links .post-comments {
    margin-right: 10px;
}

.hide-more .post-footer .post-links .icon-doc-text,
.hide-more .post-footer .post-links .post-more {
    display: none;
}

.blog_slider.hide-more .item_wrapper .hr_color,
.blog_slider.hide-more .item_wrapper .button {
    display: none;
}

/* Masonry */
.masonry {
}

.masonry .post-item {
    width: 31.2%;
    margin: 0 1% 20px;
    background: #fff;
}

.masonry .post-photo-wrapper {
    width: 100%;
    float: none;
}

.masonry .post-desc-wrapper {
    width: 100%;
    float: none;
}

.masonry .post-desc-wrapper .post-desc {
    padding: 20px 20px 0;
}

.masonry .post-footer {
    margin: 0 -20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.masonry .post-meta .author-date .author span {
    display: none;
}

.masonry .post-desc-wrapper .post-meta .category .cat-btn {
    display: none;
}

.masonry .post-desc-wrapper .post-footer .button-love .love-text {
    display: none;
}

/* Timeline */
.timeline .post-item {
    float: none;
    width: auto;
    padding-left: 200px;
    margin-bottom: 0;
    padding-bottom: 40px;
    background: url(../images/timeline_right.png) no-repeat 90px top;
}

.timeline .post-item:last-child {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.timeline .format-quote .post-meta,
.timeline .format-link .post-meta {
    padding-top: 7px;
}

.timeline .post-item:before {
    content: "";
    width: 7px;
    height: 7px;
    border-width: 4px;
    border-style: solid;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 126px;
    top: 11px;
    display: block;
    visibility: visible;
    z-index: 1;
}

.timeline .date_label {
    display: block;
}

.timeline .post-meta .author-date .date {
    display: none;
}

/* Post types =========================================== */

.format-quote .post-photo-wrapper {
    display: none;
}

.format-quote .post-desc {
    padding: 0;
}

.format-quote .post-desc-wrapper {
    width: 100%;
    float: none;
}

.format-video {
}

.format-video .image_frame .image_wrapper img {
    margin-bottom: 0 !important;
}

.format-video .image_frame:hover .image_wrapper img {
    top: 0px;
}

.format-link .post-photo-wrapper {
    display: none;
}

.format-link .post-desc-wrapper {
    width: 100%;
    float: none;
}

.format-link .post-desc {
    padding: 0;
}

.format-link .post-title {
    overflow: hidden;
}

.format-link .post-title .icon-link {
    display: block;
    width: 80px;
    height: 80px;
    font-size: 60px;
    line-height: 80px;
    border-right-width: 1px;
    border-style: solid;
    float: left;
    text-align: center;
}

.format-link .post-title .link-wrapper {
    margin-left: 100px;
    padding-top: 14px;
}

.format-link .post-title .link-wrapper h4 {
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 22px;
}


/* #Single post
================================================== */
.post-nav {
    padding: 10px 10px 4px 130px;
    margin-bottom: 20px;
    background-image: url(../images/stripes/stripes_5_b.png);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.post-nav .next-prev-nav {
    float: left;
}

.post-nav .next-prev-nav li {
    float: left;
    margin-right: 5px;
}

.post-nav .next-prev-nav a.button {
    margin: 0;
}

.post-nav .list-nav {
    float: right;
    line-height: 49px;
}

.post-header {
    margin-bottom: 20px;
}

.post-header .button-love {
    width: 99px;
    float: left;
    text-align: center;
}

.post-header .button-love a.mfn-love {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    font-size: 17px;
    margin-top: 25px;
}

.no-title .post-header .button-love a.mfn-love {
    margin-top: 0;
}

.post-header .button-love a.mfn-love i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
}

.post-header .button-love a.mfn-love:hover {
    text-decoration: none;
}

.post-header .button-love a.mfn-love i:last-child {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.post-header .button-love a:hover.mfn-love i:last-child,
.post-header .button-love a.loved.mfn-love i:last-child {
    opacity: 1;
    filter: alpha(opacity=100);
}

.post-header .title_wrapper {
    margin-left: 99px;
    border-left-width: 1px;
    border-style: solid;
    padding-left: 30px;
}

.post-header .title_wrapper h1 {
    font-size: 35px;
    line-height: 35px;
}

.single-photo-wrapper {
}

.single-photo-wrapper .share_wrapper {
    float: left;
}

.single-photo-wrapper .image_frame {
    margin-left: 130px;
}

.no-share .single-photo-wrapper .image_frame {
    margin-left: 0px;
}

.single-photo-wrapper .image_frame iframe {
    width: 100%;
}

.format-image .single-photo-wrapper {
    text-align: center;
}

.format-image .single-photo-wrapper .image_frame {
    display: inline-block;
    margin-left: 0;
}

.share_wrapper {
    background: #fff;
    border-width: 1px;
    border-style: solid;
    width: 98px;
    text-align: center;
    padding: 10px 0 5px;
}

.share_wrapper .stButton {
    margin-bottom: 10px;
}

.author-box {
}

.author-box .avatar-wrapper {
    width: 64px;
    height: 64px;
    float: left;
    border-width: 8px;
    border-style: solid;
    display: block;
    line-height: 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.author-box .desc-wrapper {
    background: rgba(0, 0, 0, .02);
    padding: 20px;
    position: relative;
    margin-left: 105px;
}

.author-box .desc-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    left: -6px;
    top: 35px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    border-color: transparent rgba(0, 0, 0, .02) transparent transparent;
}

.author-box .desc-wrapper h5 {
    margin-bottom: 5px;
}


/* Post related */
.section-post-related {
}

.section-post-related .section-related-adjustment {
    border-top-width: 1px;
    border-style: solid;
    padding-top: 20px;
}

.section-post-related .post-related {
    position: relative;
}

.section-post-related .post-related .image_frame {
    margin-left: 30px;
    margin-bottom: 15px;
}

.section-post-related .post-related .fullscreen-container {
    height: 180px !important;
}

.section-post-related .post-related .date_label {
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 20;
}

.section-post-related .post-related hr {
    margin-left: 30px;
    width: 40%;
}

.section-post-related .post-related a.button {
    margin-left: 30px;
    margin-bottom: 0;
}

.section-post-related .format-quote blockquote {
    margin-top: 70px;
    margin-left: 40px;
}

.section-post-related .format-link {
}

.section-post-related .format-link .image_frame {
    height: 180px;
    background-color: rgba(255, 255, 255, .5);
    background-image: url("../images/link.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.section-post-related .format-standard.no-img .image_frame {
    display: block;
    height: 180px;
    background-color: rgba(255, 255, 255, .5);
    background-image: url("../images/photo.png");
    background-position: center center;
    background-repeat: no-repeat;
}

/* single-format-link */
.single-format-link .single-photo-wrapper .share_wrapper {
    float: none;
    width: auto;
    padding: 10px 15px 15px;
}

.single-format-link .single-photo-wrapper .share_wrapper .stButton {
    margin: 0 10px 0 0;
}

.single-format-link .single-photo-wrapper .image_frame {
    display: none;
}

/* single-format-quote */
.single-format-quote #Subheader .title {
    width: 100%;
}

.single-format-quote #Subheader ul.breadcrumbs {
    display: none;
}

.single-format-quote .single-photo-wrapper .share_wrapper {
    float: none;
    width: auto;
    padding: 10px 15px 15px;
}

.single-format-quote .single-photo-wrapper .share_wrapper .stButton {
    margin: 0 10px 0 0;
}

.single-format-quote .single-photo-wrapper .image_frame {
    display: none;
}

/* no-img */
.portfolio.no-img .single-photo-wrapper .share_wrapper,
.format-standard.no-img .single-photo-wrapper .share_wrapper {
    float: none;
    width: auto;
    padding: 10px 15px 15px;
}

.portfolio.no-img .single-photo-wrapper .share_wrapper .stButton,
.format-standard.no-img .single-photo-wrapper .share_wrapper .stButton {
    margin: 0 10px 0 0;
}

.portfolio.no-img .single-photo-wrapper .image_frame,
.format-standard.no-img .single-photo-wrapper .image_frame {
    display: none;
}

/* Project decription */
.project-description {
}

.project-description li {
    width: 99.9%;
    clear: both;
    padding: 7px 10px;
    background: rgba(0, 0, 0, .01);
    border-style: solid;
    border-color: rgba(0, 0, 0, .03);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.project-description li .label {
    font-weight: bold;
    min-width: 50px;
    display: inline-block;
}

.project-description li.one-third {
    float: left;
    width: 33.3%;
    clear: none;
    padding-right: 15px;
    border-width: 0 1px 1px 0;
}

.project-description li:nth-child(3) {
    border-right-color: transparent;
}

/* Share Item | .share_item */
.share_item {
    float: none;
    width: auto;
    padding: 10px 15px 15px;
}

.share_item .stButton {
    margin: 0 10px 0 0;
}


/* #Widget area
================================================== */
.with_aside .four.columns {
    margin-bottom: 0;
}

.widget-area {
    border-style: solid;
    padding: 30px 0 20px;
    position: relative;
}

body:not(.template-slider) .widget-area {
    margin-top: -30px;
}

.widget-area:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 1500px;
    height: 100%;
    background: rgba(0, 0, 0, .01);
    visibility: visible;
}

.aside_left .widget-area {
    border-right-width: 1px;
    padding-right: 25px;
}

.aside_left .widget-area:before {
    right: 0;
}

.aside_right .widget-area {
    border-left-width: 1px;
    padding-left: 25px;
}

.aside_right .widget-area:before {
    left: 0;
}

.widget-area.lines-boxed .widget:after {
    width: 100%;
}

.widget-area.lines-hidden .widget:after {
    display: none;
}

.widget {
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}

.widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget:last-child:after {
    display: none;
}

.widget:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 1500px;
    height: 0;
    visibility: visible;
    border-width: 1px 0 0 0;
    border-style: solid;
}

.widget > h3 {
    font-size: 18px;
    line-height: 22px;
}

.aside_left .widget:after {
    right: 0;
}

.aside_right .widget:after {
    left: 0;
}


.with_aside.aside_both .sidebar-1 .widget-area {
    border-right-width: 1px;
    padding-right: 25px;
}

.with_aside.aside_both .sidebar-1 .widget-area:before {
    right: 0;
}

.with_aside.aside_both .sidebar-1 .widget-area .widget:after {
    right: 0;
}

.with_aside.aside_both .sidebar-2 .widget-area {
    border-left-width: 1px;
    padding-left: 25px;
}

.with_aside.aside_both .sidebar-2 .widget-area:before {
    left: 0;
}

.with_aside.aside_both .sidebar-2 .widget-area .widget:after {
    left: 0;
}


/* Recent posts */
.Recent_posts {
}

.Recent_posts ul {
}

.Recent_posts ul li {
    margin-bottom: 10px;
}

.Recent_posts ul li:last-child {
    margin-bottom: 0;
}

.Recent_posts ul li a {
    text-decoration: none;
}

.Recent_posts ul li .desc {
    margin-right: 80px;
    padding: 5px 15px;
    background: #fff;
    position: relative;
    min-height: 70px;
}

.Recent_posts ul li .desc:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
    height: 100%;
}

.Recent_posts ul li .desc h6 {
    position: relative;
    z-index: 2;
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom-width: 1px;
    border-style: solid;
}

.Recent_posts ul li .desc .date {
    position: relative;
    z-index: 2;
}

.Recent_posts ul li .desc .date i {
    display: inline-block;
    margin-right: 2px;
}

.Recent_posts ul li.no-img {
    position: relative;
}

.Recent_posts ul li.no-img .photo {
    width: 0;
    position: static;
}

.Recent_posts ul li.no-img .desc {
    margin-right: 0;
    min-height: inherit;
}

.Recent_posts ul li .photo {
    width: 80px;
    height: 80px;
    line-height: 0;
    text-align: center;
    float: right;
    position: relative;
}

.Recent_posts ul li .photo .c {
    width: 25px;
    height: 25px;
    line-height: 25px;
    z-index: 3;
    text-align: center;
    color: #fff;
    position: absolute;
    right: -12px;
    bottom: 12px;
    font-size: 11px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.Recent_posts ul li a:hover h6,
.Recent_posts ul li a:hover .desc .date {
    color: #fff !important;
}

.Recent_posts ul li a:hover .desc:after {
    width: 100%;
}

/* Link */
.Recent_posts ul li.format-link .photo {
    background-color: #eee;
    background-image: url("../images/link.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.Recent_posts ul li.format-quote .photo {
    background-color: #eee;
    background-image: url("../images/blockquote.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40% auto;
}

/* Animation */
.Recent_posts ul li a:hover h6,
.Recent_posts ul li a:hover .desc .date,
.Recent_posts ul li a:hover .desc:after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Recent posts wordress */
.widget_recent_entries {
}

.widget_recent_entries ul {
}

.widget_recent_entries ul li {
    padding: 5px 15px;
    background: #fff;
    position: relative;
    margin-bottom: 10px;
}

.widget_recent_entries ul li a {
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 2;
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom-width: 1px;
    border-style: solid;
}

.widget_recent_entries ul li:last-child {
    margin-bottom: 0;
}

.widget_recent_entries ul li:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
    height: 100%;
}

.widget_recent_entries ul li:hover:after {
    width: 100%;
}

.widget_recent_entries ul li .post-date {
    display: block;
    position: relative;
    z-index: 2;
}

.widget_recent_entries ul li:hover a,
.widget_recent_entries ul li:hover .post-date {
    color: #fff;
}

/* Animation */
.widget_recent_entries ul li:hover a,
.widget_recent_entries ul li:hover .post-date,
.widget_recent_entries ul li:hover:after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Categories */
.widget_categories {
}

.widget_categories ul {
    list-style-type: square;
    color: #fff;
    padding: 5px 10px 5px 30px;
}

.widget_categories ul li {
    position: relative;
}

.widget_categories ul li:after {
    content: "";
    display: block;
    width: 70px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, .2);
    position: absolute;
    left: -30px;
    bottom: 0;
}

.widget_categories ul li:last-child:after {
    display: none;
}

.widget_categories ul li a {
    color: #fff !important;
    display: block;
    padding: 7px 0 7px 3px;
}

/* Archives, Custom menu */
.widget_archive, .widget_nav_menu {
}

.widget_archive ul, .widget_nav_menu ul {
    list-style-type: square;
    padding: 5px 10px 5px 30px;
    background: rgba(0, 0, 0, .03);
}

.widget_archive ul li, .widget_nav_menu ul li {
    position: relative;
}

.widget_archive ul li:after, .widget_nav_menu ul li:after {
    content: "";
    display: block;
    width: 70px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, .1);
    position: absolute;
    left: -30px;
    bottom: 0;
}

.widget_archive ul li:last-child:after, .widget_nav_menu ul li:last-child:after {
    display: none;
}

.widget_archive ul li a, .widget_nav_menu ul li a {
    display: block;
    padding: 8px 0 9px 3px;
}

/* Meta, Pages, RSS */
.widget_meta, .widget_pages, .widget_rss {
}

.widget_meta ul, .widget_pages ul, .widget_rss ul {
    list-style-type: square;
    padding: 0 0 0 30px;
}

.widget_meta ul li, .widget_pages ul li, .widget_rss ul li {
}

.widget_meta ul li a, .widget_pages ul li a, .widget_rss ul li a {
    display: block;
    padding: 4px 0 7px 4px;
}

/* Recent comments */
.widget_mfn_recent_comments {
}

.widget_mfn_recent_comments ul {
}

.widget_mfn_recent_comments ul li {
    padding-bottom: 15px;
    background: url(../images/recent_comments.png) no-repeat 4px top;
    padding-left: 40px;
    position: relative;
}

.widget_mfn_recent_comments ul li:last-child {
    padding-bottom: 5px;
}

.widget_mfn_recent_comments ul li .date_label {
    background-color: rgba(0, 0, 0, .03);
    margin-top: 7px;
    margin-bottom: 5px;
    position: relative;
}

.widget_mfn_recent_comments ul li .date_label:after {
    border-left-color: rgba(0, 0, 0, .03);
}

.widget_mfn_recent_comments ul li:after {
    content: "";
    width: 7px;
    height: 7px;
    border-width: 4px;
    border-style: solid;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 11px;
    display: block;
    z-index: 1;
}

.widget_mfn_recent_comments ul li p {
    margin-bottom: 0;
}

/* Recent comments wordpress */
.widget_recent_comments {
}

.widget_recent_comments ul li {
    padding-bottom: 5px;
    padding-top: 6px;
    background: url(../images/recent_comments.png) no-repeat 4px top;
    padding-left: 40px;
    position: relative;
}

.widget_recent_comments ul li:last-child {
    padding-bottom: 5px;
}

.widget_recent_comments ul li:after {
    content: "";
    width: 7px;
    height: 7px;
    border-width: 4px;
    border-style: solid;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 11px;
    display: block;
    z-index: 1;
}

/* Search */
.widget_search {
}

.widget_search input[type="text"] {
    margin-bottom: 0;
    width: 100%;
}

.widget_search input[type="submit"] {
    display: none;
}

/* Calendar */
.widget_calendar td, .widget_calendar th {
    padding: 4px 3px;
}

.widget_calendar caption {
    padding: 5px;
    font-size: 14px;
}

.widget_calendar table tfoot tr:hover td {
    background: none !important;
}

/* Flickr */
.Flickr {
    overflow: hidden;
}

.Flickr .flickr_badge_image {
    margin: 0;
    padding: 0;
    float: left;
    margin: 0 1% 2% 1%;
    width: 23%;
}

.Flickr .flickr_badge_image a {
    display: block;
    line-height: 0;
}

/* Recent tweets */
.widget_tp_widget_recent_tweets {
}

.widget_tp_widget_recent_tweets .tp_recent_tweets {
    clear: none;
    float: none;
}

.widget_tp_widget_recent_tweets ul {
    overflow: hidden;
}

.widget_tp_widget_recent_tweets ul li:last-child {
    padding-bottom: 0;
}

/* Tag cloud */
.widget_mfn_tag_cloud {
}

.widget_mfn_tag_cloud ul {
    margin-bottom: 0;
    overflow: hidden;
}

.widget_mfn_tag_cloud ul li {
    margin: 0;
    padding: 0;
    float: left;
    margin: 0 5px 2px 0;
}

.widget_mfn_tag_cloud a {
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    height: 22px;
    text-shadow: 1px 1px 0 #fff;
    font-size: 12px;
    padding-right: 8px;
    margin-right: 1px;
}

.widget_mfn_tag_cloud a:hover {
    text-decoration: none;
}

.widget_mfn_tag_cloud a span {
    padding-left: 8px;
    height: 22px;
    line-height: 22px;
    display: block;
    float: left;
}

/* Muffin menu */
.widget_mfn_menu {
}

.widget_mfn_menu ul li a {
    display: block;
    padding: 7px 10px;
    margin-bottom: 5px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .04);
    color: #858585;
}

.widget_mfn_menu ul li a:hover,
.widget_mfn_menu ul li.current_page_item a {
    text-decoration: none;
    color: #fff !important;
}

.widget_mfn_menu ul li ul li a {
    padding-left: 20px;
}

.widget_mfn_menu ul li ul li a:before {
    content: "-";
    margin-right: 5px;
}

.widget_mfn_menu ul li ul li ul li a {
    padding-left: 40px;
}

/* Animation */
.widget_mfn_menu ul li a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Muffin login */
.mfn-login {
    overflow: hidden;
}

.mfn-login form p {
    margin-bottom: 5px;
}

.mfn-login form input {
    margin-bottom: 0;
}

.mfn-login .sep {
    margin: 0 7px;
}

.mfn-login .avatar-wrapper {
    float: left;
    width: 64px;
    margin: 0 10px 10px 0;
}

.mfn-login .author {
    float: left;
}

.mfn-login .alert {
    padding: 5px 10px;
    margin-bottom: 5px;
}


/* #Portfolio
================================================== */
.portfolio_group {
    margin: 0 !important;
}

.portfolio_group .portfolio-item {
    list-style: none !important;
    float: left;
}

.portfolio_group:not(.list) .portfolio-item {
    background: none !important;
}

.portfolio_group .portfolio-item .list_style_header {
    display: none;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    min-height: 43px;
    padding-right: 275px;
}

.portfolio_group .portfolio-item .list_style_header h3 {
    margin-bottom: 0;
    margin-top: 7px;
}

.portfolio_group .portfolio-item .list_style_header .links_wrapper {
    position: absolute;
    right: 0;
    top: 0;
}

.portfolio_group .portfolio-item .list_style_header .links_wrapper a {
    margin-bottom: 0;
}

.portfolio_group .portfolio-item .list_style_header .links_wrapper a:last-child {
    margin-right: 0;
}

.portfolio_group .portfolio-item:first-child .list_style_header .links_wrapper a.portfolio_prev_js {
    display: none;
}

.portfolio_group .portfolio-item:last-child .list_style_header .links_wrapper a.portfolio_next_js {
    display: none;
}

.portfolio_group .portfolio-item .image_frame {
    width: 100%;
}

.portfolio_group .portfolio-item .desc {
    padding: 20px;
    background: #fff;
    overflow: hidden;
}

.portfolio_group .portfolio-item .desc .title_wrapper {
    position: relative;
    padding-right: 43px;
}

.portfolio_group .portfolio-item .desc .title_wrapper h5 {
    margin-bottom: 0;
}

.portfolio_group .portfolio-item .desc .title_wrapper .button-love {
    position: absolute;
    right: 0;
    top: 0;
}

.portfolio_group .portfolio-item .desc .title_wrapper .button-love a.mfn-love {
    display: inline-block;
    position: relative;
    padding-left: 24px;
}

.portfolio_group .portfolio-item .desc .title_wrapper .button-love a.mfn-love i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
}

.portfolio_group .portfolio-item .desc .title_wrapper .button-love a.mfn-love:hover {
    text-decoration: none;
}

.portfolio_group .portfolio-item .desc .title_wrapper .button-love a.mfn-love i:last-child {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portfolio_group .portfolio-item .desc .title_wrapper .button-love a:hover.mfn-love i:last-child,
.portfolio_group .portfolio-item .desc .title_wrapper .button-love a.loved.mfn-love i:last-child {
    opacity: 1;
    filter: alpha(opacity=100);
}

.portfolio_group .portfolio-item .desc .desc-wrapper {
    margin-right: 280px;
}

.portfolio_group .portfolio-item .desc .details-wrapper {
    float: right;
    width: 240px;
    padding-left: 19px;
    border-left-width: 1px;
    border-style: solid;
}

.portfolio_group .portfolio-item .desc .details-wrapper dl {
    margin-bottom: 0;
}

.portfolio_group .portfolio-item .desc .details-wrapper dl > dt {
    padding: 2px 0;
    border: 0;
    width: 80px;
}

.portfolio_group .portfolio-item .desc .details-wrapper dl > dd {
    padding: 2px 0;
    border: 0;
    margin-left: 90px;
}

/* List */
.portfolio_group.list .portfolio-item {
    width: 100%;
    border-bottom-width: 0px;
    border-style: solid;
}

.portfolio_group.list .portfolio-item .portfolio-item-fw-bg {
    background-position: top center;
    background-repeat: repeat;
    padding: 35px 0;
}

body:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper {
    width: 1176px;
    margin: 0 auto;
}

.portfolio_group.list .portfolio-item .list_style_header {
    display: block;
}

.portfolio_group.list .portfolio-item .desc {
    background: none;
    padding: 20px 0 0;
}

.portfolio_group.list .portfolio-item .desc .title_wrapper {
    display: none;
}

/* Flat */
.portfolio_group.flat .portfolio-item {
    width: 33.3%;
}

.portfolio_group.flat .portfolio-item .image_frame {
    border: 0;
}

.portfolio_group.flat .portfolio-item .image_frame .mask {
    box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0;
}

.portfolio_group.flat .portfolio-item .desc {
    display: none;
}

.portfolio_group.flat.col-4 .portfolio-item {
    width: 24.99%;
}

/* Grid */
.portfolio_group.grid .portfolio-item {
    width: 31.2%;
    margin: 0 1% 20px;
}

.portfolio_group.grid .portfolio-item .desc .desc-wrapper,
.portfolio_group.grid .portfolio-item .desc .details-wrapper {
    display: none;
}

/* Masonry */
.portfolio_group.masonry .portfolio-item {
    width: 31.2%;
    margin: 0 1% 20px;
}

.portfolio_group.masonry .portfolio-item .desc .title_wrapper {
    margin-bottom: 15px;
}

.portfolio_group.masonry .portfolio-item .desc .desc-wrapper {
    display: block;
    margin-right: 0;
}

.portfolio_group.masonry .portfolio-item .desc .details-wrapper {
    display: none;
}

/* Masonry Flat */
.portfolio_group.masonry-flat .portfolio-item {
    width: 24.99%;
}

.portfolio_group.masonry-flat .portfolio-item.wide {
    width: 49.99%;
}

.portfolio_group.masonry-flat .portfolio-item.tall {
    margin-bottom: -1px;
}

.portfolio_group.masonry-flat .portfolio-item .image_frame {
    border: 0;
}

.portfolio_group.masonry-flat .portfolio-item .image_frame .mask {
    box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0;
}

.portfolio_group.masonry-flat .portfolio-item .image_frame img {
    margin: 0 !important;
    top: 0 !important;
}

.portfolio_group.masonry-flat .portfolio-item .desc {
    display: none;
}

.section_wrapper .portfolio_wrapper .column.one.pager_wrapper {
    margin: 40px 0 !important;
}

.template-slider .section-portfolio-header {
    margin-top: 30px;
}

/* #Filters
================================================== */

/* #Footer
================================================== */
#Footer {
    background-position: center top;
    background-repeat: no-repeat;
}

#Footer .footer_action {
    background: rgba(0, 0, 0, .1);
}

#Footer .footer_action .one {
    margin-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    font-size: 110%;
    line-height: 180%;
}

#Footer .widgets_wrapper {
    padding: 15px 0;
}

#Footer .widgets_wrapper .column {
    margin-bottom: 0;
}

#Footer .widgets_wrapper .widget {
    padding: 15px 0;
    margin-bottom: 0;
}

#Footer .widgets_wrapper .widget:after {
    display: none;
}

#Footer .footer_copy {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

#Footer .footer_copy .one {
    margin-bottom: 20px;
    padding-top: 30px;
}

#Footer .footer_copy .copyright {
    float: left;
}

#Footer .footer_copy a#back_to_top {
    float: right;
    margin: -10px 0 0 0;
}

#Footer .footer_copy .social {
    float: right;
    margin-right: 20px;
}

#Footer .footer_copy .social li {
    display: inline-block;
    margin-right: 6px;
}

#Footer .footer_copy .social li:last-child {
    margin-right: 0px;
}

#Footer .footer_copy .social li a {
    color: rgba(255, 255, 255, .3);
    font-size: 15px;
    line-height: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#Footer .footer_copy .social li a:hover {
    color: rgb(255, 255, 255);
}

#Footer .footer_copy .social-menu {
    float: right;
    margin-right: 20px;
}

#Footer .footer_copy .social-menu li {
    display: inline-block;
    margin-right: 6px;
    padding-right: 6px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

#Footer .footer_copy .social-menu li:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px;
}

/* Widgets */
#Footer .Recent_posts ul li .desc {
    background: rgba(0, 0, 0, .1);
}

#Footer .widget_mfn_menu ul li a {
    background: rgba(0, 0, 0, .1);
    color: #ccc;
}

#Footer .widget_recent_entries ul li {
    background: rgba(0, 0, 0, .1);
}

#Footer ul.list_mixed li:after,
#Footer ul.list_check li:after,
#Footer ul.list_star li:after,
#Footer ul.list_idea li:after {
    background: rgba(255, 255, 255, .08);
}

#Footer .widget_mfn_recent_comments ul li .date_label {
    background-color: rgba(0, 0, 0, .07);
}

#Footer .widget_mfn_recent_comments ul li .date_label:after {
    border-left-color: rgba(0, 0, 0, .07);
}

/* .footer-sliding
================================================== */
.footer-fixed #Header_wrapper,
.footer-sliding #Header_wrapper {
    z-index: 29;
}

.footer-fixed #Content,
.footer-sliding #Content {
    position: relative;
    z-index: 2;
}

.footer-fixed #Footer,
.footer-sliding #Footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.footer-fixed #Footer {
    z-index: 3;
}


/* #Comments
================================================== */
.comments {
    margin-bottom: 0;
}

#comments > :first-child {
    border-top-width: 1px;
    border-style: solid;
    padding-top: 20px;
}

.page #comments > :first-child {
    margin-top: 20px;
}

#comments .commentlist {
    margin-left: 0;
    list-style-type: none;
}

#comments .commentlist > li {
    margin-bottom: 30px;
}

#comments .commentlist > li .comment-body {
    position: relative;
    background: #fff;
    padding: 20px 20px 20px 20px;
    margin-bottom: 20px;
    margin-left: 105px;
}

#comments .commentlist > li .comment-body:after {
    content: "";
    display: block;
    position: absolute;
    left: -6px;
    top: 35px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    border-color: transparent #fff transparent transparent;
}

#comments .commentlist > li .children {
    margin-bottom: 15px;
    padding-left: 40px;
    border-left: 1px solid #ddd;
}

#comments .commentlist > li .photo {
    display: block;
    width: 64px;
    height: 64px;
    overflow: hidden;
    line-height: 0;
    position: absolute;
    left: -105px;
    top: 0px;
    border-width: 8px;
    border-style: solid;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

#comments .commentlist > li .comment-author {
    font-size: 15px;
    color: #444;
}

#comments .commentlist > li .comment-author a {
}

#comments .commentlist > li .comment-author .fn {
    font-weight: bold;
}

#comments .commentlist > li .comment-meta {
    font-size: 12px;
    font-style: italic;
}

#comments .commentlist > li .comment-meta a {
}

#comments .commentlist > li .comment-meta a.comment-edit-link {
    float: right;
    padding-right: 52px;
    position: relative;
    top: -19px;
}

#comments .commentlist > li p {
    margin: 4px 0 10px;
}

#comments .commentlist > li .reply {
    position: absolute;
    right: 20px;
    top: 20px;
}

#comments .commentlist > li .reply a.comment-reply-link {
    font-size: 11px;
    color: #fff;
    padding: 3px 6px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 3px;
    background-image: url(../images/stripes/stripes_10_w.png);
}

#comments .commentlist > li .reply a:hover.comment-reply-link {
    text-decoration: none;
}

#comments .commentlist li {
}

#comments .commentlist li .comment-body {
}

#comments .commentlist li .comment-body.last {
}

#comments .commentlist li .comment-body.lastBorder {
    border-bottom: 0;
}

#comments .commentlist .children {
    margin-bottom: 0px;
    margin-left: 30px;
    padding-left: 50px;
}

#comments .commentlist .children li {
    margin-bottom: 0;
}

#comments #comments-title {
    margin-bottom: 20px;
}

#comments #comments-title span {
    font-style: italic;
}


/* #Respond
================================================== */
#respond {
    overflow: hidden;
    margin-bottom: 40px;
}

#respond .comment-reply-title {
    font-size: 21px;
    line-height: 25px;
}

#respond p {
    margin-bottom: 15px;
    padding-left: 0 !important;
}

#respond .comment-notes .required {
    position: static;
}

#respond input[type="text"] {
    margin-bottom: 0;
}

#respond label {
    margin-bottom: 3px;
}

#respond .required {
    position: absolute;
    right: 20px;
    top: 40px;
}

#respond .comment-form-author {
    width: 31.3%;
    margin-right: 2% !important;
    float: left;
    position: relative;
}

#respond .comment-form-email {
    width: 31.3%;
    margin-right: 2% !important;
    float: left;
    position: relative;
}

#respond .comment-form-url {
    width: 33.3%;
    float: left;
    position: relative;
}

#respond input[type="text"], #respond input[type="password"], #respond input[type="email"], #respond select {
    width: 100%;
}

#respond .comment-form-comment {
    width: 100%;
}

#respond .comment-form-comment textarea {
    width: 100%;
    margin-bottom: 10px;
}

#respond .form-submit {
    overflow: hidden;
    margin: 0;
}

#respond .form-submit input[type="submit"] {
    float: right !important;
    margin: 0 !important;
}

#respond .form-allowed-tags {
    display: none;
}

#respond .form-allowed-tags code {
    margin-top: 10px;
}

/* #Error_404
================================================== */
body.error404:not(.custom-404) {
    height: 100%;
}

body.error404 #Content {
    padding: 0 !important;
}

#Error_404 {
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -150px;
    left: 30px;
}

#Error_404 .error_pic {
    width: 30%;
    float: left;
    text-align: center;
}

#Error_404 .error_pic i {
    font-size: 250px;
    line-height: 250px;
}

#Error_404 .error_desk {
    width: 70%;
    float: left;
    padding-top: 40px;
}

#Error_404 .error_desk h2 {
    font-size: 45px;
    line-height: 45px;
    color: rgba(0, 0, 0, .7);
}

#Error_404 .error_desk h4 {
    font-size: 26px;
    line-height: 30px;
    color: rgba(0, 0, 0, .7);
}

#Error_404 .error_desk p .check {
    line-height: 45px;
    font-size: 16px;
    color: rgba(0, 0, 0, .5);
}

#Error_404 .error_desk p em {
    font-style: italic;
    font-size: 17px;
    font-family: Georgia, serif;
    padding: 0 15px;
}

#Error_404 .error_desk p .button {
    margin: 0;
    display: inline;
    margin-left: 20px;
}

/* #Contact form
================================================== */
.wpcf7 span.wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7-form .column {
    margin-bottom: 10px;
}

.wpcf7-not-valid-tip {
    position: absolute !important;
    left: -50px !important;
    top: 0 !important;
    width: 50px !important;
    height: 44px !important;
    padding: 0 !important;
    background: url("../images/contact_form_error.png") !important;
    overflow: hidden;
    text-indent: -9999px !important;
    padding: 0;
    border: none !important;
}

.wpcf7-validation-errors {
    border: 0;
}

.wpcf7-mail-sent-ok {
    border: none !important;
    margin: 25px 0 0 0 !important;
    padding: 7px 10px !important;
    background: #7DCC68 !important;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.wpcf7-captchar {
    margin-bottom: 0;
}

span.wpcf7-form-control-wrap {
    position: relative !important;
    display: inline-block;
    margin-bottom: 3px;
}

span.wpcf7-form-control-wrap .wpcf7-text,
span.wpcf7-form-control-wrap .wpcf7-textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
}

.wpcf7-submit {
    margin-bottom: 0 !important;
}

#popup_contact {
    position: fixed;
    right: 20px;
    bottom: 15px;
    z-index: 9001;
}

.nice-scroll #popup_contact {
    right: 30px;
}

#popup_contact > a.button {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    margin: 0;
    text-align: center;
    color: rgba(0, 0, 0, .5);
    background: #f7f7f7;
}

#popup_contact > a.button:hover {
    text-decoration: none;
}

#popup_contact .popup_contact_wrapper {
    width: 250px;
    padding: 20px;
    background: #fbfbfb;
    position: absolute;
    bottom: 65px;
    right: 0;
    display: none;
}

#popup_contact.focus .popup_contact_wrapper {
    display: block;
}

#popup_contact .popup_contact_wrapper span.arrow {
    position: absolute;
    right: 15px;
    bottom: -8px;
    margin: 0 auto;
    width: 0px;
    height: 0px;
    display: block;
    border-top: 8px solid #fbfbfb;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

#popup_contact .popup_contact_wrapper form {
}

#popup_contact .popup_contact_wrapper form input[type="text"], #popup_contact .popup_contact_wrapper form input[type="email"], #popup_contact .popup_contact_wrapper form textarea {
    background: #fff;
    margin-bottom: 10px;
}

#popup_contact .popup_contact_wrapper form textarea {
    resize: vertical;
    min-height: 100px;
}

#popup_contact .popup_contact_wrapper form input[type="submit"] {
    margin: 0;
    float: right;
}

#popup_contact .wpcf7-form.invalid > p:after {
    display: block;
}

#popup_contact .wpcf7-form-control-wrap {
    display: inline-block;
    margin-right: 0;
    width: 100%;
}

#popup_contact div.wpcf7 img.ajax-loader {
    margin-top: 10px;
}

/* #Preloader
================================================== */
.portfolio_slider_ul,
ul.testimonials-slider {
    background: url("../images/preloader.gif") no-repeat center center;
}

.portfolio_slider_ul li,
ul.testimonials-slider > * {
    visibility: hidden;
}

ul.testimonials-slider {
    max-height: 260px;
}

.caroufredsel_wrapper .portfolio_slider_ul,
ul.owl-carousel {
    background: none;
    max-height: none;
}

.caroufredsel_wrapper .portfolio_slider_ul li,
ul.owl-carousel > * {
    visibility: visible;
}


/* #bbpress
================================================== */
.bbpress #Subheader .title {
    width: 60%;
}

.bbpress #Subheader ul.breadcrumbs {
    width: 40%;
}

.bbpress #Subheader ul.breadcrumbs .bbp-breadcrumb-current {
    margin: 0;
}

.bbpress #bbpress-forums div.bbp-search-form {
    float: none;
    width: 100%;
    margin-bottom: 20px;
}

.bbpress #bbpress-forums #bbp-search-form #bbp_search {
    width: 100%;
    margin: 0px;
}

.bbpress #bbpress-forums div.bbp-topic-tags {
    clear: both;
    margin-bottom: 20px;
}

.bbpress #bbpress-forums div.bbp-topic-tags p {
    margin: 0;
}

/* Search */
.bbpress .widget_display_search .screen-reader-text {
    display: none;
}

.bbpress .widget_display_search #bbp_search {
    margin: 0;
}

/* Login */
.bbpress .bbp_widget_login .bbp-logged-in h4 {
    font-size: 14px;
    font-weight: normal;
}

.bbpress .bbp_widget_login .bbp-logged-in a.button {
    margin: 0;
}

/* Display views & Display forums */
.bbpress .widget_display_views, .bbpress .widget_display_forums {
}

.bbpress .widget_display_views ul, .bbpress .widget_display_forums ul {
    list-style-type: square;
    padding: 0 0 0 30px;
}

.bbpress .widget_display_views ul li, .bbpress .widget_display_forums ul li {
}

.bbpress .widget_display_views ul li a, .bbpress .widget_display_forums ul li a {
    display: block;
    padding: 4px 0 7px 4px;
}


/* #tribe-events
================================================== */
.tribe-events-page-template #Subheader .title {
    width: 60%;
}

.tribe-events-page-template #Subheader ul.breadcrumbs {
    width: 40%;
}

#tribe-bar-views .tribe-bar-views-list {
    z-index: 29;
}

#tribe-bar-form input[type="text"] {
    font-weight: normal;
}

h2.tribe-events-page-title,
#tribe-geo-results h2.tribe-events-page-title {
    font-weight: normal;
}

.tribe-events-list-separator-month {
    font-weight: normal;
}

#tribe-events-content .tribe-events-tooltip h4 {
    font-weight: normal;
}

.tribe-events-meta-group .tribe-events-single-section-title {
    font-weight: normal;
}

.events-list .tribe-events-loop,
.tribe-events-day .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop {
    max-width: 100%;
}

a.tribe-events-ical {
    margin-top: 0;
}

.tribe-events-cal-links a.tribe-events-gcal {
    margin-top: 0;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
    clear: left;
    font-weight: bold;
    line-height: inherit;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
    float: inherit;
    line-height: inherit;
    list-style: none outside none;
    margin: 0 0 0 110px;
    padding: 10px 0;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd:after {
    display: none;
}

#tribe-bar-form {
    background-image: url(../images/stripes/stripes_5_b.png);
}

.tribe-events-back {
    padding: 15px 10px;
    margin-bottom: 20px;
    background-image: url(../images/stripes/stripes_5_b.png);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

ul.tribe-events-sub-nav a, .tribe-events-back a {
    font-size: 14px;
    font-weight: normal;
}

.tribe-events-event-image {
    border: 8px solid #f8f8f8;
    box-sizing: border-box;
    display: block;
    line-height: 0;
}

/* Widgets */
.tribe-events-list-widget {
}

.tribe-events-list-widget ol {
    padding: 10px 0 0 30px;
}

.tribe-events-list-widget ol li {
    margin-bottom: 20px;
    list-style-type: square;
    padding-left: 4px;
}

.tribe-events-list-widget ol li:before {
    display: none;
}

.tribe-events-list-widget ol li h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
}

.tribe-events-list-widget ol li .duration {
    font-weight: normal;
    color: rgba(0, 0, 0, .4);
}

.tribe-events-list-widget p.tribe-events-widget-link {
    margin-left: 30px;
    padding-top: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.tribe-events-list-widget p.tribe-events-widget-link a {
    font-weight: normal;
    font-size: 13px;
}

/* Colors */
.tribe-events-list-separator-month span {
    background: #fcfcfc;
}

.tribe-events-event-meta,
.tribe-events-promo {
    color: #a8a8a8;
}

.tribe-events-calendar thead th {
    color: #444;
}

.tribe-events-calendar thead th {
    border-color: rgba(0, 0, 0, 0.08);
}


/* #Dark
================================================== */
.dark, .dark ul.timeline_items, .dark .icon_box a .desc, .dark .icon_box a:hover .desc, .dark .feature_list ul li a,
.dark .list_item a, .dark .list_item a:hover, .dark .widget_recent_entries ul li a {
    color: #fff !important;
}

.dark .ui-tabs .ui-tabs-panel,
.dark .accordion .question .answer {
    color: #626262;
}

/* Headings font */
.dark h1, .dark h1 a, .dark h1 a:hover {
    color: #fff;
}

.dark h2, .dark h2 a, .dark h2 a:hover {
    color: #fff;
}

.dark h3, .dark h3 a, .dark h3 a:hover {
    color: #fff;
}

.dark h4, .dark h4 a, .dark h4 a:hover {
    color: #fff;
}

.dark h5, .dark h5 a, .dark h5 a:hover {
    color: #fff;
}

.dark h6, .dark h6 a, .dark h6 a:hover, .dark a.content_link .title {
    color: #fff;
}

/* Borders */
.dark .idea_box, .dark table th, .dark table td, .dark .list_item .circle, .dark
input[type="text"], .dark input[type="tel"], .dark input[type="password"], .dark input[type="email"], .dark textarea, .dark select, .dark .promo_box.has_border:after, .dark
dl > dt, .dark dl > dd, .dark .article_box .desc_wrapper p, .dark a.icon_bar, .dark a.content_link, .dark .how_it_works .image, .dark .opening_hours, .dark .opening_hours .opening_hours_wrapper li, .dark
.icon_box.has_border:after, .dark .chart_box:before, .dark .pricing-box, .dark .team_list .bq_wrapper, .dark .post-footer .post-links, .dark .format-link .post-title .icon-link, .dark
.share_wrapper, .dark .post-header .title_wrapper, .dark .section-post-related .section-related-adjustment, .dark .comments, .dark .widget-area, .dark .widget:after, .dark
.fixed-nav .desc h6, .dark .portfolio_group.list .portfolio-item, .dark .portfolio_group .portfolio-item .desc .details-wrapper, .dark .Recent_posts ul li .desc h6, .dark
.widget_recent_entries ul li a, .dark .woocommerce .widget_best_sellers li, .dark .woocommerce .widget_featured_products li, .dark .woocommerce .widget_recent_reviews li, .dark
.woocommerce .widget_recent_products li, .dark .woocommerce .widget_recently_viewed_products li, .dark .woocommerce .widget_random_products li, .dark .woocommerce .widget_top_rated_products li, .dark
.woocommerce .widget_onsale li, .dark .woocommerce .widget_layered_nav li, .dark .woocommerce .widget_shopping_cart ul.product_list_widget li, .dark
.woocommerce .widget_products li, .dark .woocommerce .product .related.products, .dark .woocommerce .product div.entry-summary h1.product_title:after, .dark
.woocommerce .quantity input.qty {
    border-color: rgba(255, 255, 255, .08);
}

/* Grey */
.dark .blockquote p.author span, .dark .counter .desc_wrapper .title, .dark .article_box .desc_wrapper p, .dark .team .desc_wrapper p.subtitle, .dark
.pricing-box .plan-header p.subtitle, .dark .pricing-box .plan-header .price sup.period, .dark .chart_box p, .dark .fancy_heading .inside, .dark
.fancy_heading_line .slogan, .dark .post-meta, .dark .post-meta a, .dark .post-footer, .dark .post-footer a span.label, .dark .pager .pages a, .dark .button-love a .label, .dark
.pager-single a, .dark #comments .commentlist > li .comment-author .says, .dark .fixed-nav .desc .date, .dark .filters_buttons li.label, .dark .Recent_posts ul li a .desc .date, .dark
.widget_recent_entries ul li .post-date, .dark .tp_recent_tweets .twitter_time, .dark .widget_price_filter .price_label, .dark .shop-filters .woocommerce-result-count, .dark
.woocommerce ul.product_list_widget li .quantity, .dark .widget_shopping_cart ul.product_list_widget li dl, .dark .product_meta .posted_in, .dark
.woocommerce .shop_table .product-name .variation > dd, .dark .shipping-calculator-button:after, .dark .shop_slider .shop_slider_ul li .item_wrapper .price del, .dark
.testimonials_slider .testimonials_slider_ul li .author span, .dark .testimonials_slider .testimonials_slider_ul li .author span a {
    color: #DEDEDE;
}

/* Dividers */
.dark hr {
    background-color: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .08);
}

/* Others */
.dark blockquote {
    color: #fff;
}

.dark .article_box .desc_wrapper h4 {
    color: #444;
}

.dark .progress_bars .bars_list li h6 .label {
    color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.05);
}

.dark .faq .question .title {
    color: #fff;
}

.dark .counter .desc_wrapper .number {
    color: #fff;
}

.dark a.content_link .title {
    color: #444;
}

.dark .opening_hours,
.dark .opening_hours h3 {
    color: #444444;
}

.dark .Recent_posts ul li .desc {
    background: rgba(0, 0, 0, .1);
}

/* Pricing box */
.dark .pricing-box-box {
    background: rgba(0, 0, 0, 0.1);
}

.dark .pricing-box .plan-inside ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Lists */
.dark .column_column ul,
.dark .column_column ol,
.dark .the_content_wrapper ul,
.dark .the_content_wrapper ol {
    color: #fff;
}

/* List item */
.dark .list_item.lists_2 .list_icon i {
    color: #fff;
}

/* Pricing table */
.dark .pricing-box-table.pricing-box-featured {
    background: rgba(0, 0, 0, .1);
}

.dark .pricing-box .plan-header .price sup.period {
    color: rgba(255, 255, 255, 0.5) !important;
}

/* Call to action */
.dark .call_to_action .call_left h3 {
    color: rgba(0, 0, 0, .65);
}

.dark .call_to_action .call_center a {
    color: #fff;
}

/* Fancy heading */
.dark .fancy_heading_line {
    background-image: url(../images/fancy_heading_hr_dark.png);
}

/* Content slider */
.dark .content_slider.flat a.button .button_icon i {
    color: #fff;
}

/* Fancy links */
.dark a.mfn-link,
.dark a:hover.mfn-link {
    color: #fff;
}

.dark a.hover.mfn-link-2 span:before,
.dark a.mfn-link-8:after,
.dark a.mfn-link-8:before {
    background: #fff;
}

.dark a.mfn-link-4:hover:before,
.dark a.mfn-link-4:hover:after,
.dark a.hover.mfn-link-4:before,
.dark a.hover.mfn-link-4:after,
.dark a.mfn-link-7:after,
.dark a.mfn-link-7:before {
    background: #fff;
}

.dark a.mfn-link-6:before {
    border-bottom-color: #fff;
}

/* #Video Section
================================================== */
.section.has-video {
    position: relative;
    overflow: hidden;
}

.section.has-video .section_video {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    z-index: 1;
}

.section.has-video .section_video .mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    background: url(../images/videomask.png) repeat center;
}

.section.has-video .section_video video {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    z-index: 2;
}

.section.has-video .section_wrapper {
    position: relative;
    z-index: 10;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
    .section.has-video .section_video {
        display: none !important;
    }
}


/* #Section Navigation
================================================== */
.section.has-navi .section-nav {
    position: absolute;
    left: 50%;
    z-index: 2;
    cursor: pointer;
    font-size: 38px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 -25px;
    text-align: center;
    color: rgba(0, 0, 0, .2);
}

.section.has-navi .section-nav:hover {
    color: rgba(0, 0, 0, .8);
}

.section.has-navi .section-nav.prev {
    top: 75px;
}

.section.has-navi .section-nav.next {
    bottom: 75px;
}

.section.has-navi:first-child .section-nav.prev,
.section.has-navi:nth-last-child(2) .section-nav.next {
    display: none;
}

.section.has-navi .section-nav {
    color: rgba(0, 0, 0, .2);
}

.section.has-navi .section-nav:hover {
    color: rgba(0, 0, 0, .8);
}

.section.has-navi.dark .section-nav {
    color: rgba(255, 255, 255, .2);
}

.section.has-navi.dark .section-nav:hover {
    color: rgba(255, 255, 255, .8);
}

/* Animation */
.section.has-navi .section-nav {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


/* Visual Composer | Frontend Editor
================================================== */
.wpb_wrapper > div {
    margin-bottom: 35px;
}

.wpb_wrapper.ui-sortable .vc_call_to_action {
    background: none;
    border: none;
    padding: 0;
}


/* #Typography
==================================================================================================== */

/* Dropcaps */
.dropcap {
    display: inline-block;
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    margin: 0 10px 5px 0;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-image: url(../images/stripes/stripes_10_w.png);
}

.dropcap_circle {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}


/* Highlight */
.highlight {
    padding: 1px 7px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-image: url(../images/stripes/stripes_10_w.png);
}

.highlight.highlight_image {
    padding: 0 2px 7px;
}


/* Tooltip */
.tooltip {
    display: inline;
    position: relative;
    cursor: help;
    border-bottom-width: 1px;
    border-style: dotted;
}

.tooltip:hover:after,
.tooltip.hover:after {
    content: attr(data-tooltip);
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 15px;
    width: 140px;
    position: absolute;
    left: 50%;
    bottom: 110%;
    z-index: 98;
    margin-left: -85px;
    background-image: url(../images/stripes/stripes_10_w.png);
}

.tooltip.tooltip-img:after {
    display: none;
}

.tooltip.tooltip-img .tooltip-content {
    display: none;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 15px;
    width: 300px;
    position: absolute;
    left: 50%;
    bottom: 110%;
    z-index: 98;
    margin-left: -165px;
    background-image: url(../images/stripes/stripes_10_w.png);
}

.wpml-languages .tooltip:hover:after,
.wpml-languages .tooltip.hover:after {
    top: 40px;
    bottom: auto;
}

.wpml-languages:not(.disabled) .tooltip {
    cursor: default;
}

.wpml-languages:not(.disabled) .tooltip:hover:after,
.wpml-languages:not(.disabled) .tooltip.hover:after {
    display: none !important;
}


/* Blockquote */
blockquote {
    font-size: 17px;
    line-height: 31px;
    font-family: Patua One;
    display: block;
    height: auto;
    margin: 0 0 35px 25px;
    top: 15px;
    position: relative;
    background: url(../images/stripes/textline.png) repeat-y;
}

blockquote:before {
    content: "";
}

blockquote:after {
    content: "";
    width: 55px;
    height: 40px;
    background: url(../images/blockquote.png);
    position: absolute;
    left: -25px;
    top: -15px;
}

.blockquote {
    margin-bottom: 20px;
}

.blockquote blockquote {
    margin-bottom: 25px;
}

.blockquote p.author {
    margin-left: 25px;
}

.blockquote p.author i {
    margin-right: 5px;
}


/* Alignments */
.alignleft {
    float: left;
    margin: 15px 15px 15px 0px;
}

.alignright {
    float: right;
    margin: 15px 0px 15px 15px;
}

.aligncenter {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.aligncenter img {
    display: inline;
}

.sticky, .gallery-caption, .bypostauthor {
}


/* Image frames */
.image_frame, .wp-caption {
    border-width: 8px;
    border-style: solid;
    display: block;
    max-width: 100%;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image_frame.inline-block {
    display: inline-block;
    max-width: 100%;
}

.image_frame .image_wrapper, .wp-caption img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image_frame a, .wp-caption a {
    display: block;
}

.wp-caption-text {
    display: block;
    text-align: center;
    margin: 0;
    padding: 10px 0 5px;
    line-height: normal;
}

.the_content_wrapper .image_frame,
.the_content_wrapper .wp-caption {
    margin-bottom: 20px;
}

.the_content_wrapper .wp-caption.alignnone,
.the_content_wrapper .wp-caption.aligncenter {
    clear: both;
}

.image_frame .image_wrapper {
    position: relative;
    overflow: hidden;
}

.image_frame .image_wrapper .mask {
    position: absolute;
    left: 0;
    top;
    0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.image_frame .image_wrapper img:not(.ls-l) {
    position: relative;
    top: 0;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {
    margin-bottom: -15px !important;
}

.masonry-flat .image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {
    margin-bottom: 0 !important;
}

.image_frame:hover .image_wrapper img,
.image_frame.hover .image_wrapper img {
    top: -15px;
}

.image_frame:hover .image_wrapper .ls-container img,
.image_frame.no_link:hover .image_wrapper img {
    top: 0;
}

.image_frame .image_wrapper .mask:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top;
    0;
    width: 100%;
    height: 100%;
    z-index: 3;
    filter: alpha(opacity=0);
    opacity: 0;
}

.image_frame:hover .image_wrapper .mask:after,
.image_frame.hover .image_wrapper .mask:after {
    filter: alpha(opacity=100);
    opacity: 1;
}

.image_frame.no_link:hover .image_wrapper .mask:after {
    filter: alpha(opacity=0);
    opacity: 0;
}

.image_frame .image_wrapper .image_links {
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: -60px;
    z-index: 4;
    overflow: hidden;
}

.image_frame:hover .image_wrapper .image_links,
.image_frame.hover .image_wrapper .image_links {
    bottom: 0;
}

.image_frame .image_wrapper .image_links a {
    display: block;
    font-size: 25px;
    line-height: 60px;
    width: 100%;
    text-align: center;
}

.image_frame .image_wrapper .image_links.double a {
    width: 50%;
    display: block;
    float: left;
}

.image_frame .image_wrapper .image_links.double a:first-child {
    -webkit-box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, .2);
    box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, .2);
}

.image_frame .image_wrapper .image_links.triple a {
    width: 33%;
    display: block;
    float: left;
    -webkit-box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, .2);
    box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, .2);
}

.image_frame .image_wrapper .image_links.triple a:last-child {
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    width: 34%;
}

.image_frame .image_wrapper .image_links.hover-title a {
    font-size: 15px;
    text-decoration: none;
}

.image_frame.no_border {
    border-width: 0;
}

/* Animation */
.image_frame .image_wrapper img,
.image_frame .image_wrapper .mask:after,
.image_frame .image_wrapper .image_links {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.image_frame .image_wrapper .image_links a {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

/* Greyscale */
.greyscale .image_wrapper {
    position: relative;
    display: block;
}

.greyscale .image_wrapper .BWfade {
    z-index: 3;
}

.greyscale .image_wrapper img {
    top: 0 !important;
    margin-bottom: 0 !important;
}

.greyscale:not(.no_link) .image_wrapper img:not(.ls-l) {
    margin-bottom: 0 !important;
}

/* fix 4 too strong !important */
.greyscale .image_wrapper .mask {
    display: none;
}


/* Gallery */
.gallery .gallery-item {
    overflow: hidden;
    margin: 0 0 10px 0 !important;
}

.gallery .gallery-item .gallery-icon {
    border: 0;
    width: 95%;
    overflow: hidden;
    line-height: 0;
    margin-right: 2.5% !important;
    margin-left: 2.5% !important;
    padding: 0 !important;
    position: relative;
}

.gallery .gallery-item img {
    border: 0 !important;
    line-height: 0;
    display: block;
}

.gallery.flat .gallery-item {
    margin: 0 !important;
}

.gallery.flat .gallery-item .gallery-icon {
    margin: 0 !important;
    width: 100%;
}

.gallery.flat .gallery-item .gallery-icon .image_frame {
    border-width: 0;
}

/* Divider */
hr {
    display: block;
    border: none;
    outline: none;
    height: 1px;
    width: 100%;
    margin: 0 auto 15px;
    clear: both;
}

hr, .hr_wide, .hr_zigzag, .hr_dots {
    margin: 0 auto 15px;
    clear: both;
}

hr.hr_narrow {
    width: 7%;
}

hr.no_line {
    height: 0;
}

.hr_wide {
    position: relative;
    height: 1px;
}

.hr_wide hr {
    position: absolute;
    left: -1000px;
    top: 0;
    width: 3000px;
}

.aside_left .hr_wide hr {
    left: 0;
}

.aside_right .hr_wide hr {
    right: 0;
    left: auto;
}

.hr_zigzag {
    text-align: center;
    margin-bottom: 10px;
}

.hr_zigzag i {
    font-size: 25px;
    line-height: 25px;
    margin: 0 -11px;
    display: inline-block;
}

.hr_dots {
    text-align: center;
    line-height: 0;
}

.hr_dots span {
    display: inline-block;
    width: 5px;
    height: 5px;
    overflow: hidden;
    margin: 0 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.column_divider hr,
.column_divider .hr_wide,
.column_divider .hr_zigzag,
.column_divider .hr_dots {
    margin-bottom: 0;
}


/* Fancy divider */
.fancy-divider svg {
    display: block;
}

.fancy-divider svg:not(:root) {
    overflow: hidden;
}

/* Section styles */
.section .section-divider {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    background-color: inherit;
    z-index: 1;
}

.section-divider.triangle.up,
.section-divider.triangle.down {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.section-divider.triangle.up {
    top: -25px;
}

.section-divider.triangle.down {
    bottom: -25px;
}

.section-divider.triple-triangle:after,
.section-divider.triple-triangle:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: inherit;
    z-index: 1;
}

.section-divider.triple-triangle.up:after {
    left: -36px;
    top: 50px;
}

.section-divider.triple-triangle.up:before {
    right: -50px;
    top: -36px;
}

.section-divider.triple-triangle.down:after {
    left: -51px;
    top: 35px;
}

.section-divider.triple-triangle.down:before {
    right: -35px;
    top: -50px;
}

.section-divider.triple-triangle.up,
.section-divider.triple-triangle.down {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.section-divider.triple-triangle.up {
    top: -25px;
}

.section-divider.triple-triangle.down {
    bottom: -25px;
}

.section-divider.square.up,
.section-divider.square.down {
    width: 70px;
    height: 70px;
    margin-left: -35px;
}

.section-divider.square.up {
    top: -25px;
}

.section-divider.square.down {
    bottom: -25px;
}

.section-divider.circle.up,
.section-divider.circle.down {
    width: 70px;
    height: 70px;
    margin-left: -35px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.section-divider.circle.up {
    top: -25px;
}

.section-divider.circle.down {
    bottom: -25px;
}

/* Idea box */
.idea_box {
    padding: 25px 25px 25px 70px;
    position: relative;
    border-top-width: 1px;
    border-style: solid;
    background: rgba(0, 0, 0, .02);
    clear: both;
}

.idea_box .icon {
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -15px;
    color: rgba(0, 0, 0, .15);
}


/* Google font */
.google_font {
    margin-bottom: 15px;
}


/* Popup | .popup-content */
.popup-content {
    display: none;
}


/* Single icon */
.single_icon {
    display: block;
    margin: 0 auto 15px;
}

.single_icon.icon_left {
    text-align: left;
}

.single_icon.icon_right {
    text-align: right;
}

.single_icon.icon_center {
    text-align: center;
}


/* Forms */
form, fieldset {
    margin-bottom: 0;
}

textarea {
    min-height: 60px;
}

label, legend {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="checkbox"] {
    display: inline;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
    padding: 10px 10px;
    outline: none;
    margin: 0;
    width: 230px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    border-width: 1px;
    border-style: solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}


/* Lists */
ul {
    list-style: none outside;
}

ol {
    list-style: decimal;
}

.column_column ul, .column_column ol,
.column_visual ul, .column_visual ol,
.mfn-acc ul, .mfn-acc ol, .ui-tabs-panel ul, .ui-tabs-panel ol,
.the_content_wrapper ul, .the_content_wrapper ol {
    margin: 0 0 15px 30px;
    font-size: 15px;
    line-height: 21px;
}

.column_column ul li,
.column_visual ul li,
.mfn-acc ul li, .ui-tabs-panel ul li,
.the_content_wrapper ul li {
    list-style: disc outside;
}

.column_column ul li, .column_column ol li,
.column_visual ul li, .column_visual ol li,
.mfn-acc ul li, .mfn-acc ol li, .ui-tabs-panel ul li, .ui-tabs-panel ol li,
.the_content_wrapper ul li, .the_content_wrapper ol li {
    margin-bottom: 10px;
}

.column_column ul li ul, .column_column ol li ol,
.column_visual ul li ul, .column_visual ol li ol,
.mfn-acc ul li ul, .mfn-acc ol li ol, .ui-tabs-panel ul li ul, .ui-tabs-panel ol li ol,
.the_content_wrapper ul li ul, .the_content_wrapper ol li ol {
    margin-top: 10px;
    margin-bottom: 0;
}

ul.list_mixed, ul.list_check, ul.list_star, ul.list_idea {
    margin-left: 0;
}

ul.list_mixed li, ul.list_check li, ul.list_star li, ul.list_idea li {
    margin-bottom: 20px;
    position: relative;
    list-style: none;
    padding-left: 50px;
    margin-left: 0;
}

ul.list_mixed li:after, ul.list_check li:after, ul.list_star li:after, ul.list_idea li:after {
    content: "";
    width: 70px;
    height: 1px;
    overflow: hidden;
    background: rgba(0, 0, 0, .08);
    position: absolute;
    left: 0;
    bottom: -11px;
}

ul.list_mixed li:last-child:after, ul.list_check li:last-child:after, ul.list_star li:last-child:after, ul.list_idea li:last-child:after {
    display: none;
}

ul.list_check li, li.list_check {
    background: url(../images/icons/list_check.png) no-repeat 20px 5px;
}

ul.list_star li, li.list_star {
    background: url(../images/icons/list_star.png) no-repeat 20px 5px;
}

ul.list_idea li, li.list_idea {
    background: url(../images/icons/list_idea.png) no-repeat 20px 6px;
}

dl {
    margin: 0 0 30px 0;
}

dl > dt, dl > dd {
    border-width: 1px 0 0 0;
    border-style: solid;
    padding: 10px 0;
    margin: 0;
}

dl > dt {
    display: block;
    float: left;
    width: 100px;
    font-weight: bold;
}

dl > dd {
    margin-left: 110px;
}

dl > dd:after {
    content: "";
    clear: both;
    display: block;
}


/* Alerts */
.alert {
    margin-bottom: 30px;
    padding: 20px 55px 20px 90px;
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.alert .alert_icon {
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
    color: rgba(0, 0, 0, .4);
    position: absolute;
    left: 10px;
    top: 10px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.alert a.close {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 20px;
    line-height: 20px;
}

.alert a.close i {
    margin: 0 !important;
    color: rgba(0, 0, 0, .6);
}

.alert a:hover.close i {
    color: rgba(0, 0, 0, .8);
}

.alert_warning {
    background: #ffe38b;
    color: #9b812e;
}

.alert_warning .alert_icon {
    background: #fbda72;
}

.alert_warning a, .alert_warning a:hover {
    color: #645012;
}

.alert_error {
    background: #fb5455;
    color: #fff;
}

.alert_error .alert_icon {
    background: #f24143;
}

.alert_error a, .alert_error a:hover {
    color: #9f2e2e;
}

.alert_info {
    background: #3097db;
    color: #fff;
}

.alert_info .alert_icon {
    background: #1c81c4;
}

.alert_info a, .alert_info a:hover {
    color: #b1e0ff;
}

.alert_success {
    background: #a5de5c;
    color: #fff;
}

.alert_success .alert_icon {
    background: #8fc944;
}

.alert_success a, .alert_success a:hover {
    color: #5d9514;
}

/* Muffin link */
a.mfn-link {
    position: relative;
    display: inline-block;
    margin: 15px 25px;
    outline: none;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: 15px;
}

a:hover.mfn-link {
    text-decoration: none;
}

/* Effect 1: Brackets */
a.mfn-link-1:before,
a.mfn-link-1:after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

a.mfn-link-1:before {
    margin-right: 10px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}

a.mfn-link-1:after {
    margin-left: 10px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}

a:hover.mfn-link-1:before,
a:hover.mfn-link-1:after,
a.hover.mfn-link-1:before,
a.hover.mfn-link-1:after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}

/* Effect 2: 3D rolling links */
a.mfn-link-2 {
    line-height: 44px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
}

a.mfn-link-2 span {
    position: relative;
    display: inline-block;
    padding: 0 14px;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

a.mfn-link-2 span:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-hover);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    text-align: center;
}

a:hover.mfn-link-2 span,
a.hover.mfn-link-2 span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}

/* Effect 3: bottom line */
a.mfn-link-3 {
    padding: 8px 0;
}

a.mfn-link-3:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

a:hover.mfn-link-3:after,
a.hover.mfn-link-3:after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

/* Effect 4: second border slides up */
a.mfn-link-4 {
    padding: 12px 10px 10px;
    text-shadow: none;
    font-weight: 700;
}

a.mfn-link-4:before,
a.mfn-link-4::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    transform: scale(0.85);
}

a.mfn-link-4:after {
    opacity: 0;
    -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: top 0.3s, opacity 0.3s, transform 0.3s;
}

a:hover.mfn-link-4:before,
a:hover.mfn-link-4:after,
a.hover.mfn-link-4:before,
a.hover.mfn-link-4:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

a:hover.mfn-link-4:after,
a.hover.mfn-link-4:after {
    top: 0%;
    opacity: 1;
}

/* Effect 5: reveal, push out */
a.mfn-link-5 {
    overflow: hidden;
    margin: 0 15px;
    position: relative;
    z-index: 1;
}

a.mfn-link-5 span {
    display: block;
    padding: 10px 20px;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

a.mfn-link-5:before {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    z-index: -1;
    padding: 10px 20px;
    width: 100%;
    height: 100%;
    content: attr(data-hover);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    transform: translateX(-25%);
}

a:hover.mfn-link-5 span,
a.hover.mfn-link-5 span {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
}

a:hover.mfn-link-5:before,
a.hover.mfn-link-5:before {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
}

/* Effect 6: text fill*/
a.mfn-link-6 {
    padding: 10px 0;
    text-shadow: none;
}

a.mfn-link-6:before {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 10px 0;
    max-width: 0;
    border-bottom: 2px solid;
    content: attr(data-hover);
    -webkit-transition: max-width 0.5s;
    -moz-transition: max-width 0.5s;
    transition: max-width 0.5s;
}

a:hover.mfn-link-6:before,
a.hover.mfn-link-6:before {
    max-width: 100%;
}

/* Effect 7: border switch */
a.mfn-link-7 {
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
}

a.mfn-link-7:before,
a.mfn-link-7:after {
    position: absolute;
    width: 45px;
    height: 2px;
    content: '';
    opacity: 0.2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}

a.mfn-link-7:before {
    top: 0;
    left: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
}

a.mfn-link-7:after {
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

a:hover.mfn-link-7:before,
a:hover.mfn-link-7:after,
a.hover.mfn-link-7:before,
a.hover.mfn-link-7:after {
    opacity: 1;
}

a:hover.mfn-link-7:before,
a.hover.mfn-link-7:before {
    left: 50%;
    -webkit-transform: rotate(0deg) translateX(-50%);
    -moz-transform: rotate(0deg) translateX(-50%);
    transform: rotate(0deg) translateX(-50%);
}

a:hover.mfn-link-7:after,
a.hover.mfn-link-7:after {
    right: 50%;
    -webkit-transform: rotate(0deg) translateX(50%);
    -moz-transform: rotate(0deg) translateX(50%);
    transform: rotate(0deg) translateX(50%);
}

/* Effect 8: cross */
a.mfn-link-8 {
    padding: 0 5px;
    font-weight: 700;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    position: relative;
    z-index: 1;
}

a.mfn-link-8:before,
a.mfn-link-8:after {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    content: '';
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
}

a.mfn-link-8:before {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
}

a.mfn-link-8:after {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
}

a:hover.mfn-link-8:before,
a:hover.mfn-link-8:after,
a.hover.mfn-link-8:before,
a.hover.mfn-link-8:after {
    opacity: 0.7;
}

a:hover.mfn-link-8:before,
a.hover.mfn-link-8:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

a:hover.mfn-link-8:after,
a.hover.mfn-link-8:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* variables */
a.mfn-link-4:before,
a.mfn-link-4:after,
a.mfn-link-3:after,
a:hover.mfn-link-8:after,
a:hover.mfn-link-8:before,
a.hover.mfn-link-8:after,
a.hover.mfn-link-8:before {
    background: rgba(0, 0, 0, 0.1);
}

a.mfn-link-6 {
    border-top: 2px solid rgba(0, 0, 0, .05);
}

a.mfn-link.mfn-link-6 {
    color: rgba(0, 0, 0, .25);
}

a.mfn-link-2 span,
a:hover.mfn-link-2 span:before,
a.hover.mfn-link-2 span:before,
a.mfn-link-5 span,
a.mfn-link-5:before {
    color: #fff;
}


/* #Content blocks
==================================================================================================== */

/* Accordion & Toggle */
.accordion {
}

.accordion .accordion_wrapper {
}

.accordion .question {
    margin-bottom: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
}

.accordion .question:last-child {
    margin-bottom: 0px;
}

.accordion .question .title {
    padding: 14px 14px 14px 60px;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    border-width: 0;
    border-style: solid;
    cursor: pointer;
    background-image: url(../images/bg_panel.png);
    background-repeat: repeat-x;
    background-position: left top;
}

.accordion .question .title:before {
    content: "";
    width: 49px;
    height: 100%;
    border-width: 0 1px 0 0;
    border-style: solid;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.accordion .question .title > .acc-icon-plus, .accordion .question .title > .acc-icon-minus {
    font-size: 17px;
    line-height: 17px;
    display: block;
    position: absolute;
    left: 15px;
    top: 16px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: rgba(0, 0, 0, .25);
}

.accordion .question .title > .acc-icon-plus:before, .accordion .question .title > .acc-icon-minus:before {
    margin: 0 !important;
}

.accordion .question .title > .acc-icon-plus {
    display: none;
}

.accordion .question .title > .acc-icon-minus {
    display: block;
}

.accordion .question .answer {
    padding: 15px 20px 20px;
    overflow: hidden;
    display: none;
    background-image: url(../images/box_shadow.png);
    background-repeat: repeat-x;
    background-position: left top;
}

.accordion .question .answer .wpb_content_element:last-child {
    margin-bottom: 0;
}

.accordion .question.active .title {
    border-width: 0 0 1px 0;
}

.accordion .question.active .title > .acc-icon-plus {
    display: block;
}

.accordion .question.active .title > .acc-icon-minus {
    display: none;
}

.accordion .question.active p:last-child {
    margin-bottom: 0;
}


/* FAQ */
.faq {
}

.faq .faq_wrapper {
}

.faq .question {
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    background: rgba(0, 0, 0, .02);
}

.faq .question:before {
    content: "";
    width: 60px;
    height: 100%;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, .1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.faq .question:after {
    content: "";
    width: 60px;
    height: 100%;
    background: rgba(0, 0, 0, .03);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.faq .question:last-child {
    margin-bottom: 0px;
}

.faq .question .title {
    padding: 20px 40px 20px 80px;
    font-size: 15px;
    position: relative;
    cursor: pointer;
}

.faq .question .title > .acc-icon-plus, .faq .question .title > .acc-icon-minus {
    font-size: 17px;
    line-height: 17px;
    display: block;
    position: absolute;
    right: 15px;
    top: 21px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: rgba(0, 0, 0, .25);
}

.faq .question .title > .acc-icon-plus:before, .faq .question .title > .acc-icon-minus:before {
    margin: 0 !important;
}

.faq .question .title > .acc-icon-plus {
    display: none;
}

.faq .question .title > .acc-icon-minus {
    display: block;
}

.faq .question .title .num {
    font-weight: bold;
    position: absolute;
    left: 27px;
    top: 20px;
    font-weight: bold;
}

.faq .question .answer {
    padding: 0 20px 20px 80px;
    overflow: hidden;
    display: none;
}

.faq .question.active .title > .acc-icon-plus {
    display: block;
}

.faq .question.active .title > .acc-icon-minus {
    display: none;
}

.faq .question.active p:last-child {
    margin-bottom: 0;
}

.wpb_wrapper .faq {
    margin-bottom: 5px;
}

.wpb_wrapper .faq .question .title.wpb_toggle {
    background-position: 23px;
}

.wpb_wrapper .faq .question .answer.wpb_toggle_content {
    margin: 0;
}

.wpb_wrapper .faq .question .last_toggle_el_margin {
    margin-bottom: 0;
}


/* Table */
table {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse !important;
    border-spacing: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

table th, table td {
    padding: 10px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    vertical-align: middle;
}

table th {
    font-weight: bold;
    background: url(../images/bg_panel.png) repeat-x left top;
}

table th.clear {
    border: 0;
    background: none;
}

table tr:first-child td {
    background: url(../images/box_shadow.png) repeat-x left top;
}

table tr:nth-child(2n) td {
    background: rgba(0, 0, 0, 0.01);
}

/* Animation */
table tr:hover td {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* Features list */
.feature_list {
}

.feature_list ul {
    margin: 0;
    overflow: hidden;
}

.feature_list ul li {
    margin: 0;
    list-style: none;
    width: 25%;
    float: left;
    display: block;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.feature_list ul li a {
    display: block;
}

.feature_list ul li a:hover {
    text-decoration: none;
}

.feature_list ul li .icon {
    width: 60px;
    height: 60px;
    line-height: 0;
    margin-right: 10px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.feature_list ul li .icon i {
    font-size: 43px;
    line-height: 60px;
}

.feature_list ul li .icon i:before {
    margin: 0;
}

.feature_list ul li p {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 10px;
}

.feature_list hr {
    margin: 0;
}

/* Animation */
.feature_list ul li a {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}


/* List */
.list_item {
    display: block;
}

.list_item a {
    display: block;
}

.list_item a:hover {
    text-decoration: none;
}

.list_item .list_left {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 50px;
    overflow: hidden;
    text-align: center;
    float: left;
}

.list_item .list_image {
    font-size: 0;
}

.list_item .list_left img {
    max-width: 80px !important;
    max-height: 80px !important;
    vertical-align: middle;
}

.list_item .list_left i {
}

.list_item .list_left i:before {
    margin: 0;
}

.list_item .circle {
    width: 78px;
    height: 78px;
    line-height: 78px;
    border-width: 1px;
    border-style: solid;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
    float: left;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-image: url(../images/stripes/stripes_3_b.png);
    -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .08);
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .08);
}

.list_item .list_right {
    padding: 5px 0 0 0;
    margin-left: 100px;
    word-wrap: break-word;
}

.list_item .list_right h4 {
    margin-bottom: 7px;
}

.list_item.lists_1 .list_left {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-image: url(../images/stripes/stripes_3_b.png);
    -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .1);
}

.list_item.lists_1 .list_image {
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 10px;
    font-size: 0;
}

.list_item.lists_1 .list_left img {
    max-width: 60px !important;
    max-height: 60px !important;
}

.list_item.lists_3 .list_left {
    float: none;
    margin-bottom: 10px;
}

.list_item.lists_3 .list_icon {
    width: auto;
    text-align: left;
}

.list_item.lists_3 .list_right {
    margin-left: 0;
    padding-top: 0;
}

.list_item.lists_3 .list_right h4 {
    margin-bottom: 10px;
}

.list_item.lists_4 .list_right {
    padding-top: 21px;
}


/* Pricing boxes */
.pricing-box {
    border-width: 1px;
    border-style: solid;
    background: #fff;
}

.pricing-box .plan-header {
    text-align: center;
    padding: 20px 15px 0;
}

.pricing-box .plan-header .image {
    text-align: center;
    margin-bottom: 15px;
}

.pricing-box .plan-header h2 {
    margin: 0 0 20px 0;
    font-size: 30px;
    line-height: 30px;
}

.pricing-box .plan-header .price {
    margin: 0 0 20px 0;
}

.pricing-box .plan-header .price > span {
    font-size: 45px;
    line-height: 45px;
    font-family: Patua One;
    margin: 0 5px;
}

.pricing-box .plan-header .price sup.currency {
    font-size: 20px;
    line-height: 20px;
    top: -10px;
    font-family: Patua One;
    position: relative;
}

.pricing-box .plan-header .price sup.period {
    font-size: 15px;
    line-height: 15px;
    top: -15px;
    position: relative;
}

.pricing-box .plan-header hr {
    margin-bottom: 0;
    width: 60%;
}

.pricing-box .plan-header p.subtitle {
    padding: 20px 0 0;
    margin-bottom: 0;
}

.pricing-box .plan-inside {
    padding: 10px 30px;
    text-align: center;
}

.pricing-box .plan-inside ul {
    margin: 0;
    font-size: 100%;
    line-height: normal;
}

.pricing-box .plan-inside ul li {
    text-align: center;
    padding: 11px 10px;
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-box .plan-inside ul li .yes,
.pricing-box .plan-inside ul li .no {
    display: inline-block;
    overflow: hidden;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0, 0, 0, .1);
}

.pricing-box .plan-inside ul li:last-child {
    border-bottom: 0;
}

.pricing-box .plan-footer {
    text-align: center;
}

.pricing-box .plan-footer a {
    margin-right: 0;
}

.pricing-box-box.pricing-box-featured {
    border-color: transparent;
}

/* Pricing table */
.pricing-box.pricing-box-label .plan-header *,
.pricing-box.pricing-box-label .plan-footer {
    visibility: hidden;
}

.pricing-box-label ul li {
    font-weight: bold;
    text-align: right !important;
}

.pricing-box-label,
.pricing-box-table {
    border: 0;
    background: none;
}

.pricing-box-label .plan-inside,
.pricing-box-table .plan-inside {
    padding-left: 0;
    padding-right: 0;
}

.pricing-box-table.pricing-box-featured {
    background: rgba(0, 0, 0, .02);
    padding-left: 10px;
    padding-right: 10px;
}


/* Content slider */
.content_slider {
    padding: 0 140px 42px;
    position: relative;
}

.content_slider .caroufredsel_wrapper {
    border-width: 8px;
    border-style: solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content_slider ul {
    line-height: 0;
}

.content_slider ul li {
    display: block;
    float: left;
}

.content_slider a.slider_prev, .content_slider a.slider_next {
    position: absolute;
    top: 50%;
    margin: -43px 0 0 0;
}

.content_slider a.slider_prev {
    left: 50px;
}

.content_slider a.slider_next {
    right: 50px;
}

.content_slider .slider_pagination {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
}


.content_slider.flat {
    padding: 0 140px 0px;
}

.content_slider.flat .caroufredsel_wrapper {
    border-width: 0;
}

.content_slider.flat a.button {
    background-color: transparent;
    background-image: none;
    box-shadow: none;
}

.content_slider.flat a.button:after {
    display: none;
}

.content_slider.flat a.button .button_icon {
    background: none;
    padding: 0;
    font-size: 50px;
    opacity: 0.3;
}

.content_slider.flat a:hover.button .button_icon {
    opacity: 1;
}

.content_slider.flat a.slider_prev {
    left: 50px;
}

.content_slider.flat a.slider_next {
    right: 50px;
}

.content_slider.flat .slider_pagination {
    display: none !important;
}

/* Animation */
.content_slider.flat a.button .button_icon {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* Offer slider */
.offer .offer_ul {
    margin: 0 !important;
}

.offer .offer_li {
    display: block;
    float: left;
}

.offer .offer_li .image_wrapper {
    float: left;
    width: 50%;
    line-height: 0;
}

.offer .offer_li .image_wrapper img {
    float: right;
}

.offer .offer_li .desc_wrapper {
    float: left;
    width: 570px;
    margin: 30px 12px 30px 30px;
}

.offer .offer_li .desc_wrapper .title {
    margin-bottom: 30px;
    position: relative;
    min-height: 43px;
    padding-right: 160px;
}

.offer .offer_li .desc_wrapper .title h3 {
    margin: 0;
    font-size: 35px;
    line-height: 35px;
    padding-top: 3px;
}

.offer .offer_li .desc_wrapper .title h3 em {
    color: rgba(0, 0, 0, .1);
    font-style: normal;
}

.offer .offer_li .desc_wrapper .title a.button {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.offer a.slider_prev, .offer a.slider_next {
    background: #262626;
    margin: 0;
    position: absolute;
}

.offer a.slider_prev:after, .offer a.slider_next:after {
    background: rgba(0, 0, 0, .2);
}

.offer a.slider_prev .button_icon, .offer a.slider_next .button_icon {
    padding: 0;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
}

.offer a.slider_prev .button_icon i, .offer a.slider_next .button_icon i {
    color: #fff;
}

.offer a.slider_prev {
    left: 50px;
    top: 50%;
    z-index: 2;
    margin-top: -68px;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.offer a.slider_next {
    left: 50px;
    top: 50%;
    z-index: 2;
    margin-top: 23px;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

.offer .slider_pagination {
    display: block;
    left: 50px;
    top: 50%;
    color: #6C6C6C;
    margin-top: -23px;
    position: absolute;
    z-index: 1;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 13px;
    background: #1c1c1c;
}

.offer .slider_pagination .current, .offer .slider_pagination .count {
    color: #fff;
}


/* Offer thumb */
.offer_thumb {
    position: relative;
    padding-left: 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.offer_thumb_ul li.offer_thumb_li {
    float: left;
    display: block;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.offer_thumb_ul li.offer_thumb_li .image_wrapper {
    float: right;
    width: 57%;
}

.offer_thumb_ul li.offer_thumb_li .desc_wrapper {
    float: left;
    width: 39%;
    margin-right: 4%;
    padding-top: 20px;
}

.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title {
    margin-bottom: 30px;
    position: relative;
    min-height: 43px;
    padding-right: 160px;
}

.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title h3 {
    margin: 0;
    font-size: 35px;
    line-height: 35px;
    padding-top: 3px;
}

.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title a.button {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/* Animation */
.offer_thumb .slider_pagination a img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.offer_thumb .slider_pagination a:before,
.offer_thumb .slider_pagination a:after {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media only screen and (min-width: 768px) {

    .offer_thumb .slider_pagination {
        position: absolute;
        left: 0;
        top: 0;
        border-width: 1px;
        border-style: solid;
    }

    .offer_thumb .slider_pagination a {
        display: block;
        margin: 0;
        width: 85px;
        height: 85px;
        line-height: 85px;
        text-align: center;
        padding: 8px;
        text-indent: 0;
        border-bottom-width: 1px;
        border-style: solid;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

    .offer_thumb .slider_pagination a:not(.selected):hover img {
        filter: alpha(opacity=60);
        opacity: 0.6;
    }

    .offer_thumb .slider_pagination a.selected {
        top: 0;
    }

    .offer_thumb .slider_pagination a:last-child {
        border: 0;
    }

    .offer_thumb .slider_pagination a:before {
        content: "";
        display: block;
        width: 5px;
        height: 100%;
        right: -5px;
        top: 0;
        position: absolute;
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .offer_thumb .slider_pagination a.selected:before {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .offer_thumb .slider_pagination a:after {
        content: "";
        left: auto;
        right: -9px;
        top: 50%;
        margin-top: -4px;
        width: 8px;
        height: 8px;
        filter: alpha(opacity=0);
        opacity: 0;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

    .offer_thumb .slider_pagination a.selected:after {
        filter: alpha(opacity=100);
        opacity: 1;
    }


    .offer_thumb .slider_pagination a {
        background-color: #fff;
    }

    .offer_thumb .slider_pagination a.selected {
        background-color: #fff;
        background-image: url(../images/stripes/stripes_3_b.png);
    }

}


/* #Boxes & Infographics
==================================================================================================== */

/* Icon box */
.icon_box {
    position: relative;
    padding: 10px 0;
}

.icon_box.has_border:after {
    content: "";
    display: block;
    width: 0px;
    height: 100%;
    border-width: 0 1px 0 0;
    border-style: solid;
    position: absolute;
    right: -2.4%;
    top: 0;
}

.icon_box a {
    display: block;
}

.icon_box a:hover {
    text-decoration: none;
}

.icon_box .icon_wrapper {
    width: 110px;
    height: 110px;
    text-align: center;
    line-height: 110px;
    font-size: 50px;
    position: relative;
    overflow: hidden;
    margin: 0 auto 15px;
    border-width: 8px;
    border-style: solid;
    display: block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-image: url(../images/stripes/stripes_3_b.png);
}

.icon_box .icon_wrapper i {
    z-index: 2;
    position: relative;
}

.icon_box .icon_wrapper:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.icon_box .icon_wrapper {
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, .08);
    box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, .08);
}

.icon_box .image_wrapper {
    text-align: center;
    margin-bottom: 15px;
}

.icon_box .desc_wrapper {
    text-align: center;
}

/* Icon postion left */
.icon_box.icon_position_left {
    min-height: 126px;
    padding-left: 145px;
}

.icon_box.icon_position_left .icon_wrapper {
    position: absolute;
    left: 0;
    top: 10px;
    margin-bottom: 0;
}

.icon_box.icon_position_left .desc_wrapper {
    text-align: left;
    padding-top: 10px;
}

.icon_box.icon_position_left .image_wrapper {
    position: absolute;
    left: 0;
    top: 10px;
    margin-bottom: 0;
    width: 126px;
    height: 126px;
    overflow: hidden;
}

/* Animation */
.icon_box .icon_wrapper,
.icon_box .icon_wrapper:before {
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.icon_box .icon_wrapper {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.icon_box:hover .icon_wrapper {
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    -o-transform: scale(0.94);
    transform: scale(0.94);
}


/* Article box */
.article_box {
    overflow: hidden;
}

.article_box a {
    display: block;
}

.article_box a:hover {
    text-decoration: none;
}

.article_box .photo_wrapper {
    width: 50%;
    float: left;
    line-height: 0;
}

.article_box .desc_wrapper {
    width: 50%;
    min-height: 139px;
    float: left;
    padding: 10px 15px;
    background-color: #f8f8f8;
    background-image: url(../images/stripes/stripes_3_b.png);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.article_box .desc_wrapper p {
    margin-bottom: 10px;
    border-bottom-width: 1px;
    border-style: solid;
    padding-bottom: 7px;
}

.article_box .desc_wrapper h4 {
    margin-bottom: 5px;
}

.article_box .desc_wrapper i.icon-right-open {
    display: block;
    position: relative;
    left: -5px;
}


/* Sliding box */
.sliding_box {
    position: relative;
}

.sliding_box a {
    display: block;
}

.sliding_box a:hover {
    text-decoration: none;
}

.sliding_box .photo_wrapper {
    line-height: 0;
    position: relative;
    bottom: -15px;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.sliding_box .desc_wrapper {
    padding: 15px 20px;
    width: 100%;
    text-align: center;
    z-index: 2;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sliding_box .desc_wrapper:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -8px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent transparent transparent;
}

.sliding_box .desc_wrapper h4 {
    margin-bottom: 0;
}

/* Animation */
.sliding_box .photo_wrapper {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sliding_box:hover .photo_wrapper {
    bottom: -1px;
}

.sliding_box .desc_wrapper:after {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.sliding_box:hover .desc_wrapper:after {
    top: -8px;
}


/* Promo box */
.promo_box {
    position: relative;
}

.promo_box.has_border:after {
    content: "";
    display: block;
    width: 0px;
    height: 100%;
    border-width: 0 1px 0 0;
    border-style: solid;
    position: absolute;
    right: -2.4%;
    top: 0;
}

.promo_box_wrapper {
    overflow: hidden;
}

.promo_box_wrapper .photo_wrapper {
    width: 36%;
    float: left;
    text-align: left;
    line-height: 0;
}

.promo_box_wrapper .desc_wrapper {
    width: 56%;
    margin: 0 2% 0 6%;
    float: left;
    padding-top: 10px;
}

.promo_box_wrapper .desc_wrapper .desc {
    margin-bottom: 15px;
}

.promo_box_wrapper.promo_box_right .photo_wrapper {
    float: right;
    text-align: right;
}

.promo_box_wrapper.promo_box_right .desc_wrapper {
    margin: 0 6% 0 2%;
    text-align: right;
}

.promo_box_wrapper.promo_box_right .desc_wrapper a.button {
    margin-right: 0;
}


/* Counter */
.counter {
    padding: 20px;
    background-image: url(../images/stripes/stripes_10_b.png);
    text-align: center;
    position: relative;
}

.counter .icon_wrapper {
    margin-bottom: 15px;
    line-height: 0;
    width: 100%;
}

.counter .icon_wrapper i:before {
    margin: 0;
}

.counter .icon_wrapper i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
}

.counter .desc_wrapper {
}

.counter .desc_wrapper .number-wrapper {
    font-size: 50px;
    line-height: 50px;
    font-family: Patua One;
    margin-bottom: 5px;
}

.counter .desc_wrapper .title {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
}

.counter.counter_horizontal {
    text-align: left;
    min-height: 75px;
}

.counter.counter_horizontal .icon_wrapper {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 30px;
    top: 32px;
    margin: 0;
}

.counter.counter_horizontal .desc_wrapper {
    padding-left: 85px;
}


/* Chart box */
.chart_box {
    position: relative;
    text-align: center;
}

.chart_box:before {
    content: "";
    display: block;
    z-index: 2;
    width: 124px;
    height: 124px;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    left: 50%;
    margin-left: -62px;
    top: 8px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    background-image: url(../images/stripes/stripes_3_b.png);
}

.chart_box .chart {
    width: 140px;
    margin: 0 auto 10px;
    position: relative;
}

.chart_box .chart .icon,
.chart_box .chart .image {
    width: 70px;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    position: absolute;
    left: 35px;
    top: 35px;
    z-index: 3;
    text-align: center;
}

.chart_box .chart .icon {
    font-size: 45px;
}

.chart_box .chart .icon i:before {
    margin: 0;
}

.chart_box .chart .image img {
    vertical-align: middle;
}

.chart_box .chart .num {
    position: absolute;
    left: 0px;
    top: 45px;
    z-index: 3;
    width: 100%;
    font-family: Patua One;
    font-size: 50px;
    line-height: 50px;
}

.chart_box p {
    margin-bottom: 0;
}


/* Progress bars */
.progress_bars {
}

.progress_bars .bars_list {
    margin: 0;
}

.progress_bars .bars_list li {
    margin-bottom: 20px;
    list-style: none;
    overflow: hidden;
}

.progress_bars .bars_list li:last-child {
    margin-bottom: 0px;
}

.progress_bars .bars_list li h6 {
    margin-bottom: 7px;
    position: relative;
    padding-right: 40px;
}

.progress_bars .bars_list li h6 .label {
    display: block;
    font-size: 11px;
    line-height: 17px;
    padding: 0px 5px;
    font-weight: normal;
    position: absolute;
    right: 0px;
    top: 1px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .35);
}

.progress_bars .bars_list li .bar {
    position: relative;
    width: 100%;
    height: 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .02);
    -webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.04);
    box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.04);
}

.progress_bars .bars_list li .bar .progress {
    display: block;
    height: 20px;
    background-image: url(../images/progressbar.png);
    -webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.04);
    box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.04);
}

.progress_bars .bars_list:not(.hover) li .bar .progress {
    width: 0 !important;
}

/* Animation */
.progress_bars .bars_list.hover li .bar .progress {
    -webkit-transition: all 1.3s ease-in-out;
    -moz-transition: all 1.3s ease-in-out;
    -o-transition: all 1.3s ease-in-out;
    transition: all 1.3s ease-in-out;
}


/* Progress icons */
.progress_icons {
    margin-bottom: 12px;
    overflow: hidden;
}

.progress_icons .progress_icon {
    display: inline-block;
    margin: 0 7px 7px 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.progress_icons .progress_icon:last-child {
    margin-right: 0px;
}

.progress_icons .progress_icon:not(.themebg) {
    background: rgba(0, 0, 0, .06);
}

/* Animation */
.progress_icons .progress_icon {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/* Trailer box */
.trailer_box {
    text-align: center;
    position: relative;
    line-height: 0;
}

.trailer_box a {
    display: block;
}

.trailer_box a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
    background: rgba(0, 0, 0, .15);
}

.trailer_box:hover a:after {
    filter: alpha(opacity=100);
    opacity: 100;
}

.trailer_box .desc {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 20px 15px 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.trailer_box .desc h2 {
    margin: 0;
    position: relative;
    bottom: 0;
    font-size: 30px;
    line-height: 30px;
}

.trailer_box:hover .desc h2 {
    bottom: 20px;
}

.trailer_box .desc .subtitle {
    display: inline-block;
    position: relative;
    bottom: 0;
    line-height: normal;
    letter-spacing: 1px;
    padding: 4px 8px;
    text-transform: uppercase;
    margin-bottom: 15px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-image: url(../images/stripes/stripes_10_w.png);
}

.trailer_box:hover .desc .subtitle {
    bottom: 20px;
}

.trailer_box .desc .line {
    height: 1px;
    width: 0%;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    display: block;
}

.trailer_box:hover .desc .line {
    width: 60%;
}

/* Animation */
.trailer_box a:after,
.trailer_box .desc .subtitle,
.trailer_box .desc .line,
.trailer_box .desc h2 {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* Quick facts */
.quick_fact {
    text-align: center;
}

.quick_fact .number {
    font-size: 90px;
    line-height: 90px;
    font-family: Patua One;
}

.quick_fact hr {
    width: 40%;
}


/* Photo box */
.photo_box {
    text-align: center;
}

.photo_box.pb_left {
    text-align: left;
}

.photo_box.pb_right {
    text-align: right;
}

.photo_box .image_frame {
    margin-bottom: 15px;
}

.photo_box .desc {
    margin-bottom: 15px;
}


/* Flat box */
.flat_box {
}

.flat_box a,
.flat_box a:hover {
    display: block;
    text-decoration: none;
}

.flat_box .photo_wrapper {
    margin-bottom: 15px;
    position: relative;
    line-height: 0;
    overflow: hidden;
}

.flat_box .photo_wrapper .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 90px;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.flat_box .photo_wrapper .icon i {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 55px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -30px;
}

.flat_box:hover .photo_wrapper .icon,
.flat_box a:hover .photo_wrapper .icon {
    -webkit-transform: translateX(-90px);
    transform: translateX(-90px);
}

.flat_box .photo_wrapper img {
    position: relative;
    display: block;
    z-index: 1;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
}

.flat_box:hover .photo_wrapper img,
.flat_box a:hover .photo_wrapper img {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.flat_box .desc_wrapper {
    margin-left: 90px;
}

/* 1/4 */
@media only screen and (min-width: 960px) {
    .one-fourth .flat_box .photo_wrapper .icon {
        width: 60px;
    }

    .one-fourth .flat_box .photo_wrapper .icon i {
        height: 40px;
        line-height: 40px;
        font-size: 35px;
        margin-top: -20px;
    }

    .one-fourth .flat_box a:hover .photo_wrapper .icon {
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px);
    }

    .one-fourth .flat_box .desc_wrapper {
        margin-left: 60px;
    }
}

/* Animation */
.flat_box .photo_wrapper .icon {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.flat_box .photo_wrapper img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/* Hover box */
.hover_box {
}

.hover_box a {
    display: block;
}

.hover_box .hover_box_wrapper {
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.hover_box .hover_box_wrapper img {
    display: block;
}

.hover_box .hover_box_wrapper .hidden_photo {
    position: absolute;
    left: 0;
    top: 0;
}

/* width: 100%; height: 100%; */

.hover_box .hover_box_wrapper .visible_photo {
    filter: alpha(opacity=100);
    opacity: 1;
}

.hover_box .hover_box_wrapper .hidden_photo {
    filter: alpha(opacity=0);
    opacity: 0;
}

.hover_box:hover .hover_box_wrapper .visible_photo,
.hover_box.hover .hover_box_wrapper .visible_photo {
    filter: alpha(opacity=0);
    opacity: 0;
}

.hover_box:hover .hover_box_wrapper .hidden_photo,
.hover_box.hover .hover_box_wrapper .hidden_photo {
    filter: alpha(opacity=100);
    opacity: 1;
}

/* Animation */
.hover_box .hover_box_wrapper .visible_photo,
.hover_box .hover_box_wrapper .hidden_photo {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/* Hover color */
.hover_color {
}

.hover_color:hover .hover_color_bg,
.hover_color.hover .hover_color_bg {
    background-color: inherit !important;
}

.hover_color a {
    display: block;
}

.hover_color a:hover {
    text-decoration: none;
}

.hover_color .hover_color_wrapper {
    text-decoration: none;
    padding: 40px 30px;
    text-align: center;
}

.hover_color,
.hover_color a, .hover_color a:hover,
.hover_color h1 a, .hover_color h2 a, .hover_color h3 a, .hover_color h4 a, .hover_color h5 a, .hover_color h6 a {
    color: #fff;
}

/* Animation */
.hover_color .hover_color_bg {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/* #Content elements
==================================================================================================== */


/* Content links */
a.content_link {
    display: inline-block;
    position: relative;
    border-width: 1px;
    border-style: solid;
    width: 140px;
    padding: 25px 15px;
    text-align: center;
    margin-left: -1px;
    background-color: #fff;
}

a.content_link .icon {
    display: block;
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 15px;
}

a.content_link .title {
    font-weight: bold;
}

a.content_link:after {
    content: "";
    z-index: 2;
    filter: alpha(opacity=0);
    opacity: 0;
    height: 0;
    width: 100%;
    border-width: 0 0 5px 0;
    border-style: solid;
    position: absolute;
    left: 0;
    bottom: -6px;
}

a.content_link:before {
    content: "";
    z-index: 2;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: -1px;
    margin-left: -6px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent transparent transparent;
}

a:hover.content_link:after {
    filter: alpha(opacity=100);
    opacity: 100;
}

a:hover.content_link:before {
    filter: alpha(opacity=100);
    opacity: 100;
}

a:hover.content_link {
    text-decoration: none;
    background-image: url(../images/stripes/stripes_3_b.png);
}

/* Animation */
a.content_link:after,
a.content_link:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* Icon bar */
a.icon_bar {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin: 0px 2px 2px 0;
    border-width: 1px;
    border-style: solid;
    position: relative;
    background-color: #fff;
    background-image: url(../images/stripes/stripes_3_b.png);
    -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .08);
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .08);
}

a.icon_bar span {
    display: block;
}

a.icon_bar, a.icon_bar span {
    width: 58px;
    height: 58px;
    line-height: 58px;
    font-size: 20px;
}

a.icon_bar_small, a.icon_bar_small span {
    width: 43px;
    height: 43px;
    line-height: 43px;
    font-size: 15px;
}

a.icon_bar span.t {
    position: relative;
}

a.icon_bar span.b {
    position: absolute;
    top: 100%;
}

/* Animation */
a.icon_bar span {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

a.icon_bar span.b {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

a:hover.icon_bar span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

/* Social */
a.icon_bar_facebook span.b {
    background: #3a589b;
    color: #fff;
}

a.icon_bar_google span.b {
    background: #d6492f;
    color: #fff;
}

a.icon_bar_twitter span.b {
    background: #32ccfe;
    color: #fff;
}

a.icon_bar_vimeo span.b {
    background: #1ca7cc;
    color: #fff;
}

a.icon_bar_youtube span.b {
    background: #ff3334;
    color: #fff;
}

a.icon_bar_flickr span.b {
    background: #ff0084;
    color: #fff;
}

a.icon_bar_linkedin span.b {
    background: #007bb6;
    color: #fff;
}

a.icon_bar_pinterest span.b {
    background: #cb2027;
    color: #fff;
}

a.icon_bar_dribbble span.b {
    background: #ec4a89;
    color: #fff;
}


/* Get in touch */
.get_in_touch {
    padding: 25px 20px 25px 30px;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.get_in_touch ul {
    margin: 0;
    font-size: 100%;
    line-height: normal;
}

.get_in_touch ul li {
    margin: 0;
    list-style: none;
    position: relative;
    padding: 13px 0 13px 50px;
    word-wrap: break-word;
}

.get_in_touch ul li:after {
    content: "";
    display: block;
    width: 70px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, .2);
    position: absolute;
    left: -30px;
    bottom: 0;
}

.get_in_touch ul li p {
    margin: 0;
}

.get_in_touch ul li .icon {
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    color: rgba(0, 0, 0, .7);
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 23px;
    text-align: center;
}

.get_in_touch ul li:last-child:after {
    display: none;
}


/* Infobox */
.infobox {
    padding: 25px 20px 25px 30px;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.infobox ul {
    margin: 0;
    font-size: 100%;
    line-height: normal;
}

.infobox ul li {
    margin: 0;
    list-style: none;
    position: relative;
    padding: 13px 0 13px 50px;
    word-wrap: break-word;
}

.infobox ul li p {
    margin: 0;
}

.infobox ul li:before {
    content: "";
    display: block;
    background: url(../images/icons/list_check.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 15px;
}

.infobox ul li:after {
    content: "";
    display: block;
    width: 70px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, .2);
    position: absolute;
    left: -30px;
    bottom: 0;
}

.infobox ul li:last-child:after {
    display: none;
}


/* Opening hours */
.opening_hours {
    padding: 25px 25px 25px 25px;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.opening_hours .opening_hours_wrapper {
}

.opening_hours .opening_hours_wrapper .desc {
    margin-bottom: 15px;
}

.opening_hours .opening_hours_wrapper li {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: center;
    border-bottom-width: 1px;
    border-style: dashed;
    list-style: none;
}

.opening_hours .opening_hours_wrapper li:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.opening_hours .opening_hours_wrapper li label {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    font-weight: normal;
    padding: 5px 11px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-image: url(../images/stripes/stripes_3_b.png);
    background-color: #f8f8f8;
}

.opening_hours .opening_hours_wrapper li span {
    font-size: 22px;
    line-height: 22px;
    margin: 0;
    padding: 0 14px;
    display: block;
}

.opening_hours .opening_hours_wrapper li span sup {
    font-size: 13px;
    line-height: 13px;
    position: relative;
    top: 4px;
    margin-left: 2px;
}


/* Timeline */
.timeline_items {
    margin: 0 !important;
    position: relative;
    background: url(../images/timeline_top.png) no-repeat top center;
    padding-top: 9px;
}

.timeline_items:after {
    content: "";
    width: 0px;
    height: 0px;
    border-width: 3px;
    border-style: solid;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -3px;
    display: block;
    z-index: 1;
}

.timeline_items li {
    margin: 0 !important;
    list-style: none !important;
    width: 45%;
    padding: 0 0 25px 55%;
    position: relative;
    background: url(../images/timeline_right.png) no-repeat top center;
}

.timeline_items li:nth-child(even) {
    padding: 0 55% 25px 0;
    background: url(../images/timeline_left.png) no-repeat top center;
}

.timeline_items li h3 {
    font-size: 30px;
    line-height: 35px;
}

.timeline_items li h3 span {
    position: absolute;
    right: 55%;
    top: 8px;
}

.timeline_items li h3:before {
    content: "";
    width: 7px;
    height: 7px;
    border-width: 4px;
    border-style: solid;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 11px;
    margin-left: -8px;
    display: block;
    z-index: 1;
}

.timeline_items li:nth-child(even) h3 {
    text-align: right;
}

.timeline_items li:nth-child(even) h3 span {
    left: 55%;
    right: auto;
}

.timeline_items li .desc {
    position: relative;
    font-size: 15px;
    line-height: 31px;
    background: url(../images/stripes/textline.png) repeat-y;
}

.timeline_items li .desc:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -122%;
    top: 0;
    background-image: url(../images/stripes/stripes_10_b.png);
}

.timeline_items li:nth-child(even) .desc:before {
    left: auto;
    right: -122%;
}

.timeline_items li:nth-child(even) .desc {
    text-align: right;
}


/* How it works */
.how_it_works {
    text-align: center;
    position: relative;
}

.how_it_works.has_border:after {
    content: "";
    display: block;
    width: 12%;
    height: 4px;
    background: rgba(0, 0, 0, .03);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    right: -10.5%;
    top: 100px;
}

.how_it_works .image {
    width: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    position: relative;
    margin: 0 auto 15px;
    background: #fff;
    border-width: 2px;
    border-style: solid;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.how_it_works .image img {
    max-width: 116px !important;
    max-height: 116px !important;
    vertical-align: middle;
}

.how_it_works .image .number {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    font-family: Patua One;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .1);
}

.with_aside .how_it_works .image {
    width: 150px;
    height: 150px;
    line-height: 150px;
    padding: 25px;
}

.with_aside .how_it_works .image .number {
    bottom: 4px;
    right: 4px;
}

.with_aside .how_it_works.has_border:after {
    top: 75px;
}


/* Google maps */
.google-map {
    border-width: 8px;
    border-style: solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.google-map-wrapper.no_border .google-map,
.section.full-width .one .google-map {
    border-width: 0;
}

.column_map .google-map-wrapper {
    position: relative;
}

.column_map .google-map-contact-wrapper {
    width: 1176px;
    height: 1px;
    margin-left: -588px;
    z-index: 10;
    position: absolute;
    left: 50%;
    top: 60px;
}

.column_map .google-map-contact-wrapper .get_in_touch {
    width: 210px;
    padding: 25px;
    float: right;
    position: relative;
}

.column_map .google-map-contact-wrapper .get_in_touch:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: transparent transparent transparent transparent;
}

/* Team */
.team {
}

.team .image_frame {
    margin-bottom: 15px;
}

.team .desc_wrapper {
}

.team .desc_wrapper h4 {
    margin-bottom: 3px;
}

.team .desc_wrapper p.subtitle {
}

.team .desc_wrapper p.phone {
}

.team .desc_wrapper hr {
    width: 40%;
    margin-left: 0;
}

.team .desc_wrapper .desc {
    margin-bottom: 15px;
}

.team .desc_wrapper .links {
    line-height: 0;
}

.team.team_vertical {
}

.team.team_horizontal {
    overflow: hidden;
}

.team.team_horizontal .image_frame {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 0;
}

.team.team_horizontal .desc_wrapper {
    width: 48%;
    float: left;
}

.team .desc_wrapper blockquote {
    margin-top: 20px;
}

.team.team_circle {
    text-align: center;
}

.team.team_circle .desc_wrapper hr {
    margin-left: auto;
}

.team.team_circle .image_frame {
    width: 120px;
    height: 120px;
    margin: 0 auto 15px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

/* Team list */
.team_list {
}

.team_list .column {
    margin-bottom: 0;
}

.team_list .image_frame {
}

.team_list .desc_wrapper {
}

.team_list .bq_wrapper {
    background: rgba(0, 0, 0, .02);
    border-left-width: 1px;
    border-style: solid;
    padding: 20px;
}

/* Fancy headings */
.fancy_heading {
    text-align: center;
}

.fancy_heading .title {
    font-size: 42px;
    line-height: 42px;
}

.fancy_heading_icon {
}

.fancy_heading_icon .icon_top {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 15px;
    overflow: hidden;
    display: block;
}

.fancy_heading_icon .icon_top i:before {
    margin: 0;
}

.fancy_heading_line {
    background-image: url(../images/fancy_heading_hr.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 15px;
}

.fancy_heading_line .slogan {
    display: block;
    margin-bottom: 7px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.fancy_heading_line .inside {
    margin-bottom: 15px;
}

.fancy_heading_arrows {
}


/* Call to action */
.column_call_to_action {
    margin-bottom: 0;
}

.call_to_action {
    overflow: hidden;
    display: table;
    padding: 40px 0;
    width: 100%;
}

.call_to_action .call_to_action_wrapper {
    display: table-row;
}

.call_to_action .call_left,
.call_to_action .call_center,
.call_to_action .call_right {
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.call_to_action .call_left {
    width: 40%;
    padding: 0 20px;
    text-align: center;
}

.call_to_action .call_left h3 {
    margin-bottom: 0;
}

.call_to_action .call_center {
    width: 20%;
    text-align: center;
}

.call_to_action .call_center a {
    display: inline-block;
}

.call_to_action .call_center .icon_wrapper {
    display: inline-block;
    border-width: 3px;
    border-style: solid;
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 30px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.call_to_action .call_center .button {
    margin: 0;
}

.call_to_action .call_right {
    width: 40%;
    padding: 0 20px;
}


/* #Loops
==================================================================================================== */

/* Clients */
ul.clients {
    margin: 0;
}

ul.clients li {
    float: left;
    width: 16.666%;
    margin: 0 !important;
    list-style: none;
}

ul.clients li .client_wrapper {
    padding: 10px 15px;
    margin: 10px;
    background: rgba(0, 0, 0, .01);
    text-align: center;
    line-height: 0;
    height: 75px;
    line-height: 75px;
    position: relative;
}

ul.clients li .client_wrapper:hover {
    background: rgba(0, 0, 0, .05);
}

ul.clients li .client_wrapper a {
    display: block;
}

ul.clients li .client_wrapper .gs-wrapper {
    position: relative;
}

ul.clients li .client_wrapper img {
    vertical-align: middle;
}

ul.clients.clients_tiles li .client_wrapper {
    background: none;
}

ul.clients.clients_tiles li .client_wrapper:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, .08);
    position: absolute;
    left: 0;
    bottom: 0;
}

ul.clients.clients_tiles li .client_wrapper:after {
    content: "";
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: 0px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent transparent transparent;
}

ul.clients.clients_tiles li .client_wrapper:hover:before {
    height: 2px;
}

ul.clients.clients_tiles li .client_wrapper:hover:after {
    display: block;
    bottom: 2px;
}

/* Animation */
ul.clients li .client_wrapper {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* Clients slider */
.clients_slider {
}

.clients_slider .clients_slider_header {
    position: relative;
    height: 43px;
    margin-bottom: 15px;
    overflow: hidden;
    padding-right: 110px;
}

.clients_slider .clients_slider_header .title {
    margin: 9px 0 0 0;
}

.clients_slider .clients_slider_header a.slider_prev {
    position: absolute;
    top: 0;
    right: 50px;
    margin: 0;
}

.clients_slider .clients_slider_header a.slider_next {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

/* Blog slider */
.blog_slider {
}

.blog_slider .blog_slider_header {
    position: relative;
    height: 43px;
    margin-bottom: 15px;
    overflow: hidden;
    padding-right: 110px;
}

.blog_slider .blog_slider_header .title {
    margin: 9px 0 0 0;
}

.blog_slider .blog_slider_header a.slider_prev {
    position: absolute;
    top: 0;
    right: 50px;
    margin: 0;
}

.blog_slider .blog_slider_header a.slider_next {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

.blog_slider .slider_pagination {
    margin-top: 15px;
}

.blog_slider .blog_slider_ul {
    margin: 0;
}

.blog_slider .blog_slider_ul li {
    float: left;
    width: 25%;
    list-style: none;
}

.blog_slider .blog_slider_ul li .item_wrapper {
    margin: 0 10px;
    position: relative;
}

.blog_slider .blog_slider_ul li .item_wrapper .image_frame {
    margin-left: 30px;
    margin-bottom: 15px;
    min-height: 52px;
}

.blog_slider .blog_slider_ul li .item_wrapper .date_label {
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 20;
}

.blog_slider .blog_slider_ul li .item_wrapper hr {
    margin-left: 30px;
    width: 40%;
}

.blog_slider .blog_slider_ul li .item_wrapper a.button {
    margin-left: 30px;
    margin-bottom: 0;
}

.blog_slider .blog_slider_ul li.format-quote .item_wrapper {
    overflow: hidden;
}

.blog_slider .blog_slider_ul li.format-quote .item_wrapper blockquote {
    margin-top: 70px;
    margin-left: 40px;
}

.blog_slider .blog_slider_ul li.format-link .item_wrapper .image_frame {
    height: 180px;
    background-color: rgba(255, 255, 255, .5);
    background-image: url("../images/link.png");
    background-position: center center;
    background-repeat: no-repeat;
}

/* Shop slider */
.shop_slider {
}

.shop_slider .blog_slider_header {
    position: relative;
    height: 43px;
    margin-bottom: 15px;
    overflow: hidden;
    padding-right: 110px;
}

.shop_slider .blog_slider_header .title {
    margin: 9px 0 0 0;
}

.shop_slider .blog_slider_header a.slider_prev {
    position: absolute;
    top: 0;
    right: 50px;
    margin: 0;
}

.shop_slider .blog_slider_header a.slider_next {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

.shop_slider .slider_pagination {
    margin-top: 15px;
}

.shop_slider .shop_slider_ul {
    margin: 0;
}

.shop_slider .shop_slider_ul li {
    float: left;
    width: 25%;
    list-style: none;
}

.shop_slider .shop_slider_ul li .item_wrapper {
    margin: 0 10px;
    position: relative;
}

.shop_slider .shop_slider_ul li .item_wrapper .desc {
    background: #fff;
    padding: 15px 20px;
}

.shop_slider .shop_slider_ul li .item_wrapper .desc h4 {
    margin-bottom: 5px;
}

.shop_slider .shop_slider_ul li .item_wrapper span.onsale {
    height: 0px;
    min-height: 0px;
    width: 0px;
    min-width: 0px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    position: absolute;
    left: 8px !important;
    right: auto;
    top: 8px !important;
    margin: 0 !important;
    border-style: solid;
    border-width: 70px 70px 0 0;
    border-color: transparent transparent transparent transparent;
    padding: 0;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    z-index: 2;
    background: none;
}

.shop_slider .shop_slider_ul li .item_wrapper span.onsale i {
    position: absolute;
    left: 8px;
    top: -60px;
    color: rgba(0, 0, 0, .5);
}

.shop_slider .shop_slider_ul li .item_wrapper .price {
    font-size: 18px;
    margin-bottom: 0;
}

.shop_slider .shop_slider_ul li .item_wrapper .price del {
    font-size: 0.67em;
}

/* Portfolio slider */
.portfolio_slider_ul {
    margin: 0 !important;
}

.portfolio_slider_ul li {
    float: left;
    width: 25%;
    list-style: none;
    margin: 0 !important;
}

.portfolio_slider_ul li .image_frame {
    border: 0;
    margin-bottom: 0;
}

.portfolio_slider {
    position: relative;
}

.portfolio_slider .slider_nav {
    color: #fff;
    display: none !important;
    font-size: 15px;
    height: 80px;
    line-height: 80px;
    position: absolute;
    text-align: center;
    z-index: 5;
    width: 35px;
    top: 50%;
    margin-top: -40px;
}

.portfolio_slider .slider_prev {
    left: 0;
}

.portfolio_slider .slider_next {
    right: 0;
}

.portfolio_slider.arrows_hover:hover .slider_nav {
    display: block !important;
}

.portfolio_slider.arrows_always .slider_nav {
    display: block !important;
}


/* Portfolio grid */
ul.portfolio_grid {
    overflow: hidden;
}

ul.portfolio_grid li {
    float: left;
}

ul.portfolio_grid li .image_frame {
    border: 0;
}

.one.column_portfolio_grid li,
.three-fourth.column_portfolio_grid li {
    width: 25%;
}

.two-third.column_portfolio_grid li,
.one-second.column_portfolio_grid li {
    width: 50%;
}

.one-third.column_portfolio_grid li,
.one-fourth.column_portfolio_grid li {
    width: 100%;
    float: none;
}


/* Portfolio photo */
.portfolio-photo {
}

.portfolio-photo .portfolio-item {
    overflow: hidden;
    position: relative;
}

.portfolio-photo .portfolio-item a.portfolio-item-bg {
    display: block;
    position: relative;
    text-align: center;
    line-height: 0;
}

.portfolio-photo .portfolio-item a.portfolio-item-bg .mask {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.3;
    width: 100%;
    height: 100%;
}

.portfolio-photo .portfolio-item:hover a.portfolio-item-bg .mask {
    opacity: 0;
}

.portfolio-photo .portfolio-item .portfolio-details {
    display: block;
}

.portfolio-photo .portfolio-item .portfolio-details .details {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    margin: -105px 0 0 -150px;
    width: 240px;
    padding: 55px 30px;
    text-align: center;
}

.portfolio-photo .portfolio-item .portfolio-details .details .title {
    font-size: 23px;
    line-height: 27px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.portfolio-photo .portfolio-item .portfolio-details:hover .details {
    opacity: 0;
}

.portfolio-photo .portfolio-item .portfolio-details .more {
    display: block;
    opacity: 0;
    text-transform: uppercase;
    width: 70px;
    height: 40px;
    padding: 20px 5px;
    letter-spacing: 1px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    margin: -40px 0 0 -40px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.portfolio-photo .portfolio-item .portfolio-details .more h4 {
    font-size: 15px;
    line-height: 18px;
}

.portfolio-photo .portfolio-item .portfolio-details:hover .more {
    opacity: 1;
}

/* --- */
.portfolio-photo .portfolio-item .portfolio-details .details,
.portfolio-photo .portfolio-item .portfolio-details .more {
    background: #fff;
}

.portfolio-photo .portfolio-item .portfolio-details .details .categories {
    color: #a8a8a8;
}

.portfolio-photo .portfolio-item .portfolio-details .more {
    color: rgba(0, 0, 0, .6);
}

/* Animation */
.portfolio-photo .portfolio-item a .mask,
.portfolio-photo .portfolio-item .portfolio-details .details,
.portfolio-photo .portfolio-item .portfolio-details .more {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.portfolio-photo .portfolio-item .portfolio-details .image_links a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* Testimonials slider */
.testimonials_slider {
    position: relative;
}

.testimonials_slider a.slider_prev {
    position: absolute;
    left: 0;
    top: 140px;
    margin: 0;
}

.testimonials_slider a.slider_next {
    position: absolute;
    right: 0;
    top: 140px;
    margin: 0;
}

.testimonials_slider .slider_images {
    width: 100%;
    height: auto;
    line-height: 0;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.testimonials_slider .slider_images:before {
    content: "";
    display: block;
    height: 100%;
    width: 3000px;
    position: absolute;
    left: -1000px;
    top: 0;
    z-index: 1;
}

.with_aside .testimonials_slider .slider_images:before {
    display: none;
}

.testimonials_slider .slider_images a {
    display: inline-block;
    height: 85px;
    width: 85px;
    line-height: 0;
    filter: alpha(opacity=50);
    opacity: 0.5;
    position: relative;
    z-index: 10;
}

.testimonials_slider .slider_images a:after {
    content: "";
    display: none;
    height: 6px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -6px;
}

.testimonials_slider .slider_images a.selected,
.testimonials_slider .slider_images a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.testimonials_slider .slider_images a.selected:after {
    display: block;
}

.testimonials_slider .testimonials_slider_ul {
}

.testimonials_slider .testimonials_slider_ul li {
    float: left;
    width: 100%;
    padding: 0 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.testimonials_slider .testimonials_slider_ul li .bq_wrapper {
    background: rgba(0, 0, 0, 0.02);
    padding: 30px 40px 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.testimonials_slider .testimonials_slider_ul li .hr_dots {
    margin-bottom: 15px;
}

.testimonials_slider .testimonials_slider_ul li .author {
    text-align: center;
}

.testimonials_slider .testimonials_slider_ul li .author h5 {
    margin-bottom: 2px;
}

/* Animation */
.testimonials_slider .slider_images a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* Testimonials list */
.testimonials_list {
}

.testimonials_list .item {
    overflow: hidden;
    clear: both;
}

.testimonials_list .item .photo {
    width: 23%;
    float: left;
    margin: 0 1% 40px;
}

.testimonials_list .item .desc {
    width: 73%;
    float: left;
    margin: 0 1% 40px;
}

.testimonials_list .item .desc h4 {
    margin-bottom: 3px;
    margin-top: 10px;
}

.testimonials_list .item .desc p.subtitle {
    opacity: 0.6;
}

.testimonials_list .item .desc hr.hr_color {
    width: 20%;
    margin-left: 0;
}

.testimonials_list .item.no-img .desc {
    width: 98%;
}


/* #Others
==================================================================================================== */

/* Date */
.date_label,
.timeline_items li h3 span {
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    padding: 2px 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-image: url(../images/stripes/stripes_3_b.png);
}

.date_label:after,
.timeline_items li h3 span:after {
    content: "";
    display: block;
    position: absolute;
    right: -5px;
    top: 6px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5.5px 0 5.5px 5px;
    border-color: transparent transparent transparent transparent;
}


/* Isotope Filtering */
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}


/* Code Hightlighter */
code, pre, q {
    font-family: Consolas, monospace !important;
    border: 1px solid #e8e8e8;
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

code, q {
    padding: 2px 4px;
    white-space: nowrap;
    margin: 0 2px;
    color: #2991d6;
}

pre {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 50%, #fafafa 50%); /* FF3.6+ */
    background: -webkit-linear-gradient(top, #ffffff 50%, #fafafa 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 50%, #fafafa 50%); /* Opera 11.10+ */
    background: linear-gradient(top, #ffffff 50%, #fafafa 50%); /* W3C */
    background-size: 42px 42px;
    padding: 21px 15px 20px;
    margin: 15px 0;
    display: block;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    line-height: 21px !important;
}

code p, pre p {
    margin-bottom: 0 !important;
}

/* Preloaders for sliders */
ul.offer-slider,
ul.portfolio-slider,
ul.posts-slider {
    background: url(../images/preloader.gif) center no-repeat;
}

ul.offer-slider > *,
ul.portfolio-slider > *,
ul.posts-slider > * {
    visibility: hidden;
}

ul.offer-slider {
    max-height: 438px;
}

ul.portfolio-slider {
    max-height: 355px;
}

ul.posts-slider {
    max-height: 171px;
}

ul.owl-carousel {
    background: none;
    max-height: none;
}

ul.owl-carousel > * {
    visibility: visible;
}


/*
 * Colors:
 *
 *		#2991d6		-	theme color
 * 		#2991d6		-	link
 * 		#2275ac		-	link hover, strong
 */

/************************ Colors ************************/

/* Selections */
*::-moz-selection {
    color: #fff;
}

*::selection {
    color: #fff;
}

/* Borders */
.idea_box, .ui-tabs, .accordion .question, .accordion .question.active .title, .accordion .question .title:before, .ui-tabs .ui-tabs-nav, .ui-tabs .ui-tabs-nav li,
.tabs_vertical.ui-tabs .ui-tabs-panel, table th, table td, .list_item .circle,
input[type="text"], input[type="tel"], input[type="password"], input[type="email"], textarea, select, .promo_box.has_border:after,
dl > dt, dl > dd, .article_box .desc_wrapper p, a.icon_bar, a.content_link, .how_it_works .image, .opening_hours, .opening_hours .opening_hours_wrapper li,
.icon_box.has_border:after, .chart_box:before, .pricing-box, .team_list .bq_wrapper, .post-footer .post-links, .format-link .post-title .icon-link,
.share_wrapper, .post-header .title_wrapper, .section-post-related .section-related-adjustment, #comments > :first-child, .widget-area, .widget:after,
.fixed-nav .desc h6, .portfolio_group.list .portfolio-item, .portfolio_group .portfolio-item .desc .details-wrapper, .Recent_posts ul li .desc h6,
.widget_recent_entries ul li a, .woocommerce .widget_best_sellers li, .woocommerce .widget_featured_products li, .woocommerce .widget_recent_reviews li,
.woocommerce .widget_recent_products li, .woocommerce .widget_recently_viewed_products li, .woocommerce .widget_random_products li, .woocommerce .widget_top_rated_products li,
.woocommerce .widget_onsale li, .woocommerce .widget_layered_nav li, .woocommerce .widget_shopping_cart ul.product_list_widget li,
.woocommerce .widget_products li, .woocommerce .product .related.products, .woocommerce .product .upsells.products, .woocommerce .product div.entry-summary h1.product_title:after,
.woocommerce .quantity input.qty, .header-stack #Top_bar .logo, .offer_thumb .slider_pagination, .offer_thumb .slider_pagination a {
    border-color: rgba(0, 0, 0, .08);
}

/* Tooltip */
.tooltip-img .tooltip-content, .tooltip:after {
    background: #444444;
    color: #ffffff;
}

/* Highlight */
.dropcap, .highlight:not(.highlight_image) {
    color: #ffffff;
}

/* Inputs */
input[type="text"], input[type="tel"], input[type="password"], input[type="email"], textarea, select, .woocommerce .quantity input.qty {
    background-color: #fff;
    color: #626262;
    -webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02);
    box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02);
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, select:focus {
    background-color: #E9F5FC !important;
    border-color: #d5e5ee;
    color: #1982C2;
}

/* Dividers */
hr {
    background-color: rgba(0, 0, 0, .08);
    color: rgba(0, 0, 0, .08);
}

/* Date */
.date_label, .timeline_items li h3 span {
    background-color: #f8f8f8;
    color: #a8a8a8;
}

.date_label:after,
.timeline_items li h3 span:after {
    border-left-color: #f8f8f8;
}

/************************ Header ************************/

#Top_bar .menu > li > a span {
    border-color: rgba(0, 0, 0, .05);
}

#Top_bar .search_wrapper input[type="text"] {
    border-color: #fff;
    color: #fff;
}

/************************ Footer ************************/

/* Borders */
#Footer .Recent_posts ul li .desc h6, #Footer .widget_recent_entries ul li a, #Footer .widget_best_sellers li, #Footer .widget_featured_products li,
#Footer .widget_recent_reviews li, #Footer .widget_recent_products li, #Footer .widget_recently_viewed_products li, #Footer .widget_random_products li,
#Footer .widget_top_rated_products li, #Footer .widget_onsale li, #Footer .widget_layered_nav li, #Footer .widget_shopping_cart ul.product_list_widget li,
#Footer .widget_products li, #Footer .widget_archive ul li:after, #Footer .widget_nav_menu ul li:after, #Footer table th, #Footer table td {
    border-color: rgba(255, 255, 255, .08);
}

/* Borders */
#Sliding-top .Recent_posts ul li .desc h6, #Sliding-top .widget_recent_entries ul li a, #Sliding-top .widget_best_sellers li, #Sliding-top .widget_featured_products li,
#Sliding-top .widget_recent_reviews li, #Sliding-top .widget_recent_products li, #Sliding-top .widget_recently_viewed_products li, #Sliding-top .widget_random_products li,
#Sliding-top .widget_top_rated_products li, #Sliding-top .widget_onsale li, #Sliding-top .widget_layered_nav li, #Sliding-top .widget_shopping_cart ul.product_list_widget li,
#Sliding-top .widget_products li, #Sliding-top .widget_archive ul li:after, #Sliding-top .widget_nav_menu ul li:after, #Sliding-top table th, #Sliding-top table td {
    border-color: rgba(255, 255, 255, .08);
}

/* Image frames & Google maps & Icon bar */
.image_frame,
.wp-caption,
.google-map,
.icon_box .icon_wrapper,
.content_slider .caroufredsel_wrapper,
.author-box .avatar-wrapper,
#comments .commentlist > li .photo {
    border-color: #f8f8f8;
}

.wp-caption-text {
    background: #f8f8f8;
    color: #A6A6A6;
}

.image_frame .image_wrapper,
.wp-caption img,
.icon_box .icon_wrapper:before {
    border-color: #e2e2e2;
}


/* Sliding box */
.sliding_box .desc_wrapper h4 {
    color: #fff;
}

/* Counter & Chart */
.counter .desc_wrapper .number-wrapper,
.chart_box .chart .num,
.chart_box .chart .icon {
    color: #444;
}

/* Icon bar */
a.icon_bar {
    color: #444 !important;
}

/* Get in touch & Infobox */
.get_in_touch, .get_in_touch a, .get_in_touch h3, .get_in_touch ul,
.infobox, .infobox a, .infobox h3, .infobox ul {
    color: #fff !important;
}

/* How it works */
.how_it_works .image .number {
    color: #fff;
}

/* Trailer box */
.trailer_box .desc h2 {
    color: #fff;
}

.trailer_box .desc .subtitle {
    color: #fff;
}

/* Icon box */
.icon_box:hover .icon_wrapper,
.icon_box a:hover .icon_wrapper {
    color: #fff;
}

/* List */
.list_item.lists_1 .list_left {
    color: #fff;
}

/* Features list */
.feature_list ul li:hover,
.feature_list ul li:hover a {
    color: #fff;
}

.feature_list ul li:hover .icon i,
.feature_list ul li:hover a .icon i {
    color: #fff;
}

/* Tabs, Accordion, Toggle, Table, Faq */
.ui-tabs .ui-tabs-nav li a,
.accordion .question .title,
.faq .question .title,
table th {
    color: #444;
}

.ui-tabs .ui-tabs-nav li.ui-state-active a:after,
table tr:hover td,
table:not(.shop_table) tr:hover td a {
    color: #fff;
}

.accordion .question .answer,
.ui-tabs .ui-tabs-panel,
.ui-tabs .ui-tabs-nav li.ui-state-active a,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected:after,
.ui-tabs .ui-tabs-nav li.ui-state-active:after,
.tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-active a {
    background-color: #fff;
}

/* Pricing */
.pricing-box-box.pricing-box-featured,
.pricing-box-box.pricing-box-featured .plan-header h2,
.pricing-box-box.pricing-box-featured .plan-header .price sup.currency,
.pricing-box-box.pricing-box-featured .plan-header .price > span,
.pricing-box-box.pricing-box-featured .plan-header .price sup.period,
.pricing-box-box.pricing-box-featured .plan-header p.subtitle {
    color: #fff;
}

.pricing-box-box.pricing-box-featured .plan-header hr {
    border-color: rgba(0, 0, 0, .2);
    background: rgba(0, 0, 0, .2);
}

.pricing-box-box.pricing-box-featured a.button {
    background-color: #fff;
    color: #444;
}


/********************** Mobile menu **********************/

@media only screen and (max-width: 959px) {
    #Header #menu > ul > li.current-menu-item > a,
    #Header #menu > ul > li.current_page_item > a,
    #Header #menu > ul > li.current-menu-ancestor > a,
    #Header #menu > ul > li.current_page_ancestor > a {
        background: rgba(0, 0, 0, .02);
    }
}

/*	Animations v1.4, Copyright 2014, Joe Mottershaw, https://github.com/joemottershaw/
//	================================================================================== */

.animate, .hover-bounce, .hover-flash, .hover-heartbeat, .hover-panic, .hover-pulsate, .hover-pulse, .hover-shakeH, .hover-shakeV, .hover-slingshotCCW, .hover-slingshotCW, .hover-spinCCW, .hover-spinCW, .hover-strobe, .hover-tada, .hover-wave, .hover-wobble, .trigger {
    opacity: 0;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.animate.slow-mo, .hover-bounce.slow-mo, .hover-flash.slow-mo, .hover-heartbeat.slow-mo, .hover-panic.slow-mo, .hover-pulsate.slow-mo, .hover-pulse.slow-mo, .hover-shakeH.slow-mo, .hover-shakeV.slow-mo, .hover-slingshotCCW.slow-mo, .hover-slingshotCW.slow-mo, .hover-spinCCW.slow-mo, .hover-spinCW.slow-mo, .hover-strobe.slow-mo, .hover-tada.slow-mo, .hover-wave.slow-mo, .hover-wobble.slow-mo, .trigger.slow-mo {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s
}

.animate.super-slow-mo, .hover-bounce.super-slow-mo, .hover-flash.super-slow-mo, .hover-heartbeat.super-slow-mo, .hover-panic.super-slow-mo, .hover-pulsate.super-slow-mo, .hover-pulse.super-slow-mo, .hover-shakeH.super-slow-mo, .hover-shakeV.super-slow-mo, .hover-slingshotCCW.super-slow-mo, .hover-slingshotCW.super-slow-mo, .hover-spinCCW.super-slow-mo, .hover-spinCW.super-slow-mo, .hover-strobe.super-slow-mo, .hover-tada.super-slow-mo, .hover-wave.super-slow-mo, .hover-wobble.super-slow-mo, .trigger.super-slow-mo {
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -ms-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s
}

.animate.ultra-slow-mo, .hover-bounce.ultra-slow-mo, .hover-flash.ultra-slow-mo, .hover-heartbeat.ultra-slow-mo, .hover-panic.ultra-slow-mo, .hover-pulsate.ultra-slow-mo, .hover-pulse.ultra-slow-mo, .hover-shakeH.ultra-slow-mo, .hover-shakeV.ultra-slow-mo, .hover-slingshotCCW.ultra-slow-mo, .hover-slingshotCW.ultra-slow-mo, .hover-spinCCW.ultra-slow-mo, .hover-spinCW.ultra-slow-mo, .hover-strobe.ultra-slow-mo, .hover-tada.ultra-slow-mo, .hover-wave.ultra-slow-mo, .hover-wobble.ultra-slow-mo, .trigger.ultra-slow-mo {
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -ms-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s
}

.animate.hyper-slow-mo, .hover-bounce.hyper-slow-mo, .hover-flash.hyper-slow-mo, .hover-heartbeat.hyper-slow-mo, .hover-panic.hyper-slow-mo, .hover-pulsate.hyper-slow-mo, .hover-pulse.hyper-slow-mo, .hover-shakeH.hyper-slow-mo, .hover-shakeV.hyper-slow-mo, .hover-slingshotCCW.hyper-slow-mo, .hover-slingshotCW.hyper-slow-mo, .hover-spinCCW.hyper-slow-mo, .hover-spinCW.hyper-slow-mo, .hover-strobe.hyper-slow-mo, .hover-tada.hyper-slow-mo, .hover-wave.hyper-slow-mo, .hover-wobble.hyper-slow-mo, .trigger.hyper-slow-mo {
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -ms-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-duration: 5s
}

.hover-bounce, .hover-flash, .hover-heartbeat, .hover-panic, .hover-pulsate, .hover-pulse, .hover-shakeH, .hover-shakeV, .hover-slingshotCCW, .hover-slingshotCW, .hover-spinCCW, .hover-spinCW, .hover-strobe, .hover-tada, .hover-wave, .hover-wobble, .ie .animate, .no-js .animate, .trigger {
    opacity: 1
}

.animate.infinite, .hover-bounce.infinite, .hover-flash.infinite, .hover-heartbeat.infinite, .hover-panic.infinite, .hover-pulsate.infinite, .hover-pulse.infinite, .hover-shakeH.infinite, .hover-shakeV.infinite, .hover-slingshotCCW.infinite, .hover-slingshotCW.infinite, .hover-spinCCW.infinite, .hover-spinCW.infinite, .hover-strobe.infinite, .hover-tada.infinite, .hover-wave.infinite, .hover-wobble.infinite, .trigger.infinite {
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.animate.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(200px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(200px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-transform: translateY(200px)
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(200px)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(200px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animate.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-200px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -ms-transform: translateY(-200px)
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0)
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-200px)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-200px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animate.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-200px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-200px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -ms-transform: translateX(-200px)
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0)
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-200px)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-200px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.animate.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -ms-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(200px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(200px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        -ms-transform: translateX(200px)
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0)
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(200px)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(200px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.animate.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -ms-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUpLarge {
    0% {
        opacity: 0;
        -webkit-transform: translateY(1000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUpLarge {
    0% {
        opacity: 0;
        -moz-transform: translateY(1000px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-ms-keyframes fadeInUpLarge {
    0% {
        opacity: 0;
        -ms-transform: translateY(1000px)
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0)
    }
}

@-o-keyframes fadeInUpLarge {
    0% {
        opacity: 0;
        -o-transform: translateY(1000px)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUpLarge {
    0% {
        opacity: 0;
        transform: translateY(1000px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animate.fadeInUpLarge {
    -webkit-animation-name: fadeInUpLarge;
    -moz-animation-name: fadeInUpLarge;
    -ms-animation-name: fadeInUpLarge;
    -o-animation-name: fadeInUpLarge;
    animation-name: fadeInUpLarge
}

@-webkit-keyframes fadeInDownLarge {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-1000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInDownLarge {
    0% {
        opacity: 0;
        -moz-transform: translateY(-1000px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-ms-keyframes fadeInDownLarge {
    0% {
        opacity: 0;
        -ms-transform: translateY(-1000px)
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0)
    }
}

@-o-keyframes fadeInDownLarge {
    0% {
        opacity: 0;
        -o-transform: translateY(-1000px)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInDownLarge {
    0% {
        opacity: 0;
        transform: translateY(-1000px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animate.fadeInDownLarge {
    -webkit-animation-name: fadeInDownLarge;
    -moz-animation-name: fadeInDownLarge;
    -ms-animation-name: fadeInDownLarge;
    -o-animation-name: fadeInDownLarge;
    animation-name: fadeInDownLarge
}

@-webkit-keyframes fadeInLeftLarge {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-1000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInLeftLarge {
    0% {
        opacity: 0;
        -moz-transform: translateX(-1000px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-ms-keyframes fadeInLeftLarge {
    0% {
        opacity: 0;
        -ms-transform: translateX(-1000px)
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0)
    }
}

@-o-keyframes fadeInLeftLarge {
    0% {
        opacity: 0;
        -o-transform: translateX(-1000px)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInLeftLarge {
    0% {
        opacity: 0;
        transform: translateX(-1000px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.animate.fadeInLeftLarge {
    -webkit-animation-name: fadeInLeftLarge;
    -moz-animation-name: fadeInLeftLarge;
    -ms-animation-name: fadeInLeftLarge;
    -o-animation-name: fadeInLeftLarge;
    animation-name: fadeInLeftLarge
}

@-webkit-keyframes fadeInRightLarge {
    0% {
        opacity: 0;
        -webkit-transform: translateX(1000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInRightLarge {
    0% {
        opacity: 0;
        -moz-transform: translateX(1000px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-ms-keyframes fadeInRightLarge {
    0% {
        opacity: 0;
        -ms-transform: translateX(1000px)
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0)
    }
}

@-o-keyframes fadeInRightLarge {
    0% {
        opacity: 0;
        -o-transform: translateX(1000px)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInRightLarge {
    0% {
        opacity: 0;
        transform: translateX(1000px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.animate.fadeInRightLarge {
    -webkit-animation-name: fadeInRightLarge;
    -moz-animation-name: fadeInRightLarge;
    -ms-animation-name: fadeInRightLarge;
    -o-animation-name: fadeInRightLarge;
    animation-name: fadeInRightLarge
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-ms-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.animate.fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -ms-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-200px)
    }
}

@-moz-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-200px)
    }
}

@-ms-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -ms-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -ms-transform: translateY(-200px)
    }
}

@-o-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-200px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(-200px)
    }
}

.animate.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    -moz-animation-name: fadeOutUp;
    -ms-animation-name: fadeOutUp;
    -o-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(200px)
    }
}

@-moz-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(200px)
    }
}

@-ms-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -ms-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -ms-transform: translateY(200px)
    }
}

@-o-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateY(200px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(200px)
    }
}

.animate.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    -moz-animation-name: fadeOutDown;
    -ms-animation-name: fadeOutDown;
    -o-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(-200px)
    }
}

@-moz-keyframes fadeOutLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(0)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(-200px)
    }
}

@-ms-keyframes fadeOutLeft {
    0% {
        opacity: 0;
        -ms-transform: translateX(0)
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(-200px)
    }
}

@-o-keyframes fadeOutLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(0)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(-200px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 0;
        transform: translateX(0)
    }
    100% {
        opacity: 1;
        transform: translateX(-200px)
    }
}

.animate.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -ms-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(200px)
    }
}

@-moz-keyframes fadeOutRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(0)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(200px)
    }
}

@-ms-keyframes fadeOutRight {
    0% {
        opacity: 0;
        -ms-transform: translateX(0)
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(200px)
    }
}

@-o-keyframes fadeOutRight {
    0% {
        opacity: 0;
        -o-transform: translateX(0)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(200px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 0;
        transform: translateX(0)
    }
    100% {
        opacity: 1;
        transform: translateX(200px)
    }
}

.animate.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    -moz-animation-name: fadeOutRight;
    -ms-animation-name: fadeOutRight;
    -o-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutUpLarge {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-1000px)
    }
}

@-moz-keyframes fadeOutUpLarge {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-1000px)
    }
}

@-ms-keyframes fadeOutUpLarge {
    0% {
        opacity: 1;
        -ms-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -ms-transform: translateY(-1000px)
    }
}

@-o-keyframes fadeOutUpLarge {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-1000px)
    }
}

@keyframes fadeOutUpLarge {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(-1000px)
    }
}

.animate.fadeOutUpLarge {
    -webkit-animation-name: fadeOutUpLarge;
    -moz-animation-name: fadeOutUpLarge;
    -ms-animation-name: fadeOutUpLarge;
    -o-animation-name: fadeOutUpLarge;
    animation-name: fadeOutUpLarge
}

@-webkit-keyframes fadeOutDownLarge {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(1000px)
    }
}

@-moz-keyframes fadeOutDownLarge {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(1000px)
    }
}

@-ms-keyframes fadeOutDownLarge {
    0% {
        opacity: 1;
        -ms-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -ms-transform: translateY(1000px)
    }
}

@-o-keyframes fadeOutDownLarge {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateY(1000px)
    }
}

@keyframes fadeOutDownLarge {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(1000px)
    }
}

.animate.fadeOutDownLarge {
    -webkit-animation-name: fadeOutDownLarge;
    -moz-animation-name: fadeOutDownLarge;
    -ms-animation-name: fadeOutDownLarge;
    -o-animation-name: fadeOutDownLarge;
    animation-name: fadeOutDownLarge
}

@-webkit-keyframes fadeOutLeftLarge {
    0% {
        opacity: 0;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(-1000px)
    }
}

@-moz-keyframes fadeOutLeftLarge {
    0% {
        opacity: 0;
        -moz-transform: translateX(0)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(-1000px)
    }
}

@-ms-keyframes fadeOutLeftLarge {
    0% {
        opacity: 0;
        -ms-transform: translateX(0)
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(-1000px)
    }
}

@-o-keyframes fadeOutLeftLarge {
    0% {
        opacity: 0;
        -o-transform: translateX(0)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(-1000px)
    }
}

@keyframes fadeOutLeftLarge {
    0% {
        opacity: 0;
        transform: translateX(0)
    }
    100% {
        opacity: 1;
        transform: translateX(-1000px)
    }
}

.animate.fadeOutLeftLarge {
    -webkit-animation-name: fadeOutLeftLarge;
    -moz-animation-name: fadeOutLeftLarge;
    -ms-animation-name: fadeOutLeftLarge;
    -o-animation-name: fadeOutLeftLarge;
    animation-name: fadeOutLeftLarge
}

@-webkit-keyframes fadeOutRightLarge {
    0% {
        opacity: 0;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(1000px)
    }
}

@-moz-keyframes fadeOutRightLarge {
    0% {
        opacity: 0;
        -moz-transform: translateX(0)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(1000px)
    }
}

@-ms-keyframes fadeOutRightLarge {
    0% {
        opacity: 0;
        -ms-transform: translateX(0)
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(1000px)
    }
}

@-o-keyframes fadeOutRightLarge {
    0% {
        opacity: 0;
        -o-transform: translateX(0)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(1000px)
    }
}

@keyframes fadeOutRightLarge {
    0% {
        opacity: 0;
        transform: translateX(0)
    }
    100% {
        opacity: 1;
        transform: translateX(1000px)
    }
}

.animate.fadeOutRightLarge {
    -webkit-animation-name: fadeOutRightLarge;
    -moz-animation-name: fadeOutRightLarge;
    -ms-animation-name: fadeOutRightLarge;
    -o-animation-name: fadeOutRightLarge;
    animation-name: fadeOutRightLarge
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes zoomIn {
    0% {
        opacity: 0;
        -moz-transform: scale(0)
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1)
    }
}

@-ms-keyframes zoomIn {
    0% {
        opacity: 0;
        -ms-transform: scale(0)
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1)
    }
}

@-o-keyframes zoomIn {
    0% {
        opacity: 0;
        -o-transform: scale(0)
    }
    100% {
        opacity: 1;
        -o-transform: scale(1)
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.animate.zoomIn {
    -webkit-animation-name: zoomIn;
    -moz-animation-name: zoomIn;
    -ms-animation-name: zoomIn;
    -o-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateY(200px)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0)
    }
}

@-moz-keyframes zoomInUp {
    0% {
        opacity: 0;
        -moz-transform: scale(0) translateY(200px)
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1) translateY(0)
    }
}

@-ms-keyframes zoomInUp {
    0% {
        opacity: 0;
        -ms-transform: scale(0) translateY(200px)
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1) translateY(0)
    }
}

@-o-keyframes zoomInUp {
    0% {
        opacity: 0;
        -o-transform: scale(0) translateY(200px)
    }
    100% {
        opacity: 1;
        -o-transform: scale(1) translateY(0)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale(0) translateY(200px)
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
}

.animate.zoomInUp {
    -webkit-animation-name: zoomInUp;
    -moz-animation-name: zoomInUp;
    -ms-animation-name: zoomInUp;
    -o-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateY(-200px)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0)
    }
}

@-moz-keyframes zoomInDown {
    0% {
        opacity: 0;
        -moz-transform: scale(0) translateY(-200px)
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1) translateY(0)
    }
}

@-ms-keyframes zoomInDown {
    0% {
        opacity: 0;
        -ms-transform: scale(0) translateY(-200px)
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1) translateY(0)
    }
}

@-o-keyframes zoomInDown {
    0% {
        opacity: 0;
        -o-transform: scale(0) translateY(-200px)
    }
    100% {
        opacity: 1;
        -o-transform: scale(1) translateY(0)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale(0) translateY(-200px)
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
}

.animate.zoomInDown {
    -webkit-animation-name: zoomInDown;
    -moz-animation-name: zoomInDown;
    -ms-animation-name: zoomInDown;
    -o-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateX(-200px)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateX(0)
    }
}

@-moz-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -moz-transform: scale(0) translateX(-200px)
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1) translateX(0)
    }
}

@-ms-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -ms-transform: scale(0) translateX(-200px)
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1) translateX(0)
    }
}

@-o-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -o-transform: scale(0) translateX(-200px)
    }
    100% {
        opacity: 1;
        -o-transform: scale(1) translateX(0)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale(0) translateX(-200px)
    }
    100% {
        opacity: 1;
        transform: scale(1) translateX(0)
    }
}

.animate.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    -moz-animation-name: zoomInLeft;
    -ms-animation-name: zoomInLeft;
    -o-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateX(200px)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateX(0)
    }
}

@-moz-keyframes zoomInRight {
    0% {
        opacity: 0;
        -moz-transform: scale(0) translateX(200px)
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1) translateX(0)
    }
}

@-ms-keyframes zoomInRight {
    0% {
        opacity: 0;
        -ms-transform: scale(0) translateX(200px)
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1) translateX(0)
    }
}

@-o-keyframes zoomInRight {
    0% {
        opacity: 0;
        -o-transform: scale(0) translateX(200px)
    }
    100% {
        opacity: 1;
        -o-transform: scale(1) translateX(0)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale(0) translateX(200px)
    }
    100% {
        opacity: 1;
        transform: scale(1) translateX(0)
    }
}

.animate.zoomInRight {
    -webkit-animation-name: zoomInRight;
    -moz-animation-name: zoomInRight;
    -ms-animation-name: zoomInRight;
    -o-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUpLarge {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateY(1000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0)
    }
}

@-moz-keyframes zoomInUpLarge {
    0% {
        opacity: 0;
        -moz-transform: scale(0) translateY(1000px)
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1) translateY(0)
    }
}

@-ms-keyframes zoomInUpLarge {
    0% {
        opacity: 0;
        -ms-transform: scale(0) translateY(1000px)
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1) translateY(0)
    }
}

@-o-keyframes zoomInUpLarge {
    0% {
        opacity: 0;
        -o-transform: scale(0) translateY(1000px)
    }
    100% {
        opacity: 1;
        -o-transform: scale(1) translateY(0)
    }
}

@keyframes zoomInUpLarge {
    0% {
        opacity: 0;
        transform: scale(0) translateY(1000px)
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
}

.animate.zoomInUpLarge {
    -webkit-animation-name: zoomInUpLarge;
    -moz-animation-name: zoomInUpLarge;
    -ms-animation-name: zoomInUpLarge;
    -o-animation-name: zoomInUpLarge;
    animation-name: zoomInUpLarge
}

@-webkit-keyframes zoomInDownLarge {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateY(-1000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0)
    }
}

@-moz-keyframes zoomInDownLarge {
    0% {
        opacity: 0;
        -moz-transform: scale(0) translateY(-1000px)
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1) translateY(0)
    }
}

@-ms-keyframes zoomInDownLarge {
    0% {
        opacity: 0;
        -ms-transform: scale(0) translateY(-1000px)
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1) translateY(0)
    }
}

@-o-keyframes zoomInDownLarge {
    0% {
        opacity: 0;
        -o-transform: scale(0) translateY(-1000px)
    }
    100% {
        opacity: 1;
        -o-transform: scale(1) translateY(0)
    }
}

@keyframes zoomInDownLarge {
    0% {
        opacity: 0;
        transform: scale(0) translateY(-1000px)
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
}

.animate.zoomInDownLarge {
    -webkit-animation-name: zoomInDownLarge;
    -moz-animation-name: zoomInDownLarge;
    -ms-animation-name: zoomInDownLarge;
    -o-animation-name: zoomInDownLarge;
    animation-name: zoomInDownLarge
}

@-webkit-keyframes zoomInLeftLarge {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateX(-1000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateX(0)
    }
}

@-moz-keyframes zoomInLeftLarge {
    0% {
        opacity: 0;
        -moz-transform: scale(0) translateX(-1000px)
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1) translateX(0)
    }
}

@-ms-keyframes zoomInLeftLarge {
    0% {
        opacity: 0;
        -ms-transform: scale(0) translateX(-1000px)
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1) translateX(0)
    }
}

@-o-keyframes zoomInLeftLarge {
    0% {
        opacity: 0;
        -o-transform: scale(0) translateX(-1000px)
    }
    100% {
        opacity: 1;
        -o-transform: scale(1) translateX(0)
    }
}

@keyframes zoomInLeftLarge {
    0% {
        opacity: 0;
        transform: scale(0) translateX(-1000px)
    }
    100% {
        opacity: 1;
        transform: scale(1) translateX(0)
    }
}

.animate.zoomInLeftLarge {
    -webkit-animation-name: zoomInLeftLarge;
    -moz-animation-name: zoomInLeftLarge;
    -ms-animation-name: zoomInLeftLarge;
    -o-animation-name: zoomInLeftLarge;
    animation-name: zoomInLeftLarge
}

@-webkit-keyframes zoomInRightLarge {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateX(1000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateX(0)
    }
}

@-moz-keyframes zoomInRightLarge {
    0% {
        opacity: 0;
        -moz-transform: scale(0) translateX(1000px)
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1) translateX(0)
    }
}

@-ms-keyframes zoomInRightLarge {
    0% {
        opacity: 0;
        -ms-transform: scale(0) translateX(1000px)
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1) translateX(0)
    }
}

@-o-keyframes zoomInRightLarge {
    0% {
        opacity: 0;
        -o-transform: scale(0) translateX(1000px)
    }
    100% {
        opacity: 1;
        -o-transform: scale(1) translateX(0)
    }
}

@keyframes zoomInRightLarge {
    0% {
        opacity: 0;
        transform: scale(0) translateX(1000px)
    }
    100% {
        opacity: 1;
        transform: scale(1) translateX(0)
    }
}

.animate.zoomInRightLarge {
    -webkit-animation-name: zoomInRightLarge;
    -moz-animation-name: zoomInRightLarge;
    -ms-animation-name: zoomInRightLarge;
    -o-animation-name: zoomInRightLarge;
    animation-name: zoomInRightLarge
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0)
    }
}

@-moz-keyframes zoomOut {
    0% {
        opacity: 1;
        -moz-transform: scale(1)
    }
    100% {
        opacity: 0;
        -moz-transform: scale(0)
    }
}

@-ms-keyframes zoomOut {
    0% {
        opacity: 1;
        -ms-transform: scale(1)
    }
    100% {
        opacity: 0;
        -ms-transform: scale(0)
    }
}

@-o-keyframes zoomOut {
    0% {
        opacity: 1;
        -o-transform: scale(1)
    }
    100% {
        opacity: 0;
        -o-transform: scale(0)
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
        transform: scale(1)
    }
    100% {
        opacity: 0;
        transform: scale(0)
    }
}

.animate.zoomOut {
    -webkit-animation-name: zoomOut;
    -moz-animation-name: zoomOut;
    -ms-animation-name: zoomOut;
    -o-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutUp {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0) translateY(-200px)
    }
}

@-moz-keyframes zoomOutUp {
    0% {
        opacity: 1;
        -moz-transform: scale(1) translateY(0)
    }
    100% {
        opacity: 0;
        -moz-transform: scale(0) translateY(-200px)
    }
}

@-ms-keyframes zoomOutUp {
    0% {
        opacity: 1;
        -ms-transform: scale(1) translateY(0)
    }
    100% {
        opacity: 0;
        -ms-transform: scale(0) translateY(-200px)
    }
}

@-o-keyframes zoomOutUp {
    0% {
        opacity: 1;
        -o-transform: scale(1) translateY(0)
    }
    100% {
        opacity: 0;
        -o-transform: scale(0) translateY(-200px)
    }
}

@keyframes zoomOutUp {
    0% {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
    100% {
        opacity: 0;
        transform: scale(0) translateY(-200px)
    }
}

.animate.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    -moz-animation-name: zoomOutUp;
    -ms-animation-name: zoomOutUp;
    -o-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes zoomOutDown {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0) translateY(200px)
    }
}

@-moz-keyframes zoomOutDown {
    0% {
        opacity: 1;
        -moz-transform: scale(1) translateY(0)
    }
    100% {
        opacity: 0;
        -moz-transform: scale(0) translateY(200px)
    }
}

@-ms-keyframes zoomOutDown {
    0% {
        opacity: 1;
        -ms-transform: scale(1) translateY(0)
    }
    100% {
        opacity: 0;
        -ms-transform: scale(0) translateY(200px)
    }
}

@-o-keyframes zoomOutDown {
    0% {
        opacity: 1;
        -o-transform: scale(1) translateY(0)
    }
    100% {
        opacity: 0;
        -o-transform: scale(0) translateY(200px)
    }
}

@keyframes zoomOutDown {
    0% {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
    100% {
        opacity: 0;
        transform: scale(0) translateY(200px)
    }
}

.animate.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    -moz-animation-name: zoomOutDown;
    -ms-animation-name: zoomOutDown;
    -o-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateX(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateX(-200px)
    }
}

@-moz-keyframes zoomOutLeft {
    0% {
        opacity: 0;
        -moz-transform: scale(0) translateX(0)
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1) translateX(-200px)
    }
}

@-ms-keyframes zoomOutLeft {
    0% {
        opacity: 0;
        -ms-transform: scale(0) translateX(0)
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1) translateX(-200px)
    }
}

@-o-keyframes zoomOutLeft {
    0% {
        opacity: 0;
        -o-transform: scale(0) translateX(0)
    }
    100% {
        opacity: 1;
        -o-transform: scale(1) translateX(-200px)
    }
}

@keyframes zoomOutLeft {
    0% {
        opacity: 0;
        transform: scale(0) translateX(0)
    }
    100% {
        opacity: 1;
        transform: scale(1) translateX(-200px)
    }
}

.animate.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    -moz-animation-name: zoomOutLeft;
    -ms-animation-name: zoomOutLeft;
    -o-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateX(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateX(200px)
    }
}

@-moz-keyframes zoomOutRight {
    0% {
        opacity: 0;
        -moz-transform: scale(0) translateX(0)
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1) translateX(200px)
    }
}

@-ms-keyframes zoomOutRight {
    0% {
        opacity: 0;
        -ms-transform: scale(0) translateX(0)
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1) translateX(200px)
    }
}

@-o-keyframes zoomOutRight {
    0% {
        opacity: 0;
        -o-transform: scale(0) translateX(0)
    }
    100% {
        opacity: 1;
        -o-transform: scale(1) translateX(200px)
    }
}

@keyframes zoomOutRight {
    0% {
        opacity: 0;
        transform: scale(0) translateX(0)
    }
    100% {
        opacity: 1;
        transform: scale(1) translateX(200px)
    }
}

.animate.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    -moz-animation-name: zoomOutRight;
    -ms-animation-name: zoomOutRight;
    -o-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUpLarge {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0) translateY(-1000px)
    }
}

@-moz-keyframes zoomOutUpLarge {
    0% {
        opacity: 1;
        -moz-transform: scale(1) translateY(0)
    }
    100% {
        opacity: 0;
        -moz-transform: scale(0) translateY(-1000px)
    }
}

@-ms-keyframes zoomOutUpLarge {
    0% {
        opacity: 1;
        -ms-transform: scale(1) translateY(0)
    }
    100% {
        opacity: 0;
        -ms-transform: scale(0) translateY(-1000px)
    }
}

@-o-keyframes zoomOutUpLarge {
    0% {
        opacity: 1;
        -o-transform: scale(1) translateY(0)
    }
    100% {
        opacity: 0;
        -o-transform: scale(0) translateY(-1000px)
    }
}

@keyframes zoomOutUpLarge {
    0% {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
    100% {
        opacity: 0;
        transform: scale(0) translateY(-1000px)
    }
}

.animate.zoomOutUpLarge {
    -webkit-animation-name: zoomOutUpLarge;
    -moz-animation-name: zoomOutUpLarge;
    -ms-animation-name: zoomOutUpLarge;
    -o-animation-name: zoomOutUpLarge;
    animation-name: zoomOutUpLarge
}

@-webkit-keyframes zoomOutDownLarge {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0) translateY(1000px)
    }
}

@-moz-keyframes zoomOutDownLarge {
    0% {
        opacity: 1;
        -moz-transform: scale(1) translateY(0)
    }
    100% {
        opacity: 0;
        -moz-transform: scale(0) translateY(1000px)
    }
}

@-ms-keyframes zoomOutDownLarge {
    0% {
        opacity: 1;
        -ms-transform: scale(1) translateY(0)
    }
    100% {
        opacity: 0;
        -ms-transform: scale(0) translateY(1000px)
    }
}

@-o-keyframes zoomOutDownLarge {
    0% {
        opacity: 1;
        -o-transform: scale(1) translateY(0)
    }
    100% {
        opacity: 0;
        -o-transform: scale(0) translateY(1000px)
    }
}

@keyframes zoomOutDownLarge {
    0% {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
    100% {
        opacity: 0;
        transform: scale(0) translateY(1000px)
    }
}

.animate.zoomOutDownLarge {
    -webkit-animation-name: zoomOutDownLarge;
    -moz-animation-name: zoomOutDownLarge;
    -ms-animation-name: zoomOutDownLarge;
    -o-animation-name: zoomOutDownLarge;
    animation-name: zoomOutDownLarge
}

@-webkit-keyframes zoomOutLeftLarge {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateX(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateX(-1000px)
    }
}

@-moz-keyframes zoomOutLeftLarge {
    0% {
        opacity: 0;
        -moz-transform: scale(0) translateX(0)
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1) translateX(-1000px)
    }
}

@-ms-keyframes zoomOutLeftLarge {
    0% {
        opacity: 0;
        -ms-transform: scale(0) translateX(0)
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1) translateX(-1000px)
    }
}

@-o-keyframes zoomOutLeftLarge {
    0% {
        opacity: 0;
        -o-transform: scale(0) translateX(0)
    }
    100% {
        opacity: 1;
        -o-transform: scale(1) translateX(-1000px)
    }
}

@keyframes zoomOutLeftLarge {
    0% {
        opacity: 0;
        transform: scale(0) translateX(0)
    }
    100% {
        opacity: 1;
        transform: scale(1) translateX(-1000px)
    }
}

.animate.zoomOutLeftLarge {
    -webkit-animation-name: zoomOutLeftLarge;
    -moz-animation-name: zoomOutLeftLarge;
    -ms-animation-name: zoomOutLeftLarge;
    -o-animation-name: zoomOutLeftLarge;
    animation-name: zoomOutLeftLarge
}

@-webkit-keyframes zoomOutRightLarge {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateX(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateX(1000px)
    }
}

@-moz-keyframes zoomOutRightLarge {
    0% {
        opacity: 0;
        -moz-transform: scale(0) translateX(0)
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1) translateX(1000px)
    }
}

@-ms-keyframes zoomOutRightLarge {
    0% {
        opacity: 0;
        -ms-transform: scale(0) translateX(0)
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1) translateX(1000px)
    }
}

@-o-keyframes zoomOutRightLarge {
    0% {
        opacity: 0;
        -o-transform: scale(0) translateX(0)
    }
    100% {
        opacity: 1;
        -o-transform: scale(1) translateX(1000px)
    }
}

@keyframes zoomOutRightLarge {
    0% {
        opacity: 0;
        transform: scale(0) translateX(0)
    }
    100% {
        opacity: 1;
        transform: scale(1) translateX(1000px)
    }
}

.animate.zoomOutRightLarge {
    -webkit-animation-name: zoomOutRightLarge;
    -moz-animation-name: zoomOutRightLarge;
    -ms-animation-name: zoomOutRightLarge;
    -o-animation-name: zoomOutRightLarge;
    animation-name: zoomOutRightLarge
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1)
    }
    70% {
        opacity: 1;
        -webkit-transform: scale(.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(0)
    }
    50% {
        opacity: 1;
        -moz-transform: scale(1.1)
    }
    70% {
        opacity: 1;
        -moz-transform: scale(.9)
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1)
    }
}

@-ms-keyframes bounceIn {
    0% {
        opacity: 0;
        -ms-transform: scale(0)
    }
    50% {
        opacity: 1;
        -ms-transform: scale(1.1)
    }
    70% {
        opacity: 1;
        -ms-transform: scale(.9)
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1)
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(0)
    }
    50% {
        opacity: 1;
        -o-transform: scale(1.1)
    }
    70% {
        opacity: 1;
        -o-transform: scale(.9)
    }
    100% {
        opacity: 1;
        -o-transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: scale(1.1)
    }
    70% {
        opacity: 1;
        transform: scale(.9)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.animate.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -ms-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateY(200px)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.1) translateY(-40px)
    }
    80% {
        opacity: 1;
        -webkit-transform: scale(.9) translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0)
    }
}

@-moz-keyframes bounceInUp {
    0% {
        opacity: 0;
        -moz-transform: scale(0) translateY(200px)
    }
    60% {
        opacity: 1;
        -moz-transform: scale(1.1) translateY(-40px)
    }
    80% {
        opacity: 1;
        -moz-transform: scale(.9) translateY(20px)
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1) translateY(0)
    }
}

@-ms-keyframes bounceInUp {
    0% {
        opacity: 0;
        -ms-transform: scale(0) translateY(200px)
    }
    60% {
        opacity: 1;
        -ms-transform: scale(1.1) translateY(-40px)
    }
    80% {
        opacity: 1;
        -ms-transform: scale(.9) translateY(20px)
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1) translateY(0)
    }
}

@-o-keyframes bounceInUp {
    0% {
        opacity: 0;
        -o-transform: scale(0) translateY(200px)
    }
    60% {
        opacity: 1;
        -o-transform: scale(1.1) translateY(-40px)
    }
    80% {
        opacity: 1;
        -o-transform: scale(.9) translateY(20px)
    }
    100% {
        opacity: 1;
        -o-transform: scale(1) translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: scale(0) translateY(200px)
    }
    60% {
        opacity: 1;
        transform: scale(1.1) translateY(-40px)
    }
    80% {
        opacity: 1;
        transform: scale(.9) translateY(20px)
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
}

.animate.bounceInUp {
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    -ms-animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateY(-200px)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.1) translateY(40px)
    }
    80% {
        opacity: 1;
        -webkit-transform: scale(.9) translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0)
    }
}

@-moz-keyframes bounceInDown {
    0% {
        opacity: 0;
        -moz-transform: scale(0) translateY(-200px)
    }
    60% {
        opacity: 1;
        -moz-transform: scale(1.1) translateY(40px)
    }
    80% {
        opacity: 1;
        -moz-transform: scale(.9) translateY(-20px)
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1) translateY(0)
    }
}

@-ms-keyframes bounceInDown {
    0% {
        opacity: 0;
        -ms-transform: scale(0) translateY(-200px)
    }
    60% {
        opacity: 1;
        -ms-transform: scale(1.1) translateY(40px)
    }
    80% {
        opacity: 1;
        -ms-transform: scale(.9) translateY(-20px)
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1) translateY(0)
    }
}

@-o-keyframes bounceInDown {
    0% {
        opacity: 0;
        -o-transform: scale(0) translateY(-200px)
    }
    60% {
        opacity: 1;
        -o-transform: scale(1.1) translateY(40px)
    }
    80% {
        opacity: 1;
        -o-transform: scale(.9) translateY(-20px)
    }
    100% {
        opacity: 1;
        -o-transform: scale(1) translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: scale(0) translateY(-200px)
    }
    60% {
        opacity: 1;
        transform: scale(1.1) translateY(40px)
    }
    80% {
        opacity: 1;
        transform: scale(.9) translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
}

.animate.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -ms-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateX(-200px)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.1) translateX(40px)
    }
    80% {
        opacity: 1;
        -webkit-transform: scale(.9) translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateX(0)
    }
}

@-moz-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -moz-transform: scale(0) translateX(-200px)
    }
    60% {
        opacity: 1;
        -moz-transform: scale(1.1) translateX(40px)
    }
    80% {
        opacity: 1;
        -moz-transform: scale(.9) translateX(-20px)
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1) translateX(0)
    }
}

@-ms-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -ms-transform: scale(0) translateX(-200px)
    }
    60% {
        opacity: 1;
        -ms-transform: scale(1.1) translateX(40px)
    }
    80% {
        opacity: 1;
        -ms-transform: scale(.9) translateX(-20px)
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1) translateX(0)
    }
}

@-o-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -o-transform: scale(0) translateX(-200px)
    }
    60% {
        opacity: 1;
        -o-transform: scale(1.1) translateX(40px)
    }
    80% {
        opacity: 1;
        -o-transform: scale(.9) translateX(-20px)
    }
    100% {
        opacity: 1;
        -o-transform: scale(1) translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: scale(0) translateX(-200px)
    }
    60% {
        opacity: 1;
        transform: scale(1.1) translateX(40px)
    }
    80% {
        opacity: 1;
        transform: scale(.9) translateX(-20px)
    }
    100% {
        opacity: 1;
        transform: scale(1) translateX(0)
    }
}

.animate.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -ms-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateX(200px)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.1) translateX(-40px)
    }
    80% {
        opacity: 1;
        -webkit-transform: scale(.9) translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateX(0)
    }
}

@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: scale(0) translateX(200px)
    }
    60% {
        opacity: 1;
        -moz-transform: scale(1.1) translateX(-40px)
    }
    80% {
        opacity: 1;
        -moz-transform: scale(.9) translateX(20px)
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1) translateX(0)
    }
}

@-ms-keyframes bounceInRight {
    0% {
        opacity: 0;
        -ms-transform: scale(0) translateX(200px)
    }
    60% {
        opacity: 1;
        -ms-transform: scale(1.1) translateX(-40px)
    }
    80% {
        opacity: 1;
        -ms-transform: scale(.9) translateX(20px)
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1) translateX(0)
    }
}

@-o-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: scale(0) translateX(200px)
    }
    60% {
        opacity: 1;
        -o-transform: scale(1.1) translateX(-40px)
    }
    80% {
        opacity: 1;
        -o-transform: scale(.9) translateX(20px)
    }
    100% {
        opacity: 1;
        -o-transform: scale(1) translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: scale(0) translateX(200px)
    }
    60% {
        opacity: 1;
        transform: scale(1.1) translateX(-40px)
    }
    80% {
        opacity: 1;
        transform: scale(.9) translateX(20px)
    }
    100% {
        opacity: 1;
        transform: scale(1) translateX(0)
    }
}

.animate.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -ms-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
    30% {
        opacity: 1;
        -webkit-transform: scale(1.1)
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(.9)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0)
    }
}

@-moz-keyframes bounceOut {
    0% {
        opacity: 1;
        -moz-transform: scale(1)
    }
    30% {
        opacity: 1;
        -moz-transform: scale(1.1)
    }
    50% {
        opacity: 0;
        -moz-transform: scale(.9)
    }
    100% {
        opacity: 0;
        -moz-transform: scale(0)
    }
}

@-ms-keyframes bounceOut {
    0% {
        opacity: 1;
        -ms-transform: scale(1)
    }
    30% {
        opacity: 1;
        -ms-transform: scale(1.1)
    }
    50% {
        opacity: 0;
        -ms-transform: scale(.9)
    }
    100% {
        opacity: 0;
        -ms-transform: scale(0)
    }
}

@-o-keyframes bounceOut {
    0% {
        opacity: 1;
        -o-transform: scale(1)
    }
    30% {
        opacity: 1;
        -o-transform: scale(1.1)
    }
    50% {
        opacity: 0;
        -o-transform: scale(.9)
    }
    100% {
        opacity: 0;
        -o-transform: scale(0)
    }
}

@keyframes bounceOut {
    0% {
        opacity: 1;
        transform: scale(1)
    }
    30% {
        opacity: 1;
        transform: scale(1.1)
    }
    50% {
        opacity: 0;
        transform: scale(.9)
    }
    100% {
        opacity: 0;
        transform: scale(0)
    }
}

.animate.bounceOut {
    -webkit-animation-name: bounceOut;
    -moz-animation-name: bounceOut;
    -ms-animation-name: bounceOut;
    -o-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(40px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-200px)
    }
}

@-moz-keyframes bounceOutUp {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -moz-transform: translateY(40px)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-200px)
    }
}

@-ms-keyframes bounceOutUp {
    0% {
        opacity: 1;
        -ms-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -ms-transform: translateY(40px)
    }
    100% {
        opacity: 0;
        -ms-transform: translateY(-200px)
    }
}

@-o-keyframes bounceOutUp {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -o-transform: translateY(40px)
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-200px)
    }
}

@keyframes bounceOutUp {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        transform: translateY(40px)
    }
    100% {
        opacity: 0;
        transform: translateY(-200px)
    }
}

.animate.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    -moz-animation-name: bounceOutUp;
    -ms-animation-name: bounceOutUp;
    -o-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes bounceOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-40px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(200px)
    }
}

@-moz-keyframes bounceOutDown {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -moz-transform: translateY(-40px)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(200px)
    }
}

@-ms-keyframes bounceOutDown {
    0% {
        opacity: 1;
        -ms-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -ms-transform: translateY(-40px)
    }
    100% {
        opacity: 0;
        -ms-transform: translateY(200px)
    }
}

@-o-keyframes bounceOutDown {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -o-transform: translateY(-40px)
    }
    100% {
        opacity: 0;
        -o-transform: translateY(200px)
    }
}

@keyframes bounceOutDown {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        transform: translateY(-40px)
    }
    100% {
        opacity: 0;
        transform: translateY(200px)
    }
}

.animate.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    -moz-animation-name: bounceOutDown;
    -ms-animation-name: bounceOutDown;
    -o-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(40px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-200px)
    }
}

@-moz-keyframes bounceOutLeft {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -moz-transform: translateX(40px)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-200px)
    }
}

@-ms-keyframes bounceOutLeft {
    0% {
        opacity: 1;
        -ms-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -ms-transform: translateX(40px)
    }
    100% {
        opacity: 0;
        -ms-transform: translateX(-200px)
    }
}

@-o-keyframes bounceOutLeft {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -o-transform: translateX(40px)
    }
    100% {
        opacity: 0;
        -o-transform: translateX(-200px)
    }
}

@keyframes bounceOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        transform: translateX(40px)
    }
    100% {
        opacity: 0;
        transform: translateX(-200px)
    }
}

.animate.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    -moz-animation-name: bounceOutLeft;
    -ms-animation-name: bounceOutLeft;
    -o-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-40px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(200px)
    }
}

@-moz-keyframes bounceOutRight {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -moz-transform: translateX(-40px)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(200px)
    }
}

@-ms-keyframes bounceOutRight {
    0% {
        opacity: 1;
        -ms-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -ms-transform: translateX(-40px)
    }
    100% {
        opacity: 0;
        -ms-transform: translateX(200px)
    }
}

@-o-keyframes bounceOutRight {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -o-transform: translateX(-40px)
    }
    100% {
        opacity: 0;
        -o-transform: translateX(200px)
    }
}

@keyframes bounceOutRight {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        transform: translateX(-40px)
    }
    100% {
        opacity: 0;
        transform: translateX(200px)
    }
}

.animate.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    -moz-animation-name: bounceOutRight;
    -ms-animation-name: bounceOutRight;
    -o-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@-moz-keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@-ms-keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@-o-keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.hover-flash:hover, .trigger.flash {
    -webkit-animation-name: flash;
    -moz-animation-name: flash;
    -ms-animation-name: flash;
    -o-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes strobe {
    0%, 100%, 20%, 40%, 60%, 80% {
        opacity: 1
    }
    10%, 30%, 50%, 70%, 90% {
        opacity: 0
    }
}

@-moz-keyframes strobe {
    0%, 100%, 20%, 40%, 60%, 80% {
        opacity: 1
    }
    10%, 30%, 50%, 70%, 90% {
        opacity: 0
    }
}

@-ms-keyframes strobe {
    0%, 100%, 20%, 40%, 60%, 80% {
        opacity: 1
    }
    10%, 30%, 50%, 70%, 90% {
        opacity: 0
    }
}

@-o-keyframes strobe {
    0%, 100%, 20%, 40%, 60%, 80% {
        opacity: 1
    }
    10%, 30%, 50%, 70%, 90% {
        opacity: 0
    }
}

@keyframes strobe {
    0%, 100%, 20%, 40%, 60%, 80% {
        opacity: 1
    }
    10%, 30%, 50%, 70%, 90% {
        opacity: 0
    }
}

.hover-strobe:hover, .trigger.strobe {
    -webkit-animation-name: strobe;
    -moz-animation-name: strobe;
    -ms-animation-name: strobe;
    -o-animation-name: strobe;
    animation-name: strobe
}

@-webkit-keyframes shakeH {
    0%, 100% {
        -webkit-transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px)
    }
}

@-moz-keyframes shakeH {
    0%, 100% {
        -moz-transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -moz-transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -moz-transform: translateX(10px)
    }
}

@-ms-keyframes shakeH {
    0%, 100% {
        -ms-transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -ms-transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -ms-transform: translateX(10px)
    }
}

@-o-keyframes shakeH {
    0%, 100% {
        -o-transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -o-transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -o-transform: translateX(10px)
    }
}

@keyframes shakeH {
    0%, 100% {
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        transform: translateX(10px)
    }
}

.hover-shakeH:hover, .trigger.shakeH {
    -webkit-animation-name: shakeH;
    -moz-animation-name: shakeH;
    -ms-animation-name: shakeH;
    -o-animation-name: shakeH;
    animation-name: shakeH
}

@-webkit-keyframes shakeV {
    0%, 100% {
        -webkit-transform: translateY(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateY(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateY(10px)
    }
}

@-moz-keyframes shakeV {
    0%, 100% {
        -moz-transform: translateY(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -moz-transform: translateY(-10px)
    }
    20%, 40%, 60%, 80% {
        -moz-transform: translateY(10px)
    }
}

@-ms-keyframes shakeV {
    0%, 100% {
        -ms-transform: translateY(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -ms-transform: translateY(-10px)
    }
    20%, 40%, 60%, 80% {
        -ms-transform: translateY(10px)
    }
}

@-o-keyframes shakeV {
    0%, 100% {
        -o-transform: translateY(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -o-transform: translateY(-10px)
    }
    20%, 40%, 60%, 80% {
        -o-transform: translateY(10px)
    }
}

@keyframes shakeV {
    0%, 100% {
        transform: translateY(0)
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateY(-10px)
    }
    20%, 40%, 60%, 80% {
        transform: translateY(10px)
    }
}

.hover-shakeV:hover, .trigger.shakeV {
    -webkit-animation-name: shakeV;
    -moz-animation-name: shakeV;
    -ms-animation-name: shakeV;
    -o-animation-name: shakeV;
    animation-name: shakeV
}

@-webkit-keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px)
    }
}

@-moz-keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -moz-transform: translateY(0)
    }
    40% {
        -moz-transform: translateY(-30px)
    }
    60% {
        -moz-transform: translateY(-15px)
    }
}

@-ms-keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -ms-transform: translateY(0)
    }
    40% {
        -ms-transform: translateY(-30px)
    }
    60% {
        -ms-transform: translateY(-15px)
    }
}

@-o-keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -o-transform: translateY(0)
    }
    40% {
        -o-transform: translateY(-30px)
    }
    60% {
        -o-transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-30px)
    }
    60% {
        transform: translateY(-15px)
    }
}

.hover-bounce:hover, .trigger.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -ms-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes tada {
    0%, 100% {
        -webkit-transform: scale(1) rotate(0)
    }
    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg)
    }
}

@-moz-keyframes tada {
    0%, 100% {
        -moz-transform: scale(1) rotate(0)
    }
    10%, 20% {
        -moz-transform: scale(0.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -moz-transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -moz-transform: scale(1.1) rotate(-3deg)
    }
}

@-ms-keyframes tada {
    0%, 100% {
        -ms-transform: scale(1) rotate(0)
    }
    10%, 20% {
        -ms-transform: scale(0.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -ms-transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -ms-transform: scale(1.1) rotate(-3deg)
    }
}

@-o-keyframes tada {
    0%, 100% {
        -o-transform: scale(1) rotate(0)
    }
    10%, 20% {
        -o-transform: scale(0.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -o-transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -o-transform: scale(1.1) rotate(-3deg)
    }
}

@keyframes tada {
    0%, 100% {
        transform: scale(1) rotate(0)
    }
    10%, 20% {
        transform: scale(0.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        transform: scale(1.1) rotate(-3deg)
    }
}

.hover-tada:hover, .trigger.tada {
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -ms-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wave {
    20% {
        -webkit-transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg)
    }
}

@-moz-keyframes wave {
    20% {
        -moz-transform: rotate(15deg)
    }
    40% {
        -moz-transform: rotate(-10deg)
    }
    60% {
        -moz-transform: rotate(5deg)
    }
    80% {
        -moz-transform: rotate(-5deg)
    }
    100% {
        -moz-transform: rotate(0deg)
    }
}

@-ms-keyframes wave {
    20% {
        -ms-transform: rotate(15deg)
    }
    40% {
        -ms-transform: rotate(-10deg)
    }
    60% {
        -ms-transform: rotate(5deg)
    }
    80% {
        -ms-transform: rotate(-5deg)
    }
    100% {
        -ms-transform: rotate(0deg)
    }
}

@-o-keyframes wave {
    20% {
        -o-transform: rotate(15deg)
    }
    40% {
        -o-transform: rotate(-10deg)
    }
    60% {
        -o-transform: rotate(5deg)
    }
    80% {
        -o-transform: rotate(-5deg)
    }
    100% {
        -o-transform: rotate(0deg)
    }
}

@keyframes wave {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    100% {
        transform: rotate(0deg)
    }
}

.hover-wave:hover {
    -webkit-animation-name: wave;
    -moz-animation-name: wave;
    -ms-animation-name: wave;
    -o-animation-name: wave;
    animation-name: wave
}

@-webkit-keyframes spinCW {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes spinCW {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-ms-keyframes spinCW {
    0% {
        -ms-transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg)
    }
}

@-o-keyframes spinCW {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(360deg)
    }
}

@keyframes spinCW {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.hover-spinCW:hover, .trigger.spinCW {
    -webkit-animation-name: spinCW;
    -moz-animation-name: spinCW;
    -ms-animation-name: spinCW;
    -o-animation-name: spinCW;
    animation-name: spinCW
}

@-webkit-keyframes spinCCW {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@-moz-keyframes spinCCW {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(-360deg)
    }
}

@-ms-keyframes spinCCW {
    0% {
        -ms-transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(-360deg)
    }
}

@-o-keyframes spinCCW {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(-360deg)
    }
}

@keyframes spinCCW {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(-360deg)
    }
}

.hover-spinCCW:hover, .trigger.spinCCW {
    -webkit-animation-name: spinCCW;
    -moz-animation-name: spinCCW;
    -ms-animation-name: spinCCW;
    -o-animation-name: spinCCW;
    animation-name: spinCCW
}

@-webkit-keyframes slingshotCW {
    0% {
        -webkit-transform: rotate(0deg)
    }
    20%, 30% {
        -webkit-transform: rotate(-45deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes slingshotCW {
    0% {
        -moz-transform: rotate(0deg)
    }
    20%, 30% {
        -moz-transform: rotate(-45deg)
    }
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-ms-keyframes slingshotCW {
    0% {
        -ms-transform: rotate(0deg)
    }
    20%, 30% {
        -ms-transform: rotate(-45deg)
    }
    100% {
        -ms-transform: rotate(360deg)
    }
}

@-o-keyframes slingshotCW {
    0% {
        -o-transform: rotate(0deg)
    }
    20%, 30% {
        -o-transform: rotate(-45deg)
    }
    100% {
        -o-transform: rotate(360deg)
    }
}

@keyframes slingshotCW {
    0% {
        transform: rotate(0deg)
    }
    20%, 30% {
        transform: rotate(-45deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.hover-slingshotCW:hover, .trigger.slingshotCW {
    -webkit-animation-name: slingshotCW;
    -moz-animation-name: slingshotCW;
    -ms-animation-name: slingshotCW;
    -o-animation-name: slingshotCW;
    animation-name: slingshotCW
}

@-webkit-keyframes slingshotCCW {
    0% {
        -webkit-transform: rotate(0deg)
    }
    20%, 30% {
        -webkit-transform: rotate(45deg)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@-moz-keyframes slingshotCCW {
    0% {
        -moz-transform: rotate(0deg)
    }
    20%, 30% {
        -moz-transform: rotate(45deg)
    }
    100% {
        -moz-transform: rotate(-360deg)
    }
}

@-ms-keyframes slingshotCCW {
    0% {
        -ms-transform: rotate(0deg)
    }
    20%, 30% {
        -ms-transform: rotate(45deg)
    }
    100% {
        -ms-transform: rotate(-360deg)
    }
}

@-o-keyframes slingshotCCW {
    0% {
        -o-transform: rotate(0deg)
    }
    20%, 30% {
        -o-transform: rotate(45deg)
    }
    100% {
        -o-transform: rotate(-360deg)
    }
}

@keyframes slingshotCCW {
    0% {
        transform: rotate(0deg)
    }
    20%, 30% {
        transform: rotate(45deg)
    }
    100% {
        transform: rotate(-360deg)
    }
}

.hover-slingshotCCW:hover, .trigger.slingshotCCW {
    -webkit-animation-name: slingshotCCW;
    -moz-animation-name: slingshotCCW;
    -ms-animation-name: slingshotCCW;
    -o-animation-name: slingshotCCW;
    animation-name: slingshotCCW
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0px)
    }
    15% {
        -webkit-transform: translateX(-25px) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20px) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15px) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10px) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5px) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0px)
    }
}

@-moz-keyframes wobble {
    0% {
        -moz-transform: translateX(0px)
    }
    15% {
        -moz-transform: translateX(-25px) rotate(-5deg)
    }
    30% {
        -moz-transform: translateX(20px) rotate(3deg)
    }
    45% {
        -moz-transform: translateX(-15px) rotate(-3deg)
    }
    60% {
        -moz-transform: translateX(10px) rotate(2deg)
    }
    75% {
        -moz-transform: translateX(-5px) rotate(-1deg)
    }
    100% {
        -moz-transform: translateX(0px)
    }
}

@-ms-keyframes wobble {
    0% {
        -ms-transform: translateX(0px)
    }
    15% {
        -ms-transform: translateX(-25px) rotate(-5deg)
    }
    30% {
        -ms-transform: translateX(20px) rotate(3deg)
    }
    45% {
        -ms-transform: translateX(-15px) rotate(-3deg)
    }
    60% {
        -ms-transform: translateX(10px) rotate(2deg)
    }
    75% {
        -ms-transform: translateX(-5px) rotate(-1deg)
    }
    100% {
        -ms-transform: translateX(0px)
    }
}

@-o-keyframes wobble {
    0% {
        -o-transform: translateX(0px)
    }
    15% {
        -o-transform: translateX(-25px) rotate(-5deg)
    }
    30% {
        -o-transform: translateX(20px) rotate(3deg)
    }
    45% {
        -o-transform: translateX(-15px) rotate(-3deg)
    }
    60% {
        -o-transform: translateX(10px) rotate(2deg)
    }
    75% {
        -o-transform: translateX(-5px) rotate(-1deg)
    }
    100% {
        -o-transform: translateX(0px)
    }
}

@keyframes wobble {
    0% {
        transform: translateX(0px)
    }
    15% {
        transform: translateX(-25px) rotate(-5deg)
    }
    30% {
        transform: translateX(20px) rotate(3deg)
    }
    45% {
        transform: translateX(-15px) rotate(-3deg)
    }
    60% {
        transform: translateX(10px) rotate(2deg)
    }
    75% {
        transform: translateX(-5px) rotate(-1deg)
    }
    100% {
        transform: translateX(0px)
    }
}

.hover-wobble:hover, .trigger.wobble {
    -webkit-animation-name: wobble;
    -moz-animation-name: wobble;
    -ms-animation-name: wobble;
    -o-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes pulse {
    0%, 100% {
        -webkit-transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1)
    }
}

@-moz-keyframes pulse {
    0%, 100% {
        -moz-transform: scale(1)
    }
    50% {
        -moz-transform: scale(1.1)
    }
}

@-ms-keyframes pulse {
    0%, 100% {
        -ms-transform: scale(1)
    }
    50% {
        -ms-transform: scale(1.1)
    }
}

@-o-keyframes pulse {
    0%, 100% {
        -o-transform: scale(1)
    }
    50% {
        -o-transform: scale(1.1)
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
}

.hover-pulse:hover, .trigger.pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -ms-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes pulsate {
    0%, 100%, 50% {
        -webkit-transform: scale(1)
    }
    25%, 75% {
        -webkit-transform: scale(1.1)
    }
}

@-moz-keyframes pulsate {
    0%, 100%, 50% {
        -moz-transform: scale(1)
    }
    25%, 75% {
        -moz-transform: scale(1.1)
    }
}

@-ms-keyframes pulsate {
    0%, 100%, 50% {
        -ms-transform: scale(1)
    }
    25%, 75% {
        -ms-transform: scale(1.1)
    }
}

@-o-keyframes pulsate {
    0%, 100%, 50% {
        -o-transform: scale(1)
    }
    25%, 75% {
        -o-transform: scale(1.1)
    }
}

@keyframes pulsate {
    0%, 100%, 50% {
        transform: scale(1)
    }
    25%, 75% {
        transform: scale(1.1)
    }
}

.hover-pulsate:hover, .trigger.pulsate {
    -webkit-animation-name: pulsate;
    -moz-animation-name: pulsate;
    -ms-animation-name: pulsate;
    -o-animation-name: pulsate;
    animation-name: pulsate
}

@-webkit-keyframes heartbeat {
    0%, 30%, 50%, 60%, 80% {
        -webkit-transform: scale(1)
    }
    40%, 70% {
        -webkit-transform: scale(1.1)
    }
}

@-moz-keyframes heartbeat {
    0%, 30%, 50%, 60%, 80% {
        -moz-transform: scale(1)
    }
    40%, 70% {
        -moz-transform: scale(1.1)
    }
}

@-ms-keyframes heartbeat {
    0%, 30%, 50%, 60%, 80% {
        -ms-transform: scale(1)
    }
    40%, 70% {
        -ms-transform: scale(1.1)
    }
}

@-o-keyframes heartbeat {
    0%, 30%, 50%, 60%, 80% {
        -o-transform: scale(1)
    }
    40%, 70% {
        -o-transform: scale(1.1)
    }
}

@keyframes heartbeat {
    0%, 30%, 50%, 60%, 80% {
        transform: scale(1)
    }
    40%, 70% {
        transform: scale(1.1)
    }
}

.hover-heartbeat:hover, .trigger.heartbeat {
    -webkit-animation-name: heartbeat;
    -moz-animation-name: heartbeat;
    -ms-animation-name: heartbeat;
    -o-animation-name: heartbeat;
    animation-name: heartbeat
}

@-webkit-keyframes panic {
    0%, 100% {
        -webkit-transform: scale(1) rotate(0)
    }
    10%, 60% {
        -webkit-transform: scale(1.1) rotate(-3deg)
    }
    20%, 40% {
        -webkit-transform: scale(1) rotate(-3deg)
    }
    30% {
        -webkit-transform: scale(1.1) rotate(3deg)
    }
    50%, 70%, 90% {
        -webkit-transform: scale(1) rotate(3deg)
    }
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg)
    }
}

@-moz-keyframes panic {
    0%, 100% {
        -moz-transform: scale(1) rotate(0)
    }
    10%, 60% {
        -moz-transform: scale(1.1) rotate(-3deg)
    }
    20%, 40% {
        -moz-transform: scale(1) rotate(-3deg)
    }
    30% {
        -moz-transform: scale(1.1) rotate(3deg)
    }
    50%, 70%, 90% {
        -moz-transform: scale(1) rotate(3deg)
    }
    80% {
        -moz-transform: scale(1.1) rotate(-3deg)
    }
}

@-ms-keyframes panic {
    0%, 100% {
        -ms-transform: scale(1) rotate(0)
    }
    10%, 60% {
        -ms-transform: scale(1.1) rotate(-3deg)
    }
    20%, 40% {
        -ms-transform: scale(1) rotate(-3deg)
    }
    30% {
        -ms-transform: scale(1.1) rotate(3deg)
    }
    50%, 70%, 90% {
        -ms-transform: scale(1) rotate(3deg)
    }
    80% {
        -ms-transform: scale(1.1) rotate(-3deg)
    }
}

@-o-keyframes panic {
    0%, 100% {
        -o-transform: scale(1) rotate(0)
    }
    10%, 60% {
        -o-transform: scale(1.1) rotate(-3deg)
    }
    20%, 40% {
        -o-transform: scale(1) rotate(-3deg)
    }
    30% {
        -o-transform: scale(1.1) rotate(3deg)
    }
    50%, 70%, 90% {
        -o-transform: scale(1) rotate(3deg)
    }
    80% {
        -o-transform: scale(1.1) rotate(-3deg)
    }
}

@keyframes panic {
    0%, 100% {
        transform: scale(1) rotate(0)
    }
    10%, 60% {
        transform: scale(1.1) rotate(-3deg)
    }
    20%, 40% {
        transform: scale(1) rotate(-3deg)
    }
    30% {
        transform: scale(1.1) rotate(3deg)
    }
    50%, 70%, 90% {
        transform: scale(1) rotate(3deg)
    }
    80% {
        transform: scale(1.1) rotate(-3deg)
    }
}

.hover-panic:hover, .trigger.panic {
    -webkit-animation-name: panic;
    -moz-animation-name: panic;
    -ms-animation-name: panic;
    -o-animation-name: panic;
    animation-name: panic
}


.colorpicker {
    width: 356px;
    height: 176px;
    overflow: hidden;
    position: absolute;
    background: url(../images/colorpicker_background.png);
    font-family: Arial, Helvetica, sans-serif;
    display: none;
}

.colorpicker_color {
    width: 150px;
    height: 150px;
    left: 14px;
    top: 13px;
    position: absolute;
    background: #f00;
    overflow: hidden;
    cursor: crosshair;
}

.colorpicker_color div {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background: url(../images/colorpicker_overlay.png);
}

.colorpicker_color div div {
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    overflow: hidden;
    background: url(../images/colorpicker_select.gif);
    margin: -5px 0 0 -5px;
}

.colorpicker_hue {
    position: absolute;
    top: 13px;
    left: 171px;
    width: 35px;
    height: 150px;
    cursor: n-resize;
}

.colorpicker_hue div {
    position: absolute;
    width: 35px;
    height: 9px;
    overflow: hidden;
    background: url(../images/colorpicker_indic.gif) left top;
    margin: -4px 0 0 0;
    left: 0px;
}

.colorpicker_new_color {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 213px;
    top: 13px;
    background: #f00;
}

.colorpicker_current_color {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 283px;
    top: 13px;
    background: #f00;
}

.colorpicker input {
    background-color: transparent;
    border: 1px solid transparent;
    position: absolute;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #898989;
    top: 4px;
    right: 11px;
    text-align: right;
    margin: 0;
    padding: 0;
    height: 11px;
}

.colorpicker_hex {
    position: absolute;
    width: 72px;
    height: 22px;
    background: url(../images/colorpicker_hex.png) top;
    left: 212px;
    top: 142px;
}

.colorpicker_hex input {
    right: 6px;
}

.colorpicker_field {
    height: 22px;
    width: 62px;
    background-position: top;
    position: absolute;
}

.colorpicker_field span {
    position: absolute;
    width: 12px;
    height: 22px;
    overflow: hidden;
    top: 0;
    right: 0;
    cursor: n-resize;
}

.colorpicker_rgb_r {
    background-image: url(../images/colorpicker_rgb_r.png);
    top: 52px;
    left: 212px;
}

.colorpicker_rgb_g {
    background-image: url(../images/colorpicker_rgb_g.png);
    top: 82px;
    left: 212px;
}

.colorpicker_rgb_b {
    background-image: url(../images/colorpicker_rgb_b.png);
    top: 112px;
    left: 212px;
}

.colorpicker_hsb_h {
    background-image: url(../images/colorpicker_hsb_h.png);
    top: 52px;
    left: 282px;
}

.colorpicker_hsb_s {
    background-image: url(../images/colorpicker_hsb_s.png);
    top: 82px;
    left: 282px;
}

.colorpicker_hsb_b {
    background-image: url(../images/colorpicker_hsb_b.png);
    top: 112px;
    left: 282px;
}

.colorpicker_submit {
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(../images/colorpicker_submit.png) top;
    left: 322px;
    top: 142px;
    overflow: hidden;
}

.colorpicker_focus {
    background-position: center;
}

.colorpicker_hex.colorpicker_focus {
    background-position: bottom;
}

.colorpicker_submit.colorpicker_focus {
    background-position: bottom;
}

.colorpicker_slider {
    background-position: bottom;
}

/*
 * jQuery UI CSS Framework 1.8.22
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming
 */

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px)
}

.ui-helper-reset {
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
    margin: 0;
    padding: 0
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    zoom: 1
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-image: url(images/ui-icons_222222_256x240.png)
}

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-accordion {
    width: 100%
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    margin-top: 1px;
    zoom: 1;
    border-style: solid;
    border-width: 1px
}

.ui-accordion .ui-accordion-li-fix {
    display: inline
}

.ui-accordion .ui-accordion-header-active {
    border-bottom: 0 !important
}

.ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 13px;
    padding: .5em .5em .5em .7em
}

.ui-accordion-icons .ui-accordion-header a {
    padding-left: 30px
}

.ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px
}

.ui-accordion .ui-accordion-content {
    border-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: auto;
    display: none;
    zoom: 1;
    -webkit-border-radius: 0 0 6px 4px;
    border-radius: 0 0 6px 4px;
    border-style: solid;
    border-width: 1px;
    padding: 1em 2.2em
}

.ui-accordion .ui-accordion-content-active {
    display: block;
    background: none
}

.ui-accordion .ui-state-active {
    background: none !important;
    font-weight: 700;
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.00);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.00);
    border-bottom: 0
}

.ui-accordion .ui-icon {
    display: block
}

.ui-accordion .ui-state-default {
    background: url(images/bg_widget_header.png) no-repeat 0 0
}

.ui-accordion .ui-state-hover {
    background: url(images/bg_widget_header_active.png) no-repeat 0 0
}

.ui-tabs {
    position: relative;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 15px;
    background: none !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    border-style: solid;
    border-width: 1px
}

.ui-tabs .ui-tabs-nav {
    display: block;
    background-image: url(../../images/bg_panel.png);
    background-repeat: repeat-x;
    background-position: left top;
    border-style: solid;
    border-width: 0 0 1px;
    margin: 0;
    padding: 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    white-space: nowrap;
    border-style: solid;
    border-width: 0 1px 0 0;
    margin: 0;
    padding: 0
}

.ui-tabs .ui-tabs-nav li a {
    text-decoration: none;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 14px 30px !important;
}

.ui-tabs .ui-tabs-nav li a i {
    margin-right: 4px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected:after, .ui-tabs .ui-tabs-nav li.ui-state-active:after {
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: 1
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a, .ui-tabs .ui-tabs-nav li.ui-state-active a {
    cursor: text
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after, .ui-tabs .ui-tabs-nav li.ui-state-disabled a:after, .ui-tabs .ui-tabs-nav li.ui-state-processing a:after, .ui-tabs .ui-tabs-nav li.ui-state-active a:after {
    content: "";
    display: block;
    height: 1px;
    width: 80%;
    position: absolute;
    left: 50%;
    margin-left: -40%;
    bottom: -1px;
    z-index: 2
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../../images/box_shadow.png);
    background-repeat: repeat-x;
    background-position: left top;
    border-width: 0;
    padding: 15px 20px 20px !important;
    margin: 0;
    overflow: hidden;
}

.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab.ui-tabs-panel {
    background-color: #fff;
}

.ui-tabs .ui-tabs-panel p:last-child {
    margin-bottom: 0
}

.ui-tabs .ui-tabs-hide {
    display: none !important
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget-content {
    background: #fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    border-style: solid;
    border-width: 1px
}

.ui-widget-header {
    font-weight: 700;
    border-style: solid;
    border-width: 1px
}

.ui-widget :active {
    outline: none
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
    color: #363636
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    color: #cd0a0a
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_888888_256x240.png)
}

.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_2e83ff_256x240.png)
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_cd0a0a_256x240.png)
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-off {
    background-position: -96px -144px
}

.ui-icon-radio-on {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    -khtml-border-top-left-radius: 0;
    border-top-left-radius: 0
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    -khtml-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -khtml-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    -khtml-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.ui-accordion-header.ui-corner-all {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.ui-tabs .ui-corner-top {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    -khtml-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    -khtml-border-top-left-radius: 0;
    border-top-left-radius: 0
}

.ui-widget-shadow {
    background: #aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: -8px 0 0 -8px;
    padding: 8px
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    font-weight: 400
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    text-decoration: none
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #cd0a0a
}

.ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png)
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-active .ui-icon {
    background-image: url(images/ui-icons_454545_256x240.png)
}

.ui-icon-seek-start, .ui-icon-seek-first {
    background-position: -80px -160px
}


.wpb_tour .wpb_tabs_nav a {
    width: auto !important;
}

@media only screen and (min-width: 767px) {
    .tabs_vertical.ui-tabs {
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important
    }

    .tabs_vertical.ui-widget-content {
        border: 0
    }

    .tabs_vertical.ui-tabs .ui-tabs-nav {
        width: 30%;
        float: left;
        background: none;
        -webkit-border-radius: 5px 0 0 5px !important;
        border-radius: 5px 0 0 5px !important;
        border-width: 1px 0 1px 1px
    }

    .tabs_vertical.ui-tabs .ui-tabs-panel {
        width: 69.7%;
        float: left;
        min-height: 120px;
        -webkit-border-radius: 0 5px 5px 5px !important;
        border-radius: 0 5px 5px 5px !important;
        background-image: none;
        border: 1px solid rgba(0, 0, 0, .08) !important;
    }

    .tabs_vertical.ui-tabs .ui-tabs-nav li {
        float: none;
        width: 100%;
        white-space: normal;
        border-width: 0 0 1px
    }

    .tabs_vertical.ui-tabs .ui-tabs-nav li:first-child a {
        -webkit-border-radius: 5px 0 0 0 !important;
        border-radius: 5px 0 0 0 !important
    }

    .tabs_vertical.ui-tabs .ui-tabs-nav li:last-child {
        border-bottom: 0 !important
    }

    .tabs_vertical.ui-tabs .ui-tabs-nav li a {
        float: none;
        line-height: 18px;
        height: auto;
        padding-left: 20px;
        padding-right: 20px;
        background-image: url(../../images/bg_panel.png);
        background-repeat: repeat-x;
        background-position: left top
    }

    .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-active a {
        background-image: none
    }

    .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after, .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-disabled a:after, .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-processing a:after, .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-active a:after {
        display: none
    }

    .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-tabs-selected:after, .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-active:after {
        content: "";
        display: block;
        height: 100%;
        width: 1px;
        position: absolute;
        left: auto;
        right: -1px;
        top: 0;
        z-index: 1
    }
}


div.jp-audio,
div.jp-audio-stream,
div.jp-video {
    background-color: #EEE;
    color: #666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.25em;
    line-height: 1.6;
    position: relative
}

div.jp-video-full {
    height: 270px;
    position: static !important;
    width: 100%
}

div.jp-video-full div.jp-jplayer, div.jp-jplayer > video {
    height: 100% !important
}

div.jp-video-full div div {
    z-index: 1000
}

div.jp-video-full div.jp-jplayer {
    left: 0;
    overflow: hidden;
    position: fixed !important;
    top: 0
}

div.jp-video-full div.jp-gui {
    height: 100%;
    left: 0;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1001
}

div.jp-video-full div.jp-interface {
    bottom: 0;
    left: 0;
    position: absolute !important
}

div.jp-interface {
    -moz-box-sizing: border-box;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 45px;
}

div.jp-controls-holder {
    clear: both;
    height: 0;
    overflow: hidden;
    top: -8px;
    width: 440px;
    margin: 0 auto
}

div.jp-interface ul.jp-controls {
    list-style-type: none;
    overflow: hidden;
    margin: 0;
    padding: 0
}

div.jp-audio ul.jp-controls {
    width: 380px;
    padding: 20px 20px 0
}

div.jp-audio-stream ul.jp-controls {
    width: 142px;
    padding: 20px 20px 0
}

div.jp-video div.jp-type-single ul.jp-controls {
    margin-left: 200px;
    width: 78px
}

div.jp-video div.jp-type-playlist ul.jp-controls {
    margin-left: 172px;
    width: 134px
}

div.jp-interface ul.jp-controls a {
    display: block;
    overflow: hidden;
    text-indent: -9999px
}

a.jp-play, a.jp-pause {
    height: 45px;
    width: 45px;
    background-color: rgba(0, 0, 0, .05);
}

a:hover.jp-play, a:hover.jp-pause {
    background-color: rgba(0, 0, 0, .1);
}

a.jp-play {
    background-image: url(jplayer.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    left: 0px;
    position: absolute;
    top: 0px
}

a.jp-play:hover {
    background-image: url(jplayer.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

a.jp-pause {
    background-image: url(jplayer.png);
    background-repeat: no-repeat;
    background-position: -45px 0;
    display: none;
    left: 0px;
    position: absolute;
    top: 0px
}

a.jp-pause:hover {
    background-image: url(jplayer.png);
    background-repeat: no-repeat;
    background-position: -45px 0;
}

a.jp-stop,
a.jp-previous,
a.jp-next {
    height: 24px;
    width: 24px
}

a.jp-stop {
    background: url(jplayer.png) no-repeat scroll -60px 0 rgba(0, 0, 0, 0);
    left: 60px;
    position: absolute;
    top: 23px;
    display: none !important
}

a.jp-stop:hover {
    background: url(jplayer.png) no-repeat scroll -60px 0 rgba(0, 0, 0, 0)
}

a.jp-previous {
    background: url(jplayer.blue.monday.jpg) no-repeat scroll 0 -112px rgba(0, 0, 0, 0)
}

a.jp-previous:hover {
    background: url(jplayer.blue.monday.jpg) no-repeat scroll -29px -112px rgba(0, 0, 0, 0)
}

a.jp-next {
    background: url(jplayer.blue.monday.jpg) no-repeat scroll 0 -141px rgba(0, 0, 0, 0)
}

a.jp-next:hover {
    background: url(jplayer.blue.monday.jpg) no-repeat scroll -29px -141px rgba(0, 0, 0, 0)
}

div.jp-progress {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    overflow: hidden;
    margin: 0 108px 0 45px;
    height: 45px !important;
}

div.jp-audio div.jp-progress {
    height: 15px;
    position: absolute;
    top: 32px
}

div.jp-video div.jp-progress {
    height: 4px;
    left: 0;
    top: 0;
}

div.jp-seek-bar {
    cursor: pointer;
    height: 100%;
    width: 0;
    background: none !important;
}

div.jp-play-bar {
    height: 100%;
    width: 0;
    background-color: rgba(255, 255, 255, .15);
}

div.jp-seeking-bg {
    background: url(jplayer.blue.monday.seeking.gif) repeat scroll 0 0 rgba(0, 0, 0, 0)
}

a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
    height: 10px;
    width: 10px
}

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
    margin-left: 210px
}

div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
    margin-left: 154px
}

div.jp-audio-stream div.jp-type-single a.jp-mute
div.jp-audio-stream div.jp-type-single a.jp-unmute {
    margin-left: 10px
}

div.jp-audio a.jp-volume-max,
div.jp-audio-stream a.jp-volume-max {
    margin-left: 56px
}

ul.jp-toggles li a.jp-repeat {
    display: none !important
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute,
div.jp-video a.jp-volume-max {
    margin-top: 0;
    position: absolute;
    top: 12px
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
    right: 73px;
    top: 18px;
    z-index: 2
}

div.jp-video a.jp-volume-max {
    display: none !important;
    left: 134px
}

a.jp-unmute {
    background-image: url(jplayer.png);
    background-repeat: no-repeat;
    background-position: -235px 0;
    display: none
}

a.jp-unmute:hover {
    background-image: url(jplayer.png);
    background-repeat: no-repeat;
    background-position: -235px 0;
}

a.jp-volume-max {
    background: url(jplayer.blue.monday.jpg) no-repeat scroll 0 -186px rgba(0, 0, 0, 0)
}

a.jp-volume-max:hover {
    background: url(jplayer.blue.monday.jpg) no-repeat scroll -19px -186px rgba(0, 0, 0, 0)
}

div.jp-volume-bar {
    background-image: url(jplayer.png);
    background-repeat: no-repeat;
    background-position: -110px 0;
    cursor: pointer;
    height: 45px;
    position: absolute;
    width: 25px
}

div.jp-volume-bar:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .05);
}

div.jp-audio div.jp-volume-bar {
    left: 330px;
    top: 37px
}

div.jp-audio-stream div.jp-volume-bar {
    left: 92px;
    top: 37px
}

div.jp-video div.jp-volume-bar {
    right: 45px;
    top: 0px
}

div.jp-volume-bar-value {
    background-image: url(jplayer.png);
    background-repeat: no-repeat;
    background-position: -155px 0;
    height: 45px;
    width: 0
}

div.jp-audio div.jp-time-holder {
    position: absolute;
    top: 50px
}

div.jp-current-time,
div.jp-duration {
    font-size: .64em;
    font-style: oblique;
    width: 60px
}

div.jp-duration {
    display: inline;
    float: right;
    text-align: right
}

div.jp-video div.jp-current-time {
    display: none;
    margin-left: 20px
}

div.jp-video div.jp-duration {
    display: none;
    margin-right: 20px
}

div.jp-title {
    display: none;
    font-weight: 700;
    text-align: center
}

div.jp-title, div.jp-playlist {
    background-color: #CCC;
    border-top: 1px solid #009BE3;
    width: 100%
}

div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist {
    border-top: medium none
}

div.jp-title ul,
div.jp-playlist ul {
    font-size: .72em;
    list-style-type: none;
    margin: 0;
    padding: 0 20px
}

div.jp-title li {
    font-weight: 700;
    padding: 5px 0
}

div.jp-playlist li {
    border-bottom: 1px solid #EEE;
    padding: 5px 0 4px 20px
}

div.jp-playlist li div {
    display: inline
}

div.jp-type-playlist div.jp-playlist li:last-child {
    border-bottom: medium none;
    padding: 5px 0 5px 20px
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
    list-style-position: inside;
    list-style-type: square;
    padding-left: 7px
}

div.jp-type-playlist div.jp-playlist a {
    color: #333;
    text-decoration: none
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
    color: #666;
    display: inline;
    float: right;
    font-weight: 700;
    margin-right: 10px;
    text-align: right
}

div.jp-type-playlist div.jp-playlist span.jp-free-media {
    display: inline;
    float: right;
    margin-right: 10px;
    text-align: right
}

div.jp-type-playlist div.jp-playlist span.jp-free-media a {
    color: #666
}

span.jp-artist {
    color: #666;
    font-size: .8em
}

div.jp-video-play {
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    overflow: hidden;
    width: 100%
}

div.jp-video-full div.jp-video-play {
    height: 100%
}

a.jp-video-play-icon {
    background: url(jplayer.png) no-repeat scroll -280px 0 rgba(0, 0, 0, 0);
    display: block;
    height: 72px;
    left: 50%;
    margin-left: -36px;
    margin-top: -66px;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 72px
}

div.jp-video-play:hover a.jp-video-play-icon {
    background: url(jplayer.png) no-repeat scroll -352px 0 rgba(0, 0, 0, 0)
}

div.jp-jplayer audio,
div.jp-jplayer {
    height: 0;
    width: 0;
    overflow: hidden
}

div.jp-jplayer {
    background-color: #000
}

div.jp-jplayer > img {
    height: auto !important;
}

.image_frame:not(.no_link) .image_wrapper div.jp-jplayer > img {
    margin-bottom: 0 !important;
}

ul.jp-toggles {
    list-style-type: none;
    overflow: hidden;
    margin: 0 auto;
    padding: 0
}

div.jp-audio .jp-type-single ul.jp-toggles {
    width: 25px
}

div.jp-audio .jp-type-playlist ul.jp-toggles {
    left: 325px;
    position: absolute;
    top: 50px;
    width: 55px;
    margin: 0
}

div.jp-video ul.jp-toggles {
    margin-top: 10px;
    width: 100px
}

ul.jp-toggles li {
    display: block;
    float: right
}

ul.jp-toggles li a {
    display: block;
    height: 45px;
    line-height: 100%;
    text-indent: -9999px;
    width: 45px
}

a.jp-repeat {
    background: url(jplayer.blue.monday.jpg) no-repeat scroll 0 -290px rgba(0, 0, 0, 0)
}

a.jp-repeat:hover {
    background: url(jplayer.blue.monday.jpg) no-repeat scroll -30px -290px rgba(0, 0, 0, 0)
}

a.jp-repeat-off {
    background: url(jplayer.blue.monday.jpg) no-repeat scroll -60px -290px rgba(0, 0, 0, 0)
}

a.jp-repeat-off:hover {
    background: url(jplayer.blue.monday.jpg) no-repeat scroll -90px -290px rgba(0, 0, 0, 0)
}

a.jp-shuffle {
    background: url(jplayer.blue.monday.jpg) no-repeat scroll 0 -270px rgba(0, 0, 0, 0);
    margin-left: 5px
}

a.jp-shuffle:hover {
    background: url(jplayer.blue.monday.jpg) no-repeat scroll -30px -270px rgba(0, 0, 0, 0)
}

a.jp-shuffle-off {
    background: url(jplayer.blue.monday.jpg) no-repeat scroll -60px -270px rgba(0, 0, 0, 0);
    margin-left: 5px
}

a.jp-shuffle-off:hover {
    background: url(jplayer.blue.monday.jpg) no-repeat scroll -90px -270px rgba(0, 0, 0, 0)
}

.jp-no-solution {
    background-color: #EEE;
    border: 2px solid #009BE3;
    color: #000;
    display: none;
    font-size: .8em;
    padding: 5px
}

.jp-no-solution a {
    color: #000
}

.jp-no-solution span {
    display: block;
    font-size: 1em;
    font-weight: 700;
    text-align: center
}

div.jp-audio,
div.jp-audio-stream,
div.jp-video-270p,
div.jp-video-360p {
    width: 100%
}

div.jp-audio div.jp-type-single div.jp-interface,
div.jp-audio div.jp-type-playlist div.jp-interface,
div.jp-audio-stream div.jp-type-single div.jp-interface {
    height: 80px
}

div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li,
div.jp-current-time {
    display: inline;
    float: left
}

div.jp-audio div.jp-type-single div.jp-progress,
div.jp-audio div.jp-type-single div.jp-time-holder {
    left: 110px;
    width: 186px
}

div.jp-audio div.jp-type-playlist div.jp-progress,
div.jp-audio div.jp-type-playlist div.jp-time-holder {
    left: 166px;
    width: 130px
}

a.jp-mute,
a.jp-mute:hover {
    background-image: url(jplayer.png);
    background-repeat: no-repeat;
    background-position: -225px 0;
}

div.jp-type-playlist div.jp-playlist a:hover, div.jp-type-playlist div.jp-playlist a.jp-playlist-current, div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover, div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
    color: #0D88C1
}

a.jp-full-screen,
a.jp-restore-screen {
    background-image: url(jplayer.png);
    background-repeat: no-repeat;
    background-position: -180px 0;
    background-color: rgba(0, 0, 0, .05);
    position: absolute;
    right: 0px;
    top: 0px;
}

a.jp-full-screen:hover,
a.jp-restore-screen:hover {
    background-color: rgba(0, 0, 0, .1);
}


div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
    height: 13px
}

div.pp_default .pp_top .pp_left {
    background: url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat
}

div.pp_default .pp_top .pp_middle {
    background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x
}

div.pp_default .pp_top .pp_right {
    background: url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat
}

div.pp_default .pp_content .ppt {
    color: #f8f8f8
}

div.pp_default .pp_content_container .pp_left {
    background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
    padding-left: 13px
}

div.pp_default .pp_content_container .pp_right {
    background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
    padding-right: 13px
}

div.pp_default .pp_next:hover {
    background: url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
    cursor: pointer
}

div.pp_default .pp_previous:hover {
    background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
    cursor: pointer
}

div.pp_default .pp_expand {
    background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}

div.pp_default .pp_expand:hover {
    background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
    cursor: pointer
}

div.pp_default .pp_contract {
    background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}

div.pp_default .pp_contract:hover {
    background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
    cursor: pointer
}

div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
    cursor: pointer
}

div.pp_default .pp_gallery ul li a {
    background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa
}

div.pp_default .pp_social {
    margin-top: 7px
}

div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
    position: static;
    left: auto
}

div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px
}

div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px
}

div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
    background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
    height: 20px;
    width: 20px;
    margin: 4px 0 0
}

div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 5px
}

div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 110px;
    position: relative
}

div.pp_default .pp_nav .currentTextHolder {
    font-family: Georgia;
    font-style: italic;
    color: #999;
    font-size: 11px;
    left: 75px;
    line-height: 25px;
    position: absolute;
    top: 2px;
    margin: 0;
    padding: 0 0 0 10px
}

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
    opacity: 0.7
}

div.pp_default .pp_description {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    margin: 5px 50px 5px 0
}

div.pp_default .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat
}

div.pp_default .pp_bottom .pp_middle {
    background: url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x
}

div.pp_default .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat
}

div.pp_default .pp_loaderIcon {
    background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat
}

div.light_rounded .pp_top .pp_left {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat
}

div.light_rounded .pp_top .pp_right {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat
}

div.light_rounded .pp_next:hover {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.light_rounded .pp_previous:hover {
    background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.light_rounded .pp_expand {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_expand:hover {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_contract {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_contract:hover {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_nav .pp_play {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_rounded .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_rounded .pp_arrow_previous {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat
}

div.light_rounded .pp_arrow_next {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat
}

div.light_rounded .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat
}

div.light_rounded .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_top .pp_left {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat
}

div.dark_rounded .pp_top .pp_right {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat
}

div.dark_rounded .pp_content_container .pp_left {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y
}

div.dark_rounded .pp_content_container .pp_right {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y
}

div.dark_rounded .pp_next:hover {
    background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_previous:hover {
    background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_expand {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_expand:hover {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_contract {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_contract:hover {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_description {
    margin-right: 85px;
    color: #fff
}

div.dark_rounded .pp_nav .pp_play {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_rounded .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_rounded .pp_arrow_previous {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat
}

div.dark_rounded .pp_arrow_next {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat
}

div.dark_rounded .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat
}

div.dark_rounded .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_loaderIcon {
    background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat
}

div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
    background: #000
}

div.dark_square .pp_description {
    color: #fff;
    margin: 0 85px 0 0
}

div.dark_square .pp_loaderIcon {
    background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat
}

div.dark_square .pp_expand {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.dark_square .pp_expand:hover {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.dark_square .pp_contract {
    background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.dark_square .pp_contract:hover {
    background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.dark_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.dark_square .pp_nav {
    clear: none
}

div.dark_square .pp_nav .pp_play {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_square .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_square .pp_arrow_previous {
    background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat
}

div.dark_square .pp_arrow_next {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat
}

div.dark_square .pp_next:hover {
    background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.dark_square .pp_previous:hover {
    background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.light_square .pp_expand {
    background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.light_square .pp_expand:hover {
    background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.light_square .pp_contract {
    background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.light_square .pp_contract:hover {
    background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.light_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.light_square .pp_nav .pp_play {
    background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_square .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_square .pp_arrow_previous {
    background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat
}

div.light_square .pp_arrow_next {
    background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat
}

div.light_square .pp_next:hover {
    background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.light_square .pp_previous:hover {
    background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.facebook .pp_top .pp_left {
    background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat
}

div.facebook .pp_top .pp_middle {
    background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x
}

div.facebook .pp_top .pp_right {
    background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat
}

div.facebook .pp_content_container .pp_left {
    background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y
}

div.facebook .pp_content_container .pp_right {
    background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y
}

div.facebook .pp_expand {
    background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.facebook .pp_expand:hover {
    background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.facebook .pp_contract {
    background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.facebook .pp_contract:hover {
    background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.facebook .pp_description {
    margin: 0 37px 0 0
}

div.facebook .pp_loaderIcon {
    background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat
}

div.facebook .pp_arrow_previous {
    background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}

div.facebook .pp_arrow_previous.disabled {
    background-position: 0 -96px;
    cursor: default
}

div.facebook .pp_arrow_next {
    background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}

div.facebook .pp_arrow_next.disabled {
    background-position: -32px -96px;
    cursor: default
}

div.facebook .pp_nav {
    margin-top: 0
}

div.facebook .pp_nav p {
    font-size: 15px;
    padding: 0 3px 0 4px
}

div.facebook .pp_nav .pp_play {
    background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
    height: 22px;
    width: 22px
}

div.facebook .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
    height: 22px;
    width: 22px
}

div.facebook .pp_next:hover {
    background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.facebook .pp_previous:hover {
    background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.facebook .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat
}

div.facebook .pp_bottom .pp_middle {
    background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x
}

div.facebook .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat
}

div.pp_pic_holder a:focus {
    outline: none
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000
}

.pp_content {
    height: 40px;
    min-width: 40px
}

* html .pp_content {
    width: 40px
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%
}

.pp_content_container .pp_left {
    padding-left: 20px
}

.pp_content_container .pp_right {
    padding-right: 20px
}

.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px
}

.pp_description {
    display: none;
    margin: 0
}

.pp_social {
    float: left;
    margin: 0
}

.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 55px;
    overflow: hidden
}

.pp_social .twitter {
    float: left
}

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0
}

.pp_nav p {
    float: left;
    white-space: nowrap;
    margin: 2px 4px
}

.pp_nav .pp_play, .pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px
}

a.pp_arrow_previous, a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative
}

.pp_gallery ul {
    float: left;
    height: 35px;
    position: relative;
    white-space: nowrap;
    margin: 0 0 0 5px;
    padding: 0
}

.pp_gallery ul a {
    border: 1px rgba(0, 0, 0, 0.5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden
}

.pp_gallery ul a img {
    border: 0
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0
}

.pp_gallery li.default a {
    background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
    display: block;
    height: 33px;
    width: 50px
}

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
    margin-top: 7px !important
}

a.pp_next {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_previous {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_expand, a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
    text-indent: -10000px
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 24px;
    margin: -12px 0 0 -12px
}

#pp_full_res {
    line-height: 1 !important
}

#pp_full_res .pp_inline {
    text-align: left
}

#pp_full_res .pp_inline p {
    margin: 0 0 15px
}

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px
}

div.pp_default .pp_content, div.light_rounded .pp_content {
    background-color: #fff
}

div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
    color: #000
}

div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
    border-color: #fff
}

div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
    position: relative
}

div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content, div.facebook .pp_content {
    background: #fff
}

div.light_rounded .pp_description, div.light_square .pp_description {
    margin-right: 85px
}

div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important
}

div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default
}

div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default
}

div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon {
    background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}

div.dark_rounded .pp_top .pp_middle, div.dark_rounded .pp_content, div.dark_rounded .pp_bottom .pp_middle {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat
}

div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
    color: #c4c4c4
}

div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
    color: #fff
}

.pp_top, .pp_bottom {
    height: 20px;
    position: relative
}

* html .pp_top, * html .pp_bottom {
    padding: 0 20px
}

.pp_top .pp_left, .pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px
}

.pp_top .pp_middle, .pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px
}

* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
    left: 0;
    position: static
}

.pp_top .pp_right, .pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.pp_fade, .pp_gallery li.default a img {
    display: none
}

html, body { overflow-x: hidden;}

/*																								> 1240
===================================================================================================== */
@media only screen and (min-width: 1240px)
{
    body:not(.header-simple) #Top_bar #menu { display:block !important; }

    /* main menu 2nd level - MegaMenu */
    #Top_bar .menu > li > ul.mfn-megamenu { width:984px; }
    #Top_bar .menu > li > ul.mfn-megamenu > li { float:left;}
    #Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-1 { width:100%;}
    #Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-2 { width:50%;}
    #Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-3 { width:33.33%;}
    #Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-4 { width:25%;}
    #Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-5 { width:20%;}
    #Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-6 { width:16.66%;}
    #Top_bar .menu > li > ul.mfn-megamenu > li > ul { display:block !important; position:inherit; left:auto; top:auto; border-width: 0 1px 0 0; }
    #Top_bar .menu > li > ul.mfn-megamenu > li:last-child > ul{ border: 0; }
    #Top_bar .menu > li > ul.mfn-megamenu > li > ul li { width: auto; }

    #Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title { text-transform: uppercase; font-weight:400;}
    #Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title:hover { background:none;}

    #Top_bar .menu > li > ul.mfn-megamenu a .menu-arrow { display: none; }

    /* MegaMenu with Background */
    #Top_bar .menu > li > ul.mfn-megamenu-bg { padding:20px 166px 20px 20px; background-repeat:no-repeat; background-position: bottom right; }
    #Top_bar .menu > li > ul.mfn-megamenu-bg > li { background:none;}
    #Top_bar .menu > li > ul.mfn-megamenu-bg > li a { border:none;}
    #Top_bar .menu > li > ul.mfn-megamenu-bg > li > ul { background:none !important;
        -webkit-box-shadow: 0 0 0 0;
        -moz-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0;
    }


    /* #Header.is-sticky */
    #Top_bar.is-sticky { position:fixed; width:100%; left:0; top:-60px; height:60px; z-index:701; background:#fff; opacity:.97; filter: alpha(opacity = 97);
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    }

    #Top_bar.is-sticky .top_bar_left,
    #Top_bar.is-sticky .top_bar_right,
    #Top_bar.is-sticky .top_bar_right:before { background:none;}
    #Top_bar.is-sticky .top_bar_right { top:-4px;}

    #Top_bar.is-sticky .logo { width:auto; margin: 0 30px 0 20px; padding:0;}
    #Top_bar.is-sticky #logo { padding:5px 0; height:50px; line-height:50px;}
    #Top_bar.is-sticky #logo img { max-height:35px; width: auto !important;}

    #Top_bar.is-sticky .menu_wrapper { clear:none;}
    #Top_bar.is-sticky .menu_wrapper .menu > li > a  { padding:15px 0;}

    #Top_bar.is-sticky .menu > li > a,
    #Top_bar.is-sticky .menu > li > a span { line-height:30px;}
    #Top_bar.is-sticky .menu > li > a:after { top:auto; bottom:-4px;}

    #Top_bar.is-sticky .menu > li > a span.description { display:none;}

    #Top_bar.is-sticky #header_cart { top:27px;}
    #Top_bar.is-sticky #search_button { top:25px;}
    #Top_bar.is-sticky a.button.action_button { top:13px;}
    #Top_bar.is-sticky .wpml-languages { top:15px;}

    #Top_bar.is-sticky .secondary_menu_wrapper,
    #Top_bar.is-sticky .banner_wrapper { display:none;}

    .header-simple #Top_bar.is-sticky .responsive-menu-toggle { top:12px;}

    /* Sticky dark */
    .sticky-dark #Top_bar.is-sticky { background: rgba(0,0,0,.8); }
    .sticky-dark #Top_bar.is-sticky .menu > li > a { color: #fff; }
    .sticky-dark #Top_bar.is-sticky .top_bar_right a { color: rgba(255,255,255,.5); }
    .sticky-dark #Top_bar.is-sticky .wpml-languages a.active,
    .sticky-dark #Top_bar.is-sticky .wpml-languages ul.wpml-lang-dropdown { background: rgba(0,0,0,0.3); border-color: rgba(0, 0, 0, 0.1); }

    /* .header-simple | Mobile Menu */
    .header-simple #Top_bar #menu { display:none; height: auto; width: 300px; bottom: auto; top: 60px; right: 1px; position: absolute; margin: 0px; background:#fff;}

    .header-simple #Header a.responsive-menu-toggle { display:block; width: 35px; height: 35px; line-height: 35px; font-size: 25px; text-align: center; position:absolute; top: 28px; right: 10px; -webkit-border-radius: 3px; border-radius: 3px; }
    .header-simple #Header a:hover.responsive-menu-toggle { text-decoration: none; }

    /* main menu 1st level */
    .header-simple #Top_bar #menu > ul { width:100%; float: left; }
    .header-simple #Top_bar #menu ul li	{ width: 100%; padding-bottom: 0; border-right: 0; position: relative; }
    .header-simple #Top_bar #menu ul li	a { padding:0 20px; margin:0; display: block; height: auto; line-height: normal; border:none; }
    .header-simple #Top_bar #menu ul li	a:after { display:none;}
    .header-simple #Top_bar #menu ul li	a span { border:none; line-height:48px; display:inline; padding:0;}
    .header-simple #Top_bar #menu ul li.submenu .menu-toggle { width:48px; height:48px; display:block; position:absolute; right:0; top:0; border-left:1px solid rgba(0,0,0,0.03); background:url(../images/menu-plus.png) center no-repeat;}
    .header-simple #Top_bar #menu ul li.hover > .menu-toggle { background: none !important;}
    .header-simple #Top_bar #menu ul li.hover a { border-bottom: 0; }

    .header-simple #Top_bar #menu ul.mfn-megamenu li .menu-toggle { display:none;}

    /* main menu 2nd level */
    .header-simple #Top_bar #menu ul li	ul { position:relative !important; left:0 !important; top:0; padding: 0; margin-left: 0 !important; width:auto !important; background-image:none;}
    .header-simple #Top_bar #menu ul li	ul li { width:100% !important;}
    .header-simple #Top_bar #menu ul li	ul li a { padding: 0 20px 0 30px;}
    .header-simple #Top_bar #menu ul li ul li a .menu-arrow { display: none;}
    .header-simple #Top_bar #menu ul li	ul li a span { padding:0;}
    .header-simple #Top_bar #menu ul li	ul li a span:after { display:none !important;}

    .header-simple #Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title { text-transform: uppercase; font-weight:400;}
    .header-simple #Top_bar .menu > li > ul.mfn-megamenu > li > ul { display:block !important; position:inherit; left:auto; top:auto;}

    /* main menu 3rd level */
    .header-simple #Top_bar #menu ul li	ul li ul { border-left: 0 !important; padding: 0; top: 0; }
    .header-simple #Top_bar #menu ul li	ul li ul li a { padding: 0 20px 0 40px;}

    /* Header Creative */
    body.header-creative { padding-left:50px;}
    body.header-creative.header-open { padding-left:250px;}
    body.error404,
    body.under-construction,
    body.template-blank { padding-left:0 !important;}

    #Header_creative { background: #fff; }

    #Header_creative { position: fixed; width: 250px; height: 100%; left: -200px; top: 0; z-index: 1001; -webkit-box-shadow: 2px 0 4px 2px rgba(0,0,0,.15); box-shadow: 2px 0 4px 2px rgba(0,0,0,.15); }
    #Header_creative .container { width: 100%; }
    #Header_creative .creative-wrapper { display: none; }

    #Header_creative a.creative-menu-toggle { display:block; width: 35px; height: 35px; line-height: 35px; font-size: 25px; text-align: center; position:absolute; top: 10px; right: 8px; -webkit-border-radius: 3px; border-radius: 3px; }
    .admin-bar #Header_creative a.creative-menu-toggle { top: 42px; }

    #Header_creative #Top_bar { position: static; }
    #Header_creative #Top_bar { width: 100%; }
    #Header_creative #Top_bar .top_bar_left { width: 100% !important; float: none; }
    #Header_creative #Top_bar .top_bar_right { width: 100% !important; float: none; height:auto; margin-bottom:35px; text-align: center; padding: 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    #Header_creative #Top_bar .top_bar_right:before { display: none; }
    #Header_creative #Top_bar .logo { float: none; text-align: center; margin: 15px 0; }
    #Header_creative #Top_bar .menu_wrapper { float: none; margin-bottom: 40px; }
    #Header_creative #Top_bar .menu > li { width: 100%; float: none; position: relative; }
    #Header_creative #Top_bar .menu > li > a { padding: 0; text-align: center; }
    #Header_creative #Top_bar .menu > li > a:after { display: none; }
    #Header_creative #Top_bar .menu > li > a span { border-right: 0; border-bottom-width: 1px; line-height:38px; }
    #Header_creative #Top_bar .menu li ul { left: 100%; top: 0; }
    #Header_creative #Top_bar .menu > li > ul.mfn-megamenu { width: 700px !important; }
    #Header_creative #Top_bar .menu > li > ul.mfn-megamenu > li > ul { left: 0; }
    #Header_creative #Top_bar .menu li ul li a { padding-top:9px; padding-bottom:8px; }
    #Header_creative #Top_bar .menu li ul li ul { top: 0 !important; }
    #Header_creative #Top_bar .menu > li > a span.description { display:block; font-size:13px; line-height:28px !important; clear:both;}
    #Header_creative #Top_bar .search_wrapper { left: 100%; top: auto; bottom: -90px; }
    #Header_creative #Top_bar a#header_cart { display: inline-block; float: none; top: 3px; }
    #Header_creative #Top_bar a#search_button { display: inline-block; float: none; top: 3px; }
    #Header_creative #Top_bar a.button.action_button { display: inline-block; float: none; top: 0; margin-bottom: 0; margin-top: 10px; }
    #Header_creative #Top_bar .wpml-languages { display: inline-block; float: none; top: 0; }
    #Header_creative #Top_bar .wpml-languages.enabled:hover a.active { padding-bottom: 9px; }

    #Header_creative #Top_bar .banner_wrapper { display:block; text-align:center;}
    #Header_creative #Top_bar .banner_wrapper img { max-width:100%; height:auto; display:inline-block;}

    #Header_creative #Action_bar { position: absolute; bottom: 0; top: auto; clear: both; padding: 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    #Header_creative #Action_bar .social { float: none; text-align: center; }
    #Header_creative #Action_bar .social li { margin-bottom: 2px; }
    #Header_creative .social li a { color: rgba(0,0,0,.5); }
    #Header_creative .social li a:hover { color: rgb(0,0,0); }

    #Header_creative .creative-social { position: absolute; bottom: 10px; right: 0; width: 50px; }
    #Header_creative .creative-social li { display: block; float: none; width: 100%; text-align: center; margin-bottom: 5px; }

    .header-menu-right #Top_bar .menu_wrapper { float: right;}
    .header-menu-right.header-stack #Top_bar .menu_wrapper { margin-right:150px;}

    .header-creative .fixed-nav.fixed-nav-prev { margin-left:50px;}
    .header-creative.header-open .fixed-nav.fixed-nav-prev { margin-left:250px;}

    /* Always Open */
    .header-open #Header_creative { left:0;}
    .header-open #Header_creative .creative-wrapper { display:block;}
    .header-open #Header_creative .creative-menu-toggle,
    .header-open #Header_creative .creative-social { display:none;}

    /* Menu highlight */
    .menu-highlight #Top_bar .menu > li { margin: 0 2px; }
    .menu-highlight:not(.header-creative) #Top_bar .menu > li > a { margin: 20px 0; padding: 0; -webkit-border-radius: 5px; border-radius: 5px; }
    .menu-highlight #Top_bar .menu > li > a:after { display: none; }
    .menu-highlight #Top_bar .menu > li > a span:not(.description) { border-right-width: 0; line-height: 50px; }
    .menu-highlight #Top_bar .menu > li > a span.description { display: none; }

    .menu-highlight.header-stack #Top_bar .menu > li > a { margin: 10px 0; }
    .menu-highlight.header-stack #Top_bar .menu > li > a span:not(.description) { line-height: 40px; }

    .menu-highlight.header-fixed #Top_bar .menu > li > a { margin: 10px 0; padding: 5px 0; }
    .menu-highlight.header-fixed #Top_bar .menu > li > a span { line-height:30px;}

    .menu-highlight.header-transparent #Top_bar .menu > li > a { margin: 5px 0; }

    .menu-highlight.header-simple #Top_bar #menu ul li,
    .menu-highlight.header-creative #Top_bar #menu ul li { margin: 0; }
    .menu-highlight.header-simple #Top_bar #menu ul li > a,
    .menu-highlight.header-creative #Top_bar #menu ul li > a { -webkit-border-radius: 0; border-radius: 0; }

    .menu-highlight:not(.header-simple) #Top_bar.is-sticky .menu > li > a { margin: 10px 0 !important; padding: 5px 0 !important; }
    .menu-highlight:not(.header-simple) #Top_bar.is-sticky .menu > li > a span { line-height:30px !important;}
}


/* 																								< 1240
===================================================================================================== */
@media only screen and (max-width: 1239px)
{
    /* Header */
    #Top_bar #menu { display:none; height: auto; width: 300px; bottom: auto; top: 100%; right: 1px; position: absolute; margin: 0px; background:#fff;}

    #Top_bar a.responsive-menu-toggle { display:block; width: 35px; height: 35px; text-align: center; position:absolute; top: 28px; right: 10px; -webkit-border-radius: 3px; border-radius: 3px; }
    #Top_bar a:hover.responsive-menu-toggle { text-decoration: none; }
    #Top_bar a.responsive-menu-toggle i { font-size: 25px; line-height: 35px;}
    #Top_bar a.responsive-menu-toggle span { float:right; padding:10px 5px; line-height:14px;}

    /* main menu 1st level */
    #Top_bar #menu > ul { width:100%; float: left; }
    #Top_bar #menu ul li { width: 100%; padding-bottom: 0; border-right: 0; position: relative; }
    #Top_bar #menu ul li a { padding:0 20px; margin:0; display: block; height: auto; line-height: normal; border:none; }
    #Top_bar #menu ul li a:after { display:none;}
    #Top_bar #menu ul li a span { border:none; line-height:48px; display:inline; padding:0;}
    #Top_bar #menu ul li a span.description { margin:0 0 0 5px;}
    #Top_bar #menu ul li.submenu .menu-toggle { width:48px; height:48px; display:block; position:absolute; right:0; top:0; border-left:1px solid rgba(0,0,0,0.03); background:url(../images/menu-plus.png) center no-repeat;}
    #Top_bar #menu ul li.hover > .menu-toggle { background: none !important;}
    #Top_bar #menu ul li.hover a { border-bottom: 0; }

    #Top_bar #menu ul.mfn-megamenu li .menu-toggle { display:none;}

    /* main menu 2nd level */
    #Top_bar #menu ul li ul { position:relative !important; left:0 !important; top:0; padding: 0; margin-left: 0 !important; width:auto !important; background-image:none !important;}
    #Top_bar #menu ul li ul li { width:100% !important;}
    #Top_bar #menu ul li ul li a { padding: 0 20px 0 30px;}
    #Top_bar #menu ul li ul li a .menu-arrow { display: none;}
    #Top_bar #menu ul li ul li a span { padding:0;}
    #Top_bar #menu ul li ul li a span:after { display:none !important;}

    #Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title { text-transform: uppercase; font-weight:400;}
    #Top_bar .menu > li > ul.mfn-megamenu > li > ul { display:block !important; position:inherit; left:auto; top:auto;}

    /* main menu 3rd level */
    #Top_bar #menu ul li ul li ul { border-left: 0 !important; padding: 0; top: 0; }
    #Top_bar #menu ul li ul li ul li a { padding: 0 20px 0 40px;}

    /* Header Creative */
    #Header_creative { position: fixed; width: 100%; left: 0px !important; z-index: 1001; }
    #Header_creative .creative-wrapper { display: block !important; opacity: 1 !important; filter: alpha(opacity=100) !important; }
    #Header_creative .creative-menu-toggle,
    #Header_creative .creative-social { display: none !important; opacity: 1 !important; filter: alpha(opacity=100) !important; }
    #Header_creative #Top_bar { position: static; margin: 0 8%; width: 84%; }
    #Header_creative #Top_bar #logo { height: 50px; line-height: 50px; padding: 5px 0; }
    #Header_creative #Top_bar #logo img { max-height: 40px; }
    #Header_creative #Top_bar .responsive-menu-toggle { top: 12px; }
    #Header_creative #Top_bar #header_cart { top: 21px; }
    #Header_creative #Top_bar #search_button { top: 20px; }
    #Header_creative #Top_bar .wpml-languages { top: 11px; }
    #Header_creative #Top_bar .action_button { top: 9px; }
    #Header_creative #Top_bar .top_bar_right { height: 60px; top: 0; }
    #Header_creative #Top_bar .top_bar_right:before { display: none; }
    #Header_creative #Action_bar { display: none; }

    .header_placeholder { height: 0 !important;}

    /* Stack header */
    .header-stack #Top_bar {}
    .header-stack .menu_wrapper a.responsive-menu-toggle { position: static !important; margin: 11px 0; }
    .header-stack .menu_wrapper #menu { left: 0; right: auto; }

    /* Responsive | Hover Effect */
    .no-hover-tablet a.button:after,
    .no-hover-tablet a.tp-button:after,
    .no-hover-tablet button:after,
    .no-hover-tablet input:after { display:none;}

    .no-hover-tablet .image_frame:not(.no_link) .image_wrapper img:not(.ls-l) { margin-bottom: 0 !important; }
    .no-hover-tablet .image_frame .image_wrapper img { top: 0 !important; }
    .no-hover-tablet .image_frame .image_wrapper .mask,
    .no-hover-tablet .image_frame .image_wrapper .image_links { display:none !important;}

    .no-hover-tablet .Recent_posts ul li .desc:after { display:none;}
    .no-hover-tablet .Recent_posts ul li a:hover h6,
    .no-hover-tablet .Recent_posts ul li a:hover .desc .date { color: inherit !important; }

    /* Responsive | Section Background Image */
    .no-section-bg-tablet .section { background-image:none !important;}
}


/* #Desktop 																				960 - 1239
====================================================================================================== */
@media only screen and (min-width: 960px) and (max-width: 1239px)
{
    body 							{ min-width:0; }
    #Wrapper 						{ width: 960px; }

    .section_wrapper,
    .container,
    .with_aside .content_wrapper	{ width: 940px; }

    /* ======================================================= */

    /* Top bar width */
    #Top_bar .top_bar_left { width: 729px; }

    /* Google maps */
    .column_map .google-map-contact-wrapper { width: 921px; margin-left: -460px; }

    /* Portfolio list */
    body:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper { width: 921px; }

    /* Error 404 */
    #Error_404 .error_pic i { font-size: 220px; line-height: 260px; }
    #Error_404 .error_desk { padding-top: 40px; }

    /* Offer slider */
    .offer .offer_li .desc_wrapper { width: 436px; }

    /* Recent posts */
    .Recent_posts ul li .desc { margin-right: 60px; }
    .Recent_posts ul li .photo { width: 60px; height: 60px; }
    .Recent_posts ul li .photo .c { width: 20px; height: 20px; line-height: 20px; bottom: 5px; right: -8px; }
}


/* #Header Creative always Open 															1240 - 1489
====================================================================================================== */
@media only screen and (min-width: 1240px) and (max-width: 1489px)
{
    body.header-open							{ min-width:0; }
    .header-open #Wrapper 						{ width: 960px; }

    .header-open .section_wrapper,
    .header-open .container,
    .header-open.with_aside .content_wrapper	{ width: 940px; }

    .header-open.with_aside .section_wrapper	{ width:100%; }

    /* ======================================================= */

    /* Google maps */
    .header-open .column_map .google-map-contact-wrapper { width: 921px; margin-left: -460px; }

    /* Portfolio list */
    body.header-open:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper { width: 921px; }

    /* Error 404 */
    .header-open #Error_404 .error_pic i { font-size: 220px; line-height: 260px; }
    .header-open #Error_404 .error_desk { padding-top: 40px; }

    /* Offer slider */
    .header-open .offer .offer_li .desc_wrapper { width: 436px; }

    /* Recent posts */
    .header-open .Recent_posts ul li .desc { margin-right: 60px; }
    .header-open .Recent_posts ul li .photo { width: 60px; height: 60px; }
    .header-open .Recent_posts ul li .photo .c { width: 20px; height: 20px; line-height: 20px; bottom: 5px; right: -8px; }
}


body {
    overflow-x: hidden;
}


/* #Tablet (Landscape) 																			> 960
===================================================================================================== */
@media only screen and (min-width: 960px)
{
    .hide-desktop { display:none !important;}
}


/* #Tablet (Landscape) 																		768 - 959
===================================================================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px)
{
    body							{ min-width:0; }
    #Wrapper						{ width: 728px; }

    .section_wrapper,
    .container,
    .with_aside .content_wrapper	{ width: 708px; }

    /* ======================================================= */

    /* Header magazine */
    .header-magazine #Top_bar .banner_wrapper { width: 300px; top: 27px; }

    .hide-tablet { display:none !important;}
    a.kill_the_icon .button_icon { display: none; }

    /* Top bar width */
    #Top_bar .top_bar_left { width: 501px; }

    /* .footer-sliding */
    .footer-fixed #Content,
    .footer-sliding #Content { margin-bottom: 0 !important; }
    .footer-fixed #Footer,
    .footer-sliding #Footer { position: static;}

    /* Subheader */
    #Subheader .title { width: 100%; }
    #Subheader ul.breadcrumbs { display: none; }

    /* Blog */
    .with_aside .classic .post-meta .author-date .author .label { display: none; }
    .with_aside .classic .post-meta .category { display: none; }

    /* Masonry */
    .masonry .post-item { width: 47.9%; }

    /* Timeline */
    .timeline .post-photo-wrapper { width: 100%; float: none; }
    .timeline .post-desc-wrapper { width: 100%; float: none; }

    /* Filters */
    #Filters .filters_wrapper ul li { float:left; width: 24%; margin: 0.5%; }

    /* Portfolio list */
    body:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper { width: 694px; }

    /* Google maps */
    .column_map .google-map-contact-wrapper { width: 694px; margin-left: -347px; }

    /* Recent posts */
    .Recent_posts ul li .desc { margin-right: 40px; }
    .Recent_posts ul li .photo { width: 40px; height: 40px; }
    .Recent_posts ul li.format-link .photo { background-size: 40% auto; }
    .Recent_posts ul li .photo .c { width: 20px; height: 20px; line-height: 20px; bottom: 5px; right: -8px; }

    /* Tabs */
    .tabs_vertical.ui-tabs .ui-tabs-nav { width: 33% !important; }
    .tabs_vertical.ui-tabs .ui-tabs-panel { width: 66.7% !important; }

    /* Counter */
    .one-fourth .counter.counter_horizontal,
    .one-fifth .counter.counter_horizontal,
    .one-sixth .counter.counter_horizontal { text-align: center; }
    .one-fourth .counter.counter_horizontal .icon_wrapper,
    .one-fifth .counter.counter_horizontal .icon_wrapper,
    .one-sixth .counter.counter_horizontal .icon_wrapper { position: static; margin: 0 auto; margin-bottom: 15px; }
    .one-fourth .counter.counter_horizontal .desc_wrapper,
    .one-fifth .counter.counter_horizontal .desc_wrapper,
    .one-sixth .counter.counter_horizontal .desc_wrapper { padding-left: 0; }

    /* Article box */
    .one-third .article_box .photo_wrapper { width: 100%; float: none; text-align: center; }
    .one-third .article_box .desc_wrapper { width: 100%; min-height: auto; float: none; }

    /* Pricing table */
    .pricing-box .plan-header h2 { word-wrap: break-word; }
    .pricing-box .plan-header .price sup.period { position: static; top: 0; display: block; }

    /* Infobox */
    .infobox { padding-left:20px; word-wrap: break-word;}
    .infobox ul li { padding-left: 0; padding-right: 0; }
    .infobox ul li:before { display: none; }

    /* Portfolio photo */
    .portfolio-photo .portfolio-item .portfolio-details:hover .details { opacity: 1; }
    .portfolio-photo .portfolio-item .portfolio-details .more { display: none; }

    /* Get in touch */
    .get_in_touch { padding-left:20px; word-wrap: break-word;}
    .get_in_touch ul li { padding-left: 0; padding-right: 0; }
    .get_in_touch ul li .icon { display: none; }

    /* Hover color */
    .hover_color { word-wrap:break-word;}

    /* How it works */
    .how_it_works .image { width: 120px; height: 120px; line-height: 120px; }
    .how_it_works .image img { max-width: 66px !important; max-height: 66px !important; }
    .how_it_works .image .number { bottom: 0; right: 0; }
    .how_it_works.has_border:after { top: 60px; }

    /* Opening Hours */
    .opening_hours { padding-left:20px; word-wrap: break-word;}
    .opening_hours .opening_hours_wrapper li span { font-size: 16px; line-height: 16px; }

    /* Icon box */
    .icon_box.icon_position_left { min-height: auto; padding-left: 0; padding-right: 0; }
    .icon_box.icon_position_left .icon_wrapper { position: static; margin-bottom: 15px; }
    .icon_box.icon_position_left .desc_wrapper { text-align: center; padding-top: 0; }
    .icon_box.icon_position_left .image_wrapper { position: static; left: 0; margin-bottom: 15px; width: auto; height: auto; }

    /* Flat box */
    .flat_box .photo_wrapper .icon { width: 50px; }
    .flat_box .photo_wrapper .icon i { height: 40px; line-height: 40px; font-size: 30px; margin-top: -20px; }
    .flat_box a:hover .photo_wrapper .icon { -webkit-transform: translateX(-50px); transform: translateX(-50px); }
    .flat_box .desc_wrapper { margin-left: 50px; }

    /* Offer thumb */
    .offer_thumb_ul li.offer_thumb_li .image_wrapper { width: 100%; float: none; }
    .offer_thumb_ul li.offer_thumb_li .desc_wrapper { width: 100%; float: none; }

    /* Trailer box */
    .trailer_box .desc h2 { font-size: 22px; line-height: 22px; }

    /* Offer slider */
    .offer .offer_li .desc_wrapper { width: 324px; }

    /* Error 404 */
    #Error_404 { position: static; padding-top: 50px; margin-top: 0; }
    #Error_404 .error_pic { width: 100%; float: none; }
    #Error_404 .error_pic i { font-size: 260px; line-height: 260px; }
    #Error_404 .error_desk { width: 100%; float: none; padding-top: 20px; text-align: center; }

    /* Buttons */
    a.kill_the_icon .button_icon,
    .widget-area a.button .button_icon { display: none; }

}


/* #Tablet (Portrait) & Mobile - COMMON 														< 768	*
===================================================================================================== */
@media only screen and (max-width: 767px)
{
    body 							{ min-width:0;}
    #Wrapper						{ width: 300px;}

    .section_wrapper .column,
    .container .column,
    .sections_group,
    .four.columns					{ margin:0; width: 100% !important; clear: both; }
    .aside_both .sections_group		{ margin:0 auto !important;}

    .section_wrapper,
    .container,
    .four.columns					{ width: 260px !important; }

    .left-sidebar .items_group,
    .right-sidebar .items_group,
    .with_aside .content_wrapper 	{ width:100%;}

    .section_wrapper .column		{ margin:0 0 20px;}

    .four.columns					{ float: none !important; margin:0 auto !important; }

    /* ======================================================= */

    .hide-mobile { display:none !important;}

    /* .section */
    .section { background-attachment:scroll !important; height: auto !important; }

    /* Header */
    #Top_bar,
    #Action_bar { background: #fff !important; position: static; }
    #Top_bar .top_bar_left { float: none; width: 100% !important; margin-top:10px; background:none !important;}
    .header-simple #Top_bar .top_bar_left { top:0 !important;}
    #Top_bar .top_bar_right { float: none; top: 0; height: 60px; padding: 0 10px; }
    #Top_bar .top_bar_right .top_bar_right_wrapper { float: right; }
    #Top_bar .top_bar_right:before { display: none; }
    #Top_bar a#header_cart { top: 20px; }
    #Top_bar a#search_button { top: 20px; }
    #Top_bar a.button.action_button { top: 9px; }
    #Top_bar .wpml-languages { top: 11px; }

    #Header a.responsive-menu-toggle { position: absolute !important; top: 20px !important; right: 5px !important; z-index: 10; margin: 0; }
    #Header a.responsive-menu-toggle.is-sticky { position: fixed !important; top: 10px !important; left: 10px !important; z-index:30; }
    #Header #menu { position: static; float: left; width: auto; }

    #Top_bar .logo { position: static; float: none; width: 100%; text-align: center; margin: 0; }
    #Top_bar .logo #logo { padding: 5px 42px 15px;}
    #Top_bar .logo #logo img { height:auto !important;}

    #Top_bar .search_wrapper { top: auto; bottom:-132px; }

    #Action_bar .contact_details li,
    #Action_bar .social { padding:0 !important;}
    #Action_bar .contact_details { float: none; text-align: center; padding: 5px 0; }
    #Action_bar .contact_details li { color: #000; padding: 0; }
    #Action_bar .contact_details li.slogan { display: none; }
    #Action_bar .social { float: none; text-align: center; padding: 5px 0 0; }
    #Action_bar .social li { margin-right: 5px; }
    #Action_bar .social li a { color: rgba(0,0,0,.3); }
    #Action_bar .social li a:hover { color: rgba(0,0,0,.8); }
    #Action_bar .social-menu { float: none; text-align: center; padding: 5px 0 0; }

    /* Header below */
    body.header-below:not(.template-slider) #Header { padding-top: 0; }

    /* Stack header */
    .header-stack #Top_bar .logo { padding: 0; text-align: center !important; }
    .header-stack #Top_bar .secondary_menu_wrapper { display: none; }
    .header-stack #Top_bar .top_bar_right { position: static; }

    /* Header Creative */
    #Header_creative { position: static; }
    #Header_creative #Top_bar .responsive-menu-toggle { top: 20px; }
    #Header_creative #Top_bar .top_bar_left { margin-top: 0; padding-top: 10px; overflow: hidden; }
    #Header_creative #Top_bar .logo #logo { padding: 5px 42px 15px; }
    #Header_creative #Top_bar .logo #logo img { max-height:50px; }
    #Header_creative #Top_bar #menu { position: static; width: 100%; }

    /* Subheader */
    body:not(.template-slider):not(.header-simple) #Header { min-height: 350px; background-position: center 202px; }
    #Subheader .title { width: 100%; }
    #Subheader ul.breadcrumbs { display: none; }

    /* Minimalist Header */
    body.minimalist-header.header-classic:not(.template-slider) #Header,
    body.minimalist-header.header-creative:not(.template-slider) #Header,
    body.minimalist-header.header-split:not(.template-slider) #Header { min-height:0;}
    body.minimalist-header.header-simple:not(.template-slider) #Header { min-height:90px;}
    body.minimalist-header.header-transparent #Header { min-height:0 !important;;}

    /* Header Magazine */
    .header-magazine #Top_bar .banner_wrapper { width: 100%; height: auto; text-align: center; position: static; margin-bottom: 20px; }

    /* Popup contact */
    #popup_contact { display: none; }

    /* .footer-sliding */
    .footer-fixed #Content,
    .footer-sliding #Content { margin-bottom: 0 !important; }
    .footer-fixed #Footer,
    .footer-sliding #Footer { position: static;}

    /* Widget */
    .widget-area { min-height: 0 !important; }

    /* Blog */

    /* Classic */
    .classic .post-photo-wrapper { width: 100%; float: none; }
    .classic .post-desc-wrapper { width: 100%; float: none; }
    .classic .post-meta .author-date .author .label { display: none; }
    .classic .post-meta .category { display: none; }
    .classic .post-desc-wrapper .post-footer .button-love .love-text { display: none; }
    .classic .post-desc-wrapper .post-desc { padding: 15px 0 0 0px; }

    /* Timeline */
    .timeline .post-item { padding-left: 0; background: none; }
    .timeline .post-item:before { display: none; }
    .timeline .post-photo-wrapper { width: 100%; float: none; }
    .timeline .post-desc-wrapper { width: 100%; float: none; }
    .timeline .post-item .date_label { display: inline-block; position: static; margin-bottom: 10px; }
    .timeline .post-meta .category { display: none; }
    .timeline .post-desc-wrapper .post-footer .button-love .love-text { display: none; }
    .timeline .post-desc-wrapper .post-desc { padding: 15px 0 0 0px; }

    /* Masonry */
    .masonry .post-item { width: 98%; }

    /* Blog single */
    .single-post .format-image .single-photo-wrapper .image_frame { display: block; }
    .single-post .format-link .single-photo-wrapper,
    .single-post .format-quote .single-photo-wrapper { display: none; }

    /* Post header */
    .post-header .button-love { width: 69px; }
    .post-header .title_wrapper { margin-left: 69px; padding-left: 20px; }
    .post-header .title_wrapper h1 { font-size: 27px; line-height: 27px; }
    .post-header .post-meta .category { display: none; }

    /* Single photo wrapper */
    .single-photo-wrapper .share_wrapper { display: none; }
    .single-photo-wrapper .image_frame { margin-left: 0; }

    /* Post nav */
    .post-nav { padding: 10px 10px 4px 90px; }

    /* Project decription */
    .project-description li,
    .project-description li.one-third { width: 100%; border-width: 0 0 1px 0; }
    .project-description li:last-child { border-bottom: 0; }

    /* Portfolio grid */
    ul.portfolio_grid li { width: 100% !important; float: left ; }

    /* Fixed nav */
    .fixed-nav { display: none !important; }

    /* Filters */
    .blog #Filters { margin-bottom: 0; }
    #Filters .filters_wrapper ul li { float:left; width: 49%; margin: 0.5%; }

    /* Portfolio */
    .portfolio_group .portfolio-item { width: 100% !important; float: none; }

    .portfolio_group .portfolio-item .list_style_header { padding-right: 0; min-height: inherit; }
    .portfolio_group .portfolio-item .list_style_header h3 { margin: 0px; }
    .portfolio_group .portfolio-item .list_style_header .links_wrapper { display: none; }
    .portfolio_group .portfolio-item .desc .desc-wrapper { margin-right: 0px; }
    .portfolio_group .portfolio-item .desc .details-wrapper { float: none; width: 100%; padding-left: 0; border-left-width: 0px; border-bottom-width: 1px; padding-bottom: 15px; margin-bottom: 15px; }

    .portfolio_group.list .portfolio-item .desc { padding-top: 10px; }
    .portfolio_group.list .portfolio-item .portfolio-item-fw-bg { background-image: none !important; padding-bottom: 0; }
    body:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper { width: 380px; }

    /* Sidebar */
    .widget-area { border: 0 !important; padding: 0 !important; margin: 0 0 30px 0 !important; }
    .widget-area:after,
    .widget-area:before { display: none; }
    .widget:after { width: 100%; }



    /* Divider */
    .hr_full hr, .aside_left .hr_full hr, .aside_right .hr_full hr { position: absolute; left: -1000px; top: 0; width: 3000px; }

    /* How it works */
    .how_it_works .image, .with_aside .how_it_works .image { width: 200px; height: 200px; line-height: 200px; }
    .how_it_works .image img { max-width: 116px !important; max-height: 116px !important; }
    .how_it_works .image .number, .with_aside .how_it_works .image .number { bottom: 10px; right: 10px; }
    .how_it_works.has_border:after { display: none; }

    /* Pricing table */
    .pricing-box-label .plan-header,
    .pricing-box-label .plan-footer { display: none; }
    .pricing-box-label ul li { text-align: center !important; }

    /* Offer slider */
    .offer .offer_li .image_wrapper { width: 100%; float: none; margin-bottom: 15px; overflow: hidden; }
    .offer .offer_li .desc_wrapper { width: 100%; float: none; clear: both; margin: 0; }
    .offer .offer_li .desc_wrapper .title { padding-right: 0; margin-bottom: 15px; }
    .offer .offer_li .desc_wrapper .title h3 { margin-bottom: 15px;; font-size: 27px; line-height: 27px; }
    .offer .offer_li .desc_wrapper .title a.button { position: relative; }
    .offer a.slider_prev { left: 20px; top: 20px; margin: 0; }
    .offer .slider_pagination { left: 20px; top: 65px; margin: 0; }
    .offer a.slider_next { left: 20px; top: 111px; margin: 0; }

    /* Offer thumb */
    .offer_thumb { padding-left: 0; }
    .offer_thumb_ul li.offer_thumb_li { padding-left: 0; }
    .offer_thumb_ul li.offer_thumb_li .image_wrapper { width: 100%; float: none; }
    .offer_thumb_ul li.offer_thumb_li .desc_wrapper { width: 100%; float: none; }
    .offer_thumb_ul li.offer_thumb_li .desc_wrapper .title { padding-right: 0; }
    .offer_thumb_ul li.offer_thumb_li .desc_wrapper .title h3 { margin-bottom: 15px; }
    .offer_thumb_ul li.offer_thumb_li .desc_wrapper .title a.button { position: relative; }
    .offer_thumb .slider_pagination { margin-top: 20px; line-height: inherit; }

    /* Call to action */
    .call_to_action .call_left,
    .call_to_action .call_center,
    .call_to_action .call_right { display: block; width: 100%; }
    .call_to_action .call_left { margin-bottom: 20px; }
    .call_to_action .call_center { margin-bottom: 20px; }
    .call_to_action .call_right { margin-bottom: 0px; text-align: center; }

    /* Timeline */
    .timeline_items { background-position: 91px top; }
    .timeline_items li { padding: 0 0 25px 150px !important; background: url(../images/timeline_right.png) no-repeat !important; background-position: 50px top !important; width: auto; }
    .timeline_items li h3 span { left: 0 !important; right: auto; }
    .timeline_items li h3,
    .timeline_items li:nth-child(even) h3 { text-align: left; }
    .timeline_items li h3:before { left: 93px; }
    .timeline_items li .desc,
    .timeline_items li:nth-child(even) .desc { text-align: left; }
    .timeline_items li .desc:before { display: none; }
    .timeline_items:after { left: 93px; }

    /* Testimonials list */
    .testimonials_list .item { margin-bottom: 30px; }
    .testimonials_list .item .photo { width: 100%; float: none; margin-bottom: 10px; }
    .testimonials_list .item .desc { width: 100%; float: none; margin-bottom: 0px; }

    /* Promo box */
    .promo_box.has_border:after { display: none; }
    .promo_box_wrapper { overflow: visible; }
    .promo_box_wrapper .photo_wrapper { width: 100%; float: none; line-height: 0; margin-bottom: 15px; }
    .promo_box_wrapper .desc_wrapper { width: 100%; margin: 0 !important; float: none; padding-top: 0px; }

    /* Clients */
    ul.clients:not(.clients_slider_ul) li { width: 50% !important; }

    /* Fancy headings */
    .fancy_heading h2 { font-size: 30px; line-height: 30px; }

    /* Icon box */
    .icon_box.has_border:after { display: none; }

    /* Image Frame */
    .image_frame { margin-top:0 !important;}

    /* Content block */
    .content_slider,
    .content_slider.flat { padding: 0 65px 32px; }
    .content_slider a.slider_prev,
    .content_slider.flat a.slider_prev { left: 0px; }
    .content_slider a.slider_next,
    .content_slider.flat a.slider_next { right: 0px; }

    /* Portfolio photo */
    .portfolio-photo .portfolio-item .portfolio-details .details { display: none; }
    .portfolio-photo .portfolio-item .portfolio-details .more { opacity: 1; }


    /* Tabs */
    .ui-tabs .ui-tabs-nav { background: none; }
    .ui-tabs .ui-tabs-nav li { float: none !important; width: 100% !important; border-width: 0 0 1px 0; }
    .ui-tabs .ui-tabs-nav li:last-child { border-bottom: 0; }
    .ui-tabs .ui-tabs-nav li a { text-align: center; }
    .ui-tabs .ui-tabs-nav li a { background-image: url(../images/bg_panel.png); background-repeat: repeat-x; background-position: left top; }
    .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
    .ui-tabs .ui-tabs-nav li.ui-state-active a { background-image: none; }

    .ui-tabs .ui-tabs-nav li.ui-tabs-selected:after,
    .ui-tabs .ui-tabs-nav li.ui-state-active:after { display: none; }

    .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after,
    .ui-tabs .ui-tabs-nav li.ui-state-disabled a:after,
    .ui-tabs .ui-tabs-nav li.ui-state-processing a:after,
    .ui-tabs .ui-tabs-nav li.ui-state-active a:after { display: none; }

    /* Google maps */
    .column_map .google-map-contact-wrapper { position: static; margin: 0; width: 100%; height: auto; }
    .column_map .google-map-contact-wrapper .get_in_touch { float: none; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

    /* Features lists */
    .feature_list ul li { width: 100%; float: none; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
    .feature_list hr { display: none; }

    /* Error 404 */
    #Error_404 { position: static; padding-top: 20px; margin-top: 0; }
    #Error_404 .error_pic { width: 100%; float: none; }
    #Error_404 .error_pic i { font-size: 160px; line-height: 160px; }
    #Error_404 .error_desk { width: 100%; float: none; padding-top: 20px; text-align: center; }
    #Error_404 .error_desk h2 { font-size: 30px; line-height: 30px; }
    #Error_404 .error_desk h4 { font-size: 19px; line-height: 25px; }
    #Error_404 .error_desk p .check { line-height: 22px; font-size: 16px; margin-bottom: 15px; display: block; }

    /* Footer */
    #Footer .footer_copy { text-align: center; }
    #Footer .footer_copy .copyright { float: none; margin: 0 0 10px 0; }
    #Footer .footer_copy a#back_to_top { float: none; margin: 0 0 10px 0; }
    #Footer .footer_copy .social { float: none; margin: 0; }
    #Footer .footer_copy .social-menu { float: none; margin: 0; }

    /* bbpress */
    .bbpress ul { font-size: 13px; }
    .bbpress li.bbp-forum-info,
    .bbpress li.bbp-topic-title { width: 44%; }
    .bbpress li.bbp-forum-topic-count,
    .bbpress li.bbp-topic-voice-count,
    .bbpress li.bbp-forum-reply-count,
    .bbpress li.bbp-topic-reply-count { width: 15%; }
    .bbpress .bbp-body li.bbp-forum-freshness,
    .bbpress .bbp-body li.bbp-topic-freshness { line-height: 16px; font-size: 11px; }

    /* WordPress Admin Bar */
    html #wpadminbar { z-index:9999 !important; position:fixed;}
}


/* #Tablet (Portrait) & #Mobile (Landscape)													480 - 767	*
===================================================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px)
{
    #Wrapper						{ width: 420px;}

    .section_wrapper,
    .container,
    .four.columns					{ width: 380px !important;}

    .with_aside .content_wrapper 	{ width:100%;}

    /* ======================================================= */

    /* Respond */
    #respond .comment-form-author { width: 100%; margin-right: 0%; float: none; }
    #respond .comment-form-email { width: 100%; margin-right: 0%; float: none; }
    #respond .comment-form-url { width: 100%; float: none; }
    #respond input[type="text"], #respond input[type="password"], #respond input[type="email"], #respond select { width: 100%; }
    #respond .comment-form-comment textarea { width: 100%; }
    #comments .commentlist .children { margin-left: 0px; padding-left: 30px; }
    #respond .required { right: 15px; }
}


/* 	#Mobile (Portrait)																			< 480
===================================================================================================== */
@media only screen and (max-width: 479px) {

    #Top_bar a.button.action_button { margin-right:0; }

    /* Post nav */
    .post-nav { padding: 10px 10px 4px 10px; }

    /* Portfolio list */
    body:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper { width: 260px; }

    /* Filters */
    #Filters .filters_buttons li { margin-right: 10px; }
    #Filters .filters_buttons li.label { display: none; }
    #Filters .filters_buttons li i.icon-docs,
    #Filters .filters_buttons li i.icon-tag { display: none; }

    /* Team */
    .team.team_horizontal .image_frame { width: 100%; margin: 0 0 15px 0; float: none; }
    .team.team_horizontal .desc_wrapper { width: 100%; float: none; }

    /* Timeline */
    .timeline_items { background-position: 21px top; }
    .timeline_items li { padding: 0 0 25px 80px !important; background-position: -20px top !important; }
    .timeline_items li h3 span { display: block; position:relative; margin-bottom:20px; clear:both; }
    .timeline_items li h3:before { left: 24px; }
    .timeline_items:after { left: 23px; }

    /* Testimonials slider */
    .testimonials_slider a.slider_prev { display: none !important; }
    .testimonials_slider a.slider_next { display: none !important; }
    .testimonials_slider .testimonials_slider_ul li { padding: 0; }

    /* Respond */
    #respond .comment-form-author { width: 99%; margin-right: 0%; float: none; }
    #respond .comment-form-email { width: 99%; margin-right: 0%; float: none; }
    #respond .comment-form-url { width: 99%; float: none; }
    #respond input[type="text"], #respond input[type="password"], #respond input[type="email"], #respond select { width: 100%; }
    #respond .comment-form-comment textarea { width: 100%; }
    #comments .commentlist .children { margin-left: 0px; padding-left: 30px; }
    #respond .required { right: 11px; }

    /* bbpress */
    .bbpress #bbpress-forums p.bbp-topic-meta,
    .bbpress #bbpress-forums p.bbp-topic-meta { display: none; }

}

/* ============================================  Retina  ============================================ */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

}
