/* ==========================================================================
   Stylesheet for Typography
   ========================================================================== 
*/
/*
 * Custom fonts
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('/static/fonts/fontawesome.eot?v=4.2.0');
  src: url('/static/fonts/fontawesome.eot?#iefix&amp;v=4.2.0') format('embedded-opentype'), url('/static/fonts/fontawesome.woff?v=4.2.0') format('woff'), url('/static/fonts/fontawesome.ttf?v=4.2.0') format('truetype'), url('/static/fonts/fontawesome.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Exo-Regular";
  src: url('/static/fonts/Exo-Regular.eot');
  src: url('/static/fonts/Exo-Regular.eot?#iefix') format('embedded-opentype'), url('/static/fonts/Exo-Regular.woff') format('woff'), url('/static/fonts/Exo-Regular.ttf') format('truetype'), url('/static/fonts/Exo-Regular.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
html,
body,
button,
input,
select,
textarea {
  color: #474747;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: "Exo-Regular", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45em;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  word-wrap: normal;
}
/**
 *
 * =======================================================================
     Headings
 * =======================================================================
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  font-family: "georgia", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  color: #5e5f5f;
}
h1 {
  font-size: 3em;
  line-height: 1.05;
}
h2 {
  font-size: 2.25em;
  line-height: 1.25;
}
h3 {
  font-size: 1.5em;
  line-height: 1.25;
}
h4 {
  font-size: 1.3125em;
  line-height: 1.22222222;
}
h5 {
  font-size: 1.125em;
}
h6 {
  font-size: 14px;
}
/**
 *
 * =======================================================================
     Paragraphs and Indentation
 * =======================================================================
 */
p {
  margin: auto auto 1.39em;
}
.spam_input {
  display: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/* Small devices (phone, up to 767px) */
@media (max-width: 767px) {
  body {
    font-size: 12px;
    line-height: 1.618;
  }
  h1 {
    font-size: 2em;
    line-height: 1.25;
  }
  h2 {
    font-size: 1.625em;
    line-height: 1.15384615;
  }
  h3 {
    font-size: 1.375em;
    line-height: 1.13636364;
  }
  h4 {
    font-size: 1.125em;
    line-height: 1.11111111;
  }
}
/* Small devices (tablets, From 768px up to 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {
  body {
    font-size: 13px;
    line-height: 1.5;
  }
  h1 {
    font-size: 2.5em;
    line-height: 1.125;
  }
  h2 {
    font-size: 2em;
    line-height: 1.25;
  }
  h3 {
    font-size: 1.3125em;
    line-height: 1.25;
  }
  h4 {
    font-size: 1.125em;
    line-height: 1.22222222;
  }
}
/* ==========================================================================
   Stylesheet for (Project name) - width: bootstrap
   ========================================================================== 

Content:
1. GENERAL STYLES
2. PAGE STRUCTURE ELEMENTS
3. WRAPPERS
4. NAVIGATION
5. CLOUDS
6. BUTTONS
7. CONTENT 
8. TABS, BANNERS and SLIDERS
9. OTHER
10. JQUERY DYNAMIC CLASSES
*/
/*
 * 1. GENERAL STYLES
 * -----------------------------------------------------------------------------------------
 */
body {
  background: #ffffff;
}
/*
 * Link basic styles
 */
a {
  text-decoration: none;
  color: #f7941e;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #c26c07;
}
/*
 * Input focus highlight
 */
input[type=text],
input[type=email],
input[type=search],
input[type=number],
input[type=tel],
input[type=password],
textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
  border: solid 1px #fff;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus {
  box-shadow: 0 0 5px #9ecaed;
  border: 1px solid  #9ecaed!important;
}
/*
 * 2. PAGE STRUCTURE ELEMENTS
 * -----------------------------------------------------------------------------------------
 */
header,
.header {
  padding: 10px 0;
}
.banner {
  background: url('/static/resources/bg_banner.jpg') top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}
