@charset "utf-8";

*{ margin:0; padding:0}

html, body{width:100%; height:100%; }

a{ text-decoration:none;}

li{ list-style-type:none;}

legend{display:none;}

fieldset{border:0;}

img{border:0;}



input:focus, select:focus, textarea:focus, button:focus, a:focus {outline: none;}



@font-face {

    font-family: 'bpg_web_001';

    src: url('../fonts/bpg_web_001.eot');

    src: url('../fonts/bpg_web_001.eot?#iefix') format('embedded-opentype'),

         url('../fonts/bpg_web_001.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;

}

@font-face {

    font-family: 'bpg_web_001_caps';

    src: url('../fonts/bpg_web_001_caps.eot');

    src: url('../fonts/bpg_web_001_caps.eot?#iefix') format('embedded-opentype'),

         url('../fonts/bpg_web_001_caps.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;

}

@font-face {

	font-family: 'Conv_bpg_web_002_caps';

	src: url('../fonts/bpg_web_002_caps.eot');

	src: local('☺'), url('../fonts/bpg_web_002_caps.ttf') format('truetype'), url('../fonts/bpg_web_002_caps.svg') format('svg');

	font-weight: normal;

	font-style: normal;

}

@font-face {

	font-family: 'Conv_bpg_web_002';

	src: url('../fonts/bpg_web_002.eot');

	src: local('☺'), url('../fonts/bpg_web_002.ttf') format('truetype'), url('../fonts/bpg_web_002.svg') format('svg');

	font-weight: normal;

	font-style: normal;

}

/*-----------------------------Home------------------------------------------*/

#wrapper{

	width:100%;

	min-height:100%;

	background: url(../image/content-bg.jpg) no-repeat left 97px;

	background-size: cover;

	overflow:hidden;

	position:absolute;

}

#head{

	width:100%;

	max-height:97px;

	clear:both;

}



#head h1{

	display:inline-block;

	width:114px;

	height:66px;

	margin:13px 4.3% 18px 4.7%;

	float:left;	

}

#head h1 a{

	display:block;

	width:100%;

	height:100%;

	text-indent: -9999px;

	background:url(../image/logo.png) no-repeat center center;	

}

#head ul.lenguage{

	display:inline-block;

	width:100%;

	max-width:94px;

	margin:49px 4% 40px 0;

	overflow:hidden;

	float:left;	

}

#head ul.lenguage li{

	font-size:0.75em;

	margin-right:5%;

	line-height:14px;

	float:left;	

}

#head ul.lenguage li a{

	color:#aaaaaa;

	text-transform:uppercase;

	font-weight:normal;

	font-family: 'Conv_bpg_web_002_caps';	

	cursor:pointer;

}

#head ul.lenguage li a.currLeng{

	color:#727272;

}

/*--------------------------*/

/*#menu ul{

	display:inline-block;

	width:44%;

	max-width:610px;

	margin:47px 4.3% 33px 0;

	float:right;	

}*/







#menu ul li a{

	color:#255793;

	font-family: 'Conv_bpg_web_002_caps';

}

#menu  ul {

  list-style: none;

  padding: 0;

  margin: 0;

  line-height: 1;

}

#menu > ul {

  position: relative;

  /*display: block;

    width:62.3%;

	max-width:810px;

	float:left;*/	

	width:44%;

	max-width:610px;

	margin:47px 4.3% 33px 0;

	float:right;	

  z-index: 500;

}

#menu ul li{

	display:inline-block;

	margin-right:3%;

	font-size:0.75em;

	line-height:14px;

	

	padding-bottom:5px;	

}

#menu ul li.currPage, #menu ul li:hover{

	border-bottom:2px solid #ed1c24;

	padding-bottom:5px;

}

#menu ul li ul li, #menu ul li ul li:hover{

	border-bottom:0px solid #ed1c24;

	padding-bottom:0px;

}

#menu ul li:last-child{

	margin-right:0;	

}

#menu:after,

#menu > ul:after {

  content: ".";

  display: block;

  clear: both;

  visibility: hidden;

  line-height: 0;

  height: 0;

}

/*#menu.align-right > ul > li {

  float: right;

}*/

/*#menu.align-center ul {

  text-align: center;

}*/

/*#menu.align-center ul ul {

  text-align: left;

}*/

#menu > ul > li {

  display: inline-block;

  position: relative;

  margin: 0;

  padding: 0;

  margin-right:3%;

/*	font-size:0.87em;

*/

}

#menu > ul > #menu-button {

  display: none;

}

#menu ul li a {

  display: block;

}

