@charset "utf-8";
/* CSS Document */
.error{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 10px;
	float: left;
	width: 100%;
}
.success{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 10px;
	float: left;
	width: 100%;
}
.container-tbl
{
    display:table;
    width: 100%;
    margin: 0px;
    padding: 0px; /*set left/right padding according to needs*/
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cont-tbl-tr
{
    height: 100%;
    display: table-row;
}
.lft-container
{
	width: 16.66666667%;
	display: table-cell;
	vertical-align: top;
	float: none;
	background-image: url(../images/clients-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-size:100%;
	background-color:transparent;
}
.mid-container
{
	width: 66.6667%;
	display: table-cell;
	background: #fafafc;
	vertical-align: top;
	float: none;
	background-color: #f7f7f7;
	padding: 20px;
}


.modal-content {
	-moz-box-shadow: 0 0 30px 9px #23d8ff;
	-webkit-box-shadow: 0 0 30px 9px #23d8ff;
	box-shadow: 0 0 30px 9px #23d8ff;
	margin-top: 5%;
	display: inline-block;
}
.modal-content .modal-header {
	position: relative;
	width: 96%;
	margin-left: 2%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c2c2c2;
}
.modal-content .modal-header .close {
	filter: alpha(opacity=100);
    opacity: 100;
}
.modal-content button span {
	position: absolute;
	top: -30px;
    right: -42px;
}
.modal-body {
	width: 96%;
	border: 1px dashed #00aeef;
	margin: 2%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.modal-body p {
	z-index: 2;
	position: relative;
	text-align: justify;
}
.modal-body .md-bd-img {
	position: absolute;
    left: 50px;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    opacity: 0.1;
}
.modal-footer {
	text-align:center;
	width: 96%;
	margin-left: 2%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #c2c2c2;
	z-index:3;
	position:relative;
}
/* carousel */
#quote-carousel2 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel2 .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 80px;
}
/* Previous button  */
#quote-carousel2 .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel2 .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */

#quote-carousel2 .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 35px;
  margin-right: -19px;

}
/* Changes the color of the indicators */
#quote-carousel2 .carousel-indicators li 
{
  background: #c0c0c0;
   width: 10px;
  height: 10px;
  border:none;
  
}
#quote-carousel2 .carousel-indicators .active 
{
  background: #333333;
  width: 10px;
  height: 10px;
  border:none;
}
#quote-carousel2 .carousel-inner {
	background-color: #0079bf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#quote-carousel2 .carousel-inner>.item {
	padding:50px;
}
#quote-carousel2 .item blockquote {
    border-left: none; 
    margin: 0;
	color:#FFF;
}
#quote-carousel2 .item blockquote small {
	color:#CCC;
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
	color:#FFF;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel2 
    {
      margin-bottom: 0;
      padding: 0px;
    }
	
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel2 .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel2 .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel2 .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
	#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 35px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
   width: 10px;
  height: 10px;
  border:none;
  
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
  width: 10px;
  height: 10px;
  border:none;
}
}
