body, html {
	font-family: 'Open Sans', serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}
h1, h2, h3, h4 {
	font-family: 'Comfortaa', cursive;
}
h2 {
	font-weight: 400;
	font-size: 36px;
	color: #333;
	text-transform: uppercase;
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 20px;
}
h2::after {
	position: absolute;
	content: "";
	background: #f5ab35;
	height: 2px;
	width: 70px;
	bottom: 0;
	margin-left: -35px;
	left: 50%;
}
h3 {
	font-size: 24px;
	font-weight: 400;
	color: #333;
}
h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 15px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #3a539b;
}
a:hover, a:focus {
	text-decoration: none;
	color: #eb9532;
}
ul, ol {
	list-style: none;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
.out {
    margin-bottom: 56px;

}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Navigation */
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar .navbar-collapse {
	text-align: center;
}
.scrollup{
width:40px;
height:40px;
opacity:0.3;
position:fixed;
bottom:50px;
right:50px;
display:none;
text-indent:-9999px;
background: url(../img/icon_top.png) no-repeat;
}
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #eee;
	font-weight: 400;
	font-size: 15px;
	padding: 5px 0;
	border: 2px solid transparent;
	letter-spacing: 0.5px;
	margin: 0 10px 0 20px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #f5ab35;
}
.on {
	background-color: #262626 !important;
	padding: 0 !important;
	padding: 10px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #f5ab35 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #f5ab35;
	border-color: #f5ab35;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.section-title {
	margin-bottom: 35px;
}
.section-title .overlay {
	padding: 80px 0;
	background: rgba(0, 0, 0, 0.7);
}
.section-title p {
	font-size: 22px;
}
.section-title hr {
	margin: 0 auto;
	margin-bottom: 40px;
}
.btn-custom {
	text-transform: uppercase;
	color: #777;
	background-color: transparent;
	border: 2px solid #777;
	padding: 14px 20px;
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #ddd;
	border: 2px solid #f5ab35;
	background-color: #f5ab35;
}
.btn-custom-vis {
	text-transform: uppercase;
	color: #fff;
	background-color: #f59c2c;;
	border: 2px solid #fff;
	padding: 14px 20px;
	margin-left: 40px;
	margin-right: 40px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-radius: 30;
	margin-top: 20px;
	transition: all 0.3s;
}
.btn-custom-vis:hover, .btn-custom-vis:focus, .btn-custom-vis.focus, .btn-custom-vis:active, .btn-custom-vis.active {
	color: #777;
	border: 2px solid #f5ab35;
	background-color: #f5ab35;
	color: #000;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/intro-bg.jpg) center center no-repeat;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	background: rgba(0,0,0,0.4);
}
.intro h1 {
	font-family: 'Marck Script', cursive;
	color: #fff;
	font-size: 6em;
	font-weight: 400;
	margin-top: 0;
}
.intro span {
	color: #a7c44c;
	font-weight: 600;
}
.intro p {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	margin-top: 150px;
}
header .intro-text {
	padding-top: 100px;
	padding-bottom: 50px;
	text-align: center;
}
.img_header{
	height: 190px;
}
/* Gallery Section */
#gallery {
	padding: 0;
}
#gallery .gallery-item {
	margin: 0 -15px;
}
/* About Section */
#about {
	padding: 100px 0 60px 0;
}
#about img.leftimg {
	width: 550px;
    float:left;
    margin: 5px 20px 0px 0;
}
#about img.rightimg {
	width: 550px;
    float:right;
    margin: 5px 0px 0px 20px;
}
#about h3 {
	padding: 10px 0;
	text-transform: uppercase;
}
#about p {
	text-indent: 1.5em
	text-align: justify
}
/* Bronze Section */
#bronze {
	padding: 50px 0;
}
#bronze .bronze-item {
	margin: 0 20px;
}
#bronze img {
	margin: 30px auto 20px;
}
#bronze .about-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
#bronze p {
	line-height: 24px;
	margin: 15px 0 30px;
}
/* Graves Section */
#graves {
	padding: 50px 0;
}
#graves .graves-item {
	margin: 0 20px;
}

#graves .graves-item-h {
  min-height: 600px!important;
  padding: 10px;
}

#graves img {
	margin: 30px auto 20px;
}
#graves .about-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
#graves p {
	line-height: 24px;
	margin: 15px 0 30px;
}
/* Iron Section */
#iron {
	padding: 50px 0;
}
#iron .iron-item {
	margin: 10px 20px;
}
#iron img {
	margin: 30px auto 20px;
}
#iron .about-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
#iron p {
	line-height: 24px;
	margin: 15px 0 30px;
}
/* Anthrop Section */
#anthrop {
	padding: 50px 0;
}
#anthrop .anthrop-item {
	margin: 10px 20px;
}
#anthrop img {
	margin: 30px auto 20px;
}
#anthrop .about-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
#anthrop p {
	line-height: 24px;
	margin: 15px 0 30px;
}
/* Team Section */
#team {
	padding: 50px 0;
}
#team h2::after {
	bottom: 0;
	margin-left: 0;
	left: 0;
}
#team img {
	max-width: 350px;
}
#team .team-img {
	display: inline-block;
	position: relative;
}
#team p {
	margin-right: 30px
}

/* Contact Section */
#contact {
	padding: 30px 0;
	background: #333;
}
#contact .contact-item p {
	font-size: 15px;
	color: #777;
}
#contact .section-title {
	margin-top: 0px;
	margin-bottom: 40px;
}
#contact form {
	padding: 0;
}
#contact h3 {
	position: relative;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	color: #aaa;
	padding: 20px 0;
}
#contact h3::after {
	position: absolute;
	content: "";
	background: #f5ab35;
	height: 2px;
	width: 40px;
	bottom: 0;
	margin-left: -20px;
	left: 50%;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #ccc;
	background-color: rgba(255,255,255,.2);
	background-image: none;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #999;
}
.form-control:-moz-placeholder {
color: #999;
}
.form-control::-moz-placeholder {
color: #999;
}
.form-control:-ms-input-placeholder {
color: #999;
}
#contact .contact-item {
	margin: 20px 0 40px 0;
}
#contact .contact-item span {
	font-weight: 400;
	color: #aaa;
	text-transform: uppercase;
	margin-bottom: 6px;
	display: inline-block;
}
/* Footer Section*/
#footer {
	background: #262626;
	padding: 40px 0 20px 0;
}
#footer .social {
	margin-top: -5px;
	text-align: right;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 15px;
}
#footer .social i.fa {
	font-size: 24px;
	padding: 4px;
	color: #888;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	color: #eee;
}
#footer p {
	font-size: 14px;
	color: #666;
}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #eee;
}

.img_main{
	max-height:300px;
}
.img-right{
	float: right;
	margin: 10px 0px  10px 20px;
}
.img-left{
	float: left;
	margin: 10px 20px  10px 0px;
}


 @media (max-width: 1024px)
 {.slick-dots{
     bottom: -53px;
 }}


 @media (max-width: 425px) {
 	.intro h1 {
 
    font-size: 2em;
  
}

.img_div {
display: flex;
  justify-content: center;
}
.img_main{
	 	max-height:200px;
}
.img-right{

  float: none;
	margin: 10px 10px  10px 10px;
}
.img-left{
	 
	 float: none;

	margin: 10px 10px  10px 10px;
}


	.img_header{
	height: 130px;

 }
h2 {
	    font-size: 18px;
}

p {
	padding: 10px;
	margin: 10px;
}
#team img {
 max-width: 200px;
 	margin: 10px 10px  10px 10px;

}
  .hidden-xxs {
        display: none !important;
    }
}
