/* CSS Document */
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto+Slab:400,700');
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* HTML5 Events Display
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, menu {
	display: block;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
audio[controls], canvas, video {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* ELEMENTS 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

html {
}
body {
	font-family: 'Open Sans', sans-serif;
	padding: 0px;
	font-weight:400;
	font-size: 16px;
	color:#999;
	overflow-x: hidden;
	margin: 0px 0 0 0;
	line-height: 22px;
	position: relative; 
	background:#fff; 
}
img {
	border: none;
}
h1, h2, h3, h4, h5, h6, ul, ol {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: 'Roboto Slab', serif;
}
h1 {
	font-size: 34px;
	color: #303030; 
	line-height: 38px;
	font-weight:normal;
    text-align: center;
	font-weight: 700;
	margin: 10px 0 15px 0;
}
h2{
	font-size: 30px; 
	line-height: 35px;
	color: #999;
    text-align: center;
    margin: 10px 0 10px 0; 
}
.insidepage .container .row h1{
	font-weight:600;
	color:#999;
}
h3 {
	font-size: 30px; 
	line-height: 35px;
    margin: 10px 0;
    text-align: left;
    font-weight: normal; 
}
h4 {
    font-size: 16px;
    color: #000;
    line-height: 20px;
	font-weight: 400;
    margin: 5px 0 10px 0;
}
.tinynav {
	display: none;
}
h5 {
	font-size: 18px;
}
a, a:link {
	text-decoration: none;
	color: #008aff;
    outline: none;
} 
a:hover {
	text-decoration: none; 
} 
.red-color{
	color:#e21e26 !important;
}
.dis-none { 
	display:none;
}
strong{
	font-weight:600;
}
p b{
	font-weight:700;
}
p {
	margin: 0px 0px 10px 0px;
	color: #999;
	font-size: 16px; 
	line-height: 22px;
}  
ul, li {
	margin: 0;
	padding: 0;
	margin-left: 20px;
}
img {
	max-width: 100% !important;
	height: auto !important;
}
.no-padd{ 
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.text-right{
	text-align:right !important;
}
.text-center{
	text-align:center !important;
} 
.text-center1 {
    text-align: center !important;
    margin-left: 86px;
}

/* * * * * * Header styles * * * * * */
.header-info p{
	color:#fff;
	margin:12px 0 20px 0;
	font-family: 'Roboto Slab', serif;
}

.navbar-default.fixed {
    position: fixed;
    z-index: 1;
	width:100%;
	padding-bottom: 0;
	top:0% !important;
	left:0%;
	right:0%;
    margin-bottom:  0px;
    z-index: 199; 
	background: none !important;
	background-color:#fff !important;
	border-bottom: 1px solid #ccc !important;
} 
img.header-logo {
    margin-top: 50px !important;
}

.navbar-brand>img {
    display: block;
    margin-top: -22px !important;
}
.navbar-default{
    background: url(../images/header-bg.jpg) repeat-x top #fff;
    border-color: transparent;
    border: none;
    margin-bottom: 0px;
    border-radius: 0px;
	-webkit-transition:all ease-in 1s;
	-moz-transition:all ease-in 1s;
	transition:all ease-in 1s;
}
.navbar-brand { 
    padding: 25px 0px 30px 0px; 
    height: auto; 
    margin-left: 0px !important;
}
.navbar-default .navbar-collapse{
	margin-top: 0px;
    border-color: transparent;
    float: right;
    padding-right:  0px;
	padding-top: 24px;
} 
.navbar-default .navbar-nav > li{
	margin-left:20px;
}
.navbar-default .navbar-nav > li > a {
	font-size:18px;
	line-height:18px;
}
.btn-default {   
    border-color: none !important;
}
.navbar-nav>li>.dropdown-menu li a{
	color:#333 !important;
}
.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    color: #fff !important;
	background:#008aff;
}
#map {
    height: 400px;
    width: 100%;
}
/********************* Banner styles ***********************/
.banner-inside-wrapper {
    background-color: #5d5959;
    padding: 40px 0px;
}
.banner-sub-header h1{
	color:#fff;
	font-weight: 600;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
}
.slick-slide {
	position:relative;
}
.banner-caption{
	position:absolute;
	width:100%;
	left:0;
	bottom:50px;
	z-index:9;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
}
.banner-caption h1, .banner-caption h2{
	text-align:center;
	color:#fff;
	text-shadow:1px 2px #000;
}
.banner-caption h1 {
    font-size: 38px;
    line-height: 45px;
}
.banner-caption h2 {
    font-size: 28px;
	font-style:italic;
	font-weight:400;
    line-height: 32px;
}
.navbar-nav>li:hover ul.dropdown-menu {
    display: block;
}
.navbar-default .navbar-nav>li>a {
    color: #999;
}
.navbar-default .navbar-brand {
    color: #999;
    /* margin-bottom: 22px; */
        margin: 6px 0px
}
/********************* Content styles ***********************/
.content-row-1, .content-row-2{
	padding-top:40px;
	padding-bottom:40px;
}
p.intro{
	text-align:center;
	font-size:18px;
	line-height:25px;
	margin:0 auto 20px auto;
}
a.pdf{
    color: #000;
    padding: 2px 0 0 28px;
    background: url(../images/pdf.jpg) no-repeat left 4px;
}
.big-txt{
    vertical-align: middle;
    font-family: 'Open Sans', serif;
    font-style: italic;
    font-weight: 600;
    font-size: 120px;
    color: #000;
    opacity: 0.5;
    line-height: 110px;
}
.md-txt{
    font-size: 45px;
}
.content-row-2{
	background:url(../images/content-row-2-bg.jpg) no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
}
.content-row-2 h3{
	margin-bottom:30px;
}
.img-spl{
    max-width: 250px !important;
    display: block;
    margin: 0 auto;
} 
.p-spl{
    line-height: 28px;
    font-style: italic;
    font-family: 'Roboto Slab', serif;
}
.content-row-2 p{
	margin-bottom:20px;
/* 	max-width:450px; */
}
.content-row-2 p, .content-row-2 h3, .content-row-4 p, .content-row-4 h2{
	color:#fff;
}
.content-row-4{
	padding:35px 0 45px 0;
	text-align:center;
	background:#87ba01;
} 
.content-row-4 p{
	max-width:900px;
	margin:0 auto;
	font-size: 22px; 
}
.content-row-4 h2{
	margin: 10px 0 25px 0;
}
.content-row-1 ul li{
	padding: 0px 0 0 25px;
	background:url(../images/bull.jpg) left center no-repeat;
	list-style:none;
	font-family: 'Open Sans', sans-serif; 
	font-weight:400;
	font-size: 15px; 
	margin: 0px 0 5px 0;
	line-height: 24px; 
}
.team-item{
    margin: 10px 0 15px 0;
}
.team-item h4 {
    font-size: 20px; 
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    margin: 10px 0 15px 0;
}
.team-item p, .foodmenu-item p, .foodmenu-item h4{
    text-align: center;
}
.foodmenu-item .panel-default > .panel-heading { 
    background-color: #fff !important; 
    text-align: center;
    margin: 20px 0;
}
.foodmenu-item p{
    font-size: 14px; 
}
.foodmenu-item li{
	padding: 0px 0 0 0 !important; 
	background: none !important; 
    text-align: center;
	margin:0 10px 5px 10px !important;
    border-bottom: 1px solid #888 !important;
	list-style:none;  
}
.foodmenu-item .panel-group .panel { 
    border: none !important;
    -webkit-box-shadow:none !important;
    box-shadow: none !important;
}
.foodmenu-item .panel-default .panel-collapse{ 
    border: 1px solid #888 !important;
}
.foodmenu-item .panel-default > .panel-heading a{
    color: #fff;
    padding: 8px 20px;
    background: #008aff;
}
.clients-item {
	margin-bottom:10px;
    padding: 0 !important; 
}
.clients-item h5{
	font-size:17px;
    padding: 10px 15px;
	margin:10px;
    border: 1px solid #888;
    text-align: center;
}
.clients-item h5 span{
	font-size:15px;
	display:block;
} 
/********************* testimonials styles ***********************/
.content-row-3{
	background:#f3f3f3;
}
.content-row-3 h2{
    margin: 30px 0 35px 0;
}
.testimonals p{
    text-align: center;
    max-width: 580px;
    margin: 0 auto 15px auto;
}
.testimonals .slick-slide{
	padding:30px 20px 50px 20px;
	background:#fff;
}
.slick-slide{
	outline:none;
	overflow:hidden;
}
.slick-arrow{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	width:22px;
    z-index: 99;
	height:35px;
	position:absolute;
	top:50%;
	margin-top:-17px;
	border:none;
	text-indent:-9899px;
	outline:none;
}

.slick-next{
	right:0;
	background:url(../images/arrows.png) right center no-repeat;
}
.slick-prev{
	left:0;
	background:url(../images/arrows.png) left center no-repeat;
}
.testimonals .slick-next{
	right: -80px;
	width: 25px;
	margin: -30px 0 0 0px;
	text-indent: -55px;
	padding-right: 25px;
	background:url(../images/arrows-2.png) right center no-repeat;
}
.testimonals .slick-prev{
    left: -100px;
    width: 25px;
    margin: -30px 0 0 0px;
    text-indent: 10px;
    padding-left: 25px;
    background:url(../images/arrows-2.png) left center no-repeat;
}
.banner-wrap .slick-next{
	right:30px;
}
.banner-wrap .slick-prev{
	left:30px;
}
.slick-dots
{
    position: absolute;
    bottom: 5px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 15px;
    height: 15px;
    margin: 0 4px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block; 
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
	width: 14px !important;
	height: 14px !important; 
	-webkit-border-radius: 7px !important;
	-moz-border-radius: 7px !important;
	-ms-border-radius: 7px !important;
	border-radius: 7px !important;
	background: #008aff !important;
	text-indent: -9999px; 
    opacity: .5;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
} 
.slick-dots li.slick-active button
{
    opacity: 1;
    color: black;
}

/* * * * * * * Video styles * * * * */

.start-video {
    width: 220px;
    height: 220px; 
    margin: -110px 0 0 -110px;
    position: absolute;
    top: 50%; 
	z-index:19;
    left: 50%;  
}
.start-video img{
   width: 100%;
}
#pause-button{
    position: absolute;
	top:10px;
	right:10px;
	z-index:19;
}
.video-wrap {
    padding-bottom: 45%; 
	position:relative;
	overflow:hidden;
	background:#fafafa;
}
.video-wrap  iframe, #thumbnail{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
	z-index:9;
    height: 100%;
}
.video-wrap  iframe{
    margin: -5% 0 0 0;
}


