/*
	font-family: 'PT Sans Narrow', sans-serif;
	behavior: url(pie/PIE.htc);
*/

body {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	line-height: 1.3em;
	color: #2a2a2a;
	min-width: 960px;
}
body .grid12 {
	width: 960px;
	margin: 0 auto;
}
.cBoth {clear: both;}
.hide {display: none;}
.sep-u {height: 20px;}
h1,h2,h3,h4,h5,h6,b {font-weight: normal;}


/*buttons*//*************************//*************************//*************************//*************************/
.btn1 {
	display: inline-block;
	width: 180px;
	height: 30px;
	border: 1px solid #cfcecd;
	border-radius: 8px;
	behavior: url(pie/PIE.htc);
	background-color: #fff;

	font-size: 14px;
	line-height: 30px;
	color: #c83804;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	text-decoration: none;

	transition: all 0.2s;
}
.btn1:hover {
	background-color: #c83804;
	color: #fff;
}

/* S E P A R A T O R */

.btn2 {
	display: inline-block;
	cursor: pointer;

	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	color: #1c1c1c;

	border: 1px solid #d0d0d0;
	border-radius: 8px;
	behavior: url(pie/PIE.htc);
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);

	background-color: #f3f2f1;
	background: linear-gradient(#f3f2f1, #acabaa);
	background: -o-linear-gradient(#f3f2f1, #acabaa);
	background: -ms-linear-gradient(#f3f2f1, #acabaa);
	background: -moz-linear-gradient(#f3f2f1, #acabaa);
	background: -webkit-linear-gradient(#f3f2f1, #acabaa);
}
.btn2:hover {
	background-color: #acabaa;
	background: linear-gradient(#acabaa, #f3f2f1);
	background: -o-linear-gradient(#acabaa, #f3f2f1);
	background: -ms-linear-gradient(#acabaa, #f3f2f1);
	background: -moz-linear-gradient(#acabaa, #f3f2f1);
	background: -webkit-linear-gradient(#acabaa, #f3f2f1);
}

/* S E P A R A T O R */

input {
	width: 190px;
	height: 40px;
	border: 1px solid #8c8c8c;
	padding: 0 15px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}


/*popUp*//*************************//*************************//*************************//*************************/
.popup {
	position: relative;
	width: 450px;
	margin: 0 auto;
}
.popup form {
	background-color: white;
	text-align: center;
	padding: 22px 0 33px;
	border-radius: 6px;
	behavior: url(pie/PIE.htc);
}
.popup form h1 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 24px;
	line-height: 1.3em;
	padding: 0 44px 17px;
}
.popup form h2 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 24px;
	line-height: 1.3em;
	padding: 0 44px 17px;
}
.popup form input {
	width: 180px;
	font-family: 'PT Sans Narrow', sans-serif;
	margin-bottom: 12px;
}
.popup form button {
	width: 220px;
	height: 44px;
	font-size: 18px;
	letter-spacing: 0;
}


/*************************//*************************//*************************//*************************/
.popup-map {
	position: relative;
	width: 600px;
	height: 480px;
	margin: 0 auto;
	overflow: hidden;
}
.popup-map .wrap {
	width: 600px;
	height: 450px;
	margin-top: 30px;
	background-color: #fff;
}
.popup-map .mfp-close {
	color: #fff !important;
	top: -8px;
	right: -15px;
}


/*magnific popup*//*************************//*************************//*************************//*************************/
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
}
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
.my-mfp-slide-bottom.mfp-ready.mfp-bg {opacity: 0.8;}
.my-mfp-slide-bottom.mfp-removing.mfp-bg {opacity: 0;}


/*************************//*************************//*************************//*************************/
.nav {
	position: fixed;
	top: 0;
	width: 100%;
	height: 42px;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	z-index: 11;
}
.nav ul {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
.nav ul li {
	display: inline-block;
	margin: 0 -2px;
	transition: all .2s;
}
.nav ul li.active {background-color: rgba(0,0,0,.05);}
.nav ul li.active a {color: #686868;}
.nav ul li a {
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	line-height: 42px;
	color: #a3a3a3;
	font-weight: 300;
	text-transform: uppercase;
	padding: 0 14px;
	transition: all .2s;
}
.nav ul li a:hover {
	background-color: rgba(0,0,0,.03);
	color: #686868;
}


/*************************//*************************//*************************//*************************/
#box1 {
	height: 476px;
	background: url('../img/bg1.jpg') center top no-repeat;
	margin-top: 42px;
}
#box1 .row1 {padding-top: 15px;}
#box1 .row1 img {float: left;}
#box1 .row1 h4 {
	float: right;
	font-size: 30px;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
}
#box1 .row1 h4 .btn1 {margin-top: 11px;}

/* S E P A R A T O R */

#box1 .row2 h1 {
	font-size: 48px;
	line-height: 1em;
	color: #c83804;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	padding-top: 0px;
}
#box1 .row2 h6 {
	width: 612px;
	height: 37px;
	background-color: #c83804;
	margin-top: 7px;

	font-size: 22px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
}

/* S E P A R A T O R */

#box1 form {padding-top: 42px;}
#box1 form h6 {
	font-size: 18px;
	line-height: 1.3em;
	color: #595959;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 8px;
}
#box1 form input {margin-right: 11px;}
#box1 form button {
	width: 240px;
	height: 40px;
	font-size: 18px;
}
#box1 form p {
	font-size: 11px;
	line-height: 1.3em;
	color: #868686;
	margin: 6px 0 0 2px;
}


/*************************//*************************//*************************//*************************/
#box2 {padding: 33px 0;}
#box2 h2 {
	font-size: 48px;
	line-height: 1em;
	color: #c83804;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 18px;
}
#box2 ul li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin: 0 -3px 0 0;
	text-align: center;
}
#box2 ul li .pic {
	width: 70px;
	height: 70px;
	border-radius: 70px;
	behavior: url(pie/PIE.htc);
	border: 2px solid #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2), 0 1px 1px rgba(0,0,0,0.3) inset;
	background-color: #fff;
	position: relative;
	z-index: 1;
	margin-bottom: -11px;
}
#box2 ul li .sep {margin: -44px 0 44px;}
#box2 ul li h3 {
	font-size: 18px;
	line-height: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	padding: 11px 11px 8px;
}
#box2 ul li p {
	font-size: 16px;
	line-height: 1.3em;
	text-align: left;
	padding: 0 11px 8px;
}


