

input[type="text"] {
  font-size: 16px;
}

body {
	background: ;
}

.board {
	margin: 0px auto;
	padding: 3px;
	background: #fff;
	border: 1px solid #000;
}

h2.header {
	margin: 20px auto;
	color: rgba(0,0,0, 1);
	font-size: 2em;
	text-shadow: 1px 1px 3px rgba(103,0,0, .4);
	text-align: center;
}

h3.title {
	display: block;
	margin: 0px auto;
	width: 100%;
	font-size: 2em;
	text-shadow: 1px -1px 1px rgba(0,0,0, .5);
	color: rgba(103,0,0, 1);
	text-align: left;
	color: #000;
}

h3.one {
	margin-left: 50px;
}

.vert {
	margin: 0px 10px;
}

.horz {
	margin: 10px 0px;
}

.tall {
	width: 60%;
}

span.tall,
h5,
ul.going {
	display: none;
}

hr.one {
	margin: 0px auto;
	border: 0;
	width: 50%;
	height: 1px;
	background: #333;
	background-image: linear-gradient(to right, #ccc, #333, #ccc);
}


hr.two {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

img.coup1 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 65%;
	margin-left: -900px;
	transition: ease all 3s;
}

/* body
--------------------------------------------------------- */

.port {
	display: none;
	position: fixed;
	top: -20px;
	right: 0px;
	width: 59.5%;
	margin: 106px -10px 0px 0px;
}

/* panels
--------------------------------------------------------- */

div.panel1 {
	display: none;
}

div.active1 {
	display: block;
}

/* end panels
--------------------------------------------------------- */

/* tab1
--------------------------------------------------------- */

div.tab1 {
	margin: 50px auto;
	padding: 10px 10px 30px 10px;
	width: 90%;
}

/* end tab1
--------------------------------------------------------- */

/* tabs1
--------------------------------------------------------- */

ul.tabs1 {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	transition: ease all .5s;
	z-index: 9999999999999999999999999999999999999999999999999999999999;
}

ul.tabs1 h1 {
	display: none;
}

ul.tabs1 li {
	display: inline-block;
	margin: 0px auto;
	padding: 18px 0px;
	width: 14%;
	text-transform: uppercase;
	font-size: .7em;
	transition: ease all .5s;
	background: rgba(130,0,0, 0);
}

ul.tabs1 a {
	color: #000;
}

ul.tabs1 li i {
	margin-right: 10px;
	font-size: 1.2em;
	transition: ease all 1s;
	opacity: 0;
}

ul.tabs1 li:hover,
ul.tabs1 li.active1 {
	color: rgba(0,0,0, .9);
	text-shadow: 0px 0px 1px rgba(103,0,0, .5);
}

ul.tabs1 li.active1 i {
	opacity: 1;
	transform: rotate(90deg);
}

ul.tabs1 li:hover i {
	opacity: 1;
}

.bod {
	box-shadow: 0px 0px 4px #000;
	transition: ease all .5s;
	background: rgba(256,256,256, .9);
}

/* end tabs1
--------------------------------------------------------- */

/* banner
--------------------------------------------------------- */

div#banner span {
	width: 50%;
	height: 75px;
	text-align: center;
	float: left;
}

h1.titulo {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 45px 0px 0px 75px;
	text-align: left;
	text-indent: 50px;
	font-family: curse;
	font-size: 4em;
	color: rgba(103,0,0, 1);
	text-shadow: 1px 1px 1px rgba(0,0,0, .5);
	font-weight: normal;
	background: rgba(0,0,0, 0);
	z-index: 50;
}

/* end banner
--------------------------------------------------------- */

.tran {
	position: relative;
	margin: 50px auto;
	padding: 40px;
	width: 90%;
	border: 3px solid #fff;
	outline: 1px solid #000;
	line-height: 30px;
	background: url(../img/grad1.png);
	background-size: cover;
	overflow: hidden;
	color: #000;
	text-shadow: 2px 2px 2px rgba(256,256,256, .9);
}

.tran img {
	margin: 0px 20px;
}

.sis {
	background: url(../img/grad1.png);
	background-size: cover;
}

/* test
--------------------------------------------------------- */

div.test {
	text-align: center;
}

div.test ul li {
	margin: 10px auto;
	padding: 20px 40px;
}

div.test ul li a {
	color: #000;
	transition: ease all .5s;
}

div.test ul li i {
	display: block;
	margin: 5px auto;
	font-size: 2em;
}

div.test ul li img {
	display: block;
	margin: 5px auto;
	width: 49%;
}

div.test ul li i,
div.test ul li img {
	opacity: .5;
	transition: ease all .5s;
}

div.test ul li:hover i {
	opacity: 1;
	color: #000;
}

div.test ul li:hover a {
	text-shadow: 1px 1px 1px rgba(00,0,0, .3);
}

/* end test
--------------------------------------------------------- */

/* row
--------------------------------------------------------- */

div.row {
	margin: 35px 13px;
	text-align: center;
}

span.row {
	vertical-align: top;
	display: inline-block;
	width: 49%;
}

.row p {
	display: inline-block;
	margin: 50px auto;
	padding: 25px 50px;
	width: 75%;
	border-radius: 12px;
	font-size: 1.2em;
	text-shadow: 1px -1px 0px rgba(0,0,0, .3);
	line-height: 30px;
	background: rgba(0,0,0, .1);
	box-shadow: 0px 0px 12px rgba(130,0,0, 0);
}

/* end row
--------------------------------------------------------- */

/* li cover
--------------------------------------------------------- */

div.ma {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 190px;
	height: 50px;
	background: rgba(0,0,0, 0);
	z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

div.maa {
	left: 98px;}

div.mab {
	left: 294px;
}

div.mac {
	left: 490px;
}

div.mad {
	left: 685px;
}

div.mae {
	left: 881px;
}

div.maf {
	left: 1076px;
}

/* end li cover
--------------------------------------------------------- */

/* main1
--------------------------------------------------------- */

div#main1 {
	text-align: center;
}

div#main1 div.them {
	display: block;
	margin: 0px auto;
	padding: 2px;
	width: 97.5%;
	height: 525px;
	background: url(../img/about3.jpg) no-repeat;
	background-size: cover;
	border: 2px solid rgba(256,256,256, 1);
	outline: 2px solid #000;
}

.container {
	position: absolute;
	top: 375px;
	left: 115px;
	width: 30%;
	height: 200px;
}

.container div {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 1.2em;
	margin: auto;
	width: 100%;
	height: 200px;
	line-height: 32px;
	text-align: center;
	border-radius: 8px;
	background: rgba(256,256,256, .4);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

div.a1 {
	padding: 35px 10px 0px;
}

div.a2 {
	padding: 85px 10px 0px;
}

div.a3 {
	padding: 60px 10px 0px;
}

/* end main1
--------------------------------------------------------- */

/* main3
--------------------------------------------------------- */

p.linear {
	display: block;
	margin: 50px auto;
	padding: 12px;
	width: 100%;
	line-height: 25px;
	border: 3px solid #fff;
	outline: 1px solid #000;
	font-size: 1em;
	text-align: center;
	background: #fedbed;
}

p.linear span {
	display: block;
	margin: 50px auto;
}

p.linear img {
	margin-right: 50px;
	float: left;
}

/* main3
--------------------------------------------------------- */

/* main4
--------------------------------------------------------- */

ul.dance {
	margin: 75px auto;
	width: 60%;
}

ul.dance h2 {
	margin: 10px auto 40px;
	text-align: left;
	font-size: 1.2em;
	text-shadow: 1px 1px 1px rgba(0,0,0, .6);
	font-weight: bold;
	border-bottom: 1px solid rgba(0,0,0, .4);
}

ul.dance li {
	margin: 0px 20px;

	text-transform: lowercase;
}

span.bold {
	font-weight: lighter;
	text-shadow: 1px 1px 1px rgba(103,0,0, .6);
}

select {
	padding: 4px 8px;
	background: transparent;
	border: none;
	border-bottom: 1px solid transparent;
	outline: none;
	transition: ease all .5s;
	text-align: center;
	color: #000;
}

select:hover {
	border-bottom: 1px solid #000;
	text-shadow: 1px -1px 1px rgba(0,0,0, .5);
}

/* end main4
--------------------------------------------------------- */

/* main5
--------------------------------------------------------- */

iframe.wedding {
	display: block;
	margin: 30px auto;
	width: 600px;
	height: 340px;
	border: none;
	outline: none;
	box-shadow: 0px 0px 4px #000;
}

/* end main5
--------------------------------------------------------- */

/* main6
--------------------------------------------------------- */

#main6 div.box {
	margin: 50px auto;
	width: 90%;

}

