@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeueRegular.eot');
    src: url('../fonts/BebasNeueRegular.eot') format('embedded-opentype'),
         url('../fonts/BebasNeueRegular.woff2') format('woff2'),
         url('../fonts/BebasNeueRegular.woff') format('woff'),
         url('../fonts/BebasNeueRegular.ttf') format('truetype'),
         url('../fonts/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
}
body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #3e3e3e;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
}

input,
select,
textarea {
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #3e3e3e;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	color: #ed702b;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

a:hover {
	color: #3e3e3e;
	text-decoration: none;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}

::-moz-selection {
	background-color: #ed702B;
	color: #fff;
}

::selection {
	background-color: #ed702B;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

.wrap {
	margin: 0 auto;
	width: 1140px;
}

.minimum-landing .wrap {
	width: 800px;
}


/* Header
------------------------------------------------------------ */

#header {
	background-position: top center!important;
	margin: 0 auto;
	min-height: 60px;
	overflow: hidden;
	width: 1140px;
}

#title-area {
	float: left;
	overflow: hidden;
	width: 35%;
}

#title {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	margin: 15px 0 10px;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: #3e3e3e;
	text-decoration: none;
}

#description {
	display: none;
}

#header .widget-area {
	float: right;
	width: 65%;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 100%;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

#nav,
#subnav {
	background-color: #FFFFFF;
	border-top: 1px solid #e4e4e4;
}

.menu-primary,
.menu-secondary,
#header .menu {
	clear: both;
	color: #3e3e3e;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#header .menu {
	float: right;
	width: auto;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	color: #3e3e3e;
	display: block;
	letter-spacing: 2px;
	padding: 20px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary li:hover a,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary li:hover a,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu li:hover a,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	background-color: #fff;
	color: #ac2216;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	border-top: none;
	color: #3e3e3e;
	font-size: 12px;
	padding: 10px;
	position: relative;
	text-transform: none;
	width: 163px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	background-color: #fff;
	color: #ed702b;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 185px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 175px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -39px 0 0 184px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 20px;
	text-transform: uppercase;
}

.menu li.right a {
	color: #3e3e3e;
	display: inline;
}

.menu li.right a:hover {
	color: #ed702B;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Featured Image
------------------------------------------------------------ */

#featured-image {
	text-align: center;
	width: 100%;
}


/* Inner
------------------------------------------------------------ */

#inner {
	background: #f2f2f2;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0;
}

.minimum #inner {
	padding: 0 0 40px;
}

.minimum #inner .wrap {
	border-top: 5px solid #f5f5f5;
	padding: 60px 0;
}


/* Page Title
------------------------------------------------------------ */

#page-title {
	background-color: #fffff;
	border-bottom: 1px solid #111111;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0;
}

#page-title p {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
}

a.page-title-button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #3e3e3e;
	border-radius: 5px;
	color: #fff;
	float: right;
	font-size: 24px;
	margin: 7px 45px 0 0;
	padding: 11px 20px 10px;
}

a.page-title-button:hover {
	background-color: #ed702b;
}


/* Home Featured
------------------------------------------------------------ */

#home-featured {
	overflow: hidden;
	padding: 60px 0;
	width: 100%;
}

#home-featured a.icon-facebook,
#home-featured a.icon-facebook:hover,
#home-featured a.icon-google,
#home-featured a.icon-google:hover,
#home-featured a.icon-pinterest,
#home-featured a.icon-pinterest:hover,
#home-featured a.icon-twitter,
#home-featured a.icon-twitter:hover {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50px;
	background: #ddd url(images/icons.png);
	border-radius: 50%;
	display: block;
	height: 140px;
	margin: 0 auto 30px;
	padding: 0;
	text-indent: -9999px;
	width: 140px;
}

#home-featured a.icon-facebook:hover,
#home-featured a.icon-google:hover,
#home-featured a.icon-pinterest:hover,
#home-featured a.icon-twitter:hover {
	background: #ed702b url(images/icons.png);
}

#home-featured a.icon-facebook,
#home-featured a.icon-facebook:hover {
	background-position: 0 0;
}

#home-featured a.icon-google,
#home-featured a.icon-google:hover {
	background-position: -138px 0;
}

#home-featured a.icon-pinterest,
#home-featured a.icon-pinterest:hover {
	background-position: 0 -138px;
}

#home-featured a.icon-twitter,
#home-featured a.icon-twitter:hover {
	background-position: -138px -138px;
}

.home-featured-1,
.home-featured-2,
.home-featured-3,
.home-featured-4 {
	float: left;
	margin: 0;
	overflow: hidden;
	text-align: center;
	width: 25%;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 12px;
	margin: 0 0 30px;
	padding: 10px 15px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 15px 20px;
}

