/*GOLD - E1A839*/

@import url("content.css");

html {
	background:#000;
}
body {
	overflow-y:scroll;
	margin-top: 100px; /* adjust this if the height of the menu bar changes */
	padding-top:25px;
	background:#81A250 url(../image/bg_001.jpg) 50% 0 no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:20px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Bad Script', cursive;
	font-weight:normal;
}
h1 {
	font-size:36px;
}
h2 {
	font-size:28px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:16px;
	margin-top:20px;
}
h5 {
	font-size:10px;
}
h6 {
	font-size:8px;
}

a {
	color:#E1A839;
	-o-transition:color .4s ease-out, background 0.3s ease-in, border 0.3s ease-in;
	-ms-transition:color .4s ease-out, background 0.3s ease-in, border 0.3s ease-in;
	-moz-transition:color .4s ease-out, background 0.3s ease-in, border 0.3s ease-in;
	-webkit-transition:color .4s ease-out, background 0.3s ease-in, border 0.3s ease-in;
}
a:hover {
	color:#000;
}

.clear {
	clear:both;
}
.clear10 {
	clear:both;
	height:10px;
}
.clear20 {
	clear:both;
	height:20px;
}
.top-line {
	clear:both;
	border-top:#999 dashed 1px;
}
.bottom-line {
	border-bottom:#999 dashed 1px;
}

.container {
	background:#FFF;
}
#site_header {
	background:#000;
	border-bottom:#000 solid 4px;
}
#site_header .container {
	background:none;
}
#main_nav {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:15px;
}
.navbar-brand {
	padding:0;
}

.home-fullwidth {
	padding:0;
	position: relative;
	box-shadow: 0 5px 8px #000;
/*	-moz-box-shadow: 0 1px 10px #999;
	-webkit-box-shadow: 0 1px 10px #999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#999999')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#999999');*/
}
.home-fullwidth .row {
	margin:0;
}
.home-fullwidth .col {
	padding:0;
}
#homeTabs {
	margin:0;
	padding-left:10px;
	padding-top:10px;
	background:#E1A839;
}
#homeTabs a {
	color:#FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	line-height:26px;
	height:33px;
	padding:2px 10px;
}
#homeTabs a:hover {
	color:#333;
	background:#FFF;
}
#homeTabs .active a {
	color:#000;
	border-bottom: 1px solid #dddddd;
}
#homeTabsContent {
	padding:15px;
}

#mainCarousel .carousel-caption {
	left:0;
	right:0;
	bottom:35px;
	text-align:left;
	padding:10px;
	background: rgb(0,0,0);
	background: transparent\9;
	background: rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
}
#mainCarousel .carousel-caption h1 {
	margin:12px 0 5px 0;
	font-family: 'Bad Script', cursive;
}
#mainCarousel .carousel-caption p {
	font-weight:normal;
	font-size:12px;
	font-style:italic;
}
#mainCarousel .carousel-indicators {
	bottom:0;
}


#site_footer {
	background:#000 url(../image/bg_footer.jpg) 50% 0 no-repeat;
}
#site_footer .container {
	background:none;
}
footer {
	padding: 10px 0;
	font-size:12px;
	color:#CCC;
}
footer a {
	color:#FFF;
	padding:0 15px 0 2px;
}
footer a:hover {
	color:#CCC;
	
}

.color-gold {
	padding:0;
	margin:0;
}
.color-gold-inner {
	margin:1px;
	padding:15px;
	color:#FFF;
	background-color:#333;
}
a:hover .color-gold-inner {
	background:#000;
}

.read_more {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background:#084e1c;
	color:#FFF;
	font-style:italic;
}
.read_more:hover {
	background:#3A5C21;
	color:#FFF;
}
.welcome {
	background:#084e1c; color:#FFF; padding:1px 10px 0 10px;
}
.welcome .read_more {
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;
}
.welcome .read_more:hover {
	color: #333333;
	background-color: #ebebeb;
	border-color: #adadad;
}

