/*---------------------------------------------------

Theme Name: Royalet - Responsive Onepage portfolio Template
Theme URI: http://themecafe.serverkurd.com/royalet/
Author: ThemeCafe
Author URI: http://themecafe.serverkurd.com

  Content:

    1.Body
    2.Navigation
    3.Parallax
    4.Header
    5.About
    6.Portfolio
    7.Testimonial
    8.Contact
    9.Widget
    10.Footer
    11.Services
    12.Buttons
    13.Piechart
    14.Team
    15.Social
    16.Counter
    17.Alerts

---------------------------------------------------*/
/* Every element */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/* ------------------ 1.Body ------------------ */

html,
body {
	height: 100%;
}

body {
	color: #000;
	background: #FFF;
	overflow: hidden;
	line-height: 1;
	font-weight: 100;
	font-family: 'nexa', Helvetica, Arial, sans-serif;
	font-size: 16px;
}

a {
	color: #666;
	text-decoration: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	outline: none !important;
}

nav #imagenLogo{
max-width: 90%;
}
a:hover,
a:active {
	color: #666;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

a:focus,
input:focus,
select:focus,
textarea:focus {
	outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Robotothin', Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.under-l {
	color: #888;
	overflow: hidden;
	line-height: 1.2;
	font-weight: 100;
	font-family: 'Robotothin', Helvetica, Arial, sans-serif;
	font-size: 25px;
	text-align: center;
}

.under-ll {
	color: #ccc;
	overflow: hidden;
	line-height: 1.2;
	font-weight: 100;
	font-family: 'Robotothin', Helvetica, Arial, sans-serif;
	font-size: 25px;
	text-align: center;
	margin-bottom: 20px;
}

.under-lll {
	color: #fff;
	overflow: hidden;
	line-height: 1.2;
	font-weight: 100;
	font-family: 'Robotothin', Helvetica, Arial, sans-serif;
	font-size: 25px;
	text-align: center;
	margin-bottom: 20px;
}

.under-llll {
	color: #777;
	overflow: hidden;
	line-height: 1.2;
	font-weight: 100;
	font-family: 'Robotothin', Helvetica, Arial, sans-serif;
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
}

.under-k {
	color: #ddd;
	overflow: hidden;
	line-height: 1.2;
	font-weight: 100;
	font-family: 'bebasneueregular', Helvetica, Arial, sans-serif;
	font-size: 40px;
	text-align: center;
}


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

p:empty {
	display: none;
}


.bwWrapper {
	position: relative;
	display: block;
}

.skill-t {
	color: #fff;
	text-align: center;
}

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

strong {
	color: #569DFF;
}


/* ------------------ 2.Navigation------------------ */

#nav-mobile-sticky-wrapper {
	display: none;
}

.nav-normal {
	width: 100%;
	z-index: 2000;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	z-index: 2000;
	position: relative;
	overflow: hidden;
	background: #fff;
	opacity: 0.95;
}

.nav-normal h1 {
	text-transform: uppercase;
	float: left;
	margin: 0;
	line-height: 55px;
	font-size: 35px;
}

.nav-normal ul {
	text-align: left;
	text-align: center;
	float: right;
	padding: 0;
	line-height: 55px;
	margin: 0;

}

.nav-normal ul li {
	display: inline-block;
}

.nav-normal ul li:first-child {
	margin-left: 0;
}

.nav-normal ul li a {
	padding-top: 20px;
	margin-bottom: 12px;
	padding-bottom: 4px;
	margin-left: 16px;
	margin-right: 16px;
	color: #777;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'nexa', Helvetica, Arial, sans-serif;
	font-weight: 0;
	font-size: 14px;
}

.nav-normal ul li.active a,
.nav-normal ul li.current a {
	color: #569DFF;
	background: #fff;
	border-bottom: 1px solid #569DFF;
}

.nav-normal ul li:hover a {
	color: #777;
	background: #fff;
	border-bottom: 1px solid #777;
}

.nav-slide h1 {
	display: none;
}

.nav-slide {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	border-width: 0px;
	border-style: solid;
	border-color: #569DFF;
	background-color: rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
	transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
	z-index: 3000;
}

.nav-slide.open {
	height: 100%;
	border-width: 0px 0px 0px 180px;
	background: url('../img/background/bg.png');
	-webkit-transition: border-width 0.3s, background-color 0.3s;
	transition: border-width 0.3s, background-color 0.3s;
}

.nav-overlay {
	position: absolute;
	width: 100%;
}

.nav-slide.open .nav-overlay {
	height: 100%;
}


.nav-button {
	position: fixed;
	top: 10px;
	left: 0px;
	z-index: 100;
	display: block;
	width: 50px;
	height: 50px;
	cursor: pointer;
	pointer-events: auto;
}

.nav-button span {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 96px;
	height: 30px;
	background: url('../img/n-i.png');
	font-size: 0px;
}

.nav-slide ul {
	position: fixed;
	margin: 0;
	padding: 0;
	list-style: none;
	top: 115px;
	left: 0;
}

