/*
_____________________________________________________________

			RESET
_____________________________________________________________

*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn,
em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b,
i, hr, dl, dt, dd, ol, ul, li, fieldset, form, input, textarea, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figure, figcaption, hgroup, menu, footer, header,
nav, section, summary, time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*
_____________________________________________________________

			NAV
_____________________________________________________________

*/

html, body{
	height:100%;
}

body{
	background:#ffffff;
	color:#3c3c3c;
 	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
	font-weight:300;
}

body.noscroll{
    overflow:hidden;
}

a{
	color:#a6ba5b;
	text-decoration:none;
}

a:hover{
	color:#a6ba5b;
	text-decoration:none;
}

.primary-color{
	color:#3cabd7;
}

.primary-container{
	background:#43b3d8;
	padding:25px 0px 50px;
}

@media (min-width: 1200px) {
	.container {
		width: 990px;
	}
}

.heading-xxs{
	color:#3cabd7;
	font-size:16px;
	font-weight:600;
}

.heading-xs{
	color:#616161;
	font-size:22px;
}

.heading-sm{
	color:#3c3c3c;
	font-size:24px;
	font-weight:300;
}

.heading-sm-secondary{
	color:#ffffff;
	font-size:24px;
	font-weight:300;
}

.heading-md{
	color:#3c3c3c;
	font-size:36px;
}

.heading-md-secondary{
	color:#ffffff;
	font-size:36px;
	font-weight:300;
}

.heading-lg{
	font-size:25px;
	color:#002B4F;
	margin-bottom:15px;
}

@media(min-width:768px){
	.heading-lg{
		margin-bottom:0px;
	}
}

.heading-lg em{
	color:#c962a1;
	font-style:normal;
}

.heading-xl{
	font-size:30px;
	font-weight:300;
	color:#002B4F;
	line-height:30px;
}

.heading-xl-secondary{
	color:#3cabd7;
}

.heading-xxl{
	font-size:45px;
	line-height:48px;
	color:#fff;
	font-weight:700;
	text-transform: uppercase;
}

.heading-xxl em{
	color:#353337;
	font-style:normal;
}

@media(min-width:768px){
	.heading-xxl{
		font-size:67px;
		line-height:63px;
	}

}

