@charset "utf-8";
/* CSS Document */

html, body {
  height:100%;
  color: #858485;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:12px;
}

body {
    background:#fff url("../img/bkg_site.gif");
    }

* {
	line-height:100%;
	}

h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
	text-transform:uppercase;
	}

form {
	line-height:0;
	/*height: 100%;*/
	min-height: 100%;
	}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.phone {
	display:none!important; 
	}

.boxWrapper {
   	position:relative;
   	
   	min-height: 100%;
	}

.clear {
	clear:both !important;
	}

.headerWrapper {
    width:100%;
    box-shadow:0 0 3px 2px #999;
    }

.headerWrapperH1 {
    width:100%;
    height: 100px;
    box-shadow: inset 0px 0px 5px #333;
    height: 230px;
    background:#ccc url("../img/bkg_header.gif");
    }

.header {
	width:960px;
	margin:0 auto;
}

.redBorder {
    width: 100%;
    min-height: 10px;
    background: #9B0000;
    box-shadow: inset 0px 0px 5px #333;
    }

.marginTop15 {
	margin-top:15px;
	}

.marginTop5 {
	margin-top:5px;
	}

.boxLogo {
	position: absolute;
    z-index: 100;
    top: 90px;
	}

.boxLogo a img {
	border:none;
	}

.lineTop {
	width:320px;
	}

.lineBottom {
	width:320px;
	}

.languages {
    padding:0 10px 0 10px;
    float: right;
    }

.languages a {
    color: #333;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #ccc;
    float: left;
    margin: 0 5px;
    padding: 6px 0;
	}

.languages a.active,
.languages a:hover {
	color:#333;
	border:1px solid #ccc;
	background:#ccc;
	opacity:1;
	text-decoration:none;
	}

.languages a img {
	float:right;
	display:none;
	}

.pull-left.login a,
.pull-left.login {
	text-transform:uppercase;
	font-size:12px;
	font-family: 'NeoSansMedium';
	color:#fff;
	line-height:160%;
	background:#86b511;
	padding: 3px 3px;
    display: block;
    text-align:center;
	}

.pull-left.login i {
    margin-right:5px;
    }

/**/
.pull-left.login a:after {
	content: "\f023";
	margin-left: 5px;
	color: #fff;
	font-size:14px;
	font-family: FontAwesome;
	}

.pull-left.login a:hover:after,
.pull-left.login a:hover,
.pull-left.login a:active,
.pull-left.agenda a:hover:after,
.pull-left.agenda a:hover,
.pull-left.agenda a:active {
	color:#000;
	opacity:1;
	text-decoration: none;
	}

/**/.pull-left.login input[type=text],
.pull-left.login input[type=password] {
	/*margin-top:5px;
	height:20px;
	padding:5px;
	line-height: 170%;
	color:#999;*/
	margin-top:5px;
	height:20px;
	padding:3px 5px;
	line-height: 100%;
	color:#999;
	}
	
.ie9 .pull-left.login input,
.ie10 .pull-left.login input,
.ie11 .pull-left.login input {
	margin-top:5px;
	height:20px;
	padding:3px 5px;
	line-height: 100%;
	color:#999;
	}
	
/**/

.pull-left.agenda a,
.pull-left.agenda {
	text-transform:uppercase;
	font-size:12px;
	font-family: 'NeoSansMedium';
	color:#86b511;
	line-height:160%;
	padding: 3px 5px 10px 5px;
    display: block;
    text-align:center;
    margin:0px 0 10px 0;
    float: none !important;
    
	}

.pull-left.agenda a {
    border-bottom:1px solid #aeb2b1;
    margin: 0px;
    }

/**/
.search {
    margin: 12px 0 0px 0;
    position: relative;
}

.search input[type=text] {
	width:230px;
	height:24px;
	border:1px solid #ccc;
	float:right;
	}

.search a {
	position: relative;
    float: right;
    top: -20px;
    right: 7px;
    margin-bottom: -5px;
	}

.social a img {
	margin:10px 5px;
	text-decoration:none;
	}

.social a:hover {
	text-decoration:none !important;
	}	

.social a:hover img,
.social a:active img {
	/*opacity:.60;*/
	}	

/*   SHOPPINGS   */

.shoppingList {
    width:230px;
	height:24px;
	float:right;
    }

.shoppingList select.form-control {
    width:230px;
	height:24px;
	color:#fff;
	background:#a70808;
	border:0;
	text-transform:uppercase;
	font-size:11px;
    }

.shoppingList select.form-control option {
	color:#999;
	padding:5px;
    }
/*   NAV   */
nav.navbar {
	width:100%;
	margin-bottom:0 !important;
	margin-top: 0;
	text-align:center;
	} 

.navbar-default .navbar-nav>li>a {
	font-size:14px;
	text-transform:uppercase;
	color:#fff !important;
	padding: 10px 15px;
	
	}
	
.navbar-default .navbar-nav>li>a:hover {
	/*color:#000 !important;*/
	color: #999 !important;
	}

.navbar-default .navbar-nav>li {
	display:inline;
	}
	
.navbar-default .navbar-nav>li:last-child {
	border-right:none !important;
	}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color:#fff !important;
	background-color: transparent !important;
}

/*   SUB NAV   */

.subNavWrapper {
    position: fixed;
    top: 120px;
    z-index: 999999;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    color:#6b97ca !important;
	}

.subNav {
	margin:0 auto;
	width:960px;
	}

.subNav li a {
	color:#6b97ca !important;
	padding: 0 15px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 18px;
	}

.subNav li a:hover,
.subNav li a.active {
	color:#86b511 !important;
	}

a.dropdown-toggle.pull-left {
	padding-left:5px;
	}

.navSep,
li.navSep {
	/*float:left;
	padding:8px 5px 5px 5px;
	color:#fff;*/
	display:none; /*!!!*/
	}
	
/*   CONTENT   */
.boxBanner {
	width:100%;
	height:500px;
	position:relative;
	z-index:0;
	}



.boxBanner ul {
	list-style:none !important;
	}

.boxBanner960 {
	width: 960px;
	margin: 0px auto;
	position: relative;
	/*top: 20px;*/
	/*left: 60px;*/
	z-index:100;
}

.boxBannerGrad {
	width:100%;
	height:150px;
	position:relative;
	z-index:99;
	background:url("../img/grad.png");
	display:block;
	}	

.boxBanner h1 {
    color: #B47797;
    font-size: 36px;
    text-transform: uppercase;
    display: block;
    line-height: 90px;
    z-index: 30;
    border-bottom: 1px solid #ccc;
    height: 80px;
    padding: 0 20px;
    margin-bottom: 2px;
}

/**/
.boxBkgContents {
	background:url(../img/bkg_home.gif);
	margin: 110px 0 -215px 0;
	height:105px;
	}

.boxContentsWrapper {
	width:100%;
	margin: 0 auto 0 auto;
	padding-bottom:50px;/**/
	}
/*
.boxContentsWrapper.top {
	margin-top:-360px !important;
	}

.boxContentsWrapper.top .boxDocExterno {
	min-height:400px;
	}
*/
.boxContents {
	min-height: 250px;
    padding: 30px 0 30px 0;
    max-width:960px;
    margin:0 auto;
	}
	
.boxShadow {
    box-shadow: 0px 0px 15px #ddd;
    height:200px;
    margin-bottom:-200px;
    z-index: 0;
    position: relative;
    }/**/
    
.shadowFix {
	height: 20px;
	margin-top: -5px;
	background: #fff;
	position: relative;
	z-index: 100;
	margin-left: 0px;
	margin-right: 0px;
	}

.boxContents .row .colItem {
	/*background:#ddd;
	padding:0px;*/
	position: relative;
	/*height: 150px;*/
	width:200px;
	/*border-radius:110px;
	box-shadow:0 0 2px #666;*/
	margin: 0 auto;
	}


/**/
.boxContents .row .colItem img {
	max-width: 100%;
	width: 100%;
	/*width:150px;*/
	}

/*   HOME   */

.boxContents.home {
    /*margin: 25px 0 60px 0;
    margin: 25px 0 80px 0;*/
    }

.boxContents.home h2 {
    font-size:46px;
    color:#654b0b;
    text-align:center;
    
    } 

.boxContents.home h2 strong {
    }

.highlightsHome {
    padding: 10px 0;
    overflow-y: hidden;
    margin:0;
	}

.highlightsHome .boxIcon {
    width:150px;
    height:150px;
    border-radius:110px;
    overflow:hidden;
    margin: 0 auto;
    box-shadow: 0 0 2px 2px #ccc;
	}
	
