/*
Theme Name: glasstrax
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.1-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: glasstrax
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 glasstrax is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
	----------------------------------------------------------
	@import url("css/fonts.css");
	@import url("css/css/responsive.css");
	@import url("css/css/font-awesome.min.css");
	@import url("css/animate.css");----*/


/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

h2 {
	color: #263548;
	font-size; 20px;
	font-weight: 700;
	line-height: 36px;
	text-transform: capitalize;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;

}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
	text-decoration: none;
}
a:visited {
	/* color: purple; */
}
a:hover,
a:focus,
a:active {
	color: #0796c8;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
        text-align:center;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul {
	left: 100%;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}
/* Small menu */
.menu-toggle {
	display: none;
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {}



/*  css  of home page   */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

a{
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

body {
	margin: 0 auto;
	padding: 0;
	background: #EEEEEE;
}

.clear{clear: both;}

.header-wrapper {
	margin: 0 auto;
	width: 1140px;
}
.top-menu-nav-wrap {
	float: right;
	padding-top: 15px;
}
.site-branding {
	float: left;
	padding-left: 20px;
	padding-top: 20px;
}
.top-menu {
	float: right;
	width: 375px;
}
.top-menu-nav-wrap .phone {
	background: url("images/phone.png") no-repeat scroll 17px center ;
	color: #0796C8;
	float: right;
	font-family: 'proxima_nova_rgregular';
	font-weight: normal;
	font-size: 15px;
	line-height: 28px;
	padding-left: 35px;
	padding-right: 20px;
    width: auto;
}
.top-menu-nav-wrap .top-menu .menu-top-menu-container {
	float: left;
}
.top-menu-nav-wrap .menu-top-menu-container ul {
	margin: 0;
}
.top-menu ul li {
	float: left;
	list-style: none outside none;
}
.top-menu .menu .menu-item > a {
	border-right: 1px solid #CCCCCC;
	color: #AFAFAF;
	font-size: 13px;
	line-height: 28px;
	padding: 0px 5px;
	text-decoration: none;
	font-family: 'proxima_nova_rgregular';
	font-weight: normal;
}
.top-menu .menu .menu-item > a:hover, .menu-top-menu-container ul li.current-menu-item a{
	color: #0796c8;
}
#menu-item-31 > a {
	border-right: none;
}
#menu-item-28 > a {
	padding-left: 5px;
	padding-right: 5px;
}

.top-menu-nav-wrap .main-navigation .menu-main-menu-container {
	float: left;
	width: 734px;
}
.top-menu-nav-wrap .main-navigation {
	width: 900px;
}
.search-wrap {
	float: right;
	position: relative;
	margin-right: 20px;
}
.top-menu-nav-wrap .nav-menu .menu-item > a {
	color: #AFAFAF;
	font-size: 15px;
	line-height: 28px;
	text-transform: uppercase;
	font-family: 'proxima_nova_rgregular';
	font-weight: normal;
}
.top-menu-nav-wrap .nav-menu .menu-item > a:hover, #site-navigation ul li.current-menu-item a{
	color: #0796c8;
	/*font-family: 'proxima_nova_rgbold';*/
	font-weight: normal;
        text-align: center;
}
#masthead .menu-top-menu-container ul li.current-menu-item a{
	color: #0796c8;
}

.main-navigation .menu-main-menu-container ul li {
	padding: 10px 10px;
}
 .search-wrap input {
	background: none repeat scroll 0 0 #F4F4F4;
	/*color: #000000 !important;*/
	font-size: 12px;
	width: 140px;
	height: 25px;
	margin-top: 10px;
	padding-left: 10px;
    color:#afafaf;
}
.search-wrap .searchsubmit {
	background: url("images/search.png") no-repeat scroll 4px 0 ;
	border: medium none;
	height: 13px;
	position: absolute;
	right: 10px;
	text-indent: -999999px;
	top: 5px;
	width: 12px;
	display: inline-block;
}
#menu-item-36 > a {
	/* width: 44px; */
}
#menu-item-35 > a {
	/* width: 72px; */
}
#menu-item-34 > a {
	/* width: 67px; */
}
#menu-item-33 > a {
	/* width: 145px; */
}
.body-container{
	margin: -5px auto 0;
	width: 1140px;
	background: #FFFFFF;
}
.site-header {
	background: none repeat scroll 0 0 #FFFFFF;
}
.slider {
	position: relative;
}
.home-slider {
	margin: 0;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	right: 25px;
	bottom: 25px;
	z-index: 9999;
}
.bx-wrapper .bx-pager {
	color: #B4B4B4;
	font-family: Arial;
	font-size: 0.85em;
	font-weight: bold;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}
.bx-prev {
	
	bottom: 225px;
	cursor: pointer;
	height: 49px;
	left: 0px;
	position: absolute;
	text-indent: -99999px;
	width: 49px;
}
.bx-next {

	bottom: 225px;
	cursor: pointer;
	height: 49px;
	position: absolute;
	right: 0px;
	text-indent: -99999px;
	width: 49px;
}
.home-slider img {
	height: auto !important;
	width: 100%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {



}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(255,255,255,0.6);
	display: block;
	height: 16px;
	margin: 0 5px;
	text-indent: -9999px;
	width: 16px;
}
.caption {
	left: 90px;
	position: absolute;
	top: 45%;
}
.caption {
	color: #FFFFFF;
	font-size: 41px;
	left: 120px;
	line-height: 40px;
	position: absolute;
	top: 38%;
	font-family: 'proxima_novaextrabold';
	font-weight: normal;
}
.caption > a {
	background: url("images/free-download-icon.png") no-repeat scroll 0 0 ;
	color: #FFFFFF;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 18px;
	line-height: 26px;
	padding-left: 25px;
	text-decoration: none;
	width: 19px;
    position: relative;
}

.caption > a:after {
    position: absolute;
    background-color:#fff;
    content:"";
    left:0;
    bottom:0;
    width: 0;
    height: 1px;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.caption > a:hover:after {
    width: 100%;
}


.featured-slogan li {
	color: #585858;
	display: inline-block;
	font-size: 15px;
	line-height: 28px;
	/* padding-right: 30px; */
	font-family: 'proxima_novasemibold';
	font-weight: normal;
	text-transform: uppercase;
}
.featured-slogan {
	
	margin: 0 auto;
	padding-bottom: 5px;
	padding-top: 10px;
	text-align: center;
	width: 900px;
}
.main-featured-text > h1 {
	color: #1570A6;
	font-size: 41px;
	line-height: 48px;
	padding-bottom: 25px;
	padding-top: 30px;
	text-align: center;
	font-family: 'proxima_novalight';
	font-weight: normal;
}
.main-featured-text > p {
	color: #787878;
	font-size: 23px;
	line-height: 48px;
	margin-bottom: 0;
	text-align: center;
	font-family: 'proxima_novalight';
	font-weight: normal;
}
.main-featured-text {
	padding-bottom: 45px;
}

.featured-slogan ul {
    margin: 0px 0 10px 0;
    padding: 10px 0;
}
/* General styles */
body {
	font-family: 'Arial', sans-serif;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
  }
  
  /* Section styles */
  .about-us {
	background-color: #f9f9f9;
	padding: 50px 15px;
  }
  
  .container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
  }
  
  .about-content {
	display: flex;
	align-items: center;
	gap: 30px;
  }
  
  /* Image column */
  .about-image {
	flex: 1;
	max-width: 50%;
  }
  
  .about-image img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  /* Text column */
  .about-text {
	flex: 1;
	max-width: 50%;
  }
  
  .about-text h2 {
	font-size: 2.5rem;
	color: #333;
	margin-bottom: 20px;
	font-weight: bold;
  }
  
  .about-text p {
	color: #555;
	margin-bottom: 15px;
	text-align: justify;
	font-size: 14px;
  }
  

  /* Estilos generales */
