/* ===== ===== ===== ===== =====  Start Font face
--------------------------------------------------------------------------------------------------*/
h1 {
	font-size: 60px;
	font-family: 'open_sansbold';
	text-transform: uppercase;
}

h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'open_sansbold';
}

h5 {
	font-family: 'open_sansbold';
	font-size: 15px;
}

p {
	line-height: 19px;
}
/* =====  End Font face
--------------------------------------------------------------------------------------------------*/

/* =====  Start Main styles
--------------------------------------------------------------------------------------------------*/
.error-message {
	text-align: center;
	padding: 15% 0px;
}

.error-message p a {
	color: #191919;
	text-decoration: none;
	
}

.error-message p a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 100%;
	/*max-width: 1400px;*/
	margin: 0 auto;
	background-color: #fff;
	min-height: 100%;
	position: relative;
    overflow: hidden;
    background-image: url("../img/BG_PATTERN.jpg");
    background-position: 0 0;
}

#footer {
	position:absolute;
	bottom:0;
	width:100%;
}

.services ul li p {
	text-align: center;
	text-transform: uppercase;
}

.circle a:hover p {
	text-decoration: underline;
}

#content {
	width: 100%;
    margin: 0 auto;
	position: relative;
	min-height:100%;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'open_sanslight';
	font-size: 15px;
	color: #191919;
}

.section-title {
	margin: 40px 0;
	text-align: center;
}

.more {
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	border: 1px solid #191919;
	padding: 10px 30px;
	color: #191919;
	-webkit-transition: 0.2s;
    transition: 0.2s;
}

.more:hover {
	color: #fff;
	border-color: #fff;
	background-color: #191919;
	text-decoration: none;
}

.more.white {
	border-color: #fff;
	color: #fff;
}

.more.white:hover {
	color: #191919;
	background-color: #fff;
}


/* =====  End Main styles
--------------------------------------------------------------------------------------------------*/

/* =====  Start Header
--------------------------------------------------------------------------------------------------*/
.navbar-brand {
	height: auto;
	padding: 9px 15px;
}

.navbar-brand>img {
    display: block;
    float: left;
    margin-right: 15px;
}

.navbar-brand>span {
    display: block;
    float: left;
    color: #0d3d84;
    line-height: 66px;
}

.navbar {
    margin-bottom: 0;
}

.navbar-nav>li {
	padding: 0 15px;
}

.navbar-nav>li>a {
	padding: 0;
	line-height: 84px;
	text-transform: uppercase;
	color: #191919;
	font-family: 'open_sansregular';
	position: relative;
  	-webkit-transition: 0.2s;
    transition: 0.2s;
}

.navbar-nav>li.active>a {
	font-family: 'open_sanssemibold';
}

.nav>li>a:hover, .nav>li>a:focus {
	background-color: inherit;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: inherit;
}

.navbar-nav>li.active>a:before,
.navbar-nav>li:hover>a:before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #0d3d84;
	position: absolute;
	top: 0;
	left: 0;
}

.flex-direction-nav .flex-prev {
	left: 100px;
}

.flex-direction-nav .flex-next {
	right: 100px;
}

.navbar-nav>li>.sub-menu {
	position: absolute;
	float: left;
	right: 0px;
    top: 100%;
    min-width: 160px;
	display: none;
	text-align: right;
    padding: 10px 0;
    border: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.74);
    border: 0;
    margin-top: 1px;
    box-shadow: none;
}

.sub-menu li a {
	display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    font-family: 'open_sansregular';
    font-size: 13px;
    white-space: nowrap;
}

.sub-menu li a:hover {
	text-decoration: none;
}

.navbar-nav>li.menu-item-has-children > a {
    padding-right: 20px;
    background-image: url("../img/arrow-left.png");
    background-repeat: no-repeat;
    background-position: 100% center;
}

.navbar-nav>li.menu-item-has-children a.open {
    background-image: url("../img/arrow-down.png");
}

.navbar-nav>li>.sub-menu>li {
	margin: 7px 0;
}

.navbar-nav>li.dropdown>a {
	padding-right: 20px;
	background-image: url("../img/arrow-left.png");
	background-repeat: no-repeat;
	background-position: 100% center;
}

.sub-menu>li>a {
	font-family: 'open_sansregular';
	font-size: 13px;
}