#main6 div.box h3 {
	font-size: 1.5em;

}

#main6 div.box p {
	margin: 30px auto;
	font-size: 1.2em;
	color:grey;
}

div.tri div {
	display: inline-block;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	background: linear-gradient(white,black);
}

/* end main6
--------------------------------------------------------- */

/* footer
--------------------------------------------------------- */

div.footer {
	margin: 0px auto 50px;
	width: 90%;
	background: linear-gradient(#b9def9,#b9def9,#fff);
	text-align: center;
	border: 3px solid #fff;
	outline: 1px solid #000;
	text-shadow: 1px 1px 1px rgba(0,0,0, .2);
}

div.footer h4.less {
	margin: 50px auto;
	padding: 10px;
	width: 80%;
	font-weight: normal;
}

div.footer span {
	padding: 20px;
	width: 33.3%;
	height: 350px;
	float: left;
}

div.footer span h2 {
	margin: 0px auto 25px;
	font-size: 2em;
	color: #fff;
	font-weight: normal;
}

div.footer span:nth-child(2) p {
	margin: 20px auto;
}

ul.foot {
	text-align: left;
}

ul.foot li {
	margin: 10px auto;
	width: 100%;
	text-align: left;
	font-size: .9em;
	color: #000;
	text-indent: 23px;
	background: rgba(0,0,0, 0);
}

ul.foot li a {
	color: #000;
}

div.footer span:nth-child(2) {
	padding: 4px;
	padding-top: 20px;
}

ul.foot li p {
	margin: 6px auto;
	font-size: 1.1em;
	font-weight: none;
	text-shadow: 1px -1px 0px rgba(0,0,0, .3);
	color: #000;
}

.i-con {
	display: block;
	margin-right: 8px;
}

iframe.loc {
	display: block;
	margin: 25px auto;
	width: 90%;
	height: 300px;
	border: 0px;
	border: 3px solid #fff;
	outline: 1px solid #000;
}

h4.classy {
	display: block;
	margin: 35px auto;
	width: 100%;
	text-align: left;
	font-size: .6em;
	text-transform: uppercase;
	text-align: center;
	color: rgba(103,0,0, 1);
	text-shadow: 1px 1px 1px rgba(0,0,0, .5);
	font-weight: normal;
}

/* end footer
----------------------------------------------------------------- */

/* social
----------------------------------------------------------------- */

article {
    position: fixed;
    top: 220px;
    right: 0px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    transition: .5s ease-in;
    background: rgba(0,0,0, 0);
}

article a span {
	position: absolute;
	left: 100px;
	margin: 2px auto;
	padding: 5px;
	width: 100px;
	text-align: center;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: .6em;
	font-weight: bolder;
	opacity: 0;
	transition: ease all .5s;
}

article a:hover span {
	left: -100px;
	opacity: 1;
	transition: ease all .5s;
	background: rgba(103,0,0, 1);
	color: #fff;
}

article .menushow {
	margin: 0;
}

article .menushow i {
	transform: rotateY(180deg);
}

article a {
    display: block;
    padding: 10px 10px;

}

article a i {
	padding: 2px;
	color: rgba(103,0,0, .7);
	font-size: 1.3em;
	transition: ease all .5s;
	text-shadow: 1px 1px 1px #fff;
}

article a i:hover {
	color: rgba(103,0,0, 1);
}

.soc {
	display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 4px;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    transition: .5s ease-in;
}

/* end social
----------------------------------------------------------------- */

/* form
----------------------------------------------------------------- */

label {
    display: block;
	position: absolute;
	margin: -5px 0px 0px 20px;
	padding: 6px 10px 6px 6px;
	border-radius: 4px;
	background: #b9def9;
	color: rgba(0,0,0, 1);
	transition: ease all .5s;
}

.label-normal {
    font-weight: normal;
}

.pattern {
    color: #808080;
    font-size: 0.8em;
    font-weight: normal;
}

.supports-color .color,
.supports-date .date,
.supports-time .time,
.supports-month .mont {
    display: none;
}

input {
    display: inline-block;
    background: transparent;
    font-size: 1em;
    margin: .7em auto;
    padding: .7em 0.5em;
    width: 90%;
    border: 1px solid rgba(0,0,0, .3);
    border-radius: 6px;
    transition: ease all .5s;
    text-indent: 0px;
}

input:hover,
select:hover {
    background: #fff;
    color: #000;
}

input:focus,
select:focus {
    border: 1px solid rgba(0,0,0, 0);
    outline: none;
    background: #fff;
}

[type="checkbox"],
[type="radio"] {
    margin-bottom: 0.5em;
    width: auto;
}

input[type="submit"],
input[type="button"]{
	width: 40%;
    background: linear-gradient(#b9def9,#4fb0f4);
    border: none;
    padding: 10px 20px 10px 20px;
    border: 1px solid rgba(0,0,0, .3);
    text-shadow: 1px 1px 1px rgba(0,0,0, .2);
    border-radius: 3px;
    color: rgba(0,0,0, 1);
    font-size: .8em;
    text-transform: uppercase;
    transition: ease all .5s;
    text-indent: 0px;
}
input[type="submit"]:hover,
input[type="button"]:hover{
    background: linear-gradient(#4fb0f4,#b9def9);
    color:#fff;
}

/* end form
----------------------------------------------------------------- */


/* desktop
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------ */



@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {

input[type="text"] {
  font-size: 16px;
}

body {
	background: ;
}

.board {
	padding: 3px;
	background: #fff;
	border: 1px solid #000;
}

h2.header {
	margin: 20px auto;
	color: rgba(0,0,0, 1);
	font-size: 2em;
	text-shadow: 1px 1px 3px rgba(103,0,0, .4);
	text-align: center;
}

h3.title {
	margin: 20px auto;
	width: 100%;
	font-size: 2em;
	text-shadow: 1px -1px 1px rgba(0,0,0, .5);
	color: rgba(103,0,0, 1);
	text-align: left;
	color: #000;
}

h3.one {
	margin-left: 50px;
}

.vert {
	margin: 0px 10px;
}

.horz {
	margin: 10px 0px;
}

.tall {
	width: 60%;
}

span.tall,
h5,
ul.going {
	display: none;
}

hr.one {
	margin: 0px auto;
	border: 0;
	width: 50%;
	height: 1px;
	background: #333;
	background-image: linear-gradient(to right, #ccc, #333, #ccc);
}


hr.two {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/* body
--------------------------------------------------------- */

/* panels
--------------------------------------------------------- */

div.panel1 {
	display: none;
}

div.active1 {
	display: block;
}

/* end panels
--------------------------------------------------------- */

/* tab1
--------------------------------------------------------- */

div.tab1 {
	margin: 50px auto;
	padding: 10px 10px 30px 10px;
	width: 90%;

}

/* end tab1
--------------------------------------------------------- */

/* tabs1
--------------------------------------------------------- */

ul.tabs1 {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	transition: ease all .5s;
	z-index: 9999999999999999999999999999999999999999999999999999999999;
}

ul.tabs1 h1 {
	display: none;
}

ul.tabs1 li {
	display: inline-block;
	margin: 0px auto;
	padding: 18px 0px;
	width: 14%;
	text-transform: uppercase;
	font-size: .7em;
	transition: ease all .5s;
	background: rgba(130,0,0, 0);
}

ul.tabs1 a {
	color: #000;
}

ul.tabs1 li i {
	margin-right: 10px;
	font-size: 1.2em;
	transition: ease all 1s;
	opacity: 0;
}

ul.tabs1 li:hover,
ul.tabs1 li.active1 {
	color: rgba(0,0,0, .9);
	text-shadow: 0px 0px 1px rgba(103,0,0, .5);
}

ul.tabs1 li.active1 i {
	opacity: 1;
	transform: rotate(90deg);
}

ul.tabs1 li:hover i {
	opacity: 1;
}

.bod {
	box-shadow: 0px 0px 4px #000;
	transition: ease all .5s;
	background: rgba(256,256,256, .9);
}

/* end tabs1
--------------------------------------------------------- */

/* banner
--------------------------------------------------------- */

div#banner span {
	width: 50%;
	height: 75px;
	text-align: center;
	float: left;
}

h1.titulo {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 60px 0px 0px 75px;
	text-align: left;
	text-indent: 50px;
	font-family: curse;
	font-size: 5em;
	color: rgba(103,0,0, 1);
	text-shadow: 1px 1px 1px rgba(0,0,0, .5);
	letter-spacing: .1em;
	font-weight: normal;
	background: rgba(0,0,0, 0);
	z-index: 50;
}

/* end banner
--------------------------------------------------------- */

.tran {
	position: relative;
	margin: 50px auto;
	padding: 40px 30px;
	width: 90%;
	border: 3px solid #fff;
	outline: 1px solid #000;
	line-height: 30px;
	background: url(../img/grad1.png);
	background-size: cover;
	overflow: hidden;
	color: #000;
	text-shadow: 2px 2px 2px rgba(256,256,256, .9);
}

.sis {
	background: url(../img/grad1.png);
	background-size: cover;
}

/* test
--------------------------------------------------------- */

div.test {
	text-align: center;
}

div.test ul li {
	margin: 10px auto;
	padding: 20px 40px;
}

div.test ul li a {
	color: #000;
	transition: ease all .5s;
}

div.test ul li i {
	display: block;
	margin: 5px auto;
	font-size: 2em;
}

div.test ul li img {
	display: block;
	margin: 5px auto;
	width: 49%;
}

div.test ul li i,
div.test ul li img {
	opacity: .5;
	transition: ease all .5s;
}

div.test ul li:hover i {
	opacity: 1;
	color: #000;
}

div.test ul li:hover a {
	text-shadow: 1px 1px 1px rgba(00,0,0, .3);
}

/* end test
--------------------------------------------------------- */

/* row
--------------------------------------------------------- */

div.row {
	margin: 35px 13px;
	text-align: center;
}

span.row {
	vertical-align: top;
	display: inline-block;
	width: 45%;
}

.row p {
	display: inline-block;
	margin: 50px auto;
	padding: 25px 50px;
	width: 75%;
	border-radius: 12px;
	font-size: 1.2em;
	text-shadow: 1px -1px 0px rgba(0,0,0, .3);
	line-height: 30px;
	background: rgba(0,0,0, .1);
	box-shadow: 0px 0px 12px rgba(130,0,0, 0);
}

/* end row
--------------------------------------------------------- */

/* li cover
--------------------------------------------------------- */

div.ma {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 190px;
	height: 50px;
	background: rgba(0,0,0, 0);
	z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

div.maa {
	left: 98px;}

div.mab {
	left: 294px;
}

div.mac {
	left: 490px;
}

div.mad {
	left: 685px;
}

div.mae {
	left: 881px;
}

div.maf {
	left: 1076px;
}

/* end li cover
--------------------------------------------------------- */

/* main1
--------------------------------------------------------- */

div#main1 {
	text-align: center;
}

div#main1 div.them {
	display: block;
	margin: 0px auto;
	padding: 2px;
	width: 97.5%;
	height: 525px;
	background: url(../img/about3.jpg) no-repeat;
	background-size: cover;
	border: 2px solid rgba(256,256,256, 1);
	outline: 2px solid #000;
}

div#main1 span {
	display: inline-block;
	vertical-align: top;
	margin: 30px 10px;
	padding: 15px;
	padding-top: 27px;
	width: 31%;
	border: 3px solid #fff;
	outline: 1px solid rgba(63,26,12, 1);
	text-align: center;
	line-height: 25px;
	background: linear-gradient(#fff,#d79898);
	color: rgba(0,0,0, 1);
	font-size: 1.2em;
	text-shadow: 1px -1px 0px rgba(0,0,0, .5);
}

div.box {
	margin: 30px auto;
	padding: 15px;
	width: 90%;
	border: 3px solid #fff;
	outline: 1px solid rgba(63,26,12, 1);
	text-align: center;
	background: url(../img/grad1.png);
	background-size: cover;
	color: #999;
	font-size: 1.2em;
	text-shadow: 1px 1px 1px rgba(0,0,0, .9);
}

div.box p {
	display: block;
	margin: 75px auto;
	width: 75%;
	font-size: 3em;
}

div.box h3 {
	margin: 35px auto;
	text-align: center;
}

div#main1 span p {
	margin: 20px auto 10px;
	font-size: 1em;
	text-align: center;
}

div#main1 span img {
	display: block;
	margin: 20px auto;
	width: 25%;
}

div#main1 span:nth-child(3) img {
	margin-top: 70px;
}

/* end main1
--------------------------------------------------------- */

/* main3
--------------------------------------------------------- */

p.linear {
	display: block;
	margin: 50px auto;
	padding: 12px;
	width: 75%;
	line-height: 25px;
	border: 3px solid #fff;
	outline: 1px solid #000;
	font-size: 1em;
	text-align: center;
	background: #ffedf6;
}

p.linear span {
	display: block;
	margin: 50px auto;
}

p.linear img {
	margin-right: 50px;
	float: left;
}

/* main3
--------------------------------------------------------- */

/* main4
--------------------------------------------------------- */

ul.dance {
	margin: 75px auto;
	width: 60%;
}

ul.dance h2 {
	margin: 10px auto 40px;
	text-align: left;
	font-size: 1.2em;
	text-shadow: 1px 1px 1px rgba(0,0,0, .6);
	font-weight: bold;
	border-bottom: 1px solid rgba(0,0,0, .4);
}

ul.dance li {
	margin: 0px 20px;

	text-transform: lowercase;
}

span.bold {
	font-weight: lighter;
	text-shadow: 1px 1px 1px rgba(103,0,0, .6);
}

select {
	padding: 4px 8px;
	background: transparent;
	border: none;
	border-bottom: 1px solid transparent;
	outline: none;
	transition: ease all .5s;
	text-align: center;
	color: #000;
}

select:hover {
	border-bottom: 1px solid #000;
	text-shadow: 1px -1px 1px rgba(0,0,0, .5);
}

/* end main4
--------------------------------------------------------- */

/* main5
--------------------------------------------------------- */

iframe.wedding {
	display: block;
	margin: 30px auto;
	width: 600px;
	height: 340px;
	border: none;
	outline: none;
	box-shadow: 0px 0px 4px #000;
}

/* end main5
--------------------------------------------------------- */

/* main6
--------------------------------------------------------- */

#main6 div.box {
	margin: 50px auto;
	width: 75%;

}