.highlightsHome h2,
.colItem a .highlightsHome h2 {
	font-size: 20px !important;
    line-height: 110%;
    color: #B47797 !important;
    text-transform: uppercase;
    padding: 20px 0;
    text-align: center !important;
    opacity: 1;
	}	

.highlightsHome p small,
.colItem a .highlightsHome p small {
    font-size:11px;
	opacity:.8;
	}

.highlightsHome p,
.colItem a .highlightsHome p {
	font-size:15px;
	line-height:130%;
	overflow-y:hidden;
	text-overflow:ellipsis;
	height:107px; /*95px*/
	padding: 10px 50px 10px 20px;
	color:#fff !important;
	position:relative;
	}	

.highlightsHome p:before {
    content: "\f067";
	font-family: FontAwesome;
	position:absolute;
	right:20px;
	bottom:0px;
}

/*   SHOPPING HIGHLIGHTS   */

.bkgHighlightsHome {
    height:174px;
    border-bottom:1px solid #fff;
    display:block;
    }

.bkgHighlightsHome.bkgPink {
    background:#882c7b;
    }

.bkgHighlightsHome.bkgGreen {
    background:#86b511;
    }
    
.bkgHighlightsHome.bkgOrange {
    background:#f0a71f;
    }

/**/
.colItem a.btn.btn-info {
	margin: 0 auto !important;
	width: 90px;
	display: inherit;
	}
 
/*   BTNS FOOTER   */

.btnFooter {
	font-size:12px;
	line-height:140%;
	}

.btnFooter .pull-right.social {
	float:left !important;
	}

.btnFooter .pull-right.social a img {
	margin:0 10px 0 0 !important;
	float:left !important;
}
	
.btnFooter h3 {
	/*font-family: 'NeoSansRegular';*/
	font-size:15px;
	color:#fff;
	margin:10px 0 10px 0;
	font-weight:bold;
	text-transform:uppercase;
	}	

.btnFooter h3 a {
	text-decoration:none;
	color:#fff;
	}	

.btnFooter h3 a:hover {
	color:#666;
	}

.btnFooter p {
	font-size:12px;
	line-height:140%;
	}

.btnFooter ul li a {
	font-size:12px;
	float:none;
	color:#fff;
	line-height: 140%;
	}

.btnFooter ul li a:hover {
	color:#99cdeb;
	text-decoration:none;
	}

/*   FOOTER   */
.footer {
    width: 100%;
    padding: 30px 0;
    /*position: absolute;  */
    /*bottom: 0; */
    height: 40px; /**/
    /*background: #eee; */
    /*border-top: 1px solid #ccc; */
    color: #ccc;
}


.footerContent {
	width:960px;
	margin:0 auto;
	}

.footer .row {
	margin:0 !important;
	}

.btnTop {
	position: absolute;
    bottom: 5px;
    right: 30px;
	}

.btnTop a {
	opacity:1;
	}

.btnTop a i.fa.fa-arrow-circle-up {
	color:#ccc;
	font-size:30px;
	}	

.btnTop a:hover,
.btnTop a:active {
	opacity:.5;
	}


/*   DOC EXTERNO   */

.boxDocExterno a {
	color:#000 !important;
	text-decoration: none !important;
	}

.boxDocExterno a:hover {
	color:#0081c7 !important;
	text-decoration:underline;
	}

.boxDocExterno,
.boxStoresList,
.boxNoticias,
.boxCinema {
	padding: 0px 20px 0px 20px;
	position:relative;
	z-index:1;
	line-height: 140%;
	font-size: 16px;
	}

.boxDocExterno .row {
    margin-right:0 !important;
    margin-left:0 !important;
    }

.col-md-8 .boxDocExterno {
    padding: 10px 0px;
    }

.boxStoresList {
    padding:0px;
    }


.boxStoresList .col-md-6 .item {
    padding:10px;
    
    }
    
.boxCinema h2,
.boxDocExterno h2 {
	color: #fff;
    font-size: 24px;
    margin: 20px 0 5px 0;
	}

.boxCinema h2 {
    float:left;
    }

.boxDocExterno h2 i.fa-angle-right {
	font-size: 30px;
	margin: 0 0 0 15px;
	}

.boxCinema h3,
.boxDocExterno h3 {
	color: #fff;
    font-size: 20px;
	margin-top:25px;/**/	
	margin-bottom:10px;
	text-transform:none !important;
	}

.boxDocExterno h4 {
	color:#999;
	font-size:18px;
	margin-top:15px;	
	margin-bottom:10px;	
	}
	
.boxDocExterno h5 {
	color:#999;
	font-size:14px;
	margin-top:10px;	
	margin-bottom:10px;	
	}	

.boxCinema p,
.boxDocExterno p {
	color:#ccc;
	font-size:16px;
	line-height:140%;
	}

.boxDocExterno strong,
.boxDocExterno p strong {
	color:#ccc;
	font-size:16px;
	}

.boxDocExterno li {
	list-style: square;
    list-style-position: outside;
    margin-left: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 140%;
    color: #ccc;
	}

.two-col {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
}

.three-col {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
}

/**/

.boxChart {
	background:#c2e2f4;
	text-align:center;
	position:relative;
	}
	
.boxChart h3 {
	color:#fff;
	font-size:16px;
	/*margin-bottom:10px;*/
	padding:10px 0 10px 0;	
	margin:0 !Important;
	text-transform:uppercase;
	background:#0b6b9f;
	}
	
.boxChart h4 {
	width:100%;
	/*background: rgba(0, 183, 203, 0.4);*/
	background:#0b6b9f;
	display:block;
	padding:5px;
	font-size:14px;
	line-height:140%;
	margin-top:5px;
	margin-bottom:5px;/**/
	color:#fff;	
	text-align:center;
	text-transform:uppercase;	
	}

.boxChart h4 a {
    color:#fff !important;
    text-decoration:none !important;	
    }

.boxChart h4:nth-child(odd) {
    background: #044467;
    color:#fff;
}

.boxChart h4:nth-child(even) {
    background: #41aee9;
    color:#fff;
}



b.caret {
	width:24px;
	height:16px;
	border:none;
	margin-top: -2px;
	}

.ie9 b.caret {
	margin-top:0 !important;
	}

b.caret i {
	font-size:14px;
	}



/*   STORES   */

.boxStoresList h2 {
	color:#000;
	font-size:18px;
	margin-bottom:20px;
	text-transform:uppercase;
	font-weight:bold;
	margin: 0 0 10px 10px;	
	}

.boxStoresList h3 {
	color:#9a7904;
	font-size:16px !important;
	line-height:120%;
	margin: 3px 0 5px 0;
	text-transform:uppercase;
    overflow: hidden;	
    white-space: nowrap;
    text-overflow: ellipsis;
	}

.boxStoresList.plans h3 {
    color: #004697 !important;
    font-weight:bold !important;
    }

.boxStoresList h4 {
	color:#9a7804;
	font-weight:bold;
	font-size:12px;
	line-height:120%;
	margin:10px 0 5px 0;
	color:#747577;
	}

.boxStoresList h5 {
	color:#9a7804;
	font-size:12px;
	line-height:120%;
	color:#747577;
	}

.boxStoresList h5:after {
	content: "+";
	margin-left: 10px;
	color: #747577;
	font-size:14px;
	font-family: FontAwesome;
	}

.boxStoresList a p {
	color: #666 !important;
    font-size: 14px;
    line-height: 140%;
    margin: 0;
    height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;	
	}

.boxStoresList p.local {
	color:#999 !important;
	font-size:12px;
	line-height:140%;
	margin:0;	
	height: 20px;	
	}

.boxStoresList p.local i.fa.fa-plus {
    color: #1c89d2;
    float:right;
    }

.boxStoresList i.fa-angle-right {
	font-size:30px;
	margin:0 0 0 15px;
	}

.boxStoresList .col-md-6:nth-of-type(odd) {
	border-right:1px solid #e2e2e2; 
	}

    
/**/

.boxStoresList .col-md-6 a .item {
    border-top: 1px dotted #e2e2e2;
    padding: 15px 10px;
    margin: 0 10px;
    }	
	
.boxStoresList a
{
    text-decoration:none !important;
    }

.boxStoresList a:hover .item,
.boxStoresList a:active .item
{
    opacity:.5;
	}
.logosThumbnail {
    width: 30%;
    float: left;
    }
    
