body,
html {
    height: 100%;
    width: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
}

body {
    font-weight: 600;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

p {
    color: #656565;
    font-weight: 400;
    font-family: Open sans;
}

.header {
    padding: 8px 0;
    z-index: 10000;
}

.logo i {
    color: #1abc9c;
    font-size: 27px;
    margin-right: 7px;
}

.logo {
    color: #000 !important;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 500;
}

.navbar-nav {
    float: left;
    margin: 5px 0 0;
}

.top-header {
    padding-top: 50px;
    color: #f8f8f8;
    background: #1abc9c;
}

.top-message {
    position: relative;
    margin-top: 10%;
    padding-top: 10%;
    padding-bottom: 0;
    padding-right: 10%;
    padding-left: 10%;
}

.top-message>h1 {
    margin: 0;
    font-size: 4em;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-weight: 700;
    color: #FFFFFF;
}

.top-message>h2 {
    margin: 0;
    font-size: 3em;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-weight: 500;
    color: #FFFFFF;
}

.top-message .btn1 {
    padding: 15px 35px;
}

.top-divider {
    width: 100%;
    border-top: 1px solid #f8f8f8;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    display: table;
    height: 0px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.top-message>h3 {
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    font-weight: 400;
    margin-top: 10px;
}

.top-message>p,
.mail-message>p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px;
    color: #FFFFFF;
}

.welcome {
    padding: 50px 0 30px;
}

.welcome h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

.welcome p {
    font-size: 16px;
    width: 75%;
    margin: 0 auto 30px;
    line-height: 25px;
}

.bloc_1 {
    background: #01c6d6;
    padding: 10% 0;
    color: #fff;
}

.bloc_1 a {
    color: #f8f8f8;
}

.bloc_1 h4 {
    font-size: 20px;
    margin: 25px 0 15px;
    font-weight: 500;
}

.bloc_1 p {
    font-size: 13px;
    line-height: 21px;
    color: #fff;
}

.bloc_1-item {
    margin-bottom: 15px;
}


/* prettyPhoto styling for small screens */

@media (max-width: 500px) {
    .pp_pic_holder.pp_default {
        width: 100%!important;
        margin-top: -100px !important;
        left: 0!important;
        overflow: hidden;
    }
    div.pp_default .pp_content_container .pp_left {
        padding-left: 0!important;
    }
    div.pp_default .pp_content_container .pp_right {
        padding-right: 0!important;
    }
    .pp_content {
        width: 100%!important;
        height: auto!important;
    }
    .pp_fade {
        width: 100%!important;
        height: 100%!important;
    }
    .pp_hoverContainer,
    .pp_gallery,
    .pp_top,
    .pp_bottom {
        display: none!important;
    }
    #pp_full_res img {
        width: 100%!important;
        height: auto!important;
    }
    .pp_details {
        box-sizing: border-box;
        width: 100%!important;
        padding-left: 3%;
        padding-right: 4%;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
        margin-top: -2px!important;
    }
    a.pp_close {
        right: 10px!important;
        top: 10px!important;
    }
}

div.bloc_1-icon {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    padding: 10px;
    font-size: 40px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
}

div.bloc_1-icon img {
    width: 100%;
    height: 100%;
    vertical-align: top !important;
}

i.bloc_1-icon {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 40px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
}


/* Uncomment this lines when this control becomes interactive to enable cursor change and animation */


/*.bloc_1-item:hover {
    cursor: pointer;
}

.bloc_1-item:hover div.bloc_1-icon {
    padding: 20px;
    font-size: 28px;
}

.bloc_1-item:hover div.bloc_1-icon:after {
    content: '';
    border: 4px solid #fff;
    position: absolute;
    color: #fff;
    width: 95%;
    height: 96%;
    left: 3%;
    right: 0%;
    top: 2%;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.bloc_1-item:hover i.bloc_1-icon {
    font-size: 28px;
}

.bloc_1-item:hover i.bloc_1-icon:after {
    content: '';
    border: 4px solid #fff;
    position: absolute;
    color: #fff;
    width: 95%;
    height: 96%;
    left: 3%;
    right: 0%;
    top: 2%;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
*/

