* {
    margin: 0px;
    padding: 0px;
}

html {
    height: 100%;
}

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

fieldset {
    border: 0px;
}

.nocss,
.hide {
    display: none;
}

.clr {
    clear: both;
    display: block;
    height: 1px;
    font-size: 1px;
}

.ir {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
}

a .ir {
    cursor: pointer;
}

a img {
    border: 0px;
}

textarea {
    resize: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    color: #1772c9;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

input {
    outline: none;
}

li {
    list-style-type: none;
}

.imgr {
    float: right;
    margin-left: 13px;
}

.imgl {
    float: left;
    margin-right: 13px;
}

.taj {
    text-align: justify !important;
}

.tal {
    text-align: left !important;
}

.tar {
    text-align: right !important;
}

.tac {
    text-align: center !important;
}

.vam {
    vertical-align: middle !important;
}

.nowrap {
    white-space: nowrap !important;
}

.shb {
    position: absolute;
    left: 0px;
    bottom: 0px;
    _bottom: -1px;
    font-size: 1px;
}

/* ----------------------- TEXT styles for WYSIWYG ----------------------- */

body.wysiwyg {
    padding: 10px;
    text-align: left;
    color: #555454;
    background: #e8f0fc;
    width: 660px;
}

.wysiwyg a {
    color: #007eaf;
    text-decoration: underline;
}

.wysiwyg a:hover {
    text-decoration: none;
}

.wysiwyg a.targetblank {
    padding-right: 15px;
    font-style: normal;
    background: url("../../common/images/layout/background/targetblank.png") 100% 1px no-repeat;
}

.wysiwyg a.targetblank em {
    font-style: normal;
}

.wysiwyg a.noicon {
    padding-right: 0px;
    background: none;
}

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6,
.wysiwyg .default-h1 {
    font-family: 'Source Sans Pro', sans-serif;
}

.wysiwyg h1,
.wysiwyg .default-h1 {
    color: #007eaf;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.wysiwyg h2 {
    color: #007eaf;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 14px;
}

.wysiwyg h3 {
    color: #555454;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 14px;
}

.wysiwyg h4 {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 15px;
    color: #666667;
    line-height: 20px;
}

.wysiwyg h5 {
    font-size: 13px;
    color: #666667;
    margin-bottom: 10px;
}

.wysiwyg h6 {
    font-size: 12px;
    font-style: bold;
    color: #666667;
}

.wysiwyg p {
    color: #555454;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 20px;
}

.wysiwyg p.small {
    font-size: 13px;
}

.wysiwyg p.white {
    color: #fff;
}

.wysiwyg img {
    padding: 3px;
    margin-bottom: 9px;
}

.wysiwyg img.nobr {
    border: none;
}

.wysiwyg hr {
    height: 1px;
    margin: 20px 0 20px;
    background: #d2dff2;
    border: none;
}

.wysiwyg .blue,
.wysiwyg .blue * {
    color: #007eaf !important;
}

.wysiwyg .black,
.wysiwyg .black * {
    color: #555454 !important;
}

.wysiwyg p.blue {
    color: #007eaf;
    font-weight: bold;
    margin-bottom: 2px;
}

.wysiwyg ul,
.wysiwyg ol {
    margin-bottom: 14px;
}

.wysiwyg ul ul,
.wysiwyg ol ol,
.wysiwyg ul ol,
.wysiwyg ol ul {
    margin: 0px;
    margin-top: 8px;
}

.wysiwyg ul li {
    padding-left: 28px;
    _height: 6px;
    line-height: 20px;
    color: #555454;
    padding-bottom: 5px;
    background: url(../images/layout/background/icons-sprite.png) 6px -484px no-repeat;
}

.wysiwyg ul.double_cols {
    display: block;
    float: left;
    width: 234px;
    margin-right: 13px;
}

.wysiwyg ol li {
    margin-left: 19px;
    padding-bottom: 8px;
}

table {
    margin-bottom: 10px;
}

table td {
    padding: 0px 12px 0px 0px;
}

.wysiwyg table.common {
    margin-bottom: 39px;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #C4D4E4;
}

.wysiwyg table.common th,
.wysiwyg table.common tbody tr td {
    padding: 7px 14px 7px 20px;
    text-align: left;
    color: #555656;
    font-weight: normal;
    vertical-align: middle;
    background: #ffffff;
}

.wysiwyg table.common tbody tr.dark td {
    background: #e3ebf4;
}

.wysiwyg table.common thead th {
    padding: 9px 14px 8px 20px;
    font-size: 15px;
    font-weight: normal;
    color: #007eaf;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #bbccdf;
    background: #e3ebf4;
}

.wysiwyg table.common a {
    color: #e69500;
}

.wysiwyg table.common img {
    padding: 0px;
    margin-bottom: 0px;
}

.wysiwyg table.common p {
    padding: 0px;
    margin-bottom: 0px;
}

.wysiwyg .frm1 {
    position: relative;
}

.wysiwyg .frm1 .error_info {
    margin: 7px 0 5px;
}

.wysiwyg .frm1 label {
    width: 90px;
    float: left;
    text-align: right;
    padding: 8px 10px 4px 0px;
    color: #555656;
    display: block;
}

.wysiwyg .frm1 label span,
.wysiwyg .frm1 .mandatory p span {
    color: #a3238d;
}

.wysiwyg .frm1 .mandatory p {
    padding: 9px 0px 0px 100px;
    float: left;
}

.wysiwyg .frm1 label.error {
    position: absolute;
    background-color: #a3238d;
    color: #ffffff;
    padding: 2px 5px;
}

.wysiwyg .frm1 .row {
    position: relative;
    width: 800px;
    margin-bottom: 25px;
}

.wysiwyg .frm1 .row p,
.wysiwyg .frm1 .row.last {
    margin-bottom: 0px;
}

.wysiwyg .frm1 .row .item {
    position: relative;
    float: left;
    width: 395px;
    margin-right: 10px;
}

.wysiwyg .frm1 .row .item.even {
    margin-right: 0px;
}

.wysiwyg .frm1 .inp1 {
    height: 20px;
    float: left;
    line-height: 20px;
    width: 261px;
    padding: 5px 15px;
    border: 2px solid #c4d5f2;
    font-size: 14px;
    color: #555656;
}

.wysiwyg .frm1 .inp2 {
    height: 20px;
    float: left;
    line-height: 20px;
    width: 200px;
    padding: 5px 15px;
    border: 2px solid #c4d5f2;
    font-size: 14px;
    color: #555656;
}

.wysiwyg .frm1 textarea {
    width: 666px;
    height: 86px;
    padding: 5px 15px;
    border: 2px solid #c4d5f2;
    font-size: 14px;
    color: #555656;
}

.wysiwyg .frm1 .submit {
    float: right;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    font-size: 14px;
    border: 0 none;
    cursor: pointer;
    padding: 0 20px;
    cursor: pointer;
}

.wysiwyg .frm1 .submit:hover {
    text-decoration: none;
    cursor: pointer;
}

.wysiwyg .frm1 .validate_error .inp1,
.wysiwyg .frm1 .validate_error .select {
    background-position: left -37px;
}

.wysiwyg .frm1 label.error {
    width: auto;
    left: 104px;
    bottom: -15px;
}

.wysiwyg .frm1 .row .checkbox_box,
.wysiwyg .frm1 .row .radio_box {
    position: relative;
}

.wysiwyg .frm1 .row .checkbox_box .checkbox,
.wysiwyg .frm1 .row .radio_box .checkbox {
    float: left;
}

.wysiwyg .frm1 .row .checkbox_box .checkbox_label,
.wysiwyg .frm1 .row .radio_box .checkbox_label {
    position: relative;
    text-align: left;
    width: 150px;
    float: left;
    padding: 2px 0px 0px 0px;
}

.wysiwyg a.avi {
    background-image: url(../images/layout/filetypes/avi.gif);
}

.wysiwyg a.bmp {
    background-image: url(../images/layout/filetypes/bmp.gif);
}

.wysiwyg a.cer {
    background-image: url(../images/layout/filetypes/cer.gif);
}

.wysiwyg a.dll {
    background-image: url(../images/layout/filetypes/dll.gif);
}

.wysiwyg a.doc {
    background-image: url(../images/layout/filetypes/doc.gif);
}

.wysiwyg a.gif {
    background-image: url(../images/layout/filetypes/gif.gif);
}

.wysiwyg a.html {
    background-image: url(../images/layout/filetypes/html.gif);
}

.wysiwyg a.ins {
    background-image: url(../images/layout/filetypes/ins.gif);
}

.wysiwyg a.jpg {
    background-image: url(../images/layout/filetypes/jpg.gif);
}

.wysiwyg a.log {
    background-image: url(../images/layout/filetypes/log.gif);
}

.wysiwyg a.mp3 {
    background-image: url(../images/layout/filetypes/mp3.gif);
}

.wysiwyg a.png {
    background-image: url(../images/layout/filetypes/png.gif);
}

.wysiwyg a.pps {
    background-image: url(../images/layout/filetypes/pps.gif);
}

.wysiwyg a.ppt {
    background-image: url(../images/layout/filetypes/ppt.gif);
}

.wysiwyg a.rar {
    background-image: url(../images/layout/filetypes/rar.gif);
}

.wysiwyg a.swf {
    background-image: url(../images/layout/filetypes/swf.gif);
}

.wysiwyg a.thumb {
    background-image: url(../images/layout/filetypes/thumb.gif);
}

.wysiwyg a.unknown {
    background-image: url(../images/layout/filetypes/unknown.gif);
}

.wysiwyg a.xls {
    background-image: url(../images/layout/filetypes/xls.gif);
}

.wysiwyg a.zip {
    background-image: url(../images/layout/filetypes/zip.gif);
}

.wysiwyg a.pdf {
    background-image: url(../images/layout/filetypes/pdf.gif);
}

.wysiwyg a.avi,
.wysiwyg a.bmp,
.wysiwyg a.cer,
.wysiwyg a.dll,
.wysiwyg a.doc,
.wysiwyg a.gif,
.wysiwyg a.html,
.wysiwyg a.ins,
.wysiwyg a.jpg,
.wysiwyg a.log,
.wysiwyg a.mp3,
.wysiwyg a.pdf,
.wysiwyg a.png,
.wysiwyg a.pps,
.wysiwyg a.ppt,
.wysiwyg a.rar,
.wysiwyg a.swf,
.wysiwyg a.thumb,
.wysiwyg a.txt,
.wysiwyg a.unknown,
.wysiwyg a.xls,
.wysiwyg a.zip {
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 2px 0 2px 22px;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ----------------------- SITE ----------------------- */

::selection {
    background: #d4d9e2;
}

::-moz-selection {
    background: #d4d9e2;
}

body {
    background: #007eaf;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
}

.news_list h4 {
    margin-bottom: 0px;
}

.content-width {
    width: 988px;
    margin: 0 auto;
}

#all {
    border-top: 4px solid #007eaf;
    background: white;
}

#footer {
    background: #fff;
    border-top: 1px solid #e2e8f0;
}

