@charset "utf-8";
/* CSS Document */

/*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;
}

/*MEDIA QUERY*/
@media only screen and (max-width : 640px) {
	.dragandrophandler{
	font-size: 30px;
	padding-top:10px;
	line-height:30px}
}



.bg-overlay-info {
  background: rgba(0, 0, 0, 0.5);
}
.bg-mantis, .scrollToNext {
  background: -moz-linear-gradient(90deg, #3695eb 0%, #1cd8a1 100%);
  background: -webkit-linear-gradient(90deg, #3695eb 0%, #1cd8a1 100%);
  background: -o-linear-gradient(90deg, #3695eb 0%, #1cd8a1 100%);
  background: -ms-linear-gradient(90deg, #3695eb 0%, #1cd8a1 100%);
  background: linear-gradient(90deg, #3695eb 0%, #1cd8a1 100%);
}

.bg-polar {
  background: #ecf4fb;
  fill: #ecf4fb;
}

/*UPLOAD CSS_______________________________________*/

.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;}

.bgV{background:#008c95;}
.bgA{background:#009ace;}
.bgL{background:#ff8200}

.bgIn1{background:#9F6;}
.bgIn2{background:#9F3;}
.bgIn3{background:#6F6;}
.bgG{background:#b9da37;}
.bg1 {
  background: #e8e8e8;
}

.bg2 {
  background: #1c1c1c;
}

.bg3 {
  background: #ededed;
}

.bg4 {
  background: #f3f3f3;
}
.bg5 {
  background: #ffffff;
}
.bg6 {
  background: #666;
}


.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:#008c95;}
.ColorBlue{ color:#009ace;}
.ColorBlack{ color:#000;}
.ColorOrange{ color:#ff8200;}
.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);
}

.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%;
	}
}


.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: #fff;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    display: none;
}

#lean_overlayFirst {
    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;
}

.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) {
	.menuPrograma {
		width:80%;
		display:inline;
		left: 0px;
		bottom: 10px;
		display: none;
	}
}



/*---------------------------------------

	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{
	height:60px;

}
@media (max-width: 800px) {
	.ImgHeader{
		
		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 {
	
	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;}	

.noMarg{ padding:0px; margin:0px;}
.noPad{ padding:0px;}
.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;}


.padR5{ padding-right:5px;}
.padR10{ padding-right:10px;}
.padR20{ padding-right:20px;}
.padR30{ padding-right: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;
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/*==================      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;
}



.parallax-window {
    min-height: 200px;
    background: transparent;
}

/* 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;
}

.photo {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 450px;
	position: relative;
}
		
.Cup {
	background-image: url(../images/background-03-1920x537g.jpg);
}
.Chd {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 200px;
	position: relative;
	background-image: url(../images/bg-top.jpg);
}

.COn {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 200px;
	position: relative;
	background-image: url(../images/trat/IMG_6379.JPG);
}