@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:700,300);

/*==|==normalize==========================================================*/

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

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-size: 13px;
    line-height: 1.231;
}

body,
button,
input,
select,
textarea {
    font-family: sans-serif;
    color: #0A0C0D;
}

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

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

a {
    color: #00e;
}

a:visited {
    color: #551a8b;
}

a:hover {
    color: #06e;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    /*vertical-align: baseline;*/
    vertical-align: middle;
}

button,
input {
    line-height: normal;
    *overflow: visible;
}

table button,
table input {
    *overflow: auto;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:valid,
textarea:valid {}

input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}

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

td {
    vertical-align: top;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}


/*Body & Background*/

body {
    font-family: 'Merriweather', Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #E3E1D5;
    background-attachment: fixed;
    background: #78A0A4 ;
}

.bg-grad {
    z-index: -100;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.1+45,0.45+100 */
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 45%, rgba(0, 0, 0, 0.45) 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 45%, rgba(0, 0, 0, 0.45) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 45%, rgba(0, 0, 0, 0.45) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#73000000', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}


/* Header*/

header {
    width: 100%;
    min-height: 175px;
    background:#fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}



header .logo {
    float: left;
    max-height: 120px;
    width: auto;
    margin-top: -50px;
}

header .wrapper {
    padding: 20px 0px 0px 0px;
    position: relative;
}

header h2{
    position: absolute;
    color: #000;
    font-family: 'Merriweather', Helvetica, Arial, sans-serif;;
    font-size: 12px;
    text-align: center;
    top: 100px;
}

.navwrap {
    display: table;
    width: auto;
    float: right;
}

button.navbar-toggle {
    display: none;
}

nav {
    color: #000;
    position: relative;
    margin: 6px 0;
    display: table-row;
}

nav a:link,
nav a:visited,
nav a:hover,
nav a:active {
    color: #000;
    text-transform: none;
    display: table-cell;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    padding: 16px 25px 3px 0px;
    text-decoration: none;
    vertical-align: text-top;
    white-space: nowrap;
}

nav a:first-child {
    padding-left: 0;
}

nav a:last-child {
    padding-right: 0;
    text-align: right;
}

nav a:hover {
    color: #F04137;
}

nav a:focus {
    outline: 0;
}

nav a:hover,
nav a:active {
    outline: 0;
}


/*LAYOUT*/


.main-container {
    padding-top: 175px;
}

.main-container section {
    margin-bottom: 40px;
}

.services section{
    /*margin-bottom: 0px;*/
}

.wrapper {
    width: 70%;
    max-width: 940px;
    margin: 0 auto;
}

.divider {
    width: 100%;
    height: 50px;
    background: #33545B;
    margin-top: 0px;
    margin-bottom: -90px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.title{
    display: inline-block;
    width: 100%;
}

.title h2{
   float: left;
}

.t-link{
    display:none;
    float: right;
    background: url(../images/arrow.svg) no-repeat left top;
    width: 16px;
    height: 16px;
}

.col-1 {
    float: left;
    width: 45%;
    padding: 0;
}

.col-2 {
    float: right;
    width: 45%;
    padding: 0;
}


/*Typography*/

header h1 {
    padding: 30px 0 0 0;
}

h2 {
    margin-top: 40px;
    font-weight: 300;
    font-size: 36px;
    letter-spacing: 1px;
    color: #EEEDE9;
}


h3 {
    font-weight: 300;
    font-size: 20px;
}

h4 {
    font-weight: 300;
    font-size: 18px;
    margin: 20px 0;
    line-height: 1.2;
}

h4:first-child {
    margin-top: 0;
}

h5 {
    font-weight: 300;
    font-size: 18px;
}

p {
    font-weight: 300;
    font-size: 17px;
    line-height: 1.5em;
}

.hide{
    visibility: hidden;
}

.show{
    visibility: visible;
}

/*About*/

.about-img {
    padding-top: 20px;
    max-width: 400px;
    height: auto;
    margin: 0px auto;
}

/* Portfolio*/
.portfolio{
    width: 100%;
    margin: 0 auto;
    display: block;
}

.example-container {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    /* Safari 8 */
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    /* Safari 8 */
    justify-content: center;
    -webkit-justify-content: center;
    /* Safari 8 */
}

.example {
    width: 300px;
    height: 250px;
    position: relative;
    float:left;
    margin-left: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    display: block;
}

.example .overlay,
.example img, lazyImg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
}

.info-panel{
    height: 27%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.7);
}

.info-panel p{
    margin: 11px 8px 8px 8px;
    position: relative;
    bottom: 0px;
    font-size: 12px;
    line-height: 17px;
}

/* APPROACH*/


/*ICONS*/

.icons {
    float: left;
    margin: 0;
    text-align: center;
}



/*OUR SERVICES*/

#banner ul,
#privacy ul {
    font-size: 17px;
    line-height: 1.3em;
}

