/****
    *
    *   TABLE OF CONTENTS
    *
    *************************
    *
    *   --- Override Framework7 Styles
    *   - General
    *   - Typography
    *   - Containers
    *   - Navbar
    *   - Panel
    *   - List Block
    *   - Form
    *   - Notifications
    *   - Popover
    *
    *
    *
    *   --- Custom CSS Styles
    *   - Helpers
    *   - Navbar
    *   - Slider Captions
    *   - Header Search
    *   - Colors
    *   - Background Colors
    *   - Icon Info Box
    *   - Title 1
    *   - Testimonials Carousel
    *   - Filters
    *   - Isotope
    *   - Grid Showcase
    *   - Footer
    *   - Icon Balls
    *   - Menu List
    *   - Panel Contact Information
    *   - Progress Bar
    *   - Loading Screen
    *   - Spinner
    *   - User Card
    *   - 404
    *   - Backgrounds
    *   - Countdown
    *   - Forms
    *   - Dividers
    *   - Contact Map
    *   - Blog
    *   - Blog Sidebar
    *   - Sidebar Recent Projects
    *   - Pagination
    *   - Responsive Embed
    *   - Comment List
    *   - Product Category
    *   - Product List
    *   - Swiper Pagination
    *   - Size Radio
    *   - Color Radio
    *   - Cart Items
    *
    *************************/

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, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
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: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

/* line 22, ../../../../../../../../../Users/tcg/.rvm/gems/ruby-2.2.3@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
	line-height: 1;
}

/* line 24, ../../../../../../../../../Users/tcg/.rvm/gems/ruby-2.2.3@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

/* line 26, ../../../../../../../../../Users/tcg/.rvm/gems/ruby-2.2.3@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* line 28, ../../../../../../../../../Users/tcg/.rvm/gems/ruby-2.2.3@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

/* line 30, ../../../../../../../../../Users/tcg/.rvm/gems/ruby-2.2.3@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
	quotes: none;
}
/* line 103, ../../../../../../../../../Users/tcg/.rvm/gems/ruby-2.2.3@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

/* line 32, ../../../../../../../../../Users/tcg/.rvm/gems/ruby-2.2.3@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
	border: none;
}

/* line 116, ../../../../../../../../../Users/tcg/.rvm/gems/ruby-2.2.3@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

/* === Grid === */
/* line 2, ../sass/_grid.scss */

.row:not(.no-gutter){
	margin-left: -15px;
	margin-right: -15px;
}

/* line 21, ../sass/_grid.scss */
.row:not(.no-gutter) > [class*="col-"] {
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}

.row.margin-bottom-30{
	margin-bottom: 30px;
}

/* line 24, ../sass/_grid.scss */
.row .col-auto {
	width: 100%;
}

/* line 27, ../sass/_grid.scss */
.row .col-100 {
	width: 100%;
	width: -webkit-calc((100% - 16px*0) / 1);
	width: calc((100% - 16px*0) / 1);
}

/* line 32, ../sass/_grid.scss */
.row.no-gutter .col-100 {
	width: 100%;
}

/* line 35, ../sass/_grid.scss */
.row .col-95 {
	width: 95%;
	width: -webkit-calc((100% - 16px*0.05263157894736836) / 1.0526315789473684);
	width: calc((100% - 16px*0.05263157894736836) / 1.0526315789473684);
}

/* line 40, ../sass/_grid.scss */
.row.no-gutter .col-95 {
	width: 95%;
}

/* line 43, ../sass/_grid.scss */
.row .col-90 {
	width: 90%;
	width: -webkit-calc((100% - 16px*0.11111111111111116) / 1.1111111111111112);
	width: calc((100% - 16px*0.11111111111111116) / 1.1111111111111112);
}

/* line 48, ../sass/_grid.scss */
.row.no-gutter .col-90 {
	width: 90%;
}

/* line 51, ../sass/_grid.scss */
.row .col-85 {
	width: 85%;
	width: -webkit-calc((100% - 16px*0.17647058823529416) / 1.1764705882352942);
	width: calc((100% - 16px*0.17647058823529416) / 1.1764705882352942);
}

/* line 56, ../sass/_grid.scss */
.row.no-gutter .col-85 {
	width: 85%;
}

/* line 59, ../sass/_grid.scss */
.row .col-80 {
	width: 80%;
	width: -webkit-calc((100% - 16px*0.25) / 1.25);
	width: calc((100% - 16px*0.25) / 1.25);
}

/* line 64, ../sass/_grid.scss */
.row.no-gutter .col-80 {
	width: 80%;
}

/* line 67, ../sass/_grid.scss */
.row .col-75 {
	width: 75%;
	width: -webkit-calc((100% - 16px*0.33333333333333326) / 1.3333333333333333);
	width: calc((100% - 16px*0.33333333333333326) / 1.3333333333333333);
}

/* line 72, ../sass/_grid.scss */
.row.no-gutter .col-75 {
	width: 75%;
}

/* line 75, ../sass/_grid.scss */
.row .col-66 {
	width: 66.66666666666666%;
	width: -webkit-calc((100% - 16px*0.5000000000000002) / 1.5000000000000002);
	width: calc((100% - 16px*0.5000000000000002) / 1.5000000000000002);
}

/* line 80, ../sass/_grid.scss */
.row.no-gutter .col-66 {
	width: 66.66666666666666%;
}

/* line 83, ../sass/_grid.scss */
.row .col-60 {
	width: 60%;
	width: -webkit-calc((100% - 16px*0.6666666666666667) / 1.6666666666666667);
	width: calc((100% - 16px*0.6666666666666667) / 1.6666666666666667);
}

/* line 88, ../sass/_grid.scss */
.row.no-gutter .col-60 {
	width: 60%;
}

/* line 91, ../sass/_grid.scss */
.row .col-50 {
	width: 50%;
	width: -webkit-calc((100% - 16px*1) / 2);
	width: calc((100% - 16px*1) / 2);
}

/* line 96, ../sass/_grid.scss */
.row.no-gutter .col-50 {
	width: 50%;
}

/* line 99, ../sass/_grid.scss */
.row .col-40 {
	width: 40%;
	width: -webkit-calc((100% - 16px*1.5) / 2.5);
	width: calc((100% - 16px*1.5) / 2.5);
}

/* line 104, ../sass/_grid.scss */
.row.no-gutter .col-40 {
	width: 40%;
}

/* line 107, ../sass/_grid.scss */
.row .col-33 {
	width: 33.333333333333336%;
	width: -webkit-calc((100% - 16px*2) / 3);
	width: calc((100% - 16px*2) / 3);
}

/* line 112, ../sass/_grid.scss */
.row.no-gutter .col-33 {
	width: 33.333333333333336%;
}

/* line 115, ../sass/_grid.scss */
.row .col-25 {
	width: 25%;
	width: -webkit-calc((100% - 16px*3) / 4);
	width: calc((100% - 16px*3) / 4);
}

/* line 120, ../sass/_grid.scss */
.row.no-gutter .col-25 {
	width: 25%;
}

/* line 123, ../sass/_grid.scss */
.row .col-20 {
	width: 20%;
	width: -webkit-calc((100% - 16px*4) / 5);
	width: calc((100% - 16px*4) / 5);
}

/* line 128, ../sass/_grid.scss */
.row.no-gutter .col-20 {
	width: 20%;
}

/* line 131, ../sass/_grid.scss */
.row .col-15 {
	width: 15%;
	width: -webkit-calc((100% - 16px*5.666666666666667) / 6.666666666666667);
	width: calc((100% - 16px*5.666666666666667) / 6.666666666666667);
}

/* line 136, ../sass/_grid.scss */
.row.no-gutter .col-15 {
	width: 15%;
}

/* line 139, ../sass/_grid.scss */
.row .col-10 {
	width: 10%;
	width: -webkit-calc((100% - 16px*9) / 10);
	width: calc((100% - 16px*9) / 10);
}

/* line 144, ../sass/_grid.scss */
.row.no-gutter .col-10 {
	width: 10%;
}

/* line 147, ../sass/_grid.scss */
.row .col-5 {
	width: 5%;
	width: -webkit-calc((100% - 16px*19) / 20);
	width: calc((100% - 16px*19) / 20);
}

/* line 152, ../sass/_grid.scss */
.row.no-gutter .col-5 {
	width: 5%;
}

/* line 155, ../sass/_grid.scss */
.row .col-auto:nth-last-child(1),
.row .col-auto:nth-last-child(1) ~ .col-auto {
	width: 100%;
	width: -webkit-calc((100% - 16px*0) / 1);
	width: calc((100% - 16px*0) / 1);
}

/* line 161, ../sass/_grid.scss */
.row.no-gutter .col-auto:nth-last-child(1),
.row.no-gutter .col-auto:nth-last-child(1) ~ .col-auto {
	width: 100%;
}

/* line 165, ../sass/_grid.scss */
.row .col-auto:nth-last-child(2),
.row .col-auto:nth-last-child(2) ~ .col-auto {
	width: 50%;
	width: -webkit-calc((100% - 16px*1) / 2);
	width: calc((100% - 16px*1) / 2);
}

/* line 171, ../sass/_grid.scss */
.row.no-gutter .col-auto:nth-last-child(2),
.row.no-gutter .col-auto:nth-last-child(2) ~ .col-auto {
	width: 50%;
}

/* line 175, ../sass/_grid.scss */
.row .col-auto:nth-last-child(3),
.row .col-auto:nth-last-child(3) ~ .col-auto {
	width: 33.33333333%;
	width: -webkit-calc((100% - 16px*2) / 3);
	width: calc((100% - 16px*2) / 3);
}

/* line 181, ../sass/_grid.scss */
.row.no-gutter .col-auto:nth-last-child(3),
.row.no-gutter .col-auto:nth-last-child(3) ~ .col-auto {
	width: 33.33333333%;
}

/* line 185, ../sass/_grid.scss */
.row .col-auto:nth-last-child(4),
.row .col-auto:nth-last-child(4) ~ .col-auto {
	width: 25%;
	width: -webkit-calc((100% - 16px*3) / 4);
	width: calc((100% - 16px*3) / 4);
}

/* line 191, ../sass/_grid.scss */
.row.no-gutter .col-auto:nth-last-child(4),
.row.no-gutter .col-auto:nth-last-child(4) ~ .col-auto {
	width: 25%;
}

/* line 195, ../sass/_grid.scss */
.row .col-auto:nth-last-child(5),
.row .col-auto:nth-last-child(5) ~ .col-auto {
	width: 20%;
	width: -webkit-calc((100% - 16px*4) / 5);
	width: calc((100% - 16px*4) / 5);
}

/* line 201, ../sass/_grid.scss */
.row.no-gutter .col-auto:nth-last-child(5),
.row.no-gutter .col-auto:nth-last-child(5) ~ .col-auto {
	width: 20%;
}

/* line 205, ../sass/_grid.scss */
.row .col-auto:nth-last-child(6),
.row .col-auto:nth-last-child(6) ~ .col-auto {
	width: 16.66666667%;
	width: -webkit-calc((100% - 16px*5) / 6);
	width: calc((100% - 16px*5) / 6);
}

/* line 211, ../sass/_grid.scss */
.row.no-gutter .col-auto:nth-last-child(6),
.row.no-gutter .col-auto:nth-last-child(6) ~ .col-auto {
	width: 16.66666667%;
}

/* line 215, ../sass/_grid.scss */
.row .col-auto:nth-last-child(7),
.row .col-auto:nth-last-child(7) ~ .col-auto {
	width: 14.28571429%;
	width: -webkit-calc((100% - 16px*6) / 7);
	width: calc((100% - 16px*6) / 7);
}

/* line 221, ../sass/_grid.scss */
.row.no-gutter .col-auto:nth-last-child(7),
.row.no-gutter .col-auto:nth-last-child(7) ~ .col-auto {
	width: 14.28571429%;
}

/* line 225, ../sass/_grid.scss */
.row .col-auto:nth-last-child(8),
.row .col-auto:nth-last-child(8) ~ .col-auto {
	width: 12.5%;
	width: -webkit-calc((100% - 16px*7) / 8);
	width: calc((100% - 16px*7) / 8);
}

/* line 231, ../sass/_grid.scss */
.row.no-gutter .col-auto:nth-last-child(8),
.row.no-gutter .col-auto:nth-last-child(8) ~ .col-auto {
	width: 12.5%;
}

