/*
	Theme Name: Uniport
	Theme URI: http://www.speeditonline.com/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Speed It Online
	Author URI: http://www.speeditonline.com/

	Version: 3.0.0

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

/*
Imports
---------------------------------------------------------------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400);
@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.clear {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #555555;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-size: 1.7rem;	
	line-height: 1.2;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #de4d27;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #de4d27;
	text-decoration: none;
}

p {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	padding: 0;
}


ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
	margin: 4rem;
}

blockquote em {
	color: #555555;
	display: block;
	margin-top: 10px;
}

blockquote strong {
	display: block;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/*cite {
	font-style: normal;
}*/

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Lato', sans-serif;
 	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

h1 {	
	color: #de4d27;
	font-family: 'Lato', sans-serif;
	font-size: 35px;
}

h2 {
	color: #333333;
	font-size: 25px;
	font-size: 2.5rem;
}

h3 {
	color: #333333;
	font-size: 20px;
	font-size: 2rem;
}

h4 {
	color: #333333;
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	color: #333333;
	font-size: 16px;
	font-size: 1.6rem;
}

h6 {
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;	
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 10px;
	padding: 1rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-weight: 300;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #0ebfe9;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 960px;
}

.home .site-inner,  .page-id-8 .site-inner, .page-id-4 .site-inner {
	clear: both;
	padding-top: 140px;
	padding-top: 14rem;
}

.site-inner {
	clear: both;
	padding-top: 0;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	margin: 4rem auto;
	padding: 60px 60px 20px;
	padding: 6rem 6rem 2rem;
	width: 800px;
}

/* Site Containers
--------------------------------------------- */

a.cta-button {
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1;
	padding: 15px 20px;
	padding: 1.5rem 2rem;
}

a.cta-button:hover {
	background-color: #0ebfe9;
}

/* Column Widths and Positions
--------------------------------------------- */
/* Content */

.content {
	float: left;
	width: 720px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}

.separator_line{
	border-bottom: 5px solid #cacaca;
}

.fullband{
	border-bottom: 5px solid #cacaca;
	padding: 20px 0;
	margin-bottom: 40px;
}

#home_fullband .fullband{
	padding: 5px 0;
}

.section_1 h1{
	color: #de4d27;
	font-family: 'Lato', sans-serif;
	font-size: 35px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 5px;
}

.section_1 h2{
	color: #444444;
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 25px;
}

.after_slider_area{
	background: #de4d27;
	padding: 15px 25px 10px;
	padding: 1.5rem 2.5rem 1rem;
	width: 960px;
	height: 115px;
}

.after_slider_area h3{
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 28px;
	margin-bottom: 5px;
	padding-top: 15px;
}

.after_slider_area p{
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
}

.after_slider_area a{
	font-size: 25px;
	color: #ffffff;
	background: rgba(255,255,255,0.5);
	text-shadow: 1px 1px 1px #5a342a;
	font-family: 'Lato', sans-serif;
	width: 270px;
	height: 65px;
	display: block;
	border-radius: 5px;
	text-align: center;
	padding-top: 18px;
	margin-top: 12px !important;
	text-decoration: none;
}

body .after_slider_area .su-column-size-3-4{
	width: 69%;
}

body .after_slider_area .su-column-size-1-4{
	float: left;
	width: 29%;
}

body .after_slider_area .su-column{
	margin: 0 0 0 2%;
}

.section_2{
	margin-top: 55px;
	margin-bottom: 10px;	
}

.section_2 .su-row{
	margin: 0;
}

.section_2 .su-row .su-column{
	margin: 0;
}

.section_2 .su-column-size-1-3 {
	width: 33%;
}

.section_2 h4{
	color: #000000;
	font-size: 20px;
	font-weight: 400;
}

body .section_2 p{
	margin-bottom: 5px;
}

.product_block_left {
	text-align: center;	
	border-right: 1px dashed #cecece;
	width: 315px;
	padding-right: 15px;	
	padding: 15px;
	min-height: 257px;
}