.logosThumbnail img {
    /*float:left;*/
    margin-right:0px;
    width:100%;
    height:auto;
    }
    
/*   NOTICIAS   */

.boxNoticias .item {
	height:100px;
	padding-right:15px;
	margin-bottom:20px;
	}

.boxNoticias #owl-slider .item {
    margin: 0 5px 0px 5px;
    /*height: 120px;*/
    overflow: hidden;
}

.boxNoticias h2 {
	color:#000;
	font-size:24px;
	margin-bottom:20px;
	text-transform: none;
	text-transform:uppercase;	
	}

.boxNoticias h2 span a {
	margin:0 10px;
	font-size:14px;
	text-decoration:none;
	line-height:100%;
	color: #004697;
	text-transform: uppercase;
	}

.boxNoticias h2 span a:hover {
	color:#000;
	text-decoration:none;
	}

.boxNoticias h3 {
	color: #666;
	font-size:14px;
	margin:0px 0 5px 0;
	font-weight:bold;	
	}

.boxNoticias p {
	color: #666;
	font-size: 14px !important;
	margin: 5px 0 10px 0;
	line-height: 140%;
	height:60px;
	overflow: hidden;	
	}

.boxNoticias i.fa-angle-right {
	font-size:30px;
	margin:0 0 0 15px;
	}

h3.data {
	color: #666;
	font-size: 14px;
	margin: 10px 0 15px 0;
}

h3.titulo {
	color: #666;
	font-size: 16px;
}

/*   CINEMA   */

.boxCinema .row {
    margin-top:20px;
    }

.boxCinema .boxListTxt h3 {
	font-size: 16px;
	font-weight:bold;
	margin:0 !important;
	overflow: hidden; /**/	
	}

.boxCinema p {
	color: #666;
	font-size: 14px !important;
	margin: 0 0 5px 0;
	line-height: 120%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;	
	}

.boxCinema i.fa-angle-right {
	font-size:30px;
	margin:0 0 0 15px;
	}

a .col-md-6 .boxListItem {
    display:block;
    }

a:hover .col-md-6 .boxListItem {
    opacity:.5;
    }

/**/

.owl-carousel a {
	text-decoration:none !important;
	}
	
.owl-carousel a h2 {
	font-size:20px !important;
	}

.owl-carousel a p {
	color: #666;
    font-size: 14px !important;
    margin: 5px 0 0 0;
    line-height: 140%;
    height: 100px;
    overflow: hidden;	
	}	

.owl-carousel a:hover .item,
.owl-carousel a:active .item  {
	opacity:.7;
    }

.detPortfolio h2 {
	color: #000;
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
	}

.detPortfolio h3 {
	/*border-bottom:1px solid #666;
	color:#666;
	margin:0 0 20px 0;
	line-height:140%;
	padding-bottom:5px;
	font-size:14px;
	text-transform:none !important;
	font-family:Trebuchet MS;*/
	}
	
.detPortfolio p {
	font-size:14px;
	color:#666;
	}
.boxSlider {
	margin: 0 0 20px 0 !important;
	max-width: 140px;
    float: right;
	}
	
.boxSlider li {
	margin: 0 5px !important;
	width:12px;
	height:12px;
	}

.boxMap {
	margin: 10px 0 0 0;
    border-radius: 5px;
	}

/*
.boxMap img,
.boxDocExterno img {
	box-shadow:0 0 3px #999;
	border-radius:250px;
	width:100%;
	height:auto;
	}
*/

.boxMap iframe {
	padding: 0 10px 10px 10px;
	}
	
.boxMap .title {
	width:100%;
	}

.boxMap h3 {
	background: #484848;
	padding: 7px 10px;
	font-size: 14px;
	color: #fff;
	width: 25%;
	text-align: center;
	position: relative;
	height:36px;
	text-transform: uppercase !important;
	margin: 0 0 5px 0 !important;
    padding: 0 0 0 0 !important;
	}

.boxMap h3 img {
	text-align:center;
	margin-top:2px;
	}

.btnBack {
	/*border-top:1px solid #cfd4d8;*/
	padding:10px;
	width:100%;
	margin: 20px auto 10px auto;
	text-align:right;
	}

.btnBack a {
	font-size:14px;
	text-decoration:none;
	color:#e10061 !important;
	line-height:120%;
	text-transform:uppercase;
	}

.btnBack a:hover {
	color:#666;
	text-decoration:none;
	}

.btnBack a i {
	margin-left:5px !important;
	font-size:16px !important;
	float:right;
	}

/*   FORM GROUP   */

.boxDocExterno .radio-inline, 
.boxDocExterno .checkbox-inline {
	display: inline-block;
	padding-left: 0px;
	margin: 2px 20px 0 0;
	vertical-align: middle;
	cursor: pointer;
}

.formWrapper {
	border-bottom:1px solid #666;
	padding:10px 0;
	}

.form-group,
.checkbox {
	width:100%;
	margin: 10px auto 10px auto;
	}

.form-group label {
	font-size: 14px;
    margin: 0px 0 5px 0;
    font-weight: normal;
    color: #ccc;
    line-height: 100%;
	}

.checkbox span {
	margin:10px;
	}
/*
a.left.carousel-control,
a.right.carousel-control {
	color:#fff !important;
	}
*/	
.boxBtnSend {
	text-align:center !important;
	margin:20px auto;
	padding:20px 0;
	border-top:1px solid #666;
	}	

.boxBtnSend a {
	padding:10px 20px;
	margin:0 10px;
	border-radius:2px;
	}	

textarea {
	resize:none;
	}

i.fa-asterisk {
	/*float:left;*/
	margin:-5px 5px 0 5px;
	color:#ff0000 !important;
	font-size:10px;
	line-height:100%;
	width:16px;
	}

.row.homeContacts .disclaimer {
    margin: 10px 0 10px 0;
    text-align: center;
    color: #E6C0C0;
    }

.disclaimer {
	text-align: center;
    margin-bottom: 0px;
    font-size: 12px;
    /*float: right;
    width: 35%;*/
    color: #ccc;
    line-height: 120%;
	}

.disclaimer i.fa-asterisk {
	float:none !important;
	margin:0 !important;
	font-size:11px; 
	}

/*   VIDEO   */

/*.boxVideo iframe {
	width:580px !important;
	height: 360px !important;
	}
*/
.boxVideo {
	height:auto;
	text-align:center;
	}

/**/

.boxKnowhow {
	width:910px;
	height:300px;
	margin:0 -15px;
	background:url(../img/bkg_knowhow.jpg) top center no-repeat;
	text-align:center;
	padding:55px 0 0 0;
	}
	
.boxKnowhow span {
	width:400px;
	height:36px;
	text-align:center;
	padding:5px;
	font-size:20px;
	line-height:120%;
	color:#fff;
	margin:0px auto 20px auto;
	float:none !important;
	background:url(../img/bkg_seta_knowhow.jpg) center top no-repeat;
	display:block;
	}

.boxKnowhow ul {
	/*background:url(../img/bkg_ul_knowhow.gif) top center no-repeat;*/
	/*width: 800px;*/
	width:760px;
	height: 46px;
	margin: 30px auto 15px auto;
	list-style: none;
	text-align: center;
	}
	
.boxKnowhow li {
	/*float:left;*/
	/*font-size:15px;*/
	font-size:14px;
	list-style:none;
	display: table-cell;
	vertical-align:middle;
	padding:0px 10px;
	height:46px;
	margin-left:-4px !important;
	margin-right:-4px !important;
	line-height: 100%;
	}

.boxKnowhow li.image {
	padding:0px !important;
	margin-left:0px !important;
	margin-right:0px !important;
	}

.boxKnowhow li.light {
	color:#fff !important;
	background:#00b5c1;
	/*margin:0 30px !important;*/
	}

.boxKnowhow li.dark {
	color:#00b5c1 !important;
	background:#00555a;
	}
	
/*.boxKnowhow li a {
	display: inline-block;
	vertical-align: middle;
	}*/
	
.boxKnowhow li.light a {
	color:#fff !important;
	text-decoration:none !important;
	}

.boxKnowhow li.dark a {
	color:#00b5c1 !important;
	text-decoration:none !important;
	}

.boxKnowhow li.light a:hover,
.boxKnowhow li.light a:active {
	color:#000 !important;
	text-decoration:none !important;
	}

.boxKnowhow li.dark a:hover,
.boxKnowhow li.dark a:active {
	color:#fff !important;
	text-decoration:none !important;
	}

span.knowHow {
	font-size:18px;
	margin-top:0px;
	color:#000;
	background:none !important;
	}

