abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;}ul{list-style:none}blockquote,q{quotes:none}table,table td{padding:0;border:none;border-collapse:collapse}img{vertical-align:top}embed{vertical-align:top}article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video{display:block}mark,rp,rt,ruby,summary,time{display:inline} input {outline: none;}
/* menu */

header nav {
	float: right;
	margin-top: -1px;
	padding-right: 5px;
 
}

.sf-menu {
	display:block;
	text-align: left;
	margin: 0 auto;
	padding-right: 12px;
}
.sf-menu ul {
	position:absolute;
	top:-999px;
	display:none;
}
.sf-menu li {
	position:relative;
	display: inline-block;
}
ul.sf-menu>li:first-child a {
	background: none;
} 
.sf-menu a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:13px;
	font-weight: normal;
	text-transform:uppercase;
	display: block;
	padding: 60px 25px 0 30px; 
	color:#fff;
}

.sf-menu li a.sf-with-ul {
	padding-right: 65px;
}

ul.sf-menu>li>a>.sf-sub-indicator {
	background: url(../images/menu_arrow.png) no-repeat left top;
	width: 16px;
	height: 8px;
	position: absolute;
	top: 50px;
	right: -35px;
	left: 60px;
	display: block;
	margin: 0 auto;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	z-index:99
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:-999px;
	display:none;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:100%;
	top:0;
}
ul.sf-menu>li {
	position:relative;
	text-align:center;
	display:inline-block;
	background: none;
	padding-left: 1px;
	background: url(../images/menu_separate.png) 0 bottom no-repeat;}


ul.sf-menu>li:first-child {
	background: none;
}

ul.sf-menu>li>a {
	border-top: 1px solid transparent;
	min-height: 30px;
}

ul.sf-menu>li:first-child a {
	background: none;
	padding-right: 29px
}


ul.sf-menu>li.current>a, ul.sf-menu>li.sfHover>a, ul.sf-menu>li>a:hover {
	color:#fff;
	border-top: 1px solid #fcdc67;
  text-decoration: none;
}
.sf-menu>li>ul {
	width:152px;
	left:-2px;
	top:104px;
	background: #1a1818;
	border: 1px solid #161414;
	padding-bottom: 1px;
}

