body {
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.enclosure {
	max-width: 1020px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 100%;
	width: 100%;
}

/****************** Back Top ***********************/
#back-top {
	position: fixed;
	bottom: 45px;
	z-index: 5500;
	left: 1%;
}
#back-top a {
	display: block;
	text-align: center;
	line-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	width: auto;
	font-size: xx-small;
}
#back-top a:hover {
	color: #FA9A39;
}
/* arrow icon (span tag) */
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	background-image: url(../images/upArrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	margin-bottom: 2px;
}
#back-top span:hover {

}

/***************** HEADER *********************/
.header {
	height: 170px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.logoImg {
	width: 200px;
	position: absolute;
	bottom:0;
	left:0;
}
.logo {
	width: 300px;
	position: absolute;
	bottom: 50px;
	left: 220px;
}
.divPhone {
	width: 200px;
	position: absolute;
	bottom: 40px;
	right: 5px;
}
.slogan {
	bottom: 10px;
	right: 5px;
	position: absolute;
	text-align: right;
	color: rgba(192,0,0,1.00);
	width: 75%;
	font-size: large;
	display: block;
}
/***************** SLIDER *********************/
.slider {
	background-image: url(../banners/banner.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;

}
.slider img {
	padding:0;
	margin:0;
	border: none;
	display: block;
}


/***************** SOCIAL *********************/
.social {
	margin-right: 25px;
	display: inline-block;

}
.social li {
	width: 40px;
	display: inline-block;
	
}
.social li a {
	padding: 2px;
	display: block;
	
}

/***************** MENU SELECTIONS *********************/

.selOpc {
	display: block;
	margin: 10px 0;
	padding: 10px 0px;
	text-align: center;
	border-top: 1px solid rgba(25,57,96,0.59);
	border-bottom: 1px solid rgba(25,57,96,0.59);
	
}
.selOpc li {
	margin: 1%;
	display: inline-table;	
}
.selOpc li a {
	padding: 4px 12px;
	display: block;
	border-radius: 4px;
	background-color: rgba(242,179,16,1.00);
	border: 2px solid transparent;
	text-decoration: none;
	text-align: center;
	color: rgba(0,0,0,1.00);
	text-transform: uppercase;
	
}
.selOpc li a:hover {
	background-color: rgba(255,255,255,1.00);
	border-color: rgba(242,179,16,1.00);
	
}
/************************ Fomrs ******************************/
.lbl_frm {
	padding: 12px;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 90%;
	border: 1px solid rgba(208,208,208,1.00);
	color: #777777;
	overflow-x: hidden;
	border-radius: 3px;
	overflow-y: hidden;
}
.lbl_error {
	padding: 12px;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 90%;
	color: #848484;
	background-color: rgba(255,210,210,1.00) !important;
	background-image: url(../ajax/icon_del.gif);
	background-repeat: no-repeat;
	background-position: 98% 13px;
	border: 1px solid #FF0004;
	overflow-y: hidden;
	border-radius: 3px;
	overflow-x: hidden;
}
::-webkit-input-placeholder {
  color: #ADADAD;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ADADAD;
}
:-ms-input-placeholder {
  color: #ADADAD;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ADADAD;
}
/***************** CONTENT *********************/
.content {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 100px;
	background-color: rgba(255,255,255,1.00);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.77);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.77);
	padding-bottom: 20px;
}
/***************** CONTENT *********************/
.contentFull {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 100px;
	background-color: rgba(255,255,255,1.00);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.77);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.77);
	padding-bottom: 20px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

h1 {
	color: rgba(192,0,0,1.00);
	font-family: allerta;
	font-style: normal;
	font-weight: 400;
	font-size: 350%;
	letter-spacing: -3px;
	text-align: center;
	text-transform: uppercase;

}
h2 {
	font-size: large;
	color: rgba(25,57,96,1.00);
	margin-bottom: 15px;

}
h3 {
	font-weight: bold;
	color: rgba(74,74,74,1.00);
	margin-bottom: 15px;

}
h1:link, h2:link, h3:link {
	text-decoration: none;
	
}
a {
	text-decoration: none;
	color: rgba(192,0,0,1.00);
}
a:hover {

}
p {
	margin-bottom: 18px;
}
.space {
	height: 50px;
	clear: both;
}
.ulDots {
	margin-left: 45px;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 18px;
}
.ulDots li {
	margin-bottom: 10px;
}
#ulDropBoxClick {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}
.ulSideBtns li a {
	display: block;
	margin-top: 0px;
	padding: 10px 30px;
	border-bottom: 1px solid rgba(133,198,65,0.17);
	color: rgba(11,83,131,1.00);
	background-repeat: no-repeat;
	background-image: url(../images/dots.png);
	background-position: 0% center;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
.ulSideBtns li a:hover {
	color: rgba(106,106,106,1.00);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 100% center;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	background-image: url(../images/dots.png);
	background-color: rgba(196,196,196,1.00);
}

/***************** FOOTER *********************/

.footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	color: rgba(255,255,255,1.00) !important;
	font-size: 0.9em;
	background-color: rgba(25,57,96,1.00);
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;	/*height: 120px;*/
}
.ulFooter {
	display: inline-block;
	margin-bottom: 30px;
}
.ulFooter li {
	display: inline-table;
	margin-left: -4px;
	border-right: 1px solid #FF9A37;
}
.ulFooter li:last-child {
	border-right: none;
}
.ulFooter li a {
	color: #F2B310;
	margin: 2px 8px;
	text-align: center;
	font-size: small;
	text-decoration: none;
	text-transform: capitalize;
	transition-timing-function: ease-in;
	transition: .5s;
}
.ulFooter li a:hover {
	color: rgba(255,255,255,1.00);
	transition-timing-function: ease-out;
	transition: .5s;
}
.copy {
	color: #FFFFFF;
	position: absolute;
	right: 15px;
	bottom: 10px;
	font-size: small;
}
.copy a {
	color: #FFFFFF;
	text-decoration: none;
	transition-timing-function: ease-in;
	transition: .5s;
}
.copy a:hover {
	color: rgba(216,139,30,1.00);
	transition-timing-function: ease-out;
	transition: .5s;
}