.taxonomy-description p {
	font-size: 14px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 100%;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 740px;
}

.sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 100%;
}

.hentry {
	margin: 0 0 50px;
}

.single-portfolio .hentry {
	margin: 0;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 30px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.sticky {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	padding: 20px 30px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px dotted #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* Portfolio
------------------------------------------------------------ */

.post-type-archive-portfolio .portfolio {
	float: left;
	margin: 0 15px 30px;
	width: 340px;
}

.portfolio-featured-image a img {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	border: 10px solid #f5f5f5;
	transition: all 0.2s ease-in-out;
}

.portfolio-featured-image a img:hover{
	border: 10px solid #ddd;
}

.single-portfolio #content {
	text-align: center;
}

.single-portfolio img {
	border: 20px solid #f5f5f5;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1,
h2,
h2 a,
h2 a:visited {
	font-size: 30px;
}

.single-portfolio h1 {
	margin: 0 0 20px;
}

h2 a,
h2 a:visited {
	color: #3e3e3e;
}

h2 a:hover {
	color: #ed702B;
	text-decoration: none;
}

.sidebar h2 a,
.sidebar h2 a:hover {
	font-size: 16px;
}

h3,
.genesis-grid h2 a,
.genesis-grid h2 a:hover {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.widget-area h4 {
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.widget-area h4 a {
	color: #3e3e3e;
	text-decoration: none;
}

h5 {
	font-size: 18px;
}

h6,
.taxonomy-description h1 {
	font-size: 16px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 35px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info / Meta
------------------------------------------------------------ */

.post-info,
.post-meta {
	clear: both;
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
}

.post-info {
	margin: 0 0 25px;
}

.genesis-grid .post-info {
	margin: 0 0 10px;
}

.post-meta {
	border-top: 1px dotted #ddd;
	padding: 10px 0 0;
}

.post-info a,
.post-info a:visited,
.post-meta a,
.post-meta a:visited {
	color: #999;
	font-weight: normal;
}

.post-info a:hover,
.post-meta a:hover {
	color: #3e3e3e;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background: none;
	margin: 0 0 50px;
	overflow: hidden;
}

.author-box p {
	font-size: 16px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid p {
	font-size: 16px;
}

.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px dotted #ddd;
	margin: 0 0 30px;
	padding: 0;
	width: 47%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.post-image {
	margin: 0 10px 10px 0;
}

.alignleft .avatar {
	margin: 0 10px 0 0;
}

.alignright .avatar {
	margin: 0 0 0 10px
}

.author-box .avatar {
	float: left;
	margin: 0 20px 0 0;
}

.comment-list li .avatar {
	float: left;
	margin: 0 10px 10px 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft,
.wp-caption.alignleft {
	display: inline;
	margin: 0 20px 20px 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 20px 20px;
}

.wp-caption {
	padding: 20px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}


/* Primary Sidebar
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 16px;
	width: 300px;
}


.sidebar-content #sidebar {
	float: left;
}

.sidebar p {
	font-size: inherit;
	margin: 0 0 15px;
}

#sidebar a,
#sidebar a:visited {
	color: #3e3e3e;
}

#sidebar a:hover {
	color: #ed702b;
}

.sidebar .widget {
	margin: 0 0 45px;
}

#footer-widgets ul li,
#sidebar ul li {
	background: url(images/list-sidebar.png) no-repeat top left;
	border-bottom: 1px dotted #ddd;
	list-style-type: none;
	margin: 0 0 5px 2px;
	padding: 1px 0 5px 14px;
}

#footer-widgets ul li a,
#footer-widgets ul li a:visited,
#sidebar ul li a,
#sidebar ul li a:visited {
	color: #ed702b;
	font-weight: normal;
}

#footer-widgets ul li a:hover,
#sidebar ul li a:hover {
	color: #3e3e3e;
}

#sidebar .tagcloud a,
#sidebar .tagcloud a:visited {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: none;
	background-color: #3e3e3e;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

#sidebar .tagcloud a:hover {
	background-color: #ed702b;
	color: #fff;
}

.sidebar p.banner-ad-box img{
	border: 5px solid #FFFFFF;
	box-shadow: 0 0 0.5em #111111;

}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	padding: 3px;
	width: 95%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px dotted #ddd;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0 0 10px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"],
.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	-moz-transition: all 0.2s ease-in-out;
	-moz-border-radius: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-border-radius: 5px;
	background-color: #3e3e3e;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	padding: 10px 20px;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

input:hover[type="button"],
input:hover[type="submit"],
.navigation li a:hover,
.navigation li.active a {
	background-color: #ed702b;
	border: none;
	text-decoration: none;
}


/* Search Form / eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox,
.s {
	-moz-box-shadow: 0 0 5px #ccc inset;
	-webkit-box-shadow: 0 0 5px #ccc inset;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px #ccc inset;
	box-sizing: border-box;
	color: #999;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	padding: 15px;
	text-transform: uppercase;
	width: 100%;
}

#nav .searchform {
	margin: 3px 0 0;
}

.enews #subbutton,
.searchsubmit {
	display: none;
}

.enews p {
	margin: 0 0 10px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: 700;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: #f5f5f5;
	border-top: 1px solid #e4e4e4;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 40px 0 20px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 20px;
}

#footer-widgets ul {
	margin: 0;
}

.footer-widgets-1 {
	float: left;
	margin: 0 30px 0 0;
	width: 360px;
}

.footer-widgets-2 {
	float: left;
	width: 360px;
}

.footer-widgets-3 {
	float: right;
	width: 360px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background-color: #920a0b;
	clear: both;
	color: #999;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer .wrap {
	overflow: hidden;
	padding: 75px 0 50px;
}

#footer p {
	color: inherit;
	font-size: inherit;
	margin: 0 0 25px;
}

#footer a,
#footer a:visited {
	color: #999;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 35%;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 60%;
}


/* Custom Footer
------------------------------------------------------------ */

#footer .custom-footer,
#footer .custom-footer .menu {
	text-align: center;
}

#footer .custom-footer .widget {
	clear: both;
}

#footer .custom-footer .menu {
	float: none;
	margin: 0 0 20px;
}

#footer .custom-footer li {
	display: inline-block;
	float: none;
	margin: 0 30px;
	list-style-type: none;
}

#footer .custom-footer li a,
#footer .custom-footer li a:visited {
	color: #fff;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#footer .custom-footer li a:hover {
	color: #999;
	text-transform: uppercase;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	-moz-box-shadow: 0 0 5px #ccc inset;
	-webkit-box-shadow: 0 0 5px #ccc inset;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px #ccc inset;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 20px 0 10px;
	padding: 15px 20px;
}

.comment-list li ul li {
	margin-right: -20px;
}

.comment-content {
	clear: both;
}

.comment-content p {
	font-size: 16px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.alt,
.depth-1,
.even {
	border-left: 5px solid #f5f5f5;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 6px 10px !important;
}

div.gform_footer input.button {
	color: #fff;
	padding: 10px 20px !important;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 1200px) {

	.wrap,
	#header {
		width: 960px;
	}

	#content {
		width: 560px;
	}

	.post-type-archive-portfolio .portfolio {
		width: 280px;
	}

}

@media only screen and (max-width: 1023px) {

	body {
		font-size: 16px;
		margin: 0 auto;
		width: 100%;
	}

	p {
		font-size: 16px;
	}

	.archive-page,
	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.menu-primary,
	.menu-secondary,
	.minimum-landing .wrap,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	.wrap,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header,
	#header ul.menu,
	#header .widget-area,
	#sidebar-alt,
	#title-area {
		width: 100%;
	}

	.menu-primary,
	.menu-secondary,
	#description,
	#footer .creds,
	#footer .gototop,
	#header ul.menu,
	#header .search-form,
	#title,
	#title-area {
		float: none;
		text-align: center;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	#header .search-form,
	#wrap {
		margin: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	#content,
	#description,
	#footer-widgets .wrap,
	#header .widget-area,
	#title,
	#title a,
	#title a:hover,
	#header .search-form,
	#title-area {
		padding: 0;
	}

	#header {
		background-size: contain !important;
	}

	#title {
		margin: 10px 0 0;
	}

	.menu-primary li,
	.menu-secondary li,
	#header ul.menu li {
		display: inline-block;
		float: none;
	}

	.menu-primary a,
	.menu-secondary a,
	#header .menu a {
		border: none;
		padding: 10px;
	}

	a.page-title-button,
	.menu li.right {
		display: none;
	}

	.menu li li {
		text-align: left;
	}

	#page-title {
		padding: 10px 0;
	}

	#page-title p {
		font-size: 24px;
		text-align: center;
	}

	.minimum #inner,
	#inner {
		padding: 20px;
	}

	.minimum #inner .wrap {
		padding: 30px 0;
	}

	.post-type-archive-portfolio .portfolio {
		margin: 10px 15px;
		width: 45%;
	}

	.single-portfolio img {
		border: none
	}

	#footer-widgets .widget {
		padding: 20px 20px 0;
	}

	#footer .custom-footer li {
		margin: 0 10px;
	}

	#footer .wrap {
		box-sizing: border-box;
		padding: 25px 10px 0;
	}

}

