@import"reset.css";
@import"grid.css";
@import"forms.css";
@import"prettyPhoto.css";
@import"jquery.snippet.min.css";
@import"jplayer.blue.monday.css";
@import"jquery-ui-1.8.17.custom.css";
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600italic);
body{
	background:#ffffff;
	font:12px/20px Arial, Helvetica, sans-serif;
	color:#8c8c8c;
	position:relative;
	min-width:960px;
	
}
html,body{height:100%;}
html {min-width:960px;}
/* Global Structure---------------------------------------- */
.main{
	margin:0 auto;
	position:relative;
	min-width:960px;
	background:#fff;
}
.main-indent {
	padding:50px 0;
}
/*----- alignment & clearing -----*/
.fleft{float:left}
.fright{float:right}
.alignright{text-align:right}
.aligncenter{text-align:center}
.alignmiddle *{vertical-align:middle}

.clear{
	clear:both;
	line-height:0;
	font-size:0;
	overflow:hidden;
	height:0;
	width:100%;
}
.wrapper{
	overflow:hidden;
	position:relative;
}
.extra-wrap{
	overflow:hidden;
	display:block;
}
/*  Header styles */
h1,h2,h3,h4,h5,h6{
	color:#343434;
	letter-spacing:-1px;
	padding:0 0 16px 0;
	font-weight:normal;
	font-family: 'Oswald', sans-serif;
}
h1{font-size:30px; line-height:35px;}
h2{font-size:26px; line-height:32px;}
h3{font-size:24px; line-height:30px;} 
h4{font-size:20px; line-height:24px;}  
h5{font-size:18px; line-height:22px;}
h6{font-size:16px; line-height:20px;}
.head-1 {text-transform:uppercase;}

.heading-wrapper {
	position:relative;
	text-align:left;
}
.heading-wrapper .head-2 {
	display:inline-block;
}
.heading-wrapper .heading-after, .heading-wrapper .heading-before {
	display:block;
	position:absolute;
	top:15px;
	left:0;
	height:1px;
	background-color:#e4e4e4;
}
.heading-wrapper .heading-after {
	right:0;
	left:auto;
}
.head-2 a {
	color:#3ab4ff;
	transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-webkit-transition:all 300ms linear;
}
.head-2 a:hover {
	text-decoration:none;
	color:#8c8c8c;
}
.head-3 {
	color:#fff;
	padding:0 0 31px 0;
}
.hp-1 {padding:0 0 23px 0;}
.hp-2 {padding:0 0 27px 0;}
.hp-3 {padding:0 0 32px 0;}
.hp-4 {padding:0 0 38px 0;}
/*----- text & typography -----*/
.str-1 {
	display:block;
	color:#343434;
	font-size:15px;
	letter-spacing:-1px;
	font-style:italic;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
}
.str-2 {
	color:#fff;
	font-weight:normal;
}
.text-1 {
	font-size:13px;
	color:#8c8c8c;
	font-style:italic;
}
.def-list-1 dt {
	display:block;
	font-weight:normal;
	color:#343434;
	font-size:15px;
	line-height:20px;
	letter-spacing:-1px;
	font-style:italic;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	padding:0 0 5px 0;
}
.def-list-1 dd {
	padding:0 0 20px 0;
}
.quote-1 {
	position:relative;
	font-size:13px;
	line-height:20px;
	color:#8c8c8c;
	font-style:italic;
	padding:15px 15px;
	border:1px solid #f1f1f1;
	background:#fff;
	margin:0 0 16px 0;
}
	.quote-1:after {
		display:block;
		content:"";
		position:absolute;
		width:15px;
		height:9px;
		background:url(../images/quote-marker.png) no-repeat 0 0;
		left:18px;
		bottom:-9px;
	}
/*----- borders & lines -----*/

