/* RESET CSS */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;background:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;color:#000;background:#fff}:focus{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{text-decoration:none}a img{border:0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}caption,th,td{text-align:left;font-weight:400}blockquote:before,blockquote:after,q:before,q:after{content:'"'}blockquote,q{quotes:'"' '"'}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}



/*	00. Body and things that we don't change	01. Header	02. Navigation	03. What we do/Portfolio Section	04. Works Grid	05. About Section	06. Contact Section	07. Twitter Module	08. Social Module	09. Footer
*/
/* 00. BODY AND WRAPPER ================================================== */

body,
html {
    margin: 0px auto;
    width: 100%;
    background-color: #FFF;
    color: #333;
    font-family: 'Josefin Sans', sans-serif;
    font: 12px;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
}
#wrapper {
    position: absolute;
    top: 100%;
    width: 100%;
}
.inner {
    width: 100%;
    max-width: 870px;
    margin: 0px auto;
    text-align: center;
    display: block;
}
.title_line {
    border-bottom: 1px solid #D5D5D5;
    display: block;
    height: 1px;
    margin: auto;
    width: 90px;
}
.light {
	color:#9B9B9B;
}
.lead {
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    letter-spacing: 2px;
    color: #555;
    margin-bottom: 0px;
    padding: 30px 30px 30px 30px;
    font-size: 22px;
	font-weight:bold;
}
.lead a {
    color: #00aed7;
    text-decoration: none;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.lead a:hover {
    color: #777;
}
/* 01. HEADER ================================================== */

header {
    width: 100%;
    height: 100%;
	min-height:100%;
    text-align: center;
    color: #000;
    position: absolute;
    background: url(../img/background_header3.jpg) no-repeat bottom fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero {
  position: absolute;
  text-align: center;
  min-width: 300px;
  left: 50%;
  top: 50%;
  padding: 25px;
  background: rgba(255, 255, 255, 0.8);
  outline: 6px double #FFFFFF;
  outline-offset: 8px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  
}
.logo {
	/**background-image:url(../img/LEAF-sm.png);**/
	width:180px;
	height:auto;
    position: relative;
    margin: 6% auto 10px auto;
    z-index: 999;
}
header h2 {
    font-family: 'SuburbanOT-Light', sans-serif;
    font-size: 50px;
    letter-spacing: 2px;
    position: relative;
    margin: 0px auto 0px auto;
	color:#000;
    z-index: 999;
}
.roles {
    font-size: 16pt;
    font-weight: 300;
    display: inline-block;
    line-height: 70px;
    height: 70px;
    vertical-align: middle;
    overflow: hidden;
    color: #000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.01);
    z-index: 999;
}
.roles div {
    height: 70px;
    -webkit-transition: margin-top 0.5s ease-in-out;
    -moz-transition: margin-top 0.5s ease-in-out;
    -o-transition: margin-top 0.5s ease-in-out;
    transition: margin-top 0.5s ease-in-out;
}
#tab a {
    width: 150px;
    padding: 20px 10px;
    background-color: rgba(255,255,255,0.8);
    color: #000;
    margin: 0px auto;
    vertical-align: middle;
    text-align: center;
	font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
	font-weight: bolder;
    letter-spacing: 1px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -80px;
    text-decoration: none;
	outline: 3px double transparent;
    outline-offset: 3px;
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
}
#tab-top-good a {
    width: 420px;
    padding: 20px 10px;
    background-color: rgba(216,255,232,1.00);
    color: #000;
    margin: 0px auto;
    text-align: center;
	font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
	font-weight: bolder;
    letter-spacing: 1px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -215px;
    text-decoration: none;
	outline: 3px double transparent;
    outline-offset: 3px;
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
}

#tab-top-bad a {
    width: 380px;
    padding: 20px 10px;
    background-color: rgba(255,219,220,1.00);
    color: #000;
    margin: 0px auto;
    text-align: center;
	font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
	font-weight: bolder;
    letter-spacing: 1px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -200px;
    text-decoration: none;
	outline: 3px double transparent;
    outline-offset: 3px;
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
}

#tab a:hover {
   background-color:rgba(255,255,255,1.00);
   outline: 3px double #FFFFFF;
   outline-offset: 3px;
}

#tab-top-good a:hover, #tab-top-bad a:hover {
   outline: 3px double #FFFFFF;
   outline-offset: 3px;
}
/* 02. NAVIGATION ================================================== */

nav {
    width: 100%;
    height: 70px;
    background-color: #FFF;
    margin: 0px;
    z-index: 100;
}
nav #logo {
    float: left;
    display: inline-block;
	width:227px;
	height:40px;
    margin-left: 10px;
    padding: 15px;
    line-height: 20px;
    vertical-align: middle;
}
nav ul {
    float: right;
    display: inline-block;
    margin-right: 10px;
    margin-top: 25px;
    list-style: none;
    vertical-align: middle;
}
nav ul li {
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
}
nav ul li a {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 8pt;
	font-weight:bold;
    margin: 5px 18px 0px 18px;
    padding: 18px 0px;
    vertical-align: middle;
    text-decoration: none;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
nav ul li a:hover {
    color: #ca390a;
}
#nav .selected a {
    color: #ca390a;
}
/* 03. PORTFOLIO SECTION ================================================== */