#main6 div.box h3 {
	font-size: 1em;

}

#main6 div.box p {
	margin: 30px auto;
	font-size: 1em;
}

div.tri div {
	display: inline-block;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	background: linear-gradient(white,black);
}

/* end main6
--------------------------------------------------------- */

/* footer
--------------------------------------------------------- */

div.footer {
	margin: 0px auto 50px;
	width: 90%;
	background: linear-gradient(#b9def9,#b9def9,#fff);
	text-align: center;
	border: 3px solid #fff;
	outline: 1px solid #000;
	text-shadow: 1px 1px 1px rgba(0,0,0, .2);
}

div.footer h4.less {
	margin: 50px auto;
	padding: 10px;
	width: 80%;
	font-weight: normal;
}

div.footer span {
	padding: 20px;
	width: 33.3%;
	height: 350px;
	float: left;
}

div.footer span h2 {
	margin: 0px auto 25px;
	font-size: 2em;
	color: #fff;
	font-weight: normal;
}

div.footer span:nth-child(2) p {
	margin: 20px auto;
}

ul.foot {
	text-align: left;
}

ul.foot li {
	margin: 10px auto;
	width: 100%;
	text-align: left;
	font-size: .9em;
	color: #000;
	text-indent: 23px;
	background: rgba(0,0,0, 0);
}

ul.foot li a {
	color: #000;
}

div.footer span:nth-child(2) {
	padding: 4px;
	padding-top: 20px;
}

ul.foot li p {
	margin: 6px auto;
	font-size: 1.1em;
	font-weight: none;
	text-shadow: 1px -1px 0px rgba(0,0,0, .3);
	color: #000;
}

.i-con {
	display: block;
	margin-right: 8px;
}

iframe.loc {
	display: block;
	margin: 25px auto;
	width: 90%;
	height: 300px;
	border: 0px;
	border: 3px solid #fff;
	outline: 1px solid #000;
}

h4.classy {
	display: block;
	margin: 35px auto;
	width: 100%;
	text-align: left;
	font-size: .6em;
	text-transform: uppercase;
	text-align: center;
	color: rgba(103,0,0, 1);
	text-shadow: 1px 1px 1px rgba(0,0,0, .5);
	font-weight: normal;
}

/* end footer
----------------------------------------------------------------- */

/* social
----------------------------------------------------------------- */

article {
    position: fixed;
    top: 220px;
    right: 0px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    transition: .5s ease-in;
    background: rgba(0,0,0, 0);
}

article a span {
	position: absolute;
	left: 100px;
	margin: 2px auto;
	padding: 5px;
	width: 100px;
	text-align: center;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: .6em;
	font-weight: bolder;
	opacity: 0;
	transition: ease all .5s;
}

article a:hover span {
	left: -100px;
	opacity: 1;
	transition: ease all .5s;
	background: rgba(103,0,0, 1);
	color: #fff;
}

article .menushow {
	margin: 0;
}

article .menushow i {
	transform: rotateY(180deg);
}

article a {
    display: block;
    padding: 10px 10px;

}

article a i {
	padding: 2px;
	color: rgba(103,0,0, .7);
	font-size: 1.3em;
	transition: ease all .5s;
	text-shadow: 1px 1px 1px #fff;
}

article a i:hover {
	color: rgba(103,0,0, 1);
}

.soc {
	display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 4px;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    transition: .5s ease-in;
}

/* end social
----------------------------------------------------------------- */

/* form
----------------------------------------------------------------- */

label {
    display: block;
	position: absolute;
	margin: -5px 0px 0px 25px;
	padding: 6px 10px 6px 6px;
	border-radius: 4px;
	background: #b9def9;
	color: rgba(0,0,0, 1);
	transition: ease all .5s;
}

.label-normal {
    font-weight: normal;
}

.pattern {
    color: #808080;
    font-size: 0.8em;
    font-weight: normal;
}

.supports-color .color,
.supports-date .date,
.supports-time .time,
.supports-month .mont {
    display: none;
}

input {
    display: inline-block;
    background: transparent;
    font-size: 1em;
    margin: .7em auto;
    padding: .7em 0.5em;
    width: 80%;
    border: 1px solid rgba(0,0,0, .3);
    border-radius: 6px;
    transition: ease all .5s;
    text-indent: 40px;
}

input:hover,
select:hover {
    background: #fff;
    color: #000;
}

input:focus,
select:focus {
    border: 1px solid rgba(0,0,0, 0);
    outline: none;
    background: #fff;
}

[type="checkbox"],
[type="radio"] {
    margin-bottom: 0.5em;
    width: auto;
}

input[type="submit"],
input[type="button"]{
	width: 30%;
    background: linear-gradient(#b9def9,#4fb0f4);
    border: none;
    padding: 10px 20px 10px 20px;
    border: 1px solid rgba(0,0,0, .3);
    text-shadow: 1px 1px 1px rgba(0,0,0, .2);
    border-radius: 3px;
    color: rgba(0,0,0, 1);
    font-size: .8em;
    text-transform: uppercase;
    transition: ease all .5s;
    text-indent: 0px;
}
input[type="submit"]:hover,
input[type="button"]:hover{
    background: linear-gradient(#4fb0f4,#b9def9);
    color:#fff;
}

/* end form
----------------------------------------------------------------- */

}



/* end desktop
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------ */



/* ----------- iPad 1, 2, Mini and Air
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------ */



/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

  	ul.tabs1 li {
  		width: 16%;
  		background: rgba(120,0,0, 0 );
  	}

	/* li cover
	--------------------------------------------------------- */

	div.ma {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 129px;
		height: 50px;
		background: rgba(0,0,0, 0);
		z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
	}

	div.maa {
		left: 4px;
}

	div.mab {
		left: 138px;
	}

	div.mac {
		left: 270px;
	}

	div.mad {
		left: 401px;
	}

	div.mae {
		left: 535px;
	}

	div.maf {
		left: 667px;
	}

	/* end li cover
	--------------------------------------------------------- */


	.container {
		position: relative;
		top: 0px;
		left: 0px;
		margin: 25px auto;
		width: 80%;
		height: 135px;
	}

	.container div {
		position: absolute;
		top: 0px;
		left: 0px;
		padding: 0px 30px;
		font-size: 1em;
		font-weight: bold;
		margin: auto;
		width: 100%;
		height: 165px;
		line-height: 39px;
		text-align: center;
		border-radius: 8px;
		background: rgba(256,256,256, .6);
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	}

	div.a1 {
		padding: 24px 10px 0px;
	}

	div.a2 {
		padding: 56px 10px 0px;
	}

	div.a3 {
		padding: 43px 10px 0px;
	}


  	h1.titulo {
  		margin-top: 50px;
  		width: 75%;
  		height: 90px;
  		text-indent: 0px;
  	}

	div#main1 div.them {
		display: block;
		margin: 0px auto;
		padding: 2px;
		width: 97.5%;
		height: 525px;
		background: url(../img/about3.jpg) no-repeat;
		background-size: cover;
		background-position: center top;
		border: 2px solid rgba(256,256,256, 1);
		outline: 2px solid #000;
	}

	div#main1 span {
		display: inline-block;
		vertical-align: top;
		margin: 15px 10px;
		padding: 15px;
		padding-top: 27px;
		width: 30%;
		border: 3px solid #fff;
		outline: 1px solid rgba(63,26,12, 1);
		text-align: center;
		line-height: 25px;
		background: linear-gradient(#fff,#d79898);
		color: rgba(0,0,0, 1);
		font-size: .9em;
		text-shadow: 1px -1px 0px rgba(0,0,0, .5);
	}

	div#main1 span:nth-child(3) p {
		padding-bottom: 50px;
	}

	div#main1 span:nth-child(4) p {
		padding-bottom: 50px;
	}

	.i-con {
		position: absolute;
		left: 40px;
		display: block;
		margin: 0px auto;
		text-align: center;
	}

	.str {
		left: 304px;
	}

	span.anin {
		font-size: .3em;
	}

	label {
	    display: block;
		position: absolute;
		margin: -5px 0px 0px -4px;
		padding: 6px 10px 6px 6px;
		border-radius: 4px;
		background: #b9def9;
		color: rgba(0,0,0, 1);
		transition: ease all .5s;
	}

	ul.foot li {
		font-size: .8em;
	}

	.matthew {
		padding-bottom: 70px;
	}

	.learnit {
		padding-bottom: 70px;
	}

	.pricer {
		padding-bottom: 70px;
	}

	/* main4
	--------------------------------------------------------- */

	ul.dance {
		margin: 75px auto;
		width: 80%;
	}

	ul.dance h2 {
		margin: 40px auto 40px;
		text-align: left;
		font-size: 1em;
		text-shadow: 1px 1px 1px rgba(0,0,0, .6);
		font-weight: bold;
		border-bottom: 1px solid rgba(0,0,0, .4);
	}

	ul.dance li {
		margin: 0px 20px;

		text-transform: lowercase;
	}

	span.bold {
		font-weight: lighter;
		text-shadow: 1px 1px 1px rgba(103,0,0, .6);
	}

	h10.vid {
		display: block;
		margin: 4px auto;
		width: 75%;
		font-size: 1.1em;
	}

	ul.foot li p {
		font-size: 1em;
		text-shadow: 1px 1px 1px rgba(0,0,0, .3);
	}

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

  	ul.tabs1 li {
  		width: 16%;
  		background: rgba(120,0,0, 0 );
  	}

	/* li cover
	--------------------------------------------------------- */

	div.ma {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 129px;
		height: 50px;
		background: rgba(0,0,0, 0);
		z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
	}

	div.maa {
		left: 4px;
}

	div.mab {
		left: 138px;
	}

	div.mac {
		left: 270px;
	}

	div.mad {
		left: 401px;
	}

	div.mae {
		left: 535px;
	}

	div.maf {
		left: 667px;
	}

	/* end li cover
	--------------------------------------------------------- */


	.container {
		position: relative;
		top: 0px;
		left: 0px;
		margin: 25px auto;
		width: 80%;
		height: 135px;
	}

	.container div {
		position: absolute;
		top: 0px;
		left: 0px;
		padding: 0px 30px;
		font-size: 1em;
		font-weight: bold;
		margin: auto;
		width: 100%;
		height: 165px;
		line-height: 39px;
		text-align: center;
		border-radius: 8px;
		background: rgba(256,256,256, .6);
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	}

	div.a1 {
		padding: 24px 10px 0px;
	}

	div.a2 {
		padding: 56px 10px 0px;
	}

	div.a3 {
		padding: 43px 10px 0px;
	}


  	h1.titulo {
  		margin-top: 50px;
  		width: 75%;
  		height: 90px;
  		text-indent: 0px;
  	}

	div#main1 div.them {
		display: block;
		margin: 0px auto;
		padding: 2px;
		width: 97.5%;
		height: 525px;
		background: url(../img/about3.jpg) no-repeat;
		background-size: cover;
		background-position: center top;
		border: 2px solid rgba(256,256,256, 1);
		outline: 2px solid #000;
	}

	div#main1 span {
		display: inline-block;
		vertical-align: top;
		margin: 15px 10px;
		padding: 15px;
		padding-top: 27px;
		width: 30%;
		border: 3px solid #fff;
		outline: 1px solid rgba(63,26,12, 1);
		text-align: center;
		line-height: 25px;
		background: linear-gradient(#fff,#d79898);
		color: rgba(0,0,0, 1);
		font-size: .9em;
		text-shadow: 1px -1px 0px rgba(0,0,0, .5);
	}

	div#main1 span:nth-child(3) p {
		padding-bottom: 50px;
	}

	div#main1 span:nth-child(4) p {
		padding-bottom: 50px;
	}

	.i-con {
		position: absolute;
		left: 40px;
		display: block;
		margin: 0px auto;
		text-align: center;
	}

	.str {
		left: 304px;
	}

	span.anin {
		font-size: .3em;
	}

	label {
	    display: block;
		position: absolute;
		margin: -5px 0px 0px -4px;
		padding: 6px 10px 6px 6px;
		border-radius: 4px;
		background: #b9def9;
		color: rgba(0,0,0, 1);
		transition: ease all .5s;
	}

	ul.foot li {
		font-size: .8em;
	}

	.matthew {
		padding-bottom: 70px;
	}

	.learnit {
		padding-bottom: 70px;
	}

	.pricer {
		padding-bottom: 70px;
	}

	/* main4
	--------------------------------------------------------- */

	ul.dance {
		margin: 75px auto;
		width: 80%;
	}

	ul.dance h2 {
		margin: 40px auto 40px;
		text-align: left;
		font-size: 1em;
		text-shadow: 1px 1px 1px rgba(0,0,0, .6);
		font-weight: bold;
		border-bottom: 1px solid rgba(0,0,0, .4);
	}

	ul.dance li {
		margin: 0px 20px;

		text-transform: lowercase;
	}

	span.bold {
		font-weight: lighter;
		text-shadow: 1px 1px 1px rgba(103,0,0, .6);
	}

	h10.vid {
		display: block;
		margin: 4px auto;
		width: 75%;
		font-size: 1.1em;
	}

	ul.foot li p {
		font-size: 1em;
		text-shadow: 1px 1px 1px rgba(0,0,0, .3);
	}

}



