@charset "UTF-8";

::selection {
	background: #d6d6d8; /* Safari */
}
	
::-moz-selection {
	background: #d6d6d8; /* Firefox */
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html {
    position: relative;
    min-height: 100%;
	font-family: 'Cousine', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.4;
	color: #323236;
	background: #e8e8e6;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

h1 {
	font-family: 'Cousine', sans-serif;
	font-weight: 400; 
	font-size: 25px;
	color: #df0020;
	line-height: 1;
	margin-bottom: 40px;
}

h2 {
	font-family: 'Cousine', sans-serif;
	font-weight: 700; 
	font-size: 20px;
	color: #323236;
	line-height: 1;
	margin-bottom: 28px;
} 

h3 {
	font-family: 'Cousine', sans-serif;
	font-weight: 700; 
	font-size: 16px;
	color: #323236;
}  
 
h4 {
	font-family: 'Cousine', sans-serif;
	font-weight: 400; 
	font-size: 15px;
	color: #323236;
	line-height: 1.4;
}  

h5 {
	font-family: 'Cousine', sans-serif;
	font-weight: 400; 
	font-size: 12px;
	color: #323236;
	line-height: 1.2;
}  

h6 {
	font-family: 'Cousine', sans-serif;
	font-weight: 400; 
	font-size: 15px;
	color: #323236;
	line-height: 1.2;
	margin-bottom: 30px;
} 

.para {
    background: url('../img/bg-in-1.gif');
    position: absolute;
    z-index: 0;
}

.para2 {
    background: url('../img/bg-in-2.gif');
    position: absolute;
    z-index: 0;
}

#bg {
	width: 320px;
	height: 480px;
	left: 167px;
	top: 700px;
} 

.wh {
	background: #fff;
    position: absolute;
    z-index: 11111;
}

#white-banner {
    width: 650px;
    height: 50px;
    right: 0px;
    top: 350px;
} 

#wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
    z-index: 0;
    overflow: hidden;
}

#wrap {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

#header {
	width: 100%;
}

#strip {
    width: 50%;
    background: #fff;
    height: 60px;
    position: absolute;
    top: 0;
	z-index: 8888;
}

#menu-bg {
	width: 950px;
    height: 60px;
	float: left;
	position: relative;
	background: #fff;
	z-index: 9999;
}

#cssmenu ul {
  margin: 0;
  padding: 0;
}

#cssmenu li {
  margin: 0;
  padding: 0;
}

#cssmenu a {
  margin: 0;
  padding: 0;
}

#cssmenu ul {
  list-style: none;
}

#cssmenu a {
  text-decoration: none;
}

#cssmenu {
  height: 60px;
  background-color: #FFF;
  width: auto;
}

#cssmenu > ul > li {
  float: left;
  margin-left: 0px;
  position: relative;
}

#cssmenu > ul > li > a {
	color: #323236;
	font-family: 'Cousine', sans-serif;
	font-size: 15px;
	font-weight: 700; 
	line-height: 63px;
	padding: 36px 35px;
	-webkit-transition: color .15s;
	-moz-transition: color .15s;
	-o-transition: color .15s;
	transition: color .15s;
}

#cssmenu > ul > li > a:hover {
  color: #df0020;
}

#cssmenu > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  background-color: #FFF;
  text-align: left;
  position: absolute;
  top: 60px;
  left: 16px;
  width: 180px;
  -webkit-transition: all .3s .1s;
  -moz-transition: all .3s .1s;
  -o-transition: all .3s .1s;
  transition: all .3s .1s;
}

#cssmenu > ul > li:hover > ul {
  opacity: 1;
  top: 60px 
  left: 16px;
  visibility: visible;
}

#cssmenu > ul ul > li {
  position: relative;
}

#cssmenu ul ul a {
  color: #323232;
  font-family: 'Cousine', sans-serif;
  font-weight: 700; 
  font-size: 15px;
  background-color: #FFF;
  padding: 11px 8px 10px 20px;
  display: block;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