#header-container {
    height: 125px;
    background: #fff;
}

#header {
    position: relative;
}

#header .h1 {
    position: absolute;
    left: 1px;
    top: 54px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -3px;
    padding-top: 11px;
    width: 139px;
    height: 37px;
    font-weight: bold;
    font-size: 40px;
    color: #007eaf;
}

#header .h1 a {
    color: #007eaf;
}

#header .h1 a strong {
    display: none;
}

#header .h1 span.ir {
    width: 139px;
    height: 37px;
    background: url(../images/layout/background/swell-logo.png) left top no-repeat;
}

#header #claim {
    position: absolute;
    width: 150px;
}
#header #claim,
#header #claim a {
    color: #a1b5d5;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
}
/*html[lang="en"] #header #claim a {
    font-size: 10px;
}*/

#header #claim.one-row {
    top: 77px;
    left: 144px;
    white-space: nowrap;
}

#header #claim.two-rows {
    top: 64px;
    left: 144px;
    width: 120px;
}

    #header .h1 { top: 63px; left:10px; }
    #header #claim.one-row { top: 85px; left: 10px; width: auto;}
    #header #claim.two-rows { top: 85px; left: 10px; width: auto;}

#header-panel {
    position: absolute;
    right: 288px;
    top: 24px;
    color: #007eaf;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
}

#header-panel a {
    color: #007eaf;
    text-transform: uppercase;
}

#header-panel .item {
    display: inline;
    float: left;
    height: 13px;
    padding-bottom: 3px;
    margin: 4px 10px;
    margin-left: 10px;
}

#header-panel .ico {
    padding-left: 20px;
    background: url(../images/layout/background/icons-sprite.png) 0px 0px no-repeat;
}

#header-panel .ico.phone {
    background-position: 0px -16px;
}

#header-panel .ico.phone a {
    cursor: text;
    text-decoration: none;
}

#header-panel .ico.email {
    background-position: -2px 0px;
}

#header #fulltext-search {
    position: absolute;
    right: 84px;
    top: 22px;
    width: 184px;
    height: 25px;
    border: 2px solid #ebebeb;
    -moz-border-radius: 16px/15px;
    -webkit-border-radius: 16px / 15px;
    border-radius: 16px / 15px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    behavior: url(/common-swell/css/PIE.htc);
}

