﻿@charset "utf-8";
/* CSS Document */

html, body {
    color: #ffffff;
    min-height: 100%;
    height: 100%;}

a, a:before, button, .btn, .partner {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
	outline:none;}
	
.head {
	padding:30px 0;}

.head .nav a {
    color: #ffffff;
    font-weight:400;
    font-size: 1.325em;
    margin: 0 1em;
}

.head .padding-top {
    padding-top: 20px;
}

.head .nav > li > a:hover, .head .nav > li > a:focus {
    border-radius: 0;
    text-decoration: none;
    background-color: transparent;
    border-bottom: 2px solid #00a6b0;
}

.head .nav > li.active > a, .head .nav > li > a.active, .head .nav > li > a.active:hover, .head .nav > li > a.active:focus {
    border-radius: 0;
    text-decoration: none;
    background-color: transparent;
    border-bottom: 2px solid #ffffff;
}

#lang {
    font-size: 1.2em;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

#lang:hover {
    border-bottom: 2px solid #ffffff;
}


.bp {
    min-height: 100%;
    margin-bottom: -63px;
    padding-bottom: 65px;
}

.logo {
    width: 100%;
	max-width:100px;}
	
.contact, .contact a {
	color:#ffffff;
	text-align:right;
	font-weight:400;
	text-decoration:none;}
	
.contact .work {
	color:#00a6b0;
	font-size:1.245em;
	cursor:pointer;
	text-decoration:none;
	border-bottom:1px solid #00a6b0; }
	
.contact .work:hover {
	color:#35e3ed;
	border-color:#35e3ed;
	} 
	
.contact i {
	color:#00a6b0;}
	
.adress {
	font-size:1.125em;}
	
.phone {
	font-size:1.625em;
	display:inline-block;}
	
.mail {
	font-size:1.125em;
	display:inline-block;
	margin-left:28px;}

/* Multilang */

* caret style */
.caret {
    position: relative;
}

/* dropdown style */
.dropdown.open .caret:before,
.dropdown.open .caret:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-width: 7px 8px;
    border-style: solid;
    border-color: transparent;
    z-index: 1001;
}
.dropdown.open .caret:before {
    bottom: -8px;
    right: -4px;
    border-bottom-color: #ccc;
}
.dropdown.open .caret:after {
    bottom: -8px;
    right: -4px;
    border-bottom-color: #fff;
}

.language .dropdown-menu {
    min-width: auto;
    right: -15px;
    left: auto;
}

.lang-icon {
    width: 20px;
    margin: -4px 5px 0 0;
}
#accordion {
    margin: 30px 0;
}
.panel {
    background: transparent;
}


.panel-heading h3 a, .panel-heading h3 a.collapsed {
    font-size: 1em;
    text-decoration: none;
    color: #e1e1e1;
    line-height: 1.25em;
    color: #ffffff;
}

.min-marg {
    margin-top: 20px;
}

.panel-heading h3 a:hover, .panel-heading h3 a[aria-expanded="true"] {
    color: #00a6b0;
}

label {
    font-weight: 100;
}

.form-group {
    margin-bottom: 0px;
}

input, textarea {
    margin-bottom: 15px;
}

button.btn-info {
    padding: 10px 45px;
}

.apps img {
    width: 45%;
    max-width: 142px;
}

.apps:nth-child(2) {
    margin-left: 10px;
}
/* navbar style */
.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.navbar-nav > .open > a .caret:before {
    bottom: -23px;
}
.navbar-nav > .open > a .caret:after {
    bottom: -24px;
}


	
.content {
	padding:60px 0;}	
	
h1 {
	color:#ffffff;
	font-size:2.625em;
	font-family: 'El Messiri', sans-serif;}
	
.btn-gradient {
	background: rgba(0,167,176,1);
	background: -moz-linear-gradient(45deg, rgba(0,167,176,1) 0%, rgba(90,84,164,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,167,176,1)), color-stop(100%, rgba(90,84,164,1)));
	background: -webkit-linear-gradient(45deg, rgba(0,167,176,1) 0%, rgba(90,84,164,1) 100%);
	background: -o-linear-gradient(45deg, rgba(0,167,176,1) 0%, rgba(90,84,164,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(0,167,176,1) 0%, rgba(90,84,164,1) 100%);
	background: linear-gradient(45deg, rgba(0,167,176,1) 0%, rgba(90,84,164,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a7b0', endColorstr='#5a54a4', GradientType=1 );
	color:#ffffff;
	padding:14px 24px;
	line-height:1;
	font-size:1.5em;
	border:none;
	margin:20px 0 50px 0;}
	
.btn-gradient:hover {
	color:#ffffff;
	background-size:120%;
	transform:scale(1.1,1.1);}
	
.part {
	margin:70px 0 0 0;}
	
.partner_link {
	background:#ffffff;
	border-radius:10px;
	padding:5px 0;
	margin:5px 0;
	display:block;}
	
.partner {
	max-height:85px;
	width:90%;
	max-width:300px;
	margin:20px auto;}	
	
.partner:hover {
	transform:scale(1.1,1.1);}
	
footer {
	color:#ffffff;
	font-size:0.9em;
	font-weight:400;
	padding:20px 0;}
	
.footer {
	background:rgba(2,25,50,0.5)}
	
	
@media (max-width: 768px) {
	
body {
	font-size:13px;}
	
h1, h2, h3, h4 h5  {
	text-align:center;}

nav {
    text-align: center;
}

.head .padding-top {
    padding-top: 40px;
}

.head .language, .head .nav{
    font-size: 16px;
}

.head .nav a {
    margin: 0 0.2em;
}

nav .nav {
    display: inline-block;
    margin: 0 auto;
}
	
.contact {
	text-align:center;
	margin-top:25px;}
	
.mobi {
	display:inline-block;
	margin:0 auto;}
	
.logo {
	margin: 0 auto;
    display: block;}
	
.btn-gradient {
	margin:0 auto;
	display:table;}
	

	
	
}
	
	


/* Video background */
.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: fixed;
	width:100%;
	height:100%;
	top:0;
	z-index:-1;
	background:#04101e;}
	
.no-video .video-container video,
.touch .video-container video {
    display: none;}
	
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;}
	
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
	opacity:0.3;}
	
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;}
	
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;}
	
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;}
	
.video-container video.fillWidth {
    width: 100%;}