/*
=========================================
=========================================

GENERAL
INTRO
WHO WE ARE
SERVICES
TEAM
SOCIAL LINKS
COPYRIGHT
PORTFOLIO
WEB DEVELOPMENT
SEARCH ENGINE MARKETING
SOCIAL MEDIA MARKETING
ONLINE ADVERTISING
EMAIL MARKETING
NAVBAR
MAP
STYLE SWITCHER FOR DEMO
THEMING OF BOOTSTRAP COMPONENTS


=========================================
========================================= */

/*

=====================
GENERAL
=====================

*/
html {
    height: 100%;
}
body {
    height: 100%;
}
header {
    z-index: 1000;
}
section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 20px;
}
.section-gray {
    background: #f4f4f4;
}
.italic {
    font-style: italic;
    font-family: "Georgia", "Times New Roman", Times, serif;
}
.bold {
    font-weight: bold;
}
.roboto {
    font-family: 'Roboto Condensed', sans-serif;
    /* text-transform: uppercase; */
    letter-spacing: 0.08em;
}
.heading {
    text-align: center;
    margin-bottom: 50px;
}
.heading:after {
    content: " ";
    display: block;
    width: 100px;
    height: 2px;
    margin: 20px auto 20px;
    background: #96BDE8;
}
h4.heading {
    margin-bottom: 20px;
}
h4.heading:after {
    margin: 10px auto 20px;
    height: 1px;
}
.img-responsive {
    margin: 0 auto;
}
.box {
    margin: 20px;
}
.no-space .box {
    margin: 0 -15px;
}
.margin-bottom {
    margin-bottom: 30px;
}
.success, .failure, .validate {
    padding: 25px 0px;
    font-size: 16px;
    text-align: center;
}
.success {
    color: green;
}
.failure, .validate {
    color: red;
}
section .container {
    margin-top: 40px;
}
#social-media-marketing .why-us, #online-advertising .why-us, #search-engine-marketing .why-us {
    margin: 20px;
}
.why-us-item {
    padding: 10px;
}
.why-us-item .icon {
    float: left;
    margin-right: 20px;
    font-size: 20px;
    color: #000;
}
.why-us-item p {
    color: #999999;
    font-size: 13px;
}
.why-us-contact {
    text-align: center;
    font-size: 18px;
    padding-top: 20px;
    margin-right: 10px;
}

.img-border {
    border: 1px solid #7d7d7d;
}