/**/
			
.blockNews a {
	text-decoration:none !important;
	display:block;
	}

.blockNews a:hover,
.blockNews a:active {
	opacity:.7;
	}

/**/

.cycle-slideshow {
    position: absolute !important;
    top: 0;
}

/*   TELERIK   */

.RadUpload .ruInputs li {
    margin: 0 0 5px;
    list-style: none;
}

.ruButton.ruBrowse {
    color:#000;
    padding:10px;
    border:1px solid #999;
    }

.form-group.captcha {
    padding: 10px 0px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

.form-group.captcha img 
{
    margin-right:20px;
    border:1px solid #ccc !important;
    border-radius:5px;
    }

.form-group.captcha input {
    width: 130px;
    height: 30px;
    border: 1px solid #666 !important;
    border-radius: 5px;
    float: left;
    font-size: 14px;
    margin-left: 10px;
    background: #999;
    
    padding: 0 5px;
    color: #333;
}

.row.homeContacts .form-group.captcha input {
    /*width: 200px;*/
    min-width: 255px;
}

.row.homeContacts .form-group.captcha p 
{
    float: left;
    margin: 0 0 10px 0px;
    }

.form-group.captcha p 
{
    /*float: left;*/
    float: right;
    margin: 0 0 10px 0px;
    }

.form-group.captcha a 
{
    color: #fff !important;
    font-size:10px;
    line-height:200%;
    padding: 5px 0 0 0;
    text-decoration:underline !important;
    float: left;
    /*clear: left;*/
    }

.form-group.captcha a:hover 
{
    color: #000 !important;
    text-decoration:underline !important;
    }

.form-group.captcha label 
{
    margin:0px 10px 0 0;
    font-size:12px;
    color:#666;
    font-weight:bold;
    text-align:center;
    }

#ctl00_ContentPlaceHolder2_ucContactosFormulario_radCaptchaContactos_ctl01,
#ctl00_ContentPlaceHolder1_rptContactos_ctl00_ucContactosFormulario1_radCaptcha_ctl01,
#ctl00_ContentPlaceHolder1_radCaptcha_ctl01
/*ctl00_ContentPlaceHolder1_radCaptcha_SpamProtectorPanel*/
{
    display:block;
    width: 50%;
    float: left;
    }

.RadUpload .ruBrowse {
    margin-left: 0px !important;
    width: 150px !important;
    height: 40px !important;
    border:1px solid #ccc;
    padding:10px !important;
    display:block;
    text-transform: uppercase;
    cursor:pointer !important;
}

.RadUpload .ruBrowse:hover {
    cursor:pointer;
    display:block;
    color:#666 !important;
    }

.RadUpload .ruFileWrap {
    height: 40px !important;
}

.RadAsyncUpload span.ruFileWrap {
    padding-left: 0;
    /*border:1px solid #ccc;
    background:#ddd;*/
    cursor:pointer;
}

.RadUpload .ruBrowse {
    border:1px solid #ccc !important;
    background:#ddd !important;
}

.RadUpload .ruRemove {
    color: #ff0000 !important;
}

/**/

.contactos h6 {
	color:#000;
	font-size:16px;
	/*font-family: 'NeoSansRegular';*/
	margin-top:10px;	
	margin-bottom:0px;	
	}

.contactos {
	color:#fff;
	font-size:14px;
	line-height:140%;
	}

/*   HOME CAROUSEL   */

.colItem a {
    text-decoration:none !important;
    color:#a9a9a9 !important;
    }

.highlightsHome:hover {
    opacity:.7 !important;
    }

.colItem a h2 {
    color:#42404a !important;
    }

.colItem a h5 {
    color:#a9a9a9 !important;
    font-size:32px;
    }

.colItem a p {
    color:#a9a9a9 !important;
    }

.colItem .right.carousel-control, 
.colItem .left.carousel-control {
    display:none !important;  
    }

.colItem a .carousel-caption h2,
.colItem .carousel-caption h2 {
    font-size: 18px;
    color: #42404a;
    margin: 0 0 5px 0;
    width:100% !important;
    text-decoration:none !important;
    text-shadow:none !important;
    text-transform:none !important;
    /*overflow: hidden;*/	
    
    text-overflow: ellipsis;
}

.colItem a .carousel-caption p,
.colItem .carousel-caption p {
    color:#666;
    font-size:13px;
    line-height:130%;
    text-decoration:none !important;
    text-shadow:none !important;
    }

.colItem .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 210px !important;
}

.carousel-inner a {
    text-decoration:none !important;
    display:block;
    }

.carousel-inner a:hover img {
    opacity:.7;
    }

.colItem .carousel-indicators li {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    background: #999;
    position:relative;
}

.colItem .carousel-indicators li.active {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    filter: Alpha(Opacity=100) !important;
    opacity: 1 !important;
    background: #999 !important;
    }

.colItem .carousel-caption {
    position: relative;
    z-index: 10;/**/
    left:0 !important;
    right:0 !important;
    padding-top:30px !important;
}

span.btnMenu {
    float:right;
    }
/*
.navbar-collapse.collapse.in {
    background: #eee;
    text-align: left;
    border-radius: 0 0 5px 5px;
    margin-top: -2px;
    border: 1px solid #ccc;
    background:#eee;
    border-radius:0 0 5px 5px;
    text-align:left;
    }
*/

/**/

span.icon-bar {
    float:right !important;
    }

.navbar-brand {
    display:none !important;
    }

.carousel-indicators {
    /*position: absolute;
    bottom: -30px;
    left: 0 !important;
    z-index: 999;
    width: 100%;
    margin-left: 0 !important; 
    padding-left: 0;
    list-style: none;
    text-align: center;*/
    display:none;
}


/*   IE8 HACKS   */

.ie8 .col-md-1 {
    width:8% !important;
    float:left;
    }

.ie8 .col-md-2 {
    width:16% !important;
    float:left;
    }

.ie8 .col-md-3 {
    width:25% !important;
    float:left;
    }
    
.ie8 .col-md-4 {
    width:33% !important;
    float:left;
    }

.ie8 .col-md-5 {
    width:40% !important;
    float:left;
    }
    
.ie8 .col-md-6 {
    width:50% !important;
    float:left;
    }

.ie8 .col-md-7 {
    width:56% !important;
    float:left;
    }

.ie8 .col-md-8 {
    width:64% !important;
    float:left;
    }

.ie8 .col-md-9 {
    width:72% !important;
    float:left;
    }

.ie8 .col-md-10 {
    width:80% !important;
    float:left;
    }

.ie8 .col-md-11 {
    width:88% !important;
    float:left;
    }

.ie8 .col-md-12 {
    width:100% !important;
    float:left;
    }
    
    /**/
    
    a:focus {
        outline:none !important;
        border:none !important;
        }
        
.row label.subLabel {
    margin-left:15px;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    line-height: 100%;
    }

.boxChartImg {
    display:block;
    }
    
.boxChartImgMobile {
    display:none;
    }
    
.boxSearch {
    background:#fff;
	padding:30px 40px;
	position:relative;
	z-index:1;
    }
    
.boxSearch li {
    padding:0 !important;
    margin:0 !important;
    list-style:none !important;
    border-bottom:1px dotted #ccc;
    }
    
.boxSearch h2 {
	color:#0081c7;
	font-size:24px;
	margin-bottom:20px;	
	}

.boxSearch h3 {
	color:#999;
	font-size:16px;
	margin-top:25px;	
	margin-bottom:10px;	
	}
	
.boxSearch li a {
    text-decoration:none;
    }

.boxSearch li a h3,
.boxSearch li a p {
    color:#333;
    }
    
.boxSearch li a:hover h3,
.boxSearch li a:hover p {
    color:#2a6496;
    }
    
ul.pagination.pagination-lg li {
    border-bottom:none !important;
    }
    
ul.pagination.pagination-lg li.disabled {
    position: relative;
    float: left;
    padding: 0px 12px !important;
    font-size: 14px !important;
    line-height: 1.428571429;
    text-decoration: none;
    color: #666 !important;
    background-color: #fff;
    border-left: 1px solid #ccc !important;
    margin-left: -1px !important;
    opacity: 0.3;
    }

ul.pagination.pagination-lg li.disabled:first-child {
    border-left: none !important;
    } 

 ul.pagination.pagination-lg li.disabled:first-child {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
    }
    
.pagination-lg>li>a, 
.pagination-lg>li>span {
    padding: 6px 0px !important;
    font-size: 14px  !important;
}