.sf-menu>li>ul>li {
	display:block;
	text-align: left;
	position: static;
	float: none;
	line-height: 12px;
	border-top: 1px solid #272626; }

.sf-menu>li>ul>li:first-child {
	border: none;
}


.sf-menu>li>ul>li>a {
	color:#fff;
	font-size: 13px;
	line-height: 13px;
	width: 126px;
	display: inline-block;
	padding: 0;
	padding-left: 24px;
	margin: 0;
	padding-top: 16px;
	padding-bottom: 13px;
	margin-top: -1px;
	height: auto;
}



.sf-menu>li>ul>li>a:hover, .sf-menu>li>ul>li.sfHover a {
	color:#f4c039;
	padding-right: 0 !important;
}

ul.sf-menu>li>ul>li a.sf-with-ul {
	padding-right: 0; 
}
.sf-menu>li li>ul {
	width:152px;
	left:-156px !important;
	top: 39px !important;
	background: #1a1818;
	border: 1px solid #161414;
	border-bottom: none;
	padding-bottom: 2px;
}
.sf-menu>li li>ul>li {
	display:block;
	text-align: left;
	position: static;
	float: none;
	line-height: 12px;

	border-top: 1px solid #272626;

}

.sf-menu>li li>ul>li:first-child {
	border: none;	
}
.sf-menu>li li>ul>li>a {
	color:#fff !important;
	font-size: 13px;
	line-height: 13px;
	width: 126px;
	display: inline-block;
	padding: 0;
	padding-top: 16px;
	padding-bottom: 13px;
	padding-left: 24px;
	height: auto;
	margin: 0;
	margin-top: -1px;
}

.sf-menu>li li>ul>li>a:hover {
	color: #f4c039 !important;
}
.sf-menu>li>a .menu-arrow{
    display:block;
    position: absolute;
    right: 27px;
    top: 50px;
    width:5px;
    height:6px;
    text-indent:-100%;
    font-size:0;
    line-height:0;
    background: url('../images/menu_arrow.png') no-repeat;
    vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  nav{
		float:none;
		font:12px/15px Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		color:#fff;
		padding:29px 0;
	}
		nav:before{
			content:'Menu:';
			display:block;
			margin-bottom:5px;
		}
	.sf-menu{display:none;}
  header nav{float: none;}
	nav select{
		font:12px/15px Arial, Helvetica, sans-serif;
		color:#464646;
		width:100%;
    outline: none;
    padding: 5px;
		border:2px solid #9e9e9e;
	}
	
}

/**/

body {
	font:14px Arial, Helvetica, sans-serif;
	color:#afaaa1;
	position:relative;
	min-width:960px;
	background: url(../images/bg_body.jpg) 0 0 repeat #595753;
  -webkit-text-size-adjust: none;
}
html, body {
	height:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Marcellus', serif;
	color: #3a3938;
	font-weight: normal;
}

h2 {
	font: bold 32px 'Marcellus', serif;
	color: #3a3938;	
	text-shadow: 1px 1px 1px #999;
}

h3 {
	font: 36px 'Marcellus', serif;
	color: #2c2b2b;	
	background: url(../images/bg_heading.jpg) 0 bottom repeat-x;
	padding-bottom: 8px;
	margin-bottom: 29px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px #999;
}
a{outline: none;}
h3.bigm {
	margin-bottom: 32px;	
}

strong {

	color: #494641;
}

p {
	margin-bottom: 22px;	
}

img.inner_img {
	margin-bottom: 28px;	
}

ul.list  {
	padding: 0;
	margin: 0;
	list-style: none;	
}

ul.list li {
	line-height: 20px;	
	color: #5aa9b0;
	vertical-align: top;
}

ul.list li:hover {
	color: #f5a577;
}

ul.list li a {
	text-decoration: none;
	color: #5aa9b0;	
}

ul.list li a:hover {
	color: #f5a577;
}

ul.list li span {
	font-weight: bold;
	font-size: 12px;
	vertical-align: top;
	text-decoration: underline;
}

ul.list_1 {
	margin-bottom: 31px;	
}

ul.list_1 li {
	line-height: 22px;
	overflow: hidden;
	background: url(../images/bg_heading.jpg) 0 0 repeat-x;
	padding-top: 22px;
	padding-bottom: 3px;
}
 
 ul.list_1 li:first-child {
	padding-top: 0;
	background: none;
}

ul.list_1 li span {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: inherit;	
}

ul.list_1 li a {
	text-decoration: none;
	font-size: 14px;	
}

ul.list_1 li a:hover {
	text-decoration: underline;	
}

ul.list_1 li div {
	margin-right: 17px;
	float: left;
	padding: 8px 17px 35px;
	padding-right: 16px;
	font: bold 35px Arial, Helvetica, sans-serif;
	color: #fff;
	background: url(../images/count_bg.png) 0 0 no-repeat;
	margin-top: 4px;
}


time {
	font: 14px 'Marcellus', serif;;
	color: #2c2b2b;	
	display: block;
	margin-bottom: 13px;
	text-transform: uppercase;
}

/*links*/

a {
	text-decoration: none;	
	font: 12px/22px Arial, Helvetica, sans-serif;
	color: #494641;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;	
}

a.btn {
	display: inline-block;
	background: url(../images/btn_bg.png) 0 0 repeat-x #3C3C3F;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px; 
	margin-top: 25px;
	line-height: 18px;
	padding: 7px 10px 6px 12px;
	border-radius: 6px;
	box-shadow: 0px 1px 2px #999;
}

a.btn:hover {
	color: #f4c039;	
	text-decoration: none;
}

.banner a.btn{
	border-radius: 5px;
	color: #f4c039;	
	background: none;
	background-color: #242221;
	position: relative;
	top: -2px;
	margin-left: 21px;
	margin-top: 0;
	box-shadow: 0px 0px 1px #2a2a2a;
	padding: 7px 13px 6px 13px;
}

.banner a.btn:hover{
	color: #fff;	
}

a.btn.banner_1{
	color: #f4c039;	
	background: url(../images/ban4_b.png) repeat-x #f6e99a;
	box-shadow: 0px 0px 2px #f4bb32;
	padding: 10px 15px 8px;
	margin: 0;
}

a.btn.banner_1:hover{
	box-shadow: inset 0px 2px 3px #dfac2d;
	background: #f4bb32;
	color: #fff;
}

a.btn.banner_2{
	color: #f08b6a;	
	background: url(../images/ban1_b.png) repeat-x #fddea9;
	box-shadow: 0px 0px 2px #EE7F62;
	padding: 10px 15px 8px;
	margin: 0;
}

a.btn.banner_2:hover{
	box-shadow: inset 0px 2px 3px #e04529;
	background: #EE7F62;
	color: #fff;
}
a.btn.banner_3{
	color: #73cba6;	
	background: url(../images/ban2_b.png) repeat-x #d3edd3;
	box-shadow: 0px 0px 2px #40BDA8;
	padding: 10px 15px 8px;
	margin: 0;
}

a.btn.banner_3:hover{
	box-shadow: inset 0px 2px 3px #279b6d;
	background: #40BDA8;
	color: #fff;
}
a.btn.banner_4{
	color: #228bb7;	
	background: url(../images/ban3_b.png) repeat-x #bbddc3;
	box-shadow: 0px 0px 2px #087CBA;
	padding: 10px 15px 8px;
	margin: 0;
}

a.btn.banner_4:hover{
	box-shadow: inset 0px 2px 3px #064d71;
	background: #087CBA;
	color: #fff;
}

/*preclass*/

.wrapper {
	overflow: hidden;	
}

.clear {
	float: none !important;
	clear: both;	
}

.m0 {
	margin: 0 !important;	
}

.p0 {
	padding-top: 0 !important;	
}

.mb0 {
	margin-bottom: 0 !important;	
}

.marg1 {
	margin-bottom: 41px;	
}



/*Main*/

.main {
	background: url(../images/bg_main.jpg) 0 0 repeat;
	min-height: 100px;	
}

/*Header*/

header {
	background: url(../images/header_bg.jpg) 0 100% repeat-x #333333;
	border-bottom: 7px solid #e7dbc8;	
	padding-bottom: 16px;
}
/**Search form**/


#search {
	background: #1a1818;
	border: 1px solid #141212;
	overflow: hidden;
	border-radius: 13px;
	float: right;
	padding: 0 10px 8px 15px;
	width: 172px;
}

