.fa-fw,
.fa-li {
    text-align: center
}

.fa,
[data-icon]:before {
    font-weight: 400;
    -webkit-font-smoothing: antialiased
}

#services h2,
a.read-more-btn,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase
}

.fa,
.fa-stack,
h1 {
    display: inline-block
}

.clearfix,
.pager,
.row {
    zoom: 1
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.0.3);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff?v=4.0.3) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.0.3) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    font-family: FontAwesome;
    font-style: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.3333333333333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.2857142857142858em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.142857142857143em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.142857142857143em;
    width: 2.142857142857143em;
    top: .14285714285714285em
}

.fa-li.fa-lg {
    left: -1.8571428571428572em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0)
    }
    100% {
        -ms-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-asc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-desc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

@font-face {
    font-family: socialmediafont;
    src: url(../fonts/social-media/socialmediafont.eot);
    src: url(../fonts/social-media/socialmediafont.eot?#iefix) format('embedded-opentype'), url(../fonts/social-media/socialmediafont.woff) format('woff'), url(../fonts/social-media/socialmediafont.ttf) format('truetype'), url(../fonts/social-media/socialmediafont.svg#socialmediafont) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
    font-family: socialmediafont;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[data-icon]:before {
    font-family: SocialMedia;
    content: attr(data-icon);
    speak: none;
    line-height: 1
}

.icon-facebook:before {
    content: "\e600"
}

.icon-google-plus:before {
    content: "\e601"
}

.icon-twitter:before {
    content: "\e602"
}

.icon-youtube:before {
    content: "\e603"
}

.icon-flickr:before {
    content: "\e604"
}

.icon-skype:before {
    content: "\e605"
}

.icon-linkedin:before {
    content: "\e606"
}

.icon-facebook2:before {
    content: "\e607"
}

.icon-googleplus:before {
    content: "\e608"
}

.icon-pinterest:before {
    content: "\e609"
}

.icon-linkedin2:before {
    content: "\e60a"
}

.icon-skype2:before {
    content: "\e60b"
}

.icon-dropbox:before {
    content: "\e60c"
}

.icon-vimeo:before {
    content: "\e60d"
}

.bg0,
.header-background-image,
.header-background-image-inner {
    background: url(../images/INTRO.JPG) top center no-repeat
}

.bg1 {
    background: url(../images/ATMOSPHERE.JPG) top center no-repeat
}

.bg2 {
    background: url(../images/CBRN.JPG) top center no-repeat
}

.bg3 {
    background: url(../images/MOUT.JPG) top center no-repeat
}

.bg4 {
    background: url(../images/CASSIM.JPG) top center no-repeat
}

.bg5 {
    background: url(../images/ARMOURY.JPG) top center no-repeat
}

.bg6 {
    background: url(../images/TRAININGAID.JPG) top center no-repeat
}

.bg7 {
    background: url(../images/ROLEPLAY.JPG) top center no-repeat
}

.bg8 {
    background: url(../images/BATTLEFIELD.JPG) top center no-repeat
}

.bg9 {
    background: url(../images/URBAN.JPG) top center no-repeat
}

.bgpass {
    background: url(../images/november-man-explosion-in-carpark.jpg) top center no-repeat
}

@media only screen and (max-width:960px) {
    .bg0,
    .header-background-image,
    .header-background-image-inner {
        background: url(../images/INTRO.JPG) top center no-repeat
    }
    .bg1 {
        background: url(../images/ATMOSPHERE.JPG) top center no-repeat
    }
    .bg2 {
        background: url(../images/CBRN.JPG) top center no-repeat
    }
    .bg3 {
        background: url(../images/MOUT.JPG) top center no-repeat
    }
    .bg4 {
        background: url(../images/CASSIM.JPG) top center no-repeat
    }
    .bg5 {
        background: url(../images/ARMOURY.JPG) top center no-repeat
    }
    .bg6 {
        background: url(../images/TRAININGAID.JPG) top center no-repeat
    }
    .bg7 {
        background: url(../images/ROLEPLAY.JPG) top center no-repeat
    }
    .bg8 {
        background: url(../images/BATTLEFIELD.JPG) top center no-repeat
    }
    .bg9 {
        background: url(../images/URBAN.JPG) top center no-repeat
    }
    .bgpass {
        background: url(../images/november-man-explosion-in-carpark.jpg) top center no-repeat
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .header-background-image,
    .header-background-image-inner {
        background: url(../images/INTRO.JPG) top center no-repeat!important
    }
}

@media only screen and (max-width:479px) {
    .header-background-image,
    .header-background-image-inner {
        background: url(../images/INTRO.JPG) top center no-repeat!important
    }
    .logo-default {
        font-size: 22px!important;
        margin-top: 15px!important;
        margin-bottom: 10px!important;
        text-align: left!important
    }
    .bg0 {
        height: 950px
    }
}

@media only screen and (max-width:320px) {
    .header-background-image,
    .header-background-image-inner {
        background: url(../images/INTRO.JPG) top center no-repeat!important
    }
    .logo-default {
        font-size: 22px!important;
        margin-top: 15px!important;
        margin-bottom: 10px!important;
        text-align: left!important
    }
    .bg0 {
        height: 950px
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

cite {
    text-align: right;
    margin-top: 10px
}

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

::-moz-selection {
    background: #333;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #333;
    color: #fff;
    text-shadow: none
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit
}

h1 {
    font-size: 80px;
    font-weight: 800;
    line-height: 70px;
    margin-bottom: 18px;
    padding-bottom: 24px;
    /*border-bottom: thick solid #ddd*/
}

h2 {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 10px
}

h3 {
    font-size: 23px;
    line-height: 34px;
    margin-bottom: 8px
}

h4 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 4px
}

h5 {
    font-size: 17px;
    line-height: 24px
}

h6 {
    font-size: 14px;
    line-height: 21px
}

p {
    margin: 0 0 20px
}

p img {
    margin: 0
}

h1 nobreak {
    white-space: nowrap
}

em {
    font-style: italic
}

strong {
    font-weight: 700
}

small {
    font-size: 80%
}

blockquote,
blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0
}

blockquote cite {
    display: block;
    font-size: 12px;
    color: #555
}

blockquote cite:before {
    content: "\2014 \0020"
}

blockquote cite a,
blockquote cite a:visited {
    color: #555
}

.single-article h1 {
    border-bottom: none;
    margin-bottom: 18px;
    padding-bottom: 0
}

fieldset,
form {
    margin-bottom: 20px
}

#contact h1,
#footer-global h1 {
    border-bottom: thick solid #666
}

#footer-global h1 {
    color: #fff
}

#contact h1 {
    color: #fff!important
}

.uber-statement {
    font-size: 100px;
    /*border-bottom: thick solid #fff;*/
    line-height: .9;
    margin-top: 30px;
    padding-bottom: 30px;
    text-shadow: none
}

#header-global h1 {
    color: #fff
}

