/* content style *******************************/
.svg-shape{
	display:inline-block;
}

.mail{
	color:#fff;
}
.mail:hover,
.mail:focus{
	color:#fff;
}

#logo {
	display:block;
}

@media (min-width:767px) {
	#logo {
		
	}
	.navbar-header{
		float:left;
	}
}
@media(max-width:767px){
	#logo {
		float: right;
	}
}

.icon-social a {
  background:none;
  display: inline-block;
  text-align:center;
  font-size: 25px;
  height: 45px;
  line-height: 45px;
  width: 45px;
}

.before-badge > a::before{
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    margin-left: 5px;
    margin-right: -15px;
}

.item-list > a{
	color:#fff;
}
.item-list > a:hover,
.item-list > a:focus{
	color:#666;
}

.icon-social .instagram{
	color:#f0ad4e;
}
.icon-social .instagram:hover,
.icon-social .instagram:focus{

}

.icon-social .facebook{
	color:#337ab7;
}
.icon-social .facebook:hover,
.icon-social .facebook:focus{
	
}

.icon-social .googleplus{
	color:#d9534f;
}
.icon-social .googleplus:hover,
.icon-social .googleplus:focus{
	
}

.icon-social .skype{
	color:#5bc0de;
}
.icon-social .skype:hover,
.icon-social .skype:focus{
	
}

.icon-social .twitter{
	color:#5bc0de;
}
.icon-social .twitter:hover,
.icon-social .twitter:focus{
	
}

.controller{
	opacity:1;
	background:none !important;
	top:50%;
	bottom:auto;
	text-align:center;
	width:50px;
	height:50px;
	transform: translate(0px, -50%);
	-webkit-transform: translate(0px, -50%);
}
.controller span{
	margin:0 !important;
}
.controller.left span{
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.controller.right span{
	transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
}

.panel {
	background-color: #ddd;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-bottom: 5px;
	box-shadow:none;
	margin-bottom:0;
}

.panel-footer {
	background-color: rgba(0, 0, 0, 0);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top: 1px solid #333;
	margin: 0 10px;
	padding: 10px 15px;
}

.thumbnail{
	background:#ccc;
	padding:10px;
	margin-bottom: 0;
}

.thumbnail > a{
	display:block;
	position:relative;
}

.thumbnail > img, .thumbnail > a > img {
	width:100%;
	height:180px;
}

.owl-carousel{
	direction:ltr;
}
.owl-carousel .item{
	direction:rtl;
}
.owl-carousel .owl-item .item{
	margin:10px;
}

.owl-prev::before {
  border-radius: 5px 0 0 5px;
  content: "";
}
.owl-next::before {
  border-radius: 0 5px 5px 0;
  content: "";
}

.owl-next::before, 
.owl-prev::before {
  border: 1px solid #555;
  color: #555;
  display: block;
  font-family: "FontAwesome";
  font-size: 30px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  width: 40px;
}

.owl-next:hover::before, 
.owl-prev:hover::before {
  background: #333;
  color:#fff;
}

.owl-buttons > div {
  position: absolute;
  font-size: 0;
  top: -60px;
}

.owl-next {
  left: 55px;
}
.owl-prev {
  left: 10px;
}

.navigation > a{
	color:#333;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 100%;
	height:300px;
}

.svg-shape .svg{
	
}