.nav-slide ul li,
.nav-slide ul li a {
	display: block;
	font-weight: 400;
}

.nav-slide ul li a {
	padding-left: 40px;
}

.nav-slide ul li {
	border-top: 1px solid #4388e7;
}


.nav-slide ul li {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.nav-slide.open ul li {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.nav-slide ul li {
	width: 180px;
	height: 40px;
	line-height: 40px;
	-webkit-transform: translate3d(-100%, 50%, 0);
	transform: translate3d(-100%, 50%, 0);
}


.nav-slide.open ul li {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


.nav-slide ul li a {
	display: block;
	outline: none;
	text-decoration: none;
	padding: 0 10px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'bebasneueregular';
	letter-spacing: 1px;
	font-size: 22px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


.nav-slide ul li :hover {
	background: #4388e7;
}

.nav-slide ul li a.current,
.active {
	color: #555;
}

#preloader {
	background: #FFF url('../img/loading.gif') center center no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	text-align: center;
	overflow: hidden;
}

.page {
	padding-top: 24px;
	padding-bottom: 10px;
	clear: both;
	overflow: hidden;
	background: #FFF;
	position: relative;
	z-index: 1;
}

.page-g {
	background: #fafafa;
}

.page-y {
	background: url('../img/background/y-bg.jpg') fixed;
	padding-bottom: 20px;
}

.page-fix-2 {
	background: #569DFF;
}

.page-fix-3 {
	background: #444;
	padding-bottom: 0px;
}

.dark {
	background: #666;
	padding: 60px 0 0;
	margin-top: 60px;
}

.pad-top {
	padding-top: 30px;
	overflow: hidden;
}

.pad-top2 {
	padding-top: 140px;
	overflow: hidden;
}

.pad-hbottom {
	padding-bottom: 1px;
}


.pad-nimtop {
	padding-top: 20px;
	overflow: hidden;
}

.pad-bottom {
	padding-bottom: 30px;
	overflow: hidden;
}

.fullwidth {
	width: 100%;
	margin-top: 60px;
}

.gray {
	background: #f4f4f4;
}

.pad-hun {
	padding-right: 100px;
	padding-left: 100px;
}

.title {
	padding-top: 30px;
	padding-bottom: 40px;
	text-align: center;
}

.title strong {
	font-weight: 400;
	color: #569DFF;
}

.title h1 {
	padding-bottom: 20px;
	line-height: 1;
	font-size: 40px;
	color: #444;
	text-align: center;
	font-family: 'bebasneueregular', Helvetica, Arial, sans-serif;
}

.title h2 {
	display: inline-block;
	font-size: 40px;
	font-family: 'Poiret One', Helvetica, Arial, sans-serif;
}

.title h3 {
	padding-top: 25px;
	padding-left: 30px;
	font-family: 'Robotothin', sans-serif;
	font-size: 44px;
}

.title h4 {
	padding-bottom: 20px;
	line-height: 1;
	font-size: 40px;
	color: #ddd;
	text-align: center;
	font-family: 'bebasneueregular', Helvetica, Arial, sans-serif;
}

.dark .title {
	color: #FFF !important;
}


/* ------------------ 3.Parallax------------------ */

.parallax {
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.bg-parallax {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-attachment: fixed !important;
	background-size: cover !important;
}

@media only screen and (min-width: 1920px) {
	.bg-parallax {
		background-size: cover !important;
	}
}

@media only screen and (max-width: 1024px) {
	.bg-parallax {
		background-size: cover !important;
		background-attachment: scroll !important;
		background-position: top center !important;
	}
}

.bg-video,
.home-slider {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

.bg-video .video {
	min-width: 100%;
	min-height: 100%;
}

.pattern {
	background: url('../img/pattern.png') repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.parallax .parallax_wrap {
	position: relative;
	z-index: 6;
	padding: 60px 0 50px;
}

.parallax .title {
	color: #FFF;
}


#home .bg-parallax {
	background: url('../img/background/home.jpg');
}

#site-counter .bg-parallax {
	background: url('../img/background/counter.jpg');
}

#tweets .bg-parallax {
	background: url('../img/background/tweet.jpg');
}

#process .bg-parallax {
	background: url('../img/background/process.jpg');
}

#testimonials .bg-parallax {
	background: url('../img/background/testimonial.jpg');
}

.up-social {
	margin-top: 30px;
}


.socicals-u {
	margin: 0;
	padding: 0;
	text-align: center;
}

.socicals-u li {
	display: inline-block;
	margin: 1px;
}

.socicals-u li a {
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 28px;
	display: inline-block;
	line-height: 50px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: rgba(86, 157, 255, 0.42);
}

.socicals-u li a:hover {
	background: rgba(86, 157, 255, 1);
	color: #FFF;
}


/* ------------------ 4.Header------------------ */

#home {
	width: 100%;
	height: 100%;
	display: table;
}

#home-content {
	position: relative;
	z-index: 3;
	display: table-cell;
}

.mid-v {

	vertical-align: middle;
}

