@charset "utf-8";
/* CSS Document */

/**********************************************/
/************** style Section *****************/
/**********************************************/

/****************@import url("style.css");*******************/
@import url("font-awesome.css");
@import url("opensans.css");
@import url("colorbox.css");
@import url("jasny-bootstrap.min.css");
@import url("jasny-bootstrap-responsive.min.css");
@import url("jquery.minicolors.css");
@import url("button.css");

body {
    background: none repeat scroll 0 0 #E5E5E5; /*#f9f9f9;*/
    font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
    font-size: 16px;
    color: #7b7b7b;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

    .clear-fix { padding:15px;}
	.clear-fix-bottom { padding:45px;width:100%;}
/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 16px;
}

.centered {
    text-align: center;
}
p.p-centered {
    border:0px solid red;
    text-align:center;
	text-transform:uppercase;
	font-weight:500;
}

p.graphsource {
font-size:70%;
}

.btndemo {
     float:right;
	 margin-right:30px;
}

hr { margin:5px 0;padding:0;}

#myButton {
display:none;
}

label.m-diff {
 display:block;
 border:0px solid #dcdcdc;
 font-family: 'Sansation', cursive !important;
 font-size:14px;
 font-weight:500;
 text-align:center;
 text-transform:uppercase;
}
/* Links */
a {
    color: #0373AF;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;

}
.bgclearfix {background:url(../img/clearfix.jpg)repeat-x center center;margin:10px 0;}
a:hover,
a:focus {
    color: #EB7400;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}


blockquote{padding:10.5px 21px;margin:0 0 21px;font-size:18.75px;border-left:0px solid #e6e6e6;}
blockquote small{display:block;font-size:90%;line-height:1.42857143;color:#7b7b7b;padding:5px 0;}
blockquote small:before {content:'';}

.fontmenu {
background:#fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7); 
border:0px solid red;
}

.navbar-default {
	background-color: transparent;/*#000d22;#6b04a6;626464*/
	border-color: transparent;
	padding:0;    	
}
.navbar-header, .navbar-right{
	border:0px solid red;
	padding:5px 15px;  	
}
.nav.navbar-nav.navbar-right{
	font-size: 17px;
	
}

.nav.navbar-nav.navbar-right > li > a{
	padding:15px 15px;
	cursor:pointer;
	margin: 0 5px;
}

.nav.navbar-nav.navbar-right > li > a > i{
	padding:0px;
	color: #005585;
	cursor:pointer;
	margin: 0 5px;
}

.navbar-default .navbar-brand {
	color: #424242;/*white;*/
}
.navbar-default .navbar-brand h1:hover {
	color: #EE7800;
}
.navbar-default .navbar-nav > li > a {
	color: #005585;
	font-weight:500;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #EE7800;
	background:transparent;
	/*border-bottom:5px solid #49CCF1;*/
}

.navbar-default .navbar-nav > li > a:hover > i {
	color: #EE7800;
	background:transparent;
	/*border-bottom:5px solid #49CCF1;*/
}	
/* Helpers */

.mt {
	margin-top: 40px;
	margin-bottom: 40px;
}


i {
	margin: 8px;
	color: #ffffff; 
}

.logo {
	font-family:'futura_ltlight', cursive;
	font-weight:700;
	font-size: 31px;
	line-height: 31px;
	margin: -5px 0 7px;
	color: #005585;
	
}

.titlecharth h2 {
	font-family:'futura_ltlight', cursive;
	color:#037FC6;
	font-size: 24px;
	font-weight:700;
	text-align:center;
}

.titlecharth h2  small {
	color:#EB7400;
	font-size: 22px;
	font-weight:700;	
}

.titlechart h2 {
	font-family:'futura_ltlight', cursive;
	color:#037FC6;
	font-size: 18px;
	font-weight:700;
	text-align:center;
}

.titlechart h2  small {
	color:#EB7400;
	font-size: 18px;
	font-weight:700;	
}
/* HeaderWrap */
#headerwrap {
	background-color: #00223f;
	padding-top:40px;
	border:0px solid red;
	min-height: 395px;
	width: 100%;
}

@media (min-width: 1200px) {
  .container {
    /*width: 1170px;*/
	  width: 1024px;
	  padding-right: 0px;
	  padding-left: 0px;
  }
}

.container2 {
  width:1024px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.boxcontainer {
padding: 30px 15px;

-webkit-box-shadow:  0px 0px 5px 0px #c0c0c0;
-moz-box-shadow:  0px 0px 5px 0px #c0c0c0;
box-shadow:  0px 0px 5px 0px #c0c0c0;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=NaN, Strength=5);
background:#ffffff;
}

.cfontbox {
background:#016CAA;
}

.boxcontainer img.img-container {
    display:block;
    width:100px;
    margin:-65px auto 0 auto;
	
}
/* Header*/
#header {
	/*background-attachment:fixed;*/
	background:#E6E6E8;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:10px 20px;
	margin:0;
	/*box-shadow: 0 8px 10px 0 rgba(126, 126, 126, 0.7); */
}

#header h3{
    font-family:'sansation';
    font-size:18px;
    color:#7b7b7b;
	padding:5px 0;
	margin:0;
}

#header h3 a{
    font-weight:500;
	color:#004F9E;
}

