/*
Theme Name: Neglia Design
Theme URI: https://negliadesign.com
Author: Neglia Design [ Graeme Demarsh ]
Author URI: https://negliadesign.com
Description: Custom theme for Neglia Design
Version: 1.1.0
*/

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(69, 94, 104, 0.5);
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin:0;
	padding-top:140px;
	background: #F7F7F7;
}
	
body.home,
body.page-template-page-work-areas {
	padding:0;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

img {
	border: 0;
	vertical-align: middle;
	height: auto;
	max-width: 100%;
}

svg {
	max-width:100%;
	stroke: currentColor;
	fill: currentColor;
	vertical-align:middle;
}

embed,
iframe,
object {
	max-width: 100%;
}

hr {
	box-sizing: content-box;
	border-top: 1px solid #CDD1DA;
	border-bottom: none;
	border-right:none;
	border-left:none;
	height: 0;
	margin: 1.5em 0 2.1em;
}



/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #323539;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top:0;
	line-height:1.2;
}


h1 {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight:900;
	letter-spacing:.07em;
	margin-bottom:.7em;
}

h2 {
	font-size:1.8em;
	font-weight:300;
	margin-top:.2em;
	margin-bottom:.9em;
}

h3 {
	font-size:1.1em;
	font-weight:800;
	margin-bottom:.9em;
	margin-top:1.2em;
	letter-spacing:.1em;
}

h4 {
	font-size:1.3em;
	font-weight:500;
	line-height:1.5;
	margin-bottom:.5em;
}

h5 {
	font-size:1.2em;
	font-weight:600;
	margin: .3em 0;
}

h1 a, h2 a, h3 a, h4 a {
	font-weight:inherit;
	text-decoration:none;
	color:inherit;
}

p {
	margin: 0 auto 1em;
	font-size:1.3em;
	line-height:1.8;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 2em auto 2em;
	padding:1em 1.3em;
	border-radius:8px;
	font-size:1.2em;
    background: rgba(170, 170, 170, .2);
}

blockquote p:last-child{
	margin-bottom:0;
}

address {
	margin: 0 0 1.5em;
}

small {
	font-size: 75%;
}

big {
	font-size: 140%;
}

main li {
	margin: 0 0 .7em;
}

.caption {
	font-style:italic;
	font-size:.9em;
	margin:.4em 0;
}

ul {
	list-style:disc;
	padding:0 0 0 1.1em;
}

article ul {
	font-size:1.3em;
}


/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
	color: #95013D;
	background-color: transparent;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: all .3s;
			transition: all .3s;
}

a:hover,
a:focus,
a:active {
	color: inherit;
}

a:hover {
	text-decoration:underline;
}

a:focus {
	outline: 0
}

a:hover,
a:active {
	outline: 0;
}

.more-link {
	display:inline-block;
	margin: 0;
	font-weight:300;
	font-size:1.5em;
	color:inherit;
}

.more-link::after {
	display:inline-block;
	vertical-align:middle;
	content: '\00bb';
	font-size:1.2em;
	font-weight:300;
	margin: -.3em 0 0 .3em;
}

.more-link:hover {
	text-decoration:none;
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);;
            transform: translateX(5px);
}

.btn {
	display:inline-block;
	position:relative;
	transition:all .5s;
	text-decoration:none;
	text-align:center;
	font-size:1rem;
	font-weight:700;
	letter-spacing:.1em;
    padding: .9em 1.1em;
    min-width: 200px;
	margin:.3em 0;
	color:inherit;
	border:2px solid;
	border-radius: 2px;
}

.btn:hover {
	background-color:rgba(0, 0, 0, 0.8);
	color:#FFF;
	text-decoration:none;
}

.btn:after {
	display:inline-block;
	vertical-align:middle;
	content: '\00bb';
	font-size:1.2em;
	margin: -.3em 0 0 .6em;
	-webkit-transition: -webkit-transform .3s;
			transition: transform .3s;
}