/*----- boxes -----*/
.img-box {
	display:inline-block;
	padding:7px;
	background:#fff;
	border:1px solid #f1f1f1;
}
/*----- indents -----*/
.img-indent {
	float:left;
	margin:4px 12px 0 0;
}
.img-indent-1 {
	float:left;
	margin:4px 18px 0 0;
}
.img-indent-bot {margin:5px 0 15px 0;}
p {padding-bottom:20px;}
.p {padding-bottom:20px;}
.p0 {padding-bottom:0 !important;}
.p1 {padding-bottom:10px !important;}
.p2 {padding-bottom:6px !important;}
.a1 {margin:0 5px;}

.pad-right {padding-right:34px;}
.indent-bot {
	padding-bottom:33px !important;
}
.indent-bot-1 {
	padding-bottom:26px !important;
}
/*----- lists -----*/
.list-1 {padding:0 0 20px 0;}
.list-1 li {
	display:block;
	padding:0 0 5px 16px;
	line-height:20px;
	background:url(../images/list-1-marker.png) no-repeat 0 8px;
}
	.list-1 li a {
		color:#8c8c8c;
		font-style:italic;
		font-size:13px;
		transition:all 300ms linear;
		-moz-transition:all 300ms linear;
		-webkit-transition:all 300ms linear;
		text-decoration:none;
	}
		.list-1 li a:hover {
			text-decoration:none;
			color:#3ab4ff;
		}
.post-list li {
	line-height:20px;
	padding:0 0 10px 0;
}
	.post-list li a {
		font-style:italic;
		color:#8c8c8c;
		transition:all 300ms linear;
		-o-transition:all 300ms linear;
		-moz-transition:all 300ms linear;
		-webkit-transition:all 300ms linear;
	}
		.post-list li a:hover {
			color:#fff;
			text-decoration:none;
		}
/*----- buttons & links -----*/
a {
	color:inherit;
	text-decoration:none;
	cursor:pointer;
}
	a:hover {text-decoration: underline;}
