/* ==========================================================================
    HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== 

   Circle Template 
   
   http://www.templatemo.com/preview/templatemo_410_circle 

*/

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.blue {
	color: #06F;
}

.green {
	color: #0A0;
}

.menu-wrapper ul.menu, ul.tabs {
    padding: 0;
    margin: 0;
    list-style: none;
}

.spacing {
	margin-bottom: 40px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
    Forms
   ========================================================================== */
form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="password"] {
    background: #fff;
    border: 1px solid #fff;
    padding: 7px 10px;
    width: 100%;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="number"]:focus,
form input[type="password"]:focus {
    outline: none !important;
}

form .button {
    background: #fff;
    border: 1px solid #fff;
    padding: 7px 20px;
    text-transform: uppercase;
}

form .button:focus, form .button:active {
    outline: none !important;
}

form .button.yellow {
    background: #e7af2a;
    color: #fff;
    border: 1px solid #c89316;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
    /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
  a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}

thead {
    display: table-header-group;
    /* h5bp.com/t */;
}

tr,
  img {
    page-break-inside: avoid;
}

img {
    max-width: 100% !important;
}

@page {
    margin: 0.5cm;
}

p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
}

h2,
  h3 {
    page-break-after: avoid;
}
}
/* ==========================================================================
    Structure & Defaults
   ========================================================================== */
html, body {
    font-size: 100%;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: baseline;
}

body {
       font: 15px/19px Trebuchet MS, Verdana, sans-serif;
    font-weight: 300;
    color: #777777;
    background: url(../images/bg.jpg);
    background-size: cover;
    background-position-y: -6em;
	overflow-x:hidden;
	
}
.col-md-12.footer {
    width: 101%;
}
a {
    color: #d8aa46;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

a:hover {
    color: #d8aa46;
}

h1, h2, h3, h4, h5, h6 {
    font-family: trebuchet ms;
    color: #333333;
    margin: 0 0 16px 0;

}

h1 {
    font-size: 2.6em;
}

h2 {
    font-size: 2.2em;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: .8em;
}
.col-md-12.col-sm-12 {
        background: rgba(210,211,213,0.85);
    padding-top: 3%;
    margin-top: -2%;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bg-overlay {
    
}

.container-fluid {
    padding:0px;
}

.content {
    display: none;
}
.col-md-4.side{
	width:100%;
	margin-top:-4%;
}
/* ==========================================================================
    Header Site Styling
   ========================================================================== */
.sidebar-menu {
    position: relative;
    z-index: 9;
    padding-right: 80px;
}

.logo-wrapper {
        background-color: #e5e8ed;
    text-align: center;
    padding: 40px;
    background: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: 82%;
}

.logo-wrapper h1 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.logo-wrapper h1 span {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
}

.menu-wrapper {
    display: block;
}

.menu-wrapper ul.menu {
    display: none;
    background-color: white;
    text-align: center;
}

.menu-wrapper ul.menu li {
    border-top: 1px solid #c7cdd8;
}

.menu-wrapper ul.menu li a {
    text-transform: uppercase;
    display: block;
    padding: 18px 30px;
    color: #333333;
    font-weight: 600;
    font-size: 18px;
}

.menu-wrapper a.toggle-menu {
    display: block;
    background-color: #d8aa46;
    color: white;
    text-align: center;
}

.menu-wrapper a.toggle-menu i {
    padding: 10px 20px;
    font-size: 24px;
}

#prevslide {
    position: absolute;
    right: 40px;
    top: 0;
}

#nextslide {
    position: absolute;
    top: 41px;
    right: 40px;
}

#prevslide, #nextslide {
    width: 40px;
    height: 40px;
    background-color: #d8aa46;
    color: white;
    opacity: 1 !important;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
}

#prevslide i, #nextslide i {
    font-size: 24px;
}

/* ==========================================================================
    About Styling
   ========================================================================== */
.toggle-content {
    margin-top: 30px;
    display: block;
    padding: 30px;
    background-color: white;
    overflow: hidden;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
  /* stops bg color from leaking outside the border: */;
}

.icon-item {
    margin-bottom: 30px;
    padding: 40px 30px;
    background-color: white;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
    display: block;
}

.icon-item i {
    font-size: 36px;
}

.icon-item.active {
    background-color: #d8aa46;
    color: white;
}

ul.tabs {
    text-align: center;
    display: block;
}

.member-item {
    margin-top: 30px;
    overflow: hidden;
    padding: 20px;
    background-color: white;
    text-align: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
  /* stops bg color from leaking outside the border: */;
}

.member-item .thumb {
    width: 100%;
    overflow: hidden;
}

.member-item .thumb img {
    width: 100%;
}

.member-item h4 {
    margin: 20px 0 10px 0;
}