.sshots {
    padding: 60px 0 85px;
}

.shot-wrap {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.shot-wrap img {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.shot-wrap:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.shot-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #000;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.shot-wrap:hover .shot-img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.wrap-content {
    background: #ec6f6d;
    padding: 75px 0;
}

.wrap-content1 {
    background: #2ecc71;
    padding: 5% 0;
}

.wrap-content h2 {
    color: #fff;
    margin-bottom: 30px;
}

.heading-spacer {
    border-top: 3px solid #fff;
    width: 200px;
    float: left;
}

.wrap-content p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}

.tab-pane {
    padding: 15px 0;
}

.tab-pane p {
    line-height: 23px;
}

.tabs-content {
    padding: 50px 0;
}

.tab-pane button:hover {
    background: #14ae90;
    color: #fff;
    box-shadow: 0px 5px #0e9d81;
}

.tab-pane button i {
    font-size: 30px;
    margin-right: 8px;
    position: relative;
    top: 3px;
}

.nav-tabs a {
    color: #999;
}

.nav-tabs a:hover {
    color: #222;
}

.nav>li>a {
    font-weight: 500;
}

.contact-nav-item {
    font-weight: 1000 !important;
}

.tab-side {
    padding-top: 80px;
}

.iphone-div {
    display: block;
}

.android-div {
    display: none;
}

.windows-div {
    display: none;
}

.team {
    padding: 30px 0;
}

.team h3 {
    font-weight: 400;
}

.team p {
    margin-bottom: 20px;
}

.facebook-link a:hover {
    color: #3b5998;
}

.linkedin-link a:hover {
    color: #007fb1;
}

.twitter-link a:hover {
    color: #39a9e0;
}

.google-plus-link a:hover {
    color: #d14836;
}

.list-social-icons {
    margin-bottom: 45px;
}

.tooltip-social a {
    text-decoration: none;
    color: #bbb;
    font-size: 13px;
}

.pricing {
    padding: 50px 0;
    background: #7f8c8d;
}

.price {
    font-size: 4em;
}

.price-cents {
    vertical-align: super;
    font-size: 50%;
}

.list-group-item {
    color: #757575;
    font-size: 14px;
}

.list-group .btn {
    background: #1abc9c !important;
    border-color: #0fa285;
}

.list-group .btn:hover {
    background: #0fa285 !important;
}

.panel-default {
    border-color: #ccc;
    padding: 15px 0;
}

.panel-body {
    font-family: Open sans;
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
    color: #555;
}

.clients {
    padding: 20px 0 60px;
}

.img-client {
    border: 1px solid #fff;
    border-radius: 3px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.img-client:hover {
    border: 1px solid #bbb;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.newsletter {
    color: #ffffff;
    background: #34495e;
    padding: 40px 0 55px;
}

.newsletter input {
    border: none;
    background: #fff;
    height: 41px;
    border-radius: 6px;
    padding: 0px 15px;
    font-family: Open Sans;
    font-weight: 600;
    position: relative;
    top: 2px;
}

.newsletter .btn {
    margin: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: open sans;
    font-size: 14px;
    padding: 10px 25px;
}

.gmap {
    padding: 0px;
    height: 400;
}

.gmap div {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#bloc_4 {
    display: block;
    width: 100%;
    height: 500px;
    margin: 0 auto;
}

#bloc_4.large {
    height: 500px;
}

#bloc_4 img {
    max-width: none !important;
    height: auto;
}

.contact-info {
    padding: 0px;
}

.contact-info li {
    list-style: none;
    float: left;
    margin-right: 50px;
    font-size: 28px;
    font-family: Open sans;
    margin-top: 5px;
    letter-spacing: -1px;
}