/*   ###   */

.bannerFix {
    width: 100% !important; 
    height: 100%!important;
    padding: 0 !important; 
    margin: 0!important; 
    -webkit-background-size: cover !important;
      -moz-background-size: cover !important;
      -o-background-size: cover !important;
      background-size: cover !important;
     /* background-repeat:no-repeat!important;
      background-attachment:fixed !important;
      background-position:center center !important;*/
     }

video {
  width: 100%    !important;
  height: auto   !important;
}


/**/
/*C:\Projectos\Projectos_2010\Ween\MrSRent_Site\Imovalorgest_Email_SRV\Log.cs
figure {
    display: block;
}*/
/**/

.blockVideo {
    float: left;
    width: 100%;
    }

.col-md-5 .blockVideo iframe {
    height: 126px !important;
    margin-bottom:10px;
    }

.col-md-7 .blockVideo iframe {
    height: 265px;
    }

.blockVideo iframe {
    border:1px solid #eee;
    }

.blockVideo.thumbnail {
    width:210px;
    height:126px;
    margin:0 auto 10px auto;
    border:none !important;
    padding:0 !important;
    }
    
.blockVideo.thumbnail img {
    width: 210px;
    height: 126px;
}

.blockVideo.thumbnail img:hover {
    opacity:.60;
}

.item .container {
    width:100% !important;
    }
  
.searchHeader {
    padding:10px 0;
    background:#000910;
    margin: 10px 10px 0 10px;
    color:#fff;
    font-size:13px;
    }

.searchHeader h2 {
    font-size:15px;
    }    

.searchContainer {
    padding:10px 0;
    background:#99cdeb;
    margin: 0px 10px 20px 10px;
    }
    
.boxForm select.form-control {
    float:left;
    }

.boxForm small {
    float:left;
    }
    
.boxForm label {
    margin:10px 0 5px 0;
    color:#000;
    }

.col-md-12.paddingFix [class*="col-"] {
    padding:0 !important;
    }
    
.col-md-12.paddingFix .boxForm .col-md-1 small,
.col-md-12.paddingFix .boxForm .col-md-2 small {
    /*padding: 7px 5px 5px 10px !important;*/
    color:#000 !important;
    font-size:11px;
    float: right !important;
    margin-right: 5px !important;
    margin-top: 8px !important;
    }
    
.col-md-5.formColor [class*="col-"] {
    color:#000;
    margin:5px 0;
    }
    
.col-md-5.formColor .col-md-6 label {
    margin-top: 10px;
    text-align:right;
}

.col-md-5.formColor input[type=text] {
    height:24px;
    width:100%;
}

.col-md-5.formColor input[type=checkbox] {
    margin: 8px 0 0 0 !important;
}

.btnSearch {
    padding:15px 0 10px 0;
    border-top:1px solid #7392a4;
    margin:0 15px;
    }

.btnSearch a {
    color: #fff !important;
    text-decoration:none;
    font-size:16px;
    text-transform:uppercase;
    background: #0144b1;
    padding:5px 10px;
    }

.btnSearch a:hover {
    color: #0144b1 !important;
    background: #fff !important;
    }

.btnSearch a:before {
    content: "\f0da";
	margin-right: 15px;
	color: #fff;
	font-size:14px;
	font-family: FontAwesome;
    }
    
.btnSearch a:after {
    content: "\f0d9";
	margin-left: 15px;
	color: #fff;
	font-size:14px;
	font-family: FontAwesome;
    }

.btnSearch a:hover:after,
.btnSearch a:hover:before {
    color: #0144b1 !important;
    }
    
.boxSearchHeader {
    margin:20px 0 0 0;
    }
    
.boxStoresListFooter {
    padding:15px 0;
    border-top:1px solid #538aa9;
    color:#ff0000;
    font-size:14px;
    text-transform:uppercase;
    margin-top: 20px;
    }

.boxStoresListFooter a {
    color:#ff0000;
    }

.boxStoresListFooter a:hover {
    color:#000;
    }
 
.boxStoresListFooter i.fa.fa-caret-left {
    margin-right:5px;
    }

.boxStoresListFooter i.fa.fa-caret-right {
    margin-left:5px;
    } 
    
h2.searchTop {
    padding:7px 10px;
    background:#bbcbcf;
    font-size:14px;
    color:#0144b1;
    }

h2.searchTop i {
    margin-left:5px;
    }

.btnList {
    margin:40px 0 20px 0;
    }

.btnList li {
    list-style:none;
    background:#000;
    padding:5px;
    color:#43ace8;
    text-align:center;
    margin:0 40px 2px 40px;
    }

.btnList li a {
    background:#000;
    padding:5px;
    color: #43ace8 !important;
    font-size: 13px;
    text-transform:uppercase;
    }
    
.btnList li a:hover {
    color:#fff !important;
    }
    
.btnList li a:before {
    content: "<";
    margin-right:10px;
    }
    
.btnList li a:after {
    content: ">";
    margin-left:10px;
    }

.boxMsg .form-group {
    margin:0 0 5px 0;
    }
    
.row.earchContainer .boxForms select {
    width:100% !important;
    }
    
ul.features {
    list-style:none;
    margin-top:20px;
    }

ul.features li {
    margin-bottom:5px;
    color:#666;
    list-style:none;
    }
    
ul.features li label {
    color:#666;
    font-weight:bold;
    margin-right:10px;
    }
    
input[type=text].pesquisaValor {
    width:100%;
    text-align:right;
    }

.form-control.comboFix {
    width:101px;
    }
    
.boxDocExterno.detPortfolio .form-group.captcha input {
    width: 140px;
    height: 50px;
    border: 1px solid #ccc !important;
    border-radius: 2px;
    float: right;
    font-size: 18px;
}


/*   PAGER   */

#wrapper
            {
                width: 100%;
                /*min-width: 900px;*/
                height: 100%; 
                margin: 0;
                position: absolute;
                top: 0;
                left: 0;
            }
            
            #carousel
            {
                height:500px !important;
                float: left;
                overflow:hidden !important;
            }
            
            #carousel div
            {
                height:500px !important;
                float: left;
                overflow:visible !important;/**/
            }
            #carousel img
            {
                min-width: 100%;
                min-height: 100%;
            }
            #title
            {
                text-align: center;
                width: 100%;
                margin-top: -10px;
                position: absolute;
                top: 50%;
            }
            #title h3
            {
                text-shadow: 0 3px 3px rgba( 0, 0, 0, 0.3 ), 0 -3px 3px rgba( 0, 0, 0, 0.3 ), 3px 0 3px rgba( 0, 0, 0, 0.3 ), -3px 0 3px rgba( 0, 0, 0, 0.3 );
                font-size: 50px;
                font-weight: bold;
                line-height: 50px;
                color: #fff;
                margin: 0;
            }
            #title a
            {
                color: #fff;
            }
            #title a:hover
            {
                background: rgba( 0, 0, 0, 0.5 );
                padding: 2px 5px;
            }
           #pager {
            text-align: center;
            width: 100%;
            height: 50px;
            padding-top: 2px;
            position: absolute;
            bottom: 0px;
    }
            #pager a.selected span
            {
                background: #666;
            }
            #pager a
            {
                display: inline-block;
                padding: 5px;
            }
            #pager span
            {
                border-radius: 10px;
                background: #ccc;
                text-indent: -100px;
                line-height: 0;
                display: inline-block;
                width: 10px;
                height: 10px;
                overflow: hidden;
}

#sliderPrev {
    position: absolute;
    left: 20px;
    top: 220px;
    font-size: 50px;
    padding: 15px 10px 15px 7px;
    /*background:url(../img/bkg_arrows.png);*/
    width: 40px;
    height: 60px;
    display:block;
    cursor:pointer;
    }


#sliderNext {
    position: absolute;
    right: 20px;
    top: 220px;
    font-size: 50px;
    padding: 15px 7px 15px 10px;
    /*background:url(../img/bkg_arrows.png);*/
    width: 40px;
    height: 60px;
    display:block;
    cursor:pointer;
    }

a#sliderPrev,
a#sliderNext  {
    color:#fff !important;
    text-shadow:0 0 2px #999;
    }

.boxBannerSlider {
    margin-bottom:20px;
    float: right;
    }

.btnBusinessCare {
    margin:25px 0;
    }

/*   SOCIAL   */

.social {
    /*margin-bottom:20px;*/
    margin-top: 10px;
    }

.social a {
    font-size: 24px;
    color: #ccc;
    padding: 0 5px;
    margin: 10px 0;
    }

