/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
a:hover {
    text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}



body {
    font: 14px/1.428 'Source Sans Pro', sans-serif;
    background: #fff;
    color: #7C7C7C;
}
img {
    max-width: 95%;
    height: auto;
}

.container {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
}
.gray {
    background: #ededed;
}
.green {
    background: #024449;
}

#header .container {
    position: relative;
    height: 106px;
}
.header-roof {
    position: absolute;
    left: 182px;
    bottom: 0;
    width: 101px;
    height: 13px;
    background: transparent url('../images/roof-white.png') 0 0 no-repeat;
}
.logo {
    float: left;
    margin: 17px 0 0 0;
}
#menu {
    position: relative;
    float: right;
    margin: 0 -17px 0 0;
}
#menu li {
    float: left;
}
#menu li a,
.menu-toggle {
    display: block;
    height: 106px;
    padding: 0 17px;
    line-height: 106px;
    font-family: 'BenchNine', sans-serif;
    font-size: 20px;
    color: #002326;
    text-decoration: none;
}
#menu li a:hover,
.menu-toggle {
    background: #04343d;
    background: -moz-radial-gradient(center, ellipse cover,  #004d50 0%, #04343d 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#004d50), color-stop(100%,#04343d)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #004d50 0%,#04343d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #004d50 0%,#04343d 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #004d50 0%,#04343d 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #004d50 0%,#04343d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d50', endColorstr='#04343d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    color: #fff;
    cursor: pointer;
}
.menu-toggle {
    display: none;
}

#promo {
    background: transparent url('../images/promo-man.jpg') 100% 17px no-repeat;
}
.promo-inner {
    height: 389px;
    background: transparent url('../images/promo-roof.png') 682px 100% no-repeat;
}
.promo-title {
    float: left;
    margin: 106px 0 10px 0;
    padding: 25px 28px 23px 28px;
    font-family: 'BenchNine', sans-serif;
    font-size: 33px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 33px;
    background: #d7db70;
    color: #2c2c2c;
}
.promo-link-contact {
    clear: left;
    display: block;
    float: left;
    padding: 23px 28px;
    font-family: 'BenchNine', sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 33px;
    background: #024046;
    color: #fff;
    text-decoration: none;
}

#co-delame .container {
    padding-top: 69px;
    padding-bottom: 4px;
    background: transparent url('../images/roof-white.png') 182px 100% no-repeat;
}
.services-item {
    padding: 0 0 72px 0;
}
.services-item-inner:hover .services-icon {
    background: #b9bd53;
}
.services-icon {
    float: left;
    width: 65px;
    height: 65px;

    background: #04343d;
    background: -moz-radial-gradient(center, ellipse cover,  #004d50 0%, #04343d 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#004d50), color-stop(100%,#04343d)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #004d50 0%,#04343d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #004d50 0%,#04343d 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #004d50 0%,#04343d 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #004d50 0%,#04343d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d50', endColorstr='#04343d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.services-icon div {
    width: 65px;
    height: 65px;
}
.services-content {
    max-width: 210px;
    margin: 0 0 0 86px;
}
.services-title {
    margin: -5px 0 7px 0;
    font-family: 'BenchNine', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #01464a;
}
.services-icon-seo {
    background: transparent url('../images/service-seo.png') 50% 50% no-repeat;
}
.services-icon-content {
    background: transparent url('../images/service-content.png') 50% 50% no-repeat;
}
.services-icon-internet {
    background: transparent url('../images/service-internet.png') 50% 50% no-repeat;
}
.services-icon-microsites {
    background: transparent url('../images/service-microsites.png') 50% 50% no-repeat;
}
.services-icon-affiliate {
    background: transparent url('../images/service-affiliate.png') 50% 50% no-repeat;
}
.services-icon-domains {
    background: transparent url('../images/service-domains.png') 50% 50% no-repeat;
}

#reference {
    background: transparent url('../images/roof-green.png') 719px 100% no-repeat;
}
.reference-item {
    padding: 0 0 125px 0;
}
#reference .column4 {
    text-align: center;
    height: 144px;
    line-height: 144px;
}
.reference-item img {
    vertical-align: middle;
    opacity: 0.5;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */

    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);

    -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
}
.reference-item:hover img {
    opacity: 1;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: none;
    -webkit-filter: grayscale(0%);
}
.reference-more-link {
    position: relative;
    top: -70px;
    clear: both;
    padding: 0 0 30px 0;
    text-align: center;
}
.reference-more-link a {
    padding: 0 0 0 13px;
    background: transparent url('../images/arrow-small.png') 0 50% no-repeat;
    color: #7e7e7e;
}

