/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

ins, a {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*:focus {
    outline: none;
}

/* =Clearfix
-------------------------------------------------------------- */
/* float clearing for IE6 */
* html .clearfix {
    height: 1%;
    overflow: visible;
}

/* float clearing for IE7 */
* + html .clearfix {
    min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

br.clear {
    clear: both;
    display: block;
    height: 0;
}

/* MAIN */

html, body {
    height: 100%;
}

body {
    background: #fff;
    font-family: 'Poppins', Helvetica, Arial, Sans-Serif;
    font-weight: 300;
    color: #5e5e5e;
    font-size: 14px;
    line-height: 24px;
}

strong {
    font-weight: 400;
}

em {
    font-style: normal;
}

a {
    color: #000;
    text-decoration: underline;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a:hover {
    color: #7b7b7b;
}

br.clear {
    clear: both;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

img {
    max-width: 100%;
}

* {
    box-sizing: border-box;
}

/**/

header {
    background: #fff;
	color: #111;
    position: relative;
    padding: 19px 0;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 400;
}

header .menu li {
    float: left;
    margin-right: 40px;
}

header .menu li a {
    text-decoration: none;
    color: #111;
    position: relative;
}

header .menu li.active > a:after,
header .menu li.active ul li.active > a:after {
    content: '';
    width: 70px;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

header .menu li.active ul li.active > a:after {
    background: #ededed;
}

header .menu {
    /*margin-top: 8px;*/
}

.search_menu_ico a, .login_menu_ico a {
    display: block;
    width: 17px;
    height: 20px;
    text-indent: -1000em;
    background-size: 100% 100% !important;
}

.search_menu_ico a {
    background: url(../img/search.png) 50% 50% no-repeat;
}

.login_menu_ico a {
    background: url(../img/login.png) 50% 50% no-repeat;
}

.loggedin .login_menu_ico a {
    background-image: url(../img/person-icon.png);
}

.header_icons p {
    padding: 2px 18px;
    position: relative;
}

.header_icons p, .header_icons nav {
    float: left;
}

.search_menu_ico, .login_menu_ico {
    margin-top: 7px;
}

.search_menu_ico:after,
.login_menu_ico:after {
    content: '';
    display: block;
    float: right;
    background: #7b7b7b;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

header .menu ul ul {
    background: rgba(10, 18, 34, 0.9);
    position: absolute;
    left: 0;
    top: 108px;
    width: 100%;
    z-index: 10;
    text-align: center;
    /*padding: 20px;*/
	padding: 2px;
}

header .menu ul ul li {
    float: none;
    display: inline-block;
    margin: 0 35px;
    text-transform: none;
    font-weight: 300;
}

header .menu ul ul a {
    color: rgba(246, 246, 246, 0.9);
}

.logo {
    float: left;
    margin-right: 40px;
}

.logo img {
    display: block;
}

@media screen and (min-width: 981px) {
	.header_icons {
		padding-top: 10px;
	}
	
	header .menu {
		line-height: 60px;
	}
	
	
}

@media screen and (max-width: 980px) {
	.logo img {
		max-height: 37px;
	}
	
	.header_icons, .menu {
		padding-top: 5px;
	}
}

.header_icons, .menu {
    float: right;
}

footer {
    background: #0f0f0f;
    color: #7f7f7f;
}

.footer_part1 {
    background: #0e131d;
}

.container {
    padding: 0 320px;
}

#slider {
    z-index: 1;
    max-height: 600px;
    overflow: hidden;
}

#slider figure {
    position: relative;
    display: block;
    width: 100%;
}

#slider figure img{
	display:block;
	-webkit-filter: saturate(0.6);
	filter: saturate(0.6);
}

#slider figcaption{
	position:absolute; 
    left: 8%;
    color: #fefeff;
    font-size: 45px;
    line-height: 46px;
	text-align:center;
    font-weight: 300;
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#slider .text_right figcaption {
    right: 8%;
    left: auto;
}

#slider .text_center figcaption {
    right: 35%;
    left: auto;
}

#slider .text_bottom figcaption {
    /*bottom: 150px;*/
    top: 0;
}

#slider figcaption a {
    color: #fefeff;
    text-decoration: none;
}

#slider figcaption a:hover {
    color: rgba(255, 255, 255, 0.5);
}

#slider figcaption:before {
	content:'';
	display:none;
    width: 50%;
    height: 40%; /*change height to adjust size as needed*/
    background: url(../img/Q-icon-slider.png) 50% 50% no-repeat;
    background-size: contain;
    transform: translate(50%, 0%);
    border-bottom: 1px solid #fff;
    margin-bottom: 2%;
}

#slider .dark figcaption:before {
	opacity:1.0;
    background-image: url(../img/Q-icon-slider-dark.png);
    border-color: #626263;
	
}

#slider .dark figcaption {
    color: #878787;
}

#slider .dark figcaption a {
    color: #878787;
}

#slider .dark figcaption a:hover {
    color: #171717;
}

.slider_container {
		position: relative;
}

#slider_pager {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    text-align: center;
    padding: 20px 0 10px 0;
}

#slider_pager li {
    float: left;
    opacity: 0.4;
    width: 33.33%;
    padding: 0 30px;
}

#slider_pager li img {
    display: block;
    margin: 0 auto;
    max-width: 230px;
}

#slider_pager li a {
    text-transform: uppercase;
    color: #f8f8f8;
    text-decoration: none;
	font-size:30px;
	line-height:34px;
    border: 1px solid #fff;
    padding: 8px 37px;
    display: inline-block;
    margin-top: 20px;
	}

#slider_pager li.cycle-pager-active a:hover {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5) inset;
}

#slider_pager li.cycle-pager-active {
    opacity: 1;
}

#slider_pager li:after {
    content: '';
    width: 50px;
    height: 3px;
		display:block;
    background: rgba(255, 255, 255, 0.3);
    margin: 20px auto 0 auto;
}

#slider_pager li.cycle-pager-active:after {
    /*box-shadow: 25px 0px #fff inset;*/
    background: #fff;

}

#slider_pager_list {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 100;
}

#slider_pager_list span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    text-indent: -1000em;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 5px;
    cursor: pointer;
}

#slider_pager_list span.cycle-pager-active {
    background: rgba(255, 255, 255, 0.7);
}

.cycle-prev, .cycle-next {
    display: none;
    width: 67px;
    height: 126px;
    text-indent: -1000em;
    cursor: pointer;
		position:absolute;
		top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 100;
	}

.cycle-prev {
    background: url(../img/arrow-left.png) 0 0 no-repeat;
    left: 50px;
}

.cycle-next {
    background: url(../img/arrow-right.png) 0 0 no-repeat;
    right: 50px;
}

.prev_container {
    width: 15%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.next_container {
    width: 15%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

.maintext {
    padding-top: 40px;
    padding-bottom: 40px;
}

.maintext h2, .mid_header {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #171717;
    margin-bottom: 10px;
}

.maintext .col {
    width: 50%;
}

.maintext .col.right {
    position: relative;
    padding: /*60px*/ 0 0 0 30px;;
}

.maintext .col.right:before {
    content: '';
    display: block;
    width: 1px;
    height: 110px;
    background: #0a1222;
    position: absolute;
    left: 0;
    top: 0;
}

.subtitle {
    font-size: 16px;
    line-height: 24px;
    margin: 0 !important;
}

.footer_part1 {
    font-size: 18px;
    line-height: 24px;
    padding-top: 80px;
    padding-bottom: 80px;
    color: rgba(255, 255, 255, 0.5);
}

.footer_part1 ul {
    text-transform: none;
}

.footer_part1 a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
}

.footer_part1 a:hover {
    color: #fff;
}

.footer_part2 ul {
    text-align: right;
}

.footer_part2 ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 40px;
}

