/*------------------------------------------------
*	Template name: Crown
*	Version      : 1.0.3
*	Author       : FlaTheme
*	Author URL   : http://themeforest.net/user/flatheme
*
*	Table of contents:
*	1. 	Body/Main
*	2.	Toggle Menu
*	3.	Home section
*	4.	Portfolio section
*	5.	Facts section
*	6.	Resume section
*	7.	Skills section
*	8.	Services section
*	9.	Testimonial section
*	10.	Blog section
*	11.	Contact section
*	12.	Footer
*	13. 404 Page
*	14. Portfolio Page
*	15. Portfolio Single Page
*
-------------------------------------------------*/

/*-------------------------------------------------
	1. Body/Main
-------------------------------------------------*/
html, body {
	height: 100%;
}

body {
	position: relative;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	color: rgb(80, 80, 80);
	font: 300 14px 'Open Sans', sans-serif;
	letter-spacing: 0.5px;
}

h1, h2, h3, h4 {
	color: rgb(20, 20, 20);
}

h1.presentacion {
	color:#efefef;
}



h1, h2, h3, h4 {
	text-transform: uppercase;
	letter-spacing: 3px;
}

h1 {
	margin: 0 0 30px;
	font: 400 32px/48px 'Dosis', sans-serif;
	text-transform: none;
}

h2 {
	margin: 0 0 30px;
	font: 400 24px/36px 'Dosis', sans-serif;
	letter-spacing: 4px;
}

h3 {
	margin: 0;
	font: 400 14px 'Dosis', sans-serif;
}

h4 {
	margin: 0;
	font: 400 12px 'Dosis', sans-serif;
}

.section-title {
	margin-bottom: 90px;
}

.section-title h2 {
	position: relative;
}

.section-title h2::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	content: '...';
	font-size: 48px;
	letter-spacing: 10px;
}

.section-title p {
	padding: 0;
}

p {
	margin: 0;
	line-height: 24px;
}

a, a:hover, a:focus {
	text-decoration: none;
	outline: none;
	color: rgb(10, 10, 10);
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	-o-transition: linear 0.2s;
	transition: linear 0.2s;
}

img {
	width: 40%;
}

img.tip {
	width: 100%;
}