.logos h2 {
    font-size: 25px;
    font-weight: 800;
    text-shadow: 0 1px 1px #000
}

#contact p:first-of-type:first-line,
#latest-news p:first-of-type:first-line,
#latest-work p:first-of-type:first-line,
#meet-the-team p:first-of-type:first-line,
#services p:first-of-type:first-line,
.single-article p:first-of-type:first-line {
    font-weight: 700;
    letter-spacing: .1em
}

a,
a:visited {
    text-decoration: none;
    outline: 0;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s
}

a:focus,
a:hover {
    color: #333
}

p a,
p a:visited {
    line-height: inherit
}

.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
    position: relative;
    background: 0 0;
    border: 2px solid #fff;
    color: #fff!important;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 0;
    margin-top: 5px;
    padding: 5px 10px;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s
}

.button:active,
.button:hover,
button:active,
button:hover,
input[type=submit]:active,
input[type=submit]:hover,
input[type=reset]:active,
input[type=reset]:hover,
input[type=button]:active,
input[type=button]:hover {
    background-color: #333
}

.button.full-width,
button.full-width,
input[type=submit].full-width,
input[type=reset].full-width,
input[type=button].full-width {
    width: 100%;
    padding-left: 0!important;
    padding-right: 0!important;
    text-align: center
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

a.read-more-btn {
    color: #999;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    border: 2px solid #999;
    padding: 5px 10px
}

a.read-more-btn:hover {
    color: #333;
    border: 2px solid #333;
    padding: 5px 10px
}

form {
    margin-top: 10px;
    text-align: left
}

input[type=text],
input[type=password],
input[type=email],
select,
textarea {
    border: 1px solid #fff;
    padding: 8px;
    outline: 0;
    font-size: 14px;
    font-style: italic;
    color: #333;
    margin: 0 0 20px;
    width: 80%;
    display: block;
    line-height: 1.2;
    background-color: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
    border: 1px solid #71a4a1;
    color: #333
}

textarea {
    min-height: 150px
}

label,
legend {
    display: block;
    font-weight: 700;
    font-size: 12px
}

select {
    width: 220px;
    padding: 6px
}

input[type=checkbox] {
    display: inline
}

label span,
legend span {
    font-weight: 400;
    font-size: 12px;
    color: #444
}

input.error,
textarea.error {
    margin-bottom: 6px
}

.error {
    color: #c33;
    margin-bottom: 10px
}

#response {
    margin-bottom: 20px
}

#response .success {
    color: #70ae32
}

#response .failure {
    color: #c33
}

#contact-form #user {
    display: none
}

#contact-form span {
    /*color: #FF9100*/
      color: #FB032D !important
    
}

.container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0
}

.container .column,
.container .columns {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px
}

.row {
    margin-bottom: 20px
}

.column.alpha,
.columns.alpha {
    margin-left: 0
}

.column.omega,
.columns.omega {
    margin-right: 0
}

.container .one.column,
.container .one.columns {
    width: 40px
}

.container .two.columns {
    width: 100px
}

.container .three.columns {
    width: 160px
}

.container .four.columns {
    width: 220px
}

.container .five.columns {
    width: 280px
}

.container .six.columns {
    width: 340px
}

.container .seven.columns {
    width: 400px
}

.container .eight.columns {
    width: 460px
}

.container .nine.columns {
    width: 520px
}

.container .ten.columns {
    width: 580px
}

.container .eleven.columns {
    width: 640px
}

.container .twelve.columns {
    width: 700px
}

.container .thirteen.columns {
    width: 760px
}

.container .fourteen.columns {
    width: 820px
}

.container .fifteen.columns {
    width: 880px
}

.container .sixteen.columns {
    width: 940px
}

.container .one-third.column {
    width: 300px
}

.container .two-thirds.column {
    width: 620px
}

.container .offset-by-one {
    padding-left: 60px
}

.container .offset-by-two {
    padding-left: 120px
}

.container .offset-by-three {
    padding-left: 180px
}

.container .offset-by-four {
    padding-left: 240px
}

.container .offset-by-five {
    padding-left: 300px
}

.container .offset-by-six {
    padding-left: 360px
}

.container .offset-by-seven {
    padding-left: 420px
}

.container .offset-by-eight {
    padding-left: 480px
}

.container .offset-by-nine {
    padding-left: 540px
}

.container .offset-by-ten {
    padding-left: 800px
}

.container .offset-by-eleven {
    padding-left: 660px
}

.container .offset-by-twelve {
    padding-left: 720px
}

.container .offset-by-thirteen {
    padding-left: 780px
}

background .container .offset-by-fourteen {
    padding-left: 840px
}

.container .offset-by-fifteen {
    padding-left: 900px
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .container {
        width: 768px
    }
    .container .column,
    .container .columns {
        margin-left: 10px;
        margin-right: 10px
    }
    .column.alpha,
    .columns.alpha {
        margin-left: 0;
        margin-right: 10px
    }
    .column.omega,
    .columns.omega {
        margin-right: 0;
        margin-left: 10px
    }
    .alpha.omega {
        margin-left: 0;
        margin-right: 0
    }
    .container .one.column,
    .container .one.columns {
        width: 28px
    }
    .container .two.columns {
        width: 76px
    }
    .container .three.columns {
        width: 124px
    }
    .container .four.columns {
        width: 172px
    }
    .container .five.columns {
        width: 220px
    }
    .container .six.columns {
        width: 268px
    }
    .container .seven.columns {
        width: 316px
    }
    .container .eight.columns {
        width: 364px
    }
    .container .nine.columns {
        width: 412px
    }
    .container .ten.columns {
        width: 460px
    }
    .container .eleven.columns {
        width: 508px
    }
    .container .twelve.columns {
        width: 556px
    }
    .container .thirteen.columns {
        width: 604px
    }
    .container .fourteen.columns {
        width: 652px
    }
    .container .fifteen.columns {
        width: 700px
    }
    .container .sixteen.columns {
        width: 748px
    }
    .container .one-third.column {
        width: 236px
    }
    .container .two-thirds.column {
        width: 492px
    }
    .container .offset-by-one {
        padding-left: 48px
    }
    .container .offset-by-two {
        padding-left: 96px
    }
    .container .offset-by-three {
        padding-left: 144px
    }
    .container .offset-by-four {
        padding-left: 192px
    }
    .container .offset-by-five {
        padding-left: 240px
    }
    .container .offset-by-six {
        padding-left: 288px
    }
    .container .offset-by-seven {
        padding-left: 336px
    }
    .container .offset-by-eight {
        padding-left: 384px
    }
    .container .offset-by-nine {
        padding-left: 432px
    }
    .container .offset-by-ten {
        padding-left: 480px
    }
    .container .offset-by-eleven {
        padding-left: 528px
    }
    .container .offset-by-twelve {
        padding-left: 576px
    }
    .container .offset-by-thirteen {
        padding-left: 624px
    }
    .container .offset-by-fourteen {
        padding-left: 672px
    }
    .container .offset-by-fifteen {
        padding-left: 720px
    }
}