#header #fulltext-search #search {
    display: block;
    width: 143px;
    padding: 4px 0px 0px 14px;
    float: left;
    border: none;
    color: #949494;
    background: none;
}

#header #fulltext-search #search-submit {
    display: block;
    float: right;
    cursor: pointer;
    margin: 4px 6px 0px 0px;
    width: 18px;
    height: 18px;
    border: none;
    background: url(../images/layout/background/icons-sprite.png) 0 -136px no-repeat;
}

#header #lang-panel {
    position: absolute;
    right: 0;
    top: 22px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
}

#header #lang-panel a {
    display: block;
    padding: 5px 6px 0;
    color: #555353;
}

#header #lang-panel a:hover {
    text-decoration: none;
    color: #fff;
}

#header #lang-panel .ico {
    float: left;
    width: 26px;
    height: 26px;
    border: 1px solid #ddd;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    cursor: pointer;
    margin: 0px 5px;
    behavior: url(/common-swell/css/PIE.htc);
    position: relative;
}

#header #lang-panel .ico:hover, #header #lang-panel .ico.act {
    border: 1px solid #e6ecf5;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #007EAF;
    cursor: pointer;
}

#navi {
    position: absolute;
    right: 0px;
    top: 72px;
    height: 30px;
}

#navi {
    color: #555454;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

#navi > li {
    color: #555454;
    display: block;
    float: left;
    height: 9px;
    padding: 5px 0px 10px;
    margin: 0 2px;
    border: 2px solid #fff;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    behavior: url(/common-swell/css/PIE.htc);
    position: relative;
    z-index: 0;
}

#navi > li > a {
    color: #555454;
    padding: 6px 7px;
    padding-bottom: 10px;
}

#navi > li > a:hover {
    text-decoration: none;
}

#navi > li.first {
    padding: 3px 0px 12px 0px;
}

#navi > li.first a {
    display: block;
    background: url(../images/layout/background/icons-sprite.png) no-repeat;
    width: 20px;
    height: 15px;
    padding: 3px 13px;
    background-position: 13px -111px;
    text-indent: -9999px;
}

#navi > li:hover {
    text-decoration: underline;
}
#navi > li.act {
    height: 9px;
    border: 2px solid #007EAF;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
}

#box .circle {
    position: relative;
    width: 74px;
    height: 74px;
    float: left;
    border: 4px solid #007EAF;
    -moz-border-radius: 43px;
    -webkit-border-radius: 43px;
    border-radius: 43px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #f7f9fb;
    behavior: url(/common-swell/css/PIE.htc);
}

#box .content {
    margin-left: 105px;
}

#box.col2 .item {
    float: right;
    width: 474px;
    padding: 50px 0px 30px 0px;
}

#box.col2 .item.first {
    padding-left: 40px;
}

#box .ico {
    background: #fff url(../images/layout/background/content-icons-sprite-new.png) no-repeat;
}

#box .career .ico {
    background-position: 10px -242px;
}

body.mobile #box .career .ico {
    background-position: 6px -127px;
    background-size: 29px;
}

#box .swell .ico {
    background-position: 10px -310px;
}

body.mobile #box .swell .ico {
    background-position: 6px -162px;
    background-size: 29px;
}

#switch .button,
body.mobile #hp-timeline .timeline-all,
#box .career .button {
    position: relative;
    display: block;
    padding: 12px 18px 12px 18px;
    margin-bottom: 15px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #007eaf;
    -moz-box-shadow: 0 1px 0 rgba(193, 193, 193, .5);
    -webkit-box-shadow: 0 1px 0 rgba(193, 193, 193, .5);
    box-shadow: 0 1px 0 rgba(193, 193, 193, .5);
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f3f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f1f3f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f3f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f1f3f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f1f3f7 100%); /* IE10+ */
    behavior: url(/common-swell/css/PIE.htc);
}

#switch .button:hover,
body.mobile #hp-timeline .timeline-all:hover,
#box .career .button:hover {
    background: #f1f3f7; /* Old browsers */
    background: -moz-linear-gradient(top, #f1f3f7 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f3f7), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1f3f7 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1f3f7 0%, #ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1f3f7 0%, #ffffff 100%); /* IE10+ */
    z-index: 0;
    position: relative
}

#box .career .button:active {
    box-shadow: none;
}

hr.dotted {
    border: 0;
    height: 1px;
    background: url(../images/layout/background/hr-dot-blue.png) top left repeat-x;
}

hr.lcol {
    width: 100%;
}

#switch a.button,
#box .career a.button {
    color: #007eaf;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    text-decoration: none;
    text-transform: uppercase;
}

#box .career a.button .small {
    font-size: 11px;
    text-transform: none;
    color: #9aaed0;
}

#switch a.button .arrow,
#box .career .button .arrow {
    position: absolute;
    right: 13px;
    top: 15px;
    background: url(../images/layout/background/icons-sprite.png) no-repeat;
    background-position: 0px -159px;
    width: 16px;
    height: 14px;
}

#hp-timeline {
    position: relative;
    padding: 50px 20px 0 20px;
    margin-bottom: 40px;
    height: 307px;
}

#hp-timeline h2 {
    color: #5b5b5b;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

#hp-timeline .timeline {
    height: 15px;
    opacity: .5;
    background: url('../images/layout/background/line.png') top left no-repeat;
    position: absolute;
    bottom: 30px;
}

#hp-timeline .bubble {
    width: 265px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    -moz-box-shadow: 0 1px 0 rgba(193, 193, 193, .5);
    -webkit-box-shadow: 0 1px 0 rgba(193, 193, 193, .5);
    box-shadow: 0 1px 0 rgba(193, 193, 193, .5);
    background-image: -moz-linear-gradient(bottom, #f1f3f7 0%, #fff 100%);
    background-image: -o-linear-gradient(bottom, #f1f3f7 0%, #fff 100%);
    background-image: -webkit-linear-gradient(bottom, #f1f3f7 0%, #fff 100%);
    background-image: linear-gradient(bottom, #f1f3f7 0%, #fff 100%);
}

#hp-timeline .bubble .header {
    padding: 0 0 0 0;
    display: table;
    width: 100%;
}

#hp-timeline .bubble .header h3 {
    color: #007eaf;
    display: table-cell;
    height: 60px;
    padding: 0 10px;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

#hp-timeline .bubble .header h3 a {
    text-decoration: none; /* white-space: nowrap; overflow: hidden; text-overflow: ellipsis;*/
    width: 246px;
    margin: 0 auto;
}

#hp-timeline .bubble .header h3 a:hover {
    text-decoration: underline;
}

