/*
	Verti 2.5 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		line-height: 1.75em;
		font-size: 14pt;
		letter-spacing: 0;
		min-width: 320px;
	}
    h1{
        font-size: 2.2em;
        margin-bottom: 10px;
        display: inline-block;
        text-align: center;
        line-height: 1.5em;
    }


h2, h3, h4, h5, h6
	{
		font-size: 1.3em;
		margin: 0 0 1em 0;
	}

	section,
	article
	{
		clear: both;
		margin-bottom: 3em !important;
	}
	
	section.last,
	article.last
	{
		margin-bottom: 0 !important;
	}

	.image-left
	{
		width: 25%;
		margin-bottom: 2em !important;
	}
    .box img {
        display: inline-block !important;
        max-width: 100%;
        text-align: center !important;
    }
    p {
        font-size: 18pt;
        line-height: 1.3em;
    }
	.pro li {
		font-size: 18pt !important;
	}
	.gate-option-title li {
		width: 100%;
		margin: 0;
	}
    .blue-dot input[type="radio"] + label {
        padding: 5px;
		position: relative;
		top: -3px;
    }
	.button
	{
		width: 100%;
		text-align: center;
		font-size: 1.35em;
		padding: 1.1em 0 1.1em 0 !important;
		margin-top: 20px;
	}

		.button.fa
		{
			padding-right: 0.75em !important;
		}

			.button.fa:before
			{
				margin-right: 0.5em;
				top: 0.05em;
			}

        .button.button-style1, .button.button-style2 {
            padding: 1.1em !important;
        }

	.box
	{
		padding: 15px 15px 15px 15px;
		margin: 0;
        overflow: hidden;
	}		

	.box-feature
	{
		margin: 0 !important;
		padding: 0;
	}
	
		.box-feature .inner
		{
			padding: 30px 15px 30px 15px;
		}
		
		.box-feature p
		{
			margin: 0;
		}

		.box-feature .image
		{
			position: relative;
			margin: 0;
		}

			.box-feature .image img
			{
				border-bottom-left-radius: 0;
				border-bottom-right-radius: 0;
			}

        .published{
            padding-bottom: 35px;
            display: block;
        }
        .published .fb_edge_widget_with_comment, .published .fb-like.fb_iframe_widget{
            width: 250px !important;
            margin-top: 2px;
            left: 20px;
            display: block;
        }

/*********************************************************************************/
/* Widgets                                                                       */
/*********************************************************************************/

	.widget-thumbnails
	{
	}

		.widget-thumbnails .image
		{
			margin: 0;
		}
	
		.widget-thumbnails .x
		{
			padding: 1em 0.5em 0 0;
		}
	
		.widget-thumbnails .y
		{
			padding: 1em 0 0 0.5em;
		}

		.widget-thumbnails .row:first-child .x,
		.widget-thumbnails .row:first-child .y
		{
			padding-top: 0;
		}	

