/*
	PRIMARY COLOR: #0088cc; rgb(12, 25, 51)
*/

@font-face {
    font-family: "Helvetica Neue";
	font-style: normal;
	font-weight: normal;
    src: url('fonts/HelveticaLTStd-Roman.otf');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/Roboto-Light.woff2') format('woff2'), url('fonts/Roboto-Light.woff') format('woff');
}

/* Generated by Glyphter (http://www.glyphter.com) on  Mon Jan 18 2016*/
@font-face {
    font-family: 'FontExample';
    src: url('../fonts/FontExample.eot');
    src: url('../fonts/FontExample.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FontExample.woff') format('woff'),
         url('../fonts/FontExample.ttf') format('truetype'),
         url('../fonts/FontExample.svg#FontExample') format('svg');
    font-weight: normal;
    font-style: normal;
}
.font-semibold {
	font-weight: 500;
}
[class*='example-icon-']:before{
	display: inline-block;
   font-family: 'FontExample';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}
.example-icon-cake:before{content:'\0048';}

/* ******************************************************* */

.primary-color {
	color: #0088cc;
}

html {
	position: relative;
	min-height: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
	html.fixed .content-body {
		margin-left: 0;
		padding-top: 15px;
	}
 		html.fixed .content-body h1 {
 			margin-top: 0;
 		}

/* GLOBAL */
	h1 {
		color: #0088cc;
		font-size: 20px;
		font-weight: 400;
		line-height: 33px;
		margin-bottom: 15px;
	}
		h1 i {
			padding: 5px 5px 5px 0;
			float: left;
			margin-right: 10px;
		}
	h2,
	h2.panel-title {
		color: #bbb;
	}
	a:hover,
	a:focus {
		text-decoration: none;
	}
	form .has-error label.error {
		display: inline-block;
		font-size: 14px;
		margin-top: 0;
		width: 100%;
	}
	.simule-invisible {
		position: absolute;
		left: -999999px;
		top: -999999px;
		z-index: -9999;
	}
	body .btn-simule-primary {
		background-color: #0088cc;
		border-color: #0088cc;
		color: #ffffff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	}
		body .btn-simule-primary:hover,
		body .btn-simule-primary:focus {
			background-color: #0088cc;
			border-color: #0088cc !important;
			color: white;
		}
	body .btn-simule-default {
		background-color: #fff;
		border-color: #ccc;
		color: #333;
	}
		body .btn-simule-default:hover,
		body .btn-simule-default:focus {
			background-color: #e6e6e6;
			border-color: #adadad;
			color: #333;
		}
	body .btn-simule-custom {
		background: none;
		color: #0088cc;
		padding: 0;
		margin-left: 5px;
	}
		body .btn-simule-custom:hover,
		body .btn-simule-custom:focus {
			color: #121212;
		}
	.no-visible {
		display: none;
	}
	.confirm-delete {
		font-size: 18px;
	}
		.confirm-delete.btn-xs {
			font-size: 12px;
		}
	.box-border {
		border: 1px #ccc solid;
		border-radius: 5px;
		padding: 15px 0;
		margin-top: 15px;
		margin-bottom: 30px;
	}
		.box-border > form {
			display: inline-block;
			margin: 0 !important;
			width: 100%;
		}
			.box-border > form .form-group {
				margin-bottom: 0;
			}
	.help {
		float: right;
		font-size: 20px;
	}
	.help-content {
		display: none;
	}
	table.table tr th {
		background: #999;
		color: #fff;
		font-size: 12px;
		vertical-align: middle;
	}
	table.table {
		table-layout: fixed;
		word-wrap: break-word;
	}
	.modal .modal-content {
		display: block !important;
	}
	.dropdown-menu.icons {
		min-width: 16px;
	}
	.position-relative {
		position: relative;
	}
	.iframe-embed {
		width: 100%;
		max-width: 100% !important;
	}
	.proportional-iframe {
		position: relative;
		width: 100%;
		height: 0px;
		padding-bottom: 60%;
	}
		.proportional-iframe iframe {
			position: absolute; 
			left: 0px; 
			top: 0px; 
			width: 100%; 
			height: 100%;
		}
	.radio-custom.center {
		margin: 0 auto;
		width: 10px;
	}
	html .scroll-to-top {
		background: #0088cc none repeat scroll 0 0;
		color: #fff;
		border-radius: 5px;
		bottom: 42px;
		padding: 5px 10px 30px;
		right: 5px;
	}
		html .scroll-to-top:hover {
			color: #fff;
		}
	hr,
	hr.dotted {
		background: none;
		border-bottom: 1px solid rgba(238,238,238,1);
	}
	.form-control.normal-input[readonly] {
		background: #fff;
	}
	.btn:active, .btn.active {
		box-shadow: none;
	}

/* HEADER */
	.header {
		height: 60px;
	}
	.header > div {
		/* max-width: 955px;
		padding-top: 15px; */
	}
	.inner-wrapper {
		/* max-width: 955px; */
		margin: 0 auto; /* 0 auto 90px; */
	}
		html.fixed .inner-wrapper {
			padding-top: 60px;
			margin-bottom: -65px;
		}
			@media only screen and (max-width: 767px) {
				html.fixed .inner-wrapper {
					padding-top: 0;
				}
			}
	.header .header-right {
		background: transparent none repeat scroll 0 0;
		border-bottom: 0 none;
		float: right !important;
		font-size: 20px;
		height: 40px;
		margin-right: 15px;
		margin-top: 0;
		width: auto;		
	}
		.fixed .header .header-right {
			position: fixed;
			right: 0;
			z-index: 100;
		}
	.header .logo-container {
		background: #0088cc;
		color: #fff;
		height: 49px;
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 99;
	}
		.header .logo-container a {
			color: inherit;
			margin-top: 3px;
		}

/* FORMS */
	.form-control {
	    color: #0088cc;
	    font-size: 15px;
	    height: auto;
	}
	.ui-helper-hidden-accessible {
		width: 100px;
	}

	/* FORM BLOCK */
		.form-block {
			/* position: relative; */
			padding: 10px;
		}
		form label {
			color: #333;
			font-size: 16px;
			line-height: 33px;
		}
			.label {
				color: #333;
				font-size: 16px;
				padding: 0;
				margin-bottom:0;
			}
			form label.text {
				color: #666;
				font-size: 13px;
			}

	/* FORM WIZARD */
		.form-wizard {
			margin-bottom: 0;
		}
			.form-wizard h2.panel-title {
				margin: 5px 15px 0;
				text-align: left;
				font-size: 24px;
			}
				.form-wizard h2.panel-title span {
					line-height: 31px;
					padding: 5px 5px 0;
				}
			.form-wizard .panel-footer {
				background: #fff;
				padding-bottom: 0;
			}
				.form-wizard .panel-footer .pager {
					margin: 15px 0 0;
				}
			.mfp-wrap .form-wizard form {
				min-height: 100px;
			}

/* AJAX */
	/* LOADING */
		#modalLoading .modal-dialog {
			width: 200px;
			margin-left: auto;
			margin-right: auto;
		}
			@media only screen and (max-width: 767px) {
				#modalLoading .modal-dialog {
					margin-top: 50%;
				}
			}
		#modalLoading .modal-dialog .modal-body img {
			padding: 10px 0;
			margin: 0 auto;
		}
		#nprogress {
			background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
			height: 100%;
			left: 0;
			pointer-events: none;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 10;
		}
			#nprogress .bar {
				height: 5px;
			}
		.modal-dialog .modal-body {
			line-height: 20px;
		}
			.modal-dialog .modal-body strong {
				font-weight: 600;
			}

	.autocomplete-suggestions { 
	border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); 
}
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

