@charset "UTF-8";
/*********************************[ HEADER ]*********************************/
.header {
	width: 100%;
	height: 100px;
	-webkit-box-shadow: 1px 1px 15px rgba(0,0,0,0.55);
	box-shadow: 1px 1px 15px rgba(0,0,0,0.55);
	display: block;
	position: absolute;
	z-index: 500;
	background-image: url(../images/backBar.jpg);
	border-bottom: 8px solid rgba(241,241,151,1.00);
}
.topLogo {
	background-image: url(../images/topLogo.png);
	background-repeat: no-repeat;
	width: 225px;
	height: 24px;
}
.logo {
	margin: auto;
	z-index: 2500;
	position: absolute;
	width: 85%;
	height: 150px;
	top: 25px;
	right: 0;
	left: 0;
	display: inline-block;
	min-width: 555px;
}
.logoImg {
	margin: auto;
	width: 80%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

/*********************************[ END HEADER ]*********************************/




/*********************************[ CONTENT ]*********************************/
.content {
	margin-bottom: 220px;
	padding: 0;
}
.content2 {
	margin: 0;
	padding: 0;
	background-color: rgba(145,199,61,1.00);
}

.footerLine {
	background-color: rgba(69,69,69,1.00);
	height: 75px;
	width: 100%;
	margin-bottom: 210px;
}
/*********************************[ END CONTENT ]*********************************/


/*********************************[ FOOTER ]*********************************/
.footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-box-shadow: 1px 1px 15px rgba(0,0,0,0.55);
	box-shadow: 1px 1px 15px rgba(0,0,0,0.55);
	background-color: #91C73D;
	margin: 0;
	border-top: 8px solid rgba(241,241,151,1.00);
	padding-top: 20px;
	
}
.msgDiv {
	margin: 8px 0 2px 0;
	padding: 2px;
}


.footerNav {
	background-color: rgba(126,105,175,1.00);
	color: rgba(255,255,255,1.00);
}

.footer div, .footer span, .footer object, .footer iframe,
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6, .footer p, .footer a, .footer ul, .footer li {
	color: rgba(255,255,255,1.00);
	font-size: 95%;
}
.footerUl li {
	margin-top: 8px;
	margin-bottom: 8px;
}
.footerUl li a {
	display: inline-table;
	padding-left: 15px;
	text-decoration: none;
	background-image: url(../images/leftArrow.png);
	background-repeat: no-repeat;
	background-position: 0% center;
	color: rgba(255,255,255,1.00) !important;
	transition-timing-function: ease-in-out;
	transition: .5s;
}
.footerUl li a:hover {
	color: rgba(255,255,255,1.00) !important;
	transition-timing-function: ease-in-out;
	transition: .5s;
}

.footerUl {
	margin-left: 2%;
}
/*********************************[ END FOOTER ]*********************************/


/*********************************[ SLIDE ]*********************************/

.slide {
	overflow-y: hidden;
	overflow-x: hidden;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.slideMini {
	
}

.slide img, .slideMini img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	min-width: 1040px;
}


.slide .bxslider li {
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	height: 400px;
}
.slideMini .bxslider li {
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
	height: 200px;
}
.bxslider li span {
	position: absolute;
	margin: auto;
	z-index: 2500;
	display: none;
	font-size: large;
	padding-top: 45px;
	padding-right: 18px;
	padding-left: 18px;
	padding-bottom: 8px;
	color: rgba(66,66,66,1.00);
	text-align: left;
	right: 35px;
	bottom: 15px;
	width: 550px;
}
.bxslider li span h1 {
	color: rgba(255,255,255,1.00);
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	position: absolute;
	top: -35px;
	display: block;
	text-align: left;
	font-variant: small-caps;
	text-transform: capitalize;
	margin-top: 1px;
	margin-bottom: 5px;
	right: 35px;
	text-shadow: 5px 5px 12px rgba(0,0,0,0.63);
	width: 100%;
	margin-left: 5px;
}

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

