@font-face {
  font-family: 'flexslider-icon';
  src: url('http://vivianshomes.co/fonts/flexslider-icon.eot');
  src: url('http://vivianshomes.co/fonts/flexslider-icon.eot#iefix') format('embedded-opentype'), url('http://vivianshomes.co/fonts/flexslider-icon.woff') 
  format('woff'), url('http://vivianshomes.co/fonts/flexslider-icon.ttf') format('truetype'), url('http://vivianshomes.co/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

*{
	margin: 0;
	padding: 0;
}

.flexslider{
	width: 100%;
	position: relative;
}

.slides{
	overflow: hidden;
}

.slides img{
	width: 100%;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-control-nav{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 5%;
	z-index: 999;
}

.flex-control-nav li{
	display: inline-block;
	margin: 0 6px;
}

.flex-control-nav li a{
	display: block;
	background: #777777;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	text-indent: -9999px;
}

.flex-control-nav li a:hover{
	background: #2E2E2E;
}

.flex-control-nav li a.flex-active{
	background: #2E2E2E;	
}

.flex-direction-nav a{
	display: block;
	text-decoration: none;
	position: absolute;
	top: 50%;
	z-index: 999;
	width: 40px;
	height: 40px;
	overflow: hidden;
	opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav .flex-prev{
	left: 0;
}

.flex-direction-nav .flex-next{
	right: 0;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: #fff;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-caption p{
	font-family: Lato;
	position: absolute;
	top: 50%;
	text-align: center;
	width: 100%;
	font-size: 45px;
	color: #fff;
	font-weight: bold;
}

.flexslider:hover .flex-direction-nav .flex-prev{
	opacity: 0.7;
	left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover{
	opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next{
	opacity: 0.7;
	right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover{
	opacity: 1;
}

body{
	margin:0;
	padding:0;
	font-family:"Arial", sans-serif;
	font-size:15px;
	background-color:#6666ff;
	
}


header{
	position: absolute;
	width: 100%;
	padding: 20px;
	background-color: rgba(63,63,191,0.6);
	box-sizing: border-box;
	box-shadow: 0 15px 25px rgba(63,63,191,0.5);
	border-radius: 10px;
	z-index:99;
	
}


header a{
	color:#fff;
	text-decoration: none;
	padding-top: 5px;
}

.logo{

  	position:relative;
  	float:left;
  	color:#fff;
  	text-decoration: none;
  	font-family: Trebuchet MS, Arial, sans-serif;
  	font-size:26px;
  	font-weight:800;
  	color:#fff;
  	line-height: 50px;
  	padding-left: 20px;
  }

label {
    margin: 0 40px 0 0;
    font-size: 20px;
    line-height: 50px;
    display: none;
    width: 26px;
    float: right;
}


#toggle {
    display: none;
   
}


.nav {
    
    text-align: right;
    margin-right:20px;
}


.menu {
    margin: 0 0 0 0;
    float: right;
}
.menu a {
    clear: right;
    text-decoration: none;
    color: #fff;
    margin: 0 10px;
    line-height: 50px;
    font-family:"Arial", sans-serif;
    font-size:15px;
    

}

footer  {
text-decoration: none;
font-family: Trebuchet MS, Arial, sans-serif;
font-size:12px;
color:#fff;
height: 10px;
text-align: center;
}


@media only screen and (max-width: 980px) {

label {
display: block;
cursor: pointer;
color: #fff;
font-size:18px;
line-height:20px;
margin: 0 0 0 0;
font-weight:700;
}
    
.logo{
position:relative;
float:left;
color:#fff;
text-decoration: none;
font-family: Trebuchet MS, Arial, sans-serif;
font-size:15px;
font-weight:30;
color:#ffffff;
line-height: 20px;
padding-left: 3px;
}
    
.menu {
text-align: center;
width: 100%;
display: none;
line-height: 10px;
background-color: #6666ff;
z-index:999;
opacity:1;
        
}


.menu a {
display: block;
border-bottom: 1px solid #fff;
margin: 0 3;
font-size: 12px;
padding:none;
 
}


#toggle:checked + .menu {
display: block;
}
    
.flex-control-nav,
.flex-direction-nav{
 display:none;
}
  
.slides img{
 width: 100%;
 height:350px;
}

.nav{
    
text-align: right;
margin:0 0;
}  
 
footer{
text-decoration: none;
font-family: Trebuchet MS, Arial, sans-serif;
font-size:10px;
color:#fff;
height: 10px;
text-align: center;
}
    
}