/* 
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;
}
.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;
}
.navbar-nav{
        float:right;
}
.navbar .nav > li > a {
     color:  blue !important;
}
.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;
}
 /****************/
/*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;
 } 
 .bold{
 	font-weight: bold;
 }
 .greyfont{
 	color: #7F7F7F;
 }
@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: 180px;
}

@media screen and (max-width: 960px) {
	.carousel-height {
		height: 650px
	}
	.carousel-control.left, .carousel-control.right {
 	   background-image: none;
       margin-top: 180px;
	}
}
@media (min-width: 768px) and (max-width: 960px) {
	.carousel-height {
		height: 450px
	}
	.carousel-control.left, .carousel-control.right {
 	   background-image: none;
       margin-top: 180px;
	}
}
@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: #fd7f2c;
	color: #fff;
}
.tablegal li a {
	color: #fff;
	background: #fd7f2c;
	margin-top: 2px
}
.tablegal .active a, 
.tablegal .active a:hover,
.tablegal .active a:active {
	
	outline:none;
	color: black;
	background-color: #fea802;
	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%;
}

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

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

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

.caption h4 {
  white-space: nowrap;
}