body, td, th {
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
}

.videoWrapper_inline {
    position: relative;
        padding-bottom: 56%;
    padding-top: 14px;
    z-index: 1;
    height: 0;
}

    .videoWrapper_inline iframe {
        position: absolute;
        top: -4px;
        left: 0;
        width: 100%;
        height: 100%;    border: 0;
    }
.breadcrumb {
    background: inherit;
}

.modal-body {
    padding: 30px;
}
 
.jobCntDivPuff {
    background-color: #659f9f;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    height: auto !important;
}

    .jobCntDivPuff .text {
        font-size: 2em;
        text-transform: uppercase;
    }
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .jobCntDivPuff {
        padding: 40px 10px 40px;
    }
}


@media only screen and (min-width : 480px) {
    .jobCntDivPuff {
        padding: 40px 10px 40px;
    }
}

@media (min-width : 768px) {

    .jobCntDivPuff {
        padding: 20px 10px 20px;
    }
}


@media only screen and (min-width : 992px) {
    .jobCntDivPuff {
        padding: 40px 10px 20px;
        min-height: 277px;
        height: 277px;
    }
}


@media only screen and (min-width : 1200px) {

    .jobCntDivPuff {
        padding: 50px 10px 20px;
        min-height: 277px;
        height: 277px;
    }
}


.modal-content {
    border: 0px solid #999;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 0px;
}

.news {
    width: 400px;
    padding: 15px;
    margin: 25px 0;
}

    .news p {
        margin: 0 0 25px 0;
    }

.show.hide-class > div {
    position: relative;
}

    .show.hide-class > div:after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        right: 0;
        height: 50px;
        background: linear-gradient( rgba(255,255,255,0), #fff);
    }

.breadcrumb {
    margin-bottom: 5px;
}

.Btn_arrow_bg {
    background-color: #659fa0;
    color: #fff;
    padding: 0px 20px;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}

.navbar-collapse {
    position: absolute;
    z-index: 2;
    width: 100%;
}

a {
    color: #000;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #999;
        text-decoration: none;
    }

.puff h2 {
    margin-bottom: 20px;
    text-align: center;
}

.puff a:hover {
    text-decoration: none;
    color: #999;
}

.breadcrumb > .active {
    color: #333;
}

.breadcrumb {
    float: left;
}

    .breadcrumb > li + li:before {
        color: #333;
    }

.btn-career {
    text-align: center;
    position: absolute;
    background-color: #659f9f;
    color: #fff;
    border: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0px;
}

.btn-modal {
    text-align: center;
    position: absolute;
    background-color: #659f9f;
    color: #fff;
    border: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0px;
}

    .btn-modal:hover {
        background-color: #458b8b;
        color: #fff;
        border: 0px;
    }

.btn-career:hover {
    background-color: #458b8b;
    color: #fff;
    border: 0px;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    margin: 2px 0px;
}

.services .inner h4 {
    text-transform: uppercase;
}

header {
}

footer {
    text-align: center;
    background-color: #659fa0;
    padding: 15px;
    color: #FFF;
    margin-top: 35px;
}

.gallery {
    background: url(/template/pix/demopic1.png);
    width: 100%;
    height: 450px;
    background-position: center bottom;
    z-index: 1;
    overflow: hidden;
    background-size: cover !important;
}


h1 {
    text-transform: uppercase;
    text-align: center;
}

.header h3 {
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 200;
    font-style: normal;
}

.shortcuts {
    padding: 30px 0;
    margin: 30px 0px;
    border-top: solid 1px #3f7e8c;
    border-bottom: solid 1px #3f7e8c;
}

.ncLine {
    background-color: #3f7e8c;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.header {
    color: #fff;
    background-color: #659f9f;
    padding: 5px;
    margin-bottom: 5px;
}

.services .inner {
    background-color: #e6ebee;
    padding: 15px;
    font-size: 12px;
    position: relative;
    height: 160px;
    overflow: hidden;
    text-transform: uppercase;
}

.blogg h4 {
    font-size: 18px;
    text-transform: inherit;
    font-weight: 300;
    padding: 10px 0;
}