#nase-stopy .container {
    padding-bottom: 2px;
    background: transparent url('../images/roof-contact.png') 190px 100% no-repeat;
}
.projects-item {
    margin: 0 0 70px 0;
}
.projects-item.hover {
    cursor: pointer;
}
.projects-icon {
    float: left;
    width: 65px;
    height: 65px;
    background: #fff;
}
.projects-icon:hover {
    cursor: pointer;
}
.projects-icon div {
    width: 65px;
    height: 65px;
}
.projects-content {
    max-width: 210px;
    margin: 0 0 0 86px;
    color: #fff;
    font-weight: 300;
}
.projects-title {
    margin: -2px 0 7px 0;
    font-family: 'BenchNine', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 30px;
}
.projects-content a {
    color: #fff;
}
.projects-item.hover .projects-content a {
    text-decoration: none;
}
.projects-vceliste:hover .projects-icon {
    background: #fdd90b;
}
.projects-vceliste:hover .projects-title {
    color: #fdd90b;
}
.projects-vceliste .projects-icon-inner {
    background: transparent url('../images/projects-vceliste.png') 50% 50% no-repeat;
}
.projects-seoskola:hover .projects-icon {
    background: #f7941e;
}
.projects-seoskola:hover .projects-title {
    color: #f7941e;
}
.projects-seoskola .projects-icon-inner {
    background: transparent url('../images/projects-seoskola.png') 50% 50% no-repeat;
}
.projects-vcelisteblog:hover .projects-icon {
    background: #f4e176;
}
.projects-vcelisteblog:hover .projects-title {
    color: #f4e176;
}
.projects-vcelisteblog .projects-icon-inner {
    background: transparent url('../images/projects-vcelisteblog.png') 0 0 no-repeat;
}
.projects-vcelisteblog:hover .projects-icon-inner {
    background-position: 0 -65px;
}
.projects-fb .projects-icon {
    background: transparent url('../images/projects-fb.png') 0 0 no-repeat;
}
.projects-twitter .projects-icon {
    background: transparent url('../images/projects-twitter.png') 0 0 no-repeat;
}
.projects-gplus .projects-icon {
    background: transparent url('../images/projects-gplus.png') 0 0 no-repeat;
}
.projects-fb:hover .projects-icon,
.projects-twitter:hover .projects-icon,
.projects-gplus:hover .projects-icon {
    background-position: 0 -65px;
}
.projects-fb:hover .projects-title {
    color: #4666af;
}
.projects-twitter:hover .projects-title {
    color: #3fbaf1;
}
.projects-gplus:hover .projects-title {
    color: #d6492f;
}


#kontakt {
    background: transparent url('../images/contact-bg.jpg') 50% 0 no-repeat;
}
#kontakt .container {
    min-height: 550px;
    background: transparent url('../images/roof-white.png') 684px 537px no-repeat;
}
.contact-company {
    margin: 0 0 35px 0;
    font-size: 24px;
    font-weight: bold;
    color: #024449;
}
.contact-column-left p {
    padding: 0 0 24px 0;
    color: #1d1d1d;
}
.contact-column-left p a {
    color: #1d1d1d;
    text-decoration: none;
}
.contact-column-left p a:hover {
    text-decoration: underline;
}
.contact-email-phone {
    display: inline-block;
    min-width: 68px;
}