.news_list_block.thumbnail {
	border:none;
	border-bottom:#CCC solid 1px;
}
.news_list_block h2 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin:3px 0 0 0;
}

.pagination {
	margin:0;
}
.pagination li a {
	padding: 3px 12px;
	font-size:11px;
}


@media (min-width: 1200px) {
  .container {
    max-width: 970px;
  }
	.home-fullwidth {
    max-width: 1170px;
	}
	#homeTabsContent {
		height:352px;
	}
	.carousel {
		height: 400px;
	}
	#mainCarousel .item .item_img {
		position:absolute;
		width:680px !important;
		height:400px !important;
		overflow:hidden !important;
	}
	#mainCarousel .item .item_img img {
		width:950px !important;
		height:400px !important;
		margin:0 -135px;
	}
}
@media (min-width: 992px) {
	.modal-dialog {
		width:800px;
	}
}
@media (min-width: 768px) {
	#main_nav {
		margin-top:0; /* this is a faux center fix for the nav options - adjust this if you wish to change the logo height or the font of the menu items */
	}
	#main_nav li a {
		padding-top:38px;
		border-bottom:#000 solid 6px;
	}
	#main_nav li a:hover,
	#main_nav li.current a {
		border-bottom:#222 solid 6px;
	}
	#main_nav>li.current>a {
		color:#FFF;
	}
	#main_nav>li.active>a {
		background:#333;
		border-bottom:#E1A839 solid 6px;
	}
	#main_nav .dropdown-menu {
		left:0;
		right:auto;
		padding:0;
	}
	#main_nav .dropdown-menu a,
	#main_nav li.active .dropdown-menu a  {
		padding:2px 15px;
	}
	#main_nav .dropdown-menu a:hover{
		color:#FFF;
		background:#999;
	}
	
	#home_large_top {
		border:#FFF solid 2px; border-bottom:none;
	}
	#home_large_bottom {
		overflow:hidden; 
		background:#DDD; 
		border:#FFF solid 1px; 
		border-bottom:#FFF solid 2px;
	}	
	#home_large_bottom h4 {
		margin:0 0 10px 0;
	}
	#home_large_bottom a:hover {
		color:#FFF;
	}
	.color-gold-inner {
		margin-bottom: -99999px;
		padding-bottom: 99999px;
	}	
	/*#home_common_1 {
		overflow:hidden;
	}
	.welcome {
		margin-bottom: -99999px;
		padding-bottom: 99999px;
	}*/
	
	.mini_slider {
		margin-left:-15px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {	
	.carousel {
		height: 400px;
	}
	#mainCarousel .item .item_img {
		width:966px !important;
		height:400px !important;
		overflow:hidden;
	}
	#mainCarousel .item .item_img img {
		width:100% !important;
		max-width:100%;
		margin:0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#main_nav li a {
		padding-left:7px;
		padding-right:7px;
	}
	.container .navbar-brand {
		width:200px;
		height:105px;
	}
	.modal-dialog {
		width:750px;
	}
	.carousel {
		height: 314px;
	}
	#mainCarousel .item .item_img {
		position:absolute;
		width:746px !important;
		height:314px !important;
		overflow:hidden !important;
	}
	#mainCarousel .item .item_img img {
		width:100% !important;
		max-width:100%;
		margin:0;
	}
}

