@import url('https://fonts.googleapis.com/css?family=Open+Sans');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0px;
padding: 0;
border: 0;
outline: 0;
font-size: 100.01%;
}
body {
background-image:url(../images/body3.jpg);
    background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
    background-size: cover;
background-repeat:no-repeat;
font-family: 'Open Sans', sans-serif;
font-size:16px;
color:#999999;
margin:0;
padding:0;
background-color:#ffffff;
}

a {
-webkit-transition:color 1000ms linear;
-moz-transition:color 1000ms linear;
-o-transition:color 1000ms linear;
-ms-transition:color 1000ms linear;
transition:color 1000ms linear;
color:#999999;
text-decoration:none;
}
a:hover{
color:#999999;
text-decoration:none;
}
.clear_both {
clear:both;
}

.top {
    background-color: rgba(255, 255, 255, 0.7);
    border-bottom: 5px solid #00bff0;
}
.brand {
    float: left;
    max-width: 229px;
    padding-bottom: 20px;
    position: relative;
    z-index: 99;
    padding-top: 10px;
}
.logo-menu {
    margin: 0 auto;
    max-width:1200px;
    padding: 0 20px;
}
/********************************************************** menu *******************************************/
nav.navbar.navbar-default {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    float: left;
    margin-left: 8%;
	 padding-top: 24px;
}
.nav.navbar-nav li a {
    color: #135091;
    display: block;
    font-family: arial;
    font-size: 17px;
    font-weight: bold;
    text-transform: capitalize;
	padding:12px;
	margin:7px;
}
.nav.navbar-nav li a.active1 {
    border-top:4px solid #00bff0;
	color:#00bff0;
}
.nav.navbar-nav li a:hover {
	color:#00bff0;
}
/* Overline From Left */
.nav.navbar-nav li a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.nav.navbar-nav li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #00bff0;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.nav.navbar-nav li a:hover:before, .nav.navbar-nav li a:focus:before, .nav.navbar-nav li a:active:before {
  right: 0;
}

/******************************************************** end menu *************************************/
.social li {
    background-color: #00bff0;
    border-radius: 50%;
    float: left;
    height: 30px;
    list-style: outside none none;
    margin: 6px;
    padding: 0;
    width: 30px;
}
.social li img {
    display: block;
    margin: 7px auto 0;
}
.social {
    float: right;
    padding-top: 25px;
}

.social li {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.social li:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.social li:hover, .social li:focus, .social li:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.social li:hover:before, .social li:focus:before, .social li:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
.slogon {
    padding-top: 50px;
    text-align: center;
	text-shadow:2px 1px 2px #0c7fd3;
}
.slogon strong {
    color: #ffffff;
    font-size: 60px;
    text-transform: uppercase;
}
.slogon p {
    color: #ffffff;
    font-size: 33px;
    font-weight: bold;
    padding-top: 15px;
}

/************************************************************ slider ******************************************/
#container ul {
    left: auto !important;
    margin: 0 auto !important;
    top: auto !important;
}
.slider1 {
    margin-top:30px;
}
.slider1 img.left {
    left: -84px !important;
}
.slider1 img.right {
    right: -84px !important;
}
#container li img {
    border: 1px solid #ffffff;
}

/********************************************************* content ********************************************/

.container {
    padding: 0;
    width: 100%;
}
section.section-hp {
    background-color:rgba(0, 191, 240, 0.5);
    margin-top: 27px;
}
.box1 {
    margin: 0 auto;
    max-width: 980px;
    padding: 63px 20px 30px;
}
.img-left {
    float: left;
    max-width: 320px;
}
.img-left img {
    border: 1px solid #ffffff;
    border-radius: 5px;
	width:100%;
}
.box1 .text-right {
    float: right;
    text-align: left;
    width: 64%;
}
.box1 h1 {
    color: #ffffff;
    font-family: lato;
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 18px;
    text-transform: uppercase;
	/*text-shadow: 2px 3px 2px #333333;*/
	padding-top:25px;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 0);
}
.box1 .text-right p {
    color: #ffffff;
    font-family: lato;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
   /* text-shadow: 2px 3px 2px #333333;*/
}
.section-hp2 {
    background-color: rgba(173, 234, 250, 0.7);
}
.boxes {
    margin: 0 auto;
    max-width: 980px;
    padding: 63px 20px 30px;
}

