@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Boxes
7. About
8. Testimonials
9. Gallery
10. Services
11. Blog
12. Footer


******************************/

/******************************

[Main Color]

1. red 		rgba(167, 21, 15, 1);
2. green	rgba(115,161, 37, 1);
2. green	rgba(115,161, 37, .75);(Transparent)

******************************/

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 100;
	background: #FFFFFF;
	color: #000;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style-image:url(../img/picto/li_icon_h32px.png);
	padding-left: 26px;
	margin-bottom: 0px;
	font-weight: 400;
	color: #535353;
}
ul.li4
{
	column-count: 4;
}
li
{
	
}
p
{
	font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	/**text-align: justify;*/
	color: #535353;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type
{
	margin-bottom: 0;
}
p.box-red{
	padding: 10px;
	text-align: center;
	border: 1px solid rgba(167, 21, 15, .25);
}
a
{
	color: rgba(167, 21, 15, 1);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	color: rgb( 0, 0, 0,.75);
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ababab;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: rgba(249,140,0,0.75);
	color: #FFFFFF;
}
p::selection
{
	
}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	line-height: 1.2;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
h3{
	padding-top: 20px;
}
img.img-responsive{
	width: 100%;
	height: auto;
}
.form-control
{
	color: #db5246;
}
.mt-40{
	margin-top: 40px;
}
.mb-40{
	margin-bottom: 40px;
}
.bg-foot {
	background-image: url(../img/bg/foot_25.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 450px;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.galerie img{
	margin-bottom: 20px;
}
a.text-black{
	color: black;
}
.nav-tabs{
	border-bottom: 1px solid rgba(167, 21, 15, .25);
}
.nav-tabs .nav-link.active{
	border: 1px solid rgba(167, 21, 15, .25);
	border-bottom: 1px solid rgba(255,255,255, 1);
}
.ce-bodytext{
	padding: 20px;
}
.tabbable{
	margin-top: 30px;
	margin-bottom: 20px;
}
.tabbable ul.nav li a.nav-link{
	font-weight: bold;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.trans_800
{
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.background_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top left;
	background-attachment: fixed;
}
.bg_white{
	background-color: rgba(255,255,255,.5);
}
.nopadding
{
	padding: 0px !important;
}
.button
{
	width: 190px;
	height: 43px;
	border-radius: 22px;
	background: rgba(167, 21, 15, .25);
	box-shadow: 0 0 1px 0 #FFFFFF inset, 0 0 1px 0 #FFFFFF;
	text-align: center;
}
.button a
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	line-height: 43px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	z-index: 1;
}
.button a::before
{
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 130px;
	height: 100%;
	content: '';
	background: rgba(167, 21, 15, 1);
	border-radius: 22px;
	z-index: -1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.button:hover a::before
{
	width: 100%;
}
.section_subtitle
{
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
	color: rgba(167, 21, 15, 1);
	line-height: 1;
}
.section_title
{
	font-size: 32px;
	font-weight: 400;
	color: #262626;
	line-height: 1.1;
	margin-top: 3px;
	display: none;
}
.section_title span
{
	font-weight: 600;
}
.rating i::before
{
	font-family: 'FontAwesome';
	content: "\f005";
	font-style: normal;
	margin-right: 4px;
	color: #e0cccd;
}
.rating_1 i:first-child::before{color: #fba40e;}
.rating_2 i:first-child::before{color: #fba40e;}
.rating_2 i:nth-child(2)::before{color: #fba40e;}
.rating_3 i:first-child::before{color: #fba40e;}
.rating_3 i:nth-child(2)::before{color: #fba40e;}
.rating_3 i:nth-child(3)::before{color: #fba40e;}
.rating_4 i:first-child::before{color: #fba40e;}
.rating_4 i:nth-child(2)::before{color: #fba40e;}
.rating_4 i:nth-child(3)::before{color: #fba40e;}
.rating_4 i:nth-child(4)::before{color: #fba40e;}
.rating_5 i:first-child::before{color: #fba40e;}
.rating_5 i:nth-child(2)::before{color: #fba40e;}
.rating_5 i:nth-child(3)::before{color: #fba40e;}
.rating_5 i:nth-child(4)::before{color: #fba40e;}
.rating_5 i:nth-child(5)::before{color: #fba40e;}

.thumbnail img{
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
	-webkit-transition: all 1s; /* Safari */
	transition: all 1s;
	border: 1px solid #afafaf;
	padding: 3px;
	height: 90%;
	margin-bottom: 10px;
}
.thumbnail img:hover{
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
	-webkit-transition: all 1s; /* Safari */
	transition: all 1s;
}

/*********************************
3. Header
*********************************/

.header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-image: url(../img/bg/Key_Visual_web_140px.png);
	background-size: cover;
	background-position:center bottom;
	z-index: 100;
}
.header_content
{
	width: 100%;
	height: 61px;
}
.logo
{
	margin-top: 50px;
	left: -30px;
	border: 2px solid #fff;
	border-radius:12px;
}

.main_nav
{
	margin-left: 20px;
}
.main_nav ul li:not(:last-of-type)
{
	margin-right: 25px;
}
.main_nav ul li a
{
	font-size: 16px;
	font-weight: 700;
	color: rgba(255,255,255, 1);
	text-shadow: 2px 2px 10px rgba(255,255,255, .5);
}
.main_nav ul li ul li a
{
	font-size: 16px;
	font-weight: 300;
	color: rgba(167, 21, 15, .75);
}
.main_nav ul li a:hover
{
	color: rgba(167, 21, 15, .5);
}
.main_nav ul.dropdown-menu li{
	padding: 0 20px;
}
.phone
{
	height: 33px;
	padding-left: 10px;
	padding-right: 10px;
}
.phone i
{
	font-size: 18px;
	color: rgba(255,255,255, 1);
	margin-right: 12px;
}
.phone > div
{
	padding-left: 10px;
	padding-right: 10px;	
	font-size: 16px;
	font-weight: 700;
	color: rgba(255,255,255, 1);
}
.hamburger_bar
{
	position: fixed;
	top: 0;
	right: calc((100vw - 690px) / 2 - 15px);
	width: auto;
	height: 101px;
	z-index: 102;
}
.hamburger_bar.scrolled
{
	height: 65px;
}
.hamburger
{
	display: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0px;
	cursor: pointer;
	padding: 15px;
	z-index: 2;
}
.menu_toggle
{
	display: block;
}
.menu_hamburger
{
	display: block;
	position: relative;
	width: 12px;
	height: 12px;
}
.hamburger_lines
{
	display: block;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 2px;
	background: rgba(167, 21, 15, 1);
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
	transform-origin: center center;
}
.line_1
{
	top: 0px;
}
.line_2
{
	top: 5px;
}
.line_3
{
	top: 10px;
}
.hamburger.active .line_1
{
	transform: translateY(5px) rotate(45deg) !important;
}
.hamburger.active .line_3
{
	transform: translateY(-5px) rotate(-45deg) !important;
}
.hamburger.active .line_2
{
	opacity: 0 !important;
}
.menu_toggle span
{
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(167, 21, 15, 1);
	margin-top: 1px;
}

/*********************************
4. Menu
*********************************/

.menu
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.85);
	z-index: 101;
	visibility: hidden;
	opacity: 0;
	padding-bottom: 100px;
}
.menu.active
{
	visibility: visible;
	opacity: 1;
}
.menu_content
{
	width: 100%;
	height: 100%;
}
.menu_content ul li:not(:last-child)
{
	margin-bottom: 3px;
}
.menu_content ul li
{
	display: block;
}
.menu_content ul li
{
	font-size: 32px;
	color: rgba(255,255,255,1);
	font-weight: bold;
	padding-bottom: 10px;
	letter-spacing: 0.075em;
}
.menu_content ul li a
{
	display: block;
	font-size: 24px;
	color: rgba(167, 21, 15, 1);
	padding: 10px;
	line-height: 12px;
	letter-spacing: 0.075em;
}
.menu_content ul li ul li a
{
	font-size: 16px;
	font-weight: 500;
	color: rgba(167, 21, 15, .75);
}
.menu_content ul li a:hover
{
	color: rgba(255,255,255,1);
}
.menu_phone
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 40px;
	height: 43px;
	padding-left: 23px;
	padding-right: 20px;
	border-radius: 22px;
	border: solid 1px rgba(167, 21, 15, 1);
	box-shadow: 0 0 1px 0 rgba(167, 21, 15, 1) inset, 0 0 1px 0 rgba(167, 21, 15, 1);
}
.menu_phone i
{
	font-size: 18px;
	color: rgba(167, 21, 15, 1);
	margin-right: 12px;
}

/*********************************
5. Home
*********************************/

.home
{
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.overlay
{
	position: absolute;
	left: -10%;
	bottom: -150px;
	width: 160%;
	height: 140px;
	background: #FFFFFF;
/*	background-image: linear-gradient(180deg, transparent 0%, white 40%); */
	transform-origin: top left;
	transform: rotate(-4deg);
	z-index: 1;
}
.home_container
{
	position: absolute;
	left: 0;
	top: 30.61%;
	width: 100%;
}
.home2
{
	height: 50vh;
}
.home2 .home_container
{
	position: absolute;
	left: 0;
	top: 25.61%;
	width: 100%;
}
.video_link
{
	display: inline-block;
	z-index: 1;
}
.video_icon
{
	width: 30px;
	height: 30px;
	background: rgba(167, 21, 15, 1);
	border-radius: 50%;
	margin-right: 16px;
}
.video_icon i
{
	color: #FFFFFF;
	font-size: 10px;
}
.vimeo:focus
{
	outline: none;
}
.video_text
{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.video_text:hover
{
	color: rgba(167, 21, 15, 1);
}
.home_title
{
	font-size: 100px;
	font-weight: 200;
	color: #fff;
	line-height: 1.2;
	margin-top: -9px;
	text-shadow: 0px 0px 14px rgba( 16, 16, 16, .75);
}
.blog .section_title span{
}
.home_subtitle
{
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	margin-top: -6px;
	margin-bottom: 15px;
	text-shadow: 0px 0px 14px rgba( 16, 16, 16, .75);
}
.home_button
{
	border: solid 1px #FFFFFF;
	margin-top: 44px;
}
.home_button a
{
	line-height: 41px;
}

/*********************************
6. Boxes
*********************************/
ul, ol{
	margin: 20px;
}
.dropdown-menu{
	min-width: 20rem;
	margin-top: 0rem !important;
}
.boxes
{
	z-index: 1;
	margin-top: -270px;
}
.box
{
	width: calc(100% / 2);
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin: 100px 10px 100px 10px;
	background-size: cover;
	border-radius: 20px;
	border: 2px solid white;
}
.box2
{
	width: 100%;
	margin: -50px 10px 0px 10px;
}
.box p
{
	font-size: 16px;
	text-shadow: 3px 3px 4px #777;
}
.box:first-child
{
	background-image: url(../img/bg/Key-Visual_GesundeSchuhe_2018.png);
}
.box:nth-child(2)
{
/*	background-image: url(../img/bg/Key-Visual_GesundeSchuhe_2018_a15.png); */
	background-image: url(../img/bg/Key-Visual_GesundeSchuhe_2018.png);
}
.box:nth-child(3)
{
/*	background-image: url(../img/bg/Key-Visual_GesundeSchuhe_2018_a30.png);*/
	background-image: url(../img/bg/Key-Visual_GesundeSchuhe_2018.png);

}
.box_icon
{
	width: 66px;
	height: 66px;
}
.box_icon img
{
	max-width: 100%;
}
.box_title
{
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	line-height: 1.2;
	margin: 10px 0;
}
.box_text
{
	margin-top: 20px;
}
.box_text p
{
	margin-bottom: 10px;
	color: #FFFFFF;
}
.box_link_container
{
	position: absolute;
	right: 20px;
	bottom: -21px;
}
.box_link_container a
{
	display: block;
	width: 100%;
	height: 100%;
}
.box_link
{
	width: 41px;
	height: 41px;
	border-radius: 50%;
	background: #FFFFFF;
}
.box_link:hover
{
	transform: scale(1.2);
}
.box_link > div
{
	width: 39px;
	height: 39px;
	border-radius: 50%;
	background: rgba(167, 21, 15, 1);
	font-size: 19.2px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 39px;
	text-align: center;
}

ul.list-p li{
	padding-bottom: 14px;
}
ul.list-p li p{
	padding-left: 14px;
}

/*********************************
7. About
*********************************/

.about
{
	padding-top: 94px;
	 background: #FFFFFF;
}
.about_container
{
	z-index: 2;
}
.about_content
{
	-webkit-transform: translateY(28px);
	-moz-transform: translateY(28px);
	-ms-transform: translateY(28px);
	-o-transform: translateY(28px);
	transform: translateY(28px);
}
.about_background
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transform-origin: bottom right;
	-webkit-transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	transform: rotate(-8deg);
	background: #FFFFFF;
	z-index: 1;
}
.about_background img
{
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
.about_background::before
{
	position: absolute;
	top: 0;
	right: 0;
	width: 150%;
	height: 100%;
	background: #FFFFFF;
	content: '';
}
.about_overlay
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 2200px;
	height: 558px;
	background: #FFFFFF;
	transform-origin: bottom right;
	-webkit-transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	transform: rotate(-8deg);
	z-index: 1;
	padding-right: 190px;
}
.text_highlight
{
	font-size: 16px;
	font-weight: 600;
	color: #535353;
	line-height: 1.75;
	margin-top: 35px;
}
.about_text
{
	margin-top: 28px;
}
.about_button
{
	margin-top: 50px;
}
.about_image
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
}

/*********************************
8. Testimonials
*********************************/

.testimonials
{
	padding-top: 316px;
	padding-bottom: 100px;
}
.testimonials .section_title
{
	color: #fff;
	padding: 10px;
	text-shadow: 2px 2px 10px rgba(167, 21, 15, 1);
}
.testimonials .section_title span{
	text-shadow: 2px 2px 10px rgba( 32, 32, 32, .5);
}
.test:not(:last-child)
{
	margin-bottom: 82px;
}
.test_image
{
	width: 53px;
	height: 53px;
	border-radius: 50%;
	overflow: hidden;
}
.test_content
{
	padding-left: 40px;
}
.test_1
{
	margin-top: 37px;
}
.test_name
{
	margin-top: 3px;
}
.test_name a
{
	font-size: 20px;
	font-weight: 300;
	color: rgba(167, 21, 15, 1);
}
.test_name a:hover
{
	color: rgba(167, 21, 15, .5);
}
.test_title
{
	font-size: 12px;
	font-weight: 600;
	color: rgba(167, 21, 15, 1);
	line-height: 0.75;
	text-transform: uppercase;
	margin-top: 9px;
}
.test_text
{
	margin-top: 27px;
}
.test_text p
{
	font-style: italic;
	color: rgb(  0,  0,  0,.75);
}
.test_rating
{
	margin-top: 14px;
}
.rating i::before
{
	font-size: 10px;
	margin-right: 4px;
}
.test_button_row
{
	margin-top: 72px;
}
.test_button
{
	display: inline-block;
	box-shadow: 0 0 1px 0 #f98c00 inset, 0 0 1px 0 #f98c00;
}

/*********************************
9. Gallery
*********************************/

.gallery
{
	margin-top: -9px;
	margin-bottom: -9px;
}
.gallery_slider_container
{
	width: 120%;
	left: -10%;
	padding-top: 9px;
	padding-bottom: 9px;
	background: transparent;
}
.gallery_slider.owl-carousel .owl-stage-outer
{
	overflow: visible;
}
.gallery_slider .owl-item.center
{
	z-index: 1;
}
.gallery_slider .owl-item img
{
	max-height: 300px;
}
.gallery_slider .owl-item.center::after
{
	position: absolute;
	top: -9px;
	left: -9px;
	width: calc(100% + 18px);
	height: calc(100% + 18px);
	background: transparent;
	border: solid 9px rgba(167, 21, 15, 1);
	content: '';
	z-index: 1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	
}

/*********************************
10. Services
*********************************/

.services
{
	padding-top: 51px;
	padding-bottom: 14px;
}
.services a
{
	color: rgba(167, 21, 15, 1);
}
.services a:hover
{
	color: rgba(167, 21, 15, .75);
}
.services_row
{
	margin-top: 87px;
}
.service_col:nth-last-child(n+4)
{
	margin-bottom: 79px;
}
.service_icon
{
	width: 62px;
	height: 62px;
}
.service_icon img
{
	max-width: 100%;
}
.service_title
{
	padding-left: 1rem; /** 37px;*/
	font-size: 24px;
	font-weight: 400;
	color: #262626;
}
.service_text
{
	margin-top: 17px;
}

/*********************************
11. Blog
*********************************/

.blog
{
	padding-top: 314px;
	padding-bottom: 100px;
	overflow: hidden;
}
.blog_overlay
{
	position: absolute;
	top: -270px;
	right: 0;
	width: 130%;
	height: 270px;
	transform-origin: bottom right;
	-webkit-transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	transform: rotate(-8deg);
	background: #FFFFFF;
}

.all_posts_link a
{
	position: relative;
	font-size: 14px;
	font-weight: 600;
	color: rgba(167, 21, 15, 1);
}
.all_posts_link a::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: rgba(167, 21, 15, 1);
	content: '';
}
.blog_row
{
	margin-top: 46px;
}
.blog_post_image
{
	width: 100%;
}
.blog_post_image img
{
	max-width: 100%;
}
.blog_post_title
{
	font-size: 24px;
	font-weight: 500;
	margin-top: 20px;
	color: rgb(  0,  0,  0,.75);
}
.blog_post_title a
{
	font-size: 24px;
	font-weight: 400;
	color: rgb(  0,  0,  0,.75);
	line-height: 1.1;
}
.blog_post_title a:hover
{
	color: rgba(167, 21, 15, 1);
}
.blog_post_date
{
	margin-top: 4px;
}
.blog_post_date a
{
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: rgba(167, 21, 15, 1);
}
.blog_post_text
{
	margin-top: 22px;
}
.blog_post_text p
{
	color: rgb(  0,  0,  0,.75);
}
.blog_post_link
{
	margin-top: 36px;
}
.blog_post_link a
{
	font-size: 12px;
	font-weight: 400;
	color: rgba(167, 21, 15, 1);
}

/*********************************
12. Footer
*********************************/

.footer
{
	display: block;
	width: 100%;
	background: #262626;
	padding-top: 10px;
	border-top: solid 1px #88591d;
	padding-bottom: 0px;
}
.footer_content
{
	padding-bottom: 10px;
	z-index: 1;
}
.footer_logo .logo
{
	display: inline-block;
	left: auto;
}
.footer_logo .logo > div
{
	font-size: 45.07px;
}
.footer_logo .logo img
{
	width: 38px;
	height: 38px;
	margin-right: 4px;
}
.footer_nav
{
	margin-top: 80px;
}
.footer_nav ul li:not(:last-of-type)
{
	margin-right: 70px;
}
.footer_nav ul li a
{
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	white-space: nowrap;
}
.footer_nav ul li a:hover
{
	color: rgba(167, 21, 15, 1);
}
.newsletter_container
{
	margin-top: 75px;
}
.newsletter_form
{
	display: block;
	width: 100%;
}
.newsletter_input
{
	width: 100%;
	height: 61px;
	background: rgba(0,0,0,0.58);
	border-radius: 31px;
	border: solid 1px #ff880f;
	padding-left: 39px;
	outline: none;
	color: #FFFFFF;
}
.newsletter_input::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: rgba(255,255,255,0.48) !important;
}
.newsletter_input:-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: rgba(255,255,255,0.48) !important;
}
.newsletter_input::-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: rgba(255,255,255,0.48) !important;
} 
.newsletter_input:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: rgba(255,255,255,0.48) !important;
}
.newsletter_input::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: rgba(255,255,255,0.48) !important;
}
.newsletter_button
{
	position: absolute;
	top: 0;
	right: 0;
	width: 61px;
	height: 61px;
	border-radius: 50%;
	background: #ff880f;
	border: none;
	outline: none;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
}
.copyright
{
	padding-right: 0px;
	font-size: 12px;
	font-weight: 400;
	color: #686868;
	line-height: 0.75;
	margin-top: 0px;
}
.page{
	padding-top: 10px;
}


.footer_image
{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	padding-left: 78px;
	z-index: 0;
}
.footer_image img
{
	max-width: 100%;
}

@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
@media (max-width: 979px) {
	.hidden-md-down{
		display: none;
	}
	.background_image
	{
		margin-top: 60px;
	}
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 70px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
  .home
  {
	height: 25vh;
  }  
  .overlay{
	  display: none;
  }
}

.nav {
	margin-bottom: auto!important;
	margin-top: auto!important;
}
.dropdown-menu.show {
	max-height: 50vh;
	overflow-y: scroll;
}

.menu_phone {
	color: rgba(167, 21, 15, 1);
	font-weight:bold;
	background-color: rgba(0, 0, 0, .2);
}

.logo img.img-responsive {
	transition: .3s;
}