*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*!
 * Main Stylesheet 
 * Copyright (c) 2016
*/
body {
  /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif);*/
  font-family: "Roboto","Helvetica Neue",sans-serif;
  letter-spacing: 0px;
  font-weight: normal;
  font-size: 1.4rem;
  color: #444;
  overflow-x: hidden;
  
  background-color: #22252B;
}
p {
  font-size: 13px;
}
p.small {
  font-size: 10px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #FFEB3B;
  outline: none;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: "Roboto","Helvetica Neue",sans-serif;
  font-weight: 400;
}
ol, ul {
	margin-top: 0;
	margin-bottom: 0;
}
hr.star-light,
hr.star-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.star-light:after,
hr.star-primary:after {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.star-light {
  border-color: white;
}
hr.star-light:after {
  background-color: #FFEB3B;
  color: white;
}
hr.star-primary {
  border-color: #2C3E50;
}
hr.star-primary:after {
  background-color: white;
  color: #2C3E50;
}
.img-centered {
  margin: 0 auto;
}

header {
  text-align: center;
  background: #FFEB3B;
  color: white;
}
header .container {
/*  padding-top: 100px;
  padding-bottom: 50px;
 */

  padding-top: 0px;
  padding-bottom: 0px;
}
header img {
  display: block;
  margin: 0 auto 20px;
}
header .intro-text .name {
  display: block;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: "Roboto","Helvetica Neue",sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
}
header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
}
@media (min-width: 768px) {
  header .container {
    /*
	padding-top: 200px;
    padding-bottom: 100px;
	*/
	padding-top: 0px;
	padding-bottom: 0px;
  }
  header .intro-text .name {
    font-size: 4.75em;
  }
  header .intro-text .skills {
    font-size: 1.75em;
  }
}
.container {
	padding-left: 0;
	padding-right: 0;
}