.footer_part2 {
    font-size: 15px;
    line-height: 24px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.logo-certina-footer {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    padding-right: 15px;
    margin-right: 15px;
    max-width: 128px;
}

.footer-text-block {
	display: block;
	margin-left: 143px;
}

.footer_part2 .col {
    width: 50%;
}

.footer-txt {
    font-size: 13px;
    line-height: 18px;
    max-width: 550px;
}

.footer_part2 a {
    color: #7f7f7f;
    text-decoration: none;
}

.footer_part2 a:hover {
    color: #fff;
}

footer a img:hover {
    opacity: 0.5;
}

.menu_footer > li {
    float: left;
    width: 25%;
}

.menu_footer > li > a,
.support > strong {
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
    display: inline-block;
}

.support > strong a {
    color: rgba(255, 255, 255, 0.7);
}

.social_menu {
    width: 44px;
    float: right;
    margin-top: 4px;
    position: absolute;
    right: 0;
}

.footer_part1_wrapper {
    position: relative;
}

.social_menu > ul li a {
    text-align: center;
    width: 44px;
    display: block;
}

.social_menu > ul li {
    margin-bottom: 25px;
}

.social_menu > ul li:last-child {
    margin-bottom: 0;
}

.menu_footer {
    width: 100%;
    float: left;
    padding-right: 44px;
}

.footer-menu {
    margin-top: 50px;
    clear: right;
}

.footer_part1 li {
    margin: 5px 0;
}

.support {
    position: relative;
}

.support:before {
    content: '';
    display: block;
    width: 28px;
    height: 31px;
    background: url(../img/support.png) 50% 50% no-repeat;
    position: absolute;
    left: -40px;
    top: 0;
}

main {
    overflow: hidden;
}

/* LANGUAGE SWITCHER */

.ui-dropdown-list {
    position: relative;
    margin-top: 6px;
}

p.ui-dropdown-list-trigger {
    margin-top: 0;
}

.ui-dropdown-list-trigger strong {
    position: relative;
    z-index: 999;

}

/*.ui-dropdown-list-trigger strong:after {
	display: block;
	position: absolute;
	content: '';
	right: -18px;
	top: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 6px 0 6px;
	border-color: #181818 transparent transparent transparent;
}*/

.ui-dropdown-list-trigger strong,
.ui-dropdown-list ul a {
    display: block;
    cursor: pointer;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
}

.ui-dropdown-list ul {
    display: none;
    position: absolute;
    right: 0;
    top: 40px;
    margin-top: 0;
    padding: 0;
    z-index: 1000;
    border-top: none;
    width: 100%;
    background: #fff;
}

.ui-dropdown-list li {
    list-style-type: none;
    display: block;
    padding: 3px 20px;
}

.ui-dropdown-list ul a:hover,
.ui-dropdown-list ul a:focus {
    border-bottom: none;
    color: #7b7b7b;
}

.ui-dropdown-list.active ul {
    display: block;
}

/*.ui-dropdown-list.active strong {
	background-color: #7b7b7b;
	color: #fff;
}

.ui-dropdown-list.active strong:after {
	border-top-color: #fff;
}*/

.menu_ico, .hidedesktop {
    display: none;
}

/**/

.searchform {
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.searchform input[type=text] {
    border: none;
    border-bottom: 2px solid #101010;
    width: 100%;
    font-size: 48px;
    line-height: 55px;
    text-align: center;
    background: none;
    padding: 15px 180px 15px 0;
    text-indent: 180px;

    font-family: 'Poppins', Helvetica, Arial, Sans-Serif;
    font-weight: 400;
    color: #5e5e5e;
}

.searchform_wrapper {
    width: 50%;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.searchform input[type=submit] {
    border: none;
    width: 50px;
    height: 50px;
    text-indent: -1000em;
    background: transparent url("../img/search_big.png") 50% 50% no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    right: 100px;
    bottom: 25px;
}

.closed {
    border: none;
    width: 50px;
    height: 50px;
    text-indent: -1000em;
    background: transparent url("../img/closed.png") 50% 50% no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    text-indent: -1000em;
    position: absolute;
    right: 0;
    bottom: 25px;
}

/*  formularze */

main input.input, main textarea, select {
    border: none;
    border-bottom: 2px solid #434343;
    text-align: center;
    padding: 0 20px;
    font-size: 18px;
    line-height: 100%;
    height: 50px;
    width: 100%;
    font-family: 'Poppins', Helvetica, Arial, Sans-Serif;
    font-weight: 300;
    color: #5e5e5e;
    background: none;
    display: block;
}

textarea {
    resize: vertical;
    overflow: auto;
}

main div.input {
    position: relative;
}

main div.input:before {
    content: '';
    width: 2px;
    height: 10px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 2px;
    background: #434343;
}

main div.input:after {
    content: '';
    width: 2px;
    height: 10px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 2px;
    background: #434343;
}

.loginform {
    margin: 0 auto;
    width: 430px;
}

.login_page {
    margin: 60px 0 120px 0;
}

.loginform .btn {
    width: 100%;
}

form .item {
    margin-bottom: 50px;
}

.btn {
    border: 1px solid #303030;
    padding: 5px 20px;
    font-size: 24px;
    line-height: 30px;
    color: /*#575757*/ #0a1222;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background: none;
    text-transform: uppercase;
    font-family: 'Poppins', Helvetica, Arial, Sans-Serif;
    font-weight: 300;
}

.black_btn, .btn:hover {
    background: #303030;
    color: #e0e0e0;
}

.black_btn:hover {
    background: none;
    color: #575757;
}

/*  contact */

.tab:not(:first-child) {
    display: none;
}

.contact_header {
    position: relative;
    margin-bottom: 40px;
}

.contact_header img {
    display: block;
}

.contact_header h2 {
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    /*transform:translateY(-50%);
 -webkit-transform:translateY(-50%);*/
    width: 100%;
    text-align: center;
    font-size: 80px;
    line-height: 80px;

    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1), cubic-bezier(0.42, 0, 0.58, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1), cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-animation-duration: 1.3s, 1s;
    animation-duration: 1.3s, 1s;
    -webkit-animation-delay: 0.2s, 0.2s;
    animation-delay: 0.2s, 0.2s;
    -webkit-animation-name: anime_up, anime_in;
    animation-name: anime_up, anime_in;
    -webkit-animation-fill-mode: forwards, forwards;
    animation-fill-mode: forwards, forwards;
}

@-webkit-keyframes anime_up {
    from {
        -webkit-transform: translate3d(0, 60px, 0);
        transform: translate3d(0, 60px, 0);
    }
    to {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}

@keyframes anime_up {
    from {
        -webkit-transform: translate3d(0, 60px, 0);
        transform: translate3d(0, 60px, 0);
    }
    to {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}

@-webkit-keyframes anime_in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes anime_in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.contact_page h3,
.news_page h3,
.news_single_page h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #171717;
    margin-bottom: 40px;
}

.news_single_page h2 {
    margin-bottom: 20px;
}

.news_page .news_col2 h3 {
    font-size: 24px;
    line-height: 30px;
}

.contact_form_section h3:after,
.news_page h3:after {
    content: '';
    display: block;
    width: 126px;
    height: 1px;
    background: #ababab;
    margin-top: 10px;
}

.news_single_page h2:before {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #ababab;
    margin-bottom: 20px;
}

.grey_panel {
    background: #f6f6f6;
}

.tabs_menu a {
    color: #5f5f5f;
    text-decoration: none;
    font-size: 24px;
    line-height: 30px;
}

.tabs_menu li.selected a {
    color: #00274e;
    font-weight: 400;
}

.tabs_menu li.selected {
    border-bottom: 1px solid #00274e;
    position: relative;
}

.tabs_menu li.selected:after {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    border-bottom: 1px solid #00274e;
    border-left: 1px solid #00274e;
    position: absolute;
    bottom: -8px;
    right: 50%;
    margin-right: -6px;
    transform: rotate(-45deg);
    background: #fff;
}

.tabs_menu li {
    float: left;
    margin-right: 100px;
    padding-bottom: 15px;
}

.tabs_menu {
    margin-bottom: 20px;
}

.technologies_page .tabs_menu a {
    color: #171717;
    font-size: 40px;
    line-height: 44px;
    text-align: center;
    display: block;
}

.technologies_page .tabs_menu span {
    color: #a4a4a4;
    font-size: 20px;
    line-height: 24px;
    display: block;
    margin-top: 20px;
    font-weight: 300;
}

.technologies_page .tabs_menu li.selected a {
    color: #171717;
}

.technologies_page .tabs_menu li {
    float: none;
    margin-right: 0;
    width: 30%;
    margin: 0 1%;
    display: inline-block;
    max-width: 350px;
    vertical-align: top;
}

.technologies_page .tabs_menu {
    text-align: center;
}

.technologies_page .tabs_menu{ 
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.technologies_page .tab img {
    display: block;
    margin: 0 auto;
    max-width: 80%;
}

.columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;

}

.technologies_page .tab .columns {
    margin-top: 80px;
}

@media screen and (max-width: 960px)
{
.technologies_page .tabs_menu{
	display: block;	
}
.technologies_page .tabs_menu li {
    margin-bottom: 30px;
}

}

.mid_header {
    margin-bottom: 40px;
}

.technology_tabs {
    margin-bottom: 40px;
}

.mid_header:after {
    content: '';
    display: block;
    width: 90px;
    height: 1px;
    background: #0a1222;
    margin-top: 10px;
}

.cms ul li:before {
    content: '';
    background: #d1d1d1;
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -4px;
}

.cms ol {
    list-style-type: none !important;
    counter-reset: item;
}

.cms ol li {
    position: relative;
}

.cms ol li::before {
    display: inline-block;
    content: counter(item) ". ";
    counter-increment: item;
    color: #171717;
    position: absolute;
    left: -35px;
    top: 0;
    width: 30px;
    text-align: right;
    font-weight: 500;
}

.tab {
    padding: 40px 0;
}

.contact_form_section, .map_section1 {
    margin-bottom: 60px;
}

.contact_form {
    margin-left: -2%;
    margin-right: -2%;
}

.contact_form_section .item:last-child {
    margin-bottom: 0;
}

.contact_form_section .item {
    width: 29.33%;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
}

.contact_form_section .item.wide {
    width: 96%;
}

.contact_form_section input.input, .contact_form_section textarea, .contact_form_section select {
    text-align: left;
}

.contact_form_section input.input, .contact_form_section textarea {
    border-color: #858585;
}

.contact_form_section div.input:before, .contact_form_section div.input:after {
    background: #858585;
}

.col50 {
    width: 50%;
}

.map_section1 .col50.left {
    padding-left: 320px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 60px;
}

#map1 {
    height: 630px;
    background: #292929;
}

.map_sidebar_txt {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
}

.contact_page h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #171717;
    margin-bottom: 40px;
}

.map_section1 * + h4 {
    padding-top: 40px;
}

.map_section1 h4:after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background: #060606;
    margin-top: 30px;
}

.ico_mail,.ico_fax, .ico_tel, .ico_vcard {
    margin: 50px 0 0 0;
    font-size: 18px;
    line-height: 24px;
}

.ico_mail:before,
.ico_fax:before,
.ico_tel:before,
.ico_vcard:before {
    width: 55px;
    height: 55px;
    display: inline-block;
    content: '';
    padding-right: 35px;
    border-right: 2px solid #c8c9cd;
    vertical-align: middle;
    margin-right: 35px;
}

.ico_tel:before {
    background: url(../img/ico_tel.png) 50% 50% transparent no-repeat;
}

.ico_mail:before {
    background: url(../img/ico_mail.png) 50% 50% transparent no-repeat;
}

.ico_fax:before {
    background: url(../img/ico_fax.png) 50% 50% transparent no-repeat;
}

.ico_vcard:before {
    background: url(../img/ico_vcard.png) 50% 50% transparent no-repeat;
}


.map_section2 h4 {
    padding-left: 320px;
}