.services .inner .body:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient( rgba(255,255,255,0), #fff);
}

.services .inner .body {
    text-transform: none;
}

.services .btn-services {
    position: absolute;
    bottom: 0;
    right: 0px;
    text-transform: uppercase;
}

.job {
    margin-bottom: 30px;
}

.btn-services {
    text-align: center;
   
    background-color: #659f9f;
    color: #fff;
    border: 0px;
    border-radius: 0px;
    text-transform: uppercase;
}

    .btn-services:hover {
        background-color: #458b8b;
        color: #fff;
        border: 0px;
    }

.jobCntDiv {
    background-color: #659f9f;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    padding: 20px 10px 20px;
}

    .jobCntDiv .text {
        font-size: 2em;
        text-transform: uppercase;
    }

.badge {
    color: #edf3f4;
    background-color: #3f7e8c;
    border-radius: 10px;
    margin-left: 10px;
    vertical-align: initial;
    position: relative;
    top: -1px;
    font-weight: 400;
    font-size: 13px;
    padding: 5px 5px;
    border-radius: 50%;
    font-size: 14px;
}

.numberOfjobs {
    font-size: 6em;
    line-height: 1;
}

ul.dropdown-menu > li:hover span {
    background-color: #659fa0;
}

.ncSpace {
    padding: 15px 0;
}

.starthidden {
    display: none;
}

.blogg h3 {
    font-size: 30px;
    position: absolute;
    bottom: 10px;
    right: 15px;
    text-shadow: 1px 0px 2px rgb(0, 0, 0);
    color: white;
}

.blogg {
    font-size: 14px;
    margin-bottom: 15px;
    min-height: 470px;
    height: auto !important;
    height: 470px;
}

.input-group {
    position: relative;
}

.imagebloggPage {
    width: 100%;
    height: 400px;
    background-position: center bottom;
    z-index: 1;
    background: url(/media/1065/moln-2.jpg) no-repeat center;
    overflow: hidden;
    background-size: cover !important;
}


.imagebloggtext {
    font-size: 3em;
    text-shadow: 1px 0px 2px rgb(0, 0, 0);
    color: white;
    text-transform: uppercase;
    right: 15px;
    bottom: 20px;
    position: absolute;
    text-align: right;
}

.form-control {
    border: 0px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

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

.input-group-addon {
    padding: 0px 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    border: 0px solid #ccc;
    border-radius: 0px;
}

.btn-primary {
    border: none;
    width: 100%;
    border-radius: 0 4px 4px 0;
    background-color: #fff;
    color: #659f9f;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #fff;
        color: #659f9f;
        border-color: #fff;
    }

input[type="radio"] {
    display: none;
}

    input[type="radio"] + label {
    }

.radioList {
    float: left;
    padding-right: 10px;
}

input[type="radio"] + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -2px 7px 0 0;
    vertical-align: middle;
    background: url(/template/pix/check_radio_sheet.png) -38px top no-repeat;
    cursor: pointer;
}

input[type="radio"]:checked + label span {
    background: url(/template/pix/check_radio_sheet.png) -57px top no-repeat;
}

/*menu*/


.navbar-header {
    float: none;
}

.navbar-toggle {
    display: block;
}

.navbar-collapse.collapse {
    display: none !important;
}

.navbar-nav {
    float: none !important;
}

    .navbar-nav > li {
        float: none;
    }

.navbar-collapse.collapse.in {
    display: block !important;
}

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

body, td, th {
    font-family: 'Titillium Web', sans-serif;
}



.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
}

button.navbar-toggle.collapsed {
    left: 50%;
    transform: translateX(-50%);
}

.second:hover {
    background-color: #3f7e8c;
}

.dropdown-menu {
    background-color: #659fa0;
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0px 0;
}

.first > li {
    border-top: 3px solid#88b0b0;
}

