@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Bold.svg#montserratbold') format('svg')
         url('/fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Light.svg#montserratlight') format('svg'),
         url('/fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Regular.svg#montserratregular') format('svg'),
    url('/fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
* {
margin: 0;
padding: 0;
}
html {
margin:0;
padding: 0;
height:100%;
width: 100%;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased; 
}
body{
height: 100%;
width: 100%;
font-size: 18px;
font-family: 'Montserrat','Times New Roman',sans-serif;
position: relative;
text-transform: uppercase;
}
h1{
display: none;
}
h2{
text-align: center;
font-weight: bold;
font-size: 20px;
margin-bottom: 20px;	
}
h2.white{
font-weight: normal;
}
h3{
font-weight: normal;
font-size:18px;	
}
h3.title,
h4{
font-weight: normal;
margin-bottom: 5px;
font-size:14px;	
}
h4{
text-transform: none;
margin-bottom: 0;
}
.container.text p{
max-width: 660px;
margin: 0 auto 30px;	
}
p{
line-height: 30px;
margin-bottom: 30px;
text-transform: none;	
}

a,
a:hover,
.green{
color:#90eeab;
text-decoration: none;
}
.cleaner{
	height: 1px;
	width: 100%;
	clear: both;
	margin: 0 !important;
}
.button,
.button:hover{
border: 2px solid #90eeab;
color: #90eeab;
text-decoration: none;
width:215px;
text-transform: uppercase;
min-height:60px;
line-height: 60px;
display: block;
text-align: center;
font-weight: bold;
margin: 0 auto 0;
}
.button:hover{
background: #90eeab;
color: #353535;	
}
#header{
position: fixed;
right:0;
top:0;
width: 100%;
height: 100px;	
z-index: 80;
}
#header::after{
position: absolute;
content: '';
background: #353535;
right:0;
top:-100%;
height: 100%;
width: 100%;
-webkit-transition:top 200ms ease;
transition:top 200ms ease;	
}
#header.scrolled::after{
top: 0;
}
#header.grey .logo{
background: url(/images/logo-top-black.png) 0% 50% no-repeat;	
}
.modal-open #header .logo,
#header .logo,
#header.grey.scrolled .logo{
background: url(/images/logo-top.png) 0% 50% no-repeat;
height: 100px;
display: inline-block;
width: 160px;
position: relative;
z-index: 10;
}
#menu-open{
display: block;
background: url(/images/buttons.png) no-repeat;
width: 50px;
height: 50px;
position: absolute;
top:20px;
right:10px;
z-index: 10;
cursor: pointer;
}
.grey #menu-open{
background-position:  0 -100px;	
}
.grey #menu-open.opened,
#menu-open.opened{
background-position:  0 -50px;	
}
#main-menu{
display: none;
z-index: 5;
position: fixed;
height: 100%;
width: 100%;
top:0;
right:0;
text-align: center;
padding-top: 100px;
background: #353535;
}
#main-menu.opened{
display: block;	
}
#main-menu a{
display: block;
line-height: 80px;
font-size: 24px;
color: white;
text-align: center;
font-weight: bold;
}
#header.grey #main-menu a{
color: black;	
}
.modal-open #header #main-menu a,
#header.scrolled #main-menu a{
color: white;	
}
#main-menu a.active,
#main-menu a:hover{
color: #90eeab !important;	
}