/* line 235, ../sass/_grid.scss */
.row .col-auto:nth-last-child(9),
.row .col-auto:nth-last-child(9) ~ .col-auto {
	width: 11.11111111%;
	width: -webkit-calc((100% - 16px*8) / 9);
	width: calc((100% - 16px*8) / 9);
}

/* line 241, ../sass/_grid.scss */
.row.no-gutter .col-auto:nth-last-child(9),
.row.no-gutter .col-auto:nth-last-child(9) ~ .col-auto {
	width: 11.11111111%;
}

/* line 245, ../sass/_grid.scss */
.row .col-auto:nth-last-child(10),
.row .col-auto:nth-last-child(10) ~ .col-auto {
	width: 10%;
	width: -webkit-calc((100% - 16px*9) / 10);
	width: calc((100% - 16px*9) / 10);
}

/* line 251, ../sass/_grid.scss */
.row.no-gutter .col-auto:nth-last-child(10),
.row.no-gutter .col-auto:nth-last-child(10) ~ .col-auto {
	width: 10%;
}

/* line 255, ../sass/_grid.scss */
.row .col-auto:nth-last-child(11),
.row .col-auto:nth-last-child(11) ~ .col-auto {
	width: 9.09090909%;
	width: -webkit-calc((100% - 16px*10) / 11);
	width: calc((100% - 16px*10) / 11);
}

/* line 261, ../sass/_grid.scss */
.row.no-gutter .col-auto:nth-last-child(11),
.row.no-gutter .col-auto:nth-last-child(11) ~ .col-auto {
	width: 9.09090909%;
}

/* line 265, ../sass/_grid.scss */
.row .col-auto:nth-last-child(12),
.row .col-auto:nth-last-child(12) ~ .col-auto {
	width: 8.33333333%;
	width: -webkit-calc((100% - 16px*11) / 12);
	width: calc((100% - 16px*11) / 12);
}

/* line 271, ../sass/_grid.scss */
.row.no-gutter .col-auto:nth-last-child(12),
.row.no-gutter .col-auto:nth-last-child(12) ~ .col-auto {
	width: 8.33333333%;
}

/* line 275, ../sass/_grid.scss */
.row .col-auto:nth-last-child(13),
.row .col-auto:nth-last-child(13) ~ .col-auto {
	width: 7.69230769%;
	width: -webkit-calc((100% - 16px*12) / 13);
	width: calc((100% - 16px*12) / 13);
}

/* line 281, ../sass/_grid.scss */
.row.no-gutter .col-auto:nth-last-child(13),
.row.no-gutter .col-auto:nth-last-child(13) ~ .col-auto {
	width: 7.69230769%;
}

/* line 285, ../sass/_grid.scss */
.row .col-auto:nth-last-child(14),
.row .col-auto:nth-last-child(14) ~ .col-auto {
	width: 7.14285714%;
	width: -webkit-calc((100% - 16px*13) / 14);
	width: calc((100% - 16px*13) / 14);
}

/* line 291, ../sass/_grid.scss */
.row.no-gutter .col-auto:nth-last-child(14),
.row.no-gutter .col-auto:nth-last-child(14) ~ .col-auto {
	width: 7.14285714%;
}

/* line 295, ../sass/_grid.scss */
.row .col-auto:nth-last-child(15),
.row .col-auto:nth-last-child(15) ~ .col-auto {
	width: 6.66666667%;
	width: -webkit-calc((100% - 16px*14) / 15);
	width: calc((100% - 16px*14) / 15);
}

/* line 301, ../sass/_grid.scss */
.row.no-gutter .col-auto:nth-last-child(15),
.row.no-gutter .col-auto:nth-last-child(15) ~ .col-auto {
	width: 6.66666667%;
}

@media all and (min-width: 768px) {
	/* line 306, ../sass/_grid.scss */
	.row:before,
	.row:after{
		display: table;
		content: "";
		line-height: 0;
	}

	.row:after{
		clear: both;
	}

	.row > [class*="tablet-"]{
		float: left;
	}

	.row .tablet-100 {
		width: 100%;
		width: -webkit-calc((100% - 16px*0) / 1);
		width: calc((100% - 16px*0) / 1);
	}

	/* line 311, ../sass/_grid.scss */
	.row.no-gutter .tablet-100 {
		width: 100%;
	}

	/* line 314, ../sass/_grid.scss */
	.row .tablet-95 {
		width: 95%;
		width: -webkit-calc((100% - 16px*0.05263157894736836) / 1.0526315789473684);
		width: calc((100% - 16px*0.05263157894736836) / 1.0526315789473684);
	}

	/* line 319, ../sass/_grid.scss */
	.row.no-gutter .tablet-95 {
		width: 95%;
	}

	/* line 322, ../sass/_grid.scss */
	.row .tablet-90 {
		width: 90%;
		width: -webkit-calc((100% - 16px*0.11111111111111116) / 1.1111111111111112);
		width: calc((100% - 16px*0.11111111111111116) / 1.1111111111111112);
	}

	/* line 327, ../sass/_grid.scss */
	.row.no-gutter .tablet-90 {
		width: 90%;
	}

	/* line 330, ../sass/_grid.scss */
	.row .tablet-85 {
		width: 85%;
		width: -webkit-calc((100% - 16px*0.17647058823529416) / 1.1764705882352942);
		width: calc((100% - 16px*0.17647058823529416) / 1.1764705882352942);
	}

	/* line 335, ../sass/_grid.scss */
	.row.no-gutter .tablet-85 {
		width: 85%;
	}

	/* line 338, ../sass/_grid.scss */
	.row .tablet-80 {
		width: 80%;
		width: -webkit-calc((100% - 16px*0.25) / 1.25);
		width: calc((100% - 16px*0.25) / 1.25);
	}

	/* line 343, ../sass/_grid.scss */
	.row.no-gutter .tablet-80 {
		width: 80%;
	}

	/* line 346, ../sass/_grid.scss */
	.row .tablet-75 {
		width: 75%;
		width: -webkit-calc((100% - 16px*0.33333333333333326) / 1.3333333333333333);
		width: calc((100% - 16px*0.33333333333333326) / 1.3333333333333333);
	}

	/* line 351, ../sass/_grid.scss */
	.row.no-gutter .tablet-75 {
		width: 75%;
	}

	/* line 354, ../sass/_grid.scss */
	.row .tablet-66 {
		width: 66.66666666666666%;
		width: -webkit-calc((100% - 16px*0.5000000000000002) / 1.5000000000000002);
		width: calc((100% - 16px*0.5000000000000002) / 1.5000000000000002);
	}

	/* line 359, ../sass/_grid.scss */
	.row.no-gutter .tablet-66 {
		width: 66.66666666666666%;
	}

	/* line 362, ../sass/_grid.scss */
	.row .tablet-60 {
		width: 60%;
		width: -webkit-calc((100% - 16px*0.6666666666666667) / 1.6666666666666667);
		width: calc((100% - 16px*0.6666666666666667) / 1.6666666666666667);
	}

	/* line 367, ../sass/_grid.scss */
	.row.no-gutter .tablet-60 {
		width: 60%;
	}

	/* line 370, ../sass/_grid.scss */
	.row .tablet-50 {
		width: 50%;
		width: -webkit-calc((100% - 16px*1) / 2);
		width: calc((100% - 16px*1) / 2);
	}

	/* line 375, ../sass/_grid.scss */
	.row.no-gutter .tablet-50 {
		width: 50%;
	}

	/* line 378, ../sass/_grid.scss */
	.row .tablet-40 {
		width: 40%;
		width: -webkit-calc((100% - 16px*1.5) / 2.5);
		width: calc((100% - 16px*1.5) / 2.5);
	}

	/* line 383, ../sass/_grid.scss */
	.row.no-gutter .tablet-40 {
		width: 40%;
	}

	/* line 386, ../sass/_grid.scss */
	.row .tablet-33 {
		width: 33.333333333333336%;
		width: -webkit-calc((100% - 16px*2) / 3);
		width: calc((100% - 16px*2) / 3);
	}

	/* line 391, ../sass/_grid.scss */
	.row.no-gutter .tablet-33 {
		width: 33.333333333333336%;
	}

	/* line 394, ../sass/_grid.scss */
	.row .tablet-25 {
		width: 25%;
		width: -webkit-calc((100% - 16px*3) / 4);
		width: calc((100% - 16px*3) / 4);
	}

	/* line 399, ../sass/_grid.scss */
	.row.no-gutter .tablet-25 {
		width: 25%;
	}

	/* line 402, ../sass/_grid.scss */
	.row .tablet-20 {
		width: 20%;
		width: -webkit-calc((100% - 16px*4) / 5);
		width: calc((100% - 16px*4) / 5);
	}

	/* line 407, ../sass/_grid.scss */
	.row.no-gutter .tablet-20 {
		width: 20%;
	}

	/* line 410, ../sass/_grid.scss */
	.row .tablet-15 {
		width: 15%;
		width: -webkit-calc((100% - 16px*5.666666666666667) / 6.666666666666667);
		width: calc((100% - 16px*5.666666666666667) / 6.666666666666667);
	}

	/* line 415, ../sass/_grid.scss */
	.row.no-gutter .tablet-15 {
		width: 15%;
	}

	/* line 418, ../sass/_grid.scss */
	.row .tablet-10 {
		width: 10%;
		width: -webkit-calc((100% - 16px*9) / 10);
		width: calc((100% - 16px*9) / 10);
	}

	/* line 423, ../sass/_grid.scss */
	.row.no-gutter .tablet-10 {
		width: 10%;
	}

	/* line 426, ../sass/_grid.scss */
	.row .tablet-5 {
		width: 5%;
		width: -webkit-calc((100% - 16px*19) / 20);
		width: calc((100% - 16px*19) / 20);
	}

	/* line 431, ../sass/_grid.scss */
	.row.no-gutter .tablet-5 {
		width: 5%;
	}

	/* line 434, ../sass/_grid.scss */
	.row .tablet-auto:nth-last-child(1),
	.row .tablet-auto:nth-last-child(1) ~ .col-auto {
		width: 100%;
		width: -webkit-calc((100% - 16px*0) / 1);
		width: calc((100% - 16px*0) / 1);
	}

	/* line 440, ../sass/_grid.scss */
	.row.no-gutter .tablet-auto:nth-last-child(1),
	.row.no-gutter .tablet-auto:nth-last-child(1) ~ .tablet-auto {
		width: 100%;
	}

	/* line 444, ../sass/_grid.scss */
	.row .tablet-auto:nth-last-child(2),
	.row .tablet-auto:nth-last-child(2) ~ .col-auto {
		width: 50%;
		width: -webkit-calc((100% - 16px*1) / 2);
		width: calc((100% - 16px*1) / 2);
	}

	/* line 450, ../sass/_grid.scss */
	.row.no-gutter .tablet-auto:nth-last-child(2),
	.row.no-gutter .tablet-auto:nth-last-child(2) ~ .tablet-auto {
		width: 50%;
	}

	/* line 454, ../sass/_grid.scss */
	.row .tablet-auto:nth-last-child(3),
	.row .tablet-auto:nth-last-child(3) ~ .col-auto {
		width: 33.33333333%;
		width: -webkit-calc((100% - 16px*2) / 3);
		width: calc((100% - 16px*2) / 3);
	}

	/* line 460, ../sass/_grid.scss */
	.row.no-gutter .tablet-auto:nth-last-child(3),
	.row.no-gutter .tablet-auto:nth-last-child(3) ~ .tablet-auto {
		width: 33.33333333%;
	}

	/* line 464, ../sass/_grid.scss */
	.row .tablet-auto:nth-last-child(4),
	.row .tablet-auto:nth-last-child(4) ~ .col-auto {
		width: 25%;
		width: -webkit-calc((100% - 16px*3) / 4);
		width: calc((100% - 16px*3) / 4);
	}

	/* line 470, ../sass/_grid.scss */
	.row.no-gutter .tablet-auto:nth-last-child(4),
	.row.no-gutter .tablet-auto:nth-last-child(4) ~ .tablet-auto {
		width: 25%;
	}

	/* line 474, ../sass/_grid.scss */
	.row .tablet-auto:nth-last-child(5),
	.row .tablet-auto:nth-last-child(5) ~ .col-auto {
		width: 20%;
		width: -webkit-calc((100% - 16px*4) / 5);
		width: calc((100% - 16px*4) / 5);
	}

	/* line 480, ../sass/_grid.scss */
	.row.no-gutter .tablet-auto:nth-last-child(5),
	.row.no-gutter .tablet-auto:nth-last-child(5) ~ .tablet-auto {
		width: 20%;
	}

	/* line 484, ../sass/_grid.scss */
	.row .tablet-auto:nth-last-child(6),
	.row .tablet-auto:nth-last-child(6) ~ .col-auto {
		width: 16.66666667%;
		width: -webkit-calc((100% - 16px*5) / 6);
		width: calc((100% - 16px*5) / 6);
	}

	/* line 490, ../sass/_grid.scss */
	.row.no-gutter .tablet-auto:nth-last-child(6),
	.row.no-gutter .tablet-auto:nth-last-child(6) ~ .tablet-auto {
		width: 16.66666667%;
	}

	/* line 494, ../sass/_grid.scss */
	.row .tablet-auto:nth-last-child(7),
	.row .tablet-auto:nth-last-child(7) ~ .col-auto {
		width: 14.28571429%;
		width: -webkit-calc((100% - 16px*6) / 7);
		width: calc((100% - 16px*6) / 7);
	}

	/* line 500, ../sass/_grid.scss */
	.row.no-gutter .tablet-auto:nth-last-child(7),
	.row.no-gutter .tablet-auto:nth-last-child(7) ~ .tablet-auto {
		width: 14.28571429%;
	}

	/* line 504, ../sass/_grid.scss */
	.row .tablet-auto:nth-last-child(8),
	.row .tablet-auto:nth-last-child(8) ~ .col-auto {
		width: 12.5%;
		width: -webkit-calc((100% - 16px*7) / 8);
		width: calc((100% - 16px*7) / 8);
	}

	/* line 510, ../sass/_grid.scss */
	.row.no-gutter .tablet-auto:nth-last-child(8),
	.row.no-gutter .tablet-auto:nth-last-child(8) ~ .tablet-auto {
		width: 12.5%;
	}

	/* line 514, ../sass/_grid.scss */
	.row .tablet-auto:nth-last-child(9),
	.row .tablet-auto:nth-last-child(9) ~ .col-auto {
		width: 11.11111111%;
		width: -webkit-calc((100% - 16px*8) / 9);
		width: calc((100% - 16px*8) / 9);
	}

	/* line 520, ../sass/_grid.scss */
	.row.no-gutter .tablet-auto:nth-last-child(9),
	.row.no-gutter .tablet-auto:nth-last-child(9) ~ .tablet-auto {
		width: 11.11111111%;
	}

	/* line 524, ../sass/_grid.scss */
	.row .tablet-auto:nth-last-child(10),
	.row .tablet-auto:nth-last-child(10) ~ .col-auto {
		width: 10%;
		width: -webkit-calc((100% - 16px*9) / 10);
		width: calc((100% - 16px*9) / 10);
	}

	/* line 530, ../sass/_grid.scss */
	.row.no-gutter .tablet-auto:nth-last-child(10),
	.row.no-gutter .tablet-auto:nth-last-child(10) ~ .tablet-auto {
		width: 10%;
	}

	/* line 534, ../sass/_grid.scss */
	.row .tablet-auto:nth-last-child(11),
	.row .tablet-auto:nth-last-child(11) ~ .col-auto {
		width: 9.09090909%;
		width: -webkit-calc((100% - 16px*10) / 11);
		width: calc((100% - 16px*10) / 11);
	}

	/* line 540, ../sass/_grid.scss */
	.row.no-gutter .tablet-auto:nth-last-child(11),
	.row.no-gutter .tablet-auto:nth-last-child(11) ~ .tablet-auto {
		width: 9.09090909%;
	}

	/* line 544, ../sass/_grid.scss */
	.row .tablet-auto:nth-last-child(12),
	.row .tablet-auto:nth-last-child(12) ~ .col-auto {
		width: 8.33333333%;
		width: -webkit-calc((100% - 16px*11) / 12);
		width: calc((100% - 16px*11) / 12);
	}

	/* line 550, ../sass/_grid.scss */
	.row.no-gutter .tablet-auto:nth-last-child(12),
	.row.no-gutter .tablet-auto:nth-last-child(12) ~ .tablet-auto {
		width: 8.33333333%;
	}

	/* line 554, ../sass/_grid.scss */
	.row .tablet-auto:nth-last-child(13),
	.row .tablet-auto:nth-last-child(13) ~ .col-auto {
		width: 7.69230769%;
		width: -webkit-calc((100% - 16px*12) / 13);
		width: calc((100% - 16px*12) / 13);
	}

	/* line 560, ../sass/_grid.scss */
	.row.no-gutter .tablet-auto:nth-last-child(13),
	.row.no-gutter .tablet-auto:nth-last-child(13) ~ .tablet-auto {
		width: 7.69230769%;
	}

	/* line 564, ../sass/_grid.scss */
	.row .tablet-auto:nth-last-child(14),
	.row .tablet-auto:nth-last-child(14) ~ .col-auto {
		width: 7.14285714%;
		width: -webkit-calc((100% - 16px*13) / 14);
		width: calc((100% - 16px*13) / 14);
	}

	/* line 570, ../sass/_grid.scss */
	.row.no-gutter .tablet-auto:nth-last-child(14),
	.row.no-gutter .tablet-auto:nth-last-child(14) ~ .tablet-auto {
		width: 7.14285714%;
	}

	/* line 574, ../sass/_grid.scss */
	.row .tablet-auto:nth-last-child(15),
	.row .tablet-auto:nth-last-child(15) ~ .col-auto {
		width: 6.66666667%;
		width: -webkit-calc((100% - 16px*14) / 15);
		width: calc((100% - 16px*14) / 15);
	}

	/* line 580, ../sass/_grid.scss */
	.row.no-gutter .tablet-auto:nth-last-child(15),
	.row.no-gutter .tablet-auto:nth-last-child(15) ~ .tablet-auto {
		width: 6.66666667%;
	}
}
/*
 *  General
 *
 *  - General color variables set here to manage easier
 */
