/******************************************************************
File: _base.css
Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/

/*********************
GENERAL STYLES
*********************/
html {
	position: relative;
}
body {
	font-family: $serif;
	font-size: 100%;
	line-height: 1.5;
	color: #565656;
}

img {
    max-width:100%;
    height: auto;
}

iframe, embed {
    max-width:100%;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
code {
    font-family: monospace, serif;
    font-size: 1em;
    background: rgba(100,100,100,0.2);
    padding: 10px;
    border: 1px solid rgba(100,100,100,0.4);
;
    margin: 20px 0;
    display: inline-block;
}
hr {
	border-color: #fff;
	background-color: #fff;
}

/*********************
PRELOADER
*********************/

#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    height: 100%;
    width: 100%;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:100000; /* makes sure it stays on top */
}

#status {
    #preloader-logo {
        text-align:center;
    }
    width:48px;
    height:48px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(images/loader.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center center;
    margin-top:-24px; /* is width and height divided by two */
    margin-left: -24px;
}
/********************
WORDPRESS BODY CLASSES
style a page via class
********************/

.rtl {}                           /* for sites that are read right to left (i.e. hebrew) */
.home {}                          /* home page */
.blog {}                          /* blog template page */
.archive {}                       /* archive page */
.date {}                          /* date archive page */
	.date-paged-1 {}                /* replace the number to the corresponding page number */
.search {}                        /* search page */
	.search-results {}              /* search result page */
	.search-no-results {}           /* no results search page */
	.search-paged-1 {}              /* individual paged search (i.e. body.search-paged-3) */
.error404 {
	#content {
		text-align: center;
		background-color: $accent;
		padding: 80px 0 120px;
		h1 {
			color: #343434;
			font-weight: 700;
			font-size: 250px;
			line-height: 1;
			margin: 20px 0 -35px;
			font-family: Arial, sans-serif;
		}
		h3 {
			text-transform: uppercase;
		}
		.entry-content p{
			font-weight: 400;
			font-size: 20px;	
			color: #343434;	
			max-width: 300px;
			margin: 0 auto;
		}
	}

}                      /* 404 page */
.single {
	#main {
		padding-bottom: 70px;
	}
	#content {
		padding-bottom: 0px;
	}
	.post {
		.article-featured {
			p {
				margin: 0px;
			}
			margin-bottom: 20px;
		}
		.entry-title {
			line-height: 1em;
		}
		.entry-meta {
			font-size: 13px;
			padding: 0px 0;
			margin:0px 0px 10px;
			span {
				margin-right: 20px;
			}

			.post-date {
				&:before {
					content: "\e023";
					font-family: 'ElegantIcons';
					margin-right: 8px;
				}
			}
			.post-tags {

				&:before {
					content: "\6b";
					font-family: 'ElegantIcons';
					margin-right: 8px;
				}
			}
			.post-comments {

				&:before {
					content: "\76";
					font-family: 'ElegantIcons';
					margin-right: 8px;
				}
			}
		}
		.article-footer {
			margin-top: 10px;
			margin-bottom: 10px;
			display: inline-block;
			width: 100%;
		}
		h6.tags-header {
			float: left;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 13px;
			line-height: 34px;
			margin-right: 20px;
		}
		.tags {
			margin: 0px;
			display: block;
			float: left;
			max-width: 70%;

			a {
				font-size: 13px !important;
				border: 3px solid rgba(100,100,100,0.15);
				padding: 2px 14px;
				text-transform: lowercase;
				background-color: #fff;
				color: #343434;
				display: inline-block;
				margin: 0 9px 9px 0;
				&:hover {
					color: #fff;
				}
			}

		}
		.social-share {
			max-width: 30%;
		}

	}
}                        /* single post page */
	.postid-1 {}                    /* individual post page by id (i.e. body.postid-73) */
	.single-paged-1 {}              /* individual paged single (i.e. body.single-paged-3) */
.attachment {}                    /* attatchment page */
	.attachmentid-1 {}              /* individual attatchment page (i.e. body.attachmentid-763) */
	.attachment-mime-type {}        /* style mime type pages */
.author {}                        /* author page */
	.author-nicename {}             /* user nicename (i.e. body.author-samueladams) */
	.author-paged-1 {}              /* paged author archives (i.e. body.author-paged-4) for page 4 */
.category {}                      /* category page */
	.category-1 {}                  /* individual category page (i.e. body.category-6) */
	.category-paged-1 {}            /* replace the number to the corresponding page number */
.tag {}                           /* tag page */
	.tag-slug {}                    /* individual tag page (i.e. body.tag-news) */
	.tag-paged-1 {}                 /* replace the number to the corresponding page number */
.page-template {}                 /* custom page template page */
	.page-template-page-php {}      /* individual page template (i.e. body.page-template-contact-php */
	.page-paged-1 {}                /* replace the number to the corresponding page number */
	.page-parent {}                 /* parent page template */
	.page-child {}                  /* child page template */
	.parent-pageid-1 {}             /* replace the number to the corresponding page number */
.logged-in {}                     /* if user is logged in */
.paged {}                         /* paged items like search results or archives */
	.paged-1 {}                     /* individual paged (i.e. body.paged-3) */

/*********************
LAYOUT & GRID STYLES
*********************/

.wrap {
	width: 90%;
	margin: 0 auto;
}
#inner-content {
	padding: 70px 0;
}
#container {
	overflow: hidden;
}
.container {
	padding: 70px 0;
	overflow: visible;

	&:before, &:after {
		content: "";
	    display: none;
	    width: 0;
	    height: 0;
	    border-left: 100vw solid transparent;
	    border-bottom: 80px solid transparent;
	    margin-top: -80px;
	    position: relative;
	}
	&:after {
		border-right: 0px solid transparent;
		border-bottom: 0px;
	    border-top: 80px solid transparent;
	    border-left:0px;
	    border-right: 100vw solid transparent;
	    margin-top: 0px;
	    margin-bottom: -80px;
	}
}
.angle-separator {
	height: 70px;
	position: absolute;
	top: -69px;
	fill: transparent;
}
.angle-separator.angle-bottom {
	top: auto;
	bottom: -69px;
}
.angle-container {
	position: relative;
}
/*********************
LINK STYLES
*********************/