.heading-deco{
	display:inline-block;
	background:#ebebec;
	padding:5px 10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.coverImgWrapper{
	width:96%;
	height:348px;
	display: block;
	margin:0 auto;
	margin-bottom:20px;
	position: relative;
}

.coverImg{
	margin-bottom:20px;
}

.coverImg.img-responsive{
	width:96%;
	display: inline-block;
}

.coverText{
	background:rgba(242, 52, 0, 0.7);
	font-size:40px;
	color:#ffffff;
	font-weight:300;
	position:absolute;
	top:110px;
	left:0px;
	display:inline-block;
	padding:10px 20px;
}

/*BUTTONS*/

.btn{
	padding:5px 10px;
	background:none;
	cursor:pointer;
	position:relative;
	display:inline-block;
	*display:inline;
	zoom:1;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}

.btn-primary{
	color:#ffffff;
	border:none;
	font-size:18px;
	padding:4px 20px;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	background: rgb(107,168,219); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(107,168,219,1) 0%, rgba(179,202,96,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(107,168,219,1)), color-stop(100%,rgba(179,202,96,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(107,168,219,1) 0%,rgba(179,202,96,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(107,168,219,1) 0%,rgba(179,202,96,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(107,168,219,1) 0%,rgba(179,202,96,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(107,168,219,1) 0%,rgba(179,202,96,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ba8db', endColorstr='#b3ca60',GradientType=1 ); /* IE6-9 */
}

.btn-primary-lg{
	font-size:34px;
}

.btn-primary:hover,
.btn-primary:focus{
	color:#ffffff;
	background: rgb(107,168,219); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(107,168,219,1) 0%, rgba(179,202,96,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(107,168,219,1)), color-stop(100%,rgba(179,202,96,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(107,168,219,1) 0%,rgba(179,202,96,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(107,168,219,1) 0%,rgba(179,202,96,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(107,168,219,1) 0%,rgba(179,202,96,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(107,168,219,1) 0%,rgba(179,202,96,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ba8db', endColorstr='#b3ca60',GradientType=1 ); /* IE6-9 */
}

.btn-secondary{
	color:#4e4e4e;
	background:#fff;
	border:1px solid #adc378;
	font-size:23px;
	line-height:23px;
	padding:3px 20px 5px;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

.btn-secondary:hover{
	color:#4e4e4e;
	background:#fff;
	border:1px solid #3cabd7;
}

.btn-ternary{
	color:#fff;
	background:transparent;
	border:1px solid #fff;
	font-size:23px;
	line-height:23px;
	padding:3px 20px 5px;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

.btn-ternary:hover{
	color:#fff;
	background:#3c3c3c;
	border:1px solid #3c3c3c;
}

.btn-quaternary{
	color:#46b1d0;
	background:transparent;
	border:1px solid #46b1d0;
	font-size:18px;
	line-height:23px;
	padding:3px 20px 5px;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

.btn-quaternary:hover{
	color:#adc378;
	border:1px solid #adc378;
}

.btn-quinary{
	color:#ffffff;
	background:#a6ba5b;
	border:1px solid #a6ba5b;
	font-size:20px;
	padding:3px 20px 5px;
	width:100%;
}

.btn-quinary:hover{
	color:#a6ba5b;
	background:#fff;
	border:1px solid #a6ba5b;
}

.btn-senary{
	color:#3c3c3c;
	background:#fff;
	border:1px solid #3cabd7;
	font-size:14px;
	padding:3px 20px 5px;
	font-weight:300;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

.btn-senary:hover{
	color:#3c3c3c;
	background:#fff;
	border:1px solid #a6ba5b;
}


.btn-txt{
	font-size:13px;
	color:#002B4F;
}

.btn-forward{
	color:#434345;
	font-size:16px;
	padding-right:35px;
	background:url('../img/ico-btn-fw.png') no-repeat right center;
}

.btn-more{
	display:block;
	width:37px;
	height:37px;
	background:url('../img/ico-more.png');
}

.btn-more:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.btn-more-secondary{
	display:block;
	width:37px;
	height:37px;
	background:url('../img/ico-more-secondary.png');
}

.btn-more-ternary{
	display:inline-block;
	width:38px;
	height:38px;
	background:url('../img/ico-more-ternary.png') no-repeat;
}

.img-responsive.img-main{
	display:none;
}

@media(min-width:768px){
	.img-responsive.img-main{
		display:block;
	}
}

.notification{
	position:fixed;
	padding:25px 20px;
	border:1px solid #cccccc;
	background:#F4F4F4;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#444444;
	width:960px;
	left:50%;
	margin-left:-480px;
	margin-top:25px;
	z-index:9999;
	font-size:20px;
}

.notification-close{
	position:absolute;
	color:#444444;
	top:0px;
	right:10px;
	font-size:20px;
	cursor:pointer;
}

.notification-close:hover{
	color:#002B4F;
}

.overlayPopup{
	position:fixed;
	height:100%;
	width:100%;
	display:none;
	left:0;
	right:0;
	z-index:9999;
	padding-top:120px;
	overflow:auto;
	background:rgba(255,255,255,0.8);
}

.overlayPopup.active{
	display:block;
}

.overlayPopup .popupContent{
	background:#ffffff;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(204,204,204,1);
	box-shadow: 0px 5px 5px 0px rgba(204,204,204,1);
}

.closePopupHandler{
	font-weight: bold;
	font-size:18px;
}

.closePopupHandler:hover{
	text-decoration: underline;
}

.closeOverlay{
	width:70px;
	height:70px;
	position:absolute;
	right:0px;
	top:0px;
}

.separator-primary{
	height:5px;
	width:100%;
	background:#3cabd7;;
}

.oneLineEllipsis{
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*Dropdown*/

.dropdownWrapper{
	display:inline-block;
	background-color:#323232;
	padding:8px;
	position:relative;
	width:220px;
}

.dropdown{
	background-image:url(../img/dropdown-arrow.png);
	background-position: center right;
	background-repeat: no-repeat;
	/*position:relative;*/
}

.dropdown > span{
	color:#fff;
	font-size:15px;
	font-weight:300;
	padding-right:30px;
	display:block;
	cursor:pointer;
}

.dropdown li{
	color:#fff;
	margin-bottom:5px;
	cursor:pointer;
}

.dropdown li:hover{
	color:#f48337
}

.dropdown ul {
	display:none;
	/*background: none repeat scroll 0 0 #323232;*/
	font-size: 15px;
	left: 0;
	line-height: 15px;
	list-style: outside none none;
	padding: 10px;
	position: absolute;
	z-index: 99;
	width:100%;
}

.dropdown.active ul{
	display:block;
}

/*.img-responsive-xs{
	width:100%;
}*/

@media(max-width:350px){
	.img-responsive-xs{
		width:100%;
	}
}

.mainBanner{
	position:relative;
	height:400px;
	background-image:url('../img/bg-main-banner.jpg');
	background-size:cover;
}

.mainBanner:before{
	position:absolute;
	z-index:9;
	content:"";
	background: -moz-linear-gradient(left,  rgba(200,214,136,0.85) 0%, rgba(70,177,208,0.85) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(200,214,136,0.85)), color-stop(100%,rgba(70,177,208,0.85))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(200,214,136,0.85) 0%,rgba(70,177,208,0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(200,214,136,0.85) 0%,rgba(70,177,208,0.85) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(200,214,136,0.85) 0%,rgba(70,177,208,0.85) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(200,214,136,0.85) 0%,rgba(70,177,208,0.85) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9c8d688', endColorstr='#d946b1d0',GradientType=1 ); /* IE6-9 */
	/*background-image:url(../img/overlay-pattern.png);*/
	width:100%;
	height:100%;
}

.mainBanner .pattern{
	position:absolute;
	z-index:99;
	content:"";
	width:100%;
	height:100%;
	background-image:url(../img/overlay-pattern.png);
}


.mainBannerContent{
	top:25px;
	position:absolute;
	z-index:99;
	left:0px;
	right:0px;
	text-align: center;
}

@media(min-width:768px){
	.mainBannerContent{
		top:75px;
	}
}

.mainBannerContent .heading-sm-secondary{
	font-size:20px;
	line-height:27px;
}

@media(min-width:768px){
	.mainBannerContent .heading-sm-secondary{
		font-size:24px;
		line-height:34px;
	}
}


/*
_____________________________________________________________

			AUX
_____________________________________________________________

*/

.clearfix{
	clear:both;
}

/*Micro clearfix method*/
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}
/*For IE 6/7 only*/
.cf {
  *zoom: 1;
}

.clear-xxxs{
	margin-bottom:3px;
}

.clear-xxs{
	margin-bottom:5px;
}

.clear-xs{
	margin-bottom:10px;
}

.spacer-xs{
	margin-top:10px;
}

.clear-sm{
	margin-bottom:15px;
}

.spacer-sm{
	margin-top:15px;
}

.clear-md{
	margin-bottom:20px;
}

.spacer-md{
	margin-top:20px;
}

.clear-lg{
	margin-bottom:30px;
}

.clear-xl{
	margin-bottom:40px;
}

.clear-xxl{
	margin-bottom:50px;
}

.clear-xxxl{
	margin-bottom:75px;
}

.spacer-lg{
	margin-top:30px;
}

.spacer-xl{
	margin-top:40px;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.vbottom {
	display: inline-block;
	vertical-align: bottom;
	float: none;
}

.row.row-fullheight{
	display: table;
}

.row.row-fullheight > [class*='col-']{
	float: none;
    display: table-cell;
    vertical-align: top;
}

.row.no-pad > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}

.row-centered > [class*='col-'] {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.wordwrap {
    word-wrap: break-word;
}

.list-primary{
	list-style:none;
}

.list-primary li{
	border-top:1px solid #898989;
	padding:10px 0px;
}

.list-primary li:first-child{
	border-top:none;
}

.list-primary li a{
	font-size:18px;
	color:#434345;
}

.list-primary li.active a{
	color:#c962a1;
}

.overlay-primary:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(201, 98, 161, 0.6);
	z-index:9;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.section-primary{
	background:#fff;
	padding:25px 0px;
}

.section-secondary{
	background:#f0f0f0;
	padding:30px 0px;
}

.sectionCover{
	background-size:cover;
	width:100%;
	height:394px;
	border-bottom:3px solid #3cabd7;
	background-position:left center;
}

.sectionCoverWrapper{
	margin-top:50px;
}

@media(max-width:768px){

	.sectionCoverWrapper{
		margin-top:20px;
	}

	.sectionCover .heading-sm{
		font-size:18px;
	}
}

/*
_____________________________________________________________

			FORMS
_____________________________________________________________

*/

.form-section{
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#e4cae4;
	border:1px solid #c962a1;
	padding:10px;
	margin-bottom:25px;
}

label{
	display:block;
	color:#2e2e2e;
	margin-bottom:10px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:400;
}

label.error,
label.error_image{
	font-size:12px;
	text-transform:none;
	color:#adc378;
	margin:5px 0px;
}

label.login_error{
	font-size:16px;
	text-transform:none;
	color:#002B4F;
}

.deco-form input[type="text"],
.deco-form input[type="number"],
.deco-form input[type="password"],
.deco-form textarea.form-control{
	border:none;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	padding:8px 10px;
	background:#EBEBEC;
	color:#606060;
	box-shadow:none;
}

.deco-form textarea.form-control{
	height:155px;
}

.input-icon{
	float:left;
}

input.input-wide,
textarea.input-wide{
	width:100%;
}

select.input-wide {
  box-sizing: border-box;
  display: block;
  padding: 5px 0;
  width: 100%;
}

textarea{
	height:120px;
	resize: none;
	overflow: auto;
}

.form-note{
	margin-bottom:25px;
	font-size:14px;
	color:#626262;
}

.btn-file {
	position: relative;
	overflow: hidden;
	color:#a6ba5b;
	background:#fff;
	border:1px solid #a6ba5b;
	font-size:14px;
	padding:6px 10px;
}

.btn-file:hover{
	color:#fff;
	background:#a6ba5b;
	border:1px solid #a6ba5b;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.addedItems{
	margin-bottom:30px;
}

.addedItem{
	position:relative;
	padding:3px 6px;
	background:#F0F0F0;
	border:1px solid #CCC;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-bottom:10px;
}

.removeAddedItem{
	position:absolute;
	right:6px;
	line-height:16px;
	top:50%;
	margin-top:-8px;
}

/*
_____________________________________________________________

			HEADER
_____________________________________________________________

*/

#mainSlider{
	margin-bottom:40px;
	position:relative;
}

.mainSlide{
	position:relative;
	background-size:cover;
	background-position: center top;
	width:100%;
	height:662px;
}

#mainSlider .container{
	position:absolute;
	top:20px;
	left:0px;
	right:0px;
	z-index:999;
}

#mainSlider .heading-sm{
	line-height:28px;
}

/*MAIN MENU*/

#mainHeader #mainMenu{
	position:relative;
	margin-top:35px;
}

#mainMenu{
	display:none;
	position:absolute;
	z-index:999;
	bottom:0px;
	left:0px;
	right:0px;
	text-align: center;
}

@media(min-width:992px){
	#mainMenu{
		display:block;
	}
}

#mainMenu ul{
	list-style:none;
}

#mainMenu ul li{
	display:inline-block;
}

#mainMenu > ul > li > a,
#mainMenu > ul > li > span{
	display:inline-block;
	height:57px;
	line-height:57px;
	color:#ffffff;
	font-size:16px;
	text-decoration:none;
	background:#47b2d1;
	padding:0px 25px;
	font-weight: 400;
}

#mainMenu > ul li.active > a,
#mainMenu > ul li.active > span,
#mainMenu > ul li:hover > a,
#mainMenu > ul li:hover > span{
	background:#adc378;
	color:#ffffff;
}

#menuHandler{
	display:inline-block;
	height:40px;
	width:40px;
	background:url(../img/menu-ico.png);
}

@media(min-width:992px){
	#menuHandler{
		display:none;
	}
}

#mainMenuWrapper-xs{
	display:block;
	position:absolute;
	width:100%;
	top:95px;
	background:#434345;
	z-index:999;
}

@media(min-width:768px){
	#mainMenuWrapper-xs{
		display:none;
	}
}

#mainMenu-xs{
	list-style:none;
	background:#D9DADB;
}

#mainMenu-xs > li{
	padding:5px 15px;
}

#mainMenu-xs > li:hover,
#mainMenu-xs > li.active{
	background:#3cabd7;
}

#mainMenu-xs > li:hover > a,
#mainMenu-xs > li:hover > span,
#mainMenu-xs > li.active > a,
#mainMenu-xs > li.active > span{

	color:#fff;
}

#mainMenu-xs > li > a,
#mainMenu-xs > li > span{
	display:block;
	height:30px;
	line-height:30px;
	color:#3D3D3F;
	font-size:20px;
	font-weight:300;
	text-transform:uppercase;
	text-decoration:none;
}