/* end ipad 1, 2, mini and air
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------ */



/* end iphone 5 landscape
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------ */



@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

input[type="text"] {
  font-size: 16px;
}

body {

}

.board {
	padding: 3px;
	background: #fff;
	border: 1px solid #000;
}

h2.header {
	margin: 20px auto;
	color: rgba(0,0,0, 1);
	font-size: 2em;
	text-shadow: 1px 1px 3px rgba(103,0,0, .4);
	text-align: center;
}

h3.title {
	margin: 20px auto;
	width: 100%;
	font-size: 2em;
	text-shadow: 1px -1px 1px rgba(0,0,0, .5);
	color: rgba(103,0,0, 1);
	text-align: left;
	color: #000;
}

h3.one {
	margin-left: 50px;
}

.vert {
	margin: 0px 10px;
}

.horz {
	margin: 10px 0px;
}

.tall {
	width: 60%;
}

.topper {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: 4em;
	background: rgba(256,256,256, 0);
}

.topper img {
	padding: 10px;
	width: 10%;
	border-top: 6px solid #000;
}

span.tall,
h5,
ul.going {
	display: none;
}

/* body
--------------------------------------------------------- */

/* panels
--------------------------------------------------------- */

div.panel1 {
	display: none;
}

div.active1 {
	display: block;
}

