
html, body {
    height: 100%;
    width: 100%;
}

/*
html {
    overflow-y: scroll;
}
*/

body {
    color: #292929;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    font-weight: 100;
    line-height: 25px;
    padding-top: 42px;
}

@font-face {
    font-family: 'chunkfiveroman';
    src: url('../fonts/chunkfive/chunkfive-webfont.eot');
    src: url('../fonts/chunkfive/chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/chunkfive/chunkfive-webfont.woff') format('woff'),
    url('../fonts/chunkfive/chunkfive-webfont.ttf') format('truetype'),
    url('../fonts/chunkfive/chunkfive-webfont.svg#chunkfiveroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

.page {
    padding: 30px 0 50px 0;
    text-align: center;
}

.page header {
    margin-bottom: 30px;
}

.page header p {
    font-size: 16px;
}


h1 {
    font-family: 'chunkfiveroman','Open Sans',sans-serif;
    font-size: 76px;
    letter-spacing: 1px;
    margin: 10px 0 20px 0;
}

h4 {
    color: #AAAAAA;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}


h4:after {
    background: url("../img/divider.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 10px;
    margin: 0 auto;
    padding-bottom: 25px;
    text-align: center;
    width: 60%;
}


h5 {
    font-size: 19px;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 20px 0;
    text-transform: uppercase;
}


h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #BBBBBB;
    font-weight: normal;
    line-height: 1;
}

h5 small {
    font-size: 11px;
    font-weight: bold;
}

/* Etienne hack */
a:focus {
    outline: none;
    color: inherit;
    text-decoration: inherit;
}

::selection
{
    background-color: #d33c45;
    color:#FFFFFF;
}

::-moz-selection
{
    background-color: #d33c45;
    color: #FFFFFF;
}

.resolution {
    height: 40px;
    left: 5px;
    position: fixed;
    top: 50px;
    width: 40px;
    z-index: 99999;
    border-radius: 50%;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.anchor{
    display: block;
    height: 42px; /*same height as header*/
    margin-top: -42px; /*same height as header*/
    visibility: hidden;
}

.cookie{
    font-family: 'Cookie', cursive;
}

.v-align-container {
    display: table;
    float: none;
    height: 100%;
    width: 100%;
}

.v-align {
    display: table-cell;
    vertical-align: middle;
}

.carousel .item {
    opacity: 1 !important;
}

.carousel-indicators li,
.carousel-indicators .active {
    margin: 10px 5px;
    height: 15px;
    width: 15px;
}

p.slogan {
    font-weight: 800;
    letter-spacing: 2px;
    margin-top: 0;
    text-transform: uppercase;
}

/* Parley hack */
.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #292929;
    opacity: 1;
}

/* IE9 Carousel hack */
.carousel-control.left, .carousel-control.right{
    background: none !important;
    filter: progid:none !important;
}

/**
 * Menu
 */

.navbar {
    background-color: #FFFFFF;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.65);
    border: none;
    min-height: 1px;
    margin: 0;
}

.navbar-nav > li > a {
    color: #292929;
    display: block;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 18px;
    padding: 12px 15px;
    position: relative;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: uppercase;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background: none;
}

.navbar-nav > li:hover > a:after,
.navbar-nav > li:focus > a:after,
.navbar-nav > li.active > a:after {
    background-color: #BBBBBB;
    bottom: -4px;
    content: "";
    height: 7px;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    transform: rotate(45deg);
    width: 7px;
}

.navbar .brand {
    padding: 7px 100px 8px 0;
    float: left;
}

.navbar .navbar-toggle {
    background-color: #292929;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #D33C45;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    z-index: 10000;
}

.navbar .contact {
    padding-right: 10px;
    padding-top: 11px;
    color: #292929;
}

/**
 * Welcome
 */

#section-welcome {
    background: url('../img/welcome.jpg') top center no-repeat fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
    color: #FFFFFF;
}

#section-welcome h1 {
    font-family: 'chunkfiveroman','Open Sans',sans-serif;
    font-size: 76px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

#section-welcome h2 {
    font-family: 'chunkfiveroman','Open Sans',sans-serif;
    font-size: 70px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

#section-welcome .container,
#section-welcome .row {
    height: 100%;
}

#section-welcome .divider {
    width: 50%;
}