.product_block_left:hover {	
	background: #de4d27;
}

.product_block_left:hover h4{
	color: #ffffff;
}

.product_block_center {
	text-align: center;	
	border-right: 1px dashed #cecece;
	width: 320px;
	padding: 14px 15px;	
	min-height: 257px;	
}

.product_block_center:hover {	
	background: #de4d27;
}

.product_block_center:hover h4{
	color: #ffffff;
}

.product_block_right{
	text-align: center;	
	width: 315px;
	padding-left: 15px;	
	padding: 15px;
	min-height: 257px;
}

.product_block_right:hover {	
	background: #de4d27;
}

.product_block_right:hover h4{
	color: #ffffff;
}

.section_3{
	margin-top: 25px;
}

.section_3 h1 {
	color: #de4d27;
	font-family: 'Lato', sans-serif;
	font-size: 35px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 25px;
}

.section_3 .after_slider_area{
	margin-top: 30px;
}

.section_3 .after_slider_area h3{
	margin-top: 15px;
}

.section_4 {
	padding: 0;
	border-bottom: 1px solid #cacaca;
	margin-bottom: 20px;
}

.section_4 h1{
	color: #de4d27;
	font-family: 'Lato', sans-serif;
	font-size: 35px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 25px;
	margin-top: 45px;
}

.section_4 strong{
	color: #000000;
}

.section_5 h1{
	color: #de4d27;
	font-family: 'Lato', sans-serif;
	font-size: 35px;
	font-weight: 600;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.testimonial_block, .testimonial_area{
	background: #bde3ff;
	border-radius: 5px;
	padding: 15px;
	font-size: 16px;
	font-style: italic;
}

.testimonial_block p, .testimonial_area p{
	clear: both;
	color: #555555;
	margin: 0;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
}

.testimonial_block_space{
	margin-bottom: 30px
}

.testimonial_block p strong, .testimonial_area strong{
	font-style: normal;
}

.testimonial_block {
	position: relative;
	background: #bde3ff;
}

.testimonial_block:after {
	top: 100%;
	left: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #bde3ff;
	border-width: 20px;
	margin-left: -30px;
}

.testimonial_area {
	position: relative;
	background: #bde3ff;
}

.testimonial_area:after {
	top: 100%;
	left: 5%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #bde3ff;
	border-width: 20px;
	margin-left: -30px;
}

.contact_us_area{	
	width: 100%;
	min-height: 372px;
	margin-top: 30px;
	background-size: contain;
}

.contact_us_area h1{
	color: #000000;
	text-shadow: 1px 1px 1px #1d3343;
	padding-top: 40px;
}

.contact_us_area h2{
	color: #000000;
	text-shadow: 1px 1px 1px #1d3343;
	text-align: center;
	font-size: 25px;
	font-weight: 400;
}

.contact_us_area a{
	color: #ffffff;
	background: #de4d27;
	text-shadow: 1px 1px 1px #1d3343;
	font-size: 20px;
	width: 350px;
	height: 64px;
	display: block;
	padding-top: 21px;
	border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 auto;
	text-decoration: none;
}

.section_6 {
	text-align: justify;
}

.section_6 h1 {
	color: #de4d27;
	font-family: 'Lato', sans-serif;
	font-size: 35px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 35px;
	margin-top: 50px;
}

.section_6 h5 {
	color: #333333;
	font-size: 20px;
	font-weight: 700;
}

.section_6 .su-row {
	border-bottom: 1px solid #cecece;
	padding-top: 30px;
	padding-bottom: 30px;
}

.section_6 img.centered, .section_6 .aligncenter {
	margin: 0;
}

.section_7 h1 {
	color: #de4d27;
	font-family: 'Lato', sans-serif;
	font-size: 35px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 50px;
}

.section_7 h2 {
	font-weight: 400;
	text-align: center;
	margin-bottom: 30px;
}

.section_7 h5 {
	color: #333333;
	font-size: 20px;
	font-weight: 700;
}

.section_7 .su-row {
	padding-top: 30px;
	padding-bottom: 30px;
}

.section_8 {
	padding-top: 25px;
}

.contact_us_btn, .call_btn, .get_qoutes_btn, .contact_us_btn:hover, .call_btn:hover, .get_qoutes_btn:hover{
	color: #ffffff;
	background: #de4d27;
	text-shadow: 1px 1px 1px #1d3343;
	font-size: 25px;
	width: 300px;
	height: 64px;
	display: block;
	padding-top: 15px;
	border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 auto;
	text-decoration: none;
	margin-top: 30px !important;
}

.model_section_1 h1{
	color: #de4d27;
	font-family: 'Lato', sans-serif;
	font-size: 35px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
}

.model_section_1 h2{
	color: #555555;
	font-family: 'Lato', sans-serif;
	font-size: 24px;	
	text-align: center;
}

.model_section_2{
	border-bottom: 1px solid #cacaca;
}

.model_section_2{
	color: #888787;
	margin-top: 30px;
}

.model_section_2 h4{
	color: #de4d27;
	font-size: 18px;
}

.model_section_2 img{
	border-bottom: 1px solid #cacaca;
}

.models_products h5 {
	font-size: 20px;
}

body .models_products h3{
	color: #555555;
	text-align: center;
}

.models_products img{
	margin-bottom: 20px;
}

.model_section_3{
	margin-top: 20px;
	border-bottom: 1px solid #cacaca;
	padding-bottom: 20px;
}

.model_section_3 h1{
	text-align: center;
}

.model_section_3 h2{
	color: #555555;
	text-align: center;
	font-weight: 400;
}

.model_section_4{
	margin-top: 20px;
	border-bottom: 1px solid #cacaca;
	padding-bottom: 20px;
}

.model_section_4 h1{
	text-align: center;
}

.model_section_4 h4 {
	color: #de4d27;
	font-size: 18px;
}

.models_menu_area{
	background: #2d2f30;
	margin-bottom: 20px;
	width: 100%;
	z-index: 9999;
}

#menu-models-menu li{
	float: left;
	background: #2d2f30;
	list-style-type: none;
	width: 480px;
	height: 55px;
	text-align: center;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#menu-models-menu li a{
	color: #c9cbcd;
	font-size: 18px;
	padding-top: 16px;
	width: 480px;
	height: 55px;
	display: block;
}