.cinfo {
    padding: 40px 0;
    color: #f8f8f8;
    background: #616161;
    background-size: cover;
    font-size: 16px;
}

.cinfo ul {
    margin-bottom: 0;
}

.cinfo a {
    color: #f8f8f8;
}

.cinfo-social-buttons {
    float: right;
    margin-top: 0;
}

.cinfo-social-buttons .btn {
    color: #01c6d6;
    border: 2px solid #fff;
}

.cinfo-social-buttons .btn:hover {
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
}

footer .list-inline {
    display: table;
    margin: 0 auto;
}

footer {
    background-color: #f8f8f8;
    padding: 50px 0;
}

p.copyright {
    margin: 15px 0 0;
}

.btn1 {
    border: none;
    font-family: inherit;
    font-size: 18px;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 20px 35px;
    display: inline-block;
    margin: 15px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn1:hover {
    background: #a3e4d7;
    color: #fff;
}

.btn-7 {
    background: #fff;
    color: #1abc9c;
    border-radius: 7px;
    box-shadow: 0 5px #14ae90;
}

.lmore {
    color: #fff;
}

.lmore:hover {
    color: #000;
}

.lmore span {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
}

.btn2 a {
    position: relative;
    display: inline-block;
    margin: 0px 25px;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: 16px;
    text-transform: uppercase;
    font-family: open Sans;
}

.page-header {
    font-weight: 700;
}

.btn2 a:hover,
.btn2 a:focus {
    outline: none;
}

.cl-effect-2 a {
    line-height: 44px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    color: #fff;
}

.cl-effect-2 a span {
    position: relative;
    display: inline-block;
    padding: 4px 25px;
    border-radius: 3px;
    background: #2195de;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.csstransforms3d .cl-effect-2 a span::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0965a0;
    content: attr(data-hover);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    line-height: 55px;
    border-radius: 3px;
}

.cl-effect-2 a:hover span,
.cl-effect-2 a:focus span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}

.csstransforms3d .cl-effect-2 a:hover span::before,
.csstransforms3d .cl-effect-2 a:focus span::before {
    background: #28a2ee;
}

@media (max-width:767px) {
    .container {
        max-width: 100%;
        width: 100%;
        padding: 5%;
    }
    .top-message {
        padding-bottom: 5%;
    }
    .top-message>h1 {
        font-size: 2em;
    }
    .top-message>h2 {
        font-size: 2em;
    }
    ul.top-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.top-social-buttons>li:last-child {
        margin-bottom: 0;
    }
    .top-divider {
        width: 100%;
    }
    .top-buttons i {
        font-size: 22px;
        margin-right: 5px;
        position: relative;
        top: 2px;
    }
    .bloc_1-item {
        margin-bottom: 30px;
    }
    .top-message .btn1 {
        padding: 15px 23px;
        font-size: 15px;
    }
    .flexslider {
        margin: 0px 0 0 0px !important;
    }
    .bloc_1 {
        padding: 10% 0;
    }
    .bloc_1 h4 {
        font-size: 14px;
        margin: 10px 0 5px;
        font-weight: 500;
    }
    div.bloc_1-icon {
        font-size: 32px;
        width: 75px;
        height: 75px;
    }
    .bloc_1-item {
        margin-bottom: 20px;
    }
}