a, a:visited {

	text-decoration: none;
	@include transition(all .3s linear);

	/* on hover */
	&:hover, &:focus {

	}

	/* on click */
	&:active {

	}

	/* mobile tap color */
	&:link {
		/*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
		-webkit-tap-highlight-color : rgba( 0, 0, 0, 0.3 );
	}
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: $header-font-family;
	text-rendering: optimizelegibility;
	font-weight: 500;
	//color: $header-color;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 1.5em;
	/*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/

	/* removing text decoration from all headline links */
	a {
		text-decoration: none;
	}
}

h1, .h1 {
	font-size: 40px;
}

h2, .h2 {
	font-size: 30px;
}

h3, .h3 {
	font-size: 26px;
}

h4, .h4 {
	font-size: 20px;
}

h5, .h5 {
	font-size: 16px;
}

h6, .h6 {
	font-size: 12px;
}


/******************************************************************
FORM STYLES
******************************************************************/
form {
	p {
		margin: 10px 0 25px;
		text-align: left;
	}
}
input, textarea, select {
	max-width: 100%;
}
input[type=text],
input[type=email],
input[type=url],
textarea {
	background: transparent;
	border: 3px solid #fff;
	line-height: 1.5em;
	width:100%;
	padding: 12px 15px;
	text-align: left;


	&:focus {
		outline: 0;
	}

	/* form validation */
	&:invalid {
		outline: none;
		border-color: #fbc2c4;
		background-color: #f6e7eb;
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
		    -ms-box-shadow: none;
				box-shadow: none;
	}
}

input[type=text],
input[type=email],
input[type=url] {
	min-width: 200px;
}

textarea {
	resize: none;
	height: 200px;
}

input[type=submit] {

}


/*********************
HEADER STYLES
*********************/

header[role=banner] {
	z-index: 10000;
}

	#logo, #scrolled-logo { 
		display: none;
		float: left;
		margin: 0px;
		position: absolute;
		img {
			max-height: 100%;
			display: block;
		}
	}

	#scrolled-logo {
		display: block;
	}

/*********************
NAVIGATION STYLES
*********************/

/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
#mobile-nav-button {
    display: block;
	margin-top: 5px;
	position: relative;
	cursor: pointer;
	width: 45px;
	height: 45px;
	float: right;
	text-align: center;
	background-color: #fff;
	&:before {
		font-size: 30px;
		line-height: 45px;
		margin-left: -3px;
		color: #000;
		content: "\62";
		font-family: 'ElegantIcons';
	}
}
#mobile-nav-button.active {
	&:before {
		content: "\4d";
	}
}
.nav {
	border-bottom: 0;
	list-style-type: none;
	clear: both;

	li {

		a {
			outline: none;
			position: relative;
			display: block;
			text-decoration: none;
			padding: 10px 10px;
			border-bottom: 1px solid #ccc;
			text-transform: uppercase;

			span {
				position: absolute;
				top: 55%;
				line-height: 1em;
				left: 0;
				width: 100%;
				text-align: left;
				font-size: 10px;
				font-weight: 300;
				text-transform: none;
				@include opacity(.6);
				padding: 5px;
			}

			/*
			remember this is for mobile ONLY, so there's no need
			to even declare hover styles here, you can do it in
			the style.scss file where it's relevant. We want to
			keep this file as small as possible!
			*/
			&:hover, &:focus {

			}
		}

		&:first-child {}

		&:last-child {}

		/*
		so you really have to rethink your dropdowns for mobile.
		you don't want to have it expand too much because the
		screen is so small. How you manage your menu should
		depend on the project. Here's some great info on it:
		http://www.alistapart.com/articles/organizing-mobile/
		*/
		ul.sub-menu,
		ul.children {

			list-style-type: none;
			background: #ffffff;

			li {

				a {
					padding-left: 30px;

					&:hover,
					&:focus {}

					&:link {}

				}

				&:first-child {}

				&:last-child {}

			}

		}

	} /* end .menu li */

	/* highlight current page */
	li.current-menu-item,
	li.current_page_item,
	li.current-page-ancestor {

		a {}

	}  /* end current highlighters */

} /* end .nav */


/*********************
POSTS & CONTENT STYLES
*********************/

