/*
	Theme Name: SANZRLFA
	Version: 1.0
*/


/* Defaults
---------------------------------------- */
html {
	font-size: 100%;
}

body {
	font-size: 100%;
	line-height: 1.571em;
	color: #545454;
	background: #fff;
	font-family:"Proxima Nova Regular";
}


/* Typography
---------------------------------------- */
.abril-regular,
h1,
h2.entry-title,
.widget-title,
.footer-widgets input[type=text],
.footer-widgets input[type=password],
.rpwe-ul h3,
.comments-area h2.comments-title,
.comments-area h3.comment-reply-title,
.home .intro-box h2,
.home #gform_wrapper_1 h3.gform_title {
	font-family: "abril-text-n4","abril-text",sans-serif;
	font-style: normal;
	font-weight: 400;
}

.abril-regular-italic {
	font-family: "abril-text-i4","abril-text",sans-serif;
	font-style: italic;
	font-weight: 400;
}

.proxima-light,
.post-info,
.post-meta {
	font-family: "proxima-nova-n3","proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
}

.proxima-regular,
body,
p.intro {  
	font-family: "proxima-nova-n4","proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
}


.proxima-regular-italic,
blockquote {
	font-family: "proxima-nova-i4","proxima-nova",sans-serif;
	font-style: italic;
	font-weight: 400;
}

.proxima-semibold,
h2,
h3,
button,
input[type="button"],
input[type="submit"],
.btn {
	font-family: "proxima-nova-n6","proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
}

.proxima-semibold-italic {
	font-family: "proxima-nova-i6","proxima-nova",sans-serif;
	font-style: italic;
	font-weight: 600;
}

button,
input[type="button"],
input[type="submit"],
.btn {
	font-weight: 400;
}

/* Headings
---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1,
h2.entry-title {
	font-size: 1.937em;
	line-height: 1em;
	font-weight:bold;
	padding-bottom:20px;
}

h2 {
	font-size:20px;
	font-weight:400;
	line-height:130%;
	padding-bottom:15px;
}

h3 {
	font-size:16px;
	font-weight:600;
	line-height:130%;
	color:rgb(255,32,0);
	padding-bottom:15px;
}


h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

/* Links & Buttons
---------------------------------------- */
a {
	color: #ff2500;
	text-decoration:none;
}

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