#menu-models-menu .current_page_item{
	color: #ffffff;
	background: #de4d27;
}

#menu-models-menu li a:hover{
	color: #ffffff;
	background: #de4d27;
}

#menu-applications-menu li{
	float: left;
	background: #2d2f30;
	list-style-type: none;
	width: 160px;
	height: 55px;
	text-align: center;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#menu-applications-menu li a{
	color: #c9cbcd;
	font-size: 13px;
	padding: 16px 2px 0;
	width: 160px;
	height: 55px;
	display: block;
}

#menu-applications-menu .current_page_item{
	color: #ffffff;
	background: #de4d27;
}

.mPS2id-clicked{
	color: #ffffff !important;
	background: #de4d27;
}

#menu-applications-menu li a:hover{
	color: #ffffff;
	background: #de4d27;
}

.apps_section{
	margin-top: 20px;	
	padding-bottom: 20px;
}

.apps_section h1{
	text-align: center;
}

.apps_section h2{
	color: #555555;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 400;
}

.apps_section ul li strong {
	color: #000000;
}

.contact_name input {
	float: left;
	width: 48%;	
}

.contact_map {
	margin-top: -110px;
}

.site_contact_from {
	background: #e36c0a;
	padding: 20px 20px 5px 20px;
}

#first_name input{
	margin-right: 15px;
}

#first_lbl {
	margin-right: 200px;
	font-size: 15px;
}

#last_lbl {
	font-size: 15px;
}

#wpcf7-f411-p8-o1 textarea{
	height: 150px;
}

