/*


	COMMITY TEMPLATE


	01. FONT FACE
	02. GENERALS SETTINGS
	03. NAVIGATION SETTINGS
	04. HEADER SETTINGS
	05. METHOD SETTINGS
	06. AGENCY SETTINGS
	07. WORKS SETTINGS
	08. CLIENTS SETTINGS
	09. CREW SETTINGS
	10. INTERSECTION ( START TODAY PARALLAX BG )
	11. LATEST POSTS SETTINGS
	12. TWITTER FEED
	13. CONTACT INFO SETTINGS
	14. MAIL US SETTINGS
	15. FOOTER SETTINGS
	16. MEDIA QUERIES

*/




/* 01. FONT FACE ================================================== */



@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900);

@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700,900,400italic,700italic);

/* 02. GENERALS SETTINGS ================================================== */


.closeit {
  z-index: 999999;
  width: 50px;
  height: 50px;
  right: 60px;
  cursor: pointer;
  background: #FFF;
	top:50px;
	display: block;
	z-index: -1;
	opacity: 0;
	position: fixed;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.closeit img {
	    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.closeit.active img:hover  {
	opacity: 0.2;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.closeit.active {
	opacity: 1;
	display: block;
	z-index: 9999;
	position: fixed;
}



.work-container {
	position: fixed;
	background: #FFF;
	top:0%;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 99999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	-webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    overflow-y: scroll;

}


.work-container.active {
	position: fixed;
	-webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
	z-index: 99999;
}


.work-container .left-side {
	background: #F7F7F7;
}

.work-container .left-side img {
	margin-top:-10px;
}


.work-container .row {
	width: 100%;
	max-width: 100%;
}

.work-container .info {
	padding: 180px 0;
	width: 940px;
	background: #FFF;
}

.work-container p {
	padding-bottom: 10px;
}

.work-container  .info h3 {
font-family: 'Source Sans Pro', sans-serif;
	padding-bottom: 20px;
	font-weight: normal;
	color: #333;
	line-height: 33px;
	font-size:21px;

}

.work-container img {
	width: 100%;
}

.work-container .btn {
	font-family: 'Source Sans Pro', sans-serif;
	border:none;
	padding: 10px 0px;
	position: relative;
	display: inline-block;
	font-size:16px;
	margin-top: 0;
	color: #af825b;
	margin-right: 10px;
	font-weight: 500;
	letter-spacing: 0px;
	text-transform: none;
	cursor: pointer;
}

.live_preview {
	background: #FFF;
	display: block;
	position: relative;
	padding: 120px 0;
	text-align: center;
	margin-top:-10px;
}

.live_preview .row {
	max-width: 960px;
}

.live_preview p {
	font-size:21px;
	font-weight: 300;
}

.live_preview p span {
	font-family: "Source Sans Pro", sans-serif;
	font-size:12px;
	text-transform: uppercase;
	display: block;
	padding-top: 20px;
	letter-spacing: 2px;
	position: relative;

}

.live_preview a {
	color: #af825b;
	font-weight: 400;
}


.work-container .btn:hover {
	color: #333;
}

.work-container h3 {
	margin-bottom: 0;
	padding-bottom: 0;
        font-family: 'Source Sans Pro', sans-serif;

}

.work-container p {
	color: rgba(0,0,0,0.6);
}

.m-b-80 {
	margin-bottom: 80px;
}


/* Background Opacity */

.bgblack2 {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.74);
	position: fixed;
	z-index: -1;
	opacity: 0;
	display: block;
	top:0%;
	bottom: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;}

.bgblack2.active {
	opacity: 1;
	display: block;
	z-index: 99;
	cursor: pointer;}

.bg-blue {
	background-color: #33667f;
}

.bg-pink {
  background-color: #FF808E;
}

.bg-red {
  background-color: #6c000c;
}

.bg-darkgrey {
  background-color: #222;

}

.bg-concrete {
  background-color: #7b7b7b;
}

/* Container */

section {

    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translate(0%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}




section.active {
    -webkit-transform: translateX(-6%);
    -ms-transform: translateX(-6%);
    transform: translateX(-6%);
}


body, html {
    background: #222;
    position: relative;
	-webkit-font-smoothing:antialiased;
    }



/* Selected text Color */

::-moz-selection {
    background: none;
    color: #FFF;
}

::selection {
    background: none;
    color: #FFF;
}

.centered {
    text-align: center;
}

b, strong {
    font-weight: 800;
}

/* Make a space */

.space {
    padding: 20px 0;
}

.lead {
font-family: 'Source Sans Pro', sans-serif;
	padding-bottom: 20px;
	font-weight: 300;
	color: #333;
	line-height: 33px;
	font-size:21px;
}

h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    font-size: 6em;
    line-height: 110px;
    letter-spacing: 20px;
    margin-top: 27px;
    text-transform: uppercase;
}

h2 {
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 3em;
    line-height: 65px;
    }

h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 1px;
    color: #2d2d33;
    padding-bottom: 20px;
}

h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #212427;
}

