/*
Theme Name: Oneship Theme
Theme URI: http://underscores.me/
Author: Mehmet HAZMAN
Author URI: http://www.mehmethazman.com
Description: It's a custom theme for Oneship Services
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oneship
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Oneship is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	outline: 0;
}

a:active,
a:hover {
	outline: 0;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

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

b,
strong {
	/*font-weight: bold;*/
	font-family: 'proxima-bold';
	font-weight: normal;
}

strong > span.ship{
	font-family: 'proxima';
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #16284c;
	font-family: 'proxima', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'proxima-bold';
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #ededed;
}

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

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	/*border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);*/
	padding: 15px 65px;
    border: 2px solid #f16d4b;
    background: none;
    font-size: 12px;
    display: inline-block;
    color: #f16d4b;
	transition: all 300ms ease-in-out;
	outline: 0;
	font-family: 'proxima-bold';
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #002e5a;
	color: #002e5a;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	color: #bbb;
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000;
	border: 1px solid #b4b4b4;
	border-radius: 0px;
	font-size: 14px;
	height: 50px;
	margin-bottom: 5px;
}

select {
	border: 1px solid #b4b4b4;
    padding: 15px 18px;
    height: 50px;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 15px 18px;
}

textarea {
	padding: 15px;
	width: 100%;
}

input[type=file] {
    margin-top: 4px;
    width: 100%;
    border: 1px solid #b4b4b4;
    padding: 15px;
	height: 50px;
}

.upload-cv{
	padding: 10px;
	background: #f36e4c;
	color: #fff;
	text-align: center;
	cursor: pointer;
	height: 50px;
}


span.wpcf7-not-valid-tip{
	font-size: 12px;
}

div.wpcf7-response-output{
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	font-size: 14px;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors{
	border: none;
    padding: 20px;
    background: #ffea00;
    color: #958900;
}


div.wpcf7-mail-sent-ok{
	background: #398f14;
	color: #fff;
}

.wpcf7-not-valid{
	border-color: #ff0000 !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation{
	float: right;
	display: inline-block;
}

.main-navigation ul {
	list-style: none;
	margin: 13px 0 0 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	margin: 0 20px;
}
.main-navigation li:last-child{
	margin-right: 0;
}

.main-navigation a {
	display: block;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'proxima-bold';
	font-size: 15px;
	color: #fff;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #f36e4c;
}


.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #f36e4c;
}


.full-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: top left;
}


.address-box{
	float: left;
	width: 50%;
}



/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.zebra:nth-child(even) .columns{
	float: right;
}