.nav-previous .btn:after {
	display:none;
}

.nav-previous .btn:before {
	display:inline-block;
	vertical-align:middle;
	content: '\00ab';
	font-size:1.2em;
	margin: -.3em .6em 0 0;
	-webkit-transition: -webkit-transform .3s;
			transition: transform .3s;
}



.btn.down:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}

.btn:hover:after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
}

.btn.down:hover:after {
    -webkit-transform: rotate(90deg) translateX(5px);
            transform: rotate(90deg) translateX(5px);
}



/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.site-header {
	display:block;
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:9999;
	background-color:#F7F7F7;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.5s linear;
			transition: all 0.5s linear;
}

body .site-header.header-alt {
	background-color:#F7F7F7;
	border-bottom: 1px solid #e5e5e5;
	color:#000000;
}

@media screen and (min-width: 992px) {
	.home .site-header,
	.page-template-page-work-areas .site-header {
		background:none;
		color:#F7F7F7;
	}
}

body.admin-bar .site-header {
	top:30px;
}

.site-logo {
	display:block;
	z-index:99999;
	max-width:100px;
	margin:15px 0;
}

.site-logo svg {
	background:#FFFFFF;
}

.site-logo svg path {
	-webkit-transition: all 0.7s;
			transition: all 0.7s;
}

.site-logo:hover svg path {
	fill: #95013D;
}


/*--------------------------------------------------------------
Menus
--------------------------------------------------------------*/
.main-navigation {
	margin-top:1.3em;
	text-align:right;
	text-transform:uppercase;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation li {
	display:inline-block;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	line-height:2em;
	padding: .7em .5em .4em;
	font-size: .9em;
	font-weight: 600;
	letter-spacing:.1em;
	color:inherit;
	border-bottom:3px solid transparent;
}

.main-navigation a:hover {
	color:inherit;
}

.main-navigation ul.menu > li {
	margin:0 0 0 1.5em;
}

.main-navigation ul.menu > li > a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	border-bottom:3px solid;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.main-navigation ul.menu > li > a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.main-navigation ul.menu > .current-menu-item > a,
.main-navigation ul.menu > .current-page-ancestor > a {
	border-bottom:3px solid #95013E;
}

@media screen and (max-width: 991px) {
	.main-navigation ul.menu > .current-menu-item > a,
	.main-navigation ul.menu > .current-page-ancestor > a {
		color:#C63D06;
		border-bottom:none;
	}
}

.main-navigation ul ul {
	text-align:left;
	background-color:#333;
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul li:hover > ul {
	left: 0;
}

.main-navigation ul ul li {
	display:block;
	font-size:.9em;
	line-height:2em;
}

.main-navigation ul ul a {
	min-width: 150px;
	padding:.5em 1em;
	color: #FFFFFF;
}

.main-navigation ul ul a:hover {
	background-color:#FFF;
	color:#333;
}

.menu-toggle {
	display: none;
	position:absolute;
	top:20px;
	right:20px;
	background:#FFF;
	color:#81848A;
	border:2px solid #81848A;
	box-shadow:none;
	margin:0;
	padding:.5em .7em;
	min-width:auto;
	cursor:pointer;
}

.menu-toggle:before {
	content:'\2630';
}

@media screen and (max-width: 991px) {
	
	.main-navigation {
		text-align:center;
	}
	
	.menu-toggle {
		display: block;
	}
	
	.main-navigation {
		display: none;
		margin: 0;
	}

	.main-navigation.toggled {
		display: block;
		margin:50px 0 20px;
	}
	
	body .main-navigation li {
		display:block;
		padding:0;
	}
	
	/* hide sub menus */
	.main-navigation ul ul {
		display:none;
	}
	
}



/*--------------------------------------------------------------
Slider
--------------------------------------------------------------*/
.slider-box {
    position: relative;
}

@media screen and (max-width: 991px) {
	.slider-box {
		margin-top:90px;
	}
}

.home-slider {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 0;
}

.home-slider li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	margin: 0;
	padding: 0;
	width: 100%;
	left: 0;
	top: 0;
}

.home-slider li:first-child {
	position: relative;
	display: block;
	float: left;
}

.home-slider li:first-child img {
	-webkit-animation: tocolor 3s ease 1s backwards;
    -moz-animation: tocolor 3s ease 1s backwards;
    animation: tocolor 3s ease 1s backwards;
}

@keyframes tocolor {
    from { filter: grayscale(100%) brightness(50%); }
    to   { filter: grayscale(0%) brightness(100%); }
}
/* Firefox */
@-moz-keyframes tocolor {
    from { -moz-filter: grayscale(100%) brightness(50%); }
    to   { -moz-filter: grayscale(0%) brightness(100%); }
}
/* Safari and Chrome */
@-webkit-keyframes tocolor {
    from { -webkit-filter: grayscale(100%) brightness(50%); }
    to   { -webkit-filter: grayscale(0%) brightness(100%); }
}

.home-slider img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
}