#menu > ul > li > a {

 /* color:#fff;	

	font-family: 'Conv_bpg_web_002';

	padding:16px 0 ;*/

  text-transform: uppercase;

  -webkit-transition: color 0.25s ease-out;

  -moz-transition: color 0.25s ease-out;

  -ms-transition: color 0.25s ease-out;

  -o-transition: color 0.25s ease-out;

  transition: color 0.25s ease-out;

}

/*#menu > ul > li.has-sub > a {

  padding-right: 32px;

}*/

#menu > ul > li:hover{

	padding-bottom:0;	

}

#menu > ul > li:hover > a {

  /*color:#8cac45;*/

  padding-bottom:5px;

}

#menu li.has-sub::after {

  display: block;

  content: "";

  position: absolute;

  width: 0;

  height: 0;

}

/*#menu > ul > li.has-sub::after {

  right: 10px;

  top: 20px;

  border: 5px solid transparent;

  border-top-color: #7a8189;

}*/

#menu > ul > li:hover::after {

  border-top-color: #ffffff;

}

#indicatorContainer {

  position: absolute;

  height: 12px;

  width: 100%;

  bottom: 0px;

  overflow: hidden;

  z-index: -1;

}

#pIndicator {

	display:none;

  position: absolute;

  height: 0;

  width: 0%;

  border: 12px solid transparent;

  border-top-color: #2b2f3a;

  z-index: -2;

  -webkit-transition: left .25s ease;

  -moz-transition: left .25s ease;

  -ms-transition: left .25s ease;

  -o-transition: left .25s ease;

  transition: left .25s ease;

}

#cIndicator {

	display:none;

  position: absolute;

  height: 0;

  width: 100%;

  border: 12px solid transparent;

  border-top-color: #2b2f3a;

  top: -12px;

  right: 100%;

  z-index: -2;

}

#menu ul ul {

  position: absolute;

  left: -9999px;

  top: 15px;

  opacity: 0;

  -webkit-transition: opacity .3s ease, top .25s ease;

  -moz-transition: opacity .3s ease, top .25s ease;

  -ms-transition: opacity .3s ease, top .25s ease;

  -o-transition: opacity .3s ease, top .25s ease;

  transition: opacity .3s ease, top .25s ease;

  z-index: 1000;

}

/*#menu ul ul ul {

  top: 37px;

  padding-left: 5px;

}*/

#menu ul ul li {

  position: relative;

  padding:0;

}

#menu > ul > li:hover > ul {

  left: auto;

  top: 17px;

  opacity: 1;

}



#menu ul ul li a {

  width: 160px;

 /* color:#fff;*/

  border-bottom: 1px solid #fff;

  padding: 10px 20px;

  background-color:#457eb7;

  -webkit-transition: all .35s ease;

  -moz-transition: all .35s ease;

  -ms-transition: all .35s ease;

  -o-transition: all .35s ease;

  transition: all .35s ease;

  color:#FFF;

}

#menu.align-right ul ul li a {

  text-align: right;

}

#menu ul ul li:hover > a {

 /* background: #f2f2f2;

  color: #8c9195;*/

}

#menu ul ul li:last-child > a,

#menu ul ul li.last > a {

  border-bottom: 0;

}



#menu ul ul li.has-sub:hover::after {

  border-left-color: #ffffff;

  /*right: -5px;*/

  -webkit-transform: rotateY(180deg);

  -ms-transform: rotateY(180deg);

  -moz-transform: rotateY(180deg);

  -o-transform: rotateY(180deg);

  transform: rotateY(180deg);

}

#menu.align-right ul ul li.has-sub:hover::after {

  border-right-color: #ffffff;

  border-left-color: transparent;

  left: -5px;

  -webkit-transform: rotateY(180deg);

  -ms-transform: rotateY(180deg);

  -moz-transform: rotateY(180deg);

  -o-transform: rotateY(180deg);

  transform: rotateY(180deg);

}



/*--------------*/

#content{

	width:100%;

	position:absolute;

	left:0;

	bottom:90px;

	overflow:hidden;

}

#content .leftSide{

	display:inline-block;

	width:50%;

	margin-left:4%;

	float: left;

}

#content .leftSide h2{

	font-weight:normal;

	margin-bottom:39px;

	font-size:1.5em;

	line-height:24px;	

}

#content .leftSide h2 a{

	color:#fff;

	font-family: 'Conv_bpg_web_002_caps';	

}

#content .leftSide h2 a span{

	display:block;

	font-size:28px;

	line-height:28px;	

	margin-top:10px;

}