#space_left {
	margin-left: 55px;
}

.space_bottom {
	margin-bottom: 55px;
}

.space_1 {
	margin-bottom: 35px;
}

#wpcf7-f411-p8-o1 input[type="submit"] {
	background: #e36c0a;
	margin-top: 20px;
}

body .su-row{
	margin-bottom: 0;
}

#wpcf7-f524-p521-o1 input[type="submit"]{	
	background: #e36c0a;
	margin-top: 20px;
}

.page-id-521 .site-header{
	boder: none;
	margin-bottom: 20px;
}

.page-id-521 .site-footer {
	display: none;
}

#mc_embed_signup input[type="submit"] {
	color: #ffffff;
	background: #de4d27;
	text-shadow: 1px 1px 1px #1d3343;
	display: block;
	padding-top: 21px;
	border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 auto;
	text-decoration: none;
}

.page-id-521 .content article {
	margin-bottom: 0;
}

.asterisk {
	color: red;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	padding: 0.3rem;
	width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
}

.gallery-caption {
}

.widget-area {
	word-wrap: break-word;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.single .author-box {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.author-box-title {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Featured Post Grid
------------------------------------------------------------ */
/*
.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 0;
	width: 47%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}
*/

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
}

.genesis-grid .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 10px;
	margin: 0 0 1rem;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #333;
}

.entry-title a:hover {
	color: #0ebfe9;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px;
	font-size: 1.6rem;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.home .site-header, .page-id-8 .site-header, .page-id-4 .site-header {
	background-color: #000000;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	z-index: 999;
	width: 100%;
	border-bottom: 8px solid #babcbe;
	position: fixed;
}

.site-header {
	background-color: #000000;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	width: 100%;
	border-bottom: 8px solid #babcbe;	
}

#nav_menu-2{
	float: right;	
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 5px 0;
	padding: 0.5rem 0;
	width: 210px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	background: url(images/site_logo.jpg) no-repeat;
	width: 209px;
	height: 102px;
	margin: 0;
	text-transform: uppercase;
	text-indent: -9999px;
}

.site-title a,
.site-title a:hover {
	border: none;
	color: #333;
	display: block;
	width: 209px;
	height: 102px;
}

.site-description {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Custom header */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	height: 60px;
	display: block;
	text-indent: -9999px;
	max-width: 320px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 690px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
}

.site-header .widget-area p{
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	font-weight: 300;
	letter-spacing: 0;
	margin-top: 10px;
	margin-bottom: 20px;
}

.site-header .widget-area p a{
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	font-weight: 300;
	letter-spacing: 0;
	text-decoration: none
}

/*#menu-item-18 a{
	background: none;
}*/

#text-4 {
	float: right;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
	font-family: 'Lato', sans-serif;	
}

.genesis-nav-menu .menu-item {
	float: left;
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	background: url(images/seprator.png) no-repeat center right;
	border: none;
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 4px 13px;
	padding: 0.4rem 1.3rem;
	position: relative;
	letter-spacing: 0;
	font-weight: 300;
	text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #ffffff;
	background: #de4d27;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: none;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition:	opacity .4s ease-in-out;
	-moz-transition:	opacity .4s ease-in-out;
	-ms-transition:		opacity .4s ease-in-out;
	-o-transition:		opacity .4s ease-in-out;
	transition:			opacity .4s ease-in-out;
	width:200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width:200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	padding: 2rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
	padding: 0.6rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #0ebfe9;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.site-footer .nav-secondary a {
	color: #de4d27;
	margin: 0 30px;
	margin: 0 3rem;
	padding: 0;
}

.site-footer .nav-secondary a:hover {
	color: #999;
}

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
	padding: 1.6rem;
}