#header h3 a:hover{
    color: #F60287;
	text-decoration:none;
}

.logoHeader{
	font-family: 'Mrs Sheppards', cursive;
	font-size: 145px;
	line-height: 31px;
	margin: 105px   0 7px;
	color: #FFF;
	display: block;
	position: relative;
	z-index: 1;
	text-shadow: 8px 8px 0px rgba(0,0,0,0.1);
	text-align: center;
	width: 430px;
}

.m-slider { 
	background: transparent;
	margin-top:20px;
}
.slider-holder { height:300px;position: relative; z-index: 5; border:0px solid blue;}
.slider-holder span.slider-b {width: 100%; height: 45px; position: absolute; bottom: 0px; left: 0px; z-index: 100;text-align:center;}
.slider-holder span.slider-b img{width: 100%; height: 100%; }
 /*****/
.slider-holder span.slider-shadow {width: 100%; height: 13px; position: absolute; top: 0px; left: 0px; z-index: 100; display: block; }
.slider { 

	width: 100%; 

	position: relative; 
	border:0px solid #E2E2E2;
}
.slider img{ 
	width: 100%;
}
.slider ul.slides { list-style: none; list-style-position: outside;padding:0;}
.slider ul.slides li { width: 100%; height: 303px; float: left; position: relative; overflow: hidden; border:0px solid red; }

.slider ul.slides li .img-holder { width: 603px; height: 303px; position: absolute; top: 0px; right: 0px; }
.slider ul.slides li .img-holder img { width: 603px; height: 303px;}

.slider ul.slides li .slide-cnt { width: 388px; position: absolute; left: 0px; top: 0px; }
.slider ul.slides li .sous-title-cnt {
	position: absolute;  
	left: 15px; 
	top: 100px;
	padding:20px;
	text-align:left;
 }

