*, *:after, *:before{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height:100%;
  width: 100%;
  cursor: default;
  font-size: 100%;
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #6e6e6e;
  height: 100%;
  width: 100%;
  background: #161d28;
}

.container{
  width: 100%;
  background: #232c3b;
  position: relative;
  top: 0;
  padding: 0;
  transition: top .55s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.searchactive .container{
  top:140px;
}

.container_in{
  background: #fff;
}

.wrapper{
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.wrapper2{
  max-width: 1170px;
  margin: 0 auto;
}

.osw{
  font-family: 'Oswald', sans-serif;
}

A {outline: none;text-decoration: none; color: #232c3b; background-color: transparent;}
a:active,a:hover {outline: 0;}
IMG {border: 0; -ms-interpolation-mode: bicubic;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {display: block;}
audio,progress,canvas,video {display: inline-block;vertical-align: baseline;}
audio,canvas,iframe,img,svg,video {vertical-align: middle;}
* html audio,* html canvas,* html video {display: inline;zoom: 1;}
audio:not([controls]) {display: none;height: 0;}
[hidden],template {display: none;}
b,strong{font-weight: bold;}
button,input,select,optgroup,textarea {font-family: 'Open Sans', Arial, Helvetica, sans-serif;margin:0;}
h1{font-size: 2em;margin: 0.67em 0;}
h2{font-size: 1.5em;margin: 0.83em 0;}
h3{font-size: 1.17em;margin: 1em 0;}
h4{font-size: 1em;margin: 1.33em 0;}
h5{font-size: 0.83em;margin: 1.67em 0;}
h6{font-size: 0.75em;margin: 2.33em 0;}
abbr[title]{border-bottom: 1px dotted;}
blockquote{margin: 1em 40px;}
dfn{font-style: italic;}
mark{background: #ff0;color: #000;}
p,pre{margin: 0.8em 0;}
code,kbd,pre,samp {font-family: monospace, serif;font-size: 1em;}
* + html code,* + html kbd,* + html pre,* + html samp {font-family: 'courier new', monospace;}
pre {white-space: pre;white-space: pre-wrap;word-wrap: break-word;overflow: auto;}
q {quotes: none;}
q:before,q:after {content: '';content: none;}
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
dl,menu,ol,ul {margin: 1em 0;}
dd {margin: 0 0 0 40px;}
menu,ol,ul {padding: 0 0 0 40px;}
nav ul,nav ol {list-style: none;list-style-image: none;}
svg:not(:root) {overflow: hidden;}
figure{margin: 1em 40px;}
form{margin: 0;}
fieldset{border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}
legend {border: 0;padding: 0;white-space: normal;*margin-left: -7px;}
* html legend {margin-left: -7px;}
* + html legend {margin-left: -7px;}
button,input,select,textarea {font-size: 100%;margin: 0;vertical-align: baseline;vertical-align: middle;}
button,input{line-height: normal;}
button{overflow:visible}
button,select {text-transform: none;}
input{padding: 0;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{ -webkit-appearance: button;cursor: pointer;}
* html button,* html input[type="button"],* html input[type="reset"],* html input[type="submit"]{overflow: visible;}
* html button,* + html input[type="button"],* + html input[type="reset"],* + html input[type="submit"]{overflow: visible;}
button[disabled],input[disabled]{cursor: default;}
input[type="checkbox"],input[type="radio"]{box-sizing: border-box;padding: 0;}
* html input[type="checkbox"],* html input[type="radio"]{height: 13px;width: 13px;}
* + html input[type="checkbox"],* + html input[type="radio"]{height: 13px;width: 13px;}
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box;box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto;}
button::-moz-focus-inner,input::-moz-focus-inner{border: 0;padding: 0;}
textarea{overflow: auto;vertical-align: top;}
table{border-collapse: collapse;border-spacing: 0;}
td,th {padding: 0;}
area{cursor:pointer}
hr {box-sizing: content-box;height: 0;}

/*****HEADER*****/
#header{
  position: relative;
  z-index: 100;
  box-shadow: 0 2px 2px rgba(0,0,0,.06);
}

/* PRIDANE MRAG */
#upperNav {
	background-color: rgb(35, 44, 59);
	height: 56px;
	padding-right: .662em;
}

#upperNav .arrow-down{
  width: 0; 
  height: 0; 
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;  
  border-top: 4px solid #fff;
  position: absolute;
  right: 12px;
  top: 16px;
}

#upperNav .lang-select,
#upperNav .top-menu-link {
	padding: 11px 0;
	margin-right: 6px;
	position: relative;
}
#upperNav .lang-select .btn,
#upperNav .top-menu-link .btn {
	position: relative;
	background-color: #f01e1e;
	color: #fff;
	outline: none;
	font-weight: 600;
	border-radius: 4px;
	padding: 7px 24px 7px 12px;
}
#upperNav .lang-select .dropdown-menu,
#upperNav .top-menu-link .dropdown-menu {	
	top: 40px;
	left: -1px;
	float: left;
	padding: 4px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #ffffff;	
	border-color: rgba(0, 0, 0, 0.15);
	border-radius: 0 0 4px 4px;
	box-shadow: none;	
}

