/* 
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%;
}
.buttonnew{
	border-radius:4;
	-webkit-border-radius:4px;
	background-color: #b22f92;
	padding: 10px 12px 10px 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
}  
body {
	background-color: #f3f1f1;
	padding-top: 20px;
}
.logostyle{
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.telno{
	float:right;
	font-size:20px;
	font:Arial, Helvetica, sans-serif;
	color:#333333;
	line-height: 22px;
	margin-top: 32px;
	font-weight: bold;
}
.telno strong{
	float:right;
	font-size:18px;
	font:Arial, Helvetica, sans-serif;
	color:#B12F92;
	line-height: 27px;
	font-weight: bold;
}
.img-home-portfolio,
.img-customer,
.portfolio-item {
  margin-bottom: 30px;
}

.tab-pane {
  margin-top: 15px;
}

/* Page Sections */
.section,
.section-colored {
	padding: 30px 0;
}

.section-colored {
	color:#FFFFFF;
	background-color: #1b1a1a; /* change this to change the background color of a colored section */
}

.sidebar {
	margin-top: 20px;
}

.sidebar ul {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
}

/* Half Page Height Carousel Customization */
.carousel {
	height: 35%;
	margin-top: -20px;
}

.item,
.active,
.carousel-inner {
  height: 100%;
}
.quote{
	font-size: 1.3em;
	font-style: italic;
	line-height: 1.2em;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  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;
}
.imageright{
	float: right;
	margin-left: 20px;
	padding: 5px;
	border: solid #cccccc 1px;
}


/* Pricing Page Styles */
.price {
  font-size: 4em;
}

.price-cents {
  vertical-align: super;
  font-size: 50%;
}

.price-month {
  font-size: 35%;
  font-style: italic;
}
hr {
border:1px;border-top:1px solid #cccccc;margin-top:25px;margin-bottom:25px
}
/* Footer Styles */
footer {
	margin: 10px 0;
}
footer h3  {
	color: #FFFFFF;
}
footer ul li {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	padding-bottom: 5px;
}
footer ul  {
	
	padding-left: 0px;
	margin-left: 0px;
}
footer a{color: #FFFFFF; text-decoration:underline}



#thecookie {position:fixed;background:rgba(0,0,0,.8);
      text-align:center;   width:100%;bottom:0px;
      display:none;
}

#thecookie p {font-size:14px;color:#fff; line-height:18px}
#thecookie .closelink {float:right;}
#thecookie a {
	color: #fff;
	text-decoration: none;
	position: fixed;
	right: 10px;
	bottom: 10px;
	font-size: 34px;
	background: rgba(255,255,255,.0);
	border: 2px solid #fff;
	display: block;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 25px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	font-weight: bold;
	z-index: 999999;
}
/* Responsive Styles */
@media (max-width: 767px) {

.carousel {
  height: 80%; /* increases the carousel height so it looks good on phones */
}

}
@media only screen and (max-width: 480px) {

.logostyle{ margin-top: 0px; margin-bottom: 20px; width:100%}
.telno{ float:none; font-size:15px; font:Arial, Helvetica, sans-serif; color:#42bf00; margin-top:0px; margin-left:0px}
.carousel {
  height: 30%;
}
.telno{ display:none}
.navbar-brand {
  float: left;
  padding: 10px 10px;
  font-size: 18px;
  line-height: 10px;}

.nav li a { margin-top:0px;
  position: relative;
  display: block;
  font-size:20px; color:#2a1357 }

.navbar-nav > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 20px;
  margin-left:20px
}
.imageright{
 max-width: 100% !important;
	float: left;
	margin-left: 0px;
	padding: 5px;
	border: solid #cccccc 1px;
}

.navbar-nav > li > a {
	color: #ffffff;
	margin-bottom:20px;
	padding:4px
}
.navbar-collapse {
	float: left
}

.page-header {display:none}
.sidebar{margin-top:0px }
.breadcrumb{display:none}
.carousel-inner h2{ display:none}
.carousel-inner h1{ color:#FFFFFF; font-size:30px; font-weight:bold}
} 
