/*-----------------------*/
/*Prefix Styles*/
.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

body {
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0.3px;
  color: #444;
  /*Section Fix*/
}
body section.row, body header.row, body footer.row {
  margin: 0;
  position: relative;
}

/*Ancore*/
a, .btn, button {
  outline: none;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
a{color:#35578F;}
a:before, a:after, .btn:before, .btn:after, button:before, button:after {
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
a:focus, a:hover, .btn:focus, .btn:hover, button:focus, button:hover {
  color: #0d72a5;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.btn {
  border-radius: 0;
  padding: 8px 35px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  margin-top: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  line-height: 1.42857143;
  text-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}
.btn.btn-default {
  border: 2px solid #35578F;
  background: #35578F;
  color: #fff;
}
.btn.btn-default:hover, .btn.btn-default:focus {
  background-color: transparent;
  color: #35578F;
}

.btn-primary {
  background: #35578F;
  border-color: #0f7fb8;
}
.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  background: #333;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section_title h2 {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 500;
  color: #000000;
  margin-bottom: 100px;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 5px;
  position: relative;
  text-align: center;
}
.section_title h2:after {
  background-color: #35578F;
  display: block;
  content: "";
  height: 2px;
  margin-top: 18px;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  position: relative;
  top: 0px;
  width: 40px;
  left: 50%;
}

/*-----------------------*/
body{padding-top:108px;}
body section.row.top_bar {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  position:fixed;
  top:0;
  z-index:1000;
  width:100%;
}
@media (max-width: 767px) {
  .top_bar {
    padding: 0;
  }
}

.logo {
  height: 90px;
  line-height: 90px;
  display: table;
}
.logo img {
  max-height: 90px;
}
.logo-unece{display:inline-block;margin-top:20px;margin-right:20px;}
.logo-who{display:inline-block;margin-top:20px;}

@media (max-width: 767px) {
  .logo {
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
  }
  .logo img {
    max-height: 60px;
  }
}

@media (max-width: 991px) {
  .contact-inner {
    width: 100%;
  }
}

.sp-contact-info {
  float: right;
  margin: 0 -10px;
  padding: 25px 0;
}
@media (max-width: 991px) {
  .sp-contact-info {
    float: left;
  }
}
.sp-contact-info li {
  margin: 0 10px;
  font-size: 90%;
  float: left;
}
.sp-contact-info li i {
  margin: 0 3px;
  float: left;
  line-height: 38px;
  width: 40px;
  text-align: center;
  font-size: 15px;
  color: #35578F;
  border: 1px solid #35578F;
  border-radius: 3px;
}
.sp-contact-info li p {
  margin-left: 50px;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
}
.sp-contact-info li p span {
  display: block;
  line-height: 100%;
  margin: 2px 0 8px 5px;
  letter-spacing: .5px;
}
.sp-contact-info li p span:last-child {
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}
.sp-contact-info li:hover i, .sp-contact-info li:focus i {
  background-color: #35578F;
  color: #fff;
}

/*---------------------------------------------Navigation------------------------------------------------*/
.navbar-default {
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 15px 0;
  border: none;
  margin: 0;
  border-radius: 0;
  margin-top:50px;
  margin-bottom:0;
}
@media (max-width: 767px) {
  .navbar-default {
    text-align: center;
    padding: 10px 0;
    min-height: 35px;
    height: auto;
  }
}
.offcanvas-toggler{
  float: right;
  line-height: 35px;
  font-size: 18px;
  color: #000;
}
.offcanvas-toggler{
  float: right;
  line-height: 35px;
  font-size: 18px;
  color: #000;
}
#main_nav .offcanvas-toggler{display:none !important;}
.navbar-default .offcanvas-toggler:hover, .navbar-default .offcanvas-toggler:focus {
  color: #0d72a5;
}
@media (max-width: 767px) {
  .offcanvas-toggler{
    float: none;
    font-size: 24px;
  }
}
.navbar-default .navbar-header .navbar-toggle {
  display: none;
}
.navbar-default .navbar-header .navbar-brand {
  position: relative;
  z-index: 2;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 50px;
}
.navbar-default .navbar-header .navbar-brand img {
  height: 100%;
}
.navbar-default #main_nav {
  padding: 0;
  position: relative;
}

.navbar-default #main_nav .navbar-nav{text-align:center;float:none;}
.navbar-default #main_nav .navbar-nav>li{
	float:none;display:inline-block;
}
@media (max-width: 767px) {
  .navbar-default #main_nav {
    display: none;
  }
}
.navbar-default #main_nav .navbar-nav li a {
  padding: 110px 15px 15px 15px;
  line-height: 35px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000;
  border-radius: 2px;
  min-width:120px;
  text-align:center;
}
.navbar-default #main_nav .navbar-nav li li a{background: none !important;padding:0;text-align:left;}
.navbar-default #main_nav .navbar-nav li li a:hover,
.navbar-default #main_nav .navbar-nav li li a.is-active{background:none !important;color:#34578F !important;}

.navbar-default #main_nav .navbar-nav li:nth-child(1) a {
	background: url("../images/icons-menu/icono-menu_03.png") no-repeat top center;
}
.navbar-default #main_nav .navbar-nav li:nth-child(2) a {
	background: url("../images/icons-menu/icono-menu_10.png") no-repeat top center;
}
.navbar-default #main_nav .navbar-nav li:nth-child(3) a {
	background: url("../images/icons-menu/icono-menu_12.png") no-repeat top center;
}
.navbar-default #main_nav .navbar-nav li:nth-child(4) a {
	background: url("../images/icons-menu/icono-menu_05.png") no-repeat top center;
}
.navbar-default #main_nav .navbar-nav li:nth-child(5) a {
	background: url("../images/icons-menu/icono-menu_07.png") no-repeat top center;
}
.navbar-default #main_nav .navbar-nav li:nth-child(6) a {
	background: url("../images/icons-menu/icono-menu_15.png") no-repeat top center;
}

.navbar-default #main_nav .navbar-nav li:nth-child(1) a:hover,
.navbar-default #main_nav .navbar-nav li:nth-child(1) a.is-active,
.navbar-default #main_nav .navbar-nav li:nth-child(1).dropdown.active a{
	background: url("../images/icons-menu/icono3-menu-hover_03.png") no-repeat top center;
}
.navbar-default #main_nav .navbar-nav li:nth-child(2) a:hover,
.navbar-default #main_nav .navbar-nav li:nth-child(2) a.is-active,
.navbar-default #main_nav .navbar-nav li:nth-child(2).dropdown.active a{
	background: url("../images/icons-menu/icono2-menu-hover_10.png") no-repeat top center;
}
.navbar-default #main_nav .navbar-nav li:nth-child(3) a:hover,
.navbar-default #main_nav .navbar-nav li:nth-child(3) a.is-active,
.navbar-default #main_nav .navbar-nav li:nth-child(3).dropdown.active a{
	background: url("../images/icons-menu/icono2-menu-hover_12.png") no-repeat top center;
}
.navbar-default #main_nav .navbar-nav li:nth-child(4) a:hover,
.navbar-default #main_nav .navbar-nav li:nth-child(4) a.is-active,
.navbar-default #main_nav .navbar-nav li:nth-child(4).dropdown.active a{
	background: url("../images/icons-menu/icono2-menu-hover_05.png") no-repeat top center;
}
.navbar-default #main_nav .navbar-nav li:nth-child(5) a:hover,
.navbar-default #main_nav .navbar-nav li:nth-child(5) a.is-active,
.navbar-default #main_nav .navbar-nav li:nth-child(5).dropdown.active a{
	background: url("../images/icons-menu/icono2-menu-hover_07.png") no-repeat top center;
}
.navbar-default #main_nav .navbar-nav li:nth-child(6) a:hover,
.navbar-default #main_nav .navbar-nav li:nth-child(6) a.is-active,
.navbar-default #main_nav .navbar-nav li:nth-child(6).dropdown.active a{
	background: url("../images/icons-menu/icono2-menu-hover_15.png") no-repeat top center;
}

.navbar-default #main_nav .navbar-nav li + li {
  margin-left: 5px;
}
.navbar-default #main_nav .navbar-nav li.dropdown > a:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  margin-left: 5px;
}
.navbar-default #main_nav .navbar-nav li.dropdown .dropdown-menu {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  border: none;
  border-top: 2px solid #35578F;
  padding: 10px 0;
  min-width: 240px;
  border-radius: 0;
}
@media (min-width: 1025px) {
  .navbar-default #main_nav .navbar-nav li.dropdown .dropdown-menu {
    display: block;
    top: 300%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
  }
}
.navbar-default #main_nav .navbar-nav li.dropdown .dropdown-menu li {
  padding: 0 10px;
}
.navbar-default #main_nav .navbar-nav li.dropdown .dropdown-menu li a {
  font-size: 13px;
  text-transform: capitalize;
  color: #333;
  font-weight: normal;
  padding-left: 10px;
  padding-right: 1px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.navbar-default #main_nav .navbar-nav li.dropdown .dropdown-menu li a i {
  color: #35578F;
  margin-right: 10px;
  width: 10px;
}
.navbar-default #main_nav .navbar-nav li.dropdown .dropdown-menu li.dropdown {
  padding-bottom: 0;
  margin-bottom: 0;
}
.navbar-default #main_nav .navbar-nav li.dropdown .dropdown-menu li.dropdown > a:after {
  content: "\f105";
  line-height: 35px;
  position: absolute;
  right: 15px;
  display: block;
  top: 0;
}
.navbar-default #main_nav .navbar-nav li.dropdown .dropdown-menu li.dropdown .dropdown-menu {
  top: 0;
  left: 100%;
  margin: 0;
}
@media (min-width: 1025px) {
  .navbar-default #main_nav .navbar-nav li.dropdown .dropdown-menu li.dropdown .dropdown-menu {
    display: block;
    top: 300%;
    opacity: 0;
    z-index: -100;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
  }
}
.navbar-default #main_nav .navbar-nav li.dropdown .dropdown-menu li + li {
  margin-left: 0;
  margin-bottom: 3px;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown {
  position: static;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop {
  padding: 20px 5px;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li {
  position: relative;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li {
    float: left;
    width: 25%;
  }
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li span {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 14px;
  padding: 0;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li span:after {
  display: none;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li span + ul {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  border: none;
  display: block;
  padding-top: 15px;
  margin-top: 0;
  min-width: auto;
}
@media (min-width: 1025px) {
  .navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li span + ul {
    display: block;
    top: 0;
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
  }
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li span + ul li {
  width: 100%;
  padding: 0;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li span + ul li a {
  display: block;
}
.navbar-default #main_nav .navbar-nav li:hover > a, .navbar-default #main_nav .navbar-nav li.open > a {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 1025px) {
  .navbar-default #main_nav .navbar-nav li:hover .dropdown-menu, .navbar-default #main_nav .navbar-nav li.open .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 1000;
  }
}
.navbar-default #main_nav .navbar-nav li:hover .dropdown-menu li:hover > a, .navbar-default #main_nav .navbar-nav li:hover .dropdown-menu li.open > a, .navbar-default #main_nav .navbar-nav li.open .dropdown-menu li:hover > a, .navbar-default #main_nav .navbar-nav li.open .dropdown-menu li.open > a {
  color: #fff;
  margin-bottom: 0;
}
.navbar-default #main_nav .navbar-nav li:hover .dropdown-menu li:hover > a i, .navbar-default #main_nav .navbar-nav li:hover .dropdown-menu li.open > a i, .navbar-default #main_nav .navbar-nav li.open .dropdown-menu li:hover > a i, .navbar-default #main_nav .navbar-nav li.open .dropdown-menu li.open > a i {
  color: #fff;
}
@media (min-width: 1025px) {
  .navbar-default #main_nav .navbar-nav li:hover .dropdown-menu li:hover .dropdown-menu, .navbar-default #main_nav .navbar-nav li:hover .dropdown-menu li.open .dropdown-menu, .navbar-default #main_nav .navbar-nav li.open .dropdown-menu li:hover .dropdown-menu, .navbar-default #main_nav .navbar-nav li.open .dropdown-menu li.open .dropdown-menu {
    display: block;
    opacity: 1;
    top: 0;
    visibility: visible;
    z-index: 1000;
  }
}
.navbar-default #main_nav .navbar-nav li.active > a {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #35578F;
}
.navbar-default #main_nav .navbar-right {
  margin-right: 40px;
}
.navbar-default.affix {
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
}
.navbar-default.style2 #main_nav {
  padding: 7.5px 0px;
}
@media (max-width: 991px) {
  .navbar-default.style2 #main_nav {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .navbar-default.style2 .navbar-header .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .navbar-default.style2 .offcanvas-toggler {
    float: right;
  }
}