#menu-xs .separator{
	height:1px;
	width:100%;
	background:#fff;
	margin:20px 0px;
}

#secondaryMenu-xs{
	list-style:none;
	padding:0px 15px;
}

#secondaryMenu-xs > li > a,
#secondaryMenu-xs > li > span{
	color:#ffffff;
	font-size:21px;
}

#iconsMenu-xs{
	list-style:none;
	padding:0px 15px;
}

#iconsMenu-xs > li{
	margin:10px 0px;
}

#iconsMenu-xs > li > a,
#iconsMenu-xs > li > span{
	color:#ffffff;
	font-size:13px;
	line-height:35px;
	padding-left:45px;
}

/*
_____________________________________________________________

			FOOTER
_____________________________________________________________

*/

#subFooter{
	padding:15px 0px;
	background:#f0f0f0;
}

#stickyFooterWrapper{
	display: table;
	height: 100%;
	width: 100%;
}

#mainFooter{
	display:table-row;
	height:1px;
}

.mainFooterContentWrapper{
	padding:20px 0px;
	background: rgb(179,202,96); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(179,202,96,1) 1%, rgba(107,168,219,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,rgba(179,202,96,1)), color-stop(100%,rgba(107,168,219,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(179,202,96,1) 1%,rgba(107,168,219,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(179,202,96,1) 1%,rgba(107,168,219,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(179,202,96,1) 1%,rgba(107,168,219,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(179,202,96,1) 1%,rgba(107,168,219,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ca60', endColorstr='#6ba8db',GradientType=1 ); /* IE6-9 */
}

.footerLink{
	color:#fff;
	font-size:16px;
	font-weight:300;
}

.footerLink:hover{
	text-decoration:none;
	color:#fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.mainFooterContentWrapper .social-list{
	list-style:none;
	margin-top:15px;
}

.mainFooterContentWrapper .social-list li{
	margin-bottom:10px;
}

.mainFooterContentWrapper .social-list li a{
	color:#fff;
	font-size:18px;
}

.mainFooterContentWrapper .social-list li a:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.mainFooterContentWrapper .social-list .tw-ico{
	background:url(../img/ico-tw-footer.png) left center no-repeat;
	padding-left:50px;
	line-height:40px;
}

.footer_links_list{
	margin-top:20px;
	list-style:none;
}

.footer_links_list li a{
	color:#ffffff;
}

.footer_links_list li a:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/*
_____________________________________________________________

			HOME
_____________________________________________________________

*/

#sponsors .img-responsive{
	display:inline-block;
}

@media(min-width:992px){
	#row-steps{
		background:url(../img/bg-steps.png) no-repeat top center;
	}
}

.step-wrapper{
	padding:0px 30px;
}

.step-img{
	margin-bottom:15px;
}

.step-title{
	font-size:24px;
	color:#3c3c3c;
	font-weight:700;
	margin-bottom:10px;
}

.number-step{
	display:inline-block;
	height:50px;
	width:50px;
	background:#3cabd7;
	font-size:31px;
	font-weight:600;
	line-height:50px;
	color:#fff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	margin-bottom:10px;
}

.home-program-title{
	font-size:18px;
	line-height:20px;
	height:42px;
	overflow:hidden;
	color:#3c3c3c;
	font-weight:600;
	margin-bottom:10px;
}

.home-program-text{
	font-size:14px;
	line-height:16px;
	height:98px;
	overflow:hidden;
}

.program-tutor-wrapper{
	height:48px;
	line-height:16px;
	overflow:hidden;
	margin-bottom:20px;
}


.home-news-title{
	color:#fff;
	font-size:21px;
	line-height:24px;
	font-weight:400;
	margin-bottom:15px;
	overflow:hidden;
	height:72px;
}

.home-news-text,
.home-news-date{
	font-size:14px;
	line-height:16px;
	color:#fff;
	margin-bottom:15px;
}

.home-news-text{
	overflow:hidden;
	height:96px;
}

#home-testimonial{
	background-color:#41a8d1;
}

@media(min-width:768px){
	#home-testimonial{
		background-image:url(../img/bg-testimonials.jpg);
		background-repeat:no-repeat;
		background-position:right bottom;
	}
}

.home-testimonial-text{
	font-size:28px;
	line-height:30px;
	color:#fff;
	font-weight:300;
	margin-top:20px;
	margin-bottom:20px;
}


.home-testimonial-text em{
	font-weight:600;
	font-style: normal;
}

.home-testimonial-author{
	font-size:20px;
	color:#fff;
}

.home-testimonial-position{
	font-size:17px;
	color:#fff;
	margin-bottom:35px;
}

@media(min-width:768px){
	.home-testimonial-text{
		font-size:45px;
		line-height:48px;
	}

	.home-testimonial-author{
		font-size:21px;
	}

	.home-testimonial-position{
		font-size:18px;
	}
}

@media(min-width:992px){
	.home-testimonial-text{
		font-size:53px;
		line-height:58px;
	}

	.home-testimonial-author{
		font-size:23px;
	}

	.home-testimonial-position{
		font-size:19px;
	}
}
/*
_____________________________________________________________

			INFO
_____________________________________________________________

*/

#infoCover{
	background-image:url(../img/section_cover/info_cover.jpg);
}

#programsCover{
	background-image:url(../img/section_cover/programs_cover.jpg);
}

