@import"../css/banner.css";@import"../css/skeleton.css";@import"../css/tabpenel.css";@import"../css/responsive-tabs.css";
body{
		font-family:"Myriad Pro",Arial, Helvetica, sans-serif;
		margin:0;
		padding:0;
}

.box { float: left; }
#root { max-width: 100%; margin: 0 auto; }

img, object, embed {
max-width: 100%;
}

img{
	height:auto;
/*    width:100% !important;
	height:100% !important;*/
}

a{
		text-decoration:none;
}

p{
		color:#333;
}

.links {
		color:#007bc1;
}

.links a{
	text-decoration:none;
	color:#007bc1;
}

.links a:hover{
	text-decoration:underline;
	color:#007bc1;
}

.links-green {
		color:#0db14b;
}

.links-green a{
	text-decoration:none;
	color:#0db14b;
}

.links-green a:hover{
	text-decoration:underline;
	color:#0db14b;
}

.press a {
		text-decoration:none;
}

.press a:hover {
		text-decoration:none;
		cursor:pointer;
}


/* Header styles */
h1,h2,h3,h4,h5,h6{line-height:1em;color:#222222; font-family:"Myriad Pro",Arial, Helvetica, sans-serif;}
h1{font-size:30px;}
h2{font-size:23px; color:#6cbe45;}
h3{font-size:23px; color:#007bc1;} 
h4{font-size:20px; padding-bottom:15px;}  
h5{font-size:16px; color:#222; font-weight:normal;}
h6{font-size:14px;}

.header { /*width: 73.4375%;*/ /*width: 74.438%;*/ 
	/*position: fixed;*/
	top: 0;
	left: 0;
	width: 100%;
	background: #FFF;
	z-index: 10000;
	height: 118px;
	overflow: hidden;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s; }
	
.header-fixed { width:960px; margin:0 auto 0 auto; }

#banner { width: 100%; clear:both; text-align:center; /*margin-top:100px;*/ }
#body-content { width: 100%; }
#container { width: 100%; height:100%; }
#content-area { /*width: 74.438%;*/ width:960px; margin:0 auto 0 auto; /*padding-bottom:35px;*/ }
#footer { width: 100%; height:auto; background:#00c2f3; clear:both; }
#footer-content { /*width: 73.4375%;*/ /*width: 74.438%;*/ width:960px; margin:0 auto 0 auto; }
#footer-bottom{ width:100%; height:100%; background:#2082b5; padding:10px 0 5px 0;  }
#footer-bottom-content{ width: 73.4375%; margin:0 auto 0 auto; }
#footer-bottom-content a{
		color:#000;
}


#footer-bottom-content a:hover{
		color:#FFF;
}

#footer-content ul{
		list-style:none;
}

.footer-nav{
		font-size:12px;
		float:left;
		color:#000;
}

.copyright{
		float:right;
		font-size:12px;
		color:#000;
}


.box-img{ display:inline-block; /*background:#fff;*/ padding:0; position:relative; overflow:hidden;}
	.box-img img{ max-width:100%; height:auto;}
	a.box-img span{ display:block; background:url(../images/box-hover.png) 0 0 repeat; color:#fff; width:114px; height:103px; position:absolute; top:10px; left:10px; padding:10px 5px 10px 10px; opacity:0;
	-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}
	a.box-img span strong{ display:block; text-transform:uppercase;}
	a.box-img:hover span{ opacity:1;}
	a.box-img:hover{ text-decoration:none;}


.wrapper{width:100%;overflow:hidden;position:relative;}

.logo {
/*background-image: url('../images/montavista-logo.png');
background-repeat: no-repeat;*/
float:left;
margin:9px 0 0 5px;
padding:0;
}

.fleft{float:left}
.fright{float:right}

.toplinks{
		position:relative;
		overflow:hidden;
		float:right;
		margin:8px 0 0 0;
}
.toplinks li{ float:left; margin-right:0px; list-style:none; color:#d86335; font-size:11px/14px;}
.toplinks li a{ text-decoration:none; color:#d86335; font-size:15px;}
.toplinks li a:hover{ text-decoration:underline; color:#d86335;}


.search{
		float:right;
		position:relative;
		margin-top:12px;
		margin-right:0px;
		padding-bottom:7px;
}

.search-input{
		float:left;
		height:27px;
		width:180px;
		border-right:none;
		color:#777;
		font-size:13px;
		border:#7e9db9 1px solid; 
		padding:2px;
		margin:-5px 0 0 0;
/*		-webkit-border-radius: 3px 0px 0px 3px;
		-moz-border-radius: 3px 0px 0px 3px;
		border-radius: 3px 0px 0px 3px;*/
		
}

.search-btn{
		float:left;
		margin:-5px 0 0 0;
		background:url(../images/button-search.jpg) no-repeat;
		border:none;
		cursor:pointer;
		width:43px;
		height:33px;
		margin-left:-2px;
}

/*Begin Tooltip*/
/* Relative positioning*/
#wrapper-tooltip {
	position: relative;
	display:table;
	margin: 0px auto 0px auto;
/*	border: 1px solid #fafafa;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.5);
	box-shadow: 0 3px 3px rgba(0,0,0,.5);*/
}
/* Hide the original tooltips contents */
.pin {
	display: none;
}
/* Begin styling the tooltips and pins */
.tooltip-up, .tooltip-down {
	position: absolute;
	background:url(../images/arrow-up-down.png);
	width: 27px;
	height: 30px;
	text-align: center;
	padding-top:6px;
	font-weight:bold;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px;
}
.tooltip-down {
	background-position: 0 -35px;
}
.tooltip {
	display: none;
	width: 200px;
	cursor: help;
	text-shadow: 0 1px 0 #fff;
	text-align:left;
	position: absolute;
	top: 10px;
	left: 50%;
	z-index: 999;
	margin-left: -115px;
	padding: 15px;
	color: #222;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 3px 0 rgba(0,0,0,.7);
	-webkit-box-shadow: 0 3px 0 rgba(0,0,0,.7);
	box-shadow: 0 3px 0 rgba(0,0,0,.7);
	background: #fff1d3;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff1d3), to(#ffdb90));
	background: -webkit-linear-gradient(top, #fff1d3, #ffdb90);
	background: -moz-linear-gradient(top, #fff1d3, #ffdb90);
	background: -ms-linear-gradient(top, #fff1d3, #ffdb90);
	background: -o-linear-gradient(top, #fff1d3, #ffdb90);
	background: linear-gradient(top, #fff1d3, #ffdb90);
}
.tooltip::after {
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	border-bottom: 10px solid #fff1d3;
	border-left: 10px solid transparent;
	border-right : 10px solid transparent;
}
/*.tooltip-down .tooltip {
	bottom: 12px;
	top: auto;
}
.tooltip-down .tooltip::after {
	bottom: -10px;
	top: auto;
	border-bottom: 0;
	border-top: 10px solid #ffdb90;
}
.tooltip h2 {
	font: bold 1.3em 'Trebuchet MS', Tahoma, Arial;
	margin: 0 0 10px;
}
.tooltip ul {
	margin: 0;
	padding: 0;
	list-style: none;
}*/
/*End Tooltip*/

/* Begin Search box */
#search {
    position: relative;
    float:right;
    width: 24px;
    height: 30px;
	left:-15px;
	top:7px;
}
#label {
    width: 24px;
    height: 30px;
    position: relative;
    z-index: 20;
}
#label label {
    display: block;
    width: 24px;
    height: 28px;
    background: url("../img/search.png") 0 0;
    font-size: 0;
    color: rgba(0, 0, 0, 0);
    text-indent: -9999px;
    cursor: pointer;
}
#label label:hover {
    background: url("../img/search.png") -55px 0
}
#label.active label {
    background: url("../img/search.png") -28px 0;
	cursor:pointer;
}
#input {
    position: absolute;
    top: 0;
    right: -230px;
    width: 395px;
    height: 28px;
    z-index: -10;
    overflow: hidden;
}

#input input {
    display: block;
    position: absolute;
    top: 0;
    left: -150px;
    /*width: 450px;*/
    height: 100%;
    margin: 0;
    padding: 0 10px;
    border: none;
    background-color: #f2f2f2;
    color: #666;
    font-size: 12px;
    -webkit-backface-visibility: none;
    -moz-backface-visibility: none;
    -ms-backface-visibility: none;
    backface-visibility: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: left 0;
    -moz-transition: left 0;
    -ms-transition: left 0;
    -o-transition: left 0;
    transition: left 0;
}
#input input:focus {
    outline: none
}
#input.focus {
    z-index: 20
}
#input.focus input {
    left: 0;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
}