.offcanvas-menu {
  width: 280px;
  height: 100%;
  background: #fff;
  color: #999;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: -10;
  padding: 20px 0;
  overflow-y: scroll;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.offcanvas-menu.open {
  z-index: 10000;
  opacity: 1;
}
.offcanvas-menu .sp-module-title {
  margin: 0 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-weight: normal;
  padding: 0 20px;
  letter-spacing: 4px;
}

.offcanvas_closer {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -10;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.offcanvas_closer.open {
  z-index: 9999;
  opacity: 1;
}

.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  color: #000;
  border: 2px solid #eee;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}

#offcanvas-inner-menu li a {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5px 20px;
  margin: 0 0 -1px;
  line-height: 36px;
  color: #000;
}
#offcanvas-inner-menu li a:hover, #offcanvas-inner-menu li a:focus {
  background-color: #35578F;
  color: #fff;
}
#offcanvas-inner-menu li.dropdown > a:before {
  content: "\f107";
  display: block;
  float: right;
  font: normal normal normal 14px/1 FontAwesome;
  padding: 0 6px 0 20px;
  line-height: 36px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#offcanvas-inner-menu li .dropdown-menu {
  position: relative;
  width: 100%;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 20px;
}
#offcanvas-inner-menu li .dropdown-menu li a {
  line-height: 24px;
  border-top-style: dotted;
  border-bottom-style: dotted;
}
#offcanvas-inner-menu li .dropdown-menu li a:before {
  line-height: 24px;
}
#offcanvas-inner-menu li .dropdown-menu li a:hover, #offcanvas-inner-menu li .dropdown-menu li a:focus {
  background: #f5f5f5;
  color: #35578F;
}
#offcanvas-inner-menu li .dropdown-menu li:first-child a {
  border-top: 0;
}
#offcanvas-inner-menu li .dropdown-menu li:last-child a {
  border-bottom: 0;
}
#offcanvas-inner-menu li .dropdown-menu li .dropdown-menu li a {
  background: #35578F;
}
#offcanvas-inner-menu li .dropdown-menu li .dropdown-menu li a:hover, #offcanvas-inner-menu li .dropdown-menu li .dropdown-menu li a:focus {
  color: #fff;
}
#offcanvas-inner-menu li.open > a {
  background-color: #f5f5f5;
  color: #35578F;
}
#offcanvas-inner-menu li.active > a {
  background-color: #35578F;
  color: #fff;
}

.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .form-control, form#login-form .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #35578F;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li input[type="checkbox"], form#login-form input[type="checkbox"] {
  margin-left: 0;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .input-group-addon, form#login-form .input-group-addon {
  background-color: #35578F;
  color: #fff;
  border-color: #35578F;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 6px 12px;
}

