/* Global Styles */
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v16-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v16-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v16-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v16-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v16-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
       url('../fonts/open-sans-v16-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v16-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v16-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v16-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v16-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v16-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v16-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v16-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v16-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v16-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v16-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v16-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}




html, body {
	height: 100%;
}
body {
	padding-top: 50px;
	font-family: 'Open Sans', sans-serif;
	padding-top: 0px;
}

.topline {
	padding: 30px 0 30px 0 !important;
	font-size: 16px;
}
.bgTop {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center right;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
/*===================*/
/* SECTIONS */
/*===================*/
section#top {
	padding: 15px 0 15px 0;
	border-top: solid 0px #3fa535;
}
section#top img {
	height: 100px;
	width: auto;
	padding-left: 0px;
}
section#kontakt {
	padding: 200px 0 50px 0;
}
section {
	padding: 15px 0;
}
section#foo {
	padding: 0px 0;
	width: 100%;
	border-top: solid 1px #3fa535;
}
section#startBenefits {
	margin-top: 180px;
	padding: 290px 0 !important;
	background-color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
	.EUImgXS {
		width: 75px !important;
		height: auto !important;
		margin-left: 15px;
	}
	section#startBenefits {
		margin-top: 125px;
		padding: 175px 0 !important;
		background-color: #fff;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
	}
	section#top {
		padding: 0;
		border-top: solid 0px #3fa535;
	}
	section#top img {
		height: 75px;
		width: auto;
		padding-left: 0px;
	}
	section#kontakt {
		padding: 125px 0 50px 0;
	}
	section#foo div {
		text-align: center !important;
	}
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.EUImgMD {
		width: 100px !important;
		height: auto !important;
		margin-top: 10px;
	}
}
@media (min-width: 1025px) {
	.EUImg {
		width: 135px !important;
		height: auto !important;
		margin-top: 3px;
	}
}

