/* 
Custom CSS for...
'Modern Business' HTML Theme by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* Global Styles */
html, body {
  height:100%;
}
body{
	margin-top: 100px;
	overflow-x: hidden;
}
h1{
	font-weight: bold;
	font-size: 40px;
}
.thumbnail-img {
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,.5);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,.5);
	box-shadow: 0 10px 20px rgba(0,0,0,.5)
}
.navbarmenucolor{
	color: #626261 !important;
}
.navbarmenucolor:hover{
	color: #fff !important;
	background-color: #ff9c00;
}
.titlecolor{
	color: #002A80;
}
.orangefont{
	color: #ff3a05;
}
.largfont{
	font-size: 55px;
}
.smallfont{
	font-size: 11px;
}
.fontgrey{
	color: #957f7f;
	font-family: Calibri, Arial;
}

.mleft30{
	margin-left: 30px;
	margin-top: 0px;
}
#result{
	color: #E9322D;
}
.img-home-portfolio,
.img-customer,
.portfolio-item {
  margin-bottom: 30px;
}
.btn-success-rev {
	color: #fff;
	background-color: #47a447;
	border-color: #4cae4c
}
.btn-success-rev:hover, .btn-success-rev:focus, .btn-success-rev:active, .btn-success-rev.active, .open .dropdown-toggle.btn-success-rev {
	color: #fff;
	background-color: #47a447;
	border-color: #398439
}
.btn-danger-rev {
	color: #fff;
	background-color: #d2322d;
	border-color: #d43f3a
}
.btn-danger-rev:hover, .btn-danger-rev:focus, .btn-danger-rev:active, .btn-danger-rev.active, .open .dropdown-toggle.btn-danger-rev {
	color: #fff;
	background-color: #d2322d;
	border-color: #ac2925
}

.tab-pane {
  margin-top: 15px;
}
.img-responsive {
 display: block;
 height: auto;
 max-width: 100%;
}
/* Page Sections */
.section,
.section-colored {
  padding: 10px 0;
}
. section-colored-new{
	padding: 30px 0;
	background-color: #fff;
	
}
.section-colored {
  background-color: #368003; /* change this to change the background color of a colored section */
}

.sidebar {
  margin-top: 40px;
}

.sidebar ul {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
}



.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

/* Social Icons Styles */
.list-social-icons {
  margin-bottom: 45px;
}

.tooltip-social a {
  text-decoration: none;
  color: inherit;
}

.facebook-link a:hover {
  color: #3b5998;
}

.linkedin-link a:hover {
  color: #007fb1;
}

.twitter-link a:hover {
  color: #39a9e0;
}

.google-plus-link a:hover {
  color: #d14836;
}

/* Service Page Styles */
.service-icon {
  font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
  font-size: 8em;
}

/* Pricing Page Styles */
.price {
  font-size: 4em;
}

.price-cents {
  vertical-align: super;
  font-size: 50%;
}

