/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	/*font-family: 'Montserrat', sans-serif;
    font-family: 'Covered By Your Grace', cursive;*/
    font-family: 'Prompt', sans-serif;
	color: pink;
    /*text-transform: uppercase;*/
}
/*.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}*/
h1{
	font-size: 6em;
}
p{
	font-size: 2em;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:center;
}

/*#callbacks-placeholder{
  position:fixed; background-image: url(../imgs/load.gif); background-position:center; background-repeat: no-repeat; z-index:999;
}*/
#section0{background-image: url(../imgs/intro_house.jpg);}
.section{background-size: cover; /*background-position: left*//*right*/; background-repeat: no-repeat; background-position: 10%;}
	.slide{background-size: cover;}
#section0:hover, .slide:hover {cursor: pointer;}
#section2{font-size: /*12px;*/14px; font-weight: 300; letter-spacing: 2.5px;} /*0.5*/
.myContent{height: 150px;}
	.myContent .contact {display: block; padding-top: 65px; /*color:#777;*/} /*777*/ /*FB6C1*/ /* easy pink #FFD3D9*/
		.myContent .contact span {font-weight: 600; margin-right: 25px; margin-left: 25px;}

.arrow {/*position: absolute; display: block; bottom: 0px; right:50%;*/ /*display: none;*/
    /*bottom: 15px;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent transparent #ddd;*/
    bottom: 35px;
    /*border-width: 13px 13px 0 13px;
    border-color: pink transparent transparent transparent;*/ /*777*/
    position: absolute;
    border-style: solid;
    right: 50%;/*35*/
    margin-right: -35px;
    width: 75px;
    height: 75px;
    background-image: url(../imgs/down_w.png);
    border-width: 0;
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center;
    background-color: lightpink;
    border-radius:50%;
}

.fp-controlArrow.fp-next {
    right: 15px;
    width: 34px;
    height: 49px;
    background-image: url(../imgs/right_p.png);
    border-width: 0;
     background-repeat: no-repeat;
     background-size: 40%;
     background-position: center;
    /*border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #ddd;*/ /*ddd*/
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 34px;
    height: 49px;
    background-image: url(../imgs/left_p.png);
    border-width: 0;
     background-repeat: no-repeat;
     background-size: 40%;
     background-position: center;
    /*width: 0;
    border-width: 10px 10px 10px 0;
    border-color: transparent #ddd transparent transparent;*/
}


.contactbt {display:block; position: absolute; bottom: 10px; padding-left: 50%; margin-left: -41px; /*right: 12px;*/ /*color:#bbb;*/ /*bbb*/ font-size: /*12px*/18px; letter-spacing: 2px; cursor: pointer; z-index:9999999999999;}
.closebt {display:none; position: absolute; bottom: 10px; /*right: 12px;*/ margin-left: -22px; /*color:#bbb;*/ font-size: 14px; /*13*/ letter-spacing: 2px; cursor: pointer; z-index:9999999999999;}
.contactbt:hover, .closebt:hover {text-decoration: underline;}




@media (max-width: 1000px) {
    .slidehor img {width: 100%; height: auto;}
}
@media (max-width: 500px) {
    .slidevert img {width: 100%; height: auto;}
    .contact span {width: 100%; display: block; margin:0 !important;}
}
@media (max-height: 750px) {
    .slidevert img {width: auto; height: 100%;}
}
/*@media (max-width: 370px) {
    .myContent .contact span {margin-right: 10px;}
}*/






/*@media (max-height: 750px) {
    .slidevert img {width: auto; height: 100%;}
}
@media (max-width: 500px) {
    .slidehor img {width: 100%; height: auto;}
}*/

/* OK
@media (max-width: 500px) {
    .slide img {width: 100%; height: auto;}
}
@media (max-height: 750px) {
    .slide img {width: auto; height: 100%;}
}
*/