#hp-timeline .bubble .content {
    height: 150px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

#hp-timeline .bubble .content img {
    margin-top: 0px;
    width: 265px;
    height: auto;
    padding: 0;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden
}

#hp-timeline .bubble .content img.youtube {
    margin-top: -31px;
}

#hp-timeline .bubble .content p {
    display: block;
    width: 245px;
    height: 75px;
    margin-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: justify;
}

#hp-timeline .bubble .content p a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    height: 77px;
    text-align: justify;
}

#hp-timeline .bubble .content .play {
    position: absolute;
    top: 25px;
    left: 113px;
    width: 40px;
    height: 40px;
    background: url(../images/layout/background/timeline-sprite.png) 0px 0px no-repeat;
}

#hp-timeline .bubble .footer {
    position: absolute;
    margin-top: -19px;
    width: 265px;
    height: 20px;
    background: url(../images/layout/background/bubble-bottom.png) center top no-repeat;
}

#hp-timeline .mark {
    display: block;
    width: 266px !important;
    margin-right: 93px;
    float: left;
}

#hp-timeline .mark.first {
    margin-left: 0;
}

#hp-timeline .mark.last {
    margin-right: 0;
}

#switch .arrow,
#hp-timeline .mark .arrow {
    position: relative;
    width: 40px;
    height: 33px;
    margin: 0 auto;
    background: url(../images/layout/background/timeline-sprite.png) 0px -41px no-repeat;
}

#hp-timeline .mark .date {
    position: relative;
    color: #5b5b5b;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

#hp-timeline .jcarousel-clip-horizontal,
#hp-timeline .timeline-carousel {
    width: 988px;
    height: 260px;
}

#hp-timeline .timeline-all {
    position: absolute;
    bottom: -33px;
    right: 21px;
}

#hp-banner {
    padding: 40px;
}

#hp-banner img {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    -moz-box-shadow: 0 1px 0 rgba(193, 193, 193, .5);
    -webkit-box-shadow: 0 1px 0 rgba(193, 193, 193, .5);
    box-shadow: 0 1px 0 rgba(193, 193, 193, .5);
    behavior: url(/common-swell/css/PIE.htc);
    position: relative;
}

#footer {
    border-top: 1px solid #e2e8f0;
}

#footer .targetblank_icon {
    padding-right: 15px;
    font-style: normal;
    background: url("../../common/images/layout/background/targetblank_white.png") 100% 1px no-repeat;
}

#footer-top {
    position: relative;
    background: #fff;
    height: 164px;
    padding: 40px 0px;
}

#footer-top a.tel,
#footer-top a.tel {
    color: #5B5B5B;
    text-decoration: none;
}

#footer-top h3 {
    color: #5b5b5b;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#footer-top a {
    color: #007eaf;
    font-size: 12px;
}

#footer-top p {
    color: #5b5b5b;
    font-size: 12px;
    line-height: 22px;
}

#footer-top li {
    color: #007eaf;
    font-size: 12px;
    line-height: 22px;
}

#footer-top .item {
    float: left;
    width: 245px;
}

#social-box {
    position: absolute;
    right: 10px;
    bottom: 71px;
}

#social-box div {
    margin: 10px 0px;
}

#social-box .fb a {
    background-position: 0px -37px;
}

#social-box .tw a {
    background-position: 0px -61px;
}

#social-box .li a {
    background-position: 0px -86px;
}

#footer-bottom {
    background: #007eaf;
    color: #fff;
}

#footer-bottom .content-width {
    position: relative;
    height: 150px;
}

#footer-bottom a {
    color: #fff;
}

#footer-bottom #logo {
    position: absolute;
    top: 35px;
    left: 0;
    width: 79px;
    height: 22px;
    background: url(../images/layout/background/footer-swell-logo.png) left top no-repeat;
}

#footer-bottom #partners {
    position: absolute;
    top: 35px;
    right: 0;
    text-align: right;
    min-height: 40px;
}

#footer-bottom #partners a {
    display: inline-block;
    margin-left: 25px;
}

#footer-bottom #partners a:first-child {
}

#footer-bottom #partners img {
    width: auto !important;
    height: 35px !important;
}

#footer-bottom hr.line {
    position: absolute;
    top: 83px;
    left: 0px;
    background: #98b0d0;
    width: 30px;
    height: 1px;
    border: 0;
}

#footer-bottom #footer-line .left {
    position: absolute;
    bottom: 25px;
    left: 0;
}

#footer-bottom #footer-line .right {
    position: absolute;
    bottom: 25px;
    right: 0;
}

#footer-bottom #footer-line .right a {
    border-right: 1px solid #88a3c4;
    margin-right: 5px;
    padding-right: 5px;
}

#footer-bottom #footer-line .right a.last {
    border: 0;
}

#crumb-wrapper {
    height: 70px;
    background: url(../images/layout/background/crumb-bg.png) left top no-repeat;
}

#crumb {
    display: inline-block;
    padding: 8px 12px;
    height: 17px;
    margin-top: 20px;
    opacity: .6;
    -moz-border-radius: 17px / 16px;
    -webkit-border-radius: 17px / 16px;
    border-radius: 17px / 16px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #d9e3f1;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .9);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .9);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .9);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDI2NSAzMyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjFmM2Y3IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIyNjUiIGhlaWdodD0iMzMiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(bottom, #f1f3f7 0%, #fff 100%);
    background-image: -o-linear-gradient(bottom, #f1f3f7 0%, #fff 100%);
    background-image: -webkit-linear-gradient(bottom, #f1f3f7 0%, #fff 100%);
    background-image: linear-gradient(bottom, #f1f3f7 0%, #fff 100%);
    font-size: 13px;
    behavior: url(/common-swell/css/PIE.htc);
    position: relative;
}

#crumb a {
    color: #555454;
    text-decoration: underline;
}

#crumb a:hover {
    text-decoration: none;
}

#crumb .arrow {
    display: inline-block;
    width: 20px;
    height: 24px;
    background: url(/common-swell/images/layout/background/icons-sprite.png) 0px -185px no-repeat;
    vertical-align: middle;
    margin: 0 2px;
}

#content {
    margin-top: 35px;
}

#content .circle {
    width: 93px;
    height: 93px;
    float: left;
    margin-right: 20px;
    border: 4px solid #007eaf;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #f7f9fb;
    behavior: url(/common-swell/css/PIE.htc);
    position: relative;
    z-index: 0;
}

#content .circle.ico {
    background: #fff url(../images/layout/background/content-icons-sprite-new.png) left top no-repeat;
}

#content .circle.ico.tools {
    background-position: 20px -374px;
}

#content .circle.ico.learnings {
    background-position: 20px -232px;
}