.logo {
	color: #FFF;
	font-family: 'Poiret One', Helvetica, Arial, sans-serif;
	position: relative;
	height: 30px;
}

.home-text-slider {
	margin-top: -60px;
}

.home-text-slider .bxslider {
	font-size: 80px;
	font-family: 'bebasneueregular', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
}

.bxslider span {
	color: #569DFF;
}

.riz-text {
	font-size: 16px;
	font-family: 'Robotothin', Helvetica, Arial, sans-serif;
	color: #fff;
	text-align: center;
}

.topale {
	margin: 0 4px;
	opacity: 0.9;
	color: #fff;
}

.vasat {
	text-align: center;
}

.call-action a,
.call-action a i {
	color: #569DFF;
	font-weight: 400;
}

.call-action .btn-start {
	display: inline-block;
	font-size: 254px;
	font-family: 'Robotothin';
	font-weight: 300;
	margin-top: -100px;
	opacity: .7;
}

.call-action .btn-start:hover {
	opacity: 1;
}





/* ------------------ 5.About------------------ */

#about-desc img {
	width: 100%;
	margin-bottom: 30px;
}

#about-desc p {
	margin-bottom: 30px;
}



#timeline {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 500px;
}


#timeline:before {
	position: absolute;
	border-left: 1px dashed #666;
	content: '';
	height: 100%;
	left: 10px;
}

#dates {
	width: 130px;
	height: 400px;
	overflow: hidden;
	position: absolute;
	z-index: 20;
	list-style: none;
	padding: 0;
	margin: 0;
}

#dates li {

	width: 100px;
	line-height: 85px;
	padding-left: 25px;
}

#dates a {
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Poiret One', Helvetica, Arial, sans-serif;
	color: #666;
	font-weight: 400;
	text-decoration: none;
	position: relative;
}

#dates a:before {
	width: 16px;
	height: 16px;
	background: #aaa;
	border-radius: 100%;
	position: absolute;
	border: 4px solid #FFF;
	content: '';
	left: -23px;
	top: 3px;
}

#dates .selected {
	font-size: 26px;
	color: #666;
}

#dates a.selected:before {
	width: 20px;
	height: 20px;
	background: #666;
	border-radius: 100%;
	position: absolute;
	left: -25px;
	top: 12px;
}

#issues {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: absolute;
	top: 0;
	padding: 50px 0 50px 150px;
	text-align: center;
}

#issues li {
	height: 410px;

	overflow: auto;
}

#issues li h4 {
	text-transform: uppercase;
	margin-top: 20px;
	font-family: 'Robotothin';
}

#issues li img {
	margin: 20px auto;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
	-webkit-transform: scale(0.7, 0.7);
	-moz-transform: scale(0.7, 0.7);
	-o-transform: scale(0.7, 0.7);
	-ms-transform: scale(0.7, 0.7);
	transform: scale(0.7, 0.7);
}

#issues li p {
	font-size: 13px;
	margin: 0;
	font-weight: normal;
	line-height: 22px;
	vertical-align: middle;
	text-align: left;
}

#issues li.selected img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}


#grad_top,
#grad_bottom {
	width: 100%;
	height: 65px;
	position: absolute;
	z-index: 30;
}

#grad_top {
	top: 0;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	background-image: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

#grad_bottom {
	bottom: 0;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	background-image: linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

#next,
#prev {
	position: absolute;
	left: 61%;
	font-size: 40px;
	overflow: hidden;
	color: #666;
	z-index: 40;
	opacity: 0.8;
	text-decoration: none;
}

#next:hover,
#prev:hover {
	opacity: 1;
}

#next {
	bottom: 0;
}

#prev {
	top: 0;
}

#next.disabled,
#prev.disabled {
	opacity: 0.2;
}


.latest-tweets {
	margin: 30px auto 0;
	text-align: center;
}

.latest-tweets .slider {
	margin: 0;
	padding: 0;
}

.latest-tweets .slider li {
	font-size: 24px;
	color: #fff;
	line-height: 1.2;
}

.latest-tweets .slider li a {
	color: #ccc;
}

.latest-tweets .slider .tweet_avatar {
	display: block;
	margin: 0 auto 20px;
	width: 48px;
	height: 48px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
	border-bottom: none;
}

.latest-tweets .slider .tweet_time {
	display: block;
	position: relative;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}


.tweet-control {
	margin: 10px auto 30px;
	text-align: center;
}

.tweet-control a,
.tweet-control a:active,
.tweet-control a:focus {
	color: #FFF;
}

.tweets-next,
.tweets-prev {
	display: inline-block;
	margin: 0 20px;
}

.tweets-next,
.tweets-prev {
	font-size: 50px;
	color: #FFF;
}


/* ------------------ 6.Portfolio------------------ */

#portfolio-wrap {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #FFF;
	z-index: 5000;
	display: none;
	overflow: hidden;
}

#portfolio-page {
	height: 100%;
	width: 100%;
	display: table;
}

#portfolio-page #portfolio-content {
	vertical-align: middle;
	display: table-cell;
}