/*************************//*************************//*************************//*************************/
#box3 {
	padding: 33px 0;
	background-color: #f9ebe5;
	border-bottom: 3px double #fff;
}
#box3 h2 {
	font-size: 48px;
	line-height: 1.3em;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	padding-bottom: 18px;
}
#box3 ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
	width: 20%;
	margin-right: -3px;
}
#box3 ul li .arr {
	position: absolute;
	top: 30px;
	right: -38px;
}
#box3 ul li p {
	text-align: left;
	font-size: 16px;
	line-height: 1.3em;
	padding: 0 0 0 28px;
}


/*************************//*************************//*************************//*************************/
.incut1 {
	height: 453px;
	background: url('../img/bg2.jpg') center top no-repeat;
}
.incut1 .item1 {
	width: 577px;
	margin: 0 0 0 28px;
}
.incut1 .item1 h2 {
	font-size: 24px;
	line-height: 1.3em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 33px 0 18px;
}
.incut1 .item1 h2 span {
	display: inline-block;
	font-size: 36px;
	line-height: 1.3em;
}
.incut1 .item1 ul li {
	margin-bottom: 11px;
	font-size: 24px;
	line-height: 1.3em;
}
.incut1 .item1 ul li img {
	vertical-align: -6px;
	padding-right: 11px;
}

/* S E P A R A T O R */

.incut1 form {padding: 44px 0 0 22px;}
.incut1 form h6 {
	font-size: 18px;
	line-height: 1.3em;
	color: #c83804;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 11px;
}
.incut1 form input {margin-right: 11px;}
.incut1 form button {
	width: 240px;
	height: 40px;
	font-size: 18px;
}
.incut1 form p {
	font-size: 11px;
	line-height: 1.3em;
	color: #868686;
	margin: 6px 0 0 2px;
}


/*************************//*************************//*************************//*************************/
#box5 {padding: 33px 0;}
#box5 h2 {
	font-size: 48px;
	line-height: 1em;
	color: #c83804;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 28px;
}
#box5 ul {
	position: relative;
	height: 688px;
	background: url('../img/pic17.png') center center no-repeat;
}
#box5 ul li {
	position: absolute;
	width: 218px;
	font-size: 16px;
	line-height: 1.3em;
}


