/* CSS Document */
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
.img-indent {
  margin: 4px 0 21px;
}
.img-indent2 {
  margin: 4px 0 21px;
}
.img-indent1 {
  float: left;
  margin: 5px 20px 9px 0;
}
.wrapper {
  width: 100%;
  overflow: hidden;
}
.center {
  text-align: center;
}
.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
}
body {
  background-image: url(../img/tail-body.jpg);
  background-position: 50% 0;
}
/*------ header ------- */
header {
  padding: 0px;
  position: relative;
  z-index: 10;
}
/* row-top */.row-top {
  overflow: hidden;
  padding: 40px 0 9px;
}
.box-donation {
  margin-left: 68px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #ca2f2f;
  float: right;
  letter-spacing: 1px;
}
.box-donation span {
  font-weight: bold;
  display: block;
  font-size: 12px;
  line-height: 1em;
}
.box-donation strong {
  font-size: 27px;
  display: block;
  line-height: 1em;
  word-spacing: 2px;
  letter-spacing: 2px;
  padding-top: 2px;
}
/* search */#search {
  margin-top: 8px;
  position: relative;
  float: right;
  overflow: hidden;
}
#search .box-form {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #0f222c;
  border-bottom: 1px solid #18475b;
  border-right: 1px solid #18475b;
  height: 28px;
  width: 191px;
  float: left;
  background: #1a3845;
}
#search label {
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  margin: 5px 18px 0 0;
}
#search input {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding: 4px 10px 4px;
  margin: 0;
  font-size: 12px;
  line-height: 18px !important;
  height: 26px;
  color: #a8a8a8;
  background: none;
  outline: none;
  width: 76%;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#search input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search a {
  position: absolute;
  top: 9px;
  right: 8px;
  width: 9px;
  height: 9px;
  background: url(../img/img-search.png) no-repeat 0 0;
  display: block;
}
#search a:hover {
  background-position: 0 bottom;
}
/*------ logo ------- */
.navbar_ .brand {
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.navbar_ .brand a {
  display: inline-block;
}
.navbar_ .brand a:hover {
  text-decoration: none;
}
/* navbar */
.navbar_,
.navbar_ nav {
  margin: 0;
}
.navbar_ nav.extra > li > a {
  -webkit-box-shadow: inset 0 -5px 4px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 -5px 4px -2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -5px 4px -2px rgba(0, 0, 0, 0.3);
}
.nav-collapse_ .nav.extra > li.sfHover > a,
.nav-collapse_ .nav.extra > li.sfHover > a:hover,
.nav-collapse_ .nav.extra > li > a:hover,
.nav-collapse_ .nav.extra > li.active > a,
.nav-collapse_ .nav.extra > li.active > a:hover {
  -webkit-box-shadow: inset 0 -5px 6px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 -5px 6px -2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -5px 6px -2px rgba(0, 0, 0, 0.3);
}
.navbar_ {
  padding: 0;
  position: relative;
  z-index: 50;
}
header.extra .navbar_ {
  padding: 0;
}
.navbar_ .navbar-inner_ {
  padding: 0;
  margin: 0;
  border: none;
  min-height: inherit;
}
.navbar_ .container {
  position: relative;
}
.nav-collapse_ {
  z-index: 30;
  position: relative;
  margin-left: 271px;
  float: right;
}
.navbar_ .nav {
  margin: 0;
}
.nav-collapse_ .nav li {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
}
.nav-collapse_ .nav > li {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-left: 1px solid #082734;
}
.nav-collapse_ .nav > li:first-child {
  margin: 0;
  border: none;
  padding: 0;
}
.nav-collapse_ .nav li a {
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  font-family: 'Open Sans', sans-serif;
  display: block;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 1px;
}
.nav-collapse_ .nav > li > a {
  margin: 0;
  position: relative;
  color: #c4d4a7;
  z-index: 10;
  font-size: 12px;
  line-height: 18px;
  padding: 28px 0 29px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  width: 133px;
  background: url(../img/tail-item.jpg);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nav-collapse_ .nav > li > a .sf-sub-indicator {
  background: url(../img/indicator.png) no-repeat 0 0;
  width: 7px;
  height: 4px;
  position: absolute;
  display: block;
  bottom: 25px;
  left: 50%;
  margin-left: -3px;
  z-index: 5;
}
.nav-collapse_ .nav > li.sfHover > a,
.nav-collapse_ .nav > li.sfHover > a:hover,
.nav-collapse_ .nav > li > a:hover,
.nav-collapse_ .nav > li.active > a,
.nav-collapse_ .nav > li.active > a:hover {
  background: url(../img/tail-item-hover.jpg);
  color: #c4d4a7;
  text-shadow: none;
}
.navbar_ .nav > .active > a,
.navbar_ .nav > .active > a:hover,
.navbar_ .nav > .active > a:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nav-collapse_ .nav > li.sfHover > a .sf-sub-indicator,
.nav-collapse_ .nav > li.active > a .sf-sub-indicator {
  background-position: 0 0;
}
.sub-menu > a {
  position: relative;
}
.nav-collapse_ .nav ul {
  position: absolute;
  display: none;
  width: 330px;
  left: 0;
  top: 75px;
  list-style: none;
  zoom: 1;
  z-index: 11;
  background: #1d4758;
  padding: 24px 0 40px;
  margin: 0;
}
.nav-collapse_ .nav ul li a {
  display: block;
  color: #ffffff;
  background: #1d4758;
  padding: 7px 0 7px 42px;
  font-size: 14px;
  line-height: 16px;
}
.nav-collapse_ .nav > li > ul li > a:hover,
.nav-collapse_ .nav > li > ul > li.sfHover > a {
  text-decoration: none;
  color: #1d4758;
  background: #ffffff;
}
.nav-collapse_ .nav ul ul {
  left: 0;
  top: 0;
  position: static;
  display: none;
  width: 100%;
  padding: 0;
}
.nav-collapse_ .nav ul ul li a {
  padding-left: 60px;
}
.nav-collapse_ .nav ul ul li a:hover {
  background: #0d3241;
  color: #ffffff;
}
.nav-collapse_ .nav ul .sf-sub-indicator {
  background: url(../img/indicator2.png) no-repeat 0 bottom;
  width: 7px;
  height: 4px;
  position: absolute;
  display: block;
  top: 12px;
  left: auto;
  right: 9px;
  z-index: 5;
}
.nav-collapse_ .nav > li > ul li > a:hover .sf-sub-indicator,
.nav-collapse_ .nav > li > ul > li.sfHover > a .sf-sub-indicator {
  background-position: 0 0;
}
/*------ h1, h2, h3, h4, h5, h6 ------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #c4d4a7;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
header h1 {
  padding: 0;
  margin: 0;
}
h2 {
  font-size: 33px;
  line-height: 36px;
  margin: 0;
  letter-spacing: 1px;
}
h3 {
  font-size: 18px;
  padding: 46px 0 24px;
  margin: 0;
}
h3.extra {
  padding: 0px 0 33px;
}
h4 {
  font-size: 14px;
  color: #ffffff;
  padding: 23px 0 10px;
  margin: 0;
}
p {
  padding-bottom: 18px;
  margin: 0;
}
.link,
.link-1 {
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
  text-decoration: underline;
  letter-spacing: 1px;
}
.link:hover,
.link-1:hover {
  color: #ca2f2f;
}
.link-1:hover {
  color: #295e74;
}
/*--- header end ------*/
/*------ content ------- */
#content {
  position: relative;
  z-index: 5;
  padding: 32px 0 ;
}
.block-content {
  background: #f5ede0;
  padding-bottom: 46px;
}
#content ul {
  list-style: outside none;
}
.thumbnail-1 {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.overflow {
  overflow: hidden;
}
.overflow.extra {
  overflow: visible;
}
/*------ box-cont1 ------- */
.box-cont1 figure {
  margin: 0;
}
.box-cont1 h3 {
  font-size: 20px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  padding: 8px 0 14px;
}
.box-cont1 p {
  padding-bottom: 13px;
}
.box-cont1:hover p,
.box-cont1:hover h3 {
  color: #ca2f2f;
}
.border,
.border-1,
.border-top {
  padding: 47px 0 43px;
}
.border span,
.border-1 span,
.border-top span {
  background: url(../img/border-tail.png) repeat-x 0 0;
  height: 4px;
  display: block;
}
.border-1 {
  padding: 38px 0 13px;
}
.border-top {
  padding: 74px 0 13px;
}
/*------ list ------- */
.list.extra {
  padding: 4px 0 23px;
}
.list.extra li {
  margin-top: 7px;
}
.list.extra1 {
  padding: 0 0 23px;
}
.row-list .list {
  padding-right: 0;
  padding-top: 0;
}
.list {
  margin: 0;
  padding-top: 16px;
  overflow: hidden;
}
.list li {
  padding-top: 12px;
  margin-top: 7px;
  line-height: 20px;
  border-top: 1px solid #103748;
}
.list li:first-child {
  margin: 0;
  padding: 0;
  border: none;
}
.list li a {
  color: #c4d4a7;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.list li a:hover {
  color: #ca2f2f;
  text-decoration: none;
}
/*----------- address-----------*/
.address {
  margin: 74px 0 0 ;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #295e74;
  font-weight: bold;
}
.address span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 10px;
}
.address strong {
  font-size: 24px;
  line-height: 1em;
  display: block;
  color: #c4d4a7;
}
.address a {
  color: #295e74;
}
.address a:hover {
  color: #c4d4a7;
}
/*----------- slogan1-----------*/
.slogan1 {
  color: #c4d4a7;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 0 22px;
}
.slogan1 strong {
  font-size: 48px;
  line-height: 52px;
  display: block;
}
.slogan1 span {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  padding-top: 2px;
}
/*----------- box-info-----------*/
.box-servise {
  background: #113545;
  padding: 2px 15px 8px;
  margin-bottom: 7px;
  position: relative;
}
.box-servise p a {
  color: #c4d4a7;
}
.box-servise h4 {
  font-size: 18px;
  color: #c4d4a7;
  padding-bottom: 6px;
  line-height: 24px;
}
.box-servise .img-new {
  position: absolute;
  top: 0;
  right: 0;
}
.box-servise:hover h4,
.box-servise:hover p a {
  color: #ca2f2f;
}
/*----------- box-info-----------*/
.box-info {
  margin-top: 5px;
}
.box-info figure {
  margin: 0;
}
.box-info p {
  color: #c4d4a7;
  padding-bottom: 13px;
}
.box-info article:hover p,
.box-info article:hover h4 {
  color: #295e74;
}
/*-----------txt-1-----------*/
.txt-1 {
  font-family: 'Open Sans', sans-serif;
  color: #295e74;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 9px;
  font-weight: bold;
}
/*----------- list-historye-----------*/
.list-history {
  margin: 0;
  overflow: hidden;
}
.list-history dt {
  float: left;
}
.list-history dd {
  margin-left: 55px;
  line-height: 18px;
  padding-bottom: 8px;
}
.date-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
/*------ list-team ------- */
.list-team {
  margin: 4px 0 0 0;
  overflow: hidden;
}
.list-team p {
  color: #c4d4a7;
  padding-bottom: 7px;
}
.list-team figure {
  margin: 0;
}
/*------ list-advantages ------- */
.list-advantages {
  margin: 0;
  padding-right: 14px;
  overflow: hidden;
}
.list-advantages li {
  padding: 15px 10px 0 38px;
  margin-top: 17px;
  position: relative;
  border-top: 1px solid #103748;
}
.list-advantages li:first-child {
  margin: 0;
  padding-top: 0;
  border: none;
}
.list-advantages li:before {
  width: 26px;
  height: 26px;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
}
.list-advantages li.item1:before {
  background: url(../img/icon1_1.png) no-repeat 0 0;
  top: 4px;
}
.list-advantages li.item2:before {
  background: url(../img/icon1_2.png) no-repeat 0 0;
}
.list-advantages li.item3:before {
  background: url(../img/icon1_3.png) no-repeat 0 0;
}
.list-advantages li a {
  color: #c4d4a7;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.list-advantages li a:hover {
  color: #ca2f2f;
  text-decoration: none;
}
.list-advocacy li {
  padding-left: 46px;
}
.list-advocacy li.item1:before {
  background: url(../img/icon2_1.png) no-repeat 0 0;
  height: 41px;
}
.list-advocacy li.item2:before {
  background: url(../img/icon2_2.png) no-repeat 0 0;
  height: 41px;
}
.list-advocacy li.item3:before {
  background: url(../img/icon2_3.png) no-repeat 0 0;
  height: 41px;
}
.list-advocacy li.item4:before {
  background: url(../img/icon2_4.png) no-repeat 0 0;
  height: 41px;
}
/*----------- quote1--------------*/
.quote1 {
  border: none;
  padding: 0;
  margin-bottom: 6px;
}
.quote1 p {
  font-size: 13px;
  line-height: 18px;
}
/*----------- txt-name--------------*/
.txt-name {
  text-align: right;
}
.txt-name img {
  display: inline-block;
}
.txt-name span {
  display: block;
  font-size: 11px;
  margin-top: -12px;
}
/*----------- Back to top --------------*/
#toTop {
  display: none;
  width: 45px;
  height: 27px;
  overflow: hidden;
  background: url(../img/totop.png) 0 0 no-repeat;
  position: fixed;
  margin-right: -690px !important;
  right: 50%;
  bottom: 200px;
  z-index: 999;
}
#toTop:hover {
  background-position: 0 bottom;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/***** map *****/