@media (max-width:421px) {
    .container {
        max-width: 100%;
        width: 100%;
        padding: 5%;
    }
    .cl-effect-2 a {
        font-size: 11px;
    }
    .nav-tabs>li>a {
        margin-right: -4px;
    }
    .contact-info {
        padding: 0px;
        display: table;
    }
    .contact-info li {
        margin-right: 0px;
        font-size: 22px;
        margin-bottom: 5px;
    }
    .cinfo-social-buttons {
        float: none;
        margin-top: 20px;
    }
    .cinfo {
        padding: 40px 0 55px;
    }
    .bloc_1 h4 {
        font-size: 14px;
        margin: 10px 0 5px;
        font-weight: 500;
    }
    div.bloc_1-icon {
        font-size: 32px;
        width: 75px;
        height: 75px;
    }
    .bloc_1-item {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .container {
        max-width: 100%;
        width: 100%;
        padding: 5%;
    }
    .top-message {
        padding-right: 0px;
    }
    .top-message>h1 {
        font-size: 35px;
        margin-top: -25px;
    }
    .top-message>h2 {
        font-size: 25px;
        margin-top: -15px;
    }
    .top-message>h3 {
        font-size: 20px;
    }
    .top-message>p {
        font-size: 13px;
        line-height: 21px;
        margin-bottom: 10px;
    }
    .top-buttons li {
        font-size: 13px !important;
    }
    .top-message .btn1 {
        padding: 12px 25px;
        font-size: 14px;
    }
    .lmore {
        font-size: 14px;
    }
    .tab-pane p {
        font-size: 13px;
        line-height: 21px;
    }
    .tab-side {
        padding-top: 0px;
    }
    .bloc_1 {
        padding: 10% 0;
    }
    .contact-info li {
        list-style: none;
        float: left;
        margin-right: 15px;
        font-size: 24px;
        font-family: Open sans;
        margin-top: 5px;
        letter-spacing: -1px;
    }
}

@media only screen and (min-width:960px) and (max-width:1050px) {
    .container {
        max-width: 100%;
        width: 100%;
        padding: 5%;
    }
    .top-message {
        padding-right: 0px;
    }
    .top-message>h1 {
        font-size: 45px;
        margin-top: -25px;
    }
    .top-message>h2 {
        font-size: 35px;
        margin-top: -15px;
    }
    .top-message>h3 {
        font-size: 24px;
    }
    .top-message>p {
        margin-bottom: 10px;
    }
}

.footer-distributed {
    background-color: #292c2f;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
    margin-top: 80px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}

.footer-distributed .footer-left {
    width: 40%;
}

.footer-distributed h3 {
    color: #ffffff;
    font: normal 36px 'Cookie', cursive;
    margin: 0;
}

.footer-distributed h3 span {
    color: #5383d3;
}

.footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-company-name {
    color: #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-center {
    width: 35%;
}

.footer-distributed .footer-center i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-center p a {
    color: #5383d3;
    text-decoration: none;
    ;
}

.footer-distributed .footer-right {
    width: 20%;
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons {
    margin-top: 25px;
}

.footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}

.cookiealert {
    position: fixed;
    bottom: 1%;
    z-index: 99999;
    left: 50%;
    transform: translate(-50%);
    color: #ffffff;
    background-color: #428bca;
    visibility: hidden;
}

.not-accepted {
    -webkit-transition: visibility 1s, opacity 1s linear;
    -moz-transition: visibility 1s, opacity 1s linear;
    transition: visibility 1s, opacity 1s linear;
    visibility: visible;
    opacity: 1;
}

.accepted {
    -webkit-transition: visibility 1s, opacity 0.5s linear;
    -moz-transition: visibility 1s, opacity 0.5s linear;
    transition: visibility 1s, opacity 0.5s linear;
    visibility: hidden;
    opacity: 0;
}

@media (max-width:880px) {
    .footer-distributed {
        font: bold 14px sans-serif;
    }
    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .footer-distributed .footer-center i {
        margin-left: 0;
    }
}

.mail-message {
    left: 50%;
    top: 50%;
    position: fixed;
    border-radius: 15px;
    background-color: rgba(1, 198, 214, 0.7) !important;
    padding: 2%;
    transform: translate(-50%, -50%);
}

.mail-message>h1 {
    margin: 0;
    font-size: 4em;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-weight: 700;
    color: #FFFFFF;
}