/*Put your own styles here*/

.section-title + p {
    color: #000000 !important;
  }


.main-logo img{

	max-width: 400px !important;
	padding-bottom: 10px;
}

.main-header2 .this-inner {
    padding: 0px 0 10px;
}

.header-contacts2 .media {
    padding-top: 40px;
}

.header-contacts2 li{

	border:none;
}

.href-no {
   color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}

.navbar-toggle {
	display:none;
}



@media screen and (max-width: 600px) {
  .main-header2 .header-contacts2 {
    float: left;
  }

  .header-contacts2 .media{
  	padding-top: 0px; 
  	padding-left: 50px;
  }
}

@media screen and (max-width: 326px) {
.main-logo img {
     max-width: 300px !important;
    padding-bottom: 10px;
}

.header-contacts2 .media {
    padding-top: 0px;
    padding-left: 18px;
}
}



@media only screen and (max-width: 600px) and (min-width: 375px) {
.main-logo img {
    max-width: 370px !important;
    padding-bottom: 10px;
}


}

@media only screen and (max-width: 600px) and (min-width: 200px) {
.professional-row .professional-right{
  float:none !important ;
}

.slider-list {
    width: 320px;
}

}


.professional-row .professional-right .content-inn p {
color: #fff !important ;
}

.footer-sidebar {
    padding: 32px 26px 0 !important ;
}

.slider-list li {
      background-color: #fff !important;
      width: 300px !important; 
}

.owl-carousel .owl-stage-outer {

overflow: visible !important; 

}