/* 	Blu: #3d68b2	rgb(61, 104, 178) 
	Red: #9d162e	rgb(157, 22, 46)
*/

@charset "UTF-8";
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,300%7CLato:400,300&subset=latin,greek");

.come-in {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s;
}

@keyframes come-in {
  to { transform: translateY(0); }
}
.uppercase{
	text-transform:uppercase;
}
.esrever { 
  unicode-bidi: 
  bidi-override; 
  direction: rtl; 
}
body {
/*	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	font-family: 'Raleway', sans-serif;
    color: #333;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
}
.blue-typo{
  color: #3967B1;
}
li {
    margin-top: 10px;
    margin-bottom: 10px;
}
.header-background {
	display: block;
    z-index: 1;
    opacity: 1 !important;
    -ms-filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	background-color: #005AA7;
	background: -webkit-gradient(to top, #FFFFFF, #005AA7);
	background: -webkit-linear-gradient(to top, #FFFFFF, #005AA7);
	background: -moz-linear-gradient(to top, #FFFFFF, #005AA7);
	background: -ms-linear-gradient(to top, #FFFFFF, #005AA7);
	background: -o-linear-gradient(to top, #FFFFFF, #005AA7);
	background: linear-gradient(to top, #FFFFFF, #005AA7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.navbar {
	z-index: 9000;
}

.navbar-transparent {
	padding: 20px 50px;
	background: transparent;
}
.navbar-black {
	padding: 20px 50px;
	border-radius: 0;
	background: #4A4A4A;
}

.navbar-transparent .navbar-brand, .navbar-black .navbar-brand {
	font-weight: 400;
	font-size: 20px;
}

.navbar-transparent a, .navbar-black a {
	color: rgb(255, 255, 255, 0.8);
	text-shadow: none;
	transition: color ease 0.05s;
	font-size: 15px;
}
.navbar-transparent .nav > li > a:hover, .navbar-transparent .nav > li > a:focus, .navbar-transparent a.active, .navbar-black .nav > li > a:hover, .navbar-black .nav > li > a:focus, .navbar-black a.active {
	color: white;
	background: transparent;
}
.navbar-transparent .nav > li > a.btn:hover, .navbar-transparent .nav > li > a.btn:focus, .navbar-black .nav > li > a.btn:hover, .navbar-black .nav > li > a.btn:focus {
	background: #fff;
}

ul.dropdown-menu {
	background: #fff;
	color: #fff;
}

.dropdown-menu > li > a {
	background: #fff;
	color: #000080;
    text-align: right;
}


.navbar .btn {
	padding: 10px 20px;
	margin: 5px 0;
	margin-left: 15px;
}

.header-content {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 300px;
	top: 30%;
	color: #fff;
	text-align: center;
	height: calc(100% - 100px);
	height: 100%;
	overflow: hidden;
}

.header-page {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 300px;
	top: 10%;
	color: #fff;
	text-align: center;
	height: 100%;
	overflow: hidden;
}

.header-content h1 {
	font-size: 6em;
	font-weight: 300;
	text-transform: uppercase;
}
.header-content p.lead {
	font-size: 2.2em;
}
.header-content .btn-lg {
	margin-top: 30px;
	margin-right: 20px;
	padding: 12px 30px;
	font-size: 1.4em;
	border-radius: 100px;
	border-shadow: none; 
}
.header-content .btn-lg:last-child {
	margin-right: 0;
}
.header-content .btn-default.btn-lg {
	background-color: rgba(127,140,141, 0.5);
	border: 1px solid rgb(127,140,141);
	color: white;
}
.header-content .btn-default.btn-lg:hover {
	background-color: rgba(116,130,131,0.5);
    transition: background-color 0.1s ease-in;
}

.navbar-brand.brand-logo {
	padding-top: 5px;
}
.logo, .logo2 {
	height: 200px;
}

.btn-info {
  color: #3d68b2;
  background: #fff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #000080;
}

/*.btn-primary {
  color: #fff;
  background: #005AA7;
}*/
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #000080;
}