.navbar-nav>li.dropdown.open>a {
	background-image: url("../img/arrow-down.png");
}

.sub-menu>li>a:hover, .sub-menu>li>a:focus {
	background-color: inherit;
    background: none;
    font-weight: 600;
}

#header {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.74);
}

.navbar-toggle .icon-bar {
    background-color: #0D3D84;
}

.navbar-toggle {
	border-color: #0D3D84;
	margin-top: 15px;
}



/* =====  End Header
--------------------------------------------------------------------------------------------------*/

/* =====  Start Content
--------------------------------------------------------------------------------------------------*/
.main-slider {
	position: relative;
}

.slides > li {
	position: relative;
}

.slider-img {
	width: 100%;
	height: 749px;
	background-size: cover !important;
}

.slides > li > img {
	width: 100%;
}

.flex-caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -100px;
	margin: auto;
	color: #fff;
}

.flex-box {
	background-color: rgba(18, 65, 133, 0.8);
	padding: 7px 30px 140px;
    float: none;
    margin: 0 auto;
}

.flex-box.green {
	background-color: rgba(60, 128, 65, 0.7);
}

.flex-box.brown {
	background-color: rgba(205, 101, 61, 0.7);
}

.flex-box.yellow {
	background-color: rgba(201, 165, 64, 0.7);
}

.flex-box .text-content {
 	width: 50%;
    border-top: 2px solid #fff;
    padding-top: 16px;
}

.flex-box > h1 {
	margin-bottom: 4px;
}

.flex-box .text-content p {
	line-height: 18px;
}

.bottom-links {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
   	padding: 22px 30px 3px;
    background-color: rgba(18, 65, 133, 0.7);
    box-sizing: border-box;
}

.flex-box.green .bottom-links {
	background-color: rgba(60, 128, 65, 0.7);
}

.flex-box.brown .bottom-links {
	background-color: rgba(205, 101, 61, 0.7);
}

.flex-box.yellow .bottom-links {
	background-color: rgba(201, 165, 64, 0.7);
}

.bottom-links > li {
	display: inline-block;
	width: 25%;
	float: left;
    /*min-height: 42px;*/
    margin-bottom: 20px;
    padding-right: 15px;
}

.bottom-links > li:last-child {
	margin-right: 0;
}

.bottom-links > li a {
	font-size: 14px;
	font-family: 'open_sansregular';
	color: #fff;
	display: block;
}

.switcher .tab-nav {
	margin-bottom: 0;
}

.switcher .tab-nav li {
	display: inline-block;
	width: 25%;
	text-align: center;
	float: left;
	padding: 14px 6px;
	text-transform: uppercase;
	font-family: 'open_sansregular';
	cursor: pointer;
}

.switcher {
    background-color: rgba(0,0,0,0.3);
	color: #fff;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.tab-nav .flex-active,
.tab-nav > li:hover,
.tab-nav > li:focus {
	background-color: rgba(0,0,0,0.4);
}

.flex-direction-nav a {
	background-image: url("../img/slider-left.png");
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
    width: 40px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
}

.flex-direction-nav a:before,
.flex-direction-nav a.flex-next:before {
	content: none;
}

.flex-direction-nav .flex-next {
	background-image: url("../img/slider-right.png");
}

/*Services*/
.services h1 {
    margin: 40px 0;
	text-align: center;
	color: #0d3d84;
}

.circle-area {
	margin-top: 50px;
}

.circle {
	float: left;
	text-align: center;
	font-family: 'open_sanssemibold';
	font-size: 16px;
	width: 20%;
	margin: 20px 0;
	padding: 0 21px;
}

.circle .img-wrapper {
	background-color: #0d3d84;
    width: 140px;
    height: 140px;
    border-radius: 100px;
    position: relative;
    margin: 0 auto 20px auto;
}

.circle .img-wrapper img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.contact-list, .contact-form {
	display: none;
}

.contact-aside-left {
	background: rgba(19, 62, 128, 0.4);
}

.wpcf7-form br {
	display: none;
}

div.wpcf7-validation-errors {
	color: #000;
	border: 2px solid red !important;
}

#contact-0, .contact-form.contact-0 {
	display: block;
}

.circle a:hover .img-wrapper {
	opacity: .8;
}

