/* Container  */

.container {	
	z-index: 9999; /* Important */
	position: relative;
	background: #FFF;
	overflow: hidden;
}

html { height:100%; min-height:100%; }
body { min-height:100%; }

body, html {
    background: #FFF;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    position: relative;
    height: 100%;
    color: #555;
    margin: 0;
    -webkit-transition: opacity 400ms;
    -moz-transition: opacity 400ms;
    transition: opacity 400ms;
}

/* Selection */

::-moz-selection {
    background: #F4CF3B;
    color: #0C0C45;
}

::selection {
   background: #F4CF3B;
    color: #0C0C45;
}

b, strong { font-weight: 800; }

/* Make a space */

.space { padding: 20px 0; }

h1 {
    font-size: 60px;
    font-weight: 100;
    color:#FFF;
    font-family: 'Source Sans Pro', sans-serif;
}

h2 {
    font-size: 4em;
    font-weight: 600;
    line-height: 80px;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 0.33em;
}

h3 {
    font: 2.5em 'Source Sans Pro', sans-serif;
    font-weight: 200;
    padding-bottom: 25px;
    padding-top: 0px;
}

h3:after {
    background-color: #DDD;
    content: "";
    display: block;
    height: 1px;
    margin: 30px 0 10px;
    width: 80px;
    z-index: 9999999;
}

h4 {
    font: 18px 'Source Sans Pro', sans-serif;
	display: inline-block;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    text-transform: uppercase;
}

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


/* Links */

a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

a:hover {
	color: #e9bf60;
}  
	
/* Paragrahs */

p {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	line-height: 24px;
	font-size: 17px;
}

p a {
    border-bottom: 1px dotted #555;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

p a:hover {
    border-bottom: 1px dotted #999;
}

/* Link with a border button */

.border-button {
	background: url("../img/go-right.png") no-repeat scroll 88% 50% / 6px rgba(0, 0, 0, 0);
    padding: 10px 35px 10px 15px;
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #FFF;
    letter-spacing: 3px;
    border: 2px solid rgba(255,255,255,1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.border-button:hover {
    color:#333;
    background: url("../img/go-rightblack.png") no-repeat scroll 88% 50% / 6px auto rgba(255, 255, 255, 1);	
}

/* Navigation */

nav #logo {
    float: left;
    z-index: 99999;
}

#nav>li {
    position: relative;
    padding: 20px 15px;
    display: inline-block;
}

/* Navigation links */

#nav>li>a {
	/* Layout */
    display: block;
	/* Typography */
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: normal;
    text-transform: uppercase;
    color:#FFF;
    opacity: 1;
    text-decoration: none;
}

/* The hover state of the links */

#nav li:hover a, #nav li .selected { color: #FFF; }

/* Navigation Fixed */ 
 
.cbp-af-header {
	font-family: 'Source Sans Pro', sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    height: 80px;
    overflow: hidden;
        -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: none;
}

/* Transitions */

.cbp-af-header #nav a {
	line-height: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.cbp-af-header #nav  {
	text-align: right; margin: auto;
	-webkit-transition: all 1s linear;
-moz-transition: all 1s linear;
-ms-transition: all 1s linear;
-o-transition: all 1s linear;
transition: all 1s linear;
}

/* Navigation effect on scroll down */

.cbp-af-header.cbp-af-header-shrink {
	height: 60px;
	background: rgba(255,255,255,1);
	box-shadow: 0 8px 6px -9px rgba(0,0,0,0.30);
}

.cbp-af-header.cbp-af-header-shrink  #nav { text-align: right; }

.cbp-af-header #logo {
    padding: 10px 20px 0px 0px;
    width: 130px;
    display: none;
}

/* The links goes up */

.cbp-af-header.cbp-af-header-shrink #nav a {
	line-height:  20px;
	color:#1a1a1a;
}


.cbp-af-header.cbp-af-header-shrink #logo {
	display: block;
}
	
.cbp-af-header.cbp-af-header-shrink #nav a:hover {
	color:#72e8c5;
}

/* Header */