.home-slider_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 0;
	left: 0;
	display: block;
	background: #fff; /* Fix for IE6-9 */
	opacity: 0;
	filter: alpha(opacity=1);
	width: 10%;
	text-indent: -9999px;
	overflow: hidden;
	height: 100%;
	cursor:w-resize;
}

.home-slider_nav.next {
	left: auto;
	right: 0;
	cursor:e-resize;
}

.slide-content {
	position:absolute;
	bottom:7%;
	left:0;
	right:0;
	text-align:right;
	font-size:.7em;
	color:#FFFFFF;
}

.slide-content a {
	color:inherit;
}


@media screen and (max-width: 815px) {
	
	.slide-content {
		bottom:-25px;
		color: #000000;
	}

	
	.slide-content p {
		font-size:.8em;
	}
}



/*--------------------------------------------------------------
Theme Objects
--------------------------------------------------------------*/
.content-area {
	padding:30px 0;
}

.ribbon {
	padding:3.2em 0 3em;
}



/*--------------------------------------------------------------
Call to action area
--------------------------------------------------------------*/
.cta-area {
	text-align:center;
	padding:7em 2em 6em;
	background-color:#95013E;
	color:#FFFFFF;
}

.page-branding .cta-area {
	background-color:#DC5C1C;
}

.page-web-design .cta-area {
	background-color:#65A020;
}

.page-print-design .cta-area {
	background-color:#0D6A9E;
}

.page-illustration .cta-area {
	background-color:#660066;
}

.cta-area .btn {
	margin-top:2em;
}



/*--------------------------------------------------------------
Work Icons
--------------------------------------------------------------*/
.work-icons {
	text-align:center;
	margin:1em 0 0;
}