.map_section2 ul li {
    padding-left: 360px;
    color: #000;
}

#map2 {
    height: 630px;
    background: #292929;
}

.map_section2 h4 {
    margin-bottom: 20px;
}

.map_section2 .map_sidebar {
    padding-top: 50px;
    padding-bottom: 40px;
    padding-right: 60px;
}

.map_section2 ul li.selected {
    background: #7c7c7c;
}

.map_section2 ul li.selected, .map_section2 ul li.selected a {
    color: #f4f4f4;
}

.map_section2 ul li a {
    text-decoration: none;
    display: block;
}

.map_sidebar {
    position: relative;
}

.map_sidebar:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 40px 40px;
    border-color: transparent transparent transparent #f6f6f6;
    position: absolute;
    right: -40px;
    top: 50px;
    z-index: 10;
}

.map_section2 ul {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}

.map_section2 ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}

/*.map_section2 ul li:hover{background:#e2e2e2;}
.map_section2 ul li:hover a{color:#171717;}*/

.map_section2 .country {
    padding-top: 10px;
}

.map_section2 .country:hover {
    background: #e2e2e2;
    cursor: pointer;
}

.map_section2 .country.selected {
    background: #7c7c7c;
}

.map_section2 .country.selected li,
.map_section2 .country.selected h4 {
    color: #f4f4f4;
}

.map_section2 .country.selected h4:after {
    background: #f4f4f4;
}

.map_section2 h4:after {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    background: #838383;
    margin-top: 10px;
}

.nano {
    padding-right: 0;
}

.map_section1 .map_sidebar {
    height: 630px;
}

.map_section2 .map_sidebar {
    height: 630px;
}

.nano > .nano-pane {
    width: 10px !important;
    background: #a7a7a7 !important;
    border-radius: 0 !important;
    box-shadow: 3px 0 0 #f6f6f6 inset, -3px 0 0 #f6f6f6 inset;
}

.nano > .nano-pane > .nano-slider {
    background: #262626 !important;
    border-radius: 0 !important;
}

.profile_col1 {
    width: 72%;
    position: relative;
    padding-left: 305px;
}

.profile_col2 {
    width: 28%;
}

.profile_avatar {
    position: absolute;
    left: 0;
    top: 0;
}

.profile_section h5 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #171717;
}

.profile_section h4 {
    font-size: 24px;
    line-height: 30px;
    border-bottom: 1px solid #888888;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.map_section2 {
    margin-bottom: 40px;
}

.profile_section .ico_marker:before {
    background: url(../img/pin_agent.png) transparent 50% 0 no-repeat;
    background-size: 31px 42px;
}

.profile_section .ico_avatar:before {
    background: url(../img/ico_avatar.png) transparent 50% 0 no-repeat;
    background-size: 50px 50px;
}

.profile_section .ico_mobile:before {
    background: url(../img/ico_mobile.png) transparent 50% 0 no-repeat;
    background-size: 26px 40px;
}

.profile_section .ico_skype:before {
    background: url(../img/ico_skype.png) transparent 50% 0 no-repeat;
    background-size: 35px 35px;
}

.profile_section .ico_mail:before {
    background-size: 36px 26px;
    background-position: 50% 0;
}

.profile_section .ico_tel:before {
    background-size: 35px 35px;
    background-position: 50% 0;
}

.profile_section .ico_vcard:before {
    background-size: 35px 35px;
    background-position: 50% 0;
}

.profile_section .ico_mail,
.profile_section .ico_tel,
.profile_section .ico_marker,
.profile_section .ico_avatar,
.profile_section .ico_mobile,
.profile_section .ico_skype,
.profile_section .ico_vcard {
    position: relative;
    padding-left: 80px;
    margin: 0 0 30px 0;
}

.profile_section .ico_mail,
.profile_section .ico_tel,
.profile_section .ico_marker,
.profile_section .ico_mobile,
.profile_section .ico_skype,
.profile_section .ico_vcard {
    font-size: 18px;
    line-height: 24px;
}

.profile_section .ico_marker small {
    font-size: 14px;
    line-height: 24px;
}

.profile_section .ico_mail:before,
.profile_section .ico_tel:before,
.profile_section .ico_marker:before,
.profile_section .ico_avatar:before,
.profile_section .ico_mobile:before,
.profile_section .ico_skype:before,
.profile_section .ico_vcard:before {
    width: 50px;
    height: 50px;
    display: block;
    content: '';
    padding-right: 0;
    border-right: none;
    vertical-align: middle;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.input2 {
    border: 1px solid #303030;
    text-align: left;
    padding: 0 20px;
    font-size: 20px;
    line-height: 100%;
    height: 50px;
    width: 230px;
    font-family: 'Poppins', Helvetica, Arial, Sans-Serif;
    font-weight: 300;
    color: #5e5e5e;
    background: none;
    display: block;
    float: left;
    margin-right: 10px;
}

.profile_section .btn {
    padding: 9px 20px;
    text-transform: none;
}

.profile_description {
    margin-top: 80px;
    width: 72%;
}

.agent_tab {
    margin-bottom: 60px;
}

.agent_tab {
    display: none;
}

/* news */

.news_col1 {
    width: 73%;
    padding-right: 150px;
}

.news_col2 {
    width: 27%;
}

.news_col1, .news_col2 {
    margin-bottom: 100px;
}

.post {
    position: relative;
    padding-left: 305px;
    margin-bottom: 70px;
    font-size: 18px;
    line-height: 24px;
    color: #6e6e6e;
    min-height: 187px;
}

.post h2 {
    font-weight: 400;
    font-size: 18px;
    color: #171717;
    margin-bottom: 10px;
}

.event {
    margin-bottom: 40px;
}

.event_wrapper {
    position: relative;
    padding-left: 150px;
    min-height: 120px;
}

.news_thumb {
    position: absolute;
    left: 0;
    top: 0;
}

.news_thumb img {
    width: 253px;
    height: auto;
}

.event .news_thumb img {
    width: 120px;
}

.aligncenter {
    text-align: center;
}

.date {
    color: #1d3462;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.news_form_section h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: left;
}

.news_form_section h4, .news_form_section h4 a {
    color: #454545;
}

.news_form_section h4 a {
    text-decoration: none;
}

.post h4:after {
    content: '';
    display: block;
    width: 126px;
    height: 1px;
    background: #8b8b8b;
    margin-top: 10px;
}

.event h4 {
    margin-bottom: 15px;
}

.event .date {
    margin-top: 5px;
}

.news_slider {
    width: 45%;
}

.news_post {
    width: 55%;
    padding-right: 60px;
}

.news_single_page .news_post h2 {
    font-size: 20px;
}

.news_single_page .news_post h2:before {
    display: none;
}

.maintext h2:not(:first-of-type) {
    font-size: 20px;
}

.maintext h2:not(:first-of-type) + br, .maintext h2:not(:first-of-type) + br + br, .post h2 + br, .post h2 + br + br,
.news_single_page .news_post h2 + br, .news_single_page .news_post h2 + br + br {
    display: none;
}

.news_single_page {
    padding-top: 120px;
    padding-bottom: 120px;
}

.news_single_page .date {
    text-align: right;
    color: #4f4f4f;
    border-bottom: 1px solid #a9a9a9;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
}

.btn_back {
    color: #0a1222;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: right;
    border-bottom: 2px solid #757982;
    text-decoration: none;
    position: relative;
    margin-top: 80px;
}

.btn_back span {
    background: #fff;
    padding-left: 114px;
    position: relative;
    top: 21px;
}

.btn_back:before {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    border-top: 2px solid #0a1222;
    border-left: 2px solid #0a1222;
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    top: 32px;
}

.cycle-prev2, .cycle-next2 {
    width: 35px;
    height: 35px;
    border-top: 1px solid #8a8a8a;
    border-left: 1px solid #8a8a8a;
    display: inline-block;
    text-indent: -1000em;
    cursor: pointer;
}

.cycle-prev2 {
    margin-right: 70px;
    transform: rotate(-45deg);
}

.cycle-next2 {
    transform: rotate(135deg);
    margin-left: 70px;
}

#slider_pager_list2 span {
    width: 30px;
    height: 2px;
    background: #bbbbbb;
    display: inline-block;
    text-indent: -1000em;
    margin: 0 8px;
    cursor: pointer;
}

#slider_pager_list2 span.cycle-pager-active {
    background: #545454;
}

.slider_pager2 {
    text-align: center;
    margin-top: 20px;
    overflow: hidden;
}

.slider_pager2 * {
    display: inline-block;
}

#slider_pager_list2 {
    position: relative;
    top: 15px;
}

#news_slider * {
    display: block;
    width: 100%;
}

blockquote {
    color: #171717;
    font-size: 24px;
    line-height: 30px;
    text-align: center;

}

blockquote:after {
    content: '';
    width: 200px;
    height: 1px;
    background: #0a1222;
    margin: 20px auto 0 auto;
    display: block;
}

.news_post p, .maintext p, .cms p,
.news_post ul, .maintext ul, .cms ul,
.news_post ol, .maintext ol, .cms ol {
    margin: 20px 0;
}

.columns p,
.columns ul,
.columns ol {
    margin: 1px 0 20px 0;
}

.icon_boxes li {
    width: 33.33%;
    float: left;
    font-size: 18px;
    line-height: 24px;
    padding: 0 50px;
}

.icon_boxes li span:after {
    content: '';
    width: 90px;
    height: 1px;
    background: #80848c;
    display: block;
    margin-top: 10px;
}

.icon_boxes li span {
    display: block;
    margin-bottom: 10px;
}

.icon_boxes {
    padding: 40px 0;
    margin-left: -50px;
    margin-right: -50px;
}

/* home */

#solutions_list li {
    float: left;
    position: relative;
    width:20%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

#solutions_list {
    margin-left: -1px;
    margin-right: -1px;
}