/* end panels
--------------------------------------------------------- */

/* tab1
--------------------------------------------------------- */

div.tab1 {
	margin: 50px auto;
	padding: 10px 10px 30px 10px;
	width: 100%;
}

/* end tab1
--------------------------------------------------------- */

/* tabs1
--------------------------------------------------------- */

ul.tabs1 {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	transition: ease all .5s;
	z-index: 9999999999999999999999999999999999999999999999999999999999;
	background: rgba(0,0,0, 0);
}

ul.tabs1 h1 {
	display: none;
}

ul.tabs1 li {
	display: inline-block;
	margin: 0px auto;
	padding: 16px 0px;
	width: 16%;
	text-transform: uppercase;
	font-size: .8em;
	transition: ease all .5s;
	background: rgba(130,0,0, 0);
}

ul.tabs1 a {
	color: #000;
}

ul.tabs1 li i {
	margin-right: 10px;
	font-size: 1.2em;
	transition: ease all 1s;
	opacity: 0;
}

ul.tabs1 li:hover,
ul.tabs1 li.active1 {
	color: rgba(0,0,0, .9);
	text-shadow: 0px 0px 1px rgba(103,0,0, .5);
}

ul.tabs1 li.active1 i {
	opacity: 1;
	transform: rotate(90deg);
}

ul.tabs1 li:hover i {
	opacity: 1;
}

.bod {
	box-shadow: 0px 0px 4px #000;
	transition: ease all .5s;
	background: rgba(256,256,256, .9);
}

/* end tabs1
--------------------------------------------------------- */

/* banner
--------------------------------------------------------- */

div#banner span {
	width: 50%;
	height: 75px;
	text-align: center;
	float: left;
}

h1.titulo {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 45px 0px 0px 50px;
	padding-bottom: 20px;
	text-align: left;
	text-indent: 50px;
	font-family: curse;
	font-size: 4em;
	color: rgba(103,0,0, 1);
	text-shadow: 1px 1px 1px rgba(0,0,0, .5);
	font-weight: normal;
	z-index: 100;
	background: rgba(0,0,0, 0);
}

/* end banner
--------------------------------------------------------- */

/* test
--------------------------------------------------------- */

div.test {
	margin: -50px auto 0px;
	padding-top: 0px;
	text-align: center;
	background: rgba(0,0,0, 0);
}

div.test ul li {
	margin: 10px auto;
	padding: 20px 40px;
}

div.test ul li a {
	color: #000;
}

div.test ul li i {
	display: block;
	margin: 5px auto;
	font-size: 2em;
}

div.test ul li img {
	display: block;
	margin: 5px auto;
	width: 49%;
}

div.test ul li i,
div.test ul li img {
	opacity: .5;
	transition: ease all .5s;
}

div.test ul li i:hover,
div.test ul li img:hover {
	opacity: 1;
}

/* end test
--------------------------------------------------------- */

/* row
--------------------------------------------------------- */

div.row {
	margin: 35px 13px;
	text-align: center;
}

span.row {
	vertical-align: top;
	display: inline-block;
	width: 45%;
}

.row p {
	margin: 50px auto;
	padding: 25px 50px;
	width: 75%;
	border-radius: 12px;
	font-size: 1.2em;
	text-shadow: 1px -1px 0px rgba(0,0,0, .3);
	line-height: 30px;
	background: rgba(0,0,0, .1);
	box-shadow: 0px 0px 12px rgba(130,0,0, .2);
}

/* end row
--------------------------------------------------------- */

/* li cover
--------------------------------------------------------- */

div.ma {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 130px;
	height: 49px;
	background: rgba(0,0,0, 0);
	z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

div.maa {
	left: 5px;}

div.mab {
	left: 136px;
}

div.mac {
	left: 268px;
}

div.mad {
	left: 400px;
}

div.mae {
	left: 534px;
}

div.maf {
	left: 668px;
}

/* end li cover
--------------------------------------------------------- */

/* main1
--------------------------------------------------------- */

div#main1 {
	text-align: center;
	background: rgba(100,0,0, 0);
}

div#main1 div.them {
	display: block;
	margin: 0px auto;
	padding: 2px;
	width: 92%;
	height: 525px;
	background: url(../img/about3.jpg) no-repeat;
	background-size: cover;
	background-position: -500px top;
	border: 2px solid rgba(256,256,256, 1);
	outline: 2px solid #000;
}

div#main1 span {
	display: inline-block;
	vertical-align: top;
	margin: 30px 10px;
	padding: 15px;
	padding-top: 27px;
	width: 29%;
	border: 3px solid #fff;
	outline: 1px solid rgba(63,26,12, 1);
	text-align: center;
	line-height: 25px;
	background: linear-gradient(#fff,#d79898);
	color: rgba(0,0,0, 1);
	font-size: 1.2em;
	text-shadow: 1px -1px 0px rgba(0,0,0, .5);
}

div.box {
	margin: 30px auto;
	padding: 15px;
	width: 90%;
	border: 3px solid #fff;
	outline: 1px solid rgba(63,26,12, 1);
	text-align: center;
	background: url(../img/grad1.png);
	background-size: cover;
	color: #fff;
	font-size: 1.2em;
	text-shadow: 1px 1px 1px rgba(0,0,0, .9);
}

div.box p {
	display: block;
	margin: 75px auto;
	width: 75%;
	font-size: 3em;
}

div.box h3 {
	margin: 35px auto;
	text-align: center;
}

div#main1 span p {
	margin: 0px auto 10px;
	font-size: 1em;
	text-align: center;
}

div#main1 span img {
	display: block;
	margin: 20px auto;
	width: 40%;
}

div#main1 span:nth-child(3) img {
	margin-top: 145px;
}

div#main1 span:nth-child(4) img {
	margin-top: 95px;
	background: rgba(0,0,0, 0);
}

