body {
  padding-top: 20px;
}


@keyframes bounceIn {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

iframe {
  animation-duration: 2s;
  animation-name: bounceIn;
}

.footer {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  margin-top: 40px !important;
  border-top: 1px solid #eee;
}

.footer h3 {
    margin-bottom: 10px !important;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}
.service-lg {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#be1e27;
}
.service-md {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#be1e27;
}
.service-sm {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#be1e27;
}
.service-xs {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#be1e27;
}

.topphone-lg	{ 
	text-decoration: none; 
	color: #393634; 
	font-family: 'Droid Sans', sans-serif; 
	font-weight: 700; 
	font-size: 21px; 
	line-height: 120%; 
}
a.topphone-lg:link	{ 
	text-decoration: none; 
	color: #393634; 
	font-family: 'Droid Sans', sans-serif; 
	font-weight: 700; 
	font-size: 26px; 
	line-height: 120%; 
}
a.topphone-lg:hover { 
	text-decoration: none; 
	color: #ff0000; 
	font-family: 'Droid Sans', sans-serif; 
	font-weight: 700; 
	font-size: 26px; 
	line-height: 120%; 
}

.topphone-md					{ text-decoration: none; color: #393634; font-family: 'Droid Sans', sans-serif; font-weight: 700; font-size: 18px; line-height: 120%; }

a.topphone-md:link			{ text-decoration: none; color: #393634; font-family: 'Droid Sans', sans-serif; font-weight: 700; font-size: 22px; line-height: 120%; }
a.topphone-md:hover		{ text-decoration: none; color: #ff0000; font-family: 'Droid Sans', sans-serif; font-weight: 700; font-size: 22px; line-height: 120%; }

.topphone-sm					{ text-decoration: none; color: #393634; font-family: 'Droid Sans', sans-serif; font-weight: 700; font-size: 18px; line-height: 120%; }

a.topphone-sm:link			{ text-decoration: none; color: #393634; font-family: 'Droid Sans', sans-serif; font-weight: 700; font-size: 22px; line-height: 120%; }
a.topphone-sm:hover			{ text-decoration: none; color: #ff0000; font-family: 'Droid Sans', sans-serif; font-weight: 700; font-size: 22px; line-height: 120%; }

.topphone-xs						{ text-decoration: none; color: #393634; font-family: 'Droid Sans', sans-serif; font-weight: 700; font-size: 16px; line-height: 120%; }

a.topphone-xs:link				{ text-decoration: none; color: #393634; font-family: 'Droid Sans', sans-serif; font-weight: 700; font-size: 18px; line-height: 120%; }
a.topphone-xs:hover			{ text-decoration: none; color: #ff0000; font-family: 'Droid Sans', sans-serif; font-weight: 700; font-size: 18px; line-height: 120%; }



/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.nav-justified > li > a {
  padding-top: 15px;v
  padding-bottom: 15px;
  margin-bottom: 0;
  font-weight: bold;
  color: #777;
  text-align: center;
  background-color: #e5e5e5; /* Old browsers */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(0%, #f5f5f5), to(#e5e5e5));
  background-image:         linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background-repeat: repeat-x; /* Repeat the gradient */
  border-bottom: 1px solid #d5d5d5;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified	 a:hover,
.nav-justified > .active > a:focus {
  background-color: #ddd;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
/*
.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}*/

@media (min-width: 	px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
	font-size:12px;
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0 5px 5px 0;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (max-width: 1000px) {
  /* Remove the padding we set earlier */
.nav-justified > li > a {
    font-size:10px;
   padding: 10px 10px;
}
 .nav  >li >a {
 font-size:11px;
 padding: 10px 7px;
}
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}
/* Responsive: Portrait tablets and up */
@media screen and (max-width: 768px) {
  /* Remove the padding we set earlier */
 .nav-justified > li > a {
 	font-size:14px;
	/*padding: 8px 10px;*/
  }
  
 .nav  a {
 font-size:14px;
}
.nav>li{
margin:0 5px;
}
 .nav>li>a,
.navbar-nav .open .dropdown-menu>li>a {
  margin: 0 5px;
  padding:10px 10px;
  font-weight: bold;
}
}

/* mars */
.navbar-nav  a {
  padding-top: 15px;
  margin-bottom: 0;
  font-weight: bold;
  color: #777;
  text-align: left;
}
.navbar-nav > .active > a, 
.navbar-nav > .active > a:hover, 
.navbar-nav a:hover, 
.navbar-nav > .active > a:focus {
  background-color: #ddd;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
  box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}


.container-fluid{
  background-color: #e5e5e5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(0%, #f5f5f5), to(#e5e5e5));
  background-image: linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 );
  background-repeat: repeat-x;
  border-bottom: 1px solid #d5d5d5;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.nav-tabs>li>a {
	color: #555;
	background-color: #ddd;
}

.inp {
	width:257px;
	border: 1px solid #ccc;	
}
.bot20, .mb20 {
	margin-bottom:20px;	
}

.wrap{
	position:relative;
    float:left;
    width:204px;
    height:134px;
    margin:3px;
	padding: 5px;
	border:1px;
	border: 2px solid silver;
	
    overflow:hidden;   
	text-align:center;
}
/* end mars */
.member {
	padding:0; 
	margin:10px 0;
	border: 1px solid #ccc; 
	border-radius: 5px; 
	background-color: #eee;
}
.mr15 {
	margin-right:15px;	
}
.ml15 {
	margin-left:15px;	
}
.mt15 {
	margin-top:15px;	
}
.mb15 {
	margin-bottom:15px;	
}
.p15 {
	padding:15px;	
}
.p20 {
	padding:20px;	
}
.tc {
	text-align:center;	
}
.n49 {
	padding:15px 15px 45px 15px; 
	background-image:url(userfiles/image/n49.png); 
	background-position:95% 95%; 
	background-repeat:no-repeat;
}
.aselected2 a {
	color: #d01535;
	text-decoration: none;
  	font-weight: bold;	
}
.cathedral {
  float: right;
  width: 308px;
  padding:10px;
  margin: 5px;
  border: 1px solid #CCC;
  padding: 3px;
}

/* homestars row */
.homelike {
	margin-top:15px; 
	margin-bottom:25px; 
	margin-left:0px; 
	padding-top:35px; 
	padding-right:20px; 
	padding-bottom:0px; 
	padding-left:20px; 
	text-align:center; 
	background-color:#eeeeee; 
	border: 1px solid #cccccc;
	border-radius: 25px;	
}
.homelike-xs {
	margin-top:10px;
	margin-right:10px;
	margin-bottom:5px; 
	margin-left:1px; 
	padding-top:10px; 
	padding-right:20px; 
	padding-bottom:0px; 
	padding-left:20px; 
	text-align:center; 
	background-color:#eeeeee; 
	border: 1px solid #cccccc;
	border-radius: 25px;
}
.left {
	margin-top:10px;
	margin-right:10px;
	margin-bottom:5px; 
	margin-left:1px; 
	padding-top:5px;
	padding-right:20px; 
	padding-bottom:0px; 
	padding-left:20px; 
	background-color:#eeeeee; 
	border: 1px solid #cccccc;
	border-radius: 25px;
}
h2.rouge							{ text-decoration: none; color: #ff0000; font-family: 'Droid Sans', sans-serif; font-weight: 700; font-size: 28px; line-height: 120%; padding-top:0px; padding-bottom:0px; margin-top:0px; margin-bottom:0px; }
p.call									{ text-decoration: none; color: #444444; font-family: 'Droid Sans', sans-serif; font-weight: 700; font-size: 20px; line-height: 130%; padding-top:10px; padding-bottom:15px; padding-right:2px; }
p.call-xs							{ text-decoration: none; color: #444444; font-family: 'Droid Sans', sans-serif; font-weight: 700; font-size: 16px; line-height: 130%; padding-top:10px; padding-bottom:15px; padding-right:2px; }
/* end homestars row */

.guarantee {
	font-weight:bold;
	font-style:italic;
	padding:15px;
	font-size:14px;
	text-align:center;
}

 /* CALL Buton for fixed footer */

.btn-custom-footer {
 font-size: 15px;
 font-weight: 700;
 color: #ffffff;
 padding-top: 12px;
 border-radius: 4px;
 background-color: #009900;
 box-shadow: 0px 2px 8px #555555; 

}
.btn-custom-footer:hover,
.btn-custom-footer:focus,
.btn-custom-footer:active,
.btn-custom-footer.active {
 background-color: #F70000;
 color: #ffffff;

}
.btn-custom-footer.disabled:hover,
.btn-custom-footer.disabled:focus,
.btn-custom-footer.disabled:active,
.btn-custom-footer.disabled.active,
.btn-custom-footer[disabled]:hover,
.btn-custom-footer[disabled]:focus,
.btn-custom-footer[disabled]:active,
.btn-custom-footer[disabled].active,
fieldset[disabled] .btn-custom-footer:hover,
fieldset[disabled] .btn-custom-footer:focus,
fieldset[disabled] .btn-custom-footer:active,
fieldset[disabled] .btn-custom-footer.active {
 background-color: #aa4a6b;
 border-color: #eeeeee;
}

.fcall-md {
	margin-top:10px; 
/*	margin-right:15px; */
	margin-bottom:0px; 
	margin-left:1px;
	padding-top:20px; 
	padding-bottom:0px; 
	text-align:center; 
	background-color:#eeeeee; 
	border: 1px solid #cccccc;
	border-radius: 20px;	
}
.fcall-xs {
	margin-top:10px; 
	margin-right:10px; 
	margin-bottom:10px; 
	margin-left:1px; 
	padding-top:20px; 
	padding-right:15px; 
	padding-bottom:0px; 
	padding-left:15px; 
	text-align:center; 
	background-color:#eeeeee; 
	border: 1px solid #cccccc;
	border-radius: 20px;
}

.footer {
	margin-top:0px; 
	margin-right:0px; 
	margin-left:0px; 
	padding-top:20px; 
	padding-bottom:10px;
	color:#fff;
	background-color:#393634;
	height:auto;
}
.footer a {
	color:#fff;
	text-decoration:none;
}

h3.footer { 
	text-decoration: none; 
	color: #ffffff; 
	font-family: 'Droid Sans', sans-serif; 
	font-weight: 400; 
	font-size: 12px; 
	line-height: 130%; 
	padding-top:0px; 
	padding-bottom:0px; 
	margin:0px 20px 0px 20px;
}

/* up */
.b-top {z-index:2600;position:fixed;left:0;bottom:0px;width:34%;margin-left:0%;opacity: 0.5;filter:alpha(opacity=50);}
.b-top:hover {opacity:1;filter:alpha(opacity=100);cursor:pointer;}
.b-top-but {z-index:2600;position:absolute;display:block;left:56px;bottom:0;margin:0 0 0 100%;padding:32px 12px 4px; color:white;background:#261D15 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAQCAYAAACYwhZnAAAAxUlEQVR42mP8//8/A4VABYjvUGIAE4UOKALi21CafAAKCTJx+39U0E6uWeRoYgbimf+xg5lQeZo6gg2I1/3HD9ZB1dHEETxAvPc/cWAvVD1VHSEKxCf/kwZOQvVRxRFyQHzjP3ngBlQ/RY5QB+KH/ykDD6HmkOUIMyB++5864C3UPJIc4QTEn/9TF3yGmkuUI0KA+Od/2oCfUPPxOiINiP/8py34A7UHqyMq/tMXVKA7YsL/gQEgexkYgcQiYD0WyzBwYDEAm7rp89rw10UAAAAASUVORK5CYII=') no-repeat 50% 11px;border-radius:7px;}


/* w-toplink */
.w-toplink {
	display: block;
	position: fixed;
	bottom: -50px;
	right: 30px;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
	height: 50px;
	width: 50px;
	border-radius: 5px;
	
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); /* hack for IE8 */
	opacity: 0;
	z-index: 100;
	-webkit-transition: background-color 0.3s ease, opacity 0.3s ease, bottom 0.3s ease;
			transition: background-color 0.3s ease, opacity 0.3s ease, bottom 0.3s ease;
	background-color: #333;
	background-color: rgba(0,0,0,0.3);
	color: #fff;
	}
	.w-toplink.active {
		bottom: 60px;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* hack for IE8 */
		opacity: 1;
		}
	.w-toplink.active:hover {
		background-color: #000;
		background-color: rgba(0,0,0,0.75);
		color: #fff;
		}
	.w-toplink i {
		line-height: inherit;
		}