/* line 18, ../sass/screen.scss */
html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/* line 24, ../sass/screen.scss */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*
 *  Coloring Variables
 *
 *  - General color variables set here to manage easier
 */
/*
 *  Helpers
 *
 *  - Useful classes for general purposes
 */
/* line 56, ../sass/screen.scss */
.position-left {
	left: 0;
}

/* line 57, ../sass/screen.scss */
.position-right {
	right: 0;
}
/* line 56, ../sass/screen.scss */
.pull-left {
	float: left;
}

/* line 57, ../sass/screen.scss */
.pull-right {
	float: right;
}

/*
 *  Typography
 *
 *  - General color variables set here to manage easier
 */
/* line 66, ../sass/screen.scss */
body {
	font-family: Roboto, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: rgba(0, 0, 0, 0.6);
}

/* line 73, ../sass/screen.scss */
p {
	margin: 10px 0;
}

/* line 77, ../sass/screen.scss */
a {
	color: #2196F3;
	text-decoration: none;
}

/* line 82, ../sass/screen.scss */
small {
	font-size: 80%;
}

/* line 86, ../sass/screen.scss */
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin: 10px 0;
	color: rgba(0, 0, 0, 0.87);
}

/* line 92, ../sass/screen.scss */
h1 {
	font-size: 30px;
	line-height: 40px;
}

/* line 97, ../sass/screen.scss */
h2 {
	font-size: 24px;
	line-height: 44px;
}

/* line 102, ../sass/screen.scss */
h3 {
	font-size: 20px;
	line-height: 28px;
}

/* line 107, ../sass/screen.scss */
h4 {
	font-size: 16px;
	line-height: 22px;
}

/* line 112, ../sass/screen.scss */
h5 {
	font-size: 11px;
	line-height: 16px;
}

/* line 117, ../sass/screen.scss */
h6 {
	font-size: 8px;
	line-height: 12px;
}

/*
 *  Main Structure
 *
 *  - Panels and page containers
 */
/* line 129, ../sass/screen.scss */
.ms-panel {
	width: 260px;
	z-index: 50;
	overflow: hidden;
	background-color: #171616;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	position: absolute;
	top: 0;
	bottom: 0;
}

/* line 141, ../sass/screen.scss */
.tc-page {
	z-index: 0;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #FFF;
}

/* line 149, ../sass/screen.scss */
.inner {
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.inner::-webkit-scrollbar { display: none }

/* line 158, ../sass/screen.scss */
.content-inner {
	padding: 15px;
}

.navbar.navbar-fixed ~ .inner > .content-inner{
	padding-top: 0;
}

/*
 *  Navbar and Toolbar
 *
 *  - Navigation bar and tool bar
 */
/* line 172, ../sass/screen.scss */
.navbar,
.toolbar {
	position: relative;
	z-index: 25;
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
}

/* line 182, ../sass/screen.scss */
.navbar {
	height: 50px;
	background-color: #171616;
}
/* line 186, ../sass/screen.scss */
.navbar.navbar-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: transparent;
}