#content .leftSide ul{

	width:100%;

	max-width:820px;

	overflow:hidden;	

}

#content .leftSide ul li{

	display:inline-block;

	margin-right:1.5%;

	padding-right:1.7%;

	background: url(../image/li-line.png) no-repeat right center;

	font-size:0.8em;

	float:left;	

}

#content .leftSide ul li:last-child{

	margin:0;

	padding:0;

	background:none;	

}

#content .leftSide ul li a{

	color:#002144;

	font-family: 'Conv_bpg_web_002_caps';

	font-style:italic;

}

#content .questionsForm{

	width:222px;

	height:48px;

	float:right;

	margin-right:4.3%;

	margin-top:70px;

	background-color:#ed1f27;

	font-size:0.87em;

	border-radius:3px;	

}

#content .questionsForm a{

	display:block;

	width:73.5%;

	height:100%;

	color:#fff;

	font-family: 'Conv_bpg_web_002_caps';

	text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3);

	line-height:48px;

	vertical-align:middle;

	padding-left:59px;

	background: url(../image/button-icon.png) no-repeat 23px center;	

}

#footer{

	width:100%;

	height:47px;

	position:fixed;

	bottom:0;

	left:0;

	background-color:#fff;

	overflow:hidden;

	z-index:3;	

}

#footer ul{

	width:100%;

	max-width:85px;

	margin-left:4%;

	overflow:hidden;

	margin-top:15px;

	float:left;	

}

#footer ul li{

	display:inline-block;

	width:18px;

	height:18px;

	float:left;

	margin-right:10px;	

}

#footer ul li a{

	display:block;

	width:100%;

	height:100%;

	text-indent:-9999px;	

}

#footer ul li a.fb{

	background: url(../image/fb.png) no-repeat center center;	

}

#footer ul li a.tw{

	background: url(../image/tw.png) no-repeat center center;	

}

#footer ul li a.yt{

	background: url(../image/yt.png) no-repeat center center;	

}

#footer a.phone{

	display:inline-block;

	float:right;

	margin-right:4.3%;

	margin-top:17px;

	font-size:15px;

	font-family: 'Conv_bpg_web_002';

	color:#929292;

}

/*--------------------------End of Home------------------------------------------*/



/*--------------------------about------------------------------------------*/

#wrapper.wrapperIn{

	

	

	min-height:100%;

	background:none;

	background-color:#f1f1f1;	

position:absolute;

overflow-y:auto;

}



#contentIn{

	width:100%;

	min-heigt:100%;

	padding-bottom:47px;

	position:absolute;

	

}

#ac-container{

	width:100%;	

	background:url(../image/headerBg.png) no-repeat left top;

	background-size:100% 100%;

	

}

#ac-container label{	

	display: block;

	width:100%;

	height: 67px;

	color: #fff;

	font-size:1.3em;

	font-family: 'Conv_bpg_web_002_caps';

	line-height:67px;

	vertical-align:middle;

	position: relative;

	text-transform:uppercase;

	vertical-align:middle;

	/*z-index: 20;*/	

	cursor: pointer;

	text-align:center;

	font-weight:normal;

	outline:none;

}

#ac-container label a{	

padding-right:25px;

}

#ac-container:first-child label{

/*	border-top:1px solid #dddddd;*/

}

#ac-container label span{

	color:#545354;

}

#ac-container label:hover{

	

}

#ac-container input:checked + label a{

	background: url(../image/select-arrow-up.png) right no-repeat;

	

}

#ac-container div.mainuIn:hover input:checked + label a{

	background: url(../image/select-arrow-up.png) right no-repeat;



}

#ac-container label a{	

	background: url(../image/select-arrow.png) right no-repeat;

	

}





#ac-container input:checked + label.noSubmanu a{

		background: none;

	cursor: auto;

}

#ac-container div.mainuIn:hover input:checked + label.noSubmanu{

		background-image: none;

	cursor: auto;

}

#ac-container label.noSubmanu{	

	background-image: none;

	cursor: auto;

}

#ac-container input{

	display: none;

	outline:none;

}

#ac-container article{	

	overflow: hidden;

	height: 0px;

	position: relative;	

	z-index: 10;	

}



#ac-container input:checked ~ article{

	height: auto;

	width:90%;

	padding: 5px 5% 56px 5%;

	border-bottom:1px solid #dddddd;

}

#ac-container input:checked ~ article ul{

	display:block;

	margin:0;

	padding:0;

	width:100%;

}

#ac-container input:checked ~ article ul li{

	display:block;

	text-align:center;

	padding:5px 3px;

}