/*

=====================
INTRO
=====================

*/
.intro {
    position: relative;

    width: 100%;
    height: 100vh;
    text-align: center;
    color: #fff;
    max-height: 1080px;
}
.intro:after {
    max-height: 1080px;
}
.intro h1,
.intro h2 {
    color: #fff;
}
.intro span.bold {
    font-weight: 700;
}
.intro h1 {
    font-size: 76px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.intro h2 {
    font-size: 36px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.intro h3 {
    font-size: 28px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.intro p {
    font-size: 23px;
}
.intro .icon {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: solid 2px #fff;
    border-radius: 20px;
    z-index: 3;
    color: #fff;
}
.intro .content {
    position: relative;
    width: 100%;
    top: 40%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 3;
}
.intro.colour-background {
    background: #96BDE8;
}
.intro.image-background {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}
.intro.image-background .overlay {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 1080px;
    background: #96BDE8;
    opacity: 0.93;
    filter: alpha(opacity=93);
    z-index: 2;
}
.intro a {
    color: #fff;
}
.intro a:hover,
.intro a:focus {
    color: #fff;
}
.no-padding-top {
    padding-top: 0;
}
.no-padding-bottom {
    padding-bottom: 0;
}


span.horizontal {
    font-size: 28px;
    margin-right: 20px;
}
span.horizontal:after {
    content: '\25AB';
    margin-left: 20px;
}
span.horizontal:last-child {
    margin-right: 0px;
}
span.horizontal:last-child:after {
    content: '';
    margin-right: 0px;
    margin-left: 0px;
}
@media (min-width: 1200px) {
    .intro h1 {
        font-size: 116px;
    }
    span.horizontal {
        font-size: 24px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (max-width: 991px) {
    .intro h1 {
        font-size: 42px;
    }
    span.horizontal {
        font-size: 18px;
        margin-right: 8px;
    }
    span.horizontal:after {
        margin-left: 8px;
    }
}
/*
=====================
WHO WE ARE
=====================

*/
.about-content {
    padding: 10px 40px;
}

/*

=====================
COPYRIGHT
=====================

*/
.copyright {
    margin-top: 40px;
    color: #999999;
}
.copyright p.credit {
    text-align: right;
}
.copyright p.credit a {
    color: #999999;
}
@media (max-width: 991px) {
    .copyright p.credit {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .copyright {
        margin-top: 60px;
    }
}
@media (max-width: 991px) {
    .copyright {
        text-align: center !important;
    }
}


/* scaffolding */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
}
a {
    color: #96BDE8;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #276bb7;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.img-rounded {
    border-radius: 0;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
/* breadcrumbs */
.breadcrumb {
    padding: 8px 0;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 0;
    text-align: right;
}
.breadcrumb > li + li:before {
    content: ">\00a0";
    color: #cccccc;
}
.breadcrumb > .active {
    color: #999999;
}
@media (max-width: 991px) {
    .breadcrumb {
        padding: 8px 0;
        text-align: center;
    }
}
/* buttons  */
.btn {
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 6px 12px;
    font-size: 11px;
    line-height: 1.42857143;
    border-radius: 0;
}
.btn-primary {
    color: #96BDE8;
    background-color: #ffffff;
    border-color: #96BDE8;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #96BDE8;
    background-color: #ebebeb;
    border-color: #2972c3;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #ffffff;
    border-color: #96BDE8;
}
.btn-primary .badge {
    color: #ffffff;
    background-color: #96BDE8;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background: #96BDE8;
    color: #ffffff;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 0;
}
.btn-xs {
    padding: 1px 5px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 0;
}
/* dropdowns */
.dropdown-menu > li > a {
    padding: 5px 20px;
}
/* labels */
.label {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}
/* forms.less */
label {
    font-weight: normal;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #999999;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999999;
}
.form-control::-webkit-input-placeholder {
    color: #999999;
    opacity: 1 !important;
}
.form-control:focus {
    border-color: #96BDE8;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(80, 145, 218, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(80, 145, 218, 0.6);
}
.form-group {
    margin-bottom: 20px;
}
/* pager*/
.pager {
    margin: 20px 0;
    border-top: solid 1px #eeeeee;
    padding-top: 20px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    background-color: #ffffff;
    border: 1px solid #96BDE8;
    border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #96BDE8;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #999999;
    background-color: #ffffff;
    border-color: #ddd;
}
/* pagination */
.pagination {
    margin: 20px 0;
    font-family: 'Open Sans', sans-serif;
    border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #96BDE8;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #96BDE8;
    background-color: #cee0f5;
    border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #96BDE8;
    border-color: #96BDE8;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999999;
    background-color: #ffffff;
    border-color: #dddddd;
}
/* responsive utilities */
@media (max-width: 767px) {
    .text-center-xs {
        text-align: center !important;
    }
    .text-center-xs img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-center-sm {
        text-align: center !important;
    }
    .text-center-sm img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
/* type */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    line-height: 1.3;
    color: #333333;
    /*text-transform: uppercase;*/
    letter-spacing: 0.08em;
}
h1,
.h1 {
    font-size: 56px;
}
h2,
.h2 {
    font-size: 42px;
}
h3,
.h3 {
    font-size: 27px;
    font-weight: 700;
}
h4,
.h4 {
    font-size: 21px;
    font-weight: 700;
}
h5,
.h5 {
    font-size: 14px;
    font-weight: 700;
}
h6,
.h6 {
    font-size: 14px;
    font-weight: 700;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 0;
    margin-bottom: 20px;
}
p {
    margin: 0 0 20px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
.text-small {
    font-size: 11px;
}
.text-large {
    font-size: 18px;
}
.text-italic {
    font-style: italic;
}
.text-primary {
    color: #96BDE8;
}
a.text-primary:hover {
    color: #2b77cc;
}
.bg-primary {
    color: #fff;
    background-color: #96BDE8;
}
a.bg-primary:hover {
    background-color: #2b77cc;
}
abbr[title],
abbr[data-original-title] {
    border-bottom: 1px dotted #999999;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 14px;
    border-left: 5px solid #96BDE8;
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
    border-right: 5px solid #96BDE8;
}
address {
    margin-bottom: 20px;
    line-height: 1.42857143;
}
.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}
.panel-primary {
    border-color: #96BDE8;
}
.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #96BDE8;
    border-color: #96BDE8;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #96BDE8;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #96BDE8;
}
.panel-primary .panel-title {
    font-weight: 300;
}
.panel-primary .panel-title a:hover {
    color: #fff;
    text-decoration: none;
}
a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #96BDE8;
    background-color: #ffffff;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
