/*
 *
 * Template Name: Fullscreen Contact Form
 * Description: Contact Form with Fullscreen Background Slideshow
 * Author: Anli Zaimi
 * Author URI: http://azmind.com
 *
 */


body {
    background: #f8f8f8;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #fff;
}
a {
color : #FFFFFF;
text-decoration : none;
}

.page-container {
    margin: 100px auto 0 auto;
}

h1 {
    font-size: 30px;
    font-weight: 700;
    text-shadow: 0 1px 4px rgba(0,0,0,.2);
}

.contact-us {
	/*
    position: relative;
	*/
    width: 305px;
    margin: 15px auto 0 auto;
    text-align: center;
}

.contact-us p {
	padding-top: 25px;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	text-shadow: 0 1px 4px rgba(0,0,0,.2);
}

input[type='text'], textarea {
    width: 270px;
    height: 42px;
    margin-top: 25px;
    padding: 0 15px;
    background: #2d2d2d; /* browsers that don't support rgba */
    background: rgba(45,45,45,.15);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #3d3d3d; /* browsers that don't support rgba */
    border: 1px solid rgba(255,255,255,.15);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

textarea {
	height: 72px;
	padding-top: 10px;
	overflow: auto;
}

input[type='text']:-moz-placeholder, textarea:-moz-placeholder { color: #fff; }
input[type='text']:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #fff; }
input[type='text']::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #fff; }

input[type='text']:focus, textarea:focus {
    outline: 0;
    -moz-box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
}

button {
    cursor: pointer;
    width: 300px;
    height: 44px;
    margin-top: 25px;
    padding: 0;
    background: #000;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #FFCB31;
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #FFCB31;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

button:hover, button:focus {
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
}

button:focus { outline: 0; }

button:active {
	outline: 0;
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:        
        0 5px 8px 0 rgba(0,0,0,.1) inset,
        0 1px 4px 0 rgba(0,0,0,.1);

    border: 0px solid #ef4300;
}

.error {
    display: none;
    position: absolute;
    right: -55px;
    width: 40px;
    height: 40px;
    background: #2d2d2d; /* browsers that don't support rgba */
    background: rgba(45,45,45,.25);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.error span {
    display: inline-block;
    margin-left: 2px;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}


/* novo */

.contaForm2
{
display:none;
}

video {
    position: fixed;	
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: transparent url("http://ranna.pt/vid/view_pre_s.jpg") no-repeat scroll 0% 0% / cover;
    transition: opacity 1s ease 0s;
}




#container
{
	display: table;	
	width: 100%;
	height:100%;
}

#row
{
	display: table-row;	
	width: 100%;	
}



.colunaForm
{
	display: table-cell;
	width:30%;
	padding-right:13%;
}




.contaForm
{
cursor: pointer;
}

.contaForm img
{

width: 40%;
height:auto;
margin-top:10%;
}


.footer
{
width:100%;
position:fixed;
bottom:20px;
font-family: Lato;
font-weight: 400; 
font-size:10px;
}

#formCont
{
DISPLAY:NONE;
background: url('http://ranna.pt/img/repeat.png');
    position: fixed;	
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 100;
	-webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#formCont table
{
	margin-top:10%;
}

.tituloYellow
{
font-family: Lato;
font-weight: 400; 
color: #FCEE21;
}

.tituloWhite
{
font-family: Lato;
font-weight: 400; 
color: #FFF;
}

.textoResto
{
font-family: Lato;
font-weight: 300; 
color: #FFF;
font-size: 13px;
}


@media screen and (max-width: 1920px) {
.colunaForm
{
	display: table-cell;
	width:20%;
	padding-right:5%;	
}

}


@media screen and (max-width: 1680px) {
.colunaForm
{
	display: table-cell;
	width:23%;
	padding-right:5%;	
}

}
@media screen and (max-width: 667px) {
	video
	{
	DISPLAY: NONE;
	}
.splashPhone
{
    position: fixed;	
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: transparent url("http://ranna.pt/vid/view_pre_s.jpg") no-repeat scroll 0% 0% / cover;
    transition: opacity 1s ease 0s;
}
}


@media screen and (max-width: 479px) {
.contaForm2
{
display:block;
}

.escondenoMovel
{
display:none;
}

.passinhos
{
padding-top:10%;
}
.splashPhone
{
    position: fixed;	
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: transparent url("http://ranna.pt/vid/view_pre_s.jpg") no-repeat scroll 0% 0% / cover;
    transition: opacity 1s ease 0s;
}
	video
	{
	DISPLAY: NONE;
	}
    #container, .#row {
        display: block;
    }
	
	
	
    .colunaForm {
        display:inline-block;
		width:100%;		
		text-align:left;
		
    }
	.contaForm img
	{
	
	width: 80% !important;
	height:auto;		
	margin-top:30%;
	}
	
#formCont table
{
	margin-top:30%;
}
	
	#formCont
	{
		background: url('http://ranna.pt/img/repeat2.png');
		padding-left:10%;
		padding-bottom:10%;
		overflow-y: auto;
		position: absolute;	
		top: 50%;
		left: 50%;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		z-index: 100;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
}

@media screen and (max-width: 414px) {




.splashPhone
{
    position: fixed;	
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: transparent url("http://ranna.pt/vid/view_pre_s.jpg") no-repeat scroll 0% 0% / cover;
    transition: opacity 1s ease 0s;
}
	video
	{
	DISPLAY: NONE;
	}
}