body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #f9f9f9;
	color: #333;
	line-height: 1.6;
  }
  
  /* Sección principal */
  .products-section {
	padding: 50px 20px;
	text-align: center;
	background-color: #fff;
  }
  
  /* Título y forma decorativa */
  .section-header {
	margin-bottom: 40px;
  }
  
  .section-title {
	font-size: 2em;
	margin-bottom: 10px;
	color: #222;
  }
  
  .shape {
	width: 60px;
	height: 4px;
	background-color: #007B8A;
	margin: 0 auto;
  }
  
  /* Contenedor de productos */
  .products-container {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
  }
  
  /* Tarjeta de producto */
  .product-card {
	background-color: #f5f5f5;
	width: 100%;
	max-width: 600px;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
  }
  
  /* Diseño de filas para cada tarjeta */
  .product-row {
	display: flex;
	align-items: center;
	gap: 20px;
  }
  
  /* Imagen de producto */
  .product-image img {
	width: 250px;
	height: auto;
	border-radius: 10px;
  }
  
  /* Contenido dentro de cada tarjeta */
  .product-content h3 {
	font-size: 14px;
	margin-bottom: 10px;
	color: #007B8A;
  }
  
  .product-content p {
	font-size: 14px;
	color: #555;
  }
  
  /* Efecto hover */
  .product-card:hover {
	transform: translateY(-10px);
	box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.2);
  }
  
  /* Responsividad */
  @media (max-width: 768px) {
	.products-container {
	  flex-direction: column;
	  align-items: center;
	}
  
	
  
	.product-image img {
	  width: 100%;
	  max-width: 300px;
	}
  }
  
  @media (max-width: 768px) {
	.about-content {
	  flex-direction: column;
	  text-align: center;
	}
  
	.about-image,
	.about-text {
	  max-width: 100%;
	}
  }
  

#featured-box-48{
	float: right;
	width: 535px;
}
#featured-box-46 {
	background: none repeat scroll 0 0 #1570A6;
	color: #FFFFFF;
	float: left;
	margin-right: 45px;
	padding-bottom: 33px;
	padding-left: 25px;
	padding-top: 25px;
	width: 475px;
}
.request-demo-btn {
	text-align: center;
}
#fancybox-content .phone .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, #fancybox-content .zip-code .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	display: block;
	width: 290px;
	margin-bottom: 15px;
	float: none;
}

#contact_form_pop > p {
	width: 300px;
}
#contact_form_pop .widget-title {
	text-align: center;
	/* width: 320px; */
}


/*.wpcf7-not-valid-tip {
	font-size: 10px !important;
	margin-top: 5px;
}*/
.box-title {

	font-family: 'proxima_nova_rgbold';
	font-size: 31px;
	font-weight: normal;
	line-height: 28px;
	padding-bottom: 30px;
	text-transform: uppercase;
}
#featured-box-46 > p {
	font-family: 'proxima_nova_rgregular';
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 0;
	padding-right: 50px;
}
#featured-box-46 span {
	display: block;
	margin-top: 12px;
}
.green-btn {
    background: url(images/green-btn.png) no-repeat scroll 0 0;
    border-radius: 5px;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'proxima_nova_rgbold';
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
    margin-top: 30px;
    padding-top: 6px;
    text-decoration: none;
    position: absolute;
    background-color: #fff;
    content: "";
    left: 700px;
    bottom: 505px;
    width: 220px;
    height: 46px;
}

.green-btn:after {
    position: absolute;
    background-color:#fff;
    content:"";
    left:18px;
    bottom:14px;
    width: 84%;
    height: 1px;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.green-btn:hover{
    color:#fff;
}

.green-btn:hover:after {
    width: 0;
}


#featured-box-48 iframe{
	width: 535px;
	height: 373px;
}
.featured-two-box {
	margin: 0 auto;
	width: 1055px;
}

.featured-two-box p{
    margin:0;
}
.featured-two-box-wrap {
	border-bottom: 1px solid #CCCCCC;
	width: 1140px;
    padding: 0 0 40px;
}
.features-block-wrap {
	margin: 0 auto;
	width: 932px;
}
.features-wrapper {
	margin-top: 25px;
}
.features-block {
	float: left;
	margin-right: 22px;
	width: 295px;
	position: relative;
}
.features-block img {
	border: 1px solid #CCCCCC;
	height: 224px;
	width: 294px;
}


.feat-wrapper {
    position: relative;
    margin: 50px 0 25px;
}

.feat-content {
    background-color: #fff;
    border: 10px solid #0f527c;
    border-radius: 100%;
    height: 350px;
    left: 50%;
    margin-left: -175px;
    padding: 60px 40px 20px;
    position: absolute;
    text-align: center;
    top: 0px;
    vertical-align: middle;
    width: 350px;
    z-index: 2;
    font-family: Open Sans;
    /*opacity:0;*/
    -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

/*.feat-content.active {
    opacity: 1;
}*/

.lt-ie9 .feat-content {
    background-color: #fff;
    border:none;
    border-radius: 0;
    background:url(images/circle.png) no-repeat;
    height: 355px;
     width: 355px;
}

.feat-block  img {
    border-radius: 100%;
    height: 188px;
    width: 188px;
}

#feat-block-58 {
    left: 6%;
    margin-left: 0;
    position: absolute;
    top: 21%;
}

.feat-block{
	text-align: center;
}

.feature-block {
    border: 4px solid #0f527c;
    border-radius: 100%;
    height: 196px;
    overflow: hidden;
    position: relative;
    width: 196px;
    -webkit-transform: translateZ(0);
-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

/*.lt-ie9 .feature-block {
    border: none;
    border-radius: 0;
    height: 196px;
    overflow: hidden;
    position: relative;
    width: 196px;
    background:url(images/small-circle.png) no-repeat;
}*/

.feat-title {
    background: none repeat scroll 0 0 #0f527c ;
    color: #fff;
    font-family: Open Sans;
    font-size: 17px;
    line-height: 16px;
    padding: 8px 0 8px 11px;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    top: 20%;
    /*transition: all 0.5s ease-in 0s;*/
    width: 134px;
    right: 0;
    -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s;
    -ms-transition: width 2s;
}

.feat-block:hover  .feat-title{
    width:0;
}

#feat-block-54 {
    bottom: -18px;
    left: 50%;
    margin-left: -94px;
    position: absolute;
}