.navbar.navbar-fixed.colored {
	background-color: #171616;
}
/* line 193, ../sass/screen.scss */
.navbar.hidden {
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

/* line 198, ../sass/screen.scss */
.toolbar {
	height: 50px;
	background-color: rgba(23, 22, 22, 0.12);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
/* line 206, ../sass/screen.scss */
.toolbar.hidden {
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

/* line 212, ../sass/screen.scss */
body .toolbar + .inner {
	padding-bottom: 50px;
}
/* line 217, ../sass/screen.scss */
body .navbar ~ .inner {
	position: absolute;
	top: 0;
	padding-top: 50px;
	bottom: 0;
	left: 0;
	right: 0;
}
/* line 226, ../sass/screen.scss */
body .navbar.navbar-fixed ~ .inner {
	padding-top: 0;
	position: static;
}

/*
 *  Overlay
 *
 *  - Complete overlay to hide content partially
 */
/* line 240, ../sass/screen.scss */
.overlay {
	opacity: 0;
	visibility: hidden;
	z-index: 35;
	background-color: rgba(0,0,0,0.7);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	position: fixed;
}

/* line 254, ../sass/screen.scss */
.ms-panel-left .overlay,
.ms-panel-right .overlay {
	opacity: 1;
	visibility: visible;
}

/*
 *  Panels
 *
 *  - Complete overlay to hide content partially
 */
/* line 267, ../sass/screen.scss */
body:not(.logged-in) {
	-moz-perspective: 1100px;
	-webkit-perspective: 1100px;
	perspective: 1100px;
	overflow: hidden;
}

/* line 272, ../sass/screen.scss */
.tc-page {
	/*-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-moz-perspective: 1000px;
	-webkit-perspective: 1000px;
	perspective: 1000px;*/
	will-change: transform;
	overflow: hidden;
	backface-visibility: hidden;
	box-shadow: 0 0 20px rgba(0,0,0,.5);
}

/* line 280, ../sass/screen.scss */
.ms-panel.position-left {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-moz-transform: translate3d(-260px, 0, 0);
	-webkit-transform: translate3d(-260px, 0, 0);
	transform: translate3d(-260px, 0, 0);
}
/* line 284, ../sass/screen.scss */
.ms-panel.position-right {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-moz-transform: translate3d(260px, 0, 0);
	-webkit-transform: translate3d(260px, 0, 0);
	transform: translate3d(260px, 0, 0);
}


/*
 *  3d Panels
 *
 */
.ms-panel-left.ms-panels-3d .tc-page {
	-moz-transform: translate3d(260px, 0, 0) rotateY(-30deg);
	-ms-transform: translate3d(260px, 0, 0) rotateY(-30deg);
	-webkit-transform: translate3d(260px, 0, 0) rotateY(-30deg);
	transform: translate3d(260px, 0, 0) rotateY(-30deg);
	-moz-transform-origin: right center;
	-ms-transform-origin: right center;
	-webkit-transform-origin: right center;
	transform-origin: right center;
}
.ms-panel-left.ms-panels-3d .position-left {
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.ms-panel-right.ms-panels-3d .tc-page {
	-moz-transform: translate3d(-260px, 0, 0) rotateY(30deg);
	-ms-transform: translate3d(-260px, 0, 0) rotateY(30deg);
	-webkit-transform: translate3d(-260px, 0, 0) rotateY(30deg);
	transform: translate3d(-260px, 0, 0) rotateY(30deg);
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
.ms-panel-right.ms-panels-3d .position-right {
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


/*
 *  Blur Panels
 *
 */
/* line 290, ../sass/screen.scss */
.ms-panel-left.ms-panels-blur .tc-page {
	-webkit-filter: blur(5px);
	filter: blur(5px);

	-webkit-transform: translate3d(260px,0,0) scale(.9);
	transform: translate3d(260px,0,0) scale(.9);
	transform-origin: center center;
}
/* line 295, ../sass/screen.scss */
.ms-panel-left.ms-panels-blur .position-left {
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* line 301, ../sass/screen.scss */
.ms-panel-right.ms-panels-blur .tc-page {
	-webkit-filter: blur(5px);
	filter: blur(5px);

	-webkit-transform: translate3d(-260px,0,0) scale(.9);
	transform: translate3d(-260px,0,0) scale(.9);
	transform-origin: center center;
}
/* line 306, ../sass/screen.scss */
.ms-panel-right.ms-panels-blur .position-right {
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}



/**---------------------
  *
  * Slider
  *
  *---------------------**/
.wpb_revslider_element{
	margin-left: -15px;
	margin-right: -15px;
}

.tc-slider{
	width: auto !important;
	position: relative;
}

.tc-slider .item{
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.tc-slider .item img{
	display: block;
}

.tc-slider .item:not(:first-child){
	position: absolute;
	top: 0;
}

.owl-prev,
.owl-next{
	position: absolute;
	top: 50%;
	z-index: 3;
	height: 0;
	-webkit-transform: translateY(-50%) translateZ(0);
	-ms-transform: translateY(-50%) translateZ(0);
	transform: translateY(-50%) translateZ(0);
}

.owl-prev{
	left: 10px;
}

.owl-next{
	right: 10px;

	-webkit-transform: translateY(-50%) translateZ(0);
	-ms-transform: translateY(-50%) translateZ(0);
	transform: translateY(-50%) translateZ(0);
}

.owl-controls,
.owl-nav{
	position: static;
}

.owl-prev,
.owl-next{
	width: 30px;
	height: 30px;
	line-height: 29px;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
	text-align: center;
	border-radius: 50%;
	opacity: .87;
	background-color: transparent;
	z-index: 1;

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

.owl-prev i,
.owl-next i{
	font-size: 15px;
}

.owl-prev:hover,
.owl-next:hover{
	opacity: 1;
	background-color: rgba(0,0,0,.12);
}

.owl-item{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

/**---------------------
  *
  * Responsive Embed
  *
  *---------------------**/
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
}

.embed-responsive iframe{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}



/**---------------------
  *
  * Recent Posts
  *
  *---------------------**/
.tc-recent-post{
	position: relative;
}

.tc-recent-post .preview{
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
}

.tc-recent-post .preview img{
	display: block;
}

.tc-recent-post .details{
	line-height: 1;
}

.tc-recent-post .preview + .details{
	margin-left: 55px;
}

.tc-recent-post:not(:last-child){
	border-bottom: 1px solid rgba(0,0,0,.06);
}

.tc-recent-post .title h3{
	font-size: 17px;
	margin: 0;
}

.tc-recent-post{
	padding-bottom: 20px;
}

.tc-recent-post:not(:last-child){
	margin-bottom: 20px;
}

.tc-recent-post small{
	margin-top: 9px;
	display: block;
}

.tc-recent-post .link{
	display: block;
	position: absolute;
	font-size: 8px;
	right: 0;
	top: 34%;
	color: inherit;

	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}



/**---------------------
  *
  * Flickr Feed
  *
  *---------------------**/
.flickr-feed{
	margin: -2.5px;
	list-style: none;
}

.flickr-feed li{
	padding: 2.5px !important;
	display: block;
	float: left;
	width: 25%;
}

.flickr-feed a,
.flickr-feed img{
	display: block;
	width: 100%;
}



/**---------------------
  *
  * Inputs
  *
  *--------------------**/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea{
	border: none;
	background: none;
	border-bottom: 1px solid rgba(0, 0, 0, .12);
	outline: none;

	-webkit-transition: border .20s;
	transition: border .20s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus{
	border-bottom-color: #2196F3;
}



/**---------------------
  *
  * Buttons
  *
  *--------------------**/
.button,
input[type="submit"] {
	color: #2196f3;
	text-decoration: none;
	text-align: center;
	display: block;
	border-radius: 2px;
	line-height: 36px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: none;
	margin: 0 auto;
	height: 36px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	text-transform: uppercase;
	font-family: inherit;
	cursor: pointer;
	min-width: 80px;
	padding: 0 8px;
	position: relative;
	border: none;
	overflow: hidden;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.button.bg-blue {
	background-color: #2196f3;
	color: #fff;
}

.button.bg-green,
input[type="submit"] {
	background: #4caf50!important;
	color: #fff;
}



/**---------------------
  *
  * Comments
  *
  *--------------------**/
.comment-list,
.comment-list .children{
	list-style: none;
}

.comment-list{
	padding-left: 0;
}

.comment-list .avatar{
	border-radius: 50%;
	float: left;
}

.comment-list .fn{
	vertical-align: top;
	line-height: 1.3;
	display: inline-block;
	margin-left: 14px;
}

.comment-list .comment-metadata{
	margin-left: 55px;
	font-size: 80%;
	margin-top: -25px;
}

.comment-list .comment-body{
	position: relative;
	padding: 5px 0;
}

.comment-list .reply{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 80%;
}

.comments-title{
	margin-bottom: 25px;
}

.vc_tta-panel-title{
	font-size: 14px;
}



/**---------------------
  *
  * General
  *
  *---------------------**/
body{
    color: rgba(0,0,0,.6);
    font-size: 14px;
    line-height: 30px;
	background-size: cover;
	background-position: center center;
}



/**---------------------
  *
  * Typography
  *
  *---------------------**/
h1,h2,h3,h4,h5,h6{
    font-weight: 400;
    margin-top: 0;
    color: rgba(0,0,0,.87);
}

p{
    margin: 5px 0;
}



/**---------------------
  *
  * Containers
  *
  *---------------------**/
.content-block{
    margin-top: 15px;
    margin-bottom: 15px;
}

.content-block-inner{
    padding-top: 15px;
    padding-bottom: 15px;
    width: auto;
    margin-right: -16px;
}

.content-block-inner:before,
.content-block-inner:after{
    display: none;
}

.content-block-title{
    padding-top: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.tc-logo{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    line-height: 50px;

    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.tc-logo img{
    display: block;
    height: 15px;
}

.ms-page-loading .tc-logo{
	top: 30px;
	-webkit-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
}



/**---------------------
  *
  * Navbar
  *
  *---------------------**/
.navbar{
	-webkit-font-smoothing: antialiased;
    padding: 0 15px;
}

.navbar .icon-only{
    line-height: 50px;
    height: 50px;
    color: rgba(255,255,255,0.87);
}

.navbar .icon-only.pull-left{
    padding-right: 7px;
	margin-left: -15px;
	padding-left: 15px;
}

.navbar .icon-only.pull-right{
    padding-left: 7px;
}

.navbar .icon-only.pull-right.uiicon-menu19{
	margin-right: -15px;
	padding-right: 15px;
}

.icon-only.uiicon-menu19{
    overflow: hidden;
}

.icon-only.uiicon-menu19:before{
	display: block;

	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);

	transform-origin: center center;
}



/**---------------------
  *
  * Panel
  *
  *---------------------**/
.ms-panel{
    color: rgba(255,255,255,.54);
    font-size: 12px;
}

.ms-panel .content-inner{
    margin-bottom: 30px;
}


/**---------------------
  *
  * List Block
  *
  *---------------------**/
.list-block:not(.media-list) .item-media{
    min-width: 25px;
    opacity: .54;
}

.list-block .item-media i{
    font-size: 24px;
}

.list-block{
    margin-top: 0;
    margin-bottom: 0;
    font-size: inherit;
}

.list-block ul:before{
    display: none;
}

.list-block .item-content{
    padding-left: 0;
}

.list-block .item-subtitle{
    line-height: 1;
    margin-bottom: 5px;,
}

.list-block .accordion-item .content-block{
    padding-left: 0;
    padding-right: 0;
}

.list-block:not(.media-list) .item-link .item-inner{
    background: none !important;
    position: relative;
}

.list-block:not(.media-list) .item-link .item-inner:before{
    content: '+';
    position: absolute;
    right: 16px;
    top: 36%;
    font-size: 15px;
    opacity: .54;
    display: block;
    font-weight: 800;
    line-height: 1;

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

.list-block:not(.media-list) .accordion-item-expanded:not(.media-item) .accordion-item-toggle .item-inner:before,
.list-block:not(.media-list) .accordion-item-expanded:not(.media-item) > .item-link .item-inner:before,
.list-block.media-list .accordion-item-expanded .accordion-item-toggle .item-title-row:before,
.list-block.media-list .accordion-item-expanded > .item-link .item-title-row:before,
.list-block .accordion-item-expanded.media-item .accordion-item-toggle .item-title-row:before,
.list-block .accordion-item-expanded.media-item > .item-link .item-title-row:before{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    color: #F00;
}

.item-media img {
    width: auto;
    height: auto;
    max-width: 40px;
    border-radius: 50%;
}

.list-block.media-list .item-subtitle,
.list-block.media-list .item-title{
    line-height: 1.5;
    margin-bottom: 8px;
}

.list-block.media-list .item-subtitle{
    font-size: 90%;
}



/**---------------------
  *
  * Form
  *
  *---------------------**/
.list-block input[type="text"],
.list-block input[type="password"],
.list-block input[type="search"],
.list-block input[type="email"],
.list-block input[type="tel"],
.list-block input[type="url"],
.list-block input[type="date"],
.list-block input[type="datetime-local"],
.list-block input[type="time"],
.list-block input[type="number"],
.list-block select,
.list-block textarea{
    font-size: 14px;
}

html.pixel-ratio-2 .item-input-field:after,
html.pixel-ratio-2 .input-field:after{
    backface-visibility: hidden;
}



/**---------------------
  *
  * Notifications
  *
  *---------------------**/
.notifications .item-inner{
    padding-left: 24px;
}



/**---------------------
  *
  * Popover
  *
  *---------------------**/
.popover.popover-links{
    width: 200px;
}



/**---------------------
  *
  * Swiper Slider
  *
  *---------------------**/
.swiper-container img{
    width: 100%;
    display: block;
}

.swiper-prev,
.swiper-next {
    width: 30px;
    height: 30px;
    line-height: 29px;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    text-align: center;
    border-radius: 50%;
    opacity: .54;
    background-color: transparent;
    z-index: 1;
    position: absolute;
    top: 50%;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.swiper-prev i,
.swiper-next i {
    font-size: 15px;
}

.swiper-prev {
    left: 20px;

    -webkit-transform: translateY(-50%) translateZ(0);
    -ms-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
}

.swiper-next {
    right: 20px;

    -webkit-transform: translateY(-50%) translateZ(0) rotate(180deg);
    -ms-transform: translateY(-50%) translateZ(0) rotate(180deg);
    transform: translateY(-50%) translateZ(0) rotate(180deg);
}



/**---------------------
  *
  * Helpers
  *
  *---------------------**/
*, *:before, *:after{box-sizing: border-box;}

.text-center    {text-align: center;}
.text-left      {text-align: left;}
.text-right     {text-align: right;}
.circle         {border-radius: 50%;}
.opacity-1      {opacity: .87 !important;}
.hide           {display: none;}
.clearfix       {*zoom: 1;}
.top-0          {top: 0 !important;}
.margin-top-0   {margin-top: 0 !important;}
.margin-bottom-0{margin-bottom: 0 !important;}

.responsive-image{
    max-width: 100%;
    height: auto;
}

div.responsive-image{
    background: #aaa;
    background-size: cover;
    height: 300px;
    height: 60vw;
}

.rotate-180{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.vh-center{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.clearfix:before,
.clearfix:after,
.comment-author.vcard{
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after,
.comment-author.vcard {clear: both;}


i.rotate-180{
    display: inline-block;
}



/**---------------------
  *
  * Navbar
  *
  *---------------------**/
.header-shop-icon{
    position: relative;
}

.header-shop-icon span{
	position: absolute;
	top: 27px;
	left: 0px;
	background-color: #D32F2F;
	color: #ffFFFF;
	border-radius: 5px;
	font-size: 9px;
	line-height: 1.5;
	padding: 0 4px;
	font-weight: bold;
}

.navbar.primary-bg + .page-content{
    padding-top: 53px;
}



/**---------------------
  *
  * Slider Captions
  *
  *---------------------**/
.tc-slider-caption-1{
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 50px;
    width: 80%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tc-slider-caption-1 h1,
.tc-slider-caption-1 h2,
.tc-slider-caption-1 p{
    color: #FFF;
    margin: 0;
    line-height: 1.2;
}

.tc-slider-caption-1 h1,
.tc-slider-caption-1 h2{
    font-weight: 100;
}

.tc-slider-caption-1 h1{
    font-size: 70px;
}

.tc-slider-caption-1 h2{
    font-size: 27px;
}

.tc-slider-caption-1 p{
    line-height: 1.7;
    margin-top: 15px;
}

.tc-slider-caption-1 .size-50{
    font-size: 50px;
}

.tc-slider-caption-1 .weight-400{
    font-weight: 400;
}

.tc-slider-caption-1 .weight-300{
    font-weight: 300;
}

.tc-slider-caption-1.padding{
    padding: 20px 30px;
}

.tc-slider-caption-1.borders{
    border: 1px solid rgba(255, 255, 255, .54);
}

.tc-slider-caption-1 .shadows{
    text-shadow: 0 1px 0 rgba(0,0,0,.87);
}



/**---------------------
  *
  * Header Search
  *
  *---------------------**/
.tc-header-search{
    position: absolute;
    right: 70px;
    top: 9.5px;
    width: 0;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    background: transparent;
    padding: 0;
    height: 34px;

    transition: ease .25s;
}

.tc-header-search.show{
    width: 130px;
    opacity: 1;
    visibility: visible;

    transition: ease .25s;
}

.tc-header-search .item-input{
    margin: 0;
}

.tc-header-search input{
    position: relative;
    z-index: 0;
    height: 34px !important;
    padding: 9px 0 !important;
    font-size: 13px !important;
    color: rgba(255,255,255,.87) !important;
    border-bottom: 1px solid rgba(255,255,255,.12) !important;
}

.tc-header-search button{
    display: none;
}

.tc-header-search input::-webkit-input-placeholder {color: rgba(255,255,255,.54)!important;}
.tc-header-search input:-moz-placeholder {color: rgba(255,255,255,.54)!important;}
.tc-header-search input::-moz-placeholder {color: rgba(255,255,255,.54)!important;}
.tc-header-search input:-ms-input-placeholder {color: rgba(255,255,255,.54)!important;}



/**---------------------
  *
  * Colors
  *
  *---------------------**/
.primary-color{color: #171616;}
.primary-bg{background-color: #171616 !important;}

.primary-bg-temporary{background-color: #171616 !important;}

.primary-dark-color{color: #E64A19;}
.primary-dark-bg{background-color: #E64A19 !important;}

.secondary-color{color: #FFC107;}
.secondary-bg{background-color: #FFC107;}

.cyan-color{
    color: #0097A7 !important;
}

.red-color{
    color: #D32F2F !important;
}

.purple-color{
    color: #9C27B0 !important;
}

.deep-purple-color{
    color: #673AB7 !important;
}

.indigo-color{
    color: #3F51B5 !important;
}

.teal-color{
    color: #009688 !important;
}

.green-color{
    color: #4CAF50 !important;
}

.amber-color{
    color: #FFC107 !important;
}

.brown-color{
    color: #795548 !important;
}

.blue-grey-color{
    color: #607D8B !important;
}



/**---------------------
  *
  * Background Colors
  *
  *---------------------**/
.cyan{
    background-color: #00BCD4 !important;
    color: #ffFFFF !important;
}

.red{
    background-color: #F44336 !important;
    color: #ffFFFF !important;
}

.purple{
    background-color: #9C27B0 !important;
    color: #ffFFFF !important;
}

.deep-purple{
    background-color: #673AB7 !important;
    color: #ffFFFF !important;
}

.indigo{
    background-color: #3F51B5 !important;
    color: #ffFFFF !important;
}

.teal{
    background-color: #009688 !important;
    color: #ffFFFF !important;
}

.green{
    background-color: #4CAF50 !important;
    color: #ffFFFF !important;
}

.amber{
    background-color: #FFC107 !important;
    color: #212121 !important;
}

.brown{
    background-color: #795548 !important;
    color: #ffFFFF !important;
}

.blue-grey{
    background-color: #607D8B !important;
    color: #ffFFFF !important;
}

.android-color{
    background-color: #97C024 !important;
    color: #ffFFFF !important;
}

.color-facebook{
    background-color: #3C599F !important;
    color: #fff !important;
}

.color-google{
    background-color: #DF4B38 !important;
    color: #fff !important;
}

.color-twitter{
    background-color: #659FCB !important;
    color: #fff !important;
}

.color-dribbble{
    background-color: #E24D87 !important;
    color: #fff !important;
}

.color-pinterest{
    background-color: #CB2027 !important;
    color: #fff !important;
}

.color-500px{
    background-color: #222222 !important;
    color: #fff !important;
}

.color-51{
    background-color: #0A468E !important;
    color: #fff !important;
}

.color-56{
    background-color: #84B74F !important;
    color: #fff !important;
}

.color-ads{
    background-color: #000000 !important;
    color: #fff !important;
}

.color-arte10{
    background-color: #CCFF00 !important;
    color: #fff !important;
}

.color-ashley{
    background-color: #B42378 !important;
    color: #fff !important;
}

.color-asmallworld{
    background-color: #262626 !important;
    color: #fff !important;
}

.color-badoo{
    background-color: #FF7F01 !important;
    color: #fff !important;
}

.color-baidu{
    background-color: #E10601 !important;
    color: #fff !important;
}

.color-bananity{
    background-color: #FFBC00 !important;
    color: #000 !important;
}

.color-bandcamp{
    background-color: #629AA9 !important;
    color: #fff !important;
}

.color-bebo{
    background-color: #E04646 !important;
    color: #fff !important;
}

.color-behance{
    background-color: #222222 !important;
    color: #fff !important;
}



/**---------------------
  *
  * Icon Info Box
  *
  *---------------------**/
.tc-icon-info-box i{
    font-size: 30px;
    line-height: 1;
    color: rgba(0,0,0,.54);

    position: absolute;
    top: 50%;
    left: 20px;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tc-icon-info-box i:last-child{
    left: auto;
    right: 20px;
}

.tc-icon-info-box div{
    margin-left: 50px;
}

.tc-icon-info-box h4{
    margin-top: 0;
    margin-bottom: 5px;
}

.tc-icon-info-box div:first-child{
    margin-left: 0;
    margin-right: 40px;
}

.tc-icon-info-box p{
    margin: 0;
}



/**---------------------
  *
  * Title 1
  *
  *---------------------**/
.tc-title-1{
    border-bottom: 1px solid rgba(0,0,0,.12);
    margin: 0 -15px;
    padding: 0 15px 15px;
}

.tc-title-1 .title span,
.tc-title-1 .sub-title{
    line-height: 1.4;
}

.tc-title-1 .title{
    margin: 0;
    line-height: 1.4;
}

.tc-title-1 .sub-title{
    opacity: .54;
    margin: 0;
}



/**---------------------
  *
  * Testimonials Carousel
  *
  *---------------------**/
.tc-testimonial-carousel{
    text-align: center;
}

.tc-testimonial-carousel .swiper-prev{
    left: 0;
}

.tc-testimonial-carousel .swiper-next{
    right: 0;
}

.tc-testimonial-carousel .swiper-prev i,
.tc-testimonial-carousel .swiper-next i{
    color: rgba(0, 0, 0, .54);
}

.tc-testimonial-carousel blockquote{
    font-style: italic;
    padding: 0;
    margin: 0;
    border: none;
}

.tc-testimonial-carousel .owl-item{
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.tc-testimonial-carousel img{
    width: 60px;
    height: 60px;
    display: inline-block;
    margin: 15px 0;
    border-radius: 50%;
    box-shadow: 1px 1px 0 rgba(0,0,0,.12);
    backface-visibility: hidden;
}

.tc-testimonial-carousel h4{
    margin-bottom: 0;
}

.tc-testimonial-carousel span{
    opacity: .54;
    margin-top: -5px;
    display: block;
}



/**---------------------
  *
  * Filters
  *
  *---------------------**/
.tc-filters{
    opacity: .54;
    border-bottom: 3px solid rgba(0,0,0,.12);
}

.tc-filters a,
.tc-filters span{
    display: block;
    float: left;
    line-height: 30px;
    opacity: .54;
    padding: 0 15px;
    position: relative;
}

.tc-filters span{
    opacity: 1;
    padding-left: 0;
    font-weight: 500;
}

.tc-filters a.active{
    opacity: 1;
}

.tc-filters a.active:after,
.tc-filters span:after{
    position: absolute;
    left: 0;
    bottom: -3px;
    display: block;
    content: '';
    width: 100%;
    height: 3px;
}

.tc-filters a.active:after{
    background-color: #2196f3;
}

.tc-filters span:after{
    background-color: #FFF;
}



/**---------------------
  *
  * Isotope
  *
  *---------------------**/
.tc-isotope img{
    width: 100%;
    display: block;
}



/**---------------------
  *
  * Footer
  *
  *---------------------**/
.ms-footer{
    width: 100%;
    display: block;
    color: rgba(255,255,255,.87);
    padding: 10px 15px;
    margin-bottom: 0;
    margin-top: 30px;
	background-color: rgb(23,22,22);
	text-align: center;
}

.ms-footer .tc-icon-ball{
    margin-bottom: 0;
    margin-top: 15px;
}



/**---------------------
  *
  * Icon Balls
  *
  *---------------------**/
.tc-icon-ball{
    font-size: 15px;
    line-height: 33px;
    height: 34px;
    width: 34px;
    text-align: center;
    border-radius: 50%;
    margin: 0 10px 10px 0;
    display: inline-block;
    background-color: #222222;
    color: #FFF;
}

.ms-panel .tc-icon-ball{
    font-size: 10px;
    line-height: 24px;
    height: 25px;
    width: 25px;
}



/**---------------------
  *
  * Menu List
  *
  *---------------------**/
.menu-list{
    margin: 15px 0;
}

.menu-list,
.menu-list .sub-menu{
    list-style: none;
    padding: 0;
}

.menu-list .sub-menu{
	padding-left: 10px;
}

.menu-list a,
.menu-list li{
	font-family: inherit;
	position: relative;
}

.menu-list a{
}

.menu-list li:before{
	font-family: UIIcon;
	margin-right: 10px;
	font-size: 18px;
	position: absolute;
	top: 3px;
	opacity: .54;
	display: block;
}

.menu-list a{
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2.3px;
    line-height: 40px;
	display: block;
}

.menu-list .sub-menu a{
    opacity: .54;
}

.menu-list .menu-pill {
    display: inline-block;
    border-radius: 15px;
    background-color: #FFF;
	color: #171616;
    margin-left: 10px;
    font-size: 11px;
    line-height: 1.5;
    padding: 0 8px;
    position: relative;
    letter-spacing: normal;
    top: -1px;
}


/**---------------------
  *
  * Panel Contact Information
  *
  *---------------------**/
.contact-information p i{
    font-size: 18px;
    color: rgba(255,255,255,.54);
    display: block;
    float: left;
}

.contact-information p span{
    margin-left: 30px;
    display: block;
}



/**---------------------
  *
  * Progress Bar
  *
  *---------------------**/
.tc-progress-bar strong{
    font-size: 13px;
}

.tc-progress-bar i{
    float: right;
    font-size: 12px;
}

.tc-progress-bar{
    margin-bottom: 15px;
}

.tc-progress-bar.round div{
    border-radius: 25px;
}

.tc-progress-bar > div{
    margin-top: 5px;
    padding: 0;
    background-color: rgba(0,0,0,.05);
}

.tc-progress-bar > div div{
    height: 4px;
}



/**---------------------
  *
  * Loading Screen
  *
  *---------------------**/
.tc-loading-screen{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.87);
    text-align: center;
    z-index: 9999;
    color: #FFF;
    opacity: 0;
    visibility: hidden;

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

.tc-loading-screen.on{
    opacity: 1;
    visibility: visible;
}

.tc-loading-screen .big{
    font-size: 24px;
    font-weight: 500;
    opacity: .87;
}

.tc-loading-screen .small{
    font-size: 12px;
    margin: 10px 0 20px;
    opacity: .54;
}


/**---------------------
  *
  * Spinner
  *
  *---------------------**/
.preloader-wrapper {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px; }
.preloader-wrapper.small {
    width: 36px;
    height: 36px; }
.preloader-wrapper.big {
    width: 64px;
    height: 64px; }
.preloader-wrapper.active {
    /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite; }

@-webkit-keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg); } }

@keyframes container-rotate {
    to {
        transform: rotate(360deg); } }

.spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-color: #26a69a; }

.spinner-blue, .spinner-blue-only {
    border-color: #4285f4; }

.spinner-red, .spinner-red-only {
    border-color: #db4437; }

.spinner-yellow, .spinner-yellow-only {
    border-color: #f4b400; }

.spinner-green, .spinner-green-only {
    border-color: #0f9d58; }

.active .spinner-layer.spinner-blue {
    /* durations: 4 * ARCTIME */
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-red {
    /* durations: 4 * ARCTIME */
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-yellow {
    /* durations: 4 * ARCTIME */
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-green {
    /* durations: 4 * ARCTIME */
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer, .active .spinner-layer.spinner-blue-only, .active .spinner-layer.spinner-red-only, .active .spinner-layer.spinner-yellow-only, .active .spinner-layer.spinner-green-only {
    /* durations: 4 * ARCTIME */
    opacity: 1;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg); }

    25% {
        -webkit-transform: rotate(270deg); }

    37.5% {
        -webkit-transform: rotate(405deg); }

    50% {
        -webkit-transform: rotate(540deg); }

    62.5% {
        -webkit-transform: rotate(675deg); }

    75% {
        -webkit-transform: rotate(810deg); }

    87.5% {
        -webkit-transform: rotate(945deg); }

    to {
        -webkit-transform: rotate(1080deg); } }

@keyframes fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg); }

    25% {
        transform: rotate(270deg); }

    37.5% {
        transform: rotate(405deg); }

    50% {
        transform: rotate(540deg); }

    62.5% {
        transform: rotate(675deg); }

    75% {
        transform: rotate(810deg); }

    87.5% {
        transform: rotate(945deg); }

    to {
        transform: rotate(1080deg); } }

@-webkit-keyframes blue-fade-in-out {
    from {
        opacity: 1; }

    25% {
        opacity: 1; }

    26% {
        opacity: 0; }

    89% {
        opacity: 0; }

    90% {
        opacity: 1; }

    100% {
        opacity: 1; } }

@keyframes blue-fade-in-out {
    from {
        opacity: 1; }

    25% {
        opacity: 1; }

    26% {
        opacity: 0; }

    89% {
        opacity: 0; }

    90% {
        opacity: 1; }

    100% {
        opacity: 1; } }

@-webkit-keyframes red-fade-in-out {
    from {
        opacity: 0; }

    15% {
        opacity: 0; }

    25% {
        opacity: 1; }

    50% {
        opacity: 1; }

    51% {
        opacity: 0; } }

@keyframes red-fade-in-out {
    from {
        opacity: 0; }

    15% {
        opacity: 0; }

    25% {
        opacity: 1; }

    50% {
        opacity: 1; }

    51% {
        opacity: 0; } }

@-webkit-keyframes yellow-fade-in-out {
    from {
        opacity: 0; }

    40% {
        opacity: 0; }

    50% {
        opacity: 1; }

    75% {
        opacity: 1; }

    76% {
        opacity: 0; } }

@keyframes yellow-fade-in-out {
    from {
        opacity: 0; }

    40% {
        opacity: 0; }

    50% {
        opacity: 1; }

    75% {
        opacity: 1; }

    76% {
        opacity: 0; } }

@-webkit-keyframes green-fade-in-out {
    from {
        opacity: 0; }

    65% {
        opacity: 0; }

    75% {
        opacity: 1; }

    90% {
        opacity: 1; }

    100% {
        opacity: 0; } }

@keyframes green-fade-in-out {
    from {
        opacity: 0; }

    65% {
        opacity: 0; }

    75% {
        opacity: 1; }

    90% {
        opacity: 1; }

    100% {
        opacity: 0; } }

.gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit; }

.gap-patch .circle {
    width: 1000%;
    left: -450%; }

.circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit; }
.circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    /* STROKEWIDTH */
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
.circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    transform: rotate(129deg); }
.circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    transform: rotate(-129deg); }

.active .circle-clipper.left .circle {
    /* duration: ARCTIME */
    -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .circle-clipper.right .circle {
    /* duration: ARCTIME */
    -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes left-spin {
    from {
        -webkit-transform: rotate(130deg); }

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

    to {
        -webkit-transform: rotate(130deg); } }

@keyframes left-spin {
    from {
        transform: rotate(130deg); }

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

    to {
        transform: rotate(130deg); } }

@-webkit-keyframes right-spin {
    from {
        -webkit-transform: rotate(-130deg); }

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

    to {
        -webkit-transform: rotate(-130deg); } }

@keyframes right-spin {
    from {
        transform: rotate(-130deg); }

    50% {
        transform: rotate(5deg); }

    to {
        transform: rotate(-130deg); } }

#spinnerContainer.cooldown {
    /* duration: SHRINK_TIME */
    -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
    animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1); }

@-webkit-keyframes fade-out {
    from {
        opacity: 1; }

    to {
        opacity: 0; } }

@keyframes fade-out {
    from {
        opacity: 1; }

    to {
        opacity: 0; } }

.slider {
    position: relative;
    height: 400px;
    width: 100%; }
.slider.fullscreen {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.slider.fullscreen ul.slides {
    height: 100%; }
.slider.fullscreen ul.indicators {
    z-index: 2;
    bottom: 30px; }
.slider .slides {
    background-color: #9e9e9e;
    margin: 0;
    height: 400px; }
.slider .slides li {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: inherit;
    overflow: hidden; }
.slider .slides li img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center; }
.slider .slides li .caption {
    color: #fff;
    position: absolute;
    top: 15%;
    left: 15%;
    width: 70%;
    opacity: 0; }
.slider .slides li .caption p {
    color: #e0e0e0; }
.slider .slides li.active {
    z-index: 2; }
.slider .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0; }
.slider .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 16px;
    width: 16px;
    margin: 0 12px;
    background-color: #e0e0e0;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    -ms-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 50%; }
.slider .indicators .indicator-item.active {
    background-color: #4CAF50; }



/**---------------------
  *
  * User Card
  *
  *---------------------**/
.tc-user-card{
    position: relative;
}

.tc-user-card .visuals{
    margin: -15px -16px 0;
}

.tc-user-card .visuals > img{
    width: 100%;
    display: block;
}

.tc-user-card .visuals .avatar{
    margin-top: -60px;
    margin-left: 20px;
}

.tc-user-card .visuals .avatar img{
    width: 90px;
    display: block;
    border-radius: 50%;
    border: 5px solid #FFF;
}

.tc-user-card .details{
    position: absolute;
    bottom: 35px;
    left: 110px;
}

.tc-user-card .details h2{
    color: #FFF;
    margin: 0;
    opacity: .87;
    line-height: 1;
}

.tc-user-card .details span{
    color: #FFF;
    opacity: .54;
}



/**---------------------
  *
  * 404
  *
  *---------------------**/
.tc-404 h2{
    font-size: 18px;
    font-weight: 900;
    opacity: .12;
    margin-bottom: -50px;
    margin-top: 30px;
}

.tc-404 h1{
    font-size: 140px;
    margin: 0;
    line-height: 1;
    font-weight: 800;
    opacity: .12;
}

.tc-404 h1,
.tc-404 h2,
.tc-404 p,
.tc-404 nav{
    text-align: center;
}

.tc-404 nav{
    position: absolute;
    bottom: 50px;
    right: 25px;
    left: 0;
    font-size: 80%;
    opacity: .54;
}

.tc-404 p{
    margin: 50px 0;
}

.tc-404 button{
    display: none;
}

.tc-404 a{
    text-transform: uppercase;
}

.tc-404 a i{
    position: relative;
    top: 2px;
}



/**---------------------
  *
  * Backgrounds
  *
  *---------------------**/
.bg-1{
    background: url(../photos/background-cover-1.jpg) no-repeat center;
    background-size: cover;
}

.bg-2{
    background: url(../photos/background-cover-2.jpg) no-repeat center;
    background-size: cover;
}

.bg-3{
    background: url(../photos/background-cover-3.jpg) no-repeat center;
    background-size: cover;
}

.page[class*="bg-"] .page-content{
    color: #FFF;
}

.page[class*="bg-"] .page-content .content-block{
    padding-top: 53px;
    padding-bottom: 53px;
}

@media screen and (max-height: 400px) {
    .page[class*="bg-"] .page-content.vh-center{
        display: block;
    }
}

.page[class*="bg-"] .page-content h1,
.page[class*="bg-"] .page-content h2,
.page[class*="bg-"] .page-content h3,
.page[class*="bg-"] .page-content h4,
.page[class*="bg-"] .page-content h5,
.page[class*="bg-"] .page-content h6{
    color: rgba(255,255,255,.87);
    font-weight: 600;
}

.page[class*="bg-"] .page-content h1 + h6,
.page[class*="bg-"] .page-content h2 + h6,
.page[class*="bg-"] .page-content h1 + h5,
.page[class*="bg-"] .page-content h2 + h5{
    opacity: .54;
    margin-top: -20px;
}

.page[class*="bg-"] .page-content .list-block{
    margin: 0;
}

.page-content.vh-center .content-block{
    width: 100%;
}

.page[class*="bg-"] .page-content a{
    color: rgba(255,255,255,.54);
    text-transform: capitalize;
}

.page[class*="bg-"] .page-content a i{
    line-height: 1;
    position: relative;
    bottom: -3px;
    margin-right: 7px;
}



/**---------------------
  *
  * Countdown
  *
  *---------------------**/
.tc-countdown.horizontal{
    display: table;
    width: 100%;
}

.tc-countdown.horizontal div{
    display: table-cell;
    text-align: center;
}

.tc-countdown h4{
    font-size: 200%;
    font-weight: 700;
    margin-bottom: 0;
    opacity: .87;
}

.tc-countdown span{
    display: block;
    opacity: .54;
}

.tc-countdown.single-line{
	display: block;
}

.tc-countdown.single-line div,
.tc-countdown.single-line span,
.tc-countdown.single-line h4{
	display: inline-block;
}

.tc-countdown.single-line h4{
	font-size: 100%;
	margin-right: 5px;
	margin-top: 0;
}

.tc-countdown.single-line div:not(:last-child){
	margin-right: 10px;
}


/**---------------------
  *
  * Forms
  *
  *---------------------**/
button{
    border: none;
}

.page[class*="bg-"] .page-content .list-block .input-item .floating-label,
.page[class*="bg-"] .page-content .list-block.inputs-list .floating-label,
.page[class*="bg-"] .page-content .list-block input[type="text"],
.page[class*="bg-"] .page-content .list-block input[type="password"],
.page[class*="bg-"] .page-content .list-block input[type="search"],
.page[class*="bg-"] .page-content .list-block input[type="email"],
.page[class*="bg-"] .page-content .list-block input[type="tel"],
.page[class*="bg-"] .page-content .list-block input[type="url"],
.page[class*="bg-"] .page-content .list-block input[type="date"],
.page[class*="bg-"] .page-content .list-block input[type="datetime-local"],
.page[class*="bg-"] .page-content .list-block input[type="time"],
.page[class*="bg-"] .page-content .list-block input[type="number"],
.page[class*="bg-"] .page-content .list-block select,
.page[class*="bg-"] .page-content .list-block textarea{
    color: rgba(255,255,255,.54);
    font-size: 14px;
}

.page[class*="bg-"] .page-content input::-webkit-input-placeholder {color: rgba(255,255,255,.54);}
.page[class*="bg-"] .page-content input:-moz-placeholder {color: rgba(255,255,255,.54);}
.page[class*="bg-"] .page-content input::-moz-placeholder {color: rgba(255,255,255,.54);}
.page[class*="bg-"] .page-content input:-ms-input-placeholder {color: rgba(255,255,255,.54);}

.page[class*="bg-"] .page-content textarea::-webkit-input-placeholder {color: rgba(255,255,255,.54);}
.page[class*="bg-"] .page-content textarea:-moz-placeholder {color: rgba(255,255,255,.54);}
.page[class*="bg-"] .page-content textarea::-moz-placeholder {color: rgba(255,255,255,.54);}
.page[class*="bg-"] .page-content textarea:-ms-input-placeholder {color: rgba(255,255,255,.54);}

.page[class*="bg-"] .page-content .item-input-field:after,
.page[class*="bg-"] .page-content .input-field:after{
    background-color: rgba(255, 255, 255, 0.12);
}



/**---------------------
  *
  * Dividers
  *
  *---------------------**/
.tc-divider{
    margin: 30px 0;
    height: 1px;
    opacity: .12;
    background-color: #FFF;
}

.tc-divider.thick{
    height: 3px;
}

.tc-divider.dark{
    background-color: #000;
}



/**---------------------
  *
  * Contact Map
  *
  *---------------------**/
.tc-map{
    display: block!important;
    width: 100%;
    height: 200px;
    overflow: hidden;
}



/**---------------------
  *
  * Blog
  *
  *---------------------**/
.tc-blog-item .preview{
    display: block;
    margin-bottom: 20px;
}

.tc-blog-item .preview > img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.tc-blog-item h1.title,
.tc-blog-item .title h2{
    margin: 0;
    line-height: 1;
    font-size: 20px;
}

.tc-blog-item header small > span{
    line-height: 1;
}

.tc-blog-item .subtitle{
    display: block;
    line-height: 1.9;
    margin-top: 5px;
}

.tc-blog-item .subtitle a{
    display: inline;
}

.tc-blog-item .text-right{
    line-height: 1;
}

.tc-blog-item .text-right a{
    font-size: 12px;
    line-height: 1;
}

.tc-blog-item .text-right a i{
    position: relative;
    font-size: 11px;
    margin-left: 10px;
}



/**---------------------
  *
  * Blog Sidebar
  *
  *---------------------**/
.tc-blog-sidebar-box{
    margin-bottom: 30px;
}

.tc-blog-sidebar-box h3{
    line-height: 1;
}

.tc-blog-sidebar-box img{
	max-width: 100%;
	height: auto;
}

.tc-blog-sidebar-box + .menu-main-menu-container{
	margin-top: -10px;
}


/**---------------------
  *
  * Sidebar Recent Projects
  *
  *---------------------**/
.tc-photo-row{
    margin: 0 -2.5px;
}

.tc-photo-row a{
    width: 33.33333333333333%;
    padding: 0 2.5px;
    float: left;
    display: block;
}

.tc-photo-row a img{
    max-width: 100%;
    height: auto;
    display: block;
}



/**---------------------
  *
  * Pagination
  *
  *---------------------**/
.tc-pagination{
    text-align: center;
    margin: 15px 0 30px 0;
}

.tc-pagination a,
.tc-pagination span{
    display: inline-block;
    margin: 0;
    border-radius: 50%;
    color: #212121;
    padding: 0 11px;
    font-weight: 500;
}

.tc-pagination .prev,
.tc-pagination .next{
    padding: 0;
}

.tc-pagination span:first-child,
.tc-pagination span:last-child{
    position: relative;
    bottom: -2px;
}

.tc-pagination .current{
    color: #FFF;
    background-color: #2196f3;
}



/**---------------------
  *
  * Responsive Embed
  *
  *---------------------**/
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.embed-responsive iframe{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}



/**---------------------
  *
  * Comment List
  *
  *---------------------**/
.tc-comment-item > small,
.tc-comment-item > h4{
    line-height: 1.5;
}

.tc-comment-item > h4{
    margin-bottom: 10px;
}

.tc-comment-item{
    margin-bottom: 30px;
}

.tc-comment-item > small a{
    float: right;
}

.tc-comment-item > small span{
    float: left;
}

.tc-comment-item.child{
    margin-left: 30px;
}

h3 + .tc-comment-item{
    margin-top: 15px;
}

.tc-comment-item > small div.stars{
    float: right;
}

.tc-comment-item > small div.stars i{
    float: left;
    font-size: 14px;
}

.tc-comment-item > small div.stars i:not([class*="color-"]){
    color: rgba(0, 0, 0, .54);
}


/**---------------------
  *
  * Product Category
  *
  *---------------------**/
.tc-product-categories a,
.tc-product-categories a img{
    display: block;
    max-width: 100%;
    position: relative;
}

.tc-product-categories a:before{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.54);
    z-index: 1;
    content: '';
}

.tc-product-categories a div{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    text-align: center;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.tc-product-categories a div h2,
.tc-product-categories a div span{
    color: #FFF;
    line-height: 1;
    margin: 0;
}

.tc-product-categories a div span{
    opacity: .87;
    font-size: 90%;
}



/**---------------------
  *
  * Product List
  *
  *---------------------**/
.tc-product{
    position: relative;
}

.tc-product img{
    display: block;
    width: 100%;
    height: auto;
}

.tc-product .details{
    position: absolute;
    width: 45%;
    right: 0;
    bottom: 15px;
    z-index: 2;
    background-color: #FFF;
    border-radius: 2.5px 0 0 2.5px;
    opacity: .87;
}

.tc-product .head{
    border-bottom: 1px solid rgba(0,0,0,.12);
}

.tc-product .head,
.tc-product .buttons{
    padding: 10px 15px;
}

.tc-product .buttons{
    border-right: none;
}

.tc-product .title h3{
    margin: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}

.tc-product .price{
    line-height: 1.5;
    display: block;
}

.tc-product .buttons a{
    display: block;
    color: inherit;
}

.tc-product i{
    position: relative;
    bottom: -2px;
    margin-right: 10px;
    opacity: .54;
}

.tc-product .tag{
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 2;
    padding: 0 10px;
    border-radius: 0 2.5px 2.5px 0;
    color: #FFF;
    font-size: 90%;
    line-height: 2.2;
}

.tc-product .tag.off{
    font-style: italic;
    background-color: #E91E63;
}

.tc-product .tag.new{
    background-color: #4CAF50;
}

.tc-product .tag.featured{
    background-color: #3F51B5;
}



/**---------------------
  *
  * Swiper Pagination
  *
  *---------------------**/
.swiper-pagination.light .swiper-pagination-bullet{
    background: #fff;
    opacity: .87;
}

.swiper-pagination.light .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #2196f3;
}



/**---------------------
  *
  * Size Radio
  *
  *---------------------**/
.tc-size-radio{
    position: relative;
    float: left;
    margin: 0 20px 10px 0;
}

.tc-size-radio:nth-child(4){
    clear: left;
}

.tc-size-radio label{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .12);
    background-color: #FFF;
    border-radius: 50%;
    font-size: 14px;
    z-index: 2;
    display: block;

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

.tc-size-radio input{
    position: absolute;
    z-index: -1;
    left: 7px;
    top: 7px;
}

.tc-size-radio input:checked + label{
    background-color: #2196f3;
    color: #ffFFFF;
}



/**---------------------
  *
  * Color Radio
  *
  *---------------------**/
.tc-color-radio{
    position: relative;
    float: left;
    margin: 0 15px 10px 0;
}

.tc-color-radio label{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
    display: block;
}

.tc-color-radio input{
    position: absolute;
    z-index: -1;
    left: 10px;
    top: 10px;
}

.tc-color-radio label i{
    opacity: 0;
    visibility: hidden;
    color: #FFF;
    font-size: 30px;

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

.tc-color-radio input:checked + label i{
    opacity: 1;
    visibility: visible;
}



/**---------------------
  *
  * Cart Items
  *
  *---------------------**/
.tc-cart-item:not(:last-child){
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.12);
}

.tc-cart-item img{
    width: 100px;
    height: auto;
    float: left;
    display: block;
}

.tc-cart-item .details{
    margin-left: 100px;
    padding: 0 0 0 10px;
    position: relative;
}

.tc-cart-item .head{
    margin-right: 40px;
}

.tc-cart-item .details h3{
    line-height: 1.3;
    margin: 0;
}

.tc-cart-item .specifications{
    height: 30px;
    overflow: hidden;
    max-width: 40%;
    margin-top: 20px;
}

.tc-cart-item .specifications div{
    margin-right: 5px;
    margin-bottom: 0;
}

.tc-cart-item .specifications div label{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
}

.tc-cart-item .quantity{
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
}

.tc-cart-item .quantity a{
    font-size: 23px;
    font-weight: 600;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    color: inherit;
    opacity: .54;
}

.tc-cart-item .quantity a.increase{
    top: 0;
}

.tc-cart-item .quantity a.decrease{
    bottom: 0;
}

.tc-cart-item .quantity input{
    width: 100%;
    font-size: 13px;
    text-align: center;
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    left: 0;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



/**---------------------
  *
  * Icon List
  *
  *---------------------**/
.tc-icon-list li{
    text-align: center;
}

.tc-icon-list li i{
    font-size: 30px;
}

.tc-icon-list li span{
    display: block;
    font-size: 10px;
    line-height: 1.5;
    margin: 5px 0 10px;
}



/**---------------------
  *
  * Activity Item
  *
  *---------------------**/
.ms-activity-item{
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.06);
}

.ms-activity-item .head > img{
    float: left;
    width: 40px;
    border-radius: 50%;
    display: block;
}

.ms-activity-item .details{
    margin-left: 55px;
}

.ms-activity-item .details h4{
    margin: 0;
}

.ms-activity-item .details .sub-text{
    font-size: 11px;
    opacity: .54;
    line-height: 1;
}

.ms-activity-item .details .sub-text i{
    position: relative;
    bottom: -2px;
    margin-right: 5px;
    font-size: 14px;
}

.ms-activity-item .content{
    display: none;
    padding-top: 15px;
}

.ms-activity-item .content p:only-child{
    margin: 0;
}

.ms-activity-item .uiicon-add63{
    color: #f00;
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 9px;
    opacity: .54;
    line-height: 1;

    -webkit-transition: all .3s;
    transition: all .3s;
}

.ms-activity-item.open .uiicon-add63{
    color: #0f0;

    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



/**---------------------
  *
  * Notification Box
  *
  *---------------------**/
.ms-notification-box{
    padding: 20px;
    border-radius: 2.5px;
    position: relative;
}

.ms-notification-box .content{
    margin-top: 15px;
    padding-top: 15px;
    position: relative;
}

.ms-notification-box .content:after{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    content: '';
    display: block;
    background-color: currentColor;
    opacity: .12;
}

.ms-notification-box .head i{
    position: relative;
    bottom: -2px;
    margin-right: 10px;
    font-size: 17px;
}

.ms-notification-box .head span{
    font-weight: 300;
}

.ms-notification-box .dismiss{
    font-size: 10px;
    position: absolute;
    top: 20px;
    right: 20px;

    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



/**---------------------
  *
  * Image Gallery
  *
  *---------------------**/
.ms-gallery-isotope > a,
.ms-gallery-isotope > a img{
	display: block;
}

.ms-gallery-isotope > a{
	float: left;
}

.ms-gallery-isotope > a img{
	width: 100%;
	border: none;
}



/**---------------------
  *
  * MS Loading
  *
  *---------------------**/
.ms-page-loading {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;

    background-color: #171616;

    opacity: 1;
	visibility: visible;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.ms-page-loading.opacity-0{
    opacity: 0;
	visibility: hidden;
}

.ms-page-loading.show-always{
	opacity: 1 !important;
	visibility: visible !important;
}

.ms-page-loading .sub-text{
    position: absolute;
    bottom: 10px;
    text-align: center;
    left: 0;
    right: 0;
    color: #ffFFFF;
    opacity: .54;
    font-size: 12px;
}

.ms-loading-1 {
    width: 40px;
    height: 40px;
    background-color: #fff;

    -webkit-animation: ms-loading-1 1.2s infinite ease-in-out;
    animation: ms-loading-1 1.2s infinite ease-in-out;
}

@-webkit-keyframes ms-loading-1 {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes ms-loading-1 {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    } 50% {
          transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
          -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
      } 100% {
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        }
}

.ms-loading-2 {
    width: 40px;
    height: 40px;
    position: relative;
}

.ms-loading-2 .double-bounce1,
.ms-loading-2 .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: ms-loading-2 2.0s infinite ease-in-out;
    animation: ms-loading-2 2.0s infinite ease-in-out;
}

.ms-loading-2 .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes ms-loading-2 {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes ms-loading-2 {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}

.ms-loading-3 {
    width: 43px;
    height: 60px;
    text-align: center;
    font-size: 10px;
}

.ms-loading-3 > div {
    background-color: #fff;
    height: 100%;
    width: 7px;
    display: block;
    float: left;

    -webkit-animation: ms-loading-3 1.2s infinite ease-in-out;
    animation: ms-loading-3 1.2s infinite ease-in-out;
}

.ms-loading-3 > div:not(:last-child){
    margin-right: 2px;
}

.ms-loading-3 .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.ms-loading-3 .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.ms-loading-3 .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.ms-loading-3 .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes ms-loading-3 {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes ms-loading-3 {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
           transform: scaleY(1.0);
           -webkit-transform: scaleY(1.0);
       }
}

.ms-loading-4 {
    width: 40px;
    height: 40px;
    position: relative;
}

.ms-loading-4 .cube1,
.ms-loading-4 .cube2 {
    background-color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: ms-loading-4 1.8s infinite ease-in-out;
    animation: ms-loading-4 1.8s infinite ease-in-out;
}

.ms-loading-4 .cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes ms-loading-4 {
    25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
    50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
    75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
    100% { -webkit-transform: rotate(-360deg) }
}

@keyframes ms-loading-4 {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    } 50% {
          transform: translateX(42px) translateY(42px) rotate(-179deg);
          -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
      } 50.1% {
            transform: translateX(42px) translateY(42px) rotate(-180deg);
            -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
        } 75% {
              transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
              -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
          } 100% {
                transform: rotate(-360deg);
                -webkit-transform: rotate(-360deg);
            }
}

.ms-loading-5 {
    width: 40px;
    height: 40px;
    background-color: #fff;

    border-radius: 100%;
    -webkit-animation: ms-loading-5 1.0s infinite ease-in-out;
    animation: ms-loading-5 1.0s infinite ease-in-out;
}

@-webkit-keyframes ms-loading-5 {
    0% { -webkit-transform: scale(0) }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes ms-loading-5 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 100% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
          opacity: 0;
      }
}

.ms-loading-6 {
    width: 60px;
    height: 60px;
    position: relative;
    text-align: center;

    -webkit-animation: ms-loading-6-sk-rotate 2.0s infinite linear;
    animation:  ms-loading-6-sk-rotate 2.0s infinite linear;
}

.ms-loading-6 .dot1,
.ms-loading-6 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;

    -webkit-animation: ms-loading-6-sk-bounce 2.0s infinite ease-in-out;
    animation: ms-loading-6-sk-bounce 2.0s infinite ease-in-out;
}

.ms-loading-6 .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes ms-loading-6-sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes ms-loading-6-sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes ms-loading-6-sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes ms-loading-6-sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}

.ms-loading-7 {
    width: 70px;
    text-align: center;
}

.ms-loading-7 > div {
    width: 18px;
    height: 18px;
    background-color: #fff;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: ms-loading-7 1.4s infinite ease-in-out both;
    animation: ms-loading-7 1.4s infinite ease-in-out both;
}

.ms-loading-7 .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.ms-loading-7 .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes ms-loading-7 {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes ms-loading-7 {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}

.ms-loading-8 {
    width: 60px;
    height: 60px;
    position: relative;
}
.ms-loading-8 .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.ms-loading-8 .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.ms-loading-8 .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
.ms-loading-8 .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
.ms-loading-8 .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
.ms-loading-8 .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); }
.ms-loading-8 .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); }
.ms-loading-8 .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.ms-loading-8 .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); }
.ms-loading-8 .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); }
.ms-loading-8 .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
.ms-loading-8 .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); }
.ms-loading-8 .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); }
.ms-loading-8 .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
.ms-loading-8 .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
.ms-loading-8 .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
.ms-loading-8 .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
.ms-loading-8 .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; }
.ms-loading-8 .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; }
.ms-loading-8 .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }
.ms-loading-8 .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s; }
.ms-loading-8 .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s; }
.ms-loading-8 .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s; }
.ms-loading-8 .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}

.ms-loading-9 {
    width: 60px;
    height: 60px;
}

.ms-loading-9 .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #fff;
    float: left;
    -webkit-animation: ms-loading-9 1.3s infinite ease-in-out;
    animation: ms-loading-9 1.3s infinite ease-in-out;
}
.ms-loading-9 .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.ms-loading-9 .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.ms-loading-9 .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
.ms-loading-9 .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.ms-loading-9 .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.ms-loading-9 .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.ms-loading-9 .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
.ms-loading-9 .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.ms-loading-9 .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }

@-webkit-keyframes ms-loading-9 {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
          -webkit-transform: scale3D(0, 0, 1);
          transform: scale3D(0, 0, 1);
      }
}

@keyframes ms-loading-9 {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
          -webkit-transform: scale3D(0, 0, 1);
          transform: scale3D(0, 0, 1);
      }
}