#protfolio-control {
	margin: 30px 0 0;
}

#protfolio-control #prev-project,
#protfolio-control #close-project,
#protfolio-control #next-project {
	display: inline-block;
	font-size: 40px;
	color: #CCC;
	display: inline-block;
	margin-top: 30px;
}

#protfolio-control #close-project {
	margin-top: -60px;
}

.img img {
	width: 100%;
}

.project-desc h3 {
	margin: 0 0 20px;
	text-align: center;
}

.project-details h3 {
	margin: 20px 0;
	text-align: center;
}

.project-details .list-details {
	margin: 0;
	padding: 0;
	list-style: none;
}

.project-details .list-details li {
	padding: 10px 0;
	border-bottom: 1px dashed #CCC;
}


.project-details .list-details li i {
	margin-right: 10px;
}

.h-link {
	content: url('../img/h-link.png');
	max-width: 40px;
	max-height: 40px;
}

.h-photo {
	content: url('../img/h-photo.png');
	max-width: 40px;
	max-height: 40px;
}

.h-video {
	content: url('../img/h-video.png');
	max-width: 40px;
	max-height: 40px;
}

.h-project {
	content: url('../img/h-project.png');
	max-width: 40px;
	max-height: 40px;
}


#portfolio-filter {
	margin: 50px 0 30px;
}

.portfolio-filter-list {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.portfolio-filter-list li {
	text-transform: uppercase;
	margin: -2px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
}

.portfolio-filter-list a {
	color: #fff;
	background: #333;
	font-family: 'Roboto';
	font-size: 11px;
	padding: 12px 14px;
	position: relative;
	display: inline-block;
	letter-spacing: 0.15em;
	font-weight: 300;
	text-decoration: none !important;
	border-right: 1px solid #555;
}

.portfolio-filter-list a:hover {
	opacity: 1;
	border-right: 1px solid #569DFF;
	background: #569DFF;
	color: #fff;
}

.portfolio-filter-list a.active {
	background: #569DFF;
	border-right: 1px solid #569DFF;
	color: #fff;
}



.portfolio-items {
	width: 100%;
	overflow: hidden;
	position: relative;

}

.portfolio-items article {
	float: left;
	overflow: hidden;
	position: relative;
	width: 25%;
}

.portfolio-items article * {
	-moz-transition: all 2s ease-out;
	-o-transition: all 2s ease-out;
	-webkit-transition: all 2s ease-out;
	transition: all 2s ease-out;
}

.portfolio-items article img {
	width: 100%;
}

.portfolio-items article:hover img {

	-moz-transform: rotate(0deg) scale(1.3);
	-ms-transform: rotate(0deg) scale(1.3);
	-webkit-transform: rotate(0deg) scale(1.3);
	transform: rotate(0deg) scale(1.3);
}

.portfolio-items article .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('../img/lini.png');
	color: #fff;
	top: 0;
	left: 0;
	opacity: 0;
	text-align: center;

	vertical-align: middle;
	padding: 50px 10px;
}

.portfolio-items article .overlay i {
	font-size: 70px;
}


.portfolio-items article .overlay h3 {
	font-size: 24px;
	text-align: center;
	padding-top: 10px;
	font-family: 'robotothin';
	color: #569DFF;
	vertical-align: center;
}

.portfolio-items article .overlay h3:after {
	content: ' ';
	width: 100px;
	display: block;
	margin: 10px auto;
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}

.portfolio-items article:hover .overlay {
	opacity: 1;
}

.portfolio-items article .overlay span {
	font-size: 22px;
	font-family: 'bebasneueregular';
	text-transform: uppercase;
}



.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope,
.isotope .isotope-item {
	z-index: 2;

	-webkit-transition-duration: 1.2s;
	-moz-transition-duration: 1.2s;
	-ms-transition-duration: 1.2s;
	-o-transition-duration: 1.2s;
	1 transition-duration: 1.2s;

	.isotope1 -webkt-transition-property: heigh1t, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: top, left, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}



/* ------------------ 7.Testimonial------------------ */

.testimonials-slider {
	margin: 0px auto 0;
	color: #444;
	text-align: center;
	font-family: 'robotothin';
}

.testimonials-slider .bxslider li p {
	margin: 10px 0;
	font-size: 24px;
	line-height: 1.2;
}

.testimonials-slider .bxslider li img {
	width: 150px;
	height: 150px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin: 20px auto 0;
}

.testimonials-slider .bxslider li span.name {
	display: block;
	font-family: 'bebasneueregular';
	font-size: 20px;
}

#client-wrap {
	background: rgba(255, 255, 255, 0.2);
	position: relative;
	z-index: 20;
}

.client-list {
	margin: 0;
	text-align: center;
	padding: 0;
	list-style: none;
}

.client-list li {
	list-style: none;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-right: 1px;
	margin-left: 1px;
	font-size: 13px;
}

.client-list i {
	color: #999;
}

.client-list i:hover {
	color: #569DFF;
}

.client-list i.active {
	color: #569DFF;
}

/* ------------------ 8.Contact------------------ */