.site-footer .nav-secondary .sub-menu a:hover {
	color: #0ebfe9;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #ffffff;
	content: "\e00e";
	font-family: 'Icon';
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.single-portfolio .entry {
	text-align: center;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	background: url(images/list_back.png) no-repeat 5px 5px;
	list-style-type: none;
	padding-left: 35px;
	line-height: 20px;
	margin-bottom: 15px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border: none;
	font-weight: 300;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
	margin: 4rem 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #0ebfe9;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
	width: 340px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	color: #999;
	clear: both;
}

.footer-widgets .wrap {
	border-bottom: 1px solid #444;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
	margin-right: 6rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.footer-widgets a:hover {
	color: #999;
}

.footer-widgets .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	background-color: #de4d27;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 30px 0;
	padding: 3rem 0;
	text-align: center;
	border-top: 5px solid #babcbe;
}

.site-footer p {
	color: #ffffff;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer a {
	color: #fff;
	border: none;
	font-weight: 400;
}

.site-footer p {	
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 0;
	font-weight: 400;
}

.footer_left{
	float: left;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0;
}

.footer_left p a {
	text-decoration: underline;
}

.footer_contact{	
	background: url(images/footer_contact.png) no-repeat center left;
	padding-left: 30px;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 300 !important;
	letter-spacing: 0;
text-align:left;
display:block;
}

.footer_mail{
	background: url(images/footer_mail.png) no-repeat center left;
	padding-left: 30px;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	letter-spacing: 0;	
}
a.back-to-top {
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #DE4D27 url("http://uniport.co.nz/design/wp-content/uploads/2015/11/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/*
Slider
---------------------------------------------------------------------------------------------------- */
body .soliloquy-container .soliloquy-prev{
	background: url(images/arrow_left.jpg) no-repeat;
	width: 45px;
	height: 45px;	
}

.home .soliloquy-container .soliloquy-prev{
	top: 345px;
	left: 0;
}

body .soliloquy-container .soliloquy-next{
	background: url(images/arrow_right.jpg) no-repeat;
	width: 45px;
	height: 45px;
}

.home .soliloquy-container .soliloquy-next{
	top: 345px;
	left: 46px;
}

body .soliloquy-container .soliloquy-caption-inside {
	font-size: 20px;
}

.page-id-7 .site-header, .page-id-6 .site-header{
	position: fixed;
    z-index: 999;
}
.page-id-7 .models_menu_area, .page-id-6 .models_menu_area
{
position:fixed !important;
top: 140px !important;
}
.page-id-7 .site-inner{
padding-top:23rem;
}
.page-id-6 .site-inner{
padding-top:20rem;
}

.footer_right{
float:right;
}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1179px) {

	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
		width: 620px;
	}

	.content {
		width: 580px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar {
		width: 280px;
	}

	body .su-column-size-3-4{
		width: 65%;
	}
	
	body .su-column-size-1-4{
		width: 22%;
	}

	body [class*="su-column"] + [class*="su-column"]:last-child{
		float: left;
	}
}

@media only screen and (max-width: 980px) {

	.wrap {
		max-width: 768px;
	}

	.site-inner {
		padding: 0 5%;
	}

	.post-type-archive-portfolio .entry,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.header-image .site-title a {
		margin: 0 auto 10px;
		margin: 0 auto 1rem;
	}

	.site-header .search-form {
		float: none;
		margin: 0 auto;
		width: 50%;
	}

	.site-description {
		font-size: 30px;
		font-size: 3rem;
	}

	.site-tagline {
		margin-top: 0;
		padding: 20px 0;
		padding: 2rem 0;
	}

	.minimum .site-tagline {
		margin-top: 400px;
		margin-top: 40rem;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.site-tagline-left p {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
		padding: 4rem 4rem 0;
	}
	
	.minimum-landing .site-container {
		padding: 5%;
	}

	.footer-widgets .widget,
	.nav-primary .wrap,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 40px 0;
		padding: 4rem 0;
	}

	.title-area {
		float: none;
		margin: 0 auto;
	}

	.site-header .widget-area {
		float: none;
		width: 625px;
		margin: 0 auto;
	}

	#nav_menu-2 {
		float: none;
	}

	#menu-main-menu {
		width: 535px;
		margin: 0 auto;
		padding-bottom: 60px;
	}

	.home .site-inner {
		padding-top: 250px;
		padding-top: 25rem;
	}

	body .soliloquy-container .soliloquy-prev, body .soliloquy-container .soliloquy-next {
		top: 234px;
	}

	.product_block_left, .product_block_center, .product_block_right {
		border-right: none;
		margin: 0 auto;
	}

	.after_slider_area{
		width: 680px;
		height: 210px;
		text-align: center;
	}

	.after_slider_area a {
		margin: 0 auto;
	}

	#menu-models-menu li, #menu-models-menu li a, #menu-applications-menu li, #menu-applications-menu li a {
		width: 375px;
	}

	.page-template-default{
		padding: 0;
	}

	body .su-column-size-1-3{
		text-align: center;
	}

	.page-id-4 .content {
		margin-top: 240px;
	}

	.home .soliloquy-container .soliloquy-prev, .home .soliloquy-container .soliloquy-next {
		top: 234px;
	}

	#first_lbl {
		margin-right: 308px;
	}
}

