  @font-face {
 font-weight: normal;
 font-style: normal;
}
* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	font-size: 16px;
	line-height: 22px;
	font-family: arial, sans-serif;
	color: #646464;
	background: url(../../css/images/body.png) repeat 0 0;
	min-width: 100%;
	text-align: justify;
}

.loadingModalPopup
{
    background-color: White;
    border-width: 1px;
    border-style: solid;
    border-color: White;
    padding: 1em 6px;
    vertical-align: top;
}

.LoadingModalBackground
{
    background-color:Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.mpe_Container
{
    background-color: #ecf0f4;
    border: 2px solid #494949;
    padding: 0px 0px 0px 0px;
}

.mpe_Titlebar
{
    background: url('../images/titlebar_bg.jpg');
    height: 29px;
}

.mpe_Titlebar_Text
{
    padding-right: 5px;
    padding-top: 0px;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 13px;
    color: #FFFFFF;
}

.mpe_Titlebar_Image
{
    background: url('../images/cross_icon_normal.png') no-repeat 50%;
    height: 15px;
    width: 16px;
    cursor: pointer;
    margin-left: 3px;
    margin-top: 3px;
}

.mpe_Body
{
    padding: 15px 5px 15px 5px;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 13px;
    color: #000000;
    line-height: 15pt;
    clear: both;
}

.modalBackground
{
    background-color: #ecf0f4;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.accordionHeader
{
    border: 1px solid #494949;
    color: white;
    background-color: #3F3F3F;
    font-weight: bold;
    font-size: 16px;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected
{
    border: 1px solid #588c2d;
    color: white;
    background-color: #7cc242;
    font-weight: bold;
    font-size: 16px;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #F4FFFF;
    border: 1px dashed #588c2d;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.grid
{
    width: 100%;
    font-family: Arial;
    font-size: 13px;
    border-color: #718288;
    border-style: solid;
    border-width: 1px;
}

a {
	color: #72ae13;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
a.more {
	background: url(images/green-arr.png) no-repeat 0 5px;
	padding-left: 11px;
	color: #72ae13;
	text-decoration: underline;
	font-size: 12px;
}
a.more:hover {
	text-decoration: none;
}

article, aside, details, footer, header, menu, nav, section {
 display: block;
}
input, textarea, select {
	font-size: 12px;
	font-family: arial, sans-serif;
	text-align: right;
}
textarea {
	overflow: auto;
}
.cl {
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	clear: both;
}
.notext {
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}
.left, .alignleft {
	float: left;
}
.err  {
	    background-size: 40px 40px;
		background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 35%,
							transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
							transparent 75%, transparent);										
		 box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
		 border: .5px dotted;
		 color: #fff;
		 padding: 5px 10px;
		 position: relative;
		 _position: relative;
		 text-shadow: 0 1px 0 rgba(0,0,0,.5);
		 animation: animate-bg 5s linear infinite;
		 background-color: #686868;
		 border-color:Silver;
}

@keyframes animate-bg {
    from {
        background-position: 0 0;
    }
    to {
       background-position: -80px 0;
    }
}

.right, .alignright {
	float: right;
	display: inline;
}
.shell {
	width: 980px;
	margin: 0 auto;
}
.shell-kh {
	width: 980px;
	margin: 0 auto;
}
.header {
	background: url(images/header.png) repeat 0 0;
}
.header .shell {
	padding: 10px 32px 0;
	width: 918px;
	background: url(images/header-shell.png) no-repeat center 0;
	box-shadow: 0px -10px 9px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px -10px 9px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px -10px 9px rgba(0, 0, 0, 0.7);
	-o-box-shadow: 0px -3px 10px 9rgba(0, 0, 0, 0.7);
}
.header .shell-kh {
	padding: 10px 32px 0;
	width: 918px;
	box-shadow: 0px -10px 9px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px -10px 9px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px -10px 9px rgba(0, 0, 0, 0.7);
	-o-box-shadow: 0px -3px 10px 9rgba(0, 0, 0, 0.7);
}
#header-top1 {
	float: right;
	width: 310px;
	padding:5px;
}
 a.green-btn {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	text-decoration: none;
	text-align: center;
	outline: none;
	display: block;
	width: 100px;
	height: 25px;
	background: url(images/green-btn1.png) no-repeat 0 0;
}
 a:hover {

}
.left a.green-btn {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	text-decoration: none;
	text-align: center;
	outline: none;
	display: block;
	width: 100px;
	height: 30px;
	background: url(images/green-btn1.png) no-repeat 0 0;
}
.left a:hover {
	font-size: 14px;
}
.header-top {
	height: 35px;
	padding-right: 0px;
	text-align: right;
}
#login {
	float: right;
	height: 30px;
}
#logo {
	width: 150px;
	font-size: 0;
	line-height: 0;
	float: left;
}
#logo a {
	height: 84px;
	display: block;
	background: url(images/logo.png) no-repeat 0 0;
	text-indent: -4000px;
}
/* navigation*/
#navigation {
	float: right;
}
#navigation ul {
	list-style: none;
	list-style-position: outside;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-align: right;
}
#navigation ul li {
	display: inline;
	padding-left: 34px;
}
#navigation ul li a {
	color: #FFFBF0;
}
#navigation ul li a:hover, #navigation ul li.active a {
	color: #7CC242;
	text-decoration: none;
}
/* end navigation*/
.kh-slider {
	height: 456px;
	margin-top: 56px;
}
.slider {
	height: 436px;
}
.slider, .kh-slider, #carousel, #carousel > div {
	width: 980px;
	height: 436px;
}
.slider {
	margin: 0px 0px 0px -490px;
	overflow: hidden;
	position: relative;
	top: 50%;
	left: 50%;
}
.kh-slider {
	margin: 0px 0px 0px -490px;
	overflow: hidden;
	position: relative;
	top: 50%;
	left: 50%;
	background-color: #FFFBF0;
}
#carousel {
	position: relative;
	z-index: 2;
}
#carousel div {
	overflow: hidden;
	position: relative;
	float: left;
}
#carousel div > * {
	position: absolute;
}
#carousel img.img-front {
	left: 649px;
	top: 120px;
	z-index: 4;
}
#carousel img.img-mid {
	left: 572px;
	top: 80px;
	z-index: 3;
}
#carousel img.img-back {
	left: 498px;
	top: 100px;
	z-index: 2;
}
#carousel h3 {
	font-size: 68px;
	letter-spacing: -2px;
	font-weight: normal;
	font-family: 'pt-sans', arial, helvetica, serif;
	color: #f5f5f5;
	line-height: 70px;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	width: 420px;
	left: 32px;
	background: url(images/slider-h3-border.png) repeat-x 0 bottom;
	top: 71px;
	padding-bottom: 13px;
	margin: 0 0 18px;
}
#carousel h5 {
	font-size: 15px;
	color: #9BD441;
	font-family: tahoma, arial, helvetica, serif;
	text-transform: uppercase;
	text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
	font-weight: bold;
	position: absolute;
	top: 43px;
	left: 32px;
	white-space: nowrap;
}
#carousel p {
	color: #FFFBF0;
	font-size: 16px;
	width: 420px;
	left: 32px;
	top: 161px;
	margin: 0;
	line-height: 26px;
	text-align: justify;
	font-weight: bold;
}
#carousel a.green-btn {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	text-decoration: none;
	text-align: center;
	line-height: 52px;
	outline: none;
	display: block;
	background-color: #888;
	width: 194px;
	height: 56px;
	top: 288px;
	background: url(images/green-btn.png) no-repeat 0 0;
	left: 32px;
}
#carousel a:hover {
	background-position: -1px -54px;
}
#prev, #next {
	background: url(images/direction-nav.png) no-repeat 0 0;
	display: block;
	width: 17px;
	height: 22px;
	position: absolute;
	bottom: 15px;
	z-index: 10;
}
#prev {
	left: 426px;
}
#next {
	right: 434px;
	background-position: right 0;
}
.pagination {
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -44px;
	width: 88px;
}
.pagination a {
	background: url(images/pagination.png) no-repeat 0 0;
	width: 20px;
	height: 20px;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	cursor: default;
}
.pagination a.selected {
	background-position: 0 -20px;
}
.main {
	padding: 34px 0 20px 0;
	border-top: 1px solid #fff;
	background: url(images/main.png) repeat-x 0 0;
	box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.4);
}
.main h2 {
	font-size: 22px;
	color: #000;
	font-family: 'Jura', sans-serif;
	font-weight: 700;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.main p a {
	text-decoration: underline;
}
.main p a:hover {
	text-decoration: none;
}
.main section {
	background: url(images/section.png) no-repeat center bottom;
	padding-bottom: 50px;
	margin-bottom: 20px;
}
.main .cols {
	padding-left: 32px;
	padding-right: 32px;
}
.main .cols h2 {
	padding-bottom: 4px;
}
.main .cols .col {
	width: 277px;
	float: right;
}
.main .cols .col + .col {
	padding-right: 40px;
}
.main .cols .col img {
	float: right;
	width: 73px;
	margin-left: 16px;
}
.main .cols .col .col-cnt {
	height: 100%;
	overflow: hidden;
}
.main .post {
	padding-left: 32px;
	padding-right: 32px;
}
.main .post img {
	float: left;
	margin-right: 18px;
	width: 333px;
	height: 333px;
}
.main .post-cnt {
	padding-top: 22px;
}
.main .post-cnt p {
	padding-bottom: 10px;
}
.main .post-cnt ul {
	list-style: none;
	list-style-position: outside;
	height: 100%;
	overflow: hidden;
	text-align: right;
	float: right;
}
.main .post-cnt ul li {
	padding-bottom: 7px;
	background-image: url(images/green-arr.png);
	background-repeat: no-repeat;
	background-position: right 9px;
	padding-right: 11px;
}
.main .post-cnt ul li a {
	text-decoration: underline;
}
.main .post-cnt ul li a:hover {
	text-decoration: none;
}
.main .content {
	padding-left: 32px;
	padding-right: 32px;
}
.main .content span {
	text-decoration: underline;
}
.main #partners-slider {
	height: 58px;
}
.main .partners {
	padding: 0 70px 30px 70px;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin-top: -20px;
	z-index: 100;
}
.slider-holder2 {
	position: relative;
	overflow: hidden;
}
#partners-slider {
	overflow: hidden;
	position: relative;
}
#partners-slider img {
	margin: 0px 25px;
	float: left;
	height: 52px;
}
.slider-arr a.arr-btn {
	background: url(images/slider-b-arr.png) no-repeat 0 0;
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 10px;
}
.slider-arr a.prev-arr {
	left: 32px;
}
.slider-arr a.prev-arr:hover {
	background-position: 0 -31px;
}
.slider-arr a.next-arr {
	right: 32px;
	background-position: right 0;
}
.slider-arr a.next-arr:hover {
	background-position: right -31px;
}
.socials {
	background: url(images/socials-pattern.png) repeat 0 0;
	height: 50px;
	padding: 0 17px;
	margin: 0 40px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2) inset;
	-o-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2) inset;
}
.socials p {
	float: right;
	line-height: 50px;
	font-size: 12px;
}
.socials p a {
	text-decoration: none;
}
.socials p a:hover {
	text-decoration: underline;
}
.socials ul {
	list-style: none;
	list-style-position: outside;
	float: left;
	padding-top: 11px;
}
.socials ul li {
	float: left;
	padding-left: 5px;
}
.socials ul li a {
	display: block;
	background: url(images/socials.png) no-repeat 0 0;
	width: 28px;
	height: 28px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}