#feat-block-51 {
    position: absolute;
    right: 6%;
    top: 21%;
}

.feat-block {
    text-align: center;
}

.feat-block:hover{
	cursor:pointer;
}

/*.feat-block:hover  img,.feat-block.active-red  img{
    border: 4px solid #0f527c;
}

.feat-block:hover .feat-title,.feat-block.active-red .feat-title  {
   color:#0f527c;
}*/

.feat-block-wrap {
    height: 574px;
    margin: 0 auto;
    position: relative;
    width: 930px;
    z-index: 1;
}

.feat-content  a{
	color:#1570a6;
	text-decoration:none;
}

.feat-content-title{
	font-family: 'proxima_nova_rgbold';
    font-size: 32px;
    line-height: 37px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.feat-content a.more {
    cursor: pointer;
    display: block;
    text-decoration: underline;
}

.feat-content a.more:hover {
    color:#4f5754;
}

.features-block:last-child {
	float: right;
	margin-right: 0;
}

.features-title {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
	color: #FFFFFF;
	font-family: 'proxima_nova_rgbold';
	font-size: 25px;
	height: 74.5%;
	line-height: 28px;
	padding-top: 92px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 100%;
}
.features-block > p {
	font-size: 14px;
	line-height: 24px;
	font-family: 'proxima_nova_rgregular';
	font-weight: normal;
}
.features-block > a {
	text-decoration: none;
}
.features-block a:hover > h2 {
	opacity: 0;
	transition: all 1s ease 0s;
	position: absolute;
	top: 0;
}

#featured-box-46 .testimonals-btn {
	float: left;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
	width: 230px;
}
.testimonial-wrapper {

	margin-top: 50px;
    position: relative;
	/*height: 456px;*/
}
.testimonial-wrapper:after {

    content:"";
    height:10px;
    width: 100%;
    position: absolute;
    bottom:-9px;
    left:0;
}
.testimonial-wrap {
	margin: 0 auto;
	padding-top: 40px;
	width: 900px;
}
.testimonial-heading {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 18px;
	text-align: center;
	font-family: 'ProximaNovaCond-Semibold';
	border-top: 1px solid #2b6689;
	text-align: center;
	text-transform: uppercase;
}
.testimonial-heading > span {
	background: none repeat scroll 0 0 #10537b;
	padding: 0 40px;
	position: relative;
	top: -8px;
}
.testimonial-posts {
	padding-top: 15px;
    text-align:center;
}
.testimonial-block {
	/*float: left;
	margin-right: 72px;
	width: 250px;
	text-align: center;*/
    display: inline-block;
    float: none;
    margin: 0 3% 20px;
    text-align: center;
    vertical-align: top;
    width: 42%;
}
.lt-ie9 .testimonial-block {
	margin-right: 50px;
}
.testimonial-block:last-child {
	/*float: right;
	margin-right: 0px;
	width: 250px;*/
    float: none;
    width: 42%;
}
.testimonial-img > img {
	border-radius: 100px;
	height: 100px;
	width: 100px;
}
.testimonial-img {
	/* background: url("images/round.png") no-repeat scroll 0 0 ; */
	border-radius: 110px;
	height: 122px;
	margin: 0 auto 10px;
	padding-left: 3px;
	padding-top: 13px;
	width: 127px;
}
.testimonial-block > p {
	color: #FFFFFF;
	font-size: 15px;
	line-height: 24px;
	font-family: 'proxima_nova_rgregular';
	font-weight: normal;
}
.testimonial-block > h2 {
	
	color: #FFFFFF;
	font-family: 'proxima_nova_rgregular';
	font-weight: normal;
}

.msg-icon{
  
    display: inline-block;
    height: 24px;
    width: 18px;
    margin-right: 5px;
}

.testimonial-block span {
    vertical-align: top;
}

.testimonals-btn {
	text-align: center;
	width: 230px;
	margin: 0 auto;
	padding-top: 35px;
}
.testimonals-btn > a {

	border-radius: 5px;
	color: #FFFFFF;
	display: block;
	line-height: 46px;
	text-decoration: none;
	width: 230px;
	font-size: 15px;
}
.testimonals-btn > a:hover {
	background: url("images/btns-grey-hover.png") repeat-x scroll 0 0 ;
}

