/*
|-------------------------------------------------------------------------
| Be
| Global style
| version 3.0
| http://BeantownThemes.com
| http://themeforest.net/user/BeantownThemes
|--------------------------------------------------------------------------
| 1.0 Base
| 2.0 Buttons
| 3.0 Mfn-icons
| 4.0 Shortcodes
| 5.0 Variables
| 6.0 Animation
| 7.0 jQuery ui
| 8.0 jPlayer
| 9.0 Prrettyphoto
|  10. simple style
|  11. Bootstrap elements
*/
/*
|--------------------------------------------------------------------------
|  1.0 Base
|
|--------------------------------------------------------------------------
|
|
|
*/
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html,body,div,span,object,iframe,h1,h2,p,pre,a,address,code,em,img,q,s,strong,var,b,u,i,center,ul,li,label,canvas,embed,footer,header,menu,nav,section,time,mark,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

footer,header,menu,nav,section {
    display: block;
}

body {
    line-height: 1;
}

ul {
    list-style: none;
}

q {
    quotes: none;
}

q:before,q:after {
    content: '';
    content: none;
}

/* #Basic Styles
================================================== */
html {
    height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
/* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

/* #Typography
================================================== */
h1 a,h2 a {
    font-weight: inherit;
}

h1 a:hover,h2 a:hover {
    text-decoration: none;
}

h1 {
    margin-bottom: 15px;
}

h2 {
    margin-bottom: 15px;
}

p {
    margin: 0 0 15px;
}

em,i {
    font-style: italic;
}

b,strong {
    font-weight: 700;
}

/* #Links
================================================== */
a,a:visited,a:focus {
    text-decoration: none;
    outline: 0;
}

a:hover {
    text-decoration: none;
}

p a,p a:visited {
    line-height: inherit;
}

/* #Images
================================================== */
img.scale-with-grid,#Content img {
    max-width: 100%;
    height: auto;
}

img.scale-with-grid,#Content img .zoom_box {
    max-width: 120%;
    height: auto;
}

iframe {
    max-width: 100%;
}



/* Sizes ----------------------------------------------------------------------------- */

/* .mcb-wrap */		/* 1/6 */			/* 1/5 */
.one-fourth.mcb-wrap				{ width: 25%; }			/* 1/4 */
.one-third.mcb-wrap					{ width: 33.333%; }		/* 1/3 */			/* 2/5 */

.one-second.mcb-wrap				{ width: 50%; }			/* 1/2 */			/* 3/5 */
.two-third.mcb-wrap					{ width: 66.666%; }		/* 2/3 */			/* 3/4 */			/* 4/5 */		/* 5/6 */
.one.mcb-wrap						{ width: 100%; }		/* 1/1 */

/* .column */		/* 1/6 */			/* 1/5 */
.one-fourth.column, .four.columns	{ width: 23%; }			/* 1/4 */
.one-third.column					{ width: 31.333%; }		/* 1/3 */			/* 2/5 */

.one-second.column					{ width: 48%; }			/* 1/2 */			/* 3/5 */
.two-third.column					{ width: 64.666%; }		/* 2/3 */			/* 3/4 */			/* 4/5 */		/* 5/6 */
.one.column							{ width: 98%; }			/* 1/1 */

.section.full-width > .one.column,
.section.full-width > .section_wrapper > .one.column,
.section.full-width .one.wrap .one.column	{ width:100%; margin: 0; }

/* .Sidebar | .with_aside */
.with_aside .content_wrapper		{ max-width: 1240px; margin:0 auto;}

.with_aside .sections_group			{ width: 75%; float:left;}

.with_aside .section_wrapper		{ max-width:98%; max-width:calc( 100% - 20px );}

.with_aside .four.columns			{ float: right; margin:0;}

/* Sidebar - Both | .aside_both */

/* Column ---------------------------------------------------------------------------- */

/* Column | Margin - Horizontal */		/* 1/6 */			/* 1/5 */			/* 1/4 */		/* 1/3 */			/* 1/2 */		/* 2/3 */			/* 3/4 */		/* 1/1 */