.socials ul li a.facebook-ico {
	background-position: 0 0;
}
.socials ul li a.twitter-ico {
	background-position: -35px 0;
}
.socials ul li a.skype-ico {
	background-position: -68px 0;
}
.socials ul li a.rss-ico {
	background-position: -102px 0;
}
#footer {
	background: url(images/footer.png) repeat 0 0;
}
#footer .shell {
	background: url(images/footer-shell.png) repeat 0 0;
	padding: 26px 0;
}
#footer .footer-cols {
	padding: 0 32px 26px;
}
#footer .col {
	width: 212px;
	float: right;
}
#footer .col + .col {
	padding-left: 22px;
}
#footer h2 {
	font-size: 20px;
	margin-bottom:  10px;
	color: #fff;
	background: url(images/footer-cols.png) repeat-x 0 bottom;
	padding-bottom: 10px;
	text-shadow: rgba(0, 0, 0, 0.9) 1px 1px 1px;
	font-family: 'Jura', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
#footer .col ul {
	list-style: none;
	list-style-position: outside;
}
#footer .col ul li {
	padding-bottom: 7px;
	font-size: 14px;
	padding-right: 11px;
	background-image: url(images/green-arr.png);
	background-repeat: no-repeat;
	background-position: right 8px;
}
#footer .col p {
	font-size: 11px;
	color: #bebebe;
	text-align: right;
}
#footer .footer-bottom {
	background: url(images/footer-cols.png) repeat-x 0 0;
	padding: 15px 32px 0;
}
#footer .footer-bottom p.copy {
	float: left;
	line-height: 11px;
	font-size: 11px;
	color: #717171;
}
#footer .footer-bottom p.copy span {
	padding: 0 8px;
}
#footer .footer-bottom p.copy a {
	color: #717171;
	text-decoration: underline;
}
#footer .footer-bottom p.copy a:hover {
	color: #fff;
	text-decoration: none;
}
#footer .footer-nav {
	float: right;
}
#footer .footer-nav ul {
	list-style: none;
	list-style-position: outside;
	line-height: 11px;
	text-align: right;
}
#footer .footer-nav ul li {
	float: left;
	border-right: 1px solid #181818;
	padding: 0 8px;
	text-shadow: rgba(0, 0, 0, 0.7) 0px 1px 1px;
}
#footer .footer-nav ul li:first-child {
	padding-left: 0;
}
#footer .footer-nav ul li a {
	color: #717171;
}
#footer .footer-nav ul li a:hover {
	color: #fff;
}
#navigation a.nav-btn {
	display: none;
	float: right;
	font-weight: bold;
}
	/* #Media Queries ========================================================================================== */
	
	/* ipad portrait */
	@media only screen and ( min-width: 768px) and ( max-width: 980px ) {
 body {
 min-width: 768px;
}
 .shell {
 max-width: 748px;
}
 .shell-kh {
 max-width: 748px;
}
 #navigation ul li {
 padding-left: 5px;
 font-size: 15px;
}
 #header-top1 {
 margin-top:5px;
}
 .header .shell {
 padding: 15px 0px 0;
 width: 748px;
 background: url(images/t-header-shell.png) no-repeat center 0;
}
.header .shell-kh {
 padding: 15px 0px 0;
 width: 748px;
}
 .header-top {
 padding-left: 20px;
 padding-right: 20px;
}
 .slider, .kh-slider, #carousel, #carousel > div {
 width: 708px;
 height: 400px;
}
 .slider {
 width: 708px;
 margin: 0px 0 0 -354px;
 overflow: hidden;
 position: relative;
 top: 50%;
 left: 50%;
}
 .kh-slider {
 width: 708px;
 margin: 0px 0 0 -354px;
 overflow: hidden;
 position: relative;
 top: 50%;
 left: 50%;
}
 #carousel h3 {
 font-size: 58px;
 width: 290px;
 left: 10px;
}
 #carousel h5 {
 font-size: 15px;
 width: 290px;
 left: 10px;
}
 #carousel p {
 font-size: 14px;
 width: 294px;
 left: 10px;
}
 #carousel a.green-btn {
 top: 320px;
 left: 10px;
}
 #carousel img.img-front {
 left: 576px;
 width: 140px !important;
 height: 250px;
}
 #carousel img.img-mid {
 left: 460px;
 width: 165px !important;
 height: 229px;
}
 #carousel img.img-back {
 left: 316px;
 width: 354px !important;
 height: 317px;
}
 #prev {
 left: 290px;
}
 #next {
 right: 297px;
}
 .main section {
 background: url(images/t-section.png) no-repeat center bottom;
 padding-bottom: 50px;
 margin-bottom: 20px;
}
 .main .cols {
 padding-left: 20px;
 padding-right: 20px;
}
 .main .cols .col {
 width: 200px;
}
 .main .cols .col img {
 float: none;
 display: block;
 margin: 0 auto;
 width: 73px;
 margin-bottom: 14px;
}
 .main .cols .col .col-cnt {
 float: none;
 display: block;
 text-align: center;
}
 .main .post {
 padding-left: 20px;
 padding-right: 20px;
}
 .main .post h2 {
 font-size: 21px;
}
 .main .post img {
 width: 274px;
 height: 274px;
}
 .main .socials {
 height: 80px;
 padding-top: 16px;
 margin: 0 20px;
}
 .main .socials p {
 display: block;
 float: none;
 line-height: 22px;
}
 .main .socials ul {
 display: block;
 float: none;
}
 .main .content {
 padding-left: 20px;
 padding-right: 20px;
}
 #partners-slider img {
 margin: 0px 15px;
 float: left;
 height: 52px;
}
 #footer .footer-cols {
 padding-left: 20px;
 padding-right: 20px;
}
 #footer .footer-cols .col {
 width: 165px;
}
 #footer .footer-cols .col + .col {
 padding-left: 16px;
}
 #footer .footer-bottom {
 padding-left: 20px;
 padding-right: 20px;
}
}
	