#content .circle.ico.testing {
    background-position: 16px -447px;
}

#content .circle.ico.prototypes {
    background-position: 19px -533px;
}

#content .circle.ico.swell {
    background-position: 19px -300px;
}

#content .circle.ico.pencil {
    background-position: 19px -808px;
}

#content .circle.ico.tools2 {
    background-position: 19px -895px;
}

#content .circle.ico.column {
    background-position: 19px -987px;
}

#tabs {
    padding-top: 20px;
}

#tabs #tabs_navi {
    margin: 0;
}

#tabs li.tab {
    padding: 0;
    line-height: 18px;
}

#tabs .tab,
#tabs_content .accordion {
    display: block;
    float: left;
    margin-left: 4px;
    margin-right: -4px;
    color: #555353;
    border-top: 4px solid #e7edf7;
    border-left: 4px solid #e7edf7;
    border-right: 4px solid #e7edf7;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    height: 44px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDg5IDUxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmMWYzZjciIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9Ijg5IiBoZWlnaHQ9IjUxIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(bottom, #f1f3f7 0%, #fff 100%);
    background-image: -o-linear-gradient(bottom, #f1f3f7 0%, #fff 100%);
    background-image: -webkit-linear-gradient(bottom, #f1f3f7 0%, #fff 100%);
    background-image: linear-gradient(bottom, #f1f3f7 0%, #fff 100%);
    behavior: url(/common-swell/css/PIE.htc);
    -pie-background: linear-gradient(#f1f3f7, #fff);
    position: relative;
}

#tabs_content .accordion {
    display: none;
    float: none;
    background: #fff;
    margin: 0;
    border-top: 1px solid #DBE3F1;
    border-left: 1px solid #DBE3F1;
    border-right: 1px solid #DBE3F1;
    height: auto;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

#tabs .tab.first {
    margin-left: 0;
}

#tabs .tab:hover, #tabs .tab.act {
    background: #E5F8FD;
    cursor: pointer;
    border-top: 4px solid #dbe3f1;
    border-left: 4px solid #dbe3f1;
    border-right: 4px solid #dbe3f1;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    behavior: url(/common-swell/css/PIE.htc);
    position: relative;
}

#tabs .tab:hover .overlay, #tabs .tab.act .overlay {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 46px;
    background: #E5F8FD;
    cursor: pointer;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 10;
    behavior: url(/common-swell/css/PIE.htc);
}

#tabs .tab a,
#tabs_content .accordion a {
    display: block;
    padding: 8px 23px;
    color: #555353;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    text-decoration: none;
}

#tabs .tab a:hover {
    text-decoration: none;
}

#tabs .bottom-line {
    border-top: 4px solid #dbe3f1;
    height: 20px;
    background: #E5F8FD;
    position: relative;
    margin-top: -11px;
}

#tabs .tab-content {
    position: relative;
    width: 633px;
    padding: 10px 0;
    margin-bottom: 18px;
    background-color: #E5F8FD;
}

#tabs .content {
    position: relative;
    padding: 0 20px;
    display: none;
}

#tabs .content.act {
    display: block;
}

#lcol {
    float: left;
    width: 633px;
    position: relative;
    z-index: 1;
    margin: 0 0 20px;

}

#page_48_361 #lcol,
#page_48_363 #lcol,
#page_48_365 #lcol,
#page_67_367 #lcol,
#page_67_369 #lcol,
#page_67_371 #lcol,
#page_48_50 #lcol,
#page_48_51 #lcol,
#page_48_52 #lcol,
#page_48_53 #lcol,
#page_48_83 #lcol,
#page_48_84 #lcol,
#page_67_69 #lcol,
#page_67_71 #lcol,
#page_67_72 #lcol {
    margin: 40px 0;
}

#hp-content {
    position: relative;
}

#lcol.fullpage {
    width: 100%;
}

#lcol h2.separator {
    margin-top: 20px;
}

#rcol {
    float: right;
    width: 315px;
}

#rcol .content {
}

#rcol .content-top {
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    behavior: url(/common-swell/css/PIE.htc);
}

#rcol .content-bottom {
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: 0 1px 0 rgba(193, 193, 193, .5);
    -webkit-box-shadow: 0 1px 0 rgba(193, 193, 193, .5);
    box-shadow: 0 1px 0 rgba(193, 193, 193, .5);
    padding-bottom: 40px;
    behavior: url(/common-swell/css/PIE.htc);
    position: relative;
}

#rcol .white {
    background-color: #fff;
}

#rcol .grey {
    background-color: #F1F1F1;
}

#rcol .bubble {
    display: block;
    padding: 20px;
    margin: 0 auto;
    width: 216px;
    opacity: .98;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #d9e3f1;
    -moz-box-shadow: 0 1px 0 rgba(68, 98, 151, .8) -webkit-box-shadow : 0 1 px 0 rgba(68, 98, 151, .8);
    box-shadow: 0 1px 0 rgba(68, 98, 151, .8);
    background: #007eaf;
}

#rcol .bubble hr {
    position: absolute;
    top: 31px;
    left: 107px;
    background: #cedaed;
    width: 26px;
    height: 1px;
    border: 0;
}

#contact_box_first,
#contact_box_second {
    height: 307px;
    position: relative;
    overflow: hidden;
}

#contact_box_second {
    height: 337px;
    position: relative;
}

#contact_box_first .wysiwyg h2,
#contact_box_second .wysiwyg h2 {
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: right;
    margin: 0;
    margin-bottom: 3px;
    font-size: 19px;
    color: #007eaf;
}

#contact_box_first .card h3,
#contact_box_second .card h3 {
    font-family: 'Source Sans Pro', sans-serif;
    text-align: right;
    margin: 0;
    margin-bottom: 25px;
    font-size: 15px;
    color: #007eaf;
    font-weight: 400;
}

#contact_box_first .wysiwyg p,
#contact_box_second .wysiwyg p {
    color: #007eaf;
    font-size: 13px;
    text-align: right;
    margin-bottom: 25px;
}

#contact_box_first .wysiwyg p strong,
#contact_box_second .wysiwyg p strong {
    color: #555353;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    font-style: italic;
    text-align: right;
    margin: 0;
    width: 140px;
    float: right;
    font-weight: normal;
}

#contact_box_first .card p,
#contact_box_second .card p {
    font-size: 14px;
    color: #555454;
    font-weight: 400;
}


#contact_box_first .card,
#contact_box_second .card {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    text-align: right;
}

#contact_box_first .bubble,
#contact_box_second .bubble {
    position: absolute;
    bottom: 15px;
    left: 31px;
}

#contact_box_first .bubble .contact.phone,
#contact_box_second .bubble .contact.phone {
    margin-bottom: 20px;
}

