/*
|-------------------------------------------------------------------------
|--------------------------------------------------------------------------
| 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, 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;
}
em, i {
	font-style: italic;
}
b, strong {
	font-weight: 700;
}
big, .big {
	font-size: 110%;
	line-height: 180%;
}
dt {
	font-weight: 700;
}

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

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


/* .mcb-wrap */

.one-sixth.mcb-wrap {
	width: 16.666%;
}

/* 1/6 */

.one-fifth.mcb-wrap {
	width: 20%;
}

/* 1/5 */

.one-fourth.mcb-wrap {
	width: 25%;
}

/* 1/4 */

.one-third.mcb-wrap {
	width: 33.333%;
}

/* 1/3 */

.two-fifth.mcb-wrap {
	width: 40%;
}

/* 2/5 */

.one-second.mcb-wrap {
	width: 50%;
}

/* 1/2 */

.three-fifth.mcb-wrap {
	width: 60%;
}

/* 3/5 */

.two-third.mcb-wrap {
	width: 66.666%;
}

/* 2/3 */

.three-fourth.mcb-wrap {
	width: 75%;
}

/* 3/4 */

.four-fifth.mcb-wrap {
	width: 80%;
}

/* 4/5 */

.five-sixth.mcb-wrap {
	width: 83.333%;
}

/* 5/6 */

.one.mcb-wrap {
	width: 100%;
}

/* 1/1 */


/* .column */

.one-sixth.column {
	width: 14.666%;
}

/* 1/6 */

.one-fifth.column {
	width: 18%;
}

/* 1/5 */

.one-fourth.column, .four.columns {
	width: 23%;
}

/* 1/4 */

.one-third.column {
	width: 31.333%;
}

/* 1/3 */

.two-fifth.column {
	width: 38%;
}

/* 2/5 */

.one-second.column {
	width: 48%;
}

/* 1/2 */

.three-fifth.column {
	width: 58%;
}

/* 3/5 */

.two-third.column {
	width: 64.666%;
}

/* 2/3 */

.three-fourth.column {
	width: 73%;
}

/* 3/4 */

.four-fifth.column {
	width: 78%;
}

/* 4/5 */

.five-sixth.column {
	width: 81.333%;
}

/* 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;
}
.aside_left .sections_group {
	float: right;
}
.aside_left .four.columns {
	float: left;
}

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

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


/* Column | Margin - Horizontal */

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


/* Column | Margin - Bottom */


/* set in section options */

.column.column_divider {
	margin-bottom: 0 !important;
}
.column-margin-0px .column {
	margin-bottom: 0 !important;
}
.column-margin-10px .column {
	margin-bottom: 10px !important;
}
.column-margin-20px .column {
	margin-bottom: 20px !important;
}
.column-margin-30px .column {
	margin-bottom: 30px !important;
}
.column-margin-40px .column {
	margin-bottom: 40px !important;
}
.column-margin-50px .column {
	margin-bottom: 50px !important;
}

/* set in item options */

.column-margin-0px.column {
	margin-bottom: 0 !important;
}
.column-margin-10px.column {
	margin-bottom: 10px !important;
}
.column-margin-20px.column {
	margin-bottom: 20px !important;
}
.column-margin-30px.column {
	margin-bottom: 30px !important;
}
.column-margin-40px.column {
	margin-bottom: 40px !important;
}
.column-margin-50px.column {
	margin-bottom: 50px !important;
}

/* Column | Equal Height */

.equal-height .column .column_attr {
	height: 100%;
	box-sizing: border-box
}

/* Column | Align */

.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
}
.mcb-wrap {
	float: left;
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mcb-wrap.divider {
	width: 100%;
}

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

a.tp-button {
	background: none;
	font-family: inherit !important;
	height: auto !important;
	line-height: inherit !important;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	letter-spacing: 0 !important;
	text-shadow: 0 0 0 !important;
	box-shadow: 0 0 0 !important;
	font-weight: 400 !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 .3s;
		-moz-transition: all .3s;
		transition: all .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 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 .3s;
	-moz-transition: all .3s;
	transition: all .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: 0;
}
.button-stroke a.button_right.button .button_label, .button-stroke a.button_right.button_large .button_label {
	padding-right: 0;
}
.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;
}

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


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

/*
|--------------------------------------------------------------------------
|  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-acrobat:before {
	content: '\e800'
}
.icon-address:before {
	content: '\e801'
}
.icon-adjust:before {
	content: '\e802'
}
.icon-aim:before {
	content: '\e803'
}
.icon-air:before {
	content: '\e804'
}
.icon-alert:before {
	content: '\e805'
}
.icon-amazon:before {
	content: '\e806'
}
.icon-android:before {
	content: '\e807'
}
.icon-angellist:before {
	content: '\e808'
}
.icon-appnet:before {
	content: '\e809'
}
.icon-appstore:before {
	content: '\e80a'
}
.icon-archive:before {
	content: '\e80b'
}
.icon-arrow-combo:before {
	content: '\e80c'
}
.icon-arrows-ccw:before {
	content: '\e80d'
}
.icon-attach:before {
	content: '\e80e'
}
.icon-attach-line:before {
	content: '\e80f'
}
.icon-attention:before {
	content: '\e810'
}
.icon-back:before {
	content: '\e811'
}
.icon-back-in-time:before {
	content: '\e812'
}
.icon-bag:before {
	content: '\e813'
}
.icon-basket:before {
	content: '\e814'
}
.icon-battery:before {
	content: '\e815'
}
.icon-beaker-line:before {
	content: '\e816'
}
.icon-bell:before {
	content: '\e817'
}
.icon-bitbucket:before {
	content: '\e818'
}
.icon-bitcoin:before {
	content: '\e819'
}
.icon-block:before {
	content: '\e81a'
}
.icon-blogger:before {
	content: '\e81b'
}
.icon-book:before {
	content: '\e81c'
}
.icon-book-open:before {
	content: '\e81d'
}
.icon-bookmark:before {
	content: '\e81e'
}
.icon-bookmarks:before {
	content: '\e81f'
}
.icon-box:before {
	content: '\e820'
}
.icon-briefcase:before {
	content: '\e821'
}
.icon-brush:before {
	content: '\e822'
}
.icon-bucket:before {
	content: '\e823'
}
.icon-buffer:before {
	content: '\e824'
}
.icon-calendar:before {
	content: '\e825'
}
.icon-calendar-line:before {
	content: '\e826'
}
.icon-call:before {
	content: '\e827'
}
.icon-camera:before {
	content: '\e828'
}
.icon-camera-line:before {
	content: '\e829'
}
.icon-cancel:before {
	content: '\e82a'
}
.icon-cancel-circled:before {
	content: '\e82b'
}
.icon-cancel-squared:before {
	content: '\e82c'
}
.icon-cart:before {
	content: '\e82d'
}
.icon-cc:before {
	content: '\e82e'
}
.icon-cc-by:before {
	content: '\e82f'
}
.icon-cc-nc:before {
	content: '\e830'
}
.icon-cc-nc-eu:before {
	content: '\e831'
}
.icon-cc-nc-jp:before {
	content: '\e832'
}
.icon-cc-nd:before {
	content: '\e833'
}
.icon-cc-pd:before {
	content: '\e834'
}
.icon-cc-remix:before {
	content: '\e835'
}
.icon-cc-sa:before {
	content: '\e836'
}
.icon-cc-share:before {
	content: '\e837'
}
.icon-cc-zero:before {
	content: '\e838'
}
.icon-ccw:before {
	content: '\e839'
}
.icon-cd:before {
	content: '\e83a'
}
.icon-cd-line:before {
	content: '\e83b'
}
.icon-chart-area:before {
	content: '\e83c'
}
.icon-chart-bar:before {
	content: '\e83d'
}
.icon-chart-line:before {
	content: '\e83e'
}
.icon-chart-pie:before {
	content: '\e83f'
}
.icon-chat:before {
	content: '\e840'
}
.icon-check:before {
	content: '\e841'
}
.icon-clipboard:before {
	content: '\e842'
}
.icon-clock:before {
	content: '\e843'
}
.icon-clock-line:before {
	content: '\e844'
}
.icon-cloud:before {
	content: '\e845'
}
.icon-cloud-line:before {
	content: '\e846'
}
.icon-cloud-thunder:before {
	content: '\e847'
}
.icon-cloudapp:before {
	content: '\e848'
}
.icon-code:before {
	content: '\e849'
}
.icon-cog:before {
	content: '\e84a'
}
.icon-cog-line:before {
	content: '\e84b'
}
.icon-comment-fa:before {
	content: '\e84c'
}
.icon-comment-line:before {
	content: '\e84d'
}
.icon-compass:before {
	content: '\e84e'
}
.icon-credit-card:before {
	content: '\e84f'
}
.icon-cup:before {
	content: '\e850'
}
.icon-cup-line:before {
	content: '\e851'
}
.icon-cw:before {
	content: '\e852'
}
.icon-database-line:before {
	content: '\e853'
}
.icon-delicious:before {
	content: '\e854'
}
.icon-desktop-line:before {
	content: '\e855'
}
.icon-diamond-line:before {
	content: '\e856'
}
.icon-digg:before {
	content: '\e857'
}
.icon-direction:before {
	content: '\e858'
}
.icon-disqus:before {
	content: '\e859'
}
.icon-doc:before {
	content: '\e85a'
}
.icon-doc-landscape:before {
	content: '\e85b'
}
.icon-doc-line:before {
	content: '\e85c'
}
.icon-doc-text:before {
	content: '\e85d'
}
.icon-doc-text-inv:before {
	content: '\e85e'
}
.icon-docs:before {
	content: '\e85f'
}
.icon-dot:before {
	content: '\e860'
}
.icon-dot-2:before {
	content: '\e861'
}
.icon-dot-3:before {
	content: '\e862'
}
.icon-down:before {
	content: '\e863'
}
.icon-down-bold:before {
	content: '\e864'
}
.icon-down-circled:before {
	content: '\e865'
}
.icon-down-dir:before {
	content: '\e866'
}
.icon-down-open:before {
	content: '\e867'
}
.icon-down-open-big:before {
	content: '\e868'
}
.icon-down-open-mini:before {
	content: '\e869'
}
.icon-down-thin:before {
	content: '\e86a'
}
.icon-download:before {
	content: '\e86b'
}
.icon-drive:before {
	content: '\e86c'
}
.icon-droplet:before {
	content: '\e86d'
}
.icon-drupal:before {
	content: '\e86e'
}
.icon-duckduckgo:before {
	content: '\e86f'
}
.icon-dwolla:before {
	content: '\e870'
}
.icon-ebay:before {
	content: '\e871'
}
.icon-email:before {
	content: '\e872'
}
.icon-erase:before {
	content: '\e873'
}
.icon-eventasaurus:before {
	content: '\e874'
}
.icon-eventbrite:before {
	content: '\e875'
}
.icon-eventful:before {
	content: '\e876'
}
.icon-export:before {
	content: '\e877'
}
.icon-eye:before {
	content: '\e878'
}
.icon-eye-line:before {
	content: '\e879'
}
.icon-fast-backward:before {
	content: '\e87a'
}
.icon-fast-forward:before {
	content: '\e87b'
}
.icon-feather:before {
	content: '\e87c'
}
.icon-fire-line:before {
	content: '\e87d'
}
.icon-fivehundredpx:before {
	content: '\e87e'
}
.icon-flag:before {
	content: '\e87f'
}
.icon-flash:before {
	content: '\e880'
}
.icon-flashlight:before {
	content: '\e881'
}
.icon-flight:before {
	content: '\e882'
}
.icon-floppy:before {
	content: '\e883'
}
.icon-flow-branch:before {
	content: '\e884'
}
.icon-flow-cascade:before {
	content: '\e885'
}
.icon-flow-line:before {
	content: '\e886'
}
.icon-flow-parallel:before {
	content: '\e887'
}
.icon-flow-tree:before {
	content: '\e888'
}
.icon-folder:before {
	content: '\e889'
}
.icon-food-line:before {
	content: '\e88a'
}
.icon-forrst:before {
	content: '\e88b'
}
.icon-forward:before {
	content: '\e88c'
}
.icon-gauge:before {
	content: '\e88d'
}
.icon-globe:before {
	content: '\e88e'
}
.icon-globe-line:before {
	content: '\e88f'
}
.icon-gmail:before {
	content: '\e890'
}
.icon-googleplay:before {
	content: '\e891'
}
.icon-gowalla:before {
	content: '\e892'
}
.icon-graduation-cap:before {
	content: '\e893'
}
.icon-graduation-cap-line:before {
	content: '\e894'
}
.icon-grooveshark:before {
	content: '\e895'
}
.icon-guest:before {
	content: '\e896'
}
.icon-hackernews:before {
	content: '\e897'
}
.icon-heart-empty-fa:before {
	content: '\e898'
}
.icon-heart-fa:before {
	content: '\e899'
}
.icon-heart-line:before {
	content: '\e89a'
}
.icon-help:before {
	content: '\e89b'
}
.icon-help-circled:before {
	content: '\e89c'
}
.icon-home:before {
	content: '\e89d'
}
.icon-hourglass:before {
	content: '\e89e'
}
.icon-html5:before {
	content: '\e89f'
}
.icon-ie:before {
	content: '\e8a0'
}
.icon-inbox:before {
	content: '\e8a1'
}
.icon-inbox-line:before {
	content: '\e8a2'
}
.icon-infinity:before {
	content: '\e8a3'
}
.icon-info:before {
	content: '\e8a4'
}
.icon-info-circled:before {
	content: '\e8a5'
}
.icon-install:before {
	content: '\e8a6'
}
.icon-instapaper:before {
	content: '\e8a7'
}
.icon-intensedebate:before {
	content: '\e8a8'
}
.icon-itunes:before {
	content: '\e8a9'
}
.icon-key:before {
	content: '\e8aa'
}
.icon-key-line:before {
	content: '\e8ab'
}
.icon-keyboard:before {
	content: '\e8ac'
}
.icon-klout:before {
	content: '\e8ad'
}
.icon-lamp:before {
	content: '\e8ae'
}
.icon-language:before {
	content: '\e8af'
}
.icon-lanyrd:before {
	content: '\e8b0'
}
.icon-layout:before {
	content: '\e8b1'
}
.icon-leaf:before {
	content: '\e8b2'
}
.icon-left:before {
	content: '\e8b3'
}
.icon-left-bold:before {
	content: '\e8b4'
}
.icon-left-circled:before {
	content: '\e8b5'
}
.icon-left-dir:before {
	content: '\e8b6'
}
.icon-left-open:before {
	content: '\e8b7'
}
.icon-left-open-big:before {
	content: '\e8b8'
}
.icon-left-open-mini:before {
	content: '\e8b9'
}
.icon-left-thin:before {
	content: '\e8ba'
}
.icon-lego:before {
	content: '\e8bb'
}
.icon-level-down:before {
	content: '\e8bc'
}
.icon-level-up:before {
	content: '\e8bd'
}
.icon-lifebuoy:before {
	content: '\e8be'
}
.icon-light-down:before {
	content: '\e8bf'
}
.icon-light-up:before {
	content: '\e8c0'
}
.icon-lightbulb-line:before {
	content: '\e8c1'
}
.icon-link:before {
	content: '\e8c2'
}
.icon-list:before {
	content: '\e8c3'
}
.icon-list-add:before {
	content: '\e8c4'
}
.icon-lkdto:before {
	content: '\e8c5'
}
.icon-location:before {
	content: '\e8c6'
}
.icon-location-line:before {
	content: '\e8c7'
}
.icon-lock:before {
	content: '\e8c8'
}
.icon-lock-line:before {
	content: '\e8c9'
}
.icon-lock-open:before {
	content: '\e8ca'
}
.icon-login:before {
	content: '\e8cb'
}
.icon-logout:before {
	content: '\e8cc'
}
.icon-loop:before {
	content: '\e8cd'
}
.icon-macstore:before {
	content: '\e8ce'
}
.icon-magnet:before {
	content: '\e8cf'
}
.icon-mail:before {
	content: '\e8d0'
}
.icon-mail-line:before {
	content: '\e8d1'
}
.icon-map:before {
	content: '\e8d2'
}
.icon-meetup:before {
	content: '\e8d3'
}
.icon-megaphone:before {
	content: '\e8d4'
}
.icon-megaphone-line:before {
	content: '\e8d5'
}
.icon-menu:before {
	content: '\e8d6'
}
.icon-mic:before {
	content: '\e8d7'
}
.icon-minus:before {
	content: '\e8d8'
}
.icon-minus-circled:before {
	content: '\e8d9'
}
.icon-minus-squared:before {
	content: '\e8da'
}
.icon-mobile:before {
	content: '\e8db'
}
.icon-mobile-line:before {
	content: '\e8dc'
}
.icon-money-line:before {
	content: '\e8dd'
}
.icon-monitor:before {
	content: '\e8de'
}
.icon-moon:before {
	content: '\e8df'
}
.icon-mouse:before {
	content: '\e8e0'
}
.icon-music:before {
	content: '\e8e1'
}
.icon-music-line:before {
	content: '\e8e2'
}
.icon-mute:before {
	content: '\e8e3'
}
.icon-myspace:before {
	content: '\e8e4'
}
.icon-network:before {
	content: '\e8e5'
}
.icon-newspaper:before {
	content: '\e8e6'
}
.icon-ninetyninedesigns:before {
	content: '\e8e7'
}
.icon-note:before {
	content: '\e8e8'
}
.icon-note-beamed:before {
	content: '\e8e9'
}
.icon-note-line:before {
	content: '\e8ea'
}
.icon-openid:before {
	content: '\e8eb'
}
.icon-opentable:before {
	content: '\e8ec'
}
.icon-palette:before {
	content: '\e8ed'
}
.icon-paper-plane:before {
	content: '\e8ee'
}
.icon-paper-plane-line:before {
	content: '\e8ef'
}
.icon-params-line:before {
	content: '\e8f0'
}
.icon-pause:before {
	content: '\e8f1'
}
.icon-pencil:before {
	content: '\e8f2'
}
.icon-pencil-line:before {
	content: '\e8f3'
}
.icon-phone:before {
	content: '\e8f4'
}
.icon-photo-line:before {
	content: '\e8f5'
}
.icon-picture:before {
	content: '\e8f6'
}
.icon-pinboard:before {
	content: '\e8f7'
}
.icon-plancast:before {
	content: '\e8f8'
}
.icon-play:before {
	content: '\e8f9'
}
.icon-plurk:before {
	content: '\e8fa'
}
.icon-plus:before {
	content: '\e8fb'
}
.icon-plus-circled:before {
	content: '\e8fc'
}
.icon-plus-squared:before {
	content: '\e8fd'
}
.icon-pocket:before {
	content: '\e8fe'
}
.icon-podcast:before {
	content: '\e8ff'
}
.icon-popup:before {
	content: '\e900'
}
.icon-posterous:before {
	content: '\e901'
}
.icon-print:before {
	content: '\e902'
}
.icon-progress-0:before {
	content: '\e903'
}
.icon-progress-1:before {
	content: '\e904'
}
.icon-progress-2:before {
	content: '\e905'
}
.icon-progress-3:before {
	content: '\e906'
}
.icon-publish:before {
	content: '\e907'
}
.icon-quora:before {
	content: '\e908'
}
.icon-quote:before {
	content: '\e909'
}
.icon-record:before {
	content: '\e90a'
}
.icon-reddit:before {
	content: '\e90b'
}
.icon-reply:before {
	content: '\e90c'
}
.icon-reply-all:before {
	content: '\e90d'
}
.icon-resize-full:before {
	content: '\e90e'
}
.icon-resize-small:before {
	content: '\e90f'
}
.icon-retweet:before {
	content: '\e910'
}
.icon-right:before {
	content: '\e911'
}
.icon-right-bold:before {
	content: '\e912'
}
.icon-right-circled:before {
	content: '\e913'
}
.icon-right-dir:before {
	content: '\e914'
}
.icon-right-open:before {
	content: '\e915'
}
.icon-right-open-big:before {
	content: '\e916'
}
.icon-right-open-mini:before {
	content: '\e917'
}
.icon-right-thin:before {
	content: '\e918'
}
.icon-rocket:before {
	content: '\e919'
}
.icon-rss:before {
	content: '\e91a'
}
.icon-search:before {
	content: '\e91b'
}
.icon-search-line:before {
	content: '\e91c'
}
.icon-share:before {
	content: '\e91d'
}
.icon-shareable:before {
	content: '\e91e'
}
.icon-shop-line:before {
	content: '\e91f'
}
.icon-shuffle:before {
	content: '\e920'
}
.icon-signal:before {
	content: '\e921'
}
.icon-smashmag:before {
	content: '\e922'
}
.icon-songkick:before {
	content: '\e923'
}
.icon-sound:before {
	content: '\e924'
}
.icon-sound-line:before {
	content: '\e925'
}
.icon-stackoverflow:before {
	content: '\e926'
}
.icon-star:before {
	content: '\e927'
}
.icon-star-empty:before {
	content: '\e928'
}
.icon-star-line:before {
	content: '\e929'
}
.icon-statusnet:before {
	content: '\e92a'
}
.icon-stop:before {
	content: '\e92b'
}
.icon-suitcase:before {
	content: '\e92c'
}
.icon-switch:before {
	content: '\e92d'
}
.icon-t-shirt-line:before {
	content: '\e92e'
}
.icon-tag:before {
	content: '\e92f'
}
.icon-tag-line:before {
	content: '\e930'
}
.icon-tape:before {
	content: '\e931'
}
.icon-target:before {
	content: '\e932'
}
.icon-thermometer:before {
	content: '\e933'
}
.icon-thumbs-up:before {
	content: '\e934'
}
.icon-thumbs-down:before {
	content: '\e935'
}
.icon-thumbs-up-line:before {
	content: '\e936'
}
.icon-ticket:before {
	content: '\e937'
}
.icon-to-end:before {
	content: '\e938'
}
.icon-to-start:before {
	content: '\e939'
}
.icon-tools:before {
	content: '\e93a'
}
.icon-traffic-cone:before {
	content: '\e93b'
}
.icon-trash:before {
	content: '\e93c'
}
.icon-trash-line:before {
	content: '\e93d'
}
.icon-trophy:before {
	content: '\e93e'
}
.icon-truck-line:before {
	content: '\e93f'
}
.icon-tv-line:before {
	content: '\e940'
}
.icon-up:before {
	content: '\e941'
}
.icon-up-bold:before {
	content: '\e942'
}
.icon-up-circled:before {
	content: '\e943'
}
.icon-up-dir:before {
	content: '\e944'
}
.icon-up-open:before {
	content: '\e945'
}
.icon-up-open-big:before {
	content: '\e946'
}
.icon-up-open-mini:before {
	content: '\e947'
}
.icon-up-thin:before {
	content: '\e948'
}
.icon-upload:before {
	content: '\e949'
}
.icon-upload-cloud:before {
	content: '\e94a'
}
.icon-user:before {
	content: '\e94b'
}
.icon-user-add:before {
	content: '\e94c'
}
.icon-user-line:before {
	content: '\e94d'
}
.icon-users:before {
	content: '\e94e'
}
.icon-vcard:before {
	content: '\e94f'
}
.icon-viadeo:before {
	content: '\e950'
}
.icon-video:before {
	content: '\e951'
}
.icon-videocam-line:before {
	content: '\e952'
}
.icon-vk:before {
	content: '\e953'
}
.icon-volume:before {
	content: '\e954'
}
.icon-w3c:before {
	content: '\e955'
}
.icon-wallet-line:before {
	content: '\e956'
}
.icon-water:before {
	content: '\e957'
}
.icon-weibo:before {
	content: '\e958'
}
.icon-wikipedia:before {
	content: '\e959'
}
.icon-window:before {
	content: '\e95a'
}
.icon-wordpress:before {
	content: '\e95b'
}
.icon-xing:before {
	content: '\e95c'
}
.icon-yahoo:before {
	content: '\e95d'
}
.icon-yelp:before {
	content: '\e95e'
}
.icon-youtube:before {
	content: '\e95f'
}
.icon-menu-fine:before {
	content: '\e960'
}
.icon-bag-fine:before {
	content: '\e961'
}
.icon-search-fine:before {
	content: '\e962'
}
.icon-cancel-fine:before {
	content: '\e963'
}
.icon-plus-fine:before {
	content: '\e964'
}
.icon-minus-fine:before {
	content: '\e965'
}
.icon-gplus-circled:before {
	content: '\f059'
}
.icon-github-circled:before {
	content: '\f09b'
}
.icon-gplus:before {
	content: '\f0d5'
}
.icon-comment-empty-fa:before {
	content: '\f0e5'
}
.icon-instagram:before {
	content: '\f16d'
}
.icon-tumblr:before {
	content: '\f173'
}
.icon-windows:before {
	content: '\f17a'
}
.icon-foursquare:before {
	content: '\f180'
}
.icon-google:before {
	content: '\f1a0'
}
.icon-behance:before {
	content: '\f1b4'
}
.icon-steam:before {
	content: '\f1b6'
}
.icon-spotify:before {
	content: '\f1bc'
}
.icon-database:before {
	content: '\f1c0'
}
.icon-qq:before {
	content: '\f1d6'
}
.icon-paypal:before {
	content: '\f1ed'
}
.icon-stripe:before {
	content: '\f1f5'
}
.icon-chrome:before {
	content: '\f268'
}
.icon-scribd:before {
	content: '\f28a'
}
.icon-github:before {
	content: '\f300'
}
.icon-flickr:before {
	content: '\f303'
}
.icon-flickr-circled:before {
	content: '\f304'
}
.icon-vimeo:before {
	content: '\f306'
}
.icon-vimeo-circled:before {
	content: '\f307'
}
.icon-twitter:before {
	content: '\f309'
}
.icon-twitter-circled:before {
	content: '\f30a'
}
.icon-facebook:before {
	content: '\f30c'
}
.icon-facebook-circled:before {
	content: '\f30d'
}
.icon-facebook-squared:before {
	content: '\f30e'
}
.icon-pinterest:before {
	content: '\f312'
}
.icon-pinterest-circled:before {
	content: '\f313'
}
.icon-tumblr-circled:before {
	content: '\f316'
}
.icon-linkedin:before {
	content: '\f318'
}
.icon-linkedin-circled:before {
	content: '\f319'
}
.icon-dribbble:before {
	content: '\f31b'
}
.icon-dribbble-circled:before {
	content: '\f31c'
}
.icon-stumbleupon:before {
	content: '\f31e'
}
.icon-stumbleupon-circled:before {
	content: '\f31f'
}
.icon-lastfm:before {
	content: '\f321'
}
.icon-lastfm-circled:before {
	content: '\f322'
}
.icon-rdio:before {
	content: '\f324'
}
.icon-rdio-circled:before {
	content: '\f325'
}
.icon-spotify-circled:before {
	content: '\f328'
}
.icon-dropbox:before {
	content: '\f330'
}
.icon-evernote:before {
	content: '\f333'
}
.icon-flattr:before {
	content: '\f336'
}
.icon-skype:before {
	content: '\f339'
}
.icon-skype-circled:before {
	content: '\f33a'
}
.icon-renren:before {
	content: '\f33c'
}
.icon-sina-weibo:before {
	content: '\f33f'
}
.icon-picasa:before {
	content: '\f345'
}
.icon-soundcloud:before {
	content: '\f348'
}
.icon-mixi:before {
	content: '\f34b'
}
.icon-google-circles:before {
	content: '\f351'
}
.icon-vkontakte:before {
	content: '\f354'
}
.icon-smashing:before {
	content: '\f357'
}
.icon-db-shape:before {
	content: '\f600'
}
.icon-sweden:before {
	content: '\f601'
}
.icon-logo-db:before {
	content: '\f603'
}

/*
|--------------------------------------------------------------------------
|  4.0 Shortcodes
|  
|--------------------------------------------------------------------------
|
| 
|
*/
/* Chart box ------------------------------------------------------------------------- */
.chart_box{position:relative;text-align:center}
.chart_box:before{content:"";display:block;z-index:2;width:138px;height:138px;border-width:1px;border-style:solid;position:absolute;left:50%;margin-left:-69px;top:1px;-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 canvas{position:relative;z-index:2}
.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:0;top:45px;z-index:3;width:100%;font-size:50px;line-height:50px}
.chart_box p{margin-bottom:0}

/* 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%}
.dropcap.transparent{background:none!important}
.dropcap.size-2{width:50px;height:50px;line-height:50px;font-size:35px}
.dropcap.size-3{width:60px;height:60px;line-height:60px;font-size:40px}

/* 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)}
.tooltip.tooltip-img:hover .tooltip-content,.tooltip.tooltip-img.hover .tooltip-content{display:block}
.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;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}
	
/* Button Item ----------------------------------------------------------------------- */
.column_button .button{margin:0!important;vertical-align:middle}
.button_align.align_center{text-align:center}
.button_align.align_right{text-align:right}
	
/* Image frames ---------------------------------------------------------------------- */
.column_image{line-height:0}

.image_frame,.wp-caption{display:block;margin:0;border-width:8px;border-style:solid;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%} */ /* deprecated since 13.1 */
.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}
.wp-caption-text.hide{display:none}

.if-caption-on .image_frame{position:relative}
.if-caption-on .wp-caption-text{position:absolute;bottom:15px;left:15px;padding:5px 10px!important;width:calc(100% - 30px);box-sizing:border-box;background:rgba(0,0,0,.5);color:rgba(255,255,255,.7);border-radius:3px;}

.image_frame.no_border .wp-caption-text,.if-zoom .image_frame:not(.has_border) .wp-caption-text{padding:10px 0;}
.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;width:100%;height:100%;z-index:2}
.image_frame .image_wrapper img:not(.ls-l){position:relative;top:0;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(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;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}

/* Alignments ------------------------------------------------------------------------ */
.alignleft{float:left;margin:15px 15px 15px 0}
.alignright{float:right;margin:15px 0 15px 15px}
.aligncenter{text-align:center;margin:0 auto;display:block}
.aligncenter img{display:inline}
		
/* Animation */
.image_frame .image_wrapper img,
.image_frame .image_wrapper .mask:after,
.image_frame .image_wrapper .image_links{-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}
.image_frame .image_wrapper .image_links a{-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out}	

/* Greyscale */
.greyscale .image_wrapper img{top:0!important;margin-bottom:0!important}
.greyscale .image_wrapper img.BWFilter{opacity:1;z-index:2}
.greyscale .image_wrapper img:not(.BWFilter){opacity:0}
.greyscale .image_wrapper:hover img.BWFilter{opacity:0!important}
.greyscale .image_wrapper:hover img:not(.BWFilter){opacity:1!important}
.greyscale:not(.no_link) .image_wrapper img:not(.ls-l){margin-bottom:0!important}
.greyscale .image_wrapper .mask{display:none}

.greyscale .image_frame .image_wrapper img{-webkit-transition:all 0s;-moz-transition:all 0s;-o-transition:all 0s;transition:all 0s}

.greyscale.tiles .post-item .image_wrapper_tiles img.BWFilter{opacity:1;z-index:2}
.greyscale.tiles .post-item .image_wrapper_tiles img:not(.BWFilter){opacity:0}
.greyscale.tiles .post-item:hover .image_wrapper_tiles img.BWFilter{opacity:0!important}
.greyscale.tiles .post-item:hover .image_wrapper_tiles img:not(.BWFilter){opacity:1!important}

/* Style | Overlay */
.if-overlay .image_frame .image_wrapper .image_links{opacity:0;width:60px;height:60px;bottom:auto;top:50%;left:50%;z-index:4;margin-top:-30px;margin-left:-30px;-moz-transform:scale(0);-webkit-transform:scale(0);-o-transform:scale(0)}
.if-overlay .image_frame .image_wrapper .image_links.double{width:120px;margin-left:-60px}
.if-overlay .image_frame .image_wrapper .image_links.triple{width:180px;margin-left:-90px}
.if-overlay .image_frame .image_wrapper .image_links.hover-title{width:100%;left:0;margin-left:0}
.if-overlay li.product .product-loading-icon,.if-overlay li.product .added-cart{border-radius:0!important;width:60px!important;height:60px!important;margin:-30px 0 0 -30px !important}
.if-overlay li.product.adding-to-cart .added-cart,.if-overlay li.product.added-to-cart .added-cart{z-index:5!important}
.if-overlay .image_frame:not(.no_link) .image_wrapper img:not(.ls-l){margin-bottom:0}
.if-overlay .image_frame:hover .image_wrapper .image_links,.if-overlay .image_frame.hover .image_wrapper .image_links{opacity:1;-moz-transform:scale(1);-webkit-transform:scale(1);-o-transform:scale(1)}
.if-overlay .image_frame:hover .image_wrapper img,.if-overlay .image_frame.hover .image_wrapper img{-moz-transform:scale(1.2);-webkit-transform:scale(1.2);-o-transform:scale(1.2);top:0}
.if-overlay .image_item:hover .image_wrapper img,.if-overlay .image_item.hover .image_wrapper img{-moz-transform:scale(1);-webkit-transform:scale(1);-o-transform:scale(1)}

/* Style | Zoom */
.if-zoom {}
.if-zoom .image_frame .image_wrapper .image_links { display: none; }
.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);-ms-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);-ms-transform:scale(1);}

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

/* Hover Disable */
.image_frame.hover-disable .image_wrapper .image_links{display:none}
.image_frame.hover-disable .image_wrapper .mask{display:none!important}
.image_frame.hover-disable .image_wrapper img{margin-bottom:0!important;top:0!important;-moz-transform:scale(1)!important;-webkit-transform:scale(1)!important;-o-transform:scale(1)!important}
.image_frame.hover-disable:not(.no_link) .image_wrapper img:not(.ls-l){margin-bottom:0!important}
	
/* 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%. */
.content_video.iframe.auto-wh{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}
.content_video.iframe.auto-wh iframe{position:absolute;top:0;left:0;width:100%;height:100%}

.post-photo-wrapper.embed .image_wrapper,
.single-photo-wrapper.embed .image_wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}
.post-photo-wrapper.embed .image_wrapper iframe,
.single-photo-wrapper.embed .image_wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}

.post-photo-wrapper.html5 .jp-jplayer,
.single-photo-wrapper.html5 .jp-jplayer{position:relative;padding-bottom:56.25%;height:0!important;overflow:hidden}
.post-photo-wrapper.html5 .jp-jplayer img,
.single-photo-wrapper.html5 .jp-jplayer img{position:absolute;}
.post-photo-wrapper.html5 .jp-jplayer video,
.single-photo-wrapper.html5 .jp-jplayer video{position:absolute;top:0;left:0;width:100%;height:100%}

/* Gallery --------------------------------------------------------------------------- */
.gallery .gallery-item{overflow:hidden;margin:0 0 10px!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-columns-2 .gallery-item:nth-child(2n+1){clear:both}
.gallery-columns-3 .gallery-item:nth-child(3n+1){clear:both}
.gallery-columns-4 .gallery-item:nth-child(4n+1){clear:both}
.gallery-columns-5 .gallery-item:nth-child(5n+1){clear:both}
.gallery-columns-6 .gallery-item:nth-child(6n+1){clear:both}
.gallery-columns-7 .gallery-item:nth-child(7n+1){clear:both}
.gallery-columns-8 .gallery-item:nth-child(8n+1){clear:both}
.gallery-columns-9 .gallery-item:nth-child(9n+1){clear:both}
*/
/* Gallery | Flat */
.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;margin-bottom:0}

/* Gallery | Fancy */
.gallery.fancy .gallery-item:nth-child(2n+1){transform:rotate(-2deg)}
.gallery.fancy .gallery-item:nth-child(2n){transform:rotate(2deg)}
.gallery.fancy .gallery-item .image_frame{margin:7%}

/* Gallery | Masonry */
.gallery.masonry .gallery-item{margin:0!important}
.gallery.masonry .gallery-item .gallery-icon{margin:0!important;width:100%}
.gallery.masonry .gallery-item .image_frame{margin-bottom: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{background:none;color:transparent;}
.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}

/* Divider | Fancy */
.fancy-divider svg{display:block}
.fancy-divider svg:not(:root){overflow:hidden}

/* Decoration SVG */
.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}

