/* Base */
figure {
	margin: 0;
}

/* Layout */
.row {
	max-width: 1200px;
}

header[role='banner'] {
	padding: 10px 0;
}

.main-title {
	margin-top: 30px;
	margin-bottom: 0;
}

.main-wrapper {
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
}

.footer,
.push {
	height: 80px; /* .push must be the same height as .footer */
}

html, body {
	height: 100%;
}

/* Theme */
body {
	font-family: 'Times New Roman', Georgia, Serif;
	font-size: 16px;
	color: black;
}

p {
	margin-bottom: 40px;
}

.pagination-active {
	background: rgb(231, 231, 231) !important;
}
a {
	color:black;
}

a:hover,
a:focus,
.active {
	color:#003399;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Times New Roman', Georgia, Serif;
	font-weight: bold;

	color: black;
}

h4 {
	font-weight: normal;
	font-size: 24px;
}

h5 {
	font-weight: normal;
	font-size: 20px;
}

h6 {
	font-weight: normal;
	font-size: 18px;
}

fieldset {
	padding: 50px 100px;

	border: 1px solid #442210;
}

label {
	font-size: 16px;

	color:black;
}

input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
textarea {
	font-size: 16px;

	color: #003399;
	border-width: 1px;
	border-style: solid;
	border-color: #003399;
	border-radius: 5px;
	background-color: white;
}

button,
.button {
	font-family: 'Times New Roman', Georgia, Serif;
	font-style: normal;

	margin-top: 40px;
	margin-bottom: 0;

	border-color: #003399;
	border-radius: 4px;
	background-color: #003399;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
	background-color:black;
}

hr {
	margin: -5px 0;

	border: solid #979797;
	border-width: 1px 0 0;
}

/* Modules */
.logo {
	display: block;
	max-width: 50px;
	margin: 20px 0;
}

.login-login {
	margin-top: 40px;
	margin-bottom: 40px;
	max-width: 77px;
}

.main-nav {
	margin-top: 4px;
}

.main-nav a {
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
}

.main-nav .inline-list {
	margin-bottom: 10px;
}

.login {
	padding: 120px 0;

	background-color: #f4f4f4;
}

.gallery li {
	margin-bottom: 40px;

	text-align: center;
}

.gallery img {
	width: auto;
	max-height: 200px;

	cursor: pointer;
}

_::-moz-range-track, body:last-child .gallery img {
	width: 100%;
}

.gallery figure {
	display: inline-block;
}

.gallery .wrapper {
	display: block;
	overflow: hidden;

	height: 200px;
}

.gallery figcaption {
	margin-top: 20px;
    text-align: center;
}

.inner-nav {
	margin-top:	6px;
}

.inner-nav li {
	font-size: 14px;
}
 
.inner-nav a {
    font-family: 'Times New Roman';
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    text-decoration: none;
}

.work-details {
	font-family: 'Times New Roman';
	font-size: 14px;
	margin: 20px 0 0 0;
	color: #000000;
}

.work-details li {
	list-style: none;
}

.work-details h5 {
	font-family: 'Times New Roman';
	font-weight: normal;
	font-size: 14px;
	margin: 0;
	border-top: 1px solid #979797;
    padding-top: 10px;
}

.work-info {
	font-family: 'Times New Roman';
	/*border-bottom: 1px solid #8e8e8e;*/
}

.work-info dl {
	display: block;
	float: left;
	font-size: 14px;
	width: 100%;
	margin: 10px 0 0 0;
}

.work-info dt,
.work-info dd {
	font-weight: normal;
	margin-bottom: 0;
	display: block;
	float: left;
}

.work-info dt {
	width: 40%;
	padding-right: 20px;
    word-wrap: break-word;
	text-align: right;
    color:gray;
}

.work-info dd {
	width: 60%;
}

.work-info h5 {
	font-family: 'Times New Roman', Georgia, Serif;
	font-weight: normal;
}

.work-info h6 {
	font-family: 'Times New Roman';
	font-size: 14px;
}

.work-info label {
	margin-left: 0 !important;
}

.accordion a {
	font-weight: normal;
	font-style: normal;

	float: right;

	text-decoration: none;
}

.arrow-down {
	display: inline-block;

	width: 24px;
	height: 13px;

	background: url('../images/arrow-down.png') no-repeat;
}

/* Slider */
#slider {
	position: relative;
	overflow: hidden;
	text-align: center;
}

#slider img {
	 
}

.ideal-image-slider {
	position: relative;

	overflow: hidden;
}

.iis-slide {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;

	display: block;

	width: 100%;
	height: 100%;

	text-decoration: none;
	text-indent: -9999px;

	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}

/* Slide effect */
.iis-effect-slide .iis-slide {
	-webkit-transition-timing-function: ease-out;
	   -moz-transition-timing-function: ease-out;
	     -o-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
	-webkit-transition-property: -webkit-transform;
	   -moz-transition-property:    -moz-transform;
	     -o-transition-property:      -o-transform;
	        transition-property:         transform;
	-webkit-transform: translateX(0%);
	    -ms-transform: translateX(0%);
	        transform: translateX(0%);

	opacity: 0;
}
.iis-effect-slide .iis-current-slide {
	z-index: 1;

	opacity: 1;
}
.iis-effect-slide .iis-previous-slide {
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
}
.iis-effect-slide .iis-next-slide {
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
}
.iis-effect-slide.iis-direction-next .iis-previous-slide,
.iis-effect-slide.iis-direction-previous .iis-next-slide {
	opacity: 1;
}