.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .flickGallery, .flickGallery, .flickGallery_footer {
  margin: 0 -1px;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .flickGallery li, .flickGallery li, .flickGallery_footer li {
  float: left;
  width: 25%;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .flickGallery li + li, .flickGallery li + li, .flickGallery_footer li + li {
  margin-bottom: 0;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .flickGallery li a, .flickGallery li a, .flickGallery_footer li a {
  display: block;
  padding: 0.25px 0.5px;
  overflow: hidden;
  width: 100%;
  border-radius: 0;
  position: relative;
  color: #fff;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .flickGallery li a:after, .flickGallery li a:after, .flickGallery_footer li a:after {
  content: '+';
  position: absolute;
  display: block;
  top: 0.25px;
  bottom: 0.25px;
  left: 0.5px;
  right: 0.5px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  line-height: 63.5px;
  font-size: 24px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .flickGallery li a:hover, .navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .flickGallery li a:focus, .flickGallery li a:hover, .flickGallery li a:focus, .flickGallery_footer li a:hover, .flickGallery_footer li a:focus {
  background: none;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .flickGallery li a:hover:after, .navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .flickGallery li a:focus:after, .flickGallery li a:hover:after, .flickGallery li a:focus:after, .flickGallery_footer li a:hover:after, .flickGallery_footer li a:focus:after {
  opacity: 1;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .flickGallery li a img, .flickGallery li a img, .flickGallery_footer li a img {
  max-width: 100%;
}

.flickGallery_footer {
  margin: 0 -1px;
  padding: 0;
}

@media (max-width: 767px) {
  .bottom4 {
    width: 320px;
  }
}

/*=========header2==========*/
.header-top-bar {
  background: #35578F;
  color: #ffffff;
  padding: 8px 0;
}
.header-top-bar p {
  line-height: 33px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .header-top-bar .social-icons {
    float: left;
  }
}
.header-top-bar .social-icons li {
  float: left;
}
.header-top-bar .social-icons li a {
  border-color: #fff;
  border-width: 1.5px;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 32px;
}

.navbar-form {
  margin: 0 -15px 0 0;
}
.navbar-form .form-control {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px 12px;
  height: 34px;
  width: 206px;
  border: 1px solid #35578F;
}
.navbar-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.navbar-form span {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
}
.navbar-form button {
  background: #35578F;
  color: #fff;
  padding: 6px 12px;
  height: 34px;
  line-height: 22px;
  text-transform: capitalize;
  margin: 0;
  border: none;
  border-radius: 0 3px 3px 0;
}

.header-transparent {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: fixed;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 100%;
  z-index: 9999;
  padding: 25px 0;
  height: 100px;
}
@media (max-width: 767px) {
  .header-transparent {
    padding: 25px;
  }
}
.header-transparent.style2 {
  background: rgba(255, 255, 255, 0.1);
}
.header-transparent.navbar-default #main_nav .navbar-nav li a {
  color: #fff;
  -webkit-transition: inherit;
  transition: inherit;
}
.header-transparent .offcanvas-toggler {
  color: #fff;
}

.navbar.navbar-default.header-transparent.affix {
  padding: 4px 0px;
  height: 61px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 0px;
}
.navbar.navbar-default.header-transparent.affix.navbar-default #main_nav {
  padding-top: 9px;
}
.navbar.navbar-default.header-transparent.affix.navbar-default #main_nav .navbar-nav li a {
  color: #000;
  -webkit-transition: inherit;
  transition: inherit;
}
.navbar.navbar-default.header-transparent.affix.navbar-default #main_nav .navbar-nav .active a {
  color: white;
}
.navbar.navbar-default.header-transparent.affix.navbar-default .offcanvas-toggler {
  color: #000;
}

/*-----------------------*/
.sp-bottom-info {
  background-color: #34578F;
  color: #ffffff;
}
.sp-bottom-info ul{float:right;}
.sp-bottom-info ul li{float:right;}
.sp-bottom-info ul li a{color:#fff;}
.sp-bottom-info .container {
  padding: 25px 0;
  border-bottom: 1px solid #555;
}
.sp-bottom-info .logo-bottom {
  float: left;
  border-right: 1px solid #999;
  margin-right: 30px;
  margin-bottom: 0;
  line-height: 40px;
  height: 55px;
  padding-top: 5px;
  padding-right: 30px;
}
@media (max-width: 543px) {
  .sp-bottom-info .logo-bottom {
    float: none;
    border: none;
  }
}
.sp-bottom-info .bottom-info {
  margin-bottom: 0;
  height: 55px;
  color: #999;
}
@media (max-width: 543px) {
  .sp-bottom-info .bottom-info {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .sp-bottom-info .position1 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sp-bottom-info .position1 {
    padding: 0px 30px 35px;
  }
}
@media (max-width: 543px) {
  .sp-bottom-info .position1 {
    padding: 0px 30px 25px;
  }
}
@media (max-width: 991px) {
  .sp-bottom-info .position1 ul {
    float: left;
    margin-top: 20px;
  }
}

.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}
.social-icons li {
  display: inline-block;
  margin: 0 3px;
}
.social-icons li a {
  border: 1px solid #999;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #999;
}
@media (max-width: 543px) {
  .social-icons li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.social-icons li a:hover, .social-icons li a:focus {
  border-color: #fff;
  background: #fff;
  color: #35578F;
}

.sp-bottom {
  background-image: url("../images/world-map-dark.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 0;
  background-color: #202427;
  color: #e3e3e3;
  padding: 70px 0px;
}
.sp-bottom .sp-module-title {
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 20px;
}
.sp-bottom .textwidget p {
  color: #999;
}
.sp-bottom .textwidget p a {
  color: #999;
}
.sp-bottom .textwidget p i {
  margin-right: 10px;
  color: #35578F;
}

.tagspopular ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tagspopular ul li {
  display: inline-block;
}
.tagspopular ul li a {
  display: block;
  border: 1px solid #999;
  padding: 0 15px;
  border-radius: 30px;
  color: #999;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 30px;
  margin-right: 5px;
}
.tagspopular ul li a:hover, .tagspopular ul li a:focus {
  border-color: #fff;
  background: #fff;
  color: #35578F;
}

.copyright_row {
  padding: 20px 0;
  background: #1e2124;
  color: #fff;
}
.copyright_row i {
  color: #35578F;
}

/*-----------------------*/
.featured_clients {
  padding: 80px 0;
}
.featured_clients a {
  display: inline-block;
  line-height: 95px;
}
.featured_clients img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  opacity: 0.7;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.featured_clients a:hover img {
  opacity: 1;
}

/*-----------------------*/
.error_404.row {
  height: 100vh;
  width: 100vw;
}
.error_404.row .container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.error_404.row .fa-exclamation-triangle {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 10px;
}
.error_404.row .error-code {
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}
.error_404.row .error-message {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}

/*-----------------------*/
.comingsoon_wrap {
  height: 100vh;
  color: #fff;
  background: #35578F;
}

.sp-comingsoon-title {
  margin-top: 130px;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}

.sp-comingsoon-content {
  font-size: 28px;
  font-weight: 300;
}

.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  display: inline-block;
  margin: 80px 15px;
}
@media (max-width: 767px) {
  .sp-comingsoon .days,
  .sp-comingsoon .hours,
  .sp-comingsoon .minutes,
  .sp-comingsoon .seconds {
    margin: 40px 15px;
    width: 20%;
  }
}
@media (max-width: 600px) {
  .sp-comingsoon .days,
  .sp-comingsoon .hours,
  .sp-comingsoon .minutes,
  .sp-comingsoon .seconds {
    width: 15%;
  }
}

.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .seconds .number,
.sp-comingsoon .minutes .number {
  width: 115px;
  height: 120px;
  line-height: 120px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .sp-comingsoon .days .number,
  .sp-comingsoon .hours .number,
  .sp-comingsoon .seconds .number,
  .sp-comingsoon .minutes .number {
    width: 80px;
    height: 85px;
    font-size: 30px;
    line-height: 80px;
  }
}

.sp-comingsoon .days .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .hours .string {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}

.sp-comingsoon .social-icons li {
  display: inline-block;
  margin: 0 15px;
}

.sp-comingsoon .social-icons li a {
  color: #fff;
  font-size: 24px;
}

.sp-comingsoon .social-icons li a:hover {
  color: #35578F;
}

/*-----------------------*/
.testimonial_row {
  padding: 100px 0px;
  color: #fff;
  background: url("../images/shutterstock_63211588.jpg") no-repeat fixed left 34px;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.testimonial_row:after {
  display: block;
  position: absolute;
  height: 100%;
  background: rgba(17, 147, 212, 0.9);
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: 0;
}
.testimonial_row .container {
  position: relative;
  z-index: 2;
}
.testimonial_row .testimonial-pro {
  max-width: 798px;
  margin: 0 auto;
}
.testimonial_row .testimonial-pro .item {
  padding: 0;
}
.testimonial_row .testimonial-pro .item .avatar {
  width: 100px;
  height: auto;
  border: 1px solid #fff;
  padding: 5px;
  display: inline-block;
  margin-bottom: 10px;
}
.testimonial_row .testimonial-pro .item .testimonial-message {
  font-style: italic;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .testimonial_row .testimonial-pro .item .testimonial-message {
    padding: 0px 50px;
  }
}
.testimonial_row .testimonial-pro .item .testimonial-client {
  margin-bottom: 10px;
}
.testimonial_row .testimonial-pro .item .testimonial-client p {
  font-weight: bold;
}
.testimonial_row .carousel-control {
  border: 1px solid #fff;
  color: #fff;
  line-height: 30px;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  background: none;
  opacity: 1;
  text-shadow: none;
}
.testimonial_row .carousel-control.left {
  left: -60px;
}
@media (max-width: 991px) {
  .testimonial_row .carousel-control.left {
    left: 5px;
  }
}
.testimonial_row .carousel-control.right {
  right: -60px;
}
@media (max-width: 991px) {
  .testimonial_row .carousel-control.right {
    right: 5px;
  }
}
.testimonial_row .carousel-control:hover, .testimonial_row .carousel-control:focus {
  background: #fff;
  color: #35578F;
}
.testimonial_row .carousel-indicators {
  bottom: -50px;
}

/*-----------------------*/
.from_blog {
  padding: 100px 0;
  background: #fafafa;
}
@media (max-width: 767px) {
  .from_blog .article + .article {
    margin-top: 30px;
  }
}
.from_blog .blog_content {
  border: 1px solid #f1f1f1;
  padding: 25px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .from_blog .blog_content {
    padding: 25px 5px 25px 10px;
  }
}
@media (max-width: 767px) {
  .from_blog .blog_content {
    padding: 25px;
  }
}
.from_blog .blog_content h3 {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  line-height: 1.3;
}
.from_blog .blog_content h3 a {
  color: #000;
}
.from_blog .blog_content h3 a:hover {
  color: #35578F;
}
.from_blog .blog_content .article-meta {
  margin: -5px -5px 5px;
}
.from_blog .blog_content .article-meta span {
  margin: 5px;
  color: #888;
  font-size: 13px;
  font-style: italic;
  display: inline-block;
}
.from_blog .blog_content a {
  color: #35578F;
}
.from_blog .blog_content a:hover {
  color: #0d72a5;
}

.section_heading {
  margin-bottom: 50px;
}
.section_heading h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.title-subheading {
  max-width: 77%;
  margin: 0 auto;
}

.latest-blog .post-tittle:after {
  display: block;
}
.latest-blog h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.latest-blog h2:after {
  display: none;
}
.latest-blog .title-subheading {
  margin-bottom: 50px;
  font-size: 14px;
}
.latest-blog .posts {
  font-weight: 400;
  letter-spacing: 5px;
}

/*======index-agency=====*/
.section_blog {
  margin-bottom: 50px;
}
.section_blog .title-heading {
  font-weight: 300;
  margin-bottom: 50px;
}

/*-----------------------*/
.purchaseBox {
  border-bottom: 1px solid #eee;
}
.purchaseBox .content-holder {
  padding: 120px 50px 120px 0px;
  width: 555px;
  float: right;
}
@media (max-width: 1199px) {
  .purchaseBox .content-holder {
    width: 100%;
    float: left;
  }
}
@media (max-width: 767px) {
  .purchaseBox .content-holder {
    padding: 50px 0;
    float: none;
  }
}
.purchaseBox .content-holder .content-title {
  margin: 20px 0 50px;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 1.3;
  text-transform: uppercase;
  position: relative;
}
.purchaseBox .content-holder .content-title:after {
  background-color: #35578F;
  content: "";
  height: 2px;
  left: 0%;
  -webkit-transform: translate(0%);
  -ms-transform: translate(0%);
  transform: translate(0%);
  position: absolute;
  bottom: -25px;
  width: 40px;
  display: block;
}
.purchaseBox .content-holder p {
  margin-bottom: 40px;
}

.half-purchaseBox + .half-purchaseBox {
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/shutterstock_264940502.jpg) no-repeat scroll 100% center;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (max-width: 1199px) {
  .half-purchaseBox + .half-purchaseBox {
    height: 736px;
  }
}
@media (max-width: 767px) {
  .half-purchaseBox + .half-purchaseBox {
    height: 533px;
    position: inherit;
    width: 100%;
    left: 0;
  }
}
@media (max-width: 500px) {
  .half-purchaseBox + .half-purchaseBox {
    height: 400px;
  }
}
@media (max-width: 400px) {
  .half-purchaseBox + .half-purchaseBox {
    height: 300px;
  }
}

.half-pro-best {
  position: absolute;
  left: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  background: url(../images/about_bg.jpg) no-repeat scroll 100% center;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (max-width: 1199px) {
  .half-pro-best {
    position: relative;
    width: 100%;
    height: 799px;
  }
}
@media (max-width: 767px) {
  .half-pro-best {
    height: 533px;
  }
}
@media (max-width: 500px) {
  .half-pro-best {
    height: 400px;
  }
}
@media (max-width: 400px) {
  .half-pro-best {
    height: 300px;
  }
}

.purchaseBox .purchasebox2 {
  float: right;
}
.purchaseBox .purchasebox2 .content-holder {
  padding-left: 0px;
}
@media (max-width: 1199px) {
  .purchaseBox .purchasebox2 .content-holder {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  .purchaseBox .purchasebox2 {
    float: none;
    width: 100%;
  }
}

/*-----------------------*/
.main_features {
  padding: 100px 0;
  border-bottom: 1px solid #eee;
  background: #fafafa;
}
.main_features .feature .media .media-left {
  padding-right: 15px;
}
.main_features .feature .media .media-left span {
  width: 38px;
  padding-left: 2px;
  text-align: center;
  display: block;
  color: #35578F;
  font-size: 36px;
  line-height: 36px;
}
.main_features .feature .media .media-body h4 {
  color: #000000;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 0;
}

/*-----------------------*/
.sp-page-title {
  background: none;
  padding: 40px 0; 
}
.sp-page-title h2 {
  font-size: 24px;
  letter-spacing: 1px;
  font-family: Open Sans, sans-serif;
  font-weight: 500;
  line-height: 1.3;
  
  border-bottom:1px solid #35578F;
  width:100%;
  
}
.sp-page-title h2, .sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #000;
  float: left;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  float: right;
  margin: 0;
}
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li {
  color: #fff;
  text-transform: capitalize;
}
.sp-page-title .breadcrumb > li a {
  color: #fff;
}
.sp-page-title .breadcrumb > li + li:before {
  color: #fff;
}
.sp-page-title .breadcrumb > li.active {
  color: rgba(255, 255, 255, 0.8);
}

/*-----------------------*/
section.row.contact-area {
  padding:0;
  margin-bottom:60px;
  margin-top:-40px;
}
.page-node-type-contact #block-probi-content{float:left;width:41.66666667%;}

.page-node-type-contact .additional-info {
  padding:0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom:1px solid #ccc;
}

.page-node-type-contact .additional-info:last-child {
  border:none;
}
  
.page-node-type-contact .additional-info1 {
}
.page-node-type-contact .additional-info li.first{color:#34578F;font-size:18px;margin-bottom:5px;}
.page-node-type-contact .additional-info li a {
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0.3px;
  color: #444;
  padding: 0;
  display: inline-block;
}
.page-node-type-contact .additional-info li a i {
  margin-right: 10px;
  color: #35578F;
}
@media (max-width: 991px) {
  .page-node-type-contact .additional-info li a i {
    float: left;
    line-height: 27px;
  }
}
.page-node-type-contact .additional-info li a:hover, .page-node-type-contact .additional-info li a:focus {
  background: none;
}
.page-node-type-contact .additional-info li + li {
  padding-top: 0;
}

.contact-title {
  margin-bottom: 20px;
  color: #000000;
}
.contact-title h3,.contact-area .contact-form h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  background:#34578F;
  color:#fff;
  padding:20px 30px;
  margin-top:0;
}

.social-icon {
  margin-top: 60px;
}
.social-icon li {
  float: left;
  padding: 0;
}
.social-icon li + li {
  margin-left: 10px;
}
.social-icon li a {
  border: 1px solid #428bca;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  padding: 0 8px;
  font-size: 13px;
  text-align: center;
  color: #428bca;
  line-height: 32px;
}
.social-icon li a:hover {
  background-color: #35578F;
  color: #fff;
  border-color: #35578F;
}

.contact-form .form-group.name {
  width: 50%;
  padding-right: 10px;
  float: left;
}
.contact-form .form-group.email {
  width: 50%;
  padding-left: 10px;
  float: left;
}
.contact-form .form-control {
  border-radius: 3px;
  font-size: 13px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #444;
}
.contact-form .form-control:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.contact-form .btn {
  border-radius: 30px;
  padding: 8px 35px;
  font-weight: 600;
  font-size: inherit;
  line-height: 26px;
}

#mapBox {
  height: 450px;
}

/*-----------------------*/
.sp-main-body {
  background: #fafafa;
  padding: 100px 0;
}

@media (max-width: 991px) {
  .blog-area {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .blog-area .gallery {
    width: 298px;
  }
}
@media (max-width: 504px) {
  .blog-area .gallery {
    width: 246px;
  }
}

.items-leading .item {
  background: #fff;
  -webkit-box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
  margin-bottom: 50px;
}
.items-leading .item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.items-leading .item .blog-content {
  padding: 40px 40px;
}
@media (max-width: 504px) {
  .items-leading .item .blog-content {
    padding: 40px 20px;
  }
}
.items-leading .entry-header {
  margin-left: 68px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 504px) {
  .items-leading .entry-header {
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.items-leading .entry-header h2 {
  margin: 8px 0 0;
}
.items-leading .entry-header h2 a {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #000;
}
.items-leading .entry-header h2 a:hover {
  color: #35578F;
}
.items-leading .post-format {
  position: absolute;
  top: 0;
  left: -68px;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  border-radius: 3px;
  color: #35578F;
  border: 1px solid #35578F;
}
@media (max-width: 504px) {
  .items-leading .post-format {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 10px;
  }
}
.items-leading .article-info {
  margin: 0 -8px 5px;
  line-height: 12px;
}
.items-leading .article-info dd {
  display: inline-block;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  margin: 0;
  padding: 0 8px;
  border-right: 1px solid #ddd;
}
@media (max-width: 504px) {
  .items-leading .article-info dd {
    display: block;
    margin-bottom: 10px;
    border: 0;
  }
}
.items-leading .article-info dd i {
  margin-right: 3px;
  color: #666;
}
.items-leading .article-info dd:last-child {
  border: none;
}
.items-leading .readmore {
  margin-top: 30px;
}

.items-more ol li a:hover {
  color: #23527c;
}

.module {
  background: #fff;
  padding: 40px;
  border: 1px solid #eee;
  margin-top: 30px;
}
@media (max-width: 504px) {
  .module {
    padding: 40px 20px;
  }
}
.module:first-child {
  margin-top: 0;
}
.module h3 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.module .module-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.module .module-title {
  margin: 0 0 20px;
}
.module .categories-module {
  margin: 0;
  padding: 0;
  list-style: none;
}
.module .categories-module li {
  border-bottom: 1px solid #e8e8e8;
  padding: 2px 0;
}
.module .categories-module li a {
  line-height: 36px;
  padding: 2px 0;
  color: #000;
}
.module .categories-module li a:hover {
  color: #35578F;
}
.module .categories-module li:last-child {
  border-bottom: none;
}
.module .tagspopular li a:hover {
  background: #35578F;
  color: #fff;
}
.module .flickGallery {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.module .latestnews .latest-info {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
  font-style: italic;
}
.module .latestnews .latest-info a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  display: block;
}
.module .latestnews .latest-info a:hover {
  color: #35578F;
}
.module .latestnews .latest-info span {
  margin-right: 10px;
}

/*-----------------------*/
.work-main-body {
  padding-top: 100px;
  padding-bottom: 70px;
}

.simpleportfolio-filter {
  text-align: center;
  margin-bottom: 30px;
}
.simpleportfolio-filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.simpleportfolio-filter ul li {
  float: left;
  display: block;
  margin: 0 5px;
  display: block;
  padding: 5px 10px;
  background-color: transparent;
  color: #777;
  letter-spacing: 2px;
  cursor: pointer;
}
.simpleportfolio-filter ul li.active, .simpleportfolio-filter ul li:hover {
  color: #35578F;
  text-decoration: underline;
}

.simpleportfolio-items .simpleportfolio-item {
  position: relative;
  overflow: hidden;
}
.simpleportfolio-items .simpleportfolio-item img {
  max-width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
@media (max-width: 767px) {
  .simpleportfolio-items .simpleportfolio-item img {
    width: 100%;
  }
}
.simpleportfolio-items .simpleportfolio-item .overlay {
  height: 100%;
  width: 100%;
  display: block;
  background-color: rgba(17, 147, 212, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: '';
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.simpleportfolio-items .simpleportfolio-item .vertical-middle {
  display: table;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 100%;
}
.simpleportfolio-items .simpleportfolio-item .vertical-middle .simpleportfolio-btns a {
  padding: 7px 12px;
  margin: 3px;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 3px;
  text-decoration: none;
  text-transform: uppercase;
  background: #fff;
  font-weight: normal;
  color: #35578F;
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  display: inline-block;
}
.simpleportfolio-items .simpleportfolio-item .vertical-middle h3 {
  margin-top: 10px;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  margin-bottom: 0;
}
.simpleportfolio-items .simpleportfolio-item .vertical-middle h3 a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
.simpleportfolio-items .simpleportfolio-item .vertical-middle .simpleportfolio-tags {
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 1;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.simpleportfolio-items .simpleportfolio-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.simpleportfolio-items .simpleportfolio-item:hover .overlay {
  opacity: 1;
}
.simpleportfolio-items .simpleportfolio-item:hover .simpleportfolio-btns a {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.simpleportfolio-items .simpleportfolio-item:hover .simpleportfolio-btns a:hover {
  background: transparent;
  color: #fff;
}
.simpleportfolio-items .simpleportfolio-item:hover h3 {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.simpleportfolio-items .simpleportfolio-item:hover .simpleportfolio-tags {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.simpleportfolio-items .simpleportfolio-columns-3 {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .simpleportfolio-items .simpleportfolio-columns-3 {
    width: 100%;
  }
}

.mfp-figure figure {
  padding: 25px 25px 0;
  display: inline-block;
  background: #fff;
  border-bottom: 25px solid transparent;
  overflow: auto;
}

img.mfp-img {
  padding: 0;
}

.mfp-image-holder .mfp-close {
  top: -8px;
  right: 0;
  cursor: pointer !important;
  color: #000;
}

.single-work-body {
  padding: 100px 0;
}
.single-work-body .simpleportfolio-image {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .single-work-body .simpleportfolio-image img {
    max-width: 100%;
  }
}
.single-work-body .simpleportfolio-description {
  font-family: Open Sans, sans-serif;
}
.single-work-body .simpleportfolio-description h2 {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 5px;
  margin-top: 0;
}

.simpleportfolio-created {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.simpleportfolio-created h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}

.simpleportfolio-link .link {
  padding: 7px 13px;
  border-radius: 2px;
  text-transform: capitalize;
  display: inline-block;
  margin-top: 0;
}
.simpleportfolio-link .link:hover {
  border-color: #0b628d;
  background-color: #0d72a5;
}

/*=====header1-page-portfolio-css====*/
.portfolio-area {
  padding: 100px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.portfolio-area .simpleportfolio-columns-3 {
  padding: 0;
  margin-bottom: 0;
}
.portfolio-area .simpleportfolio-columns-3 .simpleportfolio-item {
  margin-right: 1px;
  margin-bottom: 1px;
}

/*=======corporate-portfolio=======*/
.corporate-portfolio {
  padding-bottom: 0;
  border-bottom: none;
  overflow: hidden;
}
.corporate-portfolio .simpleportfolio-items {
  margin-bottom: 0;
}

/*=====index-agency css======*/
.style2 {
  background: #fafafa;
}

/*-----------------------*/
.template-area {
  -webkit-background-size: cover;
  background-size: cover;
  padding: 20px;
  background-attachment: fixed;
  position: relative;
}

.template {
  text-align: left;
  color: #000;
  z-index: 1;
  margin-bottom: 25px;
}

.template-title {
  margin-top: 0;
  margin-bottom:0;
  font-size: 30px;
  font-weight: 400;
  padding-bottom:10px;
  border-bottom:1px solid #34578F;
}

.template-title-subheading {
  max-width: 80%;
  display: inline-block;
  font-size: 17px;
  line-height: 24px;
}

.basic-section-template {
  background: #f1f1f1;
  padding: 100px 0;
}
.basic-section-template .section-title {
  text-align: center;
}

.title-heading {
  font-size: 25px;
  font-weight: 400;
  color: #000;
  letter-spacing: 5px;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 100px;
  margin-top: 0;
  position: relative;
  text-align: center;
}
@media (max-width: 338px) {
  .title-heading {
    letter-spacing: 2px;
  }
}
.title-heading:after {
  background-color: #35578F;
  content: "";
  height: 2px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  position: relative;
  display: block;
  margin-top: 18px;
  width: 40px;
}

.row-section {
  background: #fafafa;
  text-align: center;
  padding: 100px 0;
}
.row-section .row-img {
  display: inline-block;
}

/*-----------------------*/
.layout-section {
  padding: 100px 0;
}
.layout-section .layout-text-left {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .layout-section .layout-text-left {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .layout-section .layout-text-left {
    margin-bottom: 30px;
  }
}
.layout-section .layout-text-left h1 {
  color: #000000;
  font-size: 70px;
  line-height: 70px;
  font-weight: 800;
  margin-top: 0;
}
@media (max-width: 991px) {
  .layout-section .layout-text-left h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
.layout-section .layout-text-left p {
  font-size: 18px;
  line-height: 26px;
}
.layout-section .layout-text-left .learn {
  border: 2px solid #35578F;
  margin-top: 30px;
}
.layout-section .layout-text-left .learn:hover {
  background: transparent;
  color: #35578F;
}

.module-area {
  background: #fff;
  text-align: center;
  padding: 100px 0;
}

/*-----------------------*/
.page-builder {
  background: #35578F;
  padding: 100px 0;
  color: #ffffff;
}
.page-builder .builder-content {
  padding-top: 32px;
}
@media (max-width: 767px) {
  .page-builder .builder-content {
    padding-bottom: 30px;
  }
}
.page-builder .builder-content h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
}
.page-builder .builder-content .button {
  background-color: #fff;
  color: #35578F;
  border: none;
  margin-top: 37px;
}
.page-builder .builder-content .button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.page-builder .builder-video iframe {
  width: 100%;
  height: 312px;
  border: none;
}

.layout-page-area {
  text-align: center;
  padding: 100px 0;
}
.layout-page-area .section-title .title-heading {
  margin-bottom: 45px;
}
.layout-page-area .section-title p {
  margin-bottom: 50px;
}

/*-----------------------*/
.meet-team-area {
  position: relative;
  padding: 100px 0 50px;
  overflow: hidden;
}
.meet-team-area:after {
  position: absolute;
  height: 100%;
  background: rgba(17, 147, 212, 0.88);
  background-repeat: repeat;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
}
.meet-team-area video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  z-index: -1;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .meet-team-area video {
    width: 850px;
  }
}

.board-area h2 {
  font-weight: 300;
}

@media (max-width: 767px) {
  .dedicated-team + .dedicated-team {
    margin-top: 30px;
  }
}

.board-content {
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  padding: 15px;
  background: #fff;
  text-align: left;
}
.board-content + .board-content {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .board-content + .board-content {
    margin-bottom: 30px;
  }
}
.board-content img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .board-content img {
    width: 100%;
  }
}
.board-content img:hover {
  background: #fff;
  opacity: 0.8;
}
.board-content .board-text {
  padding: 20px 10px 0px 15px;
}
@media (max-width: 1199px) {
  .board-content .board-text {
    padding: 20px 0px 0px 0px;
  }
}
@media (max-width: 767px) {
  .board-content .board-text {
    padding: 20px 10px 0px 15px;
  }
}
.board-content h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 18px;
}
.board-content h4 small {
  font-size: 11px;
  color: #888;
  font-style: italic;
}
.board-content .person-social {
  list-style: none;
  display: block;
  padding: 5px 0px 0px;
  margin: 0;
}
.board-content .person-social li {
  display: inline-block;
  margin: 3px;
}
@media (max-width: 991px) {
  .board-content .person-social li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .board-content .person-social li {
    margin: 3px;
  }
}
.board-content .person-social li a {
  font-size: 13px;
  border-radius: 50%;
  border: 1px solid #ddd;
  color: #999;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: block;
}
.board-content .person-social li a:hover {
  background: #35578F;
  color: #fff;
  border-color: #35578F;
}
.board-content:hover {
  -webkit-box-shadow: 1px 1px 2px 0px #f1f1f1;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.investor-area {
  padding: 100px 0;
  background: #fafafa;
}
@media (max-width: 991px) {
  .investor-area {
    padding-bottom: 70px;
  }
}
.investor-area + .investor-area {
  border-top: 1px solid #eee;
}
.investor-area .dedicated-team {
  margin-bottom: 30px;
}

.dedicated-area {
  padding: 100px 0;
  background: #fafafa;
}

/*-----------------------*/
.pricing-area {
  background: #f8f8f8;
  padding: 100px 0;
  border-bottom: 1px solid #eee;
}
.pricing-area + .pricing-area {
  border-bottom: none;
}
.pricing-area h2 {
  text-align: center;
}

.pricing-body {
  padding: 0 0 50px 0;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  border: 1px solid #eee;
}
@media (max-width: 767px) {
  .pricing-body {
    margin-top: 30px;
  }
}
.pricing-body .pricing-header {
  background: #35578F;
  color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.pricing-body .pricing-header h4 {
  margin: 0;
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 30px;
  line-height: 100px;
  text-transform: uppercase;
}
.pricing-body .pricing-features {
  margin-top: 70px;
}
.pricing-body .pricing-features span {
  font-size: 65px;
}
.pricing-body .pricing-features .pricing-list {
  margin: 0;
  padding: 60px 0px 20px 0px;
  list-style: none;
}
.pricing-body .pricing-features .pricing-list li {
  display: block;
  padding: 5px 0;
}
.pricing-body .pricing-features .btn-default {
  background: transparent;
  color: #35578F;
}
.pricing-body .pricing-features .btn-default:hover {
  background: #35578F;
  color: #fff;
}
.pricing-body .pricing-features .active {
  background: #35578F;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pricing-body .pricing-features .active:hover {
  background: transparent;
  color: #35578F;
  border-color: #35578F;
}

.middle {
  border: 1px solid #35578F;
}
.middle span {
  color: #35578F;
}

.header-pricing {
  padding: 100px 0;
  background-color: #fafafa;
}
.header-pricing h2 {
  font-weight: 600;
}

/*-----------------------*/
.promo-section {
  padding: 100px 0px 50px;
}
.promo-section .promo-content {
  margin-bottom: 60px;
}
.promo-section .promo-content span {
  display: inline-block;
  text-align: center;
  color: #35578F;
  font-size: 40px;
  line-height: 40px;
}
.promo-section .promo-content h3 {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: block;
  margin-top: 26px;
}
.promo-section .promo-content h3:hover {
  color: #35578F;
}
.promo-section .promo-content p {
  padding-top: 5px;
}

.work-process-area {
  overflow: hidden;
}
.work-process-area .work-01 {
  background: rgba(17, 147, 212, 0.8);
}
.work-process-area .work-02 {
  background: rgba(17, 147, 212, 0.9);
}
.work-process-area .work-03 {
  background: #35578F;
}
.work-process-area .work-process {
  padding: 70px;
  color: #fff;
}
@media (max-width: 1199px) {
  .work-process-area .work-process {
    padding: 70px 40px;
  }
}
.work-process-area .work-process h3 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .work-process-area .work-process h3 {
    font-size: 20px;
    line-height: 21px;
  }
}
.work-process-area .work-process p {
  margin-bottom: 50px;
}
.work-process-area .work-title {
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
}

.portfolio-section {
  background: #fafafa;
  padding: 100px 0px 90px;
  border-bottom: 1px solid #eee;
}
@media (max-width: 767px) {
  .portfolio-section .portfolio-gallery {
    margin-top: 30px;
  }
}
.portfolio-section .portfolio-gallery .portfolio-image {
  position: relative;
  cursor: pointer;
}
.portfolio-section .portfolio-gallery .portfolio-image:after {
  content: "+";
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  font-size: 65px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  opacity: 0;
}
.portfolio-section .portfolio-gallery .portfolio-image:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(17, 147, 212, 0.9);
  position: absolute;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  opacity: 0;
}
.portfolio-section .portfolio-gallery .portfolio-image:hover:before, .portfolio-section .portfolio-gallery .portfolio-image:hover:after {
  opacity: 1;
}
.portfolio-section .addon-text h3 {
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 4px;
}

.carousel .carousel-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}
.carousel .carousel-control:hover {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.addon-features {
  background: #fff;
}

.sppb-section {
  padding: 50px 0px 40px;
  color: #ffffff;
  background-color: #35578F;
}
@media (max-width: 1099px) {
  .sppb-section .sppb-addon {
    width: 100%;
  }
}
.sppb-section .sppb-addon h2 {
  margin: 0;
  color: #ffffff;
  font-size: 35px;
  line-height: 42px;
  font-weight: 300;
}
@media (max-width: 1099px) {
  .sppb-section .sppb-addon h2 {
    font-size: 33px;
  }
}
@media (max-width: 1099px) {
  .sppb-section .button-info {
    width: 30%;
    margin-top: 5px;
  }
}
.sppb-section .btn-success {
  background: #fff;
  color: #35578F;
  border: none;
  padding: 0px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 45px;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  margin: 5px;
}
.sppb-section .btn-success:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.btn.btn-info {
  background: none;
  padding: 0;
  color: #35578F;
  border: none;
  letter-spacing: 0;
}
.btn.btn-info i {
  margin-left: 5px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.btn.btn-info:hover i {
  margin-left: 10px;
}

/*-----------------------*/
.company-overview {
  padding: 100px 0;
  border-bottom: 1px solid #eee;
}
@media (max-width: 767px) {
  .company-overview .company-content {
    padding-top: 30px;
  }
}
.company-overview .company-content h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000000;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}
.company-overview .company-content p {
  margin-bottom: 30px;
}
.company-overview .company-content .btn-default {
  margin-top: 20px;
}

.info-list li {
  margin-bottom: 10px;
}
.info-list li i {
  color: #35578F;
  width: 25px;
  line-height: 27px;
  float: left;
}

.we-do-section {
  padding: 100px 0;
}
.we-do-section h3 {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.we-do-section .about-tittle {
  font-weight: 600;
}
.we-do-section .social-icon {
  margin-top: 34px;
}
@media (max-width: 767px) {
  .we-do-section .we-do {
    margin-top: 30px;
  }
}
.we-do-section .we-do .we-do-list li {
  padding-bottom: 6px;
}
.we-do-section .we-do .we-do-list li i {
  color: #35578F;
  font-size: 13px;
  line-height: 29px;
  width: 30px;
  height: auto;
  float: left;
}
@media (max-width: 767px) {
  .we-do-section .progress-element {
    margin-top: 30px;
  }
}
.we-do-section .progress-element .progress {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 3px;
  overflow: visible;
  margin: 0;
}
.we-do-section .progress-element .progress-bar {
  background: #35578F;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.we-do-section .progress-element .progress-element {
  text-align: left;
}
.we-do-section .progress-element p {
  color: #000;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: left;
}

.theme-features-area {
  padding: 100px 0 0;
  background: #fafafa;
}
.theme-features-area h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
.theme-features-area .media {
  margin-top: 60px;
}
.theme-features-area .media .media-left {
  margin-left: 15px;
}
.theme-features-area .media .media-left i {
  display: inline-block;
  text-align: center;
  padding: 10px;
  color: #35578F;
  border: 2px solid #35578F;
  border-radius: 50px;
  font-size: 20px;
  line-height: 20px;
}
.theme-features-area .media:hover i {
  background: #35578F;
}
.theme-features-area .features {
  text-align: right;
}
.theme-features-area .pull-left {
  margin-left: 0;
  margin-right: 15px;
}

.circle-progressbar-area {
  padding: 100px 0;
  background: url("../images/blur-bg.jpg") no-repeat scroll 100% 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  color: white;
}
.circle-progressbar-area h2 {
  color: #fff;
}
.circle-progressbar-area .pie-progressbar {
  text-align: center;
}
.circle-progressbar-area .pie-progressbar .pie-chart {
  position: relative;
}
.circle-progressbar-area .pie-progressbar h4 {
  font-size: 20px;
}

.chart-percent {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
}

/*-----------------------*/
.web-banner {
  padding: 150px 0px;
  color: white;
  background: url("../images/slider_03.jpg") no-repeat scroll 100% 0;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  position: relative;
}
.web-banner:after {
  position: absolute;
  height: 100%;
  background-color: rgba(23, 22, 33, 0.6);
  background-repeat: repeat;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
}
.web-banner .slider-button .sppb-btn {
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 600;
}
.web-banner .slider-button .btn-success {
  border: none;
}

.expreence-slider {
  padding: 150px 0px;
  color: white;
  background: url("../images/background-55.jpg") no-repeat scroll 100% 0;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  position: relative;
}
.expreence-slider:after {
  position: absolute;
  height: 100%;
  background-color: rgba(23, 22, 33, 0.6);
  background-repeat: repeat;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
}

.slider {
  z-index: 1;
}
.slider h2 {
  font-size: 80px;
  line-height: 100px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 40px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .slider h2 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .slider h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
.slider .sppb-btn {
  margin: 5px;
}
.slider .slider-button {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .slider .slider-button {
    margin-top: 20px;
  }
}
.slider .btn-success {
  color: #35578F;
  background: #fff;
  border-color: #fff;
}
.slider .btn-success:hover {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}

.style-3 {
  padding: 250px 0px 150px;
}

.web-banner-slide {
  color: white;
  background: url("../images/desk1.jpg") no-repeat scroll 100% 0;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  position: relative;
}
.web-banner-slide:after {
  position: absolute;
  height: 100%;
  background-color: rgba(23, 22, 33, 0.6);
  background-repeat: repeat;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
}

.inner {
  font-size: 25px;
}

/*-----------------------*/
.tab-section {
  padding: 100px 0 0;
  background: #fafafa;
}
.tab-section .tab-container {
  margin-top: 50px;
}
.tab-section .tab-container .panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.tab-section .tab-container .panel .panel-heading {
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tab-section .tab-container .panel .panel-heading .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  line-height: 26px;
}
.tab-section .tab-container .panel .panel-heading .panel-title a {
  display: block;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50px;
  -webkit-box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
  color: #35578F;
}
@media (max-width: 350px) {
  .tab-section .tab-container .panel .panel-heading .panel-title a {
    padding: 10px 10px 10px 15px;
  }
}
.tab-section .tab-container .panel .panel-heading .panel-title a:hover {
  color: none;
}
.tab-section .tab-container .panel .panel-heading .panel-title a:focus {
  color: #35578F;
}
.tab-section .tab-container .panel .panel-heading .panel-title a i {
  margin-right: 10px;
}
@media (max-width: 350px) {
  .tab-section .tab-container .panel .panel-heading .panel-title a i {
    margin-right: 0px;
  }
}
.tab-section .tab-container .panel .panel-heading .panel-title a.collapsed {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333;
}
.tab-section .tab-container .panel .panel-body {
  border: none;
  padding: 15px 35px;
}
@media (max-width: 767px) {
  .tab-section .tab-container .panel .panel-body {
    padding: 15px;
  }
}

/*-----------------------*/
.working-feature {
  padding: 100px 0px 90px 0px;
  border: 1px solid #eee;
}

@media (max-width: 767px) {
  .feature-info {
    margin-bottom: 10px;
  }
}
.feature-info + .media {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .feature-info + .media {
    margin-top: 0px;
  }
}
.feature-info .media-left i {
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
  color: #35578F;
  border-style: solid;
  border-color: #35578F;
  border-width: 2px;
  border-radius: 50px;
  font-size: 30px;
  line-height: 30px;
  margin-right: 5px;
}
.feature-info .media-body h4 {
  color: #000000;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
}

/*-----------------------*/
.icon-progress-bar {
  padding: 150px 0px;
  background-image: url("../images/slider_03.jpg");
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 100% 16px;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
}
@media (max-width: 991px) {
  .icon-progress-bar {
    padding-bottom: 120px;
  }
}
.icon-progress-bar:after {
  position: absolute;
  height: 100%;
  background-color: rgba(17, 147, 212, 0.9);
  background-repeat: repeat;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: 0;
}
.icon-progress-bar .icon-progressbar {
  color: #fff;
  z-index: 1;
}
@media (max-width: 991px) {
  .icon-progress-bar .icon-progressbar {
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  .icon-progress-bar .icon-progressbar {
    width: 100%;
  }
}
.icon-progress-bar .icon-progressbar .media .media-left {
  border-right: 2px solid #fff;
}
.icon-progress-bar .icon-progressbar .media .media-left i {
  display: inline-block;
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
}
.icon-progress-bar .icon-progressbar .media .media-body {
  padding-left: 15px;
}
.icon-progress-bar .icon-progressbar .media .media-body span {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}
.icon-progress-bar .icon-progressbar .media .media-body h4 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .icon-progress-bar .icon-progressbar .media .media-body h4 {
    line-height: 15px;
  }
}

/*======corporate2-progress=====*/
.corporate2-progress {
  background: url("../images/42.jpg") no-repeat scroll 100% 0;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.corporate2-progress:after {
  position: absolute;
  height: 100%;
  background-color: rgba(23, 22, 33, 0.6);
  background-repeat: repeat;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: 0;
}

/*-----------------------*/
.slidercontainer .tparrows {
  opacity: 0;
}
.slidercontainer:hover .tparrows, .slidercontainer:focus .tparrows {
  opacity: 1;
}

.pro-h1 h1 {
  font-size: 35px !important;
  line-height: 40px !important;
  font-weight: 800 !important;
  color: #333 !important;
}
@media (max-width: 991px) {
  .pro-h1 h1 {
    font-size: 29px !important;
    line-height: 30px !important;
  }
}
@media (max-width: 767px) {
  .pro-h1 h1 {
    font-size: 21px !important;
    line-height: 26px !important;
  }
}
@media (max-width: 600px) {
  .pro-h1 h1 {
    font-size: 19px !important;
    line-height: 21px !important;
  }
}
@media (max-width: 500px) {
  .pro-h1 h1 {
    font-size: 11px !important;
    line-height: 13px !important;
  }
}

.pro-p p {
  font-size: 17px !important;
}
@media (max-width: 991px) {
  .pro-p p {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .pro-p p {
    font-size: 12px !important;
    line-height: 15px !important;
  }
}
@media (max-width: 500px) {
  .pro-p p {
    font-size: 09px !important;
    line-height: 12px !important;
  }
}
@media (max-width: 400px) {
  .pro-p p {
    display: none;
  }
}

.pro-h2 h2 {
  font-size: 25px !important;
  color: #35578F !important;
  font-weight: 600 !important;
}
@media (max-width: 991px) {
  .pro-h2 h2 {
    font-size: 21px !important;
  }
}
@media (max-width: 767px) {
  .pro-h2 h2 {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media (max-width: 600px) {
  .pro-h2 h2 {
    line-height: 12px !important;
  }
}
@media (max-width: 500px) {
  .pro-h2 h2 {
    line-height: 8px !important;
    font-size: 14px !important;
  }
}

.pro-h3 h3 {
  font-size: 35px !important;
  font-weight: bold !important;
  color: #333 !important;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif !important;
}
@media (max-width: 767px) {
  .pro-h3 h3 {
    font-size: 22px !important;
    line-height: 26px !important;
  }
}
@media (max-width: 600px) {
  .pro-h3 h3 {
    font-size: 19px !important;
    line-height: 26px !important;
  }
}
@media (max-width: 500px) {
  .pro-h3 h3 {
    line-height: 15px !important;
    font-size: 16px !important;
  }
}

.pro-b a + a {
  margin-left: 10px !important;
  background: transparent !important;
  color: #35578F !important;
}
.pro-b a + a:hover {
  background: #35578F !important;
  color: #fff !important;
}

.tp-bullets.simplebullets.round .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.15) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 5px !important;
  height: 5px !important;
  border: 8px solid transparent !important;
  display: inline-block;
  margin-right: 5px !important;
  margin-bottom: 0 !important;
  -webkit-transition: background-color 0.2s,border-color .2s;
  transition: background-color 0.2s,border-color .2s;
  float: none !important;
}

.tp-bullets.simplebullets.round .bullet.selected {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #aaaaaa !important;
  width: 5px !important;
  height: 5px !important;
  border: 8px solid white !important;
}

.tp-rightarrow {
  width: 100px;
  height: 100px;
}

.tparrows.default .tp-arr-imgholder {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*-----------------------*/
.image-feature {
  padding: 100px 0px;
  background: url("../images/promo-2.jpg");
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 100% 0;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .image-feature {
    background-position: 30% 0;
  }
}
.image-feature .company-content h2 {
  font-weight: 300;
  color: #444;
  margin-bottom: 25px;
}
.image-feature .company-content .info-list {
  padding-top: 20px;
}
.image-feature .company-content .info-list li {
  margin-bottom: 4px;
}
.image-feature .company-content .info-list li i {
  display: inline-block;
}
.image-feature .company-content .btn-default {
  margin-top: 40px;
}

/*-----------------------*/
.outstanding-area {
  padding-top: 70px;
}
.outstanding-area h2 {
  font-weight: 300;
  color: #444;
  font-size: 25px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.outstanding-area .company-content {
  padding-top: 10px;
}
@media (max-width: 1199px) {
  .outstanding-area .company-content {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .outstanding-area .company-content {
    padding: 30px 15px;
  }
}
.outstanding-area .company-content .feature-info {
  margin-top: 39px;
}
.outstanding-area .company-content .feature-info .media-left {
  padding-right: 8px;
}
.outstanding-area .company-content .feature-info .media-body h4 {
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}
.outstanding-area .company-content .btn-default {
  margin-top: 30px;
}

.features-section {
  background: #fafafa;
}
.features-section .company-content {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .features-section .company-content {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .features-section .company-content {
    padding-top: 40px;
  }
}
.features-section .features-list {
  padding-top: 20px;
}

/*-----------------------*/
.sppb-section-promo {
  padding: 100px 0;
}
.sppb-section-promo .promo-content {
  text-align: center;
}
.sppb-section-promo .promo-content span {
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  padding: 20px 22px;
  color: #ffffff;
  background-color: #35578F;
  border-width: 1px;
  border-radius: 50px;
  font-size: 36px;
  line-height: 36px;
}
.sppb-section-promo .promo-content h3 a {
  color: #000000;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}
.sppb-section-promo .promo-content h3 a:hover {
  color: #35578F;
}
.sppb-section-promo .quality-section span {
  background: none;
  font-size: 50px;
  margin: 0;
  padding-bottom: 0;
  line-height: 50px;
}
.sppb-section-promo .quality-section span.cup {
  color: #f54f0c;
}
.sppb-section-promo .quality-section span .energy {
  color: #009925;
}
.sppb-section-promo .quality-section span .earphone {
  color: #35578F;
}
.sppb-section-promo .quality-section span .support {
  color: #333;
}

.video-feature {
  padding: 100px 0px;
  background: #f9f9f9;
  border-top: 1px solid #eee;
}
.video-feature video {
  max-width: 100%;
}

.title-1 {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #000000;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.details {
  background: transparent;
  color: #35578F;
  margin-top: 20px;
  border: 2px solid #35578F;
}
.details:hover {
  background: #35578F;
  color: #fff;
}

.style1 {
  padding-bottom: 0;
}

.containerhidden {
  text-align: center;
}
@media (max-width: 767px) {
  .containerhidden {
    margin-top: 30px;
  }
}
.containerhidden img {
  display: inline-block;
}

.agency {
  padding-top: 50px;
}

.agency-promo {
  text-align: center;
  padding: 100px 0px;
}
.agency-promo span {
  display: inline-block;
  text-align: center;
  padding: 30px;
  border-style: solid;
  border-color: #35578F;
  border-width: 1px;
  border-radius: 100px;
  font-size: 40px;
  line-height: 40px;
}
.agency-promo span i {
  color: #35578F;
}
.agency-promo h3 a {
  color: #000000;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .agency-promo .agency-content {
    margin-top: 20px;
  }
}

/*-----------------------*/
.skill-progressbar-area {
  padding: 100px 0;
  text-align: center;
}
.skill-progressbar-area .title-heading {
  margin-bottom: 30px;
}
.skill-progressbar-area p {
  margin-bottom: 50px;
}
.skill-progressbar-area .pie-progressbar {
  position: relative;
}
.skill-progressbar-area .circle {
  position: relative;
}

/*-----------------------*/
.blog-details {
  background: #fafafa;
  padding: 100px 0;
}
.blog-details article.item {
  background: #fff;
  -webkit-box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
  padding: 30px;
}
.blog-details article.item .entry-image {
  margin-bottom: 30px;
}
.blog-details article.item .entry-header h2 {
  margin: 8px 0 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.blog-details article.item blockquote {
  border-color: #35578F;
}
.blog-details article.item .pagenav li a {
  border-width: 2px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  margin: 10px 0 0;
  border-radius: 30px;
  border-color: #35578F;
  color: #35578F;
  padding: 8px 35px;
  background: transparent;
}
.blog-details article.item .pagenav li a:hover {
  background: #35578F;
  color: #fff;
}

.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}

.PIN_1460819636569_button_pin {
  cursor: pointer;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 1px #888;
  box-shadow: inset 0 0 1px #888;
  border-radius: 3px;
  height: 20px;
  width: 40px;
  -webkit-font-smoothing: antialiased;
  background: #efefef url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMThweCIgd2lkdGg9IjQycHgiIHZpZXdCb3g9IjAgMCA0MiAxOCI+PGc+PHBhdGggZD0iTTE2Ljg1Myw2LjM0NSBDMTcuNjMyLDYuMzQ1IDE4LjM4LDUuNzAyIDE4LjUxLDQuOTA5IEMxOC42NjQsNC4xMzggMTguMTM1LDMuNDk0IDE3LjM1NywzLjQ5NCBDMTYuNTc4LDMuNDk0IDE1LjgzLDQuMTM4IDE1LjY5OCw0LjkwOSBDMTUuNTQ2LDUuNzAyIDE2LjA1Myw2LjM0NSAxNi44NTMsNi4zNDUgWiBNNy40NTgsMCBDMi41LDAgMCwzLjUyMiAwLDYuNDU5IEMwLDguMjM3IDAuNjgsOS44MTkgMi4xMzcsMTAuNDA5IEMyLjM3NiwxMC41MDUgMi41OSwxMC40MTIgMi42NiwxMC4xNSBDMi43MDgsOS45NjkgMi44MjIsOS41MTEgMi44NzMsOS4zMiBDMi45NDMsOS4wNjEgMi45MTYsOC45NyAyLjcyMyw4Ljc0NCBDMi4zMDIsOC4yNTMgMi4wMzQsNy42MTcgMi4wMzQsNi43MTYgQzIuMDM0LDQuMTA0IDQuMDA3LDEuNzY1IDcuMTcyLDEuNzY1IEM5Ljk3NSwxLjc2NSAxMS41MTQsMy40NjEgMTEuNTE0LDUuNzI2IEMxMS41MTQsOC43MDggMTAuMTgzLDExLjE4IDguMjA2LDExLjE4IEM3LjExNCwxMS4xOCA2LjI5NywxMC4zMjkgNi41NTksOS4yMzMgQzYuODcyLDcuOTIyIDcuNDgsNi41MDkgNy40OCw1LjU2NCBDNy40OCw0LjcxNyA3LjAyMiw0LjAxMSA2LjA3Miw0LjAxMSBDNC45NTYsNC4wMTEgNC4wNiw1LjE1NSA0LjA2LDYuNjg3IEM0LjA2LDcuNjYzIDQuMzkzLDguMzIzIDQuMzkzLDguMzIzIEM0LjM5Myw4LjMyMyAzLjI1MSwxMy4xMTcgMy4wNTEsMTMuOTU3IEMyLjY1MiwxNS42MjkgMi45OTEsMTcuNjc5IDMuMDE5LDE3Ljg4NiBDMy4wMzYsMTguMDA5IDMuMTk1LDE4LjAzOCAzLjI2NywxNy45NDYgQzMuMzcsMTcuODEyIDQuNywxNi4xODcgNS4xNTEsMTQuNTYyIEM1LjI3OSwxNC4xMDIgNS44ODUsMTEuNzIgNS44ODUsMTEuNzIgQzYuMjQ4LDEyLjQwNiA3LjMwOCwxMy4wMDkgOC40MzUsMTMuMDA5IEMxMS43OSwxMy4wMDkgMTQuMDY2LDkuOTc5IDE0LjA2Niw1LjkyMyBDMTQuMDY2LDIuODU3IDExLjQ0NCwwIDcuNDU4LDAgWiBNMjYuODk2LDE0LjE4OSBDMjYuMzQ4LDE0LjE4OSAyNi4xMTcsMTMuOTE1IDI2LjExNywxMy4zMjggQzI2LjExNywxMi40MDQgMjcuMDM1LDEwLjA5MSAyNy4wMzUsOS4wNDEgQzI3LjAzNSw3LjYzOCAyNi4yNzYsNi44MjYgMjQuNzIsNi44MjYgQzIzLjczOSw2LjgyNiAyMi43MjIsNy40NTMgMjIuMjkxLDguMDAzIEMyMi4yOTEsOC4wMDMgMjIuNDIyLDcuNTUzIDIyLjQ2Nyw3LjM4IEMyMi41MTUsNy4xOTYgMjIuNDE1LDYuODg0IDIyLjE3Myw2Ljg4NCBMMjAuNjUxLDYuODg0IEMyMC4zMjgsNi44ODQgMjAuMjM4LDcuMDU1IDIwLjE5MSw3LjI0NCBDMjAuMTcyLDcuMzIgMTkuNjI0LDkuNTg0IDE5LjA5OCwxMS42MzIgQzE4LjczOCwxMy4wMzQgMTcuODYzLDE0LjIwNSAxNi45MjgsMTQuMjA1IEMxNi40NDcsMTQuMjA1IDE2LjIzMywxMy45MDYgMTYuMjMzLDEzLjM5OSBDMTYuMjMzLDEyLjk1OSAxNi41MTksMTEuODc3IDE2Ljg2LDEwLjUzNCBDMTcuMjc2LDguODk4IDE3LjY0Miw3LjU1MSAxNy42ODEsNy4zOTQgQzE3LjczMiw3LjE5MiAxNy42NDIsNy4wMTcgMTcuMzc5LDcuMDE3IEwxNS44NDksNy4wMTcgQzE1LjU3Miw3LjAxNyAxNS40NzMsNy4xNjEgMTUuNDE0LDcuMzYxIEMxNS40MTQsNy4zNjEgMTQuOTgzLDguOTc3IDE0LjUyNywxMC43NzUgQzE0LjE5NiwxMi4wNzkgMTMuODMsMTMuNDA5IDEzLjgzLDE0LjAzNCBDMTMuODMsMTUuMTQ4IDE0LjMzNiwxNS45NDQgMTUuNzI0LDE1Ljk0NCBDMTYuNzk2LDE1Ljk0NCAxNy42NDQsMTUuNDUgMTguMjkyLDE0Ljc2NCBDMTguMTk3LDE1LjEzNSAxOC4xMzYsMTUuNDE0IDE4LjEzLDE1LjQzOSBDMTguMDc0LDE1LjY1IDE4LjE0MiwxNS44MzggMTguMzk0LDE1LjgzOCBMMTkuOTYxLDE1LjgzOCBDMjAuMjMzLDE1LjgzOCAyMC4zMzcsMTUuNzMgMjAuMzk0LDE1LjQ5NCBDMjAuNDQ5LDE1LjI2OSAyMS42MTksMTAuNjY3IDIxLjYxOSwxMC42NjcgQzIxLjkyOCw5LjQ0MyAyMi42OTIsOC42MzIgMjMuNzY4LDguNjMyIEMyNC4yNzksOC42MzIgMjQuNzIsOC45NjcgMjQuNjY5LDkuNjE4IEMyNC42MTIsMTAuMzMzIDIzLjc0MSwxMi45MDMgMjMuNzQxLDE0LjAzMSBDMjMuNzQxLDE0Ljg4NCAyNC4wNiwxNS45NDUgMjUuNjgzLDE1Ljk0NSBDMjYuNzg5LDE1Ljk0NSAyNy42MDMsMTUuNDY0IDI4LjE5NSwxNC43ODYgTDI3LjQ4OSwxMy45NDEgQzI3LjMxMSwxNC4wOTQgMjcuMTE0LDE0LjE4OSAyNi44OTYsMTQuMTg5IFogTTQxLjcwMSw2Ljg3MyBMNDAuMTM0LDYuODczIEM0MC4xMzQsNi44NzMgNDAuODU2LDQuMTA5IDQwLjg3Myw0LjAzNSBDNDAuOTQyLDMuNzQ1IDQwLjY5OCwzLjU3OCA0MC40NDEsMy42MzEgQzQwLjQ0MSwzLjYzMSAzOS4yMywzLjg2NiAzOS4wMDUsMy45MTMgQzM4Ljc3OSwzLjk1OCAzOC42MDQsNC4wODEgMzguNTIyLDQuNDAzIEMzOC41MTIsNC40NDUgMzcuODgsNi44NzMgMzcuODgsNi44NzMgTDM2LjYyMiw2Ljg3MyBDMzYuMzg1LDYuODczIDM2LjI0NSw2Ljk2OCAzNi4xOTIsNy4xODggQzM2LjExNSw3LjUwNCAzNS45NzUsOC4xNDUgMzUuOTM2LDguMjk3IEMzNS44ODUsOC40OTQgMzYsOC42NDQgMzYuMjIyLDguNjQ0IEwzNy40NTcsOC42NDQgQzM3LjQ0OCw4LjY3NyAzNy4wNjQsMTAuMTI1IDM2LjcyNSwxMS41MjEgTDM2LjcyNCwxMS41MTYgQzM2LjcyLDExLjUzMiAzNi43MTYsMTEuNTQ2IDM2LjcxMiwxMS41NjIgTDM2LjcxMiwxMS41NTYgQzM2LjcxMiwxMS41NTYgMzYuNzA4LDExLjU3MSAzNi43MDIsMTEuNTk4IEMzNi4zMjQsMTIuOTY4IDM1LjExOCwxNC4yMDkgMzQuMjAxLDE0LjIwOSBDMzMuNzIxLDE0LjIwOSAzMy41MDYsMTMuOTA5IDMzLjUwNiwxMy40MDIgQzMzLjUwNiwxMi45NjMgMzMuNzkyLDExLjg4IDM0LjEzNCwxMC41MzcgQzM0LjU0OSw4LjkwMSAzNC45MTUsNy41NTUgMzQuOTU1LDcuMzk3IEMzNS4wMDYsNy4xOTYgMzQuOTE1LDcuMDIgMzQuNjUyLDcuMDIgTDMzLjEyMiw3LjAyIEMzMi44NDUsNy4wMiAzMi43NDYsNy4xNjQgMzIuNjg3LDcuMzY0IEMzMi42ODcsNy4zNjQgMzIuMjU3LDguOTggMzEuOCwxMC43NzggQzMxLjQ2OSwxMi4wODMgMzEuMTAzLDEzLjQxMiAzMS4xMDMsMTQuMDM3IEMzMS4xMDMsMTUuMTUxIDMxLjYwOSwxNS45NDggMzIuOTk3LDE1Ljk0OCBDMzQuMDcsMTUuOTQ4IDM1LjEzNiwxNS40NTMgMzUuNzgzLDE0Ljc2NyBDMzUuNzgzLDE0Ljc2NyAzNi4wMTEsMTQuNTIxIDM2LjIzLDE0LjIyOSBDMzYuMjQxLDE0LjU4MSAzNi4zMjQsMTQuODM3IDM2LjQxMSwxNS4wMTggQzM2LjQ1OCwxNS4xMTkgMzYuNTE1LDE1LjIxNSAzNi41ODEsMTUuMzAzIEMzNi41ODIsMTUuMzA0IDM2LjU4MywxNS4zMDYgMzYuNTg1LDE1LjMwOCBMMzYuNTg1LDE1LjMwOCBDMzYuODkxLDE1LjcxMyAzNy4zOTgsMTUuOTYyIDM4LjE1MSwxNS45NjIgQzM5Ljg5NCwxNS45NjIgNDAuOTQ0LDE0LjkzOCA0MS41NjIsMTMuOTA5IEw0MC43MDQsMTMuMjM5IEM0MC4zMzMsMTMuNzc0IDM5LjgzOSwxNC4xNzUgMzkuMzI0LDE0LjE3NSBDMzguODQ2LDE0LjE3NSAzOC41NzksMTMuODc4IDM4LjU3OSwxMy4zNzIgQzM4LjU3OSwxMi45MzUgMzguODg5LDExLjg2OCAzOS4yMjksMTAuNTMgQzM5LjM0NCwxMC4wODMgMzkuNTE2LDkuNDAxIDM5LjcwOCw4LjY0NCBMNDEuMzAyLDguNjQ0IEM0MS41MzksOC42NDQgNDEuNjc4LDguNTQ5IDQxLjczMiw4LjMyOSBDNDEuODA4LDguMDEyIDQxLjk0OCw3LjM3MiA0MS45ODgsNy4yMjEgQzQyLjAzOSw3LjAyMyA0MS45MjMsNi44NzMgNDEuNzAxLDYuODczIFogTTM0LjEyNiw2LjM0OCBDMzQuOTA1LDYuMzQ4IDM1LjY1Myw1LjcwNiAzNS43ODMsNC45MTIgQzM1LjkzNyw0LjE0MSAzNS40MDksMy40OTggMzQuNjMsMy40OTggQzMzLjg1MSwzLjQ5OCAzMy4xMDMsNC4xNDEgMzIuOTcxLDQuOTEyIEMzMi44MTksNS43MDYgMzMuMzI2LDYuMzQ4IDM0LjEyNiw2LjM0OCBaIiBmaWxsPSIjYmQwODFjIj48L3BhdGg+PC9nPjwvc3ZnPg==) 50% 50% no-repeat;
  -webkit-background-size: 75%;
  background-size: 75%;
  position: relative;
  font: 12px "Helvetica Neue", Helvetica, arial, sans-serif;
  color: #555;
  text-align: center;
  vertical-align: baseline;
}
.PIN_1460819636569_button_pin:hover {
  -webkit-box-shadow: inset 0 0 1px #000;
  box-shadow: inset 0 0 1px #000;
}

/*-----------------------*/
.project-progress {
  padding: 100px 0;
}
.project-progress .addon-single-image {
  margin-bottom: 30px;
}
.project-progress .addon-text-block h1 {
  margin-bottom: 40px;
  color: #333333;
  font-size: 45px;
  line-height: 55px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .project-progress .addon-text-block h1 {
    font-size: 35px;
  }
}
.project-progress .addon-animated-number + .addon-animated-number {
  margin-top: 40px;
}
.project-progress .addon-animated-number span {
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
}
.project-progress .addon-animated-number .orange {
  color: #f54f0c;
}
.project-progress .addon-animated-number .blue {
  color: #35578F;
}
.project-progress .addon-animated-number .green {
  color: #009925;
}
.project-progress .addon-animated-number h2 {
  color: #333333;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 600;
}

/* CUSTOM STYLES: -----------------------*/

#md-slider-1-block{min-height:0 !important;}

.toggler-desktop{padding-top:30px;}
.toggler-desktop i{font-size:25px;color:#ffffff;}


/* titles:  */
.views-element-container h3{position:relative;font-size:30px;text-align:left;text-transform:none;letter-spacing:0;padding-bottom: 10px;border-bottom: 1px solid #34578F;margin-bottom:10px;line-height:1.1;}
#block-view-news-homepage h3{position:relative;margin-top:60px;float:left;width:100%;line-height:1.1;}
.block-wrapper-title h2{position:relative;padding-bottom: 10px;border-bottom: 1px solid #34578F;margin-top:30px;line-height:1.1;}
h2.title-heading,
.sp-page-title h2,
.template-title{position:relative;font-size:30px;text-align:left;text-transform:none;letter-spacing:0;padding-bottom: 10px;border-bottom: 1px solid #34578F;margin-bottom:10px;line-height:1.1;}

.views-element-container h3:after,
#block-view-news-homepage h3:after,
.block-wrapper-title h2:after,
h2.title-heading:after,
.sp-page-title h2:after,
.template-title:after{background:none repeat scroll 0 0 #34578F;content: "";height: 3px;width:60px;left: 0;position: absolute;bottom:0;left:0;}



/* submenu portada: */
ul#submenu-homepage{text-align:center;float:left;width:100%;}
ul#submenu-homepage li{display:inline-block;float:left;width:20%;}
ul#submenu-homepage li.element-1 a{color:#344989;letter-spacing:-1px;font-weight:600;}
ul#submenu-homepage li.element-2 a{color:#CB7344;letter-spacing:-1px;font-weight:600;}
ul#submenu-homepage li.element-3 a{color:#A4C49C;letter-spacing:-1px;font-weight:600;}
ul#submenu-homepage li.element-4 a{color:#6EA8B6;letter-spacing:-1px;font-weight:600;}
ul#submenu-homepage li.element-5 a{color:#6EA8B6;letter-spacing:-1px;font-weight:600;}
ul#submenu-homepage li a img{max-width:88px;height:auto;}

/* meetings and events: */
.block-view-meetings-events .views-field.views-field-field-event-date-to{color:#999;width:100%;}
.block-view-meetings-events .views-field.views-field-title a{color:35578F;font-weight:600;}
.block-view-meetings-events .views-field.views-field-title{width:100%;margin-bottom:10px;}
#views-exposed-form-meetings-events-page-1 .form-item-field-event-date-from-value,#views-exposed-form-meetings-events-page-1 .form-item-field-event-date-to-value{display:none !important;}
.block-view-meetings-events a.btn-events{display:inline-block;color:#fff;background:#35578F;text-transform:none;padding:12px 100px;width:100%;}

/* exposed forms: */
.views-exposed-form {margin-bottom:20px;}
.views-exposed-form .form-item{display:inline-block;}
.views-exposed-form .form-actions{display:inline-block;}
.views-exposed-form .form-item label{width:100%;text-transform:uppercase;margin-bottom:0;}
.views-exposed-form .form-item input{width:100%;border:1px solid #000;}
.views-exposed-form .form-item select{background:transparent;border:1px solid #000;padding:8px;width:100%;}
.views-exposed-form .btn{margin-top:-4px;margin-left:10px;}
.form-item-year-select{margin-right:10px;}

.views-exposed-form .js-form-item-field-country-value{width:150px;max-width:100%;}

/* news: */
.block-view-news .views-field-field-image{float:left;width:20%;clear:left;margin-top:15px;text-align:center;}
.block-view-news .views-field-field-image img{max-width:100%;height:auto;display:inline-block;}
.block-view-news .views-field.views-field-created{float:left;padding-left:15px;width:80%;color:#999;}
.block-view-news .views-field.views-field-title{float:left;padding-left:15px;width:80%;margin-top:15px;}
.block-view-news .views-field.views-field-title a{color:#35578F;font-weight:600;font-size:22px;}
.block-view-news .views-field.views-field-body{float:left;padding-left:15px;width:80%;}
.block-view-news .views-field.views-field-created{float:left;padding-left:15px;width:80%;}
.block-view-news .views-footer{display:inline-block;float:left;width:100%;text-align:center;margin:20px 0;}
.block-view-news .views-footer a.btn-news{display:inline-block;color:#fff;background:#35578F;text-transform:none;padding:12px 100px;width:100%;}
#views-exposed-form-news-page-1 .form-item-created-min,#views-exposed-form-news-page-1 .form-item-created-max{display:none !important;}

.blog-area{margin-bottom:60px;}

/* publications portada: */
#block-view-publications-homepage{}
#block-view-publications-homepage .views-header{text-align:left;float:left;width:100%;}
#block-view-publications-homepage .views-field-body{width:19%;padding:1%;float:left;color:#999;}
#block-view-publications-homepage .views-field-body img{width:100%;height:auto;}
#block-view-publications-homepage .views-field-body a{color:#35578F;font-weight:600;display:inline-block;width:100%;}
#block-view-publications-homepage .views-footer{display:inline-block;float:left;width:100%;text-align:center;margin:20px 0;}
#block-view-publications-homepage .views-footer a.btn-publications{display:inline-block;color:#fff;background:#35578F;text-transform:none;padding:12px 100px;}

body section.row.top_bar{background:transparent url('../images/bg-header.jpg') repeat center center;}

/* publications página interior: */
#views-exposed-form-the-pep-publications-page-1 .form-item-created-min,#views-exposed-form-the-pep-publications-page-1 .form-item-created-max{display:none !important;}
.page-view-publications h3{color:#34578F;display:inline-block;width:100%;text-align:center;border-bottom:1px solid #34578F;padding-bottom:10px;margin-bottom:20px;margin-top:40px;}
.page-view-publications .publication-left{text-align:center;padding-bottom:20px;margin-bottom:20px;}
.page-view-publications .publication-left img{display:inline-block;height:auto;max-width:125px;}
.page-view-publications .date{margin-top:0;color:#999;margin-bottom:10px;}
.page-view-publications h3.title{border:none;text-align:left;margin:0;padding-bottom:0;}
.page-view-publications h3.title a{font-weight:600;font-size:22px;}
.page-view-publications .body{margin-bottom:10px;}
.page-view-publications .views-footer{display:inline-block;float:left;width:100%;text-align:center;margin:20px 0;}
.page-view-publications .views-field-nothing{float:left;width:100%;}

.md-slider-wrap{max-height:400px !important;}

/* partnerships: */
#block-view-partnerships{width:100%;}
.block-view-partnerships .views-field-nothing{float:left;width:100%;margin-bottom:10px;padding-bottom:20px;border-bottom:1px solid #ddd;}
.block-view-partnerships .views-field-nothing:nth-child(6){border-bottom:none;}
.block-view-partnerships .views-field-field-image{float:left;width:30%;clear:left;margin-top:15px;}
.block-view-partnerships .views-field-field-image img{width:100%;height:auto;}
.block-view-partnerships .views-field-title{float:left;padding-left:15px;width:70%;}
.block-view-partnerships .views-field-title{color:#35578F;font-weight:600;}
.block-view-partnerships .views-field-body{float:left;padding-left:15px;width:70%;}

/* homepage (changes of position): */
.blog-area{position:relative;}
#content-about-us{}
#submenu-homepage{}
#block-view-meetings-events-sidebar{margin-top:60px;}


#block-photo-sidebar-frontpage img{width:100%;height:auto;}

#block-probi-content article ul{list-style:circle;margin-left:30px;}

.eurasia{width:100%;height:auto;}


/* custom filters views: */
.filter-wrapper{float:left;width:100%;margin-bottom:10px;}
.filter-wrapper .filter-title{background:#35578F;color:#fff;width:100%;font-size:20px;font-weight:600;padding:12px 30px;}
.filter-wrapper .filter-title:hover{cursor:pointer;}
.filter-wrapper .filter-title i{float:right;font-size:30px;}
.filter-wrapper .filter-title i.fa-caret-up{display:none;}
.filter-wrapper .filter-columns{background:#F1F5F9;padding:10px;float:left;width:100%;display:none;}
.filter-wrapper .filter-columns h4{font-size:16px;min-height:25px;}
.filter-wrapper .filter-columns .column-filter-options label{font-weight:normal;margin-bottom:0;margin-top:0;font-size:12px;line-height:12px;text-transform:none;}
.filter-wrapper .filter-columns .column-filter-options label.option{float:none;display:inline;}
#filter-wrapper-2 .filter-columns .fieldset-legend{font-weight:bold;text-decoration:underline;margin-bottom:0;margin-top:0;font-size:12px;line-height:12px;text-transform:none;}
#filter-wrapper-2 .filter-columns .fieldset-legend input{width:auto;margin-right:5px;}
#filter-wrapper-2 .filter-columns .column-filter-options .content label{font-weight:normal;text-decoration:none;}
#filter-wrapper-2 .filter-columns .content .column-filter-options label{font-weight:normal;text-decoration:none;}
.filter-wrapper .filter-columns .column-filter-options .content{padding-bottom:10px;}
.filter-wrapper .filter-columns .content .column-filter-options{padding-bottom:10px;}
.filter-wrapper .filter-columns .content .column-filter-options .form-item{width:100%;display:block;}
.filter-wrapper .filter-columns .column-filter-options input{margin-right:3px;margin-top:0;float:left;}
.filter-wrapper .filter-columns .column-filter-options input.form-checkbox{width:auto;float:none;display:inline;}
#filter-wrapper-1 .filter-columns .column-filter{width:14.25%;float:left;}
#filter-wrapper-2 .filter-columns .column-filter{width:20%;float:left;}
.filter-wrapper .filter-columns legend{border:none;margin:0 0 10px 0;float:left;}


/* checkboxes idioma */
.bef-exposed-form .form-item-field-language-english-value,
.bef-exposed-form .form-item-field-language-french-value,
.bef-exposed-form .form-item-field-language-russian-value{display:inline;margin-right:7px;}
.bef-exposed-form .form-item-field-language-english-value input,
.bef-exposed-form .form-item-field-language-french-value input,
.bef-exposed-form .form-item-field-language-russian-value input{width:auto;}
.bef-exposed-form .form-item-field-language-english-value label,
.bef-exposed-form .form-item-field-language-french-value label,
.bef-exposed-form .form-item-field-language-russian-value label{display:inline;}


/* selects idioma */
.bef-exposed-form .form-item-field-language-english-value,
.bef-exposed-form .form-item-field-language-french-value,
.bef-exposed-form .form-item-field-language-russian-value{width:100px;display:inline-block;margin-top:10px;}

#views-exposed-form-the-pep-resources-page-2,
#views-exposed-form-the-pep-resources-page-4,
#views-exposed-form-the-pep-resources-page-5{width:100%;}
#views-exposed-form-the-pep-resources-page-2 .form-item-combine,
#views-exposed-form-the-pep-resources-page-4 .form-item-combine,
#views-exposed-form-the-pep-resources-page-5 .form-item-combine{width:70%;}
#views-exposed-form-the-pep-resources-page-2 .form-item-combine input[type="text"],
#views-exposed-form-the-pep-resources-page-4 .form-item-combine input[type="text"],
#views-exposed-form-the-pep-resources-page-5 .form-item-combine input[type="text"]{height:38px;}
#views-exposed-form-the-pep-resources-page-2 #edit-actions,
#views-exposed-form-the-pep-resources-page-4 #edit-actions,
#views-exposed-form-the-pep-resources-page-5 #edit-actions{width:29%;float:right;margin-top:30px;}
#views-exposed-form-the-pep-resources-page-2 #edit-actions .form-item-combine input,
#views-exposed-form-the-pep-resources-page-4 #edit-actions .form-item-combine input,
#views-exposed-form-the-pep-resources-page-5 #edit-actions .form-item-combine input{width:100%;}
#views-exposed-form-the-pep-resources-page-2 #edit-actions .form-submit,
#views-exposed-form-the-pep-resources-page-4 #edit-actions .form-submit,
#views-exposed-form-the-pep-resources-page-5 #edit-actions .form-submit{width:100%;margin-left:0;}

.row-flags{text-align:right;margin-bottom:20px;margin-top:-40px;float:right;}
.row-flags img{display:inline-block;padding-right:5px;padding-left:5px;width:40px;}
.row-flags img:hover{cursor:pointer;border:2px solid #35578F;}
.row-flags img.enabled{border:2px solid #35578F;}

.login-link{float:right;margin-top:-40px;margin-right:20px;}

.row-content .sub-box-left{float:left;width:100%;}
.row-content .sub-box-right{float:left;padding-left:20px;width:100%;font-size:14px;}
.row-content .sub-box-right .row-content{font-size:14px;}
.row-content .sub-box-right .row-content:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    margin-right:5px;
}
.view-resource-details .row-content li{list-style:none;padding-left:30px;margin-left:0;}
.view-resource-details .row-content li:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    margin-right:5px;
}

.row-content{font-size:15px;float:left;width:100%;}
.row-content .label{color:#34578F;font-size:14px;padding-left:0;padding-right:0;}
.row-content h4{color:#000;font-weight:600;font-size:15px;margin:0;display:inline;}
.row-content strong.black{color:#000;font-weight:600;font-size:15px;}
.row-content .body{font-size:17px;margin-top:15px;}
.row-summary{float:left;width:100%;background:#eee;padding:8px 15px;}

.views-element-container .view-resource-details  h3{font-size:22px;}

.pagination{float:left;width:100%;}

.view-resource-details .col-sm-5 img{width:100%;}

/* list of map events: */
.list-map-events{margin-bottom:30px;margin-top:-20px;}
.list-map-events h3{font-size:16px;padding:5px;font-weight:bold;color:#fff;background:#35578F;width:100%;text-align:center;margin-top:50px;}
.list-map-events h3:after{display:none;}
.list-map-events .item-list h3{font-size:18px;border:none;color:#444;width:100%;background:#fff;border-bottom:2px solid #444;margin-top:15px;text-align:left;}
.list-map-events .item-list h3:after{display:none;}
.list-map-events a{display:block;padding-left:20px;margin-left:20px;position:relative;margin-bottom:5px;font-weight:300;}
.list-map-events a .point {display:block;margin-left:10px;margin-right:10px;position:absolute;top:0;left:0;}
.list-map-events a .point:before{display:block;content:'-';font-size:30px;}
.list-map-events a .date{text-transform:uppercase;font-size:14px;color:#444;font-weight:400;}
.list-map-events a .city{text-transform:uppercase;font-size:14px;color:#444;font-weight:600;} 
.list-map-events a .title{font-weight:600;}

.path-relay-race-workshops .sp-page-title{padding-bottom:20px;}

.btn-back{padding-top:15px;margin-top:30px;padding-left:0;margin-bottom:-30px;}

#block-probi-local-tasks ul{float:left;}

/* tools: */
.view-tools .views-field-nothing{float:left;width:100%;margin-bottom:40px;}
.view-tools .views-field-nothing .tool-left img{max-width:100%;height:auto;}
.view-tools .views-field-nothing .tool-right h2{margin-top:0;font-weight:bold;}

.file {
    padding-left: 20px;
	margin-left:20px;
    display: inline-block;
    min-height: 16px;
    background-repeat: no-repeat;
    background-position: left center;
}
.file--application-pdf {
    background-image: url(/core/themes/classy/images/icons/application-pdf.png);
	margin-bottom:20px;
}

.page-node-type-publication #block-probi-content img{float:left;margin-right:20px;}
.page-node-type-publication #block-probi-content time{color:#666;display:block;font-size:16px;}
.page-node-type-publication .breadcrumb{display:none;}

.page-node-type-event .contact-area .views-element-container h3{font-size:24px;border:none;text-align:center;}
.page-node-type-event .contact-area .views-element-container h3:after{display:none;}

.page-node-type-event .contact-area .action-links{display:none;}

.table-documents table{width:100%;margin-bottom:40px;}
.table-documents table caption{text-align:left;text-transform:uppercase;background:#34578F;color:#fff;width:100%;border-bottom:1px solid #fff;padding:2px 5px;font-weight:bold;}
.table-documents th.views-field-field-event-doc-title{text-transform:uppercase;width:70%;padding:2px 5px;border:1px solid #fff;background:#34578F;color:#fff;text-align:center;border:1px solid #fff;border-left:1px solid #34578F;border-top:1px solid #34578F;}
.table-documents th.views-field-field-event-document-en{width:10%;padding:2px 5px;border:1px solid #fff;background:#34578F;color:#fff;text-align:center;border:1px solid #fff;border-top:1px solid #34578F;}
.table-documents th.views-field-field-event-document-fr{width:10%;padding:2px 5px;border:1px solid #fff;background:#34578F;color:#fff;text-align:center;border:1px solid #fff;border-top:1px solid #34578F;}
.table-documents th.views-field-field-event-document-ru{width:10%;padding:2px 5px;border:1px solid #fff;background:#34578F;color:#fff;text-align:center;border:1px solid #fff;border-right:1px solid #34578F;border-top:1px solid #34578F;}
.table-documents tr td{border:1px solid #34578F;text-align:center;padding:2px 5px;}
.table-documents tr td.views-field-field-event-doc-title{text-align:left;}
.table-documents tr:nth-child(even) td{background:#B6C8E4;}

.map-event-details .documents{margin-top:20px;margin-bottom:20px;float:left;width:100%;}
.map-event-details .documents h3{font-size:22px;}
.map-event-details .gallery{float:left;width:100%;}
.map-event-details .gallery ul li{float:left;width:30%;padding:10px;}
.map-event-details .gallery ul li img{width:100%;height:auto;}
.map-event-details .row-summary{margin-bottom:20px;}

/* monitoring implementation: */
.views-element-container.contextual-region div.row #views-exposed-form-monitoring-implementation-block-1{display:block;}
.views-element-container.contextual-region div div.row #views-exposed-form-monitoring-implementation-block-1{display:none;}
.view-monitoring-implementation .views-field-field-country{text-transform:uppercase;color:#34578F;}
.view-monitoring-implementation .views-field-field-document{padding-top:10px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #34578F;}
#views-exposed-form-monitoring-implementation-block-1 .form-item-field-year-value{display:none;}

/* custom responsive: */

	body.path-relay-race-workshops .items-leading img{max-width:100%;}
	
	body section.row.top_bar .col-logo-1{width:340px;}

@media (max-width: 1200px) {
	body section.row.top_bar .toggler-desktop{width:auto;float:right;}
	body section.row.top_bar .col-logo-2{width:auto;}
	
	/* filtros: */
	#filter-wrapper-1 .filter-columns .column-filter{width:25%;margin-bottom:40px;}
}



@media (max-width: 950px) {
	#filter-wrapper-2 .filter-columns .column-filter{width:30%;}
}
@media (max-width: 768px) {
  .page-node-type-contact #block-probi-content{width:100%;}
	body{padding-top:0;}
	body section.row.top_bar{position:relative;padding:0;}
	body section.row.top_bar .col-logo-1{width:100%;float:left;padding-top:20px;text-align:center;padding-top:0;}
	body section.row.top_bar .col-logo-2{width:100%;float:left;text-align:center;}
	body section.row.top_bar img{max-width:100%;}
	
	body section.row.top_bar .toggler-desktop{position:absolute;right:0;}
	
	.navbar-default{display:none;}
	
	#block-view-news-homepage h3{margin-top:30px;}
	
	.blog-area{float:left;}
	
	#block-view-publications-homepage{padding:0 15px;}
	
	#block-view-publications-homepage .views-field-body{width:33%;}
	
	.block-view-news .views-field{padding:0 !important;width:100% !important;}
	.block-view-news .views-field-field-image{width:100%;text-align:left;}
	#block-view-publications-homepage .views-footer a.btn-publications{width:100%;}
	
	
	/* filtros: */
	#filter-wrapper-1 .filter-columns .column-filter{width:50%;margin-bottom:20px;}
	#filter-wrapper-2 .filter-columns .column-filter{width:50%;}

	
}
@media (max-width: 500px) {
	#block-view-publications-homepage .views-field-body{width:50%;}

	/* filtros: */
	#filter-wrapper-2 .filter-columns .column-filter{width:100%;}
	#filter-wrapper-2 .form-item{width:100%;}
	
	#views-exposed-form-map-event-details--page-1 .form-actions{width:100%;margin-top:10px;}
	#views-exposed-form-map-event-details--page-1 .btn{margin:0;width:100%;}
	
}

@media (max-width: 400px) {
	#block-view-publications-homepage .views-field-body{width:100%;}
	
	
	/* filtros: */
	#filter-wrapper-1 .filter-columns .column-filter{width:100%;margin-bottom:20px;}
	

}

.view-monitoring-implementation{display:none;}
#table-monitoring-implementation{float:left;width:100%;margin-top:15px;margin-bottom:30px;}
#table-monitoring-implementation th{background:#34578F;color:#fff;text-transform:uppercase;padding:2px 5px;border:1px solid #34578F;text-align:center;}
#table-monitoring-implementation td{padding:2px 5px;border:1px solid #34578F;text-align:center;}
#table-monitoring-implementation td.country{text-align:left;text-transform:uppercase;font-weight:bold;}
#table-monitoring-implementation td span.file--application-pdf{margin-bottom:0;}
#yearfrom,#yearto{background: transparent;border: 1px solid #000;padding: 8px;}
.button-apply{border: 1px solid #35578F;background: #35578F;color: #fff;margin-top:-3px;margin-left:10px;}
.button-apply:hover{border: 1px solid #35578F;background: #fff;color: #35578F;}

.contact-area div[role="alert"]{padding:15px;color:red;}