/*********************************************************************************/
/* Mobile UI                                                                     */
/*********************************************************************************/

	#titleBar
	{
	}

		#titleBar .title
		{
			display: none;
		}

		#titleBar .toggle
		{
			text-indent: -9999px;
			width: 70px;
			height: 50px;
			opacity: 0.35;
		}

			#titleBar .toggle:before
			{
				content: '';
				position: absolute;
				left: 6px;
				top: 6px;
				background: rgba(0,0,0,0.5);
				width: 58px;
				height: 38px;
				border-radius: 6px;
			}

			#titleBar .toggle:after
			{
				content: '';
				position: absolute;
				left: 21px;
				top: 20px;
				width: 44px;
				height: 44px;
				background: url('images/mobileUI-site-nav-opener-bg.svg') 0 0 no-repeat;
			}

			#titleBar .toggle:active
			{
				opacity: 0.75;
			}

	#navPanel
	{
		background: #fff;
		box-shadow: inset -3px 0px 0px 0px #dfdfdf;
		padding: 0 23px 0 20px;
	}

		#navPanel .link
		{
			display: block;
			text-decoration: none;
			height: 54px;
			line-height: 54px;
			border-top: solid 1px #e8e8e8;
			font-weight: 800;
		}
		
			#navPanel .link:first-child
			{
				border-top: 0;
			}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper
	{
		padding: 44px 0 0px 0;
	}
	
	#banner-wrapper
	{
		/*padding: 0 15px 0 15px;   */
	}
	
	#features-wrapper
	{
		/* padding: 0 15px 40px 15px;  */
	}

    #main-body-wrapper {
        padding: 0;
    }
	#main-wrapper
	{
		padding: 40px 30px 40px 30px;
	}

    #footer-wrapper {
        padding: 10px 15px;
    }

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		text-align: center;
	}

        #logo h1 {
            display: inline-block;
            font-size: 2.25em;
            letter-spacing: 0.05em;
            margin: 0 0 0.2em;
            padding: 0.35em 0.2em 0.45em;
        }

		#logo span
		{
			display: block;
			letter-spacing: 0.025em;
			font-size: 0.9em;
			margin: 0;
		}
		#logo a {
			display: inline-block;
			font-size: 2.75em;
			letter-spacing: 0.03em;
			margin: 0;
			padding: 0.25em 0;
			line-height: 1.1em;
}
/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		display: none;
	}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		text-align: center;
	}

		#banner h2
		{
			font-size: 1.7em;
			margin: .1em 0 0.5em 0;
		}
		
		#banner p
		{
			font-size: 1.5em;
			line-height: 1.5em;
			margin: 0;
		}

		#banner ul
		{
			margin: 0;
		}
		
		#banner .button
		{
			margin: 1em 0 0 0;
		}
        #banner .man {
            left: 15px;
            margin-top: -17px;
            position: absolute;
            width: 58px;
        }

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
	}

		body.left-sidebar #content,
		body.right-sidebar #content
		{
			border-bottom: solid 1px #e8e8e8;
			padding-bottom: 3em;
			margin-bottom: 3em !important;
		}


        #recaptcha_widget_div {
            border: 1px solid #000;
            border-radius: 5px;
            width: 290px !important;
        }

        #recaptcha_widget_div #recaptcha_area, #recaptcha_widget_div #recaptcha_table  {
            width: 290px !important;
            margin-left: -3px;
        }

        .recaptchatable #recaptcha_image #recaptcha_challenge_image {
            margin-left: 4px !important;
            width: 288px !important;
        }


        .recaptchatable #recaptcha_image   {
            width: 290px !important;
        }

        .recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r2_c2, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell {
            background: none !important;
        }

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
	}

		#footer section
		{
			border-bottom: solid 1px #ccc;
			padding-bottom: 2em;
			margin-bottom: 2em !important;
		}
		
			#footer section.last
			{
				padding-bottom: 0;
				border-bottom: 0;
				margin-bottom: 0 !important;
			}

	#copyright
	{
		padding: 2em 0 0 0;
		border-top: solid 1px #ccc;
		margin: 4em 0 0 0;
	}

#our-gates-container {
    float: left;
    border-right: 1px dashed #bfb4a9;
    margin-right: 20px;
    padding-right: 20px;
    width: 300px !important;
}

#popup-gallery-container {
    float: left;
    padding-bottom: 20px;
    width: 300px;
}

#popup-gallery-container h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

#popup-gallery-container img {
    padding: 2px;
    margin: 0 2px;
    border: 1px dotted #aaa;
}

.topBar {
    width: 100%;
    height: 100px;
    position: relative;
    top: 0;
    text-align: center;
    box-shadow: 0 2px 5px #ccc;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    background-color: #FF6103;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.34em;
    font-weight: 300;
}
.topBar .link {
    padding: 2px 8px;
    background-color: #831e1a;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
    font-weight: bold; }
.topBar .link:hover {
    background-color: #e62601; }
.btnClose a, .btnOpen a {
    width: 50px;
    position: absolute;
    right: 30px;
    top: -7px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 2px #921d17; }
.btnClose a {
    font-size: 12px;
    line-height: 44px;
    height:25px; }
.btnOpen a {
    font-size: 0;
    border: 1px solid #fff;
    box-shadow: 0 2px 5px #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px; }
.topBar a {
    text-decoration: none; }
.topBar:target {
    top: -36px;
    transition: top 0.4s ease-in; }
.topBar:target .btnOpen a {
    top: 30px;
    height: 30px;
    font-size: 11px;
    line-height: 36px;
    transition-property: top;
    transition-duration: .4s; }
.topBar:target .btnClose {
    display: none; }
.topBar:target .btnOpen a, .topBar {
    background-color: #FF6103; }

header {
    margin: 0;
}
#header-wrapper {
    padding: 0;
}
.step{
	height: auto;
}
.step span.line{
	width: 2%;
}
.step span.line1{
	width: 2%;
}
.mobile-gates{
	display: block;
}
.mobile-gates .image {
	position: relative;
	width: 100%;
	margin-top: -5px;
}

.mobile-gates h2 {
	position: absolute;
	top: 4px;
}

.mobile-gates h2 span {
	color: white;
	letter-spacing: 1px;
	font: 18px 'Source Sans Pro',Sans-Serif;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	padding: 10px;
}
.mobile-gates .image img {
	width: 100%;
	border-radius:0;
}
.container {
	margin-bottom: 0;
}