p a, dl a {color:#3ab4ff;}

.button {
	display:inline-block;
	color:#343434;
	font-size:15px;
	letter-spacing:-1px;
	font-style:italic;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	transition:300ms all linear;
	-o-transition:300ms all linear;
	-moz-transition:300ms all linear;
	-webkit-transition:300ms all linear;
	background:url(../images/link-marker-2.png) no-repeat right 3px;
	padding:0 20px 0 0;
	text-decoration:none;
}
	.button:hover {
		color:#3ab4ff;
		text-decoration:none;
	}

.link {
	display:inline-block;
	font-size:0;
	line-height:0;
	background:url(../images/link-marker.png) no-repeat 0 0 #3ab4ff;
	width:16px;
	height:16px;
	border-radius:8px;
	-moz=border-radius:8px;
	-webkit-border-radius:8px;
	transition:300ms all linear;
	-o-transition:300ms all linear;
	-moz-transition:300ms all linear;
	-webkit-transition:300ms all linear;
	margin:3px 0 0 4px;
	text-decoration:none;
}
	.link:hover {text-decoration: none; background:url(../images/link-marker.png) no-repeat 0 0 #8c8c8c;}

.link-1 {
	color:#343434;
	font-size:15px;
	letter-spacing:-1px;
	font-style:italic;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	transition:300ms all linear;
	-o-transition:300ms all linear;
	-moz-transition:300ms all linear;
	-webkit-transition:300ms all linear;
	text-decoration:none;
}
	.link-1:hover {
		color:#3ab4ff;
		text-decoration:none;
	}
.link-2 {
	color:#8c8c8c;
	transition:200ms all linear;
	-o-transition:200ms all linear;
	-moz-transition:200ms all linear;
	-webkit-transition:200ms all linear;
	text-decoration:none;
}
	.link-2:hover {
		color:#3ab4ff;
		text-decoration:none;
	}
.link-3 {text-decoration:underline;}
	.link-3:hover {text-decoration:none;}

/*********************************header*************************************/
/**header{
	position:relative;
	z-index:2;
	background:#ffffff;
	border-top:4px solid #343434;
	padding:0 0 10px 0;
}
	header .top-row {
		background:#ffffff;
		padding:15px 0 0px;
		margin:0 0 0 0;
	}
	header .inner {
		width:950px;
		margin:0 auto;
	}
	header .top-row .inner {overflow:hidden;}
	**/
.logo {
	float:left;
	position:relative;
	background: url(../images/2.png) no-repeat 0 0;
	height:73px;
	width:281px;
	overflow:hidden;
	text-indent:-99em;
}
/*.header-meta {text-align:right; font-size:0; line-height:0;}
.header-meta li {
	display:inline-block;
	padding:0 0 0 11px;
	margin:0 0 0 10px;
	background:url(../images/header-separator.gif) no-repeat 0 3px;
	line-height:14px;
}
	.header-meta li:first-child {background:none;}
	.header-meta li a {
		color:#8c8c8c;
		font-size:10px;
		text-transform:uppercase;
		transition:all 300ms linear;
		-moz-transition:all 300ms linear;
		-webkit-transition:all 300ms linear;
		position:relative;
	}
		.header-meta li a:hover {
			color:#3ab4ff;
			text-decoration:none;
		}
	**/
.slogan {
	text-align: right;
	display:block;
	color:#343434;
	font-size:15px;
	line-height:20px;
	letter-spacing:-1px;
	font-style:italic;
	font-family: 'Open Sans', sans-serif;
	padding:40px 4px 0 0;
	font-weight:600;
}

.nav-container {
	width:950px;
	margin:0 auto 10px auto;
	background-image;images/picback.png;
    
}
/********************** Navigation ************************/
nav {
	float:left;
	padding:0;
}

.sf-menu{
	min-height:54px;
	padding:0;
	margin:0 0 0 5px;
}
.sf-menu ul{
	position:absolute;
	top:-999em;
	width:197px;
	left:0;
	display:none;
}
.sf-menu > li{
	position:relative;
	float:left;
	margin:18px 0;
}

.sf-menu > li > a {
	text-decoration:none;
	display:block;
	font-family: 'Oswald', sans-serif;
	font-size:13px;
	line-height:18px;
	text-transform:uppercase;
	color:#3AB4FF;
	transition:400ms all linear;
	-o-transition:400ms all linear;
	-moz-transition:400ms all linear;
	-webkit-transition:400ms all linear;
	padding:0 15px;
}

	.sf-menu > li > a b {
		position:absolute;
		display:block;
		background:url(../images/nav-marker.png) no-repeat 0 0;
		width:26px;
		height:13px;
		bottom:-18px;
		left:7px;
		z-index:-1
	}
	.sf-menu > li.current > a, .sf-menu > li > a:hover, .sf-menu > li.sfHover > a {
		color:#000000;
		text-decoration:none;
	}
	.sf-menu > li.current > a b, .sf-menu > li:hover > a b, .sf-menu > li.sfHover > a b {
		bottom:-25px;
		-moz-animation: marker 400ms ease-in-out;
		-webkit-animation: marker 400ms ease-in-out;
		animation: marker 400ms ease-in-out;
	}

.sf-menu li:hover ul,.sf-menu li.sfHover ul{top:48px; left:0; z-index:999;}
.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul{top:-999em}
.sf-menu li.current,.sf-menu li:hover,.sf-menu li.sfHover{
	text-decoration:none;
}
.sf-menu li li a{
	display:block;
	margin:0;
	position:relative;
	text-decoration:none;
	font-size:10px;
	line-height:14px;
	color:#8c8c8c;
	overflow:hidden;
	padding:4px 5px 4px 12px;
	text-transform:uppercase;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	background:#e0e0e0;
	transition:300ms all linear;
	-o-transition:300ms all linear;
	-moz-transition:300ms all linear;
	-webkit-transition:300ms all linear;
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current > a{
	color:#fff;
	background:#343434;
}
.sf-menu li li li > a:hover, .sf-menu li li li.sfHover > a, .sf-menu li li li.current > a{
	color:#fff;
	background:#3ab4ff;
}

.sf-menu li li{
	float:none;
	position:relative;
	margin:0 0 1px 0;
}

.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul{left:198px;top:0;}

/********************** Slider ************************/
.slider-container {
	width:950px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	padding:3px 0 0 0;
}
.main-banner {
	float:left;
	width:300px;
	margin:0 20px 0 0;
	padding:10px 0 0 0;
	max-height:230px;

	

	
}
.mp_items {display:none;}

.mp_slider {
	overflow:visible !important;
	border:7px solid #fff;
	float:left;
	box-shadow:0 0 1px 1px #f1f1f1;
	margin:0 1px 1px 0;
	height:300px;
	width:609px;
}

.mp_pagination {
	display:block;
	position:absolute;
	left:-320px;
	bottom:31px;
	z-index:99;
	font-size:0;
	line-height:0;
	letter-spacing:-1px;
}
	.mp_pagination li {
		display:inline-block;
	}
		.mp_pagination li a {
			display:block;
			width:12px;
			height:12px;
			position: absolute;
		}
			.mp_pagination li a span {
				position:absolute;
				left:2px;
				top:2px;
				background-color:#cbcbcb;
				display:block;
				width:8px;
				height:8px;
				border-radius:4px;
				transition:background-color 100ms linear;
				-moz-transition:background-color 100ms linear;
				-webkit-transition:background-color 100ms linear;
				-o-transition:background-color 100ms linear;
			}
			.mp_pagination li a:hover span, .mp_pagination li.current a span {
				-webkit-animation: pag 400ms ease-in-out;
				-moz-animation: pag 400ms ease-in-out;
				animation: pag 400ms ease-in-out;
				left:0;
				top:0;
				width:12px;
				height:12px;
				border-radius:6px;
				background-color:#3ab4ff;
				transition:background-color 400ms linear;
				-moz-transition:background-color 400ms linear;
				-webkit-transition:background-color 400ms linear;
				-o-transition:background-color 400ms linear;
			}
/********************** Content ************************/

section#content {
	position:relative; 
	z-index:1;
	padding:0 0 20px 0;
	background:#ffffff;
}
.top-content {
	background:#f1f1f1;
	padding:15px 0 5px;
	margin:0 0 10px 0;
}
.map-container {
	float:left;
	padding:7px;
	border:1px solid #f1f1f1;
	background:#fff;
	margin:4px 20px 30px 0;
}
.map-container iframe {
	width:464px;
	height:369px;
	margin:0;
	border:none;
}
.adress {padding:0 0 25px 0;}
.adress dt {
	display:block;
	font-weight:normal;
	color:#343434;
	font-size:15px;
	line-height:20px;
	letter-spacing:-1px;
	font-style:italic;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	padding:0 0 15px 0;
}
.adress dd {
	font-size:12px;
	line-height:20px;
	color:#8c8c8c;
	overflow:hidden;
}
.adress dd span {
	float:left;
	width:66px;
}
.adress dd a {text-decoration:underline;}
.adress dd a:hover {text-decoration:none;}
.content-box {
	width:950px;
	margin:0 auto;
	padding:0;
}
.inner-404 {
	background: url(../images/page404-img.jpg) no-repeat 0 10px;
	padding:0 0 0 640px;
	min-height:430px;
}
.heading-404 {
	display:block;
	color:#343434;
	font-weight:normal;
	letter-spacing:-1px;
}
strong.heading-404 {
	padding:0;
	font-family: 'Oswald', sans-serif;
	font-size:40px;
	line-height:48px;
	text-transform:uppercase;
	padding:0 0 10px 0;
}
b.heading-404 {
	font-size:15px;
	line-height:20px;
	font-style:italic;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	padding:0 0 10px 0;
}
.inner-404 p {
	color:#8c8c8c;
	font-size:12px;
	line-height:20px;
}
/******************** Aside ******************/
aside {
	padding:51px 0 50px;
}
.social-list li {
	display:block;
	padding:0 0 14px 0;
}
.social-list li a {
	display:inline-block;
	font-size:12px;
	line-height:26px;
	color:#8c8c8c;
	font-style:italic;
	transition:200ms all linear;
	-o-transition:200ms all linear;
	-moz-transition:200ms all linear;
	-webkit-transition:200ms all linear;
}
.social-list li a span.soc-icon {
	display:inline-block;
	font-size:0;
	line-height:0;
	width:26px;
	height:26px;
	margin:0 8px 0 0;
	border-radius:13px;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	background-color:#5c5c5c;
	box-shadow:0 0 0 #343434;
}
	.social-list li a span.soc-icon.twitter-icon {
		background-image:url(../images/soc-icon-1.png);
		background-repeat:no-repeat;
		background-position:0 0;
	}
	.social-list li a span.soc-icon.facebook-icon {
		background-image:url(../images/soc-icon-2.png);
		background-repeat:no-repeat;
		background-position:0 0;
	}
	.social-list li a span.soc-icon.google-icon {
		background-image:url(../images/soc-icon-3.png);
		background-repeat:no-repeat;
		background-position:0 0;
	}
	.social-list li a span.soc-icon.rss-icon {
		background-image:url(../images/soc-icon-4.png);
		background-repeat:no-repeat;
		background-position:0 0;
	}
	.social-list li a:hover span.soc-icon {
		background-color:#8c8c8c;
		-moz-animation: socicon 1200ms ease-in-out infinite;
		-webkit-animation: socicon 1200ms ease-in-out infinite;
		animation: socicon 1200ms ease-in-out infinite;
	}
	.social-list li a:hover {
		text-decoration:none;
		color:#fff;
	}
.aside-tweet .tweet_list li {
	font-size:12px;
	line-height:20px;
	font-style:italic;
	color:#8c8c8c;
	padding:0 0 10px 0;
}
	.aside-tweet .tweet_list li a {
		color:#fff;
	}
/******************** Footer ******************/
footer {
	border-top:1px solid #464646;
	width:950px;
	margin:0 auto;
	color:#8c8c8c;
	font-size:12px;
	padding:15px 0;
	overflow:hidden;
}
footer strong {
	font-weight:normal;
	color:#fff;
}
footer a {color:#8c8c8c; text-decoration:underline;}
	footer a:hover {color:#fff; text-decoration:none;}


@-webkit-keyframes marker {
0% {bottom:-18px;}
45% {bottom:-31px;}
75% {bottom:-19px;}
100% {bottom:-25px;}
} 
@-moz-keyframes marker {
0% {bottom:-18px;}
45% {bottom:-31px;}
75% {bottom:-19px;}
100% {bottom:-25px;}
}
@keyframes marker {
0% {bottom:-18px;}
45% {bottom:-31px;}
75% {bottom:-19px;}
100% {bottom:-25px;}
}

@-webkit-keyframes submit {
0% {background-position:0 -30px;}
40% {background-position:0 7px;}
70% {background-position:0 -7px;}
100% {background-position:0 0;}
} 
@-moz-keyframes submit {
0% {background-position:0 -30px;}
40% {background-position:0 7px;}
70% {background-position:0 -7px;}
100% {background-position:0 0;}
}
@keyframes submit {
0% {background-position:0 -30px;}
40% {background-position:0 7px;}
70% {background-position:0 -7px;}
100% {background-position:0 0;}
}

@-webkit-keyframes pag {
0% {left:2px;top:2px;width:8px;height:8px;border-radius:4px;}
20% {left:4px;top:4px;width:4px;height:4px;border-radius:2px;}
70% {left:-2px;top:-2px;width:16px;height:16px;border-radius:8px;}
100% {left:0;top:0;width:12px;height:12px;border-radius:6px;}
} 
@-moz-keyframes pag {
0% {left:2px;top:2px;width:8px;height:8px;border-radius:4px;}
20% {left:4px;top:4px;width:4px;height:4px;border-radius:2px;}
70% {left:-2px;top:-2px;width:16px;height:16px;border-radius:8px;}
100% {left:0;top:0;width:12px;height:12px;border-radius:6px;}
}
@keyframes pag {
0% {left:2px;top:2px;width:8px;height:8px;border-radius:4px;}
20% {left:4px;top:4px;width:4px;height:4px;border-radius:2px;}
70% {left:-2px;top:-2px;width:16px;height:16px;border-radius:8px;}
100% {left:0;top:0;width:12px;height:12px;border-radius:6px;}
}

@-webkit-keyframes socicon {
0% {background-color:#5c5c5c;box-shadow:0 0 0 #343434;}
50% {background-color:#8c8c8c;box-shadow:0 0 5px #8c8c8c;}
100% {background-color:#5c5c5c;box-shadow:0 0 0 #343434;}
} 
@-moz-keyframes socicon {
0% {background-color:#5c5c5c;box-shadow:0 0 0 #343434;}
50% {background-color:#8c8c8c;box-shadow:0 0 5px #8c8c8c;}
100% {background-color:#5c5c5c;box-shadow:0 0 0 #343434;}
}
@keyframes socicon {
0% {background-color:#5c5c5c;box-shadow:0 0 0 #343434;}
50% {background-color:#8c8c8c;box-shadow:0 0 5px #8c8c8c;}
100% {background-color:#5c5c5c;box-shadow:0 0 0 #343434;}
}

.mycont{
color:#3ab4ff;
font-family: 'Oswald', sans-serif;
font-size:11pt;
}

#list-menu {
width: 132px;
/* this width value is also effected by
the padding we will later set on the links. */
}

#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family:'Oswald', sans-serif;
font-size: 12px;
text-transform:uppercase;
font-weight:normal;

} 


#list-menu li {
margin: 2px 0 0;
} 

#list-menu a {
display: block;
width:140px;
padding: 10px 2px 10px 10px;
border: 1px solid #333333;
background: #666666;
text-decoration: none; /*lets remove the link underlines*/

} 

#list-menu a:link, #list-menu a:visited {
color: #FFFFFF;
}

#list-menu a:hover {
border: 1px solid #0099FF;
background: #0099CC;
color: #ffffff;
} 

#list-menu a:active {
border: 1px solid #0099FF;
background: #0099CC;
color: #ffffff;
}
#x1
{
background: #ffffff;
}
.x1
{
background: #ffffff;
}
.main .content { width: 615px; float: left; }

#header { background: url(images/header.png) repeat-x 0 0; height: 285px; }

.header-inner { position: relative;  background: url(images/header-cnt.png) no-repeat center 0;  }

.header-cnt #logo { width: 397px; font-size: 0; line-height: 0;  }

.header-cnt #logo a { height: 134px; background: url(images/logo.png) no-repeat 0 0; text-indent: -4000px; display: block;  }
.shell  { width: 980px; margin: 0 auto; }
.header-cnt { width: 422px; padding-top: 30px; }
.header-cnt h2 { font-size: 74px; line-height: 83px; color: #fff; text-shadow: rgba(0,0,0,0.5) 0px 1px 2px;  font-weight: bolder; } 
.header-cnt h3 { font-size: 40px; padding-bottom: 8px; line-height: 50px; font-weight: normal;  color: #fff; text-shadow: rgba(0,0,0,0.5) 0px 1px 2px; font-family: tahoma, arial, helvetica, serif;  } 
.header-cnt p { color: #fff; text-shadow: rgba(0,0,0,0.5) 0px 1px 2px; padding-bottom: 10px; text-align:justify; }
.header-cnt a.blue-btn { background: url(images/blue-btn.png) no-repeat 0 -75px; position: relative; bottom: -7px; z-index: 100; width: 198px; height: 70px; text-align: center; line-height: 56px; display: block; color: #fff; text-shadow: rgba(0,0,0,0.5) 0px 1px 1px; font-size: 16px; font-family: 'Ubuntu', sans-serif; font-weight: 700;   }
.header-cnt a.blue-btn:hover  { text-decoration: none; background-position: 0 0px; }

.slider-holder { float: right; width: 495px; height: 293px; background: url(images/slider.png) no-repeat 0 0; position: absolute; top: 7px; right: -19px; padding: 34px 44px; z-index: 1000;}
.slider-holder .flexslider { width: 497px; height: 288px; position: relative; }
.slider-holder .flexslider ul.slides { list-style: none; list-style-position: outside; position: relative; }
.slider-holder .flexslider ul.slides li { width: 497px; height: 288px; float: left; }
.slider-holder .flexslider ul.slides li img { width: 497px; height: 288px; }

.main1 { padding: 66px 0 50px; position: relative; height: 100%; }
.main1 span.shadow-top { background: url(images/main-shadow.png) repeat-x 0 0;  top: 0; left: 0; position: absolute; width: 100%;  height: 46px; z-index: 20; display: block;  }
.main1 h2 { font-size: 28px; color: #2d2d2d; line-height: 28px; font-family: 'Ubuntu', sans-serif; font-weight: 500; padding-bottom: 12px; }
.main1 h3 { font-size: 20px; color: #2d2d2d; line-height: 22px; font-family: 'Ubuntu', sans-serif; font-weight: 500; padding-bottom: 8px; }
.main1 section { background: url(images/section-shadow.png) no-repeat 0 bottom; padding-top: 40px; padding-bottom: 23px;  }
.main1 section:last-of-type { background: transparent; }

.main1 .testimonial { text-align: center; padding-right: 88px; padding-left: 88px; }
.main1 .testimonial p { padding-bottom: 10px; }
.main1 .testimonial p strong { font-size: 28px; font-family: georgia, serif; position: relative; top: 10px; left: -5px; }

.main1 .content { width: 615px; float: left; }
.main1 .content ul { list-style: none; list-style-position: outside; padding-top: 8px;  }
.main1 .content ul li { padding-left: 8px; background: url(images/bullet.png) no-repeat 0 9px; padding-bottom: 5px;  }
.main1 .content ul li a { text-decoration: underline; }
.main1 .content ul li a:hover { text-decoration: none; }
.main1 .content img.alignleft { margin-right: 22px; }
.main1 .content .cnt { overflow: hidden; height: 100%; }
.main1 section.blog { padding-bottom: 60px; }

.main1 .sidebar { width: 282px;  float: right; }
.main1 .sidebar ul { list-style: none; list-style-position: outside; }
.main1 .sidebar ul li { position: relative; padding-left: 84px; background: url(images/sidebar-list-border.png) no-repeat 0 bottom; padding-bottom: 15px; margin-bottom: -13px; min-height: 72px; }
.main1 .sidebar ul li .img-holder { position: absolute; top: 6px; left: 0px; width: 66px; height: 48px; padding: 2px; border: 1px solid #d7d7d6; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; }
.main1 .sidebar ul li img { width: 66px; height: 48px; }
.main1 .sidebar ul li .mobile { font-style: normal; display: none; }
.main1 .sidebar ul li a { color: #0097D2; }
.main1 .sidebar ul li a:hover { text-decoration: none; color: #666;  }
.main1 .sidebar ul li p { padding-bottom: 7px; }
.main1 .sidebar ul li span { font-size: 10px; color: #c0c0c0; display: block; }
.main1 .sidebar .widget ul li.last { background: transparent; }

.main1 .cols { padding-bottom: px;  }
.main1 .cols a.view { margin-right: 16px; position: absolute; bottom: 0; right: 45px; }
.main1 .cols .col { width: 292px; float: left; background: url(images/col-separator.png) no-repeat right 0; padding-right: 45px; margin-right: 12px; padding-bottom: 16px; position: relative; }
.main1 .cols .col-cnt { padding-top: 7px; height:  100%; overflow: hidden }
.main1 .cols .col img.alignleft { margin-right: 7px; }
.main1 .cols .col.last { width: 280px; padding-right: 0; margin-right: 0; background: transparent; }



/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
/*.flexslider {width: 100%; margin: 0; padding: 0;}*/
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
/*.flexslider .slides img {max-width: 100%; display: block;}*/
.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 { border: 0; position: relative; }
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav li a {width: 24px; height: 33px; margin: 0px 0 0; display: block; background: url(images/slider-arr.png) no-repeat 0 0; position: absolute; top: 170px; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li .next {background-position: 0px bottom; right: -40px;}
.flex-direction-nav li .prev {left: -40px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav { position: absolute; bottom: 0px; right: 0; height: 36px; text-align: center; z-index: 100; background: url(images/control-nav-bg.png) repeat 0 0; min-width: 138px; border-radius: 5px 0 0 0; -moz-border-radius: 5px 0 0 0; -webkit-border-radius: 5px 0 0 0; -o-border-radius: 5px 0 0 0; }
.flex-control-nav li {margin: 0 0 0 4px; display: inline-block; zoom: 1; *display: inline; padding-top: 10px; }
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 22px; height: 22px; display: block; background: url(images/control-nav.png) no-repeat 1px 0; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -21px;}
.flex-control-nav li a.active {background-position: 0 -21px; cursor: default; }



.container { padding: 0 20px; width: 728px; }

	.main section { background: url(images/tablet-section-shadow.png) no-repeat 0 bottom  !important; }
.main section.blog { padding-bottom: 60px; }
	.main section.blog { background: transparent  !important; padding-bottom: 0;  }
	.main .cols { background: transparent  !important; padding-bottom: 0; }
	.main .cols .col { width: 232px; padding-right: 15px; margin-right: 0; background: transparent;}
	.main .cols .col.last { padding-right: 0; width: 232px }
	.main .cols .col img { float: none; display: block; margin: 0 auto 0 auto !important;  }
	
	.main .content { width: 100%; float: none; display: block; padding-bottom: 40px; }
	
	.main .sidebar { width: 100%; float: none; display: block; }
	.main .sidebar ul li { margin: 0 0 0 0; background: url(images/tablet-section-shadow.png) no-repeat center bottom; display: block; min-height: 70px; }
	.main .sidebar ul li .mobile { display: inline;  }
	.main .sidebar a.view { margin-right: 20px;  }

	
	.slider-holder { width: 280px !important; height: 163px  !important; background: url(images/slider-mobile.png) no-repeat 0 0; padding: 20px; top: 230px; left: 50%; margin-left: -160px; }
	.slider-holder .flexslider { width: 280px; height: 163px; }
	.slider-holder .flexslider ul.slides li { width: 100%; height: 100%; }
	.slider-holder .flexslider ul.slides li img { width: 100%; height: 100%; }
	.container { padding: 20px 10px 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

	.main .testimonial { padding-left: 0; padding-right: 0; }
	.main span.shadow-top { top: 0px; left: 0; }
	.main section { background: url(images/mobile-section-shadow.png) no-repeat center bottom  !important; }
	.main section.blog { background: transparent  !important; padding-bottom: 0; }
	.main .cols { background: transparent  !important; padding-bottom: 0; }
	.main .cols .col { width: 100%; padding-right: 0px; margin-right: 0; padding-bottom: 20px; background: url(images/mobile-section-shadow.png) no-repeat center bottom;}
	.main .cols .col a.view { bottom:  20px; right:  10px; }
	.main .cols .col.last { width: 100%; padding-right: 0px; }
	.main .cols .col img { float: left;  }
	.main .content { width: 100%; float: none; display: block; padding-bottom: 40px; }
	.main .content img.alignleft { margin-right: 8px; float: none; display: block; margin: 0 auto 30px auto;  }
	.main .content p { font-size: 11px; line-height: 18px; }
	.main .content ul li { font-size: 11px; padding-bottom: 0; line-height: 18px;  }
	.main .content ul li { background-position: 0 7px !important; display: block; }

	.main .sidebar { width: 100%; float: none; display: block; padding-right: 0; }
	.main .sidebar ul li { margin: 0 0 0 0; background: url(images/mobile-section-shadow.png) no-repeat center bottom; display: block; min-height: 70px; }
	.main .sidebar ul li .mobile { display: inline; }
	.main .sidebar a.view { margin-right: 20px; }
	