.container-fluid, 
.row, 
ul, 
li {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

li.news {
	list-style-type: circle;
}


.btn-style-1 {
	display: inline-block;
	border: 1px solid rgb(180, 180, 180);
	margin-top: 50px;
	padding: 15px 30px;
	color: rgb(160, 160, 160);
	border-radius: 22px;
	font: 400 13px 'Dosis', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.btn-style-1:hover, 
.btn-style-1:focus {
	background: rgb(20, 20, 20);
	border-color: rgb(20, 20, 20);
	color: #fff;
}

/* Scroll To Top button */
.go-top {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 997;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: linear 0.3s;
	-moz-transition: linear 0.3s;
	-o-transition: linear 0.3s;
	transition: linear 0.3s;
}

.go-top a {
	display: block;
	background: rgb(20, 20, 20);
	width: 60px;
	height: 60px;
	cursor: pointer;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 60px;
	-webkit-transition: linear 0.1s;
	-moz-transition: linear 0.1s;
	-o-transition: linear 0.1s;
	transition: linear 0.1s;
	-webkit-box-shadow: 3px -3px 8px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px -3px 8px 0px rgba(0,0,0,0.25);
	box-shadow: 3px -3px 8px 0px rgba(0,0,0,0.25);
}

.go-top a:hover, 
.go-top a:focus {
	-webkit-box-shadow: 3px -3px 12px 0px rgba(0,0,0,0.40);
	-moz-box-shadow: 3px -3px 12px 0px rgba(0,0,0,0.40);
	box-shadow: 3px -3px 12px 0px rgba(0,0,0,0.40);
}

.go-top-visible {
	opacity: 1;
	visibility: visible;
}

p.frase {
    font-size: 21px;
    line-height: 41px;
}

/*-------------------------------------------------
	2. Toggle Menu
-------------------------------------------------*/
.lines::before,
.lines::after {
	position: absolute;
	content: '';
	left: 0;
	display: inline-block;
	background: #fff;
	width: 20px;
	height: 2px;
	-webkit-transition: linear 0.1s;
	-moz-transition: linear 0.1s;
	-o-transition: linear 0.1s;
	transition: linear 0.1s;
}

.lines {
	position: relative;
	display: inline-block;
	background: #fff;
	width: 20px;
	height: 2px;
	vertical-align: middle;
}

.lines::before {
	top: 5px;
}

.lines::after {
	top: -5px;
}

.toggle-close .lines {
	background: transparent;
}

.toggle-close .lines::before, 
.toggle-close .lines::after {
	top: 0;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.toggle-close .lines::before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.toggle-close .lines::after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

/* ----- Toggle Menu Layout 1 ----- */
.menu-style-1 .toggle-btn {
	position: fixed;
	z-index: 998;
	top: 0;
	right: 0;
	background: rgb(10, 10, 10);
	width: 60px;
	height: 60px;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 60px;
	-webkit-transition: linear 0.1s;
	-moz-transition: linear 0.1s;
	-o-transition: linear 0.1s;
	transition: linear 0.1s;
	-webkit-box-shadow: -3px 3px 8px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: -3px 3px 8px 0px rgba(0,0,0,0.35);
	box-shadow: -3px 3px 8px 0px rgba(0,0,0,0.35);
}

.menu-style-1 .toggle-btn:hover {
	-webkit-box-shadow: -3px 3px 12px 0px rgba(0,0,0,0.40);
	-moz-box-shadow: -3px 3px 12px 0px rgba(0,0,0,0.40);
	box-shadow: -3px 3px 12px 0px rgba(0,0,0,0.40);
}

.menu-style-1 .menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 997;
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transition: ease-out 0.3s;
	-moz-transition: ease-out 0.3s;
	-o-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}

.menu-style-1 .menu .nav {
	position: relative;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.menu-style-1 .menu .nav li {
	padding: 15px 0;
	font: 400 24px 'Dosis', sans-serif;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.menu-style-1 .menu .nav li a {
	padding: 0;
	color: rgba(255, 255, 255, 0.7);
	-webkit-transition: ease-out 0.2s;
	-moz-transition: ease-out 0.2s;
	-o-transition: ease-out 0.2s;
	transition: ease-out 0.2s;
}

.menu-style-1 .menu .nav li a:hover, 
.menu-style-1 .menu .nav li a:focus, 
.menu-style-1 .menu .nav li.active a {
	background: none;
	color: #fff;
}

.menu-style-1 .show-menu {
	opacity: 1;
	visibility: visible;
}

/* ----- Toggle menu Layout 2 ----- */
.menu-style-2 .toggle-btn {
	position: fixed;
	z-index: 998;
	top: 0;
	right: 0;
	background: #fff;
	width: 60px;
	height: 60px;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 60px;
	-webkit-transition: linear 0.1s;
	-moz-transition: linear 0.1s;
	-o-transition: linear 0.1s;
	transition: linear 0.1s;
}

.menu-style-2 .lines, 
.menu-style-2 .lines::before, 
.menu-style-2 .lines::after {
	background: rgb(20, 20, 20);
}

.menu-style-2 .toggle-close .lines {
	background: transparent;
}

.menu-style-2 .menu {
	position: fixed;
	left: 0;
	z-index: 997;
	background: #fff;
	width: 100%;
	text-align: center;
	-webkit-transition: ease-out 0.2s;
	-moz-transition: ease-out 0.2s;
	-o-transition: ease-out 0.2s;
	transition: ease-out 0.2s;
}

.menu-style-2 .menu .nav {
	width: 100%;
}

.menu-style-2 .menu .nav li {
	display: inline-block;
	height: 60px;
	padding: 24px 15px;
}

.menu-style-2 .menu .nav li a {
	display: block;
	padding: 0;
	color: rgb(20, 20, 20);
	font: 400 12px 'Dosis', sans-serif;
	line-height: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.menu-style-2 .menu .nav li a:hover, 
.menu-style-2 .menu .nav li a:focus, 
.menu-style-2 .menu .nav li.active a {
	background: none;
	color: rgb(160, 160, 160);
}

/* ----- Toggle menu Layout 3 ----- */
.menu-style-3 .toggle-btn {
	position: fixed;
	z-index: 998;
	top: 0;
	right: 0;
	background: #fff;
	width: 60px;
	height: 60px;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 60px;
	-webkit-transition: linear 0.1s;
	-moz-transition: linear 0.1s;
	-o-transition: linear 0.1s;
	transition: linear 0.1s;
}

.menu-style-3 .lines, 
.menu-style-3 .lines::before, 
.menu-style-3 .lines::after {
	background: rgb(20, 20, 20);
}

.menu-style-3 .toggle-close .lines {
	background: transparent;
}

.menu-style-3 .menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 997;
	background: #fff;
	width: 100%;
	-webkit-transition: ease-out 0.2s;
	-moz-transition: ease-out 0.2s;
	-o-transition: ease-out 0.2s;
	transition: ease-out 0.2s;
	-webkit-box-shadow: -3px 3px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: -3px 3px 15px 0px rgba(0,0,0,0.25);
	box-shadow: -3px 3px 15px 0px rgba(0,0,0,0.25);
}

.menu-style-3 .menu span {
	float: left;
	padding-left: 30px;
	color: rgb(20, 20, 20);
	font: 500 24px 'Dosis', sans-serif;
	line-height: 60px;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.menu-style-3 .menu .nav li a {
	display: block;
	padding: 0;
	color: rgb(20, 20, 20);
	font: 400 12px 'Dosis', sans-serif;
	line-height: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.menu-style-3 .menu .nav li a:hover, 
.menu-style-3 .menu .nav li a:focus, 
.menu-style-3 .menu .nav li.active a {
	background: none;
	color: rgb(160, 160, 160);
}

/*-------------------------------------------------
	3. Home section
-------------------------------------------------*/
.fill {
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

.home-background {
	position: relative;
	display: block;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: #ccc;
}

.home-background .container-fluid, 
.home-background .container-fluid .row {
	height: 100%;
}

.first-side {
	text-align: center;
}

.scroll-down-btn span {
	display: block;
	padding-bottom: 30px;
	font: 400 12px 'Dosis', sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	-webkit-transition: ease-out 0.2s;
	-moz-transition: ease-out 0.2s;
	-o-transition: ease-out 0.2s;
	transition: ease-out 0.2s;
}

.scroll-down-btn i {
	font-size: 24px;
	color: #fff;
}

.scroll-down-btn:hover span {
	color: rgb(160, 160, 160);
}

.second-side {
	background: url("../images/hero-image.jpg") no-repeat;
 	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	padding: 0;
	background-position: center;
}

.dark-layer {
	background: rgba(0, 0, 0, 0.8);
	height: 100%;
}

.middle-content {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 100%;
	text-align: center;
}

.middle-content-logo {
	position: absolute;
	top: 15%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 100%;
	text-align: center;
}

.middle-content h2 {
	margin: 30px 0 15px;
	color: #000;
}

.middle-content h4 {
	color: #000;
}

.second-side img {
	width: 240px;
	height: 240px;
	border-radius: 50%;
}

.home-social-media {
	position: absolute;
	bottom: 100px;
	left: 0;
	width: 100%;
	text-align: center;
}

.home-social-media ul li {
	display: inline-block;
	padding: 0 15px;
	font-size: 18px;
}

.home-social-media ul li a {
	color: rgba(255, 255, 255, 0.3);
	-webkit-transition: ease-out 0.2s;
	-moz-transition: ease-out 0.2s;
	-o-transition: ease-out 0.2s;
	transition: ease-out 0.2s;
}

.home-social-media ul li a:hover, 
.home-social-media ul li a:focus {
	color: #fff;
}

/*-------------------------------------------------
	4. Portfolio section
-------------------------------------------------*/
.portfolio-background {
	background: rgb(250, 250, 250);
	padding: 85px 0;
	text-align: center;
}

.portfolio-filter {
	text-align: center;
	padding-bottom: 45px;
}

.portfolio-filter ul li {
	display: inline-block;
	margin: 15px;
	color: rgb(160, 160, 160);
	font: 400 14px 'Dosis', sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	-webkit-transition: ease-out 0.2s;
	-moz-transition: ease-out 0.2s;
	-o-transition: ease-out 0.2s;
	transition: ease-out 0.2s;
	cursor: pointer;
}

.portfolio-filter ul li.mixitup-control-active, 
.portfolio-filter ul li:hover {
	color: rgb(10, 10, 10);
}

.portfolio-layout-1 .portfolio-box {
	position: relative;
	background: #fff;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.20);
	-webkit-transition: ease-out 0.2s;
	-moz-transition: ease-out 0.2s;
	-o-transition: ease-out 0.2s;
	transition: ease-out 0.2s;
}

.portfolio-layout-1 .portfolio-box:hover, 
.portfolio-layout-1 .portfolio-box:focus {
	-webkit-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.25);
}

.portfolio-box-hover {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	height: 100%;
	-webkit-transition: ease-out 0.3s;
	-moz-transition: ease-out 0.3s;
	-o-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}

.portfolio-box img {
	width: 100%;
}

.portfolio-box a {
	display: block;
}

.portfolio-layout-1 .portfolio-box-hover div {
	position: absolute;
	bottom: 30px;
	left: 30px;
	text-align: left;
}

.portfolio-layout-1 .portfolio-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: rgb(20, 20, 20);
	width: 25px;
	height: 1px;
}

.portfolio-layout-1 .portfolio-icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: rgb(20, 20, 20);
	width: 1px;
	height: 25px;
}

.portfolio-layout-1 .portfolio-box-hover div span {
	color: rgb(160, 160, 160);
	font-size: 13px;
}

.portfolio-layout-1 .portfolio-box-hover h3 {
	padding-top: 15px;
}

.portfolio-box:hover .portfolio-box-hover, 
.portfolio-box:focus .portfolio-box-hover {
	opacity: 1;
}

button.mfp-close {
	display: block;
	top: -44px;
	opacity: 1;
	width: auto;
	height: auto;
	line-height: auto;
	font-size: 24px;
	-webkit-transition: linear 0.1s;
	-moz-transition: linear 0.1s;
	-o-transition: linear 0.1s;
	transition: linear 0.1s;
}

.mfp-close-btn-in .mfp-close {
	color: rgba(255, 255, 255, 0.7);
}

button.mfp-close:hover {
	top: -44px;
	opacity: 1;
	color: #fff;
}

.popup-box {
	position: relative;
	background: #fff;
	width: auto;
	max-width: 640px;
	margin: 0 auto;
}

.popup-box div {
	padding: 30px;
}

.popup-box img {
	width: 100%;
	height: auto;
}

.popup-box h3 {
	margin-bottom: 25px;
	text-align: center;
}

/* Portfolio Layout 2 */
.portfolio-layout-2 {
	padding: 0 15px;
}

.portfolio-layout-2 .portfolio-box, 
.portfolio-layout-2 .mix {
	margin: 0;
	padding: 0;
}

.portfolio-layout-2 .portfolio-box-hover div {
	position: absolute;
	bottom: 30px;
	left: 30px;
	text-align: left;
}

.portfolio-layout-2 .portfolio-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: rgb(20, 20, 20);
	width: 25px;
	height: 1px;
}

.portfolio-layout-2 .portfolio-icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: rgb(20, 20, 20);
	width: 1px;
	height: 25px;
}

.portfolio-layout-2 .portfolio-box-hover div span {
	color: rgb(160, 160, 160);
	font-size: 13px;
}

.portfolio-layout-2 .portfolio-box-hover h3 {
	padding-top: 15px;
}

/*-------------------------------------------------
	5. Facts section
-------------------------------------------------*/
.facts-background {
	background: rgb(20, 20, 20);
	padding: 100px 0;
	text-align: center;
	color: #fff;
}

.facts-background h3 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 32px;
	letter-spacing: 4px;
}

.facts-background h4 {
	font-size: 14px;
	color: #fff;
}

/*-------------------------------------------------
	6. Resume
-------------------------------------------------*/
.resume-img {
 	background: url("../images/background.jpg") no-repeat;
 	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}

.resume-background {
	position: relative;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	padding: 100px 60px;
	color: #fff;
}

.resume-content {
	position: relative;
}

.resume-content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 100px;
	background: rgba(255, 255, 255, 0.3);
	width: 1px;
	height: 100%;
}