.circle p, .circle a {
	color: #191919;
}

.circle p:hover, .circle a:hover {
	text-decoration: none;
}

.circle.green .img-wrapper {
	background-color: #2b8540;
}
.circle.green .img-wrapper:hover {
	background-color: #35a44f;
}

.circle.brown .img-wrapper {
	background-color: #ca5b30;
}
.circle.brown .img-wrapper:hover {
	background-color: #e47144;
}

.circle.yellow .img-wrapper {
	background-color: #d5ab3a;
}
.circle.yellow .img-wrapper:hover {
	background-color: #eabd43;
}

/*About us*/
.about-us {
	margin: 20px 0;
	padding: 30px 0;
	background-color: #ececec;
}

.about-wrapper .more {
	margin: 20px auto;
	float: none;
	display: table;
}

.about-wrapper {
    background-image: url("../img/about-us.jpg");
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: cover;
    color: #fff;
    padding: 30px;
}

/*links-highlight*/
.links-highlight {
	margin: 30px 0;
}

.homepage-highlight .links-list {
	float: left;
	width: 19%;
	margin-right: 1.25%;
}

.homepage-highlight .links-list a:hover {
	text-decoration: none;
}

.homepage-highlight .links-list .link-wrapper {
	background-color: #fff !important;
}

.homepage-highlight .links-list:last-child {
	margin-right: 0%;
}

.link-wrapper {
	background-repeat: no-repeat !important;
	background-position: center !important;
	color: #fff;
	min-height: 300px;
	position: relative;
}

.link-wrapper .links a{
	font-size: 13px;
	color: #fff;
}

.link-wrapper .title {
	display: table;
	width: 100%;
	padding: 10px 0px;
	top: 0;
	left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.link-wrapper .title h3 {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	font-size: 15px;
	padding-left: 20px;
}

.link-wrapper .links {
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.6);
    min-height: 107px;
    visibility: hidden;
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
    height: 100%;
}

.link-wrapper .links > ul {
	margin-bottom: 0;
}

.links-list:hover .link-wrapper .links {
	visibility: visible;
}

.link-wrapper .links li {
	margin: 4px 0;
}

.links-list {
    margin-bottom: 30px;
    overflow: hidden;
}

/* =====  End Content
--------------------------------------------------------------------------------------------------*/


/* =====  Start Footer
--------------------------------------------------------------------------------------------------*/
.footer-wrapper {
	background-color: #fff;
	padding: 19px 0px;
}

.footer-col a, .footer-col p {
	color: #dbdbdb;
	font-family: 'open_sansregular';
}

.footer-col.pull-left {
	text-align: left;
}

.footer-col.pull-left img {
	display: inline-block;
	margin-right: 10px;
}

.footer-col p {
	display: inline-block;
}

.footer-col.pull-right {
	text-align: right;
}

.footer-col.pull-right p {
    margin-bottom: 0;
    vertical-align: bottom;
}


/* =====  End Footer
--------------------------------------------------------------------------------------------------*/

/*another styling file*/
/* ===== Start General Styles
 * ---------------------------------------------------------------------------------------------- */
.breadcrumb {
    padding: 0;
    background-color: transparent;
    text-align: left;
}

.breadcrumb > span + span:before {
    padding: 0 5px;
    content: "\f0da";
    font-size: 12px;
    font-family: FontAwesome;
    color: #fff;
}

.breadcrumb a {
	 color: #fff;
}

.breadcrumb span {
    margin: 0px 2px;
    font-size: 11px;
    color: #fff;
}
/* ===== End General Styles
 * ---------------------------------------------------------------------------------------------- */

/* =====  Start Bussines Headline
--------------------------------------------------------------------------------------------------*/
/* Breadcrumb spacing */
.breadcrumb {
    margin: 93px 0 10px;
}

/* Headline backgrounds */
.business-headline {
    height: 380px;
}

.bh-ship-management {
	position: relative;
    background: url(../img/bgi/ship-management-bg.jpg) no-repeat center center;
}

.category-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .6;
}

.bh-logistics {
    background: url(../img/bgi/logistics.jpg) no-repeat center center;
}

.bh-logistics > div {
    background: rgba(53, 164, 79, 0.6);
}