/* Estilos Generales */
body {
	font-family: Arial, sans-serif;
	background-color: #f8f9fa;
	color: #333;
  }
  
  /* Sección Demo Request */
  .demo-request-section {
	background-color: #f1f1f1;
  }
  
  .demo-request-section .container {
	max-width: 1100px;
  }
  
  /* Columna de Información */
  .demo-info {
	background-color: #fff;
	border-left: 4px solid #007B8A;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  .demo-info h2,
  .demo-info h3 {
	color: #007B8A;
  }
  
  .demo-info ul {
	list-style: none;
	padding-left: 0;
  }
  
  .demo-info ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
  }
  
  .demo-info ul li::before {
	content: "✔";
	position: absolute;
	left: 0;
	color: #007B8A;
	font-weight: bold;
  }
  .demo-info  {
	font-size: 14px;
  }
  
  /* Formulario */
  .demo-form {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
  
  .demo-form .form-control {
	border: 1px solid #ddd;
  }
  
  .demo-form .btn-primary {
	background-color: #007B8A;
	border: none;
	padding: 12px;
	font-size: 14px;
	transition: background-color 0.3s;
  }
  
  .demo-form .btn-primary:hover {
	background-color: #005f67;
  }
  
  /* Responsividad */
  @media (max-width: 768px) {
	.demo-info {
	  margin-bottom: 30px;
	}
  }
  




.footer-wrapper {
	margin: 0 auto;
	width: 1140px;
	background: #FFFFFF;
}
.footer-navigation {
	border-bottom: 1px solid #CCCCCC;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-top: 30px;
	width: 669px;
}
.footer-menu1 {
	float: left;
	width: 223px;
}
.footer-menu2{
	float: left;
	width: 223px;
}

.footer-menu3{
	float: left;
	width: 223px;
}
.footer-menu4{
	float: right;
	width: 223px;
}
.footer-navigation .menu {
	margin: 0;
}
.footer-navigation ul li {

	list-style: none outside none;

}
.footer-navigation .menu-item > a {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	line-height: 28px;
	font-family: 'proxima_nova_rgregular';
	font-weight: normal;
}
.footer-navigation .menu-item > a:hover, .footer-navigation ul li.current-menu-item a {
	color: #0796C8;
}
.footer-menu1 > h2, .footer-menu2 > h2, .footer-menu3 > h2, .footer-menu4 > h2 {
	font-size: 14px;
	line-height: 28px;
	font-family: 'proxima_nova_rgbold';
}
.social-newsletter{
	width: 1035px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.newsletter {
	float: right;
	width: 375px;
}
.social {
	/* float: left; */
	width: 430px;
	line-height: 0px;
	margin: 0 auto;
}

.kimzey {

	display: block;
	float: left;
	height: 35px;
	width: 198px;
	margin-right: 50px;
}
.fb {
	float: left;
}
.twt {
	float: right;
}
.fa {
	/* margin-top: 5px; */
	cursor: pointer;
}
.fa:hover{
	color: #1b4a98;
}

.menu-item-social{
    position: relative;
    display: inline-block;
    height: 35px;
    overflow: hidden;
    /* width: 150px; */
}

.social .text {
    background-color: #fff;
    border-radius: 3px;
    border-top: 5px solid #585858;
    bottom: -36px;
    display: block;
    font-size: 0;
    font-weight: normal;
    padding: 20px 0 17px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.social .icon {
    font-size: 20px;
    height: 32px;
    text-align: center;
    width: 30px;
}

 .menu-item-social span.icon:hover {
    font-size: 20px;
    top: -29px;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

 .menu-item-social:hover > .text {
    border-top: 0 dotted #585858;
    bottom: 17px;
    font-size: 20px;
    padding: 0;
    text-align: center;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.menu-item-social i.fa-facebook {
    background: none repeat scroll 0 0 #585858;
    border-radius: 5px;
    color: #fff;
    padding: 5px; 
    width:23px;	   
    text-align: center;
}

.menu-item-social i:hover{
    background:#224D9C;
}

.subscribe-txt {
	float: left;
}
.subcribe-form {
	float: right;
	position: relative;
}
.subscribe-txt > p {
	font-family: Trebuchet MS;
	font-size: 18px;
	font-style: normal;
	margin-bottom: 0;
}
.subscribe-txt {
	color: #002E2C;
	float: left;
	font-family: 'RageItalicRegular';
	font-weight: normal;
	font-size: 20px;
	font-style: italic;
	line-height: 28px;
}
.eemail_textbox_class {
	font-size: 12px;
	font-family: 'proxima_nova_rgregular';
	font-weight: normal;
	height: 28px;
	line-height: 28px;
	width: 148px !important;
	background: #f4f4f4;
}
.eemail_textbox_button {
	height: 26px;
	position: absolute;
	right: 0;
	top: 18px;
	width: 25px !important;
	padding-left: 10px !important;
	background:  url(images/mail.png) no-repeat !important;
	border: none;
	text-indent: -9999px;
}
.eemail_msg, .eemail_caption {
	padding-top: 0 !important;
}

.site-info {
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 415px;
}

.site-info > p, .site-info a {
	color: #787878;
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 0;
	font-family: 'proxima_nova_rgregular';
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}


.rights {
    margin-left: 10px;
}

/* css for about us page  */

.header-banner {
	margin: 0 auto;
	width: 1140px;
	height: 368px;
}
.left-contents {
	float: left;
	padding-left: 30px;
	padding-right: 35px;
	padding-top: 25px;
	width: 690px;
}
.entry-content{
	float: left;
	width: 690px;
}
.inner-sidebars {
	float: right;
	padding-right: 20px;
	padding-top: 25px;
	width: 355px;
}
.left-contents .entry-title, .entry-title {
	color: #1570A6;
	font-size: 31px;
	line-height: 48px;
	font-family: 'proxima_novalight';
	font-weight: normal;
}
.left-contents .entry-content > p, .left-contents .entry-content li {
	color: #787878;
	font-family: 'proxima_nova_rgregular';
	font-size: 15px;
	font-weight: normal;
	line-height: 26px;  
}
.abt-us-content > p {
	color: #787878;
	font-family: 'proxima_nova_rgregular';
	font-size: 15px;
	font-weight: normal;
	line-height: 26px;  
}
.abt-us-content {
	float: left;
	padding-right: 5px;
	width: 370px;
	color: #787878;
	font-family: 'proxima_nova_rgregular';
	font-size: 15px;
	font-weight: normal;
	line-height: 26px;  
}
.abt-img {
	float: right;
	width: 294px;
}
.sidebar-title {
	font-size: 21px;
	line-height: 28px;
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
}
.date {
	color: #616161;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: 'proxima_nova_rgregular';
	font-weight: normal;
}
.update-box {
	background: none repeat scroll 0 0 #F2F2F2;
	display: block;
	margin-top: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-top: 12px;
	width: 330px;
}
.type-version{
	margin-bottom: 0;
}
.note{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: 'ProximaNovaCond-Semibold';
}
.type-version {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: 'ProximaNovaCond-Semibold';
}
.download {
	background: url("images/download.png") no-repeat scroll left center ;
	cursor: pointer;
	font-family: 'ProximaNovaCond-Semibold';
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	padding-left: 20px;
}
.type-version > span {
	margin-right: 20px;
}
.widget-area {
	margin-bottom: 20px;
}
.widget-title {
	background: none repeat scroll 0 0 #263548;
	color: #FFFFFF;
	font-size: 19px;
	line-height: 25px;
	margin-bottom: 22px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 10px;
	text-transform: uppercase;
	/* width: 330px; */
	font-family: 'proxima_novaextrabold';
	font-weight: normal;
}
.request-quote-form > h2{
	background: none repeat scroll 0 0 #263548;
	color: #FFFFFF;
	font-size: 19px;
	line-height: 25px;
	margin-bottom: 22px;
	padding-bottom: 10px;
	padding-left: 18px;
	padding-top: 10px;
	text-transform: uppercase;
	width: 690px;
	font-family: 'proxima_novaextrabold';
	font-weight: normal;
}
.textwidget {
	border-bottom: 2px solid #E9E9E9;
	padding-left: 20px;
	padding-bottom: 25px;
	padding-right: 30px;
}
.body-containers {
	background: none repeat scroll 0 0 #FFFFFF;
	border-bottom: 3px solid #E8E8E8;
	margin: 0 auto;
	width: 1140px;
}
.textwidget > p, .request-quote-form > p, .wpcf7-list-item-label {
	font-size: 16px;
	line-height: 20px;
	font-family: 'proxima_nova_rgregular';
	font-weight: normal;
}
span.wpcf7-list-item {
	margin: 0;
}
span.wpcf7-form-control-wrap {
	margin-bottom: 12px;
}
.request-quote-form .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	font-family: 'proxima_nova_rgregular';
	font-size: 15px;
	font-weight: normal;
	height: 36px;
	line-height: 20px;
	padding-left: 10px;
	width: 690px;
}

.request-quote-form .zip-code .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
	width: 100%;
}
.request-quote-form span.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 15px;
}

.request-quote-form .wpcf7-response-output {
    border: 2px solid #1f709f;
    margin: 20px 0;
}

.request-quote-form .phone {
    width: 340px;
    float: left;
}

.request-quote-form .zip-code {
    float: right;
    width: 340px;
}

.textwidget .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	font-size: 15px;
	height: 36px;
	line-height: 20px;
	padding-left: 10px;
	width: 100%;
	font-family: 'proxima_nova_rgregular';
	font-weight: normal;
}
#contact_form_pop .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	font-family: 'proxima_nova_rgregular';
	font-size: 15px;
	font-weight: normal;
	height: 36px;
	line-height: 20px;
	padding-left: 10px;
	width: 320px !important;
}