/********************* admin styles ***********************/
.rowx:before, .rowx:after, .customrow:before, .customrow:after{
    content: " ";
    display: table;
	clear:both;
} 
.rowx > span, .customrow > span{ 
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
	position:relative;
}
.rowx > span::after{ 
	content:"";
	position: absolute;
	width:15px;
	height:100%;
	background:url(../images/fade.png) no-repeat;
	top:0;
	right:0;
}
.btn, .btn:hover{
    display: inline-block;
    background: #008aff !important;
    color: #fff !important;
}
.customrow > span, .add_block  label, .filter-label, .filter-wrap  label{
    font-family: 'Open Sans', sans-serif;
}
.filter-label{
    margin: 7px 0 0 0;
}
.filter-label+div select{
    margin-bottom: 10px;
}
.inner-wrapper .btn-default{
	display:inline-block;
}

.filter-wrap {
    text-align: right;
    margin: 0 0 10px 0;
} 
.filter-wrap  select{
    padding: 4px 15px;
    display: inline-block;
    width: 100%;
    max-width: 180px;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
} 

/********************* footer styles ***********************/
.footer{
	width:100%;
	padding:35px 0 20px 0;
	background:#777;
	margin: 0px 0 0px 0;
}
.insidepage .footer{
	margin:0px 0 0px 0;
}
.footer-logo{
	margin:15px 0 30px 0px;
} 
.footer-logo+p{
	max-width:400px;
	text-align:justify !important;
} 
.footer a, .footer p, .footer h2 {
	color:#fff;
	text-align:left;
} 
.footer h2{
	font-weight: 600;
	font-size:24px;
	line-height:28px;
	margin:25px 0 25px 0;
}
.footer-links{
	padding: 0 0 0 50px;
}
.footer-links ul{
	list-style:none;
}
.footer-links ul li{
    line-height: 25px;
    list-style-type: square; 
    color: #fff !important;
    margin-left: 20px;
    font-size: 22px;
}
.footer-links ul li a{
    font-size: 16px;
}
.footer .col-md-3{ 
	min-height:230px;
	padding-left:15px;
	padding-right:0;
	margin-bottom:40px;
} 
.social-links{
	margin:35px 0 5px 0;
}
.copyright {
    background: #1f1f1f;
    padding: 25px 0 20px 0;
}
.copyright  p{
	color:#fff; 
} 

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Responsive Media Queries
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media only screen and (max-width: 1200px) {
.floating-box{
	display: none;
}
}
@media only screen and (max-width: 1170px) {
.navbar-default .navbar-collapse {
    margin-top: -60px;
	padding-top: 0px;
}
img.header-logo {
    width: 60%;
    margin-top: 40px !important;
}
} 
@media only screen and (max-width: 990px) {
a.btn-default{
    padding: 8px 10px;
    font-size: 16px;
}
.img-top-padding{
	padding-top:100px;
}
.content-row-2 p {
    margin-bottom: 20px;
    max-width: 100%;
}
.footer-logo, .footer-logo+p{
	text-align:center !important;
}
.social-links.text-right{ 
    text-align: center !important;
}
.footer .col-md-3 {
    margin-bottom: 25px;
}
.fixed .navbar-nav { 
    margin: 7px 0 0 0;
}
.navbar-header{
    width: 25%;
} 
.navbar-default .navbar-collapse {
    padding-right: 0px;
}
.navbar-default .navbar-nav > li {
    margin-right: 10px;
}
.navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
}
.navbar-default .navbar-nav > li > a {
    font-size: 16px;
}
.nav > li > a {
    padding: 8px 10px;
}
} 
@media only screen and (max-width: 991px) {
.navbar-default {
    background: #fff;
}
.navbar-default .navbar-nav > li > a {
    font-size: 14px;
}
.text-right {
    text-align: left!important;
}
.navbar-brand {
    padding: 0px !important;
}
.header-info p {
    float: left ;
    color: #999;
	font-size:12px;
    margin: 20px 0 20px 0 !important;
}
img.header-logo {
    width: 70%;
    margin: 15px 0px 10px 0px !important;
}
.nav>li>a {
    padding: 10px 10px;
}	
.navbar-default .navbar-collapse {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
}
.text-center1 {
    text-align: left !important;
    margin-left: 0px;
}
.footer-logo, .footer-logo+p {
    text-align: left !important;
    padding: 0px 0px 0px 50px;
    margin: 0px 0px 30px 0px;
    max-width: 100%;
}
.footer h2 {
    margin: 25px 0 25px 15px;
}
}
@media only screen and (max-width: 880px) {


.start-video {
    width: 100px;
    height: 100px;
    margin: -75px 0 0 -50px; 
}
  
 
}