.pull-right-margin {
    margin-right: 10px;
}

nav.nav-pagination {
	text-align: center;
}
.nav-tabs li.danger a {
	background-color: #f4f4f4 ;
	color: #d9534f !important;
}
	.nav-tabs li.danger.active a,
	.nav-tabs li.danger a:hover {
		background-color: #d9534f;
		color: #fff !important;
	}

.row-margin-bottom {
	margin-bottom: 25px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.input-group-icon input.form-control, 
.input-search input.form-control {
	font-size: 1.8rem;
}
.input-group-btn .btn-file {
	white-space: nowrap;
}
.file-thumbnail-footer .file-caption-name {
	padding-top: 0;
}
.logoCompanyUpdate {
	margin-bottom: 10px;
}
.logoCompanyUpdate img {
	max-height: 35px;
}
.input-group-btn .fileinput-upload-button {
	display: none;
}
.file-preview-image {
	max-height: 60px !important;
	width: auto;
}
.file-preview-image img {
	height: auto !important;
	max-height: 60px !important;
}
.file-preview-frame {
	max-height: 60px !important;
	width: auto;
}
.header .current-logo-company img {
	max-height: 53px !important;
}

.table.table_results {
	margin-bottom: 140px;
}
.table-responsive .table a {
	font-weight: 600;
	text-decoration: none;
}

/* PREVIOUS BUTTON */
	.pager .previous > a,
	.pager .previous > span {
		color: #666;
	}

/* BUTTON HEIGHT SLIDER SIMULE */ 
	.simuleHeight {
		background: none repeat scroll 0 0 transparent;
		border: medium none;
		text-align: right;
	}

/* RESUME HEADER */
	header .resume {
		display: inline-block;
		color: #fff;
		padding-top: 8px;
	}
		header .resume * {
			display: inline-block;
		}
		header .resume > div {
			margin-left: 20px;
			padding-top: 6px;
			vertical-align: middle;
		}
			/* header .resume > div.today {} */
				header .resume > div.today .weekday {
					font-size: 16px;
				}
				header .resume > div.today .dateSet {
					text-transform: uppercase;
					margin-bottom: 0;
				}
				header .resume > div.today .fa {
					margin-top: 4px;
				}

.dropdown {    
	min-width: 85px;
    white-space: nowrap;
	margin-left: 15px;
}

/* BUTTON BAR */
	#button-bar .portlet-decoration {
		font-weight: 700;
	}
	#button-bar .portlet-content .operations {
		padding-left: 0;
		list-style: none;
		font-size: 14px;
	}
		#button-bar .portlet-content .operations li {
			display: inline;
			margin-left: 10px;
		}