#contact_box_first .overlay,
#contact_box_second .overlay {
    position: absolute;
    left: 0px;
    bottom: 0;
    margin: 0;
    padding: 0;
    max-height: 90%;
}

#contact_box_first .position,
#contact_box_second .position {
    font-size: 13px;
    text-align: right;
    margin-bottom: 25px;
}

#contact_box_first .motto,
#contact_box_second .motto {
    color: #555353;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    font-style: italic;
    text-align: right;
    margin: 0;
    width: 140px;
    float: right;
    font-weight: bold;
}

#contact_box_first .bubble .contact p,
#contact_box_first .bubble .contact a,
#contact_box_second .bubble .contact p,
#contact_box_second .bubble .contact a {
    margin: 0;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    text-shadow: 0 1px 0 rgba(65, 94, 143, .25);
    font-weight: bold;
}

#contact_box_first .bubble .contact a,
#contact_box_second .bubble .contact a {
    text-decoration: none;
}

#contact_box_first .bubble .contact a:hover,
#contact_box_second .bubble .contact a:hover {
    text-decoration: underline;
}

#contact_box_first .bubble .contact.phone,
#contact_box_second .bubble .contact.phone {
    background: url(../images/layout/background/icons-sprite.png) 0 0 no-repeat;
    background-position: 5px -269px;
    padding-left: 30px;
}

#contact_box_first .bubble .contact.email,
#contact_box_second .bubble .contact.email {
    background: url(../images/layout/background/icons-sprite.png) 0 0 no-repeat;
    background-position: 5px -306px;
    padding-left: 30px;
}

.contact-box {
    height: 295px;
    position: relative;
    overflow: hidden;
}

.contact-box .card {
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
}

.contact-box .card.text--right {
    text-align: right;
}

.contact-box .card h2 {
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    margin-bottom: 3px;
    font-size: 19px;
    color: #007eaf;
}

.contact-box .card h3 {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    margin-bottom: 10px;
    font-size: 15px;
    color: #007eaf;
    font-weight: 400;
}

.contact-box .card p {
    color: #555454;
    font-size: 13px;
    margin-bottom: 25px;
    line-height: 18px;
}

.contact-box .overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.person-kovarnik .overlay {
    left: -50px;
}

.person-kopecky .overlay {
    right: -15px;
    bottom: -30px;
}

.person-hess .overlay {
    left: -25px;
    bottom: -10px;
}

.person-mihulka .overlay {
    bottom: -70px;
}

.person-doskocil .overlay {
    bottom: -53px;
}


#product_news {
    padding: 25px 31px;
    margin-bottom: 40px
}

#product_news h3 {
    color: #555353;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 10px;
}

#product_news .item {
    padding-top: 10px;
    background: url(../images/layout/background/hr-dot-blue.png) bottom left repeat-x;
}

#product_news .item .preview {
    position: relative;
    float: left;
    margin: 0px 20px 0 0;
}

#product_news .item .preview img {
    width: 73px;
    height: 74px;
    padding: 0;
    border: 3px solid #b8c8e1;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    behavior: url(/common-swell/css/PIE.htc);
    position: relative;
}

#product_news .item p.date {
    padding: 0px 8px;
    margin-bottom: 10px;
    display: inline-block;
    -moz-border-radius: 8px / 9px;
    -webkit-border-radius: 8px / 9px;
    border-radius: 8px / 9px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    color: #007eaf;
    font-weight: bold;
    font-size: 12px;
    behavior: url(/common-swell/css/PIE.htc);
    position: relative;
}

#product_news .item a {
    display: block;
}

#product_news .item .mask {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    width: 73px;
    height: 74px;
    background: url(../images/layout/background/news-mask.png) no-repeat;
}

#product_news .more-news {
    background: url(../images/layout/background/icons-sprite.png) 5px -348px no-repeat;
    padding-left: 30px;
    color: #555454;
    margin: 8px 0 0 0;
    display: inline-block;
    float: right;
}

#white_box_top, #white_box_bottom {
    width: 286px;
    margin-bottom: 40px;
    padding: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    -moz-box-shadow: 0 1px 0 rgba(193, 193, 193, .5);
    -webkit-box-shadow: 0 1px 0 rgba(193, 193, 193, .5);
    box-shadow: 0 1px 0 rgba(193, 193, 193, .5);
}

#white_box_top h2,
#white_box_bottom h2 {
    text-transform: uppercase;
}

#white_box_top hr.line,
#white_box_bottom hr.line {
    margin: 13px 0;
    background: #cedaed;
    width: 30px;
    height: 1px;
    border: 0;
}

#contact-gmap {
    display: block;
    margin-top: 20px;
    overflow: hidden;
    width: 633px;
    height: 409px;
    border: 5px solid #E5F8FD;
    -moz-border-top-left-radius: 7px;
    -moz-border-top-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    behavior: url(/common-swell/css/PIE.htc);
    position: relative;
}

#contact-info {
    float: right;
    width: 285px;
}

/* ------------------------ Lightbox start  -------------------------- */

#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}

#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

#jquery-lightbox a img {
    border: none;
}

#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#lightbox-container-image {
    padding: 10px;
}

#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
    left: 0;
}

#lightbox-nav a {
    outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    -ms-zoom: 1;
    display: block;
}

#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}

#lightbox-nav-btnNext {
    right: 0;
    float: right;
}

#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}

#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}

#lightbox-image-details-caption {
    font-weight: bold;
}

#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

/* ------------------------ Lightbox konec  -------------------------- */

#gallery {
    width: 286px;
    margin: 0 40px;
    float: right;
}

#gallery ul {
    border: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

#gallery li {
    width: 60px !important;
    display: inline;
    list-style: none;
    float: none;
    background: none;
    margin: 0;
    padding: 0px 1px 0px 0px;
}

#gallery li.item p {
    display: none;
}

#gallery img {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    behavior: url(/common-swell/css/PIE.htc);
    position: relative;
}

#gallery a {
    text-decoration: none;
    letter-spacing: 0;
}

#gallery .gallery_inner {
    margin-left: 20px;
}

.jcarousel-direction-rtl {
    direction: rtl;
}

#gallery .jcarousel-container-horizontal {
    width: 264px;
}

.jcarousel-clip {
    overflow: hidden;
}

.jcarousel-clip-horizontal {
    width: 246px;
    height: 96px;
}

.jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 10px;
}

.jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0;
}

.jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/* Horizontal Buttons */
.jcarousel-next-horizontal {
    position: absolute;
    top: 20px;
    right: -4px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url(../images/layout/background/icons-sprite.png) 0px -451px no-repeat;
}

.jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(../images/layout/background/icons-sprite.png);
}

.jcarousel-next-horizontal:hover,
.jcarousel-next-horizontal:focus {
    background-position: 0px -451px;
}

.jcarousel-next-horizontal:active {
    background-position: 0px -451px;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:focus,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 22px;
    left: -24px;
    margin-right: 15px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: transparent url(../images/layout/background/icons-sprite.png) no-repeat 0px -417px;
}

.jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../images/layout/background/icons-sprite.png);
}

.jcarousel-prev-horizontal:hover,
.jcarousel-prev-horizontal:focus {
    background-position: 0px -417px;
}

.jcarousel-prev-horizontal:active {
    background-position: 0px -417px;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:focus,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

#hp-timeline ul {
    border: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

#hp-timeline li {
    width: 270px;
    display: inline;
    list-style: none;
    float: none;
    background: none;
    margin: 0;
    padding: 0px 1px 0px 0px;
}

#hp-timeline .gallery_inner {
    margin-left: 20px;
}

#hp-timeline .jcarousel-prev-horizontal {
    top: -41px;
    right: 24px;
    left: auto;
}

#hp-timeline .jcarousel-next-horizontal {
    top: -43px;
    right: 0;
}

/*404*/
#page_404 {
    min-height: 300px;
}

#page_404 .link-404 {
    color: #fff;
    display: block;
    float: left;
    height: 12px;
    padding: 2px 10px 10px 10px;
    margin-top: 20px;
    border: 2px solid #FFF;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #007eaf;
    behavior: url(/common-swell/css/PIE.htc);
    position: relative;
    z-index: 0;
    margin-right: 20px;
}

/* Forms */

.wysiwyg .input {
}

.wysiwyg .select {
}

/* Google map path info */
#contact-gmap img {
    max-width: none;
}

#contact-form {
    width: 100%;
    min-height: 70px;
    padding: 10px 5px;
    background: #E5F8FD;
    -moz-border-bottom-left-radius: 7px;
    -moz-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    behavior: url(/common-swell/css/PIE.htc);
    position: relative;
}

#contact-form .row {
    margin-bottom: 5px;
}

#contact-form .detect {
    margin-right: 5px;
}

#contact-form label {
    color: #555454;
    line-height: 27px;
    font-weight: bold;
    width: 150px;
    display: inline-block;
    padding-right: 10px;
    text-align: right;
    float: left;
}

#contact-form .spacer {
    padding-left: 5px;
}

#contact-form .submit {
    background: #fff;
    padding: 6px 8px;
    border-top: solid 1px #aaa;
    border-left: solid 1px #aaa;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    cursor: pointer;
    min-width: 120px;
}

#contact-form .submit:hover,
#contact-form .submit:focus {
    border-color: #999;
}

#contact-form #uniform-mapsearch_destination {
    display: inline-block;
    vertical-align: top;
}

#contact-form #uniform-mapsearch_destination,
#contact-form #uniform-mapsearch_destination span {
    width: 258px !important;
}

#contact-form #mapsearch_city {
    width: 258px;
    vertical-align: top;
}

#path_info {
    margin-top: 20px;
}

#path_info .pid {
    font-weight: bold;
    color: #007eaf;
}

#path_info tr {
}

#path_info td {
    height: 23px;
    padding: 3px 5px;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    color: #555454;
}

#path_info .pdur,
#path_info .pdis {
    white-space: nowrap;
    text-align: center;
    vertical-align: top;
}

#gallery-block {
    width: 100%;
}

#gallery-block li {
    position: relative;
    display: inline-block;
    width: 180px;
    height: 121px;
    padding-left: 0;
    background: none;
    text-align: center;
    background: #DCE5F3;
}

#gallery-block li:hover {
    background: #cdd9ed;
}

#gallery-block li a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#gallery-block li img {
    display: inline-block;
}

form.default input.text,
form.default textarea.text {
    background: #fff;
    border: 2px solid #ebebeb;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 10px 21px;
    width: 263px;
    font-family: 'Source Sans Pro', sans-serif;
}

form.default textarea.text {
    width: 536px;
    max-width: 536px;
    outline: 0;
    min-height: 90px;
}

form.default input.text.valid,
form.default textarea.text.valid {
    background: #fff url(../images/layout/background/icon-valid.png) right center no-repeat;
}

form.default input.text.error,
form.default textarea.text.error {
    border-color: #fcd0b9;
    background: #fff url(../images/layout/background/icon-error.png) right center no-repeat;
}

form.default .input-wrapper label.error {
    color: #555454;
    display: block;
    font-weight: bold;
    font-size: 90%;
}

form.default.no-labels label.in-placeholder {
    display: none;
}

form.default table {
    margin: 0;
    border: 0;
    padding: 0;
}

form.default table th,
form.default table td {
    padding-bottom: 7px;
}

form.default label {
    display: block;
    padding: 4px 25px;
}

form.default .input-wrapper {
    margin-bottom: 10px;
}

/* Globalni normalni tlacitko */