section#foo p {
	font-size: 16px !important;
	font-weight: 300;
}
section#foo h3 {
	font-size: 20px;
}
/*===================*/
/*	listen
/*==================*/
.listWachtel {
	list-style: none;
}
.listWachtel li:before {
	font-family: 'Fontawesome';
	content: '\f046';
	font-size: 18px;
	font-weight: normal;
	color: #3fa535;
	padding-top: 0px;
	margin-left: -30px;
	vertical-align: top;
	position: absolute;
}
.listWachtel > li {
	color: #777 !important;
	font-size: 18px;
	font-weight: 300 !important;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	margin-bottom: 5px;
}
/*===================*/
/* back to top */
/*==================*/
.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
}
/*===================*/
/* modal isotope */
/*===================*/
.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	background-color: #3fa535;
	color: #fff !important;
	text-transform: uppercase;
}
.close {
	float: right;
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: 1.0;
}
/*===================*/
/* btn */
/*===================*/
.btn-iso {
	color: #fff;
	background-color: #3fa535;
	border-color: #3fa535;
	font-size: 14px;
	border-radius: 0 !important;
}
.btn-iso:focus, .btn-iso.focus {
	color: #fff;
	background-color: #3fa535;
	border-color: #3fa535;
}
.btn-iso:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.btn-iso:active, .btn-iso.active, .open > .dropdown-toggle.btn-iso {
	color: #fff;
	background-color: #3fa535;
	border-color: #3fa535;
}
.btn-iso:active:hover, .btn-iso.active:hover, .open > .dropdown-toggle.btn-iso:hover, .btn-iso:active:focus, .btn-iso.active:focus, .open > .dropdown-toggle.btn-iso:focus, .btn-iso:active.focus, .btn-iso.active.focus, .open > .dropdown-toggle.btn-iso.focus {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.btn-iso:active, .btn-iso.active, .open > .dropdown-toggle.btn-iso {
	background-image: none;
}
.btn-iso.disabled:hover, .btn-iso[disabled]:hover, fieldset[disabled] .btn-iso:hover, .btn-iso.disabled:focus, .btn-iso[disabled]:focus, fieldset[disabled] .btn-iso:focus, .btn-iso.disabled.focus, .btn-iso[disabled].focus, fieldset[disabled] .btn-iso.focus {
	background-color: #000;
	border-color: #000;
}
.btn-iso .badge {
	color: #000;
	background-color: #fff;
}
/*===================*/
/* BACKGROEUNDS */
/*===================*/
.bgGreen {
	background-color: #3fa535;
}
.bgLightGrey {
	background-color: #efefef;
}
.bgLightGrey p, .bgLightGrey h1, .bgLightGrey h2, .bgLightGrey h3, .bgLightGrey h4, .bgLightGrey h5, .bgLightGrey h6, .bgLightGrey hr {
	color: #666;
	line-height: 1.5em;
}
/*===================*/
/* margins */
/*===================*/
.ml30 {
	margin-left: 30px;
}
.marginbot0 {
	margin-bottom: 0 !important;
}
.marginbot10 {
	margin-bottom: 10px !important;
}
.marginbot20 {
	margin-bottom: 20px !important;
}
.marginbot30 {
	margin-bottom: 30px !important;
}
.marginbot40 {
	margin-bottom: 40px !important;
}
.marginbot50 {
	margin-bottom: 50px !important;
}
.marginbot60 {
	margin-bottom: 60px !important;
}
.marginbot70 {
	margin-bottom: 70px !important;
}
.marginbot80 {
	margin-bottom: 80px !important;
}
.marginbot90 {
	margin-bottom: 90px !important;
}
.marginbot100 {
	margin-bottom: 100px !important;
}
.marginbotminus20 {
	margin-bottom: -20px !important;
}
.margintop0 {
	margin-top: 0 !important;
}
.margintop5 {
	margin-top: 5px !important;
}
.margintop10 {
	margin-top: 10px !important;
}
.margintop20 {
	margin-top: 20px !important;
}
.margintop30 {
	margin-top: 30px !important;
}
.margintop40 {
	margin-top: 40px !important;
}
.margintop45 {
	margin-top: 45px !important;
}
.margintop50 {
	margin-top: 50px !important;
}
.margintop60 {
	margin-top: 60px !important;
}
.margintop75 {
	margin-top: 75px !important;
}
.margintop225 {
	margin-bottom: 225px !important;
}
/*===================*/
/* padding */
/*===================*/
.nopadding {
	margin: 0 !important;
	padding: 0 !important;
}
.paddingFoo {
	margin: 0 !important;
	padding: 3px !important;
}
.padbottom10 {
	padding-bottom: 10px;
}
.padbottom20 {
	padding-bottom: 20px;
}
.padbottom30 {
	padding-bottom: 30px;
}
.padbottom50 {
	padding-bottom: 50px;
}
.padbottom75 {
	padding-bottom: 75px;
}
/*===================*/
/* links */
/*===================*/
a, a:hover, a:focus, a:active, a.active {
	outline: 0;
}
a {
	color: #3fa535;
	font-weight: 400;
}
a:hover, a:focus, a:active, a.active {
	color: #999;
	text-decoration: none;
}
.showMore {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	font-size: 16px;
	color: #666;
	font-weight: 400;
	text-transform: uppercase;
}
.showMore:hover, .showMore:focus {
	color: #999;
	text-decoration: none;
}
.quick {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	font-size: 16px;
	color: #666;
	font-weight: 400;
}
.quick:hover, .quick:focus {
	color: #000;
	text-decoration: none;
}
/*===================*/
/* LINES */
/*===================*/
.hr20 {
	margin-top: 20px;
	margin-bottom: 20px;
	border-width: 1px 0px 0px;
	border-style: solid none none;
	border-color: #3fa535;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
}
/*===================*/
/* TYPOGRAFIE */
/*===================*/
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #7b7b7b;
}
.colorGreen {
	color: #3fa535;
}
p {
	font-size: 18px !important;
	line-height: 1.5em;
	color: #777;
	font-weight: 300;
}
.typRezepte p {
	font-size: 16px !important;
	line-height: 1.5em;
	color: #777;
	font-weight: 300;
}
.typRezepte h4 {
	font-size: 18px !important;
	color: #3fa535;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 5px;
}

