/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */




/* fonts */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic);


/***************************
************** Global Styles 
****************************/

html,
body {
    height: 100%;
	color: #ffffff;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.7em;
	font-weight: 300;
    letter-spacing: 0.06em;
	background-color: #0E36A4;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#828c95+0,28343b+100 */
background: #828c95; /* Old browsers */
background: -moz-linear-gradient(left,  #828c95 0%, #28343b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #828c95 0%,#28343b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #828c95 0%,#28343b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828c95', endColorstr='#28343b',GradientType=1 ); /* IE6-9 */


}

.media-body p {font-size: 14px}

a {
    color: #e55f36;
    text-decoration: none;
}

a:focus, a:hover { 
	color: #ffffff;
}

h4, h5, h6, .h4, .h5, .h6 {
	line-height: 1.5em;
	margin-bottom: 20px;
	margin-top: 0;
	font-weight:300;
}

h1, h2, h3, .h1, .h2, .h3 {
	line-height: 1.5em;
	margin-bottom: 20px;
	margin-top: 0;
}


h3, .h3 {
	font-size: 56px;
}

h4, .h4 {
	font-size: 28px;
}

h5, .h5 {
	font-size: 21px;
}

.page-header {
    border-bottom: 1px solid #eee;
    margin: 10px 10px 30px;
    padding-bottom: 9px;
}

p {
	text-align: justify;
    text-justify: inter-word;
}

.text-warning { color: #FFBA00;}

/* promo index styles */
hr.short {
  	border-top: 2px solid #CE0B0E;
	width: 20%;
}

.list-group-item {background: transparent; color: #fff;}


/* thumbnails */

.thumbnail { 
	border: none;
	padding: 0;
	background: #1447E5;

}

.thumbnail p { 
	color: #fff;
	padding: 1em;
	font-size: 14px;
	color: #ccc;
	font-weight: normal;
}

.breadcrumb { 
	font-size: 14px;
	
}



.thumbnail a { 
	color: #fff;
}


.thumbnail .caption {
    padding-left: 50px;
	padding-right: 50px;
	color: #fff;
}



/* hover effect */
/* http://www.tipue.com/blog/css-background-zoom/*/

.outer-div{
        
}
.inner-div{
     background-size: cover;
     background-position: center;
     transition: all 0.5s ease;
     /*background-image: url('../img/custom_site/promo01.jpg');*/
	 z-index:100;
}
.inner-div:hover{
     transform: scale(1.2);
}


/* faq page */
a.accordion-toggle:hover { color: #e55f36}
a.accordion-toggle:focus { color: #e55f36}
.panel-heading h4.panel-title {font-size: 21px}
.panel-body {color: #444;}


.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

.page-container {
	margin-top: 2em;
}



/* FAQ */



/* index boxes titles - sample of text with gradient color*/
.subtitle {
	text-transform: uppercase; 
	color: #666; 
	font-size: 21px;
	background: -webkit-linear-gradient(#ff3333, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	
	}

/************* custom margin bottom classes to create vertical space ****************/
.margin-bottom-20 { margin-bottom: 2.0em; }
.margin-bottom-30 { margin-bottom: 3.0em; }
.margin-bottom-40 { margin-bottom: 4.0em; }
.margin-bottom-50 { margin-bottom: 5.0em; }

.margin-top-20 { margin-top: 2.0em; }
.margin-top-30 { margin-top: 3.0em; }
.margin-top-40 { margin-top: 4.0em; }
.margin-top-50 { margin-top: 5.0em; }

.col-centered{
    float: none;
    margin: 0 auto;
}

/****************** buttons ******************/


.btn {border-radius: 0;}

.menubuttons {text-align: right; margin-top: 19px;}

@media(max-width:991px) {
    .menubuttons { text-align: center; margin-top: 0px; margin-bottom: 15px;}
	.menulogo { text-align: center; margin-left: auto; margin-right: auto; display: block}
}


/*****************************************************************************
**************** Home Page Carousel from modern-business bootstrap ***********
******************************************************************************/


/*.carousel-control { display: none;}*/

.carousel-indicators li { border: 1px solid #555;}
.carousel-indicators .active { background-color: #555;}

header.carousel {
    height: 50%;
    margin-bottom: 20px;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

header.carousel .item:nth-child(1) .fill{
    background-image: url('../img/custom_site/slider-index-01.jpg');
}

header.carousel .item:nth-child(2) .fill{
    background-image: url('../img/custom_site/slider-index-02.jpg');
}

header.carousel .item:nth-child(3) .fill{
    background-image: url('../img/custom_site/slider-index-03.jpg');
}

header.carousel .item:nth-child(4) .fill{
    background-image: url('../img/custom_site/slider-index-04.jpg');
}

/**************************
caption vertically centered on bootstrap slider
http://jsfiddle.net/n86hLyLu/1/
**************************/
.carousel-caption {
    position: absolute;
    top: 0;
	height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	margin-bottom: 20px;
	text-align:center;
	letter-spacing: 0.3em;
}


/* this style makes homepage carousell vertically taller 70% or whatever you want */
header.carousel.tallercarousel {height:70%; min-height: 350px;}



/***************

carousel-promo

***************/

#carousel-promo.carousel.slide div.carousel-inner {border-radius: 4px;}



/************************
Forms Custom Styles
**************************/

label { font-weight: normal;}



/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}



/*****************************************************************************
**************** Nav New Styles ****************
*****************************************************************************/

.navbar-inverse {
	margin-bottom: 0; 
	border-radius: 0; 
	border: none;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#423a3a+1,000000+100 */
background: #423a3a; /* Old browsers */
background: -moz-linear-gradient(top,  #423a3a 1%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #423a3a 1%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #423a3a 1%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#423a3a', endColorstr='#000000',GradientType=0 ); /* IE6-9 */



}



.navbar-brand { height: 90px;}
.navbar-nav > li > a { padding-top: 6px; padding-bottom: 6px;}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {margin-left: 15px;}
.navbar-text {margin-right: 0px; margin-top: 33px;}


/* gradients */

.gradient01 {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
background: rgb(69,72,77); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.gradient02 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#606c88+0,3f4c6b+100;Grey+3D+%232 */
background: rgb(96,108,136); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(96,108,136,1) 0%, rgba(63,76,107,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


/* flicker */

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.animate-flicker {
   -webkit-animation: flickerAnimation 1s infinite;
   -moz-animation: flickerAnimation 1s infinite;
   -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}


/* Footer */

footer {
	border-top: none;
	padding: 60px 0 20px 0;
}


/* footer payment logos */
.payments li {padding-top: 5px;}


/* footer all */
.footercontainer { }

.footerleft { margin-top:50px; padding:0 36px; }
.logofooter { margin-bottom:10px; font-size:25px; color:#fff; font-weight:700;}

.footerleft p { color:#fff; font-size:12px !important;}
.footerleft p i { width:20px; color:#999;}


.paddingtop-bottom {  margin-top:50px;}
.footer-ul { list-style-type:none;  padding-left:0px; margin-left:2px;}
.footer-ul li { line-height:29px; font-size:12px;}
.footer-ul li a { color:#a0a3a4; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#3cf; }

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 
 
 .icon-ul { list-style-type:none !important; margin:0px; padding:0px;}
 .icon-ul li { line-height:75px; width:100%; float:left;}
 .icon { float:left; margin-right:5px;}
 
 
 .copyright { min-height:40px; padding:20px 0; border-top:1px solid #333;}
 .copyright p { text-align:left; color:#FFF; padding:10px 0; margin-bottom:0px;}
 .heading7 { font-size:21px; font-weight:700; color:#d9d6d6; margin-bottom:22px;}
 .post p { font-size:12px; color:#FFF; line-height:20px;}
 .post p span { display:block; color:#8f8f8f;}
 .bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
 .bottom_ul li { float:left; line-height:40px;}
 .bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
 .bottom_ul li a { color:#FFF;  font-size:12px;}



/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel {
        height: 30%;
    }
	
	.center-block h3 {display: none;}
	
	
}