*
{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Roboto', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


header
{
	border-bottom: 4px solid #e1ed85;
}

header .background_header
{
	background: url(../images/topbg.jpg) center center no-repeat;
	background-size: cover;
	height: 145px;
}

header .background_header .navbar-brand
{
	height: auto;
	    padding-top: 0;
    padding-bottom: 0;
}
header .background_header .navbar-brand img
{
	width: 181px;
}

header .background_header .navbar-inverse
{
	margin-bottom: 0;
	background-color: transparent;
    border-color: transparent;
}

header .background_header .navbar-inverse .navbar-nav>li>a
{
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 300;
	        padding: 7px 21px;
}

header .background_header .navbar-inverse .navbar-nav>.active>a,
 header .background_header .navbar-inverse .navbar-nav>.active>a:focus,
  header .background_header .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
    border-top: 2px solid #ae9a79;
    border-bottom: 2px solid #ae9a79;
}

header .background_header .navbar-inverse .navbar-right
{
	margin-top: 77px;
}

.book_now
{
	position:absolute;
	top:0px;
	right:20px;
	z-index:99999;
	    -webkit-animation-name: blinkers;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinkers;
    -moz-animation-duration: 0.8s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinkers;
    animation-duration: 0.8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes blinkers
{

0% {
    opacity: 1.0;
	}
50% {
    opacity: 0.0;
	}
100% {
    opacity: 1.0;
	}

}

.bread_crumps_header
{
	background-color: #564b3a;
	height: 137px;
}

.bread_crumps_header .inner_bread img
{
	margin: auto;
}

.inclover_videos h1
{
	    font-weight: 100;
    color: #725831;
    font-size: 29px;
    line-height: 17px;
    text-decoration: none;
    padding: 10px;
    border-bottom: 1px solid #dad4cc;
    border-top: 1px solid #dad4cc;
    font-family: 'Roboto', sans-serif;
}

.inclover_videos
{
	padding-top: 20px;
}

.inclover_videos h2
{
	    font-weight: 400;
    color: #AE9A79;
    font-size: 24px;
    line-height: 22px;
    text-decoration: none;
    text-align: right;
    border-bottom: 1px solid #dad4cc;
    padding-bottom: 10px;
    padding-top: 45px;
    padding-right: 10px;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}

.video_outer
{
	height: 300px;
	width: 100%;
        margin-bottom: 30px;
}

 .video_outer iframe
{
	height: 100%;
	width: 100%;
}

.second h2
{
	    font-weight: 400;
    color: #AE9A79;
    font-size: 24px;
    line-height: 22px;
    text-decoration: none;
    text-align: right;
    border-bottom: 1px solid #dad4cc;
    padding-bottom: 10px;
    padding-top: 45px;
    padding-right: 10px;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}

footer
{
	background-color: #e4e0cf;
	height: 120px;
	margin-top: 40px;
	padding:20px 0;
}

footer ul li 
{
	font-size: 12px;
	line-height: 17px;
	    color: #8c7a5f;
}

footer ul li span
{
	font-weight: 700;
}

footer ul 
{
	margin: 18px 0;
}

.star_logo
{
	padding-right: 0;
	padding-left: 0;
}

.star_logo img
{
	margin-top: 13px;
}

footer ol li
{
	display: inline-block;

}

footer ol 
{
	text-align: right;
	    margin: 25px 0;
}

.img_img img
{
	margin: 5px 0;
}

.container {
    width: 1025px;
}

.copy p
{
	    font-weight: 400;
    color: #8c7a5f;
    font-size: 11px;
    line-height: 17px;
    text-decoration: none;

}

.copy 
{
	padding: 10px 0;
}

.copy span
{
	text-align: right;
	font-weight: 400;
    color: #8c7a5f;
    font-size: 11px;
    line-height: 17px;
    text-decoration: none;
    display: block;
}

.copy span a
{
	 color: #8c7a5f;
}

.dropdown-content {
   display: none;
   position: absolute;
   background-color: #f1f1f1;
   min-width: 120px;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   z-index: 1;

}

.dropdown-content a {
   color: black;
   padding: 12px 16px;
   text-decoration: none;
   display: block;
   text-transform: uppercase;
   font-size: 12px;
   text-align: left;
}

.dropdown-content a:hover {
    background-color: #8d7c62;
    color: white;
}

.dropdown:hover .dropdown-content {
   display: block;
}