/* Column | Margin - Bottom */

/* set in section options */

.column-margin-0px .column			{ margin-bottom: 0 !important;}
.column-margin-30px .column			{ margin-bottom: 30px !important;}

/* set in item options */
.column-margin-0px.column			{ margin-bottom: 0 !important;}
.column-margin-30px.column			{ margin-bottom: 30px !important;}

/* Column | Equal Height */
.equal-height .column .column_attr{height:100%;box-sizing:border-box}

/* Column | Align */
.column_attr.align_center{text-align:center}

.mcb-wrap							{ float:left; position:relative; z-index:1; -webkit-box-sizing:border-box; box-sizing:border-box;}



/* #Buttons
================================================== */

a.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;
}

/* 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 */

/* Paddings */
a.button .button_label {
    padding: 11px 20px;
}

a.button .button_icon {
    padding: 11px 13px;
}

/* Hover */
@media only screen and (min-width: 768px) {
    a.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 .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        background: rgba(0,0,0,.05);
    }

    a:hover.button {
        text-decoration: none;
    }

    a.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 icon */

/* Paddings */

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
|--------------------------------------------------------------------------
|  2.0 Buttons
|
|--------------------------------------------------------------------------
|
|
|
*/
/* Red */

/* Blue */

/* Turquoise */

/* Yellow */

/* Grey */

/* Navy */

/* Orange */

/* Green */

/****************************************************/
/* Button darkgrey */

/* Button lightgrey */

/*
|--------------------------------------------------------------------------
|  3.0 Mfn-icons
|
|--------------------------------------------------------------------------
|
|
|
*/
@font-face {
    font-family: 'mfn-icons';
    src: url(fonts/mfn-icons.eot);
    src: url(fonts/mfn-icons.eot) format("embedded-opentype"),url(fonts/mfn-icons.woff) format("woff"),url(fonts/mfn-icons.ttf) format("truetype"),url(fonts/mfn-icons.svg) format("svg");
    font-weight: 400;
    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('fonts/../font/mfn-icons.svg?3416171#mfn-icons') format('svg');
  }
}
*/
[class^="icon-"]:before,[class*=" icon-"]:before {
    font-family: "mfn-icons";
    font-style: normal;
    font-weight: 400;
    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-right-open:before{content:'\e915'}.icon-menu-fine:before{content:'\e960'}.icon-instagram:before{content:'\f16d'}



/*
|--------------------------------------------------------------------------
|  4.0 Shortcodes
|
|--------------------------------------------------------------------------
|
|
|
*/
/* Latest news ----------------------------------------------------------------------- */
/* Intro ------------------------------------------------------------------------- */

	/* Light */

	/* Dark */

	/* Post related */

		/* Section post related - simple */


/* Grid */
		.grid .post-photo-wrapper { width: 100%; float: none; }

			/* Columns 2-6 */
/* Style | Overlay */

/* Style | Zoom */
.if-zoom {}
.if-zoom .image_frame:not(.no_link) .image_wrapper img:not(.ls-l){margin-bottom:0!important}
.if-zoom .image_frame:hover .image_wrapper img,.if-zoom .image_frame.hover .image_wrapper img{top:0}
.if-zoom .image_frame .image_wrapper .mask { display: none; }
.if-zoom .image_frame:hover .image_wrapper img,.if-zoom .image_frame.hover .image_wrapper img{-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);}
.if-zoom .image_frame.no_link:hover .image_wrapper img,.if-zoom image_frame.no_link.hover .image_wrapper img{-moz-transform:scale(1);-webkit-transform:scale(1);-o-transform:scale(1)}


/* Blog slider ----------------------------------------------------------------------- */
.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 - flat */

/* Arrows */

/* Buttons | Flat -------------------------------------------------------------------- */
.button-flat a.button:not(.action_button),.button-flat button,.button-flat input[type="submit"],.button-flat input[type="reset"],.button-flat input[type="button"]{background-image:none;border-width:0;border-style:solid;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:inset 0 0 0 0;box-shadow:inset 0 0 0 0;-webkit-appearance:none}
.button-flat a.button .button_icon{background:none}
.button-flat a.button .button_icon i{color:inherit}