#upperNav .lang-select .dropdown-menu{
	min-width: 64px;
}

#upperNav .top-menu-link .dropdown-menu{
	min-width: 196px;
}

#upperNav .form-search #instantsearch {
	position: relative;
	background-color: #656c76;
	border: 0;
	height: 23px;
	width: 230px;
	border-radius: 4px;
	transition: background .3s, margin .3s, width .3s;
}
/* END PRIDANE MRAG */

.header_top{
  color: #fff;
  background: #232c3b;
  height: 56px;
}

.header_top .left{
  float: left;
  padding: 18px 0 18px 0;
  font-weight: 600;
}

.header_top .left a{
  color: #f01e1e;
}

.header_top .left a:hover{
  text-decoration: underline
}

.header_top .right{
  float: right;
  padding-top: 11px;
}

.header_btm{
  position: relative;
}

.hlogo{
  float: left;
  padding: 14px 0 9px 0;
}

.hlogo h1,
.hlogo a{
  display: block;
  margin: 0;
}

.hlogo img{
  display: block;
  max-width:100%;
}

#nav{
  float: right;
}

.menu{
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu > li{
  float: left;
  position: relative;
}

.menu > li + li{
  margin-left: 25px;
}

.menu > li > a{
  display: block;
  position: relative;
  color: #232c3b;
  font-size: 16px;
  padding: 25px 0 24px 0;
  transition: color .3s;
}

.menu > li > a:hover,
.menu > li.active > a,
.menu > li.hover > a{
  color: #f01e1e;
}

/* mrag  */

.dl-submenu > li[class*='menu-'] .submenu{
  position: initial;
}

.menu .hassub > a{
  padding-right: 15px;
}

.menu .hassub > a:after{
  content: '\e80c';
  font-family: "cfont";
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -2px;
  height: 6px;
  line-height: 6px;
}

.submenu .hassub > a:after{
  right: 12px;
}

.submenu{
  position: absolute;
  background: #f2f2f2;
  width: 190px;
  list-style: none;
  margin: 0;
  padding: 0;
  top: 100%;
  left: 0;
  overflow: hidden;
  display: none;
  opacity: 0;
  transform: scale(.95);
  transition: opacity .3s, transform .3s;
}

li.hover .submenu{
  display: block;
}

li.trans .submenu{
  opacity: 1;
  transform: scale(1);
}

.submenu li{
  display: block;
  position: relative;
}

.submenu li:hover{
background: #e9e9e9;
}

.submenu li a:hover{
background: none;
color: #f01e1e;
}

.submenu li + li{
  padding-top: 1px;
}

.submenu li + li:before{
  content: '';
  position: absolute;
  left: 13px;
  right: 13px;
  height: 1px;
  top: 0;
}

.submenu a{
  color: #6e6e6e;
  font-size: 14px;
  padding: 8px 23px;
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  transition: color .3s, background .3s;
}

.submenu a:hover,
.submenu li.active a{
  color: #fff;
  background: #232c3b
}

.submenu li.active a{
  font-weight: bold;
}

.btn_menu{
  margin: 7px -10px 0 0;
  height: 57px;
  width: 57px;
  display: none;
  vertical-align: top;
  position: relative;
}

.menu button{
  display: none;
  position: absolute;
  right: 0;
  top: 6px;
  height: 40px;
  width: 55px;
  overflow: visible;
  background: none;
  outline: none;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.submenu button{
  top: 2px;
}

.menu button:before{
  content: '';
  width:21px;
  height: 3px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -1px;
  background: #7e8083;
}

.menu button:after{
  content: '';
  height:21px;
  width: 3px;
  position: absolute;
  left: 50%;
  margin-top: -10px;
  top: 50%;
  margin-left: -1px;
  background: #7e8083;
  transition: height .2s, margin-top .2s;
}

.menu li.active > button:after,
.menu li.active > button:before{
  background: #fff
}

.menu .selected > button:after{
  content: ' ';
  height: 1px;
  margin-top:0;
}


/**MAIN**/
#main{
}

.main_left{
  float: left;
  width: 170px;
  padding-bottom: 60px;
}

.main_right{
  float: right;
  width: 74.5%;
  padding-bottom: 60px;
}


/**FOOTER**/
#footer{
  padding-bottom: 80px;
}