#solutions_list li span {
    background: rgba(16, 29, 54, 0.8);
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    padding: 20px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    display: block;
    transition: all 500ms;
    -webkit-transition: all 500ms;
}

/*#solutions_list li:hover span {
    bottom: 50%;
    background: rgb(10, 18, 34);
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
}*/

#solutions_list li img {
    display: block;
}


/* STARTS Webpac added CSS code */

#solutions_list{
  position:relative;
  z-index:9;
  
}
#solutions_list li {
    width: 16.66%; /*to be changed in the current css*/
      
  
}


/** add this **/
#solutions_list li a{
  /*width:100%;*/
  /*height:100%;*/
  display:block;
}
/***/

/*this is the main wrapper*/
#sol_list_cont{
    position: relative;
    overflow: hidden;
}

#solutions_list li.showSubMarket
{
cursor:pointer;
}
     
#solutions_list li:first-child span.expcol
{
    width: 79px;
    float: right;
    left: calc(100% - 79px);
	padding-left: 10px;
}   


@media screen and (max-width: 1400px) {
.subMarketList li span
{
font-size:16px;
}
}
@media screen and (max-width: 1024px) {
.subMarketList li span
{
font-size:12px;
}
}

		


#solutions_list li span
{
  background: rgba(41, 83, 112, 0.8);  
}

#solutions_list li:hover span
{
 background: rgba(17, 57, 86, 0.8);
}

.subMarketList
{
  position:absolute;
  bottom:0px;

}

.subMarketList li{
    float: left;
    position: relative;
    width: 16.666%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.subMarketList li:first-child{
   border-left:0;
}

.subMarketList li:last-child{
   border-right:0;
}

.subMarketList li a{
  width:100%;
  height:100%;
  display:block;
}

.subMarketList li span {
    background: rgba(41, 83, 112, 0.8);
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    padding: 20px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    display: block;
    transition: all 500ms;
    -webkit-transition: all 500ms;
}

.subMarketList li:hover span {
    bottom: 50%;
    background: rgb(10, 18, 34);
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
}

.subMarketList li img {
    display: block;
}

/* ENDS Webpac added CSS code */







h2.center_header {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #171717;
    margin-bottom: 10px;
    margin-bottom: 40px;
}

#products_slider {
    padding: 0 200px;
    width: 100%;
    position: relative;
}

#products_slider .cycle-slideshow {
}

#products_slider li {
    width: 25%;
    text-align: center;
}

#prev, #next {
    display: block;
    width: 56px;
    height: 109px;
    text-indent: -1000em;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 100;
}

#prev {
    background: url(../img/left_carousel.png) 0 0 no-repeat;
    left: 50px;
}

#next {
    background: url(../img/right_carousel.png) 0 0 no-repeat;
    right: 50px;
}

.brands_slider_wrap {
    padding: 0 200px;
}

.grey_panel .maintext .col.right::before {
    display: none;
}

.grey_panel .maintext {
    padding: 0;
}

.grey_panel .maintext .col:first-child::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 40px 40px;
    border-color: transparent transparent transparent #f6f6f6;
    position: absolute;
    right: -40px;
    top: 50px;
    z-index: 10;
}

.grey_panel .maintext .col.right::after {
    right: auto;
    left: -40px;
    border-width: 40px 40px 40px 0;
    border-color: transparent #f6f6f6 transparent transparent;

}

.grey_panel .maintext .col img {
    width: 100%;
    display: block;
}

.grey_panel .maintext .col:nth-child(1) {
    padding: 40px 320px 40px 60px;
    position: relative;
}

.grey_panel .maintext .col:nth-child(1).left {
    padding: 40px 60px 40px 320px;
}

.grey_panel .maintext .col:nth-child(2) {
    padding: 0;
}

.products_section, .brands_section {
    padding: 80px 0;
}

.services_page .contact_header,
.company_page .contact_header,
.development_page .contact_header,
.technologies_page .contact_header,
.solutions_page .contact_header {
    margin-bottom: 0;
}

.company_icons {
    text-align: center;
    padding: 20px 0;
}

.company_icons li {
    width: 16%;
    display: inline-block;
    vertical-align: top;
}

.company_icons li a:before {
    content: '';
    display: block;
    min-width: 180px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    top: 0;
    transition: top ease 0.2s;
    -webkit-transition: top ease 0.2s;
    pointer-events: none;
}

.company_icons li:hover a:before {
    top: -20px;
}

.development_ico a:before {
    background: url(../img/development_ico.png) 50% 50% no-repeat;
}

.news_ico a:before {
    background: url(../img/news_ico.png) 50% 50% no-repeat;
}

.technologies_ico a:before {
    background: url(../img/technologies_ico.png) 50% 50% no-repeat;
}

.environment_ico a:before {
    background: url(../img/environment_ico.png) 50% 50% no-repeat;
}

.services_ico a:before {
    background: url(../img/services_ico.png) 50% 50% no-repeat;
}

.team_ico a:before {
    background: url(../img/team_ico.png) 50% 50% no-repeat;
}

.toolshop_ico a:before {
    background: url(../img/toolshop_ico.png) 50% 50% no-repeat;
}

.development_RH_ico a:before {
    background: url(../img/Company_Development.png) 50% 50% no-repeat;
}

.environment_RH_ico a:before {
    background: url(../img/Company_Environment.png) 50% 50% no-repeat;
}

.glassPolymer_ico a:before {
    background: url(../img/Company_GlassPolymer.png) 50% 50% no-repeat;
}

.news_RH_ico a:before {
    background: url(../img/Company_News.png) 50% 50% no-repeat;
}

.services_RH_ico a:before {
    background: url(../img/Company_Services.png) 50% 50% no-repeat;
}

.technologies_RH_ico a:before {
    background: url(../img/Company_Technologies.png) 50% 50% no-repeat;
}

.company_icons li span {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    padding: 20px 0;
    border-top: 1px solid #828282;
    min-width: 160px;
}

.company_icons li a {
    color: #171717;
}

.company_icons li:hover {
    font-weight: 400;
}

.bigfont {
    font-size: 24px;
    line-height: 30px;
    color: #171717;
    padding: 30px 0;
    margin-top: 30px;
}

.bigfont::after {
    content: '';
    display: block;
    width: 90px;
    height: 1px;
    background: #0a1222;
    margin-top: 20px;
}

/**/

.contact_mobile_menu {
    margin-bottom: 80px;
    display: none;
}

.contact_mobile_menu li {
    width: 33.33%;
    float: left;
    text-align: center;
    border-right: 1px solid #bfbfbf;
    font-size: 20px;
    line-height: 24px;
}

.contact_mobile_menu li:last-child {
    border: none;
}

.contact_mobile_menu li a {
    color: #5b5b5b;
    background: #f6f6f6;
    display: block;
    text-decoration: none;
    padding: 30px;
}

.contact_mobile_menu li.selected a {
    color: #f6f6f6;
    background: #101010;
}

.contact_mobile_menu li.selected {
    position: relative;
}

.contact_mobile_menu li.selected:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #101010 transparent transparent transparent;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
/*****  WEBPAC CSS PART updated *********/

.history dl {
    width: 300px;
    clear: none;
    float: left!important;
    position: relative;
    height: auto;
}

.history.maintext .col.left img {
    max-width: 235px;
}

.history dt {
    color: #171717;
    font-size: 24px;
    line-height: 30px;
    border-bottom: 1px solid #0f0f0f;
    position: relative;
    font-weight: 400;
}

.history dd {
    padding: 16px;
    background: #f3f7f8;
    top: 100px;
    vertical-align: bottom;
    display: flex;
    align-items: flex-start;
    text-align: center;
    margin: 15px;
}

.horizontalHistory
{
	width: 4800px;
    padding-top: 32px;
    border-top: solid 1px #333;
    height: auto;
    float: left;
}

.history dl.left dt:after, .history dl.right dt:after{
    width: 1px;
    height: 35px;
    display: block;
    content: '';
    background: #333;
    right: 36px;
    top: -33px;
    position: absolute;
}

.history dl.left dt, .history dl.right dt {
    background: #14324f;
    width: 74px;
    height: 74px;
    line-height: 80px;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    border-radius: 50%;
    border: 0;
    text-indent: 1px;
    margin: auto;
}

.history dl.left dt {
	
}	

.history dl.right dt {
	
}

#navHistory
{
	 width:100%;
	 float:left;
}
#navHistory li
{
	float:left;
	width:33.1%;
	float:left;
	height:46px;
	padding:5px 0;
	text-align:center;
    background: #f3f7f8;
    font-size: 24px;
    line-height: 42px;
	cursor:pointer;
}
#navHistory li:nth-child(2)
{
	 border-left:solid 1px #333;
	 border-right:solid 1px #333;
}

.history.maintext .col.left {
    width: 100%;
    padding-left: 0;
    padding-right: 60px;
    clear: both;
    margin-bottom: 2em;
}

.history.maintext .col {
    width: 62%;
    padding-left: 0px;
}

.maintext.history .col.right:before {
    height: 250px;
}


.history.maintext .col.right {
    width: 100%;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
}

.history.maintext .col.right::-webkit-scrollbar {
    width: 10px;
    border-radius: 5px;
}
.history.maintext .col.right::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #d6e0e3;
}
.history.maintext .col.right::-webkit-scrollbar-thumb:hover {
    background-color: #14324f;
}
.history.maintext .col.right::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: transparent;
}
.maintext .col.right:before{display:none;}

/*
.development_page {
    background: url(../img/development_bg.png) 50% 100% no-repeat;
    background-size: 100% auto;

}
*/


/***** end of WEBPAC CSS PART update *********/

.read_more {
    padding-top: 1px;
    display: none;
}

.btn.more,
.btn_read_more {
    font-size: 16px;
    line-height: 20px;
}

#products_slider li {
    vertical-align: top;
}