.ms-loading-10 {
    width: 60px;
    height: 60px;
    position: relative;
}

.ms-loading-10 .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.ms-loading-10 .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: ms-loading-10 1.2s infinite ease-in-out both;
    animation: ms-loading-10 1.2s infinite ease-in-out both;
}
.ms-loading-10 .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.ms-loading-10 .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.ms-loading-10 .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.ms-loading-10 .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.ms-loading-10 .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.ms-loading-10 .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ms-loading-10 .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.ms-loading-10 .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.ms-loading-10 .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.ms-loading-10 .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.ms-loading-10 .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.ms-loading-10 .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.ms-loading-10 .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.ms-loading-10 .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.ms-loading-10 .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.ms-loading-10 .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.ms-loading-10 .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.ms-loading-10 .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.ms-loading-10 .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.ms-loading-10 .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.ms-loading-10 .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.ms-loading-10 .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes ms-loading-10 {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}

@keyframes ms-loading-10 {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}

.ms-loading-11 {
    width: 60px;
    height: 60px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.ms-loading-11 .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.ms-loading-11 .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-animation: ms-loading-11 2.4s infinite linear both;
    animation: ms-loading-11 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.ms-loading-11 .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.ms-loading-11 .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.ms-loading-11 .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.ms-loading-11 .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.ms-loading-11 .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.ms-loading-11 .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
@-webkit-keyframes ms-loading-11 {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
          -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
          opacity: 1;
      } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
}