.input-home {
	width:165px;
}
/* End Search box */


#menu{
		padding:0 0 0 0;
		clear:both;
		margin-top:28px;
}

.bg{ width:100%; padding:0; /*background:url(../images/gray-bg.jpg) 0 0 repeat;*/}

.gray-panel{
		padding:10px; /*text-align:center;*/
}

.gray-panel-inner{
		padding:10px; /*text-align:center*/;
		margin:0 auto 0 auto;
		/*width:74.438%;*/
		width:950px;
}


.border{
		border-bottom:#CCC 2px solid;
		/*padding:10px 0 25px 0;*/
		clear:both;
}

.border-dotted{
		border-bottom:#999 1px dotted;
		padding:5px 0 5px 0;
		clear:both;
}

/*  Buttons */
.button{display:inline-block; font:italic 16px/24px;color:#fff;padding:10px 25px 10px 25px; border-radius:25px;
	background: #00c2f3;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#00c2f3), to(#00c2f3));
	background: -webkit-linear-gradient(#00c2f3, #00c2f3);
	background: -moz-linear-gradient(#00c2f3, #00c2f3);
	background: -ms-linear-gradient(#00c2f3, #00c2f3);
	background: -o-linear-gradient(#00c2f3, #00c2f3);
	background: linear-gradient(#00c2f3, #00c2f3);
	-pie-background: linear-gradient(#00c2f3, #00c2f3);}
	.button:hover{ text-decoration:none; background:#333;-pie-background: linear-gradient(#212020, #212020);}
.button1{ display:inline-block;font:italic 15px/18px Arial, Helvetica, sans-serif; color:#1d1d1d;
	-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}
	.button1:hover{ text-decoration:none; color:#03d1da;}


.button-blue{display:inline-block; font:italic 16px/24px;color:#fff;padding:10px 70px 10px 70px; border-radius:25px;
	background: #00c2f3;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#007bc1), to(#007bc1));
	background: -webkit-linear-gradient(#007bc1, #007bc1);
	background: -moz-linear-gradient(#007bc1, #007bc1);
	background: -ms-linear-gradient(#007bc1, #007bc1);
	background: -o-linear-gradient(#007bc1, #007bc1);
	background: linear-gradient(#007bc1, #007bc1);
	-pie-background: linear-gradient(#007bc1, #007bc1);}
	.button-blue:hover{ text-decoration:none; background:#333;-pie-background: linear-gradient(#212020, #212020);}

.button-green{display:inline-block; font:italic 16px/24px;color:#fff;padding:10px 55px 10px 55px; border-radius:25px;
	background: #00c2f3;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#6cbe45), to(#6cbe45));
	background: -webkit-linear-gradient(#6cbe45, #6cbe45);
	background: -moz-linear-gradient(#6cbe45, #6cbe45);
	background: -ms-linear-gradient(#6cbe45, #6cbe45);
	background: -o-linear-gradient(#6cbe45, #6cbe45);
	background: linear-gradient(#6cbe45, #6cbe45);
	-pie-background: linear-gradient(#6cbe45, #6cbe45);}
	.button-green:hover{ text-decoration:none; background:#333;-pie-background: linear-gradient(#212020, #212020);}


.box{ position:relative; overflow:hidden; padding:33px 4px 6px 32px;}
	.box img{ float:left; margin:5px 10px 0 0;}
	.box p{ overflow:hidden; padding-bottom:0;}
.box2 p{ padding-bottom:15px;}
	.box2 .fleft{ width:79px;}
	.box2 a{ margin-top:8px;}
.box3{ position:relative; float:right; overflow:hidden;}
	.box img{ float:right; }
.box4{ float:right; overflow:hidden; margin-top:27px;}
	
.box ul{
		margin:0 0 0 0;
		padding:5px 0 0 0;
		list-style:none;
}

.box ul li{
		margin:0 0 0 0;
		line-height:22px;
		list-style:none;
		font-size:14px;
}

.box ul li a {
		color:#FFF;
}

.box ul li a:hover {
		color:#222;
}


/*Support table*/
.grid3{
	border-collapse:collapse;
	color:#1b4d7f;
}
.grid3 tr.row td{
	padding:2px 6px 2px 6px;
	/* cursor:pointer; */
	color:#696969;
}
.grid3 tr.row td.left{
	background:url(../images/back_grid3.gif) repeat-y;
	padding:0px;
}
.grid3 tr.row td.right{
	background:url(../images/back_grid3.gif) repeat-y right top;
	padding:0px;
}
.grid3 th{
	background:#737373;
	color:#FFFFFF;
	padding:3px 6px 3px 6px;
	white-space:nowrap;
	text-align:left;

}
.grid3 th.first{
	background:url(../images/t9_tl.gif) no-repeat;
	padding:0px;
}
.grid3 th.last{
	background:url(../images/t9_tr.gif) no-repeat right top;
	padding:0px;
}
.grid3 tr.divider td{
	padding:0px;
	background:url(../images/bul_4.gif) repeat-x 0% 50%;
}
.grid3 tr.last td{
	padding:0px;
	background:url(../images/back_grid3.gif) repeat-x 0% 100%;
}

.grid3 .link-more{
	color:#696969 !important;
	text-decoration:none;
}
.grid3 .link-more:hover,.grid3 .act .link-more {
	color:#1b4d7f !important;
	text-decoration:underline;
}
.grid3 .green-text{
	color:#677B29;
}
.grid3 .orange-text{
	color:#BA5F25;
}
/*End support table*/


/*Tabbed Pannel*/

.exe_floating_main_div{
height:0px;
margin:0;
padding:0;
}
.exe_floating_data_div{
margin:0 0 10px;
z-index:1000;
/*height:50px;*/
width:980px;
}

ul.tabs {
	margin: 0;
	padding: 0 0 0 100px;
	float: left;
	list-style: none;
	height: 32px;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 80px;
	height:32px;
	line-height: 31px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #666;
	color: #FFF;

}

.tab_last { border-right: 1px solid #CCC; }

ul.tabs li:hover {
	background-color: #6cbe45;
	color: #FFF;
}

ul.tabs li.active {
	background-color: #6cbe45;
	color: #FFF;
	border-bottom: 1px solid #fff;
	display: block;
}

.tab_container {
	border: 1px solid #CCC;
	float: left;
	width: 100%;
	background: #fff;
	overflow: auto;
	margin-bottom:50px;
	height:auto;

}

.tab_content {
	padding: 20px;
	display: none;
	/*border-top:#ccc 1px solid;*/
}

.tab_drawer_heading { display: none; }

.event-logo{
	float:left;
	margin-right:24px;
}

tr.divider td{
	padding:0px;
	background:url(../images/bul_4.gif) repeat-x 0% 50%;
}


.benefits-1{
		float:right;
}

.benefits-2{
		float:left;
		margin-top:0px;
		border:2px #666 solid;
		padding:10px;
}

.divider{
		/*background:url(../images/divider.jpg) no-repeat;*/
		width:3px;
		/*height:81px;*/
}

.box-img4 {width:70px; float:left;}

/*Begin Top Tabbed panel*/

/***********************************************************************************************/
/* GENERAL */
/***********************************************************************************************/
nav.demo-nav {
    width:350px;
    margin:0 auto;
    display:block
}

nav.demo-nav a {
    font-size:19px;
    display:inline-block;
    text-align:center;
    font-family:'Lato',sans-serif;
    color:#0db14b;
    font-weight:400;
    padding:5px 15px;
    text-transform:uppercase;
    border-radius:2px;
    letter-spacing:1px;
    text-decoration:none;
    margin-right:10px;
    border:2px solid #ecf0f1;
    border-radius:none
}

nav a.active,nav a:hover {
    background:#ecf0f1;
    color:#27ae60
}

.speed-input{
	height:30px;
	width:240px;
}

#press {
	background:#f2fafe;
	border:#99defd 1px solid;
	padding:8px;
}

.date {
	color:#333;
	font-style:italic;
	padding-top:8px;
}

.news-v2{
		color:#006699;
		border-bottom:#666666 1px dashed;
		padding-bottom:8px;
}

.featured-headling{
	background:#2699d5;
	padding:8px;
	color:#FFF;
	font-size:20px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.blog-headling{
	background:#92c83e;
	padding:8px;
	color:#FFF;
	font-size:20px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.blog{
		color:#333;
		border-bottom:#CCC 1px solid;
		padding-bottom:10px;
}

.blog-title{
	font-size:20px;
}

.blog-date{
	color:#2699d5;
}

.tweet-headling{
	background:#00c2f3;
	margin-top:25px;
	padding:8px;
	color:#FFF;
	font-size:20px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tweets{
		color:#333;
		/*border-bottom:#CCC 1px solid;*/
		padding-bottom:10px;
}



/***********************************************************************************************/
/* HEADER AND NAV */
/***********************************************************************************************/
nav.main-nav {
    background:#fff;
    height:55px;
    border-bottom:1px solid #dadada;
    text-align: center;
	z-index:999;
}

nav.main-nav a {
    font-family:'Lato',sans-serif;
    font-size:20px;
    text-decoration:none;
    display:inline-block;
    padding:15px 19px;
    color:#0db14b;

}


nav.main-nav.stickytop {
    position:fixed;
    top:0;
    width: 100%; 
}

.container {
    display: inline;
    margin:0 auto;
  
}

/***********************************************************************************************/
/* RESPONSIVE */
/***********************************************************************************************/

@media all and (min-width: 360px) and (max-width: 480px) { 
   
    nav.main-nav a {
        font-size:16px;
    }
    
    nav.main-nav {
        height:50px;
    }
    
}




@media screen and (max-width: 480px) {
    
    nav.main-nav a {
        font-size:8px;
		padding:10px 5px 10px 5px;
	    }
    
    nav.main-nav {
        height:30px;
    }
	    .content {
        -webkit-column-count:1;
        /* Chrome, Safari, Opera */
        -moz-column-count:1;
        /* Firefox */
        column-count:1;
    }
    
}
/* End Top Tabbed panel*/


/*End Tabbed Pannel*/


.news a{
		text-decoration:none;
		color:#333;
}

.news a:hover{
		text-decoration:underline;
		color:#333;
}

.bg-hdg-2{
		margin:0;
		padding:5px 0 5px 10px;
		background:#787878;
		font-size:15px;
		font-weight:bold;
		color:#FFF;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 4px;
}

#quick-links{
		margin:20px 5px 10px 5px;
		padding:0 0 12px 0;
		width:150px;
		background:#f9f9f9;
		border:#d3d2d3 1px solid;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		text-align:left;
}

#quick-links ul{
		margin:5px 8px 0 20px;
		padding:0 0 0 0;
}

.ie6 #quick-links ul{
		margin:0 8px 0 17px;
		padding:0 0 0 0;
}

#quick-links li{
		margin:0 0 0 0;
		font-weight:bold;
		font-size:13px;
		padding:4px 0 4px 0;
		list-style:url(../images/arrow_black.jpg);
		border-bottom:#999 1px dashed;
}

.ie6 #quick-links li{
		margin:0 0 0 5px;
		font-weight:bold;
		font-size:13px;
		padding:4px 0 4px 0;
		list-style:url(../images/arrow_black.jpg);
		border-bottom:#999 1px dashed;
}

#quick-links li a{
		text-decoration:none;
		color:#1b4d7f;
}

#quick-links li a:hover{
		text-decoration:underline;
		color:#000;
}

.blog2 {width:203px; background:#2699d5; float:right; border:#DDD 1px solid;}

.newspad{padding-left:45px;}
.ecosys{padding-left:36px;}
.solpad{padding-left:67px;}
.blogpad{padding-left:85px;}




/* Laptop/Tablet (1024px) */
@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation: landscape) {
	#header { width: 100%; margin:0 auto 0 auto; }
	#banner { width: 100%; clear:both; }
	#body-content { width: 100%; }
	#container { width: 100%; height:100% }
	#content-area { width: 100%; margin:0 auto 0 auto; }
	#footer { width: 100%; background:#00c2f3; }
	#footer-content { width: 100%; margin:0 auto 0 auto;}
	.box-img{ display:block;}
	#footer-bottom{ width:100%; height:50px; background:#2082b5; padding:10px 0 5px 0;  }
	#footer-bottom-content{ width: 100%; margin:0 auto 0 auto; }
	.header-fixed { width:750px;}
	
}

/* Tablet Portrait (768px) */
@media only screen and (min-width: 321px) and (max-width: 1024px) and (orientation: portrait) {
	#header { width: 100%; margin:0 auto 0 auto; }
	.header-fixed { width:750px;}
	#banner { width: 100%; clear:both; }
	#body-content { width: 100%; }
	#container { width: 100%; height:100% }
	#content-area { width: 100%; margin:0 auto 0 auto; }
	#footer { width: 100%; background:#00c2f3; }
	#footer-content { width: 100%; margin:0 auto 0 auto; }
	.box-img{ display:block;}
	.box ul li {font-size:12px;}
	#footer-bottom{ width:100%; height:50px; background:#2082b5; padding:10px 0 5px 0;  }
	#footer-bottom-content{ width: 100%; margin:0 auto 0 auto; }
	.button-blue {margin-bottom:15px;}
	.copyright { float:left; margin-top:5px;}
	.search-input{ width:160px;}
	.newspad {padding-left:30px;}
	.ecosys {padding-left:15px;}
	.solpad {padding-left:50px;}
	.blogpad{padding-left:-10px;}
	.gray-panel-inner{width:750px;}
	.box4{ margin-top:30px !important;}
	

}

/* Phone Landscape (480px) */
@media only screen and (min-width: 321px) and (max-width: 480px) and (orientation: landscape) {
	#header { width: 100%; margin:0 auto 0 auto; }
	#banner { width: 100%; clear:both; }
	#body-content { width: 100%; }
	#container { width: 100%; height:100% }
	#content-area { width: 100%; margin:0 auto 0 auto; }
	#footer { width: 100%; background:#00c2f3; }
	#footer-content { width: 100%; margin:0 auto 0 auto; }
	.box-img{ display:inline-block;}
	.img1 img{ width:420px;}
	#footer-bottom{ width:100%; height:50px; background:#2082b5; padding:10px 0 5px 0;  }
	#footer-bottom-content{ width: 100%; margin:0 auto 0 auto; }
	.button-blue {margin-bottom:5px;}
	.copyright { float:left; margin-top:5px;}
	.search-input{ width:140px;}
	.newspad {padding-left:90px;}
}

/* Phone Portrait (420px) */
@media only screen and (max-width: 420px) {
	#header { width: 100%; margin:0 auto 0 auto; }
	#banner { width: 100%; clear:both; }
	#body-content { width: 100%; }
	#container { width: 100%; height:100% }
	#content-area { width: 100%; margin:0 auto 0 auto; }
	#footer { width: 100%; background:#00c2f3;}
	#footer-content { width: 100%; margin:0 auto 0 auto; }
	.box-img{ display:inline-block;}
	.img1 img{ width:378px;}
	#footer-bottom{ width:100%; height:50px; background:#2082b5; padding:10px 0 5px 0;  }
	#footer-bottom-content{ width: 100%; margin:0 auto 0 auto; }
	.button-blue {margin-bottom:5px;}
	.copyright { float:left; margin-top:0px; margin-left:10px; font-size:11px;}
	.search-input{ width:170px;}
	.logo { margin-top:20px; margin-left:40px;}
	.search {float:left; margin-top:-20px; margin-bottom:10px; margin-left:35px;}
	.fright { float:left; margin-left:105px;}
	.news-events {margin-left:15px;}
	.blog2{float:left; margin-left:-84px;}
	.media-icons{margin-left:-38px; float:left;}
	.blogpad{padding-left:65px;}
	.products {margin-left:10px; margin-right:20px;}
	.company{margin-left:-7px;}
	.contact{margin-left:5px;}
	.solutions{margin-left:-18px;}
	.inner-slider {width:500px; float:left; margin-left:-38px !important;}
	.benefits-2{
		float:left;
		margin-top:10px;
		border:2px #666 solid;
		padding:10px;
		width:278px;
		margin-bottom:50px;
}
	.box-img4 {width:70px; float:none;}
	.box4{ float:left; margin-left:100px; margin-top:-55px !important}
	.divider {display:none;}
	.gray-panel-inner{width:300px; padding-top:55px;}
	h5 {padding-top:55px;}
	.newspad {padding-left:30px;}
	.input-home {
	width:130px;
}
.footer-nav{
		font-size:11px;
		float:left;
		color:#000;
		
}
	
}


/* Phone Portrait (420px) */
@media only screen and (max-width: 420px) {
	.fright {margin-left:69px; margin-top:29px;}

}