#contact_wrap {
	position: relative;
}

#contact_wrap .container {
	position: relative;
	z-index: 2;
	pointer-events: none;
}

#contact_wrap .form-container {
	background: #FFF;
	padding: 20px;
	pointer-events: auto;
}

.contact-info {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

.contact-info li {
	padding: 5px 0;
}

.contact-info li i {
	margin-right: 10px;
}

.contact-form input.btn {
	display: block;
	width: 100%;
	margin: 0;

}

#map_canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


/* ------------------ 9.Widget------------------ */

.widget {
	margin: 0 0 20px;
}

.widget-title h3 {
	text-align: center;
	font-size: 20px;
	margin: 0 0 10px;
}

.widget-content {
	padding: 10px 0;
}


.search-form {
	position: relative;
	display: block;
	height: 35px;
}

.search-form .search-input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.search-form .submit {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: transparent;
	text-align: center;
	display: block;
	font-size: 16px;
	border-color: #aaa;
	color: #666;
}

.search-form .submit i {
	line-height: 32px;
}

.categories {
	list-style: none;
	padding: 0;
	margin: 0;
}

.categories li {
	border-bottom: 1px solid #EEE;
	padding: 7px 0;
}

.categories li a {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
}

.categories li a:before {
	content: '+';
	margin-right: 10px;
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
}


.tags {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tags li {
	display: inline-block;
	margin: 3px 2px;
}

.tags li a {
	display: inline-block;
	padding: 4px 10px;
	background: #f6f6f6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
}


/* ------------------ 10.Footer------------------ */

footer#footer {
	background: #333;
	padding: 5px 0;
	color: #FFF;
}

footer#footer ul.socicals {
	margin-top: 10px;
	margin-bottom: 8px;
	text-align: right;
	padding: 0 !important;
	line-height: 45px;
}

footer#footer ul.socicals li {
	display: inline-block;
}

footer#footer ul.socicals li a {
	color: #fff !important;
	font-size: 18px;
	display: inline-block;
	width: 32px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	transition: ease-in 0.2s;
	-webkit-transition: ease-in 0.2s;
	-moz-transition: ease-in 0.2s;
	position: relative;
	background: #393939;

}

footer#footer ul.socicals li a:hover {
	background: #569DFF;
}

footer#footer #copyright {
	line-height: 45px;
	font-size: 20px;
	padding: 7px 0;
	font-family: 'robotothin';
	text-align: left;
}

footer#footer #foot-te {
	line-height: 35px;
	font-size: 11px;
	text-align: left;
}

footer#footer #foot-num {
	line-height: 35px;
	font-size: 22px;
	text-align: left;
	font-family: 'bebasneueregular';
}





/* ------------------ 11.Services------------------ */

.service-section .parallax-header {
	padding-bottom: 0px !important;
}

.info {
	overflow: hidden;
	text-align: left;
}

.service-section {
	padding-bottom: 130px;
}

.service-section .service-icon {
	display: block;
	text-align: center;
	font-size: 100px;
	line-height: 150px;
	background: rgba(255, 255, 255, 0.15);
	color: #FFFFFF;
	z-index: 3;
	position: relative;
}

.icon-box {
	position: relative;
	margin-bottom: 40px;
	width: 150px;
	height: 150px;
	float: left;
	margin-right: 20px;
}

.arrow-right {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid rgba(255, 255, 255, 0.15);
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -10px;
}

.js .box-fade {
	opacity: 0;
}





.services {
	padding-top: 0px;
	padding-bottom: 80px;
	font-size: 15px;
	text-align: center;
}

#services-slider .servicesLink {
	zoom: 1;
	visibility: visible !important;
	filter: alpha(opacity=100);
	opacity: 1 !important;

}

.services-arrow-prev,
.services-arrow-next {
	display: block;
	width: 60px;
	height: 60px;
	color: #ffffff;
	font-size: 38px;
	line-height: 38px;
	position: absolute;
	bottom: 44%;
	z-index: 24;
}

.services-arrow-prev {
	text-indent: -2px;
	left: 0;
}

.services-arrow-next {
	text-indent: 2px;
	right: 0;
}

.services-arrow-prev:hover,
.services-arrow-next:hover {
	color: #ffffff;
}

.services-buttons {
	margin: 0 auto;
}

.services-buttons a {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: #569DFF;
	width: 140px;
	height: 140px;
	font-size: 60px;
	line-height: 136px;
	border-radius: 100%;
	margin: 4px 2px;
	background: #fff;
	border-left: 1px solid #569DFF;
	border-right: 1px solid #569DFF;
}

.services-buttons a i {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 140px;
	height: 140px;
	line-height: 140px;
	margin-bottom: 15px;
}

.services-buttons a:hover {
	font-size: 64px;
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	transition: 0.2s all linear;
}

.services-buttons a.current {
	font-size: 69px;
	color: #fff;
	background: #569DFF;
}



.text-ser-1 {
	font-size: 22px;
	line-height: 140%;
	font-family: 'robotothin';
	color: #555;
	text-align: center;
}


