.main-heading {
	padding: 10px 0px 50px;
	text-align: center;
	padding-bottom:0;
}
.main-heading h1 {
	color: #cdac63;
	font-family: "museo-slab", Helvetica, Arial, sans-serif;
	font-size: 50px;
	text-transform: uppercase;
}
h2 {
	border-bottom: 1px solid #cdac63;
	color: #cdac63;
	font-family: "museo-slab", Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 40px;
	padding: 15px 0px;
	margin: 20px 0px 25px;
	text-transform: uppercase;
}
.btn.btn-more {
	padding: 12px 24px;
	width: auto;
}
.media-box {
	margin: 20px 0px;
	text-align: center;
}
.media-box h3 {
	background: url(../images/line01.gif) no-repeat center bottom;
	color: #cdac63;
	font-family: "museo-slab", Helvetica, Arial, sans-serif;
	font-size: 25px;
	line-height: 30px;
	margin: 10px 0px 21px;
	padding: 24px 0px 18px;
	text-transform: uppercase;
	margin-bottom:30px;
}
.thumb {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.thumb img {
    height: auto;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.thumb_overlay {
    background: url(../images/enlarge.png) no-repeat center transparent;
    bottom: 0;
    color: #ffffff;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
}
.thumb_overlay::before {
    content: "";
    font-family: "FontAwesome";
    font-size: 20px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.lt-ie9 .thumb_overlay::before {
    display: none;
}
.thumb:hover .thumb_overlay {
    background: rgba(0, 0, 0, 0.5) url(../images/enlarge.png) no-repeat center;
    opacity: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay {
    background: rgba(0, 0, 0, 0) url(../images/enlarge.png) no-repeat left top;
}
.thumb:hover .thumb_overlay::before {
    opacity: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay::before {
    display: block;
}
.thumb:hover img {
    transform: scale(1.1);
}
.modal-content {
    border-radius: 0px;
}
.modal-header {
    border: 0px;
    overflow: hidden;
}
.modal-header .cron {
    background: url(../images/line.gif) repeat-x center 60px;
    text-align: center;
    padding: 0px;
}
.modal-header .cron img {
    background-color: #fff;
    padding: 5px 30px;
}
.modal-footer {
    border: 0px;
    margin-bottom: 30px;
    text-align: left;
}
.modal-footer h2 {
	color: #cdac63;
	font-family: "museo-slab", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: normal;
	padding: 0px 0px 20px;
	margin: 0px 0px 25px;
	text-transform: uppercase;
}
.carousel-caption {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0px;
    color: #cdac63;
	font-family: "museo-slab", Helvetica, Arial, sans-serif;
	font-size: 25px;
    left: 0px;
    padding: 20px 0px;
    right: 0px;
    text-transform: uppercase;
}
.btn-green {
	background-color: #64c1c1;
	border-radius: 0px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
}
.btn-green:hover, .btn-green:focus {
	background-color: transparent;
	border: 1px solid #64c1c1;
	border-radius: 0px;
	color: #64c1c1;
}
.modal-body .carousel-control {
	opacity: 0.8;
	top: inherit;
	z-index: 10;
}
.modal-body .carousel-control.left {
	background: url("../images/arrow_left_01.png") no-repeat center;
	left: 3%;
	margin: 0px 0px 1.7%;
	height: 50px;
	width: 50px;
}
.modal-body .carousel-control.right {
	background: url("../images/arrow_right_01.png") no-repeat center ;
	right: 3%;
	margin: 0px 0px 1.7%;
	height: 50px;
	width: 50px;
}

.modal-header .close { width:27px; height:27px; background-image:url(../images/close1.png); opacity: 1; }
.modal-header .close span { display:none; }

.carousel-inner>.item>img { display:block!important; }

/*-------------------
	Media Query
---------------------------*/

@media only screen and (max-width: 767px) {
	h2 { margin: 20px 15px 25px; padding-top:0; }
	.modal-header .close { position: relative; z-index: 1; }
	.carousel-inner > .item > a > img, .carousel-inner > .item > img { opacity: 1; display:block!important; }
	.carousel-caption { font-size: 18px; padding: 10px 0px; }
	.btn-green{ display: block; width: 100%; }
	.modal-footer .btn + .btn { margin: 0px; }
	.modal-body .carousel-control.left, .modal-body .carousel-control.right { background-size: auto 25px; height: 30px; width: 30px; }
	.media-box { margin-bottom:40px; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.btn.btn-more { padding: 12px 14px; }
}

@media (min-width: 768px) {
    .modal-dialog { width: 800px; margin: 30px auto; }
    .modal-content { padding: 0px 35px; }
}