.phone{
    width: 130px;
   	float: left;
}

.zip-code{
    float: right;
    width: 130px;
}


.zip-code .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	width: 100%;
}
.wpcf7-form > p {
	margin-bottom: 15px;
}
.wpcf7-form-control.wpcf7-submit {
	background: none repeat scroll 0 0 #1F709F;
	border: 1px solid #79A9C5;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 15px;
	height: 30px;
	line-height: 25px;
	text-transform: uppercase;
	width: 100px;
	font-family: 'proxima_novaextrabold';
	font-weight: normal;
	position: relative;
}
.wpcf7-form-control.wpcf7-submit:hover {
    background: none repeat scroll 0 0 #165275;
}

.wpcf7-form-control.wpcf7-submit:after {
	background: url("images/submit-point.png") no-repeat scroll 0 0 ;
	content: "";
	position: absolute;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng{
	font-size: 17px;
	line-height: 23px;
	border: 2px solid #EEEEEE;
	font-family: 'proxima_nova_rgregular';
	font-weight: normal;
}
.responsive-menu {
	display: none;
}

.type-version span strong {
    padding-right: 8px;
}

.download a:hover{
    color:#00a2ff !important;
}

.textwidget span.wpcf7-not-valid-tip {
    color: #f00;
    display: block;
    font-size: 12px;
    margin: 15px 0 0;
}

.textwidget .wpcf7-response-output{
    border: 2px solid #1f709f;
    margin: 20px 0;
}

/* css for search page  */
.search-wrappers, .single-page-wrap, .archive-wrap, .error-404-wrapper {
	background: none repeat scroll 0 0 #ffffff;
	border-bottom: 1px solid #cccccc;
	margin: 0 auto;
	padding: 25px;
	width: 1140px;
}
.page-title{
	color: #1570a6;
	font-family: 'proxima_novalight';
	font-size: 41px;
	font-weight: normal;
	line-height: 48px;
}
.page-content > p{
	color: #787878;
	font-family: 'proxima_novalight';
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
}
.search-wrappers .entry-title > a {
	color: black;
	font-size: 20px;
	line-height: 20px;
	text-decoration: none;
	font-family: 'proxima_novalight';
	font-weight: normal;
}
.search-wrappers .entry-title > a:hover{
	color: #1570a6;
}
.search-wrappers .page-title > span{
	color: #000000;
}
.entry-date.published{
	color: #1570a6;
	font-family: 'proxima_novalight';
	font-size: 20px;
	font-weight: normal;
	line-height: 28px;
	text-decoration: none;
}
.url.fn.n, .entry-footer > a, .nav-previous > a, .nav-next > a, .entry-title > a {
	color: black;
	text-decoration: none;
}
.posted-on > a {
	text-decoration: none;
}
.posted-on > a:hover{
	text-decoration: underline;
}
.url.fn.n:hover, .entry-footer > a:hover, .nav-previous > a:hover, .nav-next > a:hover, .entry-title > a:hover {
	color: #1570a6;
}
.archive-wrap .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	width: 100%;
}
.archive-wrap .widget {
	width: 50%;
}
.archive-wrap .widget-title {
	text-align: center;
	width: 100%;
}
.archive-wrap .zip-code .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	margin-bottom: 15px;
}

/* css of contact page  */



.captcha-img {
    display: block;
    margin: 10px 0 5px;
}

span.wpcf7-form-control-wrap {
    display: block;
    position: relative;
    width: 100%;
}

