@charset "utf-8";

body {

}
/***************** Header *********************/
.header {
	position: relative;
	background-color: #C0C0C0;
	height: 100px;
	width: 100%;
	border-bottom: 2px solid #000000;
}
.headerFull {
	background-image: url(../images/woodBack.jpg);
	height: 230px;
	position: relative;
	background-repeat: repeat-x;
	background-position: center center;
	border-bottom: 8px solid rgba(144,89,0,1.00);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.70);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.70);
	overflow-x: visible;
	overflow-y: visible;
}
.logo {
	position: absolute;
	z-index: 100;
	display: inline-table;
	width: 230px;
}
.logo img {
	position: absolute;
	top: 5px;
	width: 100%;
	left: 2px;
}
.barMainBtn {
	width: 100%;
	height: 100%;
}
.logIn {
	position: absolute;
	top: 15px;
	z-index: 2000;
	margin: auto;
	right: 20px;
	color: #A06C00;
	display: inline-table;
}
/*****************************[ LOGIN ]****************************/
.logIn li {
	display: inline-table;
	margin-left: -4px;
	border-left: 1px solid #FFFFFF;
}
.logIn li:first-child {
	border: none;	
}
.logIn li:last-child {
	border: none;	
}
.logIn li a {
	color: rgba(0,0,0,1.00);
	display: block;
	float: left;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}
.logIn li a:hover {
	color: #FFFFFF;
	background-color: #8C8C8C;
	text-decoration: none;
}

/****************** Social ********************/
.social {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 10px;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 150px;
	height: 60%;
}
.social a {
	width: 17px;
	display: block;
	margin-right: 20px;
	position: relative;
	float: left;
	overflow-x: hidden;
	border-radius: 4px;
	overflow-y: hidden;
	height: 18px;
}
.social a img {
	width: 100%;
	position: absolute;
	top:0;
}
.social a:hover img{
	top: -20px;
}
/***************** Slide *********************/
.slide {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.slide img {
	width: 100%;
}
.slide .bxslider li {
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
}
/***************** Content *********************/
.mainTitle {
	background-color: rgba(255,255,255,1.00);
	width: 100%;
	height: 80px;
	position: relative;
	text-align: center;
}
.mainTitleFull {
	background-color: rgba(0,134,156,1.00);
	width: 100%;
	height: 135px;
	position: relative;
}
.band {
	height: 100px;
	right: 20px;
	position: absolute;
	background-image: url(../images/bands.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 10px;
	top: 0px;
	width: auto;
	background-position: right bottom;
	padding-right: 120px;
}
.content {
	margin-bottom: 150px;
	padding-bottom: 40px;

}
.band img {
	display: block;
}
/***************** Main Button *********************/
.menuTg {
	display: block;
	background-image: url(../images/menuArrowDwn.png);
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	right: 10px;
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
	background-size: contain;
}
.mainBtn {
	position: absolute;
	z-index: 500;
	bottom: 0;
	width: 500px;
	left: 240px;
}
.mainBtn ul li {
	display: inline-block;
	width: 25%;
	margin-left: -4px;
	vertical-align: bottom;
	
}
.mainBtn ul li a {
	display: block;
	text-align: center;
	color: #FFFFFF;
	background-color: #595959;
	padding-top: 12px;
	padding-bottom: 15px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-left: 2%;
	margin-right: 2%;
	transition-timing-function: ease-out;
	transition: .3s;
}
.mainBtn ul li a:hover {
	text-decoration: none;
	background-color: #000000;
	padding-bottom: 20px;
	transition-timing-function:ease-in;
	transition:.3s;
}
/****************** Back Top ***********************/
#back-top {
	position: fixed;
	bottom: 10px;
	z-index: 1000;
	left: 10px;
}
#back-top a {
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	color: rgba(255,255,255,1.00) !important;
	font-size: xx-large;
}
#back-top a:hover {
	color: #000000;
}
/* arrow icon (span tag) */
#back-top span {
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	background-color: #00ABEC;
	background-image: url(../images/upArrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 100%;
	background-size: 50% 50%;
	color: rgba(255,255,255,1.00);
	width: 40px;
	height: 35px;
	text-align: center;
	vertical-align: middle;
	display: block;
}
/***************** Footer *********************/