.search {
	color: #000;	
}

#search input {
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	border: none;
	background: #1a1818;
	height: 15px;
	width: 150px;
	padding: 0;
	padding-top: 6px;
	margin: 0;
	float: left;
	display: inline-block;
}

#search a {
	display: inline-block;
	background: url(../images/search_ico.png) no-repeat left top;
	width: 12px;
	margin-top: 9px;
	float: right;
	cursor: pointer;
	height: 12px;
}
#search a:hover {
	background: url(../images/search_ico.png) no-repeat left bottom;
}


.search_1 {
	background: #252525;
	height:	10px;
	border-bottom: 1px solid #373737;
	padding-top: 9px;
}


h1.logo {
 margin:4px 0 0 6px;
 display:inline-block;
 float:left;
}




/*Content*/

.content  {
	padding-bottom: 69px;	
	padding-top: 43px;
}

.content img {
	border-radius: 5px;
}

.text_block {
	padding-top: 3px;	
}

.banners {
	margin-bottom: 43px;	
}

.banners .grid_3 {
	min-height:368px;
	border-radius: 12px;
	box-shadow: 0px 0px 2px #999;
	text-align: center;
	text-align: center;
	padding-bottom: 30px;
}

.banners div h2 {
	font-size: 36px;
	line-height: 38px;
	color: #fff;
	text-shadow: 1px 1px 1px #999;	
	text-align: center;
	padding-top: 156px;
	font-weight: normal;
}

.banners p {
	padding: 0 16px;
	color: #fff;	
	padding-top: 17px;
	margin-bottom: 25px;
}

.banners .ban_1 {
	background: url(../images/banner_1.png)	50% 0 no-repeat #F6E666;
}

.banners .ban_2 {
	background: url(../images/banner_2.png)	50% 0 no-repeat #FBC585;
}