section{
min-height: 120%;
padding: 100px 0;
display: block;
width: 100%;
position: relative;	
z-index: 5;
}
section.black{
background: #353535;
color: white;
}
section.grey{
background: #f0efef;
color: black;
}
section.white{
background: white;
color: black;
}
.container{
position: relative;
}
#intro{
height: 100% !important;
position: relative;
}
#intro .bg{
width: 100%;
position: fixed;
top:0;
left:0;
z-index: 1;
height: 100%;
background: url(/images/home.jpg) 50% 50% no-repeat;
background-size: cover;	
}
.touch #intro .bg{
position: absolute;	
}
#intro .container{
z-index: 5;
position: absolute;
height: 250px;
top:0;
left:0;
bottom:0;
right:0;
margin: auto;
}
#intro h2{
max-width: 680px;
display: block;
margin: 0 auto 50px;
color: white;
font-weight: normal;	
}
.no-touch #intro{
background-attachment:fixed;	
}
.do-list{
display: block;
margin: 0;
padding: 0;
list-style: none;
text-align: center;
}
.do-list li {
width: 240px;
height:220px;
margin: 10px;
text-align: center;
display: inline-block;
border: 2px solid transparent;
}
.do-list li h3{
position: absolute;
top:0;
z-index: 2;
left: 0;
text-align: center;
width: 100%;
color: #90eeab;
font-size: 15px;
line-height: 60px;
font-weight: normal;
background: url(/images/wave.png) no-repeat 50% 200%;
transition:background 200ms ease;
-webkit-transition:background 200ms ease;

}
.do-list li a:hover h3{
color: white;
background: url(/images/wave.png) no-repeat 50% 80%;
}
.do-list li a{
display:block;
position: relative;	
}
.do-list li:hover {
border-color: #90eeab;
}
.audio-list,
.video-list{
display: block;
margin: 0 0 50px 0;
padding: 0;
list-style: none;
text-align: center;	
}
.audio-list li,
.video-list li{
position: relative;
display: block;
width: 100%;
max-width: 300px;
margin: 0 auto 20px;	
}
.audio-list{
margin-bottom: 0;	
}
.audio-list li{
padding: 5px;	
}
.audio-list li h3{
padding-left: 15px;
text-align: left;
line-height: 40px;
margin-bottom: 15px;
font-weight: normal;
font-size: 18px;
border-bottom: 1px solid black;	
}
.video-list li:hover::before{
background: rgba(0,0,0,.1);		
}
.video-list li::before{
position: absolute;
top:0;
left: 0;
height: 169px;
content: '';
width: 100%;
z-index: 3;
background: rgba(0,0,0,.3);	
}
.video-list li img{
width: 100%;
height:170px;
margin-bottom: 10px;	
}
.video-list li a{
position: absolute;
top:0;
left: 0;
height: 170px;
width: 100%;
display: block;
z-index: 5;
background: url(/images/yt-play.png) no-repeat 50% 80px;	
}
.scroll{
display: block;
position: absolute;
bottom:15px;
left:0;
right:0;
width: 20px;
height: 20px;
margin: auto;
background: url(/images/scroll.png) no-repeat 50% 50%;
z-index: 5;
}
.social{
display: block;
width: 210px;
text-align: center;
margin: auto;	
}
.social a{
display: inline-block;
width: 80px;
height: 55px;
margin: 0 10px;
overflow: hidden;
position: relative;
}
#contact{
padding-top: 150px;	
}
.social a img{
position: absolute;
top:-55px;
left:0;
}
.social a:hover img{
top:0px;
}
.contact-info{
margin-bottom: 40px;	
}
.contact-info a{
color: black;	
}
.contact-info a:hover{
color: #90eeab;	
}
.contact-info h3{
margin-bottom: 15px;
text-align: center;
font-weight: 300;
}
@media (max-width : 768px) and (orientation : landscape){
section{
min-height: 480px;
height: auto;	
}
}
@media (max-width : 400px){
iframe{
width: 100% !important;
height: 200px !important;
}
}
@media (min-width:768px){
h2{
font-size: 30px;
margin-bottom: 40px;
}
section{
min-height: 480px;
height: auto;	
}
#contact{
padding-top: 100px;	
}
section#work,
section#about{
padding-top: 150px;	
}
#menu-open{
display: none;
}
#main-menu{
position: absolute;
height: 100%;
width: 500px;
display: block !important;
text-align: right;
padding-top: 0;
background: none;
}
#main-menu a{
display: inline-block;
margin-left: 50px;
line-height: 100px;
font-size: 14px;
}
.audio-list li,
.video-list li{
min-height:245px;
vertical-align: top;
display: inline-block;
margin: 0 10px 50px 10px;	
}
}
@media (min-width:992px){
#header .logo,
#header.grey.scrolled .logo,
#header.scrolled .logo{
width: 350px;
}	
}

@media (min-width:1200px){

}
/*LIGHTBOX*/
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px;}
div.pp_default .pp_content .ppt{color:black;}
div.pp_default .pp_content_container .pp_left{padding-left:13px;background: none;}
div.pp_default .pp_content_container .pp_right{padding-right:13px;background: none;}
div.pp_default .pp_close{width: 60px;
height: 60px;
top:-100px;
left: 0;
margin: auto;
background: url(/images/close.jpg) no-repeat;
cursor: pointer;}
div.pp_default .pp_gallery ul li a{border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;}
div.pp_default .pp_content_container .pp_details{position: static !important;
}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_description{font-size:13px;font-weight:700;line-height:18px;margin:9px 50px 5px 0;color:#666;}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#f0efef;display:none;left:0;position:absolute;top:0;width:100%;z-index:100}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000;
	overflow: visible !important;
}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:300px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(images/image-prev.png) 0 0 no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right: 0px;
top: 3px;
sdisplay:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
