/*
 * This is the main css file that ships with the airspace theme.
 * In airspace, it is called style.css
 * However, style.css now holds additional styles for this jekyll port. (Not written by ThemeFisher)
 * The original style.css is now called airspace.css
 * 
 */

/*
 * To stay compliant with the General Data Protection Regulation (GDPR) aka
 * Datenschutz-Grundverordnung (DSGVO) we do not use `fonts.googleapis.com`
 * nor `fonts.gstatic.com`. Please use `airspace-local-fonts.css`.
 * The corresponding fonts were downloaded and put in the fonts directory.
 *
 *
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
@import url(http://fonts.googleapis.com/css?family=Volkhov:400italic);
*/

/* var text-decoration */
/*--
	Common Css
--*/
@font-face{
	font-family: 'Roboto', sans-serif;
	font-display: auto;
	src: local('Roboto')
}
body {
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
}
header .navbar-nav>li{
	display: block;
	float: none;
}
header .navbar-default .navbar-nav li a {
	color: #6F88A9;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
	background-color: #1a4668;
	border-radius: 2px;
}
.rel{
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1a4668;
	font-family: 'Roboto', sans-serif;
}
h2 {
	font-size: 30px;
	font-weight: 400;
}
h3 {
	font-size: 28px;
	font-weight: 300;
}
p {
	font-size: 15px;
	line-height: 28px;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
a,
a:active,
a:focus,
a:active {
	text-decoration: none !important;
}

.section{
	padding: 100px 0;
}

.section-title {
	margin-bottom: 70px;
}
.section-title h2 {
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 600;
}
.section-title p {
	font-family: 'Volkhov', serif;
	font-style: italic;
	color: #666;
}

.btn-main, .btn-transparent, .btn-small {
		background: #6F88A9;
		color: #fff;
		display: inline-block;
		font-size: 14px;
		letter-spacing: 1px;
		padding: 14px 35px;
		text-transform: uppercase;
		border-radius: 0;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
}

.btn-main:hover, .btn-transparent:hover, .btn-small:hover {
		background: #CBD8E4;
		color: #fff;
}

/*--
	Header Start
--*/
header .container{
	margin-bottom: 10px;
	background: linear-gradient(to right, #c7dced 0%,#d1e1ee 25%, #dae4ed 50% ,#dde6eb 75%, #e1e6ec 100%);
}
header .navbar {
	margin-bottom: 0px;
	border: 0px;
}
header .navbar-brand {
	padding-top: 7px;
}
header .navbar-default {
	background: none;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}
header .navbar-default .navbar-nav {
	display: inline-block;
}
header .navbar-default .navbar-nav li a {
	color: #1a4668;
	/*padding: 10px 26px;*/
	font-size: 15px;
}
font header .navbar-default .navbar-nav li a:hover {
	color: #000;
}

/*---------------------------------------------
					Index Start
-----------------------------------------------*/
/*--
	Slider Start
--*/
#header-image {
	width: 100%;
	height: auto;
}
#slider .container {
	/*top left bottom right*/
	padding: 0 0 5px 0;
}
/*#slider {
	background: url("../img/slider-bg.jpg") no-repeat;
	background-size: cover;
	height: 13vw;
	position: relative;
}
#slider-software {
	background: url("../img/slider-bg.jpg") no-repeat;
	background-size: cover;
	background-position-y: -13vw;
	height: 13vw;
	position: relative;
}
#slider-akademie {
	background: url("../img/slider-bg.jpg") no-repeat;
	background-size: cover;
	background-position-y: -15vw;
	height: 13vw;
	position: relative;
}
#slider-info {
	background: url("../img/slider-bg.jpg") no-repeat;
	background-size: cover;
	background-position-y: -57vw;
	height: 13vw;
	position: relative;
}
#slider-unternehmen {
	background: url("../img/slider-bg.jpg") no-repeat;
	background-size: cover;
	background-position-y: -85vw;
	height: 13vw;
	position: relative;
}*/