button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}

@media only screen and (min-width: 768px){
	.button-flat a.button:after,.button-flat button:after,.button-flat input[type="submit"]:after,.button-flat input[type="reset"]:after,.button-flat input[type="button"]:after{content:"";position:absolute;left:0;top:0;height:100%;width:100%;z-index:1;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;background:rgba(0,0,0,.07);filter:alpha(opacity=0);opacity:0}
	.button-flat a.button:hover:after,.button-flat button:hover:after,.button-flat input[type="submit"]:hover:after,.button-flat input[type="reset"]:hover:after,.button-flat input[type="button"]:hover:after{width:100%;filter:alpha(opacity=1);opacity:1}
}

/* Dropcaps -------------------------------------------------------------------------- */


/* Masonry tiles */

			/* Photo wrapper */

			/* Posts */

			/* Post icon */

			/* Line */

			/* Desc wrapper animation */

			/* Columns 2-6 */

			/* With margin */


					/* Colors */



/* #Typography
==================================================================================================== */
/* Dropcaps */

/* Highlight */
.highlight {
    padding: 1px 7px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-image: url(../images/stripes/stripes_10_w.png);
}

/* Tooltip */

/* Blockquote */

/* Alignments */

.aligncenter {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.aligncenter img {
    display: inline;
}

.sticky {
}

/* Image frames */
.image_frame {
    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 .image_wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image_frame a {
    display: block;
}

.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.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.no_border {
    border-width: 0;
}

/* Animation */
.image_frame .image_wrapper img,.image_frame .image_wrapper .mask:after {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s 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;
}

/* Video */
/*  In this case, the aspect ratio is 16:9, which means that the height will be 56.25% of the width. For a video with a 4:3 aspect ratio, we set padding-bottom to 75%. */

/* Gallery */

/* Divider */
hr {
    display: block;
    border: none;
    outline: none;
    height: 1px;
    width: 100%;
    margin: 0 auto 15px;
    clear: both;
}

hr {
    margin: 0 auto 15px;
    clear: both;
}

/* Fancy divider */

/* Section styles */

/* Idea box */

/* Google font */

/* Popup | .popup-content */

/* Single icon */

/* Forms */

textarea {
    min-height: 60px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type="date"],input[type="email"],input[type="number"],input[type="search"],input[type="text"],input[type="url"],select,textarea {
    padding: 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;
}

.column_column ul,.mfn-acc ul {
    margin: 0 0 15px 30px;
    font-size: 15px;
    line-height: 21px;
}

.column_column ul li,.mfn-acc ul li {
    list-style: disc outside;
}

.column_column ul li,.mfn-acc ul li {
    margin-bottom: 10px;
}

.column_column ul li ul,.mfn-acc ul li ul {
    margin-top: 10px;
    margin-bottom: 0;
}

dl {
    margin: 0 0 30px;
}

/* Alerts */
.alert {
    margin-bottom: 30px;
    padding: 20px 55px 20px 90px;
    position: relative;
    -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);
}

/* Muffin link */

/* Effect 1: Brackets */

/* Effect 2: 3D rolling links */

/* Effect 3: bottom line */

/* Effect 4: second border slides up */

/* Effect 5: reveal, push out */

/* Effect 6: text fill*/

/* Effect 7: border switch */

/* Effect 8: cross */

/* variables */

/* #Content blocks
==================================================================================================== */
/* Accordion & Toggle */

/* FAQ */

/* Table */

/* Animation */

/* table.simple */

/* 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 .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

/* List */

/* Pricing boxes */

/* Pricing table */

/* 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;
}

.content_slider a.slider_prev {
    left: 50px;
}

.content_slider a.slider_next {
    right: 50px;
}

.content_slider .slider_pagination {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

/* Animation */

/* 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 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%;
}

/* Animation */
.offer_thumb .slider_pagination a img {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.offer_thumb .slider_pagination a:before,.offer_thumb .slider_pagination a:after {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .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: .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);
    }

    .offer_thumb .slider_pagination a img {
        vertical-align: middle;
    }
}