.selOpc {
	display: block;
	margin: 10px 0;
	padding: 10px 0px;
	text-align: center;
	border-top: 1px solid rgba(179,179,179,1.00);
	border-bottom: 1px solid rgba(179,179,179,1.00);
	
}
.selOpc li {
	margin: 1%;
	display: inline-table;
}
.selOpc li a {
	padding: 4px 12px;
	display: block;
	border-radius: 4px;
	background-color: rgba(59,193,195,1.00);
	border: 2px solid transparent;
	text-decoration: none;
	text-align: center;
	color: rgba(255,255,255,1.00);
	text-transform: uppercase;
	
}
.selOpc li a:hover {
	background-color: rgba(255,255,255,1.00);
	border-color: rgba(59,193,195,1.00);
	color: rgba(239,92,162,1.00);
	
}

/*********************************[ SIDE BTNS ]*************************************/
.ulSideBtns {
	border-right: 1px dotted #AFAFAF;

}

.ulSideBtns li {
	
}
.ulSideBtns li:last-child a {
	border-bottom-style: none;	
}
.ulSideBtns li a {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px dotted #AFAFAF;
	display: block;
	color: rgba(46,46,46,1.00);
}

.ulSideBtns li a:hover {
	color: rgba(255,255,255,1.00);
	background-color: rgba(88,88,88,1.00);
}

/*********************************[ END SIDE BTNS ]*************************************/


/*********************************[ BACK TOP ]*********************************/
#back-top {
	position: fixed;
	bottom: 50px;
	z-index: 5500;
	right: 8px;
}
#back-top a {
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #636363;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	width: auto;
}
#back-top a:hover {
}
#back-top span {
	width: 50px;
	height: 50px;
	display: block;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	background-image: url(../images/arowUp.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40% 40%;
	margin-bottom: 2px;
	border-radius: 100%;
	background-color: rgba(99,203,242,1.00);
}
.imgCircle {
	border-radius: 100%;
	border: 3px solid transparent;
}
.imgCircle:hover {
	border: 3px solid rgba(180,234,0,1.00);
}
#back-top span:hover {
}
/*********************************[ END BACK TOP ]*********************************/


/*********************************[ FORM ]*********************************/
.frmText {
	font-size: x-small !important;
	margin-bottom: 5px;
}
.frmInput {
	border: 1px solid rgba(69,69,69,1.00);
	padding: 4%;
	margin-bottom: 5px;
	display: block;
	width: 92%;
}
.frmInputRed {
	border: 1px solid rgba(255,0,4,1.00);
	padding: 4%;
	margin-bottom: 5px;
	display: block;
	width: 92%;
	background-color: rgba(255,221,222,1.00);
}
.frmInputGreen {
	border: 1px solid rgba(0,224,22,1.00);
	padding: 4%;
	margin-bottom: 5px;
	display: block;
	width: 92%;
	background-color: rgba(208,255,207,1.00);
}
.frmBtn {
	border-radius: 0;
	border: 1px solid rgba(255,255,255,1.00);
	background-color: rgba(112,192,0,1.00);
	color: rgba(255,255,255,1.00);
	font-size: medium;
	text-align: center;
	display: inline-block;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
	transition-timing-function: ease-out;
	transition: .8s;
}
.frmBtn:hover {
	background-color: rgba(255,255,255,1.00);
	transition-timing-function: ease-in;
	transition: .8s;
	color: rgba(112,192,0,1.00);
	border-color: rgba(112,192,0,1.00);
}

