/*** CONTAINERS AND WRAPPERS ***/

div.ry-fullwrp {
    padding: 0;
    width: 100%;
    margin: 2em 0;
}

.ry-container {
    max-width: 1200px;
    float: none;
    margin: auto;
    clear: both;
    padding: 0 2em;
}

body {
	position: relative;
	width: 100%;
	height: 100%;

}
body, html {
	overflow: initial;
}
.footer-wrapper.ry-fluid {
	margin-bottom: -1em;
}

.btn:not(.btn-social) {
    letter-spacing: 0px;
    text-transform: initial;
}

div#homefooter {
    display: block;
    clear: both;
    
}

div.social-inner-wrap {
    display: none;
}

.ry-wrp {
    display:block;
    width: 100%;
    clear: both;
}

.headwrp {
    padding: 0;
}



.site-header .menu-wrap {
    padding-top: 0;
}

.site-header {
	padding: 0;
	height: auto;
}

.ry-header-container {
    padding: 1em 0;
}

.headLeft {
    padding: 0;
}

.logo img {
    max-width: 300px;
    float: none;
    margin: auto;
    margin-top: -1.5em;
}


body  {
    font-size: 14px;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal !important;
}

h1, .h1, h2, .h2, h3, .h3 h4, h4 {
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 26px !important;
    margin-top: 0;
}

.slider-text-wrapper {
    color: #fff;
    padding: 0;
    position: absolute;
    top: 40%;
    max-width: 500px;
    right: 10%;
}

.slider-text-wrapper h1 {
    font-family: 'Montserrat', sans-serif;
    color: #007538;
    text-shadow: 0 0 20px transparent;
    font-size: 20px !important;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: bolder;
    position: relative;
    top: 20px;
}


.slider-text-wrapper h2 {
    color: #fff;
    text-shadow: 0 0 20px rgba(62, 57, 57, 0);
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    font-size: 50px !important;
    margin: 0;
    letter-spacing: 5px;
}

.slider-text-wrapper h5 {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 14px !important;
}


.intro-box h2:before, .intro-box h2:after {
	display:none;
}


.site-header .menu-wrap > ul >li.dropdown.open {
    background: transparent !important;
}

.site-header ul .dropdown-menu li a {
    color: #fff;
    padding: 10px 10px;
    transition: all ease 0.3s;
    text-shadow: none;
    text-transform: capitalize;
}

div.site-header ul li a {
    color: #333333;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.site-header ul .dropdown-menu {
    margin: 0;
    width: 220px;
    background: rgb(105, 136, 62);
    border: transparent;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.site-header ul li a {
    background: transparent;
    padding-right: 25px;
}


div.ry-header-container {
    transition: all 1.5s ease;
    float: none;
    margin: auto;
    transform: scale(0.99);
}

.ry-header-container {
    padding-top: 1.5em;
}

.ry-header-container {
    max-width: 80%;
    float: none;
    margin: 2em auto 0;
}

.headwrp {
    position: fixed;
    z-index: 30;
    transition: all ease 0.2s;
    width: 100%;
}

.headwrp.smaller {
    position: fixed;
    background: #fff;
    padding: 5px 0;
    height: 90px;
    z-index: 999;
}

.headwrp.smaller .logo img {
    max-width: 200px;
}


.headwrp.smaller .logo {
	top:0;
}

.headwrp.smaller .ry-header-container {
    transform: scale(.85);
    padding-bottom: 4em;
    padding-top: 0;
}



div.social-inner-wrap {
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}

div.social-inner-wrap li {
    display: inline-block;
    margin-left: 5px;
    list-style: none;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #968100;
    transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    padding: 4px 2px 4px;
}

div.social-inner-wrap li:hover {
    background: #69883e;
}

div.social-inner-wrap li a {
    padding: 5px !important;
    color: #fff;
    width: 33px;
    text-align: center;
    text-decoration: none;
    line-height: 20px;
}


/** Default Page **/
.bnr-wrp {
	display: none;
}

div#def-footer {
    padding-top: 0;
}

div#ry-footer-top {
    background: #f0f0f0;
    padding: 10em 0;
}

#ry-footer-top .ry-left-wrp {
    border-bottom: 1px solid rgba(17, 17, 17, 0.15);
    width: 18em;
    padding-top: 3em;
}

#ry-footer-top .ry-right-wrp {
    padding-left: 2em;
}

div.bnr-wrp {
    background: rgba(240, 240, 240, 0.5);
    height: 350px;
}

.bnr-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25%;
}

.headwrp {
    z-index: 30;
    height: 170px;
    background: #fff;
    position: relative;
}

.main-content {
	margin-top: -1px;
}
	
a.btn.btn-primary {
    transition: all ease 0.5s;
    text-transform: initial;
}

.headwrp.smaller .logo img {
    max-width: 200px;
    margin-top: -0.5em;
}

/*** CUSTOM MEDIA QUERY ***/
@media only screen and (max-width: 991px) {
	
	.ry-wrp {
	display: inline-block;
	width: 100%;
	}
	
	div#homefooter, div#def-footer {
		text-align: center;
		margin-top: -1em;
	}

	div#homecontent {
		text-align: center;
	}
	body {
		-webkit-overflow-scrolling: touch;
		overflow-y: scroll !Important
	}
	
	.main-content {
   		margin-top: -21px;
		overflow: hidden;
	}
	
	
	
}