/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */

.course-details ul li {
    background: url(../images/horse-list.png) no-repeat left top !important;
    height: 30px;
    padding-left: 40px;
    padding-top: 5px;
}

p {
  font-size:15px;
}



.menuzord-brand img {
    max-height: 85px !important;
}

.bgPat{background: url(/images/bg-pattern2.jpg) repeat;}

body{color: #000;}

.opening-hourse{color:#fff;}

.bg-brown-colored{background-color: #5d3c01 !important;}

.btn-brown-colored {
    color: #fff;
    background-color: #5d3c01;
    border-color: #5d3c01;
}

.btn-brown-colored:hover {
    color: #fff;
    background-color: #402901;
    border-color: #402901;
}

.text-brown-colored {
    color: #5d3c01 !important;
	font-weight: bold;
}