#section-welcome .infoweb {
    padding: 25px 0 10px 0;
}

/* Spinning logo */

#section-welcome .logo {
    height: 140px;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 140px;
}

#section-welcome .logo .scrollNormal {
    left: 50%;
    margin-left: -70px;
    opacity: 1;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

#section-welcome .logo .scrollDown {
    left: 50%;
    margin-left: -70px;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

#section-welcome .logo:hover .scrollNormal {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
#section-welcome .logo:hover .scrollDown {
    opacity: 1;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

#section-welcome #carousel-home:after {
    background: url("../img/divider.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 10px;
    margin: 0 auto;
    width: 60%;
}

/* Vertical Carousel */

#section-welcome .vertical .carousel-inner {
    height: 100%;
}

#section-welcome .carousel.vertical .item {
    -webkit-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    -ms-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}

#section-welcome .carousel.vertical .active {
    top: 0;
}

#section-welcome .carousel.vertical .next {
    top: 400px;
}

#section-welcome .carousel.vertical .prev {
    top: -400px;
}

#section-welcome .carousel.vertical .next.left,
#section-welcome .carousel.vertical .prev.right {
    top: 0;
}

#section-welcome .carousel.vertical .active.left {
    top: -400px;
}

#section-welcome .carousel.vertical .active.right {
    top: 400px;
}

#section-welcome .carousel.vertical .item {
    left: 0;
}
#section-welcome .carousel.vertical .item .v-align {
    vertical-align: bottom;
    height: 120px;
}

/**
 * Portfolio
 */

#section-portfolio {
    background-color: #FFFFFF;
}

#section-portfolio #sequence {
    display: none;
}

#section-portfolio .show-more {
    background: url("../img/divider_more.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    margin: auto;
    text-align: center;
    width: 60%;
    padding: 60px 0;
}

#section-portfolio .show-more a {
    background: url('../img/more_projects.png') center bottom no-repeat;
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
}

#section-portfolio .show-more a:hover,
#section-portfolio .show-more a:focus {
    background-position: center top;
}

/*
#section-portfolio #section-portfolio-items {
    display: none;
}

#section-portfolio #section-portfolio-items li {
    margin-bottom: 30px;
}

#section-portfolio #section-portfolio-items a {
    color: #FFFFFF;
    display: block;
    overflow: hidden;
    position: relative;
}

#section-portfolio #section-portfolio-items .portfolio-overlay {
    background: url("../img/thumb_over.png") no-repeat scroll center 42% / auto 20% #CC323E;
    display: block;
    height: 100%;
    left: -100%;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 4;
}

#section-portfolio #section-portfolio-items h5 {
    border-top: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    margin-left: 15%;
    margin-right: 15%;
    padding-top: 15px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 54%;
    width: 70%;
}

#section-portfolio #section-portfolio-items li:hover .portfolio-overlay {
    opacity: 1;
    left: 0;
}
*/

/**
 * Services
 */

#section-services {
    padding-bottom: 0;
    background: url("../img/pattern/crossword.png") center center repeat #E4E4E4;
}

#section-services header {
    margin-bottom: 60px;
}

/* Nav tabs */
#section-services .nav > li > a > img {
    max-width: 100%;
}

#section-services .nav-tabs > li {
    margin-bottom: 0;
    position: relative;
    top: 1px;
}

#section-services .nav-tabs > li > a {
    margin-right: 0;
    color: #FFFFFF;
    border: none;
}

#section-services .tab-content {
    color: #FFFFFF;
}

#section-services .nav-tabs li {
    width: 20%;
}

#section-services .nav-tabs > li > a {
    border-radius: 0;
}

#section-services .nav-tabs > li:first-child > a {
    border-radius: 10px 0 0 0;
}

#section-services .nav-tabs > li:last-child > a {
    border-radius: 0 10px 0 0;
}