.page1 {
	background-color:#0c0c45;
	background-size: cover;
	-webkit-backface-visibility: hidden;
    height: 100%;
    position: relative;
    z-index: 999;
}

.page1 h1 {
    text-align: center;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 40px;
}

.page1 h2 {
    color: #FFF;
    letter-spacing: 0px;
    text-align: center;
    width: 100%;
}

/* Don't display the logo for Phone */

.logo-phone {display: none;}

.huge-title {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	max-width: 1136px;
	height: 763px;
	text-align: center;
}

.huge-title p {
   
    width: 76%;
	padding-top:112px;
    text-align: center;
	color:#ebc162;
	font-weight:400;
	font-style:italic;
	font-size:33px;
	line-height:52px;
	margin:0 auto 0 auto;
}

.huge-title h2{
	
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 20px;
	margin-bottom: 10px;
	
} 

.huge-title #logo img {
}

.huge-title span {
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 1px;
	font-size: 17px;
	color: #1e1e1e;
	text-align: center;
	font-weight: 200
}

/* Go down */

.go-down {
    position: absolute;
    right: 0;
    bottom: 60px;
    left: 0;
    text-align: center;
    margin: auto;
    width: 90px;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.go-down:hover {
	bottom: 55px;
	outline: none;
}

/* Social Ico */

.social-ico {
    float: right;
    margin-top: 40px;
} 

a.goto span { font-size:30px; color: #fff }


section, .row, .fade {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding-bottom: 0px;
}

/* Profile */

#hello {    
 background: #F5F5F5;
 padding: 100px 0 130px 0;}

.presentation{
    padding: 20px 20px;
    z-index: 999;
    position: relative;
    color:#555;
}

.hellotxt {    
	padding: 60px 60px 60px 60px;
	height: 100%;
	position: relative;
	background: #FFF;
}

.hellotxt span
{ font-weight:300; font-style: italic;}

.helloimg {
	background: url("../img/hello-img.jpg");
	background-size:100% auto;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transform-style: preserve-3d;
	background-repeat:no-repeat;
	position: absolute;
	top:0;
	width: 60%;
	height: 100%;
} 


.worktxt span
{ font-weight:300; font-style: italic;}


.studiotxt span
{ font-weight:300; font-style: italic;}

#photoparallax  {    
 background: url('../img/5bg.png') fixed;
 background-size: cover;
 padding: 150px 0;
 }

#photoparallax h2{
	color: #FFF;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 12px;
	font-size:2em;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
	
} 

/* Studio */

.studio {
	background: #F1F1F1;
    z-index: 999;
    position: relative;
    padding: 300px 0;
}


.studio .studiotxt {    
	padding: 60px 60px 60px 60px;
	height: 100%;
	position: relative;
	background: #FFF;
	z-index: 9999999;	
}

.studio .studioimg {
	background: url(../img/studio/1.jpg);
	background-size: cover;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transform-style: preserve-3d;
	position: absolute;
	top:0;
	width: 60%;
	height: 100%;
	
}

/* Founder */

.founder {
	background: #F1F1F1;
	z-index: 999;
	position: relative;
	padding: 82px 0;
}


.founder .foundertxt {
	padding: 60px 60px 60px 60px;
	height: 100%;
	position: relative;
	background: #FFF;
	z-index: 9999999;
}

.founder .founderimg {
	background: url(../img/founder/bruce-taub-contact.jpg) no-repeat;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transform-style: preserve-3d;
	position: absolute;
	top:0;
	width: 60%;
	height: 100%;
}

/* Work */

.work {
	z-index: 999;
	position: relative;
	padding-bottom: 60px;
    padding-top: 60px;
	background-color:#f5f5f5;
}

.work .worktxt {    
	padding: 60px 60px 60px 60px;
	height: 100%;
	position: relative;
	background: #FFF;
}

.work .workimg {
	position: absolute;
	top:0;
	right: 0;
	width: 60%;
	height: 100%;
	z-index: -1;
} 

