/*
 Theme Name:     aukefotografeert19
 Description:    Child Theme van themetrust-create
 Author:         SPINS websites
 Author URI:     http://www.spins.nl/
 Template:       themetrust-create
 Version:        1.0.0
*/

/*
Theme Name: Create
Theme URI: http://create.themetrust.com
Author: ThemeTrust.com
Author URI: http://themetrust.com
Description: Create is a multipurpose WordPress theme.
Version: 2.3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: create
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
	2.2	- Typography Proper
3.0 - Elements
	3.5 - Forms
	3.6	- Comments
4.0 - Layout
	4.1 - Header
	4.4 - Footer
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.1.1 Shop / Woocommerce
	10.2 - Asides
	10.3 - Comments
	10.4 - Custom SO PageBuilder Styles
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
	12.3 - Revolution Slider
13.0 - Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	-webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body,
input,
select,
textarea {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 32px;
	line-height: 3.2rem;
}

body {
	background: #fff;
}

/* Make shruken images look good */
body *{
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
   	backface-visibility: hidden;
}

body .blog *, body .projects *, .rev_slider * {
	-webkit-backface-visibility: visible !important; /* Chrome, Safari, Opera */
   	backface-visibility: visible !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
	font-size: .75em;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: none;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}
#wpadminbar input {
    line-height: 18px;
}
#wpadminbar input.adminbar-button {
    margin: 0 10px;
    background: none;
}

img{
	filter: none;
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-ms-filter: blur(0px);
}

img {
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
html {
	font-size: 62.5%; /* To use an easier rem font size */
}

*,
*:after,
*:before {
	-moz-osx-font-smoothing: grayscale; /* firefox font smoothing css */
}

body,
input,
select,
textarea {
	color: #7f7f7f;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 32px;
	line-height: 3.2rem
}

h1, h2, h3, h4, h5, h6, .title, .product-title {
	font-weight: 600;
	margin-bottom: .5em;
	line-height: 1.3em;
	font-family: 'Open Sans', sans-serif;
	color: #242424;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .post.small h3 a,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, .post.small h3 a:visited {
	color: #242424;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .post.small h3 a:hover {
	opacity: .5;
	color: #7f7f7f;
}

h1 {
	font-size: 2.7em
}
h2 {
	font-size: 2.1em;
}
h3 {
	font-size: 1.8em
}
h4 {
	font-size: 1.4em;
}
p, address {
	margin: 0;
	padding-bottom: 25px;
	line-height: 1.9em;
	font-size: .9em;
	font-weight: 400;
}
ul,ol {

}
ul {
	list-style: circle;
}
li {
    padding-bottom: 0.9em;
}
.content-area li {
	font-size: .8em;
	font-weight: 400;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 14px;
	font-size: 1.4rem;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/

/* Loader --------*/
#loader-container {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 900;
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
}

body.loaded #loader-container {
	opacity: 0;
}

body.loaded #loader-container.finished {
	display: none;
	z-index: -100;
	top: -9999px;
}

#loader-screen {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	background: #fff;
	z-index: 901;
	text-align: center;
}

#loader-icon {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	background-color: #000;
	z-index: 902;
	left: 0;
	right: 0;
}

#loader-icon.sk-spinner-double-bounce.sk-spinner,
#loader-icon.sk-spinner-wave.sk-spinner,
#loader-icon.sk-spinner-wandering-cubes.sk-spinner
{
	background: none !important;
}

#middle {
	margin: 0 auto;
}

.solid #middle {
	margin-top: -8px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
.content-area ul {
	display: block;
	margin: 0 0 40px 20px;
	list-style: disc;
}

.content-area ol {
	display: block;
	margin: 0 0 0 25px;
}

ol {
	list-style: decimal;
}
ol.children {
	padding-left: 5%;
	border-left: 3px solid #ececec;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
blockquote {
	margin-left: 7%;
	border-left: 3px solid #919191;
	margin-bottom: 40px;

	font-style: italic;
}
blockquote p {
	padding-left: 20px;
	padding-bottom: 0 !important;
	font-size: 1.2em;
}


/*--------------------------------------------------------------
3.5 Forms
--------------------------------------------------------------*/

input,
select,
textarea {
	font-size: 1em; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	outline: 0 !important;
}

a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
	outline: 0 !important;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

input[type="search"],
input[type="email"],
input[type="text"],
input[type="url"],
input[type="password"],
input[type="tel"],
textarea {
	background: rgba(0,0,0,.03);
	padding: 5px 10px;
	color: inherit !important;
	border: 1px solid rgba(0,0,0,.06);
	-webkit-appearance: none;
	box-shadow: 0 0 0 1px rgba(255,255,255,.06);
}

/* Contact Form 7 --------*/

.wpcf7-form-control-wrap {
	margin-top: 5px !important;
	display: block;
}

body span.wpcf7-not-valid-tip {
	display: block;
	color: #ec3c06;
	border: none;
	position: relative;
	top: auto;
	left: auto;
	padding: 0;
	margin-top: 2px;
	background: none;
}

body div.wpcf7-validation-errors {
	background: #ffe2e2;
	border: none;
	color: #ec3c06;
	font-size: .85em !important;
}

body div.wpcf7-response-output {
	margin: 10px 0;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 5px;
	font-size: .85em !important;
}

body .wpcf7-mail-sent-ng {
	background: #fff2e2;
	border: none;
	color: #e17731;
	font-size: .85em !important;
}

body .wpcf7-mail-sent-ok {
	background: #e8ffe2;
	border: none;
	color: #1ea524;
	font-size: .85em !important;
}

/*--------------------------------------------------------------
3.6  Comments
--------------------------------------------------------------*/
.comments-wrap {
   padding: 0 0;
}

#comments {
	padding: 0;
	max-width: 1200px;
	margin: 0 auto;
}
#comments ul, #comments p, #comments h4 {
	padding-left: 0;
	padding-right: 0;
}
#comments ul {
	padding-right: 0;
}
#comments article {
	margin: 20px 0;
}

#comments ul {
	list-style: none;
	padding-bottom: 0 !important;
	margin-bottom: 40px !important;
}
#comments ul.children {
	border-left: 1px solid #ececec;
}
#comments ol {
	list-style: none;
	padding: 0;
}
#comments h3{
	font-size: 1.4em;
	margin-bottom: 0;
}
#comments p {
	padding-left: 0;
	padding-right: 0;
	margin-left: 100px;
	font-size: 16px;
	font-size: 1.6rem;
}
#comments article {
	position: relative;
}
#comments .reply a {
	padding: 0;
	margin-left: 100px;
	font-size: 14px;
	font-size: 1.4rem;
}
#trackbacks {
}
.comment-meta .avatar {
	width: 70px !important;
	height: 70px;
	padding: 0 !important;
	position: absolute;
	left: -8px;
	top: 0;
	-webkit-border-radius: 35px;
	   -moz-border-radius: 35px;
	   		border-radius: 35px;
}
b.fn {
	margin-left: 100px;
	font-weight: 200;
}

b.fn a {
	color: #000;
}

b.fn a:hover {
	color: #cccccc;
}

.comment .edit-link {
	display: none !important;
}
.comment.depth-2 {
	padding-left: 5%;
}
.comment.depth-3 {
	padding-left: 10%;
}
div.comment-metadata {
	text-align: left !important;
	padding-bottom: 20px;
	margin-left: 100px;
	color: #a5a5a5;
}

div.comment-metadata a{
	color: #757575;
}

/* Comment Form */
#respond label {
	display: block;
}
#respond .form-allowed-tags {
	display: none;
}
#respond {
	padding: 0;
}
#respond h3 {
	padding: 0;
}
#respond p {
	margin: 0;
}
#respond p.comment-form-comment, #respond p.form-submit {
	padding-top: 5px;
}


/*--------------------------------------------------------------
4.0 Layout
--------------------------------------------------------------*/

#main-container {
	margin-top: -1px;
	background: #fff;
}

/* side header --------*/

body.side-header #site-wrap {
	float: left;
	padding-left: 250px;
	width: 100%;
	background: #f7f7f7;
}

body.side-header .siteorigin-panels-stretch[data-stretch-type="full-stretched"] {
	padding-left: 250px !important; padding-right: 0 !important;
}

/* boxed site container --------*/

@media only screen and (min-width: 1200px) {
	.boxed {
		padding: 0 0;
		background: #ebebeb;
	}

	.boxed #site-header {
		padding: 0 40px;
	}

	.boxed #main-container {
		max-width: 1200px;
		margin: -1px auto 0 !important;
	}

	.boxed header.entry-header .inner {
		padding: 0 40px !important;
	}

	.boxed .site-main {
		padding: 50px 40px 0 !important;
	}

	.boxed .site-main.product-archive {
		padding: 50px 40px 0 30px !important;
	}

	.boxed #posts-scroll.masonry {
		margin-left: -10px;
	}

	.boxed .siteorigin-panels-stretch .projects.masonry-with-gutter, .boxed .siteorigin-panels-stretch .projects.rows-with-gutter {
		margin: 0 10px;
	}

	.boxed .panel-row-style, .boxed .siteorigin-panels-stretch {
		max-width: 1200px !important;
		margin-left: -40px !important;
		margin-right: -40px !important;
		padding-left: 40px !important; padding-right: 40px !important;
	}

	.boxed .entry-content div.panel-grid:first-child {
		margin-top: -2.7em !important;
	}

	.boxed .content-area, .boxed .site-main {
		background: #fff;
	}

	.boxed .panel-grid {
		max-width: 1200px !important;
		margin-left: 0 !important; margin-right: 0 !important;
	}

	.boxed .sow-features-list {
		margin: 0 30px;
	}

	.boxed .siteorigin-panels-stretch[data-stretch-type="full-stretched"] {
    	padding-left: 0 !important; padding-right: 0 !important;
	}

	.boxed #footer .main {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}


	/* Portfolio side padding adjustments */

	.boxed .so-panel.widget_ttrust_portfolio {
		margin-left: -20px !important;
		margin-right: -20px !important;
	}

	.boxed .siteorigin-panels-stretch[data-stretch-type="full-stretched"] .widget_ttrust_portfolio .masonry-without-gutter,
	.boxed .siteorigin-panels-stretch[data-stretch-type="full-stretched"] .widget_ttrust_portfolio .rows-without-gutter {
		padding-left: 20px; padding-right: 20px;
	}

	.boxed .siteorigin-panels-stretch[data-stretch-type="full-stretched"] .widget_ttrust_portfolio .masonry-with-gutter,
	.boxed .siteorigin-panels-stretch[data-stretch-type="full-stretched"] .widget_ttrust_portfolio .rows-with-gutter {
		padding-left: 20px; padding-right: 20px;
	}

}

.entry-content div.panel-grid:first-child {
	margin-top: -2.7em;
}

/*--------------------------------------------------------------
4.2 Site Header
--------------------------------------------------------------*/

.boxed #site-header {
	position: relative;
}

#site-header {
	background: #fff;
    box-shadow: 0 1px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    z-index: 554;
	padding: 0 30px;
	position: relative;
	display: inline-block; width: 100%;
}

.entry-header.main {
	margin-top: -9px;
}

body #site-header.transparent {
	background: transparent !important;
	position: absolute;
	box-shadow: none;
	border-bottom: 1px solid rgba(0,0,0,.1);
	width: 100%;
}

body.boxed #site-header.transparent {
	max-width: 1200px;
}

.inline-header #site-header .nav-holder, .split-header #site-header .nav-holder {
	padding-bottom: 0 !important;
	height: 90px;
}

.inline-header #site-header.sticky .inside .nav-holder, .split-header #site-header.sticky .inside .nav-holder  {
	height: 60px;
}

body #site-header.transparent.light {
	border-bottom: 1px solid rgba(255,255,255,.1);
}

#site-header.sticky {
    position: fixed;
    width: 100%;
    z-index: 555 !important;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-webkit-transition: all 400ms ease-out;
    transition: -webkit-transform 0.8s ease;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	box-shadow: none;
}

body.down #site-header.sticky {
	transform: translateY(0) !important;
	-webkit-transform: translateY(0) !important;
	-moz-transform: translateY(0) !important;
	-ms-transform: translateY(0) !important;
}

#site-header .inside{
	position: relative;
	transition-property: all;
	-webkit-transition: 0.2s ease;
	   -moz-transition: 0.2s ease;
	     -o-transition: 0.2s ease;
		    transition: 0.2s ease;
	padding: 0;
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
}

#logo {
    position: relative;
	display: inline-block;
	float: left;
	display: table;
	table-layout: fixed;
	height: 90px;
}

.split-header #site-header .inside {
	text-align: center !important;
}

.split-header #logo {
	margin: 0 auto !important;
	float: none;
	position: absolute;
	width: 100%;
}

.inline-header #logo, .split-header #logo {
	height: 90px;
}

.sticky #logo {
	height: 60px !important;
}

#logo img {
	transition-property: all;
	-webkit-transition: 0.3s ease;
		    transition: 0.3s ease;
}

#logo .site-title {
    font-size: 3.4rem;
    margin: 0 !important;
	line-height: .7em !important;
	font-weight: bold;
    color: #191919;
	letter-spacing: 0;
	transition-property: all;
	-webkit-transition: 0.2s ease;
	   -moz-transition: 0.2s ease;
	     -o-transition: 0.2s ease;
		    transition: 0.2s ease;
	display: table-cell;
	vertical-align: middle;
}

#logo a {
	color: #000;
	padding: 0 !important;
	display: inline-block;
}


#site-header a .site-description {
	color: #000 !important;
}

body #site-header.transparent.light #logo .site-title,
body #site-header.transparent.light #logo a {
	color: #fff;
}

.top-header.stacked-header #main-container #site-header {
	text-align: center;
}

.top-header.stacked-header #main-container #site-header .inside {
	padding: 0 0 !important;
}

.top-header #site-header.sticky #logo .site-title{
	padding: 0;
	display: none !important;
}

.top-header #site-header.sticky #logo .site-title a {
	color: #fff;
}

.top-header.stacked-header #main-container #site-header #logo {
	margin: 0 auto;
	float: none;
	padding: 20px 0 0px;
}

.top-header #site-header #logo .site-title.sticky{
	display: none;
	font-size: 1.4em;
}

.top-header #site-header.sticky #logo.has-sticky-logo .site-title{
	display: none;
}

.top-header #site-header.sticky #logo .site-title.sticky {
	padding-top: 0;
	display: table-cell !important;
	vertical-align: middle !important;
}


body.top-header.stacked-header #main-container #site-header .nav-holder {
	margin: 0 auto 0 !important;
	position: relative !important;
	left: 0;
	right: 0;
	display: inline-block;
	padding: 0 0 0 !important;
}



/* Side Header */

body.side-header #site-header {
	background: #fff;
	position: fixed;
	overflow: hidden;
	left: 0;
	width: 250px;
	height: 100%;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
	padding-top: 40px;
}

body.side-header #site-header .inside {
	padding: 0 30px;
	text-align: left;
}

body.side-header #site-header #logo .site-title.top {
	display: none;
}



/*--------------------------------------------------------------
4.4 Footer
--------------------------------------------------------------*/

#footer {
	padding: 0 0;
	width: 100%;
	height: auto;
	background: #212121;
}

#footer .widget-title, #footer .textwidget, #footer p, #footer span {
    color: #fff;
}

#footer a {
	color: #a5a5a5;
}

#footer a:hover {
	color: #fff;
}

#footer .main{
	margin: 0 auto;
	padding: 70px 0 20px !important;
	max-width: 1260px;
}

#footer .inside {
	margin: 0 auto;
}

#footer .widget-box {
	text-align: left;
	float: left;
	display: block;
	margin-bottom: 20px;
}

#footer .widget-box .inside, #seondary .widget-box {
	padding: 0 30px;
}

#footer.col-1 .widget-box { width: 100%; }
#footer.col-2 .widget-box { width: 50%; }
#footer.col-3 .widget-box { width: 33%; }
#footer.col-4 .widget-box { width: 25%; }
#footer.col-5 .widget-box { width: 20%; }