h12 {
	display: block;
	padding-bottom: 20px;
}

/* end main1
--------------------------------------------------------- */

/* main3
--------------------------------------------------------- */

p.linear {
	display: block;
	margin: 50px auto;
	padding: 12px;
	width: 75%;
	line-height: 25px;
	border: 3px solid #fff;
	outline: 1px solid #000;
	font-size: 1em;
	text-align: center;
	background: #ffedf6;
}

p.linear span {
	display: block;
	margin: 50px auto;
}

p.linear img {
	margin-right: 50px;
	float: left;
}

/* main3
--------------------------------------------------------- */

/* main4
--------------------------------------------------------- */

ul.dance {
	margin: 75px auto;
	width: 60%;
}

ul.dance h2 {
	margin: 10px auto 40px;
	text-align: left;
	font-size: 1.2em;
	text-shadow: 1px 1px 1px rgba(0,0,0, .6);
	font-weight: bold;
	border-bottom: 1px solid rgba(0,0,0, .4);
}

ul.dance li {
	margin: 0px 20px;

	text-transform: lowercase;
}

span.bold {
	font-weight: lighter;
	text-shadow: 1px 1px 1px rgba(103,0,0, .6);
}

select {
	padding: 4px 8px;
	background: transparent;
	border: none;
	border-bottom: 1px solid transparent;
	outline: none;
	transition: ease all .5s;
	text-align: center;
	color: #000;
}

select:hover {
	border-bottom: 1px solid #000;
	text-shadow: 1px -1px 1px rgba(0,0,0, .5);
}

/* end main4
--------------------------------------------------------- */

/* main5
--------------------------------------------------------- */

iframe.wedding {
	display: block;
	margin: 30px auto;
	width: 600px;
	height: 340px;
	border: none;
	outline: none;
	box-shadow: 0px 0px 4px #000;
}

/* end main5
--------------------------------------------------------- */

/* main6
--------------------------------------------------------- */

#main6 div.box {
	margin: 50px auto;
	width: 100%;

}

#main6 div.box h3 {
	font-size: 1em;

}

#main6 div.box p {
	margin: 30px auto;
	font-size: 1em;
}

/* end main6
--------------------------------------------------------- */

/* footer
--------------------------------------------------------- */

div.footer {
	margin: 0px auto;
	padding: 0px;
	width: 90%;
	background: rgba(29,111,140, .4);
	text-align: center;
	border: 3px solid #fff;
	outline: 1px solid #000;
}

div.footer h4.less {
	margin: 50px auto;
	padding: 10px;
	width: 90%;
	font-size: 1.2em;
	background: rgba(0,0,0, 0);
}

div.footer span {
	margin: 0px auto;
	padding: 20px;
	width: 75%;

	float: none;
}

div.footer span h2 {
	margin: 0px auto 25px;
	font-size: 2em;
	color: #fff;
	font-weight: normal;
	background: rgba(0,0,0, 0);
}

ul.foot {
	background: rgba(0,0,0, 0);
}

ul.foot li {
	display: inline-block;
	margin: 10px auto;
	width: 100%;
	text-align: center;
	font-size: 1.1em;
	color: #000;
	background: rgba(0,0,0, 0);
}

ul.foot li:nth-child(1),
ul.foot li:nth-child(2) {
	width: 45%;
}

ul.foot li:nth-child(3) p {
	display: inline-block;
	padding: 0px 20px;
}

.address {
	margin: 10px auto;
	font-size: 1.4em;
}

ul.foot li a {
	color: #000;
}

div.footer span:nth-child(2) {
	padding: 4px;
	padding-top: 20px;
}

ul.foot li p {
	margin: 6px auto;
	font-weight: 550;
	text-shadow: 1px 1px 1px rgba(0,0,0, .3);
	color: #000;
	background: rgba(0,0,0, 0);
}

iframe.loc {
	display: block;
	margin: 25px auto;
	width: 90%;
	height: 300px;
	border: 0px;
	border: 3px solid #fff;
	outline: 1px solid #000;
}

h4.classy {
	display: block;
	margin: 35px auto;
	width: 100%;
	text-align: left;
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: center;
	color: rgba(103,0,0, 1);
	text-shadow: 1px 1px 1px rgba(0,0,0, .5);
	font-weight: normal;
}

/* end footer
----------------------------------------------------------------- */

/* social
----------------------------------------------------------------- */

article {
    position: fixed;
    top: 150px;
    right: -5px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    transition: .5s ease-in;
    background: rgba(0,0,0, 0);
}

article a span {
	position: absolute;
	left: -100px;
	margin: 2px 0px 0px;
	padding: 5px;
	width: 100px;
	text-align: center;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: .6em;
	font-weight: bolder;
	opacity: 0;
	transition: ease all .5s;
}

article a:hover span {
	opacity: 1;
	transition: ease all .5s;
	background: rgba(103,0,0, 1);
	color: #fff;
}

article .menushow {
	margin: 0;
}

article .menushow i {

}

article a {
    display: block;
    padding: 10px 10px;

}

article a i {
	padding: 0px;
	color: rgba(103,0,0, .7);
	font-size: 2em;
	transition: ease all .5s;
	text-shadow: 1px 1px 1px #fff;
}

article a i:hover {
	color: rgba(103,0,0, 1);
}

.soc {
	display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 4px;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    transition: .5s ease-in;
}

/* end social
----------------------------------------------------------------- */

}



/* end iphone 5 landscape
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------ */



/* iphone 5 portrait
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------ */



@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

input[type="text"] {
  font-size: 16px;
}

body {

}

h3 {
	margin: 10px auto;
	width: 100%;
	text-align: center;
	font-size: 3em;
	text-shadow: 1px 1px 1px rgba(0,0,0, .5);

	display: block;
	text-transform: uppercase;
}

h5 {
	margin: 125px auto 0px;
	width: 100%;
	font-family: curse;
	color: #fff;
	font-size: 8em;
	text-shadow: 2px 2px 5px maroon;
}

.board {
	margin: 0px auto;
	padding: 10px;
	background: #fff;
	border: 2px solid #000;
}

h2.header {
	margin: 20px auto;
	padding-top: 75px;
	color: rgba(0,0,0, 1);

	font-size: 4em;
	text-shadow: 1px 1px 3px rgba(103,0,0, .4);
	text-align: center;
}

h3.title {
	margin: 30px auto;
	width: 100%;
	color: rgba(103,0,0, 1);
	text-align: left;
	background: rgba(0,0,0, 0);
	font-size: 4em;
	background: rgba(0,0,0, 0);
}

h3.one {
	margin-left: 50px;
}

p.one {
	margin-left: 35px;
	width: 85%;
	font-size: 4em;
}

.vert {
	margin: 0px 10px;
}

.horz {
	margin: 25px auto;
	width: 90%;
}

.tall {
	width: 60%;
}

.topper {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: 4em;
	background: rgba(256,256,256, 0);
}

.topper img {
	padding: 10px;
	width: 10%;
	border-top: 6px solid #000;
}

.menushow ul.tabs1 img.coup1 {
	transition: ease all .5s;
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	margin-top: 15px;
	margin-left: 30px;
	width: 65%;
	opacity: .1;
	z-index: -1;
}

/* body
--------------------------------------------------------- */

/* panels
--------------------------------------------------------- */

div.panel1 {
	display: none;
}

div.active1 {
	display: block;
}

div#main2 .row,
div#main3 .row,
div#main4 .row,
div#main5 .row,
div#main6 .row {
	margin-top: 50px;
}

/* end panels
--------------------------------------------------------- */

/* tab1
--------------------------------------------------------- */

div.tab1 {
	margin: 15px auto;
	padding: 10px;
	width: 96%;
}

/* end tab1
--------------------------------------------------------- */

/* banner
--------------------------------------------------------- */

div#banner span {
	width: 100%;
	height: 75px;
	text-align: center;
	float: left;
	z-index: 999999999999999999999999999;
}

h1.titulo {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 65px 0px 0px 75px;
	padding: 0px;
	width: 100%;
	height: 175px;
	text-align: left;
	text-indent: 50px;
	font-family: curse;
	font-size: 6em;
	color: rgba(103,0,0, 1);
	text-shadow: 1px 1px 1px rgba(0,0,0, .5);
	font-weight: normal;
	background: rgba(0,0,0, 0);
}

div#banner span:nth-child(1) h1 {
	display: block;
	margin: 50px auto;
	text-align: center;
	text-indent: 0px;
	font-family: curse;
	font-size: 7em;
	color: rgba(103,0,0, 1);
	text-shadow: 1px 1px 1px rgba(0,0,0, .5);
	font-weight: normal;
}