@media only screen and (max-width:767px) {
    .container,
    .container .eight.columns,
    .container .eleven.columns,
    .container .fifteen.columns,
    .container .five.columns,
    .container .four.columns,
    .container .fourteen.columns,
    .container .nine.columns,
    .container .one-third.column,
    .container .one.column,
    .container .one.columns,
    .container .seven.columns,
    .container .six.columns,
    .container .sixteen.columns,
    .container .ten.columns,
    .container .thirteen.columns,
    .container .three.columns,
    .container .twelve.columns,
    .container .two-thirds.column,
    .container .two.columns {
        width: 260px
    }
    .container .column,
    .container .columns {
        margin: 0
    }
    #section-divider-2 .container .sixteen.columns {
        width: 280px!important
    }
    .container .offset-by-eight,
    .container .offset-by-eleven,
    .container .offset-by-fifteen,
    .container .offset-by-five,
    .container .offset-by-four,
    .container .offset-by-fourteen,
    .container .offset-by-nine,
    .container .offset-by-one,
    .container .offset-by-seven,
    .container .offset-by-six,
    .container .offset-by-ten,
    .container .offset-by-thirteen,
    .container .offset-by-three,
    .container .offset-by-twelve,
    .container .offset-by-two {
        padding-left: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .container,
    .container .eight.columns,
    .container .eleven.columns,
    .container .fifteen.columns,
    .container .five.columns,
    .container .four.columns,
    .container .fourteen.columns,
    .container .nine.columns,
    .container .one-third.column,
    .container .one.column,
    .container .one.columns,
    .container .seven.columns,
    .container .six.columns,
    .container .sixteen.columns,
    .container .ten.columns,
    .container .thirteen.columns,
    .container .three.columns,
    .container .twelve.columns,
    .container .two-thirds.column,
    .container .two.columns {
        width: 300px
    }
    .container .column,
    .container .columns {
        margin: 0
    }
}

.clear,
.clearfix:after,
.clearfix:before,
.row:after,
.row:before {
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix:after,
.clearfix:before,
.row:after,
.row:before {
    content: '\0020'
}

.clearfix:after,
.row:after {
    clear: both
}

.clear {
    clear: both
}

body {
    font: 16px/26px sans-serif;
    color: #444;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

#header-global[role=banner] {
    background-color: #fff;
    color: #fff;
    width: 100%;
    padding-bottom: 100px;
    z-index: 1000
}

#header-global[role=banner] .row {
    margin-bottom: 0
}

#header-global[role=banner].background {
    background-color: rgba(255, 255, 255, .9)
}

.header-background-image,
.header-background-image-inner {
    width: 100%;
    /*height: 850px;*/
    height: 650px;
    margin: 0 auto;
    position: absolute;
    background-size: cover!important;
    -webkit-background-size: cover!important
}

#header-background,
#header-background-nav {
    width: 100%;
    background-color: #333;
    position: relative;
    z-index: 1000
}

#footer-global #copyright-details,
#services h2 {
    margin-top: 20px
}

#latest-news .thumbnail img,
#logo img,
#meet-the-team img {
    max-width: 100%;
    height: auto
}

#header-background {
    background-color: rgba(0, 0, 0, .875)
}

#header-background-nav {
    background-color: rgba(0, 0, 0, .875);
    padding-bottom: 10px
}

#footer-global {
    width: 100%;
    background-color: #000
}

#footer-global p {
    color: #fff
}

#footer-global h3 {
    border-bottom: 1px dotted #666;
    color: #fff;
    margin-bottom: 15px;
    padding-bottom: 15px
}

#footer-global a {
    text-decoration: none
}

#footer-global a:hover {
    color: #ddd
}

#services {
    padding: 70px 0;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .9);
    border-top: 10px solid #000;
    border-bottom: 10px solid #000
}

#latest-news,
#services {
    position: relative;
    z-index: 300;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .9)
}

#services h2 {
    border-bottom: thick solid #ddd;
    display: block;
    padding-bottom: 20px;
    line-height: 1.1;
    font-size: 30px;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s
}

#services .service,
#services h2 {
    margin-bottom: 20px;
    -o-transition: all .4s
}

#services .service:hover>h2 {
    border-bottom: thick solid #333
}

#services .service {
    border: thick solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 30px;
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s
}

#articles .article,
#services .service {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

#services .service.clearcol {
    clear: both;
    margin-right: 20px!important
}

#articles .column,
#articles .columns,
#services .column,
#services .columns {
    margin-left: 0;
    margin-right: 20px
}

#services .service [class^="fa fa-"] {
    font-size: 85px;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s
}

#services .service:hover>[class^="fa fa-"] {
    font-size: 90px
}

#all-services {
    margin-top: 40px
}

.article h2,
.team-member h2 {
    text-transform: uppercase;
    margin-top: 20px
}

#latest-news {
    background: #fff;
    padding: 70px 0;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .9);
    border-top: 10px solid #000;
    border-bottom: 10px solid #000
}

.pager a,
a.view-article-btn:hover {
    background-color: #333
}

#latest-news .overview {
    font-size: 24px;
    line-height: 36px
}

#latest-news .thumbnail img {
    display: block;
    -o-transition: all .4s;
    transition: all .4s
}