#footer.col-1 .widget-box { clear: both !important; }
#footer.col-2 .widget-box:nth-child(2n+1){ clear: both !important; }
#footer.col-3 .widget-box:nth-child(3n+1){ clear: both !important; }
#footer.col-4 .widget-box:nth-child(4n+1){ clear: both !important; }
#footer.col-5 .widget-box:nth-child(5n+1){ clear: both !important; }

#footer li {
	font-size: .8em !important;
	font-weight: 400;
}

#footer .widget-box p{
	color: rgba(255,255,255, .5);
}

#footer .secondary {
	padding: 40px 0 30px 0;
	text-align: center;
	color: #747475;
	background-color: rgba(0,0,0,.05);
}

#footer .secondary *{
	color: #747475;
}

#footer .secondary.split .left {
	float: left;
}

#footer .secondary .left{
	margin-bottom: 0;
}

#footer .secondary .right{
	padding-top: 0;
}

#footer .secondary p {
	padding-bottom: 0 !important;
	color: #747475;
	font-size: .8em !important;
}

#footer .secondary a {
	color: #ababac;
}

#footer .secondary a:hover {
	color: #fff;
}

#footer .copyright {
	text-align: right;
	padding: 25px 10%;
}

#footer .copyright span {

}

#footer .fa {
	display: inline-block;
}



/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/



/*--------------------------------------------------------------
5.1 Links and Buttons
--------------------------------------------------------------*/
a{
	color: #7abfd3;
	text-decoration: none;
}
a:hover, a:active {
	color: #6aa6b8;
}

.button, a.button, a.button:active, a.button:visited, #footer a.button, #searchsubmit, input[type="submit"], a.post-edit-link, a.tt-button,
.wpforms-form input[type=submit],
.wpforms-form button[type=submit] {
	display: inline-block;
    background: #2a2a2a !important;
    color: #fff !important;
    font-size: 0.75em !important;
    padding: 8px 22px 8px !important;
    font-weight: 700;
    line-height: 1.8em;
    text-decoration: none;
	position: relative;
	cursor: pointer;
	margin: 0 3px 0 0;
	-webkit-appearance: none;
	text-align: center;
	transition-property: all;
	-webkit-transition: 0.2s ease;
	   -moz-transition: 0.2s ease;
	     -o-transition: 0.2s ease;
		 	transition: 0.2s ease;
	text-transform: uppercase;
	-moz-border-radius: 3px !important;
	  -webkit-border-radius: 3px !important;
	  border-radius: 3px !important;
	border: none !important;
}

a.tt-button:hover {
	opacity: .7;
}

a.button:hover, a.post-edit-link:hover, #searchsubmit:hover, input[type="submit"]:hover, .button:hover {
	opacity: .5;
}


/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

/* Secondary Nav */

.secondary-nav {
    float: right;
	width: auto;
	padding-left: 10px !important;
	position: relative;
	margin-top: -2px;
}

body #site-header.transparent .secondary-nav {
	margin-top: -1px;
}

/* Top level navigation */

.nav-holder {
    position: relative !important;
	float: right;
	padding: 0 !important;
	height: auto;
	height: 90px;

}

#site-header.sticky .inside .nav-holder {
	height: 90px !important;
}

.main-nav {
    display: inline-block;
}

body #site-header.transparent .main-nav {
	margin-top: 1px;
}

.main-nav.left {
	float: left;
}

.long-menu .main-nav {
	margin: 0 auto;
	position: relative !important;
	display: block;
	width: 100%;
}

.main-nav nav {
	margin:0;
	padding: 0;
	display: block;
	float: left;
}

.main-nav ul, ul.sf-menu {
    list-style: none;
    margin: 0;
	padding: 0 !important;
}
.main-nav ul li {
	margin: 0;
	padding: 0 !important;
	margin: 0 0 0 0;
	background: none;
	cursor: pointer;
}

#site-header li.menu-item-has-children>span::after,
#site-header li.menu-item-has-children>a::after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 14px;
    position: relative;
	margin-left: 7px;
	color: inherit !important;
}

#site-header .main-nav ul li ul li.menu-item-has-children>span::after,
#site-header .main-nav ul li ul li.menu-item-has-children>a::after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
    position: relative;
	margin-left: 14px;
	color: inherit;
}

.main-nav ul a, .main-nav ul li {
	font-size: 13px;
	font-weight: 700;
	max-width: 400px;
	text-transform: uppercase;
	line-height: 90px;
	height: 90px;
	border: none;
	padding: 0 10px;
	position: relative;
}

.top-header.stacked-header #main-container .main-nav ul a,
.top-header.stacked-header #main-container .main-nav ul li,
.top-header.stacked-header #main-container .nav-holder {
	height: 50px;
	line-height: 50px;
	margin: 0 !important;
}

.top-header.stacked-header #main-container .nav-holder{
	float: none;
	padding: 0 !important;
	height: 50px;
	width: auto;
	display: inline-block;
	min-height: 50px;
	display:inline-block;
	    margin:0;
	    vertical-align:top;
}

#site-header .main-nav ul span {
	display: inline-block;
}

.main-nav ul li.no-link {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.main-nav ul a i {
	margin-right: 10px;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.sticky .main-nav ul a,
.sticky .main-nav ul li {
	height: 60px;
	line-height: 60px;
}

.sticky .main-nav,
.sticky .nav-holder,
.inline-header #site-header.sticky .nav-holder,
.stacked-header #site-header.sticky .nav-holder {
	height: 60px !important;
	line-height: 60px !important;
}

.main-nav ul li,
.secondary-nav span,
.main-nav ul li span,
.secondary-nav a {
	color: rgba(0,0,0,.4);
}

.main-nav ul li a,
.main-nav ul li span {
	color: inherit !important;
}

.menu-toggle.open:hover,
.main-nav ul li.active,
.main-nav ul li:hover,
.main-nav ul li:hover,
.secondary-nav a:hover,
.secondary-nav span:hover,
.main-nav ul li.current,
.main-nav ul li.current-cat,
.main-nav ul li.current_page_item,
.main-nav ul li.current-menu-item,
.main-nav ul li.current-post-ancestor,
.single-post .main-nav ul li.current_page_parent,
.main-nav ul li.current-category-parent,
.main-nav ul li.current-category-ancestor,
.main-nav ul li.current-portfolio-ancestor,
.main-nav ul li.current-projects-ancestor {
	text-decoration: none;
	color: #000;
	cursor: pointer !important;
}

body #site-header.transparent.light .main-nav ul li,
body #site-header.transparent.light .menu-toggle.open,
body #site-header.transparent.light .secondary-nav span,
body #site-header.transparent.light .secondary-nav a {
	color: rgba(255,255,255,.6);
}

body #site-header.transparent.light .menu-toggle.open:hover,
body #site-header.transparent.light .main-nav ul li:hover,
body #site-header.transparent.light .main-nav ul li:hover,
body #site-header.transparent.light .main-nav ul li.current,
body #site-header.transparent.light .main-nav ul li.current-cat,
body #site-header.transparent.light .main-nav ul li.current_page_item,
body #site-header.transparent.light .main-nav ul li.current-menu-item,
body #site-header.transparent.light .main-nav ul li.current-post-ancestor,
body #site-header.transparent.light .single-post .main-nav ul li.current_page_parent,
body #site-header.transparent.light .main-nav ul li.current-category-parent,
body #site-header.transparent.light .main-nav ul li.current-category-ancestor,
body #site-header.transparent.light .main-nav ul li.current-portfolio-ancestor,
body #site-header.transparent.light .main-nav ul li.current-projects-ancestor,
body #site-header.transparent.light .secondary-nav span:hover,
body #site-header.transparent.light .secondary-nav a:hover {
	color: #fff;
}

body #site-header.transparent.light .main-nav ul li a,
body #site-header.transparent.light .main-nav ul li span {
	color: inherit !important;
}

/* Second level+ dropdowns */

.main-nav ul.sf-menu li ul {
    display: none;
    background: #212121;
	line-height: normal;
	max-height: initial;
	height: auto !important;
	box-shadow: 0 0 0 1px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1);
	padding: 15px 0 !important;
}

.main-nav ul li ul li {
    border: none;
    display: block;
	height: auto !important;
	line-height: normal !important;
	display: block;
	margin-left: 1px;
	background: none !important;
}

.main-nav ul li ul li, .main-nav ul li ul li a {
	text-transform: none;
	height: auto !important;
	line-height: normal !important;
}

.main-nav ul ul a, .main-nav ul ul li, .sticky .main-nav ul ul a, .sticky .main-nav ul ul li {
	line-height: 1em !important;
	height: auto !important;
	font-weight: normal;
	border-top: none;
	padding: 10px 20px;
	text-align: left;
	font-size: 13px;
}

.main-nav ul ul li, .sticky .main-nav ul ul li {
	color: #979797 !important;
}

.main-nav ul ul li:hover, .sticky .main-nav ul ul li:hover {
	color: #fff !important;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	background: none !important;
}



/* Megamenu */

i.fa-blank {
	display: none;
}

.main-nav .mega-menu {
  position: inherit;
}

.main-nav .mega-menu > ul {
  	width: 100%;
	min-width:100%; /* at least the size of the header */
    width:auto; /* size the block automatically */
}

body #site-header.transparent .main-nav .mega-menu > ul {
	margin-top: 0;
}

.sticky .main-nav .mega-menu > ul {
  margin-top: 0px;
}
.main-nav .mega-menu > ul > li {
  float: left !important;
  padding: 0 !important;
  border-right: 1px solid rgba(255,255,255,.07);
}
.main-nav .mega-menu > ul > li:last-child {
  border: none;
}
.main-nav .mega-menu > ul > li:last-child {
  border-right: none !important;
}
.main-nav .mega-menu > ul > li .link {

}
.main-nav .mega-menu > ul > li .title {
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 17px;
  padding-bottom: 10px;
  border-top: none;
  pointer-events: none;
}

.main-nav .mega-menu > ul > li .title:hover {
  color: inherit;
}
.main-nav .mega-menu > ul > li .title:after {
  display: none;
}
.main-nav .mega-menu > ul > li ul {
  clear: both;
  display: block !important;
  position: relative !important;
  left: 0 !important;
  opacity: 1 !important;
  width: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.main-nav .custom,
.main-nav .natural {

}
.main-nav .col-2 > ul {
  width: 400px;
}
.main-nav .col-3 > ul {
  min-width: 725px;
}
.main-nav .col-4 > ul {
  width: 600px;
}
.main-nav .col-5 > ul {
  width: 500px;
}
.main-nav .col-6 > ul {
  width: 600px;
}
.main-nav .right > ul {
  left: auto !important;
  right: 0;
}

.main-nav .full-width > ul {
  left: auto !important;
  right: 0;
}

.main-nav .col-2 > ul > li {
  width: 49%;
}

.main-nav .col-3 > ul > li {
  width: 33%;
}

.main-nav .col-4 > ul > li {
  width: 24%;
}

.main-nav .col-5 > ul > li {
  width: 19%;
}


/* Side Header Menu */

body.side-header #logo {
	float: none;
	text-align: left;
	margin: 0 0 20px 0!important;
	left: 0;
}

body.side-header .main-nav {
    position: relative !important;
	right: 0;
	top: 0;
	margin-top: 0;
	height: auto;
}

body.side-header .main-nav ul{
	margin: 0;
}

body.side-header .main-nav a {
	display: inline-block;
	padding: 0 0 !important;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	transition:.3s;
	-webkit-transition:.3s;
	margin: 0 !important;
}

body.side-header .main-nav li {
	padding: 0 !important;
	display: block !important;
	cursor: pointer;
	float: none !important;
	text-align: left;
	margin: 0 0 10px 0 !important;
}

/* Header Cart */

.cart-icon {
	display: inline-block;
	cursor: pointer !important;
	display: block;
	position: relative;
}

.cart-icon::before {
    content: "\f07a";
    font-family: FontAwesome;
    font-size: 14px;
	display: block;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.cart-count {
	position: absolute;
	width: 15px;
	height: 15px !important;
	top: 50%;
	right: -12px;
	background: #bb9f7c;
	color: #fff !important;
	line-height: 14px !important;
	font-size: .6em;
	font-weight: 800;
	margin-top: -15px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#site-header.sticky .cart-count {
	color: #fff !important;
}

/* Header Search */

#site-header .secondary-nav > span, #site-header .secondary-nav a {
	display: inline-block;
	margin: 0 0 0 12px;
	height: 90px;
	line-height: 90px;
}

.top-header.stacked-header #main-container #site-header .secondary-nav span, .top-header.stacked-header #main-container #site-header .secondary-nav a {
	height: 50px;
	line-height: 50px;
}

#site-header.sticky .secondary-nav span, #site-header.sticky .secondary-nav a {
	height: 60px;
	line-height: 60px;
}

#search-toggle-open {
	display: inline-block;
	cursor: pointer !important;
	display: block;
}

#search-toggle-open::before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 14px;
	display: block;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#header-search {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	transition-duration:.3s;
	-webkit-transition-duration:.3s;
	opacity: 0;
	pointer-events: none;
	left: 0;
	z-index: 99;
	top: -9999px;
}

#header-search.open {
	top: 0;
	opacity: 1;
	pointer-events: auto;
	
}

#header-search .inside {
	position: relative;
	max-width: none;
	padding: 0 !important;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	width: 100%;
}

#header-search .inside .form-wrap{
	padding: 0 30px;
}

#header-search #searchform {
	margin: 0 !important;
	padding: 0;
	max-width: 1200px !important;
	margin: 0 auto !important;
	display: block;
	position: relative;
}

#header-search #searchform #s {
	border: none;
	width: 80% !important;
	font-size: 1.2em;
	background: transparent;
	float: left;
	margin-top: 2px;
	box-shadow: none;
}

#header-search #searchform * {
	margin: 0 !important;
	padding: 0;
}

#header-search #search-toggle-close {
	display: block;
	cursor: pointer !important;
	height: 14px;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px !important;
	-webkit-transition:.3s;
	transition:.3s;
	color: rgba(0,0,0,.4);
}

#search-toggle-close::before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 14px;
	display: block;
}

#search-toggle-close:hover {
	color: #000;
}

/* Scroll To Top Button */

#scroll-to-top {
	padding: 6px 16px;
	background: #383838;
	color: #fff;
	position: fixed;
	bottom: 10px;
	right: 20px;
	z-index: 600;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	opacity: 0;
	-webkit-transition:.3s;
	transition:.3s;
	pointer-events: none;
	cursor: default;
}

#scroll-to-top.active:hover {
	opacity: .75;
}

#scroll-to-top.active {
	display: block;
	opacity: 1;
	cursor: pointer;
	pointer-events: auto;
}

#scroll-to-top span::before {
    content: "\f106";
    font-family: FontAwesome;
}

/* Slide Panel */

#site-header .secondary-nav .menu-toggle.open {
	cursor: pointer !important;
	display: none;
}

.menu-toggle.open::before {
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 14px;
	display: block;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#site-header .secondary-nav .menu-toggle.open.constant {
	display: inline-block;
}

.menu-toggle.close {
	position: absolute;
	cursor: pointer !important;
	height: 14px;
	right: 30px;
	top: 30px;
	display: block;
	color: #a7a7a7;
}

.menu-toggle.close::before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 14px;
	display: block;
}

.menu-toggle.close:hover {
	color: #fff;
}


.admin-bar .menu-toggle.close {
	top: 50px;
}

.mobile.side{
    width: 250px;
}

#slide-panel{
    height: 100%;
    width: 400px;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
    position: fixed;
    right: 0;
    top: 0;
    padding: 0 0;
    color: #a7a7a7;
    background-color: #2e2e2e;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 9999 !important;
	visibility: hidden;
}

#slide-panel .hidden-scroll {
    margin-top: 20px;
	position: relative;
	overflow-y: scroll;
	height: 100%;
	margin: 0 -20px;
}
#slide-panel .hidden-scroll .inner {
    padding: 15%;

}
#slide-panel nav {
    padding-bottom: 1.8889em;
}
#slide-panel.inner ul {
    list-style: none;
}

#slide-panel nav li {
	display: block !important;
	border: none;
	float: none;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,.1);
	height: auto;
	padding: 0 !important;
}