.info-item{
	padding:25px 0px;
}

.info-ico{
	margin-bottom:25px;
}

.info-title{
	font-size:28px;
	color:#3cabd7;
	font-weight:600;
	margin-bottom:25px
}

.info-text{
	font-weight:300;
}

/*
_____________________________________________________________

			PROGRAMS
_____________________________________________________________

*/

.program-filter{
	outline:none;
	display:block;
}

.program-filter:focus{
	outline:none;
}

.program-filter:hover,
.program-filter.active{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	text-decoration: none;
}

.programs-filter-img{
	display:inline-block;
	margin-bottom:10px;
	max-height:45px;
}

.program-filter-title{
	display:block;
	font-size:24px;
	color:#565656;
	margin-bottom:10px;
	font-weight:600;
}

.program-filter-subtitle{
	display:block;
	font-size:16px;
	color:#565656;
	margin-bottom:25px;
}

.program-filter .btn-more-secondary{
	display:inline-block;
}

.program-date,
.investment_forum_title{
	font-size:18px;
	color:#3cabd7;
	font-weight:300;
}

.program-title{
	font-size:24px;
	line-height:26px;
	height:54px;
	overflow:hidden;
	color:#3c3c3c;
	margin-bottom:15px;
	font-weight:400;
}

.program-text{
	margin-bottom:20px;
	line-height:16px;
	height:82px;
	overflow:hidden;
}