#portfolio {
    background-color: #EEE;
    padding: 70px 0px 50px;
    margin: 0px auto;
    text-align: center;
    display: block;
}
#portfolio h3 {
    color: #555;
    font: 40pt 'SuburbanOT-Light';
    padding: 30px 0px 0px 0px;
}
/* 04 WORKS GRID ================================================== */

.work-grid {
    list-style: none;
    padding: 10px 0;
    margin: 0px auto;
    text-align: center;
    width: 100%;
}
.work-grid li {
    display: inline-block;
    margin: 0px 5px 20px 0px;
    vertical-align: top;
    height: 185px;
	border-bottom:solid 1px rgba(0,0,0,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;
}
.work-grid li:hover {
    /**filter: alpha(opacity=80);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
    opacity: 0.8;**/
}
.work-grid li img{
	-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;
	opacity:1;
}
.work-grid li img:hover{
    opacity: 0.6;
}

.work-grid li> a,
.work-grid li> a img {
    border: none;
    outline: none;
    display: block;
    position: relative;
}
/**.work-grid li.og-expanded> a::after {
    top: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #ddd;
    border-width: 15px;
    left: 50%;
    margin: -20px 0 0 -15px;
}
.og-expander {
    position: absolute;
    background: #ddd;
    top: auto;
    left: 0;
    width: 100%;
    margin-top: 10px;
    text-align: left;
    height: 0;
    overflow: hidden;
}
.og-expander-inner {
    padding: 50px 30px;
    height: 100%;
}
.og-close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.og-close::before,
.og-close::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.og-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.og-close:hover::before,
.og-close:hover::after {
    background: #333;
}
.og-fullimg,
.og-details {
    width: 40%;
    float: left;
    height: 80%;
    overflow: hidden;
    position: relative;
}
.og-details {
    padding: 0 40px 0 20px;
}
.og-fullimg {
    text-align: center;
}
.og-fullimg img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
}
.og-details h3 {
	font-family: 'SuburbanOT-Light', sans-serif;
    font-weight: 300;
    font-size: 52px;
    padding: 40px 0 10px;
    margin-bottom: 10px;
    color: #555;
}
.og-details p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #707070;
}
.og-details a {
    font-size: 16px;
    color: #FFF;
    font-family: 'Josephin Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 20px;
    background: #ca390a;
    border: 3px solid #ca390a;
    display: inline-block;
    margin: 30px 0 0;
    outline: none;
    -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;
}
.og-details a::before {
    content: '\2192';
    display: inline-block;
    margin-right: 10px;
}
.og-details a:hover {
    background: #555;
    border-color: #555;
    color: #FFF;
}
.og-loading {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ddd;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    -webkit-animation: loader 0.5s infinite ease-in-out both;
    -moz-animation: loader 0.5s infinite ease-in-out both;
    animation: loader 0.5s infinite ease-in-out both;
	
}
***/

/* 05. ABOUT SECTION ================================================== */

#about {
    background: #fff;
	/*background-image:url(../img/LEAF-bg.svg);**/
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
    padding: 70px 0px 50px;
	margin:0px;
}
#about .inner {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    text-align: center;
}
#about h2 {
    color: #555;
    padding: 30px 0px 0px 0px;
}

#about h3 {
	text-align:center;
    color: #555;
    font: 40pt 'SuburbanOT-Light';
    padding: 30px 0px 0px 0px;
}

#portraits {
    text-align: center;
}
#portraits li {
    position: relative;
    list-style-type: none;
    display: inline-block;
    width: 20%;
    height: auto;
    margin-bottom: 2.5%;
    transition: all 150ms ease-out;
    margin: 0 0px 5px 5px;
    background: #FFF;
    padding-bottom: 10px;
}
#portraits li img {
	max-width:100px;
	height:auto;
    -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;
}
#portraits li img:hover {
    filter: alpha(opacity=70);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=70);
    opacity: 0.7;
}
#portraits li .name {
    font-size: 14px;
    color: #2e2e2e;
    font-weight: normal;
    font-style: normal;
    margin: 10px 0 10px 0;
    display: block;
}
#portraits li .poste {
   
    color: #FFFFFF;
    background-color: #00aed7;
    font-size: 13px;
    text-transform: uppercase;
    padding: 8px 8px;
    margin-bottom: 10px;
    display: inline-block;
}
#portraits li .whathedo {
    color: #3b3b3b;
    font-size: 12px;
}
#portraits li .whathedo a {
    padding: 0px 5px 0px 5px;
}
/* 06. CONTACT SECTION ================================================== */