.work-icons a {
	display:inline-block;
	width:12.2%;
	margin:3% 4.3%;
	color:#323539;
	-webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

.work-icons a:last-child {
	margin-right:0;
}

.work-icons a:first-child {
	margin-left:0;
}

@media screen and (max-width: 767px) {
	.work-icons a {
		display:block;
		width:auto;
		margin:2em auto;
	}
}

.work-icons a:hover {
	text-decoration:none;
	-webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.work-icons svg {
	margin:0 auto;
	max-width:60px;
}

.work-icons h2 {
	font-size:.9em;
	font-weight:500;
	letter-spacing: .07em;
	margin:.8em 0;
}

@media (min-width: 768px) and (max-width: 991px) {
	.work-icons h2 {
		font-size:.7em;
	}
}

@media screen and (max-width: 767px) {
	.work-icons svg {
		display:inline-block;
		max-width:80px;
	}
	
	.work-icons h2 {
		display:inline-block;
		min-width:200px;
		font-size:1.3em;
		margin:.8em 2em;
	}
}

/* Hover colors*/
.work-icons .strategy:hover {
	color:#95013D;
}

.work-icons .branding:hover {
	color:#DC5C1C;
}

.work-icons .web:hover {
	color:#65A020;
}

.work-icons .print:hover {
	color:#0D6A9E;
}

.work-icons .illustration:hover {
	color:#660066;
}



/*--------------------------------------------------------------
Home
--------------------------------------------------------------*/
.container.home-content {
	margin:2em auto 0;
}

.home-why {
	padding:5em 0;
	margin:2em 0 0;
	background-color:#ededed;
}

.home-why svg {
	display:block;
	margin:3.1em auto 0;
	max-width:60px;
}

.home-why h3 {
	margin:.5em 0;
}

.home-why p {
	max-width:450px;
	line-height:1.5;
}

.home-why .more-link {
	display:block;
	margin-top:1em;
}

/*--------------------------------------------------------------
Pages Header
--------------------------------------------------------------*/
.page-header {
	position:relative;
	margin:0 0 3em;
}

.page-header-img {
	position:relative;
}

.page-header-img:after {
	content: '';
	position: absolute;
	top: 40%;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .9; 

	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.page-header-content .container {
	position:absolute;
	bottom:14%;
	left:0;
	right:0;
	z-index:999;
	color:#FFFFFF;
}

@media screen and (max-width: 650px) {
	.page-header-content {
		position:relative;
		color:inherit;
	}
}


.page-header-content h1 {
	font-size:3.1em;
	margin:.5em 0 .2em;
	letter-spacing: .13em;
}

@media screen and (max-width: 815px) {
	.page-header-content h1 {
		font-size:1.3em;
	}
}


.page-header-content p {
	font-size:1.3em;
	margin:0 0 1.1em;
	max-width:670px;
	font-weight:500;
}

@media screen and (max-width: 815px) {
	.page-header-content p {
		font-size:.8em;
	}
}


.page-header-content .btn {
	color:inherit;
	text-transform:uppercase;
	font-size:.9em;
}

@media screen and (max-width: 815px) {
	.page-header-content .btn {
		display: none;
	}
}




/*--------------------------------------------------------------
About
--------------------------------------------------------------*/
.clients-area {
	padding:4em 0;
}

.clients-area img {
	margin:3em 0;
}



/*--------------------------------------------------------------
Team
--------------------------------------------------------------*/
.team-item-container {
	margin:2em 0;
}

.team-item {
	background-color:#FFFFFF;
	margin-bottom:60px;
}

.team-item-inner {
	padding:20px 20px 10px;
	min-height:377px;
}

.team-item img {
	display:block;
	width:100%;
}

.team-item h3 {
	margin:0 0 .2em;
}

.team-item .title {
	margin:0 0 .5em;
	font-style:italic;
}

.team-item p {
	font-size:1em;
}



/*--------------------------------------------------------------
Single Service
--------------------------------------------------------------*/
.service-aside {
	border:1px solid #95013E;
	border-radius:2px;
	padding:1em 1.8em;
}


.page-branding .service-aside {
	border-color:#DC5C1C;
}

.page-web-design .service-aside {
	border-color:#65A020;
}

.page-print-design .service-aside {
	border-color:#0D6A9E;
}

.page-illustration .service-aside {
	border-color:#660066;
}



.service-aside li {
	font-size:.9em;
	margin-bottom:.3em;
}



/*--------------------------------------------------------------
Work
--------------------------------------------------------------*/
.container.work-item-container {
	margin: 5em auto 6em;
	max-width:1800px;
	text-align:center;
}

.page-work .work-item-container {
	margin-top:3.5em;
}


.work-item-container.sorted .work-item {
	visibility: visible !important;
	animation-delay: 0s !important;
	-webkit-animation: none !important;
	   -moz-animation: none !important;
		 -o-animation: none !important;
		-ms-animation: none !important;
			animation: none !important;
}


.work-item-container h3 {
	text-align:left;
	text-transform:uppercase;
	margin: 0 0 1.8em;
}

.work-filter {
	margin-bottom: 3em;
	font-size:.9em;
}

.work-filter a {
	display:inline-block;
	min-width:12.2%;
	padding:.5em .8em;
	margin: 0 1.2% 2.4%;
	color:inherit;
	border:1px solid;
	border-radius:2px;
	font-weight:500;
	letter-spacing: .07em;
	text-transform:uppercase;
}

.work-filter a:hover,
.work-filter a.active {
	background-color:#323539;
	color:#FFFFFF;
	text-decoration:none;
}


.work-filter a[data-filter*="strategy"] {
    border-color:#95013D;
}

.work-filter a[data-filter*="branding"] {
    border-color:#DC5C1C;
}

.work-filter a[data-filter*="digital"] {
    border-color:#65A020;
}

.work-filter a[data-filter*="print"] {
    border-color:#0D6A9E;
}

.work-filter a[data-filter*="illustration"] {
    border-color:#660066;
}


.work-filter a[data-filter*="strategy"]:hover,
.work-filter a[data-filter*="strategy"].active {
    background:#95013D;
}

.work-filter a[data-filter*="branding"]:hover,
.work-filter a[data-filter*="branding"].active {
    background:#DC5C1C;
}

.work-filter a[data-filter*="digital"]:hover,
.work-filter a[data-filter*="digital"].active {
    background:#65A020;
}

.work-filter a[data-filter*="print"]:hover,
.work-filter a[data-filter*="print"].active {
    background:#0D6A9E;
}

.work-filter a[data-filter*="illustration"]:hover,
.work-filter a[data-filter*="illustration"].active {
    background:#660066;
}


.work-item-container .btn {
	margin: 1em 0 0;
}

.work-item {
	-webkit-transition: all 0.3s linear;
            transition: all 0.3s linear;
}

.work-item:nth-child(4n+1) { animation-delay: .2s }
.work-item:nth-child(4n+2) { animation-delay: .4s }
.work-item:nth-child(4n+3) { animation-delay: .6s }
.work-item:nth-child(4n+4) { animation-delay: .8s }



.work-item a {
	display:block;
	position:relative;
	margin:0 auto 60px;
	color:inherit;
	border:1px solid #e5e5e5;
	border-radius:2px;
	overflow:hidden;
}

.work-item a:hover {
	-webkit-transform: scale(1.04);
            transform: scale(1.04);
}

.work-item img {
	display:block;
	width:100%;
	-webkit-transition: all 0.3s linear;
            transition: all 0.3s linear;
}

.work-item a:hover img {
	filter: grayscale(100%) brightness(15%);
}

.work-item-overlay {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	left: 0;
	right: 0;
	width: 100%;
	padding:0 10px;
	color: #FFFFFF;
	opacity:0;
	-webkit-transition: all 0.3s linear;
            transition: all 0.3s linear;
}

.work-item a:hover .work-item-overlay {
	opacity:1;
}

.work-item-overlay .text {
}

.work-item-overlay h4 {
	margin:0;
}

.work-item-overlay .work-terms {
	font-weight:300;
	font-size:.9em;
}


/*--------------------------------------------------------------
Single Work
--------------------------------------------------------------*/
.single-work h1 {
	text-align:center;
	text-transform:uppercase;
	margin-bottom: .5em;
}



/*--------------------------------------------------------------
Contact Page
--------------------------------------------------------------*/
#map {
	margin: 5em 0 2px;
	position:relative;
}

#mapcanvas {
	height: 500px;
}

#mapinfo {
	display:none;
	position:absolute;
	top:35%;
	left:55%;
	padding:20px;
	background-color:white;
	z-index:9999;
}