#articles .article,
#latest-news .thumbnail img {
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s
}

#articles .article {
    border: thick solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 30px;
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    transition: all .4s
}

#articles .article,
.article h2 {
    margin-bottom: 20px;
    -o-transition: all .4s
}

.article.clearcol {
    clear: both;
    margin-right: 20px!important
}

.article h2 {
    color: #333;
    border-bottom: thick solid #ddd;
    display: block;
    padding-bottom: 20px;
    line-height: 1.1;
    font-size: 30px;
    font-weight: 800;
    transition: all .4s
}

#meet-the-team .thumbnail img,
.article h2 {
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s
}

.article:hover>h2 {
    border-bottom: thick solid #333
}

.article h2 a {
    color: #333;
    text-decoration: none
}

.article [class^="fa fa-"] {
    color: #333;
    margin-right: 5px;
    line-height: .7
}

.article .meta {
    margin-bottom: 25px
}

.article .meta span {
    font-style: italic;
    display: block;
    margin-top: 10px
}

.article .meta a:hover {
    color: #999
}

#articles {
    margin-top: 40px
}

a.view-article-btn {
    border-bottom: none!important;
    color: #fff!important;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 5px 10px
}

.post-title {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.pagination,
.post-excerpt {
    margin-bottom: 30px
}

.meta-date {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 -1px 0 #ccc, 0 1px 0 #fff;
    display: inline-block;
    padding: 5px 0
}

.meta-author {
    display: block;
    border-bottom: thick solid #999;
    padding-bottom: 10px
}

.meta-category {
    display: block;
    font-style: italic;
    margin-top: 10px;
    padding-bottom: 20px
}

.meta-category .comment-count {
    float: right
}

.meta-category .comment-count a {
    border-bottom: none!important;
    font-size: 17px
}

.pagination a {
    display: inline-block;
    text-decoration: none;
    margin: 0
}

.pagination .page-numbers {
    color: #000;
    margin-right: 20px
}

.pagination .current {
    font-weight: 600
}

.pagination .next,
.pagination .prev {
    background-color: #333;
    color: #fff;
    padding: 3px 9px
}

.pagination .next:hover,
.pagination .prev:hover {
    color: #fff
}

.pager {
    clear: both;
    margin-left: 0;
    margin-bottom: 35px;
    list-style: none;
    text-align: center
}

.pager a,
.tags {
    margin-bottom: 10px
}

.pager:after,
.pager:before {
    display: table;
    content: ""
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager a {
    color: #fff!important;
    display: inline-block;
    padding: 5px 14px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    text-decoration: none
}

.pager a:hover {
    text-decoration: none
}

.pager .next a {
    float: left;
    display: block;
    clear: both
}

.pager .previous a {
    float: left
}

.pager .disabled a,
.pager .disabled a:hover {
    color: #999;
    background-color: #fff;
    cursor: default
}

#meet-the-team .social-icons-small li a:hover,
.team-member .member-email:hover,
.team-member h2 {
    color: #333
}

.tags {
    display: block;
    font-style: italic;
    margin-top: 10px
}

.tags a {
    margin-left: 10px
}

#portfolio-items .column,
#portfolio-items .columns,
#team-members .column,
#team-members.columns {
    margin-right: 20px;
    margin-left: 0
}

#meet-the-team {
    background: #fff;
    padding: 70px 0;
    position: relative;
    z-index: 300;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .9);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .9);
    border-top: 10px solid #000;
    border-bottom: 10px solid #000
}

#meet-the-team .overview {
    font-size: 24px;
    line-height: 36px
}

#meet-the-team .thumbnail img {
    max-width: 100%;
    height: auto;
    display: block;
    -o-transition: all .4s;
    transition: all .4s
}

#team-members .team-member {
    border: thick solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 30px;
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    transition: all .4s
}

#team-members .team-member,
.team-member h2 {
    margin-bottom: 20px;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s
}

#meet-the-team .thumbnail,
#team-members .team-member {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.team-member:hover {
    border: thick solid #999
}

.team-member.clearcol {
    clear: both;
    margin-right: 20px!important
}

.team-member h2 {
    border-bottom: thick solid #ddd;
    display: block;
    padding-bottom: 20px;
    line-height: 1.1;
    font-size: 30px;
    font-weight: 800;
    transition: all .4s
}

.team-member:hover>h2 {
    border-bottom: thick solid #333
}

.team-member h2 a {
    color: #333;
    text-decoration: none
}

.team-member .member-email {
    display: inline-block;
    margin-bottom: 15px;
    font-style: italic
}

.team-member [class^="fa fa-"] {
    margin-right: 5px
}

#meet-the-team .team-member em {
    display: block;
    padding-bottom: 20px
}

#meet-the-team .thumbnail {
    margin-bottom: 20px;
    box-sizing: border-box
}

#meet-the-team img {
    display: block
}

#meet-the-team .social-icons-small li {
    float: left;
    font-size: 18px;
    padding-right: 15px
}

#meet-the-team .social-icons-small li a {
    text-decoration: none;
    transition: all .4s
}

#meet-the-team .social-icons-small li a,
.project-item .project-image {
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s
}

#team-members {
    margin-top: 40px
}

#header-navigation[role=navigation] {
    font-size: 12px;
    font-weight: 800;
    margin-top: 20px;
    text-transform: uppercase
}

#header-navigation[role=navigation] ul {
    display: inline-block;
    margin-bottom: 0
}

#header-navigation[role=navigation] li {
    float: left;
    margin-bottom: 0;
    padding: 5px 0;
    position: relative
}

#header-navigation[role=navigation] li a,
#header-navigation[role=navigation] li a:visited {
    color: #999;
    margin-right: 20px;
    text-decoration: none;
    zoom: 1;
    border: 2px solid #232323;
    padding: 5px 10px
}

#header-navigation[role=navigation] li a:focus,
#header-navigation[role=navigation] li a:hover {
    border: 2px solid #fff;
    padding: 5px 10px
}

#logo {
    margin-top: 20px
}

.logo-default {
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 10px!important
}

nav select {
    display: none
}

#latest-work {
    background: #fff;
    padding: 70px 0;
    position: relative;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .9);
    border-top: 10px solid #000;
    border-bottom: 10px solid #000
}

#latest-work,
#single-project {
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .9);
    z-index: 300
}