.carrousel a {
	background-size: contain;
}

/* Fade effect */
.iis-effect-fade .iis-slide {
	-webkit-transition-timing-function: ease-in;
	   -moz-transition-timing-function: ease-in;
	     -o-transition-timing-function: ease-in;
	        transition-timing-function: ease-in;
	-webkit-transition-property: opacity;
	   -moz-transition-property: opacity;
	     -o-transition-property: opacity;
	        transition-property: opacity;

	opacity: 0;
}
.iis-effect-fade .iis-current-slide {
	z-index: 1;

	opacity: 1;
}

/* Navigation */
.iis-previous-nav,
.iis-next-nav {
	position: absolute;
	z-index: 20;
	top: 50%;

	display: block;

	width: 60px;
	height: 60px;

	cursor: pointer;
	-webkit-transition: 0.3s ease-out;
	   -moz-transition: 0.3s ease-out;
	     -o-transition: 0.3s ease-out;
	        transition: 0.3s ease-out;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	text-indent: -9999px;

	opacity: 0;
	border-radius: 50px;
	background-color: rgba(0,0,0,0.5);
	background-repeat: no-repeat;
	background-size: 48px 48px;
}
.iis-previous-nav {
	left: 5%;

	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8Zz4KICA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+CiAgPHBvbHlnb24gZmlsbD0iI2ZmZmZmZiIgaWQ9InN2Z18xIiBwb2ludHM9IjM1MiwxMTUuNCAzMzEuMyw5NiAxNjAsMjU2IDMzMS4zLDQxNiAzNTIsMzk2LjcgMjAxLjUsMjU2ICIvPgogPC9nPgo8L3N2Zz4=');
	background-position: 35% 50%;
}
.iis-next-nav {
	right: 5%;

	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8Zz4KICA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+CiAgPHBvbHlnb24gZmlsbD0iI2ZmZmZmZiIgaWQ9InN2Z18xIiBwb2ludHM9IjE2MCwxMTUuNCAxODAuNyw5NiAzNTIsMjU2IDE4MC43LDQxNiAxNjAsMzk2LjcgMzEwLjUsMjU2ICIvPgogPC9nPgo8L3N2Zz4=');
	background-position: 65% 50%;
}
.ideal-image-slider:hover .iis-previous-nav,
.ideal-image-slider:hover .iis-next-nav {
	opacity: 0.5;
}
.ideal-image-slider:hover .iis-previous-nav:hover,
.ideal-image-slider:hover .iis-next-nav:hover {
	opacity: 1.0;
}

.slider-thumbs {
	margin-top: 10px;
    
}

.slider-thumbs img {
	margin-right: 4px;
	margin-bottom: 4px;
	max-width: 78px;
	max-height: 100px;
	cursor: pointer;
}

.slider-thumbs img:nth-child(1n+7) {
	margin-right: 0;
}

/* Accordion */
.accordion-trigger {
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.accordion-content {
	visibility: hidden;
	overflow: hidden;

	height: 0;

	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
	    -ms-transition: all 1s ease;
	     -o-transition: all 1s ease;
	        transition: all 1s ease;

	opacity: 0;
}

input[type='checkbox']:checked + .accordion-content {
	visibility: visible;
	overflow: visible;

	height: 100%;

	opacity: 1;
}

/* States */
.spacer {
	float: left;

	width: 100%;
	padding: 15px;
}

.loading-box {
	
	position: fixed;
	z-index: 9999;
	top: 50%;
	left: 41%;

	width: 250px;
	height: 60px;

	text-align: center;
	vertical-align: middle;

	opacity: 0.80;

	filter: alpha(opacity=80);
}

.loading-text {
	font-size: 10px;
	font-weight: bold;

	color: #000000;
}

.progress {
	overflow: hidden;

	height: 20px;
	margin-bottom: 20px;

	border-radius: 4px;
	background-color: #f5f5f5;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	        box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.no-bold {
	font-weight: normal;
}

span.error,
small.error {
	font-size: 13px;
	font-style: normal;
}

.ac-container label{
	cursor: pointer;
}

.ac-container label:hover h5 {
	color: #000000;
}

.ac-container input{
	display: none;
}

.ac-container article{
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-moz-transition: height 0.3s ease-in-out, -moz-box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, -o-box-shadow 0.6s linear;
    -webkit-transition: height 0.3s ease-in-out, -webkit-box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear
}

.ac-container input:checked ~ article{
	-moz-transition: height 0.5s ease-in-out, -moz-box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out, -o-box-shadow 0.1s linear;
    -webkit-transition: height 0.5s ease-in-out, -webkit-box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear
}

.ac-container input:checked ~ article.ac-small{
	height: 32px;
}

.stretch-image {
	width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.report-page {
	margin-top: 0;
}

.report-page label,
.report-page select,
.report-page input {
	font-family: 'Times New Roman';
	font-size: 14px;
}

.report-page .large-2 {
	width: 13%;
}