.work .seemore {
	background: #0d8792;
	width: 50px;
	display: none;
	height: 50px;
	position: absolute;
	z-index: 9999999;
	right: -25px;
	bottom: -25px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.work .seemore:hover { background: #222; }

.work .textseemore {
	background: #FFF;
	position: absolute;
	display: none;
	right: -170px;
	bottom: -25px;
	display: none;
	width: auto;
	height: auto;
    font-size: 12px;
    padding: 12px 20px;
    letter-spacing: 2px;
    font-weight: normal;
    text-transform: uppercase;
}

.prezslide {
	position: fixed;
	background: rgba(0,0,0,0.80);
	z-index: 99999;
	width:100%;
	height: 100%;
	margin: auto;
	text-align: center;
	display: none;
	cursor: pointer;
}

.prezslide .intoprez {
	background: #FFF;
	box-shadow: 0px 0px 5px 0px black;
	padding: 40px;
	z-index: 9999999999;
	width:30%;
	height:220px;
	margin: auto;
	text-align: center;
	position: absolute;
	top:0;
	right: 0;
	left: 0;
	bottom: 0;
}

.prezslide .intoprez img {
	position: relative;
	top: 20px;
	margin: auto;
	width: 150px;
	height: auto;
}

#clients{
	position: fixed;
	width:100%;
	height: 100%;
	display: none;
	background: #FFF;
}

#clients .item_client img {width: 100%;}

.item_client .title {position: absolute; top:0; right: 50px; width: auto; height: 50px; padding:0px 20px; background: #FFF;
	   font-weight: normal;
    height: auto;
    letter-spacing: 2px;
    font-size:13px;
    padding: 12px 20px;
    font-family: 'Source Sans Pro', sans-serif;
}

.closeit {
	background: #0d8792;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 9999;
	right:0px;
	top: 0px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.closeit img {
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); /* IE 9 */
	-webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */
}

.closeit:hover {
	background: #222;
}

/* Contact */

.contact {
	background: #F5F5F5 ;
	background-size: cover;
    z-index: 999;
    position: relative;
    padding: 120px 0;
}

.contact .contactxt {    
	padding: 40px 60px 60px 60px;
	background: #FFF;
	z-index: 999999;
}

.contact .gmap {
	background: url("../img/bgtest.jpg") ;
	-webkit-backface-visibility: hidden;
-webkit-transform: translate3d(0,0,0);
-webkit-transform-style: preserve-3d;
	background-size: cover;
	position: absolute;
	top:0;
	right: 0;
	width: 60%;
	height: 100%;
	z-index: -1;
}

/* Make it Fixed */

#footerSpacer {
	background-color: rgba(0, 0, 0, 0) !important;
	display: block;
	min-height: 434px;
}

/* Footer General */

#footer {
	background: #0c0c45;
	bottom: 0;
	padding: 50px 0 0 0;
	position: fixed;
	width: 100%;
	font-size: 14px;
	z-index: 1;
	text-align: right;
}

#footer .title {    
	font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 26px;
    padding-bottom: 0;
    text-transform: uppercase;}
    
#footer .logofooter {
	float: left;
	width: 261px;
	margin-top: 10px;
	margin-right: 24px;	

	}
	
	.footerholder
	{padding-top:24px !important; clear:both;}
	
	.footerinfo
	{height:103px; padding-top:25px; text-align:left; width:22% !important;font-size:16px;}
	
	.lineleft
	{
	border-left: thin solid #E9BF60;
	padding-left: 20px;
	paddin-right: 20px;
	width: 31.3% !important;
}
	
	.lineleft span
	{ font-size:16px; color:#E9BF60; font-weight:600;}
	
#footer .icon {padding: 0px 10px;}

li.social-links a { font-size: 18px; margin-left: 8px }
    
/* Preloader Effect */

#preloader {
    background-color: #FAFAFA;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
}

/* Preloading Animation */

#loading-animation {
    background-image: url("../img/loading.gif") ;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
    border-radius: 4px;
}