.member-item span {
    text-transform: uppercase;
    color: #d8aa46;
    font-weight: 600;
}

/* ==========================================================================
    Services Styling
   ========================================================================== */
.services .icon-item {
    padding: 70px 40px;
}

/* ==========================================================================
    Gallery Styling
   ========================================================================== */
.g-item {
    margin-bottom: 30px;
    padding: 6px;
    position: relative;
    background-color: white;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
    backface-visibility: hidden;
}

.g-item img {
    overflow: hidden;
    width: 100%;
}
.col-md-2.horse {
    width: 17%;
    padding-right: 0;
}
.g-item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #d8aa46;
    text-align: center;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.g-item:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.g-item span {
    color: white;
    font-weight: 300;
    font-size: 60px;
    height: 60px;
    width: 100%;
    top: 50%;
    text-align: center;
    line-height: 60px;
    margin-top: -30px;
    position: absolute;
    left: 0;
}

/* ==========================================================================
    Contact Styling
   ========================================================================== */
.google-map {
    height: 250px;
    padding: 6px;
    background-color: white;
    margin-bottom: 40px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
  /* stops bg color from leaking outside the border: */;
}

.google-map iframe {
    width: 100%;
    outline: 0;
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
  /* stops bg color from leaking outside the border: */;
}

form input, form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
    outline: 0;
    border: 0;
    border: 2px solid #e5e8ed;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
  /* stops bg color from leaking outside the border: */;
}

.contact-form textarea {
    min-height: 160px;
}

.contact-form input.button {
    width: auto;
    background-color: #d8aa46;
    border-color: #d8aa46;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 35px;
}

.footer {
            overflow: hidden;
    position: fixed;
    bottom: 0;
    color: white;
    font-size: 13px;
    background: rgba(147, 149, 152, 0.6);
    padding-top: 30px;
}

.footer a {
    color: white;
	text-decoration:underline !important;
}
.col-md-2.side{
	        margin-left: 4%;
    width: 11.5%;
    z-index: 1;
    color: black;
    margin-top: -12%;
    padding-top: 12%;
}
#email{
	float: left;
    padding-left: 4%;
    margin-top: 0;
    font-size: 16px;
}
.col-md-12.bg{
	display:none;
}
#last{
	margin-top:-14%
}
/*------------------------------------------------------
	RESPONSIVE STYLES 
--------------------------------------------------------*/
@media (max-width:1364px){
body{
font: 14px/17px Trebuchet MS, Verdana, sans-serif;
    font-weight: 300;
    color: #777777;
    background: url(../images/bg.jpg);
    background-size: cover;
	
	

}
.logo-wrapper {
    background-color: #e5e8ed;
    text-align: center;
    padding: 40px;
    background: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
}
}

@media (max-width: 1024px) {
    .sidebar-menu {
        padding-right: 40px;
    }
	.logo-wrapper {
    background-color: #e5e8ed;
    text-align: center;
    padding: 40px;
    background: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.col-md-2.side {
    margin-left: 5%;
    width: 18% ;
    background: none; 
}
p#side-1p {
    font-size:15px;
	
    
}
.col-md-6 {
    width: 44%;
    margin-left: 5%;
}
.col-md-7{
	margin-left:7%;
}
    #prevslide {
        right: 0;
    }

    #nextslide {
        right: 0;
    }

    .footer {
        position: relative;
    }
	.col-md-2.side{
	margin-left:6%;
	
	
}
.col-md-12.col-sm-12 {
    background: rgba(210,211,213,0.85);
    padding-top: 3%;
	z-index:9; 
    margin-top: -2%;
}
body{
font: 17px/19px Trebuchet MS, Verdana, sans-serif;
    font-weight: 300;
    color: #777777;
    background: url(../images/bg.jpg);
    background-size: 147% ;
}
.col-md-2.horse{
	display:none;
}
}
@media(max-width:601px;){
	.col-md-2.side{
	      margin-left: 0%;
    background: rgba(210,211,213,0.80);
    width: 100%;
    margin-top: 2% !important;
    padding-bottom: 24%; 
}
	.col-md-12.bg{
	background:url(../images/bg.png);
}
.col-md-6 {
    width: 100%;
    margin-left: 0%;
}
}
@media (max-width: 991px) {
    .sidebar-menu {
        margin-bottom: 30px;
        padding-right: 40px;
    }
	#last{
	margin-top:0%;
}
	#second_header{
	    padding-left: 2% !important;
    font-size: 16pt;
    padding-bottom: 2%;
	text-transform:uppercase;
}
.col-md-7{
	margin-left:0%;
}
.col-md-6 {
    width: 100%;
    margin-left: 0%;
}