/*--------------------------------------------------------------
Blog
--------------------------------------------------------------*/
.blog-item {
	position:relative;
	background-color:#FFFFFF;
	margin-bottom:60px;
	border-radius: 2px;
	overflow:hidden;
	
    -webkit-transition: all .2s ease-in-out;
    		transition: all .2s ease-in-out;
}

.blog-item:hover {
	box-shadow: 0 5px 10px rgba(0,0,0,.15);
	-webkit-transform: scale(1.04);
    		transform: scale(1.04);
}

.blog-item a {
	display:block;
	color:inherit;
	font-weight:inherit;
}

.blog-item a:hover {
	text-decoration:none;
}

.blog-item-inner {
	padding:25px 25px 10px;
	min-height:220px;
}

.blog-item h3 {
	margin:0 0 .3em;
	letter-spacing:normal;
}

.blog-item-meta {
	margin:0 0 .9em;
}

.blog-item p {
	font-size:1em;
}

.blog-item .icon-arrow {
	position:absolute;
	right:25px;
	bottom:25px;
	opacity:.5;
}

.blog-item a:hover .icon-arrow {
	opacity: .9;
}



/*--------------------------------------------------------------
Single Blog
--------------------------------------------------------------*/
.single-post main {
	max-width:900px;
	margin:0 auto;
}

