/*--=============== GENERAL STYLE ===============--*/
*::-moz-selection {
    background: #93BE48;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #93BE48;
    color: #ffffff;
    text-shadow: none;
}

body {
    font-size: 14px;
    background-color: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

p {
    font-size: 14px;
    color: #253A42;
    font-family: 'Montserrat', sans-serif;
}

a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #253A42;
    font-family: 'Montserrat', sans-serif;
}
.margin-0 {
    margin: 0 !important;
}

.site-wrapper {
    overflow: hidden;
}
.homepage {
    overflow: hidden;
    padding-bottom: 80px;
}
/*--=============== END OF GENERAL STYLE ===============--*/


/*--============================== MAIN STYLE/CUSTOM STYLE ==============================--*/


/*--====== Logo Area Style ========--*/
.logo-area {
    background-color: #253A42;
}
.logo {
    padding: 15px 0;
}

/*--====== End Logo Area Style ========--*/


/*--====== Divine Dairy Section Style ========--*/
.divine-dairy-section {
    background-color: #ffffff;
    padding: 30px 0;
    border-top: 5px solid #93BE48;
    border-bottom: 4px solid #93BE48;
}
.divine-dairy-section h3 {
    color: #2F4B54;
}

/*--====== End Divine Dairy Section Style ========--*/


/*--====== Home Banner Area Style ========--*/
.home-banner {
    border-top: 4px solid #253A42;
    border-bottom: 4px solid #253A42;
}
.home-banner img {
    max-width: 100%;
    width: 100%;
}
.bg-video {
	height:100vh;
	max-height: 580px;
	background:url(../images/home_video_still.jpg) no-repeat center;
	background-size : cover;
	overflow: hidden;
	position: relative;
}
#home-video {
	position: absolute;
	width: 100%;
	height: 100%;
}
#vdo {
	overflow:hidden;
}
.embed-responsive {
	
	 margin-bottom: -6% !important;
    margin-top: -6% !important;
}
/*--====== End Home Banner Style ========--*/

/*--====== Home Caption Banner Style ========--*/
.home-caption-banner {
    background-image: url(../images/dd_home_images.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.caption-content {
    box-sizing: border-box;
    padding: 30px 25px;
    background-color: rgba(83,129,76,0.8);
    min-height: 425px;
    margin: 40px 0;
}
.caption-content p {
    color: #ffffff;
    font-size: 18px
}
/*--====== End Home Caption Banner Style ========--*/


/*--=============== Home Page Bottom MENU AREA STYLE ===============--*/
.navbar {
    margin-bottom: 0;
    background-color:#253A42;
    border-radius: 0;

}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    float: none;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #93BE48;
}

.navbar-default .navbar-toggle span {
    background: #93BE48 !important;
}

.navbar-default {
    background-color: #253A42;
    border: none;
    line-height: 0;
}

.navbar-nav>li {
    transition: 1s;
}
.navbar-nav li a{
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 1;
}
.navbar-nav>li>a{
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 1;
}

.navbar-nav>li>a:focus {
    color: #ffffff !important;
}

.navbar-nav>li>a {
    transition: 1s;
    font-size: 14px;
    padding: 20px 15px;
    text-transform: uppercase;
}

.navbar-nav>li:hover {
    color: #000000;
}

.navbar-toggle .icon-bar {
    width: 35px;
    height: 4px;
    background-color:  #93BE48
}
.navbar-toggle {
    color: #93be48;
    font-size: 24px;
    font-weight: 300;
    line-height: 18px;
}
.navbar-toggle i {
	font-size: 25px;
	color: #93be48;
	margin-right:10px;
}
.main-menu .navbar-toggle {
    margin-top: 15px;
}

.navbar-collapse.collapse {
    text-align: center;
}

/*--=============== End Home Page Bottom MENU AREA STYLE ===============--*/


/*--=============== Main MENU AREA STYLE ===============--*/
.main-menu {
    background-color: #253A42;
    border-bottom: 5px solid #93BE48;
}
.sticky-header {
    position: fixed;
	width:100%;
	z-index:99;
}
.homepage .main-menu {
	position: fixed;
	width: 100%;
	bottom:0!important;
	top: auto!important;
	border-top: 5px solid #93BE48;
	border-bottom: 0 solid #93BE48;
	z-index: 999;
}
.homepage .navbar-nav > li {
    display: inline-block;
    float: none;
}
.navbar-nav li a {
    padding: 10px;
}
.navbar-nav li a i {
	margin-right: 10px;
}
.main-menu .navbar-nav>li>a {
    padding: 30px 15px;
}
.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>li.active>a,
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #93BE48;
	color: #333;
}
.navbar-default .navbar-nav>li>a {
    padding: 32px 15px;
}
.navbar-default .navbar-nav>li>a:hover {
    background-color: #93BE48;
}
.main-menu .navbar-nav>li>a:focus {
    background-color: transparent;
}
.navbar-nav > li > .dropdown-menu {
	background: #90BC4E;
	border-radius: 0px;
	right: 0px;
	left: auto;
}
.navbar-brand {
    margin-left: 0 !important;
    height: auto;
    padding: 15px 15px 10px;
}
.navbar-brand img {
    max-width: 80px;
}