/* Form Elements
---------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 1em;
	width: 100%;
}

button,
input[type="button"],
input[type="submit"],
.btn {
	color:rgb(85,85,85);
	text-align:center;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {

}

.nolabel label {
	display: none !important;
}


#searchform {
	overflow: hidden;
}

#searchform input {
	margin-bottom: 1em;
}

#searchform label {
	display: none;
}

#searchform input[type=text] {
	float: left;
	width: 70%;
	margin-right: 2%;
	padding: 10px;
	font-size: 1em;
	color: #041e42;
}

#searchform input[type=submit] {
	float: right;
	width: 28%;
	padding: 10px;
	font-size: 1em;
	border: 1px solid #f5f5f5;
}


/* Containers
---------------------------------------- */
.fullwidth .container {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

.home .feature-area.fullwidth .container,
.home .content-area.fullwidth .container {
	max-width: 1279px;
}

.content-sidebar .content {
	float: left;
	/*width: 48.28797%;*/
	width: 63.4765625%;
}

.sidebar {
	float: right;
	width: 30.8165%;
}

.feature-area {
	overflow: hidden;
	width: 100%;
}

.slope {
	background: red;
	height: 80px;
	-webkit-transform: rotate(1.5deg);
	-moz-transform:    rotate(1.5deg);
	transform:         rotate(1.5deg);
	margin-top: -50px;
	margin-left: -50px;
	margin-right: -50px;
}

.slope.even {
	-webkit-transform: rotate(-1.5deg);
	-moz-transform:    rotate(-1.5deg);
	transform:         rotate(-1.5deg);
}

.feature-area .img {
	margin-top: -50px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 477px;
	max-height: 477px;
}

.feature-area.empty {
	height: 60px;
}


/* Site Header
---------------------------------------- */
.site-header {
	padding: 30px 0 20px;
}

.site-branding {
	float: left;
	width: 31%;
}

/* Menus
---------------------------------------- */
.main-menu {
	float: right;
	width: 65%;
	padding-top: 100px;
}

.main-menu .menu {
	float: right;
	width: auto;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.main-menu .menu li {
	display: inline-block;
	text-align: center;
	margin: 0 8px;
}

.main-menu .menu a {
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #545454;
	font-size: 0.871em;
	line-height: 1;
	padding: 10px 2px 2px;
	border-bottom: 1px solid #fff;
}

.main-menu .menu a:hover {
	color: #ff2500;
}

.main-menu .menu li.current-menu-item a {
	border-color: #d4d4d4;
}


/* Header Container
---------------------------------------- */
.logo,
.logo a {
	width: 353px;
	height: 163px;
}

.logo {
	float: left;
	background: url(images/logo.png) 0 0 no-repeat;
	text-indent: -999em;
	margin: 0;
	padding: 0;
}

.logo a {
	display: block;
}

.nav {
	float: right;
	width: auto;
}

.nav .menu {
	float: left;
	width: auto;
}

.nav .menu li {
	display: inline-block;
	text-align: center;
}

.nav a {
	font-size: 1em;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 17px;
}

.nav a:hover,
.nav .current-menu-item a,
.nav .current-page-parent a {
	color: #fdf4a0;
}


/* Content Area
---------------------------------------- */
.main {
	padding-top: 5%;
	padding-bottom: 10%;
}

.teasers-box,
.post-box.featured-post {
	border-bottom: 2px solid #575757;
	margin-bottom: 2.5em;
	padding-bottom: 1em;
}

.teaser {
	float: right;
	width: 46.36363%;
	margin-left: 7.2727%;
	position: relative;
	padding-bottom: 60px;
}

.teaser:nth-child(odd) {
	float: left;
	margin-left: 0;
}

.teasers-box .readmore,
.post-box.featured-post .readmore {
	text-align: right;
}

.teasers-box .readmore a,
.post-box.featured-post .readmore a {
	display: inline-block;
	padding: 10px 25px;
	text-transform: uppercase;
	color: #545454;
	border: 2px solid #545454;
	text-decoration: none;
}

.teasers-box .readmore a:hover,
.post-box.featured-post .readmore a:hover {
	color: #ff2500;
}

.teaser .readmore {
	position: absolute;
	bottom: 0;
	right: 0;
}

.headline-area {
	margin-bottom: 1em;
}

.teaser .headline-area {
	margin-bottom: 1em;
}

h1.entry-title,
h2.entry-title {
	color: #545454;
	font-size: 1.9em;
	line-height: 1.2em;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

h2.entry-title a {
	color: #545454;
	text-decoration: none;
}

h2.entry-title a:hover {
	color: #ff2500;
	text-decoration: none;
}

.entry-meta {
	color: #545454;
	font-size: 0.8125em;
	line-height: 2em;
	text-transform: uppercase;
}

.entry-meta a {
	font-size: 1em;
	color: #545454;
	text-decoration: none;
}

.entry-meta a:hover {
	text-decoration: underline;
}

/* Entries
---------------------------------------- */
.entry-content,
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content li,
.entry-content blockquote {
	margin-bottom: 1em;
	color: #545454;
}

.entry-content p.intro {
	font-size: 1.25em;
	line-height: 1.3em;
}

.entry-content ul {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
}

.entry-content ul li {
	background: url(images/bullet.png) 0 5px no-repeat;
	padding-left: 25px;
}

.entry-content blockquote {
	border-left: 10px solid #ff2500;
	padding-left: 34px;
	font-size: 1.25em;
	line-height: 1.3em;
}

.entry-content blockquote p:last-child {
	margin-bottom: 0;
}


/* Sidebar Widgets
---------------------------------------- */
.sidebar .widget {
	margin-bottom: 30px;
}

.sidebar .widget-title {
	color: #545454;
	font-size: 1.375em;
	line-height: 1.181em;
	margin-bottom: 0.5em;
}

.sidebar input,
.sidebar .gform_wrapper input[type=text], 
.sidebar .gform_wrapper input[type=url], 
.sidebar .gform_wrapper input[type=email], 
.sidebar .gform_wrapper input[type=tel], 
.sidebar .gform_wrapper input[type=number], 
.sidebar .gform_wrapper input[type=password] {
	margin: 0 auto 13px;
	width: 100%;
	background: #dadada;
	color: #545454;
	font-size: 0.875em;
	line-height: 1;
	padding: 7px 10px;
}

.sidebar input[type=submit] {
	border: 2px solid #545454;
	background: #fff;
	width: auto;
	float: right;
	padding: 10px 25px;
	text-transform: uppercase;
}

.sidebar input[type=submit]:hover {
	color: #ff2500;
}

.sidebar p.small {
	font-size: 0.8125em;
}

.sidebar .gform_wrapper .gform_footer {
	clear: both;
	overflow: hidden;
	margin-top: 0;
	padding-top: 0;
}

.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar ul li {
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

.sidebar ul a {
	color: #545454;
	text-decoration: underline;
}

.sidebar ul a:hover {
	color: #ff2500;
	text-decoration: none;
}


/* ---Sidebar Latest News--- */
.rpwe-ul,
.sidebar .rpwe-ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.rpwe-ul li,
.sidebar .rpwe-ul li {
	margin-bottom: 1.25em;
	background: #f6f6f6;
	overflow: hidden;
}

.rpwe-ul li > a,
.sidebar .rpwe-ul li > a {
	padding: 0;
}

.rpwe-title {
	padding: 5%;
	text-align: center;
}

.rpwe-summary {
	padding: 0 5% 5%;
	text-align: center;
	text-transform: none;
}

.rpwe-ul h3 {
	padding: 5%;
	text-align: center;
	font-size: 1.125em;
	line-height: 1.222em;
	text-transform: none;
}

.rpwe-ul h3 a {
	color: #545454;
	text-decoration: none;
	text-transform: none;
}

.rpwe-ul h3 a:hover {
	color: #ff2500;
	text-decoration: none;
}

.rpwe-ul img {
	width: 100%;
	height: auto;
}

.rpwe-ul .more-link {
	clear: both;
	display: block;
	margin: 5% 20% 0;
	text-align: center;
	font-size: 0.833em;
	color: #555;
	border: 2px solid #555;
	text-decoration: none;
	padding: 0.5em 1.5em;
	text-transform: uppercase;
}

.rpwe-ul .more-link:hover {
	color: #ff2500;
	text-decoration: none;
}

/* Gravity Forms
---------------------------------------- */
.entry-content .gform_wrapper li, 
.entry-content .gform_wrapper form li { background: none; padding-left: 0; }

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], 
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] { width: 18px !important; }

.entry-content .gform_wrapper .gform_footer input.button, 
.entry-content .gform_wrapper .gform_footer input[type=submit] { 
	border: 2px solid #545454; 
	text-transform: uppercase; 
	width: 50%;
}

/* News Section
---------------------------------------- */

.archive-intro {
	margin-bottom: 2em;
}

.navigation {
	margin-top: -1em;
}

.navigation a {
	text-decoration: none;
	color: #545454;
}

.navigation a span {
	position: relative;
	font-size: 1.5em;
}

.navigation a:hover {
	color: #ff2500;
	text-decoration: none;
}

.page-navigation .prev {
	float: left;
	width: 50%;
}

.page-navigation .next {
	float: right;
	width: 50%;
	text-align: right;
}

.post-thumb { margin-bottom: 1em; }

.post-thumb img {
	width: 100%;
	height: auto;
}

/* Share buttons
---------------------------------------- */
.share_buttons { margin: 2em 0 0; padding: 4% 8% 0; }
.st_prompt { 
	font-family: "abril-text-n4","abril-text",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
	display: block;
	float: left;
	margin: 0 0.6em 0.6em 0;
}


/* ---Comments--- */
.comments-area {
	padding: 40px 0;
}

.comments-area h2.comments-title,
.comments-area h3.comment-reply-title {
	color: #545454;
	font-size: 1.4375em;
	font-weight: 400;
	letter-spacing: normal;
}

ul.commentlist {
    margin: 30px 0 75px 0;
    list-style-type: none;
}

.entry-content li.comment {
    margin: 0 0 20px 75px;
    padding-left: 0;
    padding-bottom: 6px;
    position: relative;
    background: none;
}

li.comment .comment-body {
    margin: 0 0 0 75px;
    position: relative;
    min-height: 70px;
    padding-bottom: 10px;
}

li.comment .comment-meta {
    overflow: hidden;
    float: left;
    display: block;
    width: 50%;
}

li.comment .comment-text { padding-bottom: 1px }

.comment .avatar {
    position: absolute;
    left: -75px;
}

li.comment p {
    clear: both;
    margin-bottom: 15px;
}

li.comment cite {
    font-weight: bold;
    font-style: normal;
    margin: 0 8px 0 0;
    float: left;
}

.commentmetadata,
.commentmetadata a {
    font-size: 10px;
    text-transform: uppercase;
    color: #aaa;
}

.commentmetadata a:hover { color: #777 }

.says { display: none }

.comment-meta {
    margin: 0 0 5px;
    line-height: 22px;
    position: relative;
}

li.comment .comment-body a.comment-reply-link {
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    color: #aaa;
    padding: 0 10px 0 0;
    font-size: 11px;
    font-style: italic;
}

li.comment .comment-body a.comment-reply-link:hover { color: #777 }

.moderation {
    font-size: 11px;
    font-style: italic;
    color: #c88865;
}

ul.children {
    list-style-type: none;
    margin: 0 0 0 75px;
}

ul.children li.comment {
    background: none;
    border-top: 1px solid #ebebeb;
    padding: 15px 0 0 0;
    margin: 0;
}

ul.children .avatar {
    width: 30px;
    height: 30px;
    left: -50px;
}

ul.children li.comment .comment-body { margin: 0 0 0 50px }

/* -- Respond --*/
#respond {
	padding: 4% 8%;
	background: #f0f0f0;	
	margin-bottom: 40px;
}


#commentform label {
	display: block;
}

#commentform input {
	clear: both;
	padding: 0.5em;
	width: 60%;
}

#commentform p { margin-bottom: 15px }

p.form-allowed-tags { display: none; }

.form-submit {
	overflow: hidden;
}

#commentform input[type=submit] {
	display: inline-block;
	width: auto;
	float: right;
	text-transform: uppercase;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	border: 2px solid #545454;
}