.program-finished-wrapper{
	margin-bottom:10px;
/*	text-align: right;*/
	float:right;
}

.program-finished{
	margin-top:1px;
	display:inline-block;
	padding:5px;
	background:#3cabd7;
	color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.investment_forum_title{
	margin-bottom:35px;
}

.investment_forum_info{
	margin-left:40px;
	margin-bottom:40px;
}

.investment_forum_info{
	margin-left:0px;
}

@media(min-width:992px){
	.investment_forum_info{
		margin-left:40px;
	}
}

.investment_forum_subtitle{
	font-size:28px;
	line-height:30px;
	color:#3c3c3c;
	margin-bottom:15px;
}

/*
_____________________________________________________________

			INSCRIPTIONS
_____________________________________________________________

*/

#inscriptionCover{
	background-image:url(../img/section_cover/inscription_cover.jpg);
}

.inscription-filter{
	display:block;
	text-decoration: none;
}

.inscription-filter:focus{
	text-decoration: none;
	outline:none;
}

.inscription-filter:hover,
.inscription-filter.active{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.inscription-img-wrapper{
	height:76px;
	margin-bottom:30px;
	display:block;
}

.inscription-img{

}

.inscription-title{
	display:block;
	font-size:18px;
	color:#3c3c3c;
	font-weight:700;
	margin-bottom:10px;
}

.inscription-text{
	display:block;
	color:#3c3c3c;
	margin-bottom:20px;
}

.inscription-closed-label{
	background:#adc378;
	color:#ffffff;
	font-weight:300;
	width:165px;
	height:165px;
	display:inline-block;
}

.inscription-closed-label p{
	padding-top:65px;
	font-size:22px;
	line-height:18px;
}

.inscription-closed-label strong{
	font-weight:400;
}

.tab-inscription{
	background:#a6ba5b;
	color:#fff;
	text-align: center;
	padding:50px 0px;
}

.tab-inscription-title{
	font-size:34px;
	font-weight:700;
}

.tab-inscription-text{
	font-size:14px;
	font-weight:300;
}

/*
_____________________________________________________________

			PROJECTS
_____________________________________________________________

*/

@media(min-width:768px){
	#projects-wrapper .col-sm-6:nth-child(odd){
		clear:left;
	}
}

.projects-img-wrapper{
	margin-bottom:10px;
	text-align: center;
}