#section-services .nav-tabs .design a {
    background-color: #99cc00;
    background-image: -moz-linear-gradient(left center , #99cc00 0%, #99cc00 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
    background-image: linear-gradient(left center , #99cc00 0%, #99cc00 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
}

#section-services .nav-tabs .cms a {
    background-color: #5686d6;
    background-image: -moz-linear-gradient(left center , #5686d6 0%, #5686d6 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
    background-image: linear-gradient(left center , #5686d6 0%, #5686d6 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
}

#section-services .nav-tabs .ecommerce a {
    background-color: #d33c45;
    background-image: -moz-linear-gradient(left center , #d33c45 0%, #d33c45 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
    background-image: linear-gradient(left center , #d33c45 0%, #d33c45 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
}

#section-services .nav-tabs .webcommunication a {
    background-color: #00b7bb;
    background-image: -moz-linear-gradient(left center , #00b7bb 0%, #00b7bb 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
    background-image: linear-gradient(left center , #00b7bb 0%, #00b7bb 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);

}

#section-services .nav-tabs .mobile a {
    background-color: #ffbc31;
    background-image: -moz-linear-gradient(left center , #ffbc31 0%, #ffbc31 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
    background-image: linear-gradient(left center , #ffbc31 0%, #ffbc31 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
}

#section-services .tab-content > div {
    border-radius: 0 0 10px 10px;
    padding: 20px 15% 50px 15%;
}

#section-services .tab-content img {
    margin: 10px auto 30px auto;
}

#section-services .tab-content p {
    margin-top: 30px;
}

#section-services .tab-content #tab-design {
    background-color: #99cc00;
}

#section-services .tab-content #tab-cms {
    background-color: #5686d6;
}

#section-services .tab-content #tab-ecommerce {
    background-color: #d33c45;
}

#section-services .tab-content #tab-webcommunication {
    background-color: #00b7bb;
}

#section-services .tab-content #tab-mobile {
    background-color: #ffbc31;
}

/* Circles */

#section-services .services {
    margin: auto;
    position: relative;
    width: 100%;
}

#section-services .circle-wrapper {
    height: 580px;
    overflow: hidden;
    position: relative;
}

#section-services .circle {
    border: 1px solid #C0C0C0;
    border-radius: 50%;
    height: 700px; /* 760 */
    left: 50%;
    margin: 0 auto 0 -350px;
    position: absolute;
    top: 50px;
    width: 700px; /* 760 */
}

#section-services .service {
    position: absolute;
}

#section-services #services-wrapper span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    text-transform: uppercase;
    white-space: nowrap;
}

#section-services #services-wrapper .service.active a {
    -webkit-animation: 1.5s ease-in-out 0s normal none infinite blink;
    animation: 1.5s ease-in-out 0s normal none infinite blink;
}

#section-services #services-wrapper .service img{
    top: 17px;
    position: relative;
}

#section-services #services-wrapper .service a {
    border-radius: 50%;
    height: 120px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 120px;
}

/* Webcommunication */
#section-services #services-wrapper .webcommunication {
    left: 170px;
    top: 400px;
}

#section-services #services-wrapper .webcommunication span {
    color: #00B7BB;
    left: -165px;
    top: 50px;
}

#section-services #services-wrapper .webcommunication a {
    background-color: #00B7BB;
    background-image: -moz-linear-gradient(left center , #00B7BB 0%, #00B7BB 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
    background-image: linear-gradient(left center , #00B7BB 0%, #00B7BB 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
}

#section-services #services-wrapper .webcommunication.active a {
    box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 6px #00B7BB;
}

/* Mobile */
#section-services #services-wrapper .mobile {
    left: 230px;
    top: 135px;
}

#section-services #services-wrapper .mobile span {
    color: #FFBC31;
    left: -70px;
    top: 40px;
}

#section-services #services-wrapper .mobile a {
    background-color: #FFBC31;
    background-image: -moz-linear-gradient(left center , #FFBC31 0%, #FFBC31 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
    background-image: linear-gradient(left center , #FFBC31 0%, #FFBC31 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
}

#section-services #services-wrapper .mobile.active a {
    box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 6px #FFBC31;
}

/* Design */
#section-services #services-wrapper .design {
    left: 510px;
    top: -10px;
}