/* Decoration Image | height:100px - fallback */
.section .section-decoration{width:100%;height:100px;position:absolute;left:0;background-repeat:repeat-x;z-index:1;}
.section .section-decoration.top{top:0;background-position:center top;}
.section .section-decoration.bottom{bottom:0;background-position:center bottom;}

/* 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:700}
input[type="checkbox"]{display:inline}
input[type="date"],input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
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;border-radius:0;box-sizing:border-box;-webkit-appearance:none}

/* Lists ----------------------------------------------------------------------------- */
ul{list-style:none outside}
ol{list-style:decimal}

.column_column ul,.column_column ol,.column_helper ul,.column_helper 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,.post-excerpt ul,.post-excerpt ol{margin:0 0 15px 30px}
.column_column ul li,.column_helper ul li,.column_visual ul li,.mfn-acc ul li,.ui-tabs-panel ul li,.the_content_wrapper ul li,.post-excerpt ul li{list-style:disc outside}
.column_column ul li,.column_column ol li,.column_helper ul li,.column_helper 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,.post-excerpt ul li,.post-excerpt ol li{margin-bottom:10px}
.column_column ul li ul,.column_column ol li ol,.column_helper ul li ul,.column_helper 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,.post-excerpt ul li ul,.post-excerpt 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}
dl > dt,dl > dd{border-width:1px 0 0;border-style:solid;padding:10px 0;margin:0}
dl > dt{display:block;float:left;width:100px;font-weight:700}
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;font-size:15px;text-shadow:0 0 1px rgba(255,255,255,0.3);text-decoration:none;outline:none;white-space:nowrap}
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 .2s;-moz-transition:-moz-transform 0.3s,opacity .2s;transition:transform 0.3s,opacity .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 .3s;-moz-transition:-moz-transform .3s;transition:transform .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 .3s;-moz-transition:background .3s;transition:background .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 .3s;-moz-transition:opacity 0.3s,-moz-transform .3s;transition:opacity 0.3s,transform .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 .3s;-moz-transition:-moz-transform .3s;transition:transform .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 .3s;-moz-transition:top 0.3s,opacity 0.3s,-moz-transform .3s;transition:top 0.3s,opacity 0.3s,transform .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 .3s;-moz-transition:-moz-transform .3s;transition:transform .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 .3s;-moz-transition:-moz-transform .3s;transition:transform .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 .5s;-moz-transition:max-width .5s;transition:max-width .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:.2;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .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 .3s;-moz-transition:color .3s;transition:color .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 .3s;-moz-transition:-moz-transform 0.3s,opacity .3s;transition:transform 0.3s,opacity .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:.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}			
			
/* Accordion ------------------------------------------------------------------------- */
.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:0}
.accordion .question .title{padding:14px 14px 14px 60px;font-size:13px;font-weight:700;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:block}
.accordion .question .title > .acc-icon-minus{display:none}
.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}
.accordion .question.active .title > .acc-icon-plus{display:none}
.accordion .question.active .title > .acc-icon-minus{display:block}
.accordion .question.active p:last-child{margin-bottom:0}

/* FAQ ------------------------------------------------------------------------------- */
.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:1}
.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:0}
.faq .question .title{padding:20px 40px 20px 80px;font-size:15px;position:relative;cursor:pointer;z-index:2}
.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:block}
.faq .question .title > .acc-icon-minus{display:none}
.faq .question .title .num{font-weight:700;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:none}
.faq .question.active .title > .acc-icon-minus{display:block}
.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}
.wpb_wrapper .faq .question .title > .acc-icon-plus,.wpb_wrapper .faq .question .title > .acc-icon-minus{left:20px;right:auto;color:rgba(0,0,0,.5)}

/* Table ----------------------------------------------------------------------------- */
table{width:100%;margin-bottom:15px;border-collapse:collapse;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:700;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)}

/* table.simple */
table.simple th{background:none}
table.simple th,table.simple td{border-width:0 0 1px}
table.simple tr:first-child td{background:none}
table.simple tr:last-child td{border:none}

/* Rows Hover */
body.table-hover:not(.woocommerce-page) table tr:hover td{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}

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

/* Columns */
.feature_list[data-col="2"] ul li{width:50%}
.feature_list[data-col="3"] ul li{width:33.33%}
.feature_list[data-col="4"] ul li{width:25%}
.feature_list[data-col="5"] ul li{width:20%}
.feature_list[data-col="6"] ul li{width:16.66%}
		
/* 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:before{margin:0}
.list_item .circle{width:78px;height:78px;line-height:78px;border-width:1px;border-style:solid;font-size:20px;font-weight:700;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;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}
.align_right .list_item .list_left{float:right;}
.align_right .list_item .list_right{margin-left:0;margin-right:100px;}

/* 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;font-size:30px;line-height:30px}
.pricing-box .plan-header .price{margin:0 0 20px}
.pricing-box .plan-header .price > span{font-size:45px;line-height:45px;margin:0 5px}
.pricing-box .plan-header .price sup.currency{font-size:20px;line-height:20px;top:-10px;position:relative}
.pricing-box.cp-right .plan-header .price sup.currency{margin-right:5px}
.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:700;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;position:relative}
.content_slider .content_slider_ul{margin:0!important;line-height:0;border-width:8px;border-style:solid;-webkit-box-sizing:border-box;box-sizing:border-box}
.content_slider .content_slider_ul li{display:block;float:left;margin:0!important;} 
.content_slider a.button{position:absolute;top:50%;margin:-22px 0 0;font-size:13px;line-height:21px}
.content_slider a.slider_prev{left:-90px}
.content_slider a.slider_next{right:-90px}
.content_slider .slider_pagination{width:100%;margin-top:30px;}
.content_slider .slider_pagination li{display:inline-block;}

.content_slider .content_slider_ul{max-height:283px;transition:opacity 0.3s ease-in-out;}
.content_slider .content_slider_ul.slick-slider{opacity:1;max-height:none;zoom:1;}

/* Flat */
.content_slider.flat .content_slider_ul{border-width:0}
.content_slider.flat a.button{background:none!important;box-shadow:none;border:none}
.content_slider.flat a.button:after{display:none!important}
.content_slider.flat a.button:hover{background:none!important}
.content_slider.flat a.button .button_icon{background:none;padding:0;font-size:50px;opacity:.3}
.content_slider.flat a:hover.button .button_icon{opacity:1}

/* Flat description */
.content_slider.flat.description ul li{text-align:center}
.content_slider.flat.description ul li a{display:block;text-decoration:none}
.content_slider.flat.description ul li img{margin-bottom:30px}
.content_slider.flat.description ul li h3{margin-bottom:0}
.content_slider.flat.description ul li .desc{line-height:initial;padding:0 20%;margin-top:15px}

/* Carousel */
.content_slider.carousel{padding:0 70px}
.content_slider.carousel .content_slider_ul{border-width:0}
.content_slider.carousel .content_slider_ul li{text-align:center;padding:0 20px;padding-top:5px}
.content_slider.carousel .content_slider_ul li img{margin-bottom:20px;opacity:.8;position:relative;top:0}
.content_slider.carousel .content_slider_ul li a{color:inherit;text-decoration:none;}
.content_slider.carousel .content_slider_ul li .title{opacity:.3;font-size:115%;line-height:initial;}
.content_slider.carousel .content_slider_ul li:hover img{opacity:1;top:-5px}
.content_slider.carousel .content_slider_ul li:hover .title{opacity:1}

.content_slider.carousel a.button{background:none!important;box-shadow:none;border:none;top:40%;margin-top:-11px;}
.content_slider.carousel a.button:after{display:none!important}
.content_slider.carousel a.button:hover{background:none!important}
.content_slider.carousel a.button .button_icon{background:none;padding:0;font-size:30px;opacity:.5}
.content_slider.carousel a.button:hover .button_icon{opacity:1}
.content_slider.carousel a.slider_prev{left:-70px}
.content_slider.carousel a.slider_next{right:-70px}

/* Navigation visibility */
.content_slider.hide-arrows{padding:0}
.content_slider.hide-arrows a.slider_prev,.content_slider.hide-arrows a.slider_next{display:none!important}
.content_slider.hide-dots .slider_pagination{display:none!important}

.section.full-width .column.one .content_slider.hide-arrows{padding:0 140px;}

/* Animation */
.content_slider.carousel ul li img,.content_slider.carousel ul li .title,.content_slider.flat a.button .button_icon{-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}

/* Offer slider ---------------------------------------------------------------------- */
.offer{position:relative}
.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;width:calc(50% - 42px);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.no-link .title{padding:0}
.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 .offer_li .desc_wrapper.align_left{text-align:left}
.offer .offer_li .desc_wrapper.align_right{text-align:right}
.offer .offer_li .desc_wrapper.align_center{text-align:center}
.offer .offer_li .desc_wrapper.align_justify{text-align:justify}

.offer .offer_li .desc_wrapper.align_right.has-link .title{padding-left:160px;padding-right:0}
.offer .offer_li .desc_wrapper.align_right .title a.button{left:0;right:auto;}
.offer .offer_li .desc_wrapper.align_center.has-link .title{text-align:left}

.offer_li ul{list-style:disc inside none;margin-bottom:10px}
.offer_li ol{list-style:decimal inside none;margin-bottom:10px}
.offer_li li{margin-bottom:5px}

.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;font-size:13px;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:-69px;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}

.button-stroke .offer a.slider_prev .button_icon,.button-stroke .offer a.slider_next .button_icon{padding:0;width:42px;height:42px;line-height:42px;text-align:center}
.button-stroke .offer a.slider_prev{margin-top:-75px}
.button-stroke .offer a.slider_next{margin-top:28px}
.button-stroke .offer .slider_pagination{border-radius:3px;background:rgba(0,0,0,0.6)}