.projects-img{
	display: inline-block;
}

.projects-title{
	color: #3facd8;
	font-size: 18px;
	font-weight: 600;
	height: 40px;
	line-height: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
}

.projects-text {
	height: 90px;
	line-height: 18px;
	margin-bottom: 15px;
	overflow: hidden;
}

.project-info{
	padding:25px;
}

.project-title{
	color: #3c3c3c;
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 10px;
}

.projectPhotoCycle{
	position:relative;
}

.project-photo-nav{
	position:absolute;
	display:block;
	top:50%;
	margin-top:-17px;
	height:34px;
	width:34px;
	z-index:9999;
	cursor:pointer;
}

.project-photo-prev{
	left:10px;
	background:url(../img/ico-prev.png) no-repeat;
}

.project-photo-next{
	right:10px;
	background:url(../img/ico-next.png) no-repeat;
}

/*
_____________________________________________________________

			ORGANIZERS
_____________________________________________________________

*/

.organizer-img-wrapper{
	height:176px;
	vertical-align: middle;
	white-space: nowrap;
}

.organizer-img-wrapper:before{
	content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.organizer-img-wrapper img{
	vertical-align: middle;
	max-height: 176px;
}

.organizer-img-wrapper img.img-responsive{
	display:inline-block;
}

.organizer-title{
	font-size:24px;
	color:#3c3c3c;
	font-weight:300;
	margin-bottom:10px;
}

.organizer-title a{
	color:#3c3c3c;
}

.organizer-text{
	color:#3cabd7;
}

.sponsor-img-wrapper{
	height:176px;
	vertical-align: middle;
	white-space: nowrap;
}

.sponsor-img-wrapper:before{
	content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sponsor-img-wrapper img{
	vertical-align: middle;
	max-height: 176px;
}

.sponsor-img-wrapper img.img-responsive{
	display:inline-block;
}

.sponsor-title{
	font-size:24px;
	color:#3c3c3c;
	margin-bottom:15px;
}

.sponsor-title a{
	color:#3c3c3c;
}

.sponsor-text{
	color:#3cabd7;
}

.collaborator-img{
	border:3px solid #a6ba5b;
}

.collaborator-quote{
	color:#3cabd7;
	margin-bottom:20px;
	-ms-word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
   	-moz-hyphens: auto;
    hyphens: auto;
}

.collaborator-quote a{
	color:#3facd8;
}

.collaborator-author{
	font-weight:700;
}

.collaborator-position{
	color:#a6ba5b;
	font-weight:400;
}

.collaborator-course{
	margin-bottom:5px;
	font-weight:300;
	font-style: italic;
}

.collaborator-li{
	display:block;
	width:25px;
	height:23px;
	background:url(../img/ico-li-collaborator.png);
}

.collaborator-li:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/*
_____________________________________________________________

			ARTICLES
_____________________________________________________________

*/

#articlesCover{
	background-image:url(../img/section_cover/articles_cover.jpg);
}

.articles-img-wrapper{
	text-align:center;
}

@media(min-width:768px){
	.articles-img-wrapper{
		text-align:left;
	}
}

.articles-img{
	margin-bottom:15px;
}

.articles-img.img-responsive{
	display:inline-block;
}

.articles-date{
	font-size:14px;
	color:#3c3c3c;
	font-weight:300;
	margin-bottom:10px;
}

.articles-title{
	font-size:18px;
	line-height:20px;
	height:60px;
	overflow:hidden;
	color:#3facd8;
	font-weight: 600;
	margin-bottom:10px;
}

.articles-text{
	margin-bottom:15px;
	overflow:hidden;
	line-height:18px;
	height:108px;
}

.article-info{
	padding:25px;
}

.article-date{
	font-size:18px;
	font-weight:300;
	color:#3cabd7;
	margin-bottom:35px;
}

.article-title{
	font-size:36px;
	line-height:40px;
	color:#3c3c3c;
	margin-bottom:10px;
}

.share-list{
	list-style: none;
}

.share-list li{
	display:inline-block;
	margin-left:5px;
}

.share-list li:first-child{
	margin-left:0px;
}

.share-list li a{
	display:block;
	width:28px;
	height:27px;
}

.share-list li a:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.share-list li a.share-fb{
	background:url(../img/ico-member-fb.png);
}

.share-list li a.share-gp{
	background:url(../img/ico-member-gp.png);
}

.share-list li a.share-tw{
	background:url(../img/ico-member-tw.png);
}

.share-list li a.share-li{
	background:url(../img/ico-member-li.png);
}

/*
_____________________________________________________________

			CONTACT
_____________________________________________________________

*/

#contactCover{
	background-image:url(../img/section_cover/contact_cover.jpg);
}

/*
_____________________________________________________________

			ADMIN
_____________________________________________________________

*/

#mainHeaderAdmin{
	background:#3c3c3c;
	margin-bottom:30px;
}

#mainHeaderAdmin .container{
	position:relative;
}

#mainMenuAdmin ul{
	list-style:none;
}

#mainMenuAdmin > ul > li{
	background:#adc378;
	display:inline-block;
	cursor:normal;
	position:relative;
}

#mainMenuAdmin > ul > li a,
#mainMenuAdmin > ul > li span{
	padding:10px 15px;
	display:block;
}