.slider ul.slides li .title-cnt { 
	width: 380px; 
	height:50px;
	position: absolute; 
	left: 30px; 
	bottom: 20px;
	padding:15px;
	background-color: rgba(79, 166, 254, 0.9); 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#334fa6fe,endColorstr=#334fa6fe);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index:200;
}
.slider ul.slides li .title-cnt h3 {
    padding:0;
	margin:0;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
	font-weight:500;
	font-size:18px;
    color:#ffffff;
}
.slider ul.slides li .slide-cnt  img{ width: 40%;margin:20px; }
.slider ul.slides li .slide-cnt h2 {font-family:"Open Sans"; font-size: 38px; line-height: 44px; padding:0 0 26px 30px; color: #fff; text-shadow: rgba(0,0,0,0.4) 0px 1px 2px; font-family: 'Ubuntu', sans-serif; font-weight: 700; }
.slider ul.slides li .slide-cnt p {font-family:Arial; color: #666; font-size: 14px; line-height:18px; }
.slider ul.slides li .slide-cnt a.grey-btn {/* background: url(images-slider/grey-btn.png) no-repeat 0 0;*/ width: 186px; height: 45px; text-align: center; line-height: 40px; display: block; font-weight: bold; font-size: 18px;  color: #636363; text-shadow: rgba(255,255,255,0.4) 0px 1px 0px; }
.slider ul.slides li .slide-cnt a.grey-btn:hover { background-position: 0 -47px; text-decoration: none; }

.logoHeader{
	font-family: 'Mrs Sheppards', cursive;
	font-size: 145px;
	line-height: 31px;
	margin: 105px   0 7px;
	color: #FFF;
	display: block;
	position: relative;
	z-index: 1;
	text-shadow: 8px 8px 0px rgba(0,0,0,0.1);
	text-align: center;
	width: 430px;
}
.position-l  {
background:#005585;
border-top:2px solid #fff;
margin-top:-3px;
padding:0;
}
.position-l h2 {height:1px;margin:0;padding:0;text-indent: -4000px; }

.titlepage {margin-top:-65px;}

#headerwrap h2 {
	margin-top: 82px;
	margin-bottom: 28px;
	opacity: 0.8;
	color: rgb(255, 255, 255);
	font-size: 33px;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.2);
	text-align: center;
	width: 430px;
	font-weight: 300;
	letter-spacing: 1px;
}

h2.slogaccueil {font-family:'sansation';color:#F60287;text-transform:uppercase;font-size:20px;font-weight:500;}
u.firstWordu{
    font-family: 'Sansation', cursive !important;
	font-weight:700;		 
	text-decoration:none;
	font-size:20px;
	color:#A75EC6;
	margin:0;
}
u.firstWordu span {color:#F60287;}

u.firstWord{
	color:#A75EC6;
	text-decoration:none;	
}
u.firstWord span {color:#F60287;}



.testimonial { border:1px solid #dcdcdc; }
.testimonial .mt { 
    padding:0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.testimonial h2 { font-size:24px; }
.testimonial h4  { font-family:Arial;font-size:20px;color:#A75EC6; }

.testimonial2 { border:1px solid #dcdcdc; margin:10px 0;}
.b-shadow, .d-shadows, .e-shadows, .f-shadows {
    position:relative;
	text-align:center;
	border-top:0px solid #dcdcdc;
	margin:0;
}
.b-shadow img{
    width:100%;
	margin:0;
    position:absolute;
	top:0px;
	left:0;
}
.d-shadows img{
    width:100%;
    position:absolute;
	top:-10px;
	left:0;
	margin:0;
}
.e-shadows img{
    width:100%;
    position:absolute;
	top:-10px;
	left:0;
	margin:0;
}

.f-shadows img{
    width:100%;
    position:absolute;
	top:-1px;
	left:0;
	margin:0;
}


h4.title-page {
   color:#7b7b7b;
   background: #EFEFF2 url(../img/logo_inksmall.png) no-repeat center left;
   padding-left : 32px;
   font-size:20px;
   min-height:40px;
   padding-top:8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
h4.title-page u{
   color:#A024D6;
}

h4.colortitle {
   color:#A024D6;
}


.subtitle-page p {
   font-family: "Helvetica Neue", sans-serif;
   padding : 0 20px;
   margin:0;
   text-align:justify;
   font-weight:500;
}
.subtitle-page p.p-pos {
   text-align:left;
}
.bimg {
border:1px solid #b7b7b7;
padding:5px 5px 0 5px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

.bimg  h2{
font-size:24px;
color:#666769;

}
.topboxleft strong, .topboxright strong, .bottomboxleft strong, .bottomboxright strong{
    font-size:16px;
}

.topboxleft p, .topboxright p, .bottomboxleft p, .bottomboxright p {
    font-size:14px;
    line-height: 24px;
}

.topboxleft {
background-color:#015486;
color:#ffffff;
padding:20px 30px;
margin:10px 0;
-webkit-border-top-right-radius: 40px;
-webkit-border-bottom-left-radius: 40px;
-moz-border-radius-topright: 40px;
-moz-border-radius-bottomleft: 40px;
border-top-right-radius: 40px;
border-bottom-left-radius: 40px;
}

.topboxright {
background-color:#ED7900;
color:#ffffff;
padding:20px 30px;
margin:10px 0;
-webkit-border-top-left-radius: 40px;
-webkit-border-bottom-right-radius: 40px;
-moz-border-radius-topleft: 40px;
-moz-border-radius-bottomright: 40px;
border-top-left-radius: 40px;
border-bottom-right-radius: 40px;
}

.bottomboxleft {
background-color:#fab700;
color:#ffffff;
padding:20px 30px;
margin:10px 0;
-webkit-border-top-left-radius: 40px;
-webkit-border-bottom-right-radius: 40px;
-moz-border-radius-topleft: 40px;
-moz-border-radius-bottomright: 40px;
border-top-left-radius: 40px;
border-bottom-right-radius: 40px;
}

.bottomboxright {
background-color:#666769;
color:#ffffff;
padding:20px 30px;
margin:10px 0;
-webkit-border-top-right-radius: 40px;
-webkit-border-bottom-left-radius: 40px;
-moz-border-radius-topright: 40px;
-moz-border-radius-bottomleft: 40px;
border-top-right-radius: 40px;
border-bottom-left-radius: 40px;
}

.bimg .logo-color{
width:100px;
margin: 20px 20px 10px 20px;
}

.logo-color{
width:100px;
margin: 10px 20px 20px 20px;
}

.bimg .small-adr{
font-size:12px;
text-align:center;
line-height:16px;
}

.esspm {
margin-top:30px;
background:#EB7400;
color:#ffffff;
padding:10px 0 ;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.esspm h4{
font-family:'futura_ltlight', cursive;
text-align:center;
font-weight:700;
}

.esspm ul {
margin:0;
padding:0 10px 0 25px;
}

.esspm ul li{
line-height:26px;
font-size:14px;
}

.presidente {
padding-top:10px;
}
.presidente h4 {
font-family:'futura_ltlight', cursive;
letter-spacing:1px;
font-weight:700;
color:#F07900;
}
.presidente p{
text-align:justify;
margin:0 10px 20px 10px;
}

.presidente p.sign {text-align:right;padding-right:100px;margin-bottom:30px;color:#005584;font-size:18px;}

.esscommune h2 {
font-family:'futura_ltlight', cursive;
color:#EB7400;
font-weight:700;
font-size:18px;
margin-top:0;
}


.title-chart {
text-align:center;
font-size:12px;
margin:0;
}


.table .essthtable {
width:20%;
text-align:center;
font-size:14px;
}

.table .esstdtable {
width:20%;
text-align:right;
padding-right:8%;
}

div.titleess {
font-size:16px;
display:block;
display:none;
}


fieldset.scheduler-border {
    border: 1px solid #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1em 0 !important;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

fieldset.scheduler-border legend.scheduler-border-n, fieldset.scheduler-border legend.scheduler-border-list, fieldset.scheduler-border legend.scheduler-border-none {
    margin-top:10px;
    padding:5px 20px;
    font-size: 0.95em !important;
    font-weight: bold !important;
    text-align: left !important;
	font-family:'futura_ltlight', cursive;
	letter-spacing:1px;
}


legend.scheduler-border-n {
	background:#037FC6;
	color:#fff;
-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomleft: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;

}

legend.scheduler-border-none {
    border:0;
	background:transparent;
	color:#000;
	text-align:center;
}

legend.scheduler-border-list {
	background:#EB7400;
	color:#fff;
-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomright: 20px;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;

}

ul.fieldlist  {
margin:0;
padding:0;
}

ul.fieldlist li {
color:#015486;
display:block;
list-style-type:none;
}

ul.fieldlist li a {
color:blue;
display:block;
}

ul.fieldlist i {
color:#666769;
margin-right:15px;
}

ul.fieldlist li a:hover {
text-decoration:underline;
}

ul.fieldlist li a:hover i {
color:#EB7400;
}

fieldset.bfieldborder {
 padding: 0 1.4em 2.1em 1.4em !important;
}

.container #partners-slider { height: 100px;  border-top:1px solid #bebebe;border-bottom:1px solid #bebebe;}
.container .partners { padding: 0 80px 30px 80px; height: 100%;  position: relative; overflow: hidden; margin-top: -20px; z-index: 100; }
.slider-holder2 { position: relative; overflow: hidden; }
.border-slide { }
#partners-slider { overflow: hidden; position: relative; }
#partners-slider img { margin: 0px 9px; float: left; width:100px; height:98px; }
.logo-adherents {
padding: 0;
margin:0;
}

.logo-adherents img{
width:39%;
}

.logo-adherents-line img{
width:10%;
}

.slider-arr a.arr-btn { background: url(../img/slider-b-arr.png) no-repeat 0 0; width: 30px; height: 30px; display: block; position: absolute; top: 35px;}
.slider-arr a.prev-arr { left: 32px; }
.slider-arr a.prev-arr:hover { background-position: 0 -31px; }
.slider-arr a.next-arr { right: 32px; background-position: right 0; }
.slider-arr a.next-arr:hover { background-position: right -31px; }	


ul.objet-ess li {
color:#FCBD1B;
margin-bottom:15px;
}

ul.objet-ess li  span{
color: #7b7b7b;
}

.dl-horizontal {
background:#f8f8f8;
padding:10px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.dl-horizontal dt {width:15%;color:#A75EC6;}
.dl-horizontal dd {margin-left:18%;margin-bottom:8px;}
.mentionslegales {
border:1px solid #b7b7b7;
padding:15px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

.mentionslegales p {
font-size:14px;
}

.mentionslegales .courant strong {
font-size:16px;
color:#A75EC6;
}

.mentionslegales .mentionsbold {
font-size:16px;
font-weight:500;
color:blue;
}

.Echomarg {
margin-bottom:30px;
}

.EchoContainerImg { 
width:100%; position: relative; border:1px solid #e4e4e4;padding:10px;text-align:center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.EchoContainerImg img{ 
width:100%;
border:1px solid #e4e4e4;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.EchoContainerMess { 
width:100%; 
position: relative;
padding:15px;
margin-top:10px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
color: #3b3b3b;
font-size:14px;
font-weight:500;
background-color: #fafafa;
border:1px solid #e8e8e8;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.Echoheight {
min-height: 500px;
}

.EchoContainertext { 
width:100%; 
position: relative;
padding:15px;
margin-top:10px;
font-family:Arial, Helvetica, sans-serif;
color: #3b3b3b;
font-size:14px;
font-weight:500;
}

.EchoContainertext  ul li{ 
line-height:24px;
}

.EchoContainertext p.infoecho {
font-size:12px;
line-height:16px;
}

.EchoContainerlink  a{ 
display:block;
width:150px;
margin: 0 auto;
}

.logoImg{
	width: 130px;
	margin: 0 145px 7px;
}

.btn{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.panel-primary{border-color:transparent;}
.panel-primary>.panel-heading{
	color:#424242;
	background-color:#fff;
	border-color:#EB7400;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.panel-primary>div:hover.panel-heading {
background:#f8f8f8;
}

.panel-heading a span.posimg {
display:block;
text-align:center;
float:left;
width:15%;
height:50px;
padding:0;
margin-top:-8px;
margin-right:15px;
}

.panel-heading a span.posimg img.imgrect{
margin-top:8px;
width:100%;

}

.panel-heading a span.posimg img.imgrect2{
margin-top:2px;
width:80%;

}

.panel-heading a span.posimg img.imgcube {
width:45%;

}

.panel-heading a  {
font-size:15px;
color:blue;
display:block;
}

.panel-heading a span {
color:#666;
font-size:13px;
}

.panel-heading a:hover {
color:#ED7900;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top:1px solid #EB7400;
	border-bottom:1px solid #ddd;
}	
.panel-body {
    font-size:14px;
    border-top:0px solid #000;
    border-left:0px solid #8DC4FC;
    border-right:0px solid #8DC4FC;
    border-bottom:0px solid #8DC4FC;
}
.panel-body p{
    font-size:14px;
font-family:Arial, Helvetica, sans-serif;
}




.form-control {
height:35px;
padding:3px 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

a#ccgv {float:right;}

.form-control-text {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control-text:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control-text:-moz-placeholder {
  color: #999999;
}

.form-control-text::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control-text:-ms-input-placeholder {
  color: #999999;
}

.form-control-text::-webkit-input-placeholder {
  color: #999999;
}

.form-control-text[disabled],
.form-control-text[readonly],
fieldset[disabled] .form-control-text {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control-text {
  height: auto;
}

	.page-header-cnt  {
		 margin-bottom:0;
	}
	.page-header-cnt h2 {
	     font-family: 'Sansation', cursive !important;
		 font-weight:500;
		 
		 font-size:48px;
		 color:#6e6e6e;
		 margin:0;
		 word-spacing:-10px;
	}
	.page-header-cnt b.Pagetitle{
	     font-family: 'Sansation', cursive !important;
		 font-weight:500;
		 
		 font-size:36px;
		 color:#6e6e6e;
		 margin:0;
		 word-spacing:-10px;
	}
	.page-header-cnt h2 small {
	     font-family: 'Sansation', cursive !important;
		 font-weight:500;
		 text-transform:uppercase;
		 font-size:24px;
		 color:#6e6e6e;
		 margin:0 0 0 10px;
		 word-spacing:5px;
	}	

	.page-header-cnt p {
        color:#3b3b3b;margin-top:10px;font-family:Arial, Helvetica, sans-serif;
	}

   .carousel .item {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
	}
	.carousel .active.left, .carousel .active.right {
	    left:0;
	    opacity:0;
	    z-index:2;
	}
	.carousel .next, .carousel .prev {
	    left:0;
	    opacity:1;
	    z-index:1;
	}	
	

		/*----------
		Blocks
		----------*/
		/*Pricing table and price blocks*/
		.pricing_table {
			line-height: 150%; 
			font-size: 12px; 
			margin: 0; 
			width: 100%; 
			padding:0;
		}
		
		.price_block {
			text-align: center; 
			width: 100%; 
			color: #fff; 
			float: left; 
			list-style-type: none; 
			transition: all 0.25s; 
			position: relative; 
			box-sizing: border-box;
			margin-bottom: 40px; 
			border-bottom: 1px solid transparent; 
		}
		
		/*Price heads*/
		.pricing_table h3 {
			text-transform: uppercase; 
			padding: 5px 0; 
			background: #5EADFC; 
			margin: -10px 0 1px 0;
			-webkit-border-top-left-radius: 8px;
			-webkit-border-top-right-radius: 8px;
			-moz-border-radius-topleft: 8px;
			-moz-border-radius-topright: 8px;
			border-top-left-radius: 8px;
			border-top-right-radius: 8px;
		}
		
		/*Price tags*/
		.price {
			display: table; 
			background: #A75EC6; 
			width: 100%; 
			height: 70px; 
		}
		.price_figure {
			font-size: 28px; 
			text-transform: uppercase; 
			vertical-align: middle; 
			display: table-cell;
		}
		.price_number {
			font-weight: 500; 
			display: block;
		}
		.price_tenures {
			font-size: 18px; 
		}
		.price_tenure {
			font-size: 20px;
            text-transform: none;			
		}
		
		/*Features*/
		.features {
			background: #fff; 
			color: #000;
			margin:0;
			padding:0 10px;
		}
		.heightfeat{
		/*height:210px;*/
		}
		.features li {
		    font-family:Arial, Helvetica, sans-serif;
			text-align: left;
			padding: 3px 15px;
			border-bottom: 1px solid #ccc; 
			font-size: 12px; 
			list-style-type: none;
		}

		.features li  i.fa-check-circle {
		    font-size:14px;
			color:#26E2B0;
		}

		.features li  i.fa-dot-circle-o {
		    font-size:14px;
			color:#A75EC6;
		}		
		
		.features li  i.fa-times-circle {
		    color:#F95EBB;
			font-size:14px;
		}
		
		.footer {
			padding: 15px; 
			background: #5EADFC;
		}
		
	
		
		.btn-default {
			color: #fff; 
			font-weight: bold; 
			border-radius: 5px; 
			padding: 5px 20px; 
			font-size: 12px;
            border-color: #A75EC6;			
			background: #A75EC6;
			text-transform: uppercase;
			letter-spacing:1px;
		}
		
		.price_block:hover {
			box-shadow: 0 0 10px 0 rgba(106, 106, 106, 0.7);
			transform: scale(1.04) translateY(-5px); 
			z-index: 1; 
			border-bottom: 0 none;
		}
		.price_block:hover .price {
			background:#EF0283; 
		}
		.price_block:hover h3, .price_block:hover .footer{
			background: #5EADFC; /*background: #007AF4;*/
		}
		.price_block:hover .btn-default {
			background: #EF0283; 
		}

		
.nota {color:#ff0000;}
.poseditclient {margin-top:70px;}

.modal-body {font-size:12px;font-family:Arial;text-align:justify;}
.modal-body h3, .modal-body p, .modal-body ul {font-size:12px;}
.modal-body p {line-height:16px;}

#tablerecap th {text-align:center;color:#fff;background:#5EADFC;border-color:#5EADFC;}
#tablerecap td {background:#fff;}

#tablerecappaypal th {width:100%;background:#fff;font-size:13px;color:#666;}
#tablerecappaypal td {background:#fff;text-align:left;font-size:14px;}

#error img {width:90px;}

/* Map CSS */
 
#canvas_holder{
width:100%;
height:400px;
}
 
#map_canvas{
width:100%;
height:400px;
}
 
#map
{
position: relative;
width: 100%;
height:400px;
}
.infomap  {padding:15px 0;height:120px;}
.infomap span { font-size:12px;display:block;padding:5px;}

ul.ulgeo {
  list-style: none;
  padding: 0;
  margin: 10px auto;
}

.ulgeo > li {
  display: inline-block;
  margin: 0;
}

.portfolio-items,
.portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0;
}

.portfolio-items {
  margin-right: -20px;
}
.portfolio-filter {
  margin-bottom: 50px;
  text-align: center;
}
.portfolio-filter > li {
  display: inline-block;
    margin:5px 0;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  margin: 0;
}
.portfolio-items.col-2 > li {
  width: 50%;
}
.portfolio-items.col-3 > li {
  width: 33%;
}
.portfolio-items.col-4 > li {
  width: 25%;
}
.portfolio-items.col-5 > li {
  width: 20%;
}
.portfolio-items.col-6 > li {
  width: 16%;
}
.portfolio-item .item-inner {
  margin: 0 20px 20px 0;
  text-align: center;
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.portfolio-item img {
  width: 100%;
}
.portfolio-item .portfolio-image {
  position: relative;
}
.portfolio-item h5 {
  margin: 0;
  padding: 10px 0 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
}

.entry h2 {
	font-family:'futura_ltlight', cursive;
	color:#037FC6;
	font-size: 24px;
	font-weight:700;
	text-align:left;
}
.entry img {
-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
}
/*aligns*/
.aligncenter { display: block; margin: 0 auto; }
.alignright { float: right; margin: 0 0 10px 20px; }
.alignleft { float: left; margin: 0 20px 10px 0; }

.wpex-readmore a { margin-top:20px; float:right;padding:3px 5px;font-size:12px;text-align:center; color:#ffffff; background:#FC8225;border:1px solid #FC9D44; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}

.wpex-readmore a:hover {color:#ffffff; background:#ED6504;}

.loop-entry-text hr {margin-top:30px;}
	
#copyright {
    width:100%;
	padding:10px 0 0 0;
	text-align:center;
}		
	
#copyright p {
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
	color:#fff;
}

#copyright p a.linkmention{
	color:#FFFFFF;

}

#copyright p a:hover{
	color:#FCBD1B;
	text-decoration:underline;
}