#section-services #services-wrapper .design span {
    color: #99CC00;
    left: 20px;
    top: -40px;
}

#section-services #services-wrapper .design a {
    background-color: #99CC00;
    background-image: -moz-linear-gradient(left center , #99CC00 0%, #99CC00 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
    background-image: linear-gradient(left center , #99CC00 0%, #99CC00 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
}

#section-services #services-wrapper .design.active a {
    box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 6px #99CC00;
}

/* CMS */
#section-services #services-wrapper .cms {
    left: 780px;
    top: 135px;
}

#section-services #services-wrapper .cms span {
    color: #5686D6;
    left: 140px;
    top: 40px;
}

#section-services #services-wrapper .cms a {
    background-color: #5686D6;
    background-image: -moz-linear-gradient(left center , #5686D6 0%, #5686D6 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
    background-image: linear-gradient(left center , #5686D6 0%, #5686D6 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
}

#section-services #services-wrapper .cms.active a {
    box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 6px #5686D6;
}

/* Ecommerce */
#section-services #services-wrapper .ecommerce {
    left: 850px;
    top: 400px;
}

#section-services #services-wrapper .ecommerce span {
    color: #D33C45;
    left: 140px;
    top: 50px;
}

#section-services #services-wrapper .ecommerce a {
    background-color: #D33C45;
    background-image: -moz-linear-gradient(left center , #D33C45 0%, #D33C45 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
    background-image: linear-gradient(left center , #D33C45 0%, #D33C45 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
}

#section-services #services-wrapper .ecommerce.active a {
    box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 6px #D33C45;
}

#section-services .content-wrapper {
    border-radius: 50%;
    box-shadow: 0 0 1px 10px #f2f2f2;
    background-color: #99CC00;
    height: 420px;
    left: 50%;
    margin-left: -210px;
    position: absolute;
    text-align: center;
    bottom: -40px;
    width: 420px;
    z-index: 99;
    overflow: hidden;

}

#section-services .content-wrapper .service {
    display: none;
    width: 100%;
}

#section-services .content-wrapper #service-design {
    display: block;
}

#section-services .content-wrapper h3 {
    color: #FFFFFF;
    font-size: 30px;
    padding: 0;
    margin: 15px 0;
}

#section-services .content-wrapper p {
    color: #FFFFFF;
    font-size: 15px;
    width: 300px;
    margin: auto;
}

#section-services .clearfix {
    height: 50px;
    background-color: #FFFFFF;
}

#section-services .content-wrapper img {
    display: block;
    margin-top: 50px;
}

/**
 * Portfolio
 */

#section-portfolio {
    padding-top: 30px;
    /* background: url('../img/pattern/crossword.png') center center repeat; */
}

#section-portfolio .fa-heart {
    color: #d33c45;
}

#section-portfolio #carousel-portfolio .hover {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    color: #FFF;
}

#section-portfolio #carousel-portfolio .carousel-inner a {
    color: #FFFFFF;
    display: block;
    padding: 30px 20px 20px 20px;
    height: 100%
}

#section-portfolio #carousel-portfolio .carousel-inner a:hover,
#section-portfolio #carousel-portfolio .carousel-inner a:focus {
    text-decoration: none;
}

#section-portfolio #carousel-portfolio .portfolio-overlay {
    background-color: #CC323E;
    display: block;
    height: 100%;
    left: -100%;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 4;
    text-align: center;
}

#section-portfolio #carousel-portfolio .portfolio-overlay hr {
    color: #FFFFFF;
    width: 70%;
}

#section-portfolio #carousel-portfolio h5 {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

#section-portfolio #carousel-portfolio .hover:hover .portfolio-overlay {
    opacity: 1;
    left: 0;
}


#section-portfolio .carousel-indicators {
    position: relative;
    bottom: 10px;
}

#section-portfolio .carousel-indicators .active {
    background-color: #d33c45;
}

#section-portfolio .carousel-indicators li,
#section-portfolio .carousel-indicators .active {
    border-color: #d33c45;
}

#section-portfolio .carousel-control {
    width: 5%;
}