.single-post h1 {
	letter-spacing:normal;
}

.single-post h2 {
	margin-top:1.3em;
	margin-bottom:.4em;
}

.single-post ol {
	font-size:1.3em;
}

.entry-meta {
	margin-top:.7em;
}

.entry-meta a, .list-meta a {
	color:#3C3C3C;
	text-decoration:none;
	font-weight:300;
}



.share {
	margin:0 0 2em;
}

.share a {
	display:inline-block;
	max-width:25px;
	margin-right:5px;
}

.share a img {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;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\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	
	transition: all .3s;
}

.share a:hover img {
	filter: none;
	-webkit-filter: grayscale(0%);
}

.share small {
	display:inline-block;
	margin-right:10px;
}

.single-post .wp-post-image {
	margin:0 auto 2em;
}



/*--------------------------------------------------------------
Sidebar
--------------------------------------------------------------*/
.widget {
	background-color:#FFFFFF;
	padding:20px;
	margin-bottom:20px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
}



/*--------------------------------------------------------------
Footer Top
--------------------------------------------------------------*/
.footer-top {
	padding:3em 0 4em;
	background-color:#ededed;
}

/* Space for blog items, work items, contact page */
.single .footer-top {
	margin:7em 0 0;
}

.footer-top h3 {
	margin-bottom:2.5em;
}

.footer-top .row a {
	display:block;
	margin:0 auto 2em;
	color:inherit;
	font-weight:800;
	font-size:1.1em;
}

.footer-top img {
	display:block;
	margin:0 0 .7em;
}



/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.site-footer {
	background-color:#323539;
	color:#FFFFFF;
	padding:4em 0;
}

/* Space for blog page */
.blog .site-footer {
	margin:7em 0 0;
}

.footer-logo svg {
	margin-bottom:2em;
	max-width:200px;
}

.footer-info {
	margin-bottom:2em;
}

.footer-info strong {
	display:block;
}

.footer-info a {
	display:block;
}

.site-footer a {
	color:#FFFFFF;
}

.footer-navigation ul {
	list-style: none;
	margin: 0 0 2em;
	padding: 0;
	font-size:.8em;
}

.footer-navigation a {
	display:block;
	margin:0 0 .3em;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:400;
}

.footer-navigation a {
	display:block;
	margin:0 0 .3em;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:400;
}

.footer-navigation a:hover {
	text-decoration:underline;
}

.social {
	text-align:center;
}

.social a {
	display:inline-block;
	margin:0 2px;
	width:33px;
	height:33px;
	opacity:.8;
	
	padding:3px;
	background-color:#525252;
	border-radius:100%;
}

.social a:hover {
	opacity:1;
}


.social a[href*="google.com"]:hover {
    background:#CB4F40;
}

.social a[href*="twitter.com"]:hover {
    background:#55acef;
}

