.grid {
    position: absolute;
    z-index: 1000;
    opacity: .5;
    filter: alpha(opacity=50);
    display: block;
    top: 0px;
    left: 50%;
    margin-left: -495px;
}

* {
    padding: 0px;
    margin: 0px;
}

html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

body {
    font: 100% "CS", Helvetica, "Helvetica Neue", Arial, sans-serif; /* 16px */
    line-height: 1.3125em; /* 21px */
    background-color: #333333;
    color: white;
}

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, font, 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 {
    padding: 0;
    border: 0;
    outline: 0;
    margin: 0;
}

a:link, a:active, a:visited {
    border: none;
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}

a:hover {
    cursor: hand;
    color: inherit;
}

@font-face {
    font-family: "CS";
    font-weight: bold;
    src: url("../type/CS-Bold.eot");
    src: local("☺"),
    url("../type/CS-Bold.woff") format("woff"),
    url("../type/CS-Bold.svg#CS-Bold") format("svg");
}

@font-face {
    font-family: "CS";
    font-weight: normal;
    src: url("../type/CS-Book.eot");
    src: local("☺"),
    url("../type/CS-Book.woff") format("woff"),
    url("../type/CS-Book.svg#CS-Book") format("svg");
}

/* Classes */

h1 {
    font-size: 4.6875em;
    line-height: 1em;
    font-weight: bold;
}

h2 {
    font-size: 35px;
    line-height: 1.2em;
    font-weight: bold;
}

.fs36 {
    font-size: 35px;
    line-height: 1em;
}

.fs24 {
    font-size: 22px;
    line-height: 1em;
}

.fs14 {
    font-size: 0.875em;
    line-height: 1.2857em;
}

.bold {
    font-weight: bold;
}

.under {
    text-decoration: underline;
}

.t15 {
    margin-top: 15px;
}

.t25 {
    margin-top: 25px;
}

.t35 {
    margin-top: 35px;
}

.t70 {
    margin-top: 70px;
}

.fleft {
    float: left;
    overflow: hidden;
}

.fright {
    float: right;
    overflow: hidden;
}

.m40 {
    margin: 40px 0 0 40px;
}

.over {
    overflow: hidden;
}

/* colors */

.yellow {
    color: #fcdd00;
}

.gc {
    color: #cccccc;
}

.g9 {
    color: #999999;
}

.g6 {
    color: #666666;
}

.g46 {
    color: #464646;
}

.g3 {
    color: #333333;
}

.black {
    color: black;
}

/* Background */

.bg-black {
    background-color: black;
}

.bg-yellow {
    background-color: #fcdd00;
}

.bg-g3 {
    background-color: #333333;
}

.bg-g6 {
    background-color: #666666;
}

.bg-g9 {
    background-color: #999999;
}

.mobile{
    display: none;
}

/* Top */

.header {
    width: 100%;
    height: 120px;
    background-color: #fcdd00;
    overflow: hidden;
}

.wrapper {
    width: 1440px;
    margin: 0 auto;
    overflow: hidden;
}

.wrapper-all {
    width: 100%;
    overflow: hidden;
}

.logo {
    width: 60px;
    height: 52px;
    margin: 30px 0 30px 40px;
    float: left;
    overflow: hidden;
}

.menu, .menu-cms {
    width: 555px;
    list-style: none;
    float: right;
    margin: 60px 40px 0 0;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
}

.menu-cms {
    width: 70%;
}

.menu li, .menu-cms li {
    margin-left: 10%;
    height: 60px;
    float: left;
    overflow: hidden;
}

.menu li:last-child, .menu-cms li:last-child {
    margin-right: 0;
}

.menu li:hover, .menu-cms li:hover {
    cursor: pointer;
    text-decoration: underline;
}

li.sec {
    text-decoration: underline;
}

.selector {
    width: 14px;
    height: 7px;
    margin: 23px auto 0 auto;
}

/* end Top */

/* Home */

.slide-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slide {
    width: 100%;
    height: 480px;
    overflow: hidden;
    position: absolute;
    z-index: -100;
}

.slide img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

@media screen and (min-width: 1441px) {
    .slide {
        height: 720px;
    }

    .slide img {
        min-width: 1530px;
    }
}

.slide-phrase-wrapper {
    width: 1440px;
    margin: 0 auto;
    overflow: hidden;
}

.slide-phrase {
    width: 60.7843%;
    height: 500px;
    margin: 35px 0 0 40px;
    font-weight: bold;
    font-size: 4.6875em;
    line-height: 1em;
    overflow: hidden;
}

.slide-info {
    width: 1440px;
    margin: -157px auto 0 auto;
    overflow: hidden;
}

@media screen and (min-width: 1441px) {
    .slide-info {
        margin: 92px auto 0 auto;
    }

    .slide-phrase {
        font-size: 7.0312em;
    }
}

.slide-pointer {
    margin: 3px 0 0 40px;
    line-height: 0px;
}

.slide-block {
    width: 66.6666%;
    min-height: 175px;
    background-color: black;
    overflow: hidden;
}