/*------------------------------------------------------------------
[ PACE Progressbar ]
*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: #000;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateX(100%) translateY(-100%) rotate(45deg);
  transform: translateX(100%) translateY(-100%) rotate(45deg);
  pointer-events: none;
}

.pace.pace-active .pace-activity {
  -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
  transform: translateX(50%) translateY(-50%) rotate(45deg);
}

.pace .pace-activity::before,
.pace .pace-activity::after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 30px;
    left: 50%;
    display: block;
    border: 5px solid #fff;
    border-radius: 50%;
    content: '';
}

.pace .pace-activity::before {
    margin-left: -40px;
    width: 80px;
    height: 80px;
    border-right-color: rgba(0, 0, 0, .2);
    border-left-color: rgba(0, 0, 0, .2);
    -webkit-animation: pace-theme-corner-indicator-spin 3s linear infinite;
    animation: pace-theme-corner-indicator-spin 3s linear infinite;
}

.pace .pace-activity::after {
    bottom: 50px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    border-top-color: rgba(0, 0, 0, .2);
    border-bottom-color: rgba(0, 0, 0, .2);
    -webkit-animation: pace-theme-corner-indicator-spin 1s linear infinite;
    animation: pace-theme-corner-indicator-spin 1s linear infinite;
}

@-webkit-keyframes pace-theme-corner-indicator-spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); }
}
@keyframes pace-theme-corner-indicator-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}
/*------------------------------------------------------------------
[ Navigation ]
*/
.navbar-custom {
  background: #FFF;
  font-family: "Roboto","Helvetica Neue",sans-serif;
  font-weight: 400;
  border: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.navbar-custom a:focus {
  outline: none;
}
.navbar-custom .navbar-brand {
  color: #555;
}
.navbar-custom .navbar-brand img {
	float: left;
    margin-top: -12px;
    width: 65px;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #555;
}
.navbar-custom .navbar-nav {
  letter-spacing: 1px;
}
.navbar-custom .navbar-right {
	margin-right:0;
}
.navbar-custom .navbar-nav li a {
	padding-top: 30px;
	padding-bottom: 25px;
}
.navbar-custom .navbar-nav li a {
  color: #555;
  border-bottom: 5px solid #fff;
}
.navbar-custom .navbar-nav li a:hover {
  background: none;
  border-bottom: 5px solid #FFEB3B;
}
/*.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: #555;
}*/
.navbar-custom .navbar-nav li.active a {
  color: #555;
  background: none;
  border-bottom: 5px solid #FFEB3B;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: #555;
  border-bottom: 5px solid #FFEB3B;
  background: none;
}
.navbar-custom .navbar-toggle {
  color: #555;
  /*text-transform: uppercase;*/
  font-size: 14px;
  border-color: #FFF;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #FFEB3B;
  color: #555;
  border-color: #FFEB3B;
}
@media (min-width: 768px) {
  .navbar-custom {
    /*padding: 15px 0;*/
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-custom .navbar-brand {
    font-size: 1.85em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	padding: 28px;
  }
  .navbar-custom.affix {
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}
section {
  /*padding: 100px 0;*/
  padding: 0;
}
section h2 {
  margin: 0;
  font-size: 3em;
}
section.success {
  background: #FFEB3B;
  color: white;
}
@media (max-width: 767px) {
  /*section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
  */
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
  background: rgba(24, 188, 156, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #FFEB3B;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
footer {
  color: #888;
}
@media (max-width: 767px) {
	footer {
		text-align: center;
	}	
}

footer h3 {
  color: #FFF;
  font-size: 18px;
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #2a2d34;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  font-size: 12px;
  padding: 25px 0;
  background-color: #22252b;
}
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #FFEB3B;
  background: white;
  border: solid 2px white;
}
.btn-primary {
  color: white;
  background-color: #2C3E50;
  border-color: #2C3E50;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #1a242f;
  border-color: #161f29;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2C3E50;
  border-color: #2C3E50;
}
.btn-primary .badge {
  color: #2C3E50;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #FFEB3B;
  border-color: #FFEB3B;
  font-weight: 700;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: white;
  background-color: #128f76;
  border-color: #11866f;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #FFEB3B;
  border-color: #FFEB3B;
}
.btn-success .badge {
  color: #FFEB3B;
  background-color: white;
}
.btn-social {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  border: 0px solid white;
  color: #2A2D34;
  background-color: #888;
}
.btn-social:hover {
  color: #fff;
  background-color: #FFEB3B;
}

.list-block {
  list-style: none;
  padding-left: 0;
}
.list-block li a{
  color: #888;
  display: block;
}
.list-block li a:hover{
  text-decoration: none;
  color: #FFEB3B;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.scroll-top .btn:focus {
  outline: none;
}

/* HOME: BANNER */
.home {
	background-attachment: no-repeat;
	background-color: #E8E8EB;
	background-size: cover;
	background-position: center;
	background-image: url(../img/home.jpg);
	padding-bottom: 0 !important;
}
.home .container {
	overflow: hidden;
	border-left: 8px solid #fff;
	border-right: 8px solid #fff;

	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-mox-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) , 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
@media (max-width: 767px) {
	.home {
		padding: 45px 0 0!important;
	}
	.home .container {
		border: 0;
	}
}


/*------------------------------------------------------------------
[ FlexSlider ]
*/
#preloader {
	z-index: 5;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #333 url("../img/loading.gif") no-repeat center center;
	top: 0;
	left: 0;
}
.flexslider {
	margin:0;
	border:0;
	/*
	border-bottom:3px solid #fff;
	*/
	border-radius: 0;
}

.flexslider .slides img {
	cursor: pointer;
}
.flex-direction-nav a {
	width: 25px;
}
.flex-direction-nav a::before {
	font-size: 25px;
}
.flex-caption {
  width: 100%;
  padding: 2%;
  left: 0;
  bottom: 0;
  /*
  */
  background: transparent url("../img/png.png") repeat-x bottom left;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  color: #fff;
  position: absolute;
  
}
.flex-caption p {
  font-size: 14px;
  margin:0;
  
}

.flex-direction-nav a {
    display: block;
    width: 35px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    background-color: #000;
    border-radius: 5%;
    text-align: center;
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f001';
    color: #FFF;
    text-shadow: none;
    line-height: 40px;
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: center;
}

#carousel.flexslider {
	border-top: 8px solid #fff;
	border-bottom: 8px solid #fff;
}
#carousel.flexslider .slides li{
	transition: all .3s ease;
}
#carousel.flexslider .slides li.flex-active-slide,
#carousel.flexslider .slides li:hover{
	opacity: 0.5;
}