/* NOTE */
	.note {
		font-size: 13px;
		line-height: 17px;
		margin-top: 5px;
	}

.grid-view table.items th {
	background: #0088cc none repeat scroll 0 0 !important;
	font-weight: 600;
}
	.grid-view table.items th a {
		font-weight: inherit;
	}
.grid-view table.items td {
	white-space: nowrap;
	overflow: hidden;         /* <- this does seem to be required */
	text-overflow: ellipsis;
	max-width: 100px;
}
	.grid-view table.items td:hover {
		max-width: 500px;
	}

.line-search-form{
	line-height: 14px;
}

/* TABLE*/
	.table_head{
		background-color:#0088cc; 
		color:white; 
		height: 60px; 
		text-align:center;
	}
	.table_col{
		margin:12px;
	}
	.table_label {
		color: #fff;
		display: inline;
		font-size: 88%;
		font-weight: 700;
		line-height: 1;
		padding: 0.2em 0.6em 0.3em;
		text-align: center;
		vertical-align: baseline;
		white-space: nowrap;
	}
	
	/*STYLE TABLE*/
	
	.grid-view table.items tr.odd{
		background: #e5e5e5 none repeat scroll 0 0;
	}
	.grid-view table.items tbody tr:hover {
		background: #0088cc none repeat scroll 0 0;
		color: #fff;
	}
	.grid-view table.items tr.selected {
		color: #fff;
	}
		.grid-view select {
			border-radius: 0;
			height: auto;
			margin: 0;
			padding: 4px;
			max-width: 97px;
		}
			.grid-view table.items tr:hover select,
			.grid-view table.items tr.selected select {
				color: #999;
			}
			.grid-view select option {
				width: auto;
			}
			.grid-view select option:disabled {
				color: #ccc;
			}

		/*PAGINADOR*/
		ul.yiiPager  a {
			color: #0088cc !important;
			font-weight: bold !important;
			border: 1px solid #0088cc !important;

		}
		ul.yiiPager .selected a {
			background: #0088cc none repeat scroll 0 0;
			color: #ffffff !important;
			font-weight: bold;
		}
		ul.yiiPager  a:hover {
			background: #0088cc none repeat scroll 0 0;
			color: #ffffff !important;

		}
		
		.grid-view table.items tr.selected {
			background: #0088cc none repeat scroll 0 0 !important;
		}
		.grid-view table.items tr.selected hover{
			background: #f06917 none repeat scroll 0 0 !important;
		}
		.next a{
			margin-top:4px !important;
			margin-left:2px !important;
		}

	/* TABS */
		.nav-tabs li a, 
		.nav-tabs li a:hover {
			color: #777;
		}
		.nav-tabs li.active a, 
		.nav-tabs li.active a:hover, 
		.nav-tabs li.active a:focus {
			border-top: 3px solid #777;
			color: #777;
		}