#content {

}

		.hentry {

			header {}

			footer {}

		} /* end .hentry */
		.page-header {
			margin-bottom: 70px !important;

			.page-subtitle {
				max-width: 550px;
				display: block;
				margin: 0 auto;
				text-align: center;
				font-size: 20px;
				margin-bottom: 40px;
				position: relative;
			}
			.wrap {
				padding-top: 40px;
			}
		}
		.single-title,
		.page-title {
			text-align: center;
			text-transform: uppercase;
			margin-bottom: 10px;
			font-size: 26px;
			font-weight: 600;
			position: relative;

		}
		.page-template-page-onepage-php {
			.page-header {
				.wrap {
					padding-top: 0px;
				}
			}
			.page-title {
				text-align: center;
				text-transform: uppercase;
				margin-bottom: 10px;
				font-size: 22px;
				font-weight: 600;
				position: relative;
				&:after {
					display: block;
					position: absolute;
					content: '';
					width: 22px;
					height: 3px;
					background-color: rgba(100,100,100,0.4);
					top: 100%;
					left: 50%;
					margin-left: -11px;
					margin-top:25px;
				}
			}
		}

		.single-title {}

		.page-title {}

		.archive-title { }

		/* want to style individual post classes? Booya! */
		.post-id {}         /* post by id (i.e. post-3) */
		.post {}            /* general post style */
		.page {}            /* general article on a page style */
		.attachment {}      /* general style on an attatchment */
		.sticky { 
			background-color: #fff;
			padding: 5px 20px;
			position: relative;
			&:before, &:after {
				width: 100px;
				height: 100px;
				position: absolute;
				top: -3px;
				left: -3px;
				border: 3px solid $accent;
				z-index: -1;
			}
			&:after {
				top: auto;
				left: auto;
				bottom: -3px;
				right: -3px;
			}
		}          /* sticky post style */
		.hentry {}          /* hentry class */
		.category-slug {}   /* style by category (i.e. category-videos) */
		.tag-slug {}        /* style by tag (i.e. tag-news) */

		.blog .post, .archive .post {
			margin-bottom: 30px;
			.article-featured {
				position: relative;
				p {
					margin: 0px;
				}
				margin-bottom: 20px;
				.video-button {
					text-align: center;
					display: block;
					height: 90px;
					width: 90px;
					margin-left: -45px;
					margin-top: -45px;
					position: absolute;
					top: 50%;
					left: 50%;
					border-radius: 100%;
					background-color: rgba(#000, .5);
					&:before {
						font-family: 'ElegantIcons';
						content: "\45";
						color:#fff;
						line-height: 90px;
						font-size: 50px;
						margin-left: 4px;
						@include transition(all .2s ease);
					}
					&:hover {
						&:before {
							color: #fff;
						}
					}
				}
			}
			.entry-title {
				font-weight: bold;
				font-size: 22px;
				text-transform: uppercase;
				margin-bottom: 5px;
			}
			.article-header {
				margin: 0;
				.entry-meta {
					font-size: 13px;
					padding: 0px 0;
					margin:0px 0px 10px;
					span {
						margin-right: 20px;
					}

					.post-date {
						&:before {
							content: "\e023";
							font-family: 'ElegantIcons';
							margin-right: 8px;
						}
					}
					.post-tags {

						&:before {
							content: "\6b";
							font-family: 'ElegantIcons';
							margin-right: 8px;
						}
					}
					.post-comments {

						&:before {
							content: "\76";
							font-family: 'ElegantIcons';
							margin-right: 8px;
						}
					}
				}
			}
			.entry-content {
				margin: 0px;
				padding-bottom: 25px;
				.more-link {
					display: block;
					text-transform: uppercase;
					font-size: 12px;
					margin-top: 15px;
				}
			}
			.article-footer {
				padding: 23px 40px 19px;
				background-color: #fff;
				color: #343434;
				border-bottom: 10px solid $accent;
				.tags {
					margin: 0px;
					a {
						color: #343434;
						font-size: 12px;
						text-transform: uppercase;
						font-weight: bold;
					}
					&:before {
						content: "\e687";
						font-family: "rt-icons";
						margin-right: 14px;
						color: #343434;
					}
				}
			}

		}
		/* post meta */
		.byline {
			color: #999;

			time {}
		}

		/* entry content */
		.entry-content {

			p {}


			ul, ol, table, dl {}

			table {
				td {
					padding: 3px 10px;
				}
			}

			ul, ol {

				padding-left: 25px;

				li {}

			}

			ul {

				li {}

			}

			ol {

				li {}

			}

			blockquote {

				margin: 0px;
				padding: 10px 20px 10px 25px;
				border-left: 3px solid rgba(100,100,100,0.15);;

				p {
				}

				&:before {}

			}

			dl {}

			dt {}

			dd {
				margin-left: 0;
				font-size: 0.9em;
				color: #787878;
				margin-bottom: 1.5em;
			}

			img {
				margin: 0 0 1.5em 0;
				max-width: 100%;
				height: auto;
			}

			/*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/
			.alignleft, img.alignleft {}
			.alignright, img.alignright {}
			.aligncenter, img.aligncenter {}

			video, object {
				max-width: 100%;
				height: auto;
			}

			pre {
				background: #eee;
				border: 1px solid #cecece;
				padding: 10px;
			}

		} /* end .entry-content */

		.wp-caption {
			max-width: 100%;
			background: #eee;
			padding: 5px;

			/* images inside wp-caption */
			img {
				max-width: 100%;
				margin-bottom: 0;
				width: 100%;
			}

			p.wp-caption-text {
				font-size: 0.85em;
				margin: 4px 0 7px;
				text-align: center;
			}

		} /* end .wp-caption */

		/* image gallery styles */
		.gallery {

			dl {

				a {}

				img {}

			}

			dt {}

			dd {}

		} /* end .gallery */

		/* gallery caption styles */
		.gallery-caption {
			background-color: transparent;
		}

		.size-full {}
		.size-large {}
		.size-medium {}
		.size-thumbnail {}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/

.pagination,
.wp-prev-next {
	margin: 1.1em 0 2.2em;
}
.page-navigation {
	text-align: center;
}
    .luxe-page-navigation {

    	list-style: none;
    	display: inline-block;

      li {
        background: transparent;
        border: 3px solid rgba(100,100,100,0.15);
        float: left;
        text-align: center;
        margin-right: 8px;
        width: 40px;
        height: 40px;
        font-size: 12px;
        font-weight: bold;
        @include transition(border-color .3s linear);

        a {
            line-height: 34px;
            text-align: center;
            display: block;
            text-decoration: none;
            position: relative;

            &:hover,
            &:focus {
            }
        }

    }

		/* current page link */
		li.luxe-current {
            line-height: 34px;
            position: relative;
            color: #343434;
            cursor: default;
            border: 3px solid #000000;
            &:hover,
            &:focus {
                border-color:  $accent;
                span {
                	color: $accent;
                	@include transition(color .3s linear);
                }
            }
            a {
				/* hovering on current page link */


			}

		} /* end .luxe_page_navi .bpn-current */

		/* common styles for page-navi links */
		li.luxe-prev-link,
		li.luxe-next-link {
			font-weight: 700;
            display: none;

            a {
                display: block;
                width:31px;
                height:28px;
                padding: 0;
            }
        }

        li.luxe-next-link {
           a {
            background:url(images/page-arrow-right.png) no-repeat 100% 0;

            &:hover {
                background:url(images/page-arrow-right.png) no-repeat 0 0 $accent;
            }
        }
    }
    li.luxe-prev-link {
       a {
        background:url(images/page-arrow-left.png) no-repeat 0 0;

        &:hover {
            background:url(images/page-arrow-left.png) no-repeat 100% 0 $accent;
        }
    }
}


li.bpn-prev-link a:hover,
li.bpn-next-link a:hover,
li.bpn-first-page-link a:hover,
li.bpn-last-page-link a:hover {

}

		/* previous link */
		li.bpn-prev-link {
			a {
				&:hover,
				&:focus {}
			}
		}

		/* next page link */
		li.bpn-next-link {
			a {
				&:hover,
				&:focus {}
			}
		}

		/* first page link */
		li.bpn-first-page-link {
			a {
				&:hover,
				&:focus {}
			}
		}

		/* last page link */
		li.bpn-last-page-link {
			a {
				&:hover,
				&:focus {}
			}
		}

	} /* end .luxe_page_navi */


	/* fallback previous & next links */
	.wp-prev-next {

		ul {}

		.prev-link {
			float: left;
		}

		.next-link {
			float: right;
		}

	} /* end .wp-prev-next */

/******************************************************************
COMMENT STYLES
******************************************************************/
#comment-container {
	background-color: #282828;
}
/* h3 comment title */
#comments {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 70px;
	margin-bottom: 0px;
	font-weight: bold;

	/* number of comments span */
	span {}

}

.comment-nav {

	ul {

		list-style: none;

		li {}

	}
}