p#side-1p {
    font-size:15px;
	margin-top:11px !important ;
    
}
#footer-text{
	   
    text-align: left !important;
}
#more{
	        width: 36% !important;
    margin-left: 13px !important;
    margin-top: 1px !important;
}
	body{
font: 17px/19px Trebuchet MS, Verdana, sans-serif;
    font-weight: 300;
    color: #777777;
    background: rgba(210,211,213,0.80);
    background-size: cover ;
}
.col-md-12.bg {
    background: url(/images/bg_old.jpg) !important;
    width: 100%;
    background-size: 100% !important;
    height: 427px;
    display: flex;
}
	.col-md-2.side {
    margin-left: 2%;
    background: rgba(210,211,213,0.80);
    width: 100%;
    margin-top: 0;
    padding-bottom: 18%;
    padding-top: 2%;
}

    .icon-item {
        position: relative;
        z-index: 99;
    }
	.col-md-2.horse{
		display:none;
}
#footer-text{
	clear:both;
}
.logo-wrapper {
    background-color: #e5e8ed;
    text-align: center;
    padding: 40px;
    background: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.col-md-4.side{
	    width: 33% !important;
    float: left !important;
}
}

@media (max-width: 767px) {
    .container-fluid {
        padding: 20px;
		    background: rgba(210,211,213,0.85);
    }
	.col-md-7{
	margin-left:0%;
}
	.col-md-6 {
    width: 100%;
    margin-left: 0%;
}
#last{
	margin-top:0%;
}
body{
font: 17px/19px Trebuchet MS, Verdana, sans-serif;
    font-weight: 300;
    color: #777777;
    background: none;
    background-size: cover ;
}
.col-md-12.bg{
	   background: url(/images/bg_old.jpg) !important;
    width: 100%;
    background-size: 100% !important;
    height: 289px;
    display: block !important;
}
	.col-md-2.side{
	      margin-left: 0%;
    background: rgba(210,211,213,0.80);
    width: 100%;
    margin-top: 0%;
    padding-bottom: 25%;
    padding-top: 1% !important;
}
.col-md-7 h1{
	font-size:27pt !important;
}
.col-md-7 h3{
	font-size:14pt !important;
}
.col-md-7 p{
	font-size:10pt !important;
}
.col-md-4.side{
	    width: 33% !important;
    float: left !important;
}
.col-md-2.horse{
	display:none;
}
.logo-wrapper {
    background-color: #e5e8ed;
    text-align: center;
    padding: 40px;
    background: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
}
#second_header{
	padding-left: 3% !important;
    text-transform:uppercase;
    font-size: 16pt;
    padding-bottom: 3%;
}
p#side-1p {
    font-size:15px;
	margin-top:15px ;
    
}
#more{
	    width: 51% !important;
    margin-left: 0px !important;
    margin-top: 5px !important;
}
#footer-text{
	   
    text-align: left !important;
}
}
@media(max-width:415px){
	.col-md-2.side{
	       margin-left: 0%;
    background: rgba(210,211,213,0.80);
    width: 100%;
    margin-top: 0%;
    padding-bottom: 68%;
    font-size: 15px;
	}
	.col-md-6 {
    width: 100%;
    margin-left: 0%;
}
#last{
	margin-top:0%;
}
.col-md-7 {
    margin-left: 0%;
    padding-left: 9px;
}
.number-1{
	text-align:right;
	margin-top:0px;
	margin-bottom:0px;
	margin-top:-16% !important;
}
	
.col-md-12.bg{
	    background: url(/images/bg_old.jpg) !important;
    width: 100%;
    background-size: 100% !important;
    height: 200px;
	display:block;
}
img#side-1p {
    float: left;
}
.col-md-7 h1{
	font-size:22pt !important;
}
.col-md-7 h3{
	font-size:14pt !important;
}
#more{
	        width: 34% !important;
    margin-left: -49px !important;
    margin-top: 22% !important;
    float: left;
    padding-bottom: 20px;
}
p#side-1p {
    float: right;
    text-align: left;
    padding-right: 5px;
    padding-bottom: 6%;
	margin-top:0px !important;
}
.col-md-4.side{
	    width: 109% !important;
    
}
.logo-wrapper {
        background-color: transparent;
    text-align: center;
    background: none;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 0;
    padding: 50px 0px 13px 0px;
}
#second_header{
	padding-left: 5%;
    margin-top: 0;
    font-size: 15px;
    padding-bottom: 14px;
	text-transform:uppercase;
}
.col-md-5.col-sm-12{
          margin-left: -1%;
    width: 104%;
    background-image: url(../images/logo_2.png);
    background-size: 100%;
    background-repeat: no-repeat;
	    height: 0%;
}
#email {
    float: left;
     padding-left: 0% !important;
    margin-top: 0;
    font-size: 16px;
}
#footer-text{
	    font-size: 9pt !important;
    text-align: left !important;
}
body{
 
    background:none;
    
}
}