@media (max-width: 991px) {
}
@media (max-width: 767px) {
	body {
		margin-top: 100px;
		padding-top:0;
	}
	#site_header .container {
		background:#000;
	}	
	#homeTabs {
		padding-left:0;
	}
	#mainCarousel .item .item_img {
		width:100& !important;
		height:100% !important;
		overflow:hidden;
		min-width:380px !important;
		min-height:160px !important;
	}
	#mainCarousel .item .item_img img {
		width:100% !important;
		max-width:100%;
		margin:0;
	}
	#mainCarousel .carousel-caption h1 {
		font-size:1.5em
	}
	#mainCarousel .carousel-caption p {
		font-size:0.8em
	}
	.headerHide {
		margin-top: -120px;
		transition: margin-top 350ms;
	 	-webkit-transition: margin-top 350ms;
	}
	.headerShow {
		margin-top: -2px;
		transition: margin-top 350ms;
	 	-webkit-transition: margin-top 350ms;
	}
	/*
	.headerHide[for=hide] {  
			-webkit-transition: ease 1350ms;  
			-moz-transition: ease 1350ms;  
			-o-transition: ease 1350ms;  
			transition: ease 1350ms;  
				
			-webkit-transform: translateY(-100%);  
			-moz-transform: translateY(-100%);  
			-o-transform: translateY(-100%);  
			transform: translateY(-100%);  
	}  
	.headerHide[for=show] {  
			-webkit-transition: ease 350ms;  
			-moz-transition: ease 350ms;  
			-o-transition: ease 350ms;  
			transition: ease 350ms;  
				
			-webkit-transform: translateY(0%);  
			-moz-transform: translateY(0%);  
			-o-transform: translateY(0%);  
			transform: translateY(0%);  
	}  */
}
@media (max-width: 400px) {
	.container .navbar-brand {
		margin-right:-70px;
		padding-right:70px;
	}
}
@media (max-width: 450px) {
	#homeTabs a {
		font-size:13px
	}
}

.item,
.active,
.carousel-inner {
  height: 100%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.gallery_block {
	margin:0 -10px;
}
.portfolio-item {
	margin: 0;
	padding: 10px;
	overflow:hidden;
}
.portfolio-item .mask {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background-color:none !important;
	background:url(../image/zoom.png) 50% 50% no-repeat;
	text-align:center;
	color:#000;
	font-weight:bold;
}

.gallery_img_item {
	display: block;
}
.gallery_img_item .gal_title {
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:14px;
	line-height:20px;
	color:#FFF;
	padding:5px 10px;
}
.gallery_img_item .gal_description {
	font-size:12px;
	line-height:17px;
	background:#333;
	color:#FFF;
	padding:9px 10px;
}

.modal-body {
	background:url(../image/bo/64.gif) 50% 50px no-repeat;
}
.modal-body .img_block {
	min-height:100px;
}


.fm a {
	display:block;
	padding-left:10px;
	margin-bottom:2px;
	border-left:#E1A839 solid 1px;
}
.fmi a {
	display:block;
	margin-bottom:8px;
}

/* MODAL */
.modal-open .modal {
	overflow-y:scroll;
}
#currentModal {
}
#currentModal .modal-dialog {
	padding:1px;
	margin:30px auto;
	z-index:102;
}
.modal-title {
	background: #111;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	padding: 5px 10px;
	z-index:103;
}
.modal-description {
	font-size:12px;
	line-height:17px;
	color:#FFF;
	padding:10px;
}
#currentModal .modal-dialog .modal-content {
	background:#000;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}

#currentModalButtons {
	position:fixed;
	width:100%;
	height:100%;
	z-index:0;
}
#currentModal #currentModalButtons .close {
	width:30px;
	height:30px;
	background:#FFF;
	margin:0;
	padding:0;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	opacity:1;
	filter:alpha(opacity = 100);
	z-index:101;
}
#currentModal #currentModalButtons .close:hover {
	opacity:1;
	filter:alpha(opacity = 100);
	background:#E51B24;
}
.prevModal,
.nextModal {
	position:absolute;
	top:50%;
	width:46px;
	height:46px;
	background:#F00;
	text-indent:100px;
	overflow:hidden;
	cursor:pointer;
	cursor:hand;
}
.prevModal {
	left:0;
	background:url(../image/arrow_large_left.png) left top no-repeat;
}
.nextModal {
	right:0;
	background:url(../image/arrow_large_right.png) left top no-repeat;
}
.prevModal:hover,
.nextModal:hover {
	background-position:left bottom;
}
.modal-body {
	padding:0;
	margin:0;
}
.modal-body .img_block {
	min-height:100px;
}
.modal-body .img_block img {
	margin:auto;
}