@keyframes ms-loading-11 {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
          -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
          opacity: 1;
      } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
}

.ms-loading-12 {
    width: 72px;
    height: 40px;
}
.ms-loading-12 span {
    display: block;
    background: #fff;
    width: 3px;
    height: 10%;
    border-radius: 14px;
    margin-right: 5px;
    float: left;
    margin-top: 25%;
}
.ms-loading-12 span:last-child {
    margin-right: 0;
}
.ms-loading-12 span:nth-child(1) {
    animation: ms-loading-12 1.1s 0.8s infinite linear;
}
.ms-loading-12 span:nth-child(2) {
    animation: ms-loading-12 1.1s 0.6s infinite linear;
}
.ms-loading-12 span:nth-child(3) {
    animation: ms-loading-12 1.1s 0.4s infinite linear;
}
.ms-loading-12 span:nth-child(4) {
    animation: ms-loading-12 1.1s 0.2s infinite linear;
}
.ms-loading-12 span:nth-child(5) {
    animation: ms-loading-12 1.1s 0s infinite linear;
}
.ms-loading-12 span:nth-child(6) {
    animation: ms-loading-12 1.1s 0.2s infinite linear;
}
.ms-loading-12 span:nth-child(7) {
    animation: ms-loading-12 1.1s 0.4s infinite linear;
}
.ms-loading-12 span:nth-child(8) {
    animation: ms-loading-12 1.1s 0.6s infinite linear;
}
.ms-loading-12 span:nth-child(9) {
    animation: ms-loading-12 1.1s 0.8s infinite linear;
}