.footer {
    width: 100%;
    bottom: 0;
    left: 0;
    color: rgba(255,255,255,1.00) !important;
    font-size: 0.9em;
    background-color: #C0C0C0;
    height: 150px;
}
.footer_nav {
	width: 100%;
	position: relative;
}
.footer .nav a   {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 5px;
	float: left;
}
.footer .nav {
	margin-top: 15px;
	width: 350px;
	float: left;
	color: rgba(255,255,255,1.00);
}
.copy {
	color: #4D4D4D;
	font-size: small;
	text-align: right;
	position: absolute;
	top: -35px;
	right: 0;
}
.partner {
	float: left;
	padding-top: 15px;
	text-align: left;
	color: #8E8E8E;
	font-size: small;
	width: auto;
	position: relative;
}
.partner img {
	display: block;
	float: left;
	width: 35%;
	padding-right: 2%;
}
.partner > a span{
	float: right;
	color: #C8C8C8;
	width: 65%;
	position: absolute;
	bottom: 5px;
}
.copy a {
	text-decoration: none;
	color: #7A7A7A;
}
.copy a:hover {
	text-decoration: underline;
	color: #000000;
}
.footer a {
	color: #4D4D4D;
	text-decoration: underline;
}
.footer a:hover {
	transition: .5s;
	text-decoration: underline;
}
.footer h1 {
	color: rgba(175,231,255,1.00);
	text-transform: uppercase;
	font-size: 1.5em;
	letter-spacing: 0em;
}
.footer ul {
	color: rgba(255,255,255,1.00);
}
.footer ul li {
	color: rgba(255,255,255,1.00);
	display: inline-block;
}
.ulFooter li {
	margin-bottom: 5px;
	margin-top: 5px;
	display: block;
	margin-left: 20px;
}
.footerUl li a {
	display: block;
	margin: 10px;
	color: #000000;
}
.footerImg {
	position: absolute;
	right: 40px;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 100px;
	width: 200px;
}
.footerImg img {
	position: absolute;
	margin: auto;
	width: 175px;
	top: -25px;
}
/**************************** Search *********************************/
.search {
	background-color: rgba(255,255,255,1.00);
	width: 100%;
	max-width: 350px;
	min-width: 200px;
	padding-top: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	border: 1px solid #9E9E9E;
	position: relative;
}
.searchFull {
	width: 300px;
	position: absolute;
	top: 10px;
	left: 270px;
	right: 0;
	border-radius: 25px;
	border: 3px solid rgba(0,180,255,1.00);
	height: 30px;
	padding-left: 10px;
	z-index: 500;
}
.btnSearch {
	border: none;
	width: 15%;
	cursor: pointer;
	z-index: 50;
	position: absolute;
	top: 0;
	right: 0;
	bottom:0;
	background-color: transparent;
	margin: auto;
	display: block;
}
.lblSearch {
	border: none;
	color: rgba(94,94,94,1.00);
	font-size: small;
	margin-top: 3px;
	width: 100%;
	background-color: transparent;
	background-image: url(../images/magnifier.png);
	background-size: contain;
	background-repeat: no-repeat;







	background-position: 15
.#QNANpx center;
	background-position: 98% center;
}
.searchIns {
	position: relative;
	margin-left: 5px;
	margin-top: 3px;
	margin-bottom: 5px;
	border: 1px solid #828282;
}
.magBtn {
	position: absolute;
	width: 30px;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/magnifier.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	margin: auto;
}
#frmSearch {
	padding: 0;
	margin: 0;
}
/************************ Specials DropBox Fomrs ******************************/
.searchFilterFull {
	padding: 8px;
	width: 100%;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	z-index: 500;
	margin-top: -10px;
}
.searchFilter {
	padding: 8px;
	background-color: rgba(255,255,255,1.00);
	position: absolute;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.27);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.27);
	top: -50px;
	left: 0;
	right: 0;
	border-radius: 12px;
	z-index: 500;
}
.selectContainerStyled {
	position: relative;
	display: inline-block;
	box-shadow: 0px 0px,inset 0 1px 0 #fff;
	color: 0 1px 3px rgba(0,0,0,.13), inset 0 1px 0 #fff;
	background-repeat: no-repeat;
	margin-top: 5px;
	width: 100%;
	background-color: rgba(255,255,255,1.00);
	-webkit-box-shadow: 0px 0px,inset 0 1px 0 #fff;
}
.selectContainerStyled select {
	float: left;
	position: relative;
	z-index: 2;
	height: 32px;
	display: block;
	line-height: 14px;
	padding-top: 5px;
	padding-right: 25px;
	padding-left: 10px;
	padding-bottom: 4px;
	margin: 0;
	-moz-appearance: window;
	-moz-padding-end: 19px;
	background: transparent;
	background-color: transparent;
	border: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: medium;
	width: 100%;
}
/* Specific form */
#q_cat, #q_part, #q_type, #q_dealer, #q_brand {
	text-indent: 1px;
	text-overflow: '';
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
#q_cat::-ms-expand, #q_part::-ms-expand, #q_type::-ms-expand, #q_dealer::-ms-expand, #q_brand::-ms-expand  {
    display: none;
}

.arrow {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 13%;
	height: 90%;
	margin-top: auto;
	margin-bottom: auto;
	background-position: center center;
	background-size: auto 50%;
	background-repeat: no-repeat;
	padding: 8px;
	background-image: url(../images/dwnMenu.png);
	border-right: 1px solid rgba(133,199,67,1.00);
}
.btnSearchOpc {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: none;
	background-color: rgba(0,180,255,1.00);
	color: rgba(255,255,255,1.00);
	font-size: x-large;
	border-radius: 8px;
	width: 100%;
	display: inline-table;
	cursor: pointer;
}
.btnSearchOpc:hover {
	background-color: rgba(220,220,220,1.00);
}
.enclosureBtnSearch {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 95%;
	height: 42px;
}