@media only screen and (max-width: 767px) { 
img.header-logo {
    margin-top: 10px !important;
}
.navbar-brand {
    padding: 0px 0px 20px 0px;
}
.navbar-toggle {
    margin-top: 20px !important;
}
.embed-responsive-4by3 {
    margin-bottom: 30px !important;
}
.footer .col-md-3 {
    margin-bottom: 20px;
    padding-left: 25px;
}
.footer .col-md-4 {
    min-height: 30px;
    padding-left: 30px; 
    margin-bottom: 20px;
} 
.footer-links {
    padding: 0px 0 0 0px;
}
.footer h2 {
    margin: 25px 0 25px 0px;
}
.footer-logo, .footer-logo+p {
    padding: 0px 0px 0px 15px;
}
.steps > div {
    margin: 0 auto;
    float: none;
    max-width: 230px;
}
.banner-caption h1 {
    font-size: 28px;
    margin: 10px 0 5px 0;
    line-height: 35px;
}
.banner-caption h2 {
    font-size: 22px; 
    line-height: 28px;
}
.banner-caption { 
    bottom: 25px;
}
.navbar-nav {
    margin: 7.5px 5px 7.5px -10px;
}
.navbar-default .navbar-nav > li {
    margin-right: 0px;
}
.header-info{
    display:none;
}
.navbar-header{
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.navbar-default .navbar-collapse {
    padding-right: 0px;
    float: none;
    margin-right: 0px;
    margin-left: 0px;
}
.navbar-toggle { 
    margin-right: 0px !important; 
}
 
}
@media only screen and (max-width: 540px) { 
.banner-caption h1 {
    font-size: 20px;
    margin: 10px 0 5px 0;
    line-height: 30px;
}
.banner-caption h2 {
    font-size: 15px;
    line-height: 22px;
}
.banner-caption {
    bottom: 10px;
}
.start-video {
    width: 80px;
    height: 80px;
    margin: -55px 0 0 -40px;
}
.header-info {
    margin: 0 0 0 0;
    text-align: center !important;
    clear: both;
}
.header-info p {
    margin: 8px 0 12px 0;
    text-align: center !important;
}
}
@media only screen and (max-width: 480px) {
  
}
@media only screen and (max-width: 415px) {
 

.banner-wrap .slick-prev {
    left: 10px;
	width:25px !important;
    margin-top: -40px;
}
.banner-wrap .slick-next {
    right: 10px;
	width:25px !important;
    margin-top: -40px;
}
.banner-caption h1 { 
    margin: 25px 0 5px 0; 
}
.banner-caption {
	position:relative;
}
.banner-caption h1, .banner-caption h2 {
	color:#000;
}
}
@media only screen and (max-width: 350px) {
img.header-logo {
    width: 100% !important;
    margin: 30px 0px 10px 0px !important;
    max-width: 200px !important;
}
}


/*herder logo*/
.new-header-logo {
    width: 280px;
    position: relative;
    right: 65px;
    top: 37px;
}

@media only screen and (max-width: 767px) {
    
    .new-header-logo {
    width: 280px;
    position: relative;
    right: 0px;
    top: 8px;
}
    
    
    
}