#section-portfolio .carousel-control .glyphicon-chevron-left,
#section-portfolio .carousel-control .glyphicon-chevron-right,
#section-portfolio .carousel-control .icon-prev,
#section-portfolio .carousel-control .icon-next {
    margin-top: -55px;
}

#section-portfolio .carousel-control.left {
    left: -4%;
}

#section-portfolio .carousel-control.right {
    right: -5%;
}

#section-portfolio .carousel-control.left,
#section-portfolio .carousel-control.right {
    background: none;
    color: #d33c45
}


/**
 * Work method
 */

#section-work-method {
    background: url("../img/pattern/congruent_outline.png") center center repeat #292929;
    color: #FFFFFF;
}

#section-work-method article {
    margin-top: 50px;
}

#section-work-method article p {
    line-height: 22px;
}

#section-work-method .carousel {
    background: url("../img/divider_q.png") no-repeat scroll 50% 0 rgba(0, 0, 0, 0);
    margin-top: 100px;
    padding-top: 50px;
}

#section-work-method .carousel .carousel-indicators {
    position: relative;
    top: -5px;
}

/**
 * About
 */

#section-about {
    background: url('../img/pattern/crossword.png') center center repeat;
    padding-bottom: 80px;
}

#section-about article p {
    text-align: justify;
}

#section-about article ul {
    list-style: disc;
    margin-left: 15px;
    text-align: justify;
}

#section-about ul.items li .item {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

#section-about ul.items li .hover {
    background-color: #CC323E;
    display: block;
    height: 100%;
    width: 100%;
    left: -100%;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    z-index: 4;
}

#section-about ul.items li > div:hover .hover {
     left: 0;
     opacity: 1;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
     padding-top: 50px;
 }

#section-about ul.items li > div .hover img {
    margin-top: 10px;
}

#section-about .hover a {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    display: block;
    height: 100%;
}

#section-about .hover a:hover,
#section-about .hover a:focus {
    text-decoration: none;
}

#section-about h5 {
    font-size: 27px;
}

#section-about .items p {
    line-height: 22px;
}

/**
 * Contact
 */

#section-contact {
    color: #FFFFFF;
    text-align: left;
    background: url('../img/pattern/escheresque_ste.png') center center repeat #292929;
}

#section-contact header {
    text-align: center;
}

#section-contact input,
#section-contact textarea
{
    color: #292929;
    background: none;
    background-color: #FFFFFF;
}

#section-contact textarea {
    height: 200px;
}

#section-contact .btn {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #d33c45;
    color: #FFFFFF;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

#section-contact .info a {
    color: #FFFFFF;
}

#section-contact .info .fa {
    font-size: 25px;
}

#section-contact .info .media {
    margin-bottom: 20px;
}

#section-contact .info .icon {
    float: left;
    margin-right: 30px;
    text-align: center;
    width: 25px;
}

#section-contact .info .text {
    overflow: hidden;
}

#section-contact .info .media .f16 {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 27px;
    text-transform: uppercase;
    display: block;
    padding-top: 10px;
}

#section-contact .info .media .f16 img {
    margin: 70px 0 0 40px;
}

#section-contact .checkbox {
    line-height: 20px;
}

/**
 * Map
 */

#section-map #map {
    height: 400px;
}

#section-map #map .leaflet-popup-content {
    color: #292929;
}

#section-map #map-content {
    display: none;
}

/**
 * Footer
 */

#section-footer {
    background: url('../img/pattern/simple_dashed.png') center center repeat;
    color: #FFFFFF;
    padding-bottom: 30px;
}

#section-footer .logo {
    margin-bottom: 15px;
}

/**
 * 	Responsive styles
 */

/* Large display */
@media (min-width: 1200px) {

    .resolution {
        background-color: orange;
    }

    /**
     * Portfolio
     */

    #section-portfolio #carousel-portfolio {
        display: none;
    }

}