.social a:hover {
    color: #fff;
    }


.social  a:hover img,
.btnBusinessCare a:hover img {
    opacity:.7;
    }

a.carousel-control 
{
    color:#0081c7 !important;
    font-size:12px;
    text-transform:uppercase;   
    padding:5px 0;
    display:block;
    } 

.right.carousel-control {
    float:right;
    margin:5px 0 10px 0; 
    }
    
.left.carousel-control {
    float:left;
    margin:5px 0 10px 0; 
    }

.left.carousel-control i {
    margin-right:5px;
    }
    
.right.carousel-control i {
    margin-left:5px;
    }

/*  NAV BAR  */

/*.navbar-nav {
    text-align:center;
    margin-top:10px;
    }

.navbar-nav li {
    display:inline;
    float:none !important;
    }

.navbar-nav li a {
    font-size:11px;
    color:#919190;
    text-decoration:none;
    padding:1px 10px;
    text-transform:uppercase;
    float:none !important;
    }

.navbar-nav li a:hover {
    color:#000 !important;
    }
*/
    
/*   MENU LINKS   */

.boxMenuLinks {
    text-align:center;
    margin-top:8px;
    }

.boxMenuLinks li {
    display:inline;
    border-right:1px solid #141215;
    }

.boxMenuLinks li a {
    font-size:14px;
    color:#141215;
    text-decoration:none;
    padding:1px 10px;
    text-transform:uppercase;
    }

.boxMenuLinks li:last-child {
    border-right:0 !important;
    }

.boxMenuLinks li a:hover {
    color:#999 !important;
    }

    

  
/*   SELECT   */
.shoppingList {
    position:relative;
    }

.styled-select {
   width: 230px;
   height: 28px;
   overflow: hidden;
   background:#bb0300;
   position:absolute;
      left: 0;
      top: 0;
      z-index: -2;
   }

.shoppingList select {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: transparent;
      color: #fff;
      outline: none;
      width: 100%;
      padding: 6px;
      text-overflow: "";
      border:none;
    }

.shoppingList select option {
    color:#666;
    }

    .dropdown:after {
    /*background:#bb0300;*/
    color: #999;
      content: "\f078";
      font-family: 'FontAwesome';
      font-size: 10px;
      padding:8px;
      position: absolute;
      right: -8px;
      top: 5px;
      bottom: 0;
      z-index: -1;
    }

    /* This hides dropdown button arrow in IE */
    select::-ms-expand {
      display: none;
    }

    /* This hides focus around selected option in FF */
    select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #000;
    }
    
/*   BANNERS TITLES   */

/*   BANNER 2   */

.boxBanner2 .col-md-6 a {
    color:#fff !important;
    }
    
.boxBanner2 .col-md-6 {
    position:relative;
    /*height:400px;
    overflow:hidden;*/
    color:#fff;
    line-height:110%;
    border-right:2px solid #fff;
    }

.boxBanner2 .col-md-6:last-child {
    border-right:0 !important;
    }

.boxBanner2 .col-md-6 a img,
.boxBanner2 .col-md-6 img {
    width:100% !important;
    position:absolute;
    top:0;
    left:0;
    z-index:0;
    }
    
.boxBanner2 h2.tit01,
.boxBanner2 h2.tit02 {
    font-size:46px;
    background:url(../img/bkg_tit.png);
    padding:20px;
    position:relative;
    z-index:10;
    display:block;
    width:100%;
    }

.boxBanner2 h2.tit01 {
    position:absolute;
    top:50%;
    }

.boxBanner2 h2.tit02 {
    position:absolute;
    bottom:20px;
    }
    
.boxBanner2 h2.tit01 strong,
.boxBanner2 h2.tit02 strong {
    }


/*   BANNER 3   */

.boxBanner3 .col-md-4 a {
    color:#fff !important;
    }
    
.boxBanner3 .col-md-4 {
    position:relative;
    /*height:400px;
    overflow:hidden;*/
    color:#fff;
    line-height:110%;
    border-right:2px solid #fff;
    }

.boxBanner3 .col-md-4:last-child {
    border-right:0 !important;
    }

.boxBanner3 .col-md-4 a img,
.boxBanner3 .col-md-4 img {
    width:100% !important;
    position:absolute;
    top:0;
    left:0;
    z-index:0;
    }
    
.boxBanner3 h2.tit01,
.boxBanner3 h2.tit02,
.boxBanner3 h2.tit03 {
    font-size:30px;
    background:url(../img/bkg_tit.png);
    padding:20px;
    position:relative;
    z-index:10;
    display:block;
    width:100%;
    }

.boxBanner3 h2.tit01 {
    position:absolute;
    top:50%;
    }

.boxBanner3 h2.tit02 {
    position:absolute;
    bottom:20px;
    }

.boxBanner3 h2.tit03 {
    position:absolute;
    top:60%;
    }
    
.boxBanner3 h2.tit01 strong,
.boxBanner3 h2.tit02 strong,
.boxBanner3 h2.tit03 strong {
    }
    
div.highlights div:nth-child(1) div.colItem {
    background:#882c7b;
    }

div.highlights div:nth-child(2) div.colItem {
    background:#86b511;
    }

div.highlights div:nth-child(3) div.colItem {
    background:#f0a71f;
    }



/**/

.boxShoppingTop {
    /*color:#d6dee4;*/
    }

.boxShoppingTop .row {
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    }

.boxShoppingTop > .row, 
.borderBottomDotted
 {
    border-bottom: 1px dotted #999;
}

.boxShoppingTop p {
    color: #666;
    font-size: 14px !important;
    margin: 5px 0 10px 0;
    line-height: 140%;
    }

.shoppingCenterList a:hover {
    
    }
    
.shoppingCenterList {
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
    position:relative;
    }
    
.shoppingCenterList .item img {
    width:150px;
    height:auto;
    }

.shoppingCenterList p {
    color: #666;
    font-size: 14px !important;
    margin: 5px 0 10px 0;
    line-height: 140%;
    height: 60px;
    overflow: hidden;
    width: 85%;
    float: left;
}

.shoppingCenterList .item small {
    color:#004697;
    font-size:14px;
    text-transform:uppercase;
    font-weight:bold;
    position:absolute;
    bottom: 12px;
    right:0;
    }

.shoppingCenterList .item small:hover {
    color:#666;
    }

.shoppingCenterList .item h3 {
    font-size:18px;
    margin:0;
    }

.shoppingCenterList .item {
    height: 110px;
    padding-right: 0px;
    margin-bottom: 0px;
}

/**/

.shoppingCenterContents {
    margin-top: 40px;
    color:#141215;
    font-size:14px;
    line-height:140%;
    }

.shoppingCenterContents h2 {
    color:#11529e;
    font-size:30px;
    /*font-family: 'NeoSansMedium';*/
    }

.shoppingCenterContents h3 {
    color:#11529e;
    font-size:24px;
    background:none;
    text-align:left;
    }

.shoppingCenterContents h4 {
    color:#11529e;
    font-size:16px;
    /*font-family: 'NeoSansMedium';*/
    
    }    

.shoppingCenterContents .col-md-4.desc p {
    color:#999a9b;
    font-size:16px;
    line-height:140%;
    padding:0 40px 0 0;
    margin:10px 0 0 0; 
    }

.col-md-6.borderBottomDotted {
    height:130px;
    margin-bottom:20px;
    }
    
/**/

.boxFilters {
    margin: 0 0 10px 0;
    }

.boxFilters li {
    border-right:1px solid #999;
    padding:0 5px;
    text-transform:uppercase;
    float:left;
    }

.boxFilters li:last-child {
    border-right:0;
    }

.boxFilters li a {
    color:#000;
    text-decoration:none;
    font-size:14px;
    }

.boxFilters li a:hover {
    color:#004697;
    }

.boxFilters li a.active {
    color:#004697;
    }

/**/

.boxShare {
    float:right;
    z-index: 9999;
    position: relative;
    margin-top: -20px;
    }

.boxShare .social {
    float:right;
    }
    
.shoppingNavVertical {
    background:#abb4b4;
    padding-bottom:10px;
    /*min-height:300px;*/
    /*height:460px;*/
    height:100%;
    overflow-y:hidden;
    }

.shoppingNavVertical h3 {
    font-size:16px;
    color:#000 !important;
    background:#929e9e;
    padding:7px 10px;
    margin:0;
    }
    