.commentlist {

	p {
		color: #808080;
	}
	color: #808080;

	li {
		position: relative;
		clear: both;
		overflow: hidden;
		list-style-type: none;
		margin-bottom: 1.5em;
		padding: 40px 10px;
		border-bottom: 1px solid rgba(100,100,100,0.15);

		&:last-child {
			margin-bottom: 0;
		}

		ul.children {
			margin: 0;
			padding-left: 100px;

			li {
				border-bottom: 0px;
			}

			/* variations */
			.comment {}
			.alt {}
			.odd {}
			.even {}
			.depth-1 {}           /* change number for different depth */
			.byuser {}
			.bypostauthor {
				display: block;
			}
			.comment-author-admin {}

		} /* end .commentlist li ul.children */
	}

	li[class*=depth-] {
		margin-top: 1.1em;
	}

	li.depth-1 {
		margin-left: 0;
		margin-top: 0;
	}

	li:not(.depth-1) {
		margin-right: -10px;
		margin-left: -10px;
		margin-top: 0;
		padding-bottom: 0;
	}

	li.depth-2 {}
	li.depth-3 {}
	li.depth-4 {}
	li.depth-5 {}

	/* general comment classes */
	.alt {}
	.odd {}
	.even {}
	.parent {}
	.comment {}
	.children {}
	.pingback {}
	.bypostauthor {}
	.comment-author {
		float: left;
		margin-left: 0px;
		margin-right: 20px;
	}
	.comment-author-admin {}
	.thread-alt {}
	.thread-odd {}
	.thread-even {}

	/* vcard */
	.vcard {


		cite.fn {
			
			font-weight: 700;
			font-style: normal;
			line-height: 1em;
			font-size: 16px;
			color: #fff;

			a.url {}

		}

		time {
			margin-left: 20px;
			a {
				color: #999;
				text-decoration: none;

				&:hover {
					text-decoration: underline;
				}

			}

		}

		img.photo {}

		img.avatar {
			border-radius: 50%;
		}

	} /* end .commentlist .vcard */


	/* comment meta */
	.comment-meta {
		font-size: 20px;
		border-top: 1px solid #444444;
		border-bottom: 1px solid #444444;
		padding: 15px 0;
		margin:10px 0 10px 85px;
		a {}

	}

	.commentmetadata {

		a {}

	}

	/* comment content */
	.comment_content {
		margin-left: 90px;

		p {
			margin: 0.5em 0 0.5em;
			font-size: 1em;
			line-height: 1.5em;
		}

	} /* end .commentlist .comment_content */

	/* comment reply link */
	.comment-reply-link {
		text-decoration: none;
		margin-left: 20px;
		color: #b7b7b7;

		&:hover,
		&:focus {
			opacity: 1;
		}

	} /* end .commentlist .comment-reply-link */

} /* end .commentlist */

/******************************************************************
COMMENT FORM STYLES
******************************************************************/

.respond-form {

	padding-bottom: 2.2em;
	max-width: 570px;
	margin: 20px auto;

	h3 {
		text-align: center;
		font-size: 22px;
		color: #fff;
		font-weight: bold; 
		margin-bottom: 35px;
		text-transform: uppercase;
	}

	form {
		margin: 0.75em 0;

		li {
			list-style-type: none;
			clear: both;
			margin-bottom: 0.7335em;

			label,
			small {
				display: none;
			}
		}
		label, .comment-notes, .form-allowed-tags, .required {
			display: none;
		}
		input[type=text],
		input[type=email],
		input[type=url],
		textarea {


			/* form validation */
			&:invalid {
				outline: none;
				border-color: #fbc2c4;
				background-color: #f6e7eb;
				-webkit-box-shadow: none;
				   -moz-box-shadow: none;
				    -ms-box-shadow: none;
						box-shadow: none;
			}
		}

		input[type=text],
		input[type=email],
		input[type=url] {

		}

		textarea {
			resize: none;
			height: 150px;
		}

	}
}

	/* comment submit button */
	#submit {}

	/* comment form title */
	#comment-form-title {
		margin: 0 0 10px;
		font-weight: bold;
	}
	#comment-form-elements {
		margin-bottom: 0px;
	}
	/* cancel comment reply link */
	#cancel-comment-reply-link {
		float: right;
		font-weight: normal;
		font-size: 14px;
		color: #b7b7b7;
	}

	/* logged in comments */
	.comments-logged-in-as {}

	/* allowed tags */
	#allowed_tags {
		margin: 1.5em 10px 0.7335em 0;
	}

	/* no comments */
	.nocomments {
		margin: 0 20px 1.1em;
	}

/*********************
SIDEBARS & ASIDES
*********************/

.sidebar {}

	.widgettitle {
		font-weight: bold;
		text-transform: uppercase;
		font-size: 14px;
	}

	.widget {

		ul {

			li {

				margin: 0;
				padding: 5px 0;

				&:first-child {}

				&:last-child {
					border-bottom: 0px;
				}

				a {}

				/* deep nesting */
				ul {}

			}

		}
		&:first-child {
			margin-top:0px;
		}
	}

	.tagcloud {
		margin-top: 20px;
		a {
			font-size: 13px !important;
			border: 3px solid rgba(100,100,100,0.15);
			padding: 2px 14px;
			text-transform: lowercase;
			background-color: #fff;
			color: #343434;
			display: inline-block;
			margin: 0 9px 9px 0;
			&:hover {
				color: #fff;
			}
		}
	}
	.widget_search {

		#searchform {
			position: relative;
			&:after {
				content: "\55";
				font-family: 'ElegantIcons';
				position: absolute;
				right: 0px;
				top: 50%;
				margin-top: -10px;
				font-size: 16px;
			}
		}
		#s {
			border:0px;
			border-bottom: 1px solid rgba(100,100,100,0.15);
			padding-left: 0px;
		}
	}
	.widget_recent_entries {
		.post-date {
			display: block;
			font-size: 13px;
			&:before {
				content: "\e023";
				font-family: 'ElegantIcons';
				margin-right: 8px;
				font-size: 12px;
			}
		}
	}

/*********************
FOOTER STYLES
*********************/

.footer {
	clear: both;
}
#footer-widgets {
	padding: 60px 0;
	.widget {
		margin:0px;
		margin-bottom: 40px;
		width: 100%;
		ul {
			list-style: none;
		}
	}
}
#footer-copy {
	padding: 10px 0;
}
	/*
	if you checked out the link above:
	http://www.alistapart.com/articles/organizing-mobile/
	you'll want to style the footer nav
	a bit more in-depth. Remember to keep
	it simple because you'll have to
	override these styles for the desktop
	view.
	*/
	.footer-links {

		ul {

			li {}

		}

	} /* end .footer-links */


	.copyright {}