.text-ser-2 {
	margin-top: 50px;
	margin-bottom: 10px;
	font-family: 'robotothin';
	color: #569DFF;
	display: inline-block;
	font-size: 22px;
	padding: 7px 12px;
	border: 1px solid #569DFF;
	text-transform: uppercase;
}



.service-icon {
	margin: 22px 0;
}

.service-icon h3 {
	font-family: 'robotothin';
	color: #222;
	margin-bottom: 5px;
}

.service-icon span {
	float: left;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 40px;
	color: #fff;
	background: #569DFF;
	border-radius: 100%;
	margin: 0 25px 10px !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.service-icon:hover span {
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	background: #FFF;
	color: #569DFF;
}

.service-icon.float {
	text-align: right;
}

.service-icon.float span {
	float: right;
}

.ras-l {
	border-right: 1px dashed #aaa;
	border-left: 1px dashed #aaa;
}

.pad-l {
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px dashed #aaa;
	border-top: 1px dashed #aaa;
}

.sin-i {
	margin-top: 30px;
}

.sin-i img {
	width: 100%;
}

.service-box {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	padding: 20px;
	margin: 20px auto;
}

.service-box .wrap {
	text-align: left;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.service-box .wrap span {
	color: #AAA;
	font-size: 60px;
	text-shadow: 1px 0px 1px rgba(255, 255, 255, 0.8);
	line-height: 150px;
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0px;
	top: 0px;
	text-align: center;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.service-box .wrap .content {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 50%;
	top: 50%;
}

.service-box .wrap .content h4 {
	text-align: center;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.service-box .wrap .content p {
	text-align: center;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.service-box:hover {
	background: #F6F6F6;
}

.service-box:hover .wrap span {
	font-size: 90px;
	-webkit-animation: moveFromLeft 400ms ease;
	-moz-animation: moveFromLeft 400ms ease;
	-ms-animation: moveFromLeft 400ms ease;
}

.service-box:hover .wrap h4 {
	-webkit-animation: moveFromRight 300ms ease;
	-moz-animation: moveFromRight 300ms ease;
	-ms-animation: moveFromRight 300ms ease;
}

.service-box:hover .wrap p {
	-webkit-animation: moveFromBottom 500ms ease;
	-moz-animation: moveFromBottom 500ms ease;
	-ms-animation: moveFromBottom 500ms ease;
}

@-webkit-keyframes moveFromLeft {
	from {
		-webkit-transform: translateX(-100%);
	}

	to {
		-webkit-transform: translateX(0%);
	}
}

@-moz-keyframes moveFromLeft {
	from {
		-moz-transform: translateX(-100%);
	}

	to {
		-moz-transform: translateX(0%);
	}
}

@-ms-keyframes moveFromLeft {
	from {
		-ms-transform: translateX(-100%);
	}

	to {
		-ms-transform: translateX(0%);
	}
}

@-webkit-keyframes moveFromRight {
	from {
		-webkit-transform: translateX(100%);
	}

	to {
		-webkit-transform: translateX(0%);
	}
}

@-moz-keyframes moveFromRight {
	from {
		-moz-transform: translateX(100%);
	}

	to {
		-moz-transform: translateX(0%);
	}
}

@-ms-keyframes moveFromRight {
	from {
		-ms-transform: translateX(100%);
	}

	to {
		-ms-transform: translateX(0%);
	}
}

@-webkit-keyframes moveFromBottom {
	from {
		-webkit-transform: translateY(100%);
	}

	to {
		-webkit-transform: translateY(0%);
	}
}

@-moz-keyframes moveFromBottom {
	from {
		-moz-transform: translateY(100%);
	}

	to {
		-moz-transform: translateY(0%);
	}
}

@-ms-keyframes moveFromBottom {
	from {
		-ms-transform: translateY(100%);
	}

	to {
		-ms-transform: translateY(0%);
	}
}

/* ------------------ 12.Buttons------------------ */



.btn {
	border: none;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

.btn:hover,
.btn:active,
.btn:focus {
	color: #FFF;
	opacity: 1;
}

.btn-large {
	font-size: 1.1em;
	padding: 15px 30px;
}

.btn-light {
	color: #666 !important;
	background: #EEE;
	box-shadow: 0px 3px 0px 0px #CCC;
}

.btn-light:hover {
	background: #DDD;
}

.btn-dark {
	background: #444;
	border: 2px solid #666;
	padding: 40px 20px;
	font-size: 20px;
}

.btn-dark:hover {
	border: 2px solid #888;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;

}

.btn-blue {
	background: #3fb8e8;
	box-shadow: 0px 3px 0px 0px #3293ba;
}

.btn-blue:hover {
	background: #1baae3;
}

.btn-blue:active {
	box-shadow: 0px 1px 0px 0px #3293ba;
}

.btn-red {
	background: #f06060;
	box-shadow: 0px 3px 0px 0px #cd1313;
}

.btn-red:hover {
	background: #ed4444;
}

.btn-red:active {
	box-shadow: 0px 1px 0px 0px #cd1313;
}

.btn-pink {
	background: #ff6a80;
	box-shadow: 0px 3px 0px 0px #da0020;
}

.btn-pink:hover {
	background: #ff566f;
}

.btn-pink:active {
	box-shadow: 0px 1px 0px 0px #da0020;
}

.btn-orange {
	background: #fdc058;
	box-shadow: 0px 3px 0px 0px #e29003;
}

.btn-orange:hover {
	background: #fdb53a;
}

.btn-orange:active {
	box-shadow: 0px 1px 0px 0px #e29003;
}

.btn-purple {
	background: #aa65c7;
	box-shadow: 0px 3px 0px 0px #883da7;
}

.btn-purple:hover {
	background: #9e4fbf;
}

.btn-purple:active {
	box-shadow: 0px 1px 0px 0px #883da7;
}

.btn-green {
	background: #2ecc71;
	box-shadow: 0px 3px 0px 0px #239a55;
}

.btn-green:hover {
	background: #28b363;
}

.btn-green:active {
	box-shadow: 0px 1px 0px 0px #239a55;
}


.form-control {
	height: 45px;
	font-size: 18px;
	color: #fff;
	background: #444;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	border: 2px solid #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-family: "robotothin", Helvetica, Arial, sans-serif;
	border-radius: 0px;
}

.form-control:focus {
	color: #fff;
	border: 2px solid #AAA;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;

}

.bx-wrapper {
	margin-bottom: 10px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: transparent;
	left: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: transparent;
	border: 2px solid #FFF;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #FFF;
	opacity: 1;
}

.bx-wrapper .bx-controls-direction a {
	text-indent: 0;
	font-size: 50px;
	color: #FFF;
	background: rgba(0, 0, 0, 0.6);
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	z-index: 200;
}

.bx-wrapper .bx-caption {
	background: rgba(0, 0, 0, 0.6);
}

.bxslider {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bxslider li img {
	width: 100%;
}

.feature-box {
	width: 100%;
	text-align: center;
	margin: 30px 0;
}

.feature-box span {
	width: 160px;
	height: 160px;
	margin: 0 auto 10px;
	display: inline-block;
	color: #569DFF;
	overflow: hidden;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.feature-box span i {
	display: block;
	line-height: 160px;
	font-size: 100px;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.feature-box:hover span {

	background: transparent;
}

.feature-box:hover span i {
	-moz-transform: rotate(360deg) scale(1.5);
	-ms-transform: rotate(360deg) scale(1.5);
	-webkit-transform: rotate(360deg) scale(1.5);
	transform: rotate(360deg) scale(1.5);
}

.fancyline {
	position: relative;
	content: ' ';
	width: 100%;
	border-bottom: 1px solid #AAA;
	margin: 0 auto 20px;
}

.fancyline:before {
	position: absolute;
	content: ' ';
	width: 50px;
	border-bottom: 3px solid #AAA;
	bottom: -2px;
	left: 50%;
	margin-left: -25px;
}

.fancyline:after {
	position: absolute;
	content: ' ';
	width: 18px;
	border-bottom: 7px solid #AAA;
	bottom: -4px;
	left: 50%;
	margin-left: -9px;
}



blockquote {
	margin: 0 0 20px 0;
	padding: 0;
}

blockquote p {
	margin: 0;
	padding: 5px 0 5px 15px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	font-size: 18px;
	line-height: 22px;
}

.pullquote {
	width: 300px;
	margin: 15px 0;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	font-size: 18px;
	line-height: 1.2;
}

.pullquote.pull-left {
	padding: 0px 15px;
	border-left: 5px solid #EEEEEE
}

.pullquote.pull-right {
	padding: 0px 15px;
	text-align: right;
	border-right: 5px solid #EEEEEE
}


/* ------------------ 13.Piechart------------------ */


.piechart {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 30px auto;
	width: 100%;
}

.piechart canvas {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -80px;
}

.piechart span {
	border-radius: 100%;
	color: #fff;
	display: block;
	font-family: 'bebasneueregular', sans-serif;
	font-size: 60px;
	height: 162px;
	left: 50%;
	line-height: 162px;
	margin-bottom: 50px;
	margin-left: -61px;
	position: relative;
	top: 19px;
	width: 162px;
	z-index: 2;
}

.piechart h3 {
	text-align: center;
	padding-left: 10%;
}

.piechart span:after {
	content: '%';
	font-size: 50px;
}

/* ------------------ 14.Team------------------ */


.mem-item {
	margin: 30px 10px;
	overflow: hidden;
}

.mem-avatar {
	overflow: hidden;
}


.mem-avatar:hover:before {
	right: -460px;
}

.mem-avatar img {
	width: 100%;
	-webkit-transition: transform 0.7s ease 0.4s;
	-moz-transition: transform 0.7s ease 0.4s;
	-ms-transition: transform 0.7s ease 0.4s;
	transition: transform 0.7s ease 0.4s;
}


.mem-info {
	background: #569DFF;
	color: #666;
	padding: 15px 0 0px 0;
	height: 80px;
	border-top: 5px solid #fafafa;
	position: relative;
	text-align: center;
}


.mem-info .mem-pos {
	display: block;
	font-size: 18px;
	margin-top: 20px;
	font-family: "robotothin", Helvetica, Arial, sans-serif;
	margin-top: 0px;
	color: #fff;
}


.mem-matn {
	display: block;
	font-family: "robotothin", Helvetica, Arial, sans-serif;
	margin-top: -20px;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
	line-height: 24px;
}

.mem-sign {
	display: block;
	margin-top: 30px;
	text-align: center;
}

.m-p {
	margin-bottom: 40px;
}

.mem-name {
	display: block;
	font-size: 29px;
	margin-top: 10px;
	font-family: "bebasneueregular", Helvetica, Arial, sans-serif;
	margin-top: 0px;
	color: #fff;
}

.mem-info .mem-details {
	position: absolute;
	top: -450px;
	left: 0;
	height: 0px;
	width: 100%;
	display: table;
	z-index: 10;
	background: rgba(86, 157, 255, 0.92);
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.mem-avatar:hover+.mem-info .mem-details,
.mem-info:hover .mem-details {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	height: 445px;
}

.mem-details .socicals {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}


/* ------------------ 15.Social------------------ */



.socicals {
	margin: 0;
	padding: 0;
	text-align: center;
}

.socicals li {
	display: inline-block;
	margin: 1px;
}

.socicals li a {
	color: #111;
	width: 40px;
	height: 40px;
	font-size: 18px;
	display: inline-block;
	line-height: 40px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: #fff;
}

.socicals li a:hover {
	background: #111;
	color: #FFF;
}



/* ------------------ 16.Counter------------------ */


.stat-counter {
	text-align: center;
	margin: 30px 0;
	color: #666;
}

.stat-counter .number {
	display: inline-block;
	line-height: 100px;
	font-family: 'bebasneueregular', sans-serif;
	font-size: 50px;
	width: 160px;
	font-weight: 300;

}

.stat-counter .counter-icon {
	display: block;
	font-size: 50px;
	line-height: 1;
	color: #569DFF;
}


.stat-counter.white {
	color: #FFF;
}

.stat-counter.white .number {
	border-color: #FFF;
}

.process-item {
	background: rgba(0, 0, 0, 0.3);
	padding: 20px;
	text-align: center;
	margin: 30px 0;
	color: #FFF;
}

.process-item span {
	font-size: 60px;
}

.process-item p {
	text-align: center;
}


/* ------------------ 17.Alerts------------------ */

.alert-message {
	position: relative;
	border: 1px solid #ddd;
	display: block;
	background-color: #F9F9F9;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	font-weight: bold;
	padding: 10px 40px;
	margin-bottom: 20px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: normal;
}

.alert-message.warning {
	background-color: #fbf6e3;
	border-color: #efd877;
	color: #c4a80a;
}

.alert-message.warning a {
	color: #c4a80a;
}

.alert-message.success {
	background-color: #e9f2d2;
	border-color: #c0da66;
	color: #88b12b;
}

.alert-message.success a {
	color: #88b12b;
}

.alert-message.error {
	background-color: #ffe9e9;
	border-color: #e99f9f;
	color: #d25c5a;
}

.alert-message.error a {
	color: #d25c5a;
}

.alert-message.info {
	background-color: #dbe9f3;
	border-color: #9fc2dd;
	color: #468bbf;
}

.alert-message.info a {
	color: #468bbf;
}

.alert-message p {
	margin: 0;
	padding: 0;
}

.alert-message span.close {
	display: block;
	padding: 15px 15px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	opacity: 0.5;
	font-size: 11px;
}

.alert-message span.close:hover {
	opacity: 1;
}

/* 18. Gallery */
.gallery {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	column-gap: 3rem;
	box-sizing: border-box;
}

.gallery img {
	width: 300px;
	max-width: 95%;
	/* Asegura que las imágenes sean responsivas */
	height: auto;
	transition: opacity 1s ease-in-out;
	/* Posición inicial hacia abajo */
}

.gallery img:nth-child(even) {
	margin-top: 0;
	/* Posiciona las imágenes pares ligeramente más arriba */
}

.gallery img:nth-child(odd) {
	margin-top: 100px;
	/* Posiciona las imágenes impares ligeramente más abajo */
}

.gallery img.visible {
	opacity: 1;
	transition: opacity 2s ease-out;
}

/* Asegura que las imágenes sean responsivas dentro del slider*/


/* Estilos generales */
#transporte {
	display: flex;
	align-items: center;
	padding: 20px;
}

.slider {
	flex: 1;
}

.slides img {
	width: 100%;
	object-fit: cover;
}

/* Para pantallas pequeñas (móviles) */
@media (max-width: 1330px) {
	#transporte {
		flex-direction: column;
	}

	.slider {
		width: 100%;
		padding-top: 20px;
		/* Espaciado entre el texto y la imagen */
	}

	.slides img {
		width: 100%;
		height: auto;
	}
}