.resume-box {
	position: relative;
	margin-bottom: 60px;
	padding: 27px 0 0 130px;
}

.resume-box:last-child {
	margin: 0;
}

.resume-date {
	font-size: 13px;
}

.resume-title span {
	color: rgba(255, 255, 255, 0.5);
	font-style: italic;
}

.resume-icon-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	text-align: center;
}

.resume-icon-box::before {
	position: absolute;
	content: '';
	top: 35px;
	right: -30px;
	background: rgba(255, 255, 255, 0.3);
	width: 30px;
	height: 1px;
}

.resume-icon-box::after {
	position: absolute;
	content: '';
	top: 32px;
	right: -35px;
	background: #fff;
	width: 7px;
	height: 7px;
	border-radius: 50%;
}

.resume-icon-box i {
	color: #fff;
	font-size: 24px;
	line-height: 70px;
}

.resume-box h3 {
	color: #fff;
	padding-bottom: 10px;
}


/*-------------------------------------------------
	7. Skills
-------------------------------------------------*/
.skills-background {
	padding: 100px 30px;
}

.skill-outer {
	margin-bottom: 30px;
}

.skill-outer:last-child {
	margin: 0;
}

.skill-outer p {
	margin-bottom: 10px;
	padding: 0;
	color: rgb(160, 160, 160);
	font-style: italic;
}