/* 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:15px;position:relative;min-height:43px;padding-right:160px}
.offer_thumb_ul li.offer_thumb_li .desc_wrapper.no-link .title{padding:0}
.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}

.offer_thumb_ul li.offer_thumb_li .desc_wrapper.align_left{text-align:left}
.offer_thumb_ul li.offer_thumb_li .desc_wrapper.align_right{text-align:right}
.offer_thumb_ul li.offer_thumb_li .desc_wrapper.align_center{text-align:center}
.offer_thumb_ul li.offer_thumb_li .desc_wrapper.align_justify{text-align:justify}

.offer_thumb_ul li.offer_thumb_li .desc_wrapper.align_right.has-link .title{padding-left:160px;padding-right:0}
.offer_thumb_ul li.offer_thumb_li .desc_wrapper.align_right .title a.button{left:0;right:auto;}
.offer_thumb_ul li.offer_thumb_li .desc_wrapper.align_center.has-link .title{text-align:left}
	
/* 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 !important;height:85px !important;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}
	body:not(.style-simple) .offer_thumb:not(.bottom) .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 .offer_thumb_ul li.offer_thumb_li .desc_wrapper{margin-right:4%;width:48%}
.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 ----------------------------------------------------------------------- */
.Latest_news ul{float:left;width:100%;margin:0}
.Latest_news ul li{margin:0 0 20px;list-style:none;position:relative;overflow:hidden}
.Latest_news ul li .photo{width:30%;border-right-width:3px;border-style:solid;float:left;line-height:0}
.Latest_news ul li .desc{width:100%;padding:3px 12px 3px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.Latest_news ul li.has-post-thumbnail .desc{margin-left:30%;width:70%;padding-left:12px;}
.Latest_news ul li .desc h5{margin:0 0 7px}
.Latest_news ul li .desc .post-excerpt{margin:10px 0 5px}
.Latest_news ul li .desc_footer{overflow:hidden;border-top-width:1px;border-style:solid;padding-top:5px;color:#a8a8a8}
.Latest_news ul li .desc_footer .date{float:left;margin-right:5px}
.Latest_news ul li .desc_footer .button-love{float:left;margin-right:5px}
.Latest_news ul li .desc_footer .button-love a.mfn-love{display:inline-block;position:relative;padding-left:24px;margin-left:5px}
.Latest_news ul li .desc_footer .button-love a.mfn-love i{position:absolute;left:0;top:0;font-size:16px}
.Latest_news ul li .desc_footer .button-love a.mfn-love:hover{text-decoration:none}
.Latest_news ul li .desc_footer .button-love a.mfn-love i:last-child{opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.Latest_news ul li .desc_footer .button-love a:hover.mfn-love i:last-child,.Latest_news ul li .desc_footer .button-love a.loved.mfn-love i:last-child{opacity:1;filter:alpha(opacity=100)}
.Latest_news .button{float:left;clear:both;}
	
.Latest_news.featured ul{float:left;width:49%;}	
.Latest_news.featured ul.ul-first{margin-right:1%;}	
.Latest_news.featured ul.ul-second{margin-left:1%;}	
.Latest_news.featured ul.ul-first li .photo{width:100%;float:left;margin-bottom:10px;border-right-width:0;border-bottom-width:3px;border-bottom-style:solid;}	
.Latest_news.featured ul.ul-first li .desc{width:100%;margin:0;padding:0;float:left;}	
.Latest_news.featured ul.ul-first li .desc h4{margin:0 0 7px;}

.column.two-fifth .Latest_news.featured ul,
.column.one-third .Latest_news.featured ul,
.column.one-fourth .Latest_news.featured ul{width:100%}

.wrap.three-fifth .column.one-second .Latest_news.featured ul,
.wrap.one-second .column.one-second .Latest_news.featured ul,
.wrap.one-second .column.three-fifth .Latest_news.featured ul,
.wrap.two-fifth .column.three-fourth .Latest_news.featured ul,
.wrap.two-fifth .column.one-second .Latest_news.featured ul,
.wrap.two-fifth .column.three-fifth .Latest_news.featured ul,
.wrap.one-fourth .Latest_news.featured ul,
.wrap.one-fifth .Latest_news.featured ul,
.wrap.one-sixth .Latest_news.featured ul{width:100%}

/* Blog Teaser ----------------------------------------------------------------------- */
.blog-teaser .teaser-wrapper{float:left;width:100%;margin:0;}

.blog-teaser li{display:block;position:relative;overflow:hidden}
.the_content_wrapper .blog-teaser li{margin-bottom:0;}
.blog-teaser li:first-child{float:left;width:66%;}
.blog-teaser li:not(:first-child){float:right;width:33%;}
.blog-teaser li:last-child{margin-top:1%;}
.blog-teaser li:last-child .photo-wrapper{margin-bottom:-3.2%;}

.blog-teaser.margin-no li:first-child{width:66.6666%;}
.blog-teaser.margin-no li:not(:first-child){float:right;width:33.3333%;}
.blog-teaser.margin-no li:last-child{margin-top:0;}
.blog-teaser.margin-no li:last-child .photo-wrapper{margin-bottom:0;}

.blog-teaser li .photo-wrapper {position:relative;line-height:0;}
.blog-teaser li .photo-wrapper:after{content:"";position:absolute;z-index:2;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.2);opacity:0;transition:all 0.6s ease-out;}
.blog-teaser li:hover .photo-wrapper:after{opacity:1;}

.blog-teaser li .desc-wrapper{position:absolute;left:0;bottom:-20px;width:100%;z-index:4;transition:all 0.4s ease-out;}
.blog-teaser li:hover .desc-wrapper{transform:translateY(-20px);}
.blog-teaser li .desc-wrapper .desc{background:url(../images/blog_masonry_tile_gradient.png) top left repeat-x;padding:70px 25px 30px;}

.blog-teaser li .desc-wrapper .desc .post-meta .author .label{display:none;}
.blog-teaser li .desc-wrapper .desc .post-meta .comments{margin-left:5px;}
.blog-teaser li .desc-wrapper .desc .post-title a {color:#fff;}
.blog-teaser li .desc-wrapper .desc .post-title:after{content:"";display:block;height:3px;margin-top:20px;width:0;transition:all 0.4s ease-out;background-color:#fff;}
.blog-teaser li:hover .desc-wrapper .desc .post-title:after{width:40%}
.blog-teaser li:first-child:hover .desc-wrapper .desc .post-title:after{width:20%}

.blog-teaser li .desc-wrapper .desc .post-meta,
.blog-teaser li .desc-wrapper .desc .post-meta a{color:rgba(255,255,255,.7);}

.blog-teaser li:not(.has-post-thumbnail) .photo-wrapper{padding-top:75%;padding-bottom:3.2%;}
.blog-teaser li:not(.has-post-thumbnail) .desc-wrapper .desc{background:none;}
.blog-teaser li:not(.has-post-thumbnail) .desc-wrapper .desc .post-title:after{background:#fff;}
	
/* Helper ---------------------------------------------------------------------------- */
.helper{overflow:hidden}
.helper .helper_header{padding:15px 150px 15px 20px;position:relative;min-height:35px}
.helper .helper_header .title{margin:0;line-height:35px}
.helper .helper_header .links{position:absolute;right:15px;top:15px}
.helper .helper_header .links a.link{display:inline-block;height:35px;line-height:35px;margin:0 5px;padding:0 10px;text-decoration:none;-webkit-border-radius:5px;border-radius:5px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.helper .helper_content .item{padding:0 20px 20px;overflow:hidden;display:none}
.helper{background:#f5f5f5}
.helper .helper_header .links a.link{color:#999;background:#fff}
.helper .helper_header .links a.link.active,.helper .helper_header .links a:hover.link{color:#999;background:rgba(0,0,0,.06)}

/* Icon box -------------------------------------------------------------------------- */
.icon_box{position:relative;padding:10px 0}
.icon_box.has_border:after{content:"";display:block;width:0;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 .3s ease-in-out;-moz-transition:background-color .3s ease-in-out;-o-transition:background-color .3s ease-in-out;-ms-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out}
.icon_box .icon_wrapper{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(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)}
	
/* Icon box button & mfn-link */
.icon_box a.mfn-link,.icon_box a.button{display:inline-block}

/* 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:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(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:0;height:0;border-style:solid;border-width:0 8px 8px;border-color:transparent}
.sliding_box .desc_wrapper h4{margin-bottom:0}

/* Animation */
.sliding_box .photo_wrapper{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.sliding_box:hover .photo_wrapper{bottom:-1px}
.sliding_box .desc_wrapper:after{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
.sliding_box:hover .desc_wrapper:after{top:-8px}

/* Story box ------------------------------------------------------------------------- */
.story_box{padding:0 11%}
.story_box a,.story_box a:hover{display:block;text-decoration:none}
.story_box .photo_wrapper{line-height:0;overflow:hidden}
.story_box .photo_wrapper img{display:block;opacity:.7}
.story_box .desc_wrapper{margin-right:20%;position:relative;z-index:2}
.story_box .desc_wrapper h3{margin-left:-30px;margin-top:-26px}
.story_box .desc_wrapper hr{margin-left:0;width:20%}
.story_box:hover .desc_wrapper hr{width:40%}
.story_box:hover .photo_wrapper img{display:block;opacity:1}
.story_box.vertical{padding:0 17%}

/* Animation */
.story_box .desc_wrapper hr,.story_box .photo_wrapper img{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}	
		
/* Promo box ------------------------------------------------------------------------- */
.promo_box{position:relative}
.promo_box.has_border:after{content:"";display:block;width:0;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}
	
/* Zoom box -------------------------------------------------------------------------- */
.column_zoom_box{text-align:center;line-height:0;}
.zoom_box{position:relative;line-height:0;overflow:hidden;display:inline-block;max-width:100%}
.zoom_box .photo img,.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 .photo img{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
.zoom_box:hover .photo img{-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 .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:30%!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}
.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 .number-wrapper{font-size:50px;line-height:50px;margin-bottom:5px}
.counter .desc_wrapper .number-wrapper .label{font-size:70%;line-height:100%}
.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:138px;height:138px;border-width:1px;border-style:solid;position:absolute;left:50%;margin-left:-69px;top:1px;-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 canvas{position:relative;z-index:2}
.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:0;top:45px;z-index:3;width:100%;font-size:50px;line-height:50px}
.chart_box p{margin-bottom:0}

/* 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:0}
.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:0 5px;font-weight:400;position:absolute;right:0;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 h6 .label em{font-style:normal}
.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:100%;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 img{max-width:25px!important;max-height:25px;margin:5px 0 -5px}
.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 ----------------------------------------------------------------------- */
.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 .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
	

/* Quick facts ----------------------------------------------------------------------- */
.quick_fact{text-align:center}
.quick_fact.align_left{text-align:left}
.quick_fact.align_right{text-align:right}
.quick_fact .number-wrapper{font-size:90px;line-height:90px}
.quick_fact .number-wrapper .label{font-size:70%;line-height:100%}
.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.without-desc .image_frame{margin-bottom:0}
.photo_box .desc{margin-bottom:15px}
	
/* 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 .photo_wrapper .icon img{position:absolute;left:50%;top:50%;max-width:calc(100% - 16px)!important;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
.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.photo{position:relative;display:block;z-index:1;-webkit-transform:translateX(15px);transform:translateX(15px)}
.flat_box:hover .photo_wrapper img.photo,.flat_box a:hover .photo_wrapper img.photo{-webkit-transform:translateX(0px);transform:translateX(0px)}
.flat_box .desc_wrapper{margin-left:90px}

@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 .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}
.flat_box .photo_wrapper 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}

/* Feature box -------------------------------------------------------------------------- */
.feature_box .feature_box_wrapper{display:table;padding:20px}
.feature_box .feature_box_wrapper .photo_wrapper,.feature_box .feature_box_wrapper .desc_wrapper{display:table-cell;vertical-align:middle}
.feature_box .feature_box_wrapper .photo_wrapper{width:50%;}
.feature_box .feature_box_wrapper .photo_wrapper a{display:block;line-height:0}
.feature_box .feature_box_wrapper .desc_wrapper{width:46%;padding-left:4%}

/* Hover box ------------------------------------------------------------------------- */
.hover_box{text-align:center;line-height:0}
.hover_box a{display:block;line-height:0}
.hover_box .hover_box_wrapper{display:inline-block;position:relative;overflow:hidden;line-height:0;max-width:100%}
.hover_box .hover_box_wrapper img{display:block}
.hover_box .hover_box_wrapper .visible_photo{opacity:1;filter:alpha(opacity=100)}
.hover_box .hover_box_wrapper .hidden_photo{position:absolute;left:50%;top:50%;opacity:0;filter:alpha(opacity=0);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.hover_box:hover .hover_box_wrapper .visible_photo,.hover_box.hover .hover_box_wrapper .visible_photo{opacity:0;filter:alpha(opacity=0)}
.hover_box:hover .hover_box_wrapper .hidden_photo,.hover_box.hover .hover_box_wrapper .hidden_photo{opacity:1;filter:alpha(opacity=100)}

.hover_box .hover_box_wrapper .visible_photo,.hover_box .hover_box_wrapper .hidden_photo{-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}

/* Hover color ----------------------------------------------------------------------- */
.hover_color:hover .hover_color_bg,.hover_color.hover .hover_color_bg{background-color:inherit!important;border-color:inherit!important}
.hover_color {border-color:transparent}
.hover_color a{display:block}
.hover_color a:hover{text-decoration:none}
.hover_color .hover_color_bg{border:2px solid transparent}
.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}
.hover_color .hover_color_bg{-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}
.hover_color,.hover_color_bg{height:100%}

/* 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:700}
a.content_link:after{content:"";z-index:2;filter:alpha(opacity=0);opacity:0;height:0;width:100%;border-width:0 0 5px;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:0;height:0;border-style:solid;border-width:0 6px 6px;border-color: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)}
a.content_link:after,a.content_link:before{-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}

/* Icon bar -------------------------------------------------------------------------- */
a.icon_bar{display:inline-block;overflow:hidden;text-align:center;margin:0 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%}
a.icon_bar span{-webkit-transition:-webkit-transform .3s;-moz-transition:-moz-transform .3s;transition:transform .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%)}
.wpb_wrapper a.icon_bar{margin-bottom:2px}
		
/* 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;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;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;border-width:1px;border-style:solid;background-color:#fff;background-repeat:no-repeat;background-position:right bottom}
.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:400;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:0;height:0;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;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}
.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-wrapper{position:relative}

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

.google-map-contact-wrapper{position:absolute;z-index:10;right:50px;top:50px;}
.section.full-width .wrap.one .column_map.one .google-map-contact-wrapper{left:50%;margin-left:300px;right:auto;}
.google-map-contact-wrapper .get_in_touch{width:210px;padding:25px;position:relative}
.google-map-contact-wrapper .get_in_touch:after{content:"";display:block;position:absolute;left:0;bottom:-30px;width:0;height:0;border-style:solid;border-width:30px 30px 0 0;border-color:transparent}

.google-map-contact-wrapper.style-bar{position:static;margin-left:0!important;}
.google-map-contact-wrapper.style-bar .get_in_touch{float:none;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}
.google-map-contact-wrapper.style-bar .get_in_touch:after{display:none;}

/* Team ------------------------------------------------------------------------------ */
.team .image_frame{margin-bottom:15px}
.team .desc_wrapper h4{margin-bottom:3px}
.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_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.photo{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 .column{margin-bottom:0}
.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 .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}

/* 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;width:100%}
.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}
	
/* Clients --------------------------------------------------------------------------- */
ul.clients{margin:0}
ul.clients li{float:left;width:16.666%;margin:0!important;list-style:none}
ul.clients .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 .client_wrapper:hover{background:rgba(0,0,0,.05)}
ul.clients .client_wrapper a{display:block;width:100%;height:100%}
ul.clients .client_wrapper .gs-wrapper{width:100%;height:100%;position:relative}
ul.clients .client_wrapper img{position:absolute;top:50%!important;left:50%!important;-ms-transform:translate(-50%,-50%)!important;-webkit-transform:translate(-50%,-50%)!important;-moz-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important}

ul.clients.greyscale .client_wrapper img.BWFilter{opacity:1;z-index:2}
ul.clients.greyscale .client_wrapper img:not(.BWFilter){opacity:0}
ul.clients.greyscale .client_wrapper:hover img.BWFilter{opacity:0!important}
ul.clients.greyscale .client_wrapper:hover img:not(.BWFilter){opacity:1!important}

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:0;width:0;height:0;border-style:solid;border-width:0 4px 5px;border-color: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}
ul.clients li .client_wrapper,ul.clients li .client_wrapper img{-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 .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}
.clients_slider .clients_slider_header a.slider_prev,
.clients_slider .clients_slider_header a.slider_next{position:absolute;top:0;margin:0;font-size:13px;line-height:21px}
.clients_slider .clients_slider_header a.slider_prev{right:50px}
.clients_slider .clients_slider_header a.slider_next{right:0}

/* 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}
.blog_slider .blog_slider_header a.slider_prev,
.blog_slider .blog_slider_header a.slider_next{position:absolute;top:0;margin:0;font-size:13px;line-height:21px}
.blog_slider .blog_slider_header a.slider_prev{right:50px}
.blog_slider .blog_slider_header a.slider_next{right: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}

.blog_slider.hide-dots .slider_pagination{display:none!important}
.blog_slider.hide-arrows .blog_slider_header a.button{display:none!important}
.blog_slider.hide-nav .slider_pagination,
.blog_slider.hide-nav .blog_slider_header a.button{display:none!important}

/* Blog slider - flat */
.blog_slider.flat .blog_slider_ul li .item_wrapper .image_frame{margin-left:0;border:0}
.blog_slider.flat .blog_slider_ul li .item_wrapper .date_label{position:static;background-color:transparent!important;background-image:none;display:inline-block;padding:0}
.blog_slider.flat .blog_slider_ul li .item_wrapper .desc hr{margin-left:0;width:0}
.blog_slider.flat .blog_slider_ul li .item_wrapper .desc a.button{display:none;margin-left:0}
.blog_slider.flat .blog_slider_ul li .item_wrapper:hover .desc hr{width:100px}
.blog_slider.flat .blog_slider_ul li .item_wrapper .image_wrapper img,.blog_slider.flat .blog_slider_ul li .item_wrapper .image_wrapper img{filter:alpha(opacity=90);opacity:.9}
.blog_slider.flat .blog_slider_ul li .item_wrapper:hover .image_wrapper img,.blog_slider.flat .blog_slider_ul li .item_wrapper:hover .image_wrapper img{top:0;filter:alpha(opacity=100);opacity:1}
	
/* Arrows */
.blog_slider.flat{position:relative}
.blog_slider.flat .blog_slider_header{position:static;height:0;margin-bottom:0;overflow:hidden;padding-right:0}
.blog_slider.flat .blog_slider_header a.button.slider_prev,.blog_slider.flat .blog_slider_header a.button.slider_next{width:60px;height:100%;border:0;border-radius:0;background-color:rgba(255,255,255,.4)!important;box-shadow:inset 0 0 0 0;background-image:none}
.blog_slider.flat .blog_slider_header a:hover.button.slider_prev,.blog_slider.flat .blog_slider_header a:hover.button.slider_next{background-color:rgba(255,255,255,.7)!important}
.blog_slider.flat .blog_slider_header a.button.slider_prev:after,.blog_slider.flat .blog_slider_header a.button.slider_next:after{display:none}
.blog_slider.flat .blog_slider_header a.button.slider_prev .button_icon,.blog_slider.flat .blog_slider_header a.button.slider_next .button_icon{float:none;font-size:15px;padding:0;text-align:center;position:absolute;width:100%;top:50%;margin-top:-4px;background:none}
.blog_slider.flat .blog_slider_header a.button.slider_prev .button_icon i,.blog_slider.flat .blog_slider_header a.button.slider_next .button_icon i,.blog_slider.flat .blog_slider_header a:hover.button.slider_prev .button_icon i,.blog_slider.flat .blog_slider_header a:hover.button.slider_next .button_icon i{color:#000!important}
.blog_slider.flat .blog_slider_header a.button.slider_prev{left:10px;right:auto;z-index:2}
.blog_slider.flat .blog_slider_header a.button.slider_next{right:10px;z-index:2}
.blog_slider.flat .blog_slider_header{filter:alpha(opacity=0);opacity:0}
.blog_slider.flat:hover .blog_slider_header{filter:alpha(opacity=100);opacity:1}
	
/* Animation */
.blog_slider.flat .blog_slider_header,.blog_slider.flat .blog_slider_header a.button.slider_prev,.blog_slider.flat .blog_slider_header a.button.slider_next,.blog_slider.flat .blog_slider_ul li .item_wrapper .desc hr{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}

/* 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}
.shop_slider .blog_slider_header a.slider_prev,
.shop_slider .blog_slider_header a.slider_next{position:absolute;top:0;margin:0;font-size:13px;line-height:21px}
.shop_slider .blog_slider_header a.slider_prev{right:50px}
.shop_slider .blog_slider_header a.slider_next{right: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:0;min-height:0;width:0;min-width:0;font-size:18px;line-height:18px;text-align:center;position:absolute;left:0!important;right:auto;top:0!important;margin:0!important;border-style:solid;border-width:70px 70px 0 0;border-color: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:.67em}

/* Portfolio slider ------------------------------------------------------------------ */	
.portfolio_slider{position:relative;}
.portfolio_slider ul{margin:0!important;opacity:0;max-height:283px;transition: opacity 0.3s ease-in-out;}
.portfolio_slider ul.slick-slider{opacity:1;max-height:none;zoom:1;}
.portfolio_slider ul li{float:left;width:20%;list-style:none;margin:0!important}
.portfolio_slider ul li .image_frame{border:0;margin-bottom:0}
.portfolio_slider .slider_nav{color:#fff;display:none;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}
.portfolio_slider.arrows_always .slider_nav{display:block}
	
/* Portfolio grid -------------------------------------------------------------------- */
ul.portfolio_grid{overflow:hidden;margin:0}
ul.portfolio_grid li{float:left;margin:0;width:100%;}
ul.portfolio_grid li .image_frame{border:0;margin:0}
.two-third.column_portfolio_grid li,.one-second.column_portfolio_grid li,.three-fifth.column_portfolio_grid li,
.vc_col-sm-6 .portfolio_grid li,.vc_col-sm-8 .portfolio_grid li{width:50%}
.one.column_portfolio_grid li,.three-fourth.column_portfolio_grid li,.four-fifth.column_portfolio_grid li,.five-sixth.column_portfolio_grid li,
.vc_col-sm-9 .portfolio_grid li,.vc_col-sm-10 .portfolio_grid li,.vc_col-sm-12 .portfolio_grid li{width:25%}
		
/* 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:.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%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);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)}
.portfolio-photo .portfolio-item a .mask,.portfolio-photo .portfolio-item .portfolio-details .details,.portfolio-photo .portfolio-item .portfolio-details .more{-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}
.portfolio-photo .portfolio-item .portfolio-details .image_links a{-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}

.portfolio-photo.margin .portfolio-item{margin-bottom:25px}

/* Portfolio Items | Filters --------------------------------------------------------- */
.column_portfolio #Filters .filters_wrapper,.column_portfolio #Filters .filters_wrapper ul{display:block}
.wpb_wrapper #Filters .filters_wrapper,.wpb_wrapper #Filters .filters_wrapper ul{display:block}
.the_content_wrapper #Filters.filters4portfolio .filters_wrapper,.the_content_wrapper #Filters.filters4portfolio .filters_wrapper ul{display:block}

/* Testimonials slider --------------------------------------------------------------- */
.testimonials_slider{position:relative}
.testimonials_slider a.slider_prev,.testimonials_slider a.slider_next{position:absolute;top:30px;z-index:2;margin:0}
.testimonials_slider a.slider_prev{left:0}
.testimonials_slider a.slider_next{right:0}

.testimonials_slider .slider_images{width:100%;height:auto;line-height:0;text-align:center;margin:0 0 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 li{display:inline-block;}
.testimonials_slider .slider_images li a{display:block;position:relative;height:85px;width:85px;line-height:0;cursor:pointer;opacity:.5;z-index:10}
.testimonials_slider .slider_images li a:after{content:"";display:none;height:6px;width:100%;position:absolute;left:0;bottom:-6px}
.testimonials_slider .slider_images li.slick-active a,.testimonials_slider .slider_images li a:hover{opacity:1}
.testimonials_slider .slider_images li.slick-active a:after{display:block}

.testimonials_slider .testimonials_slider_ul{margin:0!important;max-height:283px;transition: opacity 0.3s ease-in-out;}
.testimonials_slider .testimonials_slider_ul.slick-slider{opacity:1;max-height:none;zoom:1;}

.testimonials_slider .testimonials_slider_ul li{float:left;width:100%;padding:0 80px;list-style:none;-webkit-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;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}

.testimonials_slider .testimonials_slider_ul li .single-photo-img{display:none}
.testimonials_slider.hide-photos .testimonials_slider_ul li .single-photo-img{display:none !important}

.column:not(.one) .testimonials_slider:not(.single-photo) a.slider_prev,.column:not(.one) .testimonials_slider:not(.single-photo) a.slider_next{display:none!important}
.column:not(.one) .testimonials_slider:not(.single-photo) .testimonials_slider_ul li{padding:0 20px}
.one-third .testimonials_slider .slider_images:before,.one-fourth .testimonials_slider .slider_images:before,.one-second .testimonials_slider .slider_images:before{display:none}
.wpb_wrapper .testimonials_slider .slider_images:before{display:none}

.testimonials_slider .slider_images a{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
		
/* Testimonials slider - Single photo */
.testimonials_slider.single-photo a.slider_prev,.testimonials_slider.single-photo a.slider_next{display:none!important}
.testimonials_slider.single-photo .testimonials_slider_ul li{padding:0;text-align:center}
.testimonials_slider.single-photo .testimonials_slider_ul li .bq_wrapper{margin:0 6% 20px}
.testimonials_slider.single-photo .testimonials_slider_ul li .single-photo-img{display:block;margin:0 auto 20px;height:85px;width:85px;line-height:0;overflow:hidden;-webkit-border-radius:50%;border-radius:50%}
.testimonials_slider.single-photo .slider_pager{margin-top:30px}
.testimonials_slider.single-photo .slider_pager li{display:inline-block}
.testimonials_slider.single-photo .slider_pager li a{top:0}
.testimonials_slider.single-photo .slider_pager li a img{display:none}

/* Testimonials slider - Hide bar beneath images */
.testimonials_slider.hide-bar .slider_images:before {display:none!important}
.testimonials_slider.hide-bar .slider_images {background-color:transparent!important}
		
/* 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:.6}
.testimonials_list .item .desc hr.hr_color{width:20%;margin-left:0}
.testimonials_list .item.no-img .desc{width:98%}
	
/* Before After | TwentyTwenty plugin ------------------------------------------------ */	
.twentytwenty-horizontal .twentytwenty-handle:before,.twentytwenty-horizontal .twentytwenty-handle:after,.twentytwenty-vertical .twentytwenty-handle:before,.twentytwenty-vertical .twentytwenty-handle:after{content:" ";display:block;background:#fff;position:absolute;z-index:30;-webkit-box-shadow:0 0 12px rgba(51,51,51,0.5);-moz-box-shadow:0 0 12px rgba(51,51,51,0.5);box-shadow:0 0 12px rgba(51,51,51,0.5)}
.twentytwenty-horizontal .twentytwenty-handle:before,.twentytwenty-horizontal .twentytwenty-handle:after{width:3px;height:9999px;left:50%;margin-left:-1.5px}
.twentytwenty-vertical .twentytwenty-handle:before,.twentytwenty-vertical .twentytwenty-handle:after{width:9999px;height:3px;top:50%;margin-top:-1.5px}
.twentytwenty-before-label,.twentytwenty-after-label,.twentytwenty-overlay{position:absolute;top:0;width:100%;height:100%;-webkit-transition-duration:.5s;-moz-transition-duration:.5s;transition-duration:.5s}
.twentytwenty-before-label,.twentytwenty-after-label{-webkit-transition-property:opacity;-moz-transition-property:opacity;transition-property:opacity}
.twentytwenty-before-label:before,.twentytwenty-after-label:before{color:#fff;font-size:13px;letter-spacing:.1em;position:absolute;background:rgba(0,0,0,0.25);line-height:38px;padding:0 20px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}
.twentytwenty-horizontal .twentytwenty-before-label:before,.twentytwenty-horizontal .twentytwenty-after-label:before{top:50%;margin-top:-19px}
.twentytwenty-vertical .twentytwenty-before-label:before,.twentytwenty-vertical .twentytwenty-after-label:before{left:50%;margin-left:-45px;text-align:center;width:90px}
.twentytwenty-left-arrow,.twentytwenty-right-arrow,.twentytwenty-up-arrow,.twentytwenty-down-arrow{width:0;height:0;border:6px inset transparent;position:absolute}
.twentytwenty-left-arrow,.twentytwenty-right-arrow{top:50%;margin-top:-6px}
.twentytwenty-up-arrow,.twentytwenty-down-arrow{left:50%;margin-left:-6px}
.twentytwenty-container{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;z-index:0;overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none}
.twentytwenty-container img{max-width:100%;position:absolute;top:0;display:block}
.twentytwenty-container.active .twentytwenty-overlay,.twentytwenty-container.active :hover.twentytwenty-overlay{background:rgba(0,0,0,0)}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label{opacity:0}
.twentytwenty-container *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.twentytwenty-before-label{opacity:0}
.twentytwenty-before-label:before{content:"Before"}
.twentytwenty-after-label{opacity:0}
.twentytwenty-after-label:before{content:"After"}
.twentytwenty-horizontal .twentytwenty-before-label:before{left:10px}
.twentytwenty-horizontal .twentytwenty-after-label:before{right:10px}
.twentytwenty-vertical .twentytwenty-before-label:before{top:10px}
.twentytwenty-vertical .twentytwenty-after-label:before{bottom:10px}
.twentytwenty-overlay{-webkit-transition-property:background;-moz-transition-property:background;transition-property:background;background:rgba(0,0,0,0);z-index:25}

.twentytwenty-overlay:hover .twentytwenty-after-label{opacity:1}
.twentytwenty-overlay:hover .twentytwenty-before-label{opacity:1}
.twentytwenty-before{z-index:20}
.twentytwenty-after{z-index:10}
.twentytwenty-handle{height:38px;width:38px;position:absolute;left:50%;top:50%;margin-left:-22px;margin-top:-22px;border:3px solid #fff;-webkit-border-radius:1000px;-moz-border-radius:1000px;border-radius:1000px;-webkit-box-shadow:0 0 12px rgba(51,51,51,0.5);-moz-box-shadow:0 0 12px rgba(51,51,51,0.5);box-shadow:0 0 12px rgba(51,51,51,0.5);z-index:40;cursor:pointer}
.twentytwenty-horizontal .twentytwenty-handle:before{bottom:50%;margin-bottom:22px;-webkit-box-shadow:0 3px 0 white,0 0 12px rgba(51,51,51,0.5);-moz-box-shadow:0 3px 0 white,0 0 12px rgba(51,51,51,0.5);box-shadow:0 3px 0 white,0 0 12px rgba(51,51,51,0.5)}
.twentytwenty-horizontal .twentytwenty-handle:after{top:50%;margin-top:22px;-webkit-box-shadow:0 -3px 0 white,0 0 12px rgba(51,51,51,0.5);-moz-box-shadow:0 -3px 0 white,0 0 12px rgba(51,51,51,0.5);box-shadow:0 -3px 0 white,0 0 12px rgba(51,51,51,0.5)}
.twentytwenty-vertical .twentytwenty-handle:before{left:50%;margin-left:22px;-webkit-box-shadow:3px 0 0 white,0 0 12px rgba(51,51,51,0.5);-moz-box-shadow:3px 0 0 white,0 0 12px rgba(51,51,51,0.5);box-shadow:3px 0 0 white,0 0 12px rgba(51,51,51,0.5)}
.twentytwenty-vertical .twentytwenty-handle:after{right:50%;margin-right:22px;-webkit-box-shadow:-3px 0 0 white,0 0 12px rgba(51,51,51,0.5);-moz-box-shadow:-3px 0 0 white,0 0 12px rgba(51,51,51,0.5);box-shadow:-3px 0 0 white,0 0 12px rgba(51,51,51,0.5)}
.twentytwenty-left-arrow{border-right:6px solid #fff;left:50%;margin-left:-17px}
.twentytwenty-right-arrow{border-left:6px solid #fff;right:50%;margin-right:-17px}
.twentytwenty-up-arrow{border-bottom:6px solid #fff;top:50%;margin-top:-17px}
.twentytwenty-down-arrow{border-top:6px solid #fff;bottom:50%;margin-bottom:-17px}

/* Ultrawide ------------------------------------------------------------------------- */
.image_frame.stretch .image_wrapper img{width:100%}
.mcb-section.bg-cover,.mcb-wrap.bg-cover,.column_attr.bg-cover{background-size:cover}
.mcb-section.bg-contain,.mcb-wrap.bg-contain,.column_attr.bg-contain{background-size:contain}

@media only screen and (min-width: 1921px){	
	.image_frame.stretch-ultrawide .image_wrapper img{width:100%}
	.mcb-section.bg-cover-ultrawide,.mcb-wrap.bg-cover-ultrawide,.column_attr.bg-cover-ultrawide{background-size:cover}
}
		
/* 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:0;height:0;border-style:solid;border-width:5.5px 0 5.5px 5px;border-color:transparent}
	
.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}

@media only screen and (min-width: 768px){
	.timeline_items li:nth-child(2n) h3 span::after{border-right-color:#f8f8f8;border-width:5.5px 5.5px 5.5px 0;left:-5px;right:auto}
}

/* Item | Sidebar Widget */
.column_sidebar_widget .widget:after{display:none}
.column_sidebar_widget .widget{margin-bottom:20px;padding-bottom:20px}

/* Isotope Filtering */
.isotope-item{z-index:2}
.isotope-hidden.isotope-item{pointer-events:none;z-index:1}

/* Variables ------------------------------------------------------------------------- */
/* #2991d6 - theme color, link, #2275ac - link hover, strong */

/* 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="date"],input[type="email"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="url"],select,textarea,.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,.Latest_news ul li .desc_footer,.Latest_news ul li .photo,.offer_thumb.bottom .slider_pagination a,.style-simple .faq .question,.style-simple #Filters .filters_wrapper ul,#edd_checkout_cart th,#edd_checkout_cart td{border-color:rgba(0,0,0,.08)}
	
/* Tooltip */
.tooltip-img .tooltip-content,.tooltip:after{background:#444;color:#fff}	
	
/* Highlight */
.dropcap,.highlight:not(.highlight_image){color:#fff}
	
/* Inputs */
input[type="date"],input[type="email"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="url"],select,textarea,.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="date"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="text"]:focus,input[type="url"]:focus,select:focus,textarea: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)}	

/* 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 */
#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 .content_slider_ul,.author-box .avatar-wrapper,#comments .commentlist > li .photo,.edd_download_image{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}
.image_frame .image_wrapper .mask,.edd_download_image:after{-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)}
	
/* Image frame overlay */
.if-overlay .image_frame .image_wrapper .mask{-webkit-box-shadow:inset 0 0 0 0 rgba(0,0,0,.0);box-shadow:inset 0 0 0 0 rgba(0,0,0,.0)}
.if-overlay .image_frame .image_wrapper .mask:after{background:rgba(0,0,0,.15)}
	
/* Sliding box */
.sliding_box .desc_wrapper h4{color:#fff}
	
/* Counter & Chart */
.counter .desc_wrapper .number-wrapper,.chart_box .chart .num,.chart_box .chart .icon,.style-simple .quick_fact .number-wrapper,#edd_checkout_cart .edd_cart_header_row th{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,body.table-hover:not(.woocommerce-page) table tr:hover td,body.table-hover:not(.woocommerce-page) 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,.pricing-box-box.pricing-box-featured .plan-inside ul{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-parent > a,#Header #menu > ul > li.current-page-parent > a,#Header #menu > ul > li.current-menu-ancestor > a,#Header #menu > ul > li.current_page_ancestor > a{background:rgba(0,0,0,.02)}
}

/* Style Simple ---------------------------------------------------------------------- */

/* Tabs */
.style-simple .ui-tabs{border:0}
.style-simple .ui-tabs .ui-tabs-panel{background:none}
.style-simple .ui-tabs .ui-tabs-nav{background:none}
.style-simple .ui-tabs .ui-tabs-nav li{border:0;display:inline-block;float:none}
.style-simple .ui-tabs .ui-tabs-nav li.ui-state-active a,.style-simple .ui-tabs .ui-tabs-nav li.ui-tabs-selected:after,.style-simple .ui-tabs .ui-tabs-nav li.ui-state-active:after{background-color:transparent}
.style-simple .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after,.style-simple .ui-tabs .ui-tabs-nav li.ui-state-disabled a:after,.style-simple .ui-tabs .ui-tabs-nav li.ui-state-processing a:after,.style-simple .ui-tabs .ui-tabs-nav li.ui-state-active a:after{bottom:-1px;height:2px;margin-left:-50%;width:100%}

.style-simple .tabs_vertical.ui-tabs .ui-tabs-panel{border-width:0 0 0 1px !important}
.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav{border:0}
.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after,.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-disabled a:after,.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-processing a:after,.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-active a:after{display:block;width:2px;height:100%;right:-1px;top:0;bottom:auto;left:auto;margin:0}
.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li a{background:none;text-align:right;padding-right:20px!important;padding-left:10px!important}

/* Accordion & Toggle */
.style-simple .accordion .question{border-width:0 0 0 1px;border-radius:0;position:relative;margin-bottom:0}
.style-simple .accordion .question:after{content:"";display:none;width:2px;height:100%;position:absolute;left:0;top:0;background-color:#ccc}
.style-simple .accordion .question.active:after{display:block}
.style-simple .accordion .question .title{background:none;padding-left:50px;border:0}
.style-simple .accordion .question .title:before{display:none}
.style-simple .accordion .question .answer{background:none;padding:0 20px 10px 50px}

/* FAQ */
.style-simple .faq .question{border-width:0 0 0 1px;border-style:solid;margin-bottom:0;position:relative;background:none}
.style-simple .faq .question:before{display:none}
.style-simple .faq .question:after{content:"";display:none;width:2px;height:100%;position:absolute;top:0;background-color:#ccc}
.style-simple .faq .question .title,.style-simple .faq .question .answer{padding-left:70px}
.style-simple .faq .question.active:after{display:block}

/* Table */
.style-simple table:not(.recaptchatable) th{background:none}
.style-simple table:not(.recaptchatable) tr:first-child td{background:none}
.style-simple table:not(.recaptchatable) th,.style-simple table td{border-width:0 1px 1px 0}
.style-simple table:not(.recaptchatable) tr td:last-child,.style-simple table tr th:last-child{border-right:0}
.style-simple table:not(.recaptchatable) tr:last-child td{border-bottom:0}
.style-simple table:not(.recaptchatable) tr:nth-child(2n) td{background:none}

/* Opening hours */
.style-simple .opening_hours{padding:0;border:0;background-color:transparent}
.style-simple .opening_hours .opening_hours_wrapper li{padding-bottom:0;border:0;margin-bottom:0;text-align:left}
.style-simple .opening_hours .opening_hours_wrapper li label{background-color:transparent;background-image:none;font-size:15px;border-bottom:1px solid #ccc;padding:10px 0;border-radius:0}
.style-simple .opening_hours .opening_hours_wrapper li span{font-size:32px;line-height:32px;padding:10px 0}
.style-simple .opening_hours .opening_hours_wrapper li span sup{top:-1px;font-size:16px;line-height:16px;margin-left:4px}

/* Icon box */
.style-simple .icon_box .image_wrapper,.style-simple .icon_box .icon_wrapper{padding-top:5px;margin-bottom:25px}
.style-simple .icon_box .icon_wrapper{font-size:80px;background-color:transparent;box-shadow:0 0 0 0 rgba(0,0,0,.0);border-width:0;background-image:none;-webkit-transform:scale(1)!important;-moz-transform:scale(1)!important;-ms-transform:scale(1)!important;-o-transform:scale(1)!important;transform:scale(1)!important}
.style-simple .icon_box .icon_wrapper:before{display:none}
.style-simple .icon_box .icon_wrapper i{position:relative;top:0}
.style-simple .icon_box .image_wrapper img{position:relative;top:0}
.style-simple .icon_box .desc_wrapper .title{margin-bottom:20px}
.style-simple .icon_box .desc_wrapper .title:before{content:"";display:block;width:0;margin:0 auto;height:2px;top:-15px;position:relative;background-color:#ccc}
.style-simple .icon_box:hover .icon_wrapper i{top:-5px}
.style-simple .icon_box:hover .image_wrapper img{top:-5px}
.style-simple .icon_box:hover .desc_wrapper .title:before{width:100px}
.style-simple .icon_box .icon_wrapper i,.style-simple .icon_box .image_wrapper img,.style-simple .icon_box .desc_wrapper .title:before{-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}

/* Filters */
.style-simple #Filters{text-align:center}
.style-simple #Filters .filters_buttons{background:none;padding:15px 0}
.style-simple #Filters .filters_wrapper{margin-top:0}
.style-simple #Filters .filters_wrapper ul{overflow:visible;display:inline-block;border-bottom-width:1px;border-style:solid}
.style-simple #Filters .filters_wrapper ul li{width:auto;margin:0}
.style-simple #Filters .filters_wrapper ul li a{background:none;border:0;padding:14px 25px;position:relative}
.style-simple #Filters .filters_wrapper ul li a:after{content:"";display:none;position:absolute;left:0;bottom:-1px;width:100%;height:2px;background:#ccc}
.style-simple #Filters .filters_wrapper ul li.close a{color:inherit;padding:14px 15px;width:auto;border:0!important}
.style-simple #Filters .filters_wrapper ul li a:hover,.style-simple #Filters .filters_wrapper ul li.current-cat a{background:none;color:inherit}
.style-simple #Filters .filters_wrapper ul li.current-cat a:after{display:block}

/* Clients */
.style-simple ul.clients.clients_tiles li .client_wrapper::after{display:none}

/* Progress bars */
.style-simple .progress_bars .bars_list li .bar{height:5px}
.style-simple .progress_bars .bars_list li .bar{box-shadow:0 0 0 0 rgba(0,0,0,0) inset;background:rgba(0,0,0,0.03);border-radius:0}
.style-simple .progress_bars .bars_list li .bar .progress{background-image:none}

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

/* Lists */
.style-simple .list_item.lists_1 .list_left{background-image:none;border-radius:2px;box-shadow:0 0 0 0 rgba(0,0,0,0) inset}
.style-simple .list_item .circle{background-image:none;box-shadow:0 0 0 0 rgba(0,0,0,0) inset}

/* Blockquote */
.style-simple blockquote{background:none;line-height:25px;font-style:italic}
.style-simple blockquote:after{display:none}

/* Testimonials slider */
.style-simple .testimonials_slider .testimonials_slider_ul li .bq_wrapper{padding-top:0;padding-bottom:1px;background:none;text-align:center}
.style-simple .testimonials_slider .testimonials_slider_ul li .bq_wrapper blockquote{margin-left:0;margin-right:0;}
.style-simple .testimonials_slider .slider_images{background-color:transparent}
.style-simple .testimonials_slider .slider_images:before{display:none}

/* Article box */
.style-simple .article_box .desc_wrapper{background-image:none}
.style-simple .article_box .desc_wrapper p{border-bottom-width:0;margin-bottom:0;padding-bottom:10px}
.style-simple .article_box .desc_wrapper p:after{background-color:rgba(0,0,0,.1);content:"";display:block;height:2px;margin-top:10px;width:20px}
.style-simple .article_box:hover .desc_wrapper p:after{width:40%}
.style-simple .article_box .desc_wrapper i.icon-right-open{display:none}
.style-simple .article_box .desc_wrapper p: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}

/* Idea box */
.style-simple .idea_box{border:1px solid rgba(0,0,0,0.08);padding:15px 15px 15px 0;background:none}
.style-simple .idea_box .icon{display:block;position:static;float:left;left:0;top:0;margin-top:0;width:60px;text-align:center;margin-top:5px}
.style-simple .idea_box .desc{border-left:1px solid rgba(0,0,0,0.08);padding:10px 15px 10px 20px;margin-left:60px}

/* Sliding box */
.style-simple .sliding_box .photo_wrapper{top:0}
.style-simple .sliding_box .desc_wrapper{background:none;padding-left:0;padding-right:0}
.style-simple .sliding_box .desc_wrapper h4{color:inherit;margin-bottom:5px}
.style-simple .sliding_box .desc_wrapper:after{display:inline-block;content:"";width:20%;height:2px;border:0;background-color:rgba(0,0,0,.1);position:static;top:0;margin:0}
.style-simple .sliding_box:hover .desc_wrapper:after{width:60%}

/* Trailer box */
.style-simple .trailer_box .desc{padding:27px 15px 30px}
.style-simple .trailer_box .desc .line{display:none}
.style-simple .trailer_box .desc .subtitle{background-image:none;background-color:transparent;color:rgba(255,255,255,.7);margin-bottom:10px;padding:0}
.style-simple .trailer_box:hover .desc h2{bottom:0}
.style-simple .trailer_box:hover .desc .subtitle{bottom:0}
.style-simple .trailer_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}
	
/* Timeline */
.style-simple .timeline_items{background:none}
.style-simple .timeline_items:after{display:none}
.style-simple .timeline_items li{width:50%;padding:0 0 0 50%;background:none;margin-bottom:15px!important}
.style-simple .timeline_items li:nth-child(even){padding:0 50% 0 0;background:none}
.style-simple .timeline_items li h3 span{background:none!important;border-radius:4px;font-size:14px;font-style:italic;top:22px}
.style-simple .timeline_items li h3:before{display:none}
.style-simple .timeline_items li .desc:before{display:none}
.style-simple .timeline_items li h3{border-left:2px solid rgba(0,0,0,0.08);margin:0;padding:15px 0 0 25px;width:100%;box-sizing:padding-box;-webkit-box-sizing:border-box}
.style-simple .timeline_items li h3 span{position:absolute;right:52%}
.style-simple .timeline_items li:nth-child(even) h3{padding:15px 25px 0 0;text-align:right;border-left:0;border-right:2px solid rgba(0,0,0,0.04)}
.style-simple .timeline_items li:nth-child(even) h3 span{left:52%;right:auto}
.style-simple .timeline_items li .desc{border-left:2px solid rgba(0,0,0,0.08);padding:15px 0 15px 25px;background:none;width:100%;box-sizing:padding-box;-webkit-box-sizing:border-box}
.style-simple .timeline_items li:nth-child(even) .desc{padding:15px 25px 15px 0;border-left:0;border-right:2px solid rgba(0,0,0,0.04)}
.style-simple .timeline_items li:hover h3,.style-simple .timeline_items li:nth-child(even):hover h3,.style-simple .timeline_items li:hover .desc,.style-simple .timeline_items li:nth-child(even):hover{-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}

/* Quick fact */
.style-simple .quick_fact .number-wrapper{font-family:inherit;font-size:60px;line-height:60px}
.style-simple .quick_fact .title{font-family:inherit;font-size:18px;font-weight:400}
.style-simple .quick_fact hr{display:none}

/* Chart box */
.style-simple .chart_box:before{background-color:transparent;background-image:none;border-width:0}
.style-simple .chart_box .chart .num{font-family:inherit;font-size:30px}

/* Content link */
.style-simple a.content_link{border-width:0 0 2px;margin:0 10px;background-color:transparent;background-image:none}
.style-simple a.content_link:after{border-width:0 0 2px;bottom:-2px}
.style-simple a.content_link:before{border-width:0 5px 6px}

/* How it works */
.style-simple .how_it_works .image{border-width:0 0 2px;background:transparent;border-radius:0;margin-bottom:30px}
.style-simple .how_it_works .image .number{border-radius:0;bottom:-17px;left:50%;margin-left:-17px;box-shadow:0 0 0 0 rgba(0,0,0,0) inset}

/* 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}
.style-simple .alert .alert_icon{position:absolute;left:0;top:0;background:none;border-right:1px solid rgba(255,255,255,.3);-webkit-border-radius:0;border-radius:0}

/* Zoom box */
/*
.style-simple .zoom_box{position:relative;line-height:0;overflow:hidden}
.style-simple .zoom_box .photo img,.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 .photo img{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
.style-simple .zoom_box:hover .photo img{-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 .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:50%;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:17px;line-height:22px;color:#fff;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 */
.style-simple .pricing-box{border:0}
.style-simple .pricing-box:not(.pricing-box-featured){background:none}

/* Tooltip */
.style-simple .tooltip:hover:after,.style-simple .tooltip.hover:after{background-image:none}

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

/* Get in touch */
.style-simple .get_in_touch{padding:25px 30px}
.style-simple .get_in_touch ul li{border-bottom:1px solid rgba(255,255,255,.1)}
.style-simple .get_in_touch ul li:last-child{border:0}
.style-simple .get_in_touch ul li:after{display:none}
.style-simple .get_in_touch ul li .icon{left:5px}

/* Infobox */
.style-simple .infobox{padding:25px 30px}
.style-simple .infobox ul li{border-bottom:1px solid rgba(255,255,255,.1);padding-left:40px}
.style-simple .infobox ul li:last-child{border:0}
.style-simple .infobox ul li:after{display:none}
.style-simple .infobox ul li:before{left:5px}

/* Icon bar */
.style-simple a.icon_bar{border-width:0;background-color:#f0f0f0;background-image:none;-webkit-box-shadow:inset 0 0 0 0 rgba(0,0,0,.0);box-shadow:inset 0 0 0 0 rgba(0,0,0,.0)}
.style-simple a.icon_bar span.t{opacity:1;filter:alpha(opacity=100)}
.style-simple a:hover.icon_bar span.t{opacity:0;filter:alpha(opacity=0)}
.style-simple a.icon_bar span.b{position:absolute;top:0;opacity:0;filter:alpha(opacity=0)}
.style-simple a:hover.icon_bar span.b{opacity:1;filter:alpha(opacity=100)}
.style-simple a.icon_bar span{-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 a.icon_bar span.b{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.style-simple a:hover.icon_bar span{-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}


/*
|--------------------------------------------------------------------------
|  6.0 Animation
|  
|--------------------------------------------------------------------------
|
| 
|
*/


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

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

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

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

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(images/jplayer.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	left: 0;
	position: absolute;
	top: 0;
}
a.jp-play:hover {
	background-image: url(images/jplayer.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.jp-pause {
	background-image: url(images/jplayer.png);
	background-repeat: no-repeat;
	background-position: -45px 0;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
}
a.jp-pause:hover {
	background-image: url(images/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(images/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(images/jplayer.png) no-repeat scroll -60px 0 rgba(0, 0, 0, 0);
}
a.jp-previous {
	background: url(images/jplayer.blue.monday.jpg) no-repeat scroll 0 -112px rgba(0, 0, 0, 0);
}
a.jp-previous:hover {
	background: url(images/jplayer.blue.monday.jpg) no-repeat scroll -29px -112px rgba(0, 0, 0, 0);
}
a.jp-next {
	background: url(images/jplayer.blue.monday.jpg) no-repeat scroll 0 -141px rgba(0, 0, 0, 0);
}
a.jp-next:hover {
	background: url(images/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(images/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(images/jplayer.png);
	background-repeat: no-repeat;
	background-position: -235px 0;
	display: none;
}
a.jp-unmute:hover {
	background-image: url(images/jplayer.png);
	background-repeat: no-repeat;
	background-position: -235px 0;
}
a.jp-volume-max {
	background: url(images/jplayer.blue.monday.jpg) no-repeat scroll 0 -186px rgba(0, 0, 0, 0);
}
a.jp-volume-max:hover {
	background: url(images/jplayer.blue.monday.jpg) no-repeat scroll -19px -186px rgba(0, 0, 0, 0);
}
div.jp-volume-bar {
	background-image: url(images/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: 0;
}
div.jp-volume-bar-value {
	background-image: url(images/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(images/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(images/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(images/jplayer.blue.monday.jpg) no-repeat scroll 0 -290px rgba(0, 0, 0, 0);
}
a.jp-repeat:hover {
	background: url(images/jplayer.blue.monday.jpg) no-repeat scroll -30px -290px rgba(0, 0, 0, 0);
}
a.jp-repeat-off {
	background: url(images/jplayer.blue.monday.jpg) no-repeat scroll -60px -290px rgba(0, 0, 0, 0);
}
a.jp-repeat-off:hover {
	background: url(images/jplayer.blue.monday.jpg) no-repeat scroll -90px -290px rgba(0, 0, 0, 0);
}
a.jp-shuffle {
	background: url(images/jplayer.blue.monday.jpg) no-repeat scroll 0 -270px rgba(0, 0, 0, 0);
	margin-left: 5px;
}
a.jp-shuffle:hover {
	background: url(images/jplayer.blue.monday.jpg) no-repeat scroll -30px -270px rgba(0, 0, 0, 0);
}
a.jp-shuffle-off {
	background: url(images/jplayer.blue.monday.jpg) no-repeat scroll -60px -270px rgba(0, 0, 0, 0);
	margin-left: 5px;
}
a.jp-shuffle-off:hover {
	background: url(images/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(images/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(images/jplayer.png);
	background-repeat: no-repeat;
	background-position: -180px 0;
	background-color: rgba(0, 0, 0, .05);
	position: absolute;
	right: 0;
	top: 0;
}
a.jp-full-screen:hover, a.jp-restore-screen:hover {
	background-color: rgba(0, 0, 0, .1);
}

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

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


/* Tabs */

.style-simple .ui-tabs {
	border: 0;
}
.style-simple .ui-tabs .ui-tabs-panel {
	background: none;
}
.style-simple .ui-tabs .ui-tabs-nav {
	background: none;
	text-align: center;
}
.style-simple .ui-tabs .ui-tabs-nav li {
	border: 0;
	display: inline-block;
	float: none;
}
.style-simple .ui-tabs .ui-tabs-nav li.ui-state-active a, .style-simple .ui-tabs .ui-tabs-nav li.ui-tabs-selected:after, .style-simple .ui-tabs .ui-tabs-nav li.ui-state-active:after {
	background-color: transparent;
}
.style-simple .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after, .style-simple .ui-tabs .ui-tabs-nav li.ui-state-disabled a:after, .style-simple .ui-tabs .ui-tabs-nav li.ui-state-processing a:after, .style-simple .ui-tabs .ui-tabs-nav li.ui-state-active a:after {
	bottom: -1px;
	height: 2px;
	margin-left: -50%;
	width: 100%;
}
.style-simple .tabs_vertical.ui-tabs .ui-tabs-panel {
	border-width: 0 0 0 1px !important;
}
.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav {
	border: 0;
}
.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after, .style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-disabled a:after, .style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-processing a:after, .style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-active a:after {
	display: block;
	width: 2px;
	height: 100%;
	right: -1px;
	top: 0;
	bottom: auto;
	left: auto;
	margin: 0;
}
.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li a {
	background: none;
	text-align: right;
	padding-right: 20px !important;
	padding-left: 10px !important;
}

/* Accordion & Toggle */

.style-simple .accordion .question {
	border-width: 0 0 0 1px;
	border-radius: 0;
	position: relative;
	margin-bottom: 0;
}
.style-simple .accordion .question:after {
	content: "";
	display: none;
	width: 2px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ccc;
}
.style-simple .accordion .question.active:after {
	display: block;
}
.style-simple .accordion .question .title {
	background: none;
	padding-left: 50px;
	border: 0;
}
.style-simple .accordion .question .title:before {
	display: none;
}
.style-simple .accordion .question .answer {
	background: none;
	padding: 0 20px 10px 50px;
}

/* FAQ */

.style-simple .faq .question {
	border-width: 0 0 0 1px;
	border-style: solid;
	margin-bottom: 0;
	position: relative;
	background: none;
}
.style-simple .faq .question:before {
	display: none;
}
.style-simple .faq .question:after {
	content: "";
	display: none;
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: #ccc;
}
.style-simple .faq .question .title, .style-simple .faq .question .answer {
	padding-left: 70px;
}
.style-simple .faq .question.active:after {
	display: block;
}

/* Table */

.style-simple table th {
	background: none;
}
.style-simple table tr:first-child td {
	background: none;
}
.style-simple table tr:hover td {
	background: none;
	color: inherit;
}
.style-simple table th, .style-simple table td {
	border-width: 0 1px 1px 0;
}
.style-simple table tr td:last-child, .style-simple table tr th:last-child {
	border-right: 0;
}
.style-simple table tr:last-child td {
	border-bottom: 0;
}
.style-simple table tr:nth-child(2n) td {
	background: none;
}

/* Opening hours */

.style-simple .opening_hours {
	padding: 0;
	border: 0;
	background-color: transparent;
}
.style-simple .opening_hours .opening_hours_wrapper li {
	padding-bottom: 0;
	border: 0;
	margin-bottom: 0;
}
.style-simple .opening_hours .opening_hours_wrapper li {
	text-align: left;
}
.style-simple .opening_hours .opening_hours_wrapper li label {
	background-color: transparent;
	background-image: none;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	border-radius: 0;
}
.style-simple .opening_hours .opening_hours_wrapper li span {
	font-size: 32px;
	line-height: 32px;
	padding: 10px 0;
}
.style-simple .opening_hours .opening_hours_wrapper li span sup {
	top: -1px;
	font-size: 16px;
	line-height: 16px;
	margin-left: 4px;
}

/* Icon box */

.style-simple .icon_box .image_wrapper, .style-simple .icon_box .icon_wrapper {
	padding-top: 5px;
	margin-bottom: 25px;
}
.style-simple .icon_box .icon_wrapper {
	font-size: 80px;
	background-color: transparent;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
	border-width: 0;
	background-image: none;
	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	-o-transform: scale(1) !important;
	transform: scale(1) !important;
}
.style-simple .icon_box .icon_wrapper:before {
	display: none;
}
.style-simple .icon_box .icon_wrapper i {
	position: relative;
	top: 0;
}
.style-simple .icon_box .image_wrapper img {
	position: relative;
	top: 0;
}
.style-simple .icon_box .desc_wrapper h4 {
	margin-bottom: 20px;
}
.style-simple .icon_box .desc_wrapper h4:before {
	content: "";
	display: block;
	width: 0;
	margin: 0 auto;
	height: 2px;
	top: -15px;
	position: relative;
	background-color: #ccc;
}
.style-simple .icon_box:hover .icon_wrapper i {
	top: -5px;
}
.style-simple .icon_box:hover .image_wrapper img {
	top: -5px;
}
.style-simple .icon_box:hover .desc_wrapper h4:before {
	width: 100px;
}

/* Animation */

.style-simple .icon_box .icon_wrapper i, .style-simple .icon_box .image_wrapper img, .style-simple .icon_box .desc_wrapper h4:before {
	-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;
}

/* Filters */

.style-simple #Filters {
	text-align: center;
}
.style-simple #Filters .filters_buttons {
	background: none;
	padding: 15px 0;
}
.style-simple #Filters .filters_wrapper {
	margin-top: 0;
}
.style-simple #Filters .filters_wrapper ul {
	overflow: visible;
	display: inline-block;
	border-bottom-width: 1px;
	border-style: solid;
}
.style-simple #Filters .filters_wrapper ul li {
	width: auto;
	margin: 0;
}
.style-simple #Filters .filters_wrapper ul li a {
	background: none;
	border: 0;
	padding: 14px 25px;
	position: relative;
}
.style-simple #Filters .filters_wrapper ul li a:after {
	content: "";
	display: none;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 2px;
	background: #ccc;
}
.style-simple #Filters .filters_wrapper ul li.close a {
	color: inherit;
	padding: 14px 15px;
	width: auto;
	border: 0 !important;
}
.style-simple #Filters .filters_wrapper ul li a:hover, .style-simple #Filters .filters_wrapper ul li.current-cat a {
	background: none;
	color: inherit;
}
.style-simple #Filters .filters_wrapper ul li.current-cat a:after {
	display: block;
}

/* Clients */

.style-simple ul.clients.clients_tiles li .client_wrapper::after {
	display: none;
}

/* Progress bars */

.style-simple .progress_bars .bars_list li .bar, .style-simple .progress_bars .bars_list li .bar .progress {
	height: 5px;
}
.style-simple .progress_bars .bars_list li .bar {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
	background: rgba(0, 0, 0, 0.03);
	border-radius: 0;
}
.style-simple .progress_bars .bars_list li .bar .progress {
	background-image: none;
}

/* Counters */

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

/* Lists */

.style-simple .list_item.lists_1 .list_left {
	background-image: none;
	border-radius: 2px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
}
.style-simple .list_item .circle {
	background-image: none;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
}

/* Blockquote */

.style-simple blockquote {
	background: none;
	line-height: 25px;
	font-style: italic;
}
.style-simple blockquote:after {
	display: none;
}

/* Testimonials slider */

.style-simple .testimonials_slider .testimonials_slider_ul li .bq_wrapper {
	padding-top: 0;
	padding-bottom: 0;
	background: none;
	text-align: center;
}
.style-simple .testimonials_slider .slider_images {
	background-color: transparent;
}
.style-simple .testimonials_slider .slider_images:before {
	display: none;
}

/* Article box */

.style-simple .article_box .desc_wrapper {
	background-image: none;
}
.style-simple .article_box .desc_wrapper p {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.style-simple .article_box .desc_wrapper p:after {
	background-color: rgba(0, 0, 0, .1);
	content: "";
	display: block;
	height: 2px;
	margin-top: 10px;
	width: 20px;
}
.style-simple .article_box:hover .desc_wrapper p:after {
	width: 40%;
}
.style-simple .article_box .desc_wrapper i.icon-right-open {
	display: none;
}
.style-simple .article_box .desc_wrapper p: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;
}

/* Idea box */

.style-simple .idea_box {
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding: 15px 15px 15px 0;
	background: none;
}
.style-simple .idea_box .icon {
	display: block;
	position: static;
	float: left;
	left: 0;
	top: 0;
	margin-top: 0;
	width: 60px;
	text-align: center;
	margin-top: 5px;
}
.style-simple .idea_box .desc {
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	padding: 10px 15px 10px 20px;
	margin-left: 60px;
}

/* Sliding box */

.style-simple .sliding_box .photo_wrapper {
	top: 0;
}
.style-simple .sliding_box .desc_wrapper {
	background: none;
	padding-left: 0;
	padding-right: 0;
}
.style-simple .sliding_box .desc_wrapper h4 {
	color: inherit;
	margin-bottom: 5px;
}
.style-simple .sliding_box .desc_wrapper:after {
	display: inline-block;
	content: "";
	width: 20%;
	height: 2px;
	border: 0;
	background-color: rgba(0, 0, 0, .1);
	position: static;
	top: 0;
	margin: 0;
}
.style-simple .sliding_box:hover .desc_wrapper:after {
	width: 60%;
}

/* Trailer box */

.style-simple .trailer_box .desc {
	padding: 27px 15px 30px;
}
.style-simple .trailer_box .desc .line {
	display: none;
}
.style-simple .trailer_box .desc .subtitle {
	background-image: none;
	background-color: transparent;
	color: rgba(255, 255, 255, .7);
	margin-bottom: 10px;
	padding: 0;
}
.style-simple .trailer_box:hover .desc h2 {
	bottom: 0;
}
.style-simple .trailer_box:hover .desc .subtitle {
	bottom: 0;
}

/* Animation */

.style-simple .trailer_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;
}

/* Timeline */

.style-simple .timeline_items {
	background: none;
}
.style-simple .timeline_items:after {
	display: none;
}
.style-simple .timeline_items li {
	width: 50%;
	padding: 0 0 0 50%;
	background: none;
	margin-bottom: 15px !important;
}
.style-simple .timeline_items li:nth-child(even) {
	padding: 0 50% 0 0;
	background: none;
}
.style-simple .timeline_items li h3 span {
	background: none !important;
	border-radius: 4px;
	font-size: 14px;
	font-style: italic;
	top: 22px;
}
.style-simple .timeline_items li h3:before {
	display: none;
}
.style-simple .timeline_items li .desc:before {
	display: none;
}
.style-simple .timeline_items li h3 {
	border-left: 2px solid rgba(0, 0, 0, 0.08);
	margin: 0;
	padding: 15px 0 0 25px;
	width: 100%;
	box-sizing: padding-box;
}
.style-simple .timeline_items li h3 span {
	position: absolute;
	right: 52%;
}
.style-simple .timeline_items li:nth-child(even) h3 {
	padding: 15px 25px 0 0;
	text-align: right;
	border-left: 0;
	border-right: 2px solid rgba(0, 0, 0, 0.04);
}
.style-simple .timeline_items li:nth-child(even) h3 span {
	left: 52%;
	right: auto;
}
.style-simple .timeline_items li .desc {
	border-left: 2px solid rgba(0, 0, 0, 0.08);
	padding: 15px 0 15px 25px;
	background: none;
	width: 100%;
	box-sizing: padding-box;
}
.style-simple .timeline_items li:nth-child(even) .desc {
	padding: 15px 25px 15px 0;
	border-left: 0;
	border-right: 2px solid rgba(0, 0, 0, 0.04);
}

/* Animation */

.style-simple .timeline_items li:hover h3, .style-simple .timeline_items li:nth-child(even):hover h3, .style-simple .timeline_items li:hover .desc, .style-simple .timeline_items li:nth-child(even):hover {
	-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;
}

/* Quick fact */

.style-simple .quick_fact .number-wrapper {
	font-family: inherit;
	font-size: 60px;
	line-height: 60px;
}
.style-simple .quick_fact .title {
	font-family: inherit;
	font-size: 18px;
	font-weight: 400;
}
.style-simple .quick_fact hr {
	display: none;
}

/* Chart box */

.style-simple .chart_box:before {
	background-color: transparent;
	background-image: none;
	border-width: 0;
}
.style-simple .chart_box .chart .num {
	font-family: inherit;
	font-size: 30px;
}

/* Content link */

.style-simple a.content_link {
	border-width: 0 0 2px;
	margin: 0 10px;
	background-color: transparent;
	background-image: none;
}
.style-simple a.content_link:after {
	border-width: 0 0 2px;
	bottom: -2px;
}
.style-simple a.content_link:before {
	border-width: 0 5px 6px;
}

/* How it works */

.style-simple .how_it_works .image {
	border-width: 0 0 2px;
	background: transparent;
	border-radius: 0;
	margin-bottom: 30px;
}
.style-simple .how_it_works .image .number {
	border-radius: 0;
	bottom: -17px;
	left: 50%;
	margin-left: -17px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
}

/* 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;
}
.style-simple .alert .alert_icon {
	position: absolute;
	left: 0;
	top: 0;
	background: none;
	border-right: 1px solid rgba(255, 255, 255, .3);
	-webkit-border-radius: 0;
	border-radius: 0;
}

/* Zoom box */

.style-simple .zoom_box {
	position: relative;
	line-height: 0;
	overflow: hidden;
}
.style-simple .zoom_box .photo img, .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 .photo img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.style-simple .zoom_box:hover .photo img {
	-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 .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: 50%;
	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: 17px;
	line-height: 22px;
	color: #fff;
	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 */

.style-simple .pricing-box {
	border: 0;
}
.style-simple .pricing-box:not(.pricing-box-featured) {
	background: none;
}

/* Tooltip */

.style-simple .tooltip:hover:after, .style-simple .tooltip.hover:after {
	background-image: none;
}

/* Highlight */

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

/* Get in touch */

.style-simple .get_in_touch {
	padding: 25px 30px;
}
.style-simple .get_in_touch ul li {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.style-simple .get_in_touch ul li:last-child {
	border: 0;
}
.style-simple .get_in_touch ul li:after {
	display: none;
}
.style-simple .get_in_touch ul li .icon {
	left: 5px;
}

/* Infobox */

.style-simple .infobox {
	padding: 25px 30px;
}
.style-simple .infobox ul li {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	padding-left: 40px;
}
.style-simple .infobox ul li:last-child {
	border: 0;
}
.style-simple .infobox ul li:after {
	display: none;
}
.style-simple .infobox ul li:before {
	left: 5px;
}

/* Icon bar */

.style-simple a.icon_bar {
	border-width: 0;
	background-color: #f0f0f0;
	background-image: none;
	-webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .0);
	box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .0);
}
.style-simple a.icon_bar span.t {
	opacity: 1;
	filter: alpha(opacity=100);
}
.style-simple a:hover.icon_bar span.t {
	opacity: 0;
	filter: alpha(opacity=0);
}
.style-simple a.icon_bar span.b {
	position: absolute;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.style-simple a:hover.icon_bar span.b {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* Animation */

.style-simple a.icon_bar span {
	-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 a.icon_bar span.b {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.style-simple a:hover.icon_bar span {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}
#contactWrapper .column {
	margin-bottom: 10px;
}
#contactWrapper input[type="date"], #contactWrapper input[type="email"], #contactWrapper input[type="number"], #contactWrapper input[type="password"], #contactWrapper input[type="search"], #contactWrapper input[type="tel"], #contactWrapper input[type="text"], #contactWrapper input[type="url"], #contactWrapper select, #contactWrapper textarea {
	padding: 10px;
	outline: none;
	margin: 0;
	width: 100%;
	max-width: 100%;
	display: block;
	margin-bottom: 0;
	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;
}

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

#contactform .column input[type="text"], #contactform .column input[type="email"] {
	width: 100%;
}
#contactform .column {
	margin-bottom: 10px;
}
.flv_disp_none {
	display: none !important;
}
.flv_disp_none, div.flv_disp_none, p.flv_disp_none {
	display: none;
}
.flv_viz_hid, div.flv_viz_hid, p.flv_viz_hid {
	visibility: hidden !important;
}
.flv_clear_both, div.flv_clear_both, p.flv_clear_both {
	clear: both;
}
body.nice-scroll:not(.layout-boxed) {
	padding-right: 10px !important;
	overflow: hidden;
}
#rev_slider_100_1 input, #rev_slider_98_1_wrapper input {
	display: inline-block !important;
}

/*
|--------------------------------------------------------------------------
|  11. Bootstrap elements
|  
|--------------------------------------------------------------------------
|
| 
|
*/

.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs, td.visible-xs {
		display: table-cell !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm, td.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md, td.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg, td.visible-lg {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-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;
	}
}
.visible-print {
	display: none !important;
}
@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print, td.visible-print {
		display: table-cell !important;
	}
}
.visible-print-block {
	display: none !important;
}
@media print {
	.visible-print-block {
		display: block !important;
	}
}
.visible-print-inline {
	display: none !important;
}
@media print {
	.visible-print-inline {
		display: inline !important;
	}
}
.visible-print-inline-block {
	display: none !important;
}
@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}
@media print {
	.hidden-print {
		display: none !important;
	}
}
.slotholder {
	transform: 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;
	}
}
.woocommerce .product .product_wrapper .product_image_wrapper .images {
	width: 100%;
	margin: 0;
}
.widget_product_categories ul {
	background-color: #2991d6;
}

/* 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-height: none;
	z-index: 200
}
.logo-overflow #Top_bar.is-sticky #logo {
	height: auto!important
}
.logo-overflow #Top_bar.is-sticky #logo img:not(.svg) {
	max-height: 110px!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
}
.minimalist-header-no #Header {
	min-height: 0!important
}

/* Transparent ----------------------------------------------------------------------- */

.tr-content #Wrapper, .tr-content #Content {
	background: none
}
.tr-header #Wrapper {
	background: none
}
.tr-header #Header_wrapper {
	background: none!important
}
.tr-footer #Wrapper {
	background: none
}
.tr-footer #Footer {
	background: none!important
}

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

.section .section-decoration {
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	background-repeat: repeat-x;
	z-index: 1;
}
.section .section-decoration.top {
	top: 0;
	background-position: center top;
}
.section .section-decoration.bottom {
	bottom: 0;
	background-position: center bottom;
}

/* Header | Transparent */

.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: 0;
}
.header-transparent #Top_bar #logo {
	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;
}
.header-transparent.ab-hide #Top_bar {
	top: 0
}
.header-transparent #Top_bar.is-sticky .menu_wrapper .menu>li>a {
	padding: 0;
}
.header-transparent #Top_bar.is-sticky .menu>li>a span:not(.description) {
	line-height: 60px;
}

/* Buttons | Stroke ------------------------------------------------------------------ */
.button-stroke a.button:not(.action_button),.button-stroke:not(.header-plain) a.button.action_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:not(.action_button):after,.button-stroke:not(.header-plain) a.button.action_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.button:not(.action_button),.button-stroke:not(.header-plain) a.button.action_button,.button-stroke a.tp-button,.button-stroke button,.button-stroke input[type="submit"],.button-stroke input[type="reset"],.button-stroke input[type="button"]{-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;}
.button-stroke a:hover.button:not(.action_button),.button-stroke:not(.header-plain) a:hover.button.action_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{background-color:#828282}
.button-stroke a:hover.button.button_stroke_custom:not(.action_button),.button-stroke:not(.header-plain) a:hover.button.button_stroke_custom.action_button,.button-stroke a:hover.tp-button.button_stroke_custom{background-color:rgba(0,0,0,.05)!important}
.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}

.button-stroke a.button_left.button .button_label,.button-stroke a.button_left.button_large .button_label{padding-left:0}
.button-stroke a.button_right.button .button_label,.button-stroke a.button_right.button_large .button_label{padding-right:0}
.button-stroke a.button_left.button_large .button_icon{padding-left:27px}
.button-stroke a.button_right.button_large .button_icon{padding-right:27px}

/* Buttons sizes */
a.button.button_size_1 .button_label{padding:10px 17px}
a.button.button_size_1 .button_icon{padding:10px 10px}
a.button.button_size_1,
a.tp-button.button_size_1,
button.button_size_1,
input[type="submit"].button_size_1,
input[type="reset"].button_size_1,
input[type="button"].button_size_1{font-size:95%;line-height:95%}

a.button.button_size_3 .button_label{padding:15px 30px}
a.button.button_size_3 .button_icon{padding:15px 13px}
a.button.button_size_3,
a.tp-button.button_size_3,
button.button_size_3,
input[type="submit"].button_size_3,
input[type="reset"].button_size_3,
input[type="button"].button_size_3{font-size:110%;line-height:110%}

a.button.button_size_4 .button_label{padding:18px 33px;}
a.button.button_size_4 .button_icon{padding:18px 16px}
a.button.button_size_4,
a.tp-button.button_size_4,
button.button_size_4,
input[type="submit"].button_size_4,
input[type="reset"].button_size_4,
input[type="button"].button_size_4{font-size:120%;line-height:120%}



a.button.button_full_width, button.button_full_width, input[type="submit"].button_full_width, input[type="reset"].button_full_width, input[type="button"].button_full_width {
	width: 100%;
	text-align: center;
}
a.button.button_full_width .button_label {
	display: inline-block;
	float: none;
}
#wowslider-container1 a.ws_next:before {
	content: "\e914" !important;
}
#wowslider-container1 a.ws_prev:before {
	content: '\e8b6' !important;
}

/* Side Slide ------------------------------------------------------------------------- */

#body_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background: rgba(0, 0, 0, .6);
	z-index: 9002;
	display: none;
}

/* height +20% - mobile fallback */

body.mobile-side-slide {
	position: relative;
	overflow-x: visible;
}
#Side_slide {
	display: block;
	position: fixed;
	top: 0px;
	right: -250px;
	width: 250px;
	height: 100%;
	overflow: auto;
	border-bottom-width: 60px;
	border-bottom-style: solid;
	z-index: 9003;
}

/* border-bottom:60px - mobile fallback */

#Side_slide.left {
	left: -250px;
	right: 0
}
.admin-bar #Side_slide {
	border-top-width: 32px;
	border-top-style: solid;
}
#Side_slide .close-wrapper {
	height: 60px
}
#Side_slide .close-wrapper a.close {
	height: 34px;
	width: 34px;
	display: block;
	float: right;
	margin: 13px 13px 0 0
}
#Side_slide .close-wrapper a.close i {
	font-size: 22px;
	line-height: 34px;
}
#Side_slide .extras {
	padding: 0 20px
}
#Side_slide .extras .action_button {
	width: 100%;
	margin: 0 0 20px;
	text-align: center;
	text-decoration: none
}
#Side_slide .extras .action_button .button_label {
	float: none
}
#Side_slide .extras .extras-wrapper {
	text-align: center;
}
#Side_slide .extras .extras-wrapper a {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	padding: 5px;
	margin-bottom: 20px;
	line-height: 22px
}
#Side_slide .extras .extras-wrapper .icon {
	font-size: 22px
}
#Side_slide .extras .extras-wrapper .cart {
	position: relative
}
#Side_slide .extras .extras-wrapper .cart span {
	position: absolute;
	top: 0;
	left: 31px;
	font-size: 11px;
	border-radius: 2px
}
#Side_slide .extras .extras-wrapper a.lang-active img {
	position: relative;
	top: 2px;
}
#Side_slide .extras .extras-wrapper a.lang-active i:before {
	width: auto;
	margin-left: 5px
}
#Side_slide #menu {
	display: block!important;
	margin-bottom: 20px;
	max-height: none!important
}
#Side_slide #menu ul {
	width: 100%!important;
}
#Side_slide #menu ul li {
	width: 100%;
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, .03)
}
#Side_slide #menu>ul:last-child>li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, .03)
}
#Side_slide #menu ul li a {
	display: block;
	padding: 11px 5px 10px 20px;
	margin-right: 50px;
	text-decoration: none;
	line-height: 19px
}
#Side_slide #menu ul li a .menu-arrow {
	display: none
}
#Side_slide #menu ul li ul {
	display: none;
	background: rgba(255, 255, 255, .025)
}
#Side_slide #menu ul li ul li a {
	padding-left: 35px
}
#Side_slide #menu ul li ul li ul li a {
	padding-left: 50px
}
#Side_slide #menu ul li.submenu .menu-toggle {
	display: block;
	position: absolute;
	right: 5px;
	top: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	font-weight: 100;
	text-align: center;
	cursor: pointer;
	opacity: 0.5;
}
#Side_slide #menu ul li.submenu .menu-toggle:after {
	content: "+"
}
#Side_slide #menu ul li.hover>.menu-toggle {
	opacity: 1
}
#Side_slide #menu ul li.hover>.menu-toggle:after {
	content: "-"
}
#Side_slide #menu ul.mfn-megamenu-bg {
	background-image: none!important
}
#Side_slide #menu ul.mfn-megamenu li .menu-toggle {
	display: none
}
#Side_slide #menu ul.mfn-megamenu>li>ul {
	display: block!important
}
#Side_slide #menu ul.mfn-megamenu>li>ul:first-child {
	background-color: transparent
}
#Side_slide #menu ul.mfn-megamenu>li>ul:first-child>li:first-child {
	border-top-width: 0
}
#Side_slide .lang-wrapper {
	margin-bottom: 20px;
	text-align: center;
	display: none;
}
#Side_slide .lang-wrapper ul li {
	border-top: 1px solid rgba(255, 255, 255, .03)
}
#Side_slide .lang-wrapper ul li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, .03)
}
#Side_slide .lang-wrapper ul li a {
	display: block;
	padding: 11px 20px 10px 20px;
	text-decoration: none;
	line-height: 19px
}
#Side_slide .search-wrapper {
	margin-bottom: 20px;
	position: relative;
	display: none;
}
#Side_slide .search-wrapper input.field {
	width: 100%;
	background: none!important;
	border-width: 1px 0 1px 0;
	border-color: rgba(255, 255, 255, .05);
	line-height: 20px;
	padding: 10px 55px 10px 20px;
	box-sizing: border-box;
	box-shadow: 0 0 0 0 transparent;
}
#Side_slide .search-wrapper a.submit {
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 20px;
	padding: 10px
}
#Side_slide .social {
	text-align: center;
	margin: 0 20px 13px
}
#Side_slide .social li {
	display: inline-block
}
#Side_slide .social li a {
	display: block;
	padding: 3px 5px;
	text-decoration: none
}