/*********************
SHORTCODES
*********************/
/*********************
LUXE POSTS
*********************/
.luxe-post {
	text-align: center;
	margin-bottom: 30px !important;
	img {
		display: block;
		margin:0px;
		margin: 0 auto;
	}
	.luxe-post-featured {
		position: relative;
	}
	.luxe-post-details {
		border-left: 3px solid rgba(100,100,100,0.15);
		border-right: 3px solid rgba(100,100,100,0.15);
		border-bottom: 3px solid rgba(100,100,100,0.15);
		padding: 25px 5px;
		display: inline-block;
		width: 100%;
	}
	.luxe-post-title {
		font-weight: bold;
		font-size: 14px;
		text-transform: uppercase;
		margin-bottom: 10px;
		line-height: 1em;
	}
	.luxe-post-date {
		width: 50%;
		float: left;
		font-size: 13px;
		margin-top: 20px;
		display: block;
		&:before {
			content: "\e023";
			font-family: 'ElegantIcons';
			margin-right: 8px;
		}
	}
	.luxe-post-comments {
		width: 50%;
		float: left;
		font-size: 13px;
		margin-top: 20px;
		display: block;
		&:before {
			content: "\76";
			font-family: 'ElegantIcons';
			margin-right: 8px;
		}
	}
}
.luxe-post.style2 {
	border-bottom: 10px solid $accent;
	border-right: 0px;
	img {
		margin:0 auto;
	}
	.luxe-post-featured {
		@extend .sixcol;
		margin-left: 0px !important;
	}
	.luxe-post-details {
		@extend .sixcol;
		padding: 15px 15px 15px 0px;
	}
}

.luxe-post.format-video {
	.video-button {
		display: block;
		height: 90px;
		width: 90px;
		margin-left: -45px;
		margin-top: -45px;
		position: absolute;
		top: 50%;
		left: 50%;
		border-radius: 100%;
		background-color: rgba(#000, .5);
		&:before {
			font-family: 'ElegantIcons';
			content: "\45";
			color:#fff;
			line-height: 90px;
			font-size: 50px;
			margin-left: 4px;
			@include transition(all .2s ease);
		}
		&:hover {
			&:before {
				color: #fff;
			}
		}
	}

}

.posts-carousel {
	.item {
		margin: 0 10px;
	}
}

/*********************
RELATED POSTS
*********************/
.related-posts {
	clear: both;
	margin: 70px 0 0 0;
	h4 {
		font-weight: bold;
	}
}


/*********************
FEATURES
*********************/

.feature {
	padding: 64px 15px 28px;
	margin-bottom: 40px;
	position: relative;

	img, i {
		display: block;
		margin: 0 auto;
		@include transform(none);
		@include transition(all .3s ease-in-out);
		text-align: center;
	}

	&:hover {

	}
	.feature-title {
		text-align: center;
		font-size: 16px;
		text-transform: uppercase;
		margin: 30px 0 20px;
		font-weight: bold;
	}
	.feature-desc {
		width: 100%;
		text-align: center;
		margin: 5px 0 30px;
		display: block;
		text-align: center;
	}
}
.feature.style2 {
	border-bottom: 0px !important;
	background-color: transparent;
	text-align: center;
	@include transform(scaleX(1));
	&:hover {
		i, img {
			@include transform(scaleX(-1));
			-ms-filter: fliph; /*IE*/
    		filter: fliph; /*IE*/
		}
	}
	.feature-icon {
		margin-bottom: 15px;
	}
	.feature-title {
		@extend .h2;
		font-weight: bold;
		margin:0px;
		line-height: 1em;
		margin-bottom: 15px;
	}
	.feature-desc {
		font-size: 12px;
		font-weight: 700;
		display: inline-block;
		text-transform: uppercase;
		padding: 12px 32px;
		margin: 2px 0;
		color: #343434;
		border: 4px solid #fff;
		width: auto;
		display: inline-block;
		margin: 0 auto;
	}
}
.feature.style3 {
	border-bottom: 0px;
	border-right: 10px solid $accent;
	padding-top: 10px;
	.feature-icon {
		float: left;
		position: absolute;
		top: 50%;
		width: 70px;
		height: 70px;
		margin-top: -35px;
	}
	.feature-title {
		text-align: left;
		padding-left: 100px;
		margin: 5px 0;
	}
	.feature-desc {
		padding-left: 100px;
		text-align: left;
		margin: 0px;
	}
}

.feature.style4 {
	&:hover {
		i, img {
			@include transform(none);
		}
	}
}

/*********************
PROGRESS 
*********************/
/*
==============================================
stretchRight
==============================================
*/

.stretchRight{
	animation-name: stretchRight;
	-webkit-animation-name: stretchRight;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%; 		
}

@keyframes stretchRight {
	0% {
		transform: scaleX(0.3);
	}
	40% {
		transform: scaleX(1.02);
	}
	60% {
		transform: scaleX(0.98);
	}
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(0.98);
	}				
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(1);
	}							
}

@-webkit-keyframes stretchRight {
	0% {
		-webkit-transform: scaleX(0.3);
	}
	100% {
		-webkit-transform: scaleX(1);
	}		
}