h5 {
    font: 24px 'Source Sans Pro', sans-serif;
    font-weight: normal;
    font-weight: 100;
    color:#FFF;
}

/* Link */

a {
	font-family: 'Source Sans Pro', sans-serif;
    color: #AAA;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover {
    color: rgba(32,35,38,0.4);
}

/* Paragrah */

p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0px;
    color: rgba(32,35,38,0.4);
}

p a {
    color: rgba(32,35,38,0.6);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

p a:hover {
    color: rgba(32,35,38,0.9);
}


/* Background Opacity */

.bgblack {
	width: 100%;
	height: 100%;
	background:rgba(34,34,34,0.7);
	position: fixed;
	z-index: -1;
	cursor: pointer;
	opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;}

.bgblack.active {
	opacity: 1;
	display: block;
	z-index: 998;
	cursor: pointer;}



.navToggle {
  z-index: 9999;
  width: 50px;
  height: 50px;
  float: right;
  margin-right: 60px;
  cursor: pointer;
  background: #FFF;
  position: fixed;
  top:50px;
  right: 0px;
}



.navToggle .icon {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 18px;
  height: 2px;
  background-color: #212427;
}
.navToggle .icon:before,
.navToggle .icon:after {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #212427;
  content: '';
}
.navToggle .icon:before {
  top: -6px;
  left: 0;
}
.navToggle .icon:after {
  top: 6px;
  left: 0;
}
.navToggle:hover .icon {
  background-color: #999;
}
.navToggle:hover .icon:before {
  top: -8px;
  background-color: #999;
}
.navToggle:hover .icon:after {
  top: 8px;
  background-color: #999;
}
.navToggle.open {
	background: none;

}

.navToggle.open .icon {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;  background-color: transparent;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navToggle.open:hover {
 opacity: 0.3;
}

.navToggle.open .icon:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  background: rgba(32,35,38,0.7);
}
.navToggle.open .icon:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: rgba(32,35,38,0.7);
}

#menu {
	width: 300px;
	background: rgba(255,255,255,1);
	height:100%;
	position: fixed;
	right: 0;
	top:0;
	padding-right:30px;
	padding-left: 50px;
	z-index: 999;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

#menu.active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}


#menu ul {
	position: relative;
	top:120px;
	float: right;
	display: block;
	margin-right: 0px;
	z-index: 99999;

}

#menu ul li {
	font-size:13px;
	color: rgba(32,35,38,0.5);
	line-height: 30px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	text-align: right;
	padding: 0 50px;
	opacity: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
    -webkit-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
}

#menu ul li.active{
	opacity: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

#menu ul li a {
	color: rgba(32,35,38,0.5);
	cursor: pointer;
}

#menu ul li a:hover {
	 color: rgba(32,35,38,0.9);
}

.content {
	position: relative;
	top:50%;
	margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.awards {padding-top: 60px;}

.social {padding-top: 60px;}


/* 04. HEADER SETTINGS ================================================== */




#method {
	height: 100%;
	background: #222;
	z-index: 9;
	position: relative;
}