#commentform input[type=submit]:hover {
	color: #ff2500;
}

/* Footer Widgets
---------------------------------------- */
.widgets-area {
	background: #555;
}

.footer-widgets .widget-area {
	float: left;
	width: 30.99209%;
	margin-left: 3.5118%;
}

.footer-widgets .widget-area:first-child {
	margin-left: 0;
}

.footer-widgets h2.widget-title {
	color: #fff;
	font-size: 1.4em;
	line-height: 1.15em;
	margin-bottom: 1em;
	padding-top: 2.69em;
	font-weight: normal;
}

/* ---Menu widget--- */
.footer-widgets ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.footer-widgets ul.menu li {
	display: block;
	text-align: center;
	font-size: 1.0625em;
	margin-bottom: 1em;
}

.footer-widgets ul.menu a {
	display: block;
	color: #fff;
	font-size: 0.871em;
	text-align: center;
	border: 1px solid #fff;
	padding: 1em 0.4em;
	text-transform: uppercase;
	text-decoration: none;
}

.footer-widgets ul.menu a:hover {
	text-decoration: none;
	background: rgba(255,255,255,0.4);
}

/* ---Video widget--- */
.footer-vid {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.footer-vid img.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ---Form Widget--- */
.footer-widgets input {
	margin-bottom: 1em;
}

.footer-widgets input[type=text],
.footer-widgets input[type=password] {
	color: #545454;
	background: #c7c7c7;
	font-size: 0.875em;
	padding: 0.5em 1em;
	border: 0;
}

.footer-widgets input[type=submit] {
	background: #555;
	border: 2px solid #fff;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.875em;
	padding: 1em;
	margin-top: 1.5em;
}

.footer-widgets input[type=submit]:hover {
	color: #ff2500;
}


/* Site Footer
---------------------------------------- */
.site-footer {
	clear: both;
}

.copyright {
	float: left;
	width: 50%;
	color: #ccc;
	font-size: 0.875em;
	padding-top: 45px;
}

.copyright a {
	color: #ccc;
	text-decoration: none;
}

.copyright a:hover {
	color: #ff2500;
	text-decoration: none;
}

.copyright span {
	padding: 0 5px;
	color: #fff;
}

.backtotop {
	float: right;
	width: 30.99209%;
	min-height: 90px;
	background: url(images/backtop.png) center bottom no-repeat;
}

.backtotop a {
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 47px;
}


/* Homepage template
---------------------------------------- */
.home .feature-area .container {
	margin-top: -477px;
	overflow: hidden;
}

.home .feature-area.top .container {
	margin-top: -860px;
}

.home .feature-area.top .img {
	margin-top: -50px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 860px;
	max-height: 860px;
}

.home .main {
	padding: 0;
}


.home .intro-box {
	float: left;
	width: 40%;
	padding: 140px 8.33698%;
	background: #FFF;
	background: rgba(255,255,255,0.9);
}
.home .intro-map img {
	display:block;
	margin: 0 auto;
}

.home .intro-map {
	float: right;
	width: 49%;
	padding: 150px 0 20px;
	text-align: center;
	color: #FFF;
}

.home .intro-box h2,
.home .intro-box h3 {
	font-family: "abril-text-n4","abril-text",sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4em;
	color: #545454;
}
.home .intro-box .button-wrap { margin-top: 1em; }
.home .intro-box h2,
.home .intro-map h2 { font-size: 2em; }

.home .intro-box h3,
.home .intro-map h3 { font-size: 1.2em; font-weight: 500; }

.home .intro-box .btn {
	display: inline-block;
	border: 2px solid #545454;
	width: 100%;
	padding: 10px 25px;
	margin: 0 auto 20px;
	text-transform: uppercase;
}

.home .intro-box .btn:hover {
	background: #FFF;
	color: #ff2500;
}

.home #gform_wrapper_1 {
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.9);
	width: 38.62392%;
	margin: 0 !important;
	padding: 90px 5.47% 50px;
	max-width: 100%;
}