@media only screen and (max-width: 600px) {

	#home-featured {
		padding: 30px 0 0;
	}

	.home-featured-1,
	.home-featured-2,
	.home-featured-3,
	.home-featured-4 {
		padding: 0 0 30px;
		width: 50%;
	}

	.genesis-grid-even,
	.genesis-grid-odd {
		width: 100%
	}

	.post-type-archive-portfolio .portfolio {
		margin: 0 0 20px;
		text-align: center;
		width: 100%;
	}

	.portfolio-featured-image a img,
	.portfolio-featured-image a img:hover {
		border: none;
	}

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}

	.navigation li a,
	.navigation li.disabled,
	.navigation li a:hover,
	.navigation li.active a {
		padding: 5px 10px;
	}

}

@media only screen and (max-width: 300px) {

	.home-featured-1,
	.home-featured-2,
	.home-featured-3,
	.home-featured-4 {
		padding: 0 0 30px;
		width: 100%;
	}

}
/* Custom Code for the theme
--------------------------------------------------------------
.page-id-19 #inner {background:center center no-repeat fixed url(/wp-content/uploads/2013/07/The-Gear.jpg);}*/
#header, #page-title, .creds {display:none;}
#nav, .attachment-header {border-bottom:1px solid #111;}
#nav {box-shadow:0 0 8px #111; position:relative; z-index:1;}
#nav:after {content:"."; visibility:hidden; display:block; height:0; clear:both;}
#content-sidebar-wrap {min-height:18em;}
.home #content-sidebar-wrap {min-height:0em;}
.home #inner {box-shadow:0 -2px 12px #111; position:relative; z-index:1;}
.menu {float:right; width:auto;}
a, a:visited, #sidebar a:hover, h2 a:hover {color:#790303;}
::-moz-selection {background-color:#790303; color:#fff;}
::selection {background-color:#790303; color:#fff;}
#footer ::-moz-selection {background-color:#777; color:#fff;}
#footer ::selection {background-color:#777; color:#fff;}
.menu-primary a, .menu-secondary a, #header .menu a {color: #3e3e3e;}

#footer {background:#790303;
	background-image:-webkit-linear-gradient(top, #790303, #4b0505);
	background-image:linear-gradient(top, #790303, #4b0505);
	box-shadow:0 -.05em .6em #444;}

#footer .custom-footer {}
#footer .custom-footer .widget{clear:none; float:left;}
#footer .custom-footer #text-7 {width:30%;}
#footer .custom-footer #text-8 {width:10%}
#footer .custom-footer #text-8 img {display:block; float:left; width:25px; margin:0 5px;}
#footer .custom-footer #nav_menu-2 {width:60%;}
#footer .custom-footer li {margin:0 0 0 10px; font-size:11px;}
#footer .custom-footer li:first-child {margin:0;}
#footer .custom-footer li a {font-weight:normal;}



table {width:100%;}
.entry-content {text-align:justify;}
input:hover[type="button"],
input:hover[type="submit"],
.navigation li a:hover,
.navigation li.active a {background-color: #790303;}
.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {color: #790303;}
.genesis-grid-even, .genesis-grid-odd {
	border-bottom: 1px dotted #ddd;
	margin: 0 12.5% 3em;
	padding: 0;
	width: 75%;}
.genesis-grid-odd:first-of-type {/*margin: 0 0 3em; width:100%;*/}
.genesis-grid-odd:first-of-type h2 a, .genesis-grid-odd:first-of-type h2 a:hover {color:#790303; font-size:45px;}
.genesis-grid-odd:first-of-type .post-info {font-size:16px;}
.genesis-grid-odd:first-of-type p {font-size:20px;}

.blog .post-info {clear:none;}
.entry-content {overflow:visible;}
.blog_image {background:#FFF; box-shadow:0 0 .5em #111; float:left; height:auto; margin:1em 3% 0 0 !important; padding:.5%; width:24%;}
.big_blog_image {background:#FFF; box-shadow:0 0 .5em #111; margin:0 0 1em; padding:.5%;}
.genesis-grid-odd:first-of-type .blog_image {width:34%; margin-bottom:2%!important;}
.the_cart .wp-caption { margin:1.5%; width:30%;}
@media only screen and (max-width: 550px) {
	.genesis-grid-even, .genesis-grid-odd {margin: 0 5% 3em; width: 90%;}
	.blog_image { float:none; margin:1em 0 !important; width:99%;}
	.the_cart .wp-caption {width:97%;} }
.video-container, .embed-youtube {
	margin:0 0 2%;
	padding:0 0 56.25%;
	position:relative;
	width:100%;}
.video-container iframe, .embed-youtube iframe, .video-container object, .video-container embed {
	height:100%!important;
	left:0!important;
	position:absolute!important;
	top:0!important;
	width:100%!important;}
.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {border-bottom:1px solid #000; border-left:1px solid #000; border-right:1px solid #000;}
.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited { background-color:rgba(255, 255, 255, .85);}

/* Navigation Logo */
.menu .menu-item-736{
	background:url(/wp-content/uploads/2013/09/navigation-logo.png) no-repeat center top;
	text-indent:-999px;
	width:146px;
}
.menu .menu-item-736 a,
.menu .menu-item-736 a:hover {
	background:none;
}

.appearances {
	background:#FFF;
	box-shadow:0 0 .1em #111;
	float:left;
	height:auto;
	margin:1% 2% 1% 0;
	padding:.5%;
	width:15%;}

#inner {background: #ECECEC;}

/* Hunter Gear CSS
-------------------------------------------------------------- */
.page-id-361 .entry-title {background:#790303;
	background-image:-webkit-linear-gradient(top, #790303, #4b0505);
	background-image:linear-gradient(top, #790303, #4b0505);
	color:#FFFFFF;
}


.hunt_gear {
	background:rgba(255,255,255,.93);
	border:1px solid #111;
	box-shadow:0 0 .5em #000;
	float:left;
	position:relative;
	margin:5em 2% 0;
	padding:2% 2% 4%;
	width:41%;}


.hunt_gear:nth-child(odd) {clear:left;}

.hunt_gear span {
	bottom:.5em;
	position:absolute;
	right:1em;}
.gear_title {
	background:rgb(210,210,210);
	border:1px solid #111;
	border-bottom:none;
	box-shadow:-.1em -.05em .2em #333;
	font-size:1.25em;
	font-weight:bold;
	height:1.25em;
	left:-2.2%;
	margin:.5em 2% 0;
	overflow:hidden;
	padding:.5em 10%;
	position:absolute;
	top:-2.79em;}
.post-edit-link {clear:both; float:left;}
.thegear {
	float:left;
	height:10em;
	width:auto;}

.the_outfitters {
	height:auto;
	width:100%;}

blockquote {
	background:none;
	border: none;
	margin:5px;
	padding:0;}

blockquote p {color:#555;}

blockquote:after {
	color:rgba(0, 0, 0, 0);
	content:close-quote;
	position:absolute;
	z-index:-1;}
blockquote:before {
	color:rgba(0, 0, 0, .15);
	content:open-quote;
	font-size:4em;
	float:left;
	line-height:.005em !important;
	margin:.37em .1em 0 0;
	padding:0;}

.hunt_gear:first-of-type .thegear {height:15em;}

.hunt_gear .column-left{float:left;width:33%;margin-right:2%;}
.hunt_gear .column-right{float:left;width:65%;}
.hunt_gear .column-right a{word-wrap:break-word;}
.contact_info {float:left;}
@media only screen and (max-width:700px)
{
	.hunt_gear {width:92%;text-align:center;}
	.hunt_gear .column-left, .hunt_gear .column-right{float:none;width:100%;margin-right:0%;}
	.thegear, .hunt_gear:first-of-type .thegear { height:auto; padding:0 5% 2%; width:90%;}
	#footer .custom-footer .widget, #footer .custom-footer #text-7, #footer .custom-footer #text-8 {float:none; margin:0 auto; text-align:center; width:auto;}
	#footer .custom-footer #text-8 img {display:inline-block; float:none;}
	.contact_info, .page-id-22 .hunt_gear:first-of-type img:first-of-type {float:none; width:auto;}
	.menu .menu-item-736 {display:inline-block; width:100%; text-align:center;}
}

/* Shopping Cart CSS
-------------------------------------------------------------- */
.store {margin:0; padding:0; width:100%;}

.store li, .store li li {list-style-type:none;}

.store ul li {margin:0; padding:1%; width:31%;}

.entry-content .store p {margin:0;}

.row {display:block;}

.store_category {float:left; text-align:center; width:31%;}

.store_category img {margin:0 auto; box-shadow:0 0 .1em #555; width:100%;}

.store_category span {font-size: 1.6em; text-shadow:.03em .03em .03em #555;}

.single-shopp_product .post-info, .single-shopp_product .post-meta {display:none;}

#shopp .breadcrumb {background:none;}

#shopp .views, .tax-shopp_category .post-info, .tax-shopp_category .post-meta, #hopp-dvds-orderby-menu {display:none;}

@media only screen and (max-width:700px) {.store ul li {margin:0; padding:1%; width:98%;} #shopp ul.products li.product {margin:0; padding:1%; width:98%;} }

#content-sidebar-wrap {float:none;}

.store .wrap {text-align:center; width:100%;}
.store .wrap .entry-title {margin:0 auto; padding:0 5%; width:90%;}

.full-width-content #content {float:none; margin:0 auto; text-align:left; max-width:1140px;}

.full-width-entry-title {
	background:#790303;
	background-image:-webkit-linear-gradient(top, #790303, #4b0505);
	background-image:linear-gradient(top, #790303, #4b0505);
	border-bottom:1px solid #333;
	border-top:1px solid #333;
	box-shadow:0 0 .25em #191919;
	color:#FFFFFF;
	left:0;
	padding:.25em 0;
	position:absolute;
	text-align:center;
	width:100%;}

.page-id-15 .full-width-entry-title {
	background:none;
	border-bottom:none;
	border-top:none;
	box-shadow:none;}

.full-width-entry-title h1 {
	color:#FFF;
	margin:auto;
	text-align:left;
	max-width:1140px;}
#shopp form{display:inline-block;}
.page-id-15 .full-width-entry-title h1 {color:#3e3e3e;}

.take-up-space {height:4.5em;}

.page-id-15 .take-up-space {height:3.5em;}

.home #content-sidebar-wrap {margin:auto; width:1140px;max-width:100%;}

.navigation {clear:both;}

.single-post #featured-image, .ivycat-post .entry-utility {display:none;}

.wp-caption {max-width:100%;}

p.wp-caption-text {margin:1.1em 0 0;}

.ivycat-post h2.entry-title a {font-size:16px;}

.ivycat-post p {font-size:14px;}

/* New Styles */


.logged-in .header-section {
	top: 32px;
}
@media(max-width: 782px) {
	.logged-in .header-section {
		top: 46px;
	}
}
.home .header-section {
	background-color: rgba(0,0,0,.44);
}

.header-section {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999999;
	background-color: #000;
	-webkit-transition: .4s;
	transition: .4s;
}
.header-section.pinned {
	background-color: #000;
}

.nav-menu {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 75px;
}
@media(max-width: 767px) {
	.nav-menu {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.nav-cell-left,
	.nav-cell-right {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.nav-cell-center {
		margin-left: 20px;
	}
}
.nav-cell-left,
.nav-cell-right {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.nav-hamburger {
	color: #fff;
	margin-left: 20px;
	font-size: 20px !important;
	border: 3px solid #fff;
	padding: 2px 4px;
	border-radius: 9px;
}
.nav-hamburger:hover {
	cursor: pointer;
}
@media(min-width: 768px) {
	.nav-hamburger {
		display: none !important;
	}
}
.menu {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
}
.menu > li > a {
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 2px;
  font-family: 'BebasNeueRegular';
    text-transform: uppercase;
    font-weight: normal;
}

/* Button Styles */

.btn-wrapper {
	text-align: center;
}
.btn {
	text-align: center;
	display: inline-block;
	background-color: #3d3d3d;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 33px;
	font-family: 'BebasNeueRegular';
	font-weight: normal !important;
	line-height: normal;
	box-shadow: 8px 8px 6px #b2b2b2;
	-webkit-transition: .4s;
	transition: .4s;
	padding: 4px 25px 1px 25px;
	letter-spacing: 2px;
	margin-top: 33px;
}
.btn:hover {
	background-color: #000;
}

/* Banner Section */

.banner-section {
	background-color: #000000;
}
.banner-wrapper {
	height: 76px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 900px;
	max-width: 100%;
}
.banner-cell-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
}
.banner-cell-center > div {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    text-align: center;
    letter-spacing: -1px;
}
@media(max-width: 767px) {
	.banner-wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		height: auto;
		padding: 45px 0;
		text-align: center;
	}
	.banner-cell-center {
		padding: 20px 0;
	}
	/*.banner-cell {*/
	/*width: 100%;*/
	/*}*/
	#menu-menu-right,
	#menu-menu-left {
		display: none;
	}
	.nav-cell-center img {
		width: 200px;
		max-width: 100%;
	}
}
@media(max-width: 515px) {
	.banner-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
/* Video Section */

.video-section {
	padding-top: 45px;
	padding-bottom: 80px;
}
.video-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media(max-width: 1199px) {
	.video-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
	}
	.video-cell {
		width: calc(100% / 2) !important;
	}
	.video-cell:nth-child(3) {
		margin-top: 70px;
	}
	.video-cell:nth-child(4) {
		margin-top: 70px;
	}
}
@media(max-width: 767px) {
	.video-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	.video-cell {
		width: 100% !important;
		margin-top: 40px !important;
        text-align: center;
	}
	.video-cell:first-child {
		margin-top: 0 !important;
	}
	.video-section {
		padding: 45px 0;
	}
	.video-banner {
		max-width: 100%;
	}
}
.video-cell {
	width: calc(100% / 4);
    text-align:center!important;
    overflow:hidden;
}
.video-banner {
	position: relative;
	display: inline-block;
	padding: 15px;
}
.video-banner:hover .video-btn{
	background-color: #000;
}
.video-banner img {
	transition:transform .2s;
}

.video-banner img:hover{
    transform:scale(1.1);
}



.video-btn {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	border-radius: 50%;
	margin: auto;
	width: 93px;
	height: 93px;
	background-color: #00000070;
	-webkit-transition: .4s;
	transition: .4s;
}
.video-btn:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	margin: auto;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 24px solid #fff;
	top: 50%; right: 0; left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.video-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 45px;
    font-family: 'BebasNeueRegular';
    font-weight: bold;
    line-height: 45px;
    letter-spacing: 2px;
    margin-top: 16px;
    margin-bottom: 0;
}

@media(max-width: 767px) {
	.video-title br {
		display: none;
	}

}

@media(max-width: 500px) {
	.info-section p {
		font-size: 30px !important;
	}
}
/* Info Section */

.info-section {
	background: url('../images/info-banner.png');
	background-size: cover;
	background-position: center;
	height: 365px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.info-section p {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	color: #fff;
}

.info-section .line-1,
.info-section .line-3 {
	font-size: 25px;
}

/* Footer Section */

.footer-section {
	background-color: #3d3d3d;
	padding: 100px 0;
}
.footer-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer-cell {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.footer-cell-right {
	text-align: right;
}
#menu-footer-menu {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 15px;
}
#menu-footer-menu > li {
	margin-right: 54px;
}
#menu-footer-menu > li > a {
	font-size: 19px;
font-family: 'BebasNeueRegular';
}
#menu-footer-menu > li > a:hover {
	color: #000;
}

.footer-icon {
	width: 67px;
	height: 67px;
	border: 3px solid #fff;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	margin-left: 18px;
}
.footer-icon:first-child {
	margin-left: 0;
}
.footer-icon i {
	color: #fff;
	position: absolute;
	top: 50%; right: 0; bottom: 0; left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .4s;
	transition: .4s;
	text-align: center;
	font-size: 40px;
}
.footer-icon i:before {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}
.footer-icon:hover {
	border: 3px solid #000;
}
.footer-icon:hover i {
	color: #000;
}
@media(max-width: 767px) {
	.footer-icon {
		width: 52px;
		height: 52px;
	}
}
@media(max-width: 991px) {
	.footer-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#menu-footer-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#menu-footer-menu > li {
		margin-right: 0;
	}
	.footer-cell-right {
		margin-top: 20px;
	}
}

/* Subpage */
.page-template #wrap,
.page-template-default #wrap {
	margin-top: 75px;
}
.home.page-template-default #wrap {
	margin-top: 0px !important;
}
.hesperiden.tparrows {
	top: auto !important;
	bottom: 0;
	visibility: visible !important;
	opacity: 1 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	border-radius: inherit !important;
	border: 1px solid #ffffff;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.hesperiden.tparrows.tp-leftarrow:before {
	content: '' !important;
	background: url('/wp-content/uploads/2018/05/left-arrow.png');
	width: 23px;
	height: 24px;
	position: absolute;
	top: 50%; left: 0; right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin: auto !important;
}
.hesperiden.tparrows.tp-rightarrow:before {
	content: '' !important;
	background: url('/wp-content/uploads/2018/05/right-arrow.png');
	width: 23px;
	height: 24px;
	position: absolute;
	top: 50%; left: 0; right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin: auto !important;
}
.desktop-slider {
	display: none;
}
.slider-text {
	position: absolute;
	bottom: 65px;
	color: #fff;
	z-index: 999;
	font-size: 72px;
	line-height: 72px;
	font-family: 'BebasNeueRegular';
	text-shadow: 0 0 10px #000;
}
@media(max-width: 767px) {
	.slider-text {
		font-size: 50px;
		line-height: 50px;
	}
}

@media(max-width: 700px) {
	.banner-cell-center > div > span {
		display: block;
	}
}
@media(min-width: 768px) {
	.mobile-slider {
		display: none;
	}
	.desktop-slider {
		display: block;
	}
}
.metaslider .flexslider {
	margin: 0 0 0 !important;
}
.metaslider .caption-wrap {
	background: transparent !important;
}
.flex-direction-nav {
	position: absolute;
	width: 1140px;
	bottom: 45px;
	left: 0;
	right: 0;
	margin: auto !important;
}
@media only screen and (max-width: 1200px) {
	.flex-direction-nav {
		width: 960px;
		max-width: 100% !important;
	}
}
@media(max-width: 550px) {
	.slider-text {
		font-size: 50px;
	}
}

@media(max-width: 794px) {
	.tp-bgimg.defaultimg {
		background-position-x: -300px !important;
	}
}
.flex-nav-prev {
	left: 10px;
	position: absolute;
}
.flex-nav-next {
	left: 113px;
	position: absolute;
}
.metaslider .flex-control-nav {
	position: absolute;
	bottom: 30px !important;
}
.flex-control-paging li a.flex-active {
	background-color: #fff !important;
}
.flex-control-paging li a {
	background-color: #b4a49c !important;
}
.flex-direction-nav .flex-prev {
	left: 0px !important;
	bottom: 45px !important;
	opacity: 1 !important;
	width: 50px !important;
	height: 50px !important;
	border: 1px solid #fff !important;
	background: none !important;

}
.flex-direction-nav .flex-prev:after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: url('../images/left-arrow.png')no-repeat;
	background-position: center;
	margin: auto;
	align-items: center;
	justify-content: center;
	text-indent: 0;
}
.flex-direction-nav .flex-next {
	right: 0px !important;
	opacity: 1 !important;
	width: 50px !important;
	height: 50px !important;
	border: 1px solid #fff !important;
	background: none !important;
}
.flex-direction-nav .flex-next:after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: url('../images/left-arrow.png')no-repeat;
	background-position: center;
	transform: rotate(180deg);
	margin: auto;
	align-items: center;
	justify-content: center;
	text-indent: 0;
}


/*landproz page */

.landproz-header-text{position:absolute;
	top:40%;}
	
.nav-cell.nav-cell-center{
    width: 25%;
}
.nav-cell.nav-cell-center img{
    width: 50%;
    text-align: center;
    margin: 0px auto;
    display: block;
}
	
	.footer-cell img{
		    width: 30%;
	}
	
	
	
	
	
	
	
	

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.contact100-form {
    width: 50%;
    display: block;
    margin: 0px auto;
}

.contact100-form-title {
  display: block;
  width: 100%;
  
  font-size: 39px;
  color: #333333;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 44px;
}



/*------------------------------------------------------------------
[ Input ]*/
#contact_form{
	padding: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

#submit_btn{
	    background-color: #000;
    color: #fff;
    border-color: #000;
    padding: 10px 25px;
    text-transform: uppercase;
}

.wrap-input100 {
  width: 98%;
  position: relative;
    padding-bottom: 13px;
  margin-bottom: 10px;
}

.rs1-wrap-input100 {
/*  width: calc((100% - 30px) / 2);*/
}

.label-input100 {
  font-size: 20px;
  color: #000;
  line-height: 1.5;
  padding-left: 5px;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;

  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding: 0 5px;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

/*.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #ff4b5a;
}*/


/*---------------------------------------------*/
input.input100 {
  height: 40px;
}


textarea.input100 {
  min-height: 110px;
  padding-top: 9px;
  padding-bottom: 13px;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.contact100-form-btn {
    background-color: #000;
    box-shadow: none;
    border: 0px;
    padding: 0px 50px;
    height: 50px;
    /* background-color: #ff4b5a; */
    border-radius: 25px;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
}

.contact100-form-btn i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background-color: #333333;
  box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
}

.contact100-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
  .wrap-contact100 {
    padding: 82px 80px 33px 80px;
  }
}

@media (max-width: 768px) {
  .rs1-wrap-input100 {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 82px 15px 33px 15px;
  }
}

@media (min-width: 992px) {
		.contact100-form.validate-form{
			    margin: 0px 200px;
		}
}
	

	
	.col.span_1_of_3 .image-container{
width: 100%;
}
	
	.line-2 {font-weight:bold;}
	.line-4 {font-weight:bold; font-size:50px !important;}
	#successmsg {
	margin-top: 17px;
	color: #fff;
	background-color: #bf2e1a;
	padding: 10px 0 10px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	display: none;
}
#successmsg1 {
	margin-top: 25px;
	margin-bottom: 52px;
	font-size: 18px;
	color: #fff;
	background-color: #4CAF50;
	padding: 10px 0 10px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	display: none;
	text-align: center;
}