.bh-corporate {
    background: url(../img/bgi/corporate.jpg) no-repeat center center;
}

.bh-corporate > div {
    background: rgba(202, 91, 48, 0.6);
}

.bh-real-estate {
    background: url(../img/bgi/corporate.jpg) no-repeat center center;
}

.bh-real-estate > div {
    background: rgba(213, 171, 58, 0.6);
}


.business-headline {
    background-size: cover !important;
    background-position: center center !important;
}

.business-headline .container {
	position: relative;
}

/* Headline text */
.business-headline h1 {
    margin: 32px 0 10px;
    font-size: 60px;
    font-family: 'open_sansbold', sans-serif;
    text-transform: uppercase;
    color: #fff;
    max-width: 77%;
}

.business-headline hr,
.big-headline hr {
    width: 360px;
    margin: 10px 0 17px;
    border: none;
    border-top: 2px solid #fff;
    text-align: left;
}

.business-headline p {
    margin: 17px 0 25px;
    font: 15px/18px 'open_sansregular', sans-serif;
    color: #fff;
}

/* =====  End Bussines Headline
--------------------------------------------------------------------------------------------------*/

/* =====  Start Bussines Articles
--------------------------------------------------------------------------------------------------*/
.business-articles {
    padding-top: 50px;
    background: #fff;
}

/* Article image */
.bs-article a {
	display: block;
}

.bs-article a .img{
    display: block;
    position: relative;
}

.bs-article .img span {
    display: none;
    width: 100%;
    height: 100%;
    /*max-width: 165px;*/
    position: absolute;
    top: 0; left: 0;
    background: rgba(13, 61, 132, 0.6);
    z-index: 10;
}

.bs-article .img span:before {
    content: "\f0c1";
    display: block;
    width: 32px; height: 32px;
    font-size: 32px;
    font-family: FontAwesome;
    -webkit-transform: rotate(90deg) translate(-20px, 10px);
    -ms-transform: rotate(90deg) translate(-20px, 10px);
    transform: rotate(90deg) translate(-20px, 10px);
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 15;
}

.bs-article:hover .img span {
    display: block;
}

.bs-article .img img {
    width: 165px;
    height: auto;
}

/* Article text */
.bs-article {
    margin-bottom: 56px;
}

.bs-article h2 {
	color: #333;
    margin: -3px 0 13px;
    font: 400 24px/24px 'open_sansregular', sans-serif;
    text-transform: uppercase;
}

.bs-article:hover h2 {
	color: #333;
    text-decoration: underline;
    cursor: pointer;
}

.bs-article p {
	color: #333;
    margin: 13px 0 25px;
    font: 300 15px/18px 'open_sanslight', sans-serif;
    text-align: justify;
}

.bs-article .read-more {
    margin-right: 7px;
    float: right;
    font: 400 15px 'open_sansregular', sans-serif;
    color: #000;
}

.bs-article .read-more:hover {
    text-decoration: none;
    color: #0d3d84;
}

.more-info {
    padding: 30px 0;
    border-bottom: 1px solid #dedede;
}

.more-info,
.more-info a {
	color: #565656;
}

.more-info h5 {
	margin: 2px 0;
	line-height: 22px;
}

.more-info ul {
	max-width: 900px;
	margin: 0 auto;
}


/* =====  End Bussines Articles
--------------------------------------------------------------------------------------------------*/

/* =====   Start Services section
--------------------------------------------------------------------------------------------------*/
/* Services text */
.services {
    padding: 40px 0 50px;
}

.services p {
    text-align: justify;
}

/*Careers page*/
.big-headline {
	min-height: 740px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	color: #fff;
}

.big-headline .breadcrumb {
	text-align: left;
	margin-bottom: 87px;
}

.big-headline .breadcrumb + h1 {
	margin-bottom: 24px;
}

.jobs-highlight {
	color: #fff;
	margin-top: -280px;
	margin-bottom: 100px;
}

.job-type-wrapper {
	position: relative;
	min-height: 800px;
	background: url("../img/job-type-1.png");
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	overflow: hidden;
	margin-bottom: 15px;
}

.job-type-wrapper.sea-jobs {
	background-image: url("../img/job-type-2.jpg");
}

.jobs-highlight h3 {
	font-size: 36px;
	font-family: 'open_sansbold';
	margin-bottom: 19px;
}