#slide-panel nav a {
   padding: 5px 0;
   display: block;
   font-size: .8em;
}

#slide-panel nav ul li:last-child {
	border-bottom: none;
}

#slide-panel .menu-item-has-children {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

#slide-panel nav .sub-menu {
  	display: none;
	overflow: hidden;
	padding-bottom: 10px;
}

#slide-panel .menu-item-has-children:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 5px;
  cursor: pointer;
  padding: 0 25px;
}

#slide-panel .active-sub-menu:after {
  content: "\f106";
}


#slide-panel a {
    color: #a7a7a7;
}

#slide-panel a:hover {
    color: #fff;
}

#slide-panel .widget {
	margin-bottom: 20px;
}

#slide-menu .widget-area.mobile {
	display: none;
}

#slide-panel #slide-mobile-menu {
	display: none;
}


/* Post and Comment Navigation */

.rotate {
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	   		transform: rotate(90deg);
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 auto 1.5em;
	overflow: hidden;
}

.site-main .post-navigation {
	width: 100%;
	padding: 0 0;
}

article footer {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}

.site-main .post-navigation .nav-links{
	margin: 0 auto 20px;
	max-width: 1200px;
	position: relative;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: right;
	text-align: right;
	width: 50%;
    padding: 15px 0;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: left;
	text-align: left;
	width: 50%;
    padding: 15px 0;
}

.post-navigation .nav-portfolio {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	left: 0; right: 0;
	width: 40px;
	display: none;
}

.post-navigation .nav-portfolio a {
	font-size: 15px;
	line-height: 38px;
	text-align: center;
}

.post-navigation .nav-portfolio a::before {
	content: "\f00a";
	font-family: FontAwesome;
}

.menu-main-menu-container {
	padding-bottom: 40px;
}

.post-navigation a {
	color: #000;
}

.post-navigation a:hover {
	color: #767676;
}

.pagination .inside {
	max-width: 800px;
	padding: 0 0 80px;
	text-align: center;
	margin: 0 auto;
}

.pagination a, .pagination span {
	display: inline-block;
	margin: 0 4px;
	background: none;
	background-color: #242424;
	padding: 7px 10px;
	color: #fff;
	font-weight: 700;
	border-radius: 3px;
	font-size: .8em;
	line-height: 1em;
}

.pagination .current, .pagination a:hover {
	opacity: .75;
}

.edit-link {
	margin-bottom: 50px !important;
	display: none !important;
}

/* Infinite Scroll */

#infinite-handle{
	max-width: 800px;
	margin: 0 auto 20px;
	text-align: center;
}

#infinite-handle span{
	border: 2px solid #000;
	border-radius: 3px;
	background: none;
	color: #000;
	padding: 10px 12px;
	background: none;
	font-size: .8em;
    -webkit-transition:.3s;
       -moz-transition:.3s;
        -ms-transition:.3s;
         -o-transition:.3s;
	        transition:.3s;
}

#infinite-handle span:hover {
	border-color: #ccc;
	color: #ccc;
}

span.infinite-loader {
	position: absolute;
	left: 50%;
	right: 50%;
}



/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 110000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.one-third {

}
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
#site-header .inside:before,
#site-header .inside:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.single-product .thumbnails:before,
.single-product .thumbnails:after,
.woocommerce-message:before,
.woocommerce-message:after,
.products:before,
.products:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
#site-header .inside:after,
.site-content:after,
.site-footer:after,
.single-product .thumbnails:after,
.woocommerce-message:after,
.products:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

aside.sidebar {
	width: 25%;
	padding: 0;
	float: right;
}

.widgets a {
	color: rgba(255,255,255,0.7);
}
.widgets a:hover {
	color: rgba(255,255,255,1);
}

.sidebar .widget-box .widget-title, #footer .widget-box .widget-title, #slide-panel .widget-box .widget-title {
    font-size: .9em;
    font-weight: 700;
	margin-bottom: 15px !important;
	display: block;
}

.sidebar .widget-box .widget-title {
	color: #242424;
}

.widget-box p {

}

.widgets form {
	padding: 0 20% 0 0;
}

.body-wrap .search {
	width: 100%;
	padding: 5px 10px;
	max-width: 300px;
}

.widgets input[type="search"] {
	margin: 0 0px 0 0;
	padding: 10px .7em 10px .7em !important;
	line-height: normal!important;
	width: 92%;
	color: #fff;
	font-size: .8em;
	background: rgba(255,255,255,.2);
	border: none;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.widget-box a {
	line-height: 1.5em;
}

.widget-box {
	margin-bottom: 50px !important;
    overflow-wrap: break-word;
}

#slide-panel .widget-box li {
	font-size: .8em;
}

#footer .widget-box .widget-title, #slide-panel .widget-box .widget-title {
	font-size: .9em;
	font-weight: bold;
	display: block !important;
	clear: both;
	color: #fff;
}

.widget-box .meta {
	font-style: italic;
}

.widget-box ul {
	margin: 0 0 0 0;
	padding: 0px 0 0 0;
	line-height: 1em;
	background: none;
	position: relative;
	list-style: none;
}

.widget-box ul li {
	padding: 9px 0;
	margin: 0;
	line-height: 1.2em !important;
	background: none;
	border-bottom: 1px solid rgba(0,0,0,.07);
}

#footer .widget-box ul li, #slide-panel .widget-box ul li {
	border-bottom: 1px solid rgba(255,255,255,.07);
}

.widget-box ul li a{
	color: #7f7f7f;
}

.widget-box ul li a:hover{
	color: #c1c1c1;
}

.widget-box ul li p {
	line-height: 1.3em;
	margin: 0;
}

.widget_nav_menu ul,
.widget_pages ul,
.widget_categories ul{
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}

.widget_nav_menu li,
.widget_pages li,
.widget_categories li{
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	border: none;
}

/*Search------------------*/

.widget_search {
	display: block;
	padding: 0 !important;
}

.widget_search h3 {
	display: none;
}

.widget_search:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .widget_search {
    display: block;
}

* html .widget_search {
    height: 1%;
}

body .widget_search .search-field {
	margin: 0 0px 0 0;
	padding: 10px .7em 10px .7em !important;
	line-height: normal!important;
	width: 95% !important;
	max-width: none !important;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: none;
	color: #191919;
	font-size: .8em;
	background: #fff;
}

.widget-box #s {
	font-size: .8em;
}

#footer .search, #slide-panel .search  {
	width: 100%;
	padding: 5px 10px;
	max-width: 300px;
	background: rgba(0,0,0,.1);
	border: none;
	color: #888888;
}

.no-results {
	padding-bottom: 140px !important;
}

.search-results .post-thumb {
	max-width: 150px;
	margin: 0 30px 10px 0;
	display: block;
	float: left;
}

.search-results .content-main article {
	max-width: 830px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 20px;
	padding: 10px 0 20px;
}

.search-results .content-main article h2, .search-results .content-main article.post h2  {
	font-size: 1.6em !important;
	text-align: left;
	margin-bottom: 15px !important;
}

.search-results .content-main article p {
	padding-bottom: 0 !important;
}

/*Recent Posts Widget------------------*/

aside.sidebar .ttrust_recent_posts .meta,
#footer .ttrust_recent_posts .meta {
	margin: 0 0 25px 0 !important;
	display: block;
	padding: 3px 0 0 0;
}

aside.sidebar .ttrust_recent_posts .meta {
	color: rgba(0,0,0,.3);
}

#footer .ttrust_recent_posts .meta {
	color: rgba(225,225,225,.3);
}

aside.sidebar .ttrust_recent_posts p.title,
#footer .ttrust_recent_posts p.title {
	font-size: .9em;
	margin-bottom: 2px;
	padding: 0;
}

#sidebar .ttrust_recent_posts p.title a,
#footer .ttrust_recent_posts p.title a {
	color: rgba(225,225,225,.7);
	line-height: 1.1em;
}

#sidebar .ttrust_recent_posts p.title a:hover,
#footer .ttrust_recent_posts p.title a:hover {
	color: rgba(225,225,225,1);
}

.ttrust_recent_posts .firstPost p{
	margin-bottom: 10px;
}

.secondaryPost {
	padding: 10px 0 0px 0;
}

.ttrust_recent_posts .thumb{
	float: left;
	margin: 0 12px 0 0;
	padding: 3px;
	background: #f0f0f0;
	border: 1px solid #e1e1e1;
}

.ttrust_recent_posts li {
	margin-bottom: 10px !important;
	border: none;
	display: block;
}


/*Calendar Widget--------------------*/
table#wp-calendar {
	width: 216px;
}

table#wp-calendar td, table#wp-calendar th{
	text-align: left;
}

table#wp-calendar td {
	color: #b0b0ad;
	padding-top: 10px;
}

table#wp-calendar td a{
	font-weight: bold;
}

#wp-calendar caption {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdad8;
	font-size: 14px;
	font-weight: bold;
}

/*Tag Widget--------------------*/

.widget_tag_cloud a{
	font-size: 11px !important;
	padding: 5px 10px 5px 10px;
	display: block;
	float: left;
	margin: 0 5px 5px 0;
}

#footer .widget_tag_cloud a,
aside.sidebar .widget_tag_cloud a{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #000;
	font-size: .8em !important;
}

#footer .widget_tag_cloud a{
	background: rgba(255,255,255,.08);
	color: rgba(255,255,255,.7);
}

aside.sidebar .widget_tag_cloud a{
	background: rgba(0,0,0,.04);
	color: inherit
}

.widget_tag_cloud a:hover{
	opacity: .5;
}

.widget_tag_cloud:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.widget_tag_cloud {
    display: inline-block;
}

html[xmlns] .widget_tag_cloud {
    display: block;
}

* html .widget_tag_cloud {
    height: 1%;
}

/*Twitter Widget--------------------*/
.simple_tweet_widget li {
   line-height: 1.5em !important;
   font-size: .95em !important;
}

.simple_tweet_widget li span{
   color: #4f4f4f;
   font-size: .85em !important;
}

/*Flickr Widget--------------------*/
#flickr-box .flickr-image {
	float: left;
	margin: 0 12px 12px 0;
	padding: 3px;
}

#sidebar #flickr-box .flickr-image {

}

#flickr-box .flickr-image img {
	width: 70px;
	height: 70px;
	float: left;
	border-radius: 5px;
	max-width: 70px;
}

/*Social----------------------------*/
#footer .fa, .widget-box .fa {
	font-size: 1.5em;
	font-weight: normal !important;
	margin-right: 12px;
	margin-bottom: 12px;
	border-radius: none !important;
	-webkit-border-radius: none;
}

#footer .fa {
	color: #a5a5a5;
}

#footer .fa:hover {
	color: #fff;
}


/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

.error404 .entry-content {
	padding-bottom: 70px;
}

.entry-content ul li {
	padding: 0;
}

header {
	text-align: center;
}

header h1 {
	font-size: 2.7em;
	margin-bottom: 20px;
}

.home .middle {
    padding-top: 0;
}

.entry-content, .entry-footer, .entry-summary {
	max-width: 1000px;
	margin: 0 auto !important;
	display: block;
}

.siteorigin-panels .entry-content, .siteorigin-panels .entry-footer, .siteorigin-panels .entry-summary {
	max-width: 1200px;
}

/* Entry Header */

#primary header.main {
	padding: 40px 0 40px !important;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f5f5f5;
	display: table;
	width: 100%;
	background-size: cover!important;
	-moz-background-size: cover!important;
	-webkit-background-size: cover!important;
}

body #primary header.main .inner .inner {
	width: 100% !important;
	display: block;
}

body #primary header.main .inner {

	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
}

body #primary header.main.left .inner {
	text-align: left !important;
}

body #primary header.main.right .inner {
	text-align: right !important;
}

body #primary header.main.center .inner {
	text-align: center !important;
}

.post-type-archive-product #primary header.main .inside{
	max-width: 1020px;
}

body #primary header.main .inner .title {
	max-width: 1200px;
	margin: 0 auto;
	height: auto !important;
}

#primary header.main h1{
	width: 100% !important;
	margin-top: 0 !important;
	line-height: 1.3em;
	margin-bottom: 0;
	font-size: 1.7em;
    line-height: 1em;
	margin: 0 auto;
}

#primary header.main.left h1{
	text-align: left;
	margin: 0;
}

#primary header.main.right h1{
	text-align: right;
	margin: 0 0 0 auto;
}

#primary header.has-background h1 {
	color: #fff;
	font-size: 2em;
    line-height: 1em;
}

#primary header.main .subtitle {
	padding: 10px 0 0 0;
	opacity: .7;
}

section.has-background header h1, section.has-background header h3, section.has-background header p {
    color: #fff;
}

section.has-background footer .button{
    color: #fff;
	border-color: #fff;
	font-size: .75em !important;
}

section.has-background footer .button:hover {
    border-color: #000 !important;
}

.site-main {
	padding: 50px 30px 0 !important;
}

.body-wrap {
	margin: 0 auto !important;
	max-width: 1000px;
}

.siteorigin-panels .body-wrap {
	max-width: 1200px !important;
}

.content-main {
	max-width: 70%;
	float: left;
}

.content-main.full {
	max-width: 100%;
	float: none;
}

.featured-image {
    margin-bottom: 1em;
}


/* Shared content parts ---------------------------------------*/

.panel-row-style {
	position: relative;
	background-size: cover;
	z-index: 500 !important;
}

.panel-row-style-wide-parallax,.f-panel-row-parallax, .parallax-section {
	overflow: hidden !important;
	position: relative;
	background-position: center top; 
}

body header.main.entry-header.parallax-section {
	overflow: hidden !important;
	position: relative;
	background-position: center top; 
	background-attachment: fixed;
}

.parallax-section .parallax-inner {
	pointer-events: none;
	left: 0;
	right: 0;
	height: 170% !important;
	position: absolute;
	top: -70%;
	width: 100%;
	margin: 0;
	background-repeat: inherit;
	z-index: 1 !important;
	background-position: center center;
	width: 100% !important;
	background-size: cover !important;
}

.parallax-section {
	background-attachment: fixed;
	background-color: transparent;
	background-size: cover !important;
	background-image: inherit;
	background-repeat: inherit;
	background-position: center center
	z-index: 1 !important;
	overflow: hidden;
}

.parallax-section.top .parallax-inner{
	top: -20%;
	height: 130%;
}

.parallax-section .panel-grid-cell {
	z-index: 100;
	position: relative;
}

.parallax-section .parallax-inner {
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	backface-visibility: hidden;
	perspective: 1000;
}

.entry-content, .entry-footer, .entry-summary {
	max-width: 1200px;
	margin: 0 auto !important;
	display: block;
}

body .header-wrap {
	overflow: hidden !important;
}


body #footer {
	z-index: 100 !important;
	position: relative;
}



/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

/* Page with Sidebar Template */

.page-template-template-page-with-sidebar article {
	width: 70%;
	float: left;
	padding-bottom: 30px;
}

/*Portfolio */

.filter-wrap {
	text-align: center;
}

#filter-nav{
	margin: 0 auto 20px;
	width: auto;
	text-align: center;
	width: 100%;
	position: relative;
	list-style: none !important;
	padding: 0 10px;
	max-width: 1200px;
}

.masonry-without-gutter #filter-nav, .rows-without-gutter #filter-nav {
	margin: 0 auto 30px;
}

#filter-nav.left {
	text-align: left;
}

#filter-nav.right {
	text-align: right;
}

#filter-nav li {
	padding: 0;
	background: none;
	margin: 0 3px;
	display: inline-block;
	list-style: none !important;
}

#filter-nav li::after {
	content: "/";
	margin: 0 0 0 10px;
	opacity: .3;
}

#filter-nav li:last-child::after {
	content: none;
}

#filter-nav li a {
	font-size: 14px;
	display: inline-block;
	color: inherit;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	padding: 0px 0 0px !important;
	border: none;
	line-height: 1em;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	font-weight: 600;
	opacity: .5;
}

#filter-nav li a:hover {
	color: inherit;
	opacity: 1;
}

#filter-nav .selected, #filter-nav a.selected:hover {
	color: inherit;
	padding: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	opacity: 1;
}


