@charset "UTF-8";

body{
	font-family: "Lato", Helvetica, Arial, sans-serif;
}

#topBar_WelcomeGuest {
	color:#eee;
	float:left;
	margin-top: 15px;
	margin-right: 5px;
}

#topBar_WelcomeGuest_Btn {
	margin-top: 10px;
	float:left;
}

#topBar_ProtectedFlag {
	margin-top: 12px;
	float:left;
	margin-left:5px;
}

#topBar_ProtectedFlag_Country {
	margin-left: 5px;
	width: 20px;
	height: 20px;
	margin-top: 15px;
	float: left;
	padding: 1px;
	background: #777;
	border-radius: 15px;
}

#loginPage_BottomButtons {
	margin-top:10px;
	margin-left:20px;
}

#loginPage_Captcha{
    /*width: 515px;*/
    margin: 15px auto 0 auto;
    /*float: none;*/
}

.topBar_UtilisateurNormal_Menu_img{
	width:16px;
	height:16px;
}

#topBar_BrandLogo_img{
	width: 25px;
	height: 25px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 2px;
	background: #eee;
}

#topBar_ProtectedMobile_msg{
	text-align:center;
	font-weight:bold;
	color:#eee;
}

.red{
	color:#C90000;
}

.green{
	color:#2DAB00;
}

#topBar_LoggedUser_BtnDropDown{
	margin-top:5px;
}

.italic{
	font-style: italic;
}

.center{
	text-align: center;
}

#container_95{
	width:95%;
}

.pub_vertical {
	margin:0px auto;
	/*float:right;*/
	width:160px;
	height:600px;
}

.pub_horizontal {
	margin:0 auto 35px auto;
	width:728px;
}

.jumbotron{
	margin-top: 40px;
	background: url("/images/fip_v2_wp_blur.jpg") center center;
	background-attachment: fixed;
}

.jumbotron p {
	font-weight: 500 !important;
}

.paragraph_small{
	font-size:18px !important;
}

.floatright{
	float:right;
}

.rotate360{
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;
 
    }   
 
.rotate360:hover
{ 
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg); 
    -o-transform:rotate(360deg);
}

.navbar-right > li.dropdown{
	margin-right: 5px;
}

.product_item{
	background:#7F8C8D;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#dureeEngagement_price, #dureeEngagement_duration{
	font-weight: bold;
}

#fipstore_speedtest{
	margin:0 auto;
	float:none;
}

#Header_DonationDiv > div.row{
	padding-bottom: 0px;
}

#Header_DonationDiv > div.row > div.col-md-8{
	margin-top: 5px;
}

#Header_DonationBtn{
	margin-top: -5px;
	margin-bottom: 5px;
}

.contener_slideshow
{
  width:960px;
  height:280px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  opacity: 0.7;
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 10px;
}

.contener_slide{
	color: #fff;
}

.slid_1, .slid_2, .slid_3
{
  position: absolute;
  width:960px;
  height:211px;
}
.slid_1{left: 0;}
.slid_2{left: 960px;}
.slid_3{left: 1920px;}
.contener_slide
{
  width: 1920px;
  height: 211px;
  left:0px;
  position: absolute;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-name: anim_slide;
  -moz-animation-duration: 10s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-name: anim_slide;
  -ms-animation-duration: 10s;
  -ms-animation-iteration-count:infinite;
  -ms-animation-name: anim_slide;
  animation-duration: 10s;
  animation-iteration-count:infinite;
  animation-name: anim_slide;
}
@-webkit-keyframes anim_slide 
{
  0% {left:0px;}
  22% {left:0px;}
  33% {left:-960px;}
  45% {left:-960px;}
  66% {left:-1920px;}
  90% {left:-1920px;}
}
@-moz-keyframes anim_slide 
{
  0% {left:0px;}
  22% {left:0px;}
  33% {left:-960px;}
  45% {left:-960px;}
  66% {left:-1920px;}
  90% {left:-1920px;}
}
@-ms-keyframes anim_slide 
{
  0% {left:0px;}
  22% {left:0px;}
  33% {left:-960px;}
  45% {left:-960px;}
  66% {left:-1920px;}
  90% {left:-1920px;}
}
@keyframes anim_slide 
{
  0% {left:0px;}
  22% {left:0px;}
  33% {left:-960px;}
  45% {left:-960px;}
  66% {left:-1920px;}
  90% {left:-1920px;}
}

#underuse > div.col-md-12 > ul{
	list-style-type: square;
}

ul#account_info{
	list-style-type: square;
}

.hr_divider{
	border-top:1px solid #ccc;
}
img.Index_Country_Flag{
	width:32px;
	margin-right:5px;
}

.right{
	text-align:right;
}

a.link_compte{
	text-align: left;
}

a.link_compte > img{
	margin-right: 5px;
	width: 24px;
}

.div_compte{
	margin-bottom: 10px;
}

.div_compte.empty_btn{
	height:44px;
}

#details_ping > table{
	width: 25%;
	margin: 0 auto;
}

.advantage_item {
    margin-bottom: 10px;
    padding: 10px;
    margin-right: 10px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:1px solid darkGreen;
}

#connected_info{
	float:left;
	width:100%;
}

.loggeduser{
    width: 90px;
    display: inline-block;
}
.logged_class{
	background: #ddd;
	border:1px solid #999;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.left_compte{
	border-right:1px solid #aaa;
}

.div_compte{
	text-align: center;
}

.div_compte > a > strong{
    font-weight: 400;
    font-size: 17px;	
}

.div_compte > a{
	float: none !important;
}

#advanced_box{
	padding-top:15px;
	padding-bottom:15px;
}

.account_head{
	border-bottom:1px solid;
	border-width:thin;
}

span.price_monthly{
    font-size: 45px;
    font-weight: 600;	
}

span.price_monthly > sup > sup{
	font-size: 16px;
}

small.price_monthly{
	font-size: 20px;
}

.select{
	min-width: 90% !important;
}

.payment_method{
	display:none;
	background: #ddd;
    padding: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}

.width100{
	width:100%;
}

img.imgReponsive{
	max-width:100%;
}

.pressedPaymentWay{
	border: 1px solid #aaa;
	background: rgb(238, 238, 238);
	box-shadow: 0px 0px 30px 3px #aaa inset;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.paymentBox{
	margin: 0 auto;
	float: none !important;
}

#captchme_widget_div{
    margin: 0 auto;
    width: 314px;
}

.support_FirstMessage_content{
    background-color: #eee;
    padding: 15px;
}

.support_FirstMessage_header{
    background-color: #ddd;
    padding: 5px;
    text-align: right;
}

.support_AnswerMessage_content{
    background-color: #eee;
    padding: 15px;
}

.support_AnswerMessage_header{
    background-color: #ddd;
    padding: 5px;
    text-align: right;
}

.support_TicketInfo{
	text-align:right;
	padding:10px;
}