#cssmenu ul ul a:hover {
  background-color: #df0020;
}

#cssmenu ul ul a:hover {
  background-color: #df0020;
  color: #FFF;
}

#logo {
	width: 66px;
    height: 46px;
	padding-top: 12px;
	margin-right: 247px;
	float: left;
	position: relative;
}

#strip_k {
    width: 100%;
    background: #000;
    height: 400px;
    position: absolute;
    top: 0;
	z-index: 7777;
}

#slider-D {
	width: 950px;
    height: 340px;
	float: left;
	position: relative;
    background: url('../img/capoeira-D.jpg');
	z-index: 7778;
}

#slider-E {
	width: 950px;
    height: 340px;
	float: left;
	position: relative;
    background: url('../img/capoeira-E.jpg');
	z-index: 7778;
}

#slider-F {
	width: 950px;
    height: 340px;
	float: left;
	position: relative;
    background: url('../img/capoeira-F.jpg');
	z-index: 7778;
}

#slider-G {
	width: 950px;
    height: 340px;
	float: left;
	position: relative;
    background: url('../img/capoeira-G.jpg');
	z-index: 7778;
}

#slider-H {
	width: 950px;
    height: 340px;
	float: left;
	position: relative;
    background: url('../img/capoeira-H.jpg');
	z-index: 7778;
}


#slider-I {
	width: 950px;
    height: 340px;
	float: left;
	position: relative;
    background: url('../img/capoeira-I.jpg');
	z-index: 7778;
}

#slider-J {
	width: 950px;
    height: 340px;
	float: left;
	position: relative;
    background: url('../img/capoeira-J.jpg');
	z-index: 7778;
}

#slider-K {
	width: 950px;
    height: 340px;
	float: left;
	position: relative;
    background: url('../img/capoeira-K.jpg');
	z-index: 7778;
}

#slider-L {
	width: 950px;
    height: 340px;
	float: left;
	position: relative;
    background: url('../img/capoeira-L.jpg');
	z-index: 7778;
}

#left {
	width: 250px;
	float: left;
	padding-top: 50px;
	padding-right: 50px;
	margin-bottom: 370px;
}

#space2 {
	margin-top: 7px;
	margin-bottom: 7px;
    width: 250px;
	height:43px;
    float: left;
    background: url('../img/lines-bg.gif');
}

#left-b {
	width: 180px;
	background-color: #fff;
	float: left;
	padding: 35px 35px 29px 35px;
}

#left-b ul {
	font-family: 'Cousine', sans-serif;
	font-weight: 700; 
	font-size: 20px;
	color: #df0020;
	line-height: 1;
	margin-bottom: 7px;
}

#right {
	width: 650px;
	float: left;
	margin-bottom: 370px;
}

#right-w {
	width: 550px;
	background: #FFF;
	float: left;
	padding: 0 50px 45px 50px;
}

#footer {
    width: 100%;
    height: 320px;
    position: absolute;
    bottom: 0;
	z-index: 0;
}

#footer-strip {
    width: 50%;
    background: #fff;
    height: 320px;
    position: absolute;
    bottom: 0;
	z-index: 8888;
}

#footer-wrap {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

#footer-main {
	width: 950px;
    height: 220px;
	float: left;
	position: relative;
	background: #fff;
	z-index: 9999;
	padding-bottom: 50px;
	padding-top: 50px;
}

#footer-main-wrap {
	width: 900px;
	float: left;
}

#footer-main-l {
	width: 728px;
	float: left;
}

#footer-main-r {
	height: 37px;
	width: 172px;
	float: left;
}

#footer-main-r-1 {
	height: 37px;
	width: 37px;
	float: left;
	margin-right: 8px;
}

#footer-main-r-2 {
	height: 37px;
	width: 37px;
	float: left;
}

div.wrapper{
	position:relative;
	height: 360px;
}