.boxes img {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 166px;
}
.boxes p {
    color: #1b70c2;
    font-family: lato;
    font-size: 27px;
    padding: 11px 0;
    text-align: center;
}
.box3 p {
    color: #00bff0;
}
.boxes a {
    background-color: #1b70c2;
    border-radius: 6px;
    color: #ffffff;
    display: block;
    font-family: lato;
    font-size: 23px;
    height: 45px;
    line-height: 45px;
    margin-top: 20px;
    text-align: center;
}
.box2, .box3, .box4 {
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 3px 8px #666666 !important;
    float: left;
    margin-left: 2%;
    padding: 20px;
    width: 31%;
}
.box3 a {
    background-color: #00bff0;
}
.box2,
.box3,
.box4 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.box2:hover, .box2:focus, .box2:active,
.box3:hover, .box3:focus, .box3:active,
.box4:hover, .box4:focus, .box4:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.content-footer .gallerie {
    float: left;
    width: 45%;
}
.subscribe {
    float: right;
    width: 45%;
}
.content-footer {
    margin: 0 auto;
    max-width: 748px;
}
.content-footer .gallerie {
    float: left;
    width: 34%;
}
#footer {
    background-color: #fff;
    border-top: 10px solid #1186d3;
    padding-top: 25px;
}
#links a img {
    width: 100%;
}
#links a {
    background-color: #1186d3;
    border: 2px solid #1186d3;
    border-radius: 2px;
    float: left;
    margin-bottom: 8px;
    margin-right: 9px;
    width: 75px;
}#links a:hover img {
    opacity: 0.6;
}
.footer-inner {
    color: #1186d3;
    font-family: lato;
    font-size: 11px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
}
.footer-inner a {
    color: #1186d3;
}

