﻿@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");

/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; outline:none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
body { line-height:1; }
ol, ul { list-style:none; }
table { border-collapse:collapse; border-spacing:0; }
*:focus { outline:none; }
.clear { clear:both; height:0; overflow:hidden; }

/* Basic Styles */
html { height:100%; }
body { position:relative; min-width:980px; min-height:100%; background:#111; font-size:12px; line-height:1.3em; color:#ddd; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:100%; }
#wrapper { position:absolute; top:0; left:0; right:0; padding-bottom:100px; }
.seo { position:absolute; top:0; }

/* Main Font */
body, h1, h2, h3, h4, h5, h6, .button, input[type="button"], input[type="submit"], input[type="text"], input[type="password"], input[type="email"], textarea, select { font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* Header */
header { position:relative; height:110px; background:#000 url(../imgs/main/headerbg.jpg); padding-left:310px; z-index:9999999999; }
header .logo { position:absolute; top:0; left:0; display:block; width:290px; height:0; background:url(../imgs/main/logo.png); padding-top:110px; overflow:hidden; }

header nav.lang { position:absolute; top:4px; right:26px; }
header nav.lang a { display:block; float:left; padding:4px; color:#519816; font-size:12px; font-weight:700; text-decoration:none; }
header nav.lang a:hover { border-bottom:2px solid #519816; }
header nav.lang a.active { color:#fff; border:0; cursor:default; }

header nav.social { width:60%; height:32px; padding:9px 0; overflow:hidden; }
header nav.social a { display:block; float:left; width:32px; height:0; background:url(../imgs/main/social-sprite.png); margin-right:3px; padding-top:32px; overflow:hidden; }
header nav.social a.gplus { background-position:0px 0px; }
header nav.social a.facebook { background-position:-32px 0px; }
header nav.social a.twitter { background-position:-64px 0px; }
header nav.social a.linkedin { background-position:-96px 0px; }
header nav.social a.youtube { background-position:-128px 0px; }
header nav.social a.instagram { background-position:-160px 0px; }
header nav.social a.pinterest { background-position:-192px 0px; }
header nav.social a.skype { background-position:-224px 0px; }
header nav.social a.flickr { background-position:-256px 0px; }
header nav.social a.email { background-position:-288px 0px; }
header nav.social a.rss { background-position:-320px 0px; }
header nav.social a:hover.gplus { background-position:0px -32px; }
header nav.social a:hover.facebook { background-position:-32px -32px; }
header nav.social a:hover.twitter { background-position:-64px -32px; }
header nav.social a:hover.linkedin { background-position:-96px -32px; }
header nav.social a:hover.youtube { background-position:-128px -32px; }
header nav.social a:hover.instagram { background-position:-160px -32px; }
header nav.social a:hover.pinterest { background-position:-192px -32px; }
header nav.social a:hover.skype { background-position:-224px -32px; }
header nav.social a:hover.flickr { background-position:-256px -32px; }
header nav.social a:hover.email { background-position:-288px -32px; }
header nav.social a:hover.rss { background-position:-320px -32px; }

header nav.menu { height:58px; padding-top:2px; line-height:56px; }
header nav.menu a { display:block; float:left; margin-right:30px; color:#61ae1e; font-size:15px; font-weight:600; text-decoration:none; text-transform:uppercase; }
header nav.menu a:hover { border-bottom:2px solid #61ae1e; }
header nav.menu a.active { color:#fff; border:0; }

header .partner { position:absolute; right:25px; bottom:10px; display:block; }

/* Main Content */
::selection { background-color:#90be04; }
::-moz-selection { background-color:#90be04; }

.greenfold { position:absolute; top:111px; left:259px; width:20px; height:0; background:url(../imgs/main/greenfold.png); padding-top:20px; overflow:hidden; z-index:40; }
.main { position:relative; top:1px; left:280px; width:650px; background:url(../imgs/main/contbg.png) bottom right; z-index:40; }
.main .cont { width:590px; padding:20px 30px 40px; overflow:hidden; }
.main .bottomfold { position:absolute; bottom:0; right:0; height:20px; width:120px; background:url(../imgs/main/contbottombg.png) right no-repeat; padding-right:30px; color:#bbb; font-size:9px; font-weight:600; line-height:1; text-align:right; text-transform:uppercase; overflow:hidden; cursor:pointer; }
.main .bottomfold:hover { color:#fff; }
.main .bottomfold.tween { width:0; text-indent:-999px; }
.main .bottomfold.min { right:auto; left:0; height:10px; width:120px; background-position:left; padding:10px 0 0 20px; color:#fff; text-align:left; text-shadow:1px 1px 1px #000; }
.main .youtube { position:relative; cursor:pointer; }
.main .youtube span { position:absolute; top:0; bottom:0; left:0; right:0; background:url(../imgs/main/youtube-play-icon.png) center no-repeat; }

hgroup { margin:10px 0 20px; }
h2,h3 { font-weight:600; line-height:1.1em; letter-spacing:-.05em; text-transform:uppercase; }
h2 { color:#61ae1e; font-size:24px; }
h3 { color:#fff; font-size:15px; }
p,ul,ol { margin-bottom:1.5em; font-size:13px; line-height:1.5em; text-align:justify; }
.cont ul,.cont ol { list-style:inside; text-align:left; }
b { font-weight:600; }
a { color:#61ae1e; }

.col { float:left; width:280px; margin-bottom:1.5em; }
.col.left { margin-right:30px; }

/* Portfolio */
.portfolio { margin-right:-20px; }
.portfolio:after { clear:both; display:block; height:0; content:''; overflow:hidden; }
.portfolio .box { float:left; margin:0 20px 20px 0; }
.portfolio .box a { position:relative; display:block; }
.portfolio .box a img { display:block; }
.portfolio .box a span { position:absolute; top:0; bottom:0; left:0; right:0; display:block; background:#000 url(../imgs/main/opencircle.png) no-repeat; background-position:bottom center; text-indent:-9999px; overflow:hidden; opacity:0; transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; -o-transition:all .3s ease; }
.portfolio .box a:hover span { background-position:center; opacity:.6; }
.portfolio .box hgroup { background-color:rgba(0,0,0,.6); margin:0; padding:15px; }
.portfolio .box h4 { font-size:15px; font-weight:700; margin-bottom:3px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.portfolio .box h6 { font-size:11px; text-transform:uppercase; }

/* Gallery */
.swipe { position:fixed; left:0; top:0; bottom:0; overflow:hidden; min-height:100%; width:100%; visibility:hidden; }
.swipe-wrap { position:relative; overflow:hidden; }
.swipe-wrap > div { position:relative; float:left; width:100%; }
.swipe-wrap > div img { display:block; width:100%; }
.swipe a.prev,.swipe a.next,.swipe a.close { position:absolute; top:0; bottom:0; display:block; width:100px; background-color:rgba(0,0,0,.01); background-position:center; background-repeat:no-repeat; text-indent:-9999px; overflow:hidden; opacity:.4; cursor:pointer; z-index:80; }
.swipe a.prev { left:0; background-image:url(../imgs/main/arrowleft.png); }
.swipe a.next { right:0; background-image:url(../imgs/main/arrowright.png); }
.swipe a.close { bottom:auto; right:0; height:100px; background-image:url(../imgs/main/close.png); }
.swipe a:hover { background-color:rgba(0,0,0,.2); opacity:1; }
.swipe a:hover.close { background-color:transparent; }

/* Contacts */
#contact_form { display:block; clear:both; overflow:hidden; padding-bottom:20px; }
#contact_form ul { float:left; list-style:none; width:240px; margin:0; }
#contact_form ul.message { width:350px; }
#contact_form li { margin:0; }
#contact_form li small { display:block; padding:15px 5px 0; color:#9e9791; font-size:10px; }
#contact_form li .radios { padding:5px; font-size:12px; }
#contact_form li .radios input { margin-top:-2px; }
#contact_form label { display:block; padding:5px; font-weight:bold; }
#contact_form .error,#contact_form .success { display:none; float:right; margin:-22px 20px 0; color:#c00; font-size:11px; font-weight:bold; }
#contact_form .success { color:#060; }
#contact_form #mail_fail,#contact_form #mail_success { float:none; clear:both; margin:0; padding:15px 0 5px; }
#contact_form input[type="text"],#contact_form textarea { display:block; width:207px; background-color:#ddd; border:1px solid #000; padding:6px; -moz-box-shadow:inset 0 0 3px #000; -webkit-box-shadow:inset 0 0 3px #000; box-shadow:inset 0 0 3px #000; }
#contact_form textarea { width:336px; margin:0; }
#contact_form input[type="text"]:focus,#contact_form textarea:focus { background-color:#fff; border-color:#61ae1e; }
#contact_form input[type="submit"] { float:right; background-color:#000; border:1px solid #000;; border-radius:5px; margin:15px 0 0 0; padding:12px 16px; color:#61ae1e; font-weight:600; line-height:1; }
#contact_form input[type="submit"]:hover { background-color:#61ae1e; color:#000; cursor:pointer; }

/* Footer */
footer { position:fixed; bottom:0; left:0; right:0; padding:15px 30px; background:#000 url(../imgs/main/headerbg.jpg) bottom; z-index:999999999; }
#copy,#copy a { color:#888; font-size:11px; }

/* Sitemap */
#sitemap { overflow:hidden; }
#sitemap .col { float:left; width:50%; }
#sitemap h3 a { color:#fff; font-family:'Source Sans Pro', sans-serif; font-size:17px; }
#sitemap ul { list-style:none; margin-bottom:1.5em; line-height:1.2em; }
#sitemap ul li { width:80%; margin:0 0 1.5em; }
#sitemap ul li a { display:block; font-size:13px; font-weight:400; }
#sitemap ul li .url { margin-bottom:.5em; color:#888; font-size:10px; font-weight:400; line-height:1em; }
#sitemap ul li p { font-size:11px; line-height:1.3em; }