#portfolio-items {
    margin-top: 40px
}

#portfolio-filter {
    text-align: left;
    margin-top: 30px
}

#filter {
    display: inline-block;
    text-transform: uppercase
}

#filter li {
    float: left;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 0
}

#filter li a {
    color: #999;
    text-decoration: none;
    border: 2px solid #999;
    padding: 5px 10px
}

#filter li .current,
#filter li a:hover {
    border: 2px solid #333;
    padding: 5px 10px
}

.project-item {
    margin-bottom: 20px
}

.project-item .project-image {
    list-style: none;
    position: relative;
    box-sizing: border-box;
    transition: all .4s
}

.project-image .overlay,
.project-item .project-image {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.project-item .project-details h2 {
    border-bottom: thick solid #ddd;
    display: block;
    margin-bottom: 13px;
    padding-bottom: 10px
}

.project-image .overlay {
    background-color: #333;
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    text-align: left;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-sizing: border-box;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out
}

#content img,
#single-project img,
.project-item img {
    max-width: 100%;
    height: auto
}

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

.project-image .overlay .modal-link {
    cursor: pointer
}

.project-image .overlay .button {
    background-color: #333
}

.project-image .overlay .button:hover {
    background-color: #666
}

.project-image .overlay [class^="fa fa-"] {
    color: #52a1c6;
    display: inline-block;
    font-size: 30px;
    margin-left: 20px;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s
}

.project-image .overlay [class^="fa fa-"]:hover,
.project-item .overlay h2 a {
    color: #999
}

.project-item .overlay h2 {
    margin: 10px 20px 15px;
    padding: 10px;
    line-height: 1.1;
    border: 2px solid #999;
    font-size: 30px;
    transition: all .4s
}

#single-project .video-frame,
#single-project img,
.project-item .overlay h2 {
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s
}

.project-item .overlay h2:hover {
    border: 2px solid #fff
}

.project-item .overlay h2 a:hover {
    color: #fff
}

.project-item .overlay a {
    color: #fff;
    text-decoration: none
}

.project-item .overlay .item-number {
    color: #999;
    font-weight: 800;
    margin-left: 20px
}

.project-item img {
    display: block;
    position: relative
}

.video-frame {
    max-width: 100%;
    display: block
}

#single-project {
    background-color: #fff;
    padding: 70px 0;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .9);
    position: relative;
    border-top: 10px solid #000;
    border-bottom: 10px solid #000
}

#single-project h1 {
    border-bottom: thick solid #999;
    margin-bottom: 18px;
    padding-bottom: 18px;
    line-height: 1
}

#single-project .client-details {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    list-style: none
}

#single-project .client-details li {
    padding-bottom: 10px
}

#single-project .project-checklist {
    font-size: 12px;
    list-style: none
}

#single-project .video-frame,
#single-project img {
    border: thick solid #ccc;
    margin-bottom: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    transition: all .4s
}

#single-project .video-frame:hover,
#single-project img:hover {
    background-color: rgba(255, 255, 255, .9);
    -moz-box-shadow: 1px 1px 4px 1px #ccc;
    -webkit-box-shadow: 1px 1px 4px 1px #ccc;
    box-shadow: 1px 1px 4px 1px #ccc
}

#single-project .video-frame {
    margin-bottom: 25px
}

#single-project .slides li {
    margin-bottom: 0
}

a.launch-project-btn {
    color: #999;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #999;
    padding: 5px 10px
}

a.launch-project-btn:hover {
    color: #333;
    border: 2px solid #333;
    padding: 5px 10px
}

.project-nav {
    display: block;
    float: left;
    margin: 0 0 20px;
    list-style: none
}

.project-nav li {
    font-size: 20px;
    float: left;
    -moz-transition: color .4s;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    -ms-transition: color .4s;
    transition: color .4s
}

.project-nav li a {
    text-decoration: none;
    display: block
}

.project-nav .back a:hover,
.project-nav .next a:hover,
.project-nav .prev a:hover {
    color: #666
}

.project-nav .back,
.project-nav .next,
.project-nav .prev {
    margin-right: 5px
}

.project-nav .next a,
.project-nav .prev a {
    color: #333
}

#comments {
    background-color: #fafbfc;
    padding: 20px;
    margin-top: 30px;
    margin-left: 0
}

#comments h4 {
    padding-bottom: 20px;
    text-transform: uppercase;
    display: block;
    border-bottom: thick solid #999
}

.comment,
.comment>div {
    display: inline-block
}

.comments-list {
    border-bottom: 1px solid #666;
    margin: 36px 0 40px;
    padding: 0 0 10px
}

.comment,
.comment .children .comment {
    margin-top: 10px;
    padding-top: 30px
}

.comment {
    border-top: 1px solid #666
}

.comment:first-child {
    border-top: none;
    margin: 0;
    padding: 0
}

.comment .avatar {
    float: left;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    border: 2px solid #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    box-shadow: 1px 1px 4px 1px #ddd
}

.comment .avatar,
.flickritems a img {
    display: block;
    -moz-box-shadow: 1px 1px 4px 1px #ddd;
    -webkit-box-shadow: 1px 1px 4px 1px #ddd
}

.comment .comment-entry,
.comment .comment-meta {
    float: right;
    width: 100%
}

.comment-moderate,
.flickritems,
.posts img,
.posts li {
    float: left
}

.comment .comment-meta {
    margin-top: -4px
}

.comment .author {
    font-size: 14px;
    margin: 0;
    text-transform: uppercase
}

.comment .author .reply {
    color: #959595;
    font-size: 11px;
    text-transform: uppercase
}

.comment .author .reply:hover {
    color: #52a1c6;
    font-size: 11px
}

.comment .date {
    color: #959595;
    margin: 1px 0 8px
}

.comment .children {
    padding-left: 60px
}

.comment .children .comment {
    border-top: 1px solid #999;
    position: relative
}

.comment .children .children .comment-entry,
.comment .children .children .comment-meta,
.comment .children .comment-entry,
.comment .children .comment-meta {
    width: 100%
}

.comment-reply-link {
    font-size: 80%
}

#respond input[type=text],
#respond input[type=password],
#respond input[type=email],
#respond select,
#respond textarea {
    border: 2px solid #333;
    padding: 8px;
    outline: 0;
    font-size: 14px;
    font-style: italic;
    color: #333;
    margin: 0 0 20px;
    width: 80%;
    display: block;
    line-height: 1.2;
    background-color: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#respond #submit {
    border: 2px solid #333;
    color: #333!important
}