.thumbs:after {
  content: '';
  display: block;
  clear: both;
}

#portfolio-content p {
    padding: 0 10%;
}

.projects {
	position: relative;
}

.siteorigin-panels-stretch .projects.masonry-with-gutter, .siteorigin-panels-stretch .projects.rows-with-gutter {
	margin: 0 0;
}

.projects.masonry-without-gutter, .projects.rows-without-gutter {
	margin: 0;
}

.projects .thumbs {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.projects .project.small {
	float: left;
	width: 33.333%;
	overflow: hidden;
    padding: 10px !important;
	opacity: 0;
    filter: alpha(opacity = 0);
}

.projects .thumbs .project.small.show {
	opacity: 1;
    filter: alpha(opacity = 1);
}

.grid-sizer { width: 33.333%; }
.projects .project.small.masonry-wide, .projects .project.small.masonry-wide_tall {	width: 66.66%; }

.projects.col-2 .project.small, .projects.col-2 .grid-sizer { width: 50%; }
.projects.col-2 .project.small.masonry-wide, .projects.col-2 .project.small.masonry-wide_tall {	width: 100%; }

.projects.col-4 .project.small, .projects.col-4 .grid-sizer { width: 24.999%; }
.projects.col-4 .project.small.masonry-wide, .projects.col-4 .project.small.masonry-wide_tall {	width: 49.999%; }

.projects.col-5 .project.small, .projects.col-5 .grid-sizer { width: 20%; }
.projects.col-5 .project.small.masonry-wide, .projects.col-5 .project.small.masonry-wide_tall { width: 40%; }

.projects .project.small .inside {
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 100%;
}

.projects .masonry-tall img {
	height: 100% !important;
	width: auto !important;
}

.projects .project.small img {
	position: relative;
	display: block;
	height: auto;
	opacity: 1;
	width: 100%;
}

span.empty-project {
	width: 100%;
	height: 100%;
	background: #a5a5a5;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}

span.empty-project::before {
	content: "\f03e";
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	color: rgba(25,25,25,0.3);
	margin-top: -12px;
	font-size: 48px;
	font-family: FontAwesome;
}

.project.small .details .text {
	color: #fff;
	font-size: .8em;
	text-align: center;
	opacity: 0;
}

.project.small h3 {
	color: inherit !important;
	font-size: .8em;
	text-align: center;
	margin-bottom: 0;
	line-height: 1em;
	color: #fff;
	font-weight: 600;
}

.project.small .title {
	margin-bottom: 10px;
	color: inherit;
}

.project.small .skills {
	color: inherit;
	font-size: .6em;
	text-align: center;
	text-transform: none;
	line-height: 1em;
}

.project.small .details {
	text-transform: uppercase;
	font-size: 1.25em;
	z-index: 5 !important;
}

.project.small .details::before,
.project.small .details::after {
	pointer-events: none;
}

.project.small .details,
.project.small .details > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.project.small a {
	z-index: 100 !important;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.projects.masonry-without-gutter .project.small, .projects.rows-without-gutter .project.small {
	padding: 0 !important;
}

/* Effect 1 */

.project.small.effect-1 .overlay{
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	z-index: 2 !important;
}

.project.small.effect-1 .details .text {
	top: 50%;
	margin-top: -10px;
	position: absolute;
	width: 100%;
	font-size: 1em;
	text-align: center;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.project.small.effect-1 .details.has-skills .text {
	margin-top: -24px;
	z-index: 350 !important;
}

.project.small.effect-1 .details .text h3 {
	padding: 0 10px;
}

.project.small.effect-1 .details .text .skills {
	padding: 0 10px;
	opacity: .6;
}

.project.small.effect-1:hover .details .text {
	opacity: 1;
}

.project.small.effect-1:hover .overlay {
	opacity: .8;
}

.project.small.effect-1:hover img {

}

/* Effect 2 */

.project.small.effect-2 .overlay{
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	z-index: 2;
}

.project.small.effect-2 .details {
	border-color: #fff;
}

.project.small.effect-2 .details::before,
.project.small.effect-2 .details::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	z-index: 51 !important;
}

.project.small.effect-2 .details::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-color: inherit;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

.project.small.effect-2 .details::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-color: inherit;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}


.project.small.effect-2 .details .text {
	top: 50%;
	margin-top: -10px;
	position: absolute;
	width: 100%;
	font-size: 1em;
	text-align: center;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.project.small.effect-2 .details.has-skills .text {
	margin-top: -18px;
}

.project.small.effect-2:hover .details::before,
.project.small.effect-2:hover .details::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.project.small.effect-2:hover .details .text {
	opacity: 1;
}

.project.small.effect-2:hover .overlay {
	opacity: .8;
}


/* Effect 3 */

.project.small.effect-3 .overlay{
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	z-index: 2;
}

.project.small.effect-3 img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.project.small.effect-3 .details .text {
	position: absolute;
	z-index: 50 !important;
	bottom: 0;
	width: 100%;
	left: 0;
	font-size: 1em;
	text-align: left;
	padding: 20px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	opacity: 1;
}

.project.small.effect-3:hover .details .text {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	
}

.project.small.effect-3:hover .overlay {
	opacity: .8;
}

.project.small.effect-3 h3 {
	color: inherit;
	font-size: .9em;
	text-align: left;
	margin-bottom: 0;
	line-height: 1em;
}

.project.small.effect-3 .skills {
	color: inherit;
	font-size: .6em;
	text-align: left;
	text-transform: none;
	line-height: 1em;
	opacity: .7;
}

/* Effect 4 */

/* This class can be replaced using options */


.projects .project.small.effect-4 .inside.hover-in {
      transition: -webkit-transform .2s ease-out;
      transition: transform .2s ease-out;
      transition: transform .2s ease-out, -webkit-transform .2s ease-out; }
.projects .project.small.effect-4 .inside.hover-out {
      transition: -webkit-transform .2s ease-in;
      transition: transform .2s ease-in;
      transition: transform .2s ease-in, -webkit-transform .2s ease-in; }

.project.small.effect-4 .overlay{
	background: #000;
	position: absolute;
	width: 80%;
	height: 80%;
	opacity: 0;
	transition: transform 0.35s;
	z-index: 2 !important;
	opacity: 0;
	transition: .3s;
	-webkit-transform: translateZ(50px);
            transform: translateZ(50px);
			left: 10%;
			top: 10%;
			box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.projects .project.small.effect-4 .inside {
	overflow: visible;
}

.projects .project.small.effect-4 .inside img{
	max-height: 100%
}

.projects .project.small.effect-4 {
	
	overflow: hidden;
}

.project.small.effect-4 .details .text {
	opacity: 1;
	font-size: 1.0em;
}

.project.small.effect-4 .details.has-skills .text {
	
}

.project.small.effect-4 .details {
	position: absolute;
	    
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex-direction: column;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    -webkit-justify-content: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	    text-align: center;
	    -webkit-transform: translateZ(70px);
	            transform: translateZ(70px);
	opacity: 0;
	transition: .3s;
}

.project.small.effect-4:hover .details  {
	opacity: 1 !important;
}

.project.small.effect-4:hover .overlay {
	opacity: .6;
}

.project.small.effect-4 a {
	-webkit-transform: translateZ(75px);
            transform: translateZ(75px);
}


/* Load More -------------------*/

.load-more-holder {
	text-align: center;
	padding: 30px 0 0;
}

.load-more-holder .load-more-button, .load-more-holder .loading {
	display: inline-block;
	color: #fff;
	display: inline-block;
    background: #2a2a2a;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1.8em;
    text-decoration: none;
	position: relative;
	cursor: pointer;
	margin: 0 3px 0 0;
	-webkit-appearance: none;
	text-align: center;
	transition-property: all;
	-webkit-transition: 0.2s ease;
	   -moz-transition: 0.2s ease;
	     -o-transition: 0.2s ease;
		 	transition: 0.2s ease;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	border: none;
}

.load-more-holder .load-more-button a, .load-more-holder .loading {
	padding: 8px 22px 8px !important;
	-moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	line-height: 1.8em;
	display: inline-block;
}

.load-more-holder .load-more-button:hover {
	opacity: .5;
}

.load-more-holder .load-more-button a {
	background-color: inherit !important;
	color: inherit !important;
	font-size: 14px;
	margin-right: 0;
}

.load-more-holder .load-more-button.hidden, .load-more-holder .loading.hidden {
	display: none;
}

/* PrettyPhoto -------------------*/

div.pp_default .pp_content,
div.light_rounded .pp_content {
	background-color: transparent !important;

}

.pp_previous, .pp_next{
	background: none !important;
	text-indent:0 !important;
	opacity: 0;
}

.pp_previous:hover, .pp_next:hover {
	opacity: 1;
}

.pp_previous::before, .pp_next::before {

	height: 30px !important;
	top: 50% !important;

	position: absolute !important;
	width: 40px;
	height: auto !important;
	background: rgba(0,0,0,.7) !important;
	opacity: .7;
}

.pp_previous::before {
	left: 0 !important;
	padding: 10px 30px 10px 18px !important;
}

.pp_next::before {
	right: 0 !important;
	padding: 10px 25px 10px 25px !important;
}

.pp_previous::before {
	content: "\f104";
	color: #fff;
	font-size: 14px;
	font-family: FontAwesome;
}

.pp_next::before {
	content: "\f105";
	color: #fff;
	font-size: 14px;
	font-family: FontAwesome;
}

a.pp_close {
	text-indent:0 !important;
}

a.pp_close::before {
	content: "\f00d";
	color: rgba(255,255,255, .7);
	font-size: 14px;
	font-family: FontAwesome;
}

.currentTextHolder {
	color: rgba(255,255,255, .7);
	font-size: .7em;
}


/*Testimonails------------------*/

.testimonials {
	margin: 0 auto;
}

.testimonials .testimonial.small {
	float: left;
}

.testimonials.grid .testimonial.small {
	margin-bottom: 30px;
}

.testimonials.col-1 {
	max-width: 800px;
}

.testimonials.col-1 .testimonial.small {
	width: 100%;
}

.testimonials.col-2 .testimonial.small {
	width: 50%;
}

.testimonials.carousel .testimonial.small {
	width: auto !important;
}

.testimonials.col-2 .testimonial.small:nth-child(2n+1){ clear: both; }

.testimonials.col-3 .testimonial.small {
	width: 33.333%;
}
.testimonials.col-3 .testimonial.small:nth-child(3n+1){ clear: both; }

.testimonials.col-4 .testimonial.small {
	width: 25%;
}

.testimonials.col-4 .testimonial.small:nth-child(4n+1){ clear: both; }

.testimonials.alignment-left .testimonial.small .testimonial-img{
	float: left;
	width: 100px;
	padding-right: 3%;
}

.testimonials.alignment-left .testimonial.small .testimonial-text{
	margin-left: 100px;
}

.testimonials.alignment-center .testimonial.small {
	text-align: center;
}

.testimonials.alignment-center .testimonial.small .testimonial-text{
	text-align: center;
}

.testimonials .testimonial.small .inside {
	margin: 0 10px 10px;
}

.testimonials img {
	width: 76px;
	border-radius: 38px;
	height: auto;
	margin: 0 0 5px 0;
	min-width: 70px;
}

.testimonials p {
	padding-bottom: 10px !important;
}

.testimonials span.title {
	font-size: .9em;
	font-weight: bold;
	margin-bottom: 0 !important;
	color: inherit;
}

.testimonials .owl-controls .owl-pagination .owl-page span {
	background: #bfbfbf;
}

/* Blog */

/* Recent Posts Widget */

.blog.col-2 .post.small { width: 50%; }
.blog.col-3 .post.small { width: 33.333%; }
.blog.col-4 .post.small { width: 20%; }
.blog.carousel .post.small {
	width: 100% !important;
}

.widget .blog {

}

.post.small {
    display: inline-block;
    position: relative;
	float: left !important;
	padding: 10px !important;
}

.post.small .inside {
	text-align: left;
}

.post.small .inside .content {
	text-align: left;
}

.blog.col-2 .post.small:nth-child(2n+1){ clear: both; }
.blog.col-3 .post.small:nth-child(3n+1){ clear: both; }
.blog.col-4 .post.small:nth-child(4n+1){ clear: both; }


.post.small .post-thumb {
	margin-bottom: 15px !important;
	-webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
	display: block;
}

.post.small .post-thumb:hover {
	opacity: .7;
}

.post.small h3 {
    line-height: 1.4em;
    font-size: .9em;
    padding: 0 0 0 !important;
	margin-bottom: 10px !important;
	font-weight: 600;
}

.post.small .meta {
	padding: 0 0 0 !important;
	font-style: normal !important;
	line-height: 1.5em;
	font-size: .7em !important;
	margin: 0 0 15px !important;
	display: block;
}

.post.small p {
	text-align: left;
	margin: 0 0;
}

.read-more {
	white-space: nowrap;
}

.blog .owl-controls .owl-pagination .owl-page span {
	background: #bfbfbf;
}

/* Blog page templates */

.blog article {
	margin-bottom: 20px;
}

.blog article .entry-header, .blog article .entry-title {
	text-align: left;
}

.blog .meta {
	max-width: none;
	font-size: .8em;
	margin-bottom: 25px;
	display: block;
	font-weight: 400;
	line-height: 1.3em;
	padding-top: 10px;
}

.blog .meta.no-meta {
	display: none;
}

.single .blog .meta {
	margin-bottom: 0;
	padding: 0 !important;
	line-height: 1.2em;
	padding-top: 10px !important;
}

.blog .meta span:before {
  	display: inline-block;
  	content: '|' !important;
	margin: 0 7px 0 7px;
	opacity: .5;
}

.blog .meta span:first-child:before {
  	content: '' !important;
	margin: 0;
}

.blog .meta a {
	color: inherit;
	display: inline-block;
}

.blog .meta a:hover {
	opacity: .5;
}

.entry-header .meta {
	opacity: .6;
}

.blog-content {
	width: 100%;
	margin: 0 auto 0 auto;
	display: block;
}

.blog .body-wrap {
    border: none;
}

.archive {

}
.blog-content ul, ol {
	padding-bottom: 0;
	margin-bottom: .8em;
}

.entry-title {
	margin-bottom: 10px;
}

h2.entry-title {
	font-size: 1.3em;
}

.hentry {
	margin: 0;
}

.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}.post.small .meta
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.blog-content img.full-width {
	padding: 0;
}

.post header.entry-header h2 {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 1.8em;
}

header.entry-header .inner {
	padding: 0 30px !important;
	z-index: 3 !important;
	position: relative;
}

.single-post header.main .meta {
	padding-top: 15px !important;
}

.post header.main.has-background .meta a {
	color: #fff;
}

.post header.main.has-background .meta a:hover {
	color: rgba(255,255,255,.8)
}

.post header.main .meta a {
	color: #000;
}

.post header.main .meta a:hover {
	color: rgba(0,0,0,.5)
}

.blog-content .full-width-container {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
}
p.attribution {
	text-transform: uppercase;
	font-size: 0.6em;
}
p.caption {
	font-style: italic;
	font-size: 0.8em;
	margin-bottom: 40px;
}
.blog-content h1 a, .blog-content h2 a, .blog-content h3 a, .blog-content h4 a, .blog-content h5 a {
	color: #191919;
	text-decoration: none;
}
.blog-content h1 a:hover, .blog-content h2 a:hover, .blog-content h3 a:hover, .blog-content h4 a:hover, .blog-content h5 a:hover {
	color: #919191;
	text-decoration: none;
}

#main {
	margin: 0px;
	padding: 0 0 0 0;
}

#main .posts {
	color: #191919;
	padding: 0;
	margin-left: 0px;
}

.pull {
	display: block;
	padding: 20px 0 20px 0;
	margin: 20px;
	width: 30%;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5em;
	color: #191919;
	border-top: 3px solid #919191;
	border-bottom: 3px solid #919191;
}
.pullright {
	float: right;
	margin-right: -5%;
	clear: left;
}
.pullleft {
	float: left;
	margin-left: -5%;
	clear: right;
}
.entry-footer {
	text-align: center;
}
.little-border {
	width: 50%;
	margin: 0 auto 80px auto;
	border-bottom: thin solid #e9e9e9;
}

/* Masonry Blog */

.blog .content-main {
	width: 72%;
	max-width: 72%;
}

.blog .masonry .content-main {
	margin: 0 -15px;
}

.blog .masonry .post.small {
	width: 33.33%;
	padding: 0 15px 15px 15px !important;
}

.blog .masonry .post.small p{
	padding-bottom: 0;
}

.blog .full .masonry .post.small {
	width: 25%;
}

/* Full width blog */

.blog .body-wrap {
	max-width: 1000px;
}

.blog .content-main.full {
	width: 100%;
	max-width: 900px;
	overflow: hidden;
}

.page-template-template-blog-masonry-full-width .body-wrap,
.page-template-template-blog-masonry .body-wrap{
	max-width: 1200px !important;
}

.page-template-template-blog-masonry-full-width .content-main.full,
.page-template-template-blog-masonry .content-main.full {
	max-width: 1200px !important;
}

.blog.siteorigin-panels .content-main.full {
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
}

.site-main .body-wrap .content-main.full {
	max-width: 900px;
	margin: 0 auto;
}

.siteorigin-panels .body-wrap .content-main.full {
	max-width: 1200px !important;
}

/* Social Sharing */

.social-sharing ul {
	list-style: none;
	padding: 25px 0 10px !important;
}

.social-sharing ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.social-sharing ul li {
	display: inline-block;
	margin-right: 20px;
	font-size: 1.2em;
}

.social-sharing ul li a {
	color: #797979;
}

.social-sharing ul li a:hover {
	opacity: .5;
}




/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.comment-author .fn {
	font-weight: 700;
}
.bypostauthor {
}


/*--------------------------------------------------------------
10.3 Custom SO PageBuilder Styles
--------------------------------------------------------------*/

.panel-widget-style {
	background-position: center center;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5 {
	color: inherit;
}

/* Button */

.so-widget-sow-button {
	font-weight: 700;
	font-size: .8em;
}

/* Visual Editor */

.so-panel.widget_black-studio-tinymce {
	margin-bottom: 0 !important;
}

/* Features*/

body .sow-features-feature .sow-icon-container {
	color: transparent;
}

.left .sow-features-list .sow-features-feature {
	text-align: left !important;
	display: inline-block !important;
}

.right .sow-features-list .sow-features-feature {
	text-align: right !important;
	display: inline-block !important;
}

.so-widget-sow-features .textwidget h5{
	margin-top: 5px !important;
	margin-bottom: 10px !important;
	color: inherit;
}

.so-widget-sow-features .textwidget p {
	font-size: .8em;
	opacity: .7;
}

.sow-features-list .sow-features-feature .sow-icon-container *{
	width: 100%;
	height: 100%;
}

/* Pricing Table */

body .so-widget-sow-price-table *{
	border: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

body .ow-pt-column {
	padding: 5px;
}

body .ow-pt-title {
	font-weight: bold;
}

body .ow-pt-subtitle {
	font-weight: 400 !important;
	font-size: .8em !important;
	opacity: .6;
	margin-top: -5px !important;
}

body .ow-pt-price {
	line-height: 1em !important;
}

body .ow-pt-per {
	font-size: .8em;
	line-height: 1.4em !important;
	color: rgba(255,255,255,.6) !important;
}

body .ow-pt-features {
	background: #eee !important;
}

body .ow-pt-feature {
	background: #eee !important;
	padding: 5px 0 !important;
	border-bottom: 1px solid rgba(0,0,0,.06) !important;
	text-align: center;
	margin: 0 30px;
}

.ow-pt-feature:first-child {
	padding-top: 20px !important;
}

.ow-pt-feature:last-child {
	padding-bottom: 0 !important;
	border-bottom: none !important;
}

.ow-pt-columns-atom .ow-pt-feature:last-child {
	padding-bottom: 20px !important;
}

.ow-pt-feature p {
	padding: 0;
	margin: 0;
}

body .ow-pt-button {
	background: #eee;
	padding: 30px 0 !important;
}

a.ow-pt-link {
	padding: 5px 17px !important;
	font-weight: 600;
}



/* Call To Action */
body .sow-cta-wrapper .sow-cta-text h4 {
	font-weight: inherit;
	font-size: 1.4em;
	color: inherit;
	line-height: 1.4em;
	margin-top: 10px !important;
}

body .sow-cta-wrapper .sow-cta-text h5 {
	font-weight: inherit;
	font-size: 1em;
	color: inherit;
	opacity: .7;
	line-height: 1.3em;
	margin-top: -5px;
	margin-bottom: 10px;
}

body .sow-cta-wrapper .so-widget-sow-button {
	font-size: .8em;
	padding: 5px;
}

@media only screen and (max-width: 780px) {
	body .sow-cta-wrapper .sow-cta-text h4 {
		font-weight: inherit;
		font-size: 1.4em;
		color: inherit;
		line-height: 1.4em;
		margin-top: 3px;
	}

	body .sow-cta-text, body .so-widget-sow-button {
		text-align: center;
		float: none !important;
	}
	.right .sow-features-list .sow-features-feature {
		text-align: left !important;
	}
}

/* Headline */

.widget_sow-headline {
	margin-bottom: 20px !important;
}

.widget_sow-headline h1 {
	font-size: 1.4em;
}

.widget_sow-headline h3 {
	font-size: .8em;
	font-weight: 400 !important;
	line-height: 1.8em !important;
}

body .sow-cta-base  {
	border: none;
}

.sow-sub-headline {
	padding-bottom: 0;
}

/* Layout Builder */

.widget_siteorigin-panels-builder .panel-grid{
	padding-top: 49px !important;
}

/* Social Media Buttons */

.so-panel.widget_sow-social-media-buttons {
	margin-bottom: 40px !important;
}

/* SO Slider */

.sow-slider-images {
	margin-bottom: 30px !important;
}

ol.sow-slider-pagination {
	bottom: 35px !important;
}

/* SO Google Maps */

.scroll-off {
	pointer-events: none;
}

/* Vertical Center */

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

.v-center > div {
	flex-shrink:1;
	min-width:1px;
	width: 100%;
}

/* CSS Animations */

.wow {
	visibility: hidden;;
}


/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll #navigation,
.infinite-scroll .pagination,
.infinite-scroll.neverending #footer {
    display: none;
}

/* Shows the footer again in case all posts have been loaded */
.infinity-end.neverending #footer {
    display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	height: auto;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
    margin: 1.8em 0 0;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {}


/*--------------------------------------------------------------
12.3 Revolution Slider
--------------------------------------------------------------*/

.mobile-video-fallback-image {
    width: 100%;
    height: 100%;
    top: 0 !important;
    left: 0 !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.rev_slider_wrapper.fullscreen-container, .rev_slider_wrapper.fullwidthbanner-container {
	z-index: 500 !important;
}

@media(max-width: 415px){
	.rs-background-video-layer{
		display: none;
	}
}


/*--------------------------------------------------------------
12.4 PrettyPhoto on Mobile
--------------------------------------------------------------*/
/* prettyPhoto styling for small screens  - below 767px width */
@media only screen and (max-width: 767px) {
	.pp_pic_holder.pp_default { width: 97%!important; left: 0 !important;}
	div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
	.pp_content { width: 100%!important; height: auto!important; }
	.pp_fade { width: 100%!important; height: 100%!important; }
	a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
	#pp_full_res img { width: 100%!important; height: auto!important; }
	.pp_details { width: 100%!important;  padding-top: 5px;  }
}


/*////////////////////////////////////////////////////////////////////
//  13.0 - Media Queries
////////////////////////////////////////////////////////////////////*/

/* iPads */

@media only screen and (max-width : 1024px) {

	#middle {
		padding-top: 0 !important;
	}

	/*Header*/

	body.side-header #site-wrap {
		float: none;
		padding-left: 0;
		width: 100%;
	}

	body.side-header #site-header {
		padding: 0 !important;
	}

	body.side-header #site-header * {
		line-height: 1em !important;
	}

	body.side-header #site-header #logo {
		padding: 0;
		margin: 0 !important;
	}

	body.side-header #site-header .inside {
		padding: 13px 0 13px 20px;
	}

	body.side-header .siteorigin-panels-stretch[data-stretch-type="full-stretched"] {
		padding-left: 0 !important; padding-right: 0 !important;
	}

	body.side-header #site-header {
		position: relative;
		height: auto;
		width: 100%;
	}

	body.side-header #site-header .main-nav {
		display: none;
	}

	#menu-toggle-open {
		display: block;
	}

	body.side-header #site-header #logo .site-title {
		display: none;
	}

	body.side-header #site-header #logo .site-title.top {
		display: block;
	}

	/*Entry Header*/

	#primary header.main .entry-title {
		font-size: 1.8em;
	}

	/*Parallax Backgrounds*/

	.parallax-section {
		background-attachment: scroll;
	}

	/*Posts*/

	/* Recent Posts Widget */

	.blog.col-3 .post.small { width: 50%; }
	.blog.col-4 .post.small { width: 50%; }

	.blog.col-3 .post.small:nth-child(3n+1){ clear: none; }
	.blog.col-4 .post.small:nth-child(4n+1){ clear: none; }
	.blog.col-3 .post.small:nth-child(2n+1){ clear: both; }
	.blog.col-4 .post.small:nth-child(2n+1){ clear: both; }

	/* Blog templates */

	.blog .gid-sizer {
		width: 49%;
	}
	.blog .masonry .post.small {
		width: 49% !important;
	}

	/*Projects*/

	.projects.col-5 .project.small, .projects.col-5 .grid-sizer { width: 24.999%; }
	.projects.col-5 .project.small.masonry-wide, .projects.col-5 .project.small.masonry-wide_tall { width: 49.999%; }
	.project.small h3.entry-title { font-size: .6em; }


	/*Widgets*/
	#footer .main {
		margin: 0 auto !important;

	}
	#footer .widget-box {
		width: 50% !important;
	}

	#footer.col-3 .widget-box:nth-child(3n+1)
	{
	    clear: none;
	}
	#footer .widget-box:nth-child(2n+1)
	{
	    clear: both;
	}

	/*Parallax*/

	.panel-row-style-wide-parallax, .f-panel-row-parallax, .parallax {

	}

}