.flexslider:hover .flex-direction-nav .flex-next {
  right: 0px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  left: 0px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  left: 0px;
}
@media (max-width: 767px) {
	.flex-direction-nav .flex-prev {
	  left: -50px;
	}
}
/*
* Light Slider
*/

.lSSlideWrapper {
	max-height:520px;
}
.lSSlideOuter .lSPager.lSGallery li {
	-moz-user-select: none;
    transition: all 1s ease 0s;
	opacity: 0.75;
	overflow: hidden;
	max-height: 150px;
	background-color: #fff;
}

.lSSlideOuter .lSPager.lSGallery li.active, 
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0px;
	opacity: 1;
}
.lightSlider > li {
    position: relative;
}
.lightSlider > li .caption {
    /*background-color: rgba(0, 0, 0, 0.1);*/
	position: absolute;
    bottom: 0;
    left: 0;
    padding: 35px;
    color: white;
    width: 100%;
}

/**/
/* Menu */

	#menu {
		-moz-transition: -moz-transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
		-webkit-transition: -webkit-transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
		-ms-transition: -ms-transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
		transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-moz-pointer-events: none;
		-webkit-pointer-events: none;
		-ms-pointer-events: none;
		pointer-events: none;
		/*background: rgba(36, 41, 67, 0.9);*/
		background: rgba(0, 0, 0, 0.8); /*#242943*/
		box-shadow: none;
		height: 100%;
		left: 0;
		opacity: 0;
		overflow: hidden;
		padding: 3em 2em;
		position: fixed;
		top: 0;
		visibility: hidden;
		width: 100%;
		z-index: 10002;
	}

		#menu .inner {
			-moz-transition: -moz-transform 0.35s ease-out, opacity 0.35s ease, visibility 0.35s;
			-webkit-transition: -webkit-transform 0.35s ease-out, opacity 0.35s ease, visibility 0.35s;
			-ms-transition: -ms-transform 0.35s ease-out, opacity 0.35s ease, visibility 0.35s;
			transition: transform 0.35s ease-out, opacity 0.35s ease, visibility 0.35s;
			-moz-transform: rotateX(20deg);
			-webkit-transform: rotateX(20deg);
			-ms-transform: rotateX(20deg);
			transform: rotateX(20deg);
			-webkit-overflow-scrolling: touch;
			max-width: 100%;
			max-height: 100vh;
			opacity: 0;
			overflow: auto;
			text-align: center;
			visibility: hidden;
			width: 18em;
		}

			#menu .inner > :first-child {
				margin-top: 2em;
			}

			#menu .inner > :last-child {
				margin-bottom: 3em;
			}

		#menu ul {
			margin: 0 0 1em 0;
		}

			#menu ul.links {
				list-style: none;
				padding: 0;
			}

				#menu ul.links > li {
					padding: 0;
					border-top: solid 1px rgba(212, 212, 255, 0.1);
				}
				#menu ul.links > li:first-child {
					border-top: 0 !important;
				}
				#menu ul.links > li a {
					color: #F1F1F1;
					border: 0;
					display: block;
					font-size: 14px;
					font-weight: 300;
					/*letter-spacing: 0.25em;*/
					letter-spacing: 1px;
					line-height: 3.5em;
					text-decoration: none;
				}
				#menu ul.links > li.head {
					color: #F1F1F1;
					font-size: 18px;
					border: 0;
					display: block;
					font-weight: 600;
					letter-spacing: 1px;
					line-height: 4em;
					text-decoration: none;
				}
				#menu ul.links > li a:hover{
					color: #FFEB3B;
				}
				
		#menu .close {
			-moz-transition: color 0.2s ease-in-out;
			-webkit-transition: color 0.2s ease-in-out;
			-ms-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
			-webkit-tap-highlight-color: transparent;
			border: 0;
			cursor: pointer;
			display: block;
			height: 4em;
			line-height: 4em;
			overflow: hidden;
			padding-right: 1.25em;
			position: absolute;
			right: 0;
			text-align: right;
			text-indent: 8em;
			top: 0;
			vertical-align: middle;
			white-space: nowrap;
			width: 8em;
		}

			#menu .close:before, #menu .close:after {
				-moz-transition: opacity 0.2s ease-in-out;
				-webkit-transition: opacity 0.2s ease-in-out;
				-ms-transition: opacity 0.2s ease-in-out;
				transition: opacity 0.2s ease-in-out;
				background-position: center;
				background-repeat: no-repeat;
				content: '';
				display: block;
				height: 4em;
				position: absolute;
				right: 0;
				top: 0;
				width: 4em;
			}

			#menu .close:before {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23ffffff%3B stroke-width: 2%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='20' y2='20' /%3E%3Cline x1='20' y1='0' x2='0' y2='20' /%3E%3C/svg%3E");
			}

			#menu .close:after {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %239bf1ff%3B stroke-width: 2%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='20' y2='20' /%3E%3Cline x1='20' y1='0' x2='0' y2='20' /%3E%3C/svg%3E");
				opacity: 0;
			}

			#menu .close:hover:after, #menu .close:active:after {
				opacity: 1;
			}

	body.is-ie #menu {
		background: rgba(42, 47, 74, 0.975);
	}

	body.is-menu-visible #wrapper {
		-moz-filter: blur(0.5em);
		-webkit-filter: blur(0.5em);
		-ms-filter: blur(0.5em);
		filter: blur(0.5em);
	}

	body.is-menu-visible #menu {
		-moz-pointer-events: auto;
		-webkit-pointer-events: auto;
		-ms-pointer-events: auto;
		pointer-events: auto;
		opacity: 1;
		visibility: visible;
	}

		body.is-menu-visible #menu .inner {
			-moz-transform: none;
			-webkit-transform: none;
			-ms-transform: none;
			transform: none;
			opacity: 1;
			visibility: visible;
		}
		
		