div#banner span:nth-child(2) {
	display: none;
	margin: 15px auto 35px;
	text-align: center;
}

div#banner span a {
	display: inline-block;
	padding: 15px;
	padding-top: 45px;
	color: #000;
	font-size: 4em;
}

div#banner span a i.nav {
	display: block;
	color: rgba(103,0,0, 1);
}

div#banner a {
	color: #000;
}

/* end banner
--------------------------------------------------------- */

.tran {
	font-size: 2.8em;
	line-height: 60px;
}

.tran h3 {
	font-size: 1.1em;
}

/* tabs1
--------------------------------------------------------- */

nav {
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px -600px;
	width: 75%;
	height: 2400px;
	display: block;
	transition: ease all .5s;
	z-index: 1000;
}

.menushow {
	margin: 0px;
	border-right: 2px ridge maroon;
	box-shadow: 0px 0px 500px 100px maroon;
}

.menushow .btn {
	display: block;
	position: fixed;
	top: 0px;
	right: 0px;
	padding: 10px 15px 2400px 115px;
	background: rgba(256,256,256, 0);
	transition: ease all .5s;
	z-index: 5000px;
}

.menushow .btn div {
	position: relative;
	left: 0px;
	transition: ease all .5s;
}

ul.tabs1 {
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px 0px 0px 50px;
	width: 100%;
	height: 2000px;
	background: rgba(256,256,256, 1);
}

ul.tabs1 h1 {
	display: none;
}

ul.tabs1 li {
	display: block;
	margin: 8px auto;
	padding: 0px;
	width: 100%;
	line-height: 100px;
	text-transform: uppercase;
	font-size: 2.2em;
	font-weight: bold;
	text-indent: -60px;
	transition: ease all .5s;
	text-align: center;
	background: rgba(0,0,0, 0);
	z-index: 5000;
}

ul.tabs1 a {
	color: #000;
}

ul.tabs1 li i {
	margin: 50px 0px 0px 50px;
	font-size: 1.5em;
	transition: ease all 1s;
	opacity: 0;
	float: left;
}

ul.tabs1 li:hover,
ul.tabs1 li.active1 {
	color: rgba(0,0,0, .9);
	text-shadow: 0px 0px 1px rgba(103,0,0, .5);
}

ul.tabs1 li.active1 i {
	opacity: 1;
}

.bod {
	box-shadow: 0px 0px 0px #000;
	transition: ease all .5s;
	background: rgba(256,256,256, .9);
}

div.btn {
	display: block;
	position: fixed;
	top: 0px;
	right: 0px;
	padding: 10px 15px 30px 35px;
	font-size: 4em;
	background: rgba(0,0,0, 0);
	z-index: 5000;
}

div.btn div {
	margin: 5px auto;
	width: 40px;
	height: 5px;
	background: #000;
	transition: ease all .5s;
}

/* end tabs1
--------------------------------------------------------- */

/* test
--------------------------------------------------------- */

div.test {
	margin: 0px auto 25px;
	width: 100%;
	text-align: center;
	font-size: 2.5em;
	background: rgba(0,0,0, 0);
}

div.test p {
	display: block;
	margin: 0px auto;
	width: 80%;
	padding: 40px;
	font-size: 1.1em;
}

div.test ul {
	margin-top: 15px;
	width: 100%;
	text-align: center;
}

div.test ul li {
	display: inline-block;
	margin: 30px auto;
	padding: 20px;
	width: 40%;
	font-size: 1.3em;
	box-sizing: border-box;
}

div.test ul li a {
	color: #000;
}

div.test ul li i {
	display: block;
	margin: 0px auto;
	font-size: 1.6em;
	transition: ease all .5s;
}

div.test ul li img {
	width: 30%;
}

div.test ul li:hover i {
	opacity: 1;
}

/* end test
--------------------------------------------------------- */

/* li cover
--------------------------------------------------------- */

div.ma {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 95px;
	background: rgba(100,0,0, 0);
	z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

div.maa {
	top: 10px;
}

div.mab {
	top: 118px;
}

div.mac {
	top: 225px;
}

div.mad {
	top: 332px;
}

div.mae {
	top: 442px;
}

div.maf {
	top: 549px;
}

/* end li cover
--------------------------------------------------------- */

/* main1
--------------------------------------------------------- */

div#main1 {
	padding-top: 75px;
	text-align: center;
}

div#main1 div.them {
	display: block;
	margin: 0px auto;
	padding: 2px;
	width: 97.5%;
	height: 1150px;
	background: url(../img/about3.jpg) no-repeat;
	background-size: cover;
	background-position: -1470px top;
	border: 2px solid rgba(256,256,256, 1);
	outline: 2px solid #000;
}

.container {
	position: absolute;
	top: 1110px;
	left: 50px;
	width: 87.5%;
	height: 200px;
}

.container div {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 2.4em;
	font-weight: bold;
	margin: auto;
	width: 100%;
	height: 200px;
	line-height: 39px;
	text-align: center;
	border-radius: 8px;
	background: rgba(256,256,256, .6);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

div.a1 {
	padding: 20px 10px 0px;
}

div.a2 {
	padding: 72px 10px 0px;
}

div.a3 {
	padding: 43px 10px 0px;
}

/* end main1
--------------------------------------------------------- */

/* row
--------------------------------------------------------- */

div.row {
	margin: 100px 13px;
	text-align: center;
}

span.row {
	width: 100%;
	float: none;

}

.row p {
	margin: 50px auto;
	padding: 25px 50px;
	width: 100%;
	border-radius: 12px;
	font-size: 1.8em;
	text-shadow: 1px -1px 0px rgba(0,0,0, .3);
	line-height: 70px;
	background: rgba(0,0,0, .1);
	box-shadow: 0px 0px 8px rgba(130,0,0, .7);
}

/* end row
--------------------------------------------------------- */

/* main2
--------------------------------------------------------- */

/* end main2
--------------------------------------------------------- */

/* main3
--------------------------------------------------------- */

p.linear {
	display: block;
	margin: 50px auto;
	padding: 12px;
	width: 90%;
	line-height: 70px;
	border: 6px solid #fff;
	outline: 2px solid #000;
	font-size: 2.5em;
	text-align: center;
	background: #ffedf6;
}

p.linear span {
	display: block;
	margin: 50px auto;
	width: 90%;
}

p.linear img {
	margin: 50px auto;
	width: 80%;
	float: none;
}

/* end main3
--------------------------------------------------------- */

/* main4
--------------------------------------------------------- */

ul.dance {
	margin: 100px auto;
	width: 80%;
}

ul.dance h2 {
	margin: 10px auto;
	padding: 15px 0px;
	text-align: left;
	font-size: 2.4em;
	text-shadow: 1px 1px 1px rgba(0,0,0, .6);
	font-weight: bold;
	border-bottom: 4px ridge rgba(0,0,0, .4);
}

ul.dance li {
	margin: 10px auto;
	width: 100%;
	font-size: 3.5em;
	text-align: right;
	text-transform: lowercase;
}

span.bold {
	font-weight: lighter;
	text-shadow: 1px 1px 1px rgba(103,0,0, .6);
}

ul.dance li {
	width: 100%;
}

select {
	display: none;
	margin: 60px auto;
	padding: 4px 8px;
	background: transparent;
	border: none;
	border-bottom: 1px solid transparent;
	outline: none;
	transition: ease all .5s;
	text-align: center;
	color: #000;
	font-size: 1em;
}

select:hover {
	border-bottom: 1px solid #000;
	text-shadow: 1px -1px 1px rgba(0,0,0, .5);
}

ul.going {
	margin: 150px auto;
}

ul.going li {
	display: block;
	margin: 20px auto;
	font-size: 2.5em;
}

ul.going li a {
	color: #000;
}

/* end main4
--------------------------------------------------------- */

/* main5
--------------------------------------------------------- */

iframe.wedding {
	display: block;
	margin: 50px auto;
	width: 600px;
	height: 340px;
	border: none;
	outline: none;
	box-shadow: 0px 0px 4px #000;
}

.vid {
	margin: 15px auto;
	width: 65%;
	font-size: 2.8em;
}

/* end main5
--------------------------------------------------------- */

/* main6
--------------------------------------------------------- */

div.box {
	margin: 30px auto;
	padding: 15px;
	width: 100%;
	border: 3px solid #fff;
	outline: 1px solid rgba(63,26,12, 1);
	text-align: center;
	background: url(../img/grad1.png);
	background-size: cover;
	color: #fff;
	font-size: 2em;
	text-shadow: 1px 1px 1px rgba(0,0,0, .9);
}

div.box p {
	display: block;
	margin: 100px auto;
	width: 75%;
	font-size: 4em;
}

div.box h3 {
	margin: 35px auto;
	text-align: center;
	font-size: 2em;
}

div.tri div {
	display: inline-block;
	margin: 50px auto;
	width: 75px;
	height: 75px;
	transform: rotate(45deg);
	background: linear-gradient(white,black);
}

div.box img {
	width: 100%;
}

/* end main6
--------------------------------------------------------- */

/* footer
--------------------------------------------------------- */

div.footer {
	margin: 0px auto;
	padding: 25px;
	width: 100%;
	background: #b9def9;
	text-align: center;
	border: 3px solid #fff;
	outline: 1px solid #000;
}

div.footer span {
	margin: 25px auto;
	padding: 50px 0px;
	width: 100%;
	height: auto;
	float: none;
}

div.footer h4.less {
	margin: 75px auto 50px;
	width: 75%;
	font-size: 3.5em;
	font-weight: normal;
	background: rgba(0,0,0, 0);
}

div.footer span h2 {
	margin: 0px auto 25px;
	font-size: 4em;
	color: #fff;
	font-weight: normal;
}

ul.foot {
	margin: 0px auto;
	width: 90%;
	text-align: left;
	background: rgba(0,0,0, 0);
}

ul.foot li {
	margin: 20px auto;
	width: 100%;
	text-align: center;
	font-size: 2.2em;
	color: #000;
	background: rgba(0,50,50, 0);
}

ul.foot li i {
	display: none;
}

div.footer span:nth-child(2) p {
	font-size: 3em;
}

ul.foot li a {
	color: #000;
}

ul.foot li p {
	display: block;
	margin: 10px auto;
	font-weight: 550;
	text-shadow: 1px 1px 1px rgba(0,0,0, 0);
	font-size: 1.2em;
}

.i-con {
	display: block;
	margin: 30px auto;
	width: 100%;
}

iframe.loc {
	width: 99%;
	height: 1200px;
	font-size: 3em;
}

h4.classy {
	display: block;
	margin: 25px auto 0px;
	padding: 0px;
	width: 80%;
	text-align: center;
	font-size: 1.8em;
	text-transform: uppercase;
	text-align: center;
	color: rgba(103,0,0, 1);
	text-shadow: 1px 1px 1px rgba(0,0,0, .9);
	font-weight: normal;
}

p {
	display: block;
	margin: 10px auto;
	font-weight: 550;
	text-shadow: 1px 1px 1px rgba(0,0,0, 0);
	font-size: 1.2em;
}

a#nav {
	display: block;
	margin: 100px auto 0px;
}