/* Offer thumb bottom */
.offer_thumb.bottom {
    padding-left: 0;
}

.offer_thumb.bottom .offer_thumb_ul li.offer_thumb_li .image_wrapper {
    width: 48%;
    text-align: center;
}

.offer_thumb.bottom .slider_pagination {
    position: static;
    border: 0;
    text-align: center;
    margin-top: 50px;
}

.offer_thumb.bottom .slider_pagination a {
    display: inline-block;
    border-width: 1px 0 1px 1px;
    border-style: solid;
}

.offer_thumb.bottom .slider_pagination a:last-child {
    border-right-width: 1px;
    border-style: solid;
}

.offer_thumb.bottom .slider_pagination a:before {
    width: 100%;
    height: 5px;
    left: 0;
    right: auto;
    top: -5px;
}

.offer_thumb.bottom .slider_pagination a:after {
    left: 50%;
    right: auto;
    top: -5px;
    margin-left: -4px;
}

/* Latest news */

/* #Boxes & Infographics
==================================================================================================== */
/* Icon box */

/* Icon postion left */

/* Animation */

/* Icon box button & mfn-link */

/* Article box */

/* Sliding box */

/* Animation */

/* Fancy box */

/* Animation */

/* Promo box */

/* Zoom box */
.zoom_box {
    position: relative;
    line-height: 0;
    overflow: hidden;
}

.zoom_box .desc {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.zoom_box .desc {
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    opacity: 0;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.zoom_box:hover .desc {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.zoom_box .desc .desc_img img {
    max-width: 60% !important;
    padding-bottom: 15px;
}

.zoom_box .desc .desc_txt {
    padding: 0 40px;
    font-size: 26px;
    line-height: 30px;
    color: #fff;
}

/* Counter */
.counter {
    padding: 20px;
    background-image: url(../images/stripes/stripes_10_b.png);
    text-align: center;
    position: relative;
}

/* Chart box */

/* Progress bars */

/* Animation */

/* 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: 0;
}

.progress_icons .progress_icon:not(.themebg) {
    background: rgba(0,0,0,.06);
}

/* Animation */
.progress_icons .progress_icon {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

/* Trailer box */

/* Animation */

/* 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 */

/* Flat box */

/* 1/4 */

/* Animation */

/* Hover box */

/* width: 100%; height: 100%; */

/* Animation */

/* Hover color */

/* Animation */

/* #Content elements
==================================================================================================== */
/* Content links */

/* Animation */

/* Icon bar */

/* Animation */

/* Social */

/* Get in touch */

/* Infobox */

/* Opening hours */

/* Timeline */

/* How it works */

/* Google maps */

/* Team */

/* Team list */

/* Fancy headings */

/* Call to action */

/* #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;
}

/* Animation */
ul.clients li .client_wrapper {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

/* Clients slider */
.clients_slider {
}

/* Blog slider */
.blog_slider {
}

.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 - flat */

/* Arrows */

/* Animation */

/* Shop slider */
.shop_slider {
}

.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;
}

/* 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_prev {
    left: 0;
}

.portfolio_slider .slider_next {
    right: 0;
}

/* Portfolio grid */

/* Portfolio photo */
.portfolio-photo {
}

.portfolio-photo .portfolio-item {
    overflow: hidden;
    position: relative;
}

/* --- */

/* Animation */
.portfolio-photo .portfolio-item a .mask {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s 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 .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 .author {
    text-align: center;
}

/* Animation */

/* Testimonials list */

/* #Others
==================================================================================================== */
/* Date */

/* Isotope Filtering */
.isotope-item {
    z-index: 2;
}

/* 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: #fff;
/* Old browsers */
    background: -moz-linear-gradient(top,#fff 50%,#fafafa 50%);
/* FF3.6+ */
    background: -webkit-linear-gradient(top,#fff 50%,#fafafa 50%);
/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,#fff 50%,#fafafa 50%);
/* Opera 11.10+ */
    background: linear-gradient(top,#fff 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 */

/*
|--------------------------------------------------------------------------
|  5.0 Variables
|
|--------------------------------------------------------------------------
|
|
|
*/
/*
 * Colors:
 *
 *		#2991d6		-	theme color
 * 		#2991d6		-	link
 * 		#2275ac		-	link hover, strong
 */
/************************ Colors ************************/
/* Selections */
::-moz-selection {
    color: #fff;
}

::selection {
    color: #fff;
}

/* Borders */
input[type="text"],input[type="email"],textarea,select,.widget-area,.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 {
    background: #444;
    color: #fff;
}

/* Highlight */
.highlight:not(.highlight_image) {
    color: #fff;
}

/* Inputs */
input[type="text"],input[type="email"],textarea,select {
    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="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 */

/************************ 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 */

/* Borders */

/* Image frames & Google maps & Icon bar */
.image_frame,.content_slider .caroufredsel_wrapper {
    border-color: #f8f8f8;
}

.image_frame .image_wrapper {
    border-color: #e2e2e2;
}

.image_frame .image_wrapper .mask {
    -webkit-box-shadow: inset 0 0 5px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 0 5px 2px rgba(0,0,0,.07);
}

.image_frame .image_wrapper .mask:after {
    background: rgba(255,255,255,.4);
}

/* Sliding box */

/* Counter & Chart */

/* Icon bar */

/* Get in touch & Infobox */

/* How it works */

/* Trailer box */

/* Icon box */

/* List */

/* 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 */

/* Pricing */

/********************** 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);
    }
}

/*
|--------------------------------------------------------------------------
|  6.0 Animation
|
|--------------------------------------------------------------------------
|
|
|
*/
/*	Animations v1.4, Copyright 2014, Joe Mottershaw, https://github.com/joemottershaw/ */
.animate,.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;
}

.ie .animate,.no-js .animate,.trigger {
    opacity: 1;
}

.animate.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 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 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 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;
    }
}

.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;
    }
}

.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);
    }
}

.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);
    }
}