.progress {height: 20px; box-shadow: none; background-color: #343434; border-radius: 0; margin-bottom: 10px; border:4px solid #fff; position:relative;}

.progress span {display: inline-block; padding: 10px 19px; position: absolute; clip:auto; z-index: 2; font-size: 12px; font-weight: 700; text-transform: uppercase; text-align: left; }
.progress-bar { -webkit-box-shadow: none; box-shadow: none; padding: 5px 0; position: relative; visibility: hidden; height: 100%;}
.stretchRight {visibility: visible;}

/*********************
CHARTS
*********************/

.chart {
	position: relative;
	display: block;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin:20px 0;
	height: 130px;
	h5 {
		font-weight: 700; margin-bottom: 15px;
	}
	.chart-percent {
		font-family: Arial, sans-serif;
		display: block;
		position: absolute;
		top:50%;
		left:50%;
		font-size: 50px;
		margin-top: -0.2em;
		margin-left: -65px;
		z-index: 2;
		width: 130px;
	}
	canvas {
		display: inline-block;
		margin: 0 auto;
	}
}

/*********************
PRICING
*********************/
.pricing-box {
	background-color: #fff;
	text-align: center;
	margin-bottom: 40px;
	.pricing-header {
		text-align: center;
		padding:25px 0;
		h5 {
			margin: 0px;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 16px;
			color: #343434;
		}
	}
	.pricing-price {
		padding: 48px 10px;
		width: 140px;
		height: 140px;
		border-radius: 50%;
		line-height: 1em;
		margin: 0 auto;
		border: 3px solid rgba(100, 100, 100, 0.15);
	}
	.pricing-amount {
		font-weight: bold;
		font-size: 30px;
		letter-spacing: -1px;
	}
	.pricing-unit {
	}
	.pricing-subprice {
		clear: both;
		display: block;
		text-transform: uppercase;
		font-weight: bold;
		margin-top: 2px;
		font-size: 14px;
	}
	ul {
		list-style: none;
		padding: 0px;
		margin: 30px 0 10px;
		li {
			padding: 10px 0;
			text-align: center;
			margin: 0 40px;
		}
	}
	.pricing-button {
		margin: 10px 0 40px 0;
	}
}
.pricing-box.featured {
	background-color: $accent;
	color: #fff;
	h5, .h5, h6 {
		color: #fff;
	}
	.pricing-price {
		background-color: #282828;
	}
	.pricing-subprice {
		color: #fff;
	}
	.pricing-button {
		background: #282828;
		border-color: #282828;
		.button-text {
			color: #fff;
		}
		&:hover {
			border-color: #282828;
		}
	}
}

/*********************
TESTIMONIALS
*********************/
.testimonial-carousel {
	border: 2px solid rgba(100,100,100,0.15);
	padding: 30px 0 !important;
	.testimonial-content {
		text-align: center;
		padding: 10px 50px;
		font-size: 14px;
	}
	.testimonial-user {
		text-transform: uppercase;
		text-align: center;
		font-size: 14px;
		margin-top: 5px;
		.testimonial-user-name {
			color: #000;
		}
		.testimonial-user-position-title {
			&:before {
				content: ' / ';
			}
		}
	}
	.flex-control-paging, .flex-direction-nav {
		display: none;
	}
}
.testimonial-carousel-nav {
	padding: 50px 0 30px !important;
	img {
		border-radius: 50%;
		max-width: 80px;
		width: 80px;
		height: 80px;
		margin: 0 auto;
		@include opacity(.2);
			filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
		-webkit-filter: grayscale(1); 
		-webkit-filter: grayscale(100%); 
		-moz-filter: grayscale(100%);
		filter: gray; filter: grayscale(100%);
		@include transition(all .3s linear);
		cursor: pointer;
	}
	.flex-active-slide {
		img {
			@include opacity(1);
			-webkit-filter: grayscale(0); 
			-webkit-filter: grayscale(0%); 
			-moz-filter: grayscale(0%);
			filter: none; filter: grayscale(0%);	
		}
	}
	.flex-control-paging, .flex-direction-nav {
		display: none;
	}
}
.flex-centered .slides {width: 100%!important; text-align: center;}
.flex-centered .slides li {display: inline-block!important; *display: inline!important; float: none!important;}

/*********************
TWITTER CAROUSEL
*********************/
.twitter-carousel.flexslider {
	img {
		width: auto !important;
		margin: 0 auto 15px;
	}
	.luxe-tweet {
		text-align: center;
		padding: 10px 30px;
		line-height: 1.2em;
		font-size: 20px;
		margin-bottom: 0px;
		.luxe-tweet-time {
			margin-right:10px;
		}
	}
	.testimonial-user {
		text-align: center;
		font-size: 30px;
		margin-top: 40px;
		&:after, &:before {
			content: ' - ';
		}
	}
	.flex-control-paging {
		display: none;
	}
}

/*********************
TWITTER CAROUSEL
*********************/
.client-carousel.owl-carousel {
	div {
		text-align: center;
		img {
			margin: 0px;
		}
	}
	.owl-buttons {
		position: absolute;
		top: 50%;
		width: 100%;
		margin-top: -13px;
		div {
			display: inline-block;
			zoom: 1;
			font-size: 16px;
			-webkit-border-radius: 100%;
			-moz-border-radius: 100%;
			border-radius: 100%;
			color: #343434;
			opacity: 0.95;
			background-color: transparent;
		}
		.owl-prev, .owl-next {
		    position: absolute;
		    left:0;
		}
		.owl-next {right: 0; left:auto;}
		.owl-prev:before, .owl-next:before {
		    font-family: 'fontello';
		    content: '\e834';
		    -webkit-transition: all 0.2s linear;
		    -moz-transition: all 0.2s linear;
		    -o-transition: all 0.2s linear;
		    -ms-transition: all 0.2s linear;
		    transition: all 0.2s linear;

		}
		.owl-prev:before {content: '\e833';}
	}
}

/*********************
TEAM
*********************/
.team-member {
	border-bottom: 3px solid transparent;
	margin-bottom: 40px;
	@include transition(border-color .3s linear);
	&:hover {
		border-bottom: 3px solid $accent;
		img {
			-webkit-filter: grayscale(0); 
			-webkit-filter: grayscale(0%); 
			-moz-filter: grayscale(0%);
			filter: none; filter: grayscale(0%);
			@include opacity(1);
		}
	}
	img {
		display: block;
		margin:0;
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
		-webkit-filter: grayscale(1); 
		-webkit-filter: grayscale(100%); 
		-moz-filter: grayscale(100%);
		filter: gray; filter: grayscale(100%);
		@include transition(all .2s linear);
		@include opacity(.8);
	}
	.team-overlay-container {
		position: relative;
		overflow: hidden;
		background-color: #fff;
	}
	.team-overlay {
		position: absolute;
		width: 100%;
		height: auto;
		bottom:-73px;
	    line-height: 1.3em;
	    position: absolute;
	    background-color: rgba(#000000, 0.6);
	    @include transition(all .2s linear);
	    text-align: center;
	}
	&:hover .team-overlay {
		display: block;
		@include opacity(1);
		bottom: 0px;
	}
	h5 {
		margin-bottom: 0px;
		font-weight: 700;
	}
	.team-member-name {
		text-transform: uppercase;
		font-weight: bold;
		text-align: center;
		font-size: 20px;
		margin: 30px 0 3px 0;
	}
	.team-member-position-title {
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		margin: 0 0 30px 0;
	}
	.team-member-desc {
		color: #333;
		display: block;
	}
	.socialbar {
		padding: 15px 0 20px;
		li {
			.social-icon {
				color: #fff;
				line-height: 36px !important;
				border: 3px solid #fff !important;
				&:hover {
					color: $accent;
				}
			}
		}
	}
}

.team-carousel {
	.item {
		margin-left: 10px;
		margin-right: 10px;
	}
}
/*********************
TABS
*********************/
.ui-tabs-nav {
	list-style: none;
	li {
		float: left;
		margin-right: 5px;
		a {
			padding: 10px 15px;
			border: 3px solid rgba(100,100,100,0.15);
		}
	}
	li.ui-state-active {
		a {
			
		}		
	}
}
.ui-tabs-panel {
	padding: 5px 0px;
}

/*********************
TOGGLES
*********************/
.toggles-container {
	.trigger {
		margin: 0px;
		margin-bottom: 10px;
		border: 3px solid rgba(100,100,100,0.15);
		a {
			position: relative;
			display: block;
			padding: 10px 20px;
		}
	}
	.trigger.active {
		border: 3px solid rgba(100,100,100,0.15);
		a {

		}
	}
	.toggle_container {
		padding: 10px 22px;
	}
}

/*********************
SOCIAL ICONS
*********************/
.socialbar {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding:0px 15px 25px 15px;
	.social-icons {
		list-style: none;
		display: inline-block;
		padding-left: 0;
		margin: 0;
		li {
			display: inline-block;
			margin:0 6px;
			line-height: 1em;
			height: 38px;
			.social-icon {
				display: block;
				font-size: 15px;
				height: 40px;
				width: 40px;
				line-height: 40px;
				text-align: center;
				border-radius: 100%;
				border: 2px solid rgba(100,100,100,0.15);
			}
		}
	}
}

/*********************
PORTFOLIO
*********************/

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item[style] {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.portfolio-filter {
	width:100%;
	text-align: center;
	display: block;
	padding-left: 0px !important;
	margin: 0px 0px 40px 0px;
	li {
		list-style: none;
		margin-right: 8px;
		margin-left: 8px;
		text-transform: uppercase;
		display: inline-block;
		a {
			font-size: 14px;
			font-weight: 500;
		}
	}
}
.portfolio-filter.none {
	visibility: hidden;
	height: 1px;
	margin: 0px;
}
.portfolio-container {
	.isotope {
		position: relative;
		img {
			display: block;
			margin: 0px;
			max-width: 100%;
			@include transition(all .3s ease-in-out);
		}
		&:hover img {
		}
		.portfolio-overlay-container {
			position: relative;
		}
		.portfolio-overlay {
			.portfolio-link-large {
				display: block;
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0px;
				left: 0px;
			}
			position: absolute;
			width: 100%;
			height: 100%;
			top:0px;
		    padding: 0px 0px 0px;
		    line-height: 1.3em;
		    position: absolute;
		    top: 0;
		    bottom: 90px;
		    background-color: rgba($accent, 0.9);
		    @include opacity(0);
		    @include transition(all .2s linear);
		    text-align: center;
		    .portfolio-overlay-content {
		    	position: absolute;
		    	width: 100%;
		    	top: 50%;
		    	margin-top:-35px;
		    	a {
		    		&:hover {
		    			color: #f7f7f7;
		    		}
		    	}
		    }
		}
		&:hover .portfolio-overlay {
			display: block;
			@include opacity(1);

		}
		.portfolio-title {
			width: 100%;
			text-align: center;
			margin: 0px;
			position: relative;
			overflow: visible;
			a {
				color:#fff;
				font-size: 16px;
				font-weight: bold;
				padding: 0;
				display: block;
				text-transform: uppercase;
			}
		}
		.portfolio-tags {
			font-size: 12px;
			text-transform: uppercase;
			color: #fff;
		}
	}
}
.portfolio-container {
	.isotope {
		width:100%;
	}
}

.portfolio-container.margin {
	.isotope {
		padding: 15px;
	}
}

.single-portfolio {

	.featured-content {
		margin-bottom: 40px;
	}
	.project-details {
		font-weight: bold;
		color: #fff;
	}
	.entry-content {
		p:first-child {
			margin-top: 5px;
		}
	}
	.project-meta {
		font-size: 13px;
		.project-meta-date, .project-meta-client, .project-meta-category  {
			clear: both;
			display: block;
			padding: 5px 0; 
			.project-meta-label {
				color: #343434;
				clear: none;
				float: left;
				margin-right: 5px;
			}
		}
		.project-meta-location {
			border-bottom: 0px;
		}

	}
	.project-link {
		clear: both;
		margin: 30px 0;
		display: block;
		text-transform: uppercase;
		font-size: 13px;
	}
	.page-header {

		.page-title {

		}
	}	

	.previous-post-link, .next-post-link, .portfolio-return {
		a {
			display: inline-block;
			font-size: 40px;
			@include opacity(.4);
			&:hover {
				@include opacity(1);
			}
		}
	}
	.portfolio-return {
		a {
			font-size: 25px;
			margin-left: 5px;
			position: relative;
			top:-5px;
		}
	}
	.portfolio-navigation {
		display: inline-block;
		width: 100%;
		text-align: center;
	}


}
.portfolio-related {
	padding: 70px 0;
	background-color: #282828;
	display: inline-block;
	width: 100%;
	h3 {
		text-align: center;
		color: #fff;
		font-size: 22px;
		text-transform: uppercase;
		margin-bottom: 50px;
	}
}

/*********************
ANIMATIONS
*********************/

.luxe-animate {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}    
.luxe-animate.hidden {
    visibility: visible;
}
.animated {
    visibility: visible;
}

/*********************
PLUGINS
*********************/

/*********************
LUXESLIDER
*********************/
.luxeslider-wrapper {
	.responsive-container:before {
		display: block;
		position: absolute;
		content: "";
		width: 50%;
		height: 100%;
		right: 0;
		top: 0;
		background-color: rgba(0,0,0,0.02);
		z-index: 0;
	}	
}

/*********************
CONTACT FORM 7
*********************/

div.wpcf7 img.ajax-loader {
	position: absolute;
	margin-left:10px;
	margin-top:15px;
}

/*********************
LUXE POST SHARE
*********************/

.luxe-post-share {
	padding-left:0px !important;
	list-style: none;
	margin:15px 0 15px;
}

/*********************
RECENT POSTS WIDGET EXTENDED
*********************/
.rpwe-ul {
	list-style: none;
	margin-left: 0!important;
	padding-left: 0!important;
	li {
		list-style: none;
	}
	img {
		margin-right: 15px;
	}
}
.rpwe-alignleft {
	display: inline;
	float: left;
}
.rpwe-thumb {
	border: 0px;
	padding: 0px !important;
}
.rpwe-title {
	margin-left:10px;
	background: none !important;
	clear: none;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	font-weight: 400;
	font-size: 16px !important;
	line-height: 1.2em;
	a {
		display: inline!important;
		text-decoration: none;
	}
}
.rpwe-time {
	color: #bbb;
	font-size: 16px;
}

/*********************
WYSIJA (NEWSLETTER WIDGET)
*********************/
.widget_wysija {
	input {
		min-width: 0px;
		max-width: 170px;
		float: left;
	}
	.wysija-submit {
		max-width: 70px;
		float: left;
		margin: 0px;
		padding-left: 16px;
		padding-right: 16px;
	}
	.formError .formErrorContent {
		background-color: #ff6f6f;
	}
}

/*********************
FAST FLICKR WIDGET	
*********************/

.widget_fastflickrwidget {
	img {
		margin:0px;
	}
	a {
		max-width: 30%;
		margin: 0 5% 5px 0;
		display: block;
		float: left;
		img {
			&:hover {
				@include opacity(.5);
			}
		}
	}
	a:nth-child(3n+1) {
		margin-right: 0px;
	}
}

/*********************
METASLIDER
*********************/
.metaslider.metaslider-flex {
	max-width: 100% !important;
	.slides {
		img {
			margin: 0 auto;
			width: auto;
		}
	}
	/* Direction Nav */
	.flexslider {
		&:hover {
			.flex-prev {opacity: 0.7;}
			.flex-next {opacity: 0.7;}
			.flex-next:hover, .flex-prev:hover { opacity: 0.5;}
		}
		.flex-direction-nav .flex-prev { left: 0; opacity: 1;}
		.flex-direction-nav .flex-next { right: 0; opacity: 1;}
		.flex-direction-nav a:before {
		    background-color: transparent;
		    position: absolute;
		    font-family: 'ElegantIcons';
		    content: "\34";
		    color:#fff;
		    line-height: 50px;
		    font-size: 50px;
		    width: 50px;
		    height: 50px;
		    text-align: center;
		    @include transition(all .2s linear);
		    display: block;
		    text-indent: 0;
		    left:0;

		}
		.flex-direction-nav a.flex-next:before {
		    content: "\35";
		    left: auto;
		    right: 0;
		}
		.flex-direction-nav a {
			background: transparent;
		}
		.flex-control-nav {
			position: absolute;
			right: 40px;
			top:50%;
			z-index: 10000;
			width: 20px;
			margin-top: -20px !important;
			li {
				clear: both;
				display: block;
				margin-bottom: 10px !important;
				a {
					background-color: #1a1a1a;
				}
				a.flex-active {
					background-color: #fff;
				}
			}
		}
	}
	.caption-wrap {
		background: transparent;
		top: 0px;
		&:before {
		    content: '';
		    display: inline-block;
		    height: 100%;
		    vertical-align: middle;
		}
		.caption {
			display: inline-block;
			vertical-align: middle;
			width: 100%;
		}
	}

}

/*********************
OWL CAROUSEL
*********************/
.owl-carousel.glissando {
	.owl-item {
		img {
		    display: block;
		    width: 100%;
		    height: auto;
		}
	}
	.owl-buttons {
.carousel-control .icon-prev:before, .carousel-control .icon-next:before {}
.carousel-control > span.icon-next:before {}
		.owl-prev, .owl-next {
			position: absolute;
			top:50%;
			margin-top:-18px;
			left:-80px;
			height: 36px;
			line-height: 36px;
			@include opacity(.8);
			&:before {
				font-size: 70px;
				content:"\34"; 
				font-family: 'ElegantIcons'; 
				color:rgba(100,100,100, .5);
			}
			&:hover {
				@include opacity(1);
				@include transition(all .2s linear);
			}
		}
		.owl-next {
			left:auto;
			right: -80px;
			&:before {
				content:"\35"; 
			}
		}
	}
}

/*********************
FLEXSLIDER
*********************/

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0 !important; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.slides { padding-left: 0px !important; }
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* Direction Nav */
.luxe-flexslider.flexslider {
	position: relative;
	&:hover {
		.flex-prev {opacity: 0.7; left:0px;}
		.flex-next {opacity: 0.7; right:0px;}
	}
	.flex-direction-nav {
		position: absolute;
		top:50%;
		margin-top:-25px;
		width: 100%;
		a {
			margin-top: 0px;
			width: 50px;
			height: 50px;
		}
	}
	.flex-direction-nav .flex-prev { left: 0; opacity: 1;}
	.flex-direction-nav .flex-next { right: 0; opacity: 1; position: absolute; left: auto;}
	.flex-direction-nav a:before {
	    background-color: transparent;
	    position: absolute;
	    font-family: 'ElegantIcons';
	    content: "\34";
	    color:#fff;
	    line-height: 50px;
	    font-size: 26px;
	    width: 50px;
	    height: 50px;
	    text-align: center;
	    @include transition(all .2s linear);
	    display: block;
	    text-indent: 0;
	    left:0;

	}
	.flex-direction-nav a.flex-next:before {
	    content: "\35";
	    left: auto;
	    right: 0;
	}
	.flex-direction-nav a {
		background: transparent;
	}
	.flex-control-paging {
		display: none;
	}
}

/*********************
VERTICAL SLIDER
*********************/

.vertical-slider {

	&:before, &:after {
		content: '';
		display: block;
		width: 295px;
		height: 3px;
		background: #fff;
		margin: 25px auto;
	}
	.flex-control-nav {
		display: none;
	}
	.h4 {
		margin: 0px;
		text-align: center;
		font-size: 37px;
	}

}

/*********************
PRETTYPHOTO
*********************/

.pp_close {
	z-index: 100000 !important;
}


/*********************
SOCIAL SHARE
*********************/

.social-share {
	display: block;
	float: right;
	width: 100%;
	h6 {
		float: left;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 13px;
		line-height: 34px;
		margin-right: 20px;
	}
	a {
		width: 38px;
		height: 38px;
		display: inline-block;
		float: left;
		@include opacity(.4);
		&:hover {
			@include opacity(1);
		}
		i {
			line-height: 34px;
		}
	}
}

/*********************
DEMO STYLES
*********************/
#animateTest {
	img {
		margin: 0 auto;
		display: block;
	}
}
#animation-test-container {
	.button {
		width: 100%;
		text-align: center;
	}
}
.contact-link {
	font-size: 20px;
	border: 4px solid #fff;
	font-weight: 700;
	color: #343434;
	padding: 11px 20px;
	&:hover {
		color: #fff;
	}
}