.body {
	position: absolute;
	z-index: 100;
	top: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 100%;
	text-align: center;
}
.page {
	position: absolute;
	z-index: 100;
	top: 40%;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 0;
	text-align: center;
}
.section {
    z-index: 100;
    position: relative;
    background-color: #ffffff;
	padding: 20px 0;
	display: block;
	text-align: center;
}
.section h3 {
	margin-bottom: 20px;
}
.section p {
	margin-bottom: 20px;
}

.section h2 {
	font-weight: 300;
	font-size: 2.4em;
	margin-top: 30px;
	margin-bottom: 20px;
}
.features {
	margin-top: 100px;
	margin-bottom: 100px;
}
.features h3 {
	margin-top: 60px;
	text-align: center;
	font-size: 1.5em;
}
.features img {
	height: 150px;
	width: 150px;
	display: block;
	margin: 0 auto;
}
.features p {
	padding: 0 20px;
	text-align: center;
	font-size: 14px;
    line-height: 1.6;
    margin: 15px 0;
    color: #515157;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.section.blue {
	background: #447AA0;
    padding: 30px 0 30px 0;
	min-height: 200px;
	color: rgba(255,255,255,0.8);
	text-align: center;
}

.section.blue .row h3 {
	text-align: center;
	font-size: 1.6em;
}
.section.blue .row p {
	font-size: 1.1em;
	text-align: center;
	margin-top: 20px;
}
.section.blue .btn.btn-lg {
	display: inline-block;
	width: auto;
	font-weight: 300;
	margin: 50px auto 5px;
}

.section.blue .row img {
	margin-top: 30px;
	margin-bottom: 10px;
}

.img2 img {
	margin-top: 30px;
	margin-bottom: 10px;
	height: 100px;
}
	
.partners {
	margin-top: 10px;
}
.partners div {
	line-height: 100px;
	width: 170px;
	display: inline;
	margin: 0 30px;
}
.partners img {
	width: 100px;
	padding: 5px;
	vertical-align: middle;
}