#products_slider li a {
    text-decoration: none;
}

#products_slider li span {
    color: #454545;
    display: block;
    text-align: center;
    width: 100%;
    padding: 0 5px;
    white-space: normal

}

#products_slider li a:hover span {
    color: rgba(69, 69, 69, 0.8);
}

#products_slider li span:before {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: #3b414e;
    margin: 25px auto 10px auto;
}

#products_slider li a:hover span:before {
    background: rgba(69, 69, 69, 0.8);
}

.subheader {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    color: #171717;
    margin-bottom: 40px;

}

.cycle-pager {
    text-align: center;
    margin-top: 40px;
}

.cycle-pager span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #b9b9b9;
    text-indent: -1000em;
    border-radius: 100px;
    margin: 0 5px;
    cursor: pointer;
}

.cycle-pager span.cycle-pager-active {
    background: #5c5c5c;

}

.maintext, .cms, .news_post, .icon_boxes, .profile_description, .post {
    text-align: justify;
}

.history {
    text-align: left;
}

.cycle-slideshow li {
    display: none;
}

.cycle-slideshow li:first-child {
    display: block;
}

.message {
    font-size: 16px;
    line-height: 24px;
}

.errorM3 {
    background-color: #FFBABA;
    padding: 10px;
}

.errorM3, .errorM3 * {
    color: #D8000C;
}

.infoM3 {
    background-color: #DFF2BF;
    padding: 10px;
}

.infoM3, .infoM3 * {
    color: #4F8A10;
}

.login_page .message {
    width: 430px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.cocoen div img {
    max-width: none;
}

.cocoen__drag::before {
    content: '' !important;
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    border-style: solid !important;
    border-width: 40px 0 40px 40px !important;
    border-color: transparent transparent transparent #f6f6f6 !important;
    position: absolute !important;
    left: 0 !important;
    top: 50px !important;
    z-index: 10 !important;
    margin: 0 !important;

}

.col.left .cocoen__drag::before {
    border-color: transparent #f6f6f6 transparent transparent !important;
    border-width: 40px 40px 40px 0 !important;
    left: auto !important;
    right: 0 !important;
}

.cocoen__drag {
    background: #f6f6f6 !important;
}

.technologies_page .grey_panel .maintext .col::after {
    display: none !important;
}

/* team  */

.team_box .ico_mail:before {
    background: url(../img/ico_mail2.png) transparent 50% 50% no-repeat;
}

.team_box .ico_mobile:before {
    background: url(../img/ico_mobile2.png) transparent 50% 50% no-repeat;
}

.team_box .ico_fax:before {
    background: url(../img/ico_fax.png) transparent 50% 50% no-repeat;
}

.team_box .ico_tel:before {
    background: url(../img/ico_tel2.png) transparent 50% 50% no-repeat;
}

.team_box .ico_vcard:before {
    background: url(../img/ico_vcard.png) transparent 50% 50% no-repeat;
}

.team_box .ico_mail,
.team_box .ico_mobile,
.team_box .ico_fax,
.team_box .ico_tel,
.team_box .ico_vcard {
    position: relative;
    padding: 7px 0 7px 42px;
    margin: 20px 0;
}

.team_box .ico_mail,
.team_box .ico_mobile,
.team_box .ico_fax,
.team_box .ico_tel,
.team_box .ico_vcard {
    font-size: 16px;
    line-height: 24px;
    color: #171717;
}

.team_box p.ico_fax {
	font-size:14px;
}

.team_box a {
	font-size:14px;
    color: #171717;
}

.team_box a:hover {
    color: #8f8f8f;
}

.team_box .ico_mail:before,
.team_box .ico_mobile:before,
.team_box .ico_fax:before,
.team_box .ico_tel:before,
.team_box .ico_vcard:before {
    width: 28px;
    height: 29px;
    display: block;
    content: '';
    padding-right: 0;
    border-right: none;
    vertical-align: middle;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
	background-size:contain;
}

.team_box {
    width: 25%;
    float: left;
    color: #8f8f8f;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px;
    padding-right: 20px;
	height: 570px;
}

.team_box:nth-child(3n+1) {
    clear: none;
}

.team_box h3 {
    color: #171717;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 20px;
}

.team_box p {
    margin: 10px 0;
    word-wrap: break-word;
}

.team_box h3 + p:after {
    content: '';
    display: block;
    width: 90px;
    height: 1px;
    background: #0a1222;
    margin-top: 15px;
}

#case_slider, #case_slider .slide {
    width: 100%;
    background: #f6f6f6;
}

#case_slider .slide {
    height: 100%;
}

#pager_case {
    margin-top: 0;
}

/* rwd */

@media screen and (max-width: 1800px) {
    .container {
        padding-left: 120px;
        padding-right: 120px;
    }

    #products_slider, .brands_slider_wrap {
        padding: 0 120px;
    }

    .map_section1 .col50.left {
        padding-left: 120px;
    }

    .map_section2 h4 {
        padding-left: 120px;
    }

    .map_section2 ul li {
        padding-left: 160px;
    }

    .grey_panel .maintext .col:nth-child(1) {
        padding-right: 120px;
    }

    .grey_panel .maintext .col:nth-child(1).left {
        padding-left: 120px;
    }

}

@media screen and (max-width: 1400px) {

    .footer_part2 {
        font-size: 12px;
        line-height: 18px;
    }

    .logo-certina-footer {
        max-width: 100px;
    }
	
	.footer-text-block {
		margin-left: 115px;
	}

    .footer_part2 ul li {
        width: 32%;
    }

    .footer_part2 ul.footer-menu li {
        width: auto !important;
        padding: 0 0 0 20px !important;
        text-align: right;
    }

    .footer_part2, .footer_part1 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    header .menu li {
        margin-right: 20px;
    }

    .searchform_wrapper {
        width: 60%;
    }

    .searchform input[type=submit] {
        width: 40px;
        height: 40px;
        right: 70px;
    }

    .closed {
        width: 40px;
        height: 40px;
    }

    .logo img {
        max-width: 140px;
    }

    .search_menu_ico, .login_menu_ico {
        margin-top: 6px;
    }

    header {
        padding: 5px 0;
    }

    /*.logo {
        margin-top: 5px;
    }*/

    .ui-dropdown-list ul {
        top: 33px;
    }

    header .menu li.active a:after,
    header .menu li.active ul li.active > a::after {
        bottom: 0;
    }

    header .menu ul ul {
        top: 70px;
        padding: 10px;
    }

    .menu_footer > li > a, .support > strong {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .footer_part1 {
        font-size: 13px;
        line-height: 18px;
    }

    .technologies_page .tabs_menu li {
        max-width: 290px;
    }

    .news_single_page h2 {
        margin-bottom: 20px;
    }

    .contact_form_section h3::after, .news_page h3::after, .mid_header::after {
        margin-top: 20px;
    }

    .news_single_page h2::before {
        margin-bottom: 20px;
    }

    .post {
        margin-bottom: 50px;
    }

    .news_col1 {
        padding-right: 80px;
    }

    .news_form_section h4 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .post h4::after {
        margin-top: 5px;
    }

    .post {
        font-size: 16px;
        line-height: 24px;
    }

    .btn {
        padding: 10px 20px;
    }

    .social_menu > ul li img {
        max-width: 30px;
    }

    .news_thumb img {
        width: 180px;
    }

    .post {
        padding-left: 215px;
        min-height: 133px;
    }

    .event .news_thumb img {
        width: 86px;
    }

    .event_wrapper {
        padding-left: 104px;
        min-height: 86px;
    }

    header .menu ul ul li {
        margin: 0 10px;
    }

    .tabs_menu a {
        font-size: 20px;
        line-height: 26px;
    }

    .tabs_menu li {
        padding-bottom: 5px;
    }

    .tabs_menu li {
        margin-right: 60px;
    }

    main input.input, main textarea, select {
        height: 40px;
        font-size: 16px;
    }

    form .item {
        margin-bottom: 30px;
    }

    .tab {
        padding: 40px 0;
    }

    .map_section1 .col50.left, .map_section2 .map_sidebar {
        padding-top: 40px;
    }

    .map_section1 .col50.left {
        padding-bottom: 40px;
    }

    .map_section1 h4::after {
        margin-top: 15px;
    }

    .contact_page h4 {
        margin-bottom: 30px;
    }

    #map1, #map2, .map_section2 .map_sidebar {
        height: 450px;
    }

    .contact_page h4, .map_section2 ul {
        margin-bottom: 20px;
    }

    .map_section2 h4::after {
        margin-top: 5px;
    }

    .profile_section h4 {
        padding-bottom: 5px;
    }

    .profile_section h5 {
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 30px;
    }

    .profile_section .ico_marker small {
        font-size: 14px;
        line-height: 20px;
        display: block;
    }

    .map_sidebar .ico_tel::before {
        background-size: 35px 35px;
        background-position: 50% 0;
        height: 35px;
        margin-right: 25px;
    }

    .map_sidebar .ico_mail::before {
        background-size: 36px 26px;
        background-position: 50% 0;
        height: 26px;
        margin-right: 25px;
    }

    .ico_mail, .ico_tel, .ico_vcard {
        margin: 30px 0 0 0;
    }

    .icon_boxes li {
        font-size: 16px;
    }

    blockquote {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .grey_panel .maintext .col:nth-child(1) {
        padding-top: 30px !important;
        padding-bottom: 20px !important;
    }

    /*.company_icons li a::before{min-width:130px;}
    .company_icons li a::before{background-size: 70px auto;height:110px;}*/
    .history.maintext .col.left img {
        max-width: 80%;
    }

    .subheader {
        font-size: 24px;
        line-height: 30px;

    }

    #slider figcaption::before {
		height: 20%;
        /*width: 70px;
        height: 70px;
        background-size: 50px 49px;
        top: -80px;*/
    }

    #slider figcaption {
        font-size: 30px;
        line-height: 34px;
        top: 120px;
    }

    #slider .text_bottom figcaption {
        top: auto;
        bottom: 25px;
    }

}