@keyframes ms-loading-12 {
    0% {
        margin-top: 25%;
        height: 10%;
    }
    50% {
        height: 100%;
        margin-top: 0%;
    }
    100% {
        height: 10%;
        margin-top: 25%;
    }
}

.rev_slider_wrapper{
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

/**---------------------
  *
  * Shop
  *
  *---------------------**/
.ms-shop > .page-title{
    margin: 5px -15px 20px;
    padding: 0 15px 15px;
    border-bottom: 1px solid rgba(0,0,0,.06);
    font-size: 22px;
    line-height: 1;
}

.woocommerce .button,
.woocommerce input[type="submit"]{
	-webkit-transform: none;
	transform: none;
}

.woocommerce .woocommerce-ordering select{
    vertical-align: middle;
}

.woocommerce-result-count{
    font-size: 12px;
}

.woocommerce span.onsale{
    top: 0;
    right: 0;
    left: auto;
    border-radius: 0;
    line-height: 20px;
    min-height: 20px;
}

.woocommerce div.product .product_title{
    font-size: 22px;
    margin-bottom: 0;
}

.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price del{
    display: inline-block;
}

.woocommerce div.product p.price del span,
.woocommerce ul.products li.product .price del span{
    font-size: 13px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
    font-size: 12px;
    line-height: 32px;
    height: 32px;
	padding-top: 0;
	padding-bottom: 0;
}

.woocommerce .quantity .qty{
    height: 32px;
    background: none;
    border: 1px solid rgba(0,0,0,.06);
}

.woocommerce #reviews #comments h2,
.related.products h2{
    font-size: 20px;
}

.woocommerce #reviews #comments ol.commentlist{
    padding-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.woocommerce p.stars a{
    font-size: 12px;
}

.woocommerce input.button,
.woocommerce #respond input#submit{
    color: #FFF;
}