/* POPUP */
	.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	    width: auto;
		min-width: 120px;
		max-width: 800px;
	}
		@media only screen and (max-width: 767px) {
			.mfp-inline-holder .mfp-content, 
			.mfp-ajax-holder .mfp-content {
				max-width: 100%;
			}
		}
	.mfp-preloader {
		color: #0088cc;
		font-weight: 700;
	    z-index: 10002; /* 1046; */
	}
	.mfp-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.mfp-content {
	    background: #fff;
	    border: 1px solid #ddd;
	    border-radius: 5px;
	    box-shadow: 5px 5px 10px #888;
	    margin: 20px 0;
	    min-width: 50px;
	    padding: 20px;
	    width: auto;
	}
	.mfp-content .mfp-close {
	    font-size: 40px;
	    height: 37px;
	    margin: 0;
	    opacity: 1;
	    right: -13px;
	    top: -15px;
	    width: auto;
	}
	.mfp-content .mfp-close .fa-times {
		color: #fff;
		font-size: 24px;
		line-height: 20px;
		margin-bottom: 7px;
		width: 34px;
	}
	.mfp-content > div > * {
	    display: inline-block;
	    width: 100%;
	}
	.mfp-content > div > p {
	    text-align: justify;
	}
	.mfp-content > div > p.only {
	    display: block;
	    margin: 0 30px 0 0;
	    text-align: justify;
	    width: auto;
	}
	.mfp-content h1 {
	    font-size: 24px;
	    font-weight: 700;
	    margin: 0 0 10px;
	}
	.mfp-content form h1 {
	    margin: 5px 0 20px;
	}
	.mfp-content h2 {
	    /* display: inline-block;
	    line-height: 20px;
	    margin-bottom: 25px;
	    margin-top: 0;
	    text-align: center;
	    width: 100%; */
		display: inline-block;
		line-height: 24px;
		margin-bottom: 5px;
		margin-top: 0;
		text-align: left;
		width: 100%;
		color: #0088cc;
		font-size: 18px;
		font-weight: 700;
		margin-top: 10px;	    
	}
	.mfp-content form p {
	    display: inline-block;
	    margin: 0 auto 10px;
	    width: 100%;
	}
	.mfp-content form p.oculto {
	    display: none;
	}
	.mfp-content form p.right {
	    text-align: right;
	}
	.mfp-content form label {
	    /* display: block;
	    line-height: 16px;
	    margin: 0 auto 10px;
	    text-align: center; */
	}
	.mfp-content form input[type="text"], .mfp-content form textarea {
	    display: block;
	    margin: 0 auto 10px;
	    width: 460px;
	}		
		@media only screen and (max-width: 767px) {
			.mfp-content form input[type="text"],
			.mfp-content form textarea {
				width: 100%;
			}
		}
	@media all and (max-width: 30em) {
		.mfp-content .ajcol {
			float: none;
			width: 100%;
		}
	}

/* LANGS */
	#langs {
		display: inline-block;
		margin: 0;
		position: relative;
		vertical-align: middle;
	}
		#langs a {
			color: #999;
			margin-left: 10px;
		}
			#langs a:hover {
				color: #0088cc;
			}
			#langs a.selected {
				color: #0088cc;
				font-weight: 700;
			}
	@media only screen and (max-width: 767px) {
		#langs {
			float: right;
			margin-right: 25px;
			margin-top: 5px;
		}
			#langs a {
				float: right;
				clear: both;
				margin-left: 0;
			}
	}
	@media only screen and (max-width: 310px) {
		#langs {
			margin-right: 5px;
		}
	}	

/* NOTIFICATIONS */
	.notifications-cards {
		margin-top: 0;
	}
	.notification-user a {
		border-radius: 2px;
		color: #7d7d7d;
		display: block;
		font-size: 1.4rem;
		line-height: 1.5rem;
		padding: 5px;
	}
		.notification-user a:hover {
			background: #0088cc;
			color: #fff;
		}
		.notification-user a .fa {
			margin-right: 3px;
		}
	.notifications .notification-menu .notification-title.notification-title-cards {
		background: none;
		border-radius: 5px;
		color: #0088cc;
		display: block;
		font-size: 12px;
		font-weight: 700;
		margin-bottom: 6px;
		padding: 0;
	}

