/************************************************************************************/
/* Themes site
/************************************************************************************/






html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	height: 100%;
}

.container-full.rec img, .container-full.last-rec img{
	max-width: 100%;
	height: auto;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-weight: normal;
}



img{display:block; max-width:100%; max-height:100%; width:auto; height:auto;}

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

a:active {
	color: #fff;
	text-decoration: none;
}

small {
	font-size: 80%;
}

mark {
	background-color: #fcf8e3;
	padding: .2em;
}

pre {
	text-align: left;
}

.red_placeholder::placeholder {
	color: red;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 20px auto;
}

.img-responsive-center {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.auto {
	margin: 0 auto;
}

.img-rounded {
	border-radius: 8px;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background: none;
	border: 1px solid #444444;
	border-radius: 0px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-thumbnail:hover { background: #fff; }

.img-circle {
	border-radius: 50%;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.text-left-a {
	text-align: left;
}

.text-right-a {
	text-align: right;
}

.display-table {
	display: table;
	table-layout: fixed;
	position: relative
}

.display-cell {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

:focus {
	outline: none !important;
}

.pl-0 {
	padding-left: 0;
}

.pr-0 {
	padding-right: 0;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 0;
	margin-left: 0;
}

.flex-center {
	align-items: center;
}

/************************************************************************************/
/* 
/************************************************************************************/
.container-small {max-width: 1000px !important; padding-left:20px; padding-right:20px;}