/*affect-mobile	*/
	
@media only screen and ( max-width: 767px) {
 body {
 min-width: 320px;
}
 .shell {
 max-width: 320px;
}
.shell-kh {
 max-width: 320px;
}
 .header .shell {
 padding: 0 0 0 0;
 background: url(images/m-header-shell.png) no-repeat 0 0;
}
.header .shell-kh {
 padding: 0 0 0 0;
}
 .header-top {
 padding: 0px 0px 0px 0px;
}
 #logo {
 margin: 0 auto;
 float: left;
 display: block;
}
 #navigation {
 float: right;
 display: block;
 position:relative;
 background: url(images/m-navigation.png) no-repeat 0 0;
 z-index: 1000;
 margin: 0px 0px 0px 0px;
 height: 32px;
 padding-top: 0;
}
 #navigation a.nav-btn {
 display: block;
 height: 32px;
 padding-right: 30px;
 line-height: 32px;
 width: 70px;
 margin: 0 auto;
 background: url(images/nav-btn.png) no-repeat right 0;
 color: #fff;
 font-size: 17px;
 font-family: 'Coda', cursive;
 font-weight: bold;
 position: relative;
 z-index: 100;
}
 #navigation a.nav-btn:hover {
 text-decoration: none;
}
 #navigation a.nav-btn span {
 background: url(images/nav-arr.png) no-repeat 0 0;
 width: 10px;
 height: 7px;
 position: absolute;
 top: 13px;
 right: 10px;
}
 #navigation a.nav-btn span.active {
 background-position: 0 bottom;
}
 #navigation ul {
 display: none;
 position: absolute;
 width: 100px;
 background: #100f11;
 top: 22px;
 right: 0px;
 padding-top: 20px;
 border-radius: 0 0 7px 7px;
 -moz-border-radius: 0 0 7px 7px;
 -webkit-border-radius: 0 0 7px 7px;
 -o-border-radius: 0 0 7px 7px;
}
 #navigation ul li {
 float: none;
 display: block;
 padding-left: 0;
 padding-bottom: 8px;
}
 #navigation ul li a {
 display: block;
 padding-left: 10px;
 padding-right:15px;
}
 #navigation ul li.home {
 display: none;
}
 #header {
 background: url(images/m-header.png) repeat-x 0 0;
 height: 218px;
 width: 100%;
}
 .slider, .kh-slider, #carousel, #carousel > div {
 width: 300px;
 height: 416px;
}
 .slider {
 width: 300px;
 margin: 0px 0 0 -150px;
 overflow: hidden;
 position: relative;
 top: 50%;
 left: 50%;
}
 .kh-slider {
 width: 300px;
 margin: 0px 0 0 -150px;
 overflow: hidden;
 position: relative;
 top: 50%;
 left: 50%;
}
 #carousel h3 {
 font-size: 56px;
 width: 290px;
 left: 10px;
 top: 40px;
 background: transparent;
}
 #carousel h5 {
 font-size: 15px;
 width: 290px;
 left: 70px;
 top: 25px;
}
 #carousel p {
 font-size: 14px;
 width: 294px;
 left: 10px;
 display: none;
}
 #carousel a.green-btn {
 top: 335px;
 left: 0px;
 width: 100%;
 text-align: center;
 background: url(images/green-btn@2x.png) repeat-x 0 0;
 height: 35px;
 line-height: 35px;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
}
 #carousel a.green-btn:hover {
 background-position: 0 bottom;
}
 #carousel img.img-front {
 top: 90px;
 left: 120px;
 width: 140px !important;
 height: 240px;
}
 #carousel img.img-mid {
 top : 110px;
 left: 80px;
 width: 110px !important;
 height: 198px;
}
 #carousel img.img-back {
 top: 130px;
 left: 40px;
 width: 190px !important;
 height: 155px;
}
 .pagination {
 bottom: 8px;
 left: 155px;
}
 .main section {
 background: url(images/m-section.png) no-repeat center bottom;
 padding-bottom: 30px;
 margin-bottom: 20px;
}
 .main .cols {
 padding-left: 10px;
 padding-right: 10px;
}
 .main .cols .col {
 width: 100%;
}
 .main .cols .col + .col {
 padding: 20px 0 0;
}
 .main .cols .col img {
 float: none;
 display: block;
 margin: 0 auto;
 width: 73px;
 margin-bottom: 14px;
}
 .main .cols .col .col-cnt {
 float: none;
 display: block;
 text-align: center;
}
 .main .post {
 padding-left: 20px;
 padding-right: 20px;
}
 .main .post h2 {
 font-size: 21px;
}
 .main .post img {
 width: 274px;
 height: 274px;
}
 .main .socials {
 height: 120px;
 padding-top: 16px;
 margin: 0 10px;
}
 .main .socials p {
 display: block;
 float: none;
 line-height: 22px;
}
 .main .socials ul {
 display: block;
 float: none;
}
 .main .socials span {
 display: block;
}
 .main .content {
 padding-left: 20px;
 padding-right: 20px;
}
 .main #partners-slider {
 height: 56px;
}
 .main .partners {
 padding: 0 40px 12px;
 position: relative;
 margin-top: -20px;
}
 #partners-slider img {
 margin: 0px 10px;
}
 .slider-arr a.prev-arr {
 left: 10px;
}
 .slider-arr a.next-arr {
 right: 10px;
 background-position: right 0;
}
 #footer .footer-cols {
 padding-left: 10px;
 padding-right: 10px;
}
 #footer .footer-cols .col {
 width: 100%;
 float: none;
 display: block;
 padding-bottom: 20px;
}
 #footer .footer-cols .col + .col {
 padding-left: 0px;
}
 #footer .footer-bottom {
 padding-left: 10px;
 padding-right: 10px;
}
 #footer .footer-nav {
 float: none;
 display: block;
 padding-bottom: 12px;
}
 #footer .footer-nav ul {
 padding-bottom: 12px;
}
 #footer .footer-nav ul li {
 padding: 0 3px;
 border-right: 0;
 font-size: 11px;
 line-height: 11px;
}
 #footer .footer-bottom p.copy {
 float: none;
 display: block;
 clear: both;
}
}

 @media only screen and ( max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
 #logo a {
 background: url(images/logo@2x.png) no-repeat 0 0;
 -webkit-background-size: 142px 57px;
 -moz-background-size: 142px 57px;
 background-size: 142px 57px;
}
 #navigation {
 background: url(images/navigation@2x.png) no-repeat 0 0;
 -webkit-background-size: 298px 32px;
 -moz-background-size: 298px 32px;
 background-size: 298px 32px;
}
 #navigation a.nav-btn span {
 background: url(images/nav-arr@2x.png) no-repeat 0 0;
 -webkit-background-size: 10px 15px;
 -moz-background-size: 10px 15px;
 background-size: 10px 15px;
}
 .pagination a {
 background: url(images/pagination@2x.png) no-repeat 0 1px;
 -webkit-background-size: 18px 40px;
 -moz-background-size: 18px 40px;
 background-size: 18px 40px;
}
 .main section {
 background: url(images/section@2x.png) no-repeat center bottom;
 -webkit-background-size: 300px 10px;
 -moz-background-size: 300px 10px;
 background-size: 300px 10px;
}
}
.wrapper .header .shell #header-top1 div div {
	font-size: 14px;
	font-weight: bold;
	color: #A0A0A4;
}
/* form 2 */

	#form2 {
	color:#fff;
	float: right;
	margin-top: 1px;
	margin-bottom: 5px;
	width: 100%;
	text-align: right;
}
#form2 h3 {
	background:#57a700 url(../images/form2/form_heading.gif) repeat-x;
	color:#fff;
	font-size:20px;
	border:1px solid #57a700;
	border-bottom:none;
}
#form2 h3 span {
	display:block;
	background:url(../images/form2/form_ico.gif) no-repeat 98% 50%;
	text-align: right;
	height: 30px;
	padding-top: 5px;
	position: relative;
	padding-right: 55px;
}
#form2 fieldset {
	margin:0;
	padding:0;
	border:none;
	border-top:3px solid #000;
	padding-bottom:1em;
	background-image: url(../images/form2/form_top.gif);
	background-repeat: repeat-x;
}
#form2 legend {
	display:none;
}
#form2 p {
	margin:.5em 20px;
	text-align: right;
}
#form2 label {
	display:block;
	text-align: right;
}
#form2 input, #form2 textarea {
	border:1px solid #111;
	background:#282828 url(../images/form2/form_input.gif) repeat-x;
	padding:5px 3px;
	color:#fff;
}
#form2 textarea {
	height:125px;
	overflow:auto;
}
#form2 p.submit {
	text-align:right;
}
#form2 button {
	padding:0 20px;
	height:32px;
	line-height:32px;
	border:1px solid #70ad2e;
	background:#5aae00 url(../images/form2/form_button.gif) repeat-x;
	color:#fff;
	cursor:pointer;
	text-align:center;
}
/* // content of inner pages*/
#wrap {
	margin:auto;
	width:960px;
	padding:0 20px 0 0;
}
.main_content {
	clear:both;
}
/* STRUCTURE */
.section_full {
	padding:10px 40px 0 40px;
	float:none;
	margin-top: 50px;
	background-color: #FFFBF0;
}
.section_one_two {
	width:440px;
	float:left;
	padding:40px 0 0 40px;
}
.section_one_three {
	width:280px;
	float:right;
	padding:20px 30px 20px;
}
.section_one_four {
	width:200px;
	float:left;
	padding:40px 0 0 40px;
}
.section_two_three {
	width:600px;
	float:right;
	padding:20px 0 40px 0px;
}
.main_content img {
	max-width: 100%;
	display: block;
}
.roundimg {
	width:180px;
	height:150px;
	display:block;
	border-radius:90px;
	-moz-border-radius:90px;
	-webkit-border-radius:90px;
	-khtml-border-radius:90px;
	margin:auto;
	background-color:#e8e8e8;
	text-align:center;
	padding:30px 0 0 0;
}
.roundimg img {
	margin:auto;
	display:block;
}
h2.centered_title {
	text-align:center;
}
p.centered_text {
	padding:10px 20px;
}
.entry {
	padding-bottom:20px;
}
.entry h3, .entry h4 {
	padding-top:10px;
}
.entry ul {
	padding:0;
	margin:0px;
	list-style:none;
	display:block;
}
.entry ul li {
	background:url(../../css/images/bullet.png) no-repeat right;
	margin:0 0 10px 0;
	padding:0 20px 0 0px;
	display:block;
}
img.entry_image {
	padding-bottom:20px;
}
.entry ol {
	padding:0;
	margin:0px;
	list-style:none;
	display:block;
}
.entry ol li {
	padding:0 0 10px 0;
	margin:0px;
	display:block;
}
blockquote {
	background-color:#ededed;
	border:1px #dedede solid;
	float:left;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	padding:12px;
	margin:0px 10px 0 0;
	line-height:20px;
}
/* Sidebar */
.sidebar h2 {
	clear:both;
}
.sidebar ul {
	padding:20px 0 45px 0;
	margin:0px;
	list-style:none;
	display:block;
	clear:both;
	float:right;
}
.sidebar ul li {
	padding:0 0 10px 0;
	margin:0px;
	display:block;
}
.sidebar ul li a {
	background:url(../../css/images/bullet.png) no-repeat left;
	display:block;
	padding:0 0 0 20px;
}
.sidebar ul li a:hover {
	color:#000000;
}
.sidebar .clear {
	padding-bottom:40px;
}
/* Media Queries */