/*
* SECTIONS
*/

.section-block {
	width: 100%;
	padding-top: 7rem;
	padding-bottom: 7rem;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	position: relative;
}

/*------------------------------------------------------------------
[2. Background Color & Color Classes]
*/
.cover-bg {
	background-attachment: no-repeat;
	background-color: #ddd;
	background-size: cover;
	background-position: center;
}
.cover-bg .row {
	z-index: 2;
	position: relative;
}
.cover-bg h2 {
	color: #fff;
}
.nature-1 { background-image: url(../img/nature.jpg); }
.water-1 { background-image: url(../img/water-01.jpg); }
.fruits-1 { background-image: url(../img/fruits.jpg); }
.portrait-1 { background-image: url(../img/bg-blur-01.jpg); }
.abstract-1 { background-image: url(../img/bg-abstract-01.jpg); }
.portrait-2 {
	background-position: bottom left;
	background-image: url(../img/bg-white-01.jpg);
}
/* Overlay Background Color */
[class*="overlay-bkg-"]{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    opacity: 0.9;
	overflow: hidden;
}
.overlay-bkg-gradient { background-color: rgba(0,0,0,0.3); }
.overlay-bkg-yellow { background-color: rgba(255, 235, 59,0.5); }


.bkg-gray{
	background-color: #F0F1F3;
	border-color: #F0F1F3;
}

/*------------------------------------------------------------------
[ TEXT COLORS ]
*/
.text-gray, 
.text-gray a {
	color: #888;
}

/*------------------------------------------------------------------
[ Page Headers ]
*/
.page-header {
	margin-top: 65px;
	margin-bottom: 0px;
}
.page-header h2{
	color: #fff;
	font-weight: 300;
}
.page-header h2 span{
	font-weight: 500;
}
@media (max-width: 767px) {
	.page-header {
		margin-top: 45px;
		margin-bottom: 0px;
	}
}


/*------------------------------------------------------------------
[ Masonry ]
*/
.grid {
  max-width: 1200px;
}
/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */
.grid-sizer,
.grid-item {
  width: 24%;
}
.grid-item {
	float: left;
	margin-bottom: 10px;
}
/*
@media screen and (min-width: 768px) {
  .grid-sizer { width: 23%; }
}
*/