#method .row {
	max-width: 100%;
	height: 100%;
}

.learn {
	padding: 110px;
}






#method h2 {
	padding-bottom: 30px;
	font-weight: 100;
	text-transform: none;
}



#header {
	background: #222;
    background-size: 100%;
    position: relative;
    height: 72%;
    z-index: 9;

}

#header .row {
	position: relative;
	height: 100%;
}

#header .logo {
	width: 190px;
	height: 99px;
	display: block;
	background-size: 100%;
  background-image: url(owsy-logo.png);
  opacity: 0;
  -webkit-transition: opacity  2s ease-in;
      -moz-transition: opacity 2s ease-in;
       -ms-transition: opacity 2s ease-in;
        -o-transition: opacity 2s ease-in;
           transition: opacity 2s ease-in;
           /*color: #33667f;*/

}



/* Huge Title */

.huge-title {
	position: relative;
	top:46%;
	margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



.huge-title h1 {
	padding-bottom: 20px;
}

.huge-title .logo {
	max-width: 160px;
	display: none;
}

.huge-title h2 {
	font-weight: 300;
	font-size:32px;
	line-height: 41px;
	margin-top: 10px;
	color: rgba(255,255,255,0.64);

}

.huge-title a {
	font-weight: 500;
	color: rgba(255,255,255,1);
	font-family: "Source Sans Pro", sans-serif;
}

.huge-title a:hover {
	color: #FFF;
}


 .btn {
	border:2px solid #EEE;
	padding: 10px 15px;
	position: relative;
	display: inline-block;
	margin-top: 5px;
	margin: 0 auto;
	text-align: center;
	font-family: "Source Sans Pro", sans-serif;
	font-size:10px;
	color:#FFF;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}


#portfolio {
	z-index: 9;
	position: relative;
	background: #252525;
	height: auto;
	padding: 0px 0;
}

#portfolio .row {
	max-width: 100%;
}

#portfolio .title .lead {
	color: rgba(255,255,255,1);
	font-size: 28px;
}



.title h3 {
	color: #FFF;
	padding-top: 20px;
	margin-left: 0.8%;
}




#portfolio .content {
	padding: 110px;
}



.work {
	background: url('');
  	vertical-align: middle;
  	height: 100%;
  	width: auto;
	padding: 5px;
	background-size: 100%;
	margin-left: 0;
	display:inline-block;
	position: relative;
  	cursor: pointer;
}


.work h2 {
	top:0;
	bottom: 0;
	position: absolute;
	opacity: 0;
	height: 40px;
	color:#FFF;
	font-size:28px;
	font-weight: 300;
	line-height: 55px;
	left: 0;
	margin: auto;
	text-align: center;
	right: 0;
	z-index: 999;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;

}

.work h2 span {
	font-size:11px;
	letter-spacing: 4px;
	font-weight: 500;
	display: block;
	margin-top: -10px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.62);

}


.work img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.work img.active {
	opacity: 0;
}


.work h2.active {
	opacity: 1;
	-webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
}

#propertyThumbnails{
  position:relative;
  overflow:hidden;
  background:#222;
  height: 100%;
  white-space:nowrap;
}
#propertyThumbnails img{
  vertical-align: middle;
  height: 100%;
  display:inline;
  margin-left:-4px;
}



#about {
	height: 100%;
	z-index: 9;
	position: relative;
}


#about .columns {
	margin-left: 0;
}


#about h2 {
	padding-bottom: 30px;
	font-weight: 100;
	text-transform: none;
	color: #FFF;
}



.contact {
	padding-top: 40px;
}


#about .row {
	position:relative;
	padding:0;
	height: 100%;
}

#about .two.columns, #about .two.columns h3 {
	margin-left: 0;
	padding-top: 0;
}



#about .about-content span {
	opacity: 0;
	display:inline-block;
	padding-left: 10px;
	color:#FFF;

	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