.progress {
	overflow: visible;
	position: relative;
	background: transparent;
	height: 6px;
	border: none;
	box-shadow: none;
	border-radius: 3px;
}

.progress::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	border: 1px solid rgb(180, 180, 180);
	border-radius: 3px;
}

.progress-bar {
	position: relative;
	background: rgb(20, 20, 20);
	box-shadow: none;
	border-radius: 3px;
}

.progress-bar span {
	position: absolute;
	top: -29px;
	right: -3px;
	color: rgb(20, 20, 20);
	font: 400 13px 'Dosis', sans-serif;
	font-style: normal;
	letter-spacing: 3px;
	text-align: right;
}

/*-------------------------------------------------
	8. Services section
-------------------------------------------------*/
.services-background {
	background: rgb(250, 250, 250);
	padding: 100px 0;
	text-align: center;
}

.services-background .section-title h2::after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
	content: '...';
	font-size: 48px;
	letter-spacing: 10px;
}

.services-background .section-title p {
	display: inline-block;
	max-width: 460px;
}

.service-box {
	background: #fff;
	margin-bottom: 30px;
	padding: 60px 30px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.20);
	-webkit-transition: ease-out 0.2s;
	-moz-transition: ease-out 0.2s;
	-o-transition: ease-out 0.2s;
	transition: ease-out 0.2s;
}