/************************ Fomrs ******************************/
.lbl {
	padding: 12px;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 90%;
	border: 1px solid rgba(208,208,208,1.00);
	color: #777777;
	overflow-x: hidden;
	border-radius: 3px;
	overflow-y: hidden;
}
.lbl_error {
	padding: 12px;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 90%;
	color: #848484;
	background-color: rgba(255,210,210,1.00) !important;
	background-image: url(../ajax/icon_del.gif);
	background-repeat: no-repeat;
	background-position: 98% 13px;
	border: 1px solid #FF0004;
	overflow-y: hidden;
	overflow-x: hidden;
}
.lbl_green {
	padding: 12px;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 90%;
	border-radius: 8px;
	color: #848484;
	background-color: rgba(196,255,201,1.00) !important;
	background-image: url(../ajax/tick.gif);
	background-position: 98% 13px;
	background-repeat: no-repeat;
	border: 1px solid #00E30B;
	overflow-x: hidden;
	overflow-y: hidden;
}

.btn_orange {
	color: #FFF;
	background-color: #FC9C3B;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	border: 1px solid #FA9A39;
	font-size: large;
	font-weight: bold;
	display: inline-block;
}
.btnMin {
	color: #FFF;
	background-color: #E90D80;
	margin: 2px 0px;
	padding: 4px 8px;
	border-radius: 6px;
	border: 1px solid #E90D80;
	font-size: medium;
	font-weight: bold;
	display: inline-block;
}
.btn_orange:hover, .btnMin:hover {
	background-color: rgba(255,255,255,1.00);
	color: #FC9C3B;
}

::-webkit-input-placeholder {
  color: #5F5F5F;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #5F5F5F;
}
:-ms-input-placeholder {
  color: #5F5F5F;
}
:-moz-placeholder { /* Firefox 18- */
  color: #5F5F5F;
}
/******************************** Gallery ****************************************/
.showPics {
	width: 22%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	margin-left: 1%;
	margin-right: 1%;
	position: relative;
	height: 145px;
	overflow-y: hidden;
	background-color: #575757;
	border: 3px solid #575757;
	overflow-x: hidden;
	display: inline-block;
}
.showPics .img_gal {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
}
/********************************************* Pagination ********************************************/
.pagination {
	background-color: #D3D3D3;
	position: relative;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	margin-bottom: 15px;
	height: 25px;
}
.number_pag {
	position: absolute;
	right: 2%;
	width: 35%;
	text-align: right;
}
.number_pag ul {
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10%;
	margin-bottom: 0px;
	padding: 0px;
}
.number_pag ul li {
	display: inline-table;	
}
.number_pag ul li a {
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-size: small;
	padding-top: 2px;
	padding-bottom: 2px;
	transition: .5s;
	padding-left: 5px;
	width: auto;
	font-weight: normal;
	padding-right: 5px;
	border: 1px solid #4A4A4A;
}
.number_pag ul li a:hover {
	background-color: #585858;
	color: #FFFFFF;
	transition: .5s;
}
.number_pag ul li a.current_pag {
	background-color: #585858;
	color: #FFFFFF;
	transition: .5s;
}
.text_pag {
	position: absolute;
	width: 60%;
	font-size: small;
	left: 2%;
	
}
.warning {
	margin: 12px;
	padding: 12px;
	border: 1px solid rgba(255,0,4,1.00);
	display: block;
	text-align: center;
	color: rgba(255,0,4,1.00);
	font-weight: bold;
	background-color: rgba(251,255,180,1.00);
}
.logoImg img {
	margin: 0;
	padding: 0;
	display: block;
}
.contentSpacer {
	height: 100px;
}
.insectLeft {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.insectRight {
	position: fixed;
	right: 0;
	z-index: -1;
	bottom: 0;
}
.btnBar {
	background-color: rgba(25,57,96,1.00);
	z-index: 200;
	position: static;
	display: block;
}
.menuTg .textCurrent {
	color: rgba(242,179,16,1.00);
	text-transform: uppercase;
	margin: auto 0;
	position: absolute;
	top: 0;
	bottom: 0;
	display: inline-table;
	left: 2%;
	font-size: large;
}

.textHighlight {
	margin: 10px -20px;
	padding: 25px;
	background-color: rgba(229,229,229,1.00);
	text-align: center;
	font-size: large;
}
.logIn {
	margin: 10px;
	text-align: right;
	font-size: small;
}















@media screen and (max-width:769px){
.slogan {
	display: none;
}
.divPhone {
	display: none;
}
.logo {
	bottom: 0;
	top: 0;
	width: 45%;
	margin: auto 0;
	left: 40%;
	display: inline-table;
	min-width: 230px;
}
.logoImg {
	bottom: 0;
	left: 2%;
}
.copy {
	color: #FFFFFF;
	right: 0;
	bottom: 10px;
	font-size: small;
	left: 0;
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 90%;
}






	
}


@media screen and (max-width:480px){
/***************** HEADER *********************/
.header {
	height: 120px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.logoImg {
	width: 130px;
}
.logo {
	bottom: 0;
	top: 0;
	left: auto;
	width: 120px;
	right: 3%;
}
/***************** FOOTER *********************/

.footer {
	height: 120px;
	/*height: 120px;*/
}









}