.social a[href*="facebook.com"]:hover {
    background:#3b5999;
}

.social a[href*="instagram.com"]:hover {
    background:radial-gradient(circle farthest-corner at 32% 106%,#ffe17d 0,#ffcd69 10%,#fa9137 28%,#eb4141 42%,transparent 82%),linear-gradient(135deg,#234bd7 12%,#c33cbe 58%);
}

.social a[href*="linkedin.com"]:hover {
    background:#3071AB;
}

.social a[href*="pinterest."]:hover {
    background:#cb2028;
}


.footer-meta {
	margin:3em auto 0;
	text-align:center;
}

.site-footer small {
	display:block;
	font-size:.5em;
}

.site-footer small a {
	text-decoration:none;
	opacity:.5;
}



/*--------------------------------------------------------------
Contact Pop Up
--------------------------------------------------------------*/
.contact-popup-holder {
	display:none;
}

#contact-popup {
	padding:60px;
	box-sizing:border-box;
}

#contact-popup .wpcf7-submit {
	display:block;
	width:100%;
}


.contact-popup-btn {
	position:fixed;
	bottom:0;
	right:30px;
	display:block;
	padding: .5em 1em;
	background-color:#95013D;
	color:#FFFFFF;
	border-radius: 3px 3px 0px 0px;
	-webkit-transition: all 0.3s linear;
            transition: all 0.3s linear;
}

.contact-popup-btn:hover {
	text-decoration:none;
	color:#FFFFFF;
	-webkit-transform: scale(1.04);
            transform: scale(1.04);
}



/*--------------------------------------------------------------
Helper classes
--------------------------------------------------------------*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* Align */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.txt-right {
	text-align:right;
}

.txt-center {
	text-align:center;
}

body .txt-small {
	font-size:1em;
}

/* Font Weight */
.fw-300 {
	font-weight:300;
}

.fw-400 {
	font-weight:400;
}

.fw-700 {
	font-weight:700;
}

.fw-900 {
	font-weight:900;
}

/* Margin */
.m-0 {
	margin:0;
}

.m-t-2em {
	margin-top:2em;
}

.m-t-4em {
	margin-top:4em;
}

.m-b-2em {
	margin-bottom:2em;
}

.m-b-4em {
	margin-bottom:4em;
}

.m-a-20 {
	margin:20px;
}


/* Padding */
.p-a-20 {
	padding:20px;
}


/* Width */
.max-w-900 {
	max-width:900px;
	margin-left: auto;
    margin-right: auto;
}


/* Grid Modifiers */
.row.g-0 {
	margin-right:0;
	margin-left:0;
}

.row.g-0 > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.row.g-4 {
	margin-right:-2px;
	margin-left:-2px;
}

.row.g-4 > [class*='col-'] {
    padding-right:2px;
    padding-left:2px;
}

.row.g-20 {
	margin-right:-10px;
	margin-left:-10px;
}

.row.g-20 > [class*='col-'] {
    padding-right:10px;
    padding-left:10px;
}

.row.g-140 {
	margin-right:-70px;
	margin-left:-70px;
}

.row.g-140 > [class*='col-'] {
    padding-right:70px;
    padding-left:70px;
}



/*--------------------------------------------------------------
Visual Helpers
--------------------------------------------------------------*/
.txt-white {
	color:#FFFFFF;
}

.bg-white {
	background-color:rgba(255, 255, 255, 0.85);
	overflow:auto;
}

.bg-black {
	background-color:#323539;
	color:#FFFFFF;
}

.bg-grey {
	background-color:rgba(229, 229, 229, 0.50);
	overflow:auto;
}

.bg-red {
	background-color:#C63D06;
	color:#FFFFFF;
	overflow:auto;
}



/*--------------------------------------------------------------
Animations
--------------------------------------------------------------*/
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}



/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