@media only screen and (max-width: 768px){

	/*Header*/
	.top-header.stacked-header #main-container #site-header #logo {
	    position: relative;
		display: inline-block;
		float: left;
		display: table;
		table-layout: fixed;
		height: 90px;
		padding: 0 !important;
	}

	body.top-header.stacked-header #main-container #site-header .nav-holder {
		float: right;
	}

	body.top-header.stacked-header #main-container #site-header .nav-holder .secondary-nav span,
	body.top-header.stacked-header #main-container #site-header .nav-holder .secondary-nav a {
		height: 90px; line-height: 90px;
	}

	/*Nav stuff*/

	.main-nav {
		display: none !important;
	}

	#site-header .secondary-nav span.search-toggle.open { display: none; }

	#site-header .secondary-nav .menu-toggle.open { display: inline-block; }

	blockquote { font-size: .9em !important; }

	h1 {
		font-size: 28px;
		font-size: 2.8rem;
	}
	h2 {
		font-size: 22px;
		font-size: 2.2rem;
	}
	h3 {
		font-size: 22px;
		font-size: 2.2rem;
	}
	h4 {
		font-size: 1em;
	}

    #cart-notices .woocommerce-message a.button.wc-forward {
        display: none;
    }

    .post.small h2 {
		font-size: 1.6em !important;
	}



	/*Slide Panel*/
	#slide-menu .widget-area.mobile {
		display: block;
	}

	#slide-panel .has-mobile-menu #slide-mobile-menu {
		display: block;
	}

	#slide-panel .has-mobile-menu #slide-main-menu {
		display: none;
	}

	#slide-panel .widget-area.desktop { display: none; }

	#blog .posts .post a.button {
		font-size: 14px;
		padding: 5px 7px;
	}

	.thumbs {
		margin: 0 auto !important;
		text-align: center;
	}

	#image-background #button-wrapper {
		display: none;
	}

	.post.small .inside {
		padding: 0;
	}

	.comment-navigation .nav-previous,
	.paging-navigation .nav-previous,
	.post-navigation .nav-previous {
		float: none;
		width: 100%;
		text-align: center;
	}
	.comment-navigation .nav-next,
	.paging-navigation .nav-next,
	.post-navigation .nav-next {
		float: none;
		width: 100%;
		text-align: center;
	}

	/*Reduce side padding*/

	.comments-wrap {
		padding: 20px 0;
	}
	#footer, aside.sidebar {
		padding: 30px 0px !important;
	}
	.site-main .post-navigation {
		padding: 0 15px;
	}

	.widget-box{
		width: 100% !important;
	}


	/*Posts */

	header.main h1 {
		font-size: 1.2em !important;
	}

	header.main .meta {
		font-size: .7em !important;
	}


	/*Search */
	.search-results .post-thumb {
		display: none;
	}

	/* SO PageBuilder */

	.panel-grid-cell {
		margin-bottom: 0 !important;
	}

	/* Checkout Page */
	body.woocommerce-checkout .content-area .col-1 {
		width: auto;
	}
	body.woocommerce-checkout .content-area .col-2 {
		width: auto;
	}

}


@media screen and (max-width: 700px) {

	/* Content Area */

	.content-main {
		width: 100% !important;
		float: none;
		clear: both;
		max-width: none !important;
	}

    /*Projects*/
	body .projects .grid-sizer, body .projects .project.small { width: 50% !important; }
	body .project.small.masonry-wide, body .project.small.masonry-wide_tall {width: 100% !important; }
	.projects .masonry-tall img {
		height: auto !important;
		width: 100% !important;
	}

	/*Projects*/
	body .projects .project.small {
		width: 100% !important;
		height: auto !important;
	}
	.project.small{

	}

	/* Blog templates */

	.blog .gid-sizer {
		width: 100%;
	}
	.blog .masonry .post.small {
		width: 100% !important;
		padding: 0 0 15px 0 !important;
	}

	.blog .content-main {
		margin: 0;
	}
	
	.post.small {
		width: 100% !important;
	}

	/*Testimonials*/

	.testimonials .testimonial.small {
		width: 100% !important;
		margin-bottom: 30px;
	}

	.sow-features-feature {
		width: 100% !important;
	}

	.sow-features-feature {
		margin-bottom: 10px !important
	}

	body .panel-grid .equal-column-height .panel-grid-cell * {
		min-height: 0 !important;
	}

	/* Sidebar */

	aside.sidebar {
		width: 100%;
		padding: 0;
		float: none;
		clear: both;
	}


	/* Recent Posts Widget */

	.blog.col-3 .post.small { width: 100%; }
	.blog.col-4 .post.small { width: 100%; }

	.blog.col-3 .post.small:nth-child(3n+1){ clear: both; }
	.blog.col-4 .post.small:nth-child(4n+1){ clear: both; }
	.blog.col-3 .post.small:nth-child(2n+1){ clear: both; }
	.blog.col-4 .post.small:nth-child(2n+1){ clear: both; }


	/*Widgets*/
	#footer .main {
		margin: 0 auto !important;
		max-width: 700px !important;
	}
	#footer .widget-box {
		width: 100% !important;
		float: none;
	}


}

/* Small laptops */

@media screen and ( max-height: 880px ){
		#banner-content .inside{
            max-width: 1100px !important;
        }

        #down-button {
            bottom: 10px;
        }
        #banner-content h1, #banner-content h2, #banner-content h3, #banner-content p, #banner-content img {
            margin-bottom: 25px;
        }
}

@media all and (min-width: 300px) {
	.mm-menu {
		width: 250px !important;
	}
}


/* =Theme customization starts here
-------------------------------------------------------------- */