.address-wrap {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 25px;
	font-family: 'proxima_novalight';
	font-weight: normal;
}
.tech > span, .sales > span {
	font-weight: bold;
}
.tech > a, .sales > a {
    color: #000000;
    text-decoration: none;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.tech > a:hover, .sales > a:hover, {
    color: #0796c8;
}

.news-heading {
	background: none repeat scroll 0 0 #f0f0f0;
	border-bottom: 1px solid #0796c8;
	float: left;
	width: 83.5%;
	padding-left: 10px;
}
.newsletter-date {
	background: none repeat scroll 0 0 #f0f0f0;
	border-bottom: 1px solid #0796c8;
	float: right;
	color: #000000;
	font-size: 16px;
	font-family: 'proxima_nova_rgregular';
	font-weight: normal;
	width: 16%;
	text-align: center;
	line-height: 24px;
}
.newsletter-wrap {
	margin-bottom: 2px;
}
.news-heading > a {
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	font-family: 'proxima_nova_rgregular';
	font-weight: normal;
}
.news-heading > a:hover{
	color: #0796c8;
}
.archive-heading {
	float: left;
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
	border-bottom: 1px solid #0796c8;
	width: 83.5%;
}
.archive-date {
	float: right;
	width: 16%;
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
	border-bottom: 1px solid #0796c8;
}

/* css for video-gallery */

.video-gallery-wrapper {
	margin: 0 auto;
	width: 932px;
	padding-top: 25px;
}
.video-block {
	background: none repeat scroll 0 0 #e0e0e0;
	display: inline-block;
	margin-left: 20px;
	width: 294px;
	position: relative;
}
.video-gallery {
	margin-left: -20px;
}
.fancybox-video > img {
	border: 1px solid #cccccc;
}
.video-block > h2 {
	font-family: 'proxima_nova_rgregular';
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 5px;
	text-align: center;
	text-transform: capitalize;
}
.video-gallery li {
	list-style: none outside none;
	margin-bottom: 25px;
}
.video-gallery > ul {
	margin: 0;
}
.play-video-img {
    background: url("images/play-video.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 36px;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    transition: all 1s ease 0s;
    width: 100%;
}
.video-block:hover .play-video-img {
    display: block;
}
.play-overlay {
	position: relative;
}
.video-gallery .video-block:hover > .play-video-img {
	background: url("images/play-video.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 36px;
	left: 42%;
	position: absolute;
	top: 37%;
	width: 35px;
	z-index: 999999;
}

/* css for product page  */

.product-wrapper {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 25px;
}
.alternate-image{
	float: left;
	padding: 60px 15px;
	width: 50%;
}
.txt-wrapper {
	float: right;
	padding-bottom: 80px;
	padding-top: 80px;
	width: 50%;
}
.txt-wrapper .product-title {
	font-family: 'proxima_nova_rgregular';
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.txt-wrapper > p {
	color: #787878;
	font-family: 'proxima_nova_rgregular';
	font-size: 15px;
	font-weight: normal;
	line-height: 26px;
}
.entry-content > p {
	color: #787878;
	font-family: 'proxima_nova_rgregular';
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
}
.product-wrapper .entry-content {
    width: 100%;
}
.txt-wrapper > a{
    background: none repeat scroll 0 0 #0796c8;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin: 0 5px;
    padding: 6px 25px;
    text-decoration: none;
}
.row-odd {
    background: none repeat scroll 0 0 #f7f7f7;
    display: inline-block;
    width: 100%;
    position: relative;
}
.row-even .alternate-image {
    float: right;
    padding: 60px 15px;
    width: 50%;
}


.row-even .txt-wrapper {
    float: left;
    padding-bottom: 80px;
    padding-top: 80px;
    width: 50%;
}
.row-odd:before {
    background: none repeat scroll 0 0 #f7f7f7;
    display: inline-block;
    width: 100%;
    content: '';
    position: absolute;

}
.row-odd:before {
    background: none repeat scroll 0 0 #f7f7f7;
    content: "";
    display: inline-block;
    height: 100%;
    left: -30px;
    position: absolute;
    top: 0;
    width: 3%;
}
.row-odd:after {
    background: none repeat scroll 0 0 #f7f7f7;
    content: "";
    display: inline-block;
    height: 100%;
    right: -30px;
    position: absolute;
    top: 0;
    width: 3%;
}
.row-even .alternate-image > img {
    float: right;
}

/* css of single page  */

.single-page {
    background: none repeat scroll 0 0 white;
    display: inline-block;
    width: 100%;
}
.single-page .entry-content a {
    text-decoration: none;
    background: none repeat scroll 0 0 #1f709f;
    border: 1px solid #79a9c5;
    border-radius: 5px;
    color: #ffffff;
    font-family: 'proxima_novaextrabold';
    font-size: 15px;
    font-weight: normal;
    height: 30px;
    line-height: 25px;
    padding: 10px;
    text-transform: uppercase;
}
.single-page .entry-content span {
    font-size: 20px;
    font-weight: bold;
}
.metal-li1 > li, .metal-li2 > li, .single-page .entry-content li {
    list-style: none outside none;
    color: #787878;
	font-family: 'proxima_nova_rgregular';
	font-size: 15px;
	font-weight: normal;
	line-height: 26px;
}
.single-page .inner-sidebars {
    float: right;
    margin-top: -80px;
    padding-right: 20px;
    padding-top: 0;
    width: 355px;
}



/* css for responsive  */

@media screen and (max-width:1140px){
	img{ max-width:100%}
	*{ box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
	.header-wrapper{width: 100%;}
	.top-menu-nav-wrap {
		width: 59%;
	}
	.top-menu {
		width: 70%;
	}
	.top-menu-nav-wrap .main-navigation {
		width: 100%;
	}
	.body-container {
		width: 100%;
	}
	.featured-slogan {
		width: 100%;
	}

	.featured-two-box-wrap{width: 100%;}
	.featured-two-box {
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
	}
	#featured-box-48, #featured-box-46 {
		width: 45%;
	}
	#featured-box-48 iframe {
		height: 300px;
		width: 100%;
	}
	.testimonial-wrapper {
		width: 100%;
	}
	.footer-wrapper {
		width: 100%;
	}
	.site-header {
		width: 100%;
	}
	.header-banner {
		width: 100%;
		height: auto;
	}
	.body-containers.clearfix {
		width: 100%;
	}
	.abt-us-content {
		width: 44%;
	}
	.entry-content {
		width: 100%;
	}
	.left-contents {
		width: 60%;
	}
	.inner-sidebars {
		width: 35%;
	}
	.abt-img {
		width: 50%;
	}
	.request-quote-form .phone .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .request-quote-form .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
		width: 100%;
	}
	.request-quote-form .zip-code .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
		float: none;
		width: 100%;
	}
	.request-quote-form > h2 {
		width: 100%;
	}
	.single-page article{
    width: 50%;
}
.single-page .inner-sidebars {
    width: 38%;
}
.search-wrappers, .single-page-wrap, .archive-wrap, .error-404-wrapper{
	width: 100%;
}

.request-quote-form p.clearfix > .phone,.request-quote-form p.clearfix > .zip-code {
   width: 45%;
}

.request-quote-form .phone {
    width: 100%;
}

}

@media screen and (max-width:1024px){

.box-title {
    background: url("images/k-img.png") no-repeat scroll right 0 ;
    padding-bottom: 5px;
 }


}



@media screen and (max-width:980px){
	.top-menu-nav-wrap {
		width: 65%;
	}
	.features-block-wrap {
		padding-left: 30px;
		padding-right: 30px;
		width: 100%;
	}
	.features-block {
		width: 32%;
	}
	.footer-navigation.clearfix {
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
	}
	.social-newsletter.clearfix {
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
	}
	.footer-menu1 {
		width: 23%;
	}
	.inner-sidebars {
		width: 40%;
	}
	.abt-us-content {
		width: 100%;
	}
	.abt-img {
		width: 100%;
	}
	.video-gallery-wrapper {
		width: 100%;
	}
	.video-gallery {
		margin-left: 0;
		padding-left: 25px;
		padding-right: 25px;
		width: 100%;
	}
	.video-block {
		width: 30%;
	}
	.video-gallery-wrapper .entry-title {
		padding-left: 25px;
	}
	.row-odd:before, .row-odd:after{
		display: none;
	}

}

@media screen and (max-width:929px){

.feat-block-wrap {
    height: 525px;
    width: 768px;
}

#feat-block-58 {
    left: 2%;
}

#feat-block-51 {
    right: 2%;
}

.feature-block {
    height: 150px;
    width: 150px;
}

.feat-block img {
    height: 142px;
    width: 142px;
}

#feat-block-54 {
    margin-left: -75px;
}

.feat-title {
    font-size: 14px;
    width: 103px;
}

.feat-content-title {
    font-size: 28px;
}

.box-title{
	font-size: 28px;
}

}