/* Side Slide | Color */

#Side_slide {
	background-color: #191919;
	border-color: #191919
}

/* border-bottom:60px - mobile fallback */

#Side_slide, #Side_slide .search-wrapper input.field, #Side_slide a:not(.button), #Side_slide #menu ul li.submenu .menu-toggle {
	color: #a6a6a6
}
#Side_slide a:not(.button):hover, #Side_slide a.active, #Side_slide #menu ul li.hover>.menu-toggle {
	color: #fff;
}
#Side_slide #menu ul li.current-menu-item>a, #Side_slide #menu ul li.current_page_item>a, #Side_slide #menu ul li.current-menu-parent>a, #Side_slide #menu ul li.current-page-parent>a, #Side_slide #menu ul li.current-menu-ancestor>a, #Side_slide #menu ul li.current-page-ancestor>a, #Side_slide #menu ul li.current_page_ancestor>a, #Side_slide #menu ul li.hover>a, #Side_slide #menu ul li:hover>a {
	color: #fff;
}

/* Side Slide | Light */

#Side_slide.light #menu ul li {
	border-top-color: rgba(0, 0, 0, .03)
}
#Side_slide.light #menu>ul:last-child>li:last-child {
	border-bottom-color: rgba(0, 0, 0, .03)
}
#Side_slide.light #menu ul li ul {
	background: rgba(0, 0, 0, .02)
}
#Side_slide.light .lang-wrapper ul li {
	border-top-color: rgba(0, 0, 0, .03)
}
#Side_slide.light .lang-wrapper ul li:last-child {
	border-bottom-color: rgba(0, 0, 0, .03)
}
#Side_slide.light .search-wrapper input.field {
	border-color: rgba(0, 0, 0, .05)
}
.aside_both .sidebar.sidebar-1 {
	margin-left: -82%;
}

/* Before After | TwentyTwenty plugin ------------------------------------------------ */

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
	content: " ";
	display: block;
	background: #fff;
	position: absolute;
	z-index: 30;
	-webkit-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 0 12px rgba(51, 51, 51, 0.5)
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
	width: 3px;
	height: 9999px;
	left: 50%;
	margin-left: -1.5px
}
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
	width: 9999px;
	height: 3px;
	top: 50%;
	margin-top: -1.5px
}
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	transition-duration: .5s
}
.twentytwenty-before-label, .twentytwenty-after-label {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity
}
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
	color: #fff;
	font-size: 13px;
	letter-spacing: .1em;
	position: absolute;
	background: rgba(0, 0, 0, 0.25);
	line-height: 38px;
	padding: 0 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
	top: 50%;
	margin-top: -19px
}
.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
	left: 50%;
	margin-left: -45px;
	text-align: center;
	width: 90px
}
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute
}
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
	top: 50%;
	margin-top: -6px
}
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
	left: 50%;
	margin-left: -6px
}
.twentytwenty-container {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 0;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none
}
.twentytwenty-container img {
	max-width: 100%;
	position: absolute;
	top: 0;
	display: block
}
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
	background: rgba(0, 0, 0, 0)
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
	opacity: 0
}
.twentytwenty-container * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.twentytwenty-before-label {
	opacity: 0
}
.twentytwenty-before-label:before {
	content: "Before"
}
.twentytwenty-after-label {
	opacity: 0
}
.twentytwenty-after-label:before {
	content: "After"
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
	left: 10px
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
	right: 10px
}
.twentytwenty-vertical .twentytwenty-before-label:before {
	top: 10px
}
.twentytwenty-vertical .twentytwenty-after-label:before {
	bottom: 10px
}
.twentytwenty-overlay {
	-webkit-transition-property: background;
	-moz-transition-property: background;
	transition-property: background;
	background: rgba(0, 0, 0, 0);
	z-index: 25
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
	opacity: 1
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
	opacity: 1
}
.twentytwenty-before {
	z-index: 20
}
.twentytwenty-after {
	z-index: 10
}
.twentytwenty-handle {
	height: 38px;
	width: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
	border: 3px solid #fff;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	-webkit-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
	z-index: 40;
	cursor: pointer
}
.twentytwenty-horizontal .twentytwenty-handle:before {
	bottom: 50%;
	margin-bottom: 22px;
	-webkit-box-shadow: 0 3px 0 white, 0 0 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 3px 0 white, 0 0 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 3px 0 white, 0 0 12px rgba(51, 51, 51, 0.5)
}
.twentytwenty-horizontal .twentytwenty-handle:after {
	top: 50%;
	margin-top: 22px;
	-webkit-box-shadow: 0 -3px 0 white, 0 0 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 -3px 0 white, 0 0 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 -3px 0 white, 0 0 12px rgba(51, 51, 51, 0.5)
}
.twentytwenty-vertical .twentytwenty-handle:before {
	left: 50%;
	margin-left: 22px;
	-webkit-box-shadow: 3px 0 0 white, 0 0 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 3px 0 0 white, 0 0 12px rgba(51, 51, 51, 0.5);
	box-shadow: 3px 0 0 white, 0 0 12px rgba(51, 51, 51, 0.5)
}
.twentytwenty-vertical .twentytwenty-handle:after {
	right: 50%;
	margin-right: 22px;
	-webkit-box-shadow: -3px 0 0 white, 0 0 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: -3px 0 0 white, 0 0 12px rgba(51, 51, 51, 0.5);
	box-shadow: -3px 0 0 white, 0 0 12px rgba(51, 51, 51, 0.5)
}
.twentytwenty-left-arrow {
	border-right: 6px solid #fff;
	left: 50%;
	margin-left: -17px
}
.twentytwenty-right-arrow {
	border-left: 6px solid #fff;
	right: 50%;
	margin-right: -17px
}
.twentytwenty-up-arrow {
	border-bottom: 6px solid #fff;
	top: 50%;
	margin-top: -17px
}
.twentytwenty-down-arrow {
	border-top: 6px solid #fff;
	bottom: 50%;
	margin-bottom: -17px
}

.section.full-width > .section_wrapper {
    max-width: 100% !important;
}


/* Switch Style */
.demo-switch{text-align:center;}
.demo-switch .title{margin:0 2% 15px;font-family:Lora;font-style:italic;color:#6c6d6d;}
.demo-switch a{margin:0 2%;font-weight:700;opacity:.8;}
.demo-switch a:hover{opacity:1;}
.demo-switch a.active{color:#0095eb;opacity:1;}
.demo-switch a{-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;transition:all .2s ease-in-out}

	


/* Slick Slider ---------------------------------------------------------------------- */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left;height:100%;min-height:1px;outline:none}
[dir='rtl'] .slick-slide{float:right!important}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}


/* Buttons | Flat -------------------------------------------------------------------- */
.button-flat a.button:not(.action_button),.button-flat:not(.header-plain) a.button.action_button,.button-flat a.tp-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-flat a.button_left.button .button_label,.button-flat a.button_left.button_large .button_label{padding-left:0}
.button-flat a.button_right.button .button_label,.button-flat a.button_right.button_large .button_label{padding-right:0}
.button-flat a.button_left.button_large .button_icon{padding-left:27px}
.button-flat a.button_right.button_large .button_icon{padding-right:27px}

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





/* Header | Plain */	
.header-plain #Top_bar{border-bottom-width:1px;border-style:solid;position:static}
.header-plain.layout-boxed #Top_bar .container{max-width:100%}
.header-plain #Top_bar .one.column{width:100%;margin:0}
.header-plain #Header .top_bar_left,.header-plain #Header .top_bar_right{background-color:transparent}
.header-plain #Top_bar .top_bar_right,.header-plain #Top_bar .top_bar_right_wrapper{top:0}
.header-plain #Top_bar .top_bar_right:before{display:none}
.header-plain #Action_bar{position:static}
.header-plain #Action_bar .contact_details li,.header-plain #Action_bar .social,.header-plain #Action_bar .social-menu{padding:12px 0}

	/* Header plain | Logo */
	.header-plain #Top_bar #logo{height:50px;line-height:50px}
	
	/* Header plain | Menu */
	.header-plain #Top_bar .menu_wrapper{float:right}
	.header-plain #Top_bar .menu > li > a{padding-top:0!important;padding-bottom:0!important}
	.header-plain #Top_bar .menu > li > a:after{display:none}
	.header-plain #Top_bar .menu > li > a span:not(.description){line-height:80px;padding:0 30px}
	.header-plain #Top_bar .menu > li:first-child > a span:not(.description){border-left-width:1px}
	.header-plain #Top_bar .top_bar_right{height:80px;padding:0;margin-left:-1px;}
	.header-plain.menu-highlight #Top_bar .menu > li,.header-plain.menu-highlight #Top_bar .menu > li > a{margin:0}
	
	/* Header plain | Top bar right */
	.header-plain #Top_bar a#header_cart,.header-plain #Top_bar a#search_button{margin-right:0;top:0;border-left-width:1px;border-style:solid}
	.header-plain #Top_bar a#header_cart span{margin-right:-9px}
	.header-plain #Top_bar .wpml-languages{top:0;margin:0;border-left-width:1px;border-style:solid}
	.header-plain #Top_bar .wpml-languages a.active{border:0;padding:0}
	.header-plain #Top_bar .wpml-languages ul.wpml-lang-dropdown li a{line-height:40px}
	.header-plain #Top_bar .wpml-languages a.active{background:none}
	.header-plain #Top_bar .wpml-languages ul.wpml-lang-dropdown{border:0;border-radius:0}
	.header-plain #Top_bar a.button.action_button{margin:0;top:0;border-radius:0;border-left-width:1px;border-style:solid}
	.header-plain #Top_bar .menu > li > a span:not(.description){line-height:80px;padding:0 30px}
	.header-plain #Top_bar a#header_cart,.header-plain #Top_bar a#search_button{padding:0 25px;line-height:80px;margin-left:0;}
	.header-plain #Top_bar .wpml-languages{padding:0 25px;line-height:80px}
	.header-plain #Top_bar a.button.action_button{line-height:80px}
	.header-plain #Top_bar a.button.action_button .button_label{padding:0 30px}
	
	/* Header plain | Sticky */
	.header-plain #Top_bar.is-sticky .menu > li > a span:not(.description){line-height:60px!important}
	.header-plain #Top_bar.is-sticky a#header_cart,.header-plain #Top_bar.is-sticky a#search_button{padding:0 25px;line-height:60px}
	.header-plain #Top_bar.is-sticky .wpml-languages{padding:0 25px;height:60px;line-height:60px}
	.header-plain #Top_bar.is-sticky a.button.action_button{height:60px;line-height:60px}
	.header-plain #Top_bar.is-sticky a.button.action_button .button_label{padding:0 25px}
	.header-plain #Top_bar.is-sticky .top_bar_right{padding:0;height:60px;top:0}
	.header-plain #Top_bar.is-sticky .wpml-languages{top:0}
	.header-plain #Top_bar.is-sticky a.button.action_button{top:0}
	
	/* Header plain | Colors */
	.header-plain #Action_bar{background-color:#2C2C2C}
	.header-plain #Top_bar{background-color:#fff}
	.header-plain #Top_bar,.header-plain #Top_bar .menu > li > a span:not(.description),.header-plain #Top_bar a#header_cart,
	.header-plain #Top_bar a#search_button,.header-plain #Top_bar .wpml-languages,.header-plain #Top_bar a.button.action_button{border-color:#f2f2f2}
	
	/* Heading --------------------------------------------------------------------------- */
.mfn_heading{}
.mfn_heading.align_left{text-align:left}
.mfn_heading.align_center{text-align:center}
.mfn_heading.align_right{text-align:right}
.mfn_heading .title{display:inline-block;position:relative}

.mfn_heading.heading_lines{overflow:hidden}
.mfn_heading.heading_lines .title .line{position:absolute;width:3000px;height:1px;top:50%;background:rgba(0,0,0,.3)}
.mfn_heading.heading_lines .title .line_l{right:100%;margin-right:20px}
.mfn_heading.heading_lines .title .line_r{left:100%;margin-left:20px}

.dark .mfn_heading.heading_lines .title .line{background:rgba(255,255,255,.3)}

/* Fancy headings -------------------------------------------------------------------- */	
.fancy_heading{text-align:center}
.fancy_heading .title{font-size:42px;line-height:42px}
.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}



#back_to_top {
    float: right;
    margin: -9px 0 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    text-align: center;
}

/* 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;font-size:30px;line-height:30px}
.pricing-box .plan-header .price{margin:0 0 20px}
.pricing-box .plan-header .price > span{font-size:45px;line-height:45px;margin:0 5px}
.pricing-box .plan-header .price sup.currency{font-size:20px;line-height:20px;top:-10px;position:relative}
.pricing-box.cp-right .plan-header .price sup.currency{margin-right:5px}
.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:700;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;position:relative}
.content_slider .content_slider_ul{margin:0!important;line-height:0;border-width:8px;border-style:solid;-webkit-box-sizing:border-box;box-sizing:border-box}
.content_slider .content_slider_ul li{display:block;float:left;margin:0!important;} 
.content_slider a.button{position:absolute;top:50%;margin:-22px 0 0;font-size:13px;line-height:21px}
.content_slider a.slider_prev{left:-90px}
.content_slider a.slider_next{right:-90px}
.content_slider .slider_pagination{width:100%;margin-top:20px;}
.content_slider .slider_pagination li{display:inline-block;}

.content_slider .content_slider_ul{opacity:0;max-height:300px;transition:opacity 0.3s ease-in-out;}
.content_slider .content_slider_ul.slick-slider{opacity:1;max-height:none;zoom:1;}

/* Flat */
.content_slider.flat .content_slider_ul{border-width:0}
.content_slider.flat a.button{background:none!important;box-shadow:none;border:none}
.content_slider.flat a.button:after{display:none!important}
.content_slider.flat a.button:hover{background:none!important}
.content_slider.flat a.button .button_icon{background:none;padding:0;font-size:50px;opacity:.3}
.content_slider.flat a:hover.button .button_icon{opacity:1}

/* Flat description */
.content_slider.flat.description ul li{text-align:center}
.content_slider.flat.description ul li a{display:block;text-decoration:none}
.content_slider.flat.description ul li img{margin-bottom:30px}
.content_slider.flat.description ul li h3{margin-bottom:0}
.content_slider.flat.description ul li .desc{line-height:initial;padding:0 20%;margin-top:15px}

/* Carousel */
.content_slider.carousel{padding:0 70px}
.content_slider.carousel .content_slider_ul{border-width:0}
.content_slider.carousel .content_slider_ul li{text-align:center;padding:0 20px;padding-top:5px}
.content_slider.carousel .content_slider_ul li img{margin-bottom:20px;opacity:.8;position:relative;top:0}
.content_slider.carousel .content_slider_ul li a{color:inherit;text-decoration:none;}
.content_slider.carousel .content_slider_ul li .title{opacity:.3;line-height:initial;/* font-size:115%; */}
.content_slider.carousel .content_slider_ul li:hover img{opacity:1;top:-5px}
.content_slider.carousel .content_slider_ul li:hover .title{opacity:1}

.content_slider.carousel a.button{background:none!important;box-shadow:none;border:none;top:40%;margin-top:-11px;}
.content_slider.carousel a.button:after{display:none!important}
.content_slider.carousel a.button:hover{background:none!important}
.content_slider.carousel a.button .button_icon{background:none;padding:0;font-size:30px;opacity:.5}
.content_slider.carousel a.button:hover .button_icon{opacity:1}
.content_slider.carousel a.slider_prev{left:-70px}
.content_slider.carousel a.slider_next{right:-70px}

/* Center mode */
.content_slider.center{padding:0}
.content_slider.center .content_slider_ul{border-width:0}
.content_slider.center .content_slider_ul li{position:relative;padding:0 5px;}
.content_slider.center .content_slider_ul li:not(.slick-center){transform:scale(.98)}
.content_slider.center .content_slider_ul li:after{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;background-color:rgba(0,0,0,.15);opacity:0;}
.content_slider.center .content_slider_ul li:not(.slick-center):after{opacity:1;}
.content_slider.center .content_slider_ul li a{position:relative;z-index:1;}

