/*

Karma Template

http://www.templatemo.com/tm-403-karma

*/

/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/
html { font-size: 1.0em; }

body { font-family: 'Comfortaa', Arial, sans-serif; overflow-x: hidden; } /*carasmo's comment to hide horizontal scroll bar https://github.com/twbs/bootstrap/issues/10711*/

h1, h2, h3, h4, h5, p { font-family: 'Comfortaa', Arial, sans-serif; }

h1 { font-weight: 700; }

h2 { font-size: 1.5em; }

h3 { font-size: 2.0em; 
     margin-top: 40px; 
     margin-bottom: 10px; }

h4 { font-size: 1.0em; 
     font-weight: 200; 
     color: #ffffff;
     margin-top: 10px; 
     margin-bottom: 10px; }

h5 { font-size: 1.1em; 
     font-weight: 700;
     color: #df2b2a;
     margin-top: 20px; 
     margin-bottom: 10px; }

p  { font-size: 1.1em; 
     margin-top: 10px; 
     margin-bottom: 20px; }

ul { margin: 0; }

section .outer_container { padding-top: 85px; margin-top: 0px; margin-bottom: 1px; background-color: #eeeeee;  }
section .outer_containerwhite { padding-top: 85px; padding-bottom: 0px; margin-bottom: 1px; margin-top: 1px; background-color: #ffffff; }
section .outer_containergrey { padding-top: 85px; padding-bottom: 0px; margin-bottom: 1px; margin-top: 1px; background-color: #eeeeee; }
section .outer_containerwhitetop { padding-top: 0px; padding-bottom: 0px; margin-bottom: 100px; margin-top: 0px; background-color: #ffffff; }
section .row { margin-left: 0; margin-right: 0; overflow: hidden; }


.templatemo_ceo img { margin-bottom: 10px; }
.templatemo_ceo p { text-align: center; }

.container { margin: 0 auto; }
.containerred { padding-top: 2px; padding-bottom: 2px; margin-bottom: 1px; margin-top: 1px; background-color: #df2b2a; }


/*http://css-tricks.com/vertically-center-multi-lined-text/*/
.center-row { display: table; }
.center-row .center { display: table-cell; vertical-align: middle; }

/*------------------------------------------------------
	NAVIGATION 
--------------------------------------------------------*/
nav { font-size: 1.0em; font-weight: 700; background-color: #ffffff; }
nav .fa { display: block; text-align: center; margin-bottom: 0px; background-color: #ffffff; }

.navbar {
	background-color: #ffffff;
	border-radius: 0px; 
	height: 85px;
	border: none; 	
        margin-top: 0px; 
	margin-bottom: 0px; 
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	-webkit-transition: all 0.0s ease-in-out;
	-moz-transition: all 0.0s ease-in-out;
	-ms-transition: all 0.0s ease-in-out;
	-o-transition: all 0.0s ease-in-out;
	transition: all 0.0s ease-in-out;
}

.navbar-default .navbar-nav>li>a {
	padding-top: 30px;
	background-color: #ffffff;
	padding-bottom: 0px;
	color: ffffff;
	text-transform: uppercase;
	-moz-transition: background-color .0s ease;
	-o-transition: background-color .0s ease;
	-webkit-transition: background-color .0s ease;
	transition: background-color .0s ease;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .menu ul li a.current {
	color: white;
	background-color: #df2b2a;
}

.navbar>.container .navbar-brand { margin-left: 0; }
.navbar-collapse .navbar-nav.navbar-right:last-child { margin-right: 0; background-color: }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #ffffff; }

/*------------------------------------------------------
	FLEXSLIDER OVERRIDING 
--------------------------------------------------------*/
.flexslider { padding-top: 85px; }
.flexslider a:hover, .flexslider a:focus { text-decoration: none; }
.flexslider { border: none;	-webkit-border-radius: 0; border-radius: 0; }
.flexslider .slides li { position: relative; }
.flex-caption {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    color: white;
    background:rgba(0, 0, 0, 0);   
    z-index: 1;
    padding: 0px;
    margin: 0;
}


/*------------------------------------------------------
	FOOTER 
--------------------------------------------------------*/
footer { background: #df2b2a; min-height: 20px; color: white; margin-top: 1px; padding-top: 10px;  }
footer img { padding-top: 2px; }
footer a { text-decoration: none; color: white; }
footer a:hover { color: #cbcbcb; text-decoration: none; }
footer .row { height: 100%; }



.social_buttons a {	text-decoration: none; }

#templatemo_copyright { font-size: .9em; }

/*------------------------------------------------------
	BOOTSTRAP OVERRIDING 
--------------------------------------------------------*/
.col-md-4, .col-md-5, .col-md-7, .col-md-8 { padding: 0; }

.btn-primary {
	font-size: 1em;
	padding-bottom: 0px;
  	background-color: rgb( 226, 90, 148 );
  	box-shadow: 0px 3px 0px 0px rgb( 180, 52, 107 );
  	width: 160px;
  	height: 55px;
  	border: none; border-radius: 0px;
  	-moz-transition: background-color .5s ease;
  	-o-transition: background-color .5s ease;
  	-webkit-transition: background-color .5s ease;
  	transition: background-color .5s ease;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
	background-color: rgb( 180, 52, 107 );
	box-shadow: 0px 3px 0px 0px rgb( 226, 90, 148 );
}

/*------------------------------------------------------
	MEDIA QUERIES 
--------------------------------------------------------*/
@media only screen and (min-width: 1200px){
	h1 { font-size: 4.5em; }
	.services_buttons { text-align: right; }
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .menu ul li a.current {
		height: 85px;
	}
	#about .col-md-7 { padding-left: 50px; }
	#about .col-md-8 { padding-left: 20px; }	
	#general .col-md-7 { padding-left: 50px; }
	#general .col-md-8 { padding-left: 20px; }	
	#termite .col-md-7 { padding-left: 50px; }
	#termite .col-md-8 { padding-left: 20px; }	
	#faq .col-md-7 { padding-left: 50px; }
	#faq .col-md-8 { padding-left: 20px; }	
	#contact .col-md-7 { padding-left: 50px; }
	#contact .col-md-8 { padding-left: 20px; }	

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	h1 { font-size: 3.5em; }
	.services_buttons { text-align: right; }
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .menu ul li a.current {
		height: 85px;
	}
	#about .col-md-7 { padding-left: 30px; }
	#about .col-md-8 { padding-left: 20px; }
	#general .col-md-7 { padding-left: 30px; }
	#general .col-md-8 { padding-left: 20px; }
	#termite .col-md-7 { padding-left: 30px; }
	#termite .col-md-8 { padding-left: 20px; }
	#faq .col-md-7 { padding-left: 30px; }
	#faq .col-md-8 { padding-left: 20px; }
	#contact .col-md-7 { padding-left: 30px; }
	#contact .col-md-8 { padding-left: 20px; }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	h1 { font-size: 2.5em; }
	nav { font-size: 1em; }
	.btn-primary { font-size: 1.6em; }
	.services_buttons { text-align: left; }
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .menu ul li a.current {
		height: 85px;
	}
	#about .col-md-8 { padding-left: 0; padding-bottom: 20px; }
	#about img { padding: 0; margin-top: 20px; margin-bottom: 20px;	}
	#general .col-md-8 { padding-left: 0; padding-bottom: 20px; }
	#general img { padding: 0; margin-top: 20px; margin-bottom: 20px;	}
	#termite .col-md-8 { padding-left: 0; padding-bottom: 20px; }
	#termite img { padding: 0; margin-top: 20px; margin-bottom: 20px;	}
	#faq .col-md-8 { padding-left: 0; padding-bottom: 20px; }
	#faq img { padding: 0; margin-top: 20px; margin-bottom: 20px;	}
	#contact .col-md-8 { padding-left: 0; padding-bottom: 20px; }
	#contact img { padding: 0; margin-top: 20px; margin-bottom: 20px;	}

}

@media only screen and (max-width: 767px) and (min-width: 481px) {
	h1 { font-size: 2.5em; }
	nav .fa { display: inline; text-align: left; margin-bottom: 0; margin-right: 10px; }
	.navbar-default .navbar-nav>li>a { padding-top: 15px; padding-bottom: 15px; }
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
		height: 100%;
	}
	.btn-primary { font-size: 1.5em; }
	.services_buttons { text-align: left; }
	.services_buttons .icon-button { font-size: 210%; }
	.blog_post img { max-width: 100%; }
	#about .col-md-8 { padding-left: 0; padding-bottom: 20px; }	
	#about img { padding: 0; margin-top: 20px; margin-bottom: 20px; }
	#general .col-md-8 { padding-left: 0; padding-bottom: 20px; }	
	#general img { padding: 0; margin-top: 20px; margin-bottom: 20px; }
	#termite .col-md-8 { padding-left: 0; padding-bottom: 20px; }	
	#termite img { padding: 0; margin-top: 20px; margin-bottom: 20px; }
	#faq .col-md-8 { padding-left: 0; padding-bottom: 20px; }	
	#faq img { padding: 0; margin-top: 20px; margin-bottom: 20px; }
	#contact .col-md-8 { padding-left: 0; padding-bottom: 20px; }	
	#contact img { padding: 0; margin-top: 20px; margin-bottom: 20px; }
}

@media only screen and (max-width: 480px) {	
	section h1 {	font-size: 1.6em; line-height: 50px; }
	nav .fa { display: inline; text-align: left; margin-bottom: 0; margin-right: 10px; }
	.col-xxs { display:block; float:none; width: 100% }
    .social_buttons { margin-top: 30px; }
    .pull-right { float: left !important; } /*do not pull-right in mobile view*/
    .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
		height: 100%;
	}
	.navbar-default .navbar-nav>li>a { padding-top: 15px; padding-bottom: 15px; }	
	.btn-primary { font-size: 1.2em; }	
	.services_buttons { text-align: left; }
	.services_buttons .icon-button { font-size: 190%; }
	.blog_post { width: 50%;}
    .blog_post img { max-width: 100%; }    
	#about .col-md-8 { padding-left: 0; padding-bottom: 20px; }
	#about img { padding: 0; margin-top: 20px; margin-bottom: 20px; }
	#general .col-md-8 { padding-left: 0; padding-bottom: 20px; }
	#general img { padding: 0; margin-top: 20px; margin-bottom: 20px; }
	#termite .col-md-8 { padding-left: 0; padding-bottom: 20px; }
	#termite img { padding: 0; margin-top: 20px; margin-bottom: 20px; }
	#faq .col-md-8 { padding-left: 0; padding-bottom: 20px; }
	#faq img { padding: 0; margin-top: 20px; margin-bottom: 20px; }
	#contact .col-md-8 { padding-left: 0; padding-bottom: 20px; }
	#contact img { padding: 0; margin-top: 20px; margin-bottom: 20px; }

}

@media only screen and (max-width: 430px) {
	body { font-size: 10px; }
	.btn-primary { font-size: 1.1em; }	
	.blog_post h2 { font-size: 1.1em; padding: 5px 5px; }
	.services_buttons .icon-button { font-size: 180%; }
	.navbar-default .navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
		height: 100%;
	}
}

/* http://codepen.io/minimalmonkey/pen/Ecpla */

/* Wrapper */
.social_buttons .icon-button {
	background-color: #20283e;
	cursor: pointer;
	display: inline-block;
	font-size: 2.0rem;
	line-height: 100px;
	margin: 0;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 60px;
	height: 100px;
}

/* Icons */
.icon-button i {
	background: none;
	color: white;
	line-height: 3.6rem;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 3.6rem;
	z-index: 10;
}

.icon-button:hover .fa-twitter,
.icon-button:hover .fa-facebook,
.icon-button:hover .fa-youtube {
	color: #c5454a;
}

	/* End minimalmonkey */