@charset "utf-8";
/* CSS Document */

@import "jquery-confirm.css";

/*UPLOAD CSS___________________________________*/

.top-10{ margin-top:-10px;}
.font10{ font-size:10px;}
.dragandrophandler{
	position:absolute;
	top:0;
border:2px dotted #b9da37;
color:#4d4d4d; 

width:100%;
height:190px;
text-align:center;
padding:30px 10px 10 3px;
margin:0 auto;
cursor:pointer;
font-size: 30px;
line-height:30px; 
box-sizing: border-box;

}
.dragandrophandler:hover{
	border:2px dotted #FFF;
	color:#FFF;
	background-color:#b9da37;
}


.dragandrophandler input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

.dragandrophandler input[type=file]:active {
	background: rgba(104, 0, 30, 0.7);
	-webkit-appearance:push-button;
}

.divhover {
    background: rgba(0, 0, 0, 0.7);

}

.main-title {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #f9f1e9;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}


.divPopBlock{
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	background-color:#000;
	z-index:2000;
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}


/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
	background: #2f3238;
}

figure.effect-julia img {
	max-width: none;
	height: 400px;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia figcaption {
	text-align: left;
}

figure.effect-julia h2 {
	position: relative;
	padding: 0.5em 0;
}

figure.effect-julia p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: rgba(255,255,255,0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}

figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#infoMarca{
	display:none;
	position:fixed;
	/* width:800px;
	height:600px;
	*/
	top:50%;
	left: 50%;
	 transform: translate(-50%, -50%);
	
	z-index:2001;
	border:2px solid #333;
	background:#FFF;
	padding:5px;
	border-radius: 5px;
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	}
#infoMarcaload{
	position:absolute;
	left:50%;
	top:50%;
	width:100%;
	height:100%;
	transform: translate(-50%, -50%);
	z-index:1;
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}
#infoMarcaIf{
	position:absolute;
	width:98%;
	height:98%;
	z-index:2;
	}


/*MEDIA QUERY*/
@media only screen and (max-width : 640px) {
	.dragandrophandler{
	font-size: 30px;
	padding-top:10px;
	line-height:30px}
}

/*UPLOAD CSS_______________________________________*/


.barRed{
	width:100%;
	height:3px;
	background:url("../images/redBar.gif") no-repeat;
	 background-size: 100% 3px;
	}
.green{
	width:100%;
	height:3px;
	background-color:#0F6;
}
.red{
	width:100%;
	height:3px;
	background-color:#ef321f;
}


.borderit{
	border:1px solid #0F0;
	box-sizing: border-box;
}
.borderit2{
	border:1px solid #03C;
	box-sizing: border-box;
}
.borderit3{
	border:0px solid#333;
	box-sizing: border-box;
}
.borderit4{
	border:1px solid#E0E0E0;
	box-sizing: border-box;
}
.borderit5{
	border:1px solid#b9da37;
	box-sizing: border-box;
}

.borderitbt{
	border-bottom: 1px solid #FFF;
	box-sizing: border-box;
}

