/*
Theme Name: medi Theme

*/
.page-top {
  background-size: cover;
  background-repeat: no-repeat;
}


.entry-content ul > li{   font-size: 13px !important; line-height: 24px;}
.entry-content ul > li > a{font-size:13px !important; color:#107fc9 !important; font-weight: bold;}

.list-unstyled { margin-left:20px !important;}
.carousel-inner .active.left { left: -33%; }
.carousel-inner .next        { left:  33%; }
.carousel-inner .prev		 { left: -33%; }
.carousel-control 			 { width:  10%; color:#3B5998 !important; }
.carousel-control.left,.carousel-control.right {background-image:none !important;}
.carousel-control{top:35% !important;}

.service-contents {min-height: 350px !important;}
.home-software {
    padding: 30px 0px !important;}
.tp-bannershadow.tp-shadow2{ background:none !important} 

.icon{   
    height: 18px;
    width: 18px;
    line-height: 16px;
    text-align: center;
    color: #107FC9;
    margin: 11px 5px 0px 0px;
}
.map-wrapper{float: left;
width: 100%;}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 25%;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
	width:100% !important;
	display:none;
}
.dropdown:hover >.dropdown-menu ,.dropdown-submenu:hover > .dropdown-menu {
		display:block
	}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
.blog-box-title {
    font-size: 20px !important;
}
.post-meta {font-size: 13px !important;}
.scroll-text {
  height: 17em;
  overflow: hidden;
}
.scroll-text ul {
  overflow: hidden;
  margin: 0 !important;
}
.feed-title{background-color: #67C9E0 !important; padding:10px;color:#fff !important; text-align:center;}
a.list-group-item {
    color: #555;
    border-radius: 0px !important;
}
/* carousel */
#quote-carousel 
{
  padding: 90px 10px 30px 10px !important;
  margin-top: 30px;
  
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.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-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}