.home #gform_wrapper_1 h3.gform_title {
	color: #545454;
	font-size: 2em;
}

.home #gform_wrapper_1 input,
.home #gform_wrapper_1 input[type=text], 
.home #gform_wrapper_1 input[type=url], 
.home #gform_wrapper_1 input[type=email], 
.home #gform_wrapper_1 input[type=tel], 
.home #gform_wrapper_1 input[type=number], 
.home #gform_wrapper_1 input[type=password] {
	background: transparent;
	border: 2px solid #545454;
	margin: 0 auto 13px;
	width: 100%;
	color: #545454;
	font-size: 0.875em;
	line-height: 1;
	padding: 7px 10px;
}

.home #gform_wrapper_1 input[type=submit] {
	background: transparent;
	border: 2px solid #545454;
	width: 100%;
	padding: 10px 25px;
	text-transform: uppercase;
}

.home #gform_wrapper_1 input[type=submit]:hover {
	color: #ff2500;
	background: #FFF;
}

.home #gform_wrapper_1 p.small {
	font-size: 0.8125em;
}

.home #gform_wrapper_1 .gform_footer {
	clear: both;
	overflow: hidden;
	margin-top: 0;
	padding-top: 0;
}

/* ---Widgets--- */

.home .widgets-wrapper {
	overflow: hidden;
	padding: 5.47302%;
}