@media screen and (max-width: 1280px) {

    .cycle-prev, .cycle-next {
        width: 37px;
        height: 70px;
        background-size: 100% 100%;
    }

    .maintext {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .maintext .col.right::before {
        height: 60px;
    }

    .footer_part2, .footer_part1 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .logo-certina-footer {
        padding-bottom: 20px;
    }

    .footer_part1 li {
        margin: 0;
    }

    .container {
        padding-left: 50px;
        padding-right: 50px;
    }

    #products_slider, .brands_slider_wrap {
        padding: 0 50px;
    }

    .grey_panel .maintext .col:nth-child(1) {
        padding-right: 50px;
    }

    .grey_panel .maintext .col:nth-child(1).left {
        padding-left: 50px;
    }

    .map_section1 .col50.left {
        padding-left: 50px;
    }

    .map_section2 h4 {
        padding-left: 50px;
    }

    .map_section2 ul li {
        padding-left: 70px;
    }

    /* .cycle-prev, .cycle-next{display:block;} for mobile */
    #prev, #next {
        width: 30px;
        height: 58px;
        background-size: 100% 100% !important;
    }

    #prev {
        left: 20px;
    }

    #next {
        right: 20px;
    }
}

@media screen and (max-width: 1080px) {
    header {
        font-size: 16px;
    }

    .header_icons p {
        padding: 0 10px;
    }

    .search_menu_ico, .login_menu_ico {
        margin-top: 10px;
    }

    .ui-dropdown-list {
        margin-top: 8px;
    }

    .profile_col1 {
        padding-left: 180px;
    }

    .profile_avatar {
        width: 150px;
        height: auto;
    }

    .input2 {
        width: 180px;
    }

    .profile_col1 {
        width: 60%;
    }

    .profile_col2 {
        width: 40%;
    }

    .profile_description {
        margin-top: 40px;
        width: 100%;
    }

    .news_post {
        width: 60%;
    }

    .news_slider {
        width: 40%;
    }

    .cycle-prev2 {
        margin-right: 8px;
    }

    .cycle-next2 {
        margin-left: 8px;
    }

    .btn_back span {
        padding-left: 80px;
    }

    #solutions_list li span {
        padding: 10px;
        font-size: 16px;
        line-height: 24px;
    }

    /*.company_icons li span{min-width:0;}*/
    #slider figcaption {
        font-size: 24px;
        line-height: 30px;
    }

    .team_box {
        width: 50%;
    }

    .team_box:nth-child(3n+1) {
        clear: none;
    }

    .team_box:nth-child(2n+1) {
        clear: left;
    }

    .company_icons li {
        width: 30%;
    }

}

@media screen and (min-width: 981px) {
    .mobile_tab {
        display: block !important;
    }

    .back_to_list {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .hidemobile {
        display: none;
    }

    .hidedesktop {
        display: block;
    }

    .brandItem {
        width: 25% !important;
    }

    /* contact */
    .back_to_list {
        display: block;
        margin-bottom: 40px;
        cursor: pointer;
        border-bottom: 1px solid #bfbfbf;
        padding-bottom: 15px;
        margin-left: -50px;
        margin-right: -50px;
        padding-left: 50px;
        padding-right: -50px;
        font-size: 18px;
    }

    .profile_section h4 {
        border-bottom: none;
        padding-bottom: 0;
    }

    .back_to_list:before {
        content: '';
        width: 20px;
        height: 20px;
        border-top: 1px solid #bfbfbf;
        border-left: 1px solid #bfbfbf;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        margin-right: 20px;
        display: inline-block;
        position: relative;
        top: 5px;
    }

    #find_us .grey_panel {
        background: transparent;
    }

    .map_section1 .col50.left {
        padding-top: 0;
    }

    .contact_mobile_menu {
        display: block;
        margin-bottom: 40px;
    }

    .contact_page .contact_header {
        margin-bottom: 0;
    }

    .mobile_tab h3 {
        display: none;
    }

    .map_section2 h4 {
        background: #595959;
        color: #fff;
    }

    .map_section2 .country {
        padding-top: 0;
    }

    .map_section2 h4:after {
        display: none;
    }

    .map_section2 h4 {
        font-size: 18px;
        line-height: 24px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .map_section2 ul li {
        border-bottom: 1px solid #bfbfbf;
    }

    .map_section2 h4, .map_section2 ul {
        margin-bottom: 0;
    }

    .map_section2 .map_sidebar {
        padding-top: 0;
        padding-bottom: 20px;
    }

    #our_agents:before {
        content: "Select an agent";
        padding: 0 50px;
        margin-bottom: 20px;
        display: block;
        font-size: 20px;
        line-height: 24px;
        color: #171717;
        font-weight: 400;
    }

    /* menu */
    header {
        z-index: 101;
    }

    .menu_ico:before {
        content: url("../img/menu_open.png");
    }

    .menu_ico {
        display: block;
        width: 34px;
        height: 30px;
        position: fixed;
        left: 45px;
        top: 4px;
        cursor: pointer;
        padding: 5px;
        z-index: 100;
        background: rgba(255, 255, 255, 0.8);
    }

    .open_menu .menu_ico:before {
        content: url("../img/menu_close.png");
    }

    #top-menu li {
        float: none !important;
        margin: 10px 0 !important;
        text-align: left;
        background: none;
        padding: 0 50px !important;
    }

    #top-menu li ul li {
        margin: 2px 0 !important;
    }

    #top-menu {
        transition: left 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
        width: 300px;
        position: fixed;
        left: -300px;
        top: 0;
        background: rgba(255, 255, 255, 0.8);
        margin-top: 0;
        padding-top: 38px;
        padding-bottom: 10px;
    }

    .open_menu #top-menu {
        left: 0;
    }

    header .menu ul ul {
        position: static;
        background: none;
        padding: 0;
        text-align: left;
        margin-top: 8px;
    }

    header .menu ul ul a {
        color: #353535;
    }

    header .menu li.active ul li.active > a::after {
        background: #000;
    }

    /**/
    .logo {
        width: 100%;
        position: absolute;
        left: 0;
        /*top: 5px;*/
        margin-right: 0;
    }

    .logo img {
        margin: 0 auto;
    }

    .search_menu_ico, .login_menu_ico {
        margin-top: 4px;
    }

    .ui-dropdown-list {
        margin-top: 3px;
    }

    .news_col1, .news_col2 {
        width: 100%;
        padding-right: 0;
    }

    .event {
        width: 50%;
        float: left;
        padding-right: 20px;
    }

    .event:nth-child(2n) {
        clear: left;
    }

    .contact_header h2, .development_page .contact_header h2 {
        font-size: 60px;
        line-height: 60px;
    }

    .col50 {
        width: 100%;
    }

    .map_section2 .map_sidebar {
        padding-right: 20px;
    }

    .profile_col1, .profile_col2 {
        width: 100%;
    }

    .profile_col2 {
        margin-top: 40px;
    }

    .profile_col2 p {
        float: left;
        width: 50%;
    }

    .profile_col2 p:nth-child(2n+1) {
        clear: left;
    }

    .profile_description {
        width: 100%;
    }

    .news_single_page {
        padding: 40px 0;
    }

    /*.company_icons li span{max-width:160px;}*/
}

@media screen and (max-width: 800px) {

    .grey_panel .maintext .col:first-child::after {
        display: none;
    }

    .contact_form_section .item {
        width: 46%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .logo-certina-footer {
        max-width: 80px;
    }
	
	.footer-text-block {
		margin-left: 95px;
	}

    #slider figcaption {
        font-size: 24px;
        line-height: 30px;
        left: 20% !important;
        right: auto !important;
        width: 60%;
        top: 50% !important;
        bottom: auto !important;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .maintext .col {
        width: 100%;
    }

    .maintext .col.right::before {
        display: none;
    }

    .maintext .col.right {
        padding: 0;
        margin-top: 40px;
    }

    #slider figcaption::before {
        /*width: 50px;
        height: 50px;
        background-size: 30px 29px;
        top: -60px;*/
    }

    #slider figure img {
        height: 400px;
        width: auto;
        max-width: none;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .searchform_wrapper {
        width: 90%;
    }

    .searchform input[type=submit] {
        width: 20px;
        height: 20px;
        right: 40px;
        bottom: 10px;
    }

    .closed {
        width: 20px;
        height: 20px;
        bottom: 10px;
    }

    .searchform input[type="text"] {
        font-size: 24px;
        line-height: 30px;
        padding: 5px 70px 5px 0;
        text-indent: 70px;
    }

    .news_post {
        width: 100%;
        margin-top: 80px;
        padding-right: 0;
    }

    .news_slider {
        width: 100%;
    }

    .icon_boxes li {
        width: 50%;
        margin-bottom: 40px;
    }

    .icon_boxes li:last-child {
        clear: left;
    }

    #solutions_list li {
        float: none;
        display: inline-block;
        width: 32%;
    }

    #solutions_list {
        text-align: center;
    }

    .grey_panel .maintext .col:nth-child(1) {
        padding-left: 50px;
        padding-right: 50px;
        margin: 0;
    }

    .grey_panel .maintext .col:nth-child(2) {
        padding: 0 !important;
        margin: 0;
    }

    .social_menu {
        width: 100%;
        margin-top: 20px;
        position: static;
    }

    .social_menu > ul li {
        margin: 0 10px 0 0;
        display: inline-block;
    }

    .menu_footer {
        padding-right: 0;
    }

    .history.maintext .col.left {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .history.maintext .col {
        width: 100%;
        padding-left: 0;
    }

    .history.maintext .col.left img {
        max-width: 200px;
    }

    .columns {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
        -webkit-column-gap: normal;
        -moz-column-gap: normal;
        column-gap: normal;

    }

    .subheader {
        font-size: 20px;
        line-height: 24px;
    }

}