#slider .block {
	color: #E3E3E4;
}
#slider .block h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 45px;
	line-height: 60px;
	letter-spacing: 10px;
	padding-bottom: 45px;
}
#slider .block p {
	font-size: 23px;
	line-height: 40px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: 3px;
}
#mail{
	position: relative;
	margin-right: 10px;

}
#phone{
	position: relative;

}
#icons{
	position: absolute;
	min-width: 70px;
	top: 13px;
	left: 92%;
}
#icons img{
	height: 24px
}
/* renamed from "slider img" to disable behavior for header-image */
#slider-img{
	height: 24px;
	width: auto;
}
/*--
	wrapper Start
--*/
#intro {
	padding: 20px 0;
	margin-bottom: 40px;
}
#intro	h1 {
	padding-top: 10px;
	line-height: 27px;
	margin: 0;
	color: #1a4668;
}
#intro	p {
	color: #1a4668;
	padding-top: 20px;
}

#intro .section-title {
	margin-bottom: 0px;
}
#intro .section-title p {
	padding-top: 20px;
}
/*--
	service Start
--*/
#service {
	text-align: center;
	padding: 90px 0;
}
#service .service-item {
	padding-bottom: 30px;
}
#service .service-item i {
	font-size: 60px;
	color: #4A4656;
}
#service .service-item h4 {
	padding-top: 20px;
	margin: 0;
	color: #666;
}
#service .service-item p {
	color: #888;
	padding-top: 10px;
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
}
/*--
	call-to-action Start
--*/
#call-to-action {
	background: url("../img/call-to-action-bg.jpg") no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 70px 0px;
	position: relative;
	text-align: center;
	color: #fff;
}
#call-to-action:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #6F88A9;
	opacity: 0.8;
}
#call-to-action h2 {
	padding-bottom: 20px;
	line-height: 33px;
	margin: 0;
	font-size: 30px;
}
#call-to-action p {
	font-size: 14px;
	line-height: 1.6;
}
#call-to-action .btn-call-to-action {
	padding: 15px 35px;
	border: none;
	background-color: #fff;
	font-size: 15px;
	color: #333333;
	margin-top: 30px;
}
/*--
	Feature Start
--*/
#feature{
	margin-bottom: 40px;
}
#feature img{
	display: block;
	height: 200px;
	width: auto;
	margin-left: auto;
	margin-right: auto;

}
#feature h1{
	text-align: center;
	color: #1a4668;
}
#feature h1:after {
	content: ""; /* This is necessary for the pseudo element to work. */ 
	display: block; /* This will put the pseudo element on its own line. */
	margin: 0 auto; /* This will center the border. */
	width: 50%; /* Change this to whatever width you want. */
	padding-top: 10px; /* This creates some space between the element and the border. */
	border-bottom: 2px solid #1a4668; /* This creates the border. Replace black with whatever color you want. */
}
#feature p{
	text-align: center;
	color: #1a4668;
}
.feature-container{
	padding: 10px 0 10px 0;

}
.feature-box{
	position: relative;
	background: #bbd6eb;
	border: 10px solid #d1e1ee;
	height: 400px;
	max-width: 250px;
	padding: 10px;
	box-shadow: 2px 2px 10px 1px rgb(87, 87, 87);
}
.feature-row-2{
	box-sizing: border-box;
	display: inline-block;
	overflow: hidden;
	float: none;
	height: auto;
	margin: 0 auto;
}