/* PREVIEW */
	.mobile-preview {
		position:relative;
		width: 343px;
		height: 632px;
		overflow: hidden;
	}
		.mobile-preview .loading {
			left: 143px;
			position: absolute;
			top: 140px;
			z-index: 87;
		}
		.mobile-preview > div {
			border: medium none;
			height: 458px;
			left: 39px;
			overflow: hidden;
			position: absolute;
			top: 69px;
			width: 258px;
			z-index: 88;
		}
		.mobile-preview > div iframe.preview {
			border: medium none;
			height: 458px;
			width: 274px;
		}

/* UPLOAD IMAGES */
	.dz-details .dz-filename,
	.dz-details .dz-size,
	.dz-details .dz-progress,
	.dz-details .dz-success-mark,
	.dz-details .dz-error-mark,
	.dz-details .dz-error-message {
		display: none;
	}

	.dropzone .dz-default.dz-message {
		background: none;

		left: 0;
		margin-left: 0;
		right: 0;
		text-align: center;
		width: auto;
	}
		.dropzone .dz-default.dz-message span {
			display: block;
	}
	.dropzone .dz-default.dz-message {
		/* height: 123px;
		margin-left: -134px;
		margin-top: -42.5px;
		width: 300px;
		max-width: 100%; */
	}
	.dropzone .dz-preview .dz-details, 
	.dropzone-previews .dz-preview .dz-details {
		margin-bottom: 0;
	}

	.drag-drop-files {
		background: #f8f8f8;
		border: 1px solid #dbdbdb;
		border-radius: 3px;
		padding: 23px;
		font-size: 18px;
		color: #0088cc;
		min-height: 170px;
	}
		.drag-drop-files i {
			display: block;
			font-size: 40px;
			margin-bottom: 16px;
		}
		.drag-drop-files div {
			text-align: center;
		}
			.drag-drop-files div strong {
				display: block;
				font-size: 26px;
				font-weight: 600;
				line-height: 30px;
				margin-bottom: 6px;
				margin-top: 9px;
				padding: 0 10px;
			}
			.drag-drop-files div span {
				display: block;
				margin-bottom: 6px;
				font-size: 24px;
			}
			.drag-drop-files div.dz-error-message span {
				color: #d2322d;
				font-size: 16px;
				padding: 10px 15px 10px 20px;
			}

/* STICKY */
	.sticky {
		width: 100%;
		/* height: 65px; */
		/* background: #ecedf0;
		bottom: 0;
		position: fixed; */
		z-index: 100;
		color: #333;
	}
		.sticky p > * {
			color: inherit;
			font-weight: 600;
			text-decoration: underline;
		}

