@charset "UTF-8";
@import url("webfonts/JosefinSans_Bold/stylesheet.css");
@import url("webfonts/JosefinSans_Light/stylesheet.css");
@import url("webfonts/JosefinSans_Regular/stylesheet.css");
@import url("style.css");

.container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 1075px;
	padding-right: 12px;
	padding-left: 12px;
    position:relative;
}

.header {
  height: 150px;
  margin-bottom: 25px;
  position: relative;
  color: #666;
  display: block;
}

.header img {
  position: absolute;
  top: 45px;
  left: 0;
}

.header h1 {
  font-family: "JosefinSans Bold";
  font-size: 21px;
  line-height: 1.25;
  color: #333;
  display: block;
  padding-left: 80px;
  vertical-align: bottom;
  margin: 0;
}

.header p {
  font-family: "JosefinSans Bold";
  font-size: 12px;
  color: #999;
  vertical-align: bottom;
  display: block;
  padding-left: 80px;
  margin: 0;
}

.nav {
	width: 50%;
	margin-left: 55%;
	margin-top: 50px;
	float: right;
	margin-bottom: 15px;
	margin-right: 0;
	clear: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F8AA8F;
	padding: 0;
}

.nav ul {
	list-style-type: none;
	display: block;
	float: left;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
}

.nav ul li {
	float: left;
	font-family: "JosefinSans Bold";
	text-transform: uppercase;
	font-size: 16px;
	color: #333;
	width: 100px;
	overflow: hidden;
}

.contact {
  text-align: right;
}

.about {
  text-align: center;
}

.shop {
text-align: center;
}

.nav ul li a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all .25s ease-in-out 0;
  -moz-transition: all .25s ease-in-out 0;
  -ms-transition: all .25s ease-in-out 0;
  -o-transition: all .25s ease-in-out 0;
  transition: all .25s ease-in-out 0;
}

.nav ul li a:hover {
  color: #F8AA8F;
  text-decoration: none;
}

.slider {
  height: 400px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #FFF;
  box-shadow: 0 0 5px 3px #CCC;
  margin-bottom: 25px;
}

.content {
  width: 45%;
  margin-left: 55%;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #F15A38;
/* [disabled]margin-bottom: 25px; */
  padding-bottom: 10px;
}

.content h1 {
  font-family: "JosefinSans Bold";
  font-size: 16px;
  color: #F15A38;
  padding-right: 5px;
  padding-left: 5px;
  text-transform: uppercase;
  text-decoration: none;
}

.content p {
  font-family: "JosefinSans Regular";
  font-size: 12px;
  color: #333;
  line-height: 1.5;
  padding-right: 5px;
  padding-left: 5px;
}

.footer {
	height: 50px;
	border-top-width: 2px;
	border-top-style: solid;
	width: 45%;
	margin-left: 55%;
	border-top-color: #666;
	clear: both;
	float: right;
	bottom: auto;
	margin-right: auto;
}

.footer p {
	font-family: "JosefinSans Light";
	font-size: 11px;
	color: #333;
	padding-right: 45px;
	padding-left: 5px;
}

.right-content {
	float: right;
	width: 65%;
	height: 675px; 
	margin-bottom: 30px;
	padding-top: 3px;
	overflow: hidden;
}

.single-project {
	height: 145px;
	width: 197px;
	margin-bottom: 2.5%;
	float: left;
	margin-left: 2.5%;
	overflow: hidden;
	box-shadow: 0 0 5px #999;
	border: 1px solid #FFF;
	min-height: 0px;
}

.contact-sidebar {
  width: 20%;
  float: left;
  margin-left: 8%;
}

.contact-sidebar h1 {
  font-family: "JosefinSans Bold";
  font-size: 16px;
  color: #F15A38;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.5;
}

.contact-sidebar p {
  font-family: "JosefinSans Regular";
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
}

#slideshow {
  overflow: hidden;
}

label {
  font-family: "JosefinSans Regular";
  font-size: 14px;
  color: #333;
  display: block;
  margin-top: 10px;
  text-transform: capitalize;
}

form {
  width: 445px;
  margin-top: 0;
  height: 470px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

input,textarea {
  width: 425px;
/* [disabled]height: 27px; */
  padding: 10px;
  font-size: .9em;
  color: #333;
  font-family: "JosefinSans Regular";
  -webkit-transition: all 0 ease 0;
  -moz-transition: all 0 ease 0;
  -ms-transition: all 0 ease 0;
  -o-transition: all 0 ease 0;
  transition: all 0 ease 0;
  background-color: #efefef;
  border: 1px solid #fff;
  margin-top: 3px;
}

.right-content h1 {
	font-family: "JosefinSans Bold";
	font-size: 16px;
	color: #F15938;
	text-transform: uppercase;
	display: block;
	float: right;
	width: 452px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F15A38;
	height: auto;
}

textarea {
  height: 213px;
}

input:focus,textarea:focus {
  border: 1px solid #F8AD92;
  outline: none;
}

.form {
  height: auto;
  width: 452px;
  float: right;
}

#submit {
	width: 75px;
	height: 38px;
	margin-top: 10px;
	cursor: pointer;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F15A38;
	float: right;
	font-family: "JosefinSans Bold";
	font-size: 16px;
	text-transform: uppercase;
	color: #333;
	background-color: #fff;
	text-align: center;
	-webkit-transition: all .25s ease-in-out 0;
	-moz-transition: all .25s ease-in-out 0;
	-ms-transition: all .25s ease-in-out 0;
	-o-transition: all .25s ease-in-out 0;
	transition: all .25s ease-in-out 0;
	-webkit-appearance: none;
}