@media screen and (max-width: 1000px) {
#wrap {
margin:0 auto;
width:95%;
}
.section_one_three, .section_two_three, .section_one_two, .section_one_four {
width:92%;
float:right;
padding:1% 1% 5%;
}


/*///*/

#secondary {
 float: right;
 width: 190px;
 margin-bottom: 10px;
}
 #programme_logo {
 background: url("/common/images/logo_bg.jpg") repeat-x scroll 0px 0px rgb(240, 240, 240);
 height: 46px;
 margin: 0px 0px 10px;
 padding: 20px 15px 20px 20px;
}
 #tiles_text {
 background: url("xfiles/images/image_text_bg_small.jpg") repeat-y scroll 0px center rgb(29, 29, 29);
 height: 47px;
 padding: 3px 5px;
 position: relative;
 top: -3px;
}


/* shadows */
.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.tm_text-shadow{ padding:5px; text-align:center; font-size:16px; box-shadow:inset 0 0 10px rgba(0,0,0,.1)}
.tm_pad-shadow{ padding:5px 5px 5px;}
.tm_pad-shadow div.tm_lifted{ border-radius:5px;}
.tm_lifted {position:relative;background:#fff;box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);}
.tm_lifted:before,
.tm_lifted:after {
        content:"";
        position:absolute;
        z-index:-2;
        bottom:15px;
        left:10px;
        width:50%;
        height:20%;
    -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
       -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform:rotate(-3deg);
       -moz-transform:rotate(-3deg);
        -ms-transform:rotate(-3deg);
         -o-transform:rotate(-3deg);
            transform:rotate(-3deg);}
.tm_lifted:after {
    right:10px;
    left:auto;
    -webkit-transform:rotate(3deg);
       -moz-transform:rotate(3deg);
        -ms-transform:rotate(3deg);
         -o-transform:rotate(3deg);
            transform:rotate(3deg);}
.tm_curled{position:relative;background:#fff;box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);border-radius:0 0 120px 120px / 0 0 6px 6px;}
.tm_curled:before,
.tm_curled:after {
    content:"";
    position:absolute;
    z-index:-2;
    bottom:12px;
    left:10px;
    width:50%;
    height:55%;
    max-width:200px;
    -webkit-box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
       -moz-box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
            box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
     -webkit-transform:skew(-8deg) rotate(-3deg);
        -moz-transform:skew(-8deg) rotate(-3deg);
         -ms-transform:skew(-8deg) rotate(-3deg);
          -o-transform:skew(-8deg) rotate(-3deg);
             transform:skew(-8deg) rotate(-3deg);} 
.tm_curled:after {
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);}
.tm_perspective {position:relative;background:#fff;box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);}
.tm_perspective:before,
.tm_perspective:after {content:"";position:absolute;z-index:-2;}        
.tm_perspective:before {
    left:80px;
    bottom:5px;
    width:50%;
    height:35%;
    max-width:200px;
    box-shadow:-80px 0 8px rgba(0, 0, 0, 0.4);
    -webkit-transform:skew(50deg);
       -moz-transform:skew(50deg);
        -ms-transform:skew(50deg);
         -o-transform:skew(50deg);
            transform:skew(50deg);
    -webkit-transform-origin:0 100%;
       -moz-transform-origin:0 100%;
        -ms-transform-origin:0 100%;
         -o-transform-origin:0 100%;
            transform-origin:0 100%;}
.tm_perspective:after {display:none;}
.tm_raised { position:relative; background:#fff;box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);box-shadow: 0 7px 5px -5px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);}        
.tm_raised:before,
.tm_raised:after {content:"";position:absolute; z-index:-2;}
.tm_curved-vt-2 {position:relative;background:#fff;box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);}
.tm_curved-vt-2:before,
.tm_curved-vt-2:after {content:"";position:absolute;z-index:-2;}
.tm_curved-vt-2:before {
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    box-shadow:0 0 8px rgba(0,0,0,0.6);
    border-radius:10px / 100px;}
.tm_curved-hz-2 {position:relative;background:#fff;box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);}
.tm_curved-hz-2:before,
.tm_curved-hz-2:after {content:"";position:absolute;z-index:-2;} 
.tm_curved-hz-2:before {
    top:0px;
    bottom:0px;
    left:10px;
    right:10px;
  box-shadow:0 0 7px rgba(0,0,0,0.6);
  border-radius:100px / 10px;}