/*************************//*************************//*************************//*************************/
.incut2 {
	height: 453px;
	background: url('../img/bg3.jpg') center top no-repeat;
}
.incut2 .item1 {
	width: 577px;
	margin: 0 0 0 28px;
}
.incut2 .item1 h6 {
	font-size: 18px;
	line-height: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 44px 0 33px;
}
.incut2 .item1 h3 {
	font-size: 24px;
	line-height: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 33px;
}
.incut2 .item1 h4 {
	font-size: 30px;
	line-height: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
}

/* S E P A R A T O R */

.incut2 form {padding: 62px 0 0 22px;}
.incut2 form h6 {
	font-size: 18px;
	line-height: 1.3em;
	color: #c83804;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 11px;
}
.incut2 form input {margin-right: 11px;}
.incut2 form button {
	width: 240px;
	height: 40px;
	font-size: 18px;
}
.incut2 form p {
	font-size: 11px;
	line-height: 1.3em;
	color: #868686;
	margin: 6px 0 0 2px;
}


/*************************//*************************//*************************//*************************/
#box7 {padding: 44px 0 33px;}
#box7 h2 {
	font-size: 48px;
	line-height: 1em;
	color: #c83804;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 22px;
}
#box7 ul {text-align: center;}
#box7 ul li {
	display: inline-block;
	vertical-align: top;
	width: 168px;
	padding: 0 9px;
}
#box7 ul li .shadow {margin: -4px 0 0 -15px;}
#box7 ul li p {
	text-align: left;
}


/*************************//*************************//*************************//*************************/
#box8 {padding: 33px 0;}
#box8 h2 {
	font-size: 48px;
	line-height: 1em;
	color: #c83804;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 44px;
}
#box8 ul {text-align: center;}
#box8 ul li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin: 0 -2px;
}
#box8 ul li p {
	font-size: 24px;
	line-height: 1em;
	padding: 11px 22px;
}


/*************************//*************************//*************************//*************************/
#box9 {padding: 33px 0;}
#box9 h2 {
	font-size: 48px;
	line-height: 1em;
	color: #c83804;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 44px;
}
#box9 ul li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin: 0 -3px 22px 0;
	overflow: hidden;
}
#box9 ul li img {float: left;}
#box9 ul li .wrap {margin-left: 38px;}
#box9 ul li h3 {
	font-size: 24px;
	line-height: 1.1em;
	font-weight: bold;
	padding-bottom: 8px;
}


/*************************//*************************//*************************//*************************/
#box10 {
	padding: 44px 0;
	background-color: #f9ebe5;
}
#box10 h2 {
	font-size: 48px;
	line-height: 1em;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 22px;
}
#box10 .wrap .item {
	display: inline-block;
	width: 220px;
	margin: 0 8px;
}
#box10 .wrap .item a {
	display: inline-block;
	width: 220px;
	height: 300px;
	background-color: #b7b7b7;
	text-align: center;
	padding: 8px 0 0 0;
	margin-bottom: 11px;

	transition: all 0.2s;
}
#box10 .wrap .item a:hover {background-color: #949494;}
#box10 .wrap .item a img {
	width: 204px;
	height: 278px;
}
#box10 .wrap .item p {
	font-size: 16px;
	padding-bottom: 18px;
}


/*************************//*************************//*************************//*************************/
#box11 {padding: 44px 0;}
#box11 h2 {
	font-size: 48px;
	line-height: 1em;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 22px;
}
#box11 .wrap {overflow: hidden;}
#box11 .wrap .item {
	width: 50%;
	float: left;
}
#box11 .wrap .item a img {
	display: block;
	border: 1px solid #b7b7b7;
	transition: all 0.2s;
}
#box11 .wrap .item a:hover img {border-color: red;}
#box11 .wrap .item h6 {
	font-size: 24px;
	line-height: 1.3em;
	padding: 14px 0 11px;
}


/*************************//*************************//*************************//*************************/
#box12 {
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	padding: 33px 0;
	overflow: hidden;
}
#box12 img {float: left;}
#box12 p {
	float: left;
	margin: 13px 44px;
}
#box12 h4 {
	float: right;
	font-size: 30px;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
}
#box12 h4 .btn1 {margin-top: 11px;}