.banners .ban_3 {
	background: url(../images/banner_3.png)	50% 0 no-repeat #CBE2A0;
}

.banners .ban_4 {
	background: url(../images/banner_4.png)	50% 0 no-repeat #91C7AA;
}

.rad_box {
	padding: 10px;
	background: #e6dbc8;
	border-radius: 5px;
	float: left;
	margin-left: 15px;
	margin-bottom: 17px;
}
 .ml0{margin-left: 0 !important;}
.rad_box img{
	margin-bottom: 11px;
}

.wbox {
	width: 150px;	
}

.rad_box a {
	font-size: 14px;	
}

.rad_box span {
	padding-bottom: 3px;
	display: inline-block;
}

/*Footer*/

.copy {
	font: bold 12px/16px Arial, Helvetica, sans-serif;	
	color: #b7afa1;
	padding-top: 31px;
	text-align: center;
	padding-bottom: 28px;
}

.copy a {
	font: bold 12px/16px Arial, Helvetica, sans-serif;	
	color: #b7afa1;		
}


/**to top**/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:30px;
	overflow:hidden;
	width:63px;
	height:63px;
	border:none;
	text-indent:-999px;
	z-index:999;
	background:url(../images/toTop.png) no-repeat left top;
}
#toTop:hover {
	outline:none;
	background-position: 0 bottom;
}



/**Map**/

figure {
	overflow: hidden;
	border-radius: 5px;
	height: 299px;
	margin-bottom: 24px;
}

address {
	font-style: normal;
		
}

figure iframe {
	height: 299px;	
}

a.link-1 {
	text-decoration: underline;	
	font-size: 14px;
	font-weight: normal;
}

a.link-1:hover {
	text-decoration: none;	
}

dd span {
	display: inline-block;
	width: 88px;	
}

#s2 img{width: auto;margin-bottom: 15px !important;}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 995px) {
 body{min-width:768px;}
.wbox{width: 112px;}
.rad_box img{width: 100%;}
#toTop{display: none !important;}
}

@media only screen and (max-width: 767px) {
 body{min-width:420px;}
 .banners div h2{padding-top: 30px;}
.banners div{background-image: none !important;}
.banners .grid_3{min-height: inherit;}
img{width: 100%;}
.banner{display: none;}
header nav, h1.logo{float: none;}
 h1.logo{display: block;}
 h1.logo img{width: auto;}
 #search{float: none;width: 395px;}
 #search input{width: 373px;}
 .wbox{width:auto;margin: 30px 0 0px;float: none;}
 .text_block .wbox:first-child{margin-top: 0;}
}

@media only screen and (max-width: 479px) {
 body{min-width:300px;}
 #search{float: none;width: 273px;}
 #search input{width: 251px;}
 #s2 .wrapper{overflow: visible;}
}
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;overflow: hidden;background: #f1e5d1;border-radius: 11px;}
.flexslider .slides > li {display: none;border-radius: 11px; -webkit-backface-visibility: hidden;position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;position: relative;z-index: 1;border-radius: 11px;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 0px; position: relative; }
.flex-viewport {}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