p, address {font-size: .8em;}
a {color: #7f7f7f;}
a:hover{color: #7f7f7f;text-decoration: none; opacity:0.7;}
.entry-content a {color: #232323; text-decoration:underline}
.entry-content .so-widget-sow-button a{text-decoration:none;}

/*sub menu*/
.main-nav ul.sub-menu li ul.sub-menu {margin-top:-15px;}
.main-nav ul.sub-menu li span{font-weight:600;}

.rond .ow-button-base a {
    width: 200px;
    max-width: 100%;
    font-size: 2em!important;
    padding: 3em 0!important;
    border-radius: 5em !important;
    min-height: 200px;
    font-weight: 400;
	line-height: 1em;
}
.ow-button-base a {font-size: 1.6em!important; font-weight: 400; line-height: 1.8em;}
.so-widget-sow-button .ow-button-base a:hover{opacity:0.8;}
i.fas{padding-right:10px;}

#site-header {padding-top:8px;box-shadow: 0 0 0 rgba(0,0,0,.1); -webkit-box-shadow: 0 0 0 rgba(0,0,0,.1);border-bottom: 0px solid #ffffff; background-color:#a38b2b;}
#logo .site-title {vertical-align: bottom !important;}
.solid #middle { margin-top: -11px;}

.gallery-item:first-child {margin: 0;}
.donkerfont a, .donkerfont p, .donkerfont ul li, .donkerfont h1{color:#333333;}
.donkerfont i.fas{padding-left:10px;}

.content-area ul {margin: 0 0 0 20px;}

hr {height: 2px;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
	width: 25%;}

.site-main h5{font-size:1em; font-weight:500; line-height:1.9em; padding-bottom: 25px;margin-bottom: 0;}

/*home*/
/*div.witbg.panel-widget-style div.so-widget-sow-editor.so-widget-sow-editor-base{background-image: url(https://aukefotografeert.nl/wp-content/uploads/2019/04/bg75-wit.png);
background-repeat: repeat;padding: 20px 20px 0px 20px;color: #232323;}*/
div.witbg.panel-widget-style h1{background-image: url(https://aukefotografeert.nl/wp-content/uploads/2019/04/bg75-wit.png);
background-repeat: repeat;
width: min-content;
padding: 20px;
border-radius: 30px}

div.witbg.panel-widget-style div.so-widget-sow-editor.so-widget-sow-editor-base a{color: #232323;}
.page-id-1435 div.witbg.panel-widget-style div.so-widget-sow-editor.so-widget-sow-editor-base{border-radius: 30px;}
#pl-1435 p {padding-bottom:0;}
#pl-1435 p:last-child {padding-bottom:8px;}
/*#pl-1435 a{font-weight:600;}*/
.home i.fas {padding-left: 10px;}
#pgc-1435-1-0, #pgc-1435-2-0{padding-left:20px}
#pgc-1435-1-1, #pgc-1435-2-2{padding-right:20px}
.panel-widget-style-for-1435-3-0-1 a{font-weight:500!important;} 
.so-widget-sow-button-wire-42639fee6cf5 .ow-button-base a{padding:0.3em;}
#panel-1435-1-0-0 > .panel-widget-style, #panel-1435-1-1-0 > .panel-widget-style{min-height: 400px !important;}
#panel-1435-2-0-0 > .panel-widget-style, #panel-1435-2-1-0 > .panel-widget-style, #panel-1435-2-2-0 > .panel-widget-style{min-height: 320px !important;}
/*home-2*/
.page-id-2358 div.witbg.panel-widget-style div.so-widget-sow-editor.so-widget-sow-editor-base{border-radius: 30px;}
#pl-2358 p {padding-bottom:0;}
#pl-2358 p:last-child {padding-bottom:8px;}
#pgc-2358-1-0, #pgc-2358-2-0{padding-left:20px}
#pgc-2358-1-1, #pgc-2358-2-3{padding-right:20px}
.panel-widget-style-for-2358-3-0-1 a{font-weight:500!important;}
#panel-2358-1-0-0 > .panel-widget-style, #panel-2358-1-1-0 > .panel-widget-style{min-height: 400px !important;}
#panel-2358-2-0-0 > .panel-widget-style, #panel-2358-2-1-0 > .panel-widget-style, #panel-2358-2-2-0 > .panel-widget-style{min-height: 320px !important;}

/*portfolio archive page*/
.projects .project.small {padding: 5px !important;}
.projects .project .inside .details .text .title h3.entry-title::after {content: "&nbsp;&nbsp;<i class="fas fa-arrow-right"></i>";}
.create-portfolio .projects.masonry-with-gutter.col-5  .project .inside .details .text .title h3.entry-title::after{ font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f061";padding-left:8px;}

#fancybox-overlay{background-color: rgb(255, 255, 255)!important;opacity: 0.8 !important;}
#fancybox-outer {-webkit-box-shadow: 0 0 10px #ccc!important;}

#wit a{color:#ffffff; text-decoration: underline;}
#wit .ow-button-base a{text-decoration: none;}}

/* footer*/
#footer i.fab{font-size:200%;}
#footer .left{float:left; width:50%;}
#footer .right{float:right; width:50%;}
#footer .secondary p {bottom: 12px;position: relative;}
#footer{margin-top: 15px;}
#footer ul.sub-menu {display:none; }
#footer #menu-hoofdmenu-1{text-transform:lowercase;}
/*#footer .secondary{display:none;}*/
#footer .secondary {padding: 40px 0 50px 0 !important;}
#footer .secondary h1, #footer .secondary h2, #footer .secondary h3{font-size: 60%; font-weight: normal; top: -10px;position: relative; line-height: 1.5em; width:92%;}
#footer .secondary .right p{display:none;}
footer#footer div#black-studio-tinymce-2.small.one-third.widget_black_studio_tinymce.footer-box.widget-box{width:40%;}

/*ninja forms*/
.ninja-forms-form-wrap form{font-size:80%;}
.nf-form-content label {font-size: 15px !important;}

/* posts blog-nieuws */
.page-id-5821 .post.small { padding:0 !important;  background-color: #fff;width:30%;margin-right:3%;border-radius: 15px;}
.page-id-5821 .post.small .content{padding:0 30px;}
.page-id-5821 article{margin-bottom:50px;}
.page-id-5821 #middle, .page-id-5821 #primary header.main {background-color: #565006;}
.page-id-5821 a.read-more{display:block;color:#000000;font-weight:bold;}
.page-id-5821 img{border-radius: 15px 15px 0 0;}
.page-id-5821 #primary header.main h1{color:#ffffff !important;}
.page-id-5821 .meta span{padding-right:12px;}
/*single blog*/
body.single-post #primary header.main .inner { text-align: left !important;}
.single-post .body-wrap { max-width: 1200px;}
.single-post .site-main {padding: 0 30px!important;}
.single-post #primary header.main {padding: 80px 0 40px !important;}
.single-post .blog .content-main { width: 66%; max-width: 66%;}

@media only screen and (max-width: 1530px) {
#panel-1435-1-0-0 > .panel-widget-style, #panel-1435-1-1-0 > .panel-widget-style{min-height: 430px !important;}
#panel-1435-2-0-0 > .panel-widget-style, #panel-1435-2-1-0 > .panel-widget-style, #panel-1435-2-2-0 > .panel-widget-style{min-height: 330px !important;}
}
@media only screen and (max-width: 1400px) {
#panel-1435-1-0-0 > .panel-widget-style, #panel-1435-1-1-0 > .panel-widget-style{min-height: 460px !important;}
#panel-1435-2-0-0 > .panel-widget-style, #panel-1435-2-1-0 > .panel-widget-style, #panel-1435-2-2-0 > .panel-widget-style{min-height: 360px !important;}
}
@media only screen and (max-width: 1300px) {
#panel-1435-1-0-0 > .panel-widget-style, #panel-1435-1-1-0 > .panel-widget-style{min-height: 490px !important;}
#panel-1435-2-0-0 > .panel-widget-style, #panel-1435-2-1-0 > .panel-widget-style, #panel-1435-2-2-0 > .panel-widget-style{min-height: 400px !important;}
}
@media only screen and (max-width: 1150px) {
#panel-1435-1-0-0 > .panel-widget-style, #panel-1435-1-1-0 > .panel-widget-style{min-height: 520px !important;}
#panel-1435-2-0-0 > .panel-widget-style, #panel-1435-2-1-0 > .panel-widget-style, #panel-1435-2-2-0 > .panel-widget-style{min-height: 456px !important;}
#footer .secondary {padding: 40px 0 70px !important;}
}
@media only screen and (max-width: 1086px) {
#panel-1435-1-0-0 > .panel-widget-style, #panel-1435-1-1-0 > .panel-widget-style{min-height: 550px !important;}
#panel-1435-2-0-0 > .panel-widget-style, #panel-1435-2-1-0 > .panel-widget-style, #panel-1435-2-2-0 > .panel-widget-style{min-height: 520px !important;}
#footer .secondary {padding: 40px 0 80px !important;}
}
@media only screen and (max-width: 950px) {
#panel-1435-1-0-0 > .panel-widget-style, #panel-1435-1-1-0 > .panel-widget-style{min-height: 550px !important;}
#panel-1435-2-0-0 > .panel-widget-style, #panel-1435-2-1-0 > .panel-widget-style, #panel-1435-2-2-0 > .panel-widget-style{min-height: 550px !important;}
#footer .secondary {padding: 40px 0 90px !important;}
}
@media only screen and (max-width: 880px) {
#panel-1435-1-0-0 > .panel-widget-style, #panel-1435-1-1-0 > .panel-widget-style{min-height: 580px !important;}
#panel-1435-2-0-0 > .panel-widget-style, #panel-1435-2-1-0 > .panel-widget-style, #panel-1435-2-2-0 > .panel-widget-style{min-height: 590px !important;}
#footer .secondary {padding: 40px 0 100px !important;}
}

@media only screen and (max-width: 700px) {
footer#footer div#black-studio-tinymce-2.small.one-third.widget_black_studio_tinymce.footer-box.widget-box{padding-top: 70px;clear: both;}
footer#footer a.geboortefotografen {padding-top: 40px;clear: both;}
}	
	
@media only screen and (max-width: 780px) {
	#pgc-1435-1-0, #pgc-1435-2-0, #pgc-1435-2-1 {margin-bottom: 10px;}
	#panel-1435-1-0-0 > .panel-widget-style, #panel-1435-1-1-0 > .panel-widget-style{min-height: 430px !important;}
#panel-1435-2-0-0 > .panel-widget-style, #panel-1435-2-1-0 > .panel-widget-style, #panel-1435-2-2-0 > .panel-widget-style{min-height: 330px !important;}
.pgc-1435-1-0, .pgc-1435-1-1  {margin-bottom:10px !important;}
#pgc-1435-1-0, #pgc-1435-2-0, #pgc-1435-2-1 {margin-bottom: 10px !important;}
#pg-1435-1 {margin-bottom: 0;}
.rond.panel-widget-style  {position: absolute !important;bottom: -96px !important;right: 10px !important; top:auto !important;}
	#panel-1540-0-0-0 > .panel-widget-style{bottom: -20px !important;}
	.single-project .sow-masonry-grid-item{border-bottom: solid 10px #fff;}
	.ow-button-base.ow-button-align-center a{font-size:125%!important; width:90%!important;}
.rond .ow-button-base a {width: 150px;max-width: 100%;font-size: 1.5em !important;padding: 2.7em 0 !important; min-height: 150px;}
#footer .secondary {padding: 40px 0 110px !important;}
}
@media only screen and (max-width: 700px) {
#footer.col-4 .textwidget p a img{margin-top:40px;}
#footer .secondary {padding: 40px 0 190px !important;}
}/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(//aukefotografeert.nl/wp-content/themes/themetrust-create/css/AjaxLoader.gif) no-repeat center center
}div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	border-left: 1px solid #fff;
	border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
	border-top: 1px solid rgba(255,255,255,.5);
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #13a;
}
.sf-menu li {
	background: #BDD2FF;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background: #AABDE6;
}
.sf-menu ul ul li {
	background: #9AAEDB;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #CFDEFF;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}


/*--------------------------------------------------------------
Shop / Woocommerce
--------------------------------------------------------------*/

.shop, .products {

}

section.shop.col3 {
	width: 70%;
	float: left;
}

section.shop.col4 {
	width: 100%;
	float: none;
}

section.shop{
	margin: 0 auto !important;
}

.shop, .shop.products {
    max-width: 1240px;
	margin: 0 auto !important;
	padding: 0 !important;
	margin-left: -10px !important;
	margin-right: -10px !important;
}

.content-area ul.products {
	margin-left: 0;
}

.products .product {
    position: relative;
    display: inline-block;
    margin: 0 0 10px;
    height: auto;
    text-align: center;
    cursor: pointer;    
    overflow: hidden;      
	float: left;
	width: 33.333% !important;    
}

.products .product img {
	width: 100%;
}

.col2 .product {
	width: 50% !important; 
}

.col3 .product {
	width: 33% !important; 
}

.col4 .product {
	width: 25% !important; 
}

.col5 .product {
	width: 20% !important; 
}

.products.alignment-left .product {
	text-align: left;
}

.products .product .inside, .product_list_widget li a {
	margin: 0 10px;
	display: block;
}

.products .product:nth-child(3n+1), .product_list_widget li:nth-child(3n+1)
{
    clear: both !important;
}

.col4 .product:nth-child(3n+1), .col4 .product_list_widget li:nth-child(3n+1)
{
    clear: none !important;
}

.col4 .product:nth-child(4n+1), .col4 .product_list_widget li:nth-child(4n+1)
{
    clear: both !important;
}

.products .product .details, .product_list_widget li {
    
}

.product_list_widget li .product-title {
	display: block;
}

.products .product .title, .product_list_widget li .product-title {
    font-weight: 800;
	font-size: 1em !important;
}

.product_list_widget li .product-title {
	display: block;
}

.products .product .title,
.product_list_widget li .product-title,
.products .product p {
    margin: 0;
}

.product.small p {

}

.products .product .title, .product_list_widget li .product-title {
    padding: 0;
    width: 100%;   
    color: #191919;
    font-size: 0.8em;
    font-weight: 700;
	line-height: 1.2em !important;
	display: block;
}

.products .product .price {
    font-style: normal;
    margin: 0;
	display: block;
}

.products .product .price span {
    opacity: .5;
    text-decoration: line-through;
}

.products .product {
    position: relative;
}

.products .product .product-thumb{
	margin-bottom: 15px;
}

.products .product .product-thumb {
    position: relative;	
	padding: 0 !important;	
	display: inline-block;
}

.products .product img{
    position: relative;
	display: block;	
	margin: 0 !important;	
	-webkit-transition: 0.4s;
       -moz-transition: 0.4s;
            transition: 0.4s;
}

.products .product .overlay{
    background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	z-index: 40;
}

.products .product .inside:hover .actions {
	opacity: 1;
}

.products .product .inside:hover .overlay {
	opacity: .5;
}

.products .productdiv a.product-button {
    line-height: 1.8em;    
    
    padding: 15px;
    font-size: 0.9em;
    display: inline-block;
}

.products .product .thumb-container {
    position: relative;
    width: 100%;
}

.products .product .thumb-container .actions {
    opacity: 0;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 100%;
    -webkit-transition: 0.2s;
       -moz-transition: 0.2s;
            transition: 0.2s;
	z-index: 999;
}

.products .product .thumb-container form button.product-button.add-to-cart,
.products .product .thumb-container form.actions a {
    border: 1px solid #fff;    
    color: #fff;
    font-size: 0.75em;
    padding: 14px 15px 13px!important;
	line-height: .5em !important;
    font-weight: 700;
    transition: 0.2s;
    -webkit-transition: 0.2s;
	background: none;
	border-radius: none !important;		
	height: 46px !important;
	text-transform: uppercase;
}

.products .product .thumb-container form button.product-button.add-to-cart {
	height: 52px;
}

.products .product .thumb-container form.actions a {
    padding: 14px !important;
}

.products .product form button.product-button.add-to-cart:hover,
.products .product .thumb-container form.actions a:hover {
    
    opacity: .6;
    box-shadow: none;
}

.products .product:hover form {
    display: block;
}

.product-thumb .woocommerce-main-image {
	margin-bottom: 20px;	
	display: block;
}

.product-thumb {
	position: relative;
}

.product-thumb span.sale, .product-thumb span.onsale {
    width: auto;
    background: #bb9f7c;
    padding: 0.225em 10px;
    color: #fff;
    font-size: .9em;
    position: absolute;
    top: 15px;
    left: 15px;
    font-weight: 600;
    text-align: center;
	z-index: 200;
}

.product-thumb .thumbnails a {
	float: left;
	display: block;
	margin-right: 20px;
}

.product-thumb img {
	transition: all 0.4s ease 0.1s;
	-webkit-transition: all 0.4s ease 0.1s;
}

.product-thumb a:hover img {
	opacity: .6;
}

.post-type-archive-product #main header.main .inside {	
	max-width: 1050px;
}

.before-shop {
	max-width: 1246px;	
	margin: 0 auto 20px;
	padding: 0;
}

.before-shop .woocommerce-ordering {
	float: right;
	position: relative;
	margin-right: 10px;
	font-size: .8em;
}

.before-shop .woocommerce-result-count {
	float: left;
	width: 50%;
	margin-left: 10px;
}

.woocommerce-notice {
	padding: 25px !important;
	line-height: 1.5em !important;
}

/* Product Category Thumbs -----------*/

.term-description {
	text-align: center;
}

.product-category a {
	display: block;
	margin: 20px;
}

.product-category h3 {
	font-size: .9em;
	padding-top: 20px;
}

.product-category h3 .count {
	background: none;
}

/* Woocommerce Pagination ------------------*/

.woocommerce nav.woocommerce-pagination {
text-align:center;
margin-top: -10px;
margin-bottom: 40px;
}

.woocommerce nav.woocommerce-pagination ul {
display:inline-block;
white-space:nowrap;
clear:both;
border-right:0;
margin:1px;
padding:0;
}

.woocommerce nav.woocommerce-pagination ul li {
float:left;
display:inline;
overflow:hidden;
margin:0 5px;
padding:0;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	display: inline-block;
	background: none;
	background-color: #242424;
	padding: 7px 10px;
	color: #fff;
	font-weight: 700;
	border-radius: 3px;
	line-height: 1em;
	transition-property: all;
	-webkit-transition: 0.3s ease;
   	-moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
	
}

.woocommerce nav.woocommerce-pagination ul li a {
	color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li a.prev {
	
}

.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current {
	opacity: .75;
}

.woocommerce .sidebar {
	margin-right: 10px;
}

/* Single Product ------------------*/

.single-product #container {
    
}

.single-product .content-area .content-area {
	max-width: 1040px;
	margin: 0 auto
}

.single-product h2 {
	font-size: 1.1em;
}

.woocommerce-review-link {
	font-size: .8em;
}

.single-product #container .product section {
    width: 100%;
}

.single-product #product-glance {    
	max-width: 1200px;
	margin: 0 auto;
	
}

.single-product #product-details {
	max-width: 1200px !important;
	margin: 20px auto 0;
	
}

.single-product .thumbnails {
	padding-bottom: 20px !important;
}

.single-product .thumbnails a {
	width: 25% !important;
	display: block;
}


.single-product #container h1.product_title.entry-title {
    text-align: left;
	font-size: 1.3em;
}

.single-product #container p.price {
    text-align: left;
	font-size: 1.2em;
}

.single-product #container p.price del {
	opacity: .3;
}

.single-product #container p.price ins {
	background: none;
}

.single_add_to_cart_button {
	text-transform: uppercase;
}

.single-product #container .cart {
    margin-bottom: 30px;
}

.single-product .product {
    width: 100%;
    padding: 0 0 50px;
	background: #fff;
}

.product_meta {
	font-size: .8em;
	padding-top: 20px;
}

.woocommerce-before-product {
	padding: 0 0;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
    line-height: 1.8em;    
    max-width: 1200px !important;
	margin: 0 auto;
    padding: 40px 0;
	font-size: .8em !important;
	display: none;
}

.woocommerce .woocommerce-breadcrumb a:first-child,
.woocommerce-page .woocommerce-breadcrumb a:first-child {
	
}

.woocommerce .woocommerce-breadcrumb a {
	color: #000;
}

.woocommerce-message, .woocommerce-info {
	max-width: 1200px;
	background: #f5f5f5;
	margin: 0 auto 30px;
	font-size: .8em;
	padding: 20px;
	line-height: 2.6em;
}

.woocommerce-message .button {
	float: right;
	background: none !important;
	padding: 0;
	color: #000 !important;
	font-size: .8em;
	line-height: 1.9em;
}

.woocommerce-message .button.wc-forward {
	color: #000 !important;
}

.woocommerce-message .button:hover {
	background: none;
	padding: 0;
	color: #000 !important;
}

.woocommerce-cart .woocommerce-message {
	margin: 0 auto 20px;
}

.product-col {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.quantity input[type="number"] {
	max-width: 50px !important;
	padding: 2px 0 5px 8px !important;
	float: left;
	margin-right: 10px;
	max-height: 40px;
}

.product-col.right{
    float: right;
}

.product-col .summary {
	text-align: left !important;	
}

.product-col .tagged_as {
	display: none;
}

.related.products {
	padding-top: 50px;
	margin-left: -10px;
	margin-right: -10px;
}

.related.products h2 {
	text-align: left;
	margin-bottom: 50px;
	padding-left: 10px;
}

.related.products .thumbs {
	margin: 0;
	padding: 0;
}

.related.products .products{
	margin: 0;
	padding:0;
}

.related.products .small{
	margin: 0 0 20px;
	padding:0;
}

.related.products .product.small .inside{
	
}

.reset_variations {
	padding-left: 10px;
}

.variations label{
	font-weight: bold;
}

/* Star Rating ------------------*/
.comment-form-rating {
	padding-bottom: 0;
}
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  width: 5.1em;
  font-family: "fontawesome";
  color: #bb9f7c;

}
.star-rating:before {
  content: "\f006\f006\f006\f006\f006";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 0.1em;
  letter-spacing: 0\9;

}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  letter-spacing: 0.1em;
  letter-spacing: 0\9;
}
p.demo_store {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #c84e45;
  z-index: 9999;
  margin-bottom: 0;
  padding: 1em 0;
  color: #fff;
  text-align: center;
}
p.stars {
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  width: 5em;
}
p.stars:after {
  content: "/ 5";
  position: absolute;
  top: 0;
  right: -1.2em;
}
p.stars a {
  width: 1em;
  height: 1em;
  display: inline-block;
	color: #bb9f7c;
}
p.stars a.star-1:after,
p.stars a.star-2:after,
p.stars a.star-3:after,
p.stars a.star-4:after,
p.stars a.star-5:after {
  font-family: "FontAwesome";
  content: "\f005";
  position: absolute;
  top: 0;
  display: none;
  width: 5.3em;
  text-align: center;
  right: -10.3em;
  font-size: .5em;
  background: #e0e0e0;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 1em;
  width: 60px;
  color: #bb9f7c;
}
p.stars a.star-1:hover:after,
p.stars a.star-2:hover:after,
p.stars a.star-3:hover:after,
p.stars a.star-4:hover:after,
p.stars a.star-5:hover:after,
p.stars a.star-1.active:after,
p.stars a.star-2.active:after,
p.stars a.star-3.active:after,
p.stars a.star-4.active:after,
p.stars a.star-5.active:after {
  display: block;
}
p.stars a.star-1:after {
  content: "\f005";
}
p.stars a.star-2:after {
  content: "\f005\f005";
}
p.stars a.star-3:after {
  content: "\f005\f005\f005";
}
p.stars a.star-4:after {
  content: "\f005\f005\f005\f005";
}
p.stars a.star-5:after {
  content: "\f005\f005\f005\f005\f005";
}