.jobs-highlight p {
	line-height: 18px;
}

.job-type-wrapper * {
	z-index: 9;
}

.job-type-heading {
	padding: 14px 31px 26px;
	background-color: rgba(0,0,0,0.5);
	margin-bottom: 100px;
}

.job-type-wrapper .more {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -82.5px;
    display: block;
    width: auto;
    max-width: 165px;
    text-align: center;
    z-index: 99;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	padding-right: 15px;
}

.alignright {
	float: right;
	padding-left: 15px;
}

.clear {
	clear: both;
}

.job-type-wrapper:after {
	background-image: url("../img/umbra-jos.png");
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
	display: block;
	width: 100%;
	position: absolute;
	bottom: -9px;
	left: 0;
	min-height: 250px;
}

/*contact page*/
.contact-wrapper {
	position: relative;
	background-image: url("../img/bgi/contact.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#map-canvas {
	position: absolute;
	width: 100%;
	height: 100%;
}

.map-background {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(19, 62, 128, 0.4);
}

.contact-content {
	color: #fff;
    margin: 90px 0;
}

.company-info {
    background-color: rgba(19, 62, 128, 0.7);
    padding: 0 15px;
    margin: 50px 0;
    color: #f4f8ff;
    font-size: 16px;
}

.company-info .content-wrapper a {
	color: #f4f8ff;
}

.dropdown-set {
	position: absolute;
	display: none;
	z-index: 9;
	width: 100%;
	background: rgba(13, 61, 132, 1);
}

.dropdown-set li {
	padding: 3px 20px;
	cursor: pointer;
}

.dropdown-set li.active {
	background: rgba(255,255,255, .5);
}

.dropdown-set li:hover {
	background: rgba(255,255,255, .2);
}

.select-shipping {
	position: relative;
	margin: 0px -15px;
}

.select-shipping p {
	position: relative;
	width: 100%;
	padding: 13px 20px;
	margin: 0px;
	background: rgba(13, 61, 132, 1);
	font-size: 15px;
	cursor: pointer;
}

.select-shipping p .fa {
    position: absolute;
    right: 20px;
    top: 15px;
}
.company-info .img-wrapper {
    width: 100px;
    float: left;
    text-align: left;
    padding: 0 15px;
    margin-right: 20px;
}

.company-info .content-wrapper {
	width: calc(100% - 120px);
	float: left;
}

.company-info > ul > li {
	margin: 50px 0;
    font-family: 'open_sansbold';
}

.apply-popup {
	display: none;
	width: 360px !important;
	background: #fff;
}

.apply-popup h2 {
    margin: 35px 0px;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}

.apply-popup .upload {
	height: 30px;
}

.apply-popup .upload input {
	opacity: 0;
    position: relative;
    z-index: 1;
}

.apply-popup .upload {
	position: relative;
	float: right;
	width: 45%;
}

.upload-btn {
	display: block;
	position: absolute;
	top: 0px;
	width: 100%;
	bottom: 0px;
	padding: 6px 0px;
	background: #232324;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
	text-align: center;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.post-title {
	position: relative;
	width: 100%;
	min-height: 230px;
	background-size: cover !important;
	background-position: center center !important;
}

.post-title .container {
	position: relative;
	z-index: 1;
}

.post-content {
	margin: 40px 0px;
}


.cat-title {
	display: block;
	margin-bottom: 20px;
	font-family: 'open_sansbold';
	font-size: 15px;
	text-transform: uppercase;
}

.cat-img {
	display: block;
	background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    color: #fff;
    width: 260px;
    min-height: 280px;
    position: relative;
}

.post-content .row ul {
	margin-top: 30px;
}

.post-content ul li {
	position: relative;
	padding-left: 20px;
	margin: 10px 0px;
}

.post-content .cat-title {
	margin-top: 50px;
}

.description-post-content ul li strong {
	display: block;
	position: absolute;
	left: 0px;
	top: 5px;
	width: 10px;
	height: 10px;
}

.description-post-content .container {
	-webkit-columns: 2 300px;
	-moz-columns: 2 400px;
	columns: 2 400px;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
  	text-align: justify;
}

.post-content .row ul li {
	float: left;
	min-height: 40px;
	margin: 5px 5% 5px 0px;
}

.post-content h1 {
	margin: 50px 0px;
	text-align: center;
    font-size: 40px;
    font-family: 'open_sansbold';
    color: #0d3d84;
    text-transform: uppercase;
}

.post-content.gray-bg {
	background: #ECECEC;
    padding: 56px 0px 0px;
}

.post-content ul li a {
	display: block;
	color: #191919;
	font-size: 17px;
	text-decoration: none;
	text-transform: uppercase;
}

.post-content ul li a:hover {
	font-weight: 600;
	text-decoration: underline;
}

.category-color {
	position: absolute;
	width: 100%;
	height: 100%;
}

.post-title h1 {
	color: #fff;
	font-size: 30px;
    margin: 32px 0px 0px 30px;
}

.upload-inner input[type="text"]{
	float: left;
	width: 55%;
	height: 30px;
	line-height: 30px;
	color: #646464 !important;
	font-size: 13px;
}

.upload-inner input::-webkit-input-placeholder {
	color: #646464 !important;
	font-size: 13px;
}
 
.upload-inner input:-moz-placeholder { /* Firefox 18- */
	color: #646464 !important;
	font-size: 13px;
}
 
.upload-inner input::-moz-placeholder {  /* Firefox 19+ */
	color: #646464 !important;
	font-size: 13px;  
}
 
.upload-inner input:-ms-input-placeholder {  
	color: #646464 !important;
	font-size: 13px;  
}

.apply-form {
	padding: 0px 30px;
}

.fancybox-skin {
	background: #fff !important;
}

form label {
	color: #191919;
	font-size: 15px;
}

.form-wrapper {
	background-color: #fff;
	padding: 25px;
}

form .input-field label {
	display: block;
	width: 100%;
}

form .input-field input,
form .input-field textarea,
form .input-field select {
	color: #191919;
	display: block;
	width: 100%;
	background-color: #f1f1f1;
	border: 1px solid #dedede;
	border-radius: 2px;
}

form .input-field textarea {
	padding: 10px 15px;
}

form .input-field {
	margin: 15px 0;
}

form .input-field input,
form .input-field select {
	height: 45px;
	line-height: 45px;
	text-indent: 15px;
}

form .input-field select {
	background-color: #0d3d84;
	color: #fff;
	font-size: 15px;
}

form .input-field input[type="submit"] {
	text-indent: 0;
	text-align: center;
	max-width: 160px;
	text-transform: uppercase;
	margin: 15px auto;
	-webkit-transition: 0.2s;
    transition: 0.2s;
    color: #0d3d84;
    border-color: #0d3d84;
    background-color: #fff;
}

form .input-field input[type="submit"]:hover {
	background-color: #0d3d84;
	color: #fff;
}

/*Services page*/
.services-headline {
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.business-headline.services-headline h1,
.business-headline.services-opened-headline h1 {
	max-width: 100%;
}

.business-headline.services-opened-headline h1 {
	margin: 76px 0 40px;
}

/*fancybox popup*/
.popup-content {
	padding: 15px;
}

.popup-content .bottom-links {
    margin-bottom: 0;
    background-color: #e6e6e6;
    color: #0d3d84;
    position: relative;
    margin-top: 30px;
}

.popup-content .bottom-links li a {
	color: #0d3d84;
	font-size: 15px;
}

.popup-content .bottom-links > li {
	width: 100%;
	margin-bottom: 10px;
}

.fancybox-nav {
	width: 11%;
	max-width: 55px;
}

/*services opened*/
.services-opened-headline {
	background-image: url("../img/services-opened-heading.jpg");
	background-repeat: no-repeat;
	background-position: center;
}

/*text-area*/
.text-area {
	font-size: 15px;
	color: #191919;
	margin: 50px 0;
}

.text-area b {
	font-family: 'open_sansbold';
}

.text-area i {
	font-family: 'open_sansitalic';
}

.text-area p {
	margin-bottom: 14px;
}

.text-area figure {
	display: inline-block;
	margin: 20px 20px 20px 0;
	float: left;
}

.text-area figure img {
	width: 100%;
}

/* ===== Start General Styles
* ---------------------------------------------------------------------------------------------- */

/* ===== End General Styles
* ---------------------------------------------------------------------------------------------- */

/* =====  Start Quality
--------------------------------------------------------------------------------------------------*/

.about {
    height: 345px;
    background-size: cover !important;
    background-position: center !important;
}

.about h1 {
    text-align: center;
    margin: 40px 0px 10px;
    font-size: 60px;
    font-family: "open_sansbold",sans-serif;
    text-transform: uppercase;
    color: #FFF;
}

.quality-title {
    font-family: "open_sansbold",sans-serif;
    color: #0d3d84;
    margin-top: 50px;
    margin-bottom: 60px;
}

.quality-title h2 {
    font-size: 60px;
    text-transform: uppercase;
    float: left;
    margin: 0px;
}

.quality-title p {
    float: right;
    font-size: 30px;
    max-width: 360px;
    text-align: center;
    line-height: 35px;
    margin: 0px;
}

.quality-content p {
    font-size: 14px;
    font-family: "open_sanslight",sans-serif;
    margin-bottom: 20px
}

.text-quality {
	float: left;
	width: 65%;
}

.img-quality {
	float: right;
	padding-top: 50px;
	width: 35%;
}

.img-quality img {
    padding: 0px;
    width: 44%;
    height: auto;
    margin: 0px 10px;
}

.quality-inner {
    height: 240px;
    color: #fff;
    margin: 30px 0px;
    background-size: 100% !important;
}

.quality-inner h3 {
    font-size: 30px;
    font-family: "open_sansbold",sans-serif;
    padding: 0 60px;
    margin: 45px 0px 10px;
}

.quality-inner p {
    font-size: 14px;
    font-family: "open_sanslight",sans-serif;
    padding: 0 70px;
}


/* =====  End Quality
--------------------------------------------------------------------------------------------------*/
/* =====  Start Team
--------------------------------------------------------------------------------------------------*/

.team {
    background-position: center !important;
    background-size: cover !important;
    color: #fff;
    padding-bottom: 40px;
}

.team h3 {
    font-size: 30px;
    font-family: "open_sansbold",sans-serif;
    max-width: 350px;
    text-transform: none;
    margin: 50px auto;
}

.team-members {
    margin-bottom: 40px;
}

.team-members li {
    display: inline-block;
    margin: 0 28px 40px;
}

.team-members img {
	-webkit-border-radius: 50%;
	border-radius: 50%;
    margin-bottom: 20px;
}

.team-members p {
    font-size: 18px;
    font-family: "open_sanslight",sans-serif;
    line-height: 20px;
    margin: 0px;
}

.team-members p span {
    text-transform: uppercase;
    font-size: 12px;
}

.team h2 {
    font-size: 60px;
    font-family: "open_sansbold",sans-serif;
    text-transform: uppercase;
    text-align: right;
    margin: 50px 0px 70px;
}

.team-inner p {
    text-align: right;
    font-size: 14px;
    margin-bottom: 20px;
}

/* =====  End Team
--------------------------------------------------------------------------------------------------*/
/* =====  Start Mission
--------------------------------------------------------------------------------------------------*/


.mission-inner {
    color: #fff;
    padding: 0px 60px 60px; 
    margin: 48px 0px;
}

.mission-inner h2 {
    font-size: 60px;
    text-transform: uppercase;
    margin: 60px 0px 50px;
    font-family: "open_sansbold",sans-serif;
}

.mission-inner p {
    margin: 0px 0px 20px;
    font-size: 14px;
}

/* =====  End Mission
--------------------------------------------------------------------------------------------------*/
/* =====  Start Advantages
--------------------------------------------------------------------------------------------------*/

.advantages {
    margin-top: 60px;
    margin-bottom: 70px;
}

.advantages img {
    margin-left: -200px;
    max-width: 130%;
    margin-top: 100px;
}

.advantages h2 {
    font-size: 60px;
    text-transform: uppercase;
    font-family: "open_sansbold",sans-serif;
    color: #0d3d84;
    text-align: right;
    margin: 0px 0 50px;
}

.advantages p strong {
    font-family: "open_sansbold",sans-serif;
}

.advantages p {
    font-size: 14px;
    text-align: right;
    padding-left: 110px;
    font-family: "open_sans",sans-serif;
    margin-bottom: 20px;
}



/* =====  End Advantages
--------------------------------------------------------------------------------------------------*/