.typImp p {
	font-size: 16px !important;
	line-height: 1.5em;
	color: #777;
	font-weight: 300;
}
.typImp h3 {
	font-size: 18px !important;
	color: #3fa535;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 5px;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
	.typImp h3 {
		font-size: 16px !important;
	}
	.typImp p {
		font-size: 14px !important;
	}
}
.lead {
	font-size: 22px !important;
	font-weight: 400;
}
.versal {
	text-transform: uppercase;
}
.smallTyp {
	font-size: 14px !important;
	font-weight: 300;
}
.modal-body p {
	font-size: 14px !important;
	font-weight: 300;
}
strong {
	color: #3fa535;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
	.lead {
		font-size: 18px !important;
		font-weight: 400;
	}
	p {
		font-size: 16px !important;
		line-height: 1.35;
		color: #777;
		font-weight: 300;
	}
}
/*===================*/
/* NAVIGATION */
/*===================*/
.navbar-default {
	border-color: transparent;
	background-color: #3fa535 !important;
	border-radius: 0px;
}
.navbar-default .navbar-brand {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 28px !important;
	margin-top: -5px;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active {
	color: #fff;
}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02);
}
.navbar-default .navbar-toggle {
	border-color: #3fa535;
	background-color: #3fa535;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #3fa535;
}
.navbar-default .nav li a {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
	/*padding: 15px 35px;*/
}
.navbar-default .nav li a:hover {
	outline: 0;
	color: #3fa535;
	background-color: rgba(255,255,255,.9);
}
.navbar-default .nav li a:focus {
	outline: 0;
	color: #fff;
	background-color: #3fa535;
}
.navbar-default .navbar-nav > .active > a {
	border-radius: 0;
	color: #3fa535;
	background-color: rgba(255,255,255,.9);
	font-weight: 600;
}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #3fa535;
	background-color: rgba(255,255,255,.9);
	font-weight: 600;
}
@media (min-width: 1024px) {
	.navbar-default {
		padding: 0 !important;
	}
}
@media (min-width: 768px) {
	.navbar-default {
		padding: 0;
		border: 0;
		background-color: #eee;
		border-bottom: solid 0px #ccc;
		-moz-box-shadow: 0px 0px 0px 0px #999;
		-webkit-box-shadow: 0px 0px 0px 0px #999;
		box-shadow: 0px 0px 0px 0px #999;
		-webkit-transition: padding .3s;
		-moz-transition: padding .3s;
		transition: padding .3s;
	}
	.navbar-default .navbar-brand {
		font-size: 1.2em;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
	}
	.navbar-default .navbar-brand img {
		height: 40px;
		width: auto;
		margin-top: -10px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
	}
	.navbar-default .navbar-nav > .active > a {
		border-radius: 0px;
	}
	.navbar-default.navbar-shrink {
		padding: 0px 0;
		background-color: #eee;
	}
	.navbar-default.navbar-shrink .navbar-brand {
		font-size: 1.2em;
	}
	.navbar-default.navbar-shrink .navbar-brand img {
		height: 40px;
		width: auto;
		margin-top: -5px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
	.navbar-default .nav li a {
		width: 100%;
	}
	section#foo {
		text-align: center !important;
	}
	.padYamm {
		padding: 10px 15px;
	}
	.navbar-default .navbar-brand img {
		height: 40px !important;
		width: auto;
		margin-top: -5px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 950px) {
	.navbar-default .nav li a {
		padding: 15px 10px !important;
		text-transform: uppercase;
		font-family: 'Open Sans', sans-serif;
		font-size: 0.95em;
		font-weight: 600;
		letter-spacing: 1px;
		color: #fff;
	}
}
/*=============================*/
/* NAVIGATION DROPDOWN/SUBMENU */
/*=============================*/
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 13px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 0px solid #ccc;
	border: 0px solid rgba(0,0,0,.15);
	border-radius: 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.5);
}
.dropdown-menu > li > a {
	display: block;
	padding: 10px 20px 10px 20px;
	clear: both;
	font-size: 14px !important;
	font-weight: normal;
	line-height: 1.42857143;
	color: #000 !important;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover {
	color: #fff !important;
	background-color: #3fa535 !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #3fa535 !important;
	text-decoration: none;
	background-color: #fff !important;
	outline: 0;
}