.product-col form.cart {
    width: 100%;
    text-align: left;
}

/* Tabs------------------*/

.woocommerce-tabs .panel,
.woocommerce_tabs .panel {
  padding: 1.618em;
  border: 1px solid #e6e6e6;
  border-top-width: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  max-width: none;
  background: #f9f9fa;
}
.woocommerce-tabs .panel p:last-child,
.woocommerce_tabs .panel p:last-child {
  margin-bottom: 0;
}

.woocommerce_tabs,
.woocommerce-tabs {
  clear: both;
}

.woocommerce_tabs ul.nav-tabs,
.woocommerce-tabs ul.nav-tabs,
.woocommerce_tabs ul.tabs,
.woocommerce-tabs ul.tabs {
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #e6e6e6;
  *zoom: 1;
}

.woocommerce_tabs ul.nav-tabs:after,
.woocommerce-tabs ul.nav-tabs:after,
.woocommerce_tabs ul.tabs:after,
.woocommerce-tabs ul.tabs:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.woocommerce_tabs ul.nav-tabs:before,
.woocommerce-tabs ul.nav-tabs:before,
.woocommerce_tabs ul.tabs:before,
.woocommerce-tabs ul.tabs:before,
.woocommerce_tabs ul.nav-tabs:after,
.woocommerce-tabs ul.nav-tabs:after,
.woocommerce_tabs ul.tabs:after,
.woocommerce-tabs ul.tabs:after {
  content: "";
  display: table;
}

.woocommerce_tabs ul.nav-tabs:after,
.woocommerce-tabs ul.nav-tabs:after,
.woocommerce_tabs ul.tabs:after,
.woocommerce-tabs ul.tabs:after {
  clear: both;
}

.woocommerce_tabs ul.nav-tabs li,
.woocommerce-tabs ul.nav-tabs li,
.woocommerce_tabs ul.tabs li,
.woocommerce-tabs ul.tabs li {
  float: left;
  margin-bottom: 0;
  margin-right: .53em;
  display: block;
  padding-bottom: 0;
}

.woocommerce_tabs ul.nav-tabs li a,
.woocommerce-tabs ul.nav-tabs li a,
.woocommerce_tabs ul.tabs li a,
.woocommerce-tabs ul.tabs li a {
  border-bottom: 0;
  background: #fff;
  border: 1px solid #e6e6e6 !important;
  border-bottom-width: 0 !important;
  display: block;  
  margin: 0 !important;
  padding: .53em .618em !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
  color: #c6c6c7;
}

.woocommerce_tabs ul.nav-tabs li a:hover,
.woocommerce-tabs ul.nav-tabs li a:hover,
.woocommerce_tabs ul.tabs li a:hover,
.woocommerce-tabs ul.tabs li a:hover {
  color: #000;
}

.woocommerce_tabs ul.nav-tabs li:last-child a,
.woocommerce-tabs ul.nav-tabs li:last-child a,
.woocommerce_tabs ul.tabs li:last-child a,
.woocommerce-tabs ul.tabs li:last-child a {
  border-right-width: .146em;
}

.woocommerce_tabs ul.nav-tabs li.active,
.woocommerce-tabs ul.nav-tabs li.active,
.woocommerce_tabs ul.tabs li.active,
.woocommerce-tabs ul.tabs li.active {
  position: relative;
}

.woocommerce_tabs ul.nav-tabs li.active a,
.woocommerce-tabs ul.nav-tabs li.active a,
.woocommerce_tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li.active a {
  border-width: 1px !important;
  border-bottom: none;;
  position: relative;
  background: #f9f9fa;
  color: #000;
}

.woocommerce_tabs ul.nav-tabs li.active a:after,
.woocommerce-tabs ul.nav-tabs li.active a:after,
.woocommerce_tabs ul.tabs li.active a:after,
.woocommerce-tabs ul.tabs li.active a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 4px;
  background: #f9f9fa;
}

.woocommerce_tabs .tab-content,
.woocommerce-tabs .tab-content {
  padding: 1em;
  border: 1px solid #e6e6e6;
  border-top-width: 0;
  -webkit-border-bottom-left-radius: 0.53em;
  -webkit-border-bottom-right-radius: 0.53em;
  border-bottom-left-radius: 0.53em;
  border-bottom-right-radius: 0.53em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.woocommerce_tabs .tab-content ul li,
.woocommerce-tabs .tab-content ul li {
  padding: 0 0 1em !important;
  margin: 0 0 1em !important;
  border-bottom: 1px solid #e6e6e6;
}

.woocommerce_tabs .tab-content ul li img,
.woocommerce-tabs .tab-content ul li img {
  border-radius: 100%;
}

.woocommerce_tabs .tab-content ul li:last-child,
.woocommerce-tabs .tab-content ul li:last-child {
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
}

/* Reviews------------------*/

#review_form .comment-reply-title {
	font-size: 1em;
}

#reviews .star-rating {
  margin-top: .327em;
  float: right;
  font-size: 1.387em;
}
#reviews #comments {
  float: none;
  width: 100%;
  margin: 0;
}
#reviews #comments .commentlist {
  margin: 1.618em 0 0;
}
#reviews #comments .commentlist > li.comment {
  margin: 0;
  width: 100%;
}
#reviews #comments .commentlist > li.comment .comment-text {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: 85%;
}
#reviews #comments .commentlist .avatar {
  width: auto;
  margin: 0;
}
#reviews .comment {
  position: relative;
}
#reviews .comment:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
#reviews .comment .comment_container {
  margin: 0 0 1.618em;
  padding: 0 0 1.618em;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
#reviews .comment img {
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: left;
}
#reviews .comment .meta {
  margin: 0 .382em .618em 80px;
  font-weight: bold;
  color: #000;  
  text-align: left;
  padding: 0;
  font-size: .9em !important;
}

#reviews .comment .description p {
  margin: 0 .382em .618em 80px;
  text-align: left;
  padding: 0 !important;
}

.woocommerce-noreviews {
	margin: 0 !important;
}

#reviews .comment .star-rating {
  float: none;
  font-size: 1em;
  margin: 0;
  position: absolute;
  top: 2px;
  right: 20px;
}

a.showlogin {
    
}


/* Full Cart */
body.woocommerce-checkout .woocommerce select {
	width: 80% !important; margin-right: 50px;
}

.select2-container--open {  
font-size: .8em;
}

.shop_table tbody td {
	padding: 10px 0;
	vertical-align: middle;
	font-size: 1.1em;
}
.shop_table .cart-subtotal th, .shop_table .cart-subtotal td {
	padding-top: 10px !important;
	border-top: 1px solid #e0e0e0 !important;
}

.shop_table thead {
	background: #f5f5f5;
}

.shop_table .product-name {
	line-height: 1em;
}

.shop_table.cart .product-thumbnail img {
	max-width: 60px;
}

.shop_table.cart thead th {
	padding: 10px 0;
	font-size: 1em;
}

.cart_totals h2 {
	font-size: 1.2em;
}

.cart_totals h2 {
	font-size: 1.2em;
}

.cart_totals {
	font-size: 1.2em;
}

.cart_totals table {
	font-size: .9em;
}

.cart_totals td {
	text-align: right;
}

.cart_totals th {
	padding-top: 8px;
}

.woocommerce input[type=radio] {
	margin-right: 6px;
}

.woocommerce table ul {
	list-style: none;
}

.woocommerce-shipping-calculator .form-row .input-text{
	float: right;
	margin-bottom: 20px;
}


#order_review th{
	font-size: 1.3em !important;
	padding: 12px 20px !important;
}

#order_review td{
	font-size: 1.2em !important;
}

td.actions {
	border-top: 1px solid #f5f5f5;
	padding-top: 20px !important;
}

td.actions .coupon {
	margin: 0;
	min-width: 360px;
	margin: 2.7em 0;
	float: left;
}

td.actions .coupon label{
	display: none;
}

td.actions .coupon .button {
	margin: 4px 20px 0 0 !important;
}

td.actions .button {
	float: right !important;
}

.cart-collaterals {
	margin-bottom: 40px;
	font-size: .8em;
	max-width: 50%;
}

.cart-collaterals tr td, .cart-collaterals tr th{
	border-bottom: 1px solid #f5f5f5;
}

.cart-collaterals tr.order-total * {
	border-bottom: none !important;
}

.order-total {
	
}

.cart-collaterals .order-total {
	
}

.cart-collaterals .order-total th{
	
}

.cart-collaterals .order-total td{
	
}

.return-to-shop {
	margin-bottom: 30px;
}

/*Checkout */

.woocommerce-checkout {
	margin-bottom: 40px;
}

.woocommerce-checkout td, .woocommerce-checkout th {
	font-size: .8em;
}

.woocommerce-info {
	margin: 0 0 30px;
}