.banner_content {
  padding: 18% 0 180px;
  position: relative;
  text-align: center;
}
.banner_content h1 {
  color: #fff;
  font-size: 3.5em;
  margin-bottom: 40px;
}
.banner_content h1 span {
  -webkit-opacity: 0.33;
  -moz-opacity: 0.33;
  opacity: 0.33;
  filter: alpha(opacity=33);
}
.banner_content p {
font-size:1.25em;
  color: #fff;
  margin-bottom: 40px;
}
.banner_content .button_link {
  padding: 25px 0;
  text-align: center;
  color: #fff;
  background: #f7941e;
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
}
.banner_content .button_link .fa {
  margin-left: 10px;
}
.banner_content .button_link:hover {
  text-decoration: none;
  background: #fff;
  color: #5e5f5f;
}
.counter {
  background: #f5f5f5;
}
.counter p {
  color: #5e5f5f;
  font-size: 16px;
  line-height: 23px;
  margin: 0;
  padding: 50px 0 50px 10%;
}
.counter p span {
  color: #5e5f5f;
  font-size: 46px;
  line-height: 46px;
  font-weight: bold;
  float: left;
}
.counter p span:nth-child(2) {
  margin-right: 10px;
}
.border {
  background: none;
}
.triangle:before {
  border-color: #f5f5f5 transparent;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  left: 50%;
  bottom: -20px;
  content: "";
  position: absolute;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=20);
  /*for IE*/
}
.bg_gray {
  background-color: #f4f4f4;
}
.footer {
  background-color: #f4f4f4;
}
.about {
  background: url('/static/resources/bg_about.jpg') top center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
  padding: 3% 0 0;
  margin-bottom: 75px;
}

.about.about-way {
  background: url('/static/resources/bg_about_way.jpg') center center no-repeat;
    background-size: cover;
}

.about.about-res{
  background: url('/static/resources/bg_about_res.jpg') center center no-repeat;
    background-size: cover;
}

.about.about-contact{
  background: url('/static/resources/bg_about_contact.jpg') center center no-repeat;
    background-size: cover;
}

.about.about-know{
  background: url('/static/resources/bg_about_know.jpg') center center no-repeat;
    background-size: cover;
}

.about.about-exp{
  background: url('/static/resources/bg_about_exp.jpg') center center no-repeat;
    background-size: cover;
}



.values.subcat_bg{
  background: url('/static/resources/bg_values2.jpg') top center no-repeat;
}

.about h1 {
  color: #5e5f5f;
  margin-bottom: 50px;
  font-size: 3em;
}
.about p {
  margin-bottom: 100px;
  line-height: 1.8em;
}
.badger {
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f7941e;
  position: absolute;
  margin: 0 0 0 -75px;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  padding-top: 35px;
  bottom: -75px;
  left: 50%;
}
.values {
  background: url('/static/resources/bg_values.jpg') top center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 50px 0;
}
.values h2 {
  margin-bottom: 30px;
}
.krog_1 {
  width: 180px;
  height: 180px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: solid 1px #f7941e;
  display: inline-block;
  margin-bottom: 30px;
}
.krog_1 .krog_2 {
  width: 168px;
  height: 168px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f7941e;
  margin: 4px 0 0 4px;
  color: #fff;
  text-transform: uppercase;
  line-height: 168px;
  text-align: center;
  font-size: 18px;
}

.subcat .krog_1{
     border: solid 2px #ffffff;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.22);
-moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.22);
box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.22);
}

.subcat .krog_2{
      background: #ffffff;
      color:#f7941e;
      
    
}

.subcat .krog_1:hover{
     border: solid 2px #f7941e;
    
}

.subcat .krog_2:hover{
      background: #f7941e;
      color:white;
    
}
.orange {
  background: #f7941e;
  text-align: center;
  padding: 50px 0;
}
.orange h2 {
  color: #fff;
  font-size: 2.15em;
  margin-bottom: 50px;
}
.orange p {
  font-size: 1em;
  margin-bottom: 50px;
  color: #fff;
}
/*
 * 3. WRAPPERS
 * -----------------------------------------------------------------------------------------
 */
/*
 * 4. NAVIGATION
 * -----------------------------------------------------------------------------------------
 */