.dropdown-menu > li > a {
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.dropdown-submenu > a {
    width: 70%;
    margin: 0 auto;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: none;
    color: #fff;
}

.dropdown-menu > li:focus, .dropdown-menu > li:hover {
    background-color: #3f7e8c;
    color: #fff;
}

ul.dropdown-menu > li:hover {
    background-color: #3f7e8c;
}

ul.dropdown-menu > li:focus {
    display: block;
}

.collapse.in {
    display: block;
}

.navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

.dropdown-menu > li > a {
    white-space: normal;
}

.dropdown-submenu {
    position: static;
}


.animated-arrow {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 35px;
    color: #fff;
    text-shadow: 1px 0px 7px rgba(0, 0, 0, 0.85);
    z-index: 4;
    animation: arrow-bounce 2.5s linear infinite alternate;
    -moz-animation: arrow-bounce 2.5s linear infinite alternate;
    -webkit-animation: arrow-bounce 2.5s linear infinite alternate;
    opacity: 0.6;
}

@keyframes arrow-bounce {
    0% {
        transform: translate3d(-50%, 50%, 0);
        -webkit-transform: translate3d(-50%, 50%, 0);
        -moz-transform: translate3d(-50%, 50%, 0) rotate(0.02deg);
        -ms-transform: translate3d(-50%, 50%, 0);
    }

    100% {
        transform: translate3d(-50%, 65%, 0);
        -webkit-transform: translate3d(-50%, 65%, 0);
        -moz-transform: translate3d(-50%, 65%, 0) rotate(0.02deg);
        -ms-transform: translate3d(-50%, 65%, 0);
    }
}

@media (min-width:320px) {
    .dropdown-submenu .dropdown-menu li {
        width: 50%;
        float: left;
    }

    .dropdown-menu {
        position: unset;
    }

    .second > li > a {
        padding: 8px 20px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        border-top: none;
        margin: 0 20px;
        font-size: 11px;
        border-bottom: solid 0px #88b0b0;
        border-top: solid 0px #88b0b0;
    }


    header {
        margin-top: 0px;
        background-color: #659f9f;
    }

    .first {
        width: 100%;
    }

    .navbar-toggle.up {
        left: 180px;
    }


    .buttondown {
        left: 50%;
        transform: translateX(-50%);
    }

    h1 {
        font-size: 2em;
    }

    .header h3 {
        margin-bottom: 10px;
        margin-left: 0px;
        text-align: center;
    }
}

@media (min-width:460px) {
    .buttondown {
        left: 50%;
        transform: translateX(-50%);
    }

    .navbar-toggle.up {
    }

    header {
        margin-top: 0px;
        background-color: #659f9f;
    }


    .dropdown-submenu .dropdown-menu li {
        width: 50%;
        float: left;
    }

    .dropdown-menu {
        position: unset;
        width: 100%;
    }

    .second > li > a {
        padding: 10px 20px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        border-top: none;
        margin: 0 20px;
        font-size: 11px;
        border-bottom: solid 0px #88b0b0;
        border-top: solid 0px #88b0b0;
    }

    .first {
        width: 100%;
    }

    .navholder {
        position: inherit;
        margin: -1px;
    }

    h1 {
        font-size: 3em;
    }

    .header h3 {
        margin-bottom: 10px;
        margin-left: 0px;
        text-align: center;
    }
}

@media (min-width:600px) {

    .buttondown {
        left: 50%;
        transform: translateX(-50%);
    }

    .dropdown-submenu .dropdown-menu li {
        width: 50%;
        float: left;
    }

    .dropdown-menu {
        position: unset;
    }

    .second {
        position: unset;
    }

        .second > li > a {
            padding: 10px 20px;
            color: #fff;
            text-transform: uppercase;
            text-align: center;
            border-top: none;
            margin: 0 20px;
            font-size: 13px;
            border-bottom: solid 0px #88b0b0;
            border-top: solid 0px #88b0b0;
        }

    label {
        font-size: 13px;
    }
}

label {
    text-transform: uppercase;
}

@media (min-width:780px) {
    .header h3 {
        margin-bottom: 0px;
        margin-left: 10px;
        text-align: left;
    }

    .ad-arrow:before {
        content: "\f105";
    }

    ul.dropdown-menu > li:hover .ad-arrow:before {
        content: "\f105";
    }

    label {
        font-size: 13px;
    }

    h1 {
        font-size: 4em;
    }

    .buttondown {
        left: 148px;
    }

    .navholder {
        position: relative;
        margin: -1px;
    }

    .navbar-toggle.up {
        bottom: -18px;
    }

    .first {
        width: 298px;
    }

    .second > li > a {
        padding: 10px 20px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        border-top: none;
        margin: 0 20px;
        font-size: 11px;
        border-bottom: solid 0px #88b0b0;
        border-top: solid 0px #88b0b0;
    }


    .dropdown-submenu .dropdown-menu li {
        width: 100%;
    }

    .dropdown-menu {
        position: inherit;
    }

    .second:last-child li:last-child a:last-child {
        border-bottom: solid 0px #f8f8f8;
    }

    .second > li > a {
        padding: 10px 20px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        border-top: none;
        margin: 0 20px;
        font-size: 12px;
        border-bottom: solid 1px #88b0b0;
    }

    .second {
        position: absolute;
    }

    header {
        margin-top: 45px;
        background-color: #fff;
        margin-right: 0;
        margin-left: 0;
    }

    .dropdown-submenu {
        position: relative;
    }

        .dropdown-submenu:hover > .dropdown-menu {
            display: block;
            width: 100%;
        }
}

.buttondown {
    cursor: pointer;
    position: absolute;
    bottom: 25px;
}

.navbar-collapse {
    border-top: 0px solid transparent;
}

.navbar-toggle.up {
    position: absolute;
    float: none;
    padding: 9px 10px;
    margin-top: 8px;
    /* margin-right: 15px; */
    /* margin-bottom: 8px; */
    background-color: #659fa0;
    border: 1px solid transparent;
    border-radius: 0px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -19px;
    z-index: 2;
}

.navbar-header {
    float: none;
    width: 298px;
}

.first {
    position: inherit;
    margin-bottom: 45px;
}

.second {
    background-color: #3f7e8c;
}

.navbar-collapse {
}


/*
.dropdown-submenu > a:after {
    display: block;
    content: "\f107 ";
    float: right;
    width: 0;
    height: 0;
    
}*/

ul.breadcrum > li:hover {
    background-color: #fff;
}

ul.breadcrumb > li:hover {
    background-color: #fff;
}

.dropdown-submenu .dropdown-menu {
    margin-top: 0px;
}

.navbar-toggle .bar {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.navbar-toggle.up.collapsed .bar {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.btn-news {
    position: inherit;
    float: right;
    margin-bottom: 30px;
}

.btn-back {
    left: 15px;
    top: 56px;
}

.imgteaser {
    margin-bottom: 15px;
    margin-top: 15px;
}

.blogg .badge {
    padding: 7px;
    border-radius: 10px;
    margin-left: 0px;
    margin-right: 0px;margin-bottom: 10px;
}

.bloggin .badge {
    padding: 7px 7px;
    border-radius: 10px;
    margin-left: 0px;
    margin-right: 0px;    
}





@media (min-width : 320px) {



  .container .singleLogo {
         border: 1px solid #c6d7d7;
    }
}


@media (min-width : 480px) {


    .container .singleLogo {
         border-left: 1px solid #c6d7d7;
    }
}

@media (min-width : 768px) {
    .container .singleLogo {
        border-right: 1px solid #c6d7d7;
        border-bottom: 1px solid #c6d7d7;
        border-top: 0px solid #c6d7d7;
         border-left: 0px solid #c6d7d7;
    }

.container .singleLogo:nth-child(3n) {
        border-right: none;
    }

    .container .singleLogo:last-child {
        border-bottom: none;
    }

    .container .singleLogo:nth-last-child(3) {
        border-bottom: none;
    }

    .container .singleLogo:nth-last-child(2) {
        border-bottom: none;
    }


}


.container .singleLogo {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.dropdown-backdrop {
    display:none
}

    
.panel-title,
.panel-body{
    text-align:left;
}
.panel-default>.panel-heading{
	background-color: #659fa0;
}
	.panel-default>.panel-heading a{
	color: #fff;
}