.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);
    }
}

.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);
    }
}

.trigger.tada {
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -ms-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada;
}

@-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);
    }
}

.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);
    }
}

.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);
    }
}

.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);
    }
}

.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);
    }
}

.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);
    }
}

.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);
    }
}

.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);
    }
}

.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);
    }
}

.trigger.panic {
    -webkit-animation-name: panic;
    -moz-animation-name: panic;
    -ms-animation-name: panic;
    -o-animation-name: panic;
    animation-name: panic;
}

/*
|--------------------------------------------------------------------------
|  7.0 jQuery ui
|
|--------------------------------------------------------------------------
|
|
|
*/
/*
 * 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
 */

/*
|--------------------------------------------------------------------------
|  8.0 jPlayer
|
|--------------------------------------------------------------------------
|
|
|
*/

div.jp-video-360p {
    width: 100%;
}

/*
|--------------------------------------------------------------------------
|  9.0 Prrettyphoto
|
|--------------------------------------------------------------------------
|
|
|
*/
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: .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.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 {
    background-color: #fff;
}

div.pp_default #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.facebook .pp_details {
    position: relative;
}

div.facebook .pp_content {
    background: #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;
}

/*
|--------------------------------------------------------------------------
|  10. simple style
|
|--------------------------------------------------------------------------
|
|
|
*/
/* Tabs */

/* Accordion & Toggle */

/* FAQ */

/* Table */

/* Opening hours */

/* Icon box */

/* Animation */

/* Filters */

/* Clients */

/* Progress bars */

/* Counters */
.style-simple .counter {
    background-image: none;
}

/* Lists */

/* Blockquote */

/* Testimonials slider */

/* Article box */

/* Idea box */

/* Sliding box */

/* Trailer box */

/* Animation */

/* Timeline */

/* Animation */

/* Quick fact */

.style-simple .quick_fact .title {
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
}

.style-simple .quick_fact hr {
    display: none;
}

/* Chart box */

/* Content link */

/* How it works */

/* Offer thumb */
.style-simple .offer_thumb_ul li.offer_thumb_li {
    padding-left: 0;
}