@media (max-width: 480px){
    .woocommerce table.shop_table{
        font-size: 10px;
    }
}

.checkout_coupon input,
.woocommerce-billing-fields input{
    line-height: 1.9 !important;
}

.reset_variations{
    float: left;
    width: 100%;
    margin-top: 10px;
}

.woocommerce.widget img {
	width: 40px;
	float: left;
	margin-right: 10px;
}

.woocommerce.widget .product_list_widget li {
	padding: 10px 0;
}

.woocommerce.widget .product_list_widget li a {
	display: block;
	line-height: 1.5;
}

.woocommerce.widget .product_list_widget li ins {
	background-color: transparent;
}

.ms-panel .woocommerce.widget .product_list_widget .star-rating {
	display: inline-block;
	margin-right: 4px;
}

.ms-panel .tagcloud a {
	background-color: rgba(255,255,255,.12);
}

.ms-panel .woocommerce .widget_shopping_cart .cart_list li a.remove,
.ms-panel .woocommerce.widget_shopping_cart .cart_list li a.remove {
	top: 4px;
	left: -17px;
}

.ms-panel .woocommerce ul.cart_list li dl dd,
.ms-panel .woocommerce ul.product_list_widget li dl dd {
	line-height: 23px;
}


/**---------------------
  *
  * Pagination
  *
  *---------------------**/
.woocommerce nav.woocommerce-pagination{
    text-align: center;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
    display: inline-block;
    margin: 0;
    border-radius: 50%;
    color: #212121;
    padding: 0 11px;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
}

.woocommerce nav.woocommerce-pagination ul li span.current{
    color: #FFF;
    background-color: #2196f3;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li{
    border: none;
}


/**---------------------
  *
  * Add to Homepage
  *
  *---------------------**/
.ms-addtohome-wrap{
	position: fixed;
	left: 0;
	right: 0;
	top: 30px;
	color: #FFF;

	will-change: opacity, -webkit-transform, -ms-transform, transform;

	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(150%);
	-ms-transform: translateY(150%);
	transform: translateY(150%);

	-webkit-transition: all ease .7s;
	-ms-transition: all ease .7s;
	transition: all ease .7s;
}

.ms-addtohome-wrap.ms-addtohome-visible{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.ms-addtohome{
	position: relative;
	color: #212121;
	background-color: #f1f1f1;
	border-radius: 3px;
	border: 3px solid #FFF;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.24);
	padding: 15px;
	max-width: 270px;
	margin: 0 15px 0 auto;
}

.ms-addtohome-wrap.ios{
	bottom: 30px;
	top: auto;
}

.logged-in.admin-bar .ms-addtohome-wrap.ios{
	bottom: 90px;
}

.ms-addtohome-wrap.ios .ms-addtohome{
	margin: 0 auto;
}

.ms-addtohome-arrow{
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	color: inherit;
	line-height: 1;
}

.ms-addtohome-arrow:after{
	content: '';
	margin: 0 30px 0 auto;
	display: block;
	color: inherit;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 25px 25px;
	border-color: transparent transparent #efefef transparent;
}

.ms-addtohome-wrap.ios .ms-addtohome-arrow{
	bottom: auto;
	top: 100%;
}

.ms-addtohome-wrap.ios .ms-addtohome-arrow:after{
	margin: 0 auto;
	border-width: 15px 12.5px 0 12.5px;
	border-color: #efefef transparent transparent transparent;

}

.ms-addtohome-dismiss{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 30px;
	width: 30px;
	padding-left: 7px;
	text-align: center;
	color: inherit;
	background-color: #fff;
	border-radius: 0 0 0 30px;
}