/*--=============== END Main MENU AREA STYLE ===============--*/
.mainbody {
    background-image: url(../images/cows_bg.jpg);
	background-color:#FFF;
    background-repeat: no-repeat;
	background-position:center bottom;
    background-size: 100%;
    width: 100%;
}

/*--=============== Our Story AREA STYLE ===============--*/

.our-story-area p {
    font-size: 20px;
    color: #253A42;
    margin-bottom: 20px;
}
.section-title {
    text-align: center;
    margin: 30px 0;
    text-transform: uppercase;
    color: #253A42;
}
.section-title h2 {
    position: relative;
    display: inline-block;
}
.section-title h2:before {
    position: absolute;
    content: "";
    width: 250px;
    height: 2px;
    background-color: #253A42;
    left: -265px;
    top: 14px;
}
.section-title h2:after {
    position: absolute;
    content: "";
    width: 250px;
    height: 2px;
    background-color: #253A42;
    right: -265px;
    top: 14px;
}
.story-banner {
    width: 100%;
    margin: 40px 0;
    border-top: 3px solid #253A42;
    border-bottom: 3px solid #253A42;
}
.story-banner img {
	width: 100%;
    max-width: 100%;
}
.bg-content {
    width: 100%;
    padding-bottom: 30px;
}
.bg-content h3 {
    margin-bottom: 30px;
}
.bg-content p {
    font-size: 20px;
    color: #253A42;
    text-align: left;
    margin-bottom: 30px;
}
.section-title-img {
    position: relative;
    display: inline-block;
    z-index: 1;
    margin: 40px 0;
}
.section-title-img img {
    max-width: 60px;
}
.section-title-img:before {
    position: absolute;
    content: "";
    width: 250px;
    height: 2px;
    background-color: #253A42;
    left: -300px;
    top: 22px;
}
.section-title-img:after {
    position: absolute;
    content: "";
    width: 250px;
    height: 2px;
    background-color: #253A42;
    right: -300px;
    top: 22px;
}
.divine-dairy-section-color-bg {
    background-color: #93BE48;
    padding: 30px 0;
    border-top: 3px solid #253A42;
}
/*--=============== END Our Story AREA STYLE ===============--*/


/*--=============== Contact Page STYLE ===============--*/
.contact-info {
    margin-bottom: 30px;
}
.contact-info p {
    margin-bottom: 0;
}
.full-width-button {
    width: 100%;
    border-radius: 0;
    background-color: #253A42;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 15px 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.full-width-button:hover {
    background-color: #93BE48;
    color: #ffffff;
}
.form-group {
    border: 3px solid #93BE48;
}
.form-control {
    padding: 10px 15px;
    border: 3px solid #23373F;
    border-radius: 0;
    font-size: 20px;
    height: inherit;
}

.form-control:focus {
    outline: none;
    border-color: #23373F;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #2F4B54;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #2F4B54;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #2F4B54;
}
.form-control:-moz-placeholder { /* Firefox 18- */
    color: #2F4B54;
}

/*--=============== END Contact Page STYLE ===============--*/