#about .about-content span.appear {
	opacity: 1;
	display:inline-block;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

#about .about-content span a {
	color: #FFF;

}

#about .about-content h3 {
	padding-top: 40px;
	color: #FFF;
	font-size: 28px;
}

#about .about-content h3:before {
	background: #212427;
}

#about .about-content p {
	color: rgba(255,255,255,0.6);
	font-size:16px;
}

#about .about-content .lead {
	color: rgba(255,255,255,1);
	font-size: 28px;
}

#about .about-content a {
	color: #FFF;

}

#about .about-content a:hover {
	color: rgba(255,255,255,0.64);
}

#about .about-content .shadow-bottom {
	position: absolute;
	bottom: 0;
	display: none;
	height: 16%;
	width: 100%;
	left: 0;
	z-index: 99;
background: -moz-linear-gradient(top,  rgba(33,36,39,0) 0%, rgba(33,36,39,1) 69%, rgba(33,36,39,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(33,36,39,0)), color-stop(69%,rgba(33,36,39,1)), color-stop(100%,rgba(33,36,39,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(33,36,39,0) 0%,rgba(33,36,39,1) 69%,rgba(33,36,39,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(33,36,39,0) 0%,rgba(33,36,39,1) 69%,rgba(33,36,39,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(33,36,39,0) 0%,rgba(33,36,39,1) 69%,rgba(33,36,39,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(33,36,39,0) 0%,rgba(33,36,39,1) 69%,rgba(33,36,39,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00212427', endColorstr='#212427',GradientType=0 ); /* IE6-9 */

}



#about .award {
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

#about .award {
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}



.about-bg {
	background: url('') no-repeat #e9e9e9;
	background-position: center bottom;
	background-size: 100%;
	height: 100%;
}

.p-t-m {
  margin-top: 1.5em;
}

.p-t-20 {
  margin-top: 20px;
}

.white {
  color: white;
}

.row-380 {
  height: 360px;
}


/*-- Careers -- */


#jobs {
	height: 100%;
	z-index: 9;
	position: relative;
}


#jobs .columns {
	margin-left: 0;
}


#jobs h2 {
	padding-bottom: 30px;
	font-weight: 100;
	text-transform: none;
	color: #FFF;
}


#jobs .row {
	position:relative;
	padding:0;
	height: 100%;
}



#jobs .two.columns, #about .two.columns h3 {
	margin-left: 0;
	padding-top: 0;
}



#jobs .about-content span {
	opacity: 0;
	display:inline-block;
	padding-left: 10px;
	color:#FFF;

	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

#jobs .about-content span.appear {
	opacity: 1;
	display:inline-block;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

#jobs .about-content span a {
	color: #FFF;

}

#jobs .about-content h3 {
	padding-top: 40px;
	color: #FFF;
	font-size: 28px;
}

#jobs .about-content h3:before {
	background: #212427;
}

#jobs .about-content p {
	color: rgba(255,255,255,0.7);
	font-size:16px;
}

#jobs .about-content .lead {
	color: rgba(255,255,255,1);
	font-size: 28px;
}

#jobs .about-content a {
	color: #FFF;

}

#jobs .about-content a:hover {
	color: #4992b6;
}

#jobs .about-content .shadow-bottom {
	position: absolute;
	bottom: 0;
	display: none;
	height: 16%;
	width: 100%;
	left: 0;
	z-index: 99;