/* end footer
--------------------------------------------------------- */

/* social
----------------------------------------------------------------- */


article {
    position: absolute;
    top: 750px;
    right: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    transition: .5s ease-in;
    background: rgba(0,0,0, 0);
}

article a span {

	position: absolute;
	left: 175px;
	margin: 8px auto;
	padding: 0px;
	width: 340px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	text-transform: uppercase;
	font-size: 2em;
	font-weight: normal;
	opacity: 1;
	transition: ease all .5s;
	background: rgba(103,0,0, 1);
}

article a:hover span {
	left: 175px;
	opacity: 1;
	transition: ease all .5s;
	background: rgba(103,0,0, 1);
	color: #fff;
}

article .menushow {
	margin: 0;
}

article .menushow i {
	transform: rotateY(180deg);
}

article a {
    display: block;
    margin: 25px;
    padding: 0px;
    width: 35%;
    background: rgba(0,0,0, 0);
}

article a i {
	display: block;
	margin: 0px auto;
	padding: 2px;
	color: rgba(103,0,0, 1);
	font-size: 5em;
	transition: ease all .5s;
	text-shadow: 1px 1px 1px #fff;
}

article a i:hover {
	color: rgba(103,0,0, 1);
}

.soc {
	display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 4px;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    transition: .5s ease-in;
}

/* end social
--------------------------------------------------------- */

/* form
----------------------------------------------------------------- */

label {
    display: block;
	position: absolute;
	margin: -5px 0px 0px 25px;
	padding: 6px 10px 6px 6px;
	border-radius: 4px;
	background: #b9def9;
	color: rgba(0,0,0, 1);
	transition: ease all .5s;
	font-size: 3em;
}

.label-normal {
    font-weight: normal;
}

.pattern {
    color: #808080;
    font-size: 0.8em;
    font-weight: normal;
}

.supports-color .color,
.supports-date .date,
.supports-time .time,
.supports-month .mont {
    display: none;
}

input {
    display: inline-block;
    background: transparent;
    font-size: 1em;
    margin: 2em auto;
    padding: 3em 0.5em;
    width: 90%;
    border: 1px solid rgba(0,0,0, 1);
    border-radius: 6px;
    transition: ease all .5s;
    text-indent: 40px;
    font-size: 16px;
}

input:hover,
select:hover {
    background: #fff;
    color: #000;
}

input:focus,
select:focus {
    border: 1px solid rgba(0,0,0, 0);
    outline: none;
    background: #fff;
    font-size: 16px;
}

[type="checkbox"],
[type="radio"] {
    margin-bottom: 0.5em;
    width: auto;
}

input[type="submit"],
input[type="button"]{
	margin: 20px auto;
	width: 30%;
    background: linear-gradient(#b9def9,#4fb0f4);
    border: none;
    padding: 10px 20px 10px 20px;
    border: 1px solid rgba(0,0,0, .3);
    text-shadow: 1px 1px 1px rgba(0,0,0, .2);
    border-radius: 3px;
    color: rgba(0,0,0, 1);
    font-size: 3em;
    text-transform: uppercase;
    transition: ease all .5s;
    text-indent: 0px;
}
input[type="submit"]:hover,
input[type="button"]:hover{
    background: linear-gradient(#4fb0f4,#b9def9);
    color:#fff;
}

/* end form
----------------------------------------------------------------- */

}


/* end iphone 5 portrait
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------ */



/* ----------- iPad Pro 10.5"
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------ */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1112px)
  and (-webkit-min-device-pixel-ratio: 2) {

	div#main1 div.them {
		display: block;
		margin: 0px auto;
		padding: 2px;
		width: 92%;
		height: 525px;
		background: url(../img/about3.jpg) no-repeat;
		background-size: cover;
		background-position: -300px top;
		border: 2px solid rgba(256,256,256, 1);
		outline: 2px solid #000;
	}

	.container {
		position: relative;
		top: 0px;
		left: 0px;
		margin: 25px auto;
		width: 80%;
		height: 135px;
	}

	.container div {
		position: absolute;
		top: 0px;
		left: 0px;
		padding: 0px 30px;
		font-size: 1.1em;
		font-weight: bold;
		margin: auto;
		width: 100%;
		height: 135px;
		line-height: 30px;
		text-align: center;
		border-radius: 8px;
		background: rgba(256,256,256, .6);
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
	}

	div.a1 {
		padding: 20px 10px 0px;
	}

	div.a2 {
		padding: 45px 10px 0px;
	}

	div.a3 {
		padding: 40px 10px 0px;
	}

}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 834px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

  	ul.tabs1 li {
  		width: 16%;
  		background: rgba(120,0,0, 0 );
  	}

  	h1.titulo {
  		margin: 50px 0px 0px 60px;
  	}

	div#main1 div.them {
		display: block;
		margin: 0px auto;
		padding: 2px;
		width: 92%;
		height: 525px;
		background: url(../img/about3.jpg) no-repeat;
		background-size: cover;
		background-position: -300px top;
		border: 2px solid rgba(256,256,256, 1);
		outline: 2px solid #000;
	}

	.container {
		position: relative;
		top: 0px;
		left: 0px;
		margin: 25px auto;
		width: 80%;
		height: 135px;
	}

	.container div {
		position: absolute;
		top: 0px;
		left: 0px;
		padding: 0px 30px;
		font-size: 1.1em;
		font-weight: bold;
		margin: auto;
		width: 100%;
		height: 135px;
		line-height: 30px;
		text-align: center;
		border-radius: 8px;
		background: rgba(256,256,256, .6);
		box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
	}

	div.a1 {
		padding: 20px 10px 0px;
	}

	div.a2 {
		padding: 45px 10px 0px;
	}

	div.a3 {
		padding: 40px 10px 0px;
	}

/* li cover
--------------------------------------------------------- */

li {
}

div.ma {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 128px;
	height: 50px;
	background: rgba(0,0,0, 0);
	z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

div.maa {
	left: 4px;
}

div.mab {
	left: 138px;
}

div.mac {
	left: 270px;
}

div.mad {
	left: 402px;
}

div.mae {
	left: 534px;
}

div.maf {
	left: 668px;
}

/* end li cover
--------------------------------------------------------- */

}


@media screen 
  and (min-device-width: 1300px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1) {
  	
  }