.footer_top{
  background: #ffcb0a;
  padding: 25px 0 15px 0;
}

.footer_top .left{
  float: left;
  padding: 0 0 10px 0;
}

.footer_top .left strong{
  color:#232c3b;
  font-size: 24px;
  display: block;
}

.footer_top .left span{
  color: #7c6200;
  font-size: 16px;
}

.footer_top .right{
  float: right;
  padding: 5px 0 10px 15px;
}

.footer_top .btn_grey{
  width: 230px;
}

.footer_mid{
  background: #232c3b;
  padding: 25px 0 25px 0;
  color: #fff;
}

#footer .menu > li > a{
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

#footer .menu > li > a:hover,
#footer .menu > li.active > a,
#footer .menu > li.hover > a{
  color: #f01e1e;
}

#footer .submenu{
  top: auto;
  bottom: 100%;
}

#footer .submenu li a:hover,
#footer .submenu li.active a{
  background: #68829b
}

#footer .menu_line{
/*  padding-top: 50px;*/
}

.copy{
  float: right;
  padding: 16px 0;
}

.bar_btm{
  background: #161d28;
  position: absolute;
  height: 80px;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 90;
}

.bar_btm .left{
  float:left;
}

.logo_footer{
  display: block;
  float: left;
  height: 35px;
  margin-top: 12px;
  margin-right: 30px;
}

.logo_footer img{
  display: block;
  max-width: 100%;
}

.social_footer{
  float: left;
  padding-top: 16px;
}

.social_footer a{
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  height: 24px;
  color: #fff;
}

.social_footer a + a{
  margin-left: 20px;
}

.social_footer a.tw{
  font-size: 20px;
  padding-top: 4px;
}

.social_footer span{
  vertical-align: top;
  display: inline-block;
  line-height: 1;
}

.btn_chat{
  float: right;
  background: #af0202;
  height: 80px;
  width: 270px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  transition: background .4s;
}

.btn_chat span{
  display: inline-block;
  vertical-align: top;
  line-height: 1.4;
  padding-left: 25px;
  position: relative;
  margin-top: 28px;
}

.btn_chat span:after{
  content: '';
  position: absolute;
  left: 0;
  background: #39b549;
  width: 16px;
  height: 16px;
  top: 3px;
  border-radius: 50%;
}

.btn_chat:hover{
  background: #d83a21;
}

/* bottom footer bar refactor - mrag */

.bar_btm .wrapper.cf{
  width: 100%;
  height: 82px;
}