background: -moz-linear-gradient(top,  rgba(33,36,39,0) 0%, rgba(33,36,39,1) 69%, rgba(33,36,39,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(33,36,39,0)), color-stop(69%,rgba(33,36,39,1)), color-stop(100%,rgba(33,36,39,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(33,36,39,0) 0%,rgba(33,36,39,1) 69%,rgba(33,36,39,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(33,36,39,0) 0%,rgba(33,36,39,1) 69%,rgba(33,36,39,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(33,36,39,0) 0%,rgba(33,36,39,1) 69%,rgba(33,36,39,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(33,36,39,0) 0%,rgba(33,36,39,1) 69%,rgba(33,36,39,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00212427', endColorstr='#212427',GradientType=0 ); /* IE6-9 */

}


/*-- Blog -- */

.post-wrapper{
	font-family: 'Source Sans Pro', sans-serif;
	padding: 80px;
	font-weight: 400;
	color: #e7e7e7;
}

.post-header, .post-header h1 {
	padding-bottom: 10px;	
	line-height: 33px;
	font-size:15px;
}
.post-wrapper h3{
	font-size:40px;
	color: #e7e7e7;
	line-height: 33px;
	padding-top: 10px;
}

.post-excerpt p{
	color: #e7e7e7;
	font-size:17px;
}

.post-excerpt a {
	color: #2098ae;
}


.post-excerpt a:hover {
	color: #39a3b7;
	transition: all 0.2s ease-in-out;
}

a, a:hover{
	color: #e7e7e7;
}

.read-button {
 	border: 1px solid #fff;
        padding: 5px; 
        color: #fff;
}

.read-button a {
        color: #fff;
}




/* 13. LOADER OF EACH PAGES  ============================================ */



.loader {
	z-index:9999999;
	opacity: 1;
	background:rgba(34,34,34,1);
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	display:block;
	text-align: center;
}

.loader img {
	position: relative;
	top:48%;
	margin: auto;
	max-width: 200px;
	text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#appear-contact {
	position: relative;
	height: 40%;
	width: 100%;
    display: block;
}


#contact {
	background: #FFF;
    background-size: 100%;
	height: 40%;
	width: 100%;
	bottom: 0;
	position: fixed;
	z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#contact h3 {
}

#contact p {
	font-size:13px;
	font-weight: 600;
	line-height: 26px;
}





#contact p a {
	font-size:13px;
}

#contact.active {
    -webkit-transform: translateX(-6%);
    -ms-transform: translateX(-6%);
    transform: translateX(-6%);

}
#contact .content-bottom {
	height: 30%;
	position: relative;
}

.follow {
	padding-top: 40px;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {

	#header, #about, #contact {
		padding-left: 80px;
	}

}


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

	#header {
		height: 100%;
	}

	.huge-title br {
		display: none;
	}

	.huge-title h2 {
		font-size: 28px;
		line-height: 40px;
		padding-right: 20px;
	}

	#portfolio, #about {
		height: auto;
	}

	#about {
		padding: 100px 30px;
	}


	#about .content {
	top:0%;
	margin: auto;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
	}

	#about .about-content span {
		display: none;
	}

	#content {
		height: auto;
		position: relative;
	}


	#propertyThumbnails{
	  position:relative;
	  overflow:auto;
	  background:#222;
	  height: auto;
	  white-space:nowrap;
	}

	#propertyThumbnails img{
	  height: auto;
	  display:block;
	  width: 100%;
	  position: relative;
	  margin-left:-4px;
	}



	#portfolio h2 {
		display: none;
	}

	#portfolio .row {
		max-width: 100%;
	}

	#contact {
		height: auto;
		padding: 100px 20px;
		position: relative;

	}


#appear-contact {display: none;}

.content {
	top:auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

	#portfolio .six.columns, #portfolio .row .columns {
		width: 100%;
		margin-left: 0;
	}


  #contact {
	 margin-top: 200px;
	}
	#contact .two.columns {
		padding-top: 20px;
	}

	#about .about-content .lead {
		font-size:21px;
	}

  #portfolio .content {
    padding: 0px;
  }

	#about .about-content p {
		font-size:14px;
	}

  #portfolio  p {
    font-size:14px;
  }

  #portfolio .lead {
    font-size:21px;
    min-width: 100%;
  }

	.navToggle {
	top:20px;
	right: -42px;

	}

	#menu {
		width: 100%;
		padding-right: 0px;
	}

	#menu ul {
		margin-right: -10px;
	}

	#menu ul li a {
		font-size:20px;
		line-height: 60px;
	}


}