.shoppingNavVertical li {
    font-size: 14px;
    line-height: 120%;
    /* color: #fff; */
    padding: 5px 10px;
    text-overflow: ellipsis; /* */
    white-space: nowrap;/*  */
    overflow: hidden; /* */
    }

.shoppingNavVertical li a {
    text-decoration:none;
    color:#fff;
    }

.shoppingNavVertical li a:hover {
    color:#004697;
    }

.shoppingNavVertical li a.active {
    color:#000;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow: hidden;
    }

/**/    

.shareBtns {
    float:left;
    }

.shareBtns a img {
    margin:12px 3px;
    text-decoration:none;
    }
.shareBtns a:hover {
    text-decoration:none;
    }
    
.shareBtns a:hover img {
    opacity:.7;
    }
/**/

.boxShoppingPlans {
     margin: 20px 0 10px 0;
     }

.boxStoresLogo {
    text-align:center;
    margin-bottom:10px;
    }
    
.boxStoresLogo img{
    max-height: 150px;
    max-width: 200px        
    }

.boxStoreID {
    text-align:center;
    text-transform:uppercase;
    color:#000;
    margin-bottom:10px;
    }

.boxStoreID p {
    font-size:20px;
    font-weight:bold;
    }

.boxStoreID small {
    font-size:12px;
    }

.phoneNumber {
    text-align:center;
    padding:5px;
    width:100%;
    font-size:18px;
    color:#000;
    border-top:1px solid #999;
    border-bottom:1px solid #999;
    margin:20px 0;/**/
    }
 
 .phoneNumber img {
     margin-right:5px;
     }

span.shareTxt {
    float: left;
    margin: 22px 10px 20px 40px;
    text-transform: uppercase;
    color: #c3c4c5;
    font-size: 10px;
    }

.boxListItem {
    padding: 5px;
    border-bottom: 1px dotted #cfcfcf;
    position: relative;
    margin: 0 5% 10px 5%;
    float: left;
    width: 90%;
    }

.boxListTxt {
    float:left;
    width:70%;
    height:105px;
    overflow-y:hidden;
    }

.boxListTxt.boxListTxt100 {
    width:100% !important;
}
    
.boxListTxt h2 {
    height:20px;
    margin:0;
    float:none !important;
    font-size:14px;
    text-transform:uppercase;
    color:#fda000;
    }

.boxListItem span.more {
    position:absolute;
    right: 5px;
    bottom: 10px;
    }

.listThumbnail {
    float:left;
    width:25%;
    }

.listThumbnail img {
    width:70px;
    height:100px;
    }
    
.boxForm {
    width:400px;
    margin:10px auto;
    }

.row .col-md-6 {
    padding:0;
}
    
.boxDocExterno.top.jobs .row .col-md-6,
.boxDocExterno.top.jobs .row .col-md-4,
.row.info .col-md-6 .row .col-md-6 {
    padding:0 5px;
    }
    
.btn-send a {
    background-position: 0% 0%;
    padding: 5px 15px !important;
    border-radius: 5px !important;
    font-size: 20px !important;
    color: #fff !important;
    border: 1px solid #666;
    text-decoration: none;
    display: block;
    margin: 10px auto 20px auto;
    width:150px !important;
    height:40px;
    
    /* Old browsers */  
    
    /* Firefox v3.6+ */
    /* safari v4.0+ and by Chrome v3.0+ */
    /* Chrome v10.0+ and by safari nightly build*/
    /* Opera v11.10+ */
    /* IE v10+ */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff999999,endColorstr=#ff666666,GradientType=0)";
    background-image: linear-gradient(180deg,rgb(153,153,153) 0%,rgb(102,102,102) 100%);
    background-color: #666;
    background-repeat: repeat;
    background-attachment: scroll;
}

/**/
.dropdown-menu {
    /*background: #e7e7e7 !important;*/
}


.dropdown-menu.panel {
    background: #dde4e5 !important;
    text-align:left;
    width:400px;
}

.dropdown-menu.panel li {
    float:left;
}

.dropdown-menu li a {
    float:left;
    color:#000 !important;
    text-decoration:none;
    line-height:180%;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

li.menuHighlight {
    float:right;
    margin:0 0 0 10px;
    
    }
    
li.menuHighlight img {
    width:220px;
    height:180px;
    }
    
    
/*########### MN 2014.09.01 ########    
li:hover > .dropdown-menu {
    display: block;
}
*/

b.caret {
    display:none;
    }
    
.txtDesc {
    float:left;
    margin-right:20px;
    }

/**/

.dropdown-menu {
    width:300px;
    }


.dropdown-menu li {
    text-align:left;
    }

.dropdown-menu .menuThumbnail img {
    width: auto;
    max-width: 100px;
    max-height: 180px;
    height: auto;
    float: right;
    margin: 0 5px 0 0px;
    border: 1px solid #ccc; 
    }

.descMovie {
    float:left;
    font-size:14px;
    color:#7f7f7f;
    margin-top:10px;
    }

.descMovie span {
    }

.boxPoster {
    float:left;
    margin-right:20px;
    }

.boxPoster img {
    width:260px;
    height:auto !important;
    }
    
.boxSinopse {
    border-top:1px dotted #000;
    padding:20px 0;
    color:#000;
    font-size:14px;
    line-height:140%;
    margin-top:20px;
    }
    
.boxSinopse strong {
    color:#000;
    font-weight:bold;
    margin-right:3px;
    }
    
 .shareTop {
     border-bottom:1px dotted #999;
     padding: 0 0 0px 0;
     margin-bottom:15px;
     }
     
.boxPlansThumbnail {
    text-align: center;
    width: 19%;
    display: inline-block;
}
     
  .boxPlansThumbnail a {
     color:#c2c2c2;
     font-size:14px;
     text-transform:uppercase;
     display:inline;
     }
     
  .boxPlansThumbnail img {
     max-width:180px;
     height:auto;
     text-align:center;
     }

  .boxPlansThumbnail a:hover {
    opacity:.7;
     }
     
   .boxPlansThumbnail a label {
    text-align:center;
    margin:10px 0;
    color:#c2c2c2;
     }

   .boxPlansThumbnail a.active label {
    text-align:center;
    margin:10px 0;
    color:#004697;
     }
     
 .boxPlans {
     width:100%;
     margin-top: 0px;
     margin-bottom:30px;
     }

 .boxPlans .col-md-9 {
     width:100%;
     margin-top: 140px;
     margin-bottom:30px;
     }     

 .boxPlans .col-md-9 img {
     width:100%;
     }

.storesListVertical {
    
    }


.storesListVertical li a {
    color:#004697;
    text-transform:uppercase;
    line-height: 180% !important;
    font-size: 14px;
    }

.storesListVertical li a:hover {
    color:#c2c2c2;
    text-transform:uppercase;
    line-height:140%;
    }
    
.boxStoresList .col-md-9 img {
    /*width:680px;*/
    text-align:center;
    }

.boxStoresList.plans .col-md-9 img {
    width:680px;/**/
    text-align:center;
    }
    
.boxFeatures {
    margin:30px 0 40px 0;
    line-height: 140%;
    }

.btnFooter#site_map {
    margin:10px 0 0 0;
    }
    
#site_map li {
    padding:5px 0;
    text-transform: uppercase;
    }
    
#ctl00_ContentPlaceHolder1_pnlSemRegistos {
    padding:20px;
    color: #004697 !important;
    font-size: 16px !important;
    }    

#ctl00_ContentPlaceHolder1_pnlSemRegistos:before {
    content: "\f06a";
	font-family: FontAwesome;
	margin-right:5px;
    }    

.boxPager {
    /*border-top: 1px solid #ccc;*/
    margin: 0 0 20px 0;
    text-align: right;
}
.boxPager ul.pagination {
	background: #fff;
    margin: 20px 0 0 0;
}
.pagination > li > a, 
.pagination > li > span {
	padding: 0px 12px !important;
    border-bottom: none !important;
    border-top: none !important;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.pagination > li:last-child > a {
    border-right: none !important;
    }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	/*background: #ccc !important;*/
	color:#333 !important;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-left: none !important;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
	border-bottom-left-radius: 0px !important;
	border-top-left-radius: 0px !important;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 2;
	color: #333 !important;
	cursor: default;
	/*background-color: #666 !important;
	border-color: #666 !important;*/
}
.pagination li a {
	color: #999 !important;
	font-size: 14px !important;
	padding:10px 16px;
}

.pagination li a i {
	font-size: 14px !important;
}


.pagination i.fa-angle-right {
    font-size: 14px !important;
}

.storeTxtFix {
    width:60%;
    float:right;
    }