/*--====== Footer Area ======---*/
.footer-area {
    background-color:#253A42;
	background-image:url(../images/icon_animals_trans.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.footer-area img {
    max-width: 270px;
}
.footer-area p {
    display: inline-block;
    float: left;
    color: #ffffff;
    padding: 25px 0;
    margin: 0;
}
.footer-menu {
	border:0;
}
.footer-area .navbar {
    display: inline-block;
    background-color: transparent;
    float: right;
}
.footer-area .navbar-nav {
    float: right;
}
.footer-area .navbar-nav>li>a {
    padding: 28px 15px 26px;
}
.footer-area .navbar-nav>li>a:hover,
.footer-area .navbar-nav>li>a:focus {
    background-color: #93BE48;
}

/*--====== End Footer Area ======---*/
.cheese-content {
    border-bottom: 3px solid #93BE48;
}

.cheese-content p {
    font-size: 20px;
    color: #253A42;
    margin-bottom: 30px;
}

.cheese-devine-dairy-pro {
    padding: 30px 0;
    border-top: 3px solid #2F4B54;
    border-bottom: 3px solid #93BE48;
	background:#FFF;
}

.single-pro p {
    font-size: 20px;
    color: #253A42;
    margin-bottom: 20px;
}
.single-pro img {
    max-width: 100%;
}
.our-cheese-area {

}

.our-cheese-area p {
    font-size: 20px;
    color: #253A42;
    margin-bottom: 0;
    padding: 60px 0;
}





.buy-logo-boxes {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 40px;
}

.logo-top-detail {
    background-color: #93BE48;
    color: #ffffff;
    box-sizing: border-box;
    padding: 25px 30px;
    margin-bottom: 0;
    min-height: 175px;
}
.logo-top-detail li p {
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
}
.logo-top-detail li {
    font-size: 16px;
}

.logo-img {
    background-color: #ffffff;
    padding: 20px 30px;
    display: table;
    width: 100%;
    text-align: center;
    min-height: 170px;
}
.logo-img .img {
    max-width: 100%;
    vertical-align: middle;
    display: table-cell;
}
.logo-img .img img {
    max-width: 100%;
}
@media only screen and ( max-width:1199px ) {
    .logo-top-detail {
        padding: 20px 12px;
    }
}
@media only screen and ( max-width:991px ) {
	.navbar-brand {
		padding:10px;
	}
	
    .main-menu .navbar-nav>li>a {
        padding: 20px 8px;
    }
    .navbar-nav>li>a {
        padding: 20px 8px;
    }
    .single-logo-box {
        margin-bottom: 30px;
    }
    .single-pro {
        margin-bottom: 30px;
    }
    .single-pro p {
        margin-bottom: 10px;
    }
}

@media only screen and ( max-width:767px ) {
	.sticky-header {
		max-height:100vh;
		overflow:auto;
	}
	.homepage .navbar-nav > li {
		display: block;
		float: none;
	}
	.navbar-nav > li > .dropdown-menu {
		text-align: center;
		background:#333;
	}
    .section-title h2 {
        font-size: 24px;
    }
    .section-title h2:before {
        top: 11px;
        width: 100px;
        left: -115px;
    }
    .section-title h2:after {
        top: 11px;
        width: 100px;
        right: -115px;
    }
    .section-title-img:before {
        width: 100px;
        left: -120px;
    }
    .section-title-img:after {
        width: 100px;
        right: -120px;
    }
	.footer-area p {
		float: none;
	}
	
	.footer-area .navbar,
	.footer-area .navbar-nav,
	.footer-area .navbar-collapse {
		width: 100%;
		margin:0;
		padding:0;
	}
	.footer-area .footer-menu {
		padding-bottom: 65px;
	}
	.footer-area .navbar-nav > li > a {
		padding: 15px;
	}
}

@media only screen and ( max-width:640px ) {
	.navbar-brand img {
    	max-width: 70px;
	}
	.main-menu .navbar-toggle {
		margin-top: 10px;
	}
    .section-title h2:before,
    .section-title h2:after {
        display: none;
    }
    .section-title h2 {
        border-bottom: 2px solid #253A42;
        padding-bottom: 8px;
    }
}