.home .widgets-wrapper .widgets {
	float: left;
	width: 30.99209%;
	margin-left: 3.51185%;
}

.home .widgets-wrapper .widgets.first {
	margin-left: 0;
}

/* ---Menu--- */
.home .widgets ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.home .widgets ul.menu li {
	display: block;
	text-align: center;
	font-size: 1em;
	margin-bottom: 1em;
}

.home .widgets ul.menu a {
	display: block;
	color: #545454;
	text-align: center;
	border: 2px solid #545454;
	padding: 0.8em;
	text-transform: uppercase;
	text-decoration: none;
}

.home .widgets ul.menu a:hover {
	color: #ff2500;
	text-decoration: none;
}



/* Media Queries
---------------------------------------- */
@media only screen and (max-width: 1100px) {
	html { font-size: 87.5%; }
	.fullwidth > .container { padding: 0 5%; }
	.fullwidth > .feature-area .container { padding: 0; }
	.site-header { padding: 30px 0 20px; }
	.site-branding { float: none; width: 100%; padding: 20px 0; text-align: center; margin: 0 auto; }
	.logo { float: none; text-align: center; margin: 0 auto; }
	.main-menu { float: none; width: 100%; padding-top: 0; }
	.main-menu .menu { float: none; width: auto; margin: 0px auto; text-align: center; }
	.main-menu a { padding: 0 10px; }
	.content-sidebar .content { width: 60%; }
}