/* DRAG & DROP*/
	body.dragging, body.dragging * {
		cursor: move !important;
	}
	.dragged {
		position: absolute;
		opacity: 0.5;
		z-index: 2000;
	}
	.content-draggable {
		overflow-y: hidden;
	}
	.content-draggable > li.placeholder {
		position: relative;
		/** More li styles **/
	}
	.content-draggable > li.placeholder:before {
		position: absolute;
		/** Define arrowhead **/
	}
	.content-draggable form a {
		line-height: 22px;

		display: block;
		
		-ms-word-break: break-all;

			/* Be VERY careful with this, breaks normal words wh_erever */
			word-break: break-all;

			/* Non standard for webkit */
			word-break: break-word;

		-webkit-hyphens: auto;
			-moz-hyphens: auto;
				hyphens: auto;
	}
	.header-draggable li,
	.content-draggable li {
		list-style: none;
	}
	.content-draggable ul.to-view .to-view {
		display: inline-block;
	}
	.content-draggable ul.to-view .to-edit {
		display: none;
	}
	.content-draggable ul.to-edit .to-view {
		display: none;
	}
	.content-draggable ul.to-edit .to-edit {
		display: inline-block;
	}
	.content-draggable button.btn-xs {
		height: 22px;
		width: 24px;
	}
	.content-draggable a.btn-xs {
		height: 22px;
		width: 24px;
		font-size: 12px;
	}
		.content-draggable a.btn-xs .licon-trash {
			float:left;
			margin-top: 2px;
		}
	.content-draggable input {
		font-size: 13px;
		height: 23px;
		padding: 2px 5px;
	}
	.content-draggable li > div {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: #0088cc;
		padding: 2px 5px;
		height: 30px;
	}
	.content-draggable li.action-select > div {
		padding-left: 0;
		padding-right: 0;
	}
		.content-draggable li.action-select > div a {
			padding: 5px;
			display: inline-block;
		}
	.content-draggable > li:hover > ul {
		background: #0088cc none repeat scroll 0 0;
		color: #fff;
		border-radius: 5px;
		cursor: pointer;
	}
		.content-draggable > li:hover > div,
		.content-draggable > li:hover li,
		.content-draggable > li:hover li div {
			color: #fff;
		}
		.content-draggable > li {
			border-bottom: 1px solid #eee;
			margin-bottom: 5px;
			padding-bottom: 5px;
			padding-top: 0;
		}
			.content-draggable > li:last-child {
				border-bottom: 0;
			}
		.content-draggable li.col-url > div {
			color: #999;
		}
		.content-draggable li .link {
			color: #999;
			line-height: 26px;
		}
		.content-draggable li .title {
			color: #0088cc;
			line-height: 26px;
		}
		.content-draggable > li:hover li div .link {
			color: #fff;
		}
		.content-draggable .action-select {
			font-size: 16px;
			padding: 0;
			display: none;
		}
			.content-draggable li:hover a {
				color: #fff;
			}
	
/* USERBOX */
	.userbox .custom-caret {
		padding-top: 15px;
	}

/* TOOLTIP */
	.note-toolbar .btn-group .btn-group {
		margin-bottom: 0;
	}

/* magnificPopup */
	.mfp-bg {
		background: rgba(12, 25, 51, 0.85) none repeat scroll 0 0;
	}
	.mfp-content {
		border: 1px solid #fff;
		box-shadow: none;
	}
		.mfp-figure::after {
			background: #fff none repeat scroll 0 0;
			box-shadow: none;
		}
	.mfp-counter {
		color: #0088cc;
		right: 15px;
	}
	.mfp-content .mfp-close {
		background: #0088cc none repeat scroll 0 0;
		border: 1px solid #fff;
		border-radius: 50%;
		color: #fff;
		font-size: 30px;
		height: 37px;
		line-height: 28px;
		margin: 0;
		opacity: 1;
		padding: 0;
		right: -15px;
		text-align: center;
		top: -15px;
		width: 37px;
	}
	@media only screen and (max-width: 767px) {
		.mfp-image-holder .mfp-content {
			max-width: 75%;
		}
	}