@media screen and (max-width:900px){
	.features-title{height: 69%;}

	.testimonial-wrap{width: 100%;padding-right: 10px;padding-left: 10px;}
	.testimonial-block > h2 {
		background-position: left center;
	}
	.footer-menu-block{
		float:left;
		width: 50%;
		text-align: center;
		margin-bottom: 15px;
	}
	.footer-navigation ul li{background: none;padding: 0;
	}
	.clear-second{
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	.single-page article {
    width: 45%;
}
.single-page .inner-sidebars {
    width: 45%;
}
/*.phone .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
	width: 290px;
}
.zip-code .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    float: none;
    width: 290px;
}*/
}

@media screen and (max-width:893px){
	.box-title{padding-bottom: 10px;}
}

@media screen and (max-width:885px){
	.top-menu-nav-wrap {
		width: 72%;
	}
	.bx-controls-direction {
		display: none;
	}


}
@media screen and (max-width:850px){
	.left-contents {
		width: 55%;
	}
	.inner-sidebars {
		width: 45%;
	}
}


@media screen and (max-width:810px){
	.green-btn{margin-top: 4px;
	}
	#featured-box-46 {
		padding-right: 10px;
	}
	.box-title {
		font-size: 28px;
		line-height: 24px;
		padding-bottom: 5px;
	}
	#featured-box-46 > p{font-size:15px; }
	.features-block, .features-block:last-child {
		width: 31%;
	}
}


@media screen and (max-width:800px){
	.top-menu-nav-wrap {
		width: 75%;
	}
	.news-heading, .archive-heading{
		width: 70.5%;
       
	}
	.newsletter-date, .archive-date{
		width: 28%;
	}

	.featured-two-box-wrap.clearfix {
    	padding: 0 0 20px;
	}

	.box-title {
	    font-size: 24px;
	}

	#featured-box-48 > p {
    	margin: 0;
	}

	#featured-box-48 iframe {
	    height: 320px;
	    width: 100%;
	}
}


@media screen and (min-width:768px){
	.menu-responsive-menu-container{display: block !important;}
}


@media screen and (max-width: 767px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.responsive-menu ul li:hover, #site-navigation ul li.current-menu-item{
		background: #046091 !important;
	}
	.main-navigation ul {
		display: none;
	}
	.search-wrap {
		margin-top: -35px;
	}
	.top-menu {
		position: absolute;
		right: 0;
		top: 25px;
		width: 60%;
	}
	/*.top-menu-nav-wrap .phone{
		font-size: 10px;
		padding-left: 20px;
	}*/
	.search-wrap {
		position: absolute;
		right: 0;
		top: 100px;
	}
	.responsive-menu {
		background: none repeat scroll 0 0 #0A8DCA;
	}
	.menu-toggle {
		background: none repeat scroll 0 0;
		border: medium none;
		color: #FFFFFF;
		float: none !important;
		font-size: 18px;
		padding: 10px;
		text-transform: capitalize;
		cursor: pointer;
	}
	.menu-responsive-menu-container ul {
		margin: 0;
		padding: 0px;
		text-align: center;
		display: block;
	}
	.menu-item-128 {
		border-top: 1px solid #40a6d6;
	}
	.menu-responsive-menu-container .menu-item > a {
		color: #FFFFFF;
		font-family: 'proxima_nova_rgregular';
		font-size: 18px;
		line-height: 45px;
		text-decoration: none;
	}
	.menu-responsive-menu-container ul li {
		border-bottom: 1px solid #40a6d6;
		list-style: none outside none;
	}
	.top-menu{width: 49%;}
	.main-featured-text > h1 {
		font-size: 30px;
	}
	.main-featured-text > p {
		font-size: 22px;
		line-height: 30px;
	}
	#featured-box-48 {

		width: 100%;
	}
	#featured-box-46 {
		margin-bottom: 20px;
		width: 100%;
	}
	.box-title {
		background-position: right center;
		font-size: 22px;
		line-height: 14px;
		margin-top: 3px;
		padding-bottom: 20px;
	}
	#featured-box-46 > p {
		font-size: 14px;
		line-height: 22px;
	}
	.green-btn {
		margin-top: 30px;
	}
	.features-block, .features-block:last-child, .features-block img {
		width: 100%;
	}
	.features-title {
		height: 81%;
	}
	.testimonial-block {
		margin-bottom: 25px;
		margin-right: 0;
		width: 100%;
        margin-left: 0;
	}
	.testimonial-block > h2 {
		background: none repeat scroll 0 0 ;
        margin-top: 15px;
	}
	.testimonial-wrapper {
		background: none repeat scroll 0 0 #0F527A;
		height: auto;
		padding-bottom: 25px;
	}
	.testimonial-block:last-child{
		width: 100%;
	}
	.social {
		width: 44%;
	}
	.newsletter {
		width: 52%;
	}
	.menu-main-menu-container, .main-navigation .menu-toggle{
		display: none;
	}
	.responsive-menu {
		display: block;
	}
	.left-contents {
		padding-right: 30px;
		width: 100%;
	}
	.update-box {
		width: 100%;
        padding-left: 0;
	}
	.inner-sidebars {
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	.download{background: none;padding: 0;}
	.inner-sidebars {
		float: right;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 25px;
	}
	.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
		width: 100%;
	}
	.phone .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .zip-code .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
		width: 100%;
	}
    
    .wpcf7-form .phone,.wpcf7-form .zip-code {
        float: none;
        width: 100%;
    }
    .phone{
        margin-bottom: 15px;
    }
	.widget-title {
		width: 100%;
	}
	.top-menu-nav-wrap {
		width: 100%;
	}
	.responsive-menu {
		display: block;
		margin-top: 30px;
	}

	.menu-toggle {
		background: url("images/resmenu.png") no-repeat scroll 0 0 ;
		color: #FFFFFF;
		cursor: pointer;
		display: block;
		float: right !important;
		font-size: 18px;
		font-weight: normal;
		height: 42px;
		line-height: 20px;
		margin-right: 5px;
		padding: 15px 20px 18px 0;
		text-decoration: none;
		text-indent: -9999px;
		text-transform: uppercase;
		margin-top: 5px !important;
		width: 42px;
	}

	.top-menu-nav-wrap > .responsive-menu{ position: relative;height: 50px;}
	.menu-responsive-menu-container {
		background: none repeat scroll 0 0 #0A8DCA;
		position: absolute;
		top: 50px;
		width: 100%;
		z-index: 9999;
		display: none;
	}
	.responsive-menu ul li{ width: 100% !important; float: none !important; background: none !important; padding: 0 !important; }
	.menu-responsive-menu{width: 100% !important; padding: 0 !important}
	.responsive-menu ul li a{ background:none !important; width: 100% !important;  text-align: center; margin: 0 !important}
	.subcribe-form > div {
		margin: 0 auto;
		position: relative;
		width: 147px;
	}
	.subcribe-form {
		width: 100%;
	}
	.testimonial-block > p {
		margin: 0 auto;
		width: 315px;
	}
	.video-block {
		background: none repeat scroll 0 0 ;
		display: block;
		margin-bottom: 19px;
		margin-left: 0;
		text-align: center;
		width: 100%;
	}
	.video-block > h2 {
		background: none repeat scroll 0 0 #cccccc;
		display: inline-block;
		padding-bottom: 10px;
		padding-top: 10px;
		width: 294px;
	}
	.alternate-image {
    float: none;
    text-align: center;
    width: 100%;
}
.txt-wrapper {
    float: none;
    padding: 20px;
    text-align: center;
    width: 100%;
}
.row-even .alternate-image {
    float: none;
    text-align: center;
    width: 100%;
}
.row-even .txt-wrapper {
    float: none;
    padding: 20px;
    text-align: center;
    width: 100%;
}