/*--
	content Start
--*/
#testimonial {
	padding: 100px 0;
}
#testimonial .block h2 {
	line-height: 27px;
	color: #5C5C5C;
	padding-top: 110px;
}
#testimonial .block p {
	padding-top: 50px;
	color: #7B7B7B;
}
#testimonial .counter-box li {
	width: 50%;
	float: left;
	text-align: center;
	margin: 30px 0 30px;
}
#testimonial .counter-box li i {
	font-size: 35px;
}
#testimonial .counter-box li h4 {
	font-size: 30px;
	font-weight: bold;
}
#testimonial .counter-box li span {
	color: #555;
}
#testimonial .testimonial-carousel {
	text-align: center;
	width: 75%;
	border: 1px solid #DEDEDE;
	padding: 24px;
	margin: 0 auto;
}
#testimonial .testimonial-carousel img {
	padding-bottom: 38px;
}
#testimonial .testimonial-carousel p {
	line-height: 28px;
	font-weight: 300;
	padding-bottom: 20px;
}
#testimonial .testimonial-carousel .user img {
	padding-bottom: 0px;
	border-radius: 500px;
}
#testimonial .testimonial-carousel .user p {
	padding-bottom: 0;
	font-size: 12px;
	line-height: 20px;
	color: #353241;
}
#testimonial .testimonial-carousel .user p span {
	display: block;
	color: #353241;
	font-weight: 600;
}
#testimonial .testimonial-carousel .owl-carousel .owl-pagination div {
	border: 1px solid #1D1D1D;
	border-radius: 500px;
	display: inline-block;
	height: 10px;
	margin-right: 15px;
	width: 10px;
}
#testimonial .testimonial-carousel .owl-carousel .owl-pagination div.active {
	background: #5C5C5C;
	font-size: 30px;
	display: inline-block;
	border: 0px;
}
/*--
	features Start
--*/
#clients-logo-section {
	padding-top: 30px;
	padding-bottom: 75px;
}
#clients-logo-section .clients-logo-img {
	padding: 0px 50px;
}
/*---------------------------------------------
					Work Start
-----------------------------------------------*/
/*--
	Slider-work Start
--*/
#global-header {
	background: url("../img/slider-bg.jpg") no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 75px;
	position: relative;
	background-attachment: fixed;
}
#global-header:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to left, #B6D4F6, #6F88A9 70%);
	opacity: 0.8;
}
#global-header .block {
	color: #E3E3E4;
	margin: 0 auto;
	padding-left: 90px;
	text-align: center;
}
#global-header .block h1 {
	font-weight: 100;
	font-size: 45px;
	letter-spacing: 6px;
	padding-bottom: 15px;
	margin-top: 0;
	text-transform: capitalize;
}
#global-header .block p {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	word-spacing: 3px;
}
/*--
	portfolio-work Start
--*/
#portfolio-work {
	overflow: hidden;
	padding: 80px 0;
}
#portfolio-work .block .portfolio-menu {
	padding-bottom: 30px;
	text-align: center;
}
#portfolio-work .block .portfolio-menu ul {
	border: 1px solid #999999;
	display: inline-block;
	margin-bottom: 40px;
}
#portfolio-work .block .portfolio-menu ul li {
	display: inline-block;
	padding: 0px 25px;
	cursor: pointer;
	font-size: 15px;
	line-height: 40px;
	font-weight: 600;
	color: #333333;
	text-transform: capitalize;
	position: relative;
}
#portfolio-work .block .portfolio-menu ul .active {
	color: #655E7A;
	position: relative;
}
#portfolio-work .block .portfolio-menu ul .active:before {
	content: "\f0d7";
	position: absolute;
	font-family: 'FontAwesome';
	bottom: -18px;
	font-size: 30px;
	width: 20px;
	left: 0px;
	right: 0px;
	top: 23px;
	margin: 0 auto;
	color: #fff;
	text-shadow: 0 1px 0px rgba(0, 0, 0, 0.9);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#portfolio-work .block .portfolio-menu ul li:hover:before {
	content: "\f0d7";
	position: absolute;
	font-family: 'FontAwesome';
	bottom: -18px;
	font-size: 30px;
	width: 20px;
	left: 0px;
	right: 0px;
	top: 24px;
	margin: 0 auto;
	color: #fff;
	text-shadow: 0 1px 0px rgba(0, 0, 0, 0.9);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#portfolio-work .block .portfolio-contant ul li {
	float: left;
	width: 32.22%;
	overflow: hidden;
	margin: 6px;
	position: relative;
}
#portfolio-work .block .portfolio-contant ul li:hover .overly {
	opacity: 1;
}
#portfolio-work .block .portfolio-contant ul li:hover .position-center {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
#portfolio-work .block .portfolio-contant ul li a {
	display: block;
	color: #fff;
}
#portfolio-work .block .portfolio-contant ul li a h2 {
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#portfolio-work .block .portfolio-contant ul li a p {
	font-size: 15px;
}
#portfolio-work .block .portfolio-contant ul li a span {
	font-style: italic;
	font-size: 13px;
	color: #655E7A;
}
#portfolio-work .block .portfolio-contant ul img {
	width: 100%;
	height: auto;
}
#portfolio-work .block .portfolio-contant .overly {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	text-align: center;
}
#portfolio-work .block .portfolio-contant .position-center {
	position: absolute;
	top: 50%;
	left: 10%;
	-webkit-transform: translate(0%, 50%);
	-moz-transform: translate(0%, 50%);
	-ms-transform: translate(0%, 50%);
	transform: translate(0%, 50%);
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
}
#portfolio-work .block .mix {
	display: none;
}
/*--
	wrapper-work Start
--*/
#wrapper-work {
	overflow: hidden;
	padding-top: 100px;
}
#wrapper-work ul li {
	width: 50%;
	float: left;
	position: relative;
}
#wrapper-work ul li img {
	width: 100%;
	height: 100%;
}
#wrapper-work ul li .items-text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	padding-left: 44px;
	padding-top: 140px;
}
#wrapper-work ul li .items-text h2 {
	padding-bottom: 28px;
	padding-top: 75px;
	position: relative;
}
#wrapper-work ul li .items-text h2:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 75px;
	height: 3px;
	background: #fff;
}
#wrapper-work ul li .items-text p {
	padding-top: 30px;
	font-size: 16px;
	line-height: 27px;
	font-weight: 300;
	padding-right: 80px;
}
/*--
	features-work Start
--*/
#features-work {
	padding-top: 50px;
	padding-bottom: 75px;
}
#features-work .block ul li {
	width: 19%;
	text-align: center;
	display: inline-block;
	padding: 40px 0px;
}
/*---------------------------------------------
					Work Close
-----------------------------------------------*/
/*=============================================*/
/*---------------------------------------------
					 Contact Start
-----------------------------------------------*/
/*--
	slider-contact Start
--*/
#slider-contact {
	background: url("../img/slider-bg.jpg") no-repeat;
	background-position-y: 0;
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 107px;
	position: relative;
}
#slider-contact:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to left, #928dab, #1f1c2c 70%);
	opacity: 0.8;
}
#slider-contact .block {
	color: #E3E3E4;
	margin: 0 auto;
	padding-left: 90px;
}
#slider-contact .block h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 45px;
	line-height: 60px;
	letter-spacing: 6px;
	padding-bottom: 15px;
}
#slider-contact .block p {
	font-size: 23px;
	line-height: 40px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	word-spacing: 3px;
}
/*--
	contact-form Start
--*/
#contact-form {
	padding-top: 70px;
	padding-bottom: 35px;
}
#contact-form .block form .form-group {
	padding-bottom: 15px;
	margin: 0px;
}
#contact-form .block form .form-group .form-control {
	background: #F6F8FA;
	height: 60px;
	border: 1px solid #EEF2F6;
	box-shadow: none;
	width: 100%;
}
#contact-form .block form .form-group-2 {
	padding-bottom: 15px;
	margin: 0px;
}
#contact-form .block form .form-group-2 textarea {
	background: #F6F8FA;
	height: 135px;
	border: 1px solid #EEF2F6;
	box-shadow: none;
	width: 100%;
}
#contact-form .block button {
	width: 100%;
	height: 60px;
	background: #6F88A9;
	border: none;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}