.bar_btm .wrapper.cf .footer-logos{
  float: left;
  margin-top: 1em;
}
.bar_btm .wrapper.cf .footer-text-claim{
  float: right;
  text-align: right;
  margin-top: 1.5em;
}

.bar_btm .wrapper.cf > .footer-text-claim .footer-text-link{
  display: inline-block;
  line-height: 1.0;
  color: #f01e1e;
  transition: color .2s;
}

.bar_btm .wrapper.cf > .footer-text-claim .footer-text-link:hover{
  color: #dadada;
}

@media screen and (max-width: 520px){
  .bar_btm .wrapper.cf{
    height: 136px;
  }
  .bar_btm .wrapper.cf .footer-logos{    
    width: 100%;
    margin-top: 1.4em;
    display: flex;
    justify-content: center;
  }
  .bar_btm .wrapper.cf .footer-text-claim{
    float: initial;
    width: 100%;
    text-align: center;
    margin-top: 6.0em;
    margin-bottom: 2.0em;
  }
  .bar_btm .wrapper.cf > .footer-text-claim .footer-text-link{
    line-height: 1.0;
  }  
}

/* end bottom footer bar refactor - mrag*/

/*****HELPERS*****/

/**TABLE GRID**/
.tgrid{
  margin: 0 -30px;
}

.tgrid .table{
  display: table;
  border-spacing: 30px;
  width: 100%;
  overflow: hidden;
  table-layout: fixed;
  margin: -30px 0;
}

.tgrid .table > *{
  display: table-cell;
  vertical-align: top;
}

.tgrid .col3{
  width: 33.333%;
}

/**GRIDD**/
.gridd{
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -3%;
  max-width: 105%;
}

.gridd > *{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin-left: 3%;
  margin-right: -.25em;
  overflow: visible;
}

.gridd .col1{width: 97%;}
.gridd .col2{width: 47%;}
.gridd .col4{width: 22%;}
.gridd .col3{width: 30.361%;}
.gridd .col5{ width: 17.07%; }
.gridd .col25{width: 37%;}
.gridd .col23{width: 63.666666666%;}

*+html .gridd > *{
  display: inline;
  zoom: 1;
  overflow: visible;
}

.gridd.mline > div{
  margin-bottom: 20px;
}

.gridd.mline{
  margin-bottom: -20px;
}

.gridd img{
  max-width: 100%;
}

.gridd table{
  width: 100%;
}

/**HELP*/
.center{
  text-align: center;
}

.align-right{
  text-align: right;
}

.nowrap{
  white-space: nowrap;
}

/**clear**/
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

*+html .cf {
  zoom: 1;
}

.clear {
  clear:both;
  font-size:1px;
  height:0.01px;
  line-height:1px;
  margin:0;
  padding:0;
}

/***float***/
.fl{
  float: left;
}

.fr{
  float: right;
}

.rel{
  position: relative;
}

.dblock{
  display: block;
}