.content_slider.center a.button{background:none!important;box-shadow:none;border:none;z-index:1}
.content_slider.center a.button.slider_prev{left:0}
.content_slider.center a.button.slider_next{right:0}
.content_slider.center a.button:after{display:none!important}
.content_slider.center a.button:hover{background:none!important}
.content_slider.center a.button .button_icon{background:none;padding:0;font-size:50px;opacity:.66}
.content_slider.center a.button .button_icon i{color:#fff;}
.content_slider.center a.button:hover .button_icon{opacity:1}

.content_slider.center .content_slider_ul li,
.content_slider.center .content_slider_ul li:after,
.content_slider.center a.button .button_icon{transition:all .3s cubic-bezier(.4,0,.2,1)}

/* Navigation visibility */
.content_slider.hide-arrows{padding:0}
.content_slider.hide-arrows a.slider_prev,.content_slider.hide-arrows a.slider_next{display:none!important}
.content_slider.hide-dots .slider_pagination{display:none!important}

.section.full-width .column.one .content_slider.hide-arrows{padding:0 140px;}

/* Nice Scroll | .nice-scroll -------------------------------------------------------- */
body.nice-scroll{position:relative}
body.nice-scroll:not(.layout-boxed){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:9002!important}

/* Slider | Pagination --------------------------------------------------------------- */
.slider_pagination{text-align:center;line-height:0}
.slider_pagination a{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;cursor:pointer}
.slider_pagination a:hover{background:rgba(0,0,0,.25)}

.slider_pagination a.selected,
.slider_pagination .slick-active a{width:10px;height:8px;margin:0 10px;position:relative;top:4px;background:rgba(0,0,0,.15);-webkit-border-radius:2px;border-radius:2px}

.slider_pagination a.selected:after,
.slider_pagination .slick-active a:after{content:"";display:block;width:8px;height:8px;-webkit-border-radius:1px;border-radius:1px;position:absolute;left:1px;top:-3px;background:#D6D6D6;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
	
/* Slider Revolution ----------------------------------------------------------------- */
#mfn-rev-slider input{display:inline-block}
	
	
/* Animation */
.content_slider.carousel ul li img,.content_slider.carousel ul li .title,.content_slider.flat a.button .button_icon{-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}

/* 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:#444}
.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}
.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}

/* Pagination */
.dark .slider_pagination a{background:rgba(255,255,255,0.3)}

/* Content slider ----------------------------------------------------------------------------- */
.content_slider{padding:0 140px;position:relative}
.content_slider .content_slider_ul{margin:0!important;line-height:0;border-width:8px;border-style:solid;-webkit-box-sizing:border-box;box-sizing:border-box}
.content_slider .content_slider_ul li{display:block;float:left;margin:0!important;} 
.content_slider a.button{position:absolute;top:50%;margin:-22px 0 0;font-size:13px;line-height:21px}
.content_slider a.slider_prev{left:-90px}
.content_slider a.slider_next{right:-90px}
.content_slider .slider_pagination{width:100%;margin-top:20px;}
.content_slider .slider_pagination li{display:inline-block;}

.content_slider .content_slider_ul{opacity:0;max-height:300px;transition:opacity 0.3s ease-in-out;}
.content_slider .content_slider_ul.slick-slider{opacity:1;max-height:none;zoom:1;}

.layout-full-width.header-fw #Action_bar .container, .layout-full-width.header-fw #Top_bar .container {
    max-width: 100%;
}










/* Grid */
		.grid .post-item { width: 31.33%; margin: 0 1% 20px; background: #fff !important; }
		.grid .post-photo-wrapper { width: 100%; float: none; }
		.grid .post-desc-wrapper { width: 100%; float: none; }
		.grid .post-desc-wrapper .post-desc { padding: 20px 20px 0; }
		.grid .post-footer { margin: 0 -20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
			.grid .post-meta .author-date .author span.label { display: none; }
			.grid .post-desc-wrapper .post-meta .category .cat-btn { display: none; }
			.grid .post-desc-wrapper .post-footer .button-love .love-text { display: none; }
			
			/* Columns 2-6 */
			.posts_group.grid.col-2 .post-item { width: 47.99%;}			
			.posts_group.grid.col-3 .post-item { width: 31.33%;}			
			.posts_group.grid.col-4 .post-item { width: 22.99%;}
			.posts_group.grid.col-5 .post-item { width: 18.99%; margin: 0 0.5% 20px;}
			.posts_group.grid.col-6 .post-item { width: 15.66%; margin: 0 0.5% 20px;}
			
			.posts_group.grid.col-2 .post-item:nth-child(2n+1) { clear:both; }
			.posts_group.grid.col-3 .post-item:nth-child(3n+1) { clear:both; }
			.posts_group.grid.col-4 .post-item:nth-child(4n+1) { clear:both; }
			.posts_group.grid.col-5 .post-item:nth-child(5n+1) { clear:both; }
			.posts_group.grid.col-6 .post-item:nth-child(6n+1) { clear:both; }
						
		/* Masonry */
		.masonry:not(.tiles) .post-item { width: 31.33%; margin: 0 1% 20px; background: #fff !important; }
		.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.label { 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; }
			
			/* Columns 2-6 */
			.posts_group.masonry.col-2 .post-item { width: 47.99%;}			
			.posts_group.masonry.col-3 .post-item { width: 31.33%;}			
			.posts_group.masonry.col-4 .post-item { width: 22.99%;}
			.posts_group.masonry.col-5 .post-item { width: 18.99%; margin: 0 0.5% 20px;}
			.posts_group.masonry.col-6 .post-item { width: 15.66%; margin: 0 0.5% 20px;}
			
		/* Masonry tiles */
		.masonry.tiles { position: relative; }
		.masonry.tiles .post-item { margin: 0 !important; overflow: hidden; background-color: transparent; }
		.masonry.tiles .post-item:not(.no-img) .post-desc-wrapper { position: absolute; z-index: 4; left: 0; bottom: -20px; }
		.masonry.tiles .post-item:not(.no-img) .post-desc-wrapper .post-desc { background: url(../images/blog_masonry_tile_gradient.png) top left repeat-x; padding: 70px 30px 30px; }
		.masonry.tiles .post-item .post-desc-wrapper .post-desc { padding: 50% 30px 10px; } 
		.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-meta .author-date .post-links { display: inline-block; margin-left: 10px; }
		.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-excerpt { display: none; }
		
			/* Photo wrapper */
			.masonry.tiles .post-item:not(.no-img) .post-photo-wrapper { line-height: 0; position: relative; }
			.masonry.tiles .post-item:not(.no-img) .post-photo-wrapper:after { content: ""; position: absolute; z-index: 2; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.2); opacity: 0; transition: all 0.6s ease-out; }
			.masonry.tiles .post-item:not(.no-img):hover .post-photo-wrapper:after { opacity: 1; }
		
			/* Posts */
			.masonry.tiles .format-link .post-title .icon-link { display: none; }
			.masonry.tiles .format-link .post-title .link-wrapper { margin-left: 0; padding-top: 5px; }
			.masonry.tiles .format-quote blockquote { margin-left: 0; top: 0; margin-bottom: 25px; }
			.masonry.tiles .format-quote blockquote:after { display: none; }
			.masonry.tiles .format-quote blockquote a { text-decoration: none; }
		
			/* Post icon */
			.masonry.tiles .post-item .post-format-icon { position: absolute; z-index: 3; left: 25px; top: 25px; font-size: 35px; line-height: 35px; color: #fff; }
		
			/* Line */
			.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-title:after { content: ""; display: block; height: 3px; margin-top: 20px; width: 0; transition: all 0.4s ease-out; }
			.masonry.tiles .post-item:hover .post-desc-wrapper .post-desc .post-title:after { width: 40%; }
			
			/* Desc wrapper animation */
			.masonry.tiles .post-item .post-desc-wrapper { transition: all 0.4s ease-out; }
			.masonry.tiles .post-item:hover .post-desc-wrapper { transform: translateY(-20px); }
		
			/* Columns 2-6 */
			.posts_group.masonry.tiles.col-2 .post-item { width: 49.99%; }			
			.posts_group.masonry.tiles.col-3 .post-item { width: 33.33%; }			
			.posts_group.masonry.tiles.col-4 .post-item { width: 24.99%; }
			.posts_group.masonry.tiles.col-5 .post-item { width: 19.99%; }
			.posts_group.masonry.tiles.col-6 .post-item { width: 16.66%; }
			
			/* With margin */
			.posts_group.masonry.margin .post-item { margin:0 1% 25px !important;}			
			.posts_group.masonry.margin.col-2 .post-item { width: 47.99%;}			
			.posts_group.masonry.margin.col-3 .post-item { width: 31.33%;}			
			.posts_group.masonry.margin.col-4 .post-item { width: 22.99%;}
			.posts_group.masonry.margin.col-5 .post-item { width: 18.99%; margin:0 0.5% 12px !important;}
			.posts_group.masonry.margin.col-6 .post-item { width: 15.66%; margin:0 0.5% 12px !important;}

			/* Colors */
			.masonry.tiles .post-item.format-quote blockquote,
			.masonry.tiles .post-item.format-quote blockquote a,
			.masonry.tiles .post-item.format-link .post-title .icon-link,
			.masonry.tiles .post-item.format-link .post-title .link-wrapper h4,
			.masonry.tiles .post-item.format-link .post-title .link-wrapper a,
			.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-title .entry-title a { color: #fff; }
			
			.masonry.tiles .post-item.no-img .post-desc-wrapper .post-desc .post-title:after,
			.masonry.tiles .post-item.format-quote .post-desc-wrapper .post-desc .post-title:after,
			.masonry.tiles .post-item.format-link .post-desc-wrapper .post-desc .post-title:after { background-color: #fff; }
			
			.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-head .post-meta,
			.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-head .post-meta a,
			.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-excerpt { color: rgba(255,255,255,.7); }

			
			/* 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; }
		
		/* Photo */
		.photo .post-item  { float:none; }
		.photo .post-photo-wrapper { width: 100%; float: none; }
		.photo .post-desc-wrapper { width: 100%; float: none; text-align: center; }
		.photo .post-desc .post-head {}
		.photo .post-desc .post-head .post-meta { display: inline-block; }
		.photo .post-desc .post-head .post-footer { display: inline-block; background: none; padding: 0; line-height: inherit; }
		.photo .post-desc .post-title {}
		.photo .post-desc .post-excerpt { margin-bottom: 0; }
		
			.photo .post-desc .post-head .post-meta .author-date,
			.photo .post-desc .post-head .post-meta .category,
			.photo .post-desc .post-head .post-footer .button-love,
			.photo .post-desc .post-head .post-footer .post-links { float: none; display: inline-block; }

			.photo .post-desc .post-head .post-meta .author-date { margin-right: 20px; }
			.photo .post-desc .post-head .post-meta .author-date .label { display: none; }
			.photo .post-desc .post-head .post-footer .button-love { margin-right: 20px; }
			.photo .post-desc .post-head .post-footer .button-love .love-text { display: none; }
			.photo .post-desc .post-head .post-footer .post-links { border: 0; padding: 0; }
			.photo .post-desc .post-head .post-footer .post-links .icon-doc-text,
			.photo .post-desc .post-head .post-footer .post-links .post-more { display: none; }
			
			.photo .format-image { text-align: center; }
			.photo .format-image .post-photo-wrapper { display: inline-block; width: auto; }
			.photo .format-link .post-title { display: inline-block; text-align: left; }

	/* 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 .image_frame .image_wrapper img{margin-bottom:0!important}
	.format-video .image_frame:hover .image_wrapper img{top:0}
	
	.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;padding:0!important}
.post-nav .list-nav{float:right;line-height:49px}

.post-nav.minimal.column{padding:0;background:none;position:relative;height:40px!important;}
.post-nav.minimal a{position:absolute;top:0;opacity:.6;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.post-nav.minimal a:hover {opacity:1}
.post-nav.minimal a.prev{left:0;}
.post-nav.minimal a.next{right:0;}
.post-nav.minimal a.home{left:50%;margin:3px 0 0 -13px;}
.post-nav.minimal a i{font-size:25px;line-height:30px;color:#626262}
.post-nav.minimal a svg{fill:#626262}

.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 .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .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 .share_wrapper{float:left}
.single-photo-wrapper .image_frame{margin-left:120px}
.single-photo-wrapper .image_frame iframe{width:100%}
.no-share .single-photo-wrapper .image_frame{margin-left:0}
.single-photo-wrapper.image{text-align:center}
.single-photo-wrapper.image .image_frame{margin-left:0;display:inline-block}

.section-post-header .single-photo-wrapper.image .image_frame{max-width:80%;max-width:calc(100% - 130px)}
.no-share .section-post-header .single-photo-wrapper.image .image_frame{max-width:100%}

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

.section-post-intro-share .share_wrapper{float:right;background:none;border:none;width:unset;padding:0}
.section-post-intro-share .share_wrapper > span{float:left}
.section-post-intro-share .share_wrapper .stButton .stBubble{display:none!important}

.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:0;height:0;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}

	/* Hide Love */
	.hide-love .button-love{display:none!important}
	.hide-love .post-header .title_wrapper{margin-left:0;padding-left:10px;border-left:none}
	.hide-love .post-nav{padding-left:10px}
	.hide-love .portfolio_group .portfolio-item .desc .title_wrapper{padding-right:0}

	/* 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;width:31.333%}
	
	.section-post-related .col-2 .post-related{width:48%}
	.section-post-related .col-3 .post-related{width:31.333%}
	.section-post-related .col-4 .post-related{width:23%}
	.section-post-related .col-5 .post-related{width:18%}
	.section-post-related .col-6 .post-related{width:14.666%}
	
	.section-post-related .col-2 .post-related:nth-child(2n+1){clear:both}
	.section-post-related .col-3 .post-related:nth-child(3n+1){clear:both}
	.section-post-related .col-4 .post-related:nth-child(4n+1){clear:both}
	.section-post-related .col-5 .post-related:nth-child(5n+1){clear:both}
	.section-post-related .col-6 .post-related:nth-child(6n+1){clear:both}
	
	.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 .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}
	.section-post-related .post-related .image_frame iframe{width:100%}
	
		/* Section post related - simple */
		.section-post-related .simple .post-related .image_frame{margin-left:0px;}
		.section-post-related .simple .post-related .date_label{margin-bottom:5px;position:static;padding:0;background-color:transparent;background-image:none;}
		.section-post-related .simple .post-related .date_label:after{display:none;}
		.section-post-related .simple .post-related hr { display: none; }
		.section-post-related .simple .post-related a.button{margin-left:0px;}
		
		.section-post-related .simple .post-related.format-quote .date_label{margin-bottom:10px;}
		.section-post-related .simple .format-quote blockquote{margin-top:0px;}
		
	/* 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 .section-post-header .single-photo-wrapper .image_frame{display:none}
	
	/* 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 .section-post-header .single-photo-wrapper .image_frame{display:none}
	
	/* NO img */
	.portfolio.no-img .single-photo-wrapper .share_wrapper,.format-image.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-image.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 .section-post-header .single-photo-wrapper .image_frame,.format-image.no-img .section-post-header .single-photo-wrapper .image_frame,.format-standard.no-img .section-post-header .single-photo-wrapper .image_frame{display:none!important}
	
	/* Project decription */
	.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:700;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{float:none;width:auto;padding:10px 15px 15px}
	.share_item .stButton{margin:0 10px 0 0}

	
/* Templates | Preview --------------------------------------------------------------- */
.single-template .section-post-header,.single-template .section-post-about,.single-template .section-post-related,.single-template .section-post-comments{display:none;}

/* Widget Area ----------------------------------------------------------------------- */
.widget-area{border-style:solid;padding:30px 20px 20px;position:relative}
.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}
.aside_left .widget-area:before{right:0}
.aside_right .widget-area{border-left-width:1px}
.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;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}
.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}
.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 ul{margin:0!important}
	.Recent_posts ul li{margin-bottom:10px;list-style:none!important}
	.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%}
	
		/* Formats */
		.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 h6,.Recent_posts ul li a .desc .date,.Recent_posts ul li a .desc: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}
	
	
		
	/* Recent posts | WordPress */
	.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}
	.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 .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
		
	/* 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;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 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;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 ul,.widget_pages ul,.widget_rss ul{list-style-type:square;padding:0 0 0 30px}
	.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 ul{margin:0!important}
	.widget_mfn_recent_comments ul li{padding-bottom:15px;margin-bottom:0!important;background:url(../images/recent_comments.png) no-repeat 4px top;padding-left:40px;position:relative;list-style:none!important}
	.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:0;top:11px;display:block;z-index:1}
	.widget_mfn_recent_comments ul li p{margin-bottom:0}

	/* Recent comments wordpress */
	.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:0;top:11px;display:block;z-index:1}
		
	/* Search */
	.widget_search input[type="text"]{margin-bottom:0;width:100%}
	.widget_search .icon_close,.widget_search .icon_search{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 .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 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;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 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-menu-item:not(.current-menu-ancestor) > a,.widget_mfn_menu ul li.current_page_item:not(.current_page_ancestor) > 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}
	.widget_mfn_menu ul li ul li ul li ul li a{padding-left:60px}
	
	.widget_mfn_menu ul.submenus-hover li ul{overflow:hidden;max-height:0;-webkit-transition:max-height 1s ease-in-out;-moz-transition:max-height 1s ease-in-out;-o-transition:max-height 1s ease-in-out;transition:max-height 1s ease-in-out}
	.widget_mfn_menu ul.submenus-hover li.current_page_item > ul,.widget_mfn_menu ul.submenus-hover li:hover > ul{max-height:10000px}
	.widget_mfn_menu ul.submenu-active li.current-menu-parent > ul{max-height:10000px}
	
	.widget_mfn_menu ul.submenus-click li ul{overflow:hidden;max-height:0}
	.widget_mfn_menu ul.submenus-click li.hover > ul{max-height:10000px}

	/* 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 .portfolio-item.isotope-grid-sizer{margin:0!important}
.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:46px;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%;margin-bottom:0}

.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 .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .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:0;border-style:solid}
	.portfolio_group.list .portfolio-item .portfolio-item-fw-bg{background-position:top center;background-repeat:repeat;padding:35px 0}
	.portfolio_group:not(.list) .portfolio-item .portfolio-item-fw-bg{background:none!important}
	body.with_aside .portfolio_group.list .portfolio-item .portfolio-item-fw-bg{padding-left:5%;padding-right:5%}
	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}
	
	/* 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 hover */
	.portfolio_group.masonry-hover .portfolio-item { width: 31.2%; margin: 0 1% 20px; }	
	.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper { position: relative; overflow: hidden; }
	.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc { opacity: 0; position: absolute; left: 0; top: 0; background-color: rgba(0,0,0,.3); height: 100%; width: 100%; padding: 10% 10% 50px; box-sizing: border-box; z-index:2; }
	.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc h3:after { content: ""; display: block; margin: 15px 0; width: 20px; height: 3px; background: #fff; }
	.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc h3 a { color: #fff; }
	.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .desc-inner { height: 100%; overflow: hidden; color: #fff; }
	.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper { bottom: 18px; box-sizing: border-box; left: 0; padding: 0 7% 0 8%; position: absolute; width: 100%; }
	.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.zoom,
	.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.link,
	.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.external { font-size: 25px; color: #fff; position: relative; top: 0; }
	.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.zoom {  }
	.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.link { float: right; }
	.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.external {}
	.portfolio_group.masonry-hover .portfolio-item .image-wrapper { line-height: 0; }
	
		.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc.bg-light h3 a,
		.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc.bg-light .desc-inner,
		.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc.bg-light .links-wrappper a { color: #444; }
		.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc.bg-light h3:after { background: #444; }
	
	.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper:hover .hover-desc { opacity: 1; }
	.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a:hover.zoom,
	.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a:hover.link,
	.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a:hover.external { top: -3px; }
	
	.portfolio_group.masonry-hover .portfolio-item.no-thumbnail .masonry-hover-wrapper .hover-desc { padding: 10%; }
	.portfolio_group.masonry-hover .portfolio-item.no-thumbnail .masonry-hover-wrapper { overflow: visible; }
	.portfolio_group.masonry-hover .portfolio-item.no-thumbnail .masonry-hover-wrapper .hover-desc { position: static; opacity: 1; }
	.portfolio_group.masonry-hover .portfolio-item.no-thumbnail .masonry-hover-wrapper .hover-desc .desc-inner { margin-bottom: 15px; }
	.portfolio_group.masonry-hover .portfolio-item.no-thumbnail .masonry-hover-wrapper .hover-desc .links-wrappper { position: static; padding: 0; margin-top: 30px; }
	.portfolio_group.masonry-hover .portfolio-item.no-thumbnail .masonry-hover-wrapper .hover-desc .links-wrappper a.zoom { display:none; }
	
		/* Animation */
		.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.zoom,
		.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.link,
		.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.external,		
		.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-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; transition: all 0.3s ease-in-out; }
	
	/* Masonry minimal */
	.portfolio_group.masonry-minimal .portfolio-item { width: 31.2%; margin: 0 1% 20px; }	
	
	/* Masonry Flat */
	.portfolio_group.masonry-flat { float:left; width:100.5%;}
	
	.portfolio_group.masonry-flat .portfolio-item { width: 24.9%; display:block; float:left; position:relative;}
	.portfolio_group.masonry-flat .portfolio-item.wide { width:49.8%;}
	
	.portfolio_group.masonry-flat .portfolio-item .portfolio-item-fill { padding-bottom:78%;}
	.portfolio_group.masonry-flat .portfolio-item.tall .portfolio-item-fill { padding-bottom:156%;}
	.portfolio_group.masonry-flat .portfolio-item.wide .portfolio-item-fill { padding-bottom:39%;}
	.portfolio_group.masonry-flat .portfolio-item.tall.wide .portfolio-item-fill { padding-bottom:78%;}

	.portfolio_group.masonry-flat .portfolio-item .image_frame { border: 0; position:absolute; top:0; left:0; bottom:0; right:0; overflow:hidden;}
	.portfolio_group.masonry-flat .portfolio-item .image_frame .image_wrapper { position:static;}
	.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; }
	
		/* Columns 2-6 */

			/* Grid, Masonry, Masonry Hover */
			.portfolio_group.grid.col-2 .portfolio-item,
			.portfolio_group.masonry.col-2 .portfolio-item,
			.portfolio_group.masonry-hover.col-2 .portfolio-item,
			.portfolio_group.masonry-minimal.col-2 .portfolio-item { width: 47.99%;}
			
			.portfolio_group.grid.col-3 .portfolio-item,
			.portfolio_group.masonry.col-3 .portfolio-item,
			.portfolio_group.masonry-hover.col-3 .portfolio-item,
			.portfolio_group.masonry-minimal.col-3 .portfolio-item { width: 31.33%;}
			
			.portfolio_group.grid.col-4 .portfolio-item,
			.portfolio_group.masonry.col-4 .portfolio-item,
			.portfolio_group.masonry-hover.col-4 .portfolio-item,
			.portfolio_group.masonry-minimal.col-4 .portfolio-item { width: 22.99%;}
			
			.portfolio_group.grid.col-5 .portfolio-item,
			.portfolio_group.masonry.col-5 .portfolio-item,
			.portfolio_group.masonry-hover.col-5 .portfolio-item,
			.portfolio_group.masonry-minimal.col-5 .portfolio-item { width: 18.99%; margin: 0 0.5% 20px;}
			
			.portfolio_group.grid.col-6 .portfolio-item,
			.portfolio_group.masonry.col-6 .portfolio-item,
			.portfolio_group.masonry-hover.col-6 .portfolio-item,
			.portfolio_group.masonry-minimal.col-6 .portfolio-item { width: 15.66%; margin: 0 0.5% 20px;}
			
			/* Flat */
			.portfolio_group.flat.col-2 .portfolio-item { width: 49.99%;}
			.portfolio_group.flat.col-3 .portfolio-item { width: 33.33%;}			
			.portfolio_group.flat.col-4 .portfolio-item { width: 24.99%;}			
			.portfolio_group.flat.col-5 .portfolio-item { width: 19.99%;}			
			.portfolio_group.flat.col-6 .portfolio-item { width: 16.66%;}
			
	/* Exposure */
	.portfolio_group.exposure {}
	.portfolio_group.exposure .portfolio-item { width: 100%; position: relative; }
	.portfolio_group.exposure .portfolio-item a.link { display: block; }
	.portfolio_group.exposure .portfolio-item .image-wrapper { line-height: 0; }
	.portfolio_group.exposure .portfolio-item .image-wrapper .mask { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; background: rgba(0,0,0,.5); opacity: 0; }
	
	.portfolio_group.exposure .portfolio-item .desc-inner { position: absolute; left: 0; top: 30px; z-index: 2; width: 100%; }
	.portfolio_group.exposure .portfolio-item .desc-inner .desc-wrapper-inner { padding: 0 35px; margin: 0 1%; width: 98%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	
		.full-width .portfolio_group.exposure .portfolio-item .desc-inner { top: 70px; }
		.full-width .portfolio_group.exposure .portfolio-item .desc-inner .desc-wrapper-inner { padding: 0; }
	
	.portfolio_group.exposure .portfolio-item .desc-inner .line { display: block; width: 0; height: 4px; margin-bottom: 20px; }
	.portfolio_group.exposure .portfolio-item .desc-inner .entry-title { margin-bottom: 20px; }
	.portfolio_group.exposure .portfolio-item .desc-inner .desc-wrappper { width: 75%; opacity: 0.7; }
	
	.portfolio_group.exposure .portfolio-item .details-wrapper { position: absolute; right: 0; bottom: 5px; z-index: 2; width: 100%; }
	.portfolio_group.exposure .portfolio-item .details-wrapper .details-wrapper-inner { padding: 0 25px; margin: 0 1%; width: 98%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }	
	
		.full-width .portfolio_group.exposure .portfolio-item .details-wrapper { bottom: 35px; }
		.full-width .portfolio_group.exposure .portfolio-item .details-wrapper .details-wrapper-inner { padding: 0; }
	
	.portfolio_group.exposure .portfolio-item .details-wrapper .column { float: right; opacity: 0; -webkit-transform: translateY(-7%); transform: translateY(-7%); border-top: 1px solid rgba(255,255,255,.4); padding: 20px 10px; margin-bottom: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	.portfolio_group.exposure .portfolio-item .details-wrapper .column h5.label { font-weight: 400; margin-bottom: 8px; }	
	.portfolio_group.exposure .portfolio-item .details-wrapper .column h5 { font-weight: 700; }
		
		/* Colors */
		.portfolio_group.exposure .portfolio-item .desc-inner .entry-title,
		.portfolio_group.exposure .portfolio-item .desc-inner .desc-wrappper,
		.portfolio_group.exposure .portfolio-item .desc-inner .desc-wrappper h2,
		.portfolio_group.exposure .portfolio-item .desc-inner .desc-wrappper h3,
		.portfolio_group.exposure .portfolio-item .desc-inner .desc-wrappper h4,
		.portfolio_group.exposure .portfolio-item .desc-inner .desc-wrappper h5,
		.portfolio_group.exposure .portfolio-item .desc-inner .desc-wrappper h6,
		.portfolio_group.exposure .portfolio-item .details-wrapper h5, 
		.portfolio_group.exposure .portfolio-item .details-wrapper h5 a { color: #fff; }
	
		/* Hover */
		.portfolio_group.exposure .portfolio-item .desc-inner .line,
		.portfolio_group.exposure .portfolio-item .image-wrapper .mask {
			-webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
		}			
		.portfolio_group.exposure .portfolio-item .details-wrapper .column {
			-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);	
		}
		
		.portfolio_group.exposure .portfolio-item .details-wrapper .column:first-child {
			-webkit-transition-delay: 0.2s; transition-delay: 0.2s;
		}
		.portfolio_group.exposure .portfolio-item .details-wrapper .column:nth-child(2) {
			-webkit-transition-delay: 0.3s; transition-delay: 0.3s;
		}
		.portfolio_group.exposure .portfolio-item .details-wrapper .column:nth-child(3) {
			-webkit-transition-delay: 0.4s; transition-delay: 0.4s;
		}
		
		.portfolio_group.exposure .portfolio-item:hover .desc-inner .line { width: 100px; }
		.portfolio_group.exposure .portfolio-item:hover .image-wrapper .mask { opacity: 1; }
		.portfolio_group.exposure .portfolio-item:hover .details-wrapper .column { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }

.section_wrapper .portfolio_wrapper .column.one.pager_wrapper .hover-desc{margin:40px 0!important}
.template-slider .section-portfolio-header{margin-top:30px}


/* Intro ------------------------------------------------------------------------- */
#Intro{text-align:center;position:relative;background-color:#000119;background-position:center top;}
#Intro .intro-inner{position:relative;padding:250px 10%}
#Intro .intro-title{margin-bottom:20px;word-wrap:break-word}
#Intro .intro-meta > div{display:inline-block;margin:0 10px}
#Intro .intro-next{cursor:pointer;font-size:38px;height:50px;left:50%;bottom:30px;line-height:50px;margin:0 0 0 -25px;position:absolute;text-align:center;width:50px;z-index:1;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}

#Intro.parallax{overflow:hidden}
#Intro.parallax .mfn-parallax{position:absolute;left:0;top:0;max-width:auto!important;transition:opacity .2s;}

/* Light */
#Intro .intro-title{color:#fff}
#Intro .intro-meta,#Intro .intro-meta a{color:rgba(255,255,255,.7)}
#Intro .intro-next{color:rgba(255,255,255,0.2)}
#Intro .intro-next:hover{color:rgba(255,255,255,0.5)}

/* Dark */
#Intro.light .intro-title{color:#212121}
#Intro.light .intro-meta,#Intro.light .intro-meta a{color:rgba(33,33,33,.7)}
#Intro.light .intro-next{color:rgba(33,33,33,0.2)}
#Intro.light .intro-next:hover{color:rgba(33,33,33,0.5)}
	
	.quick_fact .number {
    font-size: 90px;
    line-height: 90px;
}
	
		/* Logo | Advanced */
	.logo-valign-top #Top_bar #logo img{vertical-align:top}
	.logo-valign-bottom #Top_bar #logo img{vertical-align:bottom}
	
	.logo-no-margin #Top_bar .logo{margin-left:0!important;padding:0!important}
	.logo-no-margin.header-plain #Top_bar .logo{margin:0!important}
	.logo-no-margin #Header_creative .logo{margin-top:0!important}
	
	.logo-no-margin.header-fw #Top_bar .column{margin:0;width:100%}
	
	.logo-no-sticky-padding #Top_bar.is-sticky #logo{padding:0!important}
	.logo-no-sticky-padding #Top_bar.is-sticky #logo img.logo-sticky{max-height:60px}
	
	.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-height:none;z-index:200}
	
	.logo-overflow #Top_bar.is-sticky #logo{height:auto!important}
	.logo-overflow #Top_bar.is-sticky #logo img.logo-sticky:not(.svg){max-height:110px}
	
	.logo-overflow.header-creative #Top_bar:not(.is-sticky) .logo,
	.logo-overflow.header-stack #Top_bar:not(.is-sticky) .logo{height:auto}
	
		#Filters.only .filters_buttons{display:none}
	#Filters.only .filters_wrapper{display:block}
	#Filters.only li.reset-inner{display:inline-block}
	#Filters.only li.close{display:none!important}
	#Filters.only-categories .categories{display:block}
	#Filters.only-categories .tags{display:none!important}
	#Filters.only-categories .authors{display:none!important}
	#Filters.only-tags .categories{display:none!important}
	#Filters.only-tags .tags{display:block}
	#Filters.only-tags .authors{display:none!important}
	#Filters.only-authors .categories{display:none!important}
	#Filters.only-authors .tags{display:none!important}
	#Filters.only-authors .authors{display:block}

	#Filters .filters_wrapper ul li a{-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;transition:all .2s ease-in-out}

	
.portfolio_slider_ul, ul.testimonials-slider {
	background: none !important;
}
.portfolio_slider_ul li, ul.testimonials-slider>* {
	visibility: visible !important;
} 
a#back_to_top.button .button_icon {
    padding: 2px 7px;
}

.content_slider .content_slider_ul.carouFredSel{opacity: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{padding:21px 15px 20px;margin:15px 0;display:block;line-height:21px!important;background:#fff;background:-moz-linear-gradient(top,#fff 50%,#fafafa 50%);background:-webkit-linear-gradient(top,#fff 50%,#fafafa 50%);background:-o-linear-gradient(top,#fff 50%,#fafafa 50%);background:linear-gradient(top,#fff 50%,#fafafa 50%);background-size:42px 42px;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;}
code p,pre p{margin-bottom:0!important}

/*
|--------------------------------------------------------------------------
|--------------------------------------------------------------------------
| 1.0 Grid
| 2.0 Layout
| 3.0 Responsive-1240
| 4.0 Responsive
|
*/


/*
|--------------------------------------------------------------------------
|  1.0 Grid
|  
|--------------------------------------------------------------------------
|
| 
|
*/


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

/*
|--------------------------------------------------------------------------
|  2.0 Layout
|  
|--------------------------------------------------------------------------
|
| 
|
*/


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

/* #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;
}
body.nice-scroll:not(.layout-boxed) {
	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;
}
.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);
	}
	.offer_thumb .slider_pagination a img {
		vertical-align: middle;
	}
}

/* Slider Revolution | Navigation
================================================== */

.tp-bullets.tp-thumbs {
	z-index: 29;
}
.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%;
}

/* Arrows */

.tparrows.round, .tparrows.navbar {
	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.round, .tp-leftarrow.navbar {
	background-image: url(../images/tp-leftarrow.png);
}
.tp-rightarrow.round, .tp-rightarrow.navbar {
	background-image: url(../images/tp-rightarrow.png);
}
.tparrows.round:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	z-index: 1;
	text-decoration: none;
	background: rgba(0, 0, 0, .05);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.tparrows.round:hover:after {
	width: 100%;
}
.tparrows.default.preview1, .tparrows.default.preview4 {
	background: transparent;
}

/* #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;
}
.layout-full-width.header-fw #Action_bar .container, .layout-full-width.header-fw #Top_bar .container {
	width: 100%;
}
#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;
	height: 60px;
	line-height: 60px;
	padding: 15px 0px;
}

/* overflow: hidden; */

#Top_bar #logo:hover {
	text-decoration: none;
}
#Top_bar #logo img {
	vertical-align: middle;
	max-height: 100%;
}
#Top_bar #logo img.logo-sticky {
	display: none;
}

/* 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;
	margin-bottom: 0px;
}
#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;
	bottom: 10px;
	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-arrows #Top_bar .menu>li.submenu>a>span:not(.description) {
	padding-right: 30px;
}
.menu-arrows #Top_bar .menu>li.submenu>a>span:not(.description):after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -2px;
	border-top: 5px solid #ccc;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.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 {
	position: absolute;
	top: 0;
	right: -28px;
	padding: 0;
}
.header-split #Top_bar a.action_button, .header-split #Top_bar a#header_cart, .header-split #Top_bar .wpml-languages {
	display: none;
}
.header-split #Top_bar .top_bar_right:before {
	display: none;
}
.header-split #Top_bar {
	position: static;
	background-color: #fff;
}
.header-split #Action_bar {
	position: static;
	background-color: #2C2C2C;
}
.header-split #Action_bar .contact_details li, .header-split #Action_bar .social, .header-split #Action_bar .social-menu {
	padding: 12px 0;
}
.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: block;
}
.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;
}
.header-overlay .top_bar_right {
	display: none;
}
.header-overlay #Top_bar.is-sticky {
	display: none;
}
.header-overlay .overlay-menu-toggle {
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 30px;
	z-index: 9911;
}
.header-overlay .overlay-menu-toggle.focus {
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.header-overlay .overlay-menu-toggle .close {
	display: none;
}
.header-overlay .overlay-menu-toggle.focus .open {
	display: none;
}
.header-overlay .overlay-menu-toggle.focus .close {
	display: block;
}
.header-overlay.sticky-header .overlay-menu-toggle {
	position: fixed;
	margin-right: 10px;
}

/* #Overlay Menu
================================================== */

#Overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9910;
	background: rgba(41, 145, 214, .95);
	display: none;
}
#overlay-menu {
	position: absolute;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	top: 50%;
	margin-top: -150px;
}
#overlay-menu ul li {
	text-align: center;
}
#overlay-menu ul li a {
	color: #fff;
	font-size: 34px;
	line-height: 52px;
	letter-spacing: 3px;
	text-decoration: none;
}
#overlay-menu ul li a:hover {
	opacity: .8;
}
#overlay-menu ul li a:before, #overlay-menu ul li a: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;
}
#overlay-menu ul li a:before {
	margin-right: 20px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}
#overlay-menu ul li a:after {
	margin-left: 20px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}
#overlay-menu ul li a:hover:before, #overlay-menu ul li a:hover:after, #overlay-menu ul li a:hover:before, #overlay-menu ul li a:hover:after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

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

/* .footer-copy-center */

.footer-copy-center #Footer .footer_copy {
	text-align: center;
}
.footer-copy-center #Footer .footer_copy .copyright {
	float: none;
	margin: 0 0 10px 0;
}
.footer-copy-center #Footer .footer_copy a#back_to_top {
	float: none;
	margin: -10px 0 10px;
}
.footer-copy-center #Footer .footer_copy .social {
	float: none;
	margin: 0;
}
.footer-copy-center #Footer .footer_copy .social-menu {
	float: none;
	margin: 0;
}

/* 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 {
	height: 100%;
}
body.error404.custom-404, body.error404.events-archive {
	height: auto;
}
body.error404:not(.events-archive) #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-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;
	display: none !important;
}
.wpcf7-mail-sent-ok {
	border: none !important;
	margin: 25px 0 0 0 !important;
	padding: 7px 0 !important;
	background: #7DCC68 !important;
	color: #fff;
	font-size: 14px;
	text-align: center;
	float: left;
	width: 100%;
}
.wpcf7-captchar {
	margin-bottom: 0;
}
span.wpcf7-form-control-wrap {
	width: 100%;
	position: relative !important;
	display: inline-block;
	margin-bottom: 3px;
}
span.wpcf7-form-control-wrap .wpcf7-quiz, span.wpcf7-form-control-wrap .wpcf7-select, 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;
}

/* #BuddyPress
================================================== */

#buddypress {
	margin-bottom: 40px;
}
#buddypress #whats-new-options {
	height: auto !important;
	overflow: visible !important;
}
#buddypress div.dir-search {
	margin: 0;
}
#buddypress #search-members-form>* {
	float: left;
}
#buddypress div.dir-search input[type="text"], #buddypress li.groups-members-search input[type="text"] {
	padding: 2px 3px;
	font-size: 100%;
	margin-right: 5px;
	font-weight: normal;
}
#buddypress div#subnav.item-list-tabs ul li>* {
	float: left;
}
#buddypress div#subnav.item-list-tabs ul li label {
	margin: 10px 5px 0 0;
	font-weight: normal;
}
#buddypress div#item-header div#item-meta {
	font-size: 100%;
}