#respond #submit:hover {
    color: #fff!important;
    background-color: #333
}

#respond {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 0
}

#respond h3#reply-title {
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 800
}

#sidebar h4 {
    display: block;
    padding-bottom: 15px;
    border-bottom: thick solid #999
}

.gt_flickr_widget {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    width: 100%;
    position: relative
}

.flickritems {
    position: relative;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px
}

.flickritems a {
    float: left;
    display: block;
    border-bottom: none!important;
    font-size: 1em;
    color: #369;
    text-align: right;
    font-weight: 700;
    text-decoration: none;
    padding: 0 10px 10px 0;
    margin-bottom: 0
}

.flickritems img {
    margin-bottom: 0!important
}

#contact-details li,
#content img,
.posts .entry,
.social-icons li {
    margin-bottom: 20px
}

.flickritems a img {
    border: 2px solid #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    box-shadow: 1px 1px 4px 1px #ddd;
    transition: all .4s;
    opacity: .9
}

#content img,
.flickritems a img {
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s
}

.flickritems a img:hover {
    opacity: 1
}

.posts {
    list-style: none!important
}

.posts img {
    display: block;
    margin-right: 10px
}

.posts .entry {
    display: block
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

#contact,
#content {
    position: relative;
    padding: 70px 0;
    z-index: 300
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    transition-duration: .8s
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity
}

#content {
    background: #fff;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .9);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .9);
    border-top: 10px solid #000;
    border-bottom: 10px solid #000
}

#content ul {
    list-style: inside
}

#content ol {
    list-style: decimal inside
}

#content img {
    border: thick solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    transition: all .4s
}

#content img:hover {
    background-color: rgba(255, 255, 255, .9);
    -moz-box-shadow: 1px 1px 4px 1px #ccc;
    -webkit-box-shadow: 1px 1px 4px 1px #ccc;
    box-shadow: 1px 1px 4px 1px #ccc
}

.social-icons {
    float: right;
    display: inline-block;
    margin-top: 40px
}

.social-icons li {
    float: left;
    font-size: 20px;
    margin-right: 20px
}

.social-icons li a {
    color: #fff;
    display: block;
    transition: all .4s
}

.social-icons li a,
.social-icons.footer li a {
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s
}

.social-icons li a:hover {
    color: #999
}

.social-icons.footer {
    float: left;
    display: inline-block;
    margin-top: 20px
}

.social-icons.footer li a {
    color: #fff!important;
    display: block;
    transition: all .4s
}

.client-logos,
.latest-quotes cite {
    display: inline-block;
    margin-top: 30px
}

.social-icons.footer li a:hover {
    color: #999!important
}

#contact-details {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px
}

#contact-details li [class^="fa fa-"] {
    margin-right: 5px
}

#copyright-details {
    font-size: 11px;
    line-height: 18px;
    background: 0 0
}

.latest-quotes {
    color: #fff;
    text-align: left
}

.latest-quotes .quotes {
    height: 150px;
    height: auto!important;
    min-height: 150px
}

.latest-quotes li {
    padding: 20px 40px 40px 0
}

.latest-quotes blockquote {
    border-left: none!important;
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    padding: 9px 20px 0 0;
    text-shadow: 0 1px 1px #000
}

.latest-quotes cite {
    border: 2px solid #fff;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase
}

.logos {
    padding: 0
}

.logos h2 {
    color: #fff!important
}

.client-logos {
    margin-bottom: 0;
    padding: 10px 0
}

.client-logos li {
    float: left
}

#page-not-found {
    padding: 70px 0
}

#page-not-found h1 {
    font-size: 80px;
    margin-bottom: 10px
}

#section-divider-0,
#section-divider-1,
#section-divider-2,
#section-divider-3,
#section-divider-4,
#section-divider-5,
#section-divider-6,
#section-divider-7,
#section-divider-8,
#section-divider-9,
#section-divider-pass {
    width: 100%;
    height: 550px;
    background-color: #1c1f26;
    position: relative
}

#section-divider-0 .text-container,
#section-divider-1 .text-container,
#section-divider-2 .text-container,
#section-divider-3 .text-container,
#section-divider-4 .text-container,
#section-divider-5 .text-container,
#section-divider-6 .text-container,
#section-divider-7 .text-container,
#section-divider-8 .text-container,
#section-divider-9 .text-container,
section-divider-pass .text-container {
    height: 550px;
    width: 960px
}

#section-divider-0,
#section-divider-0 .text-container,
.bg0 {
    /*height: 850px*/
    height: 650px;
}

#section-divider-0 .text-container [class^="fa fa-"],
#section-divider-1 .text-container [class^="fa fa-"],
#section-divider-2 .text-container [class^="fa fa-"],
#section-divider-3 .text-container [class^="fa fa-"],
#section-divider-4 .text-container [class^="fa fa-"],
#section-divider-5 .text-container [class^="fa fa-"],
#section-divider-6 .text-container [class^="fa fa-"],
#section-divider-7 .text-container [class^="fa fa-"],
#section-divider-8 .text-container [class^="fa fa-"],
#section-divider-9 .text-container [class^="fa fa-"],
#section-divider-pass .text-container [class^="fa fa-"] {
    color: #fff
}

.text-container {
    display: table-cell;
    vertical-align: middle
}

.bg0 {
    -webkit-background-size: cover!important
}

.bg0,
.bg1,
.bg2,
.bg3,
.bg4,
.bg5,
.bg6,
.bg7,
.bg8,
.bg9,
.bgpass {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    background-size: cover!important
}

.bg1,
.bg2,
.bg3,
.bg4,
.bg5,
.bg6,
.bg7,
.bg8,
.bg9,
.bgpass {
    height: 560px;
    -webkit-background-size: cover!important
}

@media only screen and (min-width:1100px) {
    .bg0,
    .bg1,
    .bg2,
    .bg3,
    .bg4,
    .bg5,
    .bg6,
    .bg7,
    .bg8,
    .bg9,
    .bgpass,
    .header-background-image,
    .header-background-image-inner {
        background-attachment: fixed!important
    }
}