.bgW{background:#FFF;}
.bgIn1{background:#9F6;}
.bgIn2{background:#9F3;}
.bgIn3{background:#6F6;}
.bgG{background:#b9da37;}



.barStats{height:25px;}

.bold{ font-weight:bold;}

.borderR50{
-webkit-border-radius: 500px;
-moz-border-radius: 50px;
border-radius: 50px;
}


.ColorRed{ color:#F00;}
.ColorWhite{ color:#FFF;}
.ColorGreen{ color:#767676;}
.ColorBlue{ color:#36C;}
.ColorBlack{ color:#000;}
.ColorOrange{ color:#FC0;}
.ColorGrey{ color:#666;}
.ColorGrey3{ color:#ededed;}
.ColorYellow{ color:#FF3}

.cursor{ cursor:pointer;}


.Ccase {
    text-transform: capitalize;
}

.centerCenter {
  position: absolute;
  left: 50%;
  top: 50%;
  
  /*
  Nope =(
  margin-left: -25%;
  margin-top: -25%;
  */

  /* 
  Yep!
  */
  transform: translate(-50%, -50%);
  
  /*
  Not even necessary really. 
  e.g. Height could be left out!
  
  width: 40%;
  height: 50%;*/
}




.countdownC{
	width:625px;
	margin:auto auto;
	}

@media (max-width: 479px) {
	.countdownC{
	display:table-cell;
    left: 0%;
    margin-right: 0%;
	}
}

.cursor{ cursor:pointer;}

.displayN{ display:none;}
.displayB{ display:block;}
.displayTable{ display:inline-table;}
.displayTableCell{display:table-cell;}

.empresa{ color:#FFF; font-size:10px; padding-left:5px;}

.editImage{
	position:relative; 
	top:-33px; 
	left:137px; 
	width:auto; 
	height:auto; 
	z-index:11; 
	font-size:30px;
	padding:5px;
	background: #FFF;
	cursor:pointer;
	
}



#editMenu {
     width: 80%;
     padding-bottom: 2px;
     display:none;
    	background: #ffffff;
       behavior: url(PIE/PIE.htc); border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
        box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}


#headerMenu.floating {
	width:100%;
    position: fixed;
    top: 60px;
	z-index:10;
}



.filial{font-size:10px;}

.floarL{ float:left;}
.floarR{ float:right;}
.font20{font-size:20px;}


/* LI SELECT */
.LIselect {
	width: 550px;
	position:absolute;
	z-index:1;
	cursor:pointer;
}
@media (max-width: 479px) {
	.LIselect {
	width: 100%;
  }
  
  .iphonexsText{
    font-size: 15px;
  }
}


.LIselect ul li{
        float: left;
        width: 100%;
        text-align: left;
        line-height:44px;
    }
	
.LIselect ul>li>ul{
	max-height:250px;
	overflow:auto;
}
	
.LIselect ul li a{
        display: block;
        padding: 5px 10px;
        color: #333;
        background: #f2f2f2;
        text-decoration: none;
    }
.LIselect ul li a:hover{
        color: #fff;
        background: #939393;
    }
.LIselect  ul li ul{
        display: none;
    }
.LIselect ul li:hover ul{
        display: block; /* display the dropdown */
}
/* LI SELECT */

#lean_overlay {
    position: fixed;
    z-index: 15000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
    display: none;
}

#lean_overlayFirst {
    position: fixed;
    z-index: 15000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */

    display: block;
}



.loadingEfect{
	width: 56px;
    height: 56px;
	margin:auto;
    background: url("../images/633328.png") no-repeat transparent;
	animation: 1.5s sprite-animation steps(40) infinite;
    display: inline-block;
}


/*LOADING*/
.wrapper {
	padding-left: 1em;
	padding-right: 1em;
	margin: auto;
	display: block;
	width: 195px;
}

.cssload-loader {
	width: 49px;
	height: 49px;
	border-radius: 50%;
	margin: 3em;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.cssload-loader {
	width: 49px;
	height: 49px;
	border-radius: 50%;
	margin: 3em;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.cssload-loader,
.cssload-loader:before,
.cssload-loader:after {
	animation: 1.15s infinite ease-in-out;
		-o-animation: 1.15s infinite ease-in-out;
		-ms-animation: 1.15s infinite ease-in-out;
		-webkit-animation: 1.15s infinite ease-in-out;
		-moz-animation: 1.15s infinite ease-in-out;
}
.cssload-loader:before,
.cssload-loader:after {
	width: 100%; 
	height: 100%;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.cssload-loader:before,
.cssload-loader:after {
		content: "";
}

.cssload-loader:before,
.cssload-loader:after {
		content: "";
		background-color: rgb(51,51,51);
		transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		animation: cssload-animation 1.73s infinite ease-in-out;
		-o-animation: cssload-animation 1.73s infinite ease-in-out;
		-ms-animation: cssload-animation 1.73s infinite ease-in-out;
		-webkit-animation: cssload-animation 1.73s infinite ease-in-out;
		-moz-animation: cssload-animation 1.73s infinite ease-in-out;
}
.cssload-loader:after { animation-delay: 0.86s;
		-o-animation-delay: 0.86s;
		-ms-animation-delay: 0.86s;
		-webkit-animation-delay: 0.86s;
		-moz-animation-delay: 0.86s; }



@keyframes cssload-animation {
	0%	 { transform: translateX(-100%) scale(0); }
	50%	{ transform: translateX(0%)		scale(1); }
	100% { transform: translateX(100%)	scale(0); }
}

@-o-keyframes cssload-animation {
	0%	 { -o-transform: translateX(-100%) scale(0); }
	50%	{ -o-transform: translateX(0%)		scale(1); }
	100% { -o-transform: translateX(100%)	scale(0); }
}

@-ms-keyframes cssload-animation {
	0%	 { -ms-transform: translateX(-100%) scale(0); }
	50%	{ -ms-transform: translateX(0%)		scale(1); }
	100% { -ms-transform: translateX(100%)	scale(0); }
}

@-webkit-keyframes cssload-animation {
	0%	 { -webkit-transform: translateX(-100%) scale(0); }
	50%	{ -webkit-transform: translateX(0%)		scale(1); }
	100% { -webkit-transform: translateX(100%)	scale(0); }
}

@-moz-keyframes cssload-animation {
	0%	 { -moz-transform: translateX(-100%) scale(0); }
	50%	{ -moz-transform: translateX(0%)		scale(1); }
	100% { -moz-transform: translateX(100%)	scale(0); }
}



.mais{ display:none;}
.manutencao {
    position: fixed;
    z-index: 15000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #fff;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */

    display: block;
}
.fixed {  
    position: fixed;
	width:80%;
    top: 70px;
	margin-top:0;
	z-index:20;
	
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
/*==================     MenuPrograma     ======================*/
.menuPrograma {
  width: auto;
  height: 180px;
  font-size: 24px;
  font-weight:bold;
  /*behavior: url(PIE/PIE.htc);
 behavior: url(PIE/PIE.htc); border-radius: 3%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);*/
  position: fixed;
  left: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}


@media (max-width: 479px) {
	
	.iphoneIMG { width:200px;}
	
}



/*---------------------------------------

	login

-----------------------------------------*/

.bg-gradient-login{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+0,f7f7f7+100 */
background: #cccccc; /* Old browsers */
background: -moz-linear-gradient(top,  #cccccc 0%, #f7f7f7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cccccc 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cccccc 0%,#f7f7f7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cccccc 0%,#f7f7f7 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cccccc 0%,#f7f7f7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */

}

.forgot{ color:#121212;}
.forgot:hover{ color:#b9da37;}

.imgAnexo{
	display:inline-block; margin:3px;
}

.ImgHeader{
	width:140px;

}
@media (max-width: 800px) {
	.ImgHeader{
		width:80px;
		height:40px;
		
	}
}

#login {
     width: 80%;
     padding-bottom: 2px;
     display:none;
    	background: #ffffff;
       behavior: url(PIE/PIE.htc); border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
        box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

#login-header { background:#FFF; padding: 18px 18px 14px 18px; border-bottom: 1px solid #CCC; border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; height:70px; }

#login-header  h1 { color: #444; font-size: 1em; font-weight: 700; margin-bottom: 3px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); }
#login-header  h2 { color: #444; font-size: 2em; font-weight: 700; margin-bottom: 3px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); }
#login-header  p { color: #444; font-size: 1.3em; margin: 0; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); text-shadow: none; }




p.error { position: absolute; bottom: 48px; right: 20px; width: 262px; color: #FFF; font-size: 1.1em; padding-bottom: 5px; background: url(../img/error-arw.png) 20px bottom no-repeat; text-align: left; margin: 0; text-shadow: none; }
p.error span { display: inline-block; background: #D43636; padding: 6px;behavior: url(PIE/PIE.htc); border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;  }
.txt-fld input:focus, .txt-fld textarea:focus { background-color: #FAF9DC; }
        
.button {
	float: right;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	background: #3F9D4A; 
	border: none;
  width: auto;
  overflow: visible;
  font-size: 1.4em;
  color: #FFF;
  padding: 7px 10px; behavior: url(PIE/PIE.htc); border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; font-weight: bold; text-shadow: 0 1px 0 rgba(0,0,0,0.4);}
        
.modal_close { position: absolute; top: 12px; right: 12px; display: block; width: 14px; height: 14px; 
	background: url(../images/modal_close.png); z-index: 2; }

#messageError{ background:#ef321f;
width:80%; min-height:50px; height:auto; line-height:50px; color:#FFF; font-size: 2em; font-weight: 700; position:absolute; z-index:100000; text-align:center;}

.margin5{ margin:5px;}
.margin10{ margin:10px;}
.margin15{ margin:15px;}
.margin20{ margin:20px;}
.marginL5{ margin-left:5px;}
.marginL10{ margin-left:10px;}
.marginL20{ margin-left:20px;}
.marginL30{ margin-left:30px;}
.marginL40{ margin-left:40px;}
.marginAuto{ margin: auto auto;}
.marginT5{margin-top:5px;}
.marginT10{margin-top:10px;}
.marginT20{margin-top:20px;}
.marginT30{margin-top:30px;}
.marginR5{ margin-right:5px;}
.marginB5{ margin-bottom:5px;}
.marginB10{ margin-bottom:10px;}
.marginB20{ margin-bottom:20px;}
.marginB30{ margin-bottom:30px;}
.margin5{ margin:5px;}
.margin10{ margin:10px;}
.margin20{ margin:20px;}
.margin30{ margin:30px;}


#normas{ padding:10px; overflow:auto; text-align:justify; font-size:12px;}
.overflow{ overflow:auto;}	

.padL5{ padding-left:5px;}
.padL10{ padding-left:10px;}
.padL20{ padding-left:20px;}
.padL30{ padding-left:30px;}
.padL80{ padding-left:80px;}
.pad10{ padding:10px;}
.pad30{ padding:30px;}

.padT5{ padding-top:5px;}
.padT10{ padding-top:10px;}
.padT20{ padding-top:20px;}
.padT30{ padding-top:30px;}
.padT40{ padding-top:40px;}
	
.posAbs{ position:absolute;}
.posFix{ position:fixed;}
.posRel{ position:relative;}
.posBot0{bottom:0px;}
	
.posAbs{ position:absolute;}
.posFix{ position:fixed;}
.posRel{ position:relative;}
.posBot0{bottom:0px;}

.preco, .preco2{
	display:inline-block;
	margin:-10px 0 0 auto;
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight:bold;
  line-height: 40px;
   behavior: url(PIE/PIE.htc); border-radius: 50%;
	text-align:center;
}
.preco2{
	display:block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin:20px auto;
}

.diaLt{
	display:block;
	margin:10px 0 0 5px;
  	width: 40px;
  	height: 20px;
  font-size: 16px;
  font-weight:bold;
  line-height: 20px;
  color: #fff;
 behavior: url(PIE/PIE.htc); border-radius: 50%;
  text-align:center;	
}


#PerfilEdit { width: auto; float:left; margin-left:10px;}

#PerfilEdit .txt-fld { position: relative; width: 364px; padding: 14px 20px; border-bottom: 1px solid #EEE; text-align: right; }
#PerfilEdit .btn-fld { width: 254px; overflow: hidden; padding: 12px 20px 12px 130px; }

#PerfilEdit .txt-fld label { display: block; float: left; width: 90px; padding-top: 8px; color: #222; font-size: 1.3em; text-align: left;  }
#PerfilEdit .txt-fld input { width: 244px; padding: 8px;behavior: url(PIE/PIE.htc); border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; font-size: 1.2em; color: #222; background: #F7F7F7; outline: none; border-top: 1px solid #CCC; border-left: 1px solid #CCC; border-right: 1px solid #E7E6E6; border-bottom: 1px solid #E7E6E6; }
#PerfilEdit .txt-fld input.good_input { background: #DEF5E1 url(../images/good.png) 236px center no-repeat; }
#PerfilEdit .txt-fld input.error_input { background: #FDE0E0; }



.popUp{
	max-height:500px;
	overflow:auto;
}


#purchase {
     width: 80%;
     padding-bottom: 2px;
     display:none;
    	background: #FFF;
       behavior: url(PIE/PIE.htc); border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
        box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

.procurar input[type='text']{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 400 16px "Open Sans", sans-serif;
  line-height: 24px;
  padding: 8.5px 10px 8.5px;
  color: #818181;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  width: 100%;
 behavior: url(PIE/PIE.htc); border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  height: 41px;
  margin: 0;
}
@media (max-width: 767px) {
.procurar input[type='text']{
	width: 90%;
}
}

span.empty, span.error{
	display:none;
	
}


.sombra{
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.sombraTexto{text-shadow: 2px 2px rgba(0, 0, 0, 0.4);}
.sombraTexto1{text-shadow: 1px 1px #333;}

.textC{ text-align:center;}
.center{ text-align:center;}
.textL { text-align:left;}
.textR { text-align:right;}
.textJ{ text-align:justify;}


.text9 {
  font-size: 9px;
}

.text11 {
  font-size: 11px;
}
.text16 {
  font-size: 16px;
}
.text36 {
  font-size: 36px;
  line-height: 36px;
}



.rgt0{ right:0;}
.rgt50{ right:50px;}
.left0{ left:0;}
.top0{ top:0;}
.top100{top:100px;}

.wAuto{ width:auto;}


.uzName{ font-size:10px; color:#FFF; display:inline-table; line-height:30px; margin-top:10px;}

.Ucase {
    text-transform: uppercase;
}
.Lcase {
    text-transform: lowercase;
}
.zindex2{ z-index:2;}
.zindex10{ z-index:10;}

@media (max-width: 479px) {
  #login {
     width: 90%;
	
  }
  #login-header  h2{font-size: 1.5em;}
  #login-header  h1{font-size: 12px; display:inline-block;}
  #login .txt-fld { width: 90%; }
  #login .btn-fld { width: 90%; padding: 12px 20px 12px 10px;}
  #login .txt-fld input { width: 90%;}
  .logDesc{ font-size:10px;}
}

/*==================      Well     ======================*/
.well4 {
  padding: 113px 0 116px 0;
}

.well5 {
  padding: 284px 0 74px 0;
}

.well6 {
  padding: 113px 0 37px 0;
}

.well7 {
  padding: 113px 0 114px 0;
}

.well8 {
  padding: 113px 0 117px 0;
}

.well9 {
  padding: 5px 0 106px 0;
}

.well10 {
  padding: 92px 0 109px 0;
}

.well11 {
  padding: 113px 0 67px 0;
}

.well12 {
  padding: 113px 0 112px 0;
}

.well13 {
  padding: 113px 0 121px 0;
}

.well14 {
  padding: 50px 0 100px 0;
}
.well15 {
  padding: 30px 0 30px 0;
}

@media (max-width: 479px) {
 .well14 {
  padding: 30px 0 30px 0;
}	
}

.well15 {
  padding: 30px 0 107px 0;
}

.well16 {
  padding: 92px 0 30px 0;
}
.well20 {
  padding: 20px 0 20px 0;
}
.well30 {
  padding: 30px 0 30px 0;
}

/*==================      Follow icons      ======================*/
.follow_icon {
  margin: 23px 0px 0px 7px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .follow_icon {
    position: relative;
    left: 50%;
    margin-left: -88px;
  }
}
.follow_icon li {
  float: left;
  margin-left: 5px;
}
.follow_icon li:first-child {
  margin-left: 0px;
}
.follow_icon li a {
  font-size: 16px;
  margin: 0;
}
@media (max-width: 1199px) {
  .follow_icon li a {
    height: 49px;
    line-height: 49px;
    width: 49px;
  }
}
@media (max-width: 979px) {
  .follow_icon li a {
    height: 37px;
    line-height: 37px;
    width: 37px;
  }
}
.follow_icon li a:hover, .follow_icon li a:active {
  color: #fff;
  background: #b9da37;
}

.container .follow_icon1 {
  margin: 22px 0 0 32px;
}
@media (max-width: 979px) {
  .container .follow_icon1 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .container .follow_icon1 {
    position: relative;
    left: 50%;
    margin-left: -88px;
  }
}
.container .follow_icon1 li {
  margin-left: 9px;
}
.container .follow_icon1 li:first-child {
  margin-left: 0px;
}
.container .follow_icon1 a {
  height: 44px;
  line-height: 44px;
  width: 44px;
  color: #b9da37;
  background: #fff;
}
@media (max-width: 1199px) {
  .container .follow_icon1 a {
    height: 35px;
    line-height: 35px;
    width: 35px;
  }
}
.container .follow_icon1 a:hover, .container .follow_icon1 a:active {
  color: #fff;
  background: #b9da37;
}

.fa1 {
  width: 59px;
  height: 59px;
  text-align: center;
  line-height: 59px;
  behavior: url(PIE/PIE.htc); border-radius: 50%;
  background: #424242;
  color: #fff;
  margin-bottom: 54px;
  display: block;
}
.fa1:hover, .fa1:active {
  background: #b9da37;
}

/* Frame trrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr */

.frame {
  height: 300px;
  line-height: 300px;
  overflow: hidden;
}

.frame ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  
}

.frame ul li {
  float: left;
  width: 300px;
  height: 100%;
  margin: 0 1px 0 0;
  padding: 0;
  background: #333;
  color: #ddd;
  text-align: center;
  cursor: pointer;
}

.frame ul li.active {
  color: #fff;
  background: #a03232;
}


/* Scrollbar */

.scrollbar {
  margin: 0 0 1em 0;
  height: 2px;
  background: #ccc;
  line-height: 0;
}

.scrollbar .handle {
  width: 100px;
  height: 100%;
  background: #292a33;
  cursor: pointer;
}

.scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}


/* Pages */

.pages {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  text-align: center;
}

.pages li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 4px;
  text-indent: -999px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}

.pages li:hover {
  background: #aaa;
}

.pages li.active {
  background: #666;
}


.userFoltoLit{ width:30px; height:30px;}

/* Controls */

.controls {
  margin: 25px 0;
  text-align: center;
}


/* One Item Per Frame example*/

.oneperframe {
  height: 300px;
  line-height: 300px;
}

.oneperframe ul li {
  width: 1140px;
}

.oneperframe ul li.active {
  background: #333;
}


/* Crazy example */

.crazy ul li:nth-child(2n) {
  width: 100px;
  margin: 0 4px 0 20px;
}

.crazy ul li:nth-child(3n) {
  width: 300px;
  margin: 0 10px 0 5px;
}

.crazy ul li:nth-child(4n) {
  width: 400px;
  margin: 0 30px 0 2px;
}