/*--
	wrapper-contact Start
--*/
.address-block li {
	margin-bottom: 20px;
}
.address-block li i {
	margin-right: 15px;
	font-size: 20px;
	width: 20px;
}
.social-icons {
	margin-top: 40px;
}
.social-icons li {
	display: inline-block;
	margin: 0 6px;
}
.social-icons a {
	display: inline-block;
}
.social-icons i {
	color: #2C2C2C;
	margin-right: 25px;
	font-size: 25px;
}
.google-map {
	position: relative;
}
.google-map #map {
	width: 100%;
	height: 300px;
	background-color: #ff432e;
}
#contact-box {
	padding-top: 35px;
	padding-bottom: 58px;
}
#contact-box .block img {
	width: 100%;
}
#contact-box .block h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #000;
	font-size: 28px;
	padding-bottom: 30px;
}
#contact-box .block p {
	color: #5C5C5C;
	display: block;
}
/*--
	features-contact Start
--*/
#features-contact {
	padding-top: 50px;
	padding-bottom: 75px;
}
#features-contact .block ul li {
	width: 19%;
	text-align: center;
	display: inline-block;
	padding: 40px 0px;
}
/* Blog */
.blog-post{
	margin-bottom: 50px;
}

.blog-post img{
	margin-bottom: 15px;
}
.blog-post p{
	margin: 15px 0 20px;
}