@media only screen and (max-width:960px) {
    #header-navigation[role=navigation] ul#navigation {
        display: none
    }
    nav select {
        display: inline-block;
        position: relative;
        color: #000;
        font-style: normal
    }
    .client-logos li {
        float: left;
        margin-bottom: 20px;
        padding: 10px 15px 10px 0
    }
    .latest-quotes li {
        padding: 20px 40px 40px 0
    }
}

@media only screen and (max-width:767px) {
    .full-width,
    .one_fifth,
    .one_fourth,
    .one_half,
    .one_sixth,
    .one_third {
        width: 100%
    }
    h1 {
        font-size: 40px;
        line-height: 1
    }
    #logo {
        margin-top: 20px
    }
    #introduction p {
        font-size: 17px;
        line-height: 1.7
    }
    .uber-statement {
        font-size: 50px;
        line-height: 1;
        margin-top: 30px
    }
    .header-background-image {
        height: 650px
    }
    .logos h2 {
        display: none
    }
    #section-divider-0 .logos h2 {
        display: inline;
        font-size: 22px
    }
    .client-logos {
        margin-top: 10px
    }
    .client-logos li {
        float: none;
        margin-bottom: 20px
    }
    #filter li {
        float: none;
        font-size: 12px;
        line-height: .7;
        margin-bottom: 10px;
        padding: 10px 0
    }
    .social-icons {
        float: left
    }
    header-background-nav-sticky-wrapper {
        height: 30px
    }
    #contact h2 {
        font-size: 40px;
        line-height: 1
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .pricing-fifth,
    .pricing-fourth,
    .pricing-third {
        width: 100%!important
    }
    header-background-nav-sticky-wrapper {
        height: 30px
    }
}

@media only screen and (max-width:479px) {
    #contact h2,
    .uber-statement {
        font-size: 40px;
        line-height: 1
    }
    .pricing-fifth,
    .pricing-fourth,
    .pricing-third {
        width: 100%!important
    }
    .uber-statement {
        margin-top: 20px
    }
}

#sidebar .widget,
.accordion-content,
.article .meta,
.meta-author,
.meta-category,
.tags,
.toggle_container,
body p,
ul.tabs-content {
    color: #333;
    font-family: open sans;
    font-size: 16px;
    font-weight: 300
}

.logo-default,
.uber-statement {
    font-family: open sans;
    font-weight: 800
}

.logo-default {
    color: #fff;
    font-size: 28px
}

.logo-default a {
    color: #fff
}

.logo-default span {
    color: #FB032D !important;
}

.uber-statement {
    color: #fff
}

#single-project .client-details,
#single-project .project-checklist,
.meta-category a:hover,
.meta-category a:visited:hover {
    color: #333;
    font-family: open sans
}

#contact-details,
#content ol,
#content ul,
#footer-global .widget,
#response,
#response .failure,
#response .success,
.dropcap,
.error,
.pager a,
.plan-price,
.pricing-content ul li,
.team-member .member-email,
blockquote cite,
input[type=text],
input[type=password],
input[type=email],
select,
textarea {
    font-family: open sans
}

.pagination .page-numbers {
    font-family: open sans;
    font-size: 16px;
    font-weight: 300
}

#comments .author a.comment-reply-link:hover,
#comments .author a:hover,
#comments .comment-edit-link:hover,
#content p a:hover,
#meet-the-team .team-member p a:hover,
#sidebar .widget a:hover {
    color: #333
}

#comments h4,
#content p.trigger a,
#footer-global h1,
#latest-news article h2 a,
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6,
#meet-the-team h2,
#respond h3,
#services h2,
#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5,
#sidebar h6,
#single-project h1,
#single-project h2,
#single-project h3,
#single-project h4,
#single-project h5,
#single-project h6,
.comment .author,
.logged-in-as,
.must-log-in,
.project-item .overlay h2,
.project-item .project-details h2,
h2.post-title a,
ul.tabs li a {
    color: #fff;
    font-family: open sans;
    font-weight: 800
}

#filter li a,
#no-page,
#no-posts,
.alert-blue,
.alert-brown,
.alert-green,
.alert-red,
.alert-tan,
.alert-teal,
.button,
.latest-quotes cite,
.plan-title,
a.button.black,
a.button.blue,
a.button.brown,
a.button.green,
a.button.grey,
a.button.red,
a.button.tan,
a.button.teal,
a.button.white,
a.launch-project-btn,
a.read-more-btn,
a.return-home-btn,
a.sign-up-btn,
a.view-article-btn,
button,
input[type=submit],
input[type=reset],
input[type=button] {
    font-family: open sans;
    font-weight: 800
}

#contact-details p,
#header-global[role=banner],
.time {
    font-family: open sans
}

#filter li .current,
#filter li a:hover,
#header-navigation.is-sticky[role=navigation] li.nav-item a:hover,
#header-navigation[role=navigation] #navigation li a:hover,
#header-navigation[role=navigation] li a:focus,
#header-navigation[role=navigation] li.nav-item a:focus,
#header-navigation[role=navigation] li.nav-item a:hover,
.project-nav .back a,
.uber-statement span,
a.launch-project-btn:hover>span,
a.read-more-btn:hover>span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color: #438FBA
}

.expand,
.pager a:hover,
.pagination .next:hover,
.pagination .prev:hover,
.plan-price,
ul.tabs li a.active,
ul.tabs li a:hover {
    background-color: #52a1c6!important
}

blockquote {
    border-left: 3px solid #52a1c6!important
}

#comments .author a,
#comments .author a.comment-reply-link,
#comments .comment-edit-link,
#comments a,
#content p a,
#main h1 a:hover,
#main h2 a:hover,
#main h3 a:hover,
#main h4 a:hover,
#main h5 a:hover,
#main h6 a:hover,
#sidebar .widget a,
.meta-author a,
.meta-category a,
.overview a,
.pagination a:hover,
.post-title a:hover,
.project-item .overlay h2 a:hover,
.service p a,
.tags a,
.team-member .member-email,
.team-member p a,
a,
a:visited {
    color: #fff
}

.active-header,
.inactive-header:hover,
.pagination .current,
p.trigger a:hover,
p.trigger.active a,
p.trigger.active a:hover {
    color: #fff!important
}

#footer-global[role=contentinfo] a,
#meet-the-team .social-icons-small li a,
#services .service [class^="fa fa-"] {
    color: #52a1c6
}

.project-item .overlay .details h2 {
    font-size: 25px
}

.client-logos li {
    padding: 5px 10px 5px 0;
    margin-bottom: 10px
}

.text-right {
    text-align: right
}