/************************ Fomrs ******************************/
.lbl_frmReg {
	padding: 8px;
	margin-top: 5px;
	margin-bottom: 15px;
	border: 1px solid rgba(208,208,208,1.00);
	color: #777777;
	overflow-x: hidden;
	overflow-y: hidden;
}
.lbl_frmRegError {
	padding: 8px;
	margin-top: 5px;
	margin-bottom: 15px;
	border: 1px solid rgba(255,0,4,1.00);
	color: #777777;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: #FFEFEF;
}
.lbl_frm {
	padding: 8px;
	margin-top: 5px;
	margin-bottom: 15px;
	width: 90%;
	border: 1px solid rgba(208,208,208,1.00);
	color: #777777;
	overflow-x: hidden;
	overflow-y: hidden;
}
.lbl_error {
	padding: 8px;
	margin-top: 5px;
	margin-bottom: 15px;
	width: 90%;
	border: 1px solid rgba(255,0,4,1.00);
	color: #777777;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: #FFEFEF;
}


.btn_orange {
	color: #FFF;
	background-color: #E29600;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	clear: both;
	border: 1px solid rgba(226,150,2,1.00);
	display: inline-block;
}
.btn_orange:hover {
	background-color: rgba(255,255,255,1.00);
	color: rgba(226,150,2,1.00);
}
::-webkit-input-placeholder {
  color: #5F5F5F;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #5F5F5F;
}
:-ms-input-placeholder {
  color: #5F5F5F;
}
:-moz-placeholder { /* Firefox 18- */
  color: #5F5F5F;
}
/****************************************Navigation *****************************************/