.section.footer {
/*	background: #3d68b2;
	color: rgba(238,238,238,0.68);*/
	background-color: #005AA7;
	background: -webkit-gradient(to bottom, #FFFFFF, #005AA7);
	background: -webkit-linear-gradient(to bottom, #FFFFFF, #005AA7);
	background: -moz-linear-gradient(to bottom, #FFFFFF, #005AA7);
	background: -ms-linear-gradient(to bottom, #FFFFFF, #005AA7);
	background: -o-linear-gradient(to bottom, #FFFFFF, #005AA7);
	background: linear-gradient(to bottom, #FFFFFF, #005AA7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	
    padding: 10px 0 0 0;
	text-align: left;
	font-weight: 300;
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
}

.section.footer h4 {
	font-size: 15px;
	font-weight: 400;
	color: #eee;
}
.section.footer ul {
	list-style: none;
	font-weight: 300;
	padding: 0;
}
.section.footer li {
	padding: 5px 0;
}
.section.footer a {
	color: rgba(255,255,255,0.7);
}
.section.footer a:hover {
	color: #fff;
	text-decoration: none;
}
.section.footer p {
	padding-top: 5px;
}
.section.footer p.legal {
	padding-top: 25px;
	color: #fff;
}

.section.footer form.newsletter .form-control {
	border: none;
	border-radius: 0;
	background: rgba(238,238,238,0.08);
	width: 250px;
	color: #A0A0A0;
}
.section.footer form.newsletter .form-control:focus, .section.footer form.newsletter .form-control:active {
	background: rgba(238,238,238,0.2);
	box-shadow: none;
}
.section.footer form.newsletter .btn {
	padding-right: 25px;
	padding-left: 25px;
}
.section.footer form.newsletter .btn:hover {
	border-left: 1px solid #3498DB;
}

/* Features
   --------------------------- */
   
.section .features-section-heading {
	font-size: 2.5em;
	margin-top: 70px;
}

.section .feature-grid {
	width: 100%;
	height: 350px;
	position: relative;
	margin-top: 60px;
	margin: 60px auto 10px;
	display: block;
}
.section .feature {
	display: inline-block;
	background: rgba(207,207,201,0.1);	
	border: 1px solid rgba(207,207,201,0.5);
/*	border-radius: 10px;*/
	margin: 0 5px 10px;
	padding: 20px;
	display: block;
	height: 350px;
	width: calc(25% - 10px);
	width: 275px;
	width: 100%;
	-webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all o.1s linear;
    -ms-transition: all 0.1s linear;
    -kthtml-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.section .feature:hover {
	-webkit-box-shadow: 0 10px 20px rgba(206,206,206,0.39);
    -moz-box-shadow: 0 10px 20px rgba(206,206,206,0.39);
	box-shadow: 0 10px 20px rgba(206,206,206,0.39);
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
}
.section  .feature-grid .feature .feature-inside {
	display: block;
	padding: 20px;
	display: block;
	height: 350px;
	width: calc(25% - 10px);
	width: 275px;
}
.row.grid-centered {
	width: 90%;
	margin: auto;
}

.section.blue-gradient-background {
	background-color: #005AA7;
	background: -webkit-gradient(to top, #FFFFFF, #005AA7);
	background: -webkit-linear-gradient(to top, #FFFFFF, #005AA7);
	background: -moz-linear-gradient(to top, #FFFFFF, #005AA7);
	background: -ms-linear-gradient(to top, #FFFFFF, #005AA7);
	background: -o-linear-gradient(to top, #FFFFFF, #005AA7);
	background: linear-gradient(to bottom, #FFFFFF, #005AA7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: white;
}

.section.use-navigation{
	margin-top: calc(-20px - 94px);
	padding-top: 94px;
}

.section .feature h3 {
	font-size: 1.4em;
	margin-bottom: 20px;
}
.section .feature img {
	width: 100px;
	height: 100px;
	margin-top: 10px;
}



/* Contact
   --------------------------- */
   
.map {
	height: 400px;
	display: block;
	margin-top: -20px;
}
.over-map {
	margin-top: -380px;
	margin-bottom: 200px;
	background: transparent;
}
.contact-info {
	margin: 0 0 40px 0;
}
.contact-info li {
	list-style: none;
	display: inline;
	margin: 0 10px;
}
.contact-info li .fa {
	margin: 0 5px;
}
form textarea.limited {
	min-height: 100px;
	max-height: 200px;
}
.small {
	margin-top: 10px;
}

/* About
   --------------------------- */

.persons-container {
	margin-top: 50px;
	margin-bottom: 50px;
}

.persons-container .person {
	width: 370px;
	display: inline-block;
	margin: 0 30px;
	vertical-align: top;
}
.persons-container .person img {
	border-radius: 100%;
	height: 155px;
    transition: all 0.1s ease-in-out;
}
.persons-container .person img:hover {
	box-shadow: 0 0 0 5px #447AA0;
	padding: 2px;
}
.persons-container .person h4 {
	margin-top: -15px;
	margin-bottom: 20px;
}
.persons-container .person .social a {
	font-size: 2em;
	margin: 0 5px 15px;
}
.persons-container .person .social a:hover, .persons-container .person .social a:focus, .persons-container .person .social a:active {
	text-decoration: none;
}

.features-img {
	margin-top: 10px;
	height: 300px;	
	margin-bottom: -100px;
}

.img-responsive {
	margin: auto;
}
.grid-centered {
	margin-top: 20px !important;
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.header-content h1 {
    	font-size: 4.5em;
	}
	.header-content p.lead {
	    font-size: 2.2em;
	    width: 100%;
		margin: auto;
	}
	.logo, .logo2 {
		height: 180px;
		padding-bottom: 60px;
	}
}


/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

	.section.register .row .centered {
		width: auto;
	}
	
	.features-img {
		height: auto;
		width: 90%;
    	margin-bottom: -60px;
	}
	
	.header-content h1 {
    	font-size: 2em;
	}
	.header-content p.lead {
	    font-size: 1em;
	    width: 95%;
		margin: auto;
	}
	.nav.navbar-nav.navbar-right li {
		display: inline-block;
		float: left;
	}
	.logo {
		height: 160px;
		padding-bottom: 60px;
	}
	.logo2 {
		height: 240px;
		padding-bottom: 60px;
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {

	.section.register .row .centered {
		width: auto;
	}
	.persons-container .person {
		width: auto;
	}
	.logo {
		height: 140px;
		padding-bottom: 60px;
	}
}