h3 span {
    /*color: #FF9100!important*/
    color: #FB032D !important

}

.strike {
    position: relative
}

.strike::after {
    content: '';
    border-bottom: 10px solid rgba(255, 0, 0, .75);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%
}

.atmos {
    /*color: #32739F!important*/
    color: #FB032D !important
}

.water {
    /*color: #2A638A!important*/
    color: #FB032D !important
}

.white {
    color: #fff!important
}

.darken {
    /*color: #EC5907!important*/
    color: #FB032D !important
}

.lighten {
    /*color: #EFB781!important*/
    color: #FB032D !important
}

.shadowtext {
    text-shadow: 0 0 8px rgba(150, 150, 150, .56)
}

.shadowtextlight {
    text-shadow: 0 0 8px rgba(200, 200, 200, 1)
}

#contact h2 {
    font-size: 80px;
    line-height: 70px;
    margin-bottom: 18px;
    padding-bottom: 24px;
    display: inline-block;
    border-bottom: thick solid #666;
    color: #fff;
    font-family: open sans;
    font-weight: 800
}

.hire_btn a {
    display: block;
    width: 50%;
    padding: 3px 5px 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #FB032D;
    background: rgba(191, 27, 17, .75);
    color: #fff!important
}

#accordion-container,
#sidebar h5 {
    padding-bottom: 10px
}

.hire_btn a:hover {
    background: #fff;
    background: rgba(255, 255, 255, .75);
    color: #FB032D!important
}

@media only screen and (max-width:320px) {
    .hire_btn a {
        width: 75%
    }
}

@media only screen and (max-width:479px) {
    .hire_btn a {
        width: 75%
    }
}

#sidebar h4 {
    text-transform: uppercase;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 4px;
    font-weight: 800
}

#sidebar h5 {
    font-size: 11px;
    font-style: italic;
    margin-bottom: 10px;
    text-transform: lowercase;
    display: block;
    border-bottom: thick solid #999
}

.widget {
    margin-bottom: 30px
}

.accordion-header {
    border-bottom: 1px solid #999;
    font-size: 16px;
    margin: 0;
    padding: 0 20px;
    cursor: pointer;
    color: #666;
    text-transform: uppercase
}

.active-header {
    background: url(../img/accordion/active-header.gif) left 50% no-repeat;
    color: #52a1c6
}

.active-header:hover {
    background-repeat: no-repeat;
    background-position: left 50%
}

.inactive-header {
    background: url(../img/accordion/inactive-header.gif) left 50% no-repeat
}

.inactive-header:hover {
    background-repeat: no-repeat;
    background-position: left 50%
}

.accordion-content {
    display: none;
    padding: 5px 0 5px 20px;
    border-top: 0
}

.hire_btn a {
    display: block;
    font-size: 28px;
    font-weight: 800;
    line-height: 50px;
    margin-bottom: 18px;
    font-family: open sans;
    width: 200px;
    padding: 3px 5px 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #FB032D;
    background: rgba(251, 3, 45, .75);
    color: #fff!important;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 30px;
    text-align: center
}

.hire_btn a:hover {
    background: #fff;
    background: rgba(255, 255, 255, .75);
    color: #FB032D!important;
    text-decoration: none
}


#addtext1, #addtext2 {display: none;}


.opencloselink {color: #666 !important; font-weight: 700 !important;}

.backgrounded {
background:url("/images/november-man-explosion-in-carpark1k.jpg") no-repeat right bottom fixed; 
background-size: 105%;
background-size: cover!important;
-webkit-background-size: cover!important;
-moz-background-size: cover;
-o-background-size: cover;
height: 100%;
width: 100%;
}

.greyed {
	background: rgba(0, 0, 0, .75);
	padding-left: 5px !important;
}

.greyed p {
color: rgb(250,250,250);
}

.more { text-align: right;
font-weight: 800;
padding-top: -12px;
}

/* Clean up on alignments for the ipad specifically */

@media only screen and (device-width:768px) {
    .text-container {
        padding-left: 8px !important;       
    }
    .container .offset-by-four {
    padding-left: 170px;
}  
}

/* index_video.html test css for HTML 5 video background */

#video-container {
	position: absolute;
}
#video-container {
	top:0;
	left:0;
	height:100%;
	width:100%;
	overflow: hidden;
	background: transparent;
}
video {
	position:absolute;
	z-index:0;
	background: transparent;
}
video.fillWidth {
	height: auto;
	width: auto;
}

@media only screen and (max-width:500px) {
    video {
       left: -350px !important;
    }
}

@media only screen and (max-width:1535px) {
    video.fillWidth {
       height: 100% !important;
    }
    
}

@media only screen and (min-width:1536px) {
    video.fillWidth {
       width: 100% !important;
    }
}

@media only screen and (min-width:2000px) {
    video.fillWidth {
       width: 100% !important;
    }
    #section-divider-0, .bg0 {
    height: 850px !important;
    }
    .header-background-image,
    .header-background-image-inner {
    height: 850px !important;
    }
}

/* Hide part of the text on small screens */

@media only screen and (max-width: 767px) {

.mobilehide {
    /*visibility: hidden;*/
    display: none;
    
}
}

.mobileshow {
    visibility: visible;
    display: block;
 }
 
 /* Move the very first uber-statement up on small screens */
 @media only screen and (max-width: 768px) {
#section-divider-0 .text-container{
    height: 650px;    
}
}



/* space the H2 text aprropriately */
h2 {line-height: 1.25 }


/* code for the three bottom site buttons */
.three-buttons a
{float: left !important; width: 28% !important; margin-left: 2.5% !important; font-size: 20px; margin-bottom: 10px; line-height: 40px;}

.three-buttons a:hover {    
background: #fff !important;
    background: rgba(255, 255, 255, .75) !important;
    }


.sfx a
{background: #FF9100 !important; background: rgba(240, 114, 25, .75) !important;}


.fx a
{background: #FB032D !important; background: rgba(251, 3, 45, .75) !important;}


.go a
{background: #52a1c6 !important; background: rgba(82, 161, 198, .75) !important;}



@media only screen and (max-width:700px) {
.three-buttons a
{width: 26% !important; font-size: 14px; margin-bottom: 10px; line-height: 40px;}

}

@media only screen and (max-width:320px) {
.three-buttons a
{float: left !important; width: 80% !important; margin-left: 10% !important;}

}