.slide-block p {
    margin: 40px 80px 40px 40px;
    letter-spacing: 0.0625em;
    color: #ccc;
    overflow: hidden;
}

.slide-more {
    width: 83px;
    height: 83px;
    background-color: #666666;
    position: relative;
    margin: -83px 0 0 66.6666%;
}

.slide-more img {
    margin: 24px;
}

@media screen and (min-width: 1441px) {
    .slide-more {
        width: 92px;
        height: 92px;
        margin: -92px 0 0 66.6666%;
    }

    .slide-more img {
        margin: 28px;
    }
}

.recent {
    font-size: 2.25em;
    font-weight: bold;
    margin: 50px 0 45px 40px;
    color: #fcdd00;
}

.project, .col33, .footer-col {
    width: 50%;
    float: left;
    overflow: hidden;
    height: 260px;
}

.footer-col {
    min-height: 170px;
}

.footer-col a {
    color: #fcdd00;
}

.project img {
    width: 100%;
    height: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.project-info {
    position: absolute;
    overflow: hidden;
    transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
}

.project-info:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.project-info-bg {
    width: 100%;
    height: 50%;
    background-color: #fcdd00;
}

.info-wrap {
    padding: 40px;
    color: black;
}

.info-description {
    font-size: 0.6875em;
    line-height: 1.9090em;
    letter-spacing: 0.0909em;
}

/* end Home */

.sec-title {
    margin: 150px 0 50px 40px;
}

.content-col, .content-col2 {
    float: left;
    overflow: hidden;
}

.content-col {
    width: 33.3333%;
}

.content-col2 {
    width: 90%;
    margin-left: 40px;

}

.in-col, .in-col2 {
    margin-bottom: 60px;
}

.in-col {
    margin-left: 40px;
    margin-right: 40px;
}

.in-col2 {
    width: 88%;
}

.in-col2 a {
    color: #fcdd00;
}

.circle {
    width: 60px;
    height: 60px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.circle p {
    font-size: 2.25em;
    line-height: 1em;
    font-weight: bold;
    text-align: center;
    margin-top: 12px;
}

.img-proj {
    width: 50%;
    height: auto;
    line-height: 0;
    float: left;
    overflow: hidden;
}

.img-proj img {
    width: 100%;
    height: auto;
}

.img-proj-100 {
    width: 100%;
    height: auto;
    line-height: 0;
    float: left;
    overflow: hidden;
}

.img-proj-100 img {
    width: 100%;
    height: auto;
}

.play {
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    overflow: hidden;
}

.google-maps {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* CMS */

input:focus, textarea:focus {
    outline: none;
}

.form input {
    width: 270px;
    height: 30px;
    border: none;
    padding: 0 5px;
    margin: 10px 0;
    background-color: #666;
    color: #fff;
}

.form1 input {
    width: 50%;
    height: 30px;
    border: none;
    padding: 0 5px;
    margin: 10px 0;
    background-color: #666;
    color: #fff;
}

.form1 textarea {
    width: 100%;
    height: 240px;
    border: none;
    padding: 5px;
    margin: 10px 0;
    background-color: #666;
    color: #fff;
    resize: none;
}

.form2 input {
    width: 100%;
    height: 30px;
    border: none;
    padding: 0 5px;
    margin: 10px 0;
    background-color: #999;
    color: #fff;
}

.form2 textarea {
    width: 100%;
    height: 120px;
    border: none;
    padding: 5px;
    margin: 10px 0;
    background-color: #999;
    color: #fff;
    resize: none;
}

.form3 textarea {
    width: 100%;
    height: 50px;
    border: none;
    padding: 5px;
    margin: 10px 0;
    background-color: #666;
    color: #fff;
    resize: none;
}

/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides .slide img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.transparent-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 50%;
    left: 0;
    display: block;
    background: #fcdd00; /* Fix for IE6-9 */
    opacity: 1;
    filter: alpha(opacity=1);
    width: 240px;
    text-indent: -9999px;
    overflow: hidden;
    height: 240px;
    margin-top: -120px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.transparent-btns_nav.next {
    left: auto;
    right: 0;
    margin-right: -120px;
    background: #fcdd00 url(../images/next.png) no-repeat center center;
    background-size: 240px 240px;
}

.transparent-btns_nav.prev {
    display: none;
    margin-left: -120px;
}

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
    outline: none;
}

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
    margin-top: 10px;
    text-align: center;
}

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
    display: inline;
    float: none;
    _float: left;
    *float: left;
    margin-right: 5px;
}

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #ccc;
    background: rgba(0, 0, 0, .2);
    display: inline-block;
    _display: block;
    *display: block;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    width: 9px;
    height: 9px;
}

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
    background: #222;
    background: rgba(0, 0, 0, .8);
}

.footer-col p span{
    margin: 0 10px 10px 0;
    float: left;
}

html, body {
    height: 100%;
}

.page-wrap {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -260px;
}

.page-wrap:after {
    content: "";
    display: block;
}

.site-footer, .page-wrap:after {
    height: 260px;
}




.footer{
    background: #000;
}
.mb-30{
    margin-bottom:20px;
}