body {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	text-align: center;
	font-size: 15px;
	color: #676767;
    padding: 0px;
    margin: 0px;
}
p {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 14px 0px;
    line-height: 1.6em;
}
div {
    margin: 0px;
    padding: 0px;
}
a img {
    border: none 0px;
}
a {
	text-decoration: underline;
    color: #f8340a; 
}
a:hover {
	text-decoration: none;
    color: #000;
}

/*UL Tags*/
ul.reset {
    list-style-image: none;
    line-height: normal;
	list-style: none;
	padding: 0px;
    margin: 0px;
}
ul.reset li {
    list-style-image: none;
    line-height: normal;
	list-style: none;
	padding: 0px;
    margin: 0px;
}
ul.bullet li {
    background: url(../images/icon-bullet.png) no-repeat left 8px;
	padding-left: 15px;
	margin-bottom: 5px;
}
ul.arrow li {
    background: url(../images/icon-arrow.png) no-repeat left 8px;
	padding-left: 15px;
	margin-bottom: 5px;
}
ol.reset {
	list-style-image: none;
    line-height: normal;
	list-style: none;
	padding: 0px;
    margin: 0px;
}
ol.reset li {
    list-style-image: none;
    line-height: normal;
	list-style: none;
	padding: 0px;
    margin: 0px;
}

/*Heading Tags*/
h1 {
	font-family: 'Source Sans Pro', Arial, sans-serif;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 14px 0px;
	font-size: 36px;
    color: #212121;
}
h2 {
	font-family: 'Source Sans Pro', Arial, sans-serif;
    padding: 0px 0px 0px 0px;
    margin: 14px 0px 8px 0px;
    font-size: 30px;
    color: #212121;
}
h3 {
	font-family: 'Source Sans Pro', Arial, sans-serif;
    padding: 0px 0px 0px 0px;
    margin: 14px 0px 8px 0px;
    font-size: 24px;
    color: #212121;
}
h4 {
	font-family: 'Source Sans Pro', Arial, sans-serif;
    padding: 0px 0px 0px 0px;
    margin: 14px 0px 8px 0px;
    font-size: 20px;
    color: #212121;
}
h5 {
	font-family: 'Source Sans Pro', Arial, sans-serif;
    padding: 0px 0px 0px 0px;
    margin: 14px 0px 8px 0px;
    font-size: 18px;
    color: #212121;
}

/*HR Solid Separation*/
.hr_solid {
    border-bottom: solid 1px #BDBDBD;
    margin: 14px 0px 14px 0px;
	padding: 0px 0px 0px 0px;
	height: 1px;
    clear: both;
}
.hr_dotted {
    border-bottom: dashed 1px #b0b0b0;
    margin: 14px 0px 14px 0px;
	padding: 0px 0px 0px 0px;
	height: 1px;
    clear: both;
}

/*No Gutter*/
.row.no-gutter {
	margin-left: 0;
	margin-right: 0;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
	padding-right: 0;
	padding-left: 0;
}

/*Main Tags*/
.container {
	text-align: left;
}
.contentarea {
	padding: 50px 0px;
}

/*Header*/
.header {
	background-color: rgba(255,255,255,0.8);
	padding-top: 10px;
	position: fixed;
	width: 100%;
	z-index: 99;
	top: 0px;
}
.header .logo {
	margin-bottom: 15px;
}
.header .menu {
	text-align: right;
	margin-top: 25px;
}
.header .menu ul {
	font-size: 15px;
}
.header .menu li {
	text-transform: uppercase;
	display: inline-block;
	margin-left: 20px;
}
.header .menu li a {
	text-decoration: none;
	padding-bottom: 27px;
	color: #2f261c;
}
.header .menu li a:hover {
	color: #e8544c;
}

/*Footer Contents*/
.footer_contents {
	background-color: #333333;
	padding: 50px 0px 25px;
}
.footer_contents h4 {
	margin-bottom: 30px;
	color: #fff;
}
.footer_contents .link_box {
	font-size: 15px;
}
.footer_contents .link_box li {
	margin-bottom: 7px;
}
.footer_contents .link_box li a {
	text-decoration: none;
	color: #fff;
}
.footer_contents .link_box li a:hover {
	text-decoration: underline;
}
.footer_contents .newsbox {
	margin-right: 20px;
	margin-left: 20px;
}
.footer_contents .newsbox input {
	border-radius: 0px;
	border: none 0px;
	font-size: 15px;
}
.footer_contents .newsbox .btn {
	background-color: #df4236;
	text-transform: uppercase;
	padding: 10px 40px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}
.footer_contents .newsbox .btn:hover {
	background-color: #c82a25;
}
.footer_contents .galleries_box {
	margin: 0px;
}
.footer_contents .gallerie_img {
	margin-bottom: 25px;
	margin-right: 20px;
}
.footer_contents .gallerie_img img {
	width: 100%;
}

/*Footer*/
.footer {
	background-color: #202020;
	padding: 30px 0px;
	font-size: 14px;
	color: #9c9c9c;
}
.footer .copyright {
	padding: 0px;
}
.footer .developed {
	text-align: center;
}
.footer .developed a {
	text-decoration: none;
	color: #9c9c9c;
}
.footer .developed a:hover {
	color: #fff;
}
.footer .stay_touch {
	text-align: center;
	margin-top: 10px;
}
.footer .stay_touch .box {
	display: inline-block;
	margin-left: 5px;
}

/* Zoom Image Effect */
.zoom_img_box {
	margin-bottom: 30px;
}
.zoom_img_border{
	border: solid 1px #b2b2b2;
}
.zoom_img {
	position: relative;
	overflow: hidden;
	margin: 3px;
}
.zoom_img img {
	width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.zoom_img:hover img {
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
.zoom_img_box .zoom_text {
	text-align: center;
	font-size: 16px;
}
.zoom_img_box .zoom_text p {
	line-height: 1.2em;
}
.zoom_img_box .zoom_text a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	color: #f8340a;
}
.zoom_img_box .zoom_text a:hover {
	color: #000;
}