h2.storeTxt {
    padding:0 20px;
    }

.col-md-5.storeTxt {
    padding:0 20px;
    min-height:240px;
    }

.col-md-4.storeTxt {
    padding:15px 10px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    min-height:240px;
    }

.storeDesc {
    color:#999;
    line-height:140%;
    font-size:14px;
    }

.storeDesc h3 {
    color:#999;
    margin-top:15px;
    margin-bottom:5px;
    font-size: 16px;
    }

.storeDesc li {
    color:#999;
    line-height:140%;
    font-size:14px;
    list-style:square;
    list-style-position: inside;
    }

/*   SITEMAP   */

.boxSitemap {
    margin-top:20px;    
    }

.boxSitemap h3 {
    font-size:20px;
    line-height:160%;
    color:#428bca;
    text-transform:uppercase;
    }

.boxSitemap ul.mainLinks,
.boxSitemap ul.shoppingLinks {
    margin-bottom:20px;
    }

.boxSitemap ul.mainSublinks {
    margin: 0px 20px 10px 20px;
    }
    
.boxSitemap li a {
    font-size:16px;
    line-height:160%;
    color:#333;
    text-transform:uppercase;
    text-decoration:none;
    }

.boxSitemap li a:hover,
.boxSitemap ul.mainSublinks li a:hover {
    color:#428bca;
    }

.boxSitemap li a:before {
    content: "\f105";
	font-family: FontAwesome;
	margin-right:10px;
	} 

.boxSitemap ul.mainSublinks li a {
    font-size:16px;
    line-height:160%;
    color:#999;
    text-transform:uppercase;
    }

/**/
    
.left.carousel-control {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size:14px;
    }
    
.right.carousel-control {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size:14px;
    }
  
.map {
    background-repeat:no-repeat !important;
    }
    
.txtDocExterno {
    line-height:140%;
    font-size:14px;
    color:#666;
    }

.panel.panel-default .panel-title h4 {
    color:#428bca !important;
    }

.boxPortfolio h2 {
    color: #000;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    }

.boxPortfolio a {
    text-decoration:none !important;
    }

.boxPortfolio .col-md-3:hover {
    opacity:.50;
    }

.boxPortfolio .col-md-3 .item  {
    padding:0 20px;
    }

.boxPortfolio .col-md-3 .item  p {
    height:35px !important;
    text-overflow:ellipsis;
    overflow:hidden;
    line-height:140%;
    color:#666;
    margin-top: 5px;
    }

.boxPortfolio .col-md-3 .item img {
    display: block;
    width: 100%;
    height: 126px;
}

.boxDocExterno .col-md-8,
.boxDocExterno .col-md-4 {
    padding:0 20px;
    }

.boxDocExterno .col-md-8 .boxVideo {
    margin-top:20px;
    }
    
.noPaddingLeft {
    padding-left:0 !important;
    }

.noPaddingRight {
    padding-right:0 !important;
    }
    
/**/

.paddingRight60 {
    padding-right: 60px !important;    
    }


/*   SCROLL   */

.offer-pg-cont{
    width: 100%;
    overflow-x: auto;
    margin: 0px;
}
span.arrow-top,span.arrow-bottom{
    display: block;
    position: absolute;
    background-color: #555;
    top: 40px;
    color:white;
    z-index: 2;
    cursor: pointer;
}
span.arrow-top{
    left: 0px;
}
span.arrow-bottom{
    right: 0px;
}
span.arrow-top:hover,.offer-pg span.arrow-bottom:hover{
    background-color: #333;
}
.offer-pg{
    width: 1500px;
}
.item-wrapper.offer-con{
    background-color: #333 !important;
}
.offer-con .left-item h4 {
    color: #fff;
    font-weight: normal;
    margin: 0px;
}
.offer-con .right-item{
    float: right;
    padding: 10px;
}
.offer-con .right-item h5{
    color: #cb9944;
    margin: 0px;
    font-size: 14px;
}
.offer-pg > .portfolio-item{
    width: 100px;
    background-color:blue;
    margin-left:10px;
    float:left;
}


/**/


.content{
	overflow: hidden;
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 100%;
	max-width: 97%;
	height: 420px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.content.hidden{ display: none; }

.content.light{
	background-color: #ddd;
	color: #333;
}

.col-md-12.mapalojadetalhe {
    padding: 0 20px;
    }
    
.listAgenda
{
    float: left;
    margin-top: -10px;
    margin-bottom: 10px;
}

/**/

.boxLogoJumbo {
    width:480px;
    height:480px;
    margin: 80px auto;
    position:relative;
    background:url("../img/bkg_logo_jumbo.png");
    border-radius:240px;
    text-align:center;
    padding:100px 0;
    position:relative;
    z-index:200;
    }

.footerLogo {
    background:url("../img/bkg_footer.jpg") center bottom no-repeat;
    padding-bottom:20px;
    margin-bottom:20px;
    }
    
.boxAbout {
    background:#F0E4EA;
    padding:20px 30px;
    margin:20px 0;
    border-radius:5px;
    }

.boxAbout p {
    line-height:150%;
    font-size:14px;
    }

.boxAbout img {
    height:220px;
	width:220px;
	border-radius:150px;
	box-shadow:0 0 3px #999;
	float:left;
	margin:0 20px 0 0;
    }
    
.boxContentsWrapper h1 {
    color: #9B0000;
    font-size: 36px;
    text-transform: uppercase;
    display: block;
    padding: 90px 40px;
    width: 960px;
    margin: 0 auto;
    height: 100%;
    text-align: right;
    text-shadow:1px 1px 1px #666;
}   

a.formBtn {
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 16px;
    color: #B47797;
    border: 1px solid #ccc;
    text-decoration: none;
    display: block;
    float: left;
    margin: 0 0 30px 20px;
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */

    } 

a:hover.formBtn,
.btn-send a:hover {
    color:#666 !important;
    border:1px solid #ccc !important;
    background:#ccc !important;
    } 

.boxDocExterno small {
    margin-left:10px;
    color:#999;
    }
    


.boxDocExterno p em {
    font-style:italic;
    }
    
.form-control {
    padding: 3px 5px !important;
    font-size: 16px !important;
    line-height: 140% !important;
    color: #333 !important;
    background-color: #999 !important;
    border: 1px solid #666 !important;
    border-radius: 5px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.boxNewsletter {
    width:50%;
    margin:0px auto 40px auto;
    }

.boxNewsletter label {
    text-align:left !important;
    font-size:14px;
    color: #B47797 !important;
    margin:-10px 0 5px 5px;
    }
    
.boxNewsletter input[type=text] {
    border-radius:5px 0 0 5px !important;
    background:#fafafa !important;
    }
    
.boxNewsletter a.btn.btn-default {
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */
    }

.boxNewsletter i.fa {
    color: #B47797 !important;
    }
    
.footerContent a {
    color: #fff !important;
    text-decoration: none;
}       

.footerContent a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.caroufredsel_wrapper {
    height:500px !important;
    }   

.homeContacts {
    width:960px;
    margin:0 auto;
    }

.homeContacts .boxMap {
    height:220px !important;
    }



.row.info .col-md-6 {
    margin: 0 2%;
    width: 46%;
    }

.row.homeContacts .row.info .col-md-6 textarea {
    height: 120px;
    }    

.row.info .col-md-6 textarea {
    height: 160px;
    }  
/*
.RadCaptcha.RadCaptcha_Default {
    float:left;
    width: 65%;
    }
 */   

.RadCaptcha.RadCaptcha_Default img.CaptchaImage {
    /*width:auto !important;*/
    height:34px !important;
    float: left;
    }
    
.row.homeContacts h3 {
    color:#fff !important;
    }

    

::-webkit-input-placeholder { /* WebKit browsers */
    color:#333 !important;
    font-size:12px;
    font-style:italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#333 !important;
   opacity:1;
   font-size:12px;
   font-style:italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#333 !important;
   opacity:1;
   font-size:12px;
   font-style:italic;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:#333 !important;
   font-size:12px;
   font-style:italic;
}

/*   !!!   */

.homeContacts .boxMap.contacts {
    margin: 10px 0px 0 0px;
}

.boxMap.contacts {
    margin: 10px 0px 0 40px;
    border-radius: 5px;
}


input:focus,
input.CaptchaTextBox:focus,
textarea:focus {
    border: 1px solid #fff !important;
    outline:none;
    }/**/
    
/**/   
img.CaptchaImage  {
    width:auto !important;
    }