.nav_main {
  background: #5e5f5f;
}
.nav_main .navbar-default {
  background: none;
  filter: none;
  border: none;
  box-shadow: none;
  margin: 0;
}
.nav_main .navbar-default ul li a {
  color: #fff;
  text-shadow: none;
  padding: 10px 15px;
}
.nav_main .navbar-default ul li a:hover {
  color: #fff;
  background: #f7941e;
}
.nav_main .navbar-default ul li a.activelink {
  color: #f7941e;
  background: #fff;
}
.nav_main .dropdown-menu {
  background-clip: padding-box;
  background-color: #f7941e;
  border: none;
  border-radius: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  float: left;
  font-size: 14px;
  left: 0;
  list-style: outside none none;
  margin: 2px 0 0;
  min-width: 216px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}
.nav_main .dropdown-menu a {
  padding: 10px!important;
}
.nav_main .dropdown-menu a:hover {
  background: #5e5f5f!important;
}
.flash {
    padding: 5px 0 0 0;
    font-size: 15px;
}
.nav_main .flash {
    color: #fff;
    padding: 10px 0 0;
    font-size: 15px;
}
.nav_lang #lang_id {
  text-transform: uppercase;
  font-style: italic;
  color: #5f6060;
  border: solid 1px #d2d2d2;
  padding: 10px 10px 8px;
  margin-top: 0px;
  display: inline-block;
}
.nav_lang #lang_id span {
  color: #f7941e;
  margin-left: 5px;
}
.nav_lang .dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  min-width: 60px;
  padding: 5px 0;
}
.nav_social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
.nav_social ul li {
  float: left;
}
.nav_social ul li a {
  color: #cdcecf;
}
.nav_social ul li a .fa {
  font-size: 3em;
  margin-left: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.nav_social ul li a:hover .fa {
  color: #232323;
}
/*
 * 5. CLOUDS
 * -----------------------------------------------------------------------------------------
 */
/*
 * 6. BUTTONS
 * -----------------------------------------------------------------------------------------
 */
.gumb {
  border: solid 1px #f7941e;
  padding: 15px 30px;
  color: #f7941e;
  margin-top: 10px;
  display: inline-block;
}
.gumb:hover {
  border: solid 1px #f7941e;
  background: #f7941e;
  color: #fff;
  text-decoration: none;
}
/*
 * 7. CONTENT
 * -----------------------------------------------------------------------------------------
 */
.box_1 {
  background: url('/static/img/img_1.jpg') center center no-repeat;
}
.box_2 {
  background: url('/static/img/img_2.jpg') center center no-repeat;
}
.box_3 {
  background: url('/static/img/img_3.jpg') center center no-repeat;
}
.box_1,
.box_2,
.box_3 {
  background-size: cover;
  min-height: 320px;
  text-align: center;
  padding: 10% 15px 0;
  width: 100%;
  display: block;
}
.box_1:hover,
.box_2:hover,
.box_3:hover {
  color: #fff;
  text-decoration: none;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.team h3 {
  color: #a7a7a7;
  padding: 0 15px 0 15px;
  font-size: 2.5em;
  margin-bottom: 30px;
}
.team p {
  color: #474747;
  padding: 0 15px 0 15px;
  font-size: 1em;
  line-height: 2em;
}
.content_index {
  padding: 7% 0;
  clear: both;
}
.content_index h3 {
  color: #a7a7a7;
  font-size: 2.5em;
  margin-bottom: 30px;
}
.content_index p {
  color: #474747;
  font-size: 1em;
}
.contact_section {
  padding: 7% 0;
  clear: both;
}
.contact_section h2 {
  color: #a7a7a7;
  font-size: 2.5em;
  margin-bottom: 30px;
}
.contact_section p {
  color: #a7a7a7;
  font-size: 1em;
  line-height: 2em;
}
.contact_section_content {
  text-align: center;
}
.contact_section_content .button_link {
  color: #232323;
  border: solid 1px #232323;
  display: inline-block;
  padding: 12px 0 10px;
  text-align: center;
  width: 270px;
}
.contact_section_content .button_link:hover {
  background: #232323;
  border: solid 1px #232323;
  color: #fff;
  text-decoration: none;
}
.copyright {
  padding-top: 20px;
}
.copyright p {
  margin-bottom: 10px;
}
.copyright p img {
  margin-right: 10px;
}
.br_special {
  display: block;
}
.images_row .circle {
  width: 40px;
  display: inline-block;
  height: 40px;
  line-height: 38px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  font-size: 26px;
  color: #5e5f5f;
}
.images_row h3 {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 4em;
  color: #fff;
}
.images_row p {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 1em;
  color: #fff;
}
.content {
  padding: 30px 0;
}
.content ul {
    padding-left:33px;
}
.content ul li {
    list-style: none;
    position: relative;
    margin-bottom: 15px;
}
.content ul li:before {
    color: #2e2d2d;
    content: "\f0a9 ";
    display: inline-block;
    font-family: 'FontAwesome';
    position: absolute;
    top: 0px;
    left: -32px;
    color: #f7941e;
    font-size:26px;
}
.content img {
  width: auto;
}
.content_2 {
  padding: 30px 0 0;
}
.content h2,
.content_2 h2 {
  color: #5e5f5f;
  margin-bottom: 30px;
}
.content p,
.content_2 p {
  color: #5e5f5f;
  font-size: 1em;
}
.contact_page .gumb {
  background: #f7941e;
  border: solid 1px #f7941e;
  color: #fff;
}
.contact_page .gumb:hover {
  background: none;
  border: solid 1px #f7941e;
  color: #f7941e;
}
.contact_page h2 .fa {
  color: #f7941e;
  font-weight: bold;
}
.contact_page .form-control {
  border-radius: 0px;
  border: solid 1px #c2c2c2;
  box-shadow: none;
  height: 45px;
  line-height: 45px;
  background: transparent;
}
.contact_page .form-group {
  margin-left: 0px!important;
  margin-right: 0px!important;
}
.contact_page .form-control {
  border-radius: 0px;
  border: solid 1px #c2c2c2;
  box-shadow: none;
  height: 40px;
  line-height: 40px;
  background: transparent;
}
.contact_page .form-control-small {
  border-radius: 0px;
  border: solid 1px #c2c2c2;
  box-shadow: none;
  height: 40px;
  line-height: 40px;
  background: transparent;
  float: right;
  width: 100px;
  margin-right: 30px;
}
.contact_page .form-control.tex {
  border-radius: 0px;
  border: solid 1px #c2c2c2;
  box-shadow: none;
  height: auto!important;
  line-height: 30px;
  background: transparent;
}
.phone {
  font-size: 24px;
  color: #f7941e;
  margin-top: 20px;
}
/*
 * 8. TABS, BANNERS and SLIDERS
 * -----------------------------------------------------------------------------------------
 */
 .slider {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.slider .slider_image {
    position: absolute;
    left:-10000%; right: -10000%; 
    top: -10000%; bottom: -10000%;
    margin: auto auto;
    min-width: 1000%!important;
    min-height: 1000%!important;
    -webkit-transform:scale(0.1);
    transform: scale(0.1);
}
.slider .carousel-control {
    width: 6%;
}
.slider .carousel-control .fa {
    top: 48%;
    color: #fff;
    font-size: 45px;
    display: inline-block;
    position: absolute;
}
/*
 * 9. OTHER
 * -----------------------------------------------------------------------------------------
*/
/*
 * Responsive Google maps
 */
.google-map-canvas {
  height: 0;
  padding-bottom: 56.25%;
  /* 16: 9 */
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.google-map-canvas iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* ==========================================================================
   Outdated browser prompt
   ========================================================================== */
.ancient_browser {
  margin: 0;
  background: #0093cb;
  color: #fff;
  padding: 0.2em;
  text-align: center;
}
.ancient_browser a {
  color: #67d6ff;
}
.special_move_bottom {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 100%;
}
.special_move_bottom.moved {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 50px;
}
/*
 * 10. JQUERY DYNAMIC CLASSES
 * -----------------------------------------------------------------------------------------
 */
/*
 * Parsley 2.0 notification styles
 */
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  border: 1px solid #ff0000!important;
}
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #80c248;
  border: 1px solid #80c248!important;
}
.parsley-errors-list {
  margin: 2px 0 3px 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  text-align: left;
  color: #ff0000;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.parsley-errors-list.filled {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
#fancybox-wrap,
#fancybox-wrap * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.clear {
  clear: both;
}
.no_margin {
  margin: 0!important;
}
.no_padding {
  padding: 0!important;
}
.padding_top_10 {
  padding: 10px 0 0;
}
.padding_top_20 {
  padding: 20px 0 0;
}
.padding_top_30 {
  padding: 30px 0 0;
}
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/*Cookies*/
.cc-cookies {
  font-size: 12px;
  position: fixed;
  width: 280px;
  padding: 10px 10px 60px;
  background: #f7941e;
  font-weight: normal;
  z-index: 1060;
  text-align: left;
  color: #ffffff;
  left: auto;
  right: 20px;
  bottom: 60px;
  line-height: 1.35;
}
.cc-cookies:before {
  border-color: #f7941e transparent;
  border-style: solid;
  border-width: 23px 0px 0 36px;
  bottom: -23px;
  content: "";
  position: absolute;
  right: 34px;
}
.cookie_btn {
  position: fixed;
  bottom: -39px;
  right: -39px;
  cursor: pointer;
  width: 78px;
  height: 78px;
  background: #f7941e url('/static/resources/icons/cookie.png') 3px 27px no-repeat;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=45);
  /*for IE*/
  z-index: 1060;
}
.cc-close-message {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
  text-decoration: none;
}
.cc-close-message:hover {
  color: #404040!important;
}
.cookie_responsive {
  width: 280px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cc-cookies a,
.cc-cookies a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.cc-cookies a:hover {
  text-decoration: none;
}
.cc-overlay {
  height: 100%;
  padding-top: 25%;
}
.cc-cookies-error {
  float: left;
  width: 90%;
  text-align: center;
  margin: 1em 0 2em 0;
  background: #ffffff;
  padding: 2em 5%;
  border: 1px solid #ccc;
  font-size: 18px;
  color: #333;
}
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline,
.cc-cookies a.cc-cookie-reset,
.cc-cookies a.cc-cookie-policy-close {
  display: inline-block;
  color: #000;
  text-decoration: none;
  background: #ffffff;
  padding: 0.5em 0.75em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
}
.cc-cookies a.cc-cookie-policy-close {
  display: inline-block;
  text-shadow: none;
  background: #ffffff !important;
  text-align: center;
  font-size: 14px;
  padding: 2px 0;
  text-decoration: none;
  color: #f7941e;
  border: solid 1px #ffffff;
  width: 115px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cc-cookies a.cc-cookie-policy-close:hover {
  background: none!important;
  color: #ffffff;
  border: solid 1px #ffffff;
}
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline {
  background: #af3b3b;
  margin-left: 0.5em;
}
.cc-cookies a:hover.cc-cookie-decline,
.cc-cookies-error a:hover.cc-cookie-decline,
.cc-cookies a:hover.cc-cookie-reset {
  background: #e13434;
}
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-decline {
  display: block;
  margin-top: 1em;
}
a.cc-cookie-accept {
  position: absolute;
  bottom: 25px;
  left: 20%;
  width: 60%;
  background: #ffffff;
  text-align: center;
  font-size: 14px;
  padding: 0 0 2px;
  text-decoration: none;
  color: #f7941e;
  border: solid 1px #ffffff;
}
a.cc-cookie-accept:hover {
  background: none;
  color: #ffffff;
  border: solid 1px #ffffff;
}
.cc-cookies.cc-discreet {
  width: auto;
  padding: 0.5em 1em;
  left: auto;
  top: auto;
}
.cc-cookies.cc-discreet a.cc-cookie-reset {
  background: none;
  text-shadow: none;
  padding: 0;
  text-decoration: underline;
}
.cc-cookies.cc-discreet a:hover.cc-cookie-reset {
  text-decoration: none;
}
.cc-cookies .cc-cookie-policy-ajax {
  overflow: hidden;
  margin: 5px 0 10px 0;
  height: auto !important;
}
a.cc-cookie-decline {
  margin: 0em 0.5em!important;
}
.cc-cookies .cc-cookie-policy-open {
  position: absolute;
  bottom: 5px;
  left: 5%;
}
.cc-cookies .cc-cookie-policy-div {
  text-align: left!important;
  height: 280px;
  overflow-y: scroll;
}
.cc-cookies .cc-cookie-policy-div h1 {
  font-size: 2.25em;
}
.cc-cookies .cc-cookie-policy-div h2 {
  font-size: 1.5em;
}
.cc-cookies .table {
  margin-bottom: 0px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-indent: 0;
  color: #ffffff;
  font-size: 11px;
}
.cc-cookies .table thead th {
  vertical-align: bottom;
  font-weight: bold;
}
.cc-cookies .table th,
.cc-cookies .table td {
  border-top: 1px solid #ffffff;
  line-height: 20px;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
.cc-cookies .table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0 none;
}
.cc-cookies .table-hover tbody tr:hover td,
.cc-cookies .table-hover tbody tr:hover th {
  background-color: #ffffff;
  color: #f7941e;
}
/*Media queries*/
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .cookie_responsive {
    width: 730px;
  }
  .cc-cookies .cc-cookie-policy-div {
    height: 450px;
  }
  header,
  .header {
    padding: 15px 0;
  }
  .nav_main .navbar-nav {
      width:100%;
  }
  .nav_main .navbar-default {
    text-align:center;
  }
  .nav_main .navbar-default ul li {
    display: inline-block;
    float: none;
  }
    .nav_main .dropdown:hover .dropdown-menu {
        display: block!important;
    }
    .nav_main .dropdown-menu li {
        width:100%;
    }
  .nav_main .navbar-default ul li a {
    padding: 20px 10px;
  }
  .nav_main .navbar-default .container-fluid {
    margin-left: -45px !important;
  }
  .flex_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .flex_container .flex_item {
    margin: auto;
  }
  .special_move_bottom {
    bottom: 50px;
  }
  .special_move_bottom.moved {
    bottom: 100px;
  }
  .nav_main .navbar-default .navbar-nav .open .dropdown-menu li a:hover {
    color: #fff;
  }
  .nav_lang #lang_id {
    margin-top: 15px;
  }
  .team h3 {
    padding: 0 20% 0 50px;
  }
  .team p {
    padding: 0 20% 0 50px;
  }
  .copyright p img {
    margin-right: 0px;
    margin-left: 10px;
    width: 50px;
  }
  .br_special {
    display: none;
  }
  .nav_social ul {
    float: right;
  }
  .nav_social ul li a .fa {
    font-size: 3em;
    margin-left: 20px;
    margin-top: 25px;
    margin-bottom: 0;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .cookie_responsive {
    width: 920px;
  }
  .border {
    background: url('/static/resources/bg_border.jpg') top right no-repeat;
  }
  .nav_main .navbar-default ul li a {
    padding: 20px 15px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .banner_content h1 {
    font-size: 5.5em;
  }
  .copyright p img {
    margin-right: 0px;
    margin-left: 30px;
    width: auto;
  }
  .img-special {
    margin-top: 100px;
  }
  .nav_main .navbar-default ul li a {
    padding: 20px 25px;
  }
}
/* Small devices (From 481px up to 767px) */
/* Small devices (tablets, From 768px up to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .images_row h3 {
    font-size: 3em;
  }
  .img-special {
    margin-top: 290px;
  }
}
/* Medium devices (desktops, From 992px up to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .images_row h3 {
    font-size: 4em;
  }
  .img-special {
    margin-top: 160px;
  }
  .flash {
    padding: 0px;
    font-size: 15px;
}
.nav_main .flash {
    color: #fff;
    padding: 10px 0 0;
    font-size: 15px;
}
}
/* Small devices (phone, up to 480px) */
/* Small devices (phone, up to 767px) */
@media (max-width: 767px) {
  .cc-cookies {
    font-size: 11px;
  }
  .nav_main .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #f7941e!important;
}
}
@media (max-width: 768px) and (min-height: 320px) and (orientation: landscape) {
  .cc-cookies {
    bottom: 40px;
  }
  .cc-cookies .cc-cookie-policy-div {
    height: 140px;
  }
}