@media (max-width: 767px) {
	.grid-sizer,
	.grid-item { width: 48%; }
}



/*------------------------------------------------------------------
[ Hover Effect ]
*/
.hovereffect {
  /*
  width: 100%;
  height: 100%;
  float: left;
  */
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.hovereffect .overlay {
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	
	top:0;
	left:0;
	right:0;
	bottom:0;
	
	opacity:0;
	background-color:rgba(0,0,0,0.5);
	-webkit-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
}
.hovereffect .overlay:before {
    content: ' ';
    display: inline-block;
    height: 100%;
    vertical-align: middle;    
}

.hovereffect img {
	display:block;
	position:relative;
	-webkit-transition:all .4s linear;
	transition:all .4s linear;
}

.hovereffect .overlay .caption {
	display: inline-block;
    vertical-align: middle;
    text-align:center;
	
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	color:#fff;
}

.hovereffect h3 {
	display: inline-block;
    vertical-align: middle;
    text-align:center;
	font-size:17px;
	margin-bottom: 5px;
}

.hovereffect p.info {
	font-weight: 300;
	display: block;
	color:#fff;
	font-size: 14px;
}

.hovereffect:hover img {
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}

.hovereffect:hover .overlay {
	opacity:1;
	filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover p.info {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-transform:translatey(0);
	-webkit-transform:translatey(0);
	transform:translatey(0);
}

.hovereffect:hover p.info {
	-webkit-transition-delay:.2s;
	transition-delay:.2s;
}

/*------------------------------------------------------------------
[ LG ]
*/
.lg-backdrop.in {
    opacity: 0.9;
}


.lg-sub-html {
    background: transparent url("../img/png-100.png") repeat-x bottom left !important;
}

/*------------------------------------------------------------------
[ Scroll to top]
*/
.gotop {
    background-color: #FFEB3B;
    background-image: url('../img/arrow_totop.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 2147483647;
    border-radius: 100% 100% 100% 100%;
    width: 40px;
    height: 40px;
    text-indent: -99999px;
    position: fixed;
    bottom: -100px;
    right: 25px;
    cursor: pointer;
    transition: all 0.7s ease-in-out 0s;
    overflow: auto;
}
.gotop:hover {
	opacity: 0.8;
}

/*------------------------------------------------------------------
[ Margins & Paddings ]
*/
.m-t-5{margin-top:5px}.m-t-10{margin-top:10px}.m-t-15{margin-top:15px}.m-t-20{margin-top:20px}.m-t-25{margin-top:25px}.m-t-30{margin-top:30px}.m-b-5{margin-bottom:5px}.m-b-10{margin-bottom:10px}.m-b-15{margin-bottom:15px}.m-b-20{margin-bottom:20px}.m-b-25{margin-bottom:25px}.m-b-30{margin-bottom:30px}.m-b-35{margin-bottom:35px}.m-b-40{margin-bottom:40px}.m-b-45{margin-bottom:45px}.m-b-50{margin-bottom:50px}.m-b-100{margin-bottom:100px}.p-t-5{padding-top:5px}.p-t-10{padding-top:10px}.p-t-15{padding-top:15px}.p-t-20{padding-top:20px}.p-t-25{padding-top:25px}.p-t-30{padding-top:30px}.p-b-5{padding-bottom:5px}.p-b-10{padding-bottom:10px}.p-b-15{padding-bottom:15px}.p-b-20{padding-bottom:20px}.p-b-25{padding-bottom:25px}.p-b-30{padding-bottom:30px}

/*-sm*/
@media (min-width: 768px) {
	.sm-align-center { text-align: center; }
	.sm-align-left { text-align: left; }
	.sm-align-right { text-align: right; }
}
/*-md*/
@media (min-width: 992px) {
	.md-align-center { text-align: center; }
	.md-align-left { text-align: left; }
	.md-align-right { text-align: right; }
}
/*-lg*/
@media (min-width: 1200px) {
	.lg-align-center { text-align: center; }
	.lg-align-left { text-align: left; }
	.lg-align-right { text-align: right; }
}