#banner ul li,
#privacy ul li {
    margin-top: 10px;
}

#banner ul li:first-child,
#privacy ul li:first-child {
    margin-top: 0;
}

#email-marketing{
    margin-bottom: 40px;
}


/*BRANDS*/

.logos {
    text-align: center;
    margin: 0px;
}

.logos img {
    margin: 10px 20px 20px 20px;
    vertical-align: middle;
    
}




/*CONTACT*/

span.email,
span.email:hover {
    background-position: -132px -109px;
    width: 37px;
    height: 28px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

span.phone,
span.phone:hover {
    background-position: -136px -169px;
    width: 29px;
    height: 41px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

span.icon {
    display: inline-block;
    background: url(../images/sprite.png) no-repeat left top;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-indent: -200px;
}

span.icon:hover {
    background-position: left -40px;
}

span.twitter {
    background-position: -90px 0;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

span.twitter:hover {
    background-position: -90px -40px;
}

span.lin {
    background-position: -135px 0;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

span.lin:hover {
    background-position: -135px -40px;
}

span.email,
span.email:hover {
    background-position: -132px -109px;
    width: 37px;
    height: 28px;
    vertical-align: middle;
    margin: 0 13px 0 0;
}

span.phone,
span.phone:hover {
    background-position: -136px -169px;
    width: 29px;
    height: 41px;
    vertical-align: middle;
    margin: 0 21px 0 0;
}

p.contact-icon {
    margin: 30px 0;
}

p.contact-icon a:link,
p.contact-icon a:visited,
p.contact-icon a:hover,
p.contact-icon a:active {
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

p.contact-icon a:focus {
    outline: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
.alert {
    display: block;
    border: 1px solid #fff;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 10px 6px;
    width: 100%;
    margin: 10px 0;
    font-family: 'Merriweather', Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 14px;
}

textarea {
    height: 136px;
}

input[type="submit"] {
    background-color: #F04137;
    border: 1px solid #AD1F23;
    border-radius: 6px;
    padding: 10px 20px;
    text-transform: uppercase;
    margin: 20px auto;
    cursor: pointer;
    display: block;
    color: #fff;
    font-family: 'Merriweather', Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 18px;
}

#submit:after {
    height: 40px;
}

input[type="submit"]:hover {
    background-color: #D6454C;
}

::-webkit-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
}

:-ms-input-placeholder {
    color: #000;
}


/*ALERT*/

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}


/*FOOTER*/

footer {
    font-family: "Merriweather", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 0.1em;
    text-align: center;
    display: block;
    width: 100%;
    color: #EEEDE9;
    background: #33545B;
    margin-top: 20px;
    padding: 15px 0px 15px 0px;
}

footer a{
    text-decoration: none;
}

footer p {
    display: inline-block;
    font-size: 12px;
    margin: 0px 20px 0px 20px;
}

footer a {
    font-size: 12px;
}

footer a:link,
footer a:visited,
footer a:active {
    font-size: 12px;
    color: #fff;
}

footer a:hover {
    color: #78A0A4;
}


/*PRIVACY POLICY*/

ul li a {
    color: #fff;
    font-size: 17px;
    line-height: 1.3em;
}

ul li a:link,
ul li a:visited,
ul li a:hover,
ul li a:active {
    font-size: 17px;
    text-decoration: none;
}

ul li a:hover {
    color: #F04137;
}

ul li a:hover,
ul li a:active,
ul li a:focus {
    outline: 0;
}

a[href^="mailto"] {
    color: #fff;
    text-decoration: none;
}



@media (max-width:1280px) {
    .about-img {
        max-width: 350px;
    }
    
    .example {
        width: 280px;
        height: 233px;
    }
    .info-panel p{
    font-size: 11px;
    line-height: 15px;
    }
}

@media (max-width:1088px) {
    input[type="text"],
    input[type="email"],
    textarea {
        font-size: 13px;
    }
    input[type="submit"] {
        font-size: 16px;
    }
    nav a {
        font-size: 15px;
    }
}


/*Touch screen CSS*/

.touch span.but-down,
.touch span.but-up {
    display: none;
}

.touch .section-open .inner-cell {
    padding-bottom: 30px;
}
.launch-icon {
    background-image: url(../images/launch.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 81px;
    height: 67px;
    right: 0px;
    bottom: 0px;
    z-index: 15;
}

#launch {
    position: relative;
    top: -1px;
    width: 16px;
    height: 12px;
}