.map {
  margin: 48px 0 0;
  line-height: 0;
}
.map iframe {
  border: none;
  width: 100%;
  height: 565px;
  line-height: 0;
}
/*------ mail & address------- */
.address-1 {
  margin-bottom: 24px;
}
.address-1 strong {
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
  color: #295e74;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 9px;
  display: block;
}
.address-1 span {
  display: inline-block;
  width: 88px;
}
.mail-1 {
  color: #295e74;
}
.mail-1:hover {
  text-decoration: none;
  color: #ffffff;
}
/***** contact form *****/
#contact-form {
  position: relative;
  vertical-align: top;
  z-index: 1;
  margin: 4px 0 20px;
}
.txt-form {
  padding-bottom: 3px;
  display: block;
}
.coll-1,
.coll-2,
.coll-3 {
  float: left;
  width: 213px;
}
.coll-1,
.coll-2 {
  margin-right: 30px;
}
#contact-form div {
  overflow: hidden;
}
#contact-form fieldset {
  border: none;
  padding: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
#contact-form label {
  display: block;
  min-height: 71px;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
#contact-form .message {
  min-height: 285px;
  display: block !important;
  width: 100%;
}
#contact-form input,
#contact-form textarea {
  border: none;
  background: #154458;
  padding: 11px 17px 13px;
  margin: 0;
  font-size: 13px;
  line-height: 18px !important;
  color: #c4d4a7;
  outline: none;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form input {
  height: 42px;
}
#contact-form input:focus,
#contact-form textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#contact-form .area .error {
  float: none;
}
#contact-form textarea {
  width: 100%;
  height: 277px;
  resize: none;
  overflow: auto;
}
#contact-form .success {
  background: #154458;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  color: #c4d4a7;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: none;
  width: 100%;
  z-index: 20;
}
.inner-form {
  padding: 18px;
}
#contact-form .error,
#contact-form .empty {
  color: #f00;
  font-size: 11px;
  line-height: 1.27em;
  display: none;
  overflow: hidden;
  padding: 2px 4px 0px 0;
  width: 100%;
  text-transform: none;
  position: absolute;
  bottom: 14px;
  left: 0;
}
#contact-form .message .error,
#contact-form .message .empty {
  bottom: -3px;
}
.buttons-wrapper {
  position: relative;
}
.buttons-wrapper a {
  margin-right: 32px;
  cursor: pointer;
  margin-top: 0;
}
.buttons-wrapper a:hover {
  text-decoration: none;
}
.buttons-wrapper span {
  display: inline-block;
  font-size: 13px;
  margin-top: 7px;
  color: #c4d4a7;
}
/*----------- buttons & links--------------*/
.btn-1 {
  position: relative;
  border: none;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  background: #f8941d;
  text-shadow: none !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 4px 38px 6px 12px;
}
.btn-1:before {
  background: url(../img/marker-1.png) no-repeat 0 0;
  width: 18px;
  height: 19px;
  display: block;
  position: absolute;
  top: 6px;
  right: 11px;
  content: "";
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-1:hover {
  background: #b49e7a;
  text-decoration: none;
  color: #ffffff;
}
/*----------- policy --------------*/
.policy {
  padding-bottom: 26px;
}
.policy strong {
  display: block;
  color: #191919;
}
.policy p {
  padding-bottom: 18px;
}
/* block-404 */.block-404 {
  padding: 67px 100px 41px 0;
  overflow: hidden;
}
.block-404 .box-404 {
  overflow: hidden;
  padding-top: 40px;
}
.block-404 h3 {
  padding: 43px 0 37px;
}
.block-404 h3 strong {
  display: block;
  font-size: 28px;
  line-height: 32px;
}
.block-404 .img-404 {
  margin: 0 20px;
  float: left;
}
/* search */#search-404 {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
#search-404 input {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding: 4px 10px 4px;
  margin: 0  23px 0 0;
  font-size: 12px;
  line-height: 18px !important;
  height: 28px;
  color: #a8a8a8;
  background: #1a3845;
  outline: none;
  width: 191px;
  float: left;
  border: 1px solid #0f222c;
  border-bottom: 1px solid #18475b;
  border-right: 1px solid #18475b;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#search-404 input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search-404 a {
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #295e74;
  margin: 5px 0 0 0;
}
#search-404 a:hover {
  color: #fff;
  text-decoration: none;
}
/*--- content end ------*/
/*------ footer ------- */
footer {
  padding: 42px 0 39px;
  background: url(../img/border-tail.png) repeat-x 0 0;
}
footer ul {
  list-style: none;
}
.logo-footer {
  margin: 4px 0 2px;
}
.privacy {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  color: #c4d4a7;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
.privacy a {
  color: #c4d4a7;
  text-decoration: none;
}
.privacy a:hover {
  text-decoration: underline;
}
.list-footer {
  margin: 0;
}
.list-footer li {
  padding-bottom: 4px;
  background: url(../img/marker-1.png) no-repeat 0 7px;
  padding-left: 17px;
  line-height: 20px;
}
.list-footer a {
  font-size: 13px;
  color: #c4d4a7;
}
.list-footer a:hover {
  color: #295e74;
  text-decoration: none;
}
.list-clients {
  margin: 0;
  overflow: hidden;
}
.list-clients li {
  float: left;
  margin-left: 16px;
}
.list-clients li:first-child {
  margin: 0;
}
.list-clients a {
  opacity: 1;
  filter: alpha(opacity=100);
}
.list-clients a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/*--- footer end ------*/
@media only screen and (min-width: 1300px) {
  .list {
    padding-right: 90px;
  }
  .box-servise {
    padding-left: 35px;
  }
  .nav-collapse_ .nav > li > a {
    width: 179px;
  }
  .overflow.extra {
    overflow: hidden;
  }
  .row-list .list {
    padding-right: 32px;
  }
  .block-404 {
    padding: 67px 200px 41px 0;
  }
  .block-404 .img-404 {
    margin: 0 28px 0 200px;
  }
  .coll-1,
  .coll-2,
  .coll-3 {
    width: 270px;
  }
  #contact-form label {
    display: inline-block;
  }
}
@media only screen and (max-width: 979px) {
  #contact-form label {
    display: block;
  }
  #contact-form input,
  #contact-form textarea {
    width: 100%;
  }
  header {
    position: relative;
  }
  .navbar_ {
    position: static;
  }
  .navbar_ .nav-collapse_ {
    height: auto !important;
    overflow: inherit;
    clear: none;
  }
  .navbar_ .brand {
    top: 0px;
  }
  .box-donation {
    margin-left: 40px;
  }
  .nav-collapse_ {
    float: none;
    margin-left: 0;
  }
  .row-top {
    padding-bottom: 45px;
  }
  .box-servise h4 {
    font-size: 15px;
    line-height: 20px;
  }
  .address strong {
    font-size: 22px;
  }
  .border-top {
    padding-top: 0;
  }
  .overflow.extra {
    overflow: visible;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .nav-collapse_ .nav > li > a {
    width: 144px;
  }
  .list-soc {
    display: none;
  }
  .navbar_ .btn-navbar {
    display: none;
  }
  .nav-collapse_ .nav > li {
    float: left;
  }
  .list-service li {
    width: 27%;
  }
  .coll-1,
  .coll-2,
  .coll-3 {
    width: 159px;
  }
  #contact-form input,
  #contact-form textarea {
    width: 100%;
  }
  .address-1 span {
    display: block;
  }
  .block-404 {
    padding: 67px 30px 41px 0;
  }
  .block-404 .img-404 {
    margin: 0 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  body {
    padding: 0;
  }
  .list-thumbnails .thumbnail-1 section {
    padding: 0;
  }
  .sf-menu {
    display: none !important;
  }
  #content,
  header {
    padding-left: 10px;
    padding-right: 10px;
  }
  footer {
    margin-left: 10px;
    margin-right: 10px;
  }
  .row-top {
    padding-bottom: 10px;
  }
  .navbar_ .brand {
    left: 10px;
  }
  .box-cont1 {
    margin-bottom: 28px;
  }
  #search label,
  #search .box-form {
    float: none;
  }
  .box-info article {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .box-info figure {
    margin-right: 20px;
    float: left;
  }
  .box-info h4 {
    padding-top: 0;
  }
  .list-clients {
    margin-bottom: 20px;
  }
  .logo-footer {
    margin-top: 20px;
  }
  #search {
    clear: both;
  }
  .navbar_ .nav-collapse_ {
    float: none;
    display: none;
  }
  .navbar_ .btn-navbar {
    display: none;
  }
  .select-menu {
    display: block !important;
    color: #ffffff;
    border: 1px solid #1b4557;
    background: #0e3443 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }
  .select-menu option {
    padding-bottom: 4px;
  }
  .list-service li {
    width: 25%;
  }
  .list-team li {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .list-team li figure {
    float: left;
    margin-right: 20px;
  }
  .list-team li h4 {
    padding-top: 0;
  }
  .img-indent {
    float: left;
    margin-right: 20px;
  }
  .coll-1,
  .coll-2,
  .coll-3 {
    width: 100%;
    float: none;
  }
  .policy .pull-right {
    float: none;
  }
  footer .pull-right {
    float: none !important;
  }
  .block-404 {
    padding: 40px 0px;
  }
  .block-404 .box-404 {
    padding-top: 0;
  }
  .block-404 .img-404 {
    float: none;
    margin: 0;
    text-align: center;
  }
}
@media (max-width: 540px) {
  .row-top {
    padding-top: 160px;
  }
  .box-donation,
  #search {
    float: none;
    margin-left: 0;
  }
  .box-donation .box-form,
  #search .box-form {
    width: 100%;
  }
  .img-indent {
    float: none;
    margin-right: 0;
  }
  .img-indent img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .list-products {
    margin-left: 0;
  }
  .img-indent1 {
    margin-bottom: 18px;
    float: none;
    margin-right: 0;
  }
  .img-indent1 img {
    width: 100%;
  }
  .logo-footer {
    padding-bottom: 10px;
  }
  .coll-right {
    padding-bottom: 20px;
  }
  #search-404 input {
    width: 100%;
    float: none;
  }
  #search-404 a {
    float: right;
    margin-top: 8px;
  }
}
@media (max-width: 440px) {
  .list-team li figure {
    float: none;
    margin-right: 0;
  }
  .list-team li figure img {
    width: 100%;
  }
  .list-team li h4 {
    padding-top: 23px;
  }
}
@media only screen and (max-width: 380px) {
  .box-info article {
    margin-bottom: 26px;
  }
  .box-info figure {
    float: none;
    margin: 0 0 20px;
  }
  .box-info figure img {
    width: 100%;
  }
  .box-info figure h4 {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 320px) {
  
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