#ac-container input:checked ~ article ul li a{

	color:#FFF;

	padding-right:15px;

	font-size:16px;

	font-family: 'Conv_bpg_web_002';

}

#ac-container div.mainuIn:hover input:checked ~ article{

	height: auto;

	width:90%;

	padding: 5px 5% 56px 5%;

	border-bottom:1px solid #dddddd;

}

#maincContent{

	width:95.6%;

	max-width:959px;

	margin:auto;

	padding-left:2.2%;

	padding-right:2.2%;

	padding-top:45px;

	padding-bottom:45px;

}

#maincContent .contPar{

	width:100%;

	color:#666666;

	font-size:0.87em;

	line-height:14px;	

	font-family: 'Conv_bpg_web_002';

	margin-bottom:15px;

}

#contentIn .questionsForm{

	width:53px;

	height:49px;

	border-radius:6px;

	background-color:#ed1f27;

	position:absolute;

	right:59px;

	top:42px;

}

#contentIn .questionsForm a{

	display:block;

	width:100%;

	height:100%;

	background: url(../image/button-icon.png) no-repeat center center;

	text-indent:-99999px;	

	z-index:999;

}

/*--------------------------End of about------------------------------------------*/

/*--------------------------benefits------------------------------------------*/

#maincContent .contPar .arrow{

	width:100%;

	height:35px;

	background: url(../image/arrow.png) no-repeat center center;

	margin-bottom:16px;

	margin-top:30px;

}

#maincContent .contPar:first-child .arrow{

	margin-top:0;

}

/*--------------------------End of benefits------------------------------------------*/

/*--------------------------Clint------------------------------------------*/

#maincContent .smpleClint{

	width:22.8%;

	max-width:219px;

	height:192px;

	margin-right:2.5%;

	margin-bottom:25px;

	border:1px solid #cdcdcd;

	

	float:left;

}

#maincContent .smpleClint:nth-child(4n+4){

	margin-right:0;	

}



/*--------------------------End of Clint------------------------------------------*/

/*--------------------------Team------------------------------------------*/

#maincContent .teamLine{

	width:100%;

	overflow:hidden;

}

#maincContent .teamLine .simpleMember{

	width:23.3%;

	max-width:222px;

	margin-right:2%;

	margin-bottom:25px;

	float:left;

}

#maincContent .teamLine .simpleMember:last-child{

	margin-right:0;	

}

#maincContent .teamLine .simpleMember .memPic{

	width:100%;

	height:auto;

	background-color:#255793;

	margin-bottom:19px;

}

#maincContent .teamLine .simpleMember .memPic img{

	display:block;

	width:100%;

	height:auto;

	opacity:0.7;	

}

#maincContent .teamLine .simpleMember:hover .memPic img{

	opacity:1;	

}

#maincContent .teamLine .simpleMember h2{

	width:100%;

	font-weight:normal;

	margin-bottom:5px;

	font-size:0.68em;

	line-height:11px;

}

#maincContent .teamLine .simpleMember h2 a{

	color:#255793;	

	font-family: 'Conv_bpg_web_002_caps';

}

#maincContent .teamLine .simpleMember .position{

	width:100%;

	font-size:0.8em;

	color:#646464;

	font-family: 'Conv_bpg_web_002';

	margin-bottom:5px;	

}

#maincContent .teamLine .simpleMember a.mail{

	display:block;

	width:100%;

	font-family:Arial, Helvetica, sans-serif;

	color:#646464;

	font-size:0.8em;	

}

/*--------------------------End of Team------------------------------------------*/

/*--------------------------contact------------------------------------------*/

#maincContent .contactBlock{

	width:100%;

	max-width:648px;

	overflow:hidden;

	margin:auto;

}

#maincContent .contactBlock ul{

	width:100%;

	overflow:hidden;

}

#maincContent .contactBlock ul li{

	display:inline-block;

	color:#767676;

	font-size:0.87em;

	font-family: 'Conv_bpg_web_002';

	margin-bottom:18px;

	margin-right:10%;

	float:left;	

}

#maincContent .contactBlock ul li:nth-child(3n+3){

	margin-right:0;	

}

#maincContent .contactBlock ul li a{

	color:#767676;

}

#maincContent .contactBlock .mapBlock{

	width:100%;

	height:128px;

	overflow:hidden;

	margin-bottom:32px;	

}

#maincContent .contactBlock .contacLine{

	width:100%;

	overflow:hidden;	 

}