div.description{
	position:absolute;
	bottom:0px;
	left:0px;
	display:none; /* hide it */
	background-color:black;
	font-family: 'Cousine', sans-serif;
	font-weight: 400; 
	font-size: 13px;
	color: #fff;
}

div.description_content{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

img.floatLeft { 
    float: left; 
    margin-right: 22px; 
    margin-bottom: 1px; 
}

table, td, th {
	border: 1px solid black;
	text-align: center;
	line-height: 1;
	vertical-align:middle;
	padding-top: 12px;
	padding-bottom: 12px;
	font-family: 'Cousine', sans-serif;
	font-weight: 400; 
	font-size: 14px;
	color: #323236;
}

table {
	width: 550px;
	border-collapse: collapse;
	margin-bottom: 16px;
}

th {
	width: 110px;
}

.scrollup {
    background: url("../img/icon_gototop.png") no-repeat scroll 0 0 transparent;
    bottom: 370px;
    display: none;
    height: 50px;
    position: fixed;
    right: 0px;
    text-indent: -9999px;
    width: 50px;
}

#info1 {
	margin-top: 29px;
	margin-bottom: 35px;
	margin-right: 10px;
	padding-left: 97px;
    width: 171px;
	height:98px;
    float: left;
	border: 1px solid #e0e0e0;
	background: url('../img/phone3.gif') no-repeat;
}

#info1 ul {
	font-family: 'Cousine', sans-serif;
	font-weight: 700; 
	font-size: 20px;
	color: #df0020;
	line-height: 0.8;
	margin-top: 34px;
}

#info2 {
	margin-top: 29px;
	margin-bottom: 35px;
	padding-left: 97px;
    width: 171px;
	height:98px;
    float: left;
	border: 1px solid #e0e0e0;
	background: url('../img/phone4.gif') no-repeat;
}

#info2 ul {
	font-family: 'Cousine', sans-serif;
	font-weight: 400; 
	font-size: 15px;
	color: #323236;
	line-height: 1.2;
	margin-top: 23px;
}

#map {
    width: 548px;
	height:358px;
	font-family: 'Cousine', sans-serif;
	font-weight: 400; 
	font-size: 15px;
	color: #ffffff;
    float: left;
	border: 1px solid #e0e0e0;
	margin-bottom: 23px;
}

ul {
	list-style: none;
}

li {
	margin-bottom: 7px;
}

label {
	text-align: left;
	margin-bottom: 7px;
}

.small {
	width: 235px;
	height: 43px;
	padding-left: 15px;
	border: none;
	font-family: 'Cousine', sans-serif;
	font-weight: 400; 
	font-size: 12px;
	color: #323236;
}

.large {
	width: 220px;
	height: 200px;
	padding-left: 15px;
	border: none;
	font-family: 'Cousine', sans-serif;
	font-weight: 400; 
	font-size: 12px;
	color: #323236;
	padding-top:15px;
	padding-right:15px;
	padding-bottom:15px;
}


.create_profile {
	width: 250px;
	height: 43px;
	background-color: #df0020;
	border: none;
	cursor: pointer;
	text-align: right;
	padding-right: 37px;
	font-family: 'Cousine', sans-serif;
	font-weight: 400; 
	font-size: 15px;
	color: #ffffff;
	background: url('../img/send-bg.gif') no-repeat;
}

textarea {
   resize: none;
}

textarea:focus {
   	outline: none !important;
    border: none;
}

input:focus {
   	outline: none !important;
    border: none;
}

input:focus::-webkit-input-placeholder{
    color: #ffffff !important;
}

input:focus::-moz-placeholder{
    color: #ffffff !important;
}

input:focus::placeholder{
    color: #ffffff !important;
}

input:focus::-o-placeholder{
    color: #ffffff !important;
}

textarea:focus::-webkit-input-placeholder{
    color: #ffffff !important;
}

textarea:focus::-moz-placeholder{
    color: #ffffff !important;
}

textarea:focus::placeholder{
    color: #ffffff !important;
}

textarea:focus::-o-placeholder{
    color: #ffffff !important;
}