/*************************//*************************//*************************//*************************/
.dev {
	text-align: center;
	font-size: 18px;
	line-height: 1.3em;
	padding: 33px 0;
}
.dev a {
	color: #990000;
	transition: all 0.2s;
}
.dev a:hover {color: #2a2a2a;}
/*----------------------*/
/*
.docs li {float:left;}*/




/*
	AnythingSlider v1.8+ Default theme
	By Chris Coyier: http://css-tricks.com
	with major improvements by Doug Neiner: http://pixelgraphics.us/
	based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

/*****************************
  SET DEFAULT DIMENSIONS HERE
 *****************************/
/* change the ID & dimensions to match your slider */
#box10 #slider {
	width: 1440px;
	height: 269px;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
}

/******************
  SET STYLING HERE
 ******************
 =================================
 Default state (no keyboard focus)
 ==================================*/
/* Overall Wrapper */
#box10 .anythingSlider-default {
	margin: 0 auto;
	/* 45px right & left padding for the arrows, 28px @ bottom for navigation */
	//padding: 0 45px 28px 45px;
	
}
/* slider window - top & bottom borders, default state */
#box10 .anythingSlider-default .anythingWindow {
	border-top: 3px solid #777;
	border-bottom: 3px solid #777;
}
/* Navigation buttons + start/stop button, default state */
#box10 .anythingSlider-default .anythingControls a {
	/* top shadow */
	background: #777 url(../images/default.png) center -288px repeat-x;
	color: #000;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
/* Make sure navigation text is visible */
#box10 .anythingSlider-default .anythingControls a span {
	visibility: hidden;
}
/* Navigation current button, default state */
#box10 .anythingSlider-default .anythingControls a.cur {
	background: #888;
	color: #000;
}

/* start-stop button, stopped, default state */
#box10 .anythingSlider-default .anythingControls a.start-stop {
	background-color: #040;
	color: #ddd;
}
/* start-stop button, playing, default state */
#box10 .anythingSlider-default .anythingControls a.start-stop.playing {
	background-color: #800;
}

/* start-stop button, default hovered text color (when visible) */
/* hide nav/start-stop background image shadow on hover - makes the button appear to come forward */
#box10 .anythingSlider-default .anythingControls a.start-stop:hover,
#box10 .anythingSlider-default .anythingControls a.start-stop.hover,
#box10 .anythingSlider-default .anythingControls a.start-stop .anythingControls ul a:hover {
	background-image: none;
	color: #ddd;
}

/*
 =================================
 Active State (has keyboard focus)
 =================================
*/
/* slider window - top & bottom borders, active state */
#box10 .anythingSlider-default.activeSlider .anythingWindow {
	border: none;
}
/* Navigation buttons, active state */
#box10 .anythingSlider-default.activeSlider .anythingControls a {
	/* background image = top shadow */
	background-color: #285387;
	margin-right:2px;
	border:3px solid #285387;
}
/* Navigation current & hovered button, active state */
#box10 .anythingSlider-default.activeSlider .anythingControls a.cur,
#box10 .anythingSlider-default.activeSlider .anythingControls a:hover {
	/* background image removed */
	background: #fff;
}

/* start-stop button, stopped, active state */
#box10 .anythingSlider-default.activeSlider .anythingControls a.start-stop {
	background-color: #080;
	color: #fff;
}
/* start-stop button, playing, active state */
#box10 .anythingSlider-default.activeSlider .anythingControls a.start-stop.playing {
	background-color: #d00;
	color: #fff;
}
/* start-stop button, active slider hovered text color (when visible) */
#box10 .anythingSlider-default.activeSlider .start-stop:hover,
#box10 .anythingSlider-default.activeSlider .start-stop.hover {
	color: #fff;
}

/************************
  NAVIGATION POSITIONING
 ************************/
/* Navigation Arrows */
#box10 .anythingSlider-default .arrow {
	top: 115px;
	position: absolute;
	display: block;
	height: 28px;
}

#box10 .anythingSlider-default .arrow a {
	display: block;
	width: 16px;
	height: 140px;
	margin: -70px 0 0 0; /* half height of image */
	text-align: center;
	outline: 0;
	background: url(../images/default.png) no-repeat;
}