.row-even .alternate-image > img {
    float: none;
}
.single-page article {
    width: 100%;
}
.single-page .inner-sidebars {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.video-block > h2 {
    width: 100%;
}
.play-overlay > img {
    text-align: center;
    width: 100%;
}

.feat-block-wrap {
    height: 435px;
    width: 600px;
}

.feat-content {
    height: 260px;
    margin-left: -130px;
    padding: 40px 16px 20px;
    width: 260px;
    font-size: 12px;
}

.feat-content-title {
    font-size: 20px;
}

#feat-block-54 {
    bottom: 0;
  }

  #feat-block-58 {
    left: 0;
}

#feat-block-51 {
    right: 0;
}

.type-version > span {
    display: block;
    margin-right: 0;
}

.kimzey {
    float: none;
    margin: 0 auto;
}

.social {
    float: none;
    text-align: center;
    width: 100%;
}

.newsletter {
    float: none;
    text-align: center;
    width: 100%;
     margin: 10px 0 0;
}

.subscribe-txt {
    float: none;
}

.subcribe-form {
    float: none;
    margin: 0 auto;
    width: 152px;
}

.fa {
    margin-top: 10px;
}

.main-featured-text {
    padding-bottom: 30px;
}

.testimonial-wrapper {
    margin-top: 20px;
}

.request-quote-form p.clearfix > .phone, .request-quote-form p.clearfix > .zip-code {
    width: 100%;
}

.textwidget span.wpcf7-not-valid-tip {
    text-align: left;
}

.textwidget .wpcf7-form > p {
    text-align: left;
}


iframe{
    width: 100%;
}

.news-heading {
    min-height: 49px;
}

.social .text {
    bottom: -46px;
}

}



@media screen and (max-width:710px){
	.social {
		float: none;
		margin: 0 auto;
		width: 48%;
	}
	.newsletter {
		float: none;
		width: 100%;
	}
	.features-title {
		height: 81%;
	}
	.top-menu {
		width: 51%;
	}
}
@media screen and (max-width:635px){
	.top-menu {
		width: 56%;
	}
}

@media screen and (max-width:600px){
	.subscribe-txt {
		float: none;
		text-align: center;
	}
	.newsletter {
		width: 100%;
	}
	.top-menu {
		width: 63%;
	}
	.bx-controls.bx-has-pager.bx-has-controls-direction {
		display: none;
	}
}
@media screen and (max-width:574px){
	.features-title {
		height: 75%;
	}
}

@media screen and (max-width:550px){
	.caption {
		font-size: 30px;
		margin-top: -172px;
		padding-left: 20px;
		position: static;
	}
	.main-featured-text > p {
		font-size: 18px;
		line-height: 24px;
	}
	.main-featured-text > h1 {
		font-size: 24px;
		line-height: 30px;
	}
	.kimzey {
		text-align: center;
		width: 100%;
	}
	.fa {
		text-align: center;
	}
	.site-branding {
		float: none;
		text-align: center;
		width: 100%;
	}
	.top-menu {
		margin-top: 50px;
		width: 100%;
	}
	.search-wrap {
		display: none;
	}
	.top-menu .menu {
		display: block;
		float: none;
		margin: 0 auto !important;
		width: 206px;
	}
	.top-menu-nav-wrap .top-menu .menu-top-menu-container {
		float: none;
	}
	.top-menu-nav-wrap .phone {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	.responsive-menu {
		display: block;
		margin-top: 50px;
	}
}

@media screen and (max-width:599px){
	.feat-content {
	    border: 5px solid #0f527c;
	    border-radius: 0;
	    font-size: 14px;
	    height: auto;
	    left: 0;
	    margin: 0 auto;
	    padding: 20px;
	    position: relative;
	    width: 98%;
	}

	.feat-block-wrap {
	    height: auto;
	    margin: 0 auto 40px;
	    text-align: center;
	    width: 98%;
	}

	#feat-block-58,#feat-block-54,#feat-block-51{
	    left: 0;
	    top: 0;
	    position:relative;
	    margin-left: 21px;
	}

	#feat-block-58 {
    	margin-left: 0;
	}

	.feat-block {
	    display: inline-block;
	    width: 30%;
	}

	.feat-block img {
	    border-radius: 0;
	    height: auto;
	    width: 100%;
	}

	.feature-block {
	    border-radius: 0;
	    height: auto;
	    width: 100%;
	}
}



@media screen and (max-width:480px){
	.featured-slogan li{
		font-size: 11px;
	}
	.footer-menu1, .footer-menu2 {
		text-align: center;
		width: 100%;
	}
	.footer-navigation ul li{background: none;
	}
	.footer-menu3 {
		margin-top: 0;
		width: 100%;
		text-align: center;
	}
	.footer-menu4 {
		margin-top: 0;
		text-align: center;
		width: 100%;
	}
	.testimonial-block > p {
		margin: 0 auto;
		width: 290px;
	}
	.social {
		float: none;
		margin: 0 auto;
		width: 53%;
	}
	.footer-menu1, .footer-menu2{margin-bottom: 15px;}
	.footer-menu3 {
		margin-bottom: 15px;
	}
	.site-info {
		width: 100%;
	}
	.site-info > p, .site-info a, .designed-by{font-size: 10px;text-align: center;}
	.single-page .entry-content a {
    background: none repeat scroll 0 0 ;
    border: medium none;
    color: black;
    padding: 0;
}

#feat-block-54, #feat-block-51 {
    margin-left: 10px;
}

.feat-title {
    font-size: 12px;
    padding: 0;
    position: relative;
    text-align: center;
    top: 0;
    transition: none 0s ease 0s ;
    width: 100%;
    min-height: 48px;
}



.feat-block:hover .feat-title {
    width: auto;
}

}

@media screen and (max-width:408px){
	.caption{display: none;}

}
@media screen and (max-width:385px){
	.main-featured-text > h1 {
		font-size: 20px;
		line-height: 24px;
	}
	.main-featured-text > p {
		font-size: 14px;
		line-height: 20px;
	}

	.social {
		float: none;
		margin: 0 auto;
		width: 60%;
	}


	.search-wrap {
		display: none;
	}

}

@media screen and (max-width:350px){
	.featured-slogan li{
		font-size: 9px;
	}
	.box-title{background: none;}
	.social {
		float: none;
		margin: 0 auto;
		width: 66%;
	}
	.video-block > h2{
		width: 100%;
	}
}
@media screen and (max-width:329px){
	.features-title {
		height: 69%;
	}

}
body #livesite_active_engage.ls-desktop, body #livesite_engage_button.ls-desktop{
    margin: 10px 10px 0 80px;
    right: auto;
    left: 0px;
}