.normal-button {
    border: 0;
    position: relative;
    display: inline-block;
    padding: 12px 18px 12px 18px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    text-shadow: 1px 1px 0 #fff;
    background-clip: padding-box;
    background-color: #007eaf;
    -moz-box-shadow: 0 1px 0 rgba(193, 193, 193, .5);
    -webkit-box-shadow: 0 1px 0 rgba(193, 193, 193, .5);
    box-shadow: 0 1px 0 rgba(193, 193, 193, .5);
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f1f3f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f1f3f7));
    background: -webkit-linear-gradient(top, #fff 0%, #f1f3f7 100%);
    background: -o-linear-gradient(top, #fff 0%, #f1f3f7 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f1f3f7 100%);
    behavior: url(/common-swell/css/PIE.htc);
    cursor: pointer;

    color: #007eaf;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    outline: 0;
}

.wysiwyg .normal-button {
    text-decoration: none !important;
}

.normal-button:hover {
    background: #f1f3f7;
    background: -moz-linear-gradient(top, #f1f3f7 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f3f7), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #f1f3f7 0%, #fff 100%);
    background: -o-linear-gradient(top, #f1f3f7 0%, #fff 100%);
    background: -ms-linear-gradient(top, #f1f3f7 0%, #fff 100%);
    text-decoration: none !important;
}

.normal-button .arrow,
.normal-button .arrow-back {
    display: inline-block;
    vertical-align: middle;
    background: url(/common-swell/images/layout/background/icons-sprite.png) no-repeat;
    background-position: 0px -159px;
    width: 16px;
    height: 14px;
    margin-top: -2px;
}

.normal-button .arrow-back {
    background-position: 0px -240px;
}

.cookies {
    color: #fff;
    text-align: center;
}

.tablet .cookies {
    padding-top: 5px;
}

.cookies a {
    color: #fff;
    text-decoration: underline;
}

.cookies a:hover {
    text-decoration: none;
}

.cookies-button {
    padding: 6px 15px;
    margin-left: 10px;
}

.mobile .cookies-button,
.tablet .cookies-button {
    display: block;
    margin: 10px auto 5px;
}

#content-wrapper {
    position: relative;
    overflow: hidden;
}


/* ----------------------- BASE ----------------------- */


.text--left {
    text-align: left;
}

.text--center {
    text-align: center;
}

.text--right {
    text-align: right;
}


.flashMsg {
    display: block;
    padding: 0 20px;
    margin: 10px auto 15px;
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #007eaf;
    border-left: 3px solid #b8c8e1;
    color: #fff;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.flashMsg .content {
    padding: 0px 8px;
    margin: 10px 0;
    display: inline-block;
    -moz-border-radius: 8px / 9px;
    -webkit-border-radius: 8px / 9px;
    border-radius: 8px / 9px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    color: #007eaf;
    font-weight: bold;
    font-size: 12px;
    position: relative;
}

/* ----------------------- GRID ----------------------- */

.grid {
    margin-left: -20px;
}

.grid.grid__2x {
    margin-left: -40px;
}

.grid .grid__item {
    display: inline-block;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.grid.grid__2x .grid__item {
    padding-left: 40px;
}

.mb--none {
    margin-bottom: 0 !important
}

.one-whole {
    width: 100%;
}

.one-half {
    width: 50%;
}

.one-third {
    width: 33.33%;
}

@media (max-width:650px) {

    .mobile-one-whole {
        width: 100%;
    }

}

/* ----------------------- CARRER ----------------------- */

.career-list {
    margin-top: 30px;
}

    .career-list__item {
        position: relative;
        margin-bottom: 15px;
        padding: 10px;
        height: 150px;
        background-color: #007eaf;
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 5px;
    }

    .career-list__item--student {
        background-color: #fff;
    }

    .career-list__item--student .career-list__link {
        background-color: #007eaf;
        color: #fff;
    }

        .career-list__title {
            display: table;
            padding-left: 10px;
            padding-right: 10px;
            width: 100%;
            position: absolute;
            left: 0;
            bottom: 0;
            margin: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .career-list__link {
            position: relative;
            overflow: hidden;
            width: 100%;
            display: inline-block;
            padding: 0 10px;
            padding-right: 45px;
            height: 20px;
            background-color: #fff;
            border-radius: 22px;
            text-decoration: none !important;
            text-transform: uppercase;
            font-size: 10px;
            font-weight: 600;
            line-height: 12px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .career-list__link:after {
            position: absolute;
            right: 2px;
            top: 50%;
            transform: translateY(-50%);
            content: "";
            background: url(/common-swell/images/layout/background/icon-arrow-right-blue.png) 50% 50% no-repeat;
            background-size: 100% auto;
            width: 16px;
            height: 16px;
        }

        .career-list__item--student .career-list__link:after {
            background-image: url(/common-swell/images/layout/background/icon-arrow-right-white.png);
        }

        .career-list__link > span {
            display: table-cell;
            vertical-align: middle;
            height: 20px;
        }

        .career-list__link.font-small {
            font-size: 8px;
            line-height: 8px;
        }

        .career-list__link--redirect {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            text-decoration: none;
        }

.career-detail {
}

    .career-detail__header {
        position: relative;
        margin-bottom: 15px;
        padding: 10px;
        height: 150px;
        background-color: #007eaf;
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 5px;
    }

        .career-detail__title {
            position: relative;
            display: inline-block;
            padding: 7px 20px;
            padding-left: 45px;
            background-color: #fff;
            border-radius: 42px;
            text-transform: uppercase;
            font-size: 17px !important;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .career-detail__title:before {
            position: absolute;
            left: 4px;
            top: 50%;
            transform: translateY(-50%);
            content: "";
            background: url(/common-swell/images/layout/background/icon-arrow-right-blue.png) 50% 50% no-repeat;
            background-size: 100% auto;
            width: 28px;
            height: 28px;
        }


    .career-detail__content {
    }

        .career-detail__title-h2 {
            text-transform: uppercase;
            font-size: 16px !important;
        }

        .career-detail__form-container {
            margin-top: 25px;
            padding: 25px 20px;
            background-color: #fff;
            border-radius: 5px;
        }

form .form__row {
    margin-bottom: 10px;
}

form .form__item {
    position: relative;
}

form .form__input,
form .form__textarea,
form .form__select {
    display: inline-block;
    color: #949494;
    padding: 0 10px;
    width: 100%;
    height: 33px;
    border: 2px solid #ebebeb;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
}

form .form__textarea {
    height: 80px;
}

form label.error {
    position: relative;
    top: -3px;
    float: right;
    background: red;
    margin-bottom: 10px;
    padding: 1px 7px;
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
}

form .form__label {
    font-size: 13px;
}

form .form__label .mandatory {
    color: #007eaf;
}

form .form__label.inline {
    display: inline-block;
    padding-top: 8px;
    width: 97px;
    vertical-align: top;
}

form .form__input-inline-label {
    display: inline-block;
    width: calc(100% - 97px);
}

form .form__btn {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    padding: 0 20px;
    padding-right: 40px;
    height: 42px;
    line-height: 40px;
    border-radius: 22px;
    background-clip: padding-box;
    background-color: #007eaf;
    border: 0 none;
    cursor: pointer;

    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    outline: 0;
}

form span.form__btn--fileupload {
    line-height: 43px;
}

form .form__btn:before {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: url(/common-swell/images/layout/background/icon-btn-arrow-right-white.png) 50% 50% no-repeat;
    background-size: 100% auto;
    width: 6px;
    height: 10px;
}

form .form__btn:hover {
    background: #DDE4F1;
    color: #007eaf;
}

form .form__btn:hover:before {
    background-image: url(/common-swell/images/layout/background/icon-btn-arrow-right-blue.png);
}

form .form__btn--fileupload {
    margin-top: 0;
    padding-right: 60px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

form .form__btn--fileupload:before {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: url(/common-swell/images/layout/background/icon-file-arrow-white.png) 50% 50% no-repeat;
    background-size: 100% auto;
    width: 19px;
    height: 17px;
}

form .form__btn--fileupload:hover {
    background: #DDE4F1;
    color: #007eaf;
}

form .form__btn--fileupload:hover:before {
    background-image: url(/common-swell/images/layout/background/icon-file-arrow-blue.png);
}

form .form__hidden {
    height: 0px;
    width: 0px;
    overflow:hidden;
}