.workbg
{background: url(../img/work/1.jpg);
	background-size: cover;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transform-style: preserve-3d;
	position: absolute;
	top:0;
	width: 60%;
	height: 100%;}
	
	.vision
{background: url(../img/visionbg.jpg);
	background-size: cover;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transform-style: preserve-3d;
	position: absolute;
	top:0;
	width: 60%;
	height: 100%;}
       
            
/* Mobile Devices */

@media screen and (max-width: 766px) {
.page1 {
	background-size: cover;
	background-repeat:no-repeat;
	
	}
.flexslider, .flexslider2 {display: none;}

.huge-title { 
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-left: 7px;
    height: 670px;
    text-align: center;
}

.huge-title p {
   
    width: 76%;
	padding-top:72px;
    text-align: center;
	color:#ebc162;
	font-weight:400;
	font-style:italic;
	font-size:23px;
	line-height:42px;
	margin:0 auto 0 auto;
}


.huge-title #logo img { width: 65%; }
.huge-title span { font-size: 14px }
h2 { font-size:32px; line-height: 42px; }
h3 { font-size:28px; }
.prezslide { display: none; }
.work .seemore {right:0; bottom: 0;}

#hello {padding: 20px 20px;}
.hellotxt {padding: 40px 20px;}
.helloimg  {
	background-image: url(../img/hello-img2.jpg);
	position: static;
	width: 100%;
height: 477px;
 background-size: cotain;
}
	

.studio {padding: 20px 20px;}
.studio .studiotxt {padding: 40px 20px;}
.studio .studioimg  {position: relative; width: 100%; height: 450px;}

	.founder {padding: 20px 20px;}
	.founder .foundertxt {padding: 40px 20px;}
	.founder .founderimg  {position: relative;width: 100%;height: 599px;}

.work {padding: 20px 20px;}
.work .worktxt {padding: 40px 20px;}
.work .workimg  {position: relative; width: 100%; height: 500px; background-size: cover;}

.contact {padding: 20px 20px;}
.contact .contactxt {padding: 40px 20px;}
.contact .gmap {position: relative; width: 100%; height: 250px;}

#footer {padding: 0px auto 0px auto;}

.clients .aboutclients { padding: 80px 60px 20px 60px; }

.clients .item_client{
	padding: 20px 60px;
	height: 100%;
    color: #FFF;
    text-align: center;
}

.logofooter {text-align: center; margin: auto; }
.logofooter img { width: 165px; height: auto !important }

#footer .three.columns {padding-top: 15px;}

.page1 {
	background: #0c0c45;
}

.push_seven {margin:0; text-align: center;}

.tiles.two_up > li {
    margin-left: 2%;
    width: 100%;
}

.tiles.four_up > li {
    margin-left: 2%;
    width: 48%;
}

#footer {position: relative;  text-align: center;}

#footer .columns {margin-left: 0px;}


#footer .logofooter { text-align: center;  float: none; padding: 0; margin-top: 0px; }

#footerSpacer {display: none;}
.prezslide {
	position: fixed;
	background: rgba(0,0,0,0.80);
	z-index: 99999;
	width:100%;
	height: 100%;
	margin: auto;
	text-align: center;
	display: none;
	cursor: pointer;
	display: none;
}

.prezslide .intoprez {
	background: #FFF;
	box-shadow: 0px 0px 5px 0px black;
	padding: 40px;
	z-index: 9999999999;
	width:90%;
	height:220px;
	margin: auto;
	text-align: center;
	position: absolute;
	top:0;
	right: 0;
	left: 0;
	bottom: 0;
	display: block;
}

/*.page1 {
	background: url('../img/header-bg2.jpg');
	background-size: cover;
	background-attachment:  scroll;*/
	

.workimg {
	background: url(../img/work/1.jpg) ;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transform-style: preserve-3d;
	position: absolute;
	top:0;
	width: 60%;
	height: 100%;
}

.workbg
{background: url(../img/work/1.jpg) ;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transform-style: preserve-3d;
	position: absolute;
	top:0;
	width: 60%;
	height: 100%;}
	
	
	.vision
{background: url(../img/visionbg.jpg);
	background-size: cover;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transform-style: preserve-3d;
	position: absolute;
	top:0;
	width: 60%;
	height: 100%;}
	
	
	
	
	.vision
	{width: 100%;
	background-image: url(../img/visionbgm.jpg);}
       
}