@media only screen and (max-width: 767px) {
	html { font-size: 87.5%; }
	.fullwidth > .container { padding: 0 5%; }
	.content-sidebar .content, .sidebar { float: none; width: 100%; }
	.content-sidebar .content { margin-bottom: 2.5em; }
	.footer-widgets .widget-area { float: none; width: 100%; margin: 0; }
	.copyright, .backtotop { clear: both; float: none; width: 100%; text-align: center; }
	.copyright span.copy { clear: both; display: block; }
	.teasers-box { border-bottom: 0; margin-bottom: 0; }
	.teaser { border-bottom: 2px solid #575757; margin-bottom: 2.5em; }
	.teaser, .teaser:nth-child(odd) { float: none; width: 100%; margin-left: 0; }
	.page-navigation .prev, .page-navigation .next { float: none; width: 100%; text-align: left; }
	.home .intro-box, .home #gform_wrapper_1 { float: none; width: 100%; }
	.slope { height: 100px; margin-top: -80px; }
	.home .feature-area.fullwidth > .container { padding: 0; }
	.feature-area .img { margin-top: -100px; height: 200px; max-height: 200px; }
	.home .feature-area .img { height: 477px; max-height: 477px; }
	.home .intro-box { padding: 100px 11.33698% 50px; }
	.home .intro-map { width: 100%; padding: 50px 0 50px; }
	.home .intro-map img { width: 75%; }
	.home #gform_wrapper_1 { padding-top: 120px; }
	.feature-area.empty { height: 50px; }
	.main { padding-top: 20px; }
	.home .widgets-wrapper .widgets { float: none; width: 100%; margin: 0 0 30px; }
	.header-area .container { padding-left: 0; padding-right: 0; }
	.site-header { padding-top: 0; }
	.main-menu { display: none; }
	.slicknav_menu { display: block; font-size: 1em; background: #555; padding: 20px; position: relative; }
	.site-branding { float: none; width: 100%; padding: 20px 0; text-align: center; margin: 0 auto; }
	.logo { float: none; text-align: center; margin: 0 auto; }
	.slicknav_btn { margin: 0; background-color: transparent; float: left; }
	.slicknav_menu .slicknav_menutxt { float: left; padding-left: 35px; }
	.slicknav_menu .slicknav_icon { float: none; margin: 0; }
	.slicknav_menu .slicknav_icon-bar { background-color: #fff; width: 20px; height: 3px; }
	.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar { margin-top: 3px; }
	.nav a { text-transform: uppercase; padding: 17px; }
	.slicknav_nav a { margin: 0; text-align: left; background: transparent; text-decoration: none; }
	.slicknav_nav a:hover { background: transparent; color: #ff2500; text-decoration: none; }
}