.style-simple .offer_thumb .slider_pagination a img {
    filter: alpha(opacity=70);
    opacity: .7;
}

.style-simple .offer_thumb .slider_pagination a.selected img,.style-simple .offer_thumb .slider_pagination a:not(.selected):hover img {
    filter: alpha(opacity=1);
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .style-simple .offer_thumb .slider_pagination {
        border: 0;
    }

    .style-simple .offer_thumb .slider_pagination a {
        margin-bottom: 6px;
        border-width: 1px;
        background: none;
    }

    .style-simple .offer_thumb.bottom .slider_pagination a {
        margin: 3px;
    }

    .style-simple .offer_thumb .slider_pagination a:before,.style-simple .offer_thumb .slider_pagination a:after {
        display: none;
    }
}

/* Alerts */
.style-simple .alert {
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* Zoom box */
.style-simple .zoom_box {
    position: relative;
    line-height: 0;
    overflow: hidden;
}

.style-simple .zoom_box .desc {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.style-simple .zoom_box .desc {
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    opacity: 0;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.style-simple .zoom_box:hover .desc {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.style-simple .zoom_box .desc .desc_img {
    position: absolute;
    left: 0;
    top: 23%;
    width: 100%;
    text-align: center;
    transform: translateY(-80%);
    -webkit-transform: translateY(-80%);
}

.style-simple .zoom_box .desc .desc_img img {
    padding: 0;
}

.style-simple .zoom_box .desc .desc_txt {
    width: 100%;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 22px;
    font-family: Lato;
    color: #2c2930;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Features list */
.style-simple .feature_list hr {
    background-color: rgba(0,0,0,0);
    color: rgba(0,0,0,0);
}

/* Progress icons */
.style-simple .progress_icons .progress_icon {
    color: rgba(0,0,0,.3);
    border-width: 1px;
    border-style: solid;
}

.style-simple .progress_icons .progress_icon.themebg {
    border-color: transparent;
    color: #fff;
}

.style-simple .progress_icons .progress_icon:not(.themebg) {
    background: none;
    border-color: rgba(0,0,0,.3);
}

/* Pricing box */

/* Tooltip */

/* Highlight */
.style-simple .highlight {
    background-image: none;
}

/* Get in touch */

/* Infobox */

/* Icon bar */

/* Animation */

/* ---------------- contact form -------------------- */

body.nice-scroll:not(.layout-boxed) {
    padding-right: 10px !important;
    overflow: hidden;
}

/*
|--------------------------------------------------------------------------
|  11. Bootstrap elements
|
|--------------------------------------------------------------------------
|
|
|
*/
.visible-xs {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .caroufredsel_wrapper {
        width: 90% !important;
        margin: auto !important;
    }
}

@media only screen and (max-width: 767px) {
    .caroufredsel_wrapper ul.offer_ul li,.caroufredsel_wrapper ul.offer_ul {
        width: 100% !important;
    }
}

/* Hide border */
.if-border-hide .image_frame:not(.has_border) { border-width: 0; }

.logo-overflow #Top_bar .logo{height:60px;position:relative;z-index:198}
	.logo-overflow #Top_bar #logo{height:auto!important;margin-top:0!important;z-index:199}
	.logo-overflow #Top_bar #logo img{max-width: auto;z-index:200;}
    .logo-bg{background-image: linear-gradient(120deg, #f2e9c8, #fffcf0);}
	.logo-overflow #Top_bar.is-sticky #logo{height:auto!important}
	.logo-overflow #Top_bar.is-sticky #logo img:not(.svg){max-height:150px!important}

	/* .minimalist-header */
	body.minimalist-header:not(.template-slider) #Header{min-height:0;background-image:none!important}
	body.minimalist-header.header-stack:not(.template-slider) #Header{min-height:0}
	body.minimalist-header.header-below:not(.template-slider) #Header{min-height:90px;padding-top:0}

	.minimalist-header-no #Header{min-height:0!important}

	/* Transparent ----------------------------------------------------------------------- */
.tr-content #Wrapper,.tr-content #Content{background:none}

/* Decoration Image | height:100px - fallback */


/* Header | Transparent */
