 	/*** FONT FACE ***/
@font-face {
  font-family: 'GothamMedium';
  src: url('../fonts/GothamMedium.eot?#iefix') format('embedded-opentype'),  url('../fonts/GothamMedium.woff') format('woff'), url('../fonts/GothamMedium.ttf')  format('truetype'), url('../fonts/GothamMedium.svg#GothamMedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamLight';
  src: url('../fonts/GothamLight.eot?#iefix') format('embedded-opentype'),  url('../fonts/GothamLight.woff') format('woff'), url('../fonts/GothamLight.ttf')  format('truetype'), url('../fonts/GothamLight.svg#GothamLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamBook';
  src: url('../fonts/GothamBook.eot?#iefix') format('embedded-opentype'),  url('../fonts/GothamBook.woff') format('woff'), url('../fonts/GothamBook.ttf')  format('truetype'), url('../fonts/GothamBook.svg#GothamBook') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamBold';
  src: url('../fonts/GothamBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/GothamBold.woff') format('woff'), url('../fonts/GothamBold.ttf')  format('truetype'), url('../fonts/GothamBold.svg#GothamBold') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*** GENERAL ***/
body{/*padding-top:53px;*/font-family:'GothamBook', sans serif;}
#content{background:url('../images/bck_home.png') no-repeat fixed left center #eceae7;}
#content:before{content:"";display:block;width:100%;height:200px;background-color:#FFF;}
.container{position:relative;}
.container.negMargin{margin-top:-200px;}
.noRelative{position:unset !important;}
.bgBlue{background-color:#bdbdc5;} 		 .bgBlue a:hover{background-color:#96969c}
.bgGreenLight{background-color:#b2b0a7;} .bgGreenLight a:hover{background-color:#989078}
.bgGreen{background-color:#989078;} 	 .bgGreen a:hover{background-color:#7a7460}
.bgGreenDark{background-color:#9e7a4c;}  .bgGreenDark a:hover{background-color:#7c603c}
.bgGrayblue{background-color:#d1d1d6;}
.bgGraygreen{background-color:#c9c7c5;}
.bgWhite{background-color:#FFFFFF;}
.bgGreenFlash{background-color:#d9ab3c;}
.bgRedFlash{background-color:#e17628;}
.bgBlueFlash{background-color:#4a83b3;}
.bgBlueDarkFlash{background-color:#4a5eb3;}
.row{margin-top:10px;margin-bottom:10px;}
.bloc{padding:15px 20px;}
.noPadding{padding:0;}
.marg{margin-top:20px;}
.noMargBloc{margin-bottom:0!important;}

h1, .h1{font-family:'GothamLight', sans serif;color:#9f7c4e;font-size:64px;margin-top:0;line-height: 1.3em;}
h2, .h2{font-family:'GothamLight', sans serif;color:#9f7c4e;font-size:30px;}
h3, .h3{font-family:'GothamLight', sans serif;color:#FFFFFF;font-size:24px;}
h4, .h4{font-family:'GothamLight', sans serif;color:#9f7c4e;font-size:22px;line-height: 0.9em;}
h5, .h5{font-family:'GothamLight', sans serif;color:#9191a7;font-size:20px;line-height: 0.9em;margin-top:20px;margin-bottom:0;}
strong{font-family:'GothamBook', sans serif;}
a.inline{color:#9e7a4c;text-decoration:underline;}
a.inline:hover{color:#9e7a4c;text-decoration:none;}
a.btn{color:#FFFFFF;border:1px solid #FFFFFF;font-size:11px;font-family: 'GothamBook', sans serif;}
a.btn-default{background:none;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;padding:5px 15px 3px;}
a.btn:hover{border:1px solid #FFFFFF;color:#FFFFFF;}
a:hover,a:focus,a:active,a:active:focus,button{outline:none;text-decoration:none;}
p{font-family:'GothamLight', sans serif;font-size:14px;color:#464650;}
.white{color:#FFFFFF;}
.smallp{font-size:10px;font-family:'GothamLight', sans serif;}
.smallh1{font-size:43px;}
ul{font-family:'GothamLight', sans serif;color:#464650;}
.lead{font-size:20px;}

label{font-size:14px;font-family:'GothamLight', sans serif;color:#464650;}
/*
.form-control, input.form-control, textarea.form-control, button[type="submit"]{border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px;background-color:#e9e9ed;color:#9191a7;border:0px;box-shadow:none;}
.form-control:hover, .form-control:focus{box-shadow:none;}
*/

/*** HEADER ****/
#header .rightLogo{margin-left: 20px;margin-top:30px;}
#header #logo{background:url('../img/logo.png')  no-repeat top left;height:17px;display:block;margin-top:0px;margin-bottom:5px;}
#header .secondNav{margin-top:10px;display:flex;justify-content:flex-end;}
#header .secondNav li{position:relative;flex:1;}
#header .secondNav li > a{color:#FFF;font-family:'GothamBook', sans serif;text-transform:uppercase;padding:5px 0px;background-color:#bdbdc5;border-radius:0;text-align:center;border-left:1px solid #FFF;}
#header .secondNav li:first-child > a{border-left:0;}
#header .secondNav li > a:hover{opacity:0.7;}
#header .secondNav li .sub-menu{display: none;position:absolute;top:100%;left:0px;width: 100%;padding:0;list-style:none;background-color:#9f7c4e;z-index:10;}
#header .secondNav li .sub-menu li{border-top:1px solid #FFF;}
#header .secondNav li .sub-menu li a{color:#FFF;font-family:'GothamBook', sans serif;padding:5px 0px;background-color:transparent;border:0;display:block;text-transform:none;}
#header .secondNav li .sub-menu li a:hover{opacity:0.7;}
#header .secondNav li:hover .sub-menu{display: block;}

/*** FOOTER ***/
#footer{background-color:#9e7a4c;padding:25px 0;}
#footer ul{color:#eceae7;margin-bottom:0;list-style:none;}
#footer ul li{margin-bottom:5px;}
#footer ul li a{color:#eceae7;}
#footer ul li a:hover{color:#FFFFFF;text-decoration:none;}
#footer #coverholder{margin-top: 40px;}


/*** NAVS ****/
.navbar-default .navbar-toggle .icon-bar{background-color: #FFF;}
.navbar-header .visible-xs-block {margin:10px 0 0 15px;}
.navbar-header .visible-xs-block a{font-family:'GothamBook', sans serif;font-size:14px;color:#FFF;padding:0px;margin-left: 15px;}
#menuFix{min-height:33px;background:#93abb0;border:0;top:-48px;transition: all 0.5s;-o-transition: all 0.5s;-ms-transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;}
#menuFix:hover{top:0px;}
#menuFix .nav li a{font-family:'GothamBook', sans serif;font-size:14px;color:#FFF;padding:0px;}
#menuFix .nav li a b{display:block;padding:5px 15px 8px;font-weight:normal;}
#menuFix .nav li a span{display:block;height:48px;border-left:2px solid #FFFFFF;background-position:top center;background-repeat:no-repeat;}
#menuFix .nav li.lang a span{border:0;}
#menuFix .nav li.inter a span{background-image:url('../images/inter_menu.png');}
#menuFix .nav li.compliance a span{background-image:url('../images/compliance_menu.png');}
#menuFix .nav li.contact a span{background-image:url('../images/contact_menu.png');}
#menuFix .nav li.help a span{background-image:url('../images/help_menu.png');}
#menuFix .nav li.log a span{background-image:url('../images/log_menu.png');}
#menuFix .nav li.blog a span{background-image:url('../images/blog_menu.png');}
#menuFix .nav li.sos a span{background-image:url('../images/sos_menu.png');border-left-color:#ba5b3d;}
#menuFix .nav li.sos{background-color:#ba5b3d;}
#menuFix .nav li.active a,
#menuFix .nav li a:hover{color:#68797d;background:none;}
#menuFix .nav li.sos.active a,
#menuFix .nav li.sos a:hover{color:#ba5b3d;background:#FFFFFF;}
#menuFix .nav li.active a span,
#menuFix .nav li a:hover span{background-position:bottom center;}
#menuFix .nav li.sos.active a span,
#menuFix .nav li.sos a:hover span{border-left-color:#FFFFFF;}
	/*** NAV UNDER ***/
	#menuFix .nav .navUnder{display:none;position:absolute;right: -20px;background:#9a8d79;width:132%;}
	#menuFix .nav .lang .navUnder{right: 0px;}
	#menuFix .nav .navUnder li{padding:5px 0px;border-top:1px solid #FFFFFF;}
	#menuFix .nav .navUnder li a{font-size:14px;color:#FFF;padding:0px 15px;text-align:center;}
	#menuFix .nav .navUnder li:first-child{border-top:0px;}
	#menuFix .nav .navUnder li.active a,
	#menuFix .nav .navUnder li a:hover{color:#68797d;}
	#menuFix .nav .lang .navUnder{width:auto;}
	#menuFix .nav .lang .navUnder a b{padding:5px 10px 8px;}


/*** HOME ****/
	
	/*** Slider ***/
	#sliderHome{margin-top:20px;margin-bottom:20px;}
	#sliderHome .carousel-indicators{text-align:right;right:0;left:auto;bottom:0;margin-left:0;margin-right:20px;}
	#sliderHome .carousel-indicators li{background-color:#eeeef1;border:0;margin:0 5px;}
	#sliderHome .carousel-indicators li.active{background-color:#33353d;border:0;width:10px;height:10px;}
	
	/*** CONTENT ***/
	.home #content h1{font-size: 33px;background: url('../images/bg_title.png') no-repeat right bottom;padding-bottom:100px;line-height: 1.1em;}
	.home.en #content h1{padding-bottom:140px;}
	.home #content h1 strong{font-family: 'GothamBook';}
	#content .bgfamily{background:url('../images/bg_family.jpg') no-repeat center left;background-size: auto 100%;}
	#content .bgstudents{background:url('../images/bg_students.jpg') no-repeat center left;background-size: auto 100%;}
	#content .bgtravellers{background:url('../images/bg_travellers.jpg') no-repeat center left;background-size: auto 100%;}
	#content .family,
	#content .students,
	#content .travellers{margin-left:42%;}
	#content .students{background-image:url('../images/bck_welcome_every.png');background-repeat:no-repeat;background-position:left top;background-size: 100% 100%;}
	#content .family,
	#content .travellers{background-image:url('../images/bck_hospi_exe.png');background-repeat:no-repeat;background-position:left top;background-size:100% auto;}
	#content .bloc h3{padding-left:60px;padding-bottom:25px;border-bottom:1px solid #FFFFFF;margin-top: 10px;}
	#content .family h3{margin-top: 0;padding-bottom: 9px;}
	#content .family .bloc{background:url('../images/family.png') no-repeat 9px 9px;padding: 15px 15px;}
	#content .students .bloc{background:url('../images/students.png') no-repeat 10px 8px;padding: 15px 15px;}
	#content .travellers .bloc{background:url('../images/travellers.png') no-repeat 10px 15px;padding: 15px 15px;}
	#content .services .bloc p{height:65px;line-height: 1.1;}
	#content .services .bloc a{font-size:13px;margin-bottom: 10px;}
	#content .services .bloc a.btn.btn-default{padding-left: 33px;padding-right: 33px;}
	#content .services .bloc a.btn.btn-default:hover,
	#content .services .bloc a.btn.btn-default:focus{background: #FFF;color:#464650;}
	#content .services .bloc a.icoApplyNow{margin-top:6px;}
	#content .services .bloc a.icoApplyNow:hover{color:#464650;}

	#content .compare.first{background-color:#c6a45c;margin-top:10px;cursor:pointer;}
	#content .compare.second{background-color:#6e848f;margin-top:10px;cursor:pointer;}
	#content .compare p{color:#FFF;font-size:27px;line-height:60px;}
	
	#content .borderRandom{height:10px;border-top:2px solid #9e7a4c;margin-top:10px;margin-bottom:20px;}
	#content #contentText{padding:60px 0;}
	#contentText .txt p{font-size:20px;}
	.home #contentText .txt p{font-size:14px;}

	#content #quickLink a{display:block;padding-left:80px;min-height:105px;}
	#content #quickLink a:hover,
	#content #quickLink a:focus{background-color:#d0cecc;text-decoration:none;}
	#content #quickLink a .smallp{font-size:11px;}
	#content #quickLink a span{display:block;}
	#content #quickLink a span.h2{font-size:33px;margin-top:0;}
	.fr #content #quickLink a span.h2{font-size:28px;}
	#content #quickLink a span.txt{color:#464650;}
	#content #quickLink .personal{padding-right:0px;padding-left:0px;}
	#content #quickLink .personal .bloc{padding-right:0px;}
	#content #quickLink .personal span.h2{margin-bottom:0;margin-top:8px;line-height:0.9em;}
	#content #quickLink .personal span.txt{margin-top:10px;}
	#content #quickLink .reimbursement span.h2{margin-bottom:8px;}
	#content #quickLink .urgency a{background-image:url('../images/urgency.png');background-repeat:no-repeat;background-position:20px center;}
	#content #quickLink .personal a{background-image:url('../images/personal_support.png');background-repeat:no-repeat;background-position:20px center;}
	#content #quickLink .reimbursement a{background-image:url('../images/reimbursement.png');background-repeat:no-repeat;background-position:20px center;}
	
	/*** CONTACT INFORMATION ***/
	#content #contactInline{margin-top:50px;margin-bottom:0;}
	#content #contactInline .bloc{height:165px;}
	#content #contactInline .bloc .tel{border:1px solid #e6dfd6;padding:10px;}
	#content #contactInline .bloc .titleTel{background:url('../images/informations.png') no-repeat left center;padding:5px 0 10px 63px;margin-top:0;}
	#content #contactInline .bloc .titleMail{background:url('../images/mail.png') no-repeat left center;padding:21px 0 21px 80px;margin-top:0;display:block;}
	#content #contactInline .bloc .titleDL{background:url('../images/dl.png') no-repeat left center;padding:21px 0 21px 80px;margin-top:0;display:block;}
	#content #contactInline a{display:block;}
	#content #contactInline a:hover,
	#content #contactInline a:focus{background-color:#d0cecc;text-decoration:none;}


/*** INSURANCE PLAN ***/
#video{display:block;width: 100%;max-height:245px;}

.insurancePlans #contentBloc {padding-bottom:40px;}
.insurancePlans #contentBloc .bloc{margin-bottom:20px;}
.insurancePlans #contentBloc .bloc.noMargin{margin-bottom:0px;}
.insurancePlans .h2Mac{margin-top:5px;}
.insurancePlans .lead{margin-top:20px;margin-bottom:0px;}
.insurancePlans ul.list {color:#464650;padding-left:20px;line-height:2.2em;}
.insurancePlans ul.list.noLineHeight{line-height:1.8em;}
.insurancePlans .bgWhite a{color:#464650;text-decoration:underline;}
.insurancePlans .bgWhite a:hover{text-decoration:none;}
.insurancePlans a.icoMakingClaim{text-decoration:none;display:block;padding-top:12px;padding-left:20px;width:245px;height:35px;color:#464650;font-size: 13px;background:url('../images/ico_making_claim.png') no-repeat left top;}
.insurancePlans a.icoMakingClaim.x2{background:url('../images/ico_making_claim_fr.png') no-repeat left top;width:415px;}
.insurancePlans a.icoMakingClaim:hover{color:#FFF;background-position:left bottom;}	
.insurancePlans a.icoApplyNow{margin-bottom:10px;margin-right:30px;display:block;padding-top:6px;padding-left:20px;width:158px;height:29px;color:#FFF;font-size: 13px;background:url('../images/ico_apply_now.png') no-repeat left top;}
.insurancePlans a.icoApplyNow.x2{width:202px;background:url('../images/ico_apply_nowx2.png') no-repeat left top;}
.insurancePlans a.icoApplyNow:hover{color:#77778c;background-position:left bottom;}	
.insurancePlans a.icoDlKeyFacts{margin-bottom:10px;display:block;padding-top:8px;padding-left:20px;width:169px;height:31px;color:#464650;font-size: 13px;background:url('../images/ico_dl_key_facts.png') no-repeat left top;}
.insurancePlans.fr a.icoDlKeyFacts{background:url('../images/ico_dl_key_facts_fr.png') no-repeat left top;width:250px;}
.insurancePlans a.icoDlKeyFacts:hover{color:#FFF;background-position:left bottom;}	
.insurancePlans a.icoGetQuote{margin-bottom:10px;display:block;padding-top:11px;padding-left:20px;width:158px;height:35px;color:#FFF;font-size: 13px;background:url('../images/ico_get_quote.png') no-repeat left top;}
.insurancePlans a.icoGetQuote:hover{color:#464650;background-position:left bottom;}	
.insurancePlans .bgBlue p{color:#FFF;margin-bottom:20px;}
.insurancePlans .bgBlue h2{color:#FFF;margin-top:5px;margin-bottom:10px;}
.insurancePlans .bgGrayblue h2{color:#464650;margin-top:5px;margin-bottom:35px;}
.insurancePlans .bgGraygreen h2{color:#FFF;margin-top:5px;margin-bottom:44px;}
.insurancePlans .compare {background-color:#b3a79a;margin-top: 20px;margin-bottom: 20px;cursor: pointer;}

	/*** FAMILY ***/
	.family #contentText ul {padding-left:15px; font-size:20px;}
	.family #content .insurancePlans .bloc h2 {color:#FFF;margin-top: 10px;}
	.family #content .insurancePlans .bloc h2:after {display:block;content:" ";height:1px;width:60%;background: #FFF;margin-top: 15px;}
	.family #content .insurancePlans .bloc p {font-size:16px;height: 90px;}
	.family #content .insurancePlans .bloc a.icoGetQuote{display:inline-block;margin-left: 15px;}
	.family #content .insurancePlans .bloc a.btn.btn-default{margin-top: 10px;}
	
	/*** HOSPI COVER ***/
	.insurancePlans.hospiCover .txt{margin-top:20px;}
	.insurancePlans.hospiCover .lead{line-height:1.4em;margin-bottom:20px;}
	/*** EVERI COVER ***/ 
	.insurancePlans.everiCover .h2Mac.marg{margin-top:20px;}
	.insurancePlans .bgGraygreen h2{margin-bottom: 64px;}
	/*** EXECUTIVE COVER ***/ 
	.insurancePlans.executiveCover .lead{line-height:1.4em;margin-bottom:20px;}
	.insurancePlans.executiveCover .smallh1{font-size:55px;}

	/*** STUDENTCOVER ***/ 
	.insurancePlans.student .smallh1{font-size:55px;}

/*** TRAVELLERS ***/
.travellers .bgBlueFlash{background-image:url('../images/schengen.png');background-repeat:no-repeat;background-position:110% -65px;}
.travellers .bgBlueDarkFlash{background-image:url('../images/worldwide.png');background-repeat:no-repeat;background-position:150% -10px;}
.travellers .bgBlueFlash p,
.travellers .bgBlueDarkFlash p{color:#FFF;font-size: 16px;max-width:310px;margin-bottom:60px;}
.travellers .bgBlueDarkFlash p{margin-bottom: 54px;}
.travellers .bgBlueFlash h2,
.travellers .bgBlueDarkFlash h2{color:#FFF;margin-top:70px;margin-bottom:20px;}
.travellers .btn.btn-default{font-size: 13px;margin-right:30px;padding-left: 30px;padding-right: 30px;}
.travellers .bgBlueFlash .btn.btn-default:hover{background: #FFF;color:#4a83b3;}
.travellers .bgBlueDarkFlash .btn.btn-default:hover{background: #FFF;color:#4a5eb3;}
.travellers a.icoGetQuote{margin-bottom:10px;display:inline-block;padding-top:11px;padding-left:20px;width:158px;height:35px;color:#FFF;font-size: 13px;background:url('../images/ico_get_quote.png') no-repeat left top;}
.travellers a.icoGetQuote:hover{color:#FFF;background-position:left bottom;}	
.travellers a.icoApplyNow{margin-bottom:10px;margin-right:30px;display:inline-block;padding-top:5px;padding-left:20px;width:158px;height:29px;color:#FFF;font-size: 13px;background:url('../images/ico_apply_now.png') no-repeat left top;}
.travellers a.icoApplyNow:hover{color:#FFF;background-position:left bottom;}
.travellers .compare {background-color:#b3a79a;margin-top: 20px;margin-bottom: 20px;cursor: pointer;}
.travellers .bgBlue p, .travellers .bgBlue h2{color: #FFF;}
.travellers ul.list{margin:20px 0;}


/*** OUR SERVICES ***/
.ourServices #content #contentText{padding:20px 0;}
.ourServices h2{padding-left:70px;margin-top:5px;margin-bottom:20px;}
.ourServices .bloc p{line-height:2em;text-align:justify;}
.ourServices h2.urgency{background:url('../images/urgency.png') no-repeat left top;}
.ourServices h2.reimbursement{background:url('../images/reimbursement.png') no-repeat left top;}
.ourServices h2.personnalSupport{background:url('../images/personal_support.png') no-repeat left top;}

/*** COMPLIANCE ***/
.compliance #contentBloc{padding:40px 0;}
.compliance #contentBloc h4{font-size:20px;margin-top:20px;}
.compliance #contentBloc ul{padding-left:15px;}

/*** CONTACT US ***/
.contact-us #contentBloc p.info{padding-left:55px;padding-top:10px;padding-bottom:10px;}
.contact-us #contentBloc p.mess{background:url('../images/mess.png') no-repeat 5px center;margin-top:50px;}
.contact-us #contentBloc p.mail{background:url('../images/mail.png') no-repeat left center;}
.contact-us #contentBloc p.call{background:url('../images/call.png') no-repeat 5px center;margin-bottom:50px;}
.contact-us #contentBloc form{margin-top: 20px;}
.contact-us #contentBloc form .form-group label{padding-left:10px;padding-right: 0px;text-align: left;}
.contact-us #contentBloc form button[type="submit"]{background-color:#464650;color:#FFF;width:100%;}

/*** DOWNLOADS ***/
.downloads #contentBloc{padding:35px 0;}
.downloads #contentBloc h5{margin-top:10px;}
.downloads #contentBloc ul.list.dl{padding-left:0px;list-style:none;margin-top:5px;margin-bottom:25px;}
.downloads #contentBloc ul.list.dl li a{color:#464650;display:block;padding-left:35px;padding-top:10px;padding-bottom:10px;background:url('../images/dl_icon.png') no-repeat left center;}
.downloads #contentBloc ul.list.dl li a:hover{text-decoration: underline;}

/*** INTERMEDIARIES ***/
.intermediaries #contentBloc{padding:0 0 75px;}
.intermediaries #contentBloc .list{margin:10px 0 20px;padding-left:20px;line-height: 2em;}
.intermediaries #contentBloc .lead{margin-bottom:0;margin-top:10px}
.intermediaries #contentBloc .blocBtn{display:block;height:135px;border:1px solid #9e7a4c;padding:20px;}
.intermediaries #contentBloc .blocBtn span{color:#9e7a4c;font-size:22px;font-family:'GothamLight', sans serif;padding-left:70px;display:block;line-height: 1em;}
.intermediaries #contentBloc .dlBrochure .blocBtn span{background:url('../images/dl.png') no-repeat left top;}
.intermediaries #contentBloc .schedule .blocBtn span{background:url('../images/schedule.png') no-repeat left center;padding-top:12px;padding-bottom:12px;}
.intermediaries #contentBloc .blocBtn:hover{border:1px solid #e5dbcf;background-color:#e5dbcf;}

/*** CLAIMS ***/
.claims #contentBloc{padding:0 0 75px;}
.claims #contentBloc .bloc{padding:30px 25px;}
.claims #contentBloc p{font-size:20px;}
.claims #contentBloc .bgBlue p{color:#FFF;}
.claims #contentBloc .bgBlue a{color:#FFF;font-weight: 600;}
.claims #contentBloc .bgBlue a:hover{background-color:transparent;}
.claims #contentBloc .bgBlue p.list1, .claims #contentBloc .bgBlue p.list2{padding-left:25px;position:relative;}
.claims #contentBloc .bgBlue p.list1:before{content:'1)';position: absolute;top:0;left: 0;}
.claims #contentBloc .bgBlue p.list2:before{content:'2)';position: absolute;top:0;left: 0;}
.claims #contentBloc .bgBlue p.list2 span{font-size: 24px;}
.claims a.icoMakingClaim{text-decoration:none;display:block;padding-top:12px;padding-left:20px;width:245px;height:35px;color:#464650;font-size: 13px;background:url('../images/ico_making_claim.png') no-repeat left top;}
.claims a.icoMakingClaim.x2{background:url('../images/ico_making_claim_fr.png') no-repeat left top;width:415px;}
.claims a.icoMakingClaim:hover{color:#FFF;background-position:left bottom;}	

/*** MODAL SOS ***/
.modalSos{padding-top: 5%;}
.modalSos .modal-content{border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px;background:url('../img/modal_sos.png') no-repeat top right #ba5b3d;}
.modalSos .modal-header{display:inline;float:right;padding:0;position:relative;border:0 ;}
.modalSos .modal-header .close{color:#ba5b3d;text-shadow:none;opacity:1;position:relative;margin-top:0;top:-20px;left:20px;}
.modalSos .modal-body{padding:65px 45px;}
.modalSos .modal-body h4{color:#FFF;text-transform:uppercase;margin-top:0;font-family:'GothamBook', sans serif;font-size:30px;line-height:1.2em}
.modalSos .modal-body p{color:#FFF;margin-top:30px;margin-bottom:0;font-family:'GothamBook', sans serif;font-size:22px;}
.modalSos .modal-body .inline{color:#FFF;}
.modalSos .modal-body .list{color:#FFF;font-size:22px;font-family:'GothamBook', sans serif;}
.modalSos.in ~ .modal-backdrop.in{ background-color: #21100b; }

/*** MODAL MY GOLDEN CARE ***/
.modalAccount{padding-top: 5%;}
.modalAccount .modal-content{border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px;background-color:#9191a7;}
.modalAccount .modal-header{display:inline;float:right;padding:0;position:relative;border:0 ;}
.modalAccount .modal-header .close{color:#9191a7;text-shadow:none;opacity:1;position:relative;margin-top:0;top:-20px;left:20px;}
.modalAccount .modal-body{padding:65px 45px;}
.modalAccount .modal-body h4{color:#FFF;text-transform:uppercase;margin-top:0;font-family:'GothamBook', sans serif;font-size:30px;line-height:1.2em}
.modalAccount .modal-body p{color:#FFF;text-transform:uppercase;margin-top:30px;margin-bottom:0;font-family:'GothamBook', sans serif;font-size:22px;}
.modalAccount .modal-body a.btn{border-color:#bdbdc5;font-size:24px;padding: 5px 80px 3px;}
.modalAccount .modal-body a.btn:hover{background:#bdbdc5;color:#9191a7;}
.modalAccount.in ~ .modal-backdrop.in{ background-color: #2c2c34; }
.modal-backdrop.in{opacity:0.9}
