/*------------------------------------------
1     Body Stylesheet
------------------------------------------*/

html, body {
        height: 100%;
        margin:0;
}

body {
        background-color:#000000;        background-image: url('images/bg.jpg');
        font-family: 'Playfair Display', sans-serif!important;
        font-weight: 400!important;
        text-align:center;
        font-size: 13px;
        color: #ffffff;
}



/*------------------------------------------
2     Navigation
------------------------------------------*/
#navigation {
	position:relative;
        width:100%;
	left:0px;
	top:0px;
        font-family: 'Playfair Display';
        font-weight: 500;
        line-height:120px;
        padding-top:4px;
        padding-bottom:6px;
        padding-left:0px;
        overflow:hidden;
        text-align:center;
}

#navigation A:link { 
        text-decoration: none; 
        border-bottom:2px solid #A3C2B3;
        color:#A3C2B3; 
	font-size: 13px;
        letter-spacing:1px;
        font-family: 'Playfair Display';
        font-weight: 300;
        text-transform: uppercase; 
        padding-top:10px;
        padding-bottom:10px;
        padding-left:7px;
        padding-right:7px;
        -webkit-transition: opacity 0.5s linear;
        -webkit-transition: all 0.5s ease-out; 
        -moz-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
}

#navigation A:visited { 
        text-decoration: none; 
        border-bottom:2px solid #A3C2B3;
        color:#A3C2B3;  
	font-size: 13px;
        letter-spacing:1px;
        font-family: 'Playfair Display';
        font-weight: 500;
        text-transform: uppercase; 
        padding-top:10px;
        padding-bottom:10px;
        padding-left:7px;
        padding-right:7px;
        -webkit-transition: opacity 0.5s linear;
        -webkit-transition: all 0.5s ease-out; 
        -moz-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
}

#navigation A:active { 
        text-decoration: none; 
        border-bottom:2px solid #A3C2B3;
        color:#A3C2B3; 
	font-size: 13px;
        letter-spacing:1px;
        font-family: 'Playfair Display';
        font-weight: 500;
        text-transform: uppercase; 
        padding-top:10px;
        padding-bottom:10px;
        padding-left:7px;
        padding-right:7px;
        -webkit-transition: opacity 0.5s linear;
        -webkit-transition: all 0.5s ease-out; 
        -moz-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
}

#navigation A:hover { 
        text-decoration: none; 
        border-bottom:2px solid #CFBA66;
        color:#CFBA66; 
	font-size: 13px;
        letter-spacing:1px;
        font-family: 'Playfair Display';
        font-weight: 500;
        text-transform: uppercase; 
        padding-top:10px;
        padding-bottom:10px;
        padding-left:7px;
        padding-right:7px;
        -webkit-transition: opacity 0.5s linear;
        -webkit-transition: all 0.5s ease-out; 
        -moz-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        opacity:0.7;
}


#navigation i {
	font-family: 'FontAwesome';
	font-style: normal;
        color:inherit;
        font-size:inherit;
}
/*------------------------------------------
3     Header Classes
------------------------------------------*/

#header {
        background-color:#ffffff;
        background-image: url('images/header.jpg'), url('images/bg1.jpg');
        background-repeat: no-repeat, repeat-x;
        background-position: center; 
        height:619px;
        width:100%;
        margin-top:-20px;
}


#space {
        height:15px;
}

#wrapper{
        float:center;
        width: 1342px;
}

#container{
        overflow:hidden;
        float:center;
        width:1342px;
}

#footer{
        background-image:url(images/bg.jpg);        background-repeat: repeat;
        position: relative;background-position: center;
        font-family: 'Playfair Display', sans-serif!important;
        font-weight: 400!important;
        text-transform:none;
        text-align:center;
        font-size:14px;
        padding:30px;
        line-height:30px;
        color: #4C4C4C;
}

#footer a:link {
        font-family: 'Roboto', sans-serif!important;
        font-weight: 400!important;
        text-transform:none;
        text-align:center;
        font-size:16px;
        line-height:13px;
        color: #4C4C4C;
}