/*********************************[ FORM ]*********************************/
.lbl_frm {
	padding: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	border: 1px solid rgba(208,208,208,1.00);
	color: #000000;
	overflow-x: hidden;
	overflow-y: hidden;
	display: block;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.lbl_frm::-webkit-input-placeholder {color: rgba(178,178,178,1.00);}
.lbl_frm:-moz-placeholder { color: rgba(178,178,178,1.00);}
.lbl_frm::-moz-placeholder {color: rgba(178,178,178,1.00);}
.lbl_frm:-ms-input-placeholder {color: rgba(178,178,178,1.00);}

.lbl_error {
	padding: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #848484;
	background-color: rgba(255,210,210,1.00) !important;
	border: 1px solid #FF0004;
	overflow-y: hidden;
	overflow-x: hidden;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.lbl_error::-webkit-input-placeholder {color: red;}
.lbl_error:-moz-placeholder { color: red;}
.lbl_error::-moz-placeholder {color: red;}
.lbl_error:-ms-input-placeholder {color: red;}

.lbl_green {
	padding: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 85%;
	background-color: rgba(196,255,201,1.00) !important;
	border: 1px solid #00E30B;
	overflow-x: hidden;
	overflow-y: hidden;
}

/*********************************[ END FORM ]*********************************/


/*********************************[ SOCIAL ]*********************************/
.social {
	margin: 0;	
}
.social li {
	width: 35px;
	display: inline-block;
}
.social li a {
	padding: 0;
	background-image: none;
	margin-right: 3px;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
	height: 35px;
	display: block;
}
.social li a .sFacebook {
	background-image: url(../images/socialFacebook.png);
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	background-size: cover;
}
.social li a .sTwitter {
	background-image: url(../images/socialTwitter.png);
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	background-size: cover;
}
.social li a .sLinkedin {
	background-image: url(../images/socialLinkedin.png);
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	background-size: cover;
}
.social li a .sFacebook:hover, .social li a .sLinkedin:hover, .social li a .sTwitter:hover {
	background-position: center -35px;
}
.social li a:hover {
	
}
.social li a img {
	
}
.social li a:hover img {
	
}

/*********************************[ END SOCIAL ]*********************************/


/*********************************[ PHOTO GRID ]*********************************/

#photos {
	/* Prevent vertical gaps */
	line-height: 0;
	-webkit-column-count: 7;
	-webkit-column-gap: 0px;
	-moz-column-count: 7;
	-moz-column-gap: 0px;
	column-count: 7;
	column-gap: 0px;
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

/*********************************[ END PHOTO GRID ]*********************************/  
  
  
/*********************************[ GALLERY ]*********************************/
.showPics {
	width: 100%;
	position: relative;
	height: 145px;
	overflow-y: hidden;
	background-color: #0A5380;
	border: 3px solid rgba(10,83,128,1.00);
}
.showPics .img_gal {
	margin: auto;
  	position: absolute;
  	top: 0; left: 0; bottom: 0; right: 0;
}
/*********************************[ END GALLERY ]*********************************/



/*********************************[ 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%;
	
}
/*********************************[ END PAGINATION ]*********************************/


/************************ Fomrs ******************************/
.lbl_frm {
	padding: 12px;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 90%;
	border-radius: 8px;
	border: 1px solid rgba(208,208,208,1.00);
	color: #777777;
	overflow-x: hidden;
	overflow-y: hidden;
}
.lbl_error {
	padding: 12px;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 90%;
	border-radius: 8px;
	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(233,255,235,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: #CC3493;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	float: left;
	clear: both;
	border: 1px solid transparent;
}
.btn_orange:hover {
	background-color: rgba(255,255,255,1.00);
	color: #CC3493;
	border-color: #CC3493;
}
::-webkit-input-placeholder {
  color: #5F5F5F;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #5F5F5F;
}
:-ms-input-placeholder {
  color: #5F5F5F;
}
:-moz-placeholder { /* Firefox 18- */
  color: #5F5F5F;
}


/*********************************[ COMMON ]*********************************/
.enclosure {
	max-width: 1040px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 100%;
	width: 100%;
	min-width: 320px;
}


h1 {
	color: rgba(126,105,175,1.00);
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: lemon;
	font-style: normal;
	font-weight: 400;
	font-size: 250%;
}
h2 {
	font-size: 150%;
	color: #1C8885;
	font-weight: 400;
	font-family: lemon;
	font-style: normal;
}

h3 {
	font-size: 200%;
	color: rgba(225,139,60,1.00);
	font-weight: 400;
	font-family: actor;
	font-style: normal;
}


.imgSquare {
	width: 100%;
	position: relative;
	overflow-x: visible;
	overflow-y: hidden;
	height: 200px;
	background-color: rgba(230,230,230,1.00);
}
.imgSquare img {
	margin: auto;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.wave {
	position: relative;
	width: 100%;
	min-height: 100%;
	background-image: none;
	background-repeat: repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0.25;
	transition-timing-function: ease-out;
	transition: .5s;
}
.wave:hover {
	background-image: url(../images/cirwave.gif);
	transition-timing-function: ease-in;
	transition: .5s;
}
.banner {
	padding: 0;
	margin: 0;
}
.slogan {
	position: absolute;
	bottom: -2px;
	right: 2%;
	z-index: 100;
}
.topBar {
	background-color: #FFFFFF;
	width: 100%;
	height: 45px;

}
.highlight {
	color: rgba(255,24,9,1.00) important;
	font-size: large;
	font-weight: bold;
}

.topBar {
	background-color: #FFFFFF;
	width: 100%;
	height: 8px;
}

.imgRound {
	border-radius: 12px;
}
.backLeaf {
}
.notes {
	color: rgba(127,127,127,1.00);
	font-size: small;
}
.warning {
	background-color: #FCFFBC;
	color: #FF0004;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
	border: 1px solid #FFD600;
	border-radius: 8px;
	display: block;
}

#ulDropBoxClick {
	background-image: -webkit-linear-gradient(270deg,rgba(97,6,6,0.60) 0%,rgba(97,6,6,0.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(97,6,6,0.60) 0%,rgba(97,6,6,0.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(97,6,6,0.60) 0%,rgba(97,6,6,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(97,6,6,0.60) 0%,rgba(97,6,6,0.00) 100%);
	text-align: center;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	cursor: pointer;
}
body {
	background-color: rgba(225,208,253,1.00);

}
.barMenu {

}
.homeButtom {
	position: absolute;
	right: 0;
	padding: 0;
	width: 100%;
	z-index: 2500;
	height: 75px;
	border-right: 1px solid rgba(232,178,113,1.00);
	border-left: 1px solid rgba(236,176,117,1.00);
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.51);
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.51);
}
.homeButtom:hover {
	transition-timing-function: ease-in;
	transition: .5s;
	text-decoration: none;
	background-color: rgba(229,229,229,1.00);
}
.homeButtom img {
	margin: auto;
	display: inline-table;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.homeButtom a {
	margin: auto;
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
}
.language {
	position: absolute;
	right: 2px;
	bottom: 1px;
	width: 50px;
}
.language li {
	display: inline-block;
	margin-left: -4px;
	text-align: center;
}
.phone {
	position: absolute;
	width: 320px;
	right: 5px;
	top: 2px;
	text-align: left;
	color: rgba(57,83,164,1.00);
	font-size: 20px;
	font-family: covered-by-your-grace;
	font-style: normal;
	font-weight: 400;
}
.phone img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	vertical-align: middle;
	left: -40px;
}
.phone span {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-right: 0;
	margin-left: 20px;
	margin-bottom: auto;
	vertical-align: middle;
	display: inline-table;
	color: rgba(146,146,146,1.00);
	font-size: large;
	font-family: poiret-one;
	font-style: normal;
	font-weight: 400;
	text-align: right;
}

.language li a {
	margin: 0 3px;
	display: block;
}
.language li a:hover {
}
.language li span {
	display: block;
	text-align: center;
	margin: 1px 0;
	font-size: x-small;
	line-height: 1px;
}
.language li span:hover {
	color:#A90515;
}
.slideFull {
	height: 150px;
	width: 100%;
	display: block;
	background-image: url(../images/slidewide.jpg);
	background-position: center center;
	background-size: cover;
	border-bottom: 5px solid rgba(75,99,147,1.00);
}
.bigBtn {
	margin: 10px;
	padding: 45px 10px;
	display: block;
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-size: 250%;
	font-weight: 400;
	border-radius: 12px;
	border-style: solid;
	border-width: 2px;
	text-transform: uppercase;
	letter-spacing: -0.01em;
	font-family: actor;
	font-style: normal;
	background-color: #2CD3CF;
	line-height: 1em;
}
.roundBtn {
	display: block;
	border-radius: 100%;
	width: 175px;
	overflow-x: hidden;
	height: 175px;
	overflow-y: hidden;
	margin-bottom: 15px;
}
.roundBtn:hover {
	opacity: 0.8;
	
}

.bigBtn:hover {
	border-color: #B4EFEE;
	text-shadow: 0px 0px;
	background-color: #209B98;
}
.imgLines {
	border: 4px solid rgba(236,176,117,1.00);
}
.imgGrayLines {
	border: 1px solid rgba(193,193,193,1.00);
	margin-bottom: -2px;
}
.imgLines:hover {
	opacity: 0.5;
}
.h_spacer {
	height: 90px;
	display: block;
}
#subOpt {
	text-decoration: none;
	text-transform: uppercase;
	font-size: small;
	text-align: center;
	color: rgba(59,193,195,1.00);
	display: none;
}

.backLogoRight {
	width: 20%;
	position: absolute;
	right: 0;
	top: 18px;
	min-width: 110px;
}
.backLogoLeft {
	width: 20%;
	position: absolute;
	left: 0;
	top: 18px;
	min-width: 110px;

}
.slideFrameFull {
	height: 300px;
	width: 100%;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-position: center 20px;
}
.slideFrame {
	height: 700px;
	width: 100%;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-position: center 90px;
}











/*********************************[ END COMMON ]*********************************/

/************************************************************ Show Items **************************************************************/
.show_cat{
	display: list-item;
	float: left;
	height: 340px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	position: relative;
	width: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
	border: 4px solid rgba(84,140,201,1.00);
	margin: 1%;
}
.show_cat .show_h1 {
	color: rgba(237,31,37,1.00);
	display: block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	text-rendering: optimizelegibility;
	line-height: 20px;
	width: 100%;
	text-transform: capitalize;
}
.show_cat .show_h2 {
	color: rgba(0,32,96,1.00);
	display: block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 16px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	text-align: center;
	text-rendering: optimizelegibility;
	width: 100%;
}
.show_cat .show_texto {
	color: rgba(79,79,79,1.00);
	display: block;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
	text-rendering: optimizelegibility;
	width: 96%;
	font-size: small;
	line-height: normal;
}

.show_cat .show_desc {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: rgba(255,255,255,1.00);
	font-size: medium;
	height: 35px;
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/icons/iconCart.png);
	background-color: rgba(84,140,201,1.00);
	border-top: 2px solid rgba(169,169,169,1.00);
}
/*.show_cat_ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}*/
.show_cat_text {
	position: absolute;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	font-size: large;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: bree-serif;
	width: 100%;
	left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	bottom: 3px;
}
.show_desc > span {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: rgba(255,255,255,1.00);
	height: 25px;
	vertical-align: middle;
	font-size: large;
	margin: auto;
	text-align: center;
	width: auto;
}
.show_cat img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -25%;
	height: 100%;
	right: -25%;
}
.show_cat .show_button {
	position: absolute;
	left: 0;
	bottom: 0;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	right: 0;
	height: 25%;
	background-image: -webkit-linear-gradient(270deg,rgba(235,235,235,1.00) 0%,rgba(255,255,255,1.00) 54.40%,rgba(235,235,235,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(235,235,235,1.00) 0%,rgba(255,255,255,1.00) 54.40%,rgba(235,235,235,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(235,235,235,1.00) 0%,rgba(255,255,255,1.00) 54.40%,rgba(235,235,235,1.00) 100%);
	padding-top: 2%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2%;
	background-image: linear-gradient(180deg,rgba(235,235,235,1.00) 0%,rgba(255,255,255,1.00) 54.40%,rgba(235,235,235,1.00) 100%);
}
.show_cat:hover {
	border-color: rgba(126,104,175,1.00);

}
.show_cat .image {
	background-color: rgba(84,140,201,1.00);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	overflow-y: hidden;
	overflow-x: hidden;
	width: 100%; 
	border-bottom: 1px solid rgba(170,170,170,1.00);
	z-index: 10;
	height: 71%;
}
.show_cat .image:hover, .show_cat .show_desc:hover {
	background-color: rgba(126,105,175,1.00);
}
.show_cat .image:hover {
	opacity: 0.65;
}
a {
	color: rgba(204,52,147,1.00);
}
a:hover {
	color: rgba(126,105,175,1.00);
}
.hr {
	background-color: rgba(242,103,34,1.00);
	margin: 10px 0;
	height: 2px;
}
.goBack {
	text-align: right;
	border-bottom: 1px solid rgba(0,176,79,1.00);
	margin-bottom: 10px;
	padding-bottom: 10px;
}


.ulDots {
	margin-left: 45px;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 18px;
}
.ulDots li {
	margin-bottom: 10px;
}




@media screen and (max-width: 769px) {
.slideFrame {
	height: 700px;
	width: 100%;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-position: center 90px;
}
.logo {

}



.phone {
	margin: 0 auto;
	left: 0;
	right: 0;
}
.slide .bxslider li {
	height: 300px;
}
.slide img, .slideMini img {
	min-width: 770px;
}
.bxslider li span {
	font-size: medium;
	width: 100%;
	top: 35px;
	left: 2%;
}
.bxslider li span h1 {
	color: rgba(255,255,255,1.00);
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	position: absolute;
	text-align: left;
	font-variant: small-caps;
	text-transform: capitalize;
	font-size: 250%;
	margin-bottom: 2px;
}
.homeButtom {
	width: 50px;
}
.homeButtom a {
	padding: 15px 0;
}
.homeButtom img {
	width: 30px;
}
.slideFrame {
	height: 365px;
	background-size: cover;
}
/*********************************[ END FOOTER ]*********************************/


/*********************************[ SLIDE ]*********************************/

.slide {
	overflow-y: hidden;
	overflow-x: hidden;
	bottom: 45px;
}









/*********************************[ END FOOTER ]*********************************/


/*********************************[ SLIDE ]*********************************/





/*********************************[ HEADER ]*********************************/

/*********************************[ END HEADER ]*********************************/


/*********************************[ CONTENT ]*********************************/

/*********************************[ END CONTENT ]*********************************/

/*********************************[ FOOTER ]*********************************/

/*********************************[ END FOOTER ]*********************************/

/*********************************[ SLIDE ]*********************************/

/*********************************[ END SLIDE ]*********************************/

/*********************************[ COMMON ]*********************************/

/*********************************[ END COMMON ]*********************************/
}


@media screen and (max-width:480px){
.slide .bxslider li {
	height: 150px;
}
.slide img, .slideMini img {
	min-width: 500px;
}
.bxslider li span {
	font-size: medium;
	top: 35px;
	left: 2%;
	display: none;
}
.logo {
	min-width: 330px;
	height: 100px;

}
.language {
	bottom: -320px;
	z-index: 100;
}
h1 {
	font-size: 230%;
}
.bigBtn {
	margin: 8px;
	padding: 40px 8px;
	display: block;
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-size: 180%;
	font-weight: 400;
	border-radius: 12px;
	border-style: solid;
	border-width: 2px;
	text-transform: uppercase;
	letter-spacing: -0.01em;
	font-family: actor;
	font-style: normal;
	background-color: #2CD3CF;
	line-height: 0.9em;
}
.selOpc li { 
	display: block;
}
#subOpt {
	text-decoration: none;
	text-transform: uppercase;
	font-size: small;
	text-align: center;
	color: rgba(59,193,195,1.00);
	display: block;
}
.backLogoRight {
	min-width: 50px;
}
.backLogoLeft {
	min-width: 50px;
}
.phone {
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 250px;
	font-size: x-large;
	text-align: center;
}
.slideFrameFull {
	height: 170px;
	width: 100%;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-position: center 20px;
}
/*********************************[ END CONTENT ]*********************************/


/*********************************[ FOOTER ]*********************************/
.footer {
	position: absolute;
	-webkit-box-shadow: 1px 1px;
	box-shadow: 1px 1px;
	padding: 0;
	
}
/*********************************[ END COMMON ]*********************************/

/************************************************************ Show Items **************************************************************/
.show_cat {
	height: 240px;
}
.show_cat .image {
	height: 66%;
}
.show_cat .show_button {
	height: 31%;
}


















/*********************************[ HEADER ]*********************************/

/*********************************[ END HEADER ]*********************************/	


/*********************************[ CONTENT ]*********************************/

/*********************************[ END CONTENT ]*********************************/

/*********************************[ FOOTER ]*********************************/

/*********************************[ END FOOTER ]*********************************/

/*********************************[ SLIDE ]*********************************/

/*********************************[ END SLIDE ]*********************************/

/*********************************[ COMMON ]*********************************/

/*********************************[ END COMMON ]*********************************/
}
