#contactform {

    /* overlay is hidden before loading */
    display:none;

    /* standard decorations */
    width:400px;
    border:10px solid #666;

    /* for modern browsers use semi-transparent color on the border. nice! */
    border:10px solid rgba(82, 82, 82, 0.698);

    /* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    
  }

  #contactform div {
    padding:10px;
    border:1px solid #3B5998;
    background-color:#fff;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif
  }

  #contactform h2 {
    margin:-11px;
    margin-bottom:0px;
    color:#fff;
    background-color:#6D84B4;
    padding:5px 10px;
    border:1px solid #3B5998;
    font-size:20px;
  }

.fieldcontact{
	border: 1px solid #cecece;
	box-shadow: 0 1px 1px rgba(0,0,0,.2) inset;
	text-indent: 5px;
	font: 300 16px 'Open Sans';
	border-radius: 3px;
	height: 32px;
	width: 100%;
}  
  
  /* Modal */
.l-modal{
	display: none;
	overflow: hidden;
	overflow-y: scroll;
}
.modal__overlay{
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .5;
	z-index: 999;
	display: none;
	z-index: 999;
}
.modal__open{
	overflow: hidden;
}
.b-modal-dialog{
	margin: 0 0 0 -200px;
	padding: 30px 0;
	position: fixed;
	overflow: visible !important;
	width: 400px;
	z-index: 1010;
	left: 50%;
}
.b-modal-body{
	background: #FFF;
	border-radius: 9px;
	box-shadow: 0 4px 12px rgba(0,0,0,.5);
	border: 1px solid #dedede;
}
.b-modal-header{
	padding: 15px 15px 0;
}
.b-modal-content{
	padding: 15px;
}
.b-modal-footer{
	border-top: 1px solid #dedede;
	margin-top: 20px;
	padding: 15px;
}
.b-modal-title{
	display: inline-block;
	margin-bottom: 0;
}
.th4{
    		text-align: center;
		font-size: 28px;
		margin-bottom: 28px;
}
.b-article{
	font-size: 14px;
	line-height: 25px;
	font-weight: 300;
}
	.b-article p{
		font-size: inherit;
		text-align: left;
}
	.b-article ul{
		padding: 0 0 0 40px;
		margin-top: 1em;
		list-style: disc;
}
	.b-article ul li + li{
		margin-top: 0;
}
	.b-article blockquote{
		border-left: 4px solid #dedede;
		padding: 0 0 0 20px;
		margin-left: 0;
		font-size: 21px;
		font-weight: 300;
		line-height: 1.48;
}
	.b-article h1, .b-article h2, .b-article h3{
		line-height: 32px;
}

.btn-close2{
	background: transparent;
    color: #000;
    font-size: 20px;
    opacity: 0.4;
    padding: 3px;
    position: absolute;
    right: 10px;
    top: 30px;
}
	.btn-close2:hover{
		opacity: .6;
}
	.btn-close2:active{
		opacity: 1;
}

.sh_btn .sh_btn_char{
	font-family: 'Open Sans';
}
/*   Button set
-----------------------------*/

.btn-group-right{
	text-align: right;
}
.btn-group-left{
	text-align: left;
}

.btn2c + .btn2c{
	margin-left: 1em;
}

.btn-action2c{
	background: #3eb088;
	border-radius: 3px;
	color: #FFF;
	box-shadow: 0 3px #328f6e;
	text-shadow: 0 1px rgba(0,0,0,.35);
	color: #FFF;
}
	.btn-action2c:hover{
		color: #FFF;
}
	.btn-action2c:active{
		-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.325);
		box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.325);
}
	.btn-action2c.disabled:hover,
	.btn-action2c[disabled]:hover{
		color: #FFF;
		background: #3eb088;
	}

	.btn2c[disabled],
	.btn2c.disabled,
	.btn2c[disabled]:hover,
	.btn2c.disabled:hover{
		box-shadow: none;
		cursor: default;
		opacity: .5;
}