.no-padding{
	padding: 0;
	position: relative;
}
.no-padding + .columns{
	padding: 0 1.875rem;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.site-main{
	background: #fff;
}
.site-header{
	margin: 25px 0 0 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.site-branding{
	width: 332px;
	float: left;
}

.page-slider-holder{
	position: relative;
	overflow: hidden;
	height: 520px;
	background: #002e5a;
}

.page-slider-holder .bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .4;
	background-size: cover;
}

.page-slider-holder .content{
	z-index: 2;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}


.page-slider-holder .entry-title{
	font-size: 16px;
	color: #fff;
	font-family: 'proxima-bold';
	text-transform: uppercase;
}


.site-footer{
	color: #1f190e;
	padding-top: 60px;
	text-align: center;
}

.copyright{
	color: #afaeac;
	font-size: 14px;
}

.view-map{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #1f190e;
}

.info-box{
	border-right: 1px solid #b2c0cd;
}

.info-box a{
	color: #002e5a;
	display: block;
}
.info-box a:hover h3{
	color: #f16d4b;
}

.info-box:last-child{
	border: none;
}
.info-box h3{
	font-size: 18px;
	text-transform: uppercase;
}
.info-box p{
	font-size: 14px;
}

.space,
.call-to-action-holder{
	clear: both;
}
.call-to-action-holder a{
	padding: 15px 45px;
	border: 2px solid #f16d4b;
	background: none;
	font-size: 12px;
	display: inline-block;
	color: #f16d4b;
}

.call-to-action-holder a:hover{
	color: #fff;
	border-color: #f16d4b;
	background-color: #f16d4b;
}

/*.call-to-action-holder a.secondary:hover{
	color: #fff;
	border-color: #fff;
}*/

.call-to-action-holder a:after{
	padding: 0 0 0 10px;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f178";
}

.custom-title{
	margin-bottom: 20px;
}
.custom-title h2{
	font-size: 16px;
}

.custom-title h2 span {
	position: relative;
}

.custom-title h2 span .bar {
    position: absolute;
    bottom: -10px;
    left: 0;
    left: 50%;
    width: 30px;
    height: 2px;
    margin-left: -15px;
    background-color: #f36e4c;
}
.custom-title h2 span .bar-left {
	left: 0;
	margin: 0;
}

.custom-row .row{
	margin: 0 auto;
	max-width: 76.875rem; /* 75 + 1.875 */
}

.short-description{
	font-family: Georgia, serif;
	font-style: italic;
}

.references-list{
	overflow: hidden;
	border-top: 1px solid #002345;
}
.ref-seperator{
	border-bottom: 1px solid #002345;
	height: 1px;
	clear: both;
}

.references-list .reference{
	float: left;
	width: 25%;
	text-align: center;
	border-right: 1px solid #002345;
	font-size: 12px;
	color: #fff;
	position: relative;
	overflow: hidden;
	height: 200px;
	max-height: 200px;
}
.references-list .reference.last-item{
	/*border-right: 1px solid #002345;*/
	border-right: none;
}
.references-list .reference a{
	padding: 60px 0;
	color: #fff;
	display: block;
	-webkit-transition: none;
	transition: none;
}

.references-list .reference:hover{
	background: #f16d4b;
	color: #924632;
}

.references-list .reference .normal,
.references-list .reference .ref-hover,
.references-list .reference .ref-hover span{
	display: block;
}

.references-list .reference .ref-hover img{
	margin-bottom: 10px;
}

.references-list .reference .ref-hover{
	display: none;
}

.references-list .reference a:hover{
	background: #f16d4b;
	padding: 28px 0;
	-webkit-transition: padding 300ms ease-in-out;
	transition: padding 300ms ease-in-out;
}


.references-list .reference a:hover .normal{
	display: none;
}

.references-list .reference a:hover .ref-hover{
	display: block;
}


.ref-hover .title{
	font-weight: 700;
	font-family: 'proxima-bold';
}

.ref-hover .desc{
	color: #924632;
	margin: 0;
}

.head-title{
	margin-bottom: 10px;

}

.custom-row{
	visibility: hidden;
	background-position: center;
}

.team-member-list{
	font-family: 'proxima-bold';
}
.team-member-list .bio-holder{
	font-family: 'proxima';
}
.team-member-list.about .team-member{
	clear: both;
	margin-bottom: 30px;
	overflow: hidden;
}
.team-member-list.homepage{
	text-align: center;
}
.team-member-list.homepage .team-member{
	float: left;
	width: 49.9%;
	font-family: 'proxima-bold';
}
.team-member-list .team-member h2{
	font-size: 30px;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 10px;
}

.team-member-list .member-info{
	line-height: 1.6;
	margin-bottom: 10px;
}

.team-member-list .team-member .member-title{
	font-size: 18px;
	color: #ea6846;
	line-height: 1.2;
	font-family: 'proxima-bold';
}
.team-member-list.homepage .team-member:last-child{
	float: right;
}

.team-member .pic-holder{
	margin-bottom: 20px;
}

.team-member-list.about .pic-holder{
	float: left;
	margin-right: 30px;
	width: calc(35% - 30px);
}

.team-member-list.about .bio-holder{
	float: left;
	width: 65%;
}
.team-member-list.other-people .team-member{
	float: left;
	width: 25%;
	padding: 50px 20px 0;
	border-right: 1px solid #d0d4db;
	min-height: 230px;
}

.team-member-list.other-people .team-member:nth-child(4n){
	border: none;
}

.team-row{
	border-top: 1px solid #d0d4db;
	/*height: 1px;*/
	overflow: hidden;
	clear: both;
}

.team-member a{
	color: #16284c;
}
.team-member a:hover{
	color: #ea6846;
}


ul.reference-list{
	margin: 0;
	padding:0;
	list-style: none;
	/*border-bottom: 1px solid #002345;*/
	border-top: 1px solid #002345;
}
ul.reference-list li{
	overflow: hidden;
	border-bottom: 1px solid #002345;
	/*border-top: 1px solid #002345;*/
	transition: background 300ms ease-in-out;
}

ul.reference-list li a{
	padding: 15px;
	display: block;
	overflow: hidden;
}

ul.reference-list li span{
	float: left;
	font-size: 24px;
	line-height: 30px;
}
ul.reference-list li .name{
	font-family: 'proxima-bold';
	color: #ffffff;
	width: 40%;
}
ul.reference-list li .country{
	width: 20%;
	color: #557491;
}
ul.reference-list li .link{
	width: 40%;
	float: right;
	font-size: 16px;
	color: #fff;
	font-family: 'proxima-bold';
	text-align: right;
	display: none;
}
ul.reference-list li .link i{
	margin-left: 10px;
}

ul.reference-list li:hover{
	background: #f16d4b;
}
ul.reference-list li:hover .link{
	display: block;
}
ul.reference-list li:hover .name,
ul.reference-list li:hover .country{
	color: #002345;
}

.page-header-space{
	height: 105px;
	background: #777;
}

.hidden-value{
	display: none;
}

.fact-box{
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.fact-box i{
	font-size: 36px;
	margin-bottom: 10px;
}
.fact-box .data-holder{
	font-family: 'proxima-bold';
	font-size: 30px;
}
.fact-box p{
	line-height: 1.2;
}

.onet-icon{
	vertical-align: text-bottom;
	margin-right: 10px;
}

.map-holder{
	position: absolute;
	width: 100%;
	height: 100%;
}

.mobile-menu{
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 20px 20px 12px;
	background: #fff;
	display: none;
}

.menu-btn{
	width: 24px;
	height: 24px;
	position: relative;
	cursor: pointer;
}

.menu-btn .icon-right,
.menu-btn .icon-left{
	-webkit-transition-duration: 0.5s;
	        transition-duration: 0.5s;
    position: absolute;
    height: 2px;
    width: 12px;
    top: 7px;
    background-color: #d25d13;
    left: 0px;
}
.menu-btn .icon-right{
	left: 12px;
}

.menu-btn[aria-expanded="true"] .icon-right{
	left: 15px;
}

.menu-btn .icon-left:after,
.menu-btn .icon-right:after,
.menu-btn .icon-right:before,
.menu-btn .icon-left:before {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #d25d13;
    content: "";
    top: -8px;
}

.menu-btn .icon-right:after,
.menu-btn .icon-left:after{
	top: 7px;
}

.menu-opened .menu-btn .icon-right:after,
.menu-opened .menu-btn .icon-left:after{
	top: 4px;
}

.menu-opened .menu-btn{}
.menu-opened .menu-btn .icon-left,
.menu-opened .menu-btn .icon-right{
	-webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: rgba(0, 0, 0, 0);
}

.menu-opened .menu-btn .icon-left:before{
	-webkit-transform: rotateZ(45deg) scaleX(1.2) translate(1px, 0px);
    transform: rotateZ(45deg) scaleX(1.2) translate(1px, 0px);
}
.menu-opened .menu-btn .icon-left:after{
	-webkit-transform: rotateZ(-45deg) scaleX(1.2) translate(1px, 0px);
    transform: rotateZ(-45deg) scaleX(1.2) translate(1px, 0px);
}
.menu-opened .menu-btn .icon-right:before{
	-webkit-transform: rotateZ(-45deg) scaleX(1.2) translate(-1px, 0px);
    transform: rotateZ(-45deg) scaleX(1.2) translate(-1px, 0px);
}
.menu-opened .menu-btn .icon-right:after{
	-webkit-transform: rotateZ(45deg) scaleX(1.2) translate(-1px, 0px);
    transform: rotateZ(45deg) scaleX(1.2) translate(-1px, 0px);
}

.back-to-top{
	background: url(img/back-to-top.png) 0 0 transparent no-repeat;
	width: 63px;
	height: 63px;
	display: inline-block;
	text-indent: -999rem;
}
.back-to-top:hover{
	background: url(img/back-to-top-hover.png) 0 0 transparent no-repeat;
}

@media screen and (max-width: 768px) {
	.space{
		height: 30px !important;
	}

	.custom-row[data-type="background"]{
		background-image: none !important;
		background-color: #EDEDED !important;
		padding: 45px 0  25px !important;
	}
	.custom-row[data-type="background"] .fact-box{
		color: #002e5a;
	}

	.custom-row[data-type="background"] .row{
		text-align: center;
	}

	.medium-up-3 > .column.fact-box{
		float: none;
		width: 30%;
		display: inline-block;
	}

	.mobile-menu{
		display: block;
	}
	.site-header{
		z-index: 20;
		margin: 0;
		padding-top: 20px;
	}
	.site-header.menu-opened{
		/*background-color: #fff;*/
	}
	.site-header.menu-opened .menu-btn{
		top: 1px;
	}

	.site-header .large-12{
		/*padding: 0;*/
	}

	.site-branding{
		float: none;
		/*margin-left: 0.9375rem;*/
	}
	.site-branding p{
		/*margin-bottom: 10px;*/
	}

	.main-navigation{
		width: 50%;
		background: #fff;
		position: relative;
		display: none;
		padding: 10px 0;
		top: -28px;
	}

	.main-navigation li{
		float: none;
		width: 100%;
		padding: 10px 0;
	}
	.main-navigation li a{
		color: #002e5a;
	}

	.references-list .reference{
		width: 50%;
		border-bottom: 1px solid #002345;
	}
	.references-list .reference:nth-child(2n){
		border-right: none;
	}

	.image-box{
		text-align: left !important;
	}

	.fact-box{
		margin-bottom: 1rem;
	}

	.ref-seperator{
		display: none;
	}

	.team-member-list.other-people .team-member{
		width: 50%;
		min-height: 260px;
		border-top: 1px solid #d0d4db;
	}
	.team-row{
		border: none;
	}
	.team-member-list.other-people .team-member:nth-child(2n){
		border-right: none;
	}

	.team-member-list.other-people .team-member:nth-child(4n){
		border-top: 1px solid #d0d4db;
	}

	.team-member-list.about .pic-holder{
		margin-right: 20px;
		width: calc(45% - 20px);
	}
	.team-member-list.about .bio-holder{
		width: 55%;
	}

	.short-description{
		margin-bottom: 2rem;
	}

	ul.reference-list li .country{
		width: 20%;
	}
	ul.reference-list li .link{
		width: 50%;
		display: block;
	}

	.page-header-space{
		height: 82px;
	}

}

@media screen and (max-width: 600px) {
	.site-branding{
		width: 100%;
		float: none;
	}

	.info-box{
		border: none;
	}

	.site-branding img{
		width: 70%;
	}

	.mobile-menu{
		top: 13px;
		padding: 15px;
	}

	.custom-title h2{
		font-size: 21px !important;
	}

	.main-navigation{
		width: 75%;
		top: -23px;
		right: 5px;
	}

	.head-title{
		font-size: 24px !important;
	}

	.custom-title + .head-title{
		font-size: 18px !important;
	}

	.short-description{
		font-size: 18px !important;
		margin-bottom: 1rem;
	}


	.columns > .short-description{
		font-size: 31px !important;
		margin-bottom: 1.5rem;
	}

	.columns >  .head-title + .short-description,
	.columns > .custom-title + .head-title{
		font-size: 18px !important;
	}



	.onet-icon{
		display: none;
	}

	.address-box{
		width: 100%;
		float: none;
	}

	.no-padding + .columns{
		padding: 0 0.625rem;
	}

	ul.reference-list li .link,
	ul.reference-list li .name,
	ul.reference-list li span{
		float: none;
		width: 100%;
		display: block;
		text-align: left;
	}

	.site-header.menu-opened .menu-btn{
		top: 3px;
	}

	.page-slider-holder{
		height: 400px;
	}

	.menu-btn{
		height: 16px;
	}

	.team-member-list.other-people .team-member{
		border-right: none !important;
	}
	.team-member-list.other-people .team-member,
	.team-member-list.about .team-member,
	.team-member-list.homepage .team-member{
		width: 100%;
	}

	.team-member-list.about .bio-holder,
	.team-member-list.about .pic-holder{
		width: 100%;
		margin-right: 0;
	}

	.medium-up-3 > .column.fact-box{
		width: 100%;
	}

	.image-box {
	    text-align: center !important;
	}

	.page-slider-holder .bg{
		background-position: center;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5){
  html,
  body{
    width:100%;
    overflow-x:hidden;
  }

}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	/*margin: 0 0 1.5em;*/
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	/*margin: 1.5em 0 0;*/
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}