#contact {
    background-color: #f9f9f9;
    padding: 70px 0px 50px;
}
#contact h2 {
    color: #555;
    font: 40pt 'SuburbanOT-Light';
    padding: 30px 0px 0px 0px;
}
#contact .row {
    font-family: 'Josephin Sans', serif;
    line-height: 24px;
    color: #707070;
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 30px;
}
#contact .row .col1 {
    width: 55%;
    padding: 0px 3%;
    display: inline-block;
    vertical-align: text-top;
    text-align: left;
}
#contact .row .col2 {
    width: 35%;
    display: inline-block;
    vertical-align: text-top;
    text-align: left;
}
#contact .inner form input[type="text"],
#contact .inner form input[type="email"],
#contact .inner form textarea {
    width: 90%;
    height: 30px;
    padding: 5px 10px;
    font-family: 'Josephin Sans', serif;
    font-size: 12px;
    color: #999;
    letter-spacing: 1px;
    background-color: #FFF;
    border: 2px solid #FFF;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 25px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
#contact .inner form input[type="text"]:focus,
#contact .inner form input[type="email"]:focus,
#contact .inner form textarea:focus {
    border: 2px solid #ca390a;
    color: #999;
}
#contact .inner form input[type="text"]:required:valid,
#contact .inner form input[type="email"]:required:valid,
#contact .inner form textarea:required:valid {
    border: 2px solid #ca390a;
    color: #333333;
    background-image: url(../img/valid-icon.png);
    background-repeat: no-repeat;
    background-position: 98%;
}
#contact .inner form input[type="text"]:required:invalid,
#contact .inner form input[type="email"]:required:invalid,
#contact .inner form textarea:required:invalid {
    background-image: url(../img/invalid-icon.png);
    background-repeat: no-repeat;
    background-position: 98%;
}
#contact .inner form textarea:required:valid,
#contact .inner form textarea:required:invalid {
    background-position: 98% 8px;
}
#contact .inner form textarea {
    resize: vertical;
    height: 100px;
}
#contact .inner form label {
    color: #555;
    font-family: 'Josephin Sans', serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #333;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #333;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #333;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #333;
}
#contact .inner form .required {
    color: #ca390a;
}
#contact .inner form .submit {
    width: 95%;
    padding: 5px 10px;
    background-color: #ca390a;
    height: 40px;
    text-transform: uppercase;
    font-family: 'Josephin Sans', serif;
    letter-spacing: 1px;
    color: #FFF;
    margin-top: 20px;
    border: 2px solid #ca390a;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
#contact .inner form .submit:hover {
    color: #FFF;
    border: 2px solid #555;
    background-color: #555;
    cursor: pointer;
}
#contact .inner h4 {
    color: #555;
    font-family: 'Josephin Sans', serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 0px;
    margin-top: 35px;
}
#contact .inner h4:first-child {
    margin-top: 0px;
}
#contact .inner a {
    color: #ca390a;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
#contact .inner a:hover {
    color: #777;
    text-decoration: none;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
/* 07. TWITTER MODULE ================================================== *

#twitter_module {
    background-color: #FFF;
    padding: 50px 0px 50px;
    text-align: center;
}
.tweet_list {
    overflow-y: hidden;
    list-style: none;
    margin: 0;
    padding: 0
}
.tweet_list li {
    overflow-x: hidden;
    overflow-y: auto;
    list-style-type: none
}
.tweet_list li a {
    color: #333;
    text-decoration: none;
    border-bottom: 1px dotted #333;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.tweet_list li a:hover {
    color: #00aed7;
    text-decoration: none;
    border-bottom: 1px dotted #00aed7;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.tweet_list .tweet_avatar {
    display: none
}
.tweet_list .tweet_time a {
    font-style: italic;
    color: #999;
    border-bottom: none;
    font-family: 'Josephin Sans', serif;
    margin-left: 10px;
}
.tweet_list li::before {
    content: url(../images/twitter-icon2.png);
}
.tweet_list li img {
    margin-bottom: -2px;
}
.tweet_list .tweet_avatar img {
    vertical-align: middle;
}
#ticker ul.tweet_list {
    overflow-y: hidden;
    vertical-align: middle;
    height: 22px;
    font: 14px 'Josephin Sans';
    color: #333;
}
#ticker .tweet_list li {
    overflow: hidden;
    vertical-align: middle;
    font: 13px 'Josephin Sans';
    color: #666;
    height: 35px;
}
/* 08. SOCIAL MODULE ================================================== */

#social_module {
    padding: 0px 0px 30px;
    text-align: center;
}
#social_module a {
	color: #ca390a;
    text-decoration: none;
	    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
#social_module a:hover {
	color: #FFF;
}
#social_module ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 20px 0px 20px;
}
.icon {
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    color: #777;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
.icon:hover {
    color: #00aed7;
}
/* 09. FOOTER SECTION ================================================== */

footer {
    height: auto;
    width: 100%;
    padding: 20px 0px 20px 0;
    background-color: #333;
    font-family: 'Josephin Sans', serif;
    font-size: 11px;
    letter-spacing: 1px;
    position: static;
    bottom: 0px;
    text-align: center;
}

footer a {
	color:#ca390a;
	text-decoration:none;
	 transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}