.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	min-width: 160px !important;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.dropdown-header {
	color: #3fa535 !important;
	display: block;
	padding: 3px 10px;
	font-size: 14px;
	line-height: 1.42857143;
	white-space: nowrap;
	text-transform: uppercase;
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
	.dropdown-menu > li > a {
		color: #fff !important;
	}
}
/* ============================= */
/* portfolio modals */
/* ============================= */
.selectPad {
	margin: 3px !important;
	padding: 0 !important;
}
#portfolio .portfolio-item {
	right: 0;
	margin: 0 0 15px;
}
#portfolio .portfolio-item .portfolio-link {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 400px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	border: solid 0px #333;
	background-color: rgba(255,255,255,.5);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
	opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
	position: absolute;
	top: 45%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	font-size: 20px;
	color: #333;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
	margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
	margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
	margin: 0 auto;
	padding: 5px 0;
	max-width: 400px;
	text-align: center;
	background-color: #fff;
}
#portfolio .portfolio-item .portfolio-caption h4 {
	margin: 0;
	font-size: 16px;
	text-transform: uppercase !important;
}
#portfolio .portfolio-item .portfolio-caption h5 {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #000 !important;
}
#portfolio .portfolio-item .portfolio-caption p {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: italic;
}
#portfolio * {
	z-index: 2;
}
@media (min-width: 767px) {
	#portfolio .portfolio-item {
		margin: 0 0 30px;
	}
}
.modal-md {
	width: 100%;
	height: 100%;
}
.modal-title {
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 400;
}
.portfolio-modal .modal-content {
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.portfolio-modal .modal-content h2 {
	margin-bottom: 15px;
	font-size: 3em;
}
.portfolio-modal .modal-content p {
	margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
	margin: 20px 0 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: italic;
}
.portfolio-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
}
.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}
.portfolio-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}
.portfolio-modal .close-modal:hover {
	opacity: .3;
}
.portfolio-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #222;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #222;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.portfolio-modal .modal-backdrop {
	display: none;
	opacity: 0;
}
/* ============================= */
/* gallery */
/* ============================= */
.portfolio-box {
	position: relative;
	display: block;
	max-width: 650px;
	margin: 0 auto;
	border: solid 0px #fff;
}
.portfolio-box img {
	margin-bottom: 30px;
}
.portfolio-box .portfolio-box-caption {
	color: white;
	opacity: 0;
	display: block;
	/*background: rgba(14,205,0,.7);*/
	background: rgba(0,0,0,.4);
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-family: 'Open Sans', sans-serif;
	padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
	opacity: 1;
}
.portfolio-box:focus {
	outline: none;
}
@media (min-width: 768px) {
	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
		font-size: 16px;
	}
	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
		font-size: 18px;
	}
}
/*===================*/
/* CAROUSEL */
/*===================*/
header.carousel {
	margin-top: 165px;
	height: 66%;
	background-color: rgba(0,0,0,0.4);
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
	header.carousel {
		margin-top: 125px !important;
		height: 66%;
	}
}
/* ========================== */
/* intro slider */
/* ========================== */
html, body {
	height: 100%;
}
.carousel, .item, .active {
	height: 100%;
	margin-top: 0px;
}
.carousel-inner {
	height: 100%;
}
.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
	overflow: hidden;
}
.item.active img {
	transition: transform 5000ms linear 0s;
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2)
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50% !important;
	z-index: 5;
	display: inline-block;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	margin-left: -45px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	margin-right: -45px;
}
.carousel-control .icon-prev:before {
	font-family: 'FontAwesome';
	content: '\f137';
	font-size: 40px;
}
.carousel-control .icon-next:before {
	font-family: 'FontAwesome';
	content: '\f138';
	font-size: 40px;
}
.carousel-caption h2 {
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 600;
	text-shadow: 2px 2px #000;
	text-align: right;
}
.carousel-caption p {
	text-transform: none;
	color: #fff;
	font-size: 18px;
}
.carousel-caption {
	position: absolute;
	right: 5%;
	bottom: 0%;
	left: 10%;
	z-index: 10;
	color: #fff;
}
@media screen and (min-device-width: 320px) and (max-device-width: 640px) {
	.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
		position: absolute;
		top: 40% !important;
		z-index: 5;
		display: inline-block;
	}

	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
		margin-left: -15px;
	}
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
		margin-right: -15px;
	}
	.carousel-control .icon-prev:before {
		font-family: 'FontAwesome';
		content: '\f137';
		font-size: 25px !important;
	}
	.carousel-control .icon-next:before {
		font-family: 'FontAwesome';
		content: '\f138';
		font-size: 25px !important;
	}
	.carousel-caption {
		position: absolute;
		right: 10%;
		bottom: 0%;
		left: 10%;
		z-index: 10;
		color: #fff;
	}
	.carousel-caption h2 {
		text-transform: none;
		color: #fff;
		font-size: 20px;
		text-transform: none;
		font-weight: 600;
		text-align: center;
	}
	.claimXS p {
		font-size: 14px !important;
		line-height: 18px;
		text-align: left;
	}
}
@media all and (transform-3d) , (-webkit-transform-3d) {
	.carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
/*animations*/
/******************
 * Bounce in right *
 *******************/
.animated {
	-webkit-animation-duration: 1.0s;
	animation-duration: 1.0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.fast {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.faster {
	-webkit-animation-duration: 0.25s;
	animation-duration: 0.25s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.slow {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.slower {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.slowest {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown {
	opacity: 0;
	-webkit-transform: translateX(250px);
	transform: translateX(250px);
}
.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown {
	opacity: 0;
	-webkit-transform: translateX(250px);
	transform: translateX(250px);
}

.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn {
	opacity: 0;
}

.lightSpeedInRight, .lightSpeedInLeft {
	opacity: 0;
	-webkit-transform: translateX(250px);
	transform: translateX(250px);
}
/* ############# */
@-webkit-keyframes pulse {
from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}

to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}

@keyframes
pulse {from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}

to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}

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

@-webkit-keyframes zoomIn {
from {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
}

50% {
opacity: 1;
}
}

@keyframes
zoomIn {from {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
}

50% {
opacity: 1;
}
}

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

/* ################### */

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

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

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

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

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

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

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

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

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

/****************
 * bounceInRight *
 ****************/

@-webkit-keyframes bounceInRight {
0% {
opacity: 0;

-webkit-transform: translateX(250px);
}
60% {

-webkit-transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
}
100% {
opacity: 1;

-webkit-transform: translateX(0);
}
}

@keyframes bounceInRight {
0% {
opacity: 0;

transform: translateX(250px);
}
60% {

transform: translateX(-30px);
}
80% {
transform: translateX(10px);
}
100% {
opacity: 1;

transform: translateX(0);
}
}

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

/******************
 * Bounce in left *
 *******************/

@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;

-webkit-transform: translateX(-250px);
}
60% {

-webkit-transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
}
100% {
opacity: 1;

-webkit-transform: translateX(0);
}
}

@keyframes bounceInLeft {
0% {
opacity: 0;

transform: translateX(-250px);
}
60% {

transform: translateX(30px);
}
80% {
transform: translateX(-10px);
}
100% {
opacity: 1;

transform: translateX(0);
}
}

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

/******************
 * Bounce in up *
 *******************/

@-webkit-keyframes bounceInUp {
0% {
opacity: 0;

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

-webkit-transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
}
100% {
opacity: 1;

-webkit-transform: translateY(0);
}
}

@keyframes bounceInUp {
0% {
opacity: 0;

transform: translateY(250px);
}
60% {

transform: translateY(-30px);
}
80% {
transform: translateY(10px);
}
100% {
opacity: 1;

transform: translateY(0);
}
}

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

/******************
 * Bounce in down *
 *******************/

@-webkit-keyframes bounceInDown {
0% {
opacity: 0;

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

-webkit-transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
}
100% {
opacity: 1;

-webkit-transform: translateY(0);
}
}

@keyframes bounceInDown {
0% {
opacity: 0;

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

transform: translateY(30px);
}
80% {
transform: translateY(-10px);
}
100% {
opacity: 1;

transform: translateY(0);
}
}

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

/**********
 * Fade In *
 **********/
@-webkit-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;
display:block;}
}
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;
display:block;}
}
.fadeIn {
	opacity: 0;
}
.fadeIn.go {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

/**********
 * Grow in *
 ***********/

@-webkit-keyframes growIn {
0% {
-webkit-transform: scale(0.2);
opacity:0;
}
50% {
-webkit-transform: scale(1.2);

}
100% {
-webkit-transform: scale(1);
opacity:1;
}
}
@keyframes growIn {
0% {
transform: scale(0.2);
opacity:0;
}
50% {
transform: scale(1.2);

}
100% {
transform: scale(1);
opacity:1;
}
}
.growIn {

	-webkit-transform: scale(0.2);
	transform: scale(0.2);
	opacity: 0;
}
.growIn.go {
	-webkit-animation-name: growIn;
	animation-name: growIn;
}

/********
 * Shake *
 ********/
@-webkit-keyframes shake {
0%, 100% {-webkit-transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}
@keyframes shake {
0%, 100% {transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
20%, 40%, 60%, 80% {transform: translateX(10px);}
}
.shake.go {
	-webkit-animation-name: shake;
	animation-name: shake;
}

/********
 * ShakeUp *
 ********/
@-webkit-keyframes shakeUp {
0%, 100% {-webkit-transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {-webkit-transform: translateY(-10px);}
20%, 40%, 60%, 80% {-webkit-transform: translateY(10px);}
}
@keyframes shakeUp {
0%, 100% {transform: translateY(0);}
10%, 30%, 50%, 70%, 90% {transform: translateY(-10px);}
20%, 40%, 60%, 80% {transform: translateY(10px);}
}
.shakeUp.go {
	-webkit-animation-name: shakeUp;
	animation-name: shakeUp;
}

/*************
 * FadeInLeft *
 *************/

@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-250px);
}
50%{
opacity: 0.3;
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
transform: translateX(-250px);
}
50%{
opacity: 0.3;
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.fadeInLeft {
	opacity: 0;
	-webkit-transform: translateX(-250px);
	transform: translateX(-250px);
}
.fadeInLeft.go {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

/*************
 * FadeInRight *
 *************/

@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(250px);
}
50%{
opacity: 0.3;
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
transform: translateX(250px);
}
50%{
opacity: 0.3;
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.fadeInRight {
	opacity: 0;
	-webkit-transform: translateX(250px);
	transform: translateX(250px);
}
.fadeInRight.go {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

/*************
 * FadeInUp *
 *************/

@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(250px);
}
50%{
opacity: 0.3;
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(250px);
}
50%{
opacity: 0.3;
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.fadeInUp {
	opacity: 0;
	-webkit-transform: translateY(250px);
	transform: translateY(250px);
}
.fadeInUp.go {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

/*************
 * FadeInDown *
 *************/

@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-250px);
}
50%{
opacity: 0.3;
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translateY(-250px);
}
50%{
opacity: 0.3;
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.fadeInDown {
	opacity: 0;
	-webkit-transform: translateY(-250px);
	transform: translateY(-250px);
}
.fadeInDown.go {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

/*****************
 * rotateIn *
 *****************/
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateIn {
0% {
transform-origin: center center;
transform: rotate(-200deg);
opacity: 0;
}
100% {
transform-origin: center center;
transform: rotate(0);
opacity: 1;
}
}
.rotateIn.go {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

/*****************
 * rotateInUpLeft *
 *****************/

@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
transform-origin: left bottom;
transform: rotate(90deg);
opacity: 0;
}
100% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpLeft.go {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

/*******************
 * rotateInDownLeft *
 *******************/
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
transform-origin: left bottom;
transform: rotate(-90deg);
opacity: 0;
}
100% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownLeft.go {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

/******************
 * rotateInUpRight *
 *******************/

@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
transform-origin: right bottom;
transform: rotate(-90deg);
opacity: 0;
}
100% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpRight.go {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

/********************
 * rotateInDownRight *
 ********************/

@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
transform-origin: right bottom;
transform: rotate(90deg);
opacity: 0;
}
100% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownRight.go {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

/*********
 * rollIn *
 **********/

@-webkit-keyframes rollIn {
0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }
100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}
@keyframes rollIn {
0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}
.rollIn.go {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

/*********
 * wiggle *
 **********/

@-webkit-keyframes wiggle {
0% { -webkit-transform: skewX(9deg); }
10% { -webkit-transform: skewX(-8deg); }
20% { -webkit-transform: skewX(7deg); }
30% { -webkit-transform: skewX(-6deg); }
40% { -webkit-transform: skewX(5deg); }
50% { -webkit-transform: skewX(-4deg); }
60% { -webkit-transform: skewX(3deg); }
70% { -webkit-transform: skewX(-2deg); }
80% { -webkit-transform: skewX(1deg); }
90% { -webkit-transform: skewX(0deg); }
100% { -webkit-transform: skewX(0deg); }
}
@keyframes wiggle {
0% { transform: skewX(9deg); }
10% { transform: skewX(-8deg); }
20% { transform: skewX(7deg); }
30% { transform: skewX(-6deg); }
40% { transform: skewX(5deg); }
50% { transform: skewX(-4deg); }
60% { transform: skewX(3deg); }
70% { transform: skewX(-2deg); }
80% { transform: skewX(1deg); }
90% { transform: skewX(0deg); }
100% { transform: skewX(0deg); }
}
.wiggle.go {
	-webkit-animation-name: wiggle;
	animation-name: wiggle;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

/********
 * swing *
 *********/

@-webkit-keyframes swing {
20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
20% { -webkit-transform: rotate(15deg); }
40% { -webkit-transform: rotate(-10deg); }
60% { -webkit-transform: rotate(5deg); }
80% { -webkit-transform: rotate(-5deg); }
100% { -webkit-transform: rotate(0deg); }
}
@keyframes swing {
20% { transform: rotate(15deg); }
40% { transform: rotate(-10deg); }
60% { transform: rotate(5deg); }
80% { transform: rotate(-5deg); }
100% { transform: rotate(0deg); }
}
.swing.go {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

/*******
 * tada *
 ********/

@-webkit-keyframes tada {
0% {-webkit-transform: scale(1);}
10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
100% {-webkit-transform: scale(1) rotate(0);}
}
@keyframes tada {
0% {transform: scale(1);}
10%, 20% {transform: scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
100% {transform: scale(1) rotate(0);}
}
.tada.go {
	-webkit-animation-name: tada;
	animation-name: tada;
}

/*********
 * wobble *
 **********/

@-webkit-keyframes wobble {
0% { -webkit-transform: translateX(0%); }
15% { -webkit-transform: translateX(-25%) rotate(-5deg); }
30% { -webkit-transform: translateX(20%) rotate(3deg); }
45% { -webkit-transform: translateX(-15%) rotate(-3deg); }
60% { -webkit-transform: translateX(10%) rotate(2deg); }
75% { -webkit-transform: translateX(-5%) rotate(-1deg); }
100% { -webkit-transform: translateX(0%); }
}
@keyframes wobble {
0% { transform: translateX(0%); }
15% { transform: translateX(-25%) rotate(-5deg); }
30% { transform: translateX(20%) rotate(3deg); }
45% { transform: translateX(-15%) rotate(-3deg); }
60% { transform: translateX(10%) rotate(2deg); }
75% { transform: translateX(-5%) rotate(-1deg); }
100% { transform: translateX(0%); }
}
.wobble.go {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

/********
 * pulse *
 *********/

@-webkit-keyframes pulse {
0% { -webkit-transform: scale(1); }
50% { -webkit-transform: scale(1.1); }
100% { -webkit-transform: scale(1); }
}
@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.1); }
100% { transform: scale(1); }
}
.pulse.go {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

/***************
 * lightSpeedInRight *
 ****************/
@-webkit-keyframes lightSpeedInRight {
0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; }
80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; }
100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
}
@keyframes lightSpeedInRight {
0% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
60% { transform: translateX(-20%) skewX(30deg); opacity: 1; }
80% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
}
.lightSpeedInRight.go {
	-webkit-animation-name: lightSpeedInRight;
	animation-name: lightSpeedInRight;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

/***************
 * lightSpeedInLeft *
 ****************/
@-webkit-keyframes lightSpeedInLeft {
0% { -webkit-transform: translateX(-100%) skewX(30deg); opacity: 0; }
60% { -webkit-transform: translateX(20%) skewX(-30deg); opacity: 1; }
80% { -webkit-transform: translateX(0%) skewX(15deg); opacity: 1; }
100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
}
@keyframes lightSpeedInLeft {
0% { transform: translateX(-100%) skewX(30deg); opacity: 0; }
60% { transform: translateX(20%) skewX(-30deg); opacity: 1; }
80% { transform: translateX(0%) skewX(15deg); opacity: 1; }
100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
}
.lightSpeedInLeft.go {
	-webkit-animation-name: lightSpeedInLeft;
	animation-name: lightSpeedInLeft;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

/*******
 * Flip *
 *******/
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(250px) rotateY(0);
-webkit-animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(250px) translateZ(150px) rotateY(170deg);
-webkit-animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(250px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(250px) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(250px) scale(1);
-webkit-animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
transform: perspective(250px) rotateY(0);
animation-timing-function: ease-out;
}
40% {
transform: perspective(250px) translateZ(150px) rotateY(170deg);
animation-timing-function: ease-out;
}
50% {
transform: perspective(250px) translateZ(150px) rotateY(190deg) scale(1);
animation-timing-function: ease-in;
}
80% {
transform: perspective(250px) rotateY(360deg) scale(.95);
animation-timing-function: ease-in;
}
100% {
transform: perspective(250px) scale(1);
animation-timing-function: ease-in;
}
}
.flip.go {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flip;
	backface-visibility: visible !important;
	animation-name: flip;
}

/**********
 * flipInX *
 **********/
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(250px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(250px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(250px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(250px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flipInX {
0% {
transform: perspective(250px) rotateX(90deg);
opacity: 0;
}
40% {
transform: perspective(250px) rotateX(-10deg);
}
70% {
transform: perspective(250px) rotateX(10deg);
}
100% {
transform: perspective(250px) rotateX(0deg);
opacity: 1;
}
}
.flipInX.go {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
}

/**********
 * flipInY *
 **********/

@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(250px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(250px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(250px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(250px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flipInY {
0% {
transform: perspective(250px) rotateY(90deg);
opacity: 0;
}
40% {
transform: perspective(250px) rotateY(-10deg);
}
70% {
transform: perspective(250px) rotateY(10deg);
}
100% {
transform: perspective(250px) rotateY(0deg);
opacity: 1;
}
}
.flipInY.go {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	backface-visibility: visible !important;
	animation-name: flipInY;
}

/*****************
 * Out animations *
 *****************/

/************
 * bounceOut *
 *************/
@-webkit-keyframes bounceOut {
0% {
-webkit-transform: scale(1);
}
25% {
-webkit-transform: scale(.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(.3);
}
}
@keyframes bounceOut {
0% {
transform: scale(1);
}
25% {
transform: scale(.95);
}
50% {
opacity: 1;
transform: scale(1.1);
}
100% {
opacity: 0;
transform: scale(.3);
}
}
.bounceOut.goAway {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

/************
 * bounceOutUp *
 *************/
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
}
@keyframes bounceOutUp {
0% {
transform: translateY(0);
}
20% {
opacity: 1;
transform: translateY(20px);
}
100% {
opacity: 0;
transform: translateY(-2000px);
}
}
.bounceOutUp.goAway {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

/************
 * bounceOutDown *
 *************/
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
}
@keyframes bounceOutDown {
0% {
transform: translateY(0);
}
20% {
opacity: 1;
transform: translateY(-20px);
}
100% {
opacity: 0;
transform: translateY(2000px);
}
}
.bounceOutDown.goAway {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

/************
 * bounceOutLeft *
 *************/
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
}
@keyframes bounceOutLeft {
0% {
transform: translateX(0);
}
20% {
opacity: 1;
transform: translateX(20px);
}
100% {
opacity: 0;
transform: translateX(-2000px);
}
}
.bounceOutLeft.goAway {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

/************
 * bounceOutRight *
 *************/
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
}
@keyframes bounceOutRight {
0% {
transform: translateX(0);
}
20% {
opacity: 1;
transform: translateX(-20px);
}
100% {
opacity: 0;
transform: translateX(2000px);
}
}
.bounceOutRight.goAway {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

/************
 * fadeOut *
 *************/
@-webkit-keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
@keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
.fadeOut.goAway {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

/************
 * fadeOutUp *
 *************/
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-2000px);
}
}
.fadeOutUp.goAway {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

/************
 * fadeOutDown *
 *************/
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(2000px);
}
}
.fadeOutDown.goAway {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

/************
 * fadeOutLeft *
 *************/
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(-2000px);
}
}
.fadeOutLeft.goAway {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

/************
 * fadeOutRight *
 *************/
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(2000px);
}
}
.fadeOutRight.goAway {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
/************
 * flipOutX *
 *************/
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(250px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(250px) rotateX(90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
transform: perspective(250px) rotateX(0deg);
opacity: 1;
}
100% {
transform: perspective(250px) rotateX(90deg);
opacity: 0;
}
}
.flipOutX.goAway {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	animation-name: flipOutX;
	backface-visibility: visible !important;
}

/************
 * flipOutY *
 *************/
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(250px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(250px) rotateY(90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
transform: perspective(250px) rotateY(0deg);
opacity: 1;
}
100% {
transform: perspective(250px) rotateY(90deg);
opacity: 0;
}
}
.flipOutY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	backface-visibility: visible !important;
	animation-name: flipOutY;
}

/************
 * lightSpeedOutRight *
 *************/
@-webkit-keyframes lightSpeedOutRight {
0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}
@keyframes lightSpeedOutRight {
0% { transform: translateX(0%) skewX(0deg); opacity: 1; }
100% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
}
.lightSpeedOutRight.goAway {
	-webkit-animation-name: lightSpeedOutRight;
	animation-name: lightSpeedOutRight;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

/************
 * lightSpeedOutLeft *
 *************/
@-webkit-keyframes lightSpeedOutLeft {
0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
100% { -webkit-transform: translateX(-100%) skewX(30deg); opacity: 0; }
}
@keyframes lightSpeedOutLeft {
0% { transform: translateX(0%) skewX(0deg); opacity: 1; }
100% { transform: translateX(-100%) skewX(30deg); opacity: 0; }
}
.lightSpeedOutLeft.goAway {
	-webkit-animation-name: lightSpeedOutLeft;
	animation-name: lightSpeedOutLeft;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

/************
 * rotateOut *
 *************/
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
transform-origin: center center;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: center center;
transform: rotate(200deg);
opacity: 0;
}
}
.rotateOut.goAway {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

/************
 * rotateOutUpLeft *
 *************/
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
100% {
-transform-origin: left bottom;
-transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutUpLeft.goAway {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

/************
 * rotateOutDownLeft *
 *************/

@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: left bottom;
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutDownLeft.goAway {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}
/************
 * rotateOutUpRight *
 *************/

@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: right bottom;
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutUpRight.goAway {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

/************
 * rollOut *
 *************/
@-webkit-keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
transform: translateX(100%) rotate(120deg);
}
}
.rollOut.goAway {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #000;
	opacity: 0.75;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #CCC;
}
.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

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

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
}
.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}
.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 16px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #fff;
	font-size: 16px !important;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape) , screen and (max-height: 300px) {
	/**
	 * Remove all paddings around the image on small screen
	 */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

/* ============ END ============ */

/* 404 Page Styles */

.error-404 {
	font-size: 100px;
}
/* Responsive Styles */
@media (max-width: 991px) {
	.customer-img, .img-related {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.img-portfolio {
		margin-bottom: 15px;
	}

	header.carousel .carousel {
		height: 70%;
	}
}