label {
	color: #2C2D2D;
	font-weight: 700;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

optgroup {
	font-weight: bold;
}

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

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    outline: none;
	border:none;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
	font-size: 1em;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	
	position:relative;
	transition:all .5s;
	text-decoration:none;
	display:inline-block;
	
	text-align:center;
	font-weight:700;
	letter-spacing:.1em;
    padding: .9em 1.1em;
    min-width: 200px;
	background-color:#95013D;
	color:#FFFFFF;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #DC5C1C;
    color: #fff;
}

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 {
	outline:0;
}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="password"],
input[type="search"],
select,
textarea {
    width: 100%;
    border: 1px solid #939393;
    outline: none;
    color: #2C2D2D;
    background-color: rgba(255, 255, 255, 0.8);
	border-radius: 0;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border:1px solid #2C2D2D;
}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="password"],
input[type="search"] {
    padding: 7px 11px;
}

textarea {
    padding: 4px 11px;
	overflow: auto;
}

.wpcf7-recaptcha {
	margin-bottom:1em;
}



/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.gallery-caption {
	display: block;
	margin-top:.3em;
}

.wp-caption-text {
	font-size:.8em;
	text-align: center;
	
}



/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
	text-align:center;
	margin:0 -.8em 1em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin:0 0 1em;
	padding:0 .8em;
}

.gallery-item img {
	outline:1px solid #CCC;
}

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



/*--------------------------------------------------------------
Colorbox Core Style
--------------------------------------------------------------*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}



/*--------------------------------------------------------------
Colorbox Theme
--------------------------------------------------------------*/
/* ordered & tabbed in a way that represents the nesting of the generated HTML. */
#cboxOverlay{background:#000; opacity: 0.8;}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:3px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(img/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; min-width:auto; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
		
        #cboxPrevious{
			position:absolute;
			top:50%;
			left:10px;
			margin-top:-32px;
			background:url(img/controls.png) no-repeat top left;
			width:28px;
			height:65px;
			text-indent:-9999px;
			opacity:.8;
		}
        #cboxPrevious:hover{opacity:1;}
		
        #cboxNext{
			position:absolute;
			top:50%;
			right:10px;
			margin-top:-32px;
			background:url(img/controls.png) no-repeat top right; 
			width:28px;
			height:65px;
			text-indent:-9999px;
			opacity:.8;
		}
        #cboxNext:hover{opacity:1;}
		
        #cboxClose{
			position:absolute;
			top:10px;
			right:10px;
			display:block;
			background:url(img/controls.png) no-repeat top center;
			width:22px;
			height:22px;
			text-indent:-9999px;
			opacity:.8;
		}
        #cboxClose:hover{opacity:1;}



/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/
@media (max-width: 767px) {	
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}



/*--------------------------------------------------------------
Grid
--------------------------------------------------------------*/
.container {
	position:relative;
	max-width: 1290px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
}

.row {
	margin-left:-20px;
	margin-right:-20px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1199px) {
	.container {
		padding-right: 60px;
		padding-left: 60px;
	}
	
	.row {
		margin-left:-30px;
		margin-right:-30px;
	}
	
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	  padding-left: 30px;
	  padding-right: 30px;
	}
}

@media (max-width: 767px) {
	.container {
		padding-right: 20px;
		padding-left: 20px;
	}
}


.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}




@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
	  display: block !important;
	}
	table.visible-sm {
	  display: table;
	}
	tr.visible-sm {
	  display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
	  display: table-cell !important;
	}
	.visible-sm-block {
	  display: block !important;
	}
	.visible-sm-inline {
	  display: inline !important;
	}
	.visible-sm-inline-block {
	  display: inline-block !important;
	}
	.hidden-sm {
	  display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}



/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.site-header:before,
.site-header:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.site-header:after,
.site-footer:after {
	clear: both;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}



/*--------------------------------------------------------------
Print
--------------------------------------------------------------*/
@media print {
	
	.site-header {
		display:none;
	}

}