#mainMenuAdmin > ul > li:hover{
	background:#47b2d1;
}

#mainMenuAdmin > ul > li ul{
	display:none;
	position:absolute;
	z-index:99;
	width:250px;
	background:#47b2d1;
}

#mainMenuAdmin > ul > li ul > li:hover{
	background:#adc378;
}

#mainMenuAdmin > ul > li ul a{
	color:#3c3c3c;
}

#mainMenuAdmin > ul > li:hover ul{
	display:block;
}

.loginBox{
	position:absolute;
	left:50%;
	width:400px;
	margin-left:-200px;
	top:125px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:#F0F0F0;
	border: 1px solid #CCC;
	padding:10px;
}

#logout{
	position:absolute;
	right:0px;
	font-size:20px;
	line-height:20px;
	top:50%;
	margin-top:-10px;
	z-index:999;
}

#logout:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	text-decoration: none;
}

#adminHeader{
	background:#434345;
	margin-bottom:20px;
	height:30px;
	line-height:30px;
}

#adminMenu{
	position: relative;
}

#adminMenu ul{
	list-style:none;
}

#adminMenu > ul > li{
	position:relative;
	display:inline-block;
	color:#ffffff;
	padding:0px 10px;

}

#adminMenu > ul > li:hover,
#adminMenu > ul > li:hover{
	background:#c962a1;
}

#adminMenu > ul > li > a,
#adminMenu > ul > li > span{
	text-transform:uppercase;
	font-size:12px;
	line-height:15px;
	padding:10px;
	color:#ffffff;
	cursor: pointer;
}

#adminMenu > ul > li > a:hover,
#adminMenu > ul > li > span:hover,
#adminMenu > ul > li.active > a,
#adminMenu > ul > li.active > span{
	background:#002B4F;
}

#adminMenu > ul > li > ul{
	position:absolute;
	background:#ffffff;
	display:none;
	top:30px;
	left:0px;
	padding:15px 10px 10px 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	z-index:99;
	width:200px;
}

#adminMenu > ul > li > ul > li{
	display:block;
	margin-bottom:10px;
}

#adminMenu > ul > li:hover > ul{
	display:block;
}

#adminMenu > ul > li > ul > li{
	line-height:16px;
}

#footerAdmin{
	display:table-row;
	height:1px;
}

#footerAdminContent{
	padding:10px 0px;
	background:#002B4F;
}

.button-wrapper-left{
	margin:20px 0px;
}

/*MULTIFILE FORM STYLES*/

.step{
	margin-bottom:20px;
}

.step-title{
	margin-bottom:10px;
}

.step2{
	display:none;
}

.extraStepsWrapper{
	position:relative;
	padding:10px;
	background:#f0f0f0;
	border:1px solid #cccccc;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin-bottom:20px;
}

.closeExtraSteps{
	width:20px;
	height:20px;
	position:absolute;
	top:10px;
	right:10px;
	background:url(../img/ico-close-xs.png);
}

.preview-img{
	max-width:100%;
	display:block;
	margin-bottom:20px;
}

.info_image{
	margin-top:20px;
}

/*Fancybox*/
.fancybox-inner .container{
	padding:20px;
}

/*Bootstrap overrides*/

.pagination li{
	border:none;
	text-align: center;
}

.pagination > li > a,
.pagination > li > span{
	font-size:12px;
	border:none;
	background:#47b2d1;
	margin-left:5px;
	color:#fff;
	padding:0px;
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}

.pagination > li.active > a,
.pagination > li.active > span{
	background:#adc378;
}

.pagination > li.disabled > a,
.pagination > li.disabled > span{
	background:#ebebec;
	color:#cccccc;
}

.pagination > li:hover > a,
.pagination > li:hover > span{
	background:#adc378;
	color:#fff;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span{
	border-bottom-left-radius:50%;
	border-top-left-radius:50%;
	-moz-border-bottom-left-radius:50%;
	-moz-border-top-left-radius:50%;
	-webkit-border-bottom-left-radius:50%;
	-webkit-border-top-left-radius:50%;
 }

.pagination > li:last-child > a,
.pagination > li:last-child > span{
	border-bottom-right-radius:50%;
	border-top-right-radius:50%;
	-moz-border-bottom-right-radius:50%;
	-moz-border-top-right-radius:50%;
	-webkit-border-bottom-right-radius:50%;
	-webkit-border-top-right-radius:50%;
}

.admin-product-color{
	width:15px;
	height:15px;
	display:inline-block;
}

.has-feedback label ~ .form-control-feedback{
	top:30px;
}

/*UI overrides*/
.ui-datepicker-trigger{
	display:inline-block;
	margin-left:5px;
	margin-top:5px;
}

.ui-widget-overlay{
	z-index:9999!important;
}

/*JQGRID OVERRIDES*/
.ui-jqgrid{
	margin-bottom:15px;
}

/*JQGRID*/
.table-action,
.table-action-disabled{
	margin-right:5px;
	width:20px;
	height:20px;
	margin-top:4px;
	display:inline-block;
	*display:inline;
	zoom:1;
}

.table-action-view{
	background:url(../img/admin_icon_sprites.png) no-repeat 0px 0px;
}

.table-action-view:hover{
	background:url(../img/admin_icon_sprites.png) no-repeat 0px -20px;
}