.price-month {
  font-size: 35%;
  font-style: italic;
}
.psubtitle {
	font-size: 22px;
	color: #002a80
}
.divider-img {
	background-image: url(../img/line+divider.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 11px;
	margin-top: -20px;

}
/* Footer */

.footer {
	
	background-color: #FFF;
	position: relative;
	z-index: 20;
}

.footer ul {
	min-height: 50px;
	
	float: left;
	width: auto;
	margin-right: 40px;
}

.footer li, .footer li a {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #fff;
	font-family: "Arial";

}

.footer h3 {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	padding-bottom: 0px;
	margin-bottom: 4px;
	font-family: "Arial";
}

.footer li a:hover {
	color: #fff;
	text-decoration: underline;
}
.vspace0FooterContact{
    padding: 0px 0px;
}
.footer_title{color:#282822; font-size:1.3em; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #fff; max-width: 210px; line-height: 20px;}
.footer_title_internet{color:#282822; font-size:1.3em; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #fff; max-width: 240px; line-height: 20px;}
.footer_title_left_contact{font-size:1.2em; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #919191; max-width: 250px; line-height: 20px; font-weight: bold;}
.footer_title_left_about{font-size:1.2em; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #919191; max-width: 280px; line-height: 20px; font-weight: bold;}
.footer .footerContactTitleColor{color: #fff000;}
.footer .footer_titlecontact{font-size:2.2em; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #fff; max-width: 210px; line-height: 20px;}
.footer .footer_titleEmailUpdate{font-size:1.5em; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #fff; max-width: 410px; line-height: 20px;}
.footer p {
	text-align: right;
	font-size: 12px;
	line-height: 14px;	
}

.footer p span {
	font-weight: 700;
	text-transform: uppercase;
	color: #547632;
}
.footerlinkcolor{
	color: #ffc002;
}
.footerlinkcolor: hover{
	text-decoration: underline;
}
.mailinglist{
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#mc_embed_signup{
	clear:left; 
	font:14px Helvetica,Arial,sans-serif;
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
input, .tip, .textarea02 {
	background-color: #f4f4e5;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    margin-top: -10px !important;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}

input[type="radio"], input[type="checkbox"]  {
	float: left;
	margin-right: 10px;
	width: 20px;
}

input[type="submit"] {
	width: 80px;	
}

input[type="file"] {
	border: none;
	box-shadow: none;
}

.well-nobackground {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: transparent;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}
.well-new {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}
/* Responsive Styles */
.mleftcontact{
	
}
.meleftemail{
	margin-left: -50px;
}
@media screen and (max-width: 960px) {
.vspace0FooterContact{
    padding: 40px 0px;
}
}
@media (max-width: 767px) {

.imglogo{
	margin-top: -10px;
}
.carousel {
  margin-top: 30px;
  height: 70%; /* increases the carousel height so it looks good on phones */
}
.footerheight{
  height: 30px;
}
.mleft30main{
	margin-left: 0px;
	margin-top: 40px;
}

.meleftemail{
	margin-left: 0px;
}
.vspace0FooterContact{
    padding: 40px 0px;
}
}
@media (max-width: 480px) {
.meleftemail{
	margin-left: 0px;
}

.vspace0FooterContact{
    padding: 40px 0px;
}
}












.divider-img {
	background-image: url(../img/line+divider.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 11px;
	margin-top: -20px;

}
.well-noborder {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: transparent;
	border: 2px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}


.content {
	background-color: #f1f1f1
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
    margin-top: 380px;
}

@media screen and (max-width: 960px) {
	.carousel-height {
		height: 650px
	}
	.carousel-control.left, .carousel-control.right {
 	   background-image: none;
       margin-top: 380px;
	}
}
@media (min-width: 768px) and (max-width: 960px) {
	.carousel-height {
		height: 450px
	}
	.carousel-control.left, .carousel-control.right {
 	   background-image: none;
       margin-top: 380px;
	}
}
@media (min-width: 480px) and (max-width: 768px) {
	.carousel-control.left, .carousel-control.right {
 	   background-image: none;
       margin-top: 50px;
	}
}
@media (max-width: 480px) {

	.carousel-control.left, .carousel-control.right {
 	   background-image: none;
       margin-top: 100px;
	}

}
@media (min-width: 1200px) {
	.carousel-height {
		height: 350px
	}
}


.tablegal li a:hover {
	background: #C75902;
	color: #fff;
}
.tablegal li a {
	color: #fff;
	background: #C75902;
	margin-top: 2px
}
.tablegal .active a, 
.tablegal .active a:hover,
.tablegal .active a:active {
	
	outline:none;
	color: black;
	background-color: #C75902;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
	
}
input{
	margin-top: 10px !important;
}
textarea{
	margin-top: 10px !important;
}
.well-new {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}
/* Responsive Styles */
@media (max-width: 767px) {

}
@media (max-width: 480px) {

}
.slide-image {
  width: 100%;
  	-webkit-box-shadow: 0 40px 40px rgba(0,0,0,.5);
	-moz-box-shadow: 0 40px 40px rgba(0,0,0,.5);
	box-shadow: 0 40px 40px rgba(0,0,0,.5)
}

.carousel-holder {
  margin-bottom: 30px;
}

.carousel-control,.item {
  border-radius: 4px;
}

.caption {
  height: 130px;
  overflow: hidden;
}

.caption h4 {
  white-space: nowrap;
}
.bluefont{
	color: #4183B5;
}
.greyblackfont{
	color: #515152 !important;
}
.grey{
	color: #777;
}
.mailinglist-well{
	
	border: 1px solid #707070;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	box-shadow: 0 5px 10px rgba(0,0,0,.5)
}
#navlistcheck
{
margin-left: 0;
padding-left: 0;
list-style: none;
}
#navlistcheck li 
{

padding-left: 30px !important;
background-image: url(../img/GreenCheckmark.jpg);
background-repeat: no-repeat;
background-position: left center !important;

}

.wrapperf        {width:80%;height:100%;margin:0 auto;background:#CCC}
.h_iframe        {position:relative;}
.h_iframe .ratio {display:block;width:100%;height:auto;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}

.gbackground{

background: #447E7F;
background: -moz-linear-gradient(top, #447E7F 0%, #1e5859 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #447E7F), color-stop(100%, #1e5859));
background: -webkit-linear-gradient(top, #447E7F 0%, #1e5859 100%);
background: -o-linear-gradient(top, #447E7F 0%, #1e5859 100%);
background: -ms-linear-gradient(top, #447E7F 0%, #1e5859 100%);
background: linear-gradient(to bottom, #447E7F 0%, #1e5859 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#447E7F', endColorstr='#1e5859', GradientType=0);
}



.textalignright{
	text-align: right; !important;
}

.img-responsive {
 display: block;
 height: auto;
 max-width: 100%;
 margin: 0 auto;
}

.wrapperf        {width:80%;height:100%;margin:0 auto;background:#CCC}
.h_iframe        {position:relative;}
.h_iframe .ratio {display:block;width:100%;height:auto;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}


.lightgrayfont{
	color: #b9b8b8;
}
.plumcolor{
	color: #6d0039;
}
#navlistcheck
{
margin-left: 0;
padding-left: 0;
list-style: none;
}
#navlistcheck li 
{

padding-left: 30px !important;
background-image: url(../img/GreenCheckmark.jpg);
background-repeat: no-repeat;
background-position: left center !important;

}



/***********universal Menu S******************/

#universal_menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height:20px;
}
#universal_menu li {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	height:20px;
}
#universal_menu li a {
	/*background: #333 url("images/seperator.gif") bottom right no-repeat;*/
	color: #DEDEDE;
	display: block;
	float: left;
	margin: 0;
	padding: 2px 12px;
	text-decoration: none;
}
#universal_menu li a:hover {
	/*background: #2580a2 url("images/hover.gif") bottom center no-repeat;*/
	color: #00FF00;
	padding-bottom: 8px;
}

#universal_menu li span {
	color: #DEDEDE;
	display: block;
	float: left;
	margin: 0;
	padding: 2px 12px;
	text-decoration: none;
}

.thumbnail-img{
	padding:4px;
	line-height:20px;
	border:1px solid #ddd;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	box-shadow: 0 5px 10px rgba(0,0,0,.5)
	
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	}

.banner {
	padding: 30px 0;
	color: #f8f8f8;
	background-color: #282828 !important;
	border: 1px solid #6A8A87;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 10px rgba(11,122,191,.5);
	-moz-box-shadow: 0 5px 10px rgba(11,122,191,.5);
	box-shadow: 0 5px 10px rgba(11,122,191,.5)
	
}

/* Footer */

.footer {
	
	background-color: #FFF;
	position: relative;
	z-index: 20;
}

.footer ul {
	min-height: 50px;
	
	float: left;
	width: auto;
	margin-right: 40px;
}

.footer li, .footer li a {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #fff;
	font-family: "Arial";

}

.footer h3 {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	padding-bottom: 0px;
	margin-bottom: 4px;
	font-family: "Arial";
}

.footer li a:hover {
	color: #fff;
	text-decoration: underline;
}
.vspace0FooterContact{
    padding: 0px 0px;
}
.footer_title{color:#282822; font-size:1.3em; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #fff; max-width: 210px; line-height: 20px;}
.footer_title_internet{color:#fff; font-size:1.3em; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #fff; max-width: 200px; line-height: 20px;}
.footer_title_left_contact{font-size:1.2em; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #919191; max-width: 250px; line-height: 20px; font-weight: bold;}
.footer_title_left_about{color:#fff; font-size:1.3em; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #fff; max-width: 300px; line-height: 20px;}
.footer .footerContactTitleColor{color: #fff;}
.footer .footer_titlecontact{font-size:2.2em; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #fff; max-width: 210px; line-height: 20px;}
.footer .footer_titleEmailUpdate{font-size:1.5em; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #fff; max-width: 410px; line-height: 20px;}
.footer p {
	text-align: right;
	font-size: 12px;
	line-height: 14px;	
}

.footer p span {
	font-weight: 700;
	text-transform: uppercase;
	color: #547632;
}
.footerlinkcolor{
	color: #ffc002;
}
.footerlinkcolor: hover{
	text-decoration: underline;
}
.well-new {
	min-height: 20px;
	color: #000 !important;
	background-color: #f5f5f5;
	
	border-bottom: 0px;
	
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	box-shadow: 0 5px 10px rgba(0,0,0,.5)
}
.mailinglist{
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#mc_embed_signup{
	clear:left; 
	font:14px Helvetica,Arial,sans-serif;
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
input, .tip, .textarea02 {
	background-color: #f4f4e5;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    margin-top: -10px !important;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}

input[type="radio"], input[type="checkbox"]  {
	float: left;
	margin-right: 10px;
	width: 20px;
}

input[type="submit"] {
	width: 80px;	
}

input[type="file"] {
	border: none;
	box-shadow: none;
}

.well-nobackground {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: transparent;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

 /****************/
/*FONT SIZE*/
/****************/
.morebiggestfont {
	font-size:40px;
 }
.biggestfont {
	font-size:32px;
 } 

.hugefont {
	font-size:27px;
 } 
 
.giganticfont {
	font-size:24px;
 }  

.giantfont {
	font-size:22px;
 } 


.biggerfont {
	font-size:20px;
 } 

.bigfont {
	font-size:18px;
 } 
 
.largefont {
	font-size:16px;
 } 

.mediumfont {
	font-size:14px !important;
 } 

.smallfont {
	font-size:12px;
 } 

.tinyfont {
	font-size:10px;
 } 

/****************/
/*FONT COLOR*/
/****************/

.whitefont {
	font-family:arial;
	color:#ffffff;
 } 

.greenfont {
	font-family:arial;
	color:#4AA02C;
 } 

.darkgreenfont {
	font-family:arial;
	color:#336600;
 } 
 
 .linkgreenfont{
 	color: #279302;
 }
 .linkgreenfont:hover{
 	color: #1D6B04;
 	text-decoration: underline;
 }
.orangefont {
	font-family:arial;
	color:#984806;
 }
 
 .darkorangefont {
 	color: #E56717;
 }
 
.redfont {
	font-family:arial;
	color:#FF0000;
 } 
 
 .SoftMouseredfont{
 	font-family: arial;
 	color: #c42e05;
 }
 .smred{
	color: #d5504d;
}
 .SoftMousebluefont{
 	font-family: arial;
 	color: #4f83c0;
 }
  
.darkredfont {
	font-family:arial;
	color:#700000;
 } 
 
.plumfont {
	font-family:arial;
	color:#FF0000;
 }
 
.bluefont {
	font-family:arial;
	color:#215868;
 }
 
.darkbluefont {
	font-family:arial;
	color:#000066;
 }  
 
.midnightbluefont {
	font-family:arial; 
	color:#151B54;
 }  
 
.brightbluefont {
	font-family:arial;
 	color: #0000FF;
  }
.tealfont {
	font-family:arial;
	color:#336699;
 }
 
.purplefont {
	font-family:arial;
	color:#800080;
 } 
 
.blackfont {
	font-family:arial;
	color:#000000 !important;
 } 

.greyfont {
	font-family:arial;
	color:#707070;
 } 
 
.lightgreyfont {
	font-family:arial;
	color:#ddddcc;
 }

.darkgreyfont {
	font-family:arial;
	color:#4C4646;
 } 

.yellowfont {
	font-family:arial;
	color:#FFFF00;
 } 

.custompropertiesfont {
	font-family:arial;
	color:#336699;
	text-decoration: underline;
	
 }
 .greyfont{
 	color: #3e3e3e;
 }

/****************/
/*FONT DECORATION*/
/****************/
.bold {
	font-weight:bold;
 } 
 
 .italic {
 font-style: italic;
 } 
  
 .underline {
 font-style: underline;
 }
 
.aligncenter {
	text-align: center;
 } 

.alignleft {
	text-align: left;
 } 

.alignright {
	text-align: right;
 } 

.big_topspacing {
   padding-top: 10pt;
   padding-bottom: 0pt;
   margin-top: 3pt;
   margin-bottom: 1pt;
   } 

.topspacing {
   padding-top: 5pt;
   padding-bottom: 0pt;
   margin-top: 3pt;
   margin-bottom: 1pt;
   } 

.betweentablespacing {
   padding-top: 5pt;
   padding-bottom: 0pt;
   margin-top: 3pt;
   margin-bottom: 8pt;
   } 
   
.spacingsmall {
   padding-left: 5pt !important;
   } 
.spacingsmallcheck {
   margin-left: 15px !important;
   
   }    
.spacingmedium {
   padding-left: 20pt;
   } 
 
.spacinglarge {
   padding-left: 50pt;
   } 

.widthleft {
   width:400;
   } 

.mv-boli {
	font-family:MV Boli;
   } 

.mailinglist-well{
	
	border: 1px solid #707070;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	box-shadow: 0 5px 10px rgba(0,0,0,.5)
}
.nounderline{
	text-decoration: none;
}
.wrapperf        {width:80%;height:100%;margin:0 auto;background:#CCC}
.h_iframe        {position:relative;}
.h_iframe .ratio {display:block;width:100%;height:auto;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}