/* #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;
}
body.layout-boxed .vc_row[data-vc-stretch-content="true"] {
	left: 0 !important;
	width: auto !important;
	margin-left: -2.7%;
	margin-right: -2.7%;
}
body.layout-boxed .vc_row-no-padding .wpb_column {
	padding: 0;
}
.vc_images_carousel {
	width: auto !important;
}

/*
|--------------------------------------------------------------------------
|  3.0 Responsive-1240
|  
|--------------------------------------------------------------------------
|
| 
|
*/

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 #logo img.logo-main {
		display: none;
	}
	#Top_bar.is-sticky #logo img.logo-sticky {
		display: inline;
	}
	#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 li a span:after {
		display: none !important;
	}
	#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 #Wrapper {
		padding-top: 60px;
	}
	#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;
	}
}

/*
|--------------------------------------------------------------------------
|  4.0 Responsive
|  
|--------------------------------------------------------------------------
|
| 
|
*/

html, body {
	overflow-x: hidden
}

/* > 1240 ------------------------------------------------------------------------------------------------------------- > 1240 */

@media only screen and (min-width: 1240px) {
	.layout-boxed {
		padding: 25px
	}
	.layout-boxed.nice-scroll {
		padding: 25px 25px 25px 15px
	}
	#Top_bar.loading {
		display: none
	}
	/* 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.footer-fixed #Footer, .header-creative.footer-sliding #Footer {
		left: 25px
	}
	.header-open.footer-fixed #Footer, .header-open.footer-sliding #Footer {
		left: 125px
	}
	.header-rtl.header-creative.footer-fixed #Footer, .header-rtl.header-creative.footer-sliding #Footer {
		left: auto;
		right: 5px
	}
	.header-rtl.header-open.footer-fixed #Footer, .header-rtl.header-open.footer-sliding #Footer {
		left: auto;
		right: 125px
	}
	#Header_creative {
		background: #fff;
		position: fixed;
		width: 250px;
		height: 100%;
		left: -200px;
		top: 0;
		z-index: 9002;
		-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;
		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;
		top: 0;
		-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 .top_bar_right_wrapper {
		top: 0
	}
	#Header_creative #Top_bar .logo {
		float: none;
		text-align: center;
		margin: 15px 0
	}
	#Header_creative #Top_bar .menu_wrapper {
		float: none;
		margin: 0 0 30px
	}
	#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%;
		right: auto;
		top: 0;
		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)
	}
	#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 .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 a.button.action_button {
		display: inline-block;
		float: none;
		top: 16px;
		margin: 0
	}
	#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;
		padding: 5px 0 15px
	}
	#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: #000
	}
	#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
	}
	.menuo-right #Top_bar .menu_wrapper {
		float: right
	}
	.menuo-right.header-stack:not(.header-center) #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
	}
	.menuo-last #Header_creative #Top_bar .menu li.last ul {
		top: auto;
		bottom: 0
	}
	/* Header Creative | 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
	}
	/* Header Creative | Right */
	body.header-rtl.header-creative {
		padding-left: 0;
		padding-right: 50px
	}
	.header-rtl #Header_creative {
		left: auto;
		right: -200px
	}
	.header-rtl.nice-scroll #Header_creative {
		margin-right: 10px
	}
	.header-rtl #Header_creative a.creative-menu-toggle {
		left: 8px;
		right: auto
	}
	.header-rtl #Header_creative .creative-social {
		left: 0;
		right: auto
	}
	.header-rtl #Footer #back_to_top.sticky {
		right: 125px
	}
	.header-rtl #popup_contact {
		right: 70px
	}
	.header-rtl #Header_creative #Top_bar .menu li ul {
		left: auto;
		right: 100%
	}
	/* Header Creative | Right | Always Open */
	body.header-rtl.header-creative.header-open {
		padding-left: 0;
		padding-right: 250px!important
	}
	.header-rtl.header-open #Header_creative {
		left: auto;
		right: 0
	}
	.header-rtl.header-open #Footer #back_to_top.sticky {
		right: 325px
	}
	.header-rtl.header-open #popup_contact {
		right: 270px
	}
	/* Header Creative | Visual Composer */
	.header-creative .vc_row[data-vc-full-width] {
		padding-left: 50px
	}
	.header-creative.header-open .vc_row[data-vc-full-width] {
		padding-left: 250px
	}
	/* Header Creative | Scroll */
	#Header_creative.scroll {
		height: 100%;
		overflow-y: auto
	}
	#Header_creative.scroll:not(.dropdown) .menu li ul {
		display: none!important
	}
	#Header_creative.scroll #Action_bar {
		position: static
	}
	/* Header Creative | Dropdown */
	#Header_creative.dropdown {
		outline: none
	}
	#Header_creative.dropdown #Top_bar .menu_wrapper {
		float: left
	}
	/* Header Creative | Dropdown | Main Menu |  1st level */
	#Header_creative.dropdown #Top_bar #menu ul li {
		position: relative;
		float: left
	}
	#Header_creative.dropdown #Top_bar #menu ul li a:after {
		display: none
	}
	#Header_creative.dropdown #Top_bar #menu ul li a span {
		line-height: 38px;
		padding: 0
	}
	#Header_creative.dropdown #Top_bar #menu ul li.submenu .menu-toggle {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 38px;
		height: 38px;
		line-height: 38px;
		font-size: 26px;
		text-align: center;
		color: #d6d6d6;
		border-left: 1px solid #eee;
		cursor: pointer
	}
	#Header_creative.dropdown #Top_bar #menu ul li.submenu .menu-toggle:after {
		content: "+"
	}
	#Header_creative.dropdown #Top_bar #menu ul li.hover>.menu-toggle:after {
		content: "-"
	}
	#Header_creative.dropdown #Top_bar #menu ul li.hover a {
		border-bottom: 0
	}
	#Header_creative.dropdown #Top_bar #menu ul.mfn-megamenu li .menu-toggle {
		display: none
	}
	/* Header Creative | Dropdown | Main Menu | 2nd level */
	#Header_creative.dropdown #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_creative.dropdown #Top_bar #menu ul li ul li {
		width: 100%!important
	}
	#Header_creative.dropdown #Top_bar #menu ul li ul li a {
		padding: 0 10px;
		text-align: center
	}
	#Header_creative.dropdown #Top_bar #menu ul li ul li a .menu-arrow {
		display: none
	}
	#Header_creative.dropdown #Top_bar #menu ul li ul li a span {
		padding: 0
	}
	#Header_creative.dropdown #Top_bar #menu ul li ul li a span:after {
		display: none!important
	}
	#Header_creative.dropdown #Top_bar .menu>li>ul.mfn-megamenu a.mfn-megamenu-title {
		text-transform: uppercase;
		font-weight: 400
	}
	#Header_creative.dropdown #Top_bar .menu>li>ul.mfn-megamenu>li>ul {
		display: block!important;
		position: inherit;
		left: auto;
		top: auto
	}
	/* Header Creative | Dropdown | Main Menu | 3rd level */
	#Header_creative.dropdown #Top_bar #menu ul li ul li ul {
		border-left: 0!important;
		padding: 0;
		top: 0
	}
}

/* #Header Creative always Open	1240 - 1489 ----------------------------------------- #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 {
		max-width: 960px;
	}
	.header-open .section_wrapper, .header-open .container, .header-open.with_aside .content_wrapper {
		max-width: 940px;
	}
	.header-open.with_aside .section_wrapper {
		max-width: 100%;
	}
	/* ======================================================= */
	/* Error 404 */
	.header-open #Error_404 .error_pic i {
		font-size: 220px;
		line-height: 260px;
	}
	.header-open #Error_404 .error_desk {
		padding-top: 40px;
	}
	/* Google maps */
	.header-open .column_map .google-map-contact-wrapper {
		width: 921px;
		margin-left: -460px;
	}
	/* Offer slider */
	.header-open .offer .offer_li .desc_wrapper {
		width: 436px;
	}
	/* Portfolio list */
	body.header-open:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper {
		width: 921px;
	}
	/* 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;
	}
}

/* ==============================================================================================================================
/*
/* 	< 1240																													< 1240
/* 
/* =========================================================================================================================== */

@media only screen and (max-width: 1239px) {
	/* Header Creative */
	.header-creative {}
	.header-creative.layout-boxed {
		padding-top: 85px;
	}
	.header-creative.layout-full-width #Wrapper {
		padding-top: 60px;
	}
	#Header_creative {
		position: fixed;
		width: 100%;
		left: 0px !important;
		top: 0;
		z-index: 1001;
	}
	.admin-bar #Header_creative {
		top: 32px;
	}
	#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 #Top_bar .top_bar_right_wrapper {
		top: 0;
	}
	#Header_creative #Action_bar {
		display: none;
	}
	/* Header Creative | Scroll */
	#Header_creative.scroll {
		overflow: visible !important;
	}
	/* 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;
	}
	/* Section Background Image */
	.no-section-bg-tablet .section {
		background-image: none !important;
	}
	/* Portfolio masonry hover */
	.with_aside .portfolio_group.masonry-hover .portfolio-item:not(.no-thumbnail) .masonry-hover-wrapper .hover-desc .desc-inner .desc-wrappper {
		display: none;
	}
}

/* ==============================================================================================================================
/*
/* 	#Desktop	960 - 1239																					#Desktop	960 - 1239
/* 
/* =========================================================================================================================== */

@media only screen and (min-width: 960px) and (max-width: 1239px) {
	body {
		min-width: 0;
	}
	#Wrapper {
		max-width: 960px;
	}
	.section_wrapper, .container, .with_aside .content_wrapper {
		max-width: 940px;
	}
	/* ======================================================= */
	/* Top bar width */
	#Top_bar .top_bar_left {
		width: 729px;
	}
	/* Blog | Columns | Grid, Masonry */
	.posts_group.grid.col-5 .post-item, .posts_group.masonry.col-5 .post-item, .posts_group.grid.col-6 .post-item, .posts_group.masonry.col-6 .post-item {
		width: 22.99%;
	}
	.posts_group.grid.col-5 .post-item:nth-child(5n+1) {
		clear: none;
	}
	.posts_group.grid.col-6 .post-item:nth-child(6n+1) {
		clear: none;
	}
	.posts_group.grid.col-5 .post-item:nth-child(4n+1) {
		clear: both;
	}
	.posts_group.grid.col-6 .post-item:nth-child(4n+1) {
		clear: both;
	}
	/* Portfolio | List */
	body:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper {
		width: 921px;
	}
	/* Portfolio | Columns */
	/* Portfolio | Columns | Grid, Masonry, Masonry Hover */
	.portfolio_group.grid.col-5 .portfolio-item, .portfolio_group.masonry.col-5 .portfolio-item, .portfolio_group.masonry-hover.col-5 .portfolio-item, .portfolio_group.grid.col-6 .portfolio-item, .portfolio_group.masonry.col-6 .portfolio-item, .portfolio_group.masonry-hover.col-6 .portfolio-item {
		width: 22.99%;
	}
	/* Portfolio | Columns | Flat */
	.portfolio_group.flat.col-5 .portfolio-item, .portfolio_group.flat.col-6 .portfolio-item {
		width: 24.99%;
	}
	/* Error 404 */
	#Error_404 .error_pic i {
		font-size: 220px;
		line-height: 260px;
	}
	#Error_404 .error_desk {
		padding-top: 40px;
	}
	/* Google maps */
	.column_map .google-map-contact-wrapper {
		width: 921px;
		margin-left: -460px;
	}
	/* 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;
	}
	/* Zoom Box */
	.zoom_box .desc .desc_txt {
		font-size: 22px;
		line-height: 26px;
	}
}

/* ==============================================================================================================================
/*
/* 	#Desktop	> 960																							#Desktop	> 960
/* 
/* =========================================================================================================================== */

@media only screen and (min-width: 960px) {
	.hide-desktop {
		display: none !important;
	}
}

/* ==============================================================================================================================
/*
/* 	#Tablet (Landscape)		768 - 959															#Tablet (Landscape)		768 - 959
/* 
/* =========================================================================================================================== */

@media only screen and (min-width: 768px) and (max-width: 959px) {
	body {
		min-width: 0;
	}
	#Wrapper {
		max-width: 728px;
	}
	.section_wrapper, .container, .with_aside .content_wrapper {
		max-width: 708px;
	}
	/* ======================================================= */
	.hide-tablet {
		display: none !important;
	}
	/* Header magazine */
	.header-magazine #Top_bar .banner_wrapper {
		width: 300px;
		top: 27px;
	}
	/* 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;
	}
	/* Grid, Masonry */
	.grid .post-item, .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;
	}
	/* Blog | Columns | Grid, Masonry */
	.posts_group.grid.col-4 .post-item, .posts_group.masonry.col-4 .post-item, .posts_group.grid.col-5 .post-item, .posts_group.masonry.col-5 .post-item, .posts_group.grid.col-6 .post-item, .posts_group.masonry.col-6 .post-item {
		width: 31.33%;
	}
	.posts_group.grid.col-4 .post-item:nth-child(4n+1) {
		clear: none;
	}
	.posts_group.grid.col-5 .post-item:nth-child(5n+1) {
		clear: none;
	}
	.posts_group.grid.col-6 .post-item:nth-child(6n+1) {
		clear: none;
	}
	.posts_group.grid.col-4 .post-item:nth-child(3n+1) {
		clear: both;
	}
	.posts_group.grid.col-5 .post-item:nth-child(3n+1) {
		clear: both;
	}
	.posts_group.grid.col-6 .post-item:nth-child(3n+1) {
		clear: both;
	}
	/* Blog | Columns | Masonry tiles */
	.posts_group.masonry.tiles.col-4 .post-item, .posts_group.masonry.tiles.col-5 .post-item, .posts_group.masonry.tiles.col-6 .post-item {
		width: 49.9%;
	}
	/* Portfolio | Columns */
	/* Grid, Masonry, Masonry Hover */
	.portfolio_group.grid.col-4 .portfolio-item, .portfolio_group.masonry.col-4 .portfolio-item, .portfolio_group.masonry-hover.col-4 .portfolio-item, .portfolio_group.grid.col-5 .portfolio-item, .portfolio_group.masonry.col-5 .portfolio-item, .portfolio_group.masonry-hover.col-5 .portfolio-item, .portfolio_group.grid.col-6 .portfolio-item, .portfolio_group.masonry.col-6 .portfolio-item, .portfolio_group.masonry-hover.col-6 .portfolio-item {
		width: 31.33%;
	}
	/* Flat */
	.portfolio_group.flat.col-4 .portfolio-item, .portfolio_group.flat.col-5 .portfolio-item, .portfolio_group.flat.col-6 .portfolio-item {
		width: 33.33%;
	}
	/* 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;
	}
	.style-simple .infobox ul li {
		padding-left: 0;
	}
	/* 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: 0;
	}
	.rtl .flat_box a:hover .photo_wrapper .icon {
		-webkit-transform: translateX(50px);
		transform: translateX(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;
	}
	/* Offer thumb bottom */
	.offer_thumb.bottom .offer_thumb_ul li.offer_thumb_li .image_wrapper {
		width: 100%;
	}
	.offer_thumb.bottom .offer_thumb_ul li.offer_thumb_li .desc_wrapper {
		margin-right: 0%;
		width: 100%;
	}
	/* 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;
	}
	.button-stroke a.button_left.button.kill_the_icon .button_label {
		padding-left: 20px;
	}
	.button-stroke a.button_left.button_large.kill_the_icon .button_label {
		padding-left: 30px;
	}
	.button-stroke a.button_right.button.kill_the_icon .button_label {
		padding-right: 20px;
	}
	.button-stroke a.button_right.button_large.kill_the_icon .button_label {
		padding-right: 30px;
	}
	.button-flat a.button_left.button.kill_the_icon .button_label {
		padding-left: 20px;
	}
	.button-flat a.button_left.button_large.kill_the_icon .button_label {
		padding-left: 30px;
	}
	.button-flat a.button_right.button.kill_the_icon .button_label {
		padding-right: 20px;
	}
	.button-flat a.button_right.button_large.kill_the_icon .button_label {
		padding-right: 30px;
	}
	/* Zoom Box */
	.zoom_box .desc .desc_txt {
		font-size: 18px;
		line-height: 22px;
	}
	/* Easy Digital Downloads */
	.edd_downloads_list .edd_download {
		width: 50% !important;
	}
	.edd_downloads_list .edd_download:nth-child(5n+3) {
		clear: both;
	}
	.edd_downloads_list .edd_download .edd_download_inner {
		margin: 0 5% 20px;
	}
}

/* ==============================================================================================================================
/*
/* 	#Desktop & Tablet (Landscape)	> 768													#Desktop & Tablet (Landscape)	> 768
/* 
/* =========================================================================================================================== */

@media only screen and (min-width: 768px) {
	/* Header styles ----------------------------------------------------------------- */
	/* Header | Classic */
	.tr-menu.header-classic #Top_bar {
		position: absolute;
	}
	.tr-menu.header-classic #Top_bar:not(.is-sticky) {
		top: 0 !important;
		background: none !important;
	}
	.tr-menu.header-classic.ab-show #Top_bar:not(.is-sticky) {
		top: 45px !important;
	}
	.tr-menu.header-classic.minimalist-header:not(.template-slider) #Header {
		min-height: 135px;
	}
	/* Header | Plain */
	.tr-menu.header-plain #Top_bar {
		position: absolute;
	}
	.tr-menu.header-plain #Top_bar:not(.is-sticky) {
		top: 0 !important;
		background: none !important;
	}
	.tr-menu.header-plain.ab-show #Top_bar:not(.is-sticky) {
		top: 45px !important;
	}
	.tr-menu.header-plain.minimalist-header:not(.template-slider) #Header {
		min-height: 125px;
	}
	.header-plain #Top_bar, .header-plain #Top_bar .menu>li>a span:not(.description), .header-plain #Top_bar a#header_cart, .header-plain #Top_bar a#search_button, .header-plain #Top_bar .wpml-languages, .header-plain #Top_bar a.button.action_button {
		border-color: rgba(255, 255, 255, .1);
	}
	/* Header | Split */
	.tr-menu.header-split #Top_bar {
		position: absolute;
	}
	.tr-menu.header-split #Top_bar:not(.is-sticky) {
		top: 0 !important;
		background: none !important;
	}
	.tr-menu.header-split.ab-show #Top_bar:not(.is-sticky) {
		top: 45px !important;
	}
	.tr-menu.header-split.minimalist-header:not(.template-slider) #Header {
		min-height: 135px;
	}
	/* Header | Stack */
	.tr-menu.header-stack #Top_bar {
		position: absolute;
	}
	.tr-menu.header-stack #Top_bar:not(.is-sticky) {
		top: 0 !important;
		background: none !important;
	}
	.tr-menu.header-stack.ab-show #Top_bar:not(.is-sticky) {
		top: 45px !important;
	}
	.tr-menu.header-stack.minimalist-header:not(.template-slider) #Header {
		min-height: 196px;
	}
	/* Header | Semitransparent */
	.header-semi #Top_bar:not(.is-sticky) {
		position: absolute;
		background-color: rgba(255, 255, 255, 0.8);
	}
	.header-semi.ab-show #Top_bar:not(.is-sticky) {
		top: 45px !important;
	}
	.header-semi.ab-hide #Top_bar:not(.is-sticky) {
		top: 0 !important;
	}
}

/* ==============================================================================================================================
/*
/* 	#Tablet (Portrait) & Mobile		< 768													#Tablet (Portrait) & Mobile		< 768
/* 
/* =========================================================================================================================== */

@media only screen and (max-width: 767px) {
	body {
		min-width: 0;
	}
	.section_wrapper .mcb-wrap, .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, .section.full-width:not(.no-margin-h)>.section_wrapper, .container, .four.columns .widget-area {
		max-width: 90%;
	}
	.left-sidebar .items_group, .right-sidebar .items_group, .with_aside .content_wrapper {
		max-width: 100%;
	}
	.section_wrapper .column {
		margin: 0 0 20px;
		height: auto !important;
	}
	.four.columns {
		margin: auto 0 !important;
	}
	/* ======================================================= */
	.hide-mobile {
		display: none !important;
	}
	.boxed2fw {
		padding: 0 !important;
	}
	.boxed2fw #Wrapper {
		margin: 0 !important;
		max-width: 100% !important;
		width: 100% !important;
	}
	/* Sidebar */
	.widget-area {
		border: 0 !important;
		padding: 0 !important;
		margin: 30px auto !important;
	}
	.widget-area:after, .widget-area:before {
		display: none;
	}
	.widget:after {
		width: 100%;
	}
	/* Sections */
	.section {
		background-attachment: scroll !important;
		height: auto !important;
	}
	.highlight-left .section_wrapper, .highlight-right .section_wrapper {
		max-width: 100% !important;
	}
	.highlight-left .section_wrapper .wrap, .highlight-right .section_wrapper .wrap {
		padding: 0 33px;
	}
	.equal-height-wrap .mcb-wrap {
		height: auto !important;
	}
	.equal-height-wrap .mcb-wrap .mcb-wrap-inner {
		top: 0 !important;
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !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 !important;
		padding: 0 10px;
	}
	#Top_bar .top_bar_right .top_bar_right_wrapper {
		float: right;
		margin-right: -10px;
	}
	#Top_bar .top_bar_right:before {
		display: none;
	}
	#Top_bar .top_bar_right_wrapper {
		top: 0 !important;
	}
	#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;
	}
	.mobile-tb-left #Top_bar .top_bar_right .top_bar_right_wrapper {
		float: left;
	}
	.mobile-tb-center #Top_bar .top_bar_right {
		text-align: center;
	}
	.mobile-tb-center #Top_bar .top_bar_right .top_bar_right_wrapper {
		display: inline-block;
		float: none;
	}
	.mobile-tb-hide #Top_bar .top_bar_right {
		display: none;
	}
	#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;
	}
	.admin-bar #Header a.responsive-menu-toggle.is-sticky {
		top: 56px !important;
	}
	#Top_bar .menu_wrapper {
		float: left !important;
		width: 100%;
		margin: 0 !important;
	}
	#Top_bar #menu {
		float: left;
		position: static !important;
		width: 100% !important;
		padding-bottom: 20px;
	}
	#Top_bar .logo {
		position: static;
		float: none;
		width: 100%;
		text-align: center;
		margin: 0;
	}
	#Top_bar .logo #logo {
		padding: 0;
		margin: 5px 42px 15px;
	}
	#Top_bar .logo #logo img {
		height: auto !important;
	}
	#Top_bar .search_wrapper {
		top: auto;
		bottom: -129px;
	}
	#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 .logo #logo {
		display: block;
	}
	.header-stack #Top_bar .secondary_menu_wrapper {
		display: none;
	}
	.header-stack #Top_bar .top_bar_right {
		position: static;
	}
	/* Header Creative */
	.header-creative {}
	#Header_creative {
		position: static;
	}
	.header-creative.layout-boxed {
		padding-top: 0;
	}
	.header-creative.layout-boxed #Wrapper {
		margin-top: 25px;
	}
	.header-creative.layout-full-width #Wrapper {
		padding-top: 0;
	}
	#Header_creative #Top_bar .responsive-menu-toggle {
		top: 20px;
	}
	#Header_creative #Top_bar .responsive-menu-toggle.is-sticky {
		position: fixed !important;
		top: 10px !important;
		left: 10px !important;
		z-index: 30;
	}
	#Header_creative #Top_bar .top_bar_left {
		margin-top: 0;
		padding-top: 10px;
		overflow: hidden;
	}
	#Header_creative #Top_bar .logo #logo {
		padding: 0;
		margin: 5px 42px 15px;
	}
	#Header_creative #Top_bar .logo #logo img {
		max-height: 50px;
	}
	#Header_creative #Top_bar #menu {
		position: static;
		width: 100%;
	}
	/* Header menu */
	.header-overlay .overlay-menu-toggle {
		right: 10px;
		top: 20px;
	}
	#overlay-menu ul li a {
		font-size: 22px;
		line-height: 36px;
	}
	/* Intro */
	#Intro {
		min-height: auto !important;
	}
	#Intro .intro-inner {
		padding: 100px 30px !important;
	}
	#Intro .intro-next {
		font-size: 25px;
		bottom: 10px;
	}
	/* 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-plain: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;
	}
	.minimalist-header-no #Subheader {
		padding: 80px 0 !important;
	}
	/* Header Magazine */
	.header-magazine #Top_bar .banner_wrapper {
		width: 100%;
		height: auto;
		text-align: center;
		position: static;
		margin-bottom: 20px;
	}
	/* Header Split */
	.header-split #Top_bar a#search_button {
		display: none;
	}
	/* Header */
	.header-plain #Top_bar .logo {
		text-align: left;
	}
	.header-plain #Top_bar .logo #logo {
		padding: 5px 42px 15px 15px;
	}
	.header-plain #Top_bar a.responsive-menu-toggle {
		top: 12px !important;
	}
	.header-plain #Top_bar .top_bar_right .top_bar_right_wrapper {
		line-height: 0;
	}
	.header-plain #Top_bar .top_bar_right {
		height: 50px;
	}
	.header-plain #Top_bar a#header_cart, .header-plain #Top_bar a#search_button {
		padding: 0 10px;
		line-height: 50px !important;
	}
	.header-plain #Top_bar .wpml-languages {
		padding: 0 10px;
		line-height: 50px !important;
	}
	.header-plain #Top_bar a.button.action_button {
		line-height: 50px !important;
	}
	.header-plain #Top_bar a.button.action_button .button_label {
		padding: 0 12px;
	}
	/* Header | transparent */
	.mobile-tr-header {}
	.mobile-tr-header #Action_bar, .mobile-tr-header #Top_bar, .mobile-tr-header #Top_bar .top_bar_right {
		background: none !important;
	}
	.mobile-tr-header #Top_bar {
		position: absolute;
		top: 50px;
	}
	.mobile-tr-header.ab-hide #Top_bar {
		top: 0;
	}
	.mobile-tr-header #Action_bar {
		position: absolute;
	}
	.mobile-tr-header #Action_bar .contact_details li, .mobile-tr-header #Action_bar .social li a, .mobile-tr-header #Top_bar .top_bar_right a {
		color: rgba(255, 255, 255, 0.3);
	}
	.mobile-tr-header #Action_bar .social li a:hover, .mobile-tr-header #Top_bar .top_bar_right a:hover {
		color: #fff !important;
	}
	.mobile-tr-header #Top_bar .wpml-languages a.active, .mobile-tr-header #Top_bar .wpml-languages ul.wpml-lang-dropdown {
		background: none;
		border-color: rgba(255, 255, 255, 0.3);
	}
	/* Header | transparent | plain */
	.mobile-tr-header.header-plain #Top_bar, .mobile-tr-header.header-plain #Top_bar .top_bar_right_wrapper>* {
		border: none !important;
		background: none !important;
	}
	/* Header | transparent | creative */
	.mobile-tr-header #Header_creative {
		background: none !important;
		position: absolute;
	}
	/* 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;
	}
	.style-simple .timeline_items li {
		width: 100%;
		padding: 0 !important;
		background: none !important;
	}
	.style-simple .timeline_items li h3 span {
		display: block;
		position: static;
	}
	.style-simple .timeline_items li:nth-child(even) {
		padding: 0;
	}
	.style-simple .timeline_items li:nth-child(even) .desc {
		text-align: right;
	}
	/* Masonry */
	.grid .post-item, .masonry .post-item {
		width: 98% !important;
		margin: 0 1% 20px !important;
	}
	/* Masonry tiles */
	.masonry.tiles .post-item {
		width: 100% !important;
	}
	/* Photo */
	.photo .post-desc .post-head {
		margin-bottom: 5px;
	}
	.photo .post-desc .post-head .post-meta .category {
		display: none;
	}
	.photo .post-desc .post-head .post-meta .author-date {
		margin-right: 10px;
	}
	/* 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 .image_frame {
		max-width: 100% !important;
		margin-left: 0;
	}
	.single-photo-wrapper .share_wrapper {
		float: none;
		padding: 5px 15px 0;
		margin-bottom: 20px;
		width: auto;
	}
	.no-share-mobile .single-photo-wrapper .share_wrapper {
		display: none;
	}
	/* 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;
		margin: 0 0 20px !important;
		float: none;
	}
	.section.full-width .portfolio_group .portfolio-item {
		width: 100% !important;
	}
	.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;
	}
	/* Portfolio Masonry Flat */
	.portfolio_group.masonry-flat .portfolio-item {
		width: 49.9% !important;
		margin: 0 !important;
	}
	.portfolio_group.masonry-flat .portfolio-item.wide {
		width: 99.8% !important;
	}
	.portfolio_group.masonry-flat .portfolio-item.tall .portfolio-item-fill {
		padding-bottom: calc(156% - 1px);
	}
	/* Portfolio Exposure */
	.portfolio_group.exposure .portfolio-item {
		margin: 0 !important;
		overflow: hidden;
	}
	.portfolio_group.exposure .portfolio-item .desc-inner .desc-wrappper {
		display: none;
	}
	.portfolio_group.exposure .portfolio-item .desc-inner .desc-wrapper-inner {
		padding: 0;
	}
	.portfolio_group.exposure .portfolio-item .details-wrapper {
		display: none;
	}
	.portfolio_group.exposure .portfolio-item .image-wrapper {
		margin: 0 -100px;
	}
	.full-width .portfolio_group.exposure .portfolio-item .desc-inner {
		top: 30px;
	}
	/* 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: 90%;
		width: calc( 100% - 67px) !important;
		margin: 0 auto;
		float: none;
		clear: both;
	}
	.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;
	}
	/* Offer thumb bottom */
	.offer_thumb.bottom .offer_thumb_ul li.offer_thumb_li .image_wrapper {
		width: 100%;
	}
	.offer_thumb.bottom .offer_thumb_ul li.offer_thumb_li .desc_wrapper {
		margin-right: 0%;
		width: 100%;
	}
	/* 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;
	}
	/* Table */
	table {
		overflow-x: auto;
		display: block;
	}
	table a.kill_the_icon .button_icon {
		display: none;
	}
	/* Content slider */
	.content_slider {
		padding: 0 0 50px !important;
		margin: 10px 0;
	}
	.content_slider a.slider_prev {
		top: auto !important;
		bottom: 0;
		left: 0px !important;
	}
	.content_slider a.slider_next {
		top: auto !important;
		bottom: 0;
		right: 0px !important;
	}
	.content_slider a.button .button_icon {
		padding: 7px 9px;
	}
	.content_slider .slider_pagination {
		bottom: 11px;
		width: 74%;
		margin-left: 13%;
	}
	.content_slider.flat a.button .button_icon {
		font-size: 36px;
	}
	/* Portfolio photo */
	.portfolio-photo .portfolio-item .portfolio-details .details {
		display: none;
	}
	.portfolio-photo .portfolio-item .portfolio-details .more {
		opacity: 1;
	}
	/* Shortcodes */
	/* Flat Box */
	.flat_box .desc_wrapper {
		margin: 0;
	}
	/* Story Box */
	.story_box {
		padding: 0 11% !important;
	}
	.story_box .desc_wrapper {
		margin-right: 0% !important;
	}
	/* 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;
	}
	/* Tabs: simple-style */
	.style-simple .ui-tabs .ui-tabs-nav li a {
		background-image: none;
	}
	.style-simple .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after, .style-simple .ui-tabs .ui-tabs-nav li.ui-state-disabled a:after, .style-simple .ui-tabs .ui-tabs-nav li.ui-state-processing a:after, .style-simple .ui-tabs .ui-tabs-nav li.ui-state-active a:after {
		display: block;
	}
	/* Tabs vertical: simple-style */
	.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li a {
		text-align: center;
		padding-right: 20px;
	}
	.style-simple .tabs_vertical.ui-tabs .ui-tabs-panel {
		border-width: 1px 0 0 0 !important;
	}
	.style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after, .style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-disabled a:after, .style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-processing a:after, .style-simple .tabs_vertical.ui-tabs .ui-tabs-nav li.ui-state-active a:after {
		display: block;
		width: 100%;
		height: 2px;
		left: 0;
		top: auto;
		bottom: 0;
		right: auto;
	}
	/* 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% !important;
		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;
	}
	/* 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%. */
	.content_video.iframe {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden
	}
	.content_video.iframe iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%
	}
	/* Search Results */
	.search-not-found .snf-pic {
		width: 100%;
		float: none;
	}
	.search-not-found .snf-pic i {
		font-size: 260px;
		line-height: 260px;
	}
	.search-not-found .snf-desc {
		width: 100%;
		float: none;
		padding-top: 20px;
		text-align: center;
	}
	/* Footer */
	#Footer .footer_copy {
		text-align: center;
	}
	#Footer .footer_copy .copyright {
		float: none;
		margin: 0 0 10px 0;
	}
	#Footer .footer_copy .social {
		float: none;
		margin: 0;
	}
	#Footer .footer_copy .social-menu {
		float: none;
		margin: 0;
	}
	/* Back to top */
	#back_to_top {
		float: none;
		margin: -10px 0 10px;
	}
	#back_to_top.in_footer, #back_to_top.sticky {
		right: 20px !important;
		margin: 0;
	}
	/* WordPress Admin Bar */
	html #wpadminbar {
		z-index: 9999 !important;
		position: fixed;
	}
	/* Plugins */
	/* 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;
	}
	/* Pretty Photo Popup */
	/* Tiny popup on mobile | fix */
	.pp_pic_holder {
		width: 90% !important;
		left: 5% !important;
		overflow: hidden;
	}
	.pp_content {
		width: 98%!important;
		height: auto!important;
	}
	.pp_fade {
		width: 100%!important;
		height: 100%!important;
	}
	a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery {
		display: none!important;
	}
	#pp_full_res img {
		width: 100%!important;
		height: auto!important;
	}
	.pp_details {
		width: 100%!important;
	}
	/* Theme Options size | fix */
	div.pp_pic_holder, div.pp_content, div.pp_details {
		max-width: 100%;
	}
	div.pp_content {
		overflow: auto;
	}
	/* Easy Digital Downloads */
	.edd_downloads_list .edd_download {
		width: 100% !important;
	}
	.edd_downloads_list .edd_download .edd_download_inner {
		margin: 0 8% 20px;
	}
}

/* ==============================================================================================================================
/*
/* 	#Tablet (Portrait) & Mobile	(Landscape)	< 768									#Tablet (Portrait) & Mobile	(Landscape)	< 768
/* 
/* =========================================================================================================================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	/* 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%;
	}
	#respond .required {
		right: 15px;
	}
	#comments .commentlist>li .comment-body {
		margin-left: 90px;
		padding: 10px;
	}
	#comments .commentlist>li .photo {
		left: -90px;
	}
	#comments .commentlist>li .children {
		margin-left: 0px;
		padding-left: 10px;
	}
	#comments .commentlist>li .reply {
		right: 10px;
		top: 10px;
	}
	#comments .commentlist>li .comment-meta a.comment-edit-link {
		padding-right: 45px;
	}
	.rtl #comments .commentlist>li .comment-body {
		margin-left: 0;
		margin-right: 90px;
	}
	.rtl #comments .commentlist>li .photo {
		left: auto;
		right: -90px;
	}
	.rtl #comments .commentlist>li .children {
		margin-right: 0px;
		padding-left: 0;
		padding-right: 10px;
	}
	.rtl #comments .commentlist>li .reply {
		left: 10px;
		right: auto;
	}
	.rtl #comments .commentlist>li .comment-meta a.comment-edit-link {
		padding-left: 45px;
		padding-right: 0;
	}
	/* Zoom Box */
	.zoom_box .desc .desc_txt {
		font-size: 18px;
		line-height: 22px;
	}
	/* Gallery */
	#Content .gallery:not(.gallery-columns-1) .gallery-item {
		width: 50%;
	}
	#Content .gallery:not(.gallery-columns-1) .gallery-item {
		clear: none;
	}
	#Content .gallery:not(.gallery-columns-1) .gallery-item:nth-child(2n+1) {
		clear: both;
	}
}