/* Default */
@media (min-width: 992px) and (max-width: 1199px) {

    .resolution {
        background-color: purple;
    }

    /**
     * Services
     */

    #section-services #services-wrapper .webcommunication {
        left: 70px;
    }

    #section-services #services-wrapper .webcommunication span {
        left: -16px;
        top: -40px;
    }

    #section-services #services-wrapper .mobile {
        left: 140px;
    }

    #section-services #services-wrapper .mobile span {
        left: 35px;
        top: -40px;
    }

    #section-services #services-wrapper .design {
        left: 410px;
    }

    #section-services #services-wrapper .cms {
        left: 680px;
    }

    #section-services #services-wrapper .cms span {
        left: 50px;
        top: -40px;
    }

    #section-services #services-wrapper .ecommerce {
        left: 750px;
    }

    #section-services #services-wrapper .ecommerce span {
        left: 15px;
        top: -35px;
    }

    /**
     * Work method
     */

    #section-work-method article > div {
        padding: 0;
    }

    /**
     * About
     */

    #section-about h5 {
        font-size: 25px;
    }


}

/* Portrait tablets */
@media (min-width: 768px) and (max-width: 991px) {

    .resolution {
        background-color: blue;
    }

    /**
     * Menu
     */

    .navbar .brand {
        padding-right: 30px;
    }

    .navbar-nav > li > a {
        padding: 12px 11px;
    }

    /**
     * Services
     */

    #section-services {
        padding-bottom: 50px;
    }

    /**
     * Work method
     */

    #section-work-method article > div {
        padding: 0;
    }

    /**
     * About
     */

    #section-about h5 {
        font-size: 22px;
    }

    #section-about article ul {
        text-align: left;
    }


}

/* Phones to tablets */
@media (max-width: 767px) {

    .resolution {
        background-color: yellow;
    }

    h1 {
        font-size: 50px;
    }

    .carousel-indicators li,
    .carousel-indicators .active {
        width: 20px;
        height: 20px;
        margin: 10px;
    }

    /**
     * Menu
     */

    .navbar-nav > li:hover > a:after,
    .navbar-nav > li:focus > a:after,
    .navbar-nav > li.active > a:after {
        background: none;
    }

    .navbar-nav > li:hover > a,
    .navbar-nav > li:focus > a,
    .navbar-nav > li.active > a {
        color: #D33C45;
    }

    .navbar .brand {
        padding-left: 20px;
        padding-top: 10px;
        padding-right: 5px;
    }

    /**
     *  Welcome
     */

    #section-welcome {
        padding-top: 10px;
    }

    #section-welcome p {
        margin-top: 0;
    }

    #section-welcome .infoweb {}
    #section-welcome h2 {
        font-size: 35px;
    }

    #section-welcome .infoweb {
        width: 280px;
        padding: 15px 0;
    }

    #section-welcome .divider {
        width: 90%;
    }

    /**
     * Services
     */

    #section-services {
        padding-bottom: 50px;
    }

    #section-services header {
        margin-bottom: 30px;
    }

    /**
     * Portfolio
     */

    #section-portfolio #carousel-portfolio .carousel-inner .hover {
        max-width: 390px;
    }

    /**
     * Work method
     */

    #section-work-method article > div {
        margin-bottom: 50px;
    }

    #section-work-method article > div p {
        display: inline-block;
        max-width: 80%;
    }

    #section-work-method .carousel {
        margin-top: 20px;
    }

    #section-work-method .carousel .v-align {
        vertical-align: bottom;
        height: 190px;
    }

    /**
     * Contact
     */
    #section-contact form .row div:first-child {
        margin-bottom: 15px;
    }

    #section-contact article > .row > div:first-child {
        margin-bottom: 50px;
    }

    /**
     * About
     */

    #section-about article > div:first-child {
        margin-top: 0;
    }

    #section-about article > div {
        margin-top: 50px;
    }
}

/* Don't add styles for this resolution */
@media (max-width: 319px) {

    .resolution {
        background-color: red;
    }
}

/**
 * Keyframes
 */

/* Services */

@-webkit-keyframes blink {
    0% {
        transform: scale(0.9);
    }
    42% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}

@-moz-keyframes blink {
    0% {
        transform: scale(0.9);
    }
    42% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}

@keyframes blink {
    0% {
        transform: scale(0.9);
    }
    42% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}