#maincContent .contactBlock .contacLine input{

	display:block;

	width:41%;

	max-width:305px;	

	height:34px;

	padding-left:3%;

	padding-right:3%;

	float:left;

	background:none;

	border:1px solid #aeaeae;

	border-radius:3px;

	margin-bottom:32px;

	color:#767676;

	font-size:0.87em;

	font-family: 'Conv_bpg_web_002';

}

#maincContent .contactBlock .contacLine input:nth-child(2n+2){

	float:right;	

}



#maincContent .contactBlock .contacLine input.largeInut{

	width:93.5%;

	max-width:645px;

}

#maincContent .contactBlock .contacLine textarea{

	width:93.5%;

	max-width:645px;	

	height:141px;

	padding-left:3%;

	padding-right:3%;

	padding-bottom:17px;

	padding-top:17px;

	float:left;

	background:none;

	border:1px solid #aeaeae;

	border-radius:3px;

	margin-bottom:32px;

	color:#767676;

	font-size:0.87em;

	font-family: 'Conv_bpg_web_002';

}

#maincContent .contactBlock .contacLine .allFiels{

	display:inline-block;

	font-size:0.8em;

	color:#767676;

	font-family: 'Conv_bpg_web_002';

	margin-top:16px;

	margin-bottom:16px;

	float:left;

}

#maincContent .contactBlock .contacLine .button{

	width:127px;

	max-width:127px;

	height:43px;

	border:0;

	padding:0;

	margin:0;

	background-color:#ed1b23;

	font-family: 'Conv_bpg_web_002_caps';

	text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3);

	font-size:0.87em;

	color:#fff;

}

/*--------------------------End of contact------------------------------------------*/

/*pop up*/

/*pop up calculator*/

#fancybox-loading {

	position: fixed;

	top: 50%;

	left: 50%;

	width: 40px;

	height: 40px;

	margin-top: -20px;

	margin-left: -20px;

	cursor: pointer;

	overflow: hidden;

	z-index: 1104;

	display: none;

}



#fancybox-loading div {

	position: absolute;

	top: 0;

	left: 0;

	width: 40px;

	height: 480px;

	background-image: url('../images/fancybox.png');

}



#fancybox-overlay {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	z-index: 1100;

	display: none;

}



#fancybox-tmp {

	width:100%;

	max-width:500px;

	padding: 0;

	margin: 0;

	border: 0;

	overflow: auto;

	display: none;

}



#fancybox-wrap {

	width:100%;

	

	position: absolute;

	top: 0;

	left: 0;

	padding: 0;

	z-index: 1101;

	outline: none;

	display: none;

}



#fancybox-outer {

	position: relative;

	width: 100%;

	max-width:500px;

	height: 100%;

	border-radius:6px;

	overflow:hidden;

	background: #fff;

}



#fancybox-content {

	display:block;

	width: 100%;	

	height: 0;

	padding: 0;

	outline: none;

	position: relative;

	overflow: hidden;

	z-index: 1102;

	border: 0px solid #fff;

}



#fancybox-hide-sel-frame {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: transparent;

	z-index: 1101;

}



#fancybox-close {

	position: absolute;

	top: 15px;

	right: 2%;

	width: 12px;

	height: 12px;

	background: transparent url('../image/pop-close.png') no-repeat center center;

	cursor: pointer;

	z-index: 1103;

	display: none;

}



#fancybox-error {

	color: #444;

	font: normal 12px/20px Arial;

	padding: 14px;

	margin: 0;

}

#inline1 h3{

	width:96%;

	background-color:#255793;

	font-size:0.87em;

	color:#fff;

	font-family: 'Conv_bpg_web_002_caps';

	font-weight:normal;

	line-height:40px;

	padding-left:2%;

	padding-right:2%;

}

#inline1 ul{

	width:100%;	





}

#inline1 ul li{	





	font-size:0.87em;

	padding:10px 2% 10px 2%;

}

#inline1 ul li a{

	color:#767676;

	font-family: 'Conv_bpg_web_002';

}

/*End of pop up*/

@media screen and (max-width:1280px){

	#menu > ul {	

	width:63%;

	max-width:610px;

}

#content .leftSide{

	width:70%;

}

#content  .leftSide ul li {

	margin-bottom:10px;

}

}



.warning {

	padding: 10px;

	margin-bottom: 15px;

	background: #FFDFE0;

	border: 1px solid #FF9999;

	color:#707070;

	font-size: 14px;



}

#maincContent .contactBlock .warning ul li{

	line-height:25px;

	margin-left:10px;

	margin-bottom:0;

	float:none;

	display:block;

}