@media only screen and (max-width: 600px) {
	
	.title-area,
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right,{
			width:100%;
			float:none;
		}
	

	.genesis-nav-menu a {
		background: none;
		padding: 20px 10px;
		padding: 2rem 1rem;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		color: #ffffff;
		background: #BBBCBE;
		display: block;
		font-size: 16px;
		padding-top: 5px;		
	}
	
	.genesis-nav-menu .menu-item {
		display: block;
		text-align: left;
		padding-left: 10px;
	}
	
	.genesis-nav-menu .sub-menu {
		left: 0px;
		width: 100%;
		opacity: 1;
		position: relative;
	}
	
	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 0.6rem 2rem;
		width: 100%;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu, .site-header .sub-menu .sub-menu {
		margin: 0px;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 4rem;
	}

	.site-header{
		position: relative;
	}

	.site-header .widget-area{
		width: 100%;
	}

	.menu-item{
		width: 100%;
	}

	#menu-main-menu {
		width: 100%;
	}

	.genesis-nav-menu a{
		padding: 8px 10px;
		padding: 0.8rem 1rem;
	}

	.home .site-inner{
		padding-top: 20px;
		padding-top: 2rem;
	}

	body .soliloquy-container .soliloquy-prev, body .soliloquy-container .soliloquy-next{
		display: none;
	}

	.after_slider_area{
		width: 100%;
		height: auto;
	}

	.after_slider_area a{
		width: 220px;
	}

	.genesis-nav-menu .menu-item{
		padding-left: 0;
	}

	.contact_us_btn, .call_btn, .get_qoutes_btn, .contact_us_btn:hover, .call_btn:hover, .get_qoutes_btn:hover{
		width: 280px;
	}

	.product_block_left, .product_block_center, .product_block_right{
		width: 280px;
	}

	.contact_us_area{
		min-height: 480px;
		background-size: cover;
	}

	.contact_us_area a{
		width: 260px;
	}

	.page	-template-default{
		padding: 0 5%;
	}

	#menu-models-menu li, #menu-models-menu li a, #menu-applications-menu li, #menu-applications-menu li a {
		width: 100%;
	}

	.contact_us_btn, .contact_us_btn:hover{
		width: 250px;
	}

	.page-id-7 .after_slider_area a{
		width: 200px;
	}

	h1 {
		font-size: 26px;
	}

	.home .site-header {
		position: relative;
		top: 0;
	}

	#first_lbl {
		margin-right: 100px;
	}
	
	#first_name input {
		margin-right: 5px;
	}

	#text-4 {
		float: none;
	}

	.testimonial_area:after, .testimonial_block:after {
		left: 15%;
	}
}

@media only screen and (max-width: 320px) {

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}

}
.models_menu_area {
   
    top: 140px !important;
}

.apps_section{

margin-top:87px !important;

}