.post-title{
	color: #655E7A;
	font-size: 25px;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
}
/*---------------------------------------------
					Contact Close
-----------------------------------------------*/
/*--------- Heading------------*/
.heading {
	padding-bottom: 60px;
	text-align: center;
}
.heading h2 {
	color: #000;
	font-size: 30px;
	line-height: 40px;
	font-weight: 400;
}
.heading p {
	font-size: 18px;
	line-height: 40px;
	color: #292929;
	font-weight: 300;
}
/*---------------------------*/
/*--
	footer Start
--*/
footer .container{
	background: #F5F5F5;
	text-align: center;
	padding: 48px 0 0 0;
}
footer p {
	font-size: 13px;
	line-height: 25px;
	color: #919191;
}
footer a {
	color: #595959;
}
footer .footer-manu {
	padding-bottom: 25px;
}
footer .footer-manu ul {
	margin: 0px;
	padding: 0px;
}
footer .footer-manu ul li {
	display: inline-block;
	padding: 0px 20px;
}
footer .footer-manu ul li a {
	display: inline-block;
	color: #494949;
}
footer .footer-manu ul li a:hover {
	color: #000;
}
.centered{
	text-align: center;
}
.div-centered{
	float: none;
	margin: 0 auto;
}
.team-left img{
	float: right;
	height: 300px;
	width: auto;
	padding-top: 2rem;
	margin-left: 2rem;
}
.team-left{
	text-align: right;
}

.team-right img{
	float: left;
	height: 300px;
	width: auto;
	margin-left: 1rem;
	padding-top: 2rem;
	margin-right: 2rem;
}
.team-right{
	text-align: left;
}

.row-eq-height {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
#team{
	padding-bottom: 5rem;
}
#nav-logo{
	display: none;
}
.navbar-fixed{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5;
	margin-top: 0;

}
.nav-active{
	background-color: #bbd6eb;
}

.news-box{
	background-color: #d1e1ee;
	border: 10px solid #fff;
	padding: 0;
}
.news-sum{
	padding: 10px;
}
.news-box h1{
	margin-top:10px;
}
.news-img{
	height: auto;
	width: 100%;
}
.news-box a{
	color: #1a4668;
}
.news-box a:hover{
	color: #2a6496;
}
.dropdown {
	display: inline-block;
	padding: 15px;
}
.dropdown-content{
	display: none;
	border-radius: 2px;
	position: absolute;
	min-width: 170px;
	width: 50vw;
	z-index: 2;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	background-color: #bbd6eb;
	left: 0;
	top: 50px;
}
.dropdown-content-1{
	width: 25vw;
}
.dropdown-content-2{
	width: 50vw;
}
.dropdown-content-3{
	width: 60vw;
}
.dropdown-content h1{
	color: #1a4668;
	font-size: 2rem;
	min-width: 170px;
}
.dropdown-content h1:after {
	content: ""; /* This is necessary for the pseudo element to work. */ 
	display: block; /* This will put the pseudo element on its own line. */
	margin: 0 auto; /* This will center the border. */
	width: 50%; /* Change this to whatever width you want. */
	padding-top: 5px; /* This creates some space between the element and the border. */
	border-bottom: 1px solid #1a4668; /* This creates the border. Replace black with whatever color you want. */
}
.dropdown-content a {
	float: none;
	color: #1a4668;
	border-radius: 2px;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	min-width: 170px;
}
.dropdown:hover .dropdown-content{
	display: block;
}
.visible{
	display: block;
}
.dropdown-content a:hover{
	color: #fff;
	background-color: #1a4668;
}
#header-popup{
	display: none;
	position: absolute;
	top: 20%;
	left: 30%;
	height: auto;
	width: 40%;
	background: #bbd6eb;
	padding: 20px;
}
#header-popup-bg{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(190, 190, 190, 0.7);
	z-index: 10;
}
#header-popup h1{
	display: block;
	text-align: center;
	margin: 0 auto;
}
#header-popup img{
	display: block;
	position: absolute;
	top: 5px;
	left: 95%;
}

#header-popup-phone{
	display: none;
	position: absolute;
	top: 20%;
	left: 30%;
	height: auto;
	width: 40%;
	background: #bbd6eb;
	padding: 20px;
}
#header-popup-phone-bg{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(190, 190, 190, 0.7);
	z-index: 10;
}
#header-popup-phone h1{
	display: block;
	text-align: center;
	margin: 0 auto;
}
#header-popup-phone img{
	display: block;
	position: absolute;
	top: 5px;
	left: 95%;
}
/* POPUP */
.rel h1{
	color: #1a4668;
	border-bottom: 1px solid #1a4668;
	padding-bottom: 20px;
}
.rel h2{
	color: #1a4668;
	font-size: 2.5rem;
	margin-bottom: 20px;
}
.rel li{
	color: #1a4668;
	font-size: 2rem;
	margin: 10px;
}
#page-single h1{
	text-align: center;
}
.navbar-toggle {
	float: left;
}