/* Direction Nav */
.flex-direction-nav a {width: 30px; height: 30px; margin: 0px 0 0; display: block;  position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {right: 5px;}
.flexslider:hover .flex-prev {left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {}
.flex-direction-nav .disabled {cursor: default;}

.flex-control-nav { position: absolute; bottom: 18px;right: 28px; text-align: right ;z-index: 999;}
.flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1;}
.flex-control-paging li a {width: 14px; height: 15px; display: block; background:url(../images/pagination.png) 0 0 no-repeat;cursor: pointer; text-indent: -9999px;}
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active{background:url(../images/pagination.png) right 0 no-repeat;}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; cursor: pointer;border-radius: 13px;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .active {opacity: 1; cursor: default;}

  /*Slider*/
.slider-relative {
	position:relative;
  margin-right: 3px;
	overflow:hidden;
	margin-top: 0;
	box-shadow: 0px 0px 1px #A59190;
	border-radius: 11px;
	margin-bottom: 19px;
}


.slider-bg {
	position:absolute;
	display:block;
	bottom:0;
	left:0;
	background:url(../images/slider-bg.png) 0 0 repeat;
	height:68px;
	width:1200px;
	z-index:20;
}



.banner {
	background: url(../images/slider_bot.png) 0 0 repeat-x;
	height:64px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0px;
	z-index: 100;
	border-radius: 0 0 11px 11px;
}
.banner h2 {
	color: #fff;
	display: inline-block;
	text-shadow: 0px 1px #000;
	font-size: 24px;
	line-height: 28px;
	padding-left: 26px;
	padding-top: 16px;
	font-weight: normal;
	padding-bottom: 19px;
}
.flexslider, .slides{
  border-radius: 13px;
}
/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


/* Table of Contents
==================================================
	#Base 960 Grid
	#Tablet (Portrait)
	#Mobile (Portrait)
	#Mobile (Landscape)
	#Clearing */


/**************Global Structure*****************/
.wrapper{overflow:hidden; position:relative;}
.extra-wrap{overflow:hidden; display:block;}


/* #Base 960 Grid
================================================== */

	.container_12{position: relative; width: 960px; margin: 0 auto; padding: 0;}
	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12	{float: left; display: inline; margin-left: 10px; margin-right: 10px;}

	/* Nested Column Classes */
	.container_12 .alpha		{margin-left: 0 !important;}
	.container_12 .omega		{margin-right: 0 !important; margin-bottom:0 !important}

	/* Base Grid */
	.container_12 .grid_1		{width: 60px; }
	.container_12 .grid_2		{width: 140px;}
	.container_12 .grid_3		{width: 220px;}
	.container_12 .grid_4		{width: 300px;}
	.container_12 .grid_5		{width: 380px;}
	.container_12 .grid_6		{width: 460px;}
	.container_12 .grid_7		{width: 540px;}
	.container_12 .grid_8		{width: 620px;}
	.container_12 .grid_9		{width: 700px;}
	.container_12 .grid_10		{width: 780px;}
	.container_12 .grid_11		{width: 860px;}
	.container_12 .grid_12		{width: 940px;}
	/* Prefix Extra Space >> 12 Columns */
	.container_12 .prefix_1 	{padding-left:80px;}
	.container_12 .prefix_2 	{padding-left:160px;}
	.container_12 .prefix_3 	{padding-left:240px;}
	.container_12 .prefix_4 	{padding-left:320px;}
	.container_12 .prefix_5 	{padding-left:400px;}
	.container_12 .prefix_6 	{padding-left:480px;}
	.container_12 .prefix_7 	{padding-left:560px;}
	.container_12 .prefix_8 	{padding-left:640px;}
	.container_12 .prefix_9 	{padding-left:720px;}
	.container_12 .prefix_10 	{padding-left:800px;}
	.container_12 .prefix_11 	{padding-left:880px;}
	/* Suffix Extra Space >> 12 Columns */
	.container_12 .suffix_1 	{padding-right:80px;}
	.container_12 .suffix_2 	{padding-right:160px;}
	.container_12 .suffix_3 	{padding-right:240px;}
	.container_12 .suffix_4 	{padding-right:320px;}
	.container_12 .suffix_5 	{padding-right:400px;}
	.container_12 .suffix_6 	{padding-right:480px;}
	.container_12 .suffix_7 	{padding-right:560px;}
	.container_12 .suffix_8 	{padding-right:640px;}
	.container_12 .suffix_9 	{padding-right:720px;}
	.container_12 .suffix_10 	{padding-right:800px;}
	.container_12 .suffix_11 	{padding-right:880px;}

	/*twin columns*/
	.dgrid_2{float:left; width:140px;}
	.dgrid_3{float:left; width:220px;}
	.dgrid_4{float:left; width:300px;}
		.dgrid_2:first-child, .dgrid_3:first-child, .dgrid_4:first-child{margin-right:20px;}
	/*triple columns*/
	.tgrid_2{float:left; width:140px; margin-right:20px;}
	.tgrid_3{float:left; width:220px; margin-right:20px;}
		.tgrid_2.last-col, .tgrid_3.last-col{margin-right:0px;}

/* #Tablet (Portrait)
================================================== */

	/* Note: Design for a width of 768px */
	@media only screen and (max-width: 995px) {
		.container_12				{width: 768px;}
		.container_12 .grid_1		{width: 44px;}
		.container_12 .grid_2		{width: 108px;}
		.container_12 .grid_3		{width: 172px;}
		.container_12 .grid_4		{width: 236px;}
		.container_12 .grid_5		{width: 300px;}
		.container_12 .grid_6		{width: 364px;}
		.container_12 .grid_7		{width: 428px;}
		.container_12 .grid_8		{width: 492px;}
		.container_12 .grid_9		{width: 556px;}
		.container_12 .grid_10		{width: 620px;}
		.container_12 .grid_11		{width: 684px;}
		.container_12 .grid_12		{width: 748px;}
		/* Prefix Extra Space >> 12 Columns */
		.container_12 .prefix_1 	{padding-left:64px;}
		.container_12 .prefix_2 	{padding-left:128px;}
		.container_12 .prefix_3 	{padding-left:192px;}
		.container_12 .prefix_4 	{padding-left:256px;}
		.container_12 .prefix_5 	{padding-left:320px;}
		.container_12 .prefix_6 	{padding-left:384px;}
		.container_12 .prefix_7 	{padding-left:448px;}
		.container_12 .prefix_8 	{padding-left:512px;}
		.container_12 .prefix_9 	{padding-left:576px;}
		.container_12 .prefix_10 	{padding-left:640px;}
		.container_12 .prefix_11 	{padding-left:768px;}
		/* Suffix Extra Space >> 12 Columns */
		.container_12 .suffix_1 	{padding-right:64px;}
		.container_12 .suffix_2 	{padding-right:128px;}
		.container_12 .suffix_3 	{padding-right:192px;}
		.container_12 .suffix_4 	{padding-right:256px;}
		.container_12 .suffix_5 	{padding-right:320px;}
		.container_12 .suffix_6 	{padding-right:384px;}
		.container_12 .suffix_7 	{padding-right:448px;}
		.container_12 .suffix_8 	{padding-right:512px;}
		.container_12 .suffix_9 	{padding-right:576px;}
		.container_12 .suffix_10 	{padding-right:640px;}
		.container_12 .suffix_11 	{padding-right:768px;}
		
		/*twin columns*/
		.dgrid_2{width:108px;}
		.dgrid_3{width:172px;}
		.dgrid_4{width:236px;}
		/*triple columns*/
		.tgrid_2{width:108px;}
		.tgrid_3{width:172px;}
		
		/*styles*/
		img{max-width:100%; height:auto;}
		.hide-tp{display:none !important;}
		.img-indent-none-tp{float:none !important; margin-right:0 !important; margin-bottom:20px !important;}
		.clear-tp{display:block; clear:both !important; padding-top:20px !important;}
		.extra-wrap-none-tp{overflow:visible !important;}
	}


/*  #Mobile (Landscape)
================================================== */

	/* Note: Design for a width of 480px */
	@media only screen and (max-width: 767px) {
		.container_12 {width: 420px;}
		.container_12 .grid_1,
		.container_12 .grid_2,
		.container_12 .grid_3,
		.container_12 .grid_4,
		.container_12 .grid_5,
		.container_12 .grid_6,
		.container_12 .grid_7,
		.container_12 .grid_8,
		.container_12 .grid_9,
		.container_12 .grid_10,
		.container_12 .grid_11,
		.container_12 .grid_12{width: 100%; margin-left: 0; margin-right:0;}
		
		.container_12 .grid_1,
		.container_12 .grid_2,
		.container_12 .grid_3,
		.container_12 .grid_4,
		.container_12 .grid_5,
		.container_12 .grid_6,
		.container_12 .grid_7,
		.container_12 .grid_8,
		.container_12 .grid_9,
		.container_12 .grid_10,
		.container_12 .grid_11{margin-bottom:30px;}
		
		/* Prefix Extra Space >> 12 Columns */
		.container_12 .prefix_1,
		.container_12 .prefix_2,
		.container_12 .prefix_3,
		.container_12 .prefix_4,
		.container_12 .prefix_5,
		.container_12 .prefix_6,
		.container_12 .prefix_7,
		.container_12 .prefix_8,
		.container_12 .prefix_9,
		.container_12 .prefix_10,
		.container_12 .prefix_11{padding-left:0;}

		/* Suffix Extra Space >> 12 Columns */
		.container_12 .suffix_1,
		.container_12 .suffix_2,
		.container_12 .suffix_3,
		.container_12 .suffix_4,
		.container_12 .suffix_5,
		.container_12 .suffix_6,
		.container_12 .suffix_7,
		.container_12 .suffix_8,
		.container_12 .suffix_9,
		.container_12 .suffix_10,
		.container_12 .suffix_11{padding-right:0;}
		
		/*twin columns*/
		.dgrid_2, .dgrid_3, .dgrid_4{width:200px;}
		/*triple columns*/
		.tgrid_2, .tgrid_3{width:126px;}
		
		/*styles*/
		.last-col{margin-bottom:0 !important;}
		.hide-ml{display:none !important;}
		.img-indent-none-ml{float:none !important; margin-right:0 !important; margin-bottom:20px !important;}
		.clear-ml{display:block; clear:both !important; padding-top:20px !important;}
		.extra-wrap-none-ml{overflow:visible !important;}
	}


/* #Mobile (Portrait)
================================================== */
	
	/* Note: Design for a width of 320px */
	@media only screen and (max-width: 479px) {
		.container_12{width:300px;}

		/*twin columns*/
		.dgrid_2{width:140px;}
		.dgrid_3, .dgrid_4{width:300px;}
			.dgrid_3:first-child, .dgrid_4:first-child{margin-right:0; margin-bottom:30px;}
		/*twin columns*/
		.tgrid_2{width:90px; margin-right:15px;}
		.tgrid_3{width:300px; margin-right:0; margin-bottom:30px;}
			.tgrid_3.last-col{margin-bottom:0;}
		
		/*styles*/
		.hide-mp{display:none !important;}
		.img-indent-none-mp{float:none !important; margin-right:0 !important; margin-bottom:20px !important;}
		.clear-mp{display:block; clear:both !important; padding-top:20px !important;}
		.extra-wrap-none-mp{overflow:visible !important;}
	}


/* #Clearing
================================================== */

	/* Self Clearing Goodness */
	.container_12:after {content: "\0020"; display: block; height: 0; clear: both; visibility: hidden;}

	/* Use clearfix class on parent to clear nested columns,
	or wrap each row of columns in a <div class="row"> */
	.clearfix:before,
	.clearfix:after,
	.row:before,
	.row:after {
		content: '\0020';
		display: block;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0;}
	.row:after, .clearfix:after {clear: both;}
	.row, .clearfix {zoom: 1;}

	/* You can also use a <br class="clear" /> to clear columns */
	.clear {
		clear: both;
		display: block;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0;
	}
.carousel-div{
	padding:0 0 3px 0  ;
	}
.list_carousel {
	margin: 0 0 5px 15px;
	width: auto;
	position:relative;
    }
.list_carousel ul {
	margin:0;
	padding:0;
	list-style: none;
	display: block;
	cursor:pointer;
	}
.list_carousel li {		
	display: inline-block;
	float: left;
	display:block;
	line-height:22px;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:20px;
    }
.list_carousel.responsive {
	width: auto;
}

a#prev {
  display: block;
  width: 25px;
  height: 27px;
  cursor: pointer;
  background: transparent url(../images/cycle.png) no-repeat 0 0;
  z-index:99;
  position: relative;
  top: 4px;
  float: right;
}
a#prev:hover {
  background: transparent url(../images/cycle.png) no-repeat 0 bottom;
  outline: none;
}
a#next {
  display: block;
  margin-left: 3px;
  width: 25px;
  height: 27px;
  cursor: pointer;
  background: transparent url(../images/cycle.png) no-repeat right 0;
  z-index:99;
  position: relative;
  top: 4px;
  float: right;
}
 
a#next:hover {
  background: transparent url(../images/cycle.png) no-repeat right bottom;
  outline: none;
}
#s2 img {margin-top: 1px; float: left; margin-bottom: 0; margin-right:  20px;}
#s2 a {
	color: #AFAAA1;
	font-size: 14px;
	font-weight: normal;	
}