.table-action-disabled.table-action-view{
	background:url(../img/admin_icon_sprites.png) no-repeat 0px -40px;
}

.table-action-disabled.table-action-view:hover{
	background:url(../img/admin_icon_sprites.png) no-repeat 0px -40px;
}

.table-action-delete{
	background:url(../img/admin_icon_sprites.png) no-repeat -20px 0px;
}

.table-action-delete:hover{
	background:url(../img/admin_icon_sprites.png) no-repeat -20px -20px;
}

.table-action-disabled.table-action-delete{
	background:url(../img/admin_icon_sprites.png) no-repeat -20px -40px;
}

.table-action-disabled.table-action-delete:hover{
	background:url(../img/admin_icon_sprites.png) no-repeat -20px -40px;
}

.table-action-list{
	background:url(../img/admin_icon_sprites.png) no-repeat -40px 0px;
}

.table-action-list:hover{
	background:url(../img/admin_icon_sprites.png) no-repeat -40px -20px;
}

.table-action-disabled.table-action-list{
	background:url(../img/admin_icon_sprites.png) no-repeat -40px -40px;
}

.table-action-disabled.table-action-list:hover{
	background:url(../img/admin_icon_sprites.png) no-repeat -40px -40px;
}

.table-action-save{
	background:url(../img/admin_icon_sprites.png) no-repeat -60px 0px;
}

.table-action-save:hover{
	background:url(../img/admin_icon_sprites.png) no-repeat -60px -20px;
}

.table-action-disabled.table-action-save{
	background:url(../img/admin_icon_sprites.png) no-repeat -60px -40px;
}

.table-action-disabled.table-action-save:hover{
	background:url(../img/admin_icon_sprites.png) no-repeat -60px -40px;
}

.table-action-edit{
	background:url(../img/admin_icon_sprites.png) no-repeat -80px 0px;
}

.table-action-edit:hover{
	background:url(../img/admin_icon_sprites.png) no-repeat -80px -20px;
}

.table-action-disabled.table-action-edit{
	background:url(../img/admin_icon_sprites.png) no-repeat -80px -40px;
}

.table-action-disabled.table-action-edit:hover{
	background:url(../img/admin_icon_sprites.png) no-repeat -80px -40px;
}

.table-action-edit-ca{
	background:url(../img/admin_icon_sprites.png) no-repeat -100px 0px;
}

.table-action-edit-ca:hover{
	background:url(../img/admin_icon_sprites.png) no-repeat -100px -20px;
}

.table-action-disabled.table-action-edit-ca{
	background:url(../img/admin_icon_sprites.png) no-repeat -100px -40px;
}

.table-action-disabled.table-action-edit-ca:hover{
	background:url(../img/admin_icon_sprites.png) no-repeat -100px -40px;
}

.table-action-edit-es{
	background:url(../img/admin_icon_sprites.png) no-repeat -120px 0px;
}

.table-action-edit-es:hover{
	background:url(../img/admin_icon_sprites.png) no-repeat -120px -20px;
}

.table-action-disabled.table-action-edit-es{
	background:url(../img/admin_icon_sprites.png) no-repeat -120px -40px;
}

.table-action-disabled.table-action-edit-es:hover{
	background:url(../img/admin_icon_sprites.png) no-repeat -120px -40px;
}

.table-action-edit-en{
	background:url(../img/admin_icon_sprites.png) no-repeat -140px 0px;
}

.table-action-edit-en:hover{
	background:url(../img/admin_icon_sprites.png) no-repeat -140px -20px;
}

.table-action-disabled.table-action-edit-en{
	background:url(../img/admin_icon_sprites.png) no-repeat -140px -40px;
}

.table-action-disabled.table-action-edit-en:hover{
	background:url(../img/admin_icon_sprites.png) no-repeat -140px -40px;
}

.table-action-img{
	background:url(../img/admin_icon_sprites.png) no-repeat -160px 0px;
}

.table-action-img:hover{
	background:url(../img/admin_icon_sprites.png) no-repeat -160px -20px;
}

.table-action-disabled.table-action-img{
	background:url(../img/admin_icon_sprites.png) no-repeat -160px -40px;
}

.table-action-disabled.table-action-img:hover{
	background:url(../img/admin_icon_sprites.png) no-repeat -160px -40px;
}

.table-action-add{
	background:url(../img/admin_icon_sprites.png) no-repeat -180px 0px;
}

.table-action-add:hover{
	background:url(../img/admin_icon_sprites.png) no-repeat -180px -20px;
}

.table-action-disabled.table-action-add{
	background:url(../img/admin_icon_sprites.png) no-repeat -180px -40px;
}

.table-action-disabled.table-action-add:hover{
	background:url(../img/admin_icon_sprites.png) no-repeat -180px -40px;
}

.table-action-highlight{
	background:url(../img/admin_icon_sprites.png) no-repeat -200px 0px;
}

.table-action-highlight:hover{
	background:url(../img/admin_icon_sprites.png) no-repeat -200px -20px;
}

.table-action-disabled.table-action-highlight{
	background:url(../img/admin_icon_sprites.png) no-repeat -200px -40px;
}

.table-action-disabled.table-action-highlight:hover{
	background:url(../img/admin_icon_sprites.png) no-repeat -200px -40px;
}

.table-data-img{
	max-width:200px;
}