.service-box:hover, 
.service-box:focus {
	-webkit-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.25);
}

.service-icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	margin-bottom: 25px;
	border: 1px solid rgb(180, 180, 180);
	border-radius: 50%;
	line-height: 70px;
	color: rgb(160, 160, 160);
	font-size: 24px;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	-o-transition: linear 0.2s;
	transition: linear 0.2s;
}

.service-box h3 {
	margin-bottom: 20px;
}

.service-box p {
	text-align: center;
}

.service-box:hover .service-icon {
	background: rgb(20, 20, 20);
	border-color: rgb(20, 20, 20);
	color: #fff;
}

/*-------------------------------------------------
	9. Testimonial
-------------------------------------------------*/
.testimonial-background {
	background: url("../images/background.jpg") no-repeat;
 	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.testimonial-layer {
	background:#EBEBEB;
	padding: 100px 0;
	text-align: center;
}

.testimonial-box {
	position: relative;
	padding-left: 50px;
	text-align: left;
}

.testimonial-box::before {
	position: absolute;
	content: '\f10d';
	top: 0;
	left: 0;
	color: rgb(160, 160, 160);
	font-family: "FontAwesome";
	font-size: 20px;
}

.testimonial-box p {
	margin-bottom: 25px;
	font-style: italic;
}

.testimonial-box h3 span {
	position: relative;
	margin-left: 10px;
	padding-left: 20px;
	font: 300 13px 'Open Sans', sans-serif;
	text-transform: none;
	letter-spacing: 0.5px;
}
span.risa {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	}
.testimonial-box h3 span::before {
	position: absolute;
	content: '';
	top: 8px;
	left: 0;
	background: rgb(20, 20, 20);
	width: 10px;
	height: 1px;
}

.owl-dots {
	margin-top: 30px;
}

.owl-dot {
	display: inline-block;
	background: transparent;
	width: 8px;
	height: 8px;
	border: 1px solid rgb(180, 180, 180);
	border-radius: 50%;
	margin-right: 15px;
}

.owl-dot:hover,
.owl-dot:focus,  
.owl-dot.active {
	background: rgb(20, 20, 20);
	border-color: rgb(20, 20, 20);
}

/*-------------------------------------------------
	10. Blog section
-------------------------------------------------*/
.blog-background {
	padding: 100px 0;
	text-align: center;
}

.blog-background .section-title h2::after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
	content: '...';
	font-size: 48px;
	letter-spacing: 10px;
}