.img_block{
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/**paddings**/
.padd_l5{
  padding-left: 5px;
}

.padd_l10{
  padding-left: 10px;
}

.padd_t20{
  padding-top: 20px;
}

.padd_tb25{
  padding-top: 25px;
  padding-bottom: 25px;
}

.padd_t40{
  padding-top: 40px;
}

.padd_b50{
  padding-bottom: 50px;
}

.padd_t60{
  padding-top: 60px;
}


/**MARGINS**/
.mg_t30{
  margin-top: 30px;
}

.mg_t60{
  margin-top: 60px;
}


/**widths**/
.w100{
  width: 100%;
}

.quarter{
  float: left;
  width: 25%;
}

.third{
  float: left;
  width: 33.3333%;
}

.half{
  float: left;
  width: 50%;
}

.maxw500{
  max-width: 500px;
}

.maxw700{
  max-width: 700px;
}


/**BGS**/
.bg_image{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}


/** DISIG TOP BAR **/
.upper-nav .nav-wrapper{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

.nav-wrapper .lang-select > .btn, .nav-wrapper .top-menu-link > .btn{		
  border: 0;
}

.nav-wrapper .lang-select > .btn > i.fa, .nav-wrapper .top-menu-link > .btn > i.fa{
  font-size: 9px;
  position: relative;
  top: -1px;
}

#upperNav .top-menu-link{
  z-index: 10;
}

.nav-wrapper .dropdown-menu{
  position: absolute;
  display: none;
  top: 36px;
  left: -1px;		
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid  rgba(0, 0, 0, 0.15);
  border-radius: 0 0 4px 4px;
  box-shadow: none;
  z-index: 100;
}

.nav-wrapper .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.nav-wrapper .dropdown-menu > li > a:hover{
  background: #f4f4f4;
}



/**MQ**/
@media only screen and (max-width: 1320px) {
  body{
    min-width: 320px;
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 1000px) {
  .menu > li > a{
    font-size: 13px;
    line-height: 22px;
  }

  .copy{
    font-size: 13px;
    line-height: 21px;
  }
}

@media only screen and (max-width: 900px), screen and (max-height: 700px){
  #footer{
    padding-bottom: 50px;
  }

  .bar_btm{
    height: 50px;
  }

  .logo_footer{
    margin-top: 15px;
    margin-right: 20px;
    width: 50px;
  }

  .logo_footer img{
    max-height: 100%;
    width: auto;
    height: auto;
  }

  .social_footer{
    padding-top: 14px;
  }

  .btn_chat{
    height: 50px;
    width: 140px;
  }

  .btn_chat span{
    margin-top: 14px;
  }
}

@media only screen and (max-width: 900px) {
  .header_top .left{
    display: none;
  }

  .btn_menu{
    display: inline-block;
  }

  .topmenu{
    position: absolute;
    display: none;
    right: 0;
    top: 100%;
    width: 100%;
    background: #f2f2f2;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
  }

  .topmenu.dl-menuopen{
    display: block;
  }

  .menu > li,
  .menu > li + li{
    margin: 0;
    float:none;
    display: block;
  }

  .menu li + li{
    border-top: 1px solid #d2d4dc
  }

  .menu > li > a{
    font-size: 18px;
    padding: 15px;
  }

  .menu > li.active > a{
    background:#232c3b;
    color: #fff;
  }

  .menu .hassub > a:after{
    display: none;
  }

  .menu button{
    display: block;
  }

  .submenu{
    position: relative;
    background: none;
    width: auto;
    top: auto;
    opacity: 1;
    transform: scale(1);
    transition: none;
  }

  li.hover .submenu{
    display: none;
  }

  li.finished .submenu,
  li.hover.finished .submenu{
    display: block
  }

  .submenu li{
    padding: 0;
    border-top: 1px solid #d2d4dc;
  }

  .submenu li + li{
    padding-top:0;
  }

  .submenu li:after,
  .submenu li:before{
    display: none !important;
  }

  .submenu a{
    color: #6e6e6e;
    font-size: 14px;
    padding: 12px 10px 12px 30px;
    display: block;
    width: 100%;
  }

  .main_left{
    display:none;
  }

  .main_right{
    float: none;
    max-width: 800px;
    margin: 40px auto 0 auto;
    width: auto;
  }

  .footer_mid{
    padding: 30px 0 25px 0;
  }

  #footer .menu{
    display: none;
  }

  #footer .menu_line{
    padding-top: 0;
  }

  .copy{
    float: none;
    text-align: center;
  }

  .btn_chat{
    margin-right: -15px;
  }

  .hide900{
    display: none !important;
  }

  .tgrid{
    margin: 0 -16px;
  }

  .tgrid .table{
    border-spacing: 16px;
    margin: -16px 0;
  }

}

@media only screen and (max-width: 760px) {
  .footer_top .left{
    float: none;
    text-align: center;
  }

  .footer_top .left strong{
    font-size: 20px;
  }

  .footer_top .right{
    float: none;
    padding: 10px 0;
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .header_top .left{
    display: none;
  }
}


@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; 
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