.woocommerce-checkout .content-area .col-1,
.woocommerce-checkout .content-area .col-2{
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.woocommerce-checkout .content-area .col-2 {
    width: 50%;
}

form.checkout h3 {
    font-size: 1.2em;
    padding-top: 0.6em;
}

input.input-checkbox,
label.checkbox,
label.inline,
p.form-row input.rememberme{
    display: inline-block !important;
    width: auto;
    margin: 0.9em 0;
}

label.rememberme, input.rememberme {
    min-width: 0 !important;
    width: auto !important;
}

label span{
    border: none !important;
}

#rememberme{
	display: inline-block !important;
	margin-left: 20px !important;
	margin-right: 5px !important;
}

p.form-row label {
	font-weight: bold;
}

p.form-row label,
p.form-row input {
    display: block;
    min-width: 300px;
}

p.form-row input.button {
    min-width: 0;
}

form.checkout p.form-row input {
    width: 80%;
}

.woocommerce-checkout .form-row .chosen-container {
    max-width: 300px;
}

td.va-bottom {
    vertical-align: bottom !important;
}

td.va-top {
    vertical-align: top !important;
}

ul.payment_methods{
    list-style: none;
    margin-left: 0;
}

ul.payment_methods li img{
    display: block;
}
ul.woocommerce-error {
    margin: 2.7em 0;
}

.woocommerce-checkout .content-area .col-1 {width: 45%; margin-right: 3%;}
.woocommerce-checkout .content-area .col-2 {width: 45%;}
.woocommerce-checkout .content-area .col-2 #ship-to-different-address label{ margin: 0 0 0; padding: 0 !important;}
.woocommerce-checkout .content-area .col-2 #ship-to-different-address { padding: 11px 0 0 !important; margin: 0 !important;}
.woocommerce-checkout .content-area .col-2 #ship-to-different-address input{ margin: 0 10px 17px 0 !important;}

.woocommerce-checkout-review-order-table thead th {
	padding: 0 7px;
	font-size: .8em;
}

.woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order-table th {
	padding-left: 20px !important;
}

.form-row.terms *{
	width: auto !important;
	max-width: 500px;
}

.form-row.terms input{
	margin: 0 !important;
	max-width: 25px !important;
	margin-right: 10px !important;
}

.form-row.create-account *{
	width: auto !important;
	max-width: 500px;
}

.form-row.create-account input{
	margin: 0 !important;
	max-width: 25px !important;
	margin-right: 10px !important;
}

.coupon input{
	margin-right: 10px !important;
}


/* Widgets  ------------------------------------------------------ */

.product_list_widget {
	margin: 12px 0 0 !important;
}

.product_list_widget li {
	border-bottom: 1px solid #efefef;
	padding: 0 0 12px !important;
	margin: 0 0 12px !important;
	clear: both;
	list-style: none;
}

.product_list_widget li:last-child {
	margin: 0;
	border: none;
}

.product_list_widget li:after {
	content: "";
	display: block;
	clear: both;
}

.product_list_widget a {
	display: block;
	font-weight: 700;
	color: #44bdbd;
}

.product_list_widget img {
	width: 42px;
	height: auto;
	display: block;
	float: left;
	margin-right: 12px;
	margin-top: 4px;
}

.product_list_widget ins {
	background: none !important;
	font-weight: bold;
}

.product_list_widget .star-rating {
	position: relative;
	float: none;
	margin: 3px 0 0 0;
	padding: 0;
}

.product_list_widget .reviewer {
	margin: 0;
	padding: 0;
	display: none;
}

.widget_product_search label {
	display: none;
}

td.actions input {
	margin: 0;
}

/* Widget Price Filter /--------------------------------------------------------- */
.woocommerce .widget_price_filter .price_slider,.woocommerce-page .widget_price_filter .price_slider {
	margin-bottom: 16px;
}

.woocommerce .widget_price_filter .price_slider_amount,.woocommerce-page .widget_price_filter .price_slider_amount {
	text-align: right;
}

.woocommerce .widget_price_filter .price_slider_amount .button,.woocommerce-page .widget_price_filter .price_slider_amount .button {
	float: left;
}

.woocommerce .widget_price_filter .ui-slider,.woocommerce-page .widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	cursor: pointer;
	background: #bb9f7c;
	outline: none;
	top: -2px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -3px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background: #f5f5f5;
	border-radius: 1em;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
	border-radius: 1em;
	background: #afafaf;
}

.woocommerce .widget_price_filter .ui-slider-horizontal,.woocommerce-page .widget_price_filter .ui-slider-horizontal {
	height: .5em;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min,.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: -1px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max,.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: -1px;
}

.woocommerce .widget_price_filter .button {
	padding: 10px 14px;
	margin: 0;
	
	font-size: 11px;
}

.woocommerce .widget_price_filter .price_label{
	margin-top: 6px;
	display: inline-block;
	font-size: .8em;
}


mark.count{
	font-size: .8em;
}

/* Widget Layered Nav /--------------------------------------------------------- */
.woocommerce .widget_layered_nav li small {
	float: right;
	display: inline;
	font-size: 13px;
	font-weight: 600;
	margin: -22px 0 0;
	color: #ccc;
}

.woocommerce .widget_layered_nav li:after {
	display: none;
}

.woocommerce .widget_layered_nav li.chosen a {
	color: #44bdbd !important;
	font-weight: 600;
}

.woocommerce .widget_layered_nav li.chosen a:before {
	font-size: 14px;
	margin-right: 5px;
	font-family: FontAwesome;
	content: '\f00d';
	font-weight: 400;
}

/* Widget Categories /--------------------------------------------------------- */
.woocommerce .widget_product_categories span.count {
	
}

.woocommerce .widget_product_categories > ul > li.current-cat > a {
	color: #44bdbd !important;
	font-weight: 600;
}

.woocommerce .widget_product_categories > ul > li.current-cat:after {
	color: #44bdbd !important;
}

.woocommerce .widget_product_search #searchsubmit {
	display: none !important;
}

.woocommerce .widget_product_search input {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	width: 100%;
}

/* My Account /--------------------------------------------------------- */
.woocommerce header.title {
	text-align: left;
}

.woocommerce {
	padding-bottom: 30px;
}

.woocommerce .form-row {
	max-width: 500px !important;
}

/* Gallery /------------------------------------------------------------*/

.woocommerce-product-gallery li {
   list-style: none;
   display: inline-block;
   margin-right: 4%;
	width: 22% !important;
   -webkit-transition: 0.2s ease;
	   -moz-transition: 0.2s ease;
	     -o-transition: 0.2s ease;
		    transition: 0.2s ease;
}

.woocommerce-product-gallery ol{
   padding: 0 !important;
   margin: 4% 0;
}

.woocommerce-product-gallery li:hover {
	opacity: .7;
	cursor: pointer;
}

.woocommerce-product-gallery li:last-child {
	list-style: none;
	display: inline-block;
	margin-right: 0;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image{
	min-height: 0 !important;
}

/* My Account navigation ---------------------------------------*/

nav.woocommerce-MyAccount-navigation {
	float: left;
	margin-right: 20px;
	z-index: 999;
	width: 100%;
}

.woocommerce-MyAccount-content {
	margin-left: 0 !important;
	width: 100%;
}

/* Change WC Acct Page Column Widths */
@media only screen and (min-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
	float: left;
  }
  .woocommerce-account .woocommerce-MyAccount-content { 
    width: 72% !important;
	float: right;
  }
}
/* Style WC Account Endpoint Links */
nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  max-width:200px;
  font-size: 17px;
  line-height: 26px;
  margin-left: 0;
}
nav.woocommerce-MyAccount-navigation ul li {
  padding: 8px 20px;
  background-color: rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: rgba(0,0,0,0.1);
}
nav.woocommerce-MyAccount-navigation ul li a {
  color: rgba(0,0,0,0.5); cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: rgba(0,0,0,0.8); cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.1);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background-color: rgba(0,0,0,0.07);
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after { 
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.07);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}

.post-type-archive-product .panel-layout {
    max-width: 1200px !important;
    margin: 0 auto;
}



@media only screen and (max-width : 1024px) {
	
	/*Shop*/
	.shop_table.cart .product-thumbnail {
		display: none;
	}
	
	section.shop.col3 {
		width: 100%;
		float: none;
	}
	
	.woocommerce .sidebar {
		width: 98%;
		float: none;
	}
	
	.shop.products .product {
		width: 50% !important;
	}
	
	.shop.products .product:nth-child(3n+1)
	{
	    clear: none !important;
	}

	.shop.products.col4 .product:nth-child(2n+1)
	{
	    clear: both !important;
	}
}

@media only screen and (max-width: 780px){
	
	/*Shop*/
	
	.shop, .shop.products {
	    max-width: 400px !important; 
		margin: 0 auto !important;
	}
	
	.before-shop {
		max-width: 350px;
		text-align: center !important;
	}
	
	.before-shop p, .before-shop .woocommerce-ordering {	
		position: relative;
		margin: 0 auto !important;
		display: block;
		width: 100% !important;
		padding-bottom: 15px;
		float: none;
		clear: both;
	}
	
	.before-shop p {
		padding-bottom: 5px;
	}
	
	.shop.products .product, .shop .product, .products .product {
	    width: 100% !important;    
		float: none !important;
	}

	.product-col {
	    width: 100%;	    
	    display: block;
		margin-bottom: 20px;	    
	}

	.product-col.right{
	    
	}
	
	td.actions .button {
		float: none;
	}

	.cart-collaterals {
		max-width: none;
	}
	
	.shop_table .product-subtotal {
		display: none;
	}
	
	.shop_table td {
		max-width: 70px;
	}
	
	td.actions .coupon {
		margin-bottom: 20px;
	}
	
	.woocommerce-checkout .col-1, .woocommerce-checkout .col-2 {
		width: 100%;
	}
	
	.coupon label {
		display: none;
	}
	
	.woocommerce-product-gallery {
		max-width: 570px;
	}
	
}/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-rotating-plane"></div>
 *
 */
.sk-spinner-rotating-plane.sk-spinner {
  width: 30px;
  height: 30px;
  background-color: #333;
  margin: 0 auto;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-double-bounce">
 *      <div class="sk-double-bounce1"></div>
 *      <div class="sk-double-bounce2"></div>
 *    </div>
 *
 */
.sk-spinner-double-bounce.sk-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto; }
.sk-spinner-double-bounce .sk-double-bounce1, .sk-spinner-double-bounce .sk-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
          animation: sk-doubleBounce 2s infinite ease-in-out; }
.sk-spinner-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

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

@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

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

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wave">
 *      <div class="sk-rect1"></div>
 *      <div class="sk-rect2"></div>
 *      <div class="sk-rect3"></div>
 *      <div class="sk-rect4"></div>
 *      <div class="sk-rect5"></div>
 *    </div>
 *
 */
.sk-spinner-wave.sk-spinner {
  margin: 0 auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px; }
.sk-spinner-wave div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
          animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }
.sk-spinner-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-spinner-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-spinner-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-spinner-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4); }

  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4); }

  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wandering-cubes">
 *      <div class="sk-cube1"></div>
 *      <div class="sk-cube2"></div>
 *    </div>
 *
 */
.sk-spinner-wandering-cubes.sk-spinner {
  margin: 0 auto;
  width: 32px;
  height: 32px;
  position: relative; }
.sk-spinner-wandering-cubes .sk-cube1, .sk-spinner-wandering-cubes .sk-cube2 {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
          animation: sk-wanderingCubeMove 1.8s infinite ease-in-out; }
.sk-spinner-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }

@-webkit-keyframes sk-wanderingCubeMove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
            transform: translateX(42px) rotate(-90deg) scale(0.5); }

  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
            transform: translateX(42px) translateY(42px) rotate(-179deg); }

  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
            transform: translateX(42px) translateY(42px) rotate(-180deg); }

  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
            transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }

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

@keyframes sk-wanderingCubeMove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
            transform: translateX(42px) rotate(-90deg) scale(0.5); }

  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
            transform: translateX(42px) translateY(42px) rotate(-179deg); }

  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
            transform: translateX(42px) translateY(42px) rotate(-180deg); }

  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
            transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }

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

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse.sk-spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }

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

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }

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

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-chasing-dots">
 *      <div class="sk-dot1"></div>
 *      <div class="sk-dot2"></div>
 *    </div>
 *
 */
.sk-spinner-chasing-dots.sk-spinner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
          animation: sk-chasingDotsRotate 2s infinite linear; }
.sk-spinner-chasing-dots .sk-dot1, .sk-spinner-chasing-dots .sk-dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
          animation: sk-chasingDotsBounce 2s infinite ease-in-out; }
.sk-spinner-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }

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

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

@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

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

@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

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

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-three-bounce">
 *      <div class="sk-bounce1"></div>
 *      <div class="sk-bounce2"></div>
 *      <div class="sk-bounce3"></div>
 *    </div>
 *
 */
.sk-spinner-three-bounce.sk-spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center; }
.sk-spinner-three-bounce div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
          animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
.sk-spinner-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s; }
.sk-spinner-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s; }

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

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

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

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

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-circle.sk-spinner {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  position: relative; }
.sk-spinner-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
.sk-spinner-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
.sk-spinner-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-spinner-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-spinner-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-spinner-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-spinner-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-spinner-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-spinner-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-spinner-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-spinner-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-spinner-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-spinner-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-spinner-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-spinner-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-spinner-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-spinner-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-spinner-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-spinner-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-spinner-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-spinner-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-spinner-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-spinner-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-spinner-circle .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); } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-cube-grid">
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *    </div>
 *
 */
.sk-spinner-cube-grid {
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */ }
  .sk-spinner-cube-grid.sk-spinner {
    width: 30px;
    height: 30px;
    margin: 0 auto; }
  .sk-spinner-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
            animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }
  .sk-spinner-cube-grid .sk-cube:nth-child(1) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .sk-spinner-cube-grid .sk-cube:nth-child(2) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-spinner-cube-grid .sk-cube:nth-child(3) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; }
  .sk-spinner-cube-grid .sk-cube:nth-child(4) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .sk-spinner-cube-grid .sk-cube:nth-child(5) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .sk-spinner-cube-grid .sk-cube:nth-child(6) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-spinner-cube-grid .sk-cube:nth-child(7) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s; }
  .sk-spinner-cube-grid .sk-cube:nth-child(8) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .sk-spinner-cube-grid .sk-cube:nth-child(9) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  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 sk-cubeGridScaleDelay {
  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); } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wordpress">
 *      <span class="sk-inner-circle"></span>
 *    </div>
 *
 */
.sk-spinner-wordpress.sk-spinner {
  background-color: #333;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: relative;
  margin: 0 auto;
  -webkit-animation: sk-innerCircle 1s linear infinite;
          animation: sk-innerCircle 1s linear infinite; }
.sk-spinner-wordpress .sk-inner-circle {
  display: block;
  background-color: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 8px;
  top: 5px;
  left: 5px; }

@-webkit-keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

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

@keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

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

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-fading-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-fading-circle.sk-spinner {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  position: relative; }
.sk-spinner-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
.sk-spinner-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 18%;
  height: 18%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
.sk-spinner-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-spinner-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-spinner-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-spinner-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-spinner-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-spinner-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-spinner-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-spinner-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-spinner-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-spinner-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-spinner-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-spinner-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-spinner-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-spinner-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-spinner-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-spinner-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-spinner-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-spinner-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-spinner-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-spinner-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-spinner-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-spinner-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }

  40% {
    opacity: 1; } }

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }

  40% {
    opacity: 1; } }
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-rotating-plane"></div>
 *
 */
.sk-spinner-rotating-plane.sk-spinner {
  width: 30px;
  height: 30px;
  background-color: #333;
  margin: 0 auto;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/fonts/fontawesome-webfont.eot?v=4.1.0);src:url(//aukefotografeert.nl/wp-content/themes/themetrust-create/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'),url(//aukefotografeert.nl/wp-content/themes/themetrust-create/fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'),url(//aukefotografeert.nl/wp-content/themes/themetrust-create/fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'),url(//aukefotografeert.nl/wp-content/themes/themetrust-create/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-create:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-creates:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}