.blog-background .section-title p {
	display: inline-block;
	max-width: 460px;
}

.blog-background .container {
	position: relative;
}

.blog-background .owl-carousel .owl-stage-outer {
	padding-bottom: 20px;
}

.blog-box {
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.20);
	-webkit-transition: ease-out 0.2s;
	-moz-transition: ease-out 0.2s;
	-o-transition: ease-out 0.2s;
	transition: ease-out 0.2s;
}

.blog-box:hover, 
.blog-box:focus {
	-webkit-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.25);
}

.blog-img {
	position: relative;
}

.blog-img div {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	-webkit-transition: ease-out 0.3s;
	-moz-transition: ease-out 0.3s;
	-o-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}

.blog-img a {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 24px;
}

.blog-img:hover div, 
.blog-img:focus div {
	opacity: 1;
}

.blog-content {
	padding: 30px;
	text-align: left;
}

.blog-content h3 {
	margin-bottom: 10px;
}

.blog-content h3 a:hover, 
.blog-content h3 a:focus {
	text-decoration: underline;
}

.blog-content ul {
	margin-bottom: 25px;
}

.blog-content ul li {
	display: inline-block;
	font-size: 13px;
}

.blog-content ul li::after {
	content: '-';
}

.blog-content ul li:last-child::after {
	content: '';
}

.blog-content ul li a {
	color: rgb(160, 160, 160);
}

.blog-content ul li a:hover, 
.blog-content ul li a:focus {
	text-decoration: underline;
}


.blog-content p {
	text-align: justify;
}

.post-link {
	display: inline-block;
	margin-top: 25px;
	color: rgb(20, 20, 20);
	-webkit-transition: ease-out 0.1s;
	-moz-transition: ease-out 0.1s;
	-o-transition: ease-out 0.1s;
	transition: ease-out 0.1s;
}

.post-link:hover, 
.post-link:focus {
	padding-left: 5px;
}

.blog-content i {
	font-size: 16px;
}

/*-------------------------------------------------
	11. Contact section
-------------------------------------------------*/
.contact-background {
	background: rgb(250, 250, 250);
}

.contact-content {
	padding: 100px 30px;
}

.contact-content i {
	font-size: 32px;
}

.contact-content span {
	display: block;
	margin-top: 10px;
}