@media screen and (max-width: 680px) {
    .footer_part2 ul li {
        padding: 40px 20px 0 20px;
    }

    .logo-certina-footer {
        padding-bottom: 0;
    }

    .footer_part2, .footer_part1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer_part2 ul {
        text-align: center;
    }

    .footer_part2 ul li img {
        max-width: 100px;
    }

    .footer_part2 .col {
        width: 100%;
    }

    .footer_part2 ul.footer-menu li {
        padding: 0 10px !important;
    }

    .menu_footer > li {
        width: 50%;
    }

    .menu_footer > li:nth-child(2n+1) {
        clear: left;
        margin-bottom: 20px;
    }

    .social_menu {
        margin-top: 0;
    }

    .cycle-prev, .cycle-next {
        width: 27px;
        height: 51px;
    }

    .cycle-prev {
        left: 10px;
    }

    .cycle-next {
        right: 10px;
    }

    .technologies_page .tab img {
        max-width: 100%;
    }

    #products_slider li span {
        display: none;
    }

    .team_box {
        width: 100%;
        clear: left;
    }
}

@media screen and (max-width: 600px) {

    #our_agents:before {
        padding: 0 20px;
    }

    .map_section1 .col50.left {
        padding-left: 20px;
    }

    .map_section2 h4 {
        padding-left: 20px;
    }

    .map_section2 ul li {
        padding-left: 40px;
    }

    .menu_ico {
        left: 15px;
    }

    .header_icons {
        right: 10px;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .grey_panel .maintext .col:nth-child(1), .grey_panel .maintext .col.left:nth-child(1) {
        padding-left: 20px;
        padding-right: 20px;
    }

    .profile_col2 p {
        width: 100%;
    }

    .profile_avatar {
        position: static;
        margin-bottom: 20px;
    }

    .profile_col1 {
        padding-left: 0;
    }

    blockquote {
        width: 100%;
    }

    .brandItem {
        width: 50% !important;
    }

}

@media screen and (max-width: 480px) {
    .social_menu > ul {
        width: 100%;
    }

    .social_menu div {
        width: 100%;
        margin-top: 30px;
        popsition: relative;
        left: 45px;
    }

    .loginform, .loginform .clearfix .left, .loginform .clearfix .right, .login_page .message {
        width: 100%;
    }

    .loginform .clearfix .right {
        margin-top: 10px;
    }

    form .item {
        margin-bottom: 30px;
    }

    .header_icons p.search_menu_ico {
        position: absolute;
        left: 50px;
    }

    .header_icons p.search_menu_ico::after {
        display: none;
    }

    /*  #lang-switcher{clear:both;}

	.login_menu_ico::after {
		width: 30px;
		height: 2px;
		bottom: -5px;
		right: 16px;
		top: auto;
	}   */
    .event {
        width: 100%;
    }

    .post {
        padding-left: 0;
        min-height: none;
    }

    .post .news_thumb {
        position: static;
    }

    .post .news_thumb img {
        width: auto;
        margin-bottom: 20px;
    }

    .contact_header h2, .development_page .contact_header h2 {
        font-size: 40px;
        line-height: 44px;
    }

    .contact_header, .subheader, .technology_tabs {
        margin-bottom: 40px;
    }

    .contact_form_section h3::after, .news_page h3::after, .mid_header::after {
        margin-top: 5px;
    }

    .news_single_page h2::before {
        margin-bottom: 5px;
    }

    .contact_form_section .item {
        width: 96%;
    }

    .btn_back {
        font-size: 24px;
        margin-top: 40px;
    }

    .btn_back span {
        padding-left: 20px;
    }

    .icon_boxes li {
        width: 100%;
    }

    blockquote {
        font-size: 20px;
        line-height: 28px;
    }

    #solutions_list li {
        width: 45%;
    }

    #solutions_list li:last-child {
        width: 91%;
    }

    .company_icons li span {
        font-size: 16px;
        line-height: 24px;
    }

    .company_icons li {
        width: 48%;
    }

    .company_icons {
        padding: 20px 0;
    }

    .bigfont {
        font-size: 20px;
        line-height: 24px;
    }

    .history dl {
        width: 100%;
        box-shadow: none !important;
        margin-bottom: 20px;
    }

    .history dl dt {
        padding-left: 0 !important;;
        padding-right: 0 !important;
    }

    .history dl dd {
        padding-left: 0 !important;;
        padding-right: 0 !important;
    }

    .history dl dt::after {
        display: none !important;
    }

    .technologies_page .tabs_menu li {
        width: 46%;
        margin-top: 20px;
    }

}

@media screen and (max-width: 400px) {
    .footer_part2 ul li {
        width: 100%;
    }

    .header_icons p {
        padding: 0 5px;
    }

    .logo img {
        max-width: 115px;
    }

    .input2 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .profile_section .btn {
        float: right;
    }

}

@media screen and (max-width: 340px) {
    .menu_footer > li {
        width: 100%;
    }

    .support::before {
        display: none;
    }

    .company_icons li {
        width: 100%;
    }
}

.gsc-result .gs-title {
    height: 1.5em !important;
}

/*-------cookies--------*/

#cookiesBar {
    font-size: 12px;
    line-height: 18px;
    width: 100%;

    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

#cookiesBarWrap {
    position: relative;
    padding: 8px 0;
}

#cookiesBarWrap a {
    text-transform: uppercase;
    color: #f8f8f8;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
    border: 1px solid #fff;
    padding: 3px 20px;
    display: inline-block;
    /*position:absolute;
    right:0;
    top:5px;*/
    margin-left: 20px;
}

#cookiesBarWrap a:hover {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5) inset;
}

.cms_img_editable {
    display: none;
    z-index: 900;
}

.cms_visible {
    display: none;
}

.brandItem {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    width: 16.66%;
    height: auto;
    float: left;
}

.brandItem img {
    display: block;
    width: 100%;
    height: auto;
}

.brandsWrapper {
}

.section_title.mce-content-body {
    margin: 20px 0;
}

/*
--> Gris Claro #B2B2B2
--Z Gris Oscuro #808080
--> Azul Claro #85919D
--> Azul Oscuro #485A6E
*/

/*GENERAL*/
*{
	box-sizing: border-box;
}
#webpacSection{
	margin-bottom: 100px;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.width5{width:5%;}
.width10{width:10%;}
.width20{width:20%;}
.width18{width:18%;}
.width25{width:25%;}
.width30{width:30%;}
.width40{width:40%;}
.width50{width:50%;}
.width60{width:60%;}
.width70{width:70%;}
.width80{width:80%;}
.width90{width:90%;}
.width100{width:100%;

/*MENUS*/
}
main nav{
	position: relative;
	display: block;
	background: transparent;
    margin: 0 auto;
    padding: 0;
}

main nav ul{
	overflow: hidden;
    display: block;
    margin:0 auto; 
    list-style: none;
	}    

main nav ul li{
	float: left;
    display: block;
    min-width: 150px;
    height: 70px;
    text-align: center;
    line-height: 4.5;
}
main nav ul li.ListItem6{
	min-width: 50px;
}	
/*MENU PRINCIPAL*/

main nav ul li a{
	display: block;
    height: 70px;
    padding: 0px 12px;
	border: 1px solid #ffffff;
	text-decoration: none;
	color: #ffffff;
	font-size: 1em;
}

main nav ul li a.selected{
	background-color: #485A6E;
}
main nav ul li a.notSelected{
	background-color: #B2B2B2;
}
main nav ul li a:hover{
	background-color: #485A6E;
	color: #ffffff;
}
main nav ul li a p{
	height: 70px;
	font-size: 1em;
	opacity: 0.9;
	position: relative;
	line-height: initial;
    display: flex;
    padding-left: 10px;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.expand{
	width: 100%;
    height: 20px;
    margin:0 auto; 
    background-color: #e5e5e5;
}.expandAll{
	width: 100%;
	height: 100%;
	padding-top: 5px;
}
#expandAll{
	height: 20px;
}
.arrowDown{
	width: 20px;
    height: 10px;
    background-image: url(img/arrowDown.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* border: 1px solid; */
    /* border-radius: 50px; */
    margin:0 auto;
}
.arrowUp{
	width: 20px;
    height: 10px;
    background-image: url(img/arrowDown.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin:0 auto;
    -webkit-transform: rotate(180deg);
  	transform: rotate(180deg);
}
.expandAll1{
	width: 30px;
    height: 2px;
    background-color: #ffffff;
    border: 1px solid;
    border-radius: 50px;
    opacity: 0.8;
    margin:0 auto;
    margin-top: 5px ;
}
.expandAll2{
	width: 30px;
    height: 2px;
    background-color: #ffffff;
    border: 1px solid;
    border-radius: 50px;
    margin:0 auto;
    margin-top: 5px ;
    opacity: 0.6;
}

.expandAll3{
	width: 30px;
    height: 2px;
    background-color: #ffffff;
    border: 1px solid;
    border-radius: 50px;
    margin:0 auto;
    margin-top: 5px ;
    opacity: 0.4;
}


.iconButton{
	display: block;
	float: left;
	margin: 14px 0px 0 10px;
	width: 40px;
	height: 40px;
	background-size: cover;
}

#iconButton1 {background-image: url(../img/icons_png_Recurso_66.png);}
#iconButton2 {background-image: url(../img/icons_png_Recurso_56.png);}
#iconButton3 {background-image: url(../img/icons_png_Recurso_46.png);}
#iconButton4 {background-image: url(../img/icons_png_Recurso_36.png);}
#iconButton5 {background-image: url(../img/icons_png_Recurso_26.png);}

#topAcorMenu{
    padding-top: 20px;
}

#topAcorMenu.fixed{ /*MENU FIJO*/
	color: black;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    margin: 0;
    background: white;
    padding-top: 20px;
}
.acorPlaceholder{/*DIV SUSTITUTIVO DEL MENU*/
height:0;
}
.acorPlaceholder.visible{
height:90px;
display: block;
}