/* back arrow */
#box10 .anythingSlider-default .back { left: 0; background:url(../img/arrows.png) 0px 0px;}
#box10 .anythingSlider-default .back a { background-position: left top; }
#box10 .anythingSlider-default .back a:hover,
#box10 .anythingSlider-default .back a.hover { background-position: left -140px; }
/* forward arrow */
#box10 .anythingSlider-default .forward { right: 0; background:url(../img/arrows.png) 16px 0px;}
#box10 .anythingSlider-default .forward a { background-position: right top; }
#box10 .anythingSlider-default .forward a:hover,
#box10 .anythingSlider-default .forward a.hover { background-position: right -140px; }

/* Navigation Links */
#box10 .anythingSlider-default .anythingControls { outline: 0; display: none; position: absolute;bottom: 10px;left: 15px;left: 50%;margin-left: -42px;}
#box10 .anythingSlider-default .anythingControls ul { margin: 0; padding: 0; float: left; }
#box10 .anythingSlider-default .anythingControls ul li { display: inline; margin-right:2px;}
#box10 .anythingSlider-default .anythingControls ul a {
	display: inline-block;
	text-decoration: none;
	height: 18px;

	text-align: center;
	outline: 0;
	width:18px;
	border-radius:50%;
}

/* navigationSize window */
#box10 .anythingSlider-default .anythingControls .anythingNavWindow {
	overflow: hidden;
	float: left;
}

/* Autoplay Start/Stop button */
#box10 .anythingSlider-default .anythingControls .start-stop {
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	text-decoration: none;
	float: right;
	z-index: 100;
	outline: 0;
}

/***********************
  IE8 AND OLDER STYLING
 ***********************/

/* Navigation Arrows */
#box10 .as-oldie .anythingSlider-default .arrow {
	top: 30%;
}
#box10 .as-oldie .anythingSlider-default .arrow a {
	margin: 0;
}

/* margin between nav buttons just looks better */
#box10 .as-oldie .anythingSlider-default .anythingControls li {
	margin-left: 3px;
}

/* When using the navigationSize option, the side margins need to be zero
	None of the navigation panels look good in IE7 now =( */
#box10 .as-oldie .anythingSlider-default .anythingControls a {
	margin: 0;
}
#box10 .as-oldie .anythingSlider-default .anythingNavWindow {
	margin: 0 2px;
}
#box10 .as-oldie .anythingSlider-default .anythingNavWindow li {
	padding: 3px 0 0 0;
}

/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper */
#box10 .anythingSlider {
	display: block;
	overflow: visible !important;
	position: relative;
}
/* anythingSlider viewport window */
#box10 .anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* anythingSlider base (original element) */
#box10 .anythingSlider .anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

/* Navigation arrow text; indent moved to span inside "a", for IE7;
  apparently, a negative text-indent on an "a" link moves the link as well as the text */
#box10 .anythingSlider .arrow span {
	display: block;
	visibility: hidden;

}
/* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
#box10 .anythingSlider .arrow.disabled {
	display: none;
}
/* all panels inside the slider; horizontal mode */
#box10 .anythingSlider .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}
/* vertical mode */
#box10 .anythingSlider .vertical .panel {
	float: none;
}
/* fade mode */
#box10 .anythingSlider .fade .panel {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
/* fade mode active page - visible & on top */
#box10 .anythingSlider .fade .activePage {
	z-index: 1;
}

/***********************
  RTL STYLING
 ***********************/
/* slider autoplay right-to-left, reverse order of nav links to look better */
#box10 .anythingSlider.rtl .anythingWindow {
	direction: ltr;
	unicode-bidi: bidi-override;
}
#box10 .anythingSlider.rtl .anythingControls ul { float: left; } /* move nav link group to left */
#box10 .anythingSlider.rtl .anythingControls ul a { float: right; } /* reverse order of nav links */
#box10 .anythingSlider.rtl .start-stop { /* float: right; */ } /* move start/stop button - in case you want to switch sides */

/* probably not necessary, but added just in case */
#box10 .anythingSlider,
#box10 .anythingSlider .anythingWindow,
#box10 .anythingSlider .anythingControls ul a,
#box10 .anythingSlider .arrow a,
#box10 .anythingSlider .start-stop {
	transition-duration: 0s;
	-o-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;

}
#box10 .slider {width:1440px; height:269px;}


/*----------------------------------*/
.docs {width:236px; height:337px;}
.docs li {float:left;}
#box10 .clear {clear:both;}
.contacts_new {font-size: 14px;line-height: 23px;text-align: left;padding-top: 5px;display: block;}