.agileits-newsletter {
    background-size: cover;
}	
.w3ls-tabs {
    clear: both;
}
.wthree-icons {
    display: block;
    text-align: center;
}
.wthree-icons ul li {
	display: inline-block;
	margin-right: 5px;
}
.wthree-icons a {
    background: url(../images/sprite.png)no-repeat 0px 0px;
    display: block;
    width: 33px;
    height: 30px;
    transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.wthree-icons a.fb{
	background-position:0px -35px;
}
.wthree-icons a.be{
	background-position:0px -69px;
} 
.wthree-icons a:hover {
	-webkit-transform: rotatey(45deg);
	-moz-transform: rotatey(45deg);
	-o-transform: rotatey(45deg);
	-ms-transform: rotatey(45deg);
    transform: rotatey(45deg);
} 
.agileits-newsletter p {
    font-size: 1em;
    color: #1186d3;
    margin:1em 0 2em;
    text-align: center;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 1px;
}
.agileits-newsletter p:after {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid #1186d3;
    bottom: -14px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    width: 8%;
}
.agileits-newsletter input[type="email"] {
    width: 100%;
    padding: 1em 1em;
    font-size: 0.9em;
    color: #1186d3;
    outline: none;
    border: 1px solid #1186d3;
    background: none;
    -webkit-appearance: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
.agileits-newsletter input[type="submit"] {
    color: #fff;
    font-size: 1em;
    outline: none;
    padding: 1em 1.7em;
    border: 1px solid #1186d3;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-appearance: none;
    background: #1186d3;
    width: 100%;
    font-weight: 700;
    cursor: pointer;
    margin-top:1.5em;
}
.agileits-newsletter input[type="submit"]:hover {
    border-color: #1186d3;
    background: #fff;
    color: #1186d3;
} 
::-webkit-input-placeholder {
	color:#1186d3 !important;
}
:-moz-placeholder { /* Firefox 18- */
	color:#1186d3 !important;
}
::-moz-placeholder {  /* Firefox 19+ */
	color:#1186d3 !important;
}
:-ms-input-placeholder {  
	color:#1186d3 !important;
}


/**************************************************************** sub pages ************************************/
.box-txt-contact {
    color: #167abb;
    line-height: 27px;
	margin-bottom:45px;
}
.container h3, .container strong {
    color: #135091;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}
section.section-hp2.sub {
    border-top: 10px solid #1186d3;
    margin-top: 44px;
	padding-bottom:10px;
}
.container .form-group {
    margin-bottom: 19px;
}
.container .form-group input {
    background-color: transparent !important;
    border: 1px solid #009fd9 !important;
    border-radius: 0;
    height: 35px !important;
    box-shadow: 5px 5px 5px #ccc;
}
.container textarea{
    background-color: transparent !important;
    border: 1px solid #009fd9 !important;
    border-radius:0;
	    box-shadow: 5px 5px 5px #ccc;

}
#submit {
    height: 50px;
    font-size: 20px;
    font-weight: normal;
    outline: none;
    color: #fff;
    border: 1px solid #007dc0;
    background-color: #007dc0;
    border-radius: 0;
    float: left;
    margin-left: 2%;
}
#submit:hover {
    background-color: #007dc0;
    border-color: #87cdf3;
	color:#fff;
}
.checkbox label, .radio label {
    margin: 10px 0;
    font-size: 12px;
    color: #666;
}
#textarea {
    margin-left: 2%;
    width: 96%;
}
.form-group {
    float: left;
    margin-left: 2% !important;
    width: 47%;
}
.content-sub {
    background-color: rgba(255, 255, 255, 0.5);
    margin: 10px auto 0;
    max-width: 980px;
    padding: 63px 20px 30px;
}
.txt1 {
    float: left;
    width: 60%;
}
.images-sub {
    float: right;
    max-width: 300px;
    width: 32%;
}
.images-sub img {
    width:100%;
}
h1 {
    color: #167abb;
    font-size: 35px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 20px;
    text-shadow: 1px 2px 1px #ffffff;
}
.txt1 p {
    color: #167abb;
    line-height: 27px;
}
.lang a {
color: #2395cb;
display: block;
font-size: 14px;
padding: 9px;
}
.lang {
    margin: 0 auto;
    max-width: 1200px;
	display:none;
}
.eng, .arb, .fr {
    float: right;
}
.eng {
    margin-right: 14px;
}
.cuadro_intro_hover{
    	padding: 0px;
		position: relative;
		overflow: hidden;
		height: 200px;
	}
	.cuadro_intro_hover:hover .caption{
		opacity: 1;
		transform: translateY(-150px);
		-webkit-transform:translateY(-150px);
		-moz-transform:translateY(-150px);
		-ms-transform:translateY(-150px);
		-o-transform:translateY(-150px);
	}
	.cuadro_intro_hover img{
		z-index: 4;
	}
	.cuadro_intro_hover .caption{
		position: absolute;
		top:150px;
		-webkit-transition:all 0.3s ease-in-out;
		-moz-transition:all 0.3s ease-in-out;
		-o-transition:all 0.3s ease-in-out;
		-ms-transition:all 0.3s ease-in-out;
		transition:all 0.3s ease-in-out;
		width: 100%;
	}
	.cuadro_intro_hover .blur{
		background-color: rgba(0,0,0,0.7);
		height: 300px;
		z-index: 5;
		position: absolute;
		width: 100%;
	}
	.cuadro_intro_hover .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		height: 300px;
		text-align: center;
		top:0px;
		width: 100%;
	}
.catalogo .col-lg-5 {
    margin-left: 3%;
    margin-top: 2%;
    padding: 0;
    margin-bottom: 3%;
	 max-width: 400px;
}
.catalogo .img-responsive {
    max-width: 400px;
    width: 100%;
}
.catalogo .caption-text h3 {
    border-bottom: 3px solid #00bff0 !important;
    border-top: 3px solid #00bff0 !important;
    color: #ffffff;
    padding-bottom: 12px !important;
    padding-top: 12px !important;
}
#container.container1 li {
-webkit-box-shadow: 3px 10px 15px -3px rgba(36,35,36,1);
-moz-box-shadow: 3px 10px 15px -3px rgba(36,35,36,1);
box-shadow: 3px 10px 15px -3px rgba(36,35,36,1);
}

.slogon.sub strong {
    font-size: 40px;
}
.slogon.sub p {
    font-size: 28px;
    padding-top: 0;
}
.slogon.sub {
    padding-top: 20px;
}
.box-txt-contact > a {
    color: #135091;
}
.brand img {
    width: 100%;
}