/* my  */
	body.my .header .logo-container {
		height: 60px;
	}
	body.my .header .header-right {
		height: 20px;
		margin-top: 20px;	
	}
		body.my .header .header-right a {
			color: #fff;
		}
	body.my .panel-body {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		border-bottom: 1px solid #ccc;
		border-radius: 0;
		box-shadow: none;
	}

	/* PROFILE */
		body.my .thumb-info > img {
			border-radius: 50%;
			margin: 0 auto;
		}
			body.my .thumb-info .thumb-info-title {
				display: none;
			}

		/* AVATAR */
			body.my #container-user-avatar .picture-element-image {
				width: 100%;
			}
			body.my .picture-element-principal:hover {
				cursor: pointer;
			}
				body.my .picture-element-principal:hover .picture-element-image {
					opacity:.2;
					-webkit-transition: all 0.7s ease;
					transition: all 0.7s ease;
				}
	body.my #button-bar {
		background: #0088cc none repeat scroll 0 0;
		bottom: 0;
		left: 0;
		padding: 5px 5px 0;
		position: fixed;
		right: 0;
		z-index: 1;
	}
		body.my #button-bar a {
			color: #fff;
		}
		body.my #button-bar .plus {
			font-size: 31px;
			font-weight: 100;
			line-height: 18px;
			font-family: serif;
		}
		body.my #button-bar .action-select {
			display: none;
		}
		body.my #button-bar .button-center {
			left: 90px;
			position: absolute;
			right: 90px;
			text-align: center;
		}

	/* PHOTOS */
		body.my .no-results {
			bottom: 40px;
			color: #ccc;
			font-size: 20px;
			left: 0;
			position: fixed;
			right: 0;
			text-align: center;
			top: 120px;
		}
			body.my .no-results > div {
				display: table;
				height: 59vh;
				width: 100%;
			}
				body.my .no-results > div > div {
					display: table-cell;
					vertical-align: middle;
					width: 100%;
				}
		body.my .albums {
			text-align: center;
			color: #0088cc;
		}
			body.my .albums > div {
				float: left;
			}
			body.my .albums a {
				display: block;
				height: 83px;
				overflow: hidden;
				width: 83px;
				margin: 0 1px 2px 1px;
				position: relative;
				visibility: hidden;
			}
				body.my .albums a img {
					max-height: 83px;
					max-width: 83px;
				}				
			body.my .albums span {
				display: block;
				line-height: 18px;
				max-height: 36px;
				overflow: hidden;
				text-overflow: ellipsis;
				width: 100%;
			}
			body.my .albums a.select {
				position: relative;
			}
				body.my .albums a.select > span {
					position: absolute;
					left: 5px;
					top: 5px;
					display: none;
					z-index: 2;
				}
				body.my .albums a.select.show-it > span {
					display: inline;
					text-align: left;
				}
				body.my .albums a.select.show-it > img {
					-khtml-opacity:.35; 
					-moz-opacity:.35; 
					-ms-filter:"alpha(opacity=35)";
					filter:alpha(opacity=35);
					filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.35);
					opacity:.35; 
				}

			body.my .available {
				color: #999;
			}
				body.my .available .counter {
					background: #999 none repeat scroll 0 0;
					border-radius: 10px;
					color: #fff;
					font-size: 14px;
					line-height: 18px;
					margin-top: 5px;
					padding: 0 5px;
				}
					body.my .available .counter.background-danger {
						background: #d2322d;
					}				

/* TOUR */
	.tour-backdrop {
	}
	.popover {
		color: #0088cc;
	}
	.popover-content {
		text-align: center;
	}
		.popover-content strong{
			font-weight: 600;
		}
	#help-add-bookmark {
		display: block;
		left: 49%;
		position: absolute;
		width: 2%;
		z-index: 1;
		height: 10px;
		bottom: 10px;
	}
		body .popover.tour-tour-0 {
			width: 100%;
			min-width: 290px;
		}
		/* Iphone */
			body.mobile-iphone.browser-safari #help-add-bookmark {
				display: block;
				bottom: 0;
			}
			body.mobile-iphone.browser-safari .popover.tour-tour-0 {
				margin-top: 10px;
			}
		/* Ipad */
			body.mobile-ipad #help-add-bookmark {
				display: block;
				top: 2px;
				left: auto;
				right: 5px;
			}
			body.mobile-ipad .popover.bottom .arrow::after {
				margin-left: -23px;
			}
			body.mobile-ipad.browser-safari #help-add-bookmark {
				display: block;
				top: 0;
				left: auto;
				right: 5px;
			}
			body.mobile-ipad.browser-safari .popover.bottom .arrow::after {
				margin-left: -134px;
			}
		/* Android */
			body.mobile-android #help-add-bookmark {
				display: block;
				top: 2px;
				left: auto;
				right: 5px;
			}
			body.mobile-android .popover.bottom .arrow::after {
				margin-left: -23px;
			}
		/* Else */
			body.browser-empty .popover .arrow {
				display: none;
			}	

/* INDEX */


.project-element {
    width: 100%;
	float: left;
	overflow: hidden;
	height: 265px;
	border-radius: 5px;
	position: relative;
}	

	.project-element img{
		height: 265px;
		display: block;
		width: auto;
		position: relative;
		max-width: 1000000px !important;
		margin-left: 50%;
		transform: translateX(-50%);
	}

	.project-element .content-project {
    	position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background: rgba(0,0,0,0.7);
		text-align: center;
	}

		.project-element .content-project a{
			text-decoration: none;
			color: #fff;
			width: 100%;
			height: 100%;
			float: left;
			text-align: center;
		}

	.project-element .content-table {
	    height: 100%;
	    display: table;
	    margin: auto;
	}

		.project-element .content-table .content-table-cell {
		    display: table-cell;
		    vertical-align: middle;
		    width: 100%;
		    text-align: center;
		    font-size: 30px;
		    margin: auto;
		}