
/**
  * Rhinoslider 1.05
  * http://rhinoslider.com/
  *
  * Copyright 2013: Sebastian Pontow, Rene Maas (http://renemaas.de/)
  * Dual licensed under the MIT or GPL Version 2 licenses.
  * http://rhinoslider.com/license/
  */

.rhino-toggle
{
	top:-4px;
	left:-6px;
}

.rhino-container {
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute !important;
    left: 0;
    bottom: 100;
    width: 100%;
    bottom: 0;
}

.rhino-caption
{
	position:absolute;
	background: #000;
	display:none;
	right:0;
	top:0;
	color:#fff;
	padding:10px;
	text-align:right;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

.rhino-bullets
{
	position: absolute;
	bottom: 0;
	right: 0px;
	margin:0 0 0 0px !important;
	z-index: 10;
	padding:0;
	width: 100%;
}

.rhino-bullets li
{
	float:none;
	display:inline-block;
	margin:0 2px;
}

.rhino-bullets li a.rhino-bullet
{
	display: block;
	width: 11px;
	height: 11px;
	cursor: pointer;
	background:url(../images/slider_btn_disable.png) top center no-repeat;
	font-size: 10px;
	text-align: center;
	padding: 6px 0 5px 0;
	color: #333;
	text-decoration:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	text-indent:-10000px;
}

.rhino-bullets li a.rhino-bullet:hover, .rhino-bullets li a.rhino-bullet:focus
{

     background:url(../images/slider_btn_enable.png) top center no-repeat;
}

.rhino-bullets li a.rhino-bullet.rhino-active-bullet
{
	background:url(../images/slider_btn_enable.png) top center no-repeat;
}

img.background_image
{
	float:left;
	position:absolute;
	left:0px;
	top:0px;
	z-index:0;
	width:100%;/*height:600px;*/
}

.banner_left_image
{
	position:absolute;
	line-height:1px;
	bottom:0px;
	left:0px;
}

body
{

}

#slider
{
	width:100%;
	min-height:170px;
	/*IE bugfix*/
	padding:0;
	margin:0;
}

#age-slider
{
	float:left;
	width:100%;
	min-height:265px;
	margin:0;
}

#slider li
{
	float:left;
	width:100%;
	min-height:265px;
}

.inner_content
{
	width:1200px;
	display:table;
	min-height:265px;
	position:relative;
	z-index:9999;
	margin:0px auto;
	color:#FFF;
	padding:0px;
}

.asd
{
	background: url("../images/try-posios-orange-white-arrow.png") no-repeat scroll right bottom transparent;
    float: left;
}

.orange_content
{
	float:right;
	position:absolute;
	max-width:250px;
	color:#FFF;
	font-family:open_sans_lightregular;
	background: url(../img/try-posios-orange-white-arrow-right.png) right center no-repeat #F87A26;
	margin:0px;
	padding:15px 60px 15px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	right:310px;
	bottom:115px;
}

.orange_content a
{
	line-height:29px;
	text-decoration:none;
	font-size:29px;
	color:#FFF;
}

.banner-box
{
    float: left;
    line-height: 1px;
    position: relative;
    width: 100%;
	overflow:hidden;
}


@media handheld, only screen and (max-width: 1024px) {

.newbanner-inner {/*top: 41%;*/}

	
}

@media handheld, only screen and (max-width: 939px) {

.newbanner-inner {
	top: 120%;
}

.rhino-bullets {
	bottom: 70px;
}

}

@media handheld, only screen and (max-width: 840px) {

.home-header {
	position: relative;
}

.newbanner-inner {
	position: static;
}

.rhino-container {
    position: static !important;
    right: 0;
    width: 100%;
    background: #0451a5;
}

#slider {min-height: 250px;}

#slider li {min-height: 250px;}

.rhino-bullets li a {height: auto !important; }

.rhino-bullets {padding: 5px; background: #0451a5; bottom: -24px; min-height: 11px; }
	


.newbanner-inner {
    top: 31%;
}


.GENERAL-INTEGRITY-title {
    font-size: 43px;
    letter-spacing: 0;
    line-height: 54px;
}

}

@media handheld, only screen and (max-width: 800px) {


.GENERAL-INTEGRITY-title {
	padding:10px 
}

.GENERAL-INTEGRITY-bottom-title {
	padding: 10px;
}

	
}

@media handheld, only screen and (max-width: 640px) {



	
}


@media handheld, only screen and (max-width: 480px) {



.GENERAL-INTEGRITY-title {
    font-size: 36px;
    letter-spacing: 0;
    line-height: 42px;
}

.GENERAL-INTEGRITY-bottom-title {
    float: left;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
}
	
}

@media handheld, only screen and (max-width: 360px) {


	
}