/* iPad in Portrait */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
.page1 {
	background: url('../img/header-bg2.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	}
	
	

	
.huge-title #logo img { width: 50%; }
.prezslide, .slider {display: none;}




.prezslide .intoprez img {display: none;}

.workimg {
	
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transform-style: preserve-3d;
	position: absolute;
	top:0;
	width: 60%;
	height: 100%;
} 

.workbg
{background: url(../img/work/1.jpg) ;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transform-style: preserve-3d;
	position: absolute;
	top:0;
	width: 60%;
	height: 100%;}
       
.vision
{background: url(../img/visionbg.jpg);
	background-size: cover;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transform-style: preserve-3d;
	position: absolute;
	top:0;
	width: 60%;
	height: 100%;}
 }

/* iPad in Landscape */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	.page1 {
	background: url('../img/header-bg2.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	}
.slider {display: none;}


.workimg {
	background: url("../img/work-img.jpg") ;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transform-style: preserve-3d;
	position: absolute;
	top:0;
	width: 60%;
	height: 100%;
	
}
	
	.workbg
{background: url(../img/work/1.jpg) ;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transform-style: preserve-3d;
	position: absolute;
	top:0;
	width: 60%;
	height: 100%;
}

.vision
{background: url(../img/visionbg.jpg);
	background-size: cover;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transform-style: preserve-3d;
	position: absolute;
	top:0;
	width: 60%;
	height: 100%;}
				
.no-touch #container { background: #FFF; }
    	
.no-touch #container .fade {
	-webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
    
.no-touch #container .fade.outOfView { opacity: 0; }
.no-touch #container .fade.inView { opacity: 1; }

.blurImg {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}

.blurImg > div {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  
}

.blur {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.grid {
	background: #FFF;
  	margin: 0px auto 0px;
  	font-size: 0;
  	text-align: left;
}

.item {
  	height:auto;
  	display: inline-block; 
  	vertical-align: top;
  	position: relative; 
  	overflow: hidden;
  	line-height: 0;
  	width: 48.9%;
  	margin: 5px;
}

.item img {width: 100%;}
}

@media (min-width: 415px) and (max-width: 736px){
	
	#logo
	{ margin-top:-60px;}
	
	.helloimg
	{}
	
	.work .workimg 
	{}
	
	
	
	.studio .studioimg 
		{}

	.founder .founderimg
	{}
}

@media (min-width: 767px) and (max-width:1024px){
	
	#logo
	{ margin-top:-60px;}
	
	#hello
	{padding-bottom:490px;}
	.helloimg
	{
	width: 100%;
	background-image: url(../img/hello-img2.jpg);
}

	
	.work
	{padding-bottom:165px; background-color:#f5f5f5;}
	
	.work .workimg 
	{ width:100%}
	
	.studio .studioimg
	{width:100%}

}

@media (min-width: 737px) and (max-width: 768px){
	
	.page1
	{background-image:none; background-color:#1E1E1E !important;}
	#logo
	{ margin-top:-60px;}
	
	#hello
	{/*padding-bottom:100px;*/}
	.helloimg
	{  width:100%; background-image:url(../img/hello-img.jpg);}
	
	.work
	{padding-bottom:165px}
	
	.work .workimg 
	{width:100%}
	
	.studio .studioimg
	{width:100%}

	.founder .founderimg
	{width:100%}

	.founder .foundertxt {
		padding: 40px 20px;
	}
	
}


#footer
{color:#fff;}

#footer p

{color:#e9bf60; font-weight:600; }

#footer p a

{color:#fff; text-decoration:underline;}


#footer span

{
	font-size: 25px;
}

.footertext
{
	text-align: center;
	border-bottom: solid medium #e9bf60;
	padding-bottom: 58px;
}