/*SECCIONES*/
.content{
	display: block;
	margin-top: 20px;
}
.section{
	margin: 0 auto;
	margin-bottom: 40px;
}
.expandSection{
    overflow: hidden;
    transition: all 0.25s ease-in-out 0.25s;

}
.collapsed{
	height: 0;
}

.expanded{
	height:auto;
}


/*TITULO SECCION*/
.titleDark{
	background-color: #485A6E;
	display: block;
	height: 100px;	
}
.titleLight {
	background-color: #85919D;
	display: block;
	height: 100px;	
}
.titleButton{
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-size: 1em;
	margin: 0 auto;
}
a.titleButton:hover
{
	color:#cfdae4;
}
.titleContainer{
	/*width: 550px;
	height: 100px;
	margin: 0 auto;*/
	width: 96%;
	height: 100px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.titleContainer div:nth-child(1){
	display: block;
	position: relative;
	float: left;
	width: 85px;
	height: 100px;
	/*margin: 0 auto;*/
	background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
#titleContainer1 div:nth-child(1){background-image: url(../img/icons_png_Recurso_66.png);}
#titleContainer2 div:nth-child(1){background-image: url(../img/icons_png_Recurso_56.png);}
#titleContainer3 div:nth-child(1){background-image: url(../img/icons_png_Recurso_46.png);}
#titleContainer4 div:nth-child(1){background-image: url(../img/icons_png_Recurso_36.png);}
#titleContainer5 div:nth-child(1){background-image: url(../img/icons_png_Recurso_26.png);}

.titleContainer div:nth-child(2){
	display: block;
	position: relative;
	float: left;
	/*width: 425px;*/
	height: 100px;
	/*margin: 0 auto;*/
	line-height: 3.8;
}
.titleButton h2{
	font-size: 2em;;
	position: relative;
}
.titleImage{
	position: relative;
	width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
	max-height: 300px;
    transition: all 0.25s ease-in-out 0.25s;
}
.titleImage div:nth-child(2) {
	position: relative;
    width: 42%;
    height: 150px;
    float: left;
    background: rgba(0,0,0,0.5);
    margin: 50px 50px;
    overflow: hidden;
    color: #fff;
    padding: 4px 10px;
}

/*SUB-SECCIONES*/
.subSection{
	width: 100%;
	/*height: 300px;*/
}

.subSection::after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}

.subButton{
	background-color: #B2B2B2;
}
.subButton:hover{
	background-color: #808080;
	color: #ffffff;
}
.subSectionText{
	display: block;
	position: relative;
	float: left;
	width: 50%;
	height: 300px;
	background-color: #F2F2F2;
	padding: 20px; 
}
.subSectionText h2{
	font-size: 2em;
	margin-bottom: 20px;
}
.subSectionImage{
	display: block;
	position: relative;
	float: left;
	width: 50%;
	height: 300px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*SCROLL*/
.expandSection::-webkit-scrollbar {
  width: 10px;
  border-radius: 5px;
}

.expandSection::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #878686;
}

.expandSection::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}

.expandSection::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: transparent;
}

.expandSection .content-scroll {
  padding-right: 20px;
}

/*END SCROLL*/

/*MEDIA QUERIES*/
@media only screen and (max-width: 1700px){
	#solutions_list li span
	{
	 font-size:20px;
	}
}

@media only screen and (max-width:1400px){
	.iconButton{
		display: none;
	}
}

@media only screen and (max-width: 1280px){
	#solutions_list li span
	{
	 font-size:20px;
	}
}

@media only screen and (max-width:1042px){
	.width80{
		width: 100%;
	}
	.subButton{
	line-height: initial;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
	}
}


@media only screen and (max-width:833px){
	.iconButton{
		display: block;
		margin:0 auto; 
	}
	.arrowDown{
		margin-top:0;
		height: 20px;
	}
	.arrowUp{
		margin-top:0;
		height: 20px;
	}
	.expandAll1{
		width: 25px;
    	margin-top: 2px ;
	}
	.expandAll2{
		width: 25px;
    	margin-top: 2px ;
	}

	.expandAll3{
		width: 25px;
    	margin-top: 2px ;
	}
	.listButton p{
		display: none;
	}
	.listButtom{
		margin:0 auto;
	}
	main nav ul li a{
		padding: 16px 0px;
		display: flex;
	}

	.width80{
		width: 100%;
	}
	main nav ul li{
		min-width: 50px;
	}
	.titleButton h2{
		line-height: initial;
		font-size: 1.5em;
		min-height: 100px;
    	display: flex;
    	justify-content: center;
    	align-content: center;
    	flex-direction: column;
	}
	.titleContainer {
    	width: 400px;
	}
	.titleContainer div:nth-child(2) {
	   
    	width: 300px;
    }
    .subNav{
    	display: none;
    }
    .section{
    	margin-bottom: 0;
    }
    #webpacSection {
    	margin-bottom: 50px;
	}
	.subSectionText{
		width: 100%;
		border: 1px solid #B2B2B2;
		height:auto;
	}
	.subSectionImage{
		width: 100%;
		border: 1px solid #B2B2B2;
		display: none;
	}
}
@media only screen and (max-width:500px){
	.width10{
		width: 16.66%;
	}
	.width18{
		width: 16.66%;
	}
	.titleContainer {
    	width: 100%;
	}
	.titleContainer div:nth-child(2) {
    	width: 260px;
    }
}

@media only screen and (max-width:320px){
	.titleContainer div:nth-child(2) {
    	width: 220px;
    }
}

@media only screen and (max-width: 433px) {
	.subSectionImage {
		display:none;
	}
	.titleImage div:nth-child(2)
	{
		width:76%;
	}
}

/* Acordion fix */
.subMarketList li span {font-size: 18px;}
#solutions_list{background-color: #fff;}
@media only screen and (max-width: 1024px) {
    .subMarketList li span {
        font-size: 12px;
        line-height: 15px;
        padding: 10px 5px;
        word-break: break-word;
    }
}
@media only screen and (max-width: 800px) {
    #solutions_list {
        margin: 0;
    }
    .subMarketList {
        width: 100%;
        display: flex;
        align-content: center;
        justify-content: center;
        margin-left: -1px;
        margin-right: -1px;
        padding: 0 2px 8px 4px;
    }
    .subMarketList li {
        width: 16%;
    }
    .subMarketList li:nth-child(3) {
        margin-left: 5px;
    }
    .subMarketList li:nth-child(4) {
        margin-right: 5px;
    }
    #solutions_list li:first-child span {
        padding-left: 0px;
    }
}
@media only screen and (max-width: 650px) {
	.subMarketList{
		width: 100%;
        display:block; 
    	margin: 5px 1% 0 1%;
	}
    .subMarketList li{
    	width: 49%;
    	height: 30px;
    }	
    .subMarketList li:nth-child(3) {
        margin-left: 0px;
    }
    .subMarketList li:nth-child(4) {
        margin-right: 0px;
    }    
    .subMarketList li span {
        font-size: 12px;
        line-height: 15px;
        padding: 5px 5px;
    }
    .subMarketList li img {
    	display: none;
	}
    #solutions_list li {
        width: 32%;
    }
    #solutions_list li:first-child span.expcol {
        width: 40px;
        left: calc(100% - 40px);
        padding-left: 10px;
    }    
}
@media screen and (max-width: 480px) {
    #solutions_list li:last-child {
        width: 32%;
    }
	#solutions_list li span {
    	font-size: 12px;
	}
}


@media screen and (max-width: 480px){
  #slider_pager li{width:100%; display:none;}
  #slider_pager li.cycle-pager-active{display:block;}
  #slider_pager li img{max-width:160px;}
}

/* Tabs */

section#subMenu
{
	 width:100%;
	 background:#B2B2B2;
	 height:52px;
}
section#subMenu.sticky
{
	position:fixed;
	top:0;
	z-index:9999;
}
section#subMenu ul li
{
	width:33.33%;
	float:left;
	text-align:center;
	box-sizing:border-box;
	
}
section#subMenu ul li:nth-child(2)
{
	border-right:dotted 1px #d2d2d2;
	border-left:dotted 1px #d2d2d2;
}
section#subMenu ul li a
{
	color:#fff;
	display:block;
	line-height:52px;	
	text-decoration:none;
}
section#subMenu ul li a.selected
{
	background:#295370;
	
}
.tabPage
{
	 display:none;

}
.tabPage.selected
{
	 display:block;
}

@media screen and (max-width: 768px) {
section#subMenu ul li a
{	
    color: #fff;
    display: block;
    line-height: 18px;
    text-decoration: none;
    width: 100%;
    padding: 8px 25%;
    height: 52px;
    text-align: center;
}
}



@media screen and (max-width: 496px) {
section#subMenu ul li a
{	
    color: #fff;
    display: block;
    line-height: 14px;
	font-size:12px;
    text-decoration: none;
    width: 100%;
    padding: 14px 15%;
    height: 52px;
    text-align: center;
}
}

.login-box h1 strong {
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.form-box {
		width: 100%;
	}
	
	.marketing-box {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.form-box {
		width: 50%;
		float: left;
	}
	
	.marketing-box {
		width: 50%;
		float: right;
		position: relative;
	}
		
	.marketing-box img {
		max-width: 100%;
		position: absolute;
		top: -70px;
		z-index: 1;
	}
	
	.login-box {
		padding-bottom: 100px;
	}
	
	.login-box::after {
		content: "";
		clear: both;
		display: table;
	}
}

h1.privilaged-area-h {
	display: block;
    text-align: center;
    font-size: 36px;
    line-height: 72px;
	position: relative;
	z-index: 999;
}