/* ==============================================================================================================================
/*
/* 	#Mobile (Portrait)	< 480																			#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;
	}
	/* Portfolio Masonry Flat */
	.portfolio_group.masonry-flat .portfolio-item, .portfolio_group.masonry-flat .portfolio-item.wide {
		width: 100% !important;
	}
	/* 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%;
	}
	#respond .required {
		right: 11px;
	}
	#comments .commentlist>li .comment-body {
		margin-left: 55px;
		padding: 10px;
	}
	#comments .commentlist>li .photo {
		width: 32px;
		height: 32px;
		left: -55px;
	}
	#comments .commentlist>li .children {
		margin-left: 0px;
		padding-left: 10px;
	}
	#comments .commentlist>li .reply {
		right: 10px;
		top: 10px;
	}
	#comments .commentlist>li .comment-meta a.comment-edit-link {
		padding-right: 0;
		position: static;
		float: none;
	}
	.rtl #comments .commentlist>li .comment-body {
		margin-left: 0;
		margin-right: 55px;
	}
	.rtl #comments .commentlist>li .photo {
		left: auto;
		right: -55px;
	}
	.rtl #comments .commentlist>li .children {
		margin-right: 0px;
		padding-left: 0;
		padding-right: 10px;
	}
	.rtl #comments .commentlist>li .reply {
		left: 10px;
		right: auto;
	}
	.rtl #comments .commentlist>li .comment-meta a.comment-edit-link {
		padding: 0;
	}
	/* Zoom Box */
	.zoom_box .desc .desc_img img {
		max-height: 60px;
	}
	.zoom_box .desc .desc_txt {
		font-size: 14px;
		line-height: 17px;
	}
	/* Gallery */
	#Content .gallery .gallery-item {
		width: 100%;
	}
	/* bbpress */
	.bbpress #bbpress-forums p.bbp-topic-meta, .bbpress #bbpress-forums p.bbp-topic-meta {
		display: none;
	}
	/* Easy Digital Downloads */
	.edd_downloads_list .edd_download {
		width: 100% !important;
	}
	.edd_downloads_list .edd_download .edd_download_inner {
		margin: 0 0 20px;
	}
}

/* ==============================================================================================================================
/*
/* 	Retina | iPad | etc..
/* 
/* =========================================================================================================================== */

@supports( -webkit-text-size-adjust:none) and ( not (-ms-accelerator:true)) {
	html {
		background-attachment: scroll !important;
	}
}
.section.full-width>.section_wrapper {
	max-width: 100% !important;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-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;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 100;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75);
    }

    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25);
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        -ms-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75);
    }

    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        -ms-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25);
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        -ms-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.v-middle, .ui-carousel .carousel-btn {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }

@font-face {
  font-family: "ui-carousel";
  src: url("../../fonts/ui-carousel.eot");
  src: url("../../fonts/ui-carousel.eot?#iefix") format("embedded-opentype"), url("../../fonts/ui-carousel.woff") format("woff"), url("../../fonts/ui-carousel.ttf") format("truetype"), url("../../fonts/ui-carousel.svg#ui-carousel") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "ui-carousel" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="ui-icon-"]:before,
[class*=" ui-icon-"]:before {
  font-family: "ui-carousel" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ui-icon-prev:before {
  content: "\61"; }

.ui-icon-next:before {
  content: "\62"; }

.ui-icon-dot:before {
  content: "\63"; }

.ui-carousel {
  display: block;
  margin-bottom: 30px; }
  .ui-carousel .carousel-wrapper {
    position: relative; }
  .ui-carousel .track-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  .ui-carousel .track {
    position: relative;
    display: block;
    float: left; }
  .ui-carousel .slide {
    float: left;
    height: 100%;
    min-height: 1px; }
  .ui-carousel .carousel-btn {
    position: absolute;
    z-index: 10;
    background-color: transparent;
    outline: none;
    border: none;
    font-size: 20px;
    opacity: .75; }
    .ui-carousel .carousel-btn:hover {
      opacity: 1; }
  .ui-carousel .carousel-prev .carousel-btn {
    left: -25px; }
  .ui-carousel .carousel-next .carousel-btn {
    right: -25px; }
  .ui-carousel .carousel-disable {
    opacity: 0.5; }
    .ui-carousel .carousel-disable .carousel-btn:hover {
      opacity: .75; }

.carousel-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  .carousel-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .carousel-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 15px;
      height: 15px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      .carousel-dots li button:before {
        font-family: ui-carousel;
        font-size: 9px;
        line-height: 15px;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 15px;
        height: 15px;
        content: "\63";
        text-align: center;
        opacity: 0.25;
        color: black;
        -webkit-font-smoothing: antialiased; }
    .carousel-dots li.carousel-active button:before {
      opacity: .75; }

/**
 * angular-ui-notification - Angular.js service providing simple notifications using Bootstrap 3 styles with css transitions for animating
 * @author Alex_Crack
 * @version v0.3.6
 * @link https://github.com/alexcrack/angular-ui-notification
 * @license MIT
 */
.ui-notification
{
    position: fixed;
    z-index: 9999;

    width: 300px;

    -webkit-transition: all ease .5s;
         -o-transition: all ease .5s;
            transition: all ease .5s;

    color: #fff;
    border-radius: 0;
    background: #337ab7;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .3);
}
.ui-notification.clickable
{
    cursor: pointer;
}
.ui-notification.clickable:hover
{
    opacity: .7;
}
.ui-notification.killed
{
    -webkit-transition: opacity ease 1s;
         -o-transition: opacity ease 1s;
            transition: opacity ease 1s;

    opacity: 0;
}
.ui-notification > h3
{
    font-size: 14px;
    font-weight: bold;

    display: block;

    margin: 10px 10px 0 10px;
    padding: 0 0 5px 0;

    text-align: left;

    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.ui-notification a
{
    color: #fff;
}
.ui-notification a:hover
{
    text-decoration: underline;
}
.ui-notification > .message
{
    margin: 10px 10px 10px 10px;
}
.ui-notification.warning
{
    color: #fff;
    background: #f0ad4e;
}
.ui-notification.error
{
    color: #fff;
    background: #d9534f;
}
.ui-notification.success
{
    color: #fff;
    background: #5cb85c;
}
.ui-notification.info
{
    color: #fff;
    background: #5bc0de;
}


@media only screen and (min-width: 1240px) {
	body:not(.header-simple) #Top_bar #menu {
		display: block !important;
	}
	.tr-menu #Top_bar #menu {
		background: none !important;
	}
	#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;
	}
	.menuo-right #Top_bar .menu>li>ul.mfn-megamenu {
		left: auto;
		right: 0;
	}
	.menuo-right #Top_bar .menu>li>ul.mfn-megamenu-bg {
		box-sizing: border-box;
	}
	#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-plain:not(.menuo-right) #Header .top_bar_left {
		width: auto !important;
	}
	.header-simple {}
	.header-simple #Top_bar #menu {
		display: none;
		height: auto;
		width: 300px;
		bottom: auto;
		top: 60px;
		right: 1px;
		position: absolute;
		margin: 0px;
	}
	.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;
	}
	.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 {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 48px;
		height: 48px;
		line-height: 48px;
		font-size: 30px;
		text-align: center;
		color: #d6d6d6;
		border-left: 1px solid #eee;
		cursor: pointer;
	}
	.header-simple #Top_bar #menu ul li.submenu .menu-toggle:after {
		content: "+"
	}
	.header-simple #Top_bar #menu ul li.hover>.menu-toggle:after {
		content: "-"
	}
	.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;
	}
	.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;
	}
	.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;
	}
	.rtl.header-simple#Top_bar #menu {
		left: 1px;
		right: auto;
	}
	.rtl.header-simple #Top_bar a.responsive-menu-toggle {
		left: 10px;
		right: auto;
	}
	.rtl.header-simple #Top_bar #menu ul li.submenu .menu-toggle {
		left: 0;
		right: auto;
		border-left: none;
		border-right: 1px solid #eee;
	}
	.rtl.header-simple #Top_bar #menu ul li ul {
		left: auto !important;
		right: 0 !important;
	}
	.rtl.header-simple #Top_bar #menu ul li ul li a {
		padding: 0 30px 0 20px;
	}
	.rtl.header-simple #Top_bar #menu ul li ul li ul li a {
		padding: 0 40px 0 20px;
	}
	.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) {
		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;
	}
	.header-modern.menu-highlight.menuo-right .menu_wrapper {
		margin-right: 20px;
	}
	.menu-line-below #Top_bar .menu>li>a:after {
		top: auto;
		bottom: -4px;
	}
	.menu-line-below #Top_bar.is-sticky .menu>li>a:after {
		top: auto;
		bottom: -4px;
	}
	.menu-line-below-80 #Top_bar:not(.is-sticky) .menu>li>a:after {
		height: 4px;
		left: 10%;
		top: 50%;
		margin-top: 20px;
		width: 80%;
	}
	.menu-line-below-80-1 #Top_bar:not(.is-sticky) .menu>li>a:after {
		height: 1px;
		left: 10%;
		top: 50%;
		margin-top: 20px;
		width: 80%;
	}
	.menu-arrow-top #Top_bar .menu>li>a:after {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
		border-color: #cccccc transparent transparent transparent;
		border-style: solid;
		border-width: 7px 7px 0 7px;
		display: block;
		height: 0;
		left: 50%;
		margin-left: -7px;
		top: 0 !important;
		width: 0;
	}
	.menu-arrow-top.header-transparent #Top_bar .menu>li>a:after, .menu-arrow-top.header-plain #Top_bar .menu>li>a:after {
		display: none;
	}
	.menu-arrow-top #Top_bar.is-sticky .menu>li>a:after {
		top: 0px !important;
	}
	.menu-arrow-bottom #Top_bar .menu>li>a:after {
		background: none !important;
		border-color: transparent transparent #cccccc transparent;
		border-style: solid;
		border-width: 0 7px 7px;
		display: block;
		height: 0;
		left: 50%;
		margin-left: -7px;
		top: auto;
		bottom: 0;
		width: 0;
	}
	.menu-arrow-bottom.header-transparent #Top_bar .menu>li>a:after, .menu-arrow-bottom.header-plain #Top_bar .menu>li>a:after {
		display: none;
	}
	.menu-arrow-bottom #Top_bar.is-sticky .menu>li>a:after {
		top: auto;
		bottom: 0;
	}
	.menuo-no-borders #Top_bar .menu>li>a span:not(.description) {
		border-right-width: 0;
	}
	.menuo-no-borders #Header_creative #Top_bar .menu>li>a span {
		border-bottom-width: 0;
	}
}
@media only screen and (min-width: 1240px) {
	#Top_bar.is-sticky {
		position: fixed !important;
		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);
	}
	.layout-boxed.header-boxed #Top_bar.is-sticky {
		max-width: 1240px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.layout-boxed.header-boxed.nice-scroll #Top_bar.is-sticky {
		margin-left: -5px;
	}
	#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 #logo img.logo-main {
		display: none;
	}
	#Top_bar.is-sticky #logo img.logo-sticky {
		display: inline;
	}
	#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 a.responsive-menu-toggle {
		top: 14px;
	}
	#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;
	}
	.header-stack.header-center #Top_bar #menu {
		display: inline-block !important;
	}
	.header-overlay #Top_bar.is-sticky {
		display: none;
	}
	.sticky-dark #Top_bar.is-sticky {
		background: rgba(0, 0, 0, .8);
	}
	.sticky-dark #Top_bar.is-sticky #menu {
		background: none;
	}
	.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);
	}
}
@media only screen and (max-width: 1239px) {
	.header_placeholder {
		height: 0 !important;
	}
	#Top_bar #menu {
		display: none;
		height: auto;
		width: 300px;
		bottom: auto;
		top: 100%;
		right: 1px;
		position: absolute;
		margin: 0px;
	}
	#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;
	}
	#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 {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 48px;
		height: 48px;
		line-height: 48px;
		font-size: 30px;
		text-align: center;
		color: #d6d6d6;
		border-left: 1px solid #eee;
		cursor: pointer;
	}
	#Top_bar #menu ul li.submenu .menu-toggle:after {
		content: "+"
	}
	#Top_bar #menu ul li.hover>.menu-toggle:after {
		content: "-"
	}
	#Top_bar #menu ul li.hover a {
		border-bottom: 0;
	}
	#Top_bar #menu ul li a span:after {
		display: none !important;
	}
	#Top_bar #menu ul.mfn-megamenu li .menu-toggle {
		display: none;
	}
	#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;
		box-shadow: 0 0 0 0 transparent !important;
		-webkit-box-shadow: 0 0 0 0 transparent !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;
	}
	#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;
	}
	.rtl #Top_bar #menu {
		left: 1px;
		right: auto;
	}
	.rtl #Top_bar a.responsive-menu-toggle {
		left: 10px;
		right: auto;
	}
	.rtl #Top_bar #menu ul li.submenu .menu-toggle {
		left: 0;
		right: auto;
		border-left: none;
		border-right: 1px solid #eee;
	}
	.rtl #Top_bar #menu ul li ul {
		left: auto !important;
		right: 0 !important;
	}
	.rtl #Top_bar #menu ul li ul li a {
		padding: 0 30px 0 20px;
	}
	.rtl #Top_bar #menu ul li ul li ul li a {
		padding: 0 40px 0 20px;
	}
	.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;
	}
	.rtl.header-stack #Top_bar #menu {
		left: auto;
		right: 0;
	}
}
#Header_wrapper {
	background-color: #c4b391;
}
#Subheader {
	background-color: rgba(13, 64, 79, 1);
}
.header-classic #Action_bar, .header-plain #Action_bar, .header-stack #Action_bar {
	background-color: #2C2C2C;
}
#Sliding-top {
	background-color: #545454;
}
#Sliding-top a.sliding-top-control {
	border-right-color: #545454;
}
#Sliding-top.st-center a.sliding-top-control, #Sliding-top.st-left a.sliding-top-control {
	border-top-color: #545454;
}
#Footer {
	background-color: #3D3D3D;
}
body, ul.timeline_items, .icon_box a .desc, .icon_box a:hover .desc, .feature_list ul li a, .list_item a, .list_item a:hover, .widget_recent_entries ul li a, .flat_box a, .flat_box a:hover, .story_box .desc, .content_slider.carouselul li a .title, .content_slider.flat.description ul li .desc, .content_slider.flat.description ul li a .desc {
	color: #7c7b79;
}
.themecolor, .opening_hours .opening_hours_wrapper li span, .fancy_heading_icon .icon_top, .fancy_heading_arrows .icon-right-dir, .fancy_heading_arrows .icon-left-dir, .fancy_heading_line .title, .button-love a.mfn-love, .format-link .post-title .icon-link, .pager-single>span, .pager-single a:hover, .widget_meta ul, .widget_pages ul, .widget_rss ul, .widget_mfn_recent_comments ul li:after, .widget_archive ul, .widget_recent_comments ul li:after, .widget_nav_menu ul, .woocommerce ul.products li.product .price, .shop_slider .shop_slider_ul li .item_wrapper .price, .woocommerce-page ul.products li.product .price, .widget_price_filter .price_label .from, .widget_price_filter .price_label .to, .woocommerce ul.product_list_widget li .quantity .amount, .woocommerce .product div.entry-summary .price, .woocommerce .star-rating span, #Error_404 .error_pic i, .style-simple #Filters .filters_wrapper ul li a:hover, .style-simple #Filters .filters_wrapper ul li.current-cat a, .style-simple .quick_fact .title {
	color: #337ab7;
}
.themebg, .pager .pages a:hover, .pager .pages a.active, .pager .pages span.page-numbers.current, .pager-single span:after, #comments .commentlist>li .reply a.comment-reply-link, .fixed-nav .arrow, #Filters .filters_wrapper ul li a:hover, #Filters .filters_wrapper ul li.current-cat a, .widget_categories ul, .Recent_posts ul li .desc:after, .Recent_posts ul li .photo .c, .widget_recent_entries ul li:after, .widget_product_categories ul, div.jp-interface, #Top_bar a#header_cart span, .widget_mfn_menu ul li a:hover, .widget_mfn_menu ul li.current-menu-item:not(.current-menu-ancestor)>a, .widget_mfn_menu ul li.current_page_item:not(.current_page_ancestor)>a, .testimonials_slider .slider_images, .testimonials_slider .slider_images a:after, .testimonials_slider .slider_images:before, .slider_pagination a.selected, .slider_pagination a.selected:after, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.round .bullet.selected:after, .tparrows.default, .tp-bullets.tp-thumbs .bullet.selected:after, .offer_thumb .slider_pagination a:before, .offer_thumb .slider_pagination a.selected:after, .style-simple .accordion .question:after, .style-simple .faq .question:after, .style-simple .icon_box .desc_wrapper h4:before, .style-simple #Filters .filters_wrapper ul li a:after, .style-simple .article_box .desc_wrapper p:after, .style-simple .sliding_box .desc_wrapper:after, .style-simple .trailer_box:hover .desc, .woocommerce-account table.my_account_orders .order-number a, .portfolio_group.exposure .portfolio-item .desc-inner .line, .style-simple .zoom_box .desc .desc_txt {
	background-color: #337ab7;
}
.Latest_news ul li .photo, .style-simple .opening_hours .opening_hours_wrapper li label, .style-simple .timeline_items li:hover h3, .style-simple .timeline_items li:nth-child(even):hover h3, .style-simple .timeline_items li:hover .desc, .style-simple .timeline_items li:nth-child(even):hover, .style-simple .offer_thumb .slider_pagination a.selected {
	border-color: #337ab7;
}
a {
	color: #337ab7;
}
a:hover {
	color: #e25a40;
}
*::-moz-selection {
	background-color: #337ab7;
}
*::selection {
	background-color: #337ab7;
}
.blockquote p.author span, .counter .desc_wrapper .title, .article_box .desc_wrapper p, .team .desc_wrapper p.subtitle, .pricing-box .plan-header p.subtitle, .pricing-box .plan-header .price sup.period, .chart_box p, .fancy_heading .inside, .fancy_heading_line .slogan, .post-meta, .post-meta a, .post-footer, .post-footer a span.label, .pager .pages a, .button-love a .label, .pager-single a, #comments .commentlist>li .comment-author .says, .fixed-nav .desc .date, .filters_buttons li.label, .Recent_posts ul li a .desc .date, .widget_recent_entries ul li .post-date, .tp_recent_tweets .twitter_time, .widget_price_filter .price_label, .shop-filters .woocommerce-result-count, .woocommerce ul.product_list_widget li .quantity, .widget_shopping_cart ul.product_list_widget li dl, .product_meta .posted_in, .woocommerce .shop_table .product-name .variation>dd, .shipping-calculator-button:after, .shop_slider .shop_slider_ul li .item_wrapper .price del, .testimonials_slider .testimonials_slider_ul li .author span, .testimonials_slider .testimonials_slider_ul li .author span a, .Latest_news ul li .desc_footer {
	color: #a8a8a8;
}
h1, h1 a, h1 a:hover, .text-logo #logo {
	color: #FFCB00;
}
h2, h2 a, h2 a:hover {
	color: #FFCB00;
}
h3, h3 a, h3 a:hover {
	color: #FFCB00;
}
h4, h4 a, h4 a:hover, .style-simple .sliding_box .desc_wrapper h4 {
	color: #FFCB00;
}
h5, h5 a, h5 a:hover {
	color: #70624b;
}
h6, h6 a, h6 a:hover, a.content_link .title {
	color: #70624b;
}
.dropcap, .highlight:not(.highlight_image) {
	background-color: #337ab7;
}
a.button, a.tp-button {
	background-color: #f7f7f7;
	color: #747474;
}
.button-stroke a.button, .button-stroke a.button .button_icon i, .button-stroke a.tp-button {
	border-color: #f7f7f7;
	color: #747474;
}
.button-stroke a:hover.button, .button-stroke a:hover.tp-button {
	background-color: #f7f7f7 !important;
	color: #fff;
}
a.button_theme, a.tp-button.button_theme, button, input[type="submit"], input[type="reset"], input[type="button"] {
	background-color: #337ab7;
	color: #fff;
}
.button-stroke a.button.button_theme:not(.action_button), .button-stroke a.button.button_theme:not(.action_button), .button-stroke a.button.button_theme .button_icon i, .button-stroke a.tp-button.button_theme, .button-stroke button, .button-stroke input[type="submit"], .button-stroke input[type="reset"], .button-stroke input[type="button"] {
	border-color: #337ab7;
	color: #337ab7 !important;
}
.button-stroke a.button.button_theme:hover, .button-stroke a.tp-button.button_theme:hover, .button-stroke button:hover, .button-stroke input[type="submit"]:hover, .button-stroke input[type="reset"]:hover, .button-stroke input[type="button"]:hover {
	background-color: #337ab7 !important;
	color: #fff !important;
}
a.mfn-link {
	color: #656B6F;
}
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-8:after, a.mfn-link-8:before {
	background: #337ab7;
}
a:hover.mfn-link {
	color: #337ab7;
}
a.mfn-link-2 span:before, a:hover.mfn-link-4:before, a:hover.mfn-link-4:after, a.hover.mfn-link-4:before, a.hover.mfn-link-4:after, a.mfn-link-5:before, a.mfn-link-7:after, a.mfn-link-7:before {
	background: #e25a40;
}
a.mfn-link-6:before {
	border-bottom-color: #e25a40;
}
.woocommerce a.button, .woocommerce .quantity input.plus, .woocommerce .quantity input.minus {
	background-color: #f7f7f7 !important;
	color: #747474 !important;
}
.woocommerce a.button_theme, .woocommerce a.checkout-button, .woocommerce button.button, .woocommerce .button.add_to_cart_button, .woocommerce .button.product_type_external, .woocommerce input[type="submit"], .woocommerce input[type="reset"], .woocommerce input[type="button"], .button-stroke .woocommerce a.checkout-button {
	background-color: #337ab7 !important;
	color: #fff !important;
}
.column_column ul, .column_column ol, .the_content_wrapper ul, .the_content_wrapper ol {
	color: #737E86;
}
.hr_color, .hr_color hr, .hr_dots span {
	color: #337ab7;
	background: #337ab7;
}
.hr_zigzag i {
	color: #337ab7;
}
.highlight-left:after, .highlight-right:after {
	background: #337ab7;
}
@media only screen and (max-width: 767px) {
	.highlight-left .wrap:first-child, .highlight-right .wrap:last-child {
		background: #337ab7;
	}
}
#Header .top_bar_left, .header-classic #Top_bar, .header-plain #Top_bar, .header-stack #Top_bar, .header-split #Top_bar, .header-fixed #Top_bar, .header-below #Top_bar, #Header_creative, #Top_bar #menu {
	background-color: #ffffff;
}
#Top_bar .top_bar_right:before {
	background-color: #e3e3e3;
}
#Header .top_bar_right {
	background-color: #f5f5f5;
}
#Top_bar .top_bar_right a {
	color: #FFCB00;
}
#Top_bar .menu>li>a {
	color: #006FB2;
}
#Top_bar .menu>li.current-menu-item>a, #Top_bar .menu>li.current_page_item>a, #Top_bar .menu>li.current-menu-parent>a, #Top_bar .menu>li.current-page-parent>a, #Top_bar .menu>li.current-menu-ancestor>a, #Top_bar .menu>li.current-page-ancestor>a, #Top_bar .menu>li.current_page_ancestor>a, #Top_bar .menu>li.hover>a {
	color: #FFCB00;
}
#Top_bar .menu>li a:after {
	background: #FFCB00;
}
.menu-highlight #Top_bar #menu>ul>li.current-menu-item>a, .menu-highlight #Top_bar #menu>ul>li.current_page_item>a, .menu-highlight #Top_bar #menu>ul>li.current-menu-parent>a, .menu-highlight #Top_bar #menu>ul>li.current-page-parent>a, .menu-highlight #Top_bar #menu>ul>li.current-menu-ancestor>a, .menu-highlight #Top_bar #menu>ul>li.current-page-ancestor>a, .menu-highlight #Top_bar #menu>ul>li.current_page_ancestor>a, .menu-highlight #Top_bar #menu>ul>li.hover>a {
	background: #F2F2F2;
}
.menu-arrow-bottom #Top_bar .menu>li>a:after {
	border-bottom-color: #FFCB00;
}
.menu-arrow-top #Top_bar .menu>li>a:after {
	border-top-color: #FFCB00;
}
.header-plain #Top_bar .menu>li.current-menu-item>a, .header-plain #Top_bar .menu>li.current_page_item>a, .header-plain #Top_bar .menu>li.current-menu-parent>a, .header-plain #Top_bar .menu>li.current-page-parent>a, .header-plain #Top_bar .menu>li.current-menu-ancestor>a, .header-plain #Top_bar .menu>li.current-page-ancestor>a, .header-plain #Top_bar .menu>li.current_page_ancestor>a, .header-plain #Top_bar .menu>li.hover>a, .header-plain #Top_bar a:hover#header_cart, .header-plain #Top_bar a:hover#search_button, .header-plain #Top_bar .wpml-languages:hover, .header-plain #Top_bar .wpml-languages ul.wpml-lang-dropdown {
	background: #F2F2F2;
	color: #FFCB00;
}
.header-plain #Top_bar, .header-plain #Top_bar .menu>li>a span:not(.description), .header-plain #Top_bar a#header_cart, .header-plain #Top_bar a#search_button, .header-plain #Top_bar .wpml-languages, .header-plain #Top_bar a.button.action_button {
	border-color: #F2F2F2;
}
#Top_bar .menu>li ul {
	background-color: #F2F2F2;
}
#Top_bar .menu>li ul li a {
	color: #5f5f5f;
}
#Top_bar .menu>li ul li a:hover, #Top_bar .menu>li ul li.hover>a {
	color: #2e2e2e;
}
#Top_bar .search_wrapper {
	background: #ffffff;
}
.overlay-menu-toggle {
	color: #337ab7 !important;
}
#Overlay {
	background: rgba(255, 121, 95, 0.95);
}
#overlay-menu ul li a, .header-overlay .overlay-menu-toggle.focus {
	color: #fff;
}
#overlay-menu ul li.current-menu-item>a, #overlay-menu ul li.current_page_item>a, #overlay-menu ul li.current-menu-parent>a, #overlay-menu ul li.current-page-parent>a, #overlay-menu ul li.current-menu-ancestor>a, #overlay-menu ul li.current-page-ancestor>a, #overlay-menu ul li.current_page_ancestor>a {
	color: #B1DCFB;
}
#Top_bar .responsive-menu-toggle {
	color: #337ab7;
}
#Subheader .title {
	color: #fff;
}
#Subheader ul.breadcrumbs li, #Subheader ul.breadcrumbs li a {
	color: rgba(255, 255, 255, 0.6);
}
#Footer, #Footer .widget_recent_entries ul li a {
	color: #8e9d9d;
}
#Footer a {
	color: #abb7b7;
}
#Footer a:hover {
	color: #cedada;
}
#Footer h1, #Footer h1 a, #Footer h1 a:hover, #Footer h2, #Footer h2 a, #Footer h2 a:hover, #Footer h3, #Footer h3 a, #Footer h3 a:hover, #Footer h4, #Footer h4 a, #Footer h4 a:hover, #Footer h5, #Footer h5 a, #Footer h5 a:hover, #Footer h6, #Footer h6 a, #Footer h6 a:hover {
	color: #fff;
}
#Footer .themecolor, #Footer .widget_meta ul, #Footer .widget_pages ul, #Footer .widget_rss ul, #Footer .widget_mfn_recent_comments ul li:after, #Footer .widget_archive ul, #Footer .widget_recent_comments ul li:after, #Footer .widget_nav_menu ul, #Footer .widget_price_filter .price_label .from, #Footer .widget_price_filter .price_label .to, #Footer .star-rating span {
	color: #fff;
}
#Footer .themebg, #Footer .widget_categories ul, #Footer .Recent_posts ul li .desc:after, #Footer .Recent_posts ul li .photo .c, #Footer .widget_recent_entries ul li:after, #Footer .widget_mfn_menu ul li a:hover, #Footer .widget_product_categories ul {
	background-color: #fff;
}
#Footer .Recent_posts ul li a .desc .date, #Footer .widget_recent_entries ul li .post-date, #Footer .tp_recent_tweets .twitter_time, #Footer .widget_price_filter .price_label, #Footer .shop-filters .woocommerce-result-count, #Footer ul.product_list_widget li .quantity, #Footer .widget_shopping_cart ul.product_list_widget li dl {
	color: #a8a8a8;
}
#Sliding-top, #Sliding-top .widget_recent_entries ul li a {
	color: #8e9d9d;
}
#Sliding-top a {
	color: #abb7b7;
}
#Sliding-top a:hover {
	color: #cedada;
}
#Sliding-top h1, #Sliding-top h1 a, #Sliding-top h1 a:hover, #Sliding-top h2, #Sliding-top h2 a, #Sliding-top h2 a:hover, #Sliding-top h3, #Sliding-top h3 a, #Sliding-top h3 a:hover, #Sliding-top h4, #Sliding-top h4 a, #Sliding-top h4 a:hover, #Sliding-top h5, #Sliding-top h5 a, #Sliding-top h5 a:hover, #Sliding-top h6, #Sliding-top h6 a, #Sliding-top h6 a:hover {
	color: #fff;
}
#Sliding-top .themecolor, #Sliding-top .widget_meta ul, #Sliding-top .widget_pages ul, #Sliding-top .widget_rss ul, #Sliding-top .widget_mfn_recent_comments ul li:after, #Sliding-top .widget_archive ul, #Sliding-top .widget_recent_comments ul li:after, #Sliding-top .widget_nav_menu ul, #Sliding-top .widget_price_filter .price_label .from, #Sliding-top .widget_price_filter .price_label .to, #Sliding-top .star-rating span {
	color: #fff;
}
#Sliding-top .themebg, #Sliding-top .widget_categories ul, #Sliding-top .Recent_posts ul li .desc:after, #Sliding-top .Recent_posts ul li .photo .c, #Sliding-top .widget_recent_entries ul li:after, #Sliding-top .widget_mfn_menu ul li a:hover, #Sliding-top .widget_product_categories ul {
	background-color: #fff;
}
#Sliding-top .Recent_posts ul li a .desc .date, #Sliding-top .widget_recent_entries ul li .post-date, #Sliding-top .tp_recent_tweets .twitter_time, #Sliding-top .widget_price_filter .price_label, #Sliding-top .shop-filters .woocommerce-result-count, #Sliding-top ul.product_list_widget li .quantity, #Sliding-top .widget_shopping_cart ul.product_list_widget li dl {
	color: #a8a8a8;
}
blockquote, blockquote a, blockquote a:hover {
	color: #444444;
}
.image_frame .image_wrapper .image_links, .portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc {
	background: rgba(255, 121, 95, 0.8);
}
.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-title:after, .masonry.tiles .post-item.no-img, .masonry.tiles .post-item.format-quote {
	background: #337ab7;
}
.image_frame .image_wrapper .image_links a {
	color: #fff;
}
.image_frame .image_wrapper .image_links a:hover {
	background: #fff;
	color: #337ab7;
}
.sliding_box .desc_wrapper {
	background: #337ab7;
}
.sliding_box .desc_wrapper:after {
	border-bottom-color: #337ab7;
}
.counter .icon_wrapper i {
	color: #337ab7;
}
.quick_fact .number-wrapper {
	color: #337ab7;
}
.progress_bars .bars_list li .bar .progress {
	background-color: #337ab7;
}
a:hover.icon_bar {
	color: #337ab7 !important;
}
a.content_link, a:hover.content_link {
	color: #337ab7;
}
a.content_link:before {
	border-bottom-color: #337ab7;
}
a.content_link:after {
	border-color: #337ab7;
}
.get_in_touch, .infobox {
	background-color: #337ab7;
}
.column_map .google-map-contact-wrapper .get_in_touch:after {
	border-top-color: #337ab7;
}
.timeline_items li h3:before, .timeline_items:after, .timeline .post-item:before {
	border-color: #337ab7;
}
.how_it_works .image .number {
	background: #337ab7;
}
.trailer_box .desc .subtitle {
	background-color: #337ab7;
}
.icon_box .icon_wrapper, .icon_box a .icon_wrapper, .style-simple .icon_box:hover .icon_wrapper {
	color: #337ab7;
}
.icon_box:hover .icon_wrapper:before, .icon_box a:hover .icon_wrapper:before {
	background-color: #337ab7;
}
ul.clients.clients_tiles li .client_wrapper:hover:before {
	background: #337ab7;
}
ul.clients.clients_tiles li .client_wrapper:after {
	border-bottom-color: #337ab7;
}
.list_item.lists_1 .list_left {
	background-color: #337ab7;
}
.list_item .list_left {
	color: #337ab7;
}
.feature_list ul li .icon i {
	color: #337ab7;
}
.feature_list ul li:hover, .feature_list ul li:hover a {
	background: #337ab7;
}
.ui-tabs .ui-tabs-nav li.ui-state-active a, .accordion .question.active .title>.acc-icon-plus, .accordion .question.active .title>.acc-icon-minus, .faq .question.active .title>.acc-icon-plus, .faq .question.active .title, .accordion .question.active .title {
	color: #337ab7;
}
.ui-tabs .ui-tabs-nav li.ui-state-active a:after {
	background: #337ab7;
}
body:not(.woocommerce-page) table tr:hover td {
	background: #337ab7;
}
.pricing-box .plan-header .price sup.currency, .pricing-box .plan-header .price>span {
	color: #337ab7;
}
.pricing-box .plan-inside ul li .yes {
	background: #337ab7;
}
.pricing-box-box.pricing-box-featured {
	background: #337ab7;
}
.woocommerce span.onsale, .shop_slider .shop_slider_ul li .item_wrapper span.onsale {
	border-top-color: #337ab7 !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	border-color: #337ab7 !important;
}
@media only screen and (min-width: 768px) {
	.header-semi #Top_bar:not(.is-sticky) {
		background-color: rgba(239, 237, 233, 0.8);
	}
}
@media only screen and (max-width: 767px) {
	#Top_bar, #Action_bar {
		background: #efede9 !important;
	}
}
body, button, span.date_label, .timeline_items li h3 span, input[type="submit"], input[type="reset"], input[type="button"], input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea, select, .offer_li .title h3 {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}
#menu>ul>li>a, .action_button, #overlay-menu ul li a {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}
#Subheader .title {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}
h1, .text-logo #logo {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}
h2 {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}
h3 {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}
h4 {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}
h5 {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
}
h6 {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}
blockquote {
	font-family: "Open Sans", sans-serif;
}
.chart_box .chart .num, .counter .desc_wrapper .number-wrapper, .how_it_works .image .number, .pricing-box .plan-header .price, .quick_fact .number-wrapper, .woocommerce .product div.entry-summary .price {
	font-family: "Open Sans", sans-serif;
}
body {
	font-size: 14px;
	line-height: 22px;
}
#menu>ul>li>a, .action_button {
	font-size: 16px;
}
#Subheader .title {
	font-size: 25px;
	line-height: 25px;
}
h1, .text-logo #logo {
	font-size: 25px;
	line-height: 25px;
}
h2 {
	font-size: 42px;
	line-height: 42px;
}
h3 {
	font-size: 34px;
	line-height: 36px;
}
h4 {
	font-size: 22px;
	line-height: 26px;
}
h5 {
	font-size: 16px;
	line-height: 21px;
}
h6 {
	font-size: 14px;
	line-height: 21px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	body {
		font-size: 13px;
		line-height: 20px;
	}
	#menu>ul>li>a {
		font-size: 14px;
	}
	#Subheader .title {
		font-size: 23px;
		line-height: 23px;
	}
	h1, .text-logo #logo {
		font-size: 23px;
		line-height: 23px;
	}
	h2 {
		font-size: 38px;
		line-height: 38px;
	}
	h3 {
		font-size: 31px;
		line-height: 33px;
	}
	h4 {
		font-size: 20px;
		line-height: 24px;
	}
	h5 {
		font-size: 14px;
		line-height: 18px;
	}
	h6 {
		font-size: 13px;
		line-height: 19px;
	}
	blockquote {
		font-size: 15px;
	}
	.chart_box .chart .num {
		font-size: 45px;
		line-height: 45px;
	}
	.counter .desc_wrapper .number-wrapper {
		font-size: 45px;
		line-height: 45px;
	}
	.counter .desc_wrapper .title {
		font-size: 14px;
		line-height: 18px;
	}
	.faq .question .title {
		font-size: 14px;
	}
	.offer .offer_li .desc_wrapper .title h3 {
		font-size: 32px;
		line-height: 32px;
	}
	.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title h3 {
		font-size: 32px;
		line-height: 32px;
	}
	.pricing-box .plan-header h2 {
		font-size: 27px;
		line-height: 27px;
	}
	.pricing-box .plan-header .price>span {
		font-size: 40px;
		line-height: 40px;
	}
	.pricing-box .plan-header .price sup.currency {
		font-size: 18px;
		line-height: 18px;
	}
	.pricing-box .plan-header .price sup.period {
		font-size: 14px;
		line-height: 14px;
	}
	.quick_fact .number {
		font-size: 80px;
		line-height: 80px;
	}
	.trailer_box .desc h2 {
		font-size: 27px;
		line-height: 27px;
	}
	.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 {
		font-size: 14px;
		line-height: 19px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	body {
		font-size: 13px;
		line-height: 20px;
	}
	#menu>ul>li>a {
		font-size: 13px;
	}
	#Subheader .title {
		font-size: 20px;
		line-height: 20px;
	}
	h1, .text-logo #logo {
		font-size: 20px;
		line-height: 20px;
	}
	h2 {
		font-size: 34px;
		line-height: 34px;
	}
	h3 {
		font-size: 27px;
		line-height: 29px;
	}
	h4 {
		font-size: 18px;
		line-height: 22px;
	}
	h5 {
		font-size: 13px;
		line-height: 17px;
	}
	h6 {
		font-size: 13px;
		line-height: 18px;
	}
	blockquote {
		font-size: 14px;
	}
	.chart_box .chart .num {
		font-size: 40px;
		line-height: 40px;
	}
	.counter .desc_wrapper .number-wrapper {
		font-size: 40px;
		line-height: 40px;
	}
	.counter .desc_wrapper .title {
		font-size: 13px;
		line-height: 16px;
	}
	.faq .question .title {
		font-size: 13px;
	}
	.offer .offer_li .desc_wrapper .title h3 {
		font-size: 28px;
		line-height: 28px;
	}
	.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title h3 {
		font-size: 28px;
		line-height: 28px;
	}
	.pricing-box .plan-header h2 {
		font-size: 24px;
		line-height: 24px;
	}
	.pricing-box .plan-header .price>span {
		font-size: 34px;
		line-height: 34px;
	}
	.pricing-box .plan-header .price sup.currency {
		font-size: 16px;
		line-height: 16px;
	}
	.pricing-box .plan-header .price sup.period {
		font-size: 13px;
		line-height: 13px;
	}
	.quick_fact .number {
		font-size: 70px;
		line-height: 70px;
	}
	.trailer_box .desc h2 {
		font-size: 24px;
		line-height: 24px;
	}
	.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 {
		font-size: 13px;
		line-height: 16px;
	}
}
@media only screen and (max-width: 479px) {
	body {
		font-size: 13px;
		line-height: 20px;
	}
	#menu>ul>li>a {
		font-size: 13px;
	}
	#Subheader .title {
		font-size: 18px;
		line-height: 18px;
	}
	h1, .text-logo #logo {
		font-size: 18px;
		line-height: 18px;
	}
	h2 {
		font-size: 29px;
		line-height: 29px;
	}
	h3 {
		font-size: 24px;
		line-height: 26px;
	}
	h4 {
		font-size: 15px;
		line-height: 18px;
	}
	h5 {
		font-size: 13px;
		line-height: 16px;
	}
	h6 {
		font-size: 13px;
		line-height: 17px;
	}
	blockquote {
		font-size: 13px;
	}
	.chart_box .chart .num {
		font-size: 35px;
		line-height: 35px;
	}
	.counter .desc_wrapper .number-wrapper {
		font-size: 35px;
		line-height: 35px;
	}
	.counter .desc_wrapper .title {
		font-size: 13px;
		line-height: 26px;
	}
	.faq .question .title {
		font-size: 13px;
	}
	.offer .offer_li .desc_wrapper .title h3 {
		font-size: 26px;
		line-height: 26px;
	}
	.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title h3 {
		font-size: 26px;
		line-height: 26px;
	}
	.pricing-box .plan-header h2 {
		font-size: 21px;
		line-height: 21px;
	}
	.pricing-box .plan-header .price>span {
		font-size: 32px;
		line-height: 32px;
	}
	.pricing-box .plan-header .price sup.currency {
		font-size: 14px;
		line-height: 14px;
	}
	.pricing-box .plan-header .price sup.period {
		font-size: 13px;
		line-height: 13px;
	}
	.quick_fact .number {
		font-size: 60px;
		line-height: 60px;
	}
	.trailer_box .desc h2 {
		font-size: 21px;
		line-height: 21px;
	}
	.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 {
		font-size: 13px;
		line-height: 16px;
	}
}
.with_aside .sidebar.columns {
	width: 23%;
}
.with_aside .sections_group {
	width: 75%;
}
.aside_both .sidebar.columns {
	width: 18%;
}
.aside_both .sidebar-1 {
	margin-left: -79%;
}
.aside_both .sections_group {
	width: 60%;
	margin-left: 20%;
}
h1 {
	font-weight: 400;
}
h2 {
	font-weight: 400;
}
h3 {
	font-weight: 400;
}
h4 {
	font-weight: 400;
}
h5 {
	font-weight: 400;
}
h6 {
	font-weight: 400;
}