.div_btn_nav {
	padding: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.nav_btn_right ul li a {
	background-color: #8C9B98;
	float: left;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-weight: 500;
	color: #FFF;
	clear: right;
}
.nav_btn_right ul li a:hover {
	background-color: #555555;
}
.nav_btn_right ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.nav_btn_right {
	float: right;
	margin-right: 20px;
	margin-top: 1px;
	padding: 0px;
}
.nav_btn_text {
	float: left;
	margin-top: 1px;
	margin-left: 20px;
}
/************************************************************ Show Items **************************************************************/
.show_cat_ul li {
	display: list-item;
	float: left;
	height: 290px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	position: relative;
	width: 31%;
	overflow-y: hidden;
	overflow-x: hidden;
	border: 1px solid rgba(170,170,170,1.00);
	margin: 1%;
}
.show_cat .show_h1 {
	color: rgba(142,70,0,1.00);
	display: block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: left;
	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:hover {




}
.show_cat .show_desc {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(../images/iconCart.png), -webkit-linear-gradient(270deg,rgba(157,95,2,1.00) 0%,rgba(76,43,7,1.00) 100%);
	background-image: url(../images/iconCart.png), -moz-linear-gradient(270deg,rgba(157,95,2,1.00) 0%,rgba(76,43,7,1.00) 100%);
	background-image: url(../images/iconCart.png), -o-linear-gradient(270deg,rgba(157,95,2,1.00) 0%,rgba(76,43,7,1.00) 100%);
	background-image: url(../images/iconCart.png), linear-gradient(180deg,rgba(157,95,2,1.00) 0%,rgba(76,43,7,1.00) 100%);
	color: rgba(255,255,255,1.00);
	font-size: medium;
	height: 35px;
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: contain;
}
.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: o;
	bottom: 0;
	right: 0;
	margin: auto;
	left: 0;
	height: 100%;
}
.show_cat .show_button {
	position: absolute;
	left: 0;
	bottom: 0;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	right: 0;
	height: 36%;
	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 .image {
	background-color: rgba(255,255,255,1.00);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	overflow-y: hidden;
	overflow-x: hidden;
	width: 100%;
	height: 60%;
	border-bottom: 1px solid rgba(170,170,170,1.00);
	z-index: 10;
}
/**********************Account Btns ************************/
.menu_btns {
	background-color: #F6AE3D;

	color: #FFF 
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.menu_btns ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu_btns ul li {
	display: inline;
}
.menu_btns ul a {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	float: left;
	color: #000000 !important;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	width: 150px;
	font-style: normal;
}
.menu_btns ul a:hover {
	background-color: #464646;
	color: rgba(255,255,255,1.00) !important;
}

/***************** Other *********************/

.enclosureFull {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-left: 1%;
	padding-right: 1%;
	width: 98%;
	height: 100%;
}
.enclosure {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-width: 300px;
	height: 100%;
	width: 95%;
	max-width: 1240px;
}
.h1_title {
	font-family: questrial;
	font-style: normal;
	font-weight: 400;
	color: rgba(61,61,61,1.00);
	font-size: large;
	text-transform: uppercase;
	letter-spacing: -2px;
	top: 25px;
	position: absolute;
	left: 25%;
	right: 25%;
	line-height: 1.2em;
}
.warning a {
	color: #FFFD00 !important;
}
.title {
	color: rgba(0,142,195,1.00);
	display: block;
	margin-bottom: 2px;
	font-weight: bold;
	margin-top: 3px;
}
a  {
	text-decoration: none;
	color: rgba(235,0,139,1.00);
}
a:hover  {
	color: rgba(165,24,96,1.00);
	text-decoration: underline;
}
.spaceSm {
	clear: both;
	height: 10px;
}
.space {
	clear: both;
	height: 25px;
}
.spaceLrg {
	clear: both;
	height: 75px;
}
.spaceLine {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	border-bottom: 1px dotted rgba(97,97,97,1.00);
}
.warning {
	color: #FFFFFF;
	padding: 12px;
	margin-top: 5px;
	margin-bottom: 15px;
	display: block;
	background-image: url(../images/warningBack.jpg);
}
.upDated {
	color: #FFFFFF;
	padding: 12px;
	margin-top: 5px;
	margin-bottom: 15px;
	display: block;
	background-color: rgba(3,198,255,1.00);
	text-align: center;
}
.showDateSel {
	display: block;
	margin-top: 10px;
	padding: 15px;
	margin-bottom: 10px;
	border-top: 2px solid #00ACED;
	border-bottom: 2px solid #00ACED;
	text-align: center;
	color: #0072D0;
	
}
.boxTitle {
	font-family: galdeano;
	font-style: normal;
	font-weight: 400;
	background-color: rgba(241,142,40,1.00);
	color: rgba(255,255,255,1.00);
	padding: 25px;
	display: block;
	font-size: x-large;
}
.bannerTitle {
	display: block;
	width: 100%;
	margin-bottom: 25px;
	position: relative;
	overflow-y: hidden;
	min-height: 120px;
	height: auto;
}
.bannerTxt {
	font-family: galdeano;
	font-style: normal;
	font-weight: 400;
	position: absolute;
	top: 25px;
	left: 25px;
	width: 50%;
	display: block;
	max-width: 250px;
	padding: 2%;
	background-color: rgba(255,255,255,0.71);
	text-transform: uppercase;
	color: rgba(61,61,61,1.00);
	font-size: large;
}
.enclosureImg {
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-bottom: 25px;
	min-height: 250px;
	height: 100%;
	max-height: 300px;
}
.lbl {
	border: 1px solid #B0B0B0;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	padding: 2%;
	margin-bottom: 5px;
}

.lblError {
	border: 1px solid #B0B0B0;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	padding: 2%;
	margin-bottom: 5px;
}

/*PlaceHolder*/
::-webkit-input-placeholder { color:#C2C2C2; }
::-moz-placeholder { color:#C2C2C2; } /* firefox 19+ */
:-ms-input-placeholder { color:#C2C2C2; } /* ie */
input:-moz-placeholder { color:#C2C2C2; }

.btn {
	background-color: #00B4FF;
	border: 1px solid transparent;
	padding: 10px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	display: block;
}
.btn:hover {
	background-color: #FFFFFF;
	color: #00B4FF;
	border-color: #00B4FF;
	
}
.btnRed {
	border: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	color: #FF0004;
	border-radius: 4px;
	cursor: pointer;
	font-weight: bold;
	background-color: transparent;
	display: inline;
}
.btnRed:hover {
	color: #494949;
}
.slideOff {
	background-color: #85C641;
	height: 25px;
}
h1 {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	color: rgba(61,61,61,1.00);
	font-size: xx-large;
	text-transform: uppercase;
	letter-spacing: -2px;
	line-height: 1.2em;
	display: block;
	margin-top: 25px;
	margin-bottom: 10px;
}
.imgRound {
	border-radius: 4px;
	border: 5px solid #FCFCFC;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.69);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.69);
	width: 85%;
}
h2 {
	color: rgba(85,85,85,1.00);
	margin-bottom: 15px;
	font-size: large;
}
.img_Abs {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	width: 100%;
}
/*
.enclosureImg .aSelec {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: rgba(133,198,65,0.61);
	height: 40px;
	transition: .5s;
}
.enclosureImg:hover .aSelec{
	height: 100%;
	transition: .5s;
	background-color: rgba(0,180,255,0.76);
}
.enclosureImg .aIcon {
	position: absolute;
	width: 20%;
	left: 15px;
	top: -5px;
	transition: .5s;
}
.enclosureImg:hover .aIcon {
	position: absolute;
	width: 20%;
	left: 15px;
	bottom: 0;
	top: 0;
	margin-top: auto;
	margin-bottom: auto;
	transition: .5s;
}
.enclosureImg .aIcon img {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	border-radius: 100%;
	z-index: 25;
}
.enclosureImg .aCat {
	color: rgba(255,255,255,1.00);
	font-size: large;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30%;
	display: inline-table;
	margin-top: auto;
	margin-bottom: auto;
}
.enclosureBox {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 35px;
	margin: 1%;
	text-shadow: 0px 0px;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.33);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.33);
	position: relative;
	height: auto;
	font-size: 90%;
	line-height: 110%;
	overflow-x: hidden;
	border-radius: 8px;
	overflow-y: hidden;
	background-color: rgba(255,255,255,1.00);
}
.enclosureMsgBox {
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	text-shadow: 0px 0px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	position: relative;
	height: auto;
	font-size: 90%;
	line-height: 125%;
	overflow-x: hidden;
	border-radius: 8px;
	overflow-y: hidden;
	background-color: rgba(243,243,243,1.00);
	margin-bottom: 10px;
}
.enclosureBox .drImg {
	width: 33%;
	float: left;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	min-height: 120px;
	height: 100%;
}
.enclosureBox .drImg img {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
}
.enclosureBox .drDes {
	clear: both;
	border-top: 1px dotted rgba(152,152,152,1.00);
	margin-top: 5px;
	padding-top: 5px;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	max-height: 65px;
	min-height: 45px;
	height: 100%;
}
.enclosureBox .drInfo {
	float: left;
	margin-left: 2%;
	height: 120px;
	width: 60%;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
}
.drInfo .txt {
}
*/

.txtAddress {
	position: absolute;
	right: 5px;
	bottom: 5px;
	text-align: right;
}
.userFirm {
	text-align: right;
	display: block;
	width: 100%;
	padding-top: 5px;
	border-top: 1px dotted rgba(177,177,177,1.00);
}
.drDes .txt {
}
.enclosureBox .seeMore {
	background-color: rgba(27,175,255,1.00);
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	color: rgba(255,255,255,1.00) !important;
	width: 100%;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.enclosureBox .seeMore a {
	color: rgba(255,255,255,1.00) !important;
}
.enclosureBox .seeMore:hover {
	background-color: rgba(133,198,65,1.00);
	
}
.ulDropBox li a {
	display: block;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid rgba(133,198,65,0.17);
}
.ulDropBox li a:hover {
	background-color: rgba(133,198,65,0.17);
	color: rgba(139,199,19,1.00);
}
#map_canvas {
	z-index: -1;
	width: 100%;
	height: 300px;
}
.overMap {
	position: relative;
	
}
.overMap .bannerMap {
	position: absolute;
	right: 15px;
	width: 25%;
	z-index: 100;
	margin-top: auto;
	margin-bottom: auto;
	top: 10px;
	bottom: 10px;
	background-color: rgba(255,255,255,1.00);
	border: 1px solid rgba(131,131,131,1.00);
	height: 150px;
	display: inline-table;
	overflow-x: hidden;
	overflow-y: hidden;
}
.overMap .bannerMap img {
	width: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.addressShow {
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px dotted rgba(104,104,104,1.00);
	z-index: 150;
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;
}
.logoShow {
	background-color: rgba(255,255,255,1.00);
	padding: 5px;
	width: 150px;
	position: absolute;
	left: 35px;
	z-index: 175;
	overflow-x: hidden;
	overflow-y: hidden;
	top: 75%;
}
h3 {
	color: #0089C8;
	text-transform: uppercase;
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 8px;

}
.ulSep li {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(187,187,187,1.00);
}
.logInAccount {
	text-align: center;
	color: rgba(139,199,19,1.00);
}
.delBox {
	position: absolute;
	top: 10px;
	right: 10px;
}
.barWhite {
	width: 100%;
	background-color: rgba(255,255,255,1.00);
	height: 58px;
}
#divComments {
	max-height: 500px;
	overflow-y: auto;
	min-height: 75px;
}
.yellow {
	color: rgba(254,172,28,1.00);
}
.h1 {
	text-align: center;
	color: #000000;
	font-size: medium;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #848484;
	position: relative;
	text-align: left;
	cursor: pointer;
	padding: 8px 12px;
}
.h1:hover {
	background-color: rgba(205,205,205,1.00);	
}

.Ultabs li {
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.13);
}
.Ultabs li:last-child {
	border-bottom: none;
}
.Ultabs li a {
	display: block;
	color: rgba(115,115,115,1.00);
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
.Ultabs li a:hover {
	text-decoration: none;
	background-color: #515151;
	color: #FFFFFF;
}
.Ultabs li:last-child a:hover {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	
}
.Ultabs li:first-child a:hover {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	
}
.bad_msg {
	float: left;
	clear: both;
	font-size: small;
	color: #F00;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 25px;
	padding-bottom: 0;
	margin-left: 15px;
	background-image: url(../ajax/icon_del.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.good_msg {
	float: left;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 15px;
}
#cap_next {
	position: absolute;
	right: 10px;
	cursor: pointer;
	top: 10px;

}
.alt_box img {
	position: absolute;
	top: -13px;
	left: 25px;
}
#cap_next .alt_box {
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	background-color: rgba(255,255,255,1.00);
	border-radius: 12px;
	border: 1px solid rgba(255,142,40,1.00);
	position: absolute;
	top: 40px;
	left: -10px;
	-webkit-box-shadow: 5px 5px 8px rgba(0,0,0,0.40);
	box-shadow: 5px 5px 8px rgba(0,0,0,0.40);
	display: none;
}
#cap_next:hover .alt_box {
	display: block;
}
.box_gray {
	padding-top: 2%;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 2%;
	border: 1px solid rgba(136,136,136,1.00);
	width: 96%;
	position: relative;
	margin-top: 12px;
	margin-bottom: 12px;
	float: left;
}
#cap_box {
	width: 200px;
	margin: 10px;
	padding: 5px;
	height: 53px;
}
.topBar {
	height: 30px;
	width: 100%;
	position: relative;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.49);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.49);
}
.logo > span {
	position: absolute;
	bottom: 5px;
	right: -46px;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	text-align: center;
	font-size: large;
	color: rgba(0,0,0,1.00);
	width: 100%;
}
.btnPublish {
	text-align: center;
	position: absolute;
	right: 5%;
	top: 60px;
}
.btnRound {
	padding-top: 12px;
	padding-right: 18px;
	padding-left: 18px;
	padding-bottom: 12px;
	color: rgba(255,255,255,1.00);
	text-align: center;
	font-size: x-large;
	-webkit-box-shadow: 5px 5px 7px;
	box-shadow: 5px 5px 7px;
	text-shadow: 0px 0px;
	border-radius: 10px;
	background-color: #E50003;
	font-family: FuturaNDDisplay;
	font-weight: normal;
	font-style: normal;
}
.btnRound:hover {
	text-decoration: none;
	color: #FFFFFF;
}


/*@media screen and (max-width:480px){
/*****************************HEader ****************************/
/*.header {
	height: 250px;
}
.logo {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0;
	right: 0;
	min-height: 100px;
}	
.logo img {
	position: absolute;
	top: 12px;
	width: 90%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	min-width: 250px;
	left:0;
	right:0;
}
/***************** Main Button *********************/
/*.btnSelect {
	width: 100%;
}
.btnSelect ul a {
	width: 50%;
	border-left-style: none;
	border-right-style: none;
	font-size: x-large;	
}
.mainBtn {
	display: none;	
}
.mainBtn .mainIn, .mainBtn .mainCl {
	position: static;
	width: 100%;	
}
/***************** Intercambio/Clasificado ***************/
/*.mainBtn .mainIn li, .mainBtn .mainCl li {
	display: block;
	width: 100%;
	float: none;
	height: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	border-right-style: none;
	border-left-style: none;
}
.mainBtn .mainIn li a, .mainBtn .mainCl li a {
	position: static;
}
/**************************** Slide ****************************/
/*.slide {
	display: none;
}
.btnPublish {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	top: 160px;
	left: 0;
	right: 0;
}
.btnRound {
	font-size: large;
	padding-top: 8px;
	padding-bottom: 8px;
	
}
/********************************** Others ***********************************/
/*.enclosure {
	margin: 0;
	position: relative;
	height: 100%;
	padding: 0;
	width: 100%;
}
}*/
.footerBack {
	position: absolute;
	bottom: 80px;
	width: 100%;
	background-image: url(../images/backcity.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #FFFFFF;
	min-height: 100%;
}
.footerCopy {
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 5px;
	border-top: 1px solid #BCBCBC;
}
.footerClick {
	background-image: url(../images/footerPeople.png);
	width: 500px;
	background-size: contain;
	margin-right: auto;
	margin-left: auto;
	height: 170px;
	background-repeat: no-repeat;
	position: absolute;
	top: -150px;
	left: 0;
	right: 0;
}
.imgLines {
	margin: 0;
	padding: 0;
	border: thin solid #0C0C0C;
}
.chat {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 120px;
}
.catsText {
	text-align: center;
	font-family: FuturaNDDisplay;
	font-size: large;
	color: #050505;
}
.td_sep {
	padding: 5px;
	font-size: small;
	border-bottom: 1px solid #C4C4C4;

}
.td_title {
	color: #007EAE;
	padding: 5px;
	font-size: medium;
	background-color: #DFDFDF;
	border-bottom: 1px solid #4E4E4E;
	border-top: 1px solid #4E4E4E;

}
.lblMsg {
	font-size: small;
}
.Ultabs {
	margin-bottom: 25px;
	border-radius: 4px;
	background-color: #E0E0E0;
}
.currentDate {
	color: #007ECE;
	text-align: right;
	margin-top: 12px;
	margin-bottom: 12px;
}

/*****************************************[ Nav Pager ]*****************************************/
.div_btn_nav {
	background-color: rgba(222,222,222,1.00);
	margin-bottom: 10px;
	font-size: small;
	padding: 1%;
	display: block;
	height: 20px;
	border-radius: 12px;
	position: relative;
}
.nav_btn_text {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	vertical-align: middle;
	display: inline-table;
	width: auto;
}
.nav_btn_right {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	vertical-align: middle;
	display: inline-table;
	width: auto;
}
.nav_btn_right a {
	padding: 5px;
	color: rgba(136,136,136,1.00);
	text-align: center;
	width: 25px;
	margin: 0;
	display: inline;
}
.nav_btn_right a:hover {
	background-color: rgba(0,0,0,1.00);
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
.currentNav {
	background-color: rgba(60,92,158,1.00);
	text-decoration: none;
	color: #FFFFFF;
}
.aPager img {
	height: 15px;
}
.ulPager {

}
.ulPager li {
	display: inline-block;
	margin-left: -4px;
	margin-right: 8px;

}
.ulPager li a {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;



}
.ulPager li a:hover {

}



/*****************************************[ END Nav Pager ]*****************************************/



.notes {
	color: #0071A9;
	font-size: small;
}
.getData {
	margin-left: 15px;
	margin-bottom: 10px;
}


/*****************************************[ SHOW AUTOCOMPLETE ]*****************************************/
.showData {
	border-bottom: 1px dotted #C1C1C1;
	display: block;
	padding: 5px;
	overflow-y: auto;
}
.showData:hover {
	background-color: #DDDDDD;
	color: #FFF !important;
	cursor: pointer;
}
.showDataBox {
	padding: 2px;
	max-height: 300px;
	overflow-y: auto;
	border-top: 1px dotted #C0C0C0;
	margin-top: 5px;
	display: none;
}

/*****************************************[ END SHOW AUTOCOMPLETE ]*****************************************/



/*****************************************[ HOR BTNS ]*****************************************/
.UlHorBtns {
	background-color: #D20479;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.UlHorBtns li a {
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
	display: block;
	border: 1px solid transparent;
}
.UlHorBtns li a:hover {
	color: #D20479;
	background-color: #FFFFFF;
	text-decoration: none;
	border-color: #D20479;

}

.UlHorBtns li {
	display: inline-block;
}
.ulSep {
	list-style-position: outside;
	list-style-type: disc;
}
.btnRedMin {
	display: inline-block;
	background-color: #FF0004;
	color: #FFFFFF;
	font-size: small;
	margin: 5px;
	border: 1px solid transparent;
}
.btnGreenMin {
	display: inline-block;
	background-color: #00BB0F;
	color: #FFFFFF;
	font-size: small;
	margin: 5px;
	border: 1px solid transparent;
}

.floatbtnright {
	position: absolute;
	right: 0;
	bottom: 0;
}
.frmEditPrice {
	display: none;
}
.tdEnclosure {
	border-top: 1px solid #0015FF;
	border-bottom: 1px solid #0015FF;
}
.frameShow {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 500px;
	overflow-x: hidden;
	overflow-y: auto;
}
.jobsBtns {
	padding: 4%;
	background-color: #00ACED;
	margin: 2%;
	width: 88%;
}
.div_img {
	position: relative;
}
.img_show img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: -1px;
	margin: auto;
	width: 100%;
}
.img_del {
	position: absolute;
	z-index: 3;
	top: 5px;
	left: 5px;
}


#loader {
	position: fixed;
	top: 30%;
	left: 50%;
	margin-top: -40px;
	margin-left: -190px;
	width: 350px;
	padding: 15px;
	z-index: 2500;
	-webkit-box-shadow: 0px 0px 15px #7A7A7A;
	box-shadow: 0px 0px 15px #7A7A7A;
	background-color: #FFFBFB;
	border-radius: 24px;
	text-align: center;
	border-left: 3px solid #03AEF1;
	border-right: 3px solid #03AEF1;
	border-bottom: 8px solid #03AEF1;
	border-top: 8px solid #03AEF1;
	height: 80px;
	display: none;
}
.float {
	position: relative;
	cursor: pointer;
	background-image: url(../images/cloudMsg.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px auto;
	padding-left: 20px;
}
.floatCloud {
	background-color: rgba(255,255,255,1.00);
	border-radius: 8px;
	padding: 10px;
	border: 2px solid rgba(96,96,96,1.00);
	position: absolute;
	left: 15px;
	bottom: 25px;
	min-width: 220px;
	display: none;
}
.floatCloud img {
	position: absolute;
	left: 25px;
	bottom: -12px;
}








/*****************************************[ END HOR BTNS ]*****************************************/

.absoluteLeft {
	position: absolute;
	left: 2px;
	top: 0;
	bottom:0;
}
.absoluteRight {
	position: absolute;
	right: 2px;
	top: 0;
	bottom: 0;
	height: 100%;
}
.absoluteLeftTop {
	position: absolute;
	left: 2px;
	top: 2px;
}
.absoluteRightTop {
	position: absolute;
	right: 2px;
	top: 2px;
}
.absoluteLeftBott {
	position: absolute;
	left: 2px;
	bottom: 2px;
}
.absoluteRightBott {
	position: absolute;
	right: 2px;
	bottom: 2px;
}

.ulBtns {
	margin: 10px 0;
	border-top: 1px solid rgba(152,152,152,1.00);
	padding: 5px;
	border-bottom: 1px solid rgba(152,152,152,1.00);
	
	text-align: center;
}
.ulBtns li {
	display: inline-block;
	margin-left: -4px;
}
.ulBtns li a {
	border-radius: 3px;
	padding: 5px 8px;
	margin: 0 1px;
	text-align: center;
	display: block;
	border: 1px solid transparent;
	transition: .05s;
	transition-timing-function: ease-out;
	font-size: small;
}
.ulBtns li a:hover {
	border-color: rgba(34,173,247,1.00);
	transition: .05s;
	transition-timing-function: ease-in;
	text-decoration: none;
}











@media screen and (max-width:769px){
/***************** Header *********************/
.header, .headerFull {
	height: 134px;
	overflow-x: visible;
	overflow-y: visible;
}


.topbar {
	height: 150px;

}
.logo {
	position: absolute;
	left: 1%;
	bottom: auto;
	width: 200px;
	top: -2px;
}
.logIn {
	right: 5%;
}
.barMainBtn {
	display: block;
	background-color: rgba(0,180,255,1.00);
	height: 75px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.barWhite {
	height: 100px;
}
.headSideRight, .headSideRightFull {
	height: 210px;	
}
.shdwUp {
}
.shdwDw {
	display: none;
}
/*************** Menu *******************/
.menuTg {
	
}

/***************** Content ***********************/
.content {
	margin-left: 1%;
	margin-right: 1%;
	padding-top: 0px;
}

.band img {
	display: none;
}
/***************** Main Button *********************/
.mainBtn {
	width: 75%;
	border-radius: 0;
	left: auto;
	right: 0;
}
/****************** Social ********************/
.social {
	display:none;
}
/***************** COntent *********************/
.mainTitle {
	
}
/***************** Slide *********************/
.slide {
	display: none;
}
.slideOff {
	display: none;
}
.slide img {
	min-width: 855px;
}
.slide .bxslider li {
	height: 200px;
}
/**************************** Search *********************************/
.search {
	width: 250px;
}
.searchFull {
	right: 5px;
	position: absolute;
	left: auto;
	width: 250px;
	top: 15px;
	bottom: auto;
}
.searchFilter {
	padding: 8px;
	background-color: rgba(255,255,255,1.00);
	position: absolute;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.27);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.27);
	top: -20px;
	left: 0;
	right: 0;
	border-radius: 12px;
	z-index: 500;
}
/********************** Footer **********************/
.partner {
	display: none;
}
.copy {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;

}

/***************** Other *********************/
.band {
	height: 120px;
	right: 5px;
	position: absolute;
	background-image: url(../images/bands.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 2px;
	top: 0px;
	width: auto;
	background-position: right bottom;
}
.h1_title {
	font-family: questrial;
	font-style: normal;
	font-weight: 400;
	color: rgba(61,61,61,1.00);
	font-size: large;
	text-transform: uppercase;
	letter-spacing: -2px;
	top: 100px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	width: 90%;
}
.overMap .bannerMap {
	display: none;
}
.imgSized {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	right:0;
	left:0;
}
/***************** Footer *********************/

.footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	color: rgba(255,255,255,1.00) !important;
	font-size: 0.9em;
	background-color: #C0C0C0;
	height: 100px;
}
.footer ul {
	color: rgba(255,255,255,1.00);
	text-align: center;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

}





@media screen and (max-width:480px){

/***************** Header *********************/
.topbar {
	height: 200px;

}
.logo {
	width: 150px;
	top: 5px;
}
.phone {
	display:none;
}
/***************** Content ***********************/
.content {
	margin-top: 30px;
	padding-top: 2px;


}
.imgSized {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	
}
/***************** Main Button *********************/
.mainBtn {
	width: 100%;
}
/******************* Footer ***********************/
.footerImg {
	position: absolute;
	right:0;
	width: 150px;
}
/**************************** Search *********************************/
.search {
}
.searchFull {
	right: 0;
	position: absolute;
	left: 0;
	width: 90%;
	top: 212px;
	bottom: auto;
	margin-right: auto;
	margin-left: auto;
}
/*************************** Other **********************************/
.h1_title {
	top: 90px;
	font-size: medium;
}
.imgRound {
	border-radius: 4px;
	border: 5px solid #FCFCFC;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.69);
	margin-bottom: 5px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.69);
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
}
.logoShow {
	width: 120px;
	left: 35px;
	top: 95%;
}

}

.go_back {
	text-align: right;
	font-size: small;
	border-top: 1px dotted #0093FF;
	margin-bottom: 15px;
}