#submit:hover {
	color: #F9AE9E;
	-webkit-appearance: none;
}

.right-content p {
	font-family: "JosefinSans Regular";
	font-size: 14px;
	color: #333;
	float: right;
	width: 452px;
	line-height: 1.5;
}

.about-sidebar {
  float: left;
  width: 25%;
  margin-left: 8%;
}

.content .feed {
  width: 100%;
  margin-bottom: 10px;
}

.content li {
  list-style-type: none;
  margin: 0;
}

.fipoweredby {
  width: 100%;
  float: right;
  font-family: "JosefinSans Light";
  font-size: 12px;
  color: #999;
  text-decoration: none;
  display: block;
  clear: none;
  position: inherit;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
}

.feed {
  width: 45%;
  margin-left: 55%;
  float: right;
  display: block;
  margin-bottom: 25px;
}  

.nav ul li a:hover {
	color: #EEB9AF;
	width: auto;
	text-align: center;
}

.left-sidebar ul li h1 a:hover {
  visibility: visible;
}

.left-sidebar {
  float: left;
  width: 25%;
  margin-left: 8%;
}

#submit:active {
  color: #F8AA8F;
}

.thumbs {
	margin-top: 0;
	margin-bottom: 45px;
	width: 100%;
	display: block;
	height: 640px;
	padding-top: 3px;
	overflow: hidden;
}

#mask {
  width: 100%;
  height: 500%;
  overflow: hidden;
}

.right-content p {
	display: block;
	float: right;
}

#wrapper {
	float: right;
	width: 100%;
	height: 500%;
	overflow: hidden;
}

.panel {
  text-decoration: none;
}

.contact-content {
  float: right;
  width: 70%;
  margin-bottom: 30px;
  height: 575px;
/* [disabled]overflow: hidden; */
}

.contact-content h1 {
  font-family: "JosefinSans Bold";
  font-size: 16px;
  color: #F15938;
  text-transform: uppercase;
  display: block;
  float: right;
  width: 452px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #F15A38;
}

.right-content p a {
  color: #F15A38;
  text-decoration: none;
}

.me {
	display: block;
	float: right;
	height: 225px;
	margin-bottom: 25px;
	padding-top: 10px;
	/* [disabled]border-top-width: 2px; */
	/* [disabled]border-top-style: solid; */
	/* [disabled]border-top-color: #F15A38; */
	clear: both;
	width: 195px;
	overflow: hidden;
}

/* pager */
.cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  bottom: 10px;
  overflow: hidden;
}

.cycle-pager span {
  font-family: JosefinSans Bold;
  font-size: 25px;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #666;
  opacity: 1;
  cursor: pointer;
}

.cycle-pager span.cycle-pager-active {
  color: #F15A38;
}

.cycle-pager > * {
  cursor: pointer;
}

/* prev / next links */
.cycle-prev,.cycle-next {
  position: absolute;
  top: 0;
  width: 5%;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 800;
  height: 100%;
  cursor: pointer;
}

.cycle-prev {
  left: 0;
  background-image: url(Images/leftarrow.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.cycle-next {
  right: 0;
  background-image: url(Images/rightarrow.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.cycle-prev:hover,.cycle-next:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}

.disabled {
  opacity: .5;
  filter: alpha(opacity=50);
}

/* display paused text on top of paused slideshow */
.cycle-paused:after {
  content: 'Paused';
  color: #FFF;
  background: #000;
  padding: 10px;
  z-index: 500;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 10px;
  opacity: .5;
  filter: alpha(opacity=50);
}

/* slideshow images (for most of the demos, these are the actual "slides") */
.cycle-slideshow img {
/* 
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
}

/* in case script does not load */
.cycle-slideshow img:first-child {
  position: static;
  z-index: 100;
}

#contactResponse {
  font-family: "JosefinSans Regular";
  font-size: 16px;
  text-decoration: none;
  color: #F15A38;
  display: block;
  margin: 0;
  padding: 0;
  width: 370px;
}

.content h1 a {
  font-family: "JosefinSans Bold";
  font-size: 16px;
  color: #F15A38;
  text-decoration: none;
}
.contact-sidebar p a {
	font-family: "JosefinSans Regular";
	font-size: 14px;
	color: #333;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	-webkit-transition: all .25s ease-in-out 0;
  -moz-transition: all .25s ease-in-out 0;
  -ms-transition: all .25s ease-in-out 0;
  -o-transition: all .25s ease-in-out 0;
  transition: all .25s ease-in-out 0;
}
.contact-sidebar p a:hover {
	color: #F9AB8F;
	vertical-align: middle;
}
.contact-sidebar p a:link {
	font-family: "JosefinSans Regular";
	font-size: 14px;
	vertical-align: middle;
}
.contact-sidebar p a img {
	margin-right: 10px;
	vertical-align: middle;
	margin-bottom: 5px;
}
#social {
	height: 25px;
	width: 25px;
	overflow: visible;
	visibility: visible;
	z-index: 10;
}