.input-style input, 
.text-style textarea {
	background: transparent;
	width: 100%;
	padding: 15px;
	border: 1px solid rgb(180, 180, 180);
	outline: none;
	color: rgb(37, 36, 36);
}

.input-style div {
	margin-bottom: 20px;
}

textarea {
	height: 120px;
}

::-webkit-input-placeholder {
	letter-spacing: 0.5px;
	color: rgb(160, 160, 160);
}

:-moz-placeholder {
	letter-spacing: 0.5px;
	color: rgb(160, 160, 160);  
}

::-moz-placeholder {
	letter-spacing: 0.5px;
	color: rgb(160, 160, 160);  
}

:-ms-input-placeholder {  
	letter-spacing: 0.5px;
	color: rgb(160, 160, 160); 
}

.submit-style {
	background: rgb(20, 20, 20);
	display: inline-block;
	margin-top: 30px;
	padding: 15px 30px;
	border: none;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	-o-border-radius: 22px;
	border-radius: 22px;
	color: #fff;
	font: 400 13px 'Dosis', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.20);
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	-o-transition: linear 0.2s;
	transition: linear 0.2s;
}

.submit-style:hover, 
.submit-style:focus {
	background: #fff;
	color: rgb(20, 20, 20);
}

.submit-style:focus {
	outline: none;
}

#success, 
#error {
	display: none;
	margin-top: 50px;
}

#success {
	color: #419873;
}

#error {
	color: red;
}

.google-maps {
	padding: 0;
}

#map-canvas {
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

/*-------------------------------------------------
	12. Footer
-------------------------------------------------*/
.footer-contact-info {
	background: rgb(30, 30, 30);
	padding: 70px 0;
	color: #fff;
	text-align: center;
}

.footer-contact-info ul li {
	padding: 30px;
}

.footer-contact-info ul li i {
	font-size: 32px;
}

.footer-contact-info ul li span {
	display: block;
	margin-top: 20px;
}

.footer-content {
	background: rgb(20, 20, 20);
	padding: 100px 0;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
}

.footer-content ul {
	margin-bottom: 25px;
}

.footer-content ul li {
	display: inline-block;
	padding: 0 15px;
	font: 400 13px 'Dosis', sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.footer-content ul li a {
	color: #fff;
}

.footer-content ul li a:hover, 
.footer-content ul li a:focus {
	text-decoration: underline;
}

/*-------------------------------------------------
	13. 404 Page
-------------------------------------------------*/
.errorpage-content {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: inline-block;
	max-width: 600px;
	padding: 0 30px;
	text-align: center;
}

.errorpage-content h1 {
	margin-top: 60px;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.errorpage-content h1 span {
	font-weight: 500;
}

.errorpage-content a {
	background: rgb(20, 20, 20);
	display: inline-block;
	margin-top: 60px;
	padding: 15px 30px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	-o-border-radius: 22px;
	border-radius: 22px;
	color: #fff;
	font: 400 13px 'Dosis', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.20);
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	-o-transition: linear 0.2s;
	transition: linear 0.2s;
}

.errorpage-content a:hover, 
.errorpage-content a:focus {
	background: #fff;
	color: rgb(20, 20, 20);
}

/*-------------------------------------------------
	14. Portfolio Page
-------------------------------------------------*/
.portfolio-header {
	background: url("../images/background.jpg") no-repeat;
 	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}

.portfolio-header .dark-layer {
	padding: 100px 30px;
}

.portfolio-header h2 {
	color: #fff;
}

.portfolio-content {
	padding: 100px 0;
}

/*-------------------------------------------------
	15. Portfolio Single Page
-------------------------------------------------*/
.portfolio-single-header {
	max-height: 700px;
	overflow: hidden;
}

.portfolio-single-top-images {
	padding: 30px 0 60px;
}

.portfolio-single-content {
	padding: 0 15px 100px;
}

.portfolio-single-content h2 {
	margin-bottom: 10px;
}

.portfolio-single-content span {
	display: block;
	margin-bottom: 30px;
	color: rgb(160, 160, 160);
	font-size: 13px;
}