.form-contact-info {
    margin: 0 0 23px 0;
    font-weight: 300;
}
.form-contact input,
.form-contact textarea {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    margin: 0 0 9px 0;
    padding: 15px 19px;
    font-weight: 300;
    background: #c8c8c8;
    border: none;
    color: #858585;
}
.form-contact textarea {
    height: 122px;
}
.form-contact input[type="submit"] {
    padding: 36px 0;
    font-size: 30px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    background: #024449;
    color: #fff;
}
.form-contact input[type="submit"]:hover {
    cursor: pointer;
    background: #022d30;
}
.row-form-contact-left {
    float: left;
    width: 312px;
}
.row-form-contact-right {
    float: right;
    width: 203px;
}
.row-form-contact-right p {
    padding: 14px 0 0 0;
    font-weight: 300;
}
.row-form-contact-right .form-contact-message {
    font-weight: bold;
    color: green;
}
.row-form-contact-right .form-contact-message-fail {
    color: red;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #858585;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #858585;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #858585;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #858585;
}

#footer {
    clear: both;
    height: 53px;
    padding-top: 45px;
    font-weight: 300;
    color: #7e7e7e;
}
#footer a {
    color: #7e7e7e;
}

.row {
    clear: both;
}
.column2 {
    float: left;
    width: 50%;
}
.column3 {
    float: left;
    width: 33.33%;
}
.column4 {
    float: left;
    width: 25%;
}
.contact-column-left {
    width: 45.3125%;
}
.contact-column-right {
    width: 54.6875%;
}

h2 {
    padding: 58px 0;
    font-family: 'BenchNine', sans-serif;
    font-size: 48px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 48px;
    color: #002326;
}
.title-white {
    color: #fff;
}
.title-contact {
    padding-bottom: 24px;
    color: #002326;
}

@media (max-width: 960px) {

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .column3 {
        width: 50%;
    }

    .column4 {
        width: 33.33%;
    }

    .promo-inner {
        background-position: 75% 100%;
    }

    .services-item-inner {
        max-width: 300px;
        margin: 0 auto;
    }

    .projects-item-inner {
        max-width: 270px;
        margin: 0 auto;
    }

    .contact-column-right {
        width: 54.6875%;
    }

    .row-form-contact-left {
        width: 100%;
        padding-right: 213px;
        margin-right: -213px;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;
    }
    .row-form-contact-right {
        float: right;
        width: 203px;
    }

}

@media (max-width: 788px) {

    .column3 {
        float: none;
        width: auto;
    }

    .column4 {
        width: 50%;
    }

    #menu {
        margin: 0 0 0 0;
    }
    #menu ul {
        display: none;
    }
    .menu-toggle,
    #menu ul.toggled-on {
        display: block;
    }

#menu ul.toggled-on {
    position: absolute;
    top: 106px;
    right: 0;
    z-index: 999;
}
#menu ul.toggled-on li a {
    width: 268px;
    height: 46px;
    padding: 0 10px 0 20px;
    line-height: 46px;
    background: #024148;
    color: #fff;
    border-bottom: 1px solid #053740;
}
#menu ul.toggled-on li a:hover {
    background: #053740;
}

    #reference {
        background-position: 60% 100%;
    }
    .reference-item {
        padding: 0 0 50px 0;
    }
    .reference-more-link {
        top: -30px;
        padding: 0 0 40px 0;
    }

    #kontakt .container {
        background-position: 45% 537px;
    }
    .contact-info-left {
        float: left;
        width: 50%;
    }
    .contact-info-right {
        float: right;
        width: 50%;
    }
    .contact-column-left {
        float: none;
        width: auto;
        max-width: 100%;
    }
    .contact-column-right {
        clear: both;
        float: none;
        width: auto;
        padding: 180px 0 0 0;
    }

}

@media (max-width: 460px) {

    .logo {
        padding-top: 5px;
    }
    .logo img {
        max-width: 192px;
        height: auto;
    }

    .promo-title {
        margin-top: 160px;
    }

    .reference-item a {
        transform: scale(0.8);
        -ms-transform: scale(0.8); /* IE 9 */
        -webkit-transform: scale(0.8); /* Safari and Chrome */
    }

    .contact-info-left,
    .contact-info-right {
        float: none;
        width: auto;
    }
    .contact-column-right {
        padding: 40px 0 0 0;
    }

    .row-form-contact-left {
        float: none;
        width: auto;
        padding-right: 0;
        margin-right: 0;
    }
    .row-form-contact-right {
        float: none;
        width: auto;
    }

}

@media (max-width: 330px) {

    .logo {
        padding-top: 15px;
    }
    .logo img {
        max-width: 150px;
    }
    .promo-title {
        padding-right: 5px;
    }

}