#footer a:hover {
        font-family: 'Roboto', sans-serif!important;
        font-weight: 400!important;
        text-transform:none;
        text-align:center;
        font-size:16px;
        line-height:13px;
        color: #4C4C4C;
}

#footer a:visited {
        font-family: 'Roboto', sans-serif!important;
        font-weight: 400!important;
        text-transform:none;
        text-align:center;
        font-size:16px;
        line-height:13px;
        color: #4C4C4C;
}



/*------------------------------------------
5     link classes
------------------------------------------*/

a:link {
        text-decoration: none; 
        text-decoration: none; 
        color:#9BB671; 
	font-size: 17px;
font-family: 'Parisienne', cursive;
        font-weight: 100!important;
        letter-spacing:4px;
        padding:3px;
        line-height:5px;
        font-style:none;
        opacity: 0.9;
        -webkit-transition: opacity 0.9s linear;
        -webkit-transition: all 0.9s ease-out; 
        -moz-transition: all 0.9s ease-out;
        transition: all 0.9s ease-out;
border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;}

a:visited {
        text-decoration: none; 
        text-decoration: none; 
        color:#9BB671; 
	font-size: 17x;
font-family: 'Parisienne', cursive;
        font-weight: 100!important;
        letter-spacing:4px;
        padding:3px;
        line-height:5px;
        font-style:none;
        opacity: 0.9;
        -webkit-transition: opacity 0.9s linear;
        -webkit-transition: all 0.9s ease-out; 
        -moz-transition: all 0.9s ease-out;
        transition: all 0.9s ease-out;
border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;}

a:active {
        text-decoration: none; 
color: #9BB671; 
	font-size: 17px;
font-family: 'Parisienne', cursive;
        font-weight: 100!important;
        letter-spacing:4px;
        padding:3px;
        line-height:5px;
        font-style:none;
        opacity: 0.9;
        -webkit-transition: opacity 0.9s linear;
        -webkit-transition: all 0.9s ease-out; 
        -moz-transition: all 0.9s ease-out;
        transition: all 0.9s ease-out;
border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;}

a:hover {
        text-decoration: none;
        color:#8ABA96; 
	font-size: 17px;
font-family: 'Parisienne', cursive;
        font-weight: 100!important;
        letter-spacing:4px;
        padding:3px;
        line-height:5px;
        font-style:none;
        opacity: 0.9;
        -webkit-transition: opacity 0.9s linear;
        -webkit-transition: all 0.9s ease-out; 
        -moz-transition: all 0.9s ease-out;
        transition: all 0.9s ease-out;
border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
   opacity:0.7;}




b { 
        color: #8ABA96; 
}

i { 
        color: #8ABA96; 
}





#content {
        float:center;
        margin-right:0px;
        margin-top:-20px;
        margin-bottom:20px;
        width:1342px;

}

.contentcontainer{
        background-color:#ffffff;        background-image: url('images/bg.jpg');
        padding:19px;
        margin-left:0px;
        margin-right:0px;
        line-height:33px;
        font-size:14px;
        font-family: 'Playfair Display', sans-serif!important;
        font-weight: 400!important;
        text-align:justify;
        color:#707070;
        margin-bottom:20px;text-shadow: #F0F9F5 1px 1px 3px;
}


blockquote {
 	background-color:#ffffff; 
 	border-top: 10px solid #7DCEC5;
 	padding: 8px;
	text-align:justify;
	color:#v;
	font-style:italic;
        border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;}

h1 { 
	color:#7DCEC5;
        letter-spacing:1px;
font-family: 'Parisienne', cursive;
        font-size:40px;
        padding:10px;}


.contentcontainer input, textarea, select {
  background-color: #ffffff;
  border: 7px solid #68B2AA;
  padding:4px;
  color:#68B2AA;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

/*------------------------------------------
      DO NOT REMOVE OR EDIT
------------------------------------------*/

.clearfooter {
        height:100px;
        clear:both;
}

.clear{
        clear:both;
}