/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.1.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/
  /*Transparent Mobile menu*/
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
	.transparent-header .main-navigation .navbar.navbar-default {
		background-color: #fafafa;
		position: relative;
  }
  .navbar .nav.navbar-nav{
	width: 100%;
    padding: 10px;
    margin: 10px;
  }
  
}
@media (max-width: 991px){
	.site-slogan {
		text-align: left;
	}
}
.tab-sm {
  padding-left: 15px;
}
.tab-md {
  padding-left: 30px;
}
.fixed-header-on .header .logo img.rectangular{
	max-height: 30px;
	max-width: 30px;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer{
	padding: 15px 0px;
}
.owl-carousel.disable-pagination .owl-pagination,
.owl-carousel.disable-pagination .owl-pagination {
  display: none;
}
.clients .client-image{
	width: auto;
	max-width: 250px;
}
img.inline {
  display: inline-block;
}
uib-accordion.dark-style-cyan .panel .panel-heading{
    color: #ffffff;
    background-color: #333333;
    webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
uib-accordion.dark-style-cyan .panel.panel-open .panel-heading{
    color: #ffffff;
    background-color: #2aa4a5;
}
ul.list-icons.relative li{
	position: relative;
}
ul.list-icons.relative li  span.left-140{
	position: absolute;
	left: 140px;
}