/* Post */

.post .post-desc h2.entry-title {
	font-size: 22px;
	line-height: 30px;
}

/* Section shadow */

.section-shadow {
	-webkit-box-shadow: 0 10px 0 rgba(118, 105, 91, 0.2) inset;
	box-shadow: 0 10px 0 rgba(118, 105, 91, 0.2) inset;
}
@media only screen and (min-width: 1240px) {
	.header-stack #Top_bar .logo {
		margin-bottom: 10px;
	}
}
.mcb-wrap {
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mcb-wrap.divider {
	width: 100%;
}
.column, .columns {
	float: left;
	margin: 0 1% 40px;
}
.the_content_wrapper {
	margin: 0 1%;
}
.column_content .the_content_wrapper {
	margin: 0;
}

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


/* .mcb-wrap */

.one-sixth.mcb-wrap {
	width: 16.666%;
}

/* 1/6 */

.one-fifth.mcb-wrap {
	width: 20%;
}

/* 1/5 */

.one-fourth.mcb-wrap {
	width: 25%;
}

/* 1/4 */

.one-third.mcb-wrap {
	width: 33.333%;
}

/* 1/3 */

.two-fifth.mcb-wrap {
	width: 40%;
}

/* 2/5 */

.one-second.mcb-wrap {
	width: 50%;
}

/* 1/2 */

.three-fifth.mcb-wrap {
	width: 60%;
}

/* 3/5 */

.two-third.mcb-wrap {
	width: 66.666%;
}

/* 2/3 */

.three-fourth.mcb-wrap {
	width: 75%;
}

/* 3/4 */

.four-fifth.mcb-wrap {
	width: 80%;
}

/* 4/5 */

.five-sixth.mcb-wrap {
	width: 83.333%;
}

/* 5/6 */

.one.mcb-wrap {
	width: 100%;
}

/* 1/1 */


/* .column */

.one-sixth.column {
	width: 14.666%;
}

/* 1/6 */

.one-fifth.column {
	width: 18%;
}

/* 1/5 */

.one-fourth.column, .four.columns {
	width: 23%;
}

/* 1/4 */

.one-third.column {
	width: 31.333%;
}

/* 1/3 */

.two-fifth.column {
	width: 38%;
}

/* 2/5 */

.one-second.column {
	width: 48%;
}

/* 1/2 */

.three-fifth.column {
	width: 58%;
}

/* 3/5 */

.two-third.column {
	width: 64.666%;
}

/* 2/3 */

.three-fourth.column {
	width: 73%;
}

/* 3/4 */

.four-fifth.column {
	width: 78%;
}

/* 4/5 */

.five-sixth.column {
	width: 81.333%;
}

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

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

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


/* Column | Margin - Horizontal */

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


/* Column | Margin - Bottom */


/* set in section options */

.column.column_divider {
	margin-bottom: 0 !important;
}
.column-margin-0px .column {
	margin-bottom: 0 !important;
}
.column-margin-10px .column {
	margin-bottom: 10px !important;
}
.column-margin-20px .column {
	margin-bottom: 20px !important;
}
.column-margin-30px .column {
	margin-bottom: 30px !important;
}
.column-margin-40px .column {
	margin-bottom: 40px !important;
}
.column-margin-50px .column {
	margin-bottom: 50px !important;
}

/* set in item options */

.column-margin-0px.column {
	margin-bottom: 0 !important;
}
.column-margin-10px.column {
	margin-bottom: 10px !important;
}
.column-margin-20px.column {
	margin-bottom: 20px !important;
}
.column-margin-30px.column {
	margin-bottom: 30px !important;
}
.column-margin-40px.column {
	margin-bottom: 40px !important;
}
.column-margin-50px.column {
	margin-bottom: 50px !important;
}

/* Column | Equal Height */

.equal-height .column .column_attr {
	height: 100%;
	box-sizing: border-box;
}

/* Column | Align */

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

.extra_content .the_content_wrapper {
	margin: 0 1%;
}
.extra_content .has_content .the_content_wrapper, .extra_content .category_description .the_content_wrapper {
	margin-bottom: 40px;
}
.minimalist-header-no #Header {
	min-height: 0 !important;
}
.section.full-width>.section_wrapper {
	max-width: 100% !important;
}

/* Top Bar --------------------------------------------------------------------------- */

#Top_bar {
	position: absolute;
	left: 0;
	top: 61px;
	width: 100%;
	z-index: 30;
}
#Top_bar .column {
	margin-bottom: 0;
}
.layout-full-width.header-fw #Action_bar .container, .layout-full-width.header-fw #Top_bar .container {
	max-width: 100%;
}
#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-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;
	height: 60px;
	line-height: 60px;
	padding: 15px 0px;
}

/* overflow: hidden; */

#Top_bar #logo:hover {
	text-decoration: none;
}
#Top_bar #logo img {
	vertical-align: middle;
	max-height: 100%;
}
#Top_bar #logo img.logo-sticky, #Top_bar #logo img.logo-mobile {
	display: none;
}
#rev_slider_1_2_wrapper .tp-loader.spinner2 {
	background-color: #fff !important;
}
.equal-height-wrap .wrap {
	min-height: 600px
}
.section[data-parallax="3d"] {
	overflow: hidden;
}
.section .mfn-parallax {
	position: absolute;
	left: 0;
	top: 0;
	max-width: none !important;
}
.wrap[data-parallax="3d"] {
	overflow: hidden;
	position: relative;
}
.wrap[data-parallax="3d"]>.column {
	position: relative;
}

/* Helper */

.helper {
	overflow: hidden;
}
.helper .helper_header {
	padding: 15px 150px 15px 20px;
	position: relative;
	min-height: 35px;
}
.helper .helper_header .title {
	margin: 0;
	line-height: 35px;
}
.helper .helper_header .links {
	position: absolute;
	right: 15px;
	top: 15px;
}
.helper .helper_header .links a.link {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	margin: 0 5px;
	padding: 0 10px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-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;
}
.helper .helper_content {}
.helper .helper_content .item {
	padding: 0 20px 20px;
	overflow: hidden;
	display: none;
}
.helper {
	background: #f5f5f5;
}
.helper .helper_header .links a.link {
	color: #999999;
	background: #fff;
}
.helper .helper_header .links a.link.active, .helper .helper_header .links a:hover.link {
	color: #999999;
	background: rgba(0, 0, 0, .06);
}

/* Grid */

.grid {}
.grid .post-item {
	width: 31.33%;
	margin: 0 1% 20px;
	background: #fff !important;
}
.grid .post-photo-wrapper {
	width: 100%;
	float: none;
}
.grid .post-desc-wrapper {
	width: 100%;
	float: none;
}
.grid .post-desc-wrapper .post-desc {
	padding: 20px 20px 0;
}
.grid .post-footer {
	margin: 0 -20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.grid .post-meta .author-date .author span.label {
	display: none;
}
.grid .post-desc-wrapper .post-meta .category .cat-btn {
	display: none;
}
.grid .post-desc-wrapper .post-footer .button-love .love-text {
	display: none;
}

/* Columns 2-6 */


/* Grid */

.posts_group.grid.col-2 .post-item {
	width: 47.99%;
}
.posts_group.grid.col-3 .post-item {
	width: 31.33%;
}
.posts_group.grid.col-4 .post-item {
	width: 22.99%;
}
.posts_group.grid.col-5 .post-item {
	width: 18.99%;
	margin: 0 0.5% 20px;
}
.posts_group.grid.col-6 .post-item {
	width: 15.66%;
	margin: 0 0.5% 20px;
}
.posts_group.grid.col-2 .post-item:nth-child(2n+1) {
	clear: both;
}
.posts_group.grid.col-3 .post-item:nth-child(3n+1) {
	clear: both;
}
.posts_group.grid.col-4 .post-item:nth-child(4n+1) {
	clear: both;
}
.posts_group.grid.col-5 .post-item:nth-child(5n+1) {
	clear: both;
}
.posts_group.grid.col-6 .post-item:nth-child(6n+1) {
	clear: both;
}

/* 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;
	width: 31.333%;
}
.section-post-related .col-2 .post-related {
	width: 48%;
}
.section-post-related .col-3 .post-related {
	width: 31.333%;
}
.section-post-related .col-4 .post-related {
	width: 23%;
}
.section-post-related .col-5 .post-related {
	width: 18%;
}
.section-post-related .col-6 .post-related {
	width: 14.666%;
}
.section-post-related .col-2 .post-related:nth-child(2n+1) {
	clear: both;
}
.section-post-related .col-3 .post-related:nth-child(3n+1) {
	clear: both;
}
.section-post-related .col-4 .post-related:nth-child(4n+1) {
	clear: both;
}
.section-post-related .col-5 .post-related:nth-child(5n+1) {
	clear: both;
}
.section-post-related .col-6 .post-related:nth-child(6n+1) {
	clear: both;
}
.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;
}
.section-post-related .post-related .image_frame iframe {
	width: 100%;
}

/*
|--------------------------------------------------------------------------
|   Demo Styles
|  
|--------------------------------------------------------------------------
|
| 
|
*/

body.contact #Content, body.content_no_padding #Content {
	padding-top: 0 !important;
}

/* ------------------------------------------- *
 * font awesome 
 * ------------------------------------------- */

.the-icons.span3 {
	float: left;
	width: 25%;
	line-height: 25px;
	padding-bottom: 10px;
	position: relative;
}
.the-icons.span3 [class^="icon-"] {
	color: #3E3E3E;
	font-size: 20px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.the-icons.span3 [class^="icon-"]:hover {
	font-size: 50px;
	background: #fff;
	padding: 10px;
	display: block;
	text-align: center;
	width: 70px;
	height: 50px;
	border: 1px solid #eee;
	top: -25px;
	left: -32px;
	z-index: 2;
}
.the-icons.span3 .i-name {
	padding-left: 40px;
}
@media only screen and min-width: 768px and max-width: 959px {
	.the-icons.span3 {
		width: 33.333%;
	}
}
@media only screen and min-width: 480px and max-width: 767px {
	.the-icons.span3 {
		width: 50%;
	}
}
@media only screen and max-width: 479px {
	.the-icons.span3 {
		width: 100%;
	}
}

/* ------------------------------------------- *
 * demo
 * ------------------------------------------- */


/* sections */

.parallax-video .content_video iframe {
	border: 35px solid #efefef;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section-border-top {
	border-top: 1px solid rgba0, 0, 0, .08;
}
.notable_works .items_group {
	background: #eaeae8;
}
.notable_works .items_group .fancy_heading h2 {
	margin-bottom: 0;
	padding-top: 40px;
}

/* custom inline add */

.hrmargin_0, p.hrmargin_0, hr.hrmargin_0, div.hrmargin_0, h2.hrmargin_0, h3.hrmargin_0, h4.hrmargin_0, h5.hrmargin_0, h6.hrmargin_0 {
	margin: 0;
}
.hrmargin_b_60, p.hrmargin_b_60, hr.hrmargin_b_60, div.hrmargin_b_60, h2.hrmargin_b_60, h3.hrmargin_b_60, h4.hrmargin_b_60, h5.hrmargin_b_60, h6.hrmargin_b_60 {
	margin: 0 auto 60px;
}
.hrmargin_b_30, p.hrmargin_b_30, hr.hrmargin_b_30, div.hrmargin_b_30, h2.hrmargin_b_30, h3.hrmargin_b_30, h4.hrmargin_b_30, h5.hrmargin_b_30, h6.hrmargin_b_30 {
	margin-bottom: 30px;
}
.hrmargin_b_1, p.hrmargin_b_1, hr.hrmargin_b_1, div.hrmargin_b_1, h2.hrmargin_b_1, h3.hrmargin_b_1, h4.hrmargin_b_1, h5.hrmargin_b_1, h6.hrmargin_b_1 {
	margin: 0 auto 1px;
}
.hrmargin_b_10, p.hrmargin_b_10, hr.hrmargin_b_10, div.hrmargin_b_10, h2.hrmargin_b_10, h3.hrmargin_b_10, h4.hrmargin_b_10, h5.hrmargin_b_10, h6.hrmargin_b_10 {
	margin: 0 auto 10px;
}
.hrmargin_b_7, p.hrmargin_b_7, hr.hrmargin_b_7, div.hrmargin_b_7, h2.hrmargin_b_7, h3.hrmargin_b_7, h4.hrmargin_b_7, h5.hrmargin_b_7, h6.hrmargin_b_7 {
	margin-bottom: 7px;
}
.hrmargin_b_40, p.hrmargin_b_40, hr.hrmargin_b_40, div.hrmargin_b_40, h2.hrmargin_b_40, h3.hrmargin_b_40, h4.hrmargin_b_40, h5.hrmargin_b_40, h6.hrmargin_b_40 {
	margin: 0 auto 40px;
}
.hrmargin_b_40, p.hrmargin_b_20, hr.hrmargin_b_20, div.hrmargin_b_20, h2.hrmargin_b_20, h3.hrmargin_b_20, h4.hrmargin_b_20, h5.hrmargin_b_20, h6.hrmargin_b_20 {
	margin: 0 auto 20px;
}
.hrmargin_b_25, p.hrmargin_b_25, hr.hrmargin_b_25, div.hrmargin_b_25, h2.hrmargin_b_25, h3.hrmargin_b_25, h4.hrmargin_b_25, h5.hrmargin_b_25, h6.hrmargin_b_25 {
	margin: 0 auto 25px;
}
.hrmargin_b_5, p.hrmargin_b_5, hr.hrmargin_b_5, div.hrmargin_b_5, h2.hrmargin_b_5, h3.hrmargin_b_5, h4.hrmargin_b_5, h5.hrmargin_b_5, h6.hrmargin_b_5 {
	margin-bottom: 5px;
}
.hrmargin_b_4, p.hrmargin_b_4, hr.hrmargin_b_4, div.hrmargin_b_4, h2.hrmargin_b_4, h3.hrmargin_b_4, h4.hrmargin_b_4, h5.hrmargin_b_4, h6.hrmargin_b_4 {
	margin-bottom: 4px;
}
.hrmargin_l_26, p.hrmargin_l_26, hr.hrmargin_l_26, div.hrmargin_l_26, h2.hrmargin_l_26, h3.hrmargin_l_26, h4.hrmargin_l_26, h5.hrmargin_l_26, h6.hrmargin_l_26 {
	margin-left: 26px;
}
.hrmargin_b_30, p.hrmargin_b_30, hr.hrmargin_b_30, div.hrmargin_b_30, h2.hrmargin_b_30, h3.hrmargin_b_30, h4.hrmargin_b_30, h5.hrmargin_b_30, h6.hrmargin_b_30 {
	margin: 0 auto 30px;
}
.hrmargin_b_15, p.hrmargin_b_15, hr.hrmargin_b_15, div.hrmargin_b_15, h2.hrmargin_b_15, h3.hrmargin_b_15, h4.hrmargin_b_15, h5.hrmargin_b_15, h6.hrmargin_b_15 {
	margin: 0 auto 15px;
}
.flv_disp_none, div.flv_disp_none, p.flv_disp_none {
	display: none;
}
.flv_viz_hid, div.flv_viz_hid, p.flv_viz_hid {
	visibility: hidden !important;
}
.flv_clear_both, div.flv_clear_both, p.flv_clear_both {
	clear: both
}
.sections_style_0, div.sections_style_0 {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color:
}
.sections_style_1, div.sections_style_1 {
	margin: 0px auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.sections_style_2, div.sections_style_2 {
	padding-top: 60px;
	padding-bottom: 0px;
	background-color:
}
.sections_style_3, div.sections_style_3 {
	padding-top: 60px;
	padding-bottom: 20px;
	background-color:
}
.sections_style_4, div.sections_style_4 {
	padding-top: 40px;
	padding-bottom: 0px;
	background-color:
}
.sections_style_5, div.sections_style_5 {
	padding-top: 70px;
	padding-bottom: 0px;
	background-color:
}
.flv_span_12, span.flv_span_12, div.flv_span_12 {
	padding-top: 12px;
	display: block
}
.flv_list, ul.flv_list {
	float: left;
	width: 46%;
	margin-left: 4%;
	list-style: square;
	line-height: 30px;
}
.flv_list_1, li.flv_list_1 {
	display: inline-block;
	margin: 0 10px;
}
.flv_list_ul_46, ul.flv_list_ul_46 {
	float: left;
	width: 46%;
	margin-left: 4%;
	list-style: square;
	line-height: 27px;
}
.flv_list_ul_10, ul.flv_list_ul_10 {
	display: block;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
i.flv_icon_color {
	color: #afbcda;
}
ul.flv_line_height_32 {
	line-height: 32px;
}
p.flv_align_right, div.flv_align_right {
	text-align: right;
}
.flv_float_right, div.flv_float_right {
	float: right;
}
.slotholder {
	transform: none !important
}


.hero {
  min-height: 554px;
}

body {
  background-color: #fcfcfc;
}


.home-banner {
  background: url(../../img/home-banner.png) fixed no-repeat;
  display: inline-block;
  width: 100%;
  background-position: 0 0;
  background-size: cover;
}

.da-page-header {
  background: url(../../img/home-banner.png);
  display: inline-block;
  width: 100%;
  background-position: 0 0;
  background-size: cover;
  min-height: 720px;
}

.da-page-overlay {
  padding: 0px;
  margin: 0px;
  display: inline-block;
  background-color: rgba(0, 111, 178, .15);
  width: 100%;
  min-height: 720px;
}

.da-page-header .hero-content {
  margin-top: 320px !important;
}

.hero-content {
  text-align: center;
  margin-top: 180px;
  color: #FFFFFF;
}

.hero-content h2 {
  font-family: PlayfairDisplay-Black;
  font-size: 48px;
  color: #FFFFFF;
  letter-spacing: 1.06px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.40);
  line-height: 64px;
}

.hero-content h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #FFFFFF;
}

.hero-content p {
  font-family: OpenSans;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

.cta-btn {
  background: #FFCB00;
  border: 2px solid #FFCB00;
  border-radius: 100px !important;
  font-size: 16px;
  color: #006FB2;
  font-weight: bold;
  overflow: hidden;
}

.cta-btn:hover {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.24);
  overflow: hidden;
}

.cta-btn-white, .cta-btn-white:hover {
  background: #FFFFFF !important;
  border: 2px solid #FFCB00 !important;
  border-radius: 100px !important;
  font-size: 16px !important;
  color: #006FB2 !important;
  overflow: hidden;
}

.btn-clear, .btn-clear:hover  {
  background: #FFFFFF !important;
  color: #006FB2 !important;
  overflow: hidden;
}

.user-image {
  width: 30px;
  border: 1px solid #006FB2;
  border-radius: 50%;
}

.user-name {
  font-weight: bold;
  color: #006FB2;
}

#Top_bar .search_wrapper input[type="text"]{border-color:#006FB2;color:#006FB2} 

.quote-section {
  background: url(../../img/quote-banner.png);
  display: inline-block;
  width: 100%;
  background-position: 0 0;
  background-size: cover;
  letter-spacing: 1.35px;
  padding: 80px 0px;
  text-align: center;
  background-color: #ffffff;
}

.quote-section  h3 {
  font-family: OpenSans-Bold;
  font-size: 32px;
  color: #006FB2;
  letter-spacing: 1.01px;
  padding: 10px 100px;
}

.quote-section .author {
  font-family: OpenSans;
  display: inline-block;
  font-style: italic;
  font-size: 24px;
  color: #3D3D3D;
  letter-spacing: 0.69px;
}

.section {
}

.text-dark {
  color: #3D3D3D !important;
}

.text-white {
  color: #FFFFFF;
}

.text-blue {
  color: #006FB2;
}

.about-section {
  background: rgba(249,252,254,0.40);
}

.hr_color {
  margin-top: 0px !important;
  background: #FFCB00;
  height: 3px;
  width: 100px;
}

.mb {
  margin-bottom: 2px;
}

.da-section {
  padding: 30px 0px;
}

.about-section .title, .about-section .sub-title {
  color: #3D3D3D;
  text-align: center;
}

.team-section .title, .team-section .sub-title {
  color: #3D3D3D;
  text-align: center;
}

.about-section p {
  color: #3D3D3D;
}

.about-section form {
  text-align: left;
}

.testimonials-section {
  background: #006FB2;
  text-align: center;
  color: #FFFFFF;
}

.testimonials-section .title, .testimonials-section .sub-title, .testimonials-section p {
  color: #FFFFFF;
}

.slider_next, .slider_prev, .ui-carousel .carousel-btn {
  background-color: #FFCB00 !important;
  color: #FFFFFF !important;
  /*border: 1px solid #FFFFFF !important;*/
  border-radius: 50% !important;
  opacity: 1 !important;
  width: 40px;
  height: 40px;
  padding: 0px;
  font-size: 18px;
  text-align: center;
}


.testimonials_slider .testimonials_slider_ul li .bq_wrapper {
  font-size: 16px;
  background: none;
}

.testimonials_slider .testimonials_slider_ul li .author a {
  color: #FFFFFF !important;
}

.testimonials_slider .testimonials_slider_ul li .author span {
  color: #FFFFFF !important;
}

.padding-20 {
  padding: 20px 0px;
}

.padding-40 {
  padding: 40px 0px;
}

.padding-60 {
  padding: 60px 0px;
}

.al {
  text-align: left;
}
.ac {
  text-align: center;
}

.ar {
  text-align: right;
}

#Top_bar .menu>li ul {
  background-color: #FFFFFF !important;
}

.mission-vision {
  font-family: OpenSans-SemiBold;
  font-size: 24px;
  font-weight: 600;
}

.social-icons a {
  color: #ffffff !important;
  width: 22px;
  background: #3D3D3D;
  padding: 4px 8px;
  margin: 0px 2px;
  border-radius: 4px;
}

.card-block {
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.18);
  border-radius: 5px;
}

input[type="text"], input[type="email"], input[type="password"], input[type="date"], input[type="url"], textarea, select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.icon-24 {
  font-size: 24px;
}

.bl {
  border-left: 1px solid #ddd;
}

.btn-white {
  margin-bottom: 10px;
}

.banner_wrapper {
  text-align: center !important;
}

.mt-m80 {
  margin-top: -80px;
}

.center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.section-blue {
  background: #006FB2;
  color: #FFFFFF;
}

.text-white {
  color: #FFFFFF !important;
}

.text-dark {
  color: #3D3D3D !important;
}

.card-padding {
  padding: 30px 20px;
}

.card-left-align {
  margin-left: -90px;
  margin-top: 15px;
}

.card-right-align {
  margin-right: -40px;
  margin-top: 15px;
  z-index: 1;
}

.title {
  font-family: OpenSans-SemiBold;
  font-size: 32px;
}

.founder {
  background: #3d3d3d;
}

.founder .pre-title {
  font-family: OpenSans-SemiBold;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF !important;
}

.founder .title {
  font-family: PlayfairDisplay;
  font-size: 48px;
  font-weight: bold;
  font-style: normal;
  color: #FFFFFF !important;
  line-height: initial;
}

.founder p {
  font-family: OpenSans-Regular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #d0d0d0;
}

.da-file {
  background: #FFFFFF;
  font-family: OpenSans-Regular;
  color: #3D3D3D;
  border: 1px solid rgba(61,61,61,0.50);
  padding: 15px;
  margin: 15px 15px;
  max-height: 94px;
  min-height: 94px;
  cursor: pointer;
}

.da-file .file-name {
  margin: -50px 0px 0px 70px;
}

.btn-search {
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.18) !important;
  font-size: 14px;
  border-radius: 50% !important;
  height: 50px !important;
  width: 50px !important;
  color: #4A4A4A;
  letter-spacing: 0.93px;
}

.da-link {
  background: #FFFFFF;
  font-family: OpenSans-Regular;
  color: #3D3D3D;
  border: 1px solid rgba(61,61,61,0.50);
  padding: 15px;
  margin: 15px 15px;
  min-height: 80px;
  cursor: pointer;
}

.da-link:hover, .da-file:hover {
  background: #FFFFFF;
  color: #0265AE;
  border: 0 solid rgba(61,61,61,0.50);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.18);
}

.da-link .fa {
  line-height: 50px;
}

#Top_bar .menu>li>a:after {
  width: 30% !important;
  border-radius: 25% !important;
  height: 3px !important;
  bottom: 14px;
  left: 20px;
}

#Top_bar .menu>li.current-menu-item>a, #Top_bar .menu>li.current_page_item>a, #Top_bar .menu>li.current-menu-parent>a, #Top_bar .menu>li.current-page-parent>a, #Top_bar .menu>li.current-menu-ancestor>a, #Top_bar .menu>li.current-page-ancestor>a, #Top_bar .menu>li.current_page_ancestor>a, #Top_bar .menu>li.hover>a {
  color: #006FB2 !important;
  font-family: OpenSans-SemiBold;
}

.header-magazine #Top_bar .banner_wrapper {
  right: 0px;
}

.header-auth {
  text-align: right !important;
}

.header-auth div { 
  padding: 0px !important;
}


.card {
  position: relative;
  margin: .5rem 0 1rem 0;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.18);
  margin: 15px 15px;
}

.card-border-left {
  border-left: 4px solid #006FB2;
}

.card-border-left:hover {
  background: #FFCB00;
  border-left: none;
  color: #3D3D3D;
}

.card-border:hover {
  border: 4px solid #006FB2;
}

.card-image {
  position: relative;
}

.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-height: 240px;
}

.card .card-content {
  padding: 24px;
  border-radius: 0 0 2px 2px;
}

.card .card-content .card-title {
  display: block;
  line-height: 32px;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
}

.card .card-content p {
  margin: 0;
  color: inherit;
}

.card .card-content .card-link {
  margin-top: 10px;
}

/*membership*/
.costing {
  background: #F9FCFE;
  font-family: OpenSans-Regular;
  font-size: 16px;
  color: #006FB2;
  padding: 20px;
}

.costing .price {
  font-family: OpenSans-Bold;
  font-size: 48px;
}


/*
    Wizard
*/

.wizard > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.wizard h2 {
  font-size: 24px;
  color: #333;
}

.wizard .red {
  color: red;
}

.red {
  color: red;
}

.wizard.vertical > .steps
{
    display: inline;
    float: left;
    width: 30%;
}

.wizard > .steps > ul > li
{
    width: 25%;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li
{
    float: left;
}

.wizard.vertical > .steps > ul > li
{
    float: none;
    width: 100%;
}

.wizard .btn-default {
  border: 1px solid #e7eaec;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active
{
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 8px;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active
{
    background: #eee;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
    background: #337ab7;
    color: #fff;
    cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
    background: #6fd1bd;
    color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active
{
    background: #ED5565 ;
    color: #fff;
}

.wizard > .content
{
    background: #eee;
    display: block;
    margin: 5px 5px 10px 5px;
    min-height: 120px;
    overflow: hidden;
    position: relative;
    width: auto;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard-big.wizard > .content {
    min-height: 320px;
}
.wizard.vertical > .content
{
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard > .content > .body
{
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.wizard > .content > .body ul
{
    list-style: disc !important;
}

.wizard > .content > .body ul > li
{
    display: list-item;
}

.wizard > .content > .body > iframe
{
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard > .content > .body input
{
    display: block;
    border: 1px solid #ccc;
}

.wizard > .content > .body input[type="checkbox"]
{
    display: inline-block;
}

.wizard > .content > .body input.error
{
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard > .content > .body label
{
    display: inline-block;
    margin-bottom: 0.5em;
}

.wizard > .content > .body label.error
{
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}

.wizard > .actions
{
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.wizard.vertical > .actions
{
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul
{
    display: inline-block;
    text-align: right;
}

.wizard > .actions > ul > li
{
    margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li
{
    margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{
    background: #1AB394;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active
{
    background: #eee;
    color: #aaa;
}

.wizard > .loading
{
}

.wizard > .loading .spinner
{
}

.p-lg {
  padding: 30px;
}


#scrollarea {
  overflow-y: scroll;
  /*max-height: 690px;*/
}

#scrollarea-content {
  min-height: 101%;
}

.side-menu {
  border-right: 1px solid rgba(0, 0, 0, .04) !important;
  margin-bottom: 0px !important;
}

.side-menu-element {
  border: none !important;
  padding: 10px 10px !important;
  margin-bottom: 0px !important;
}

.border-seprator {
  border-bottom: 1px solid rgba(0, 0, 0, .04) !important;
}

.gray-bg {
    background-color: #f3f3f4;
}

.file-box {
  float: left;
}

.file {
  border: 1px solid #e7eaec;
  padding: 0;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px;
}

.file .icon,
.file .image {
  height: 100px;
  overflow: hidden;
}
.file .icon {
    padding: 15px 35px;
    text-align: center;
}
.file-control {
  color: inherit;
  font-size: 11px;
  margin-right: 10px;
}
.file-control.active {
  text-decoration: underline;
}
.file .icon i {
  font-size: 70px;
  color: #dadada;
}
.file .file-name {
  padding: 5px;
  background-color: #f8f8f8;
  border-top: 1px solid #e7eaec;
}
.file-name small {
  color: #676a6c;
}

.serv-file-name {
  height: 90px;/*80*/
}

.file-bottom {
  bottom: 5px;
  /*position: absolute;*/
  width: 94%;
  margin: 5px auto;
}
.selectedLetter {
  background: #f6c833;
}

.view-all {
  margin-top: 20px;
  font-size: 16px;
}

.p-lg input, .p-lg select, .p-lg textarea {
  background: #FFFFFF !important;
}

.p-lg hr {
  border-top: 2px solid #006FB2 !important;
}  


@media only screen and (min-width: 1240px) {
  #Top_bar.is-sticky .menu>li>a:after {
    top: auto;
    bottom: 10px !important; 
  }
}


/* for mobile */
@media only screen and (max-width: 767px) {
  .card-left-align {
    margin: 0px;
  }

  .card-right-align {
    margin: 0px;
    z-index: 0;
  }

  .da-page-header, .da-page-overlay  {
    min-height: 480px;
  }

  .da-page-header .hero-content {
    margin-top: 220px !important;
  }

  .hero-content h2 {
    line-height: initial;
    font-size: 32px;
    line-height: 32px;
  }

  .hero-content h5 { 
    color: #FFFFFF;
  }

  .quote-section h3, .about-section .title {
    line-height: initial;
    font-size: 22px;
    line-height: 22px;
  }

  .bl {
    border: none !important;
  }

  .ui-carousel .slide {
    width: 280px !important;
  }

  .ui-carousel .carousel-wrapper {
    margin: 0px 20px;
  }
}

