body {background-color: #092135 !important; color: #C0C0C0;/*font-size: 14px; line-height: 23px;*/}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

img {
  height: auto;
}
/*------ template stylization ------*/
.main {
  max-width: 1000px;
  margin: 0 auto;
  /*background: #fff;*/
  color: silver;
}

.highlighted {
  background: url(../img/highlight-top.png) no-repeat top center;
  position:absolute;
  height: 300px;
  width:100%;
  display: none;
}

#main .highlighted {
  background-image: url(../img/highlight.png);
  height: 921px;
  margin-top: -10px;
}

#video-div {
  height: 250px; width: 356px; margin-bottom: 32px; position: relative;
}

#video-div img {
  border-radius: 3px; border: 1px solid;
  padding: 2px;
}

#video-div a {
  background: url(../img/play.png) no-repeat center 40%;
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
}

header {
    background: url(../img/menu-shadow.png) no-repeat center bottom;
    padding-bottom: 21px !important;
}

header #topright {
  display: block;
  float: right;
  height: 30px;
  z-index: 10;
  margin-left: 50px;
  margin-top: -5px;
}

header #topright span.bg {
  display: inline-block;
  height: 40px;
  width: 40px;
}
header #topright span.active, header #topright span:hover {
  background: url(../img/lng-over.png) no-repeat -5px -5px;
}

header #topright a {
  display: block;
  width: 30px;
  height: 30px;
  margin: 5px;
  background: url(../img/lng.png) no-repeat;
  float: right;
}

header #topright a#az {
  background-position: 0 -30px;
}

header #topright a#ru {
  background-position: -30px -30px;
}

header #topright a#en {
  background-position: -60px -30px;
}

/*header #topright a:hover, 
header #topright a.active  {
  background-position-y: 0px !important;
}*/

#content .container {
    background: url(../img/shadow.png) no-repeat center bottom;
    padding: 0 10px 5px 10px;
}

#secondary #content .container {
    padding-bottom: 50px;

    font-size: 14px;
    line-height: 21px;

}
/* headings, text */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  color: white;
  font-weight: 300;
  line-height: 1.2em;
  font-style: italic;
}
h2 {
  font-size: 36px;
  margin: 45px 0 35px 0;
  letter-spacing: -2px;
}
h3 {
  font-size: 24px;
  margin: 29px 0 30px 0;
}
h5 {
  font-size: 18px;
  /*margin: 43px 0 30px 0;*/
  font-weight: normal;
}
p {
  margin-bottom: 20px;
}
a.link:hover {
  text-decoration: underline;
}
.text-info {
  font-weight: bold;
  color: #FF8439;
}
.top-0 {
  margin-top: 0 !important;
}
.bot-0 {
  margin-bottom: 0 !important;
}
.left-0 {
  margin-left: 0 !important;
}
.last {
  margin-right: 0 !important;
}
.indent-1 {
  margin-top: -50px !important;
  z-index: 999;
  position: relative;
}
.indent-2 {
  padding-right: 20px;
  overflow: hidden;
}
.indent-3 {
  margin-bottom: 22px;
}
.indent-4 {
  padding-bottom: 70px;
}
.img-indent {
  margin: 0px 30px 0px 0;
  float: left;
}

.img-indent1 {
  margin: 0px 0 1px 30px;
  float: left;
}

.img-indent2 {
  margin: 0px 30px 1px 0;
  float: left;
}

.img-indent11 {
  margin: 0px 0 1px 30px;
}

.img-indent22 {
  margin: 0px 30px 1px 0;
}

.extra-wrap {
  overflow: hidden;
}
.list {
  margin: 0;
  list-style: none;
  margin-bottom: 10px;
}
.list li {
  /*padding: 18px 0px 9px 50px;
  margin: 0px 0 12px 0;
  line-height: 20px;
  background: url(../img/marker.png) 0 12px no-repeat;
  border-top: #e5e5e5 1px solid;*/
  padding: 15px 0px 15px 40px;
  margin: 0px;
  line-height: 20px;
  background: url(../img/marker.png) 0 center no-repeat;
  border-top: #E5E5E5 1px solid;

}
.list.list2 li {
  background: none !important;
  list-style-position: inside;
  list-style-image: url(../img/marker2.png);
  border:none !important;
  text-indent: 40px;
  /*margin: 0 0 0 40px;*/
  padding: 0px !important; /* 0px 0px 20px;*/
}

.accordion ul li {
  background: none;
  border:none !important;
  margin: 0;
  padding: 0px;
}

.list ul, .list ul {margin: 10px 0;}
.list ul li, .list2 ul li {background: none !important; list-style: circle; padding: 0px !important;}

.list li:first-child {
  margin-top: -6px;
  border: none;
}
.list li.last-child {
  margin-bottom: 0 !important;
}
.list li a {
  color: white;
}
.list li a:hover {
  color: #ff8439;
}
.btn-list-indent {
  margin-top: 42px !important;
}
/**/
/* buttons*/
.btn {
  background: #f4f3f1;
  border: none;
  text-shadow: none;
  font-size: 10px;
  line-height: 12px;
  color: #2488C7;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 20px 14px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 51px;
}

.thumbnail .btn {
  background: #2488C7;
  font-size: 10px;
  color: #f4f3f1;
}

.btn:hover {
  background-color: #4d4d4d;
  background-color: #2488C7;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
}

.thumbnail:hover .btn {
  background-color: #f4f3f1;
  color: #2488C7;
}


.btn_ {
  background: #fff;
}
.btn-small {
  padding: 9px 15px 9px 15px;
  background: #ff8439;
  color: #ffffff;
  margin-top: 10px;
}
.btn-small:hover {
  background-color: #4d4d4d;
}
/*------ header ------- */
header {
  margin-top: -30px;
  padding: 0px 0 0px 0;
  position: relative;
  z-index: 999;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header-block {
  overflow: hidden;
}
/*brand*/
.header-block h1.brand {
  display: inline-block;
  margin: 0px 0 0 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}
.header-block h1.brand a {
  display: inline-block;
  float: left;
  margin-right: 16px;
}
.header-block h1.brand span {
  display: inline-block;
  font-size: 10px;
  line-height: 12px;
  color: #90908e;
  text-shadow: none;
  margin: 47px 0 0 0px;
}
.header-block .clearfix {
  float: right;
  text-align: right;
}
/*header-links*/
.header-links {
  margin: 0;
  list-style-type: none;
  overflow: hidden;
  margin-top: 7px;
  float: right;
}
.header-links li {
  float: right;
  display: inline-block;
  color: #d3d2d2;
}
.header-links li span {
  margin: 0 9px;
}
.header-links li a {
  /*color: #797979;*/
}
.header-links li a:hover {
  text-decoration: underline;
}
/* search-form */.navbar-form {
  background: #f1f0ee;
  border-top: #d8d8d6 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 24px 0px 0 0;
  -webkit-box-shadow: 0 2px 10px #181818;
  -moz-box-shadow: 0 2px 10px #181818;
  -ms-box-shadow: 0 2px 10px #181818;
  -o-box-shadow: 0 2px 10px #181818;
  box-shadow: 0 2px 10px #181818;
  margin-top: 50px;
}
.navbar-form input {
  background: none;
  border: none;
  box-shadow: none;
  line-height: 18px;
  width: 220px;
  float: left;
  margin: 0px;
  padding: 9px 10px 10px 10px;
}
.navbar-form input:focus {
  box-shadow: none;
}
.navbar-form a {
  margin: 0;
  display: inline-block;
  width: 38px;
  height: 39px;
  background: url(../img/search.png) 0 0 no-repeat;
  float: left;
}
.navbar-form a:hover {
  background: url(../img/search.png) right 0 no-repeat;
}
/* navbar */
.mnav {
  display: none;
}
.nav-bg {
  background-color: #f5f4f2;
  background-image: -moz-linear-gradient(top, #ffffff, #e5e3de);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e5e3de));
  background-image: -webkit-linear-gradient(top, #ffffff, #e5e3de);
  background-image: -o-linear-gradient(top, #ffffff, #e5e3de);
  background-image: linear-gradient(to bottom, #ffffff, #e5e3de);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e3de', GradientType=0);
  border-top: #ededed 1px solid;
  border-bottom: #d5d2ce 1px solid;
  margin-top: 28px;
}
.navbar_ {
  margin: 0px;
}
.navbar_ .navbar-inner {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  min-height: inherit;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*nav*/
.nav-collapse_ {
  margin: 0px;
}
.nav-collapse_ .nav {
  /*margin: 0 10px;*/
  margin: 0px;
  border-right: #fff 1px solid;
  border-left: #dedddb 1px solid;
}
.nav-collapse_ .nav li {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
}
.nav-collapse_ .nav > li {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
}
.nav-collapse_ .nav > li {
  line-height: 20px;
  float: left;
  display: inline-block;
/*  border-right: #dedddb 1px solid;
  border-left: #fff 1px solid;*/
}
.nav-collapse_ .nav li a {
  color: #ffffff;
  text-transform: uppercase;
  /*font-family: 'Open Sans', sans-serif;*/
  font-size: 12px;
  line-height: 22px;
  text-shadow: none;
  text-decoration: none;
  text-align: center;
  margin: 0;
}
.nav-collapse_ .nav > li > a {
  color: #797979;
  display: block;
  /*padding: 32px 0px 35px 0px;*/
  padding: 0px;
  width: 143px;
  position: relative;
}
.nav-collapse_ .nav > li.sub-menu > a:before,
.nav-collapse_ .nav > li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: url(../img/li-marker.gif) left bottom no-repeat;
  width: 15px;
  height: 8px;
  left: 50%;
  top: 65px;
  margin-left: -7px;
}
.nav-collapse_ .nav > li.sfHover.sub-menu > a:before,
.nav-collapse_ .nav > li.active > a:before {
  background-position: 0 0;
}
.nav-collapse_ .nav > li li.sub-menu > a:before,
.nav-collapse_ .nav > li li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: url(../img/li-marker2.gif) left bottom no-repeat;
  width: 8px;
  height: 15px;
  right: 10px;
  top: 17px;
}
.nav-collapse_ .nav > li li.sub-menu > a:before {
  background-position: 0 0 !important;
}

#menu{
  border-top:1px solid #2c698e;
  border-bottom:1px solid #0c1f2a;
  border-left:1px ridge #1f4c66;
  border-right:1px ridge #1d455e;
  list-style: none;
  margin-top: 10px;
}
#menu > li {
  position:relative;
  float:left;
  /*width:188px;*/
  background:url(../img/menu_line.png) right 0 no-repeat;
}
#menu > li.last {
  width:186px;
  background:none;
}
#menu > li > a{
  position: relative;
  display: table-cell;
  font: 13px 'Bitter', sans-serif;
  color: white;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  background: url(../img/menu_item_bg.png) 0 0 repeat-x;
  vertical-align: middle;
  height: 80px;
  line-height: 20px;
}

#menu > li li a {
  text-transform: none !important;
  font-size: 13px;
}

.nav-collapse_ .nav > li.sfHover,
.nav-collapse_ .nav > li.sfHover:hover,
.nav-collapse_ .nav > li:hover,
.nav-collapse_ .nav > li.active,
.nav-collapse_ .nav > li.active:hover {
/*  border-left: #ff924b 1px solid;
  border-right: #ff924b 1px solid;*/
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.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/menu_item_hover.png) 0 0 repeat-x !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #ff924b;
  color: black !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.nav-collapse_ .nav ul {
  position: absolute;
  display: none;
  width: 189px;
  left: -1px;
  top: 81px;
  list-style: none;
  zoom: 1;
  z-index: 9;
  margin: 0;
  background: #15374c;
  border-left: #002C4E 1px solid;
  border-right: #002C4E 1px solid;
  box-shadow: 3px 3px 15px black;
  -ms-box-shadow: 3px 3px 15px black;
  -moz-box-shadow: 3px 3px 15px black;
  -o-box-shadow: 3px 3px 15px black;
}
.nav-collapse_ .nav ul li {
  margin: 0;
  display: block;
}
.nav-collapse_ .nav ul li a {
  display: block;
  padding: 13px 10px 14px 10px;
  background: #15374c;
  border-top: #002C4E 1px solid;
}
.nav-collapse_ .nav > li > ul li > a:hover,
.nav-collapse_ .nav > li > ul li.sfHover > a,
.nav-collapse_ .nav > li > ul li.active > a {
  background: #3bbce0 !important;
  text-decoration: none;
  color: black !important;
}
.nav-collapse_ .nav ul ul {
  left: 189px;
  top: 0px;
  width: 100%;
  background: #15374C;
  border-left: #002C4E 1px solid;
  border-right: #002C4E 1px solid;
}
/*.nav-collapse_ .nav ul ul li a {
  display: block;
  padding: 14px 10px 14px 10px;
  background: #15374C;
  border-bottom: #002C4E 1px solid;
}*/
/**/
/* slider */
.slider {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  height: 545px;
}
.camera_wrap {
  margin-bottom: 0 !important;
  margin-top: -21px !important;
}
.camera_wrap .camera_pag {
  display: none;
}
.camera_caption {
  display: none;
}
/*--- header end ------*/
/*------ content ------- */
#content {
  padding-bottom: 0px;
}

/*#secondary #content {
  padding-bottom: 0px;
}*/

.content-block {
/*  background-color: #f8f7f5;
  background-image: -moz-linear-gradient(top, #f9f8f7, #f6f5f3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f8f7), to(#f6f5f3));
  background-image: -webkit-linear-gradient(top, #f9f8f7, #f6f5f3);
  background-image: -o-linear-gradient(top, #f9f8f7, #f6f5f3);
  background-image: linear-gradient(to bottom, #f9f8f7, #f6f5f3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f8f7', endColorstr='#fff6f5f3', GradientType=0);*/
}
/*thumbnails*/.thumbnails {
  margin: 0 0 0 -20px;
  color: #222;
}
.thumbnails li {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 30px;
  float: left;
}
.thumbnails .thumbnail,
.thumbnails_2 .thumbnail {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0;
}
.thumbnails .thumbnail {
  margin: 0px;
  background: #FF8439;
  background: #BDBDBD;
  padding: 20px;
  text-align: center;
  -webkit-box-shadow: 0 0px 15px #131313;
  -moz-box-shadow: 0 0px 15px #131313;
  box-shadow: 0 0px 15px #131313;
  /*min-height: 450px;*/
  border-radius: 0px 30px 0px 30px;
  
}

.thumbnails h2 {
  color: black;
  font-size: 32px;
  cursor: pointer;
}

.thumbnails .thumbnail div {
  height: 98px;
  background-position: center 0;
}
.page1-icon1 {
  background: url(../img/page1-icon1.png) no-repeat;
}
.page1-icon2 {
  background: url(../img/page1-icon2.png) no-repeat;
}
.page1-icon3 {
  background: url(../img/page1-icon3.png) no-repeat;
}
.page1-icon4 {
  background: url(../img/page1-icon4.png) no-repeat;
}
.thumbnails .thumbnail h2 {
  margin: 30px 0 28px 0;
}
.thumbnails .thumbnail p {
  margin: 0;
}
.thumbnails .thumbnail a.btn {
  /*margin-top: 31px;*/
  margin-top: -20px;
}
.thumbnails .thumbnail:hover {
  background: #2488C7;
  color: #ffffff;
}
.thumbnails .thumbnail:hover h2 {
  /*color: #ffffff;*/
  color:#EC5A00;
}
.thumbnails .thumbnail:hover div {
  background-position: center bottom;
}
/*thumbnail_2*/
.thumbnails_2 {
  margin: 0px;
  padding-top: 5px;
  list-style-type: none;
}
.thumbnails_2 li {
  margin-top: 30px;
  margin-bottom: 0;
  float: left;
}
.thumbnails_2 .thumbnail {
  margin: 0px;
  padding-bottom: 40px;
  background: #fff;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.03);
  min-height: 470px;
}
.thumbnails_2 .thumbnail .caption {
  padding: 0px 20px;
  color: #6f6f6f;
  text-align: center;
}
.thumbnails_2 .thumbnail .btn {
  margin-top: 31px;
}
/*list-news*/
.list-news {
  list-style-type: none;
  margin: 0;
}
.list-news li {
  overflow: hidden;
  margin-top: 24px;
}
.list-news li:first-child {
  margin: 0;
}
.list-news .time {
  display: inline-block;
  margin-bottom: 12px;
}
.list-news time {
  display: inline-block;
  background: #2488C7;
  background: #FF8439;
  padding: 6px 15px 8px 13px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  border-radius: 5px;
}
.list-news .time:hover time {
  background: #4d4d4d;
}
.list-news li img {
  float: left;
  margin: 0 15px 0 0;
  border-radius: 3px;
  border: 1px solid;
}
.testimonials {
  overflow: hidden;
}
.testimonials blockquote, blockquote {
  margin: 0 0 20px 0;
  padding: 8px 0 0 50px;
  background: url(../img/blockquote.png) 0 0 no-repeat;
  display: block;
  border: none;
  overflow: hidden;
}

/*list-team*/
.list-team, .list-clients {
  margin: 0 0 0 -20px;
  list-style-type: none;
  overflow: hidden;
  padding-top: 5px;
}

.list-clients {
  text-align: center;
  margin:10px 0 0 0 !important; 
  background:white; 
  border-top-left-radius:30px; 
  border-bottom-right-radius:30px;
  padding: 5px 0 10px 0;

}
.list-clients li {
  margin: 30px 0 0 20px !important;
}

.list-team li, .list-clients li {
  float: left;
  margin: 30px 0 0 20px;
  overflow: hidden;
}
.list-team li img {
  margin: 0 20px 0 0;
}
.list-team li img{
  float: left;
}
.list-team li .extra-wrap,  .list-clients li .extra-wrap {
  padding-top: 8px;
}

.list-clients li .extra-wrap {
  text-align: center;
}
/*list-project*/
.list-project {
  margin: 0 0 0 -20px;
  list-style-type: none;
  overflow: hidden;
  padding-top: 5px;
}
.list-project li {
  float: left;
  margin: 30px 0 0 20px;
  overflow: hidden;
}
.list-project li img {
  float: left;
  margin: 0 20px 0 0;
}
.list-project li .extra-wrap {
  padding-top: 8px;
}
/*list-blog*/
.list-blog {
  margin: 0 0 0 0;
}
.list-blog li {
  display: block;
  overflow: hidden;
  margin-top: 30px;
/*  background: #fff;*/
  /*-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.03);*/
  background: url(../img/shadow.png) no-repeat center bottom;
  padding: 0 10px 35px 10px;
}

.list-blog li:first-child {
  margin-top: 0 !important;
}

.list-blog li:last-child {
  margin-top: 0 !important;
  background: none;
  padding: 0 10px;
}

.list-blog li > div {
  padding: 22px 30px 30px 31px;
  overflow: hidden;
}
.list-blog li img {
  float: left;
  margin: 30px 0;
}
.list-blog p {
  margin-bottom: 10px;
}
.list-blog h3 {
  margin: 0 0 5px 0;
}
.list-blog span {
  margin: 0 15px;
  color: #f3a643;
}
.list-blog .btn {
  margin-top: 32px;
}
/*tags-list*/
.tags-list {
  margin: 0;
  overflow: hidden;
  padding-top: 21px;
}
.tags-list li {
  float: left;
  display: inline-block;
  margin-right: 15px;
  margin-top: 10px;
}
.tags-list li:last-child {
  margin-right: 0;
}
.tags-list li a {
  color: #6f6f6f;
  display: inline-block;
}
.tags-list li a:hover {
  color: #f3a643;
}
/*dl-horizontal*/
.dl-horizontal {
  margin: 0;
  padding: 0;
}
.dl-horizontal dt {
  width: 100px;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -2px;
  color: #FF8439;
}
.dl-horizontal dd {
  margin: 0;
  overflow: hidden;
  padding: 8px 0 22px 0;
}
.dl-horizontal dd.last-child {
  padding-bottom: 0;
}
/*-- contacts page --*/
.map {
  margin: 35px 0 30px 0;
  line-height: 0px;
}
.map iframe {
  width: 100%;
  height: 483px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
}
address > strong {
  font-family: 'Open Sans', sans-serif;
  color: white;
  font-weight: 300;
  line-height: 1.2em;
  font-style: italic;
  font-size: 24px;
  display: block;
  float: left;
  width: 320px;
}
address em {
  font-style: normal;
  display: block;
  overflow: hidden;
  padding-top: 8px;
}
address span {
  display: inline-block;
  width: 75px;
}
.contact-form {
  margin-top: 35px;
}
.contact-form input {
  height: 40px;
  width: 100%;
  padding: 10px 10px 11px 19px !important;
  line-height: 18px !important;
  background: #f1f0ee;
  border: none;
  border-top: #d8d8d6 1px solid;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-top-right-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: none;
  float: left;
}
.contact-form label {
  min-height: 60px;
  position: relative;
  overflow: hidden;
  margin: 0;
  display: block;
  width: 100%;
}
.contact-form .error,
.contact-form .empty {
  display: none;
  position: relative;
  font-size: 11px;
  line-height: 14px;
  color: #FF4F4F;
  float: left;
  margin: 2px 0 4px 10px;
  min-width: 160px;
}
.contact-form .success {
  display: none;
  color: #6f6f6f;
  padding-bottom: 5px;
  text-align: center;
  font-size: 14px;
  color: white;
  margin: 20px 0;
}

.contact-form div.error_msg {
  display: none;
  color: red;
  padding-bottom: 5px;
  text-align: center;
  font-size: 14px;
  color: white;
  margin: 20px 0;
  position: "";
  float: none;
  min-width: 160px;
}

.contact-form img {
  margin: 0px 10px !important;
}

.contact-form textarea {
  width: 100%;
  height: 270px;
  padding: 10px 0 0 19px;
  background: #f1f0ee;
  border: none;
  border-top: #d8d8d6 1px solid;
  margin: 0;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-top-right-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: none;
  float: left;
}
.contact-form input:focus,
.contact-form textarea:focus {
  box-shadow: none;
  border-color: #d8d8d6;
}
.contact-form .btn {
  margin: 0px 0 0 4px;
}
/*privacy*/
.float {
  float: left;
}
.float2 {
  float: right;
}
/**/
.privacy h3 {
  margin: 20px 0 9px 0;
}
/*-- end contacts --*/
/*--- content end ------*/
/*------ footer ------- */
footer {
  padding: 0px 0 38px 0;
  position: relative;
/*  background-color: #f9f8f7;
  background-image: -moz-linear-gradient(top, #fbfaf9, #f6f5f3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbfaf9), to(#f6f5f3));
  background-image: -webkit-linear-gradient(top, #fbfaf9, #f6f5f3);
  background-image: -o-linear-gradient(top, #fbfaf9, #f6f5f3);
  background-image: linear-gradient(to bottom, #fbfaf9, #f6f5f3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbfaf9', endColorstr='#fff6f5f3', GradientType=0);*/
}
footer .span12 {
  color: #999;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  text-align: right;
  margin-top: 40px;
  float: right;
  width: 500px;
}
footer .span12 a {
  color: #999999;
}
footer .span12 span {
  margin: 0 10px;
  color: #cecece;
}
footer .span12 em {
  font-style: normal;
}
footer .span12 a:hover {
  color: #ff8439;
}
/*twitter*/
.tweet {
  margin-top: 20px;
}
.tweet ul {
  margin: 0;
  list-style-type: none;
}
.tweet ul li {
  font-size: 11px;
  line-height: 20px;
  margin-top: 20px;
}
.tweet ul li:first-child {
  margin-top: 0;
}
.tweet .tweet_time {
  display: block;
}
.tweet .tweet_time a {
  display: inline-block;
  font-size: 11px;
  line-height: 20px;
  color: #6f6f6f;
  font-weight: bold;
}
.tweet ul li span a {
  color: #ff8439;
  text-decoration: none;
}
.tweet ul li a:hover {
  text-decoration: underline;
}
/* social */
.social-icons {
  padding: 0px 0 0 0;
  margin: 0;
  list-style-type: none;
}
.social-icons li {
  /*margin-top: 16px;*/
  float: left;
}
.social-icons li:first-child {
  /*margin: 0;*/
}
.social-icons li a {
  display: inline-block;
  color: #6f6f6f;
  font-size: 11px;
  white-space: nowrap;
}
.social-icons li img {
  margin-right: 10px;
}
.social-icons li a:hover {
  color: #ff8439;
}
/* Flickr */
#flickr_badge_uber_wrapper {
  margin: 0 0 0 0px;
  overflow: hidden;
}
.flickr_badge_image {
  margin: 0 20px 20px 0px;
  float: left;
}
.flickr_badge_image a {
  display: inline-block;
}
#flickr_badge_wrapper {
  overflow: hidden;
}
#flickr_www,
#flickr_badge_source,
#flickr_badge_image10 {
  display: none;
}
/*contact-form2*/
.contact-form2 {
  margin: 0;
}
.contact-form2 label > strong {
  display: block;
  width: 35px;
  float: left;
  font-weight: normal;
  font-size: 11px;
  line-height: 30px;
  text-align: right;
  white-space: nowrap;
}
.contact-form2 input {
  background: #ebe9e5;
  color: #6f6f6f;
  height: 30px;
  padding: 7px 0 8px 10px;
  line-height: 15px !important;
  font-size: 12px;
  margin: 0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  float: right;
  width: 180px;
}
.contact-form2 label {
  min-height: 40px;
  position: relative;
  overflow: hidden;
  margin: 0;
  display: block;
}
.contact-form2 .error,
.contact-form2 .empty {
  display: none;
  position: relative;
  font-size: 11px;
  line-height: 14px;
  color: #9d261d;
  float: right;
  text-align: right;
  margin: 2px 0 4px 0px;
}
.contact-form2 .success {
  display: none;
  color: #6f6f6f;
  padding-bottom: 5px;
}
.contact-form2 textarea {
  background: #ebe9e5;
  height: 60px;
  font-size: 12px;
  padding: 7px 5px 7px 10px;
  margin: 0;
  resize: none;
  color: #6f6f6f;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  float: right;
  width: 180px;
}
.contact-form2 input:focus,
.contact-form2 textarea:focus {
  box-shadow: none;
  border-color: #181a18;
}
/*--- footer end ------*/
/*404 page*/
.block-404 {
  padding-top: 30px;
}
.block-404 .span8 {
  padding: 70px 0 77px 0;
  background: #ff8439;
  text-align: center;
}
.block-404 .span4 {
  background: #fff;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.03);
}
.block-404 .span4 > div {
  padding: 42px 30px 58px 30px;
}
.block-404 h2 {
  margin: 0 0 26px 0;
}
.block-404 h2 em {
  color: #f3a643;
  font-size: 36px;
  font-style: italic;
  line-height: 36px;
  display: block;
}
/* search-form */.form-404 {
  background: #f1f0ee;
  border-top: #d8d8d6 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 35px 0 0 0;
  padding: 0;
  overflow: hidden;
}
.form-404 input {
  background: none;
  border: none;
  box-shadow: none;
  line-height: 18px;
  width: 180px;
  float: left;
  margin: 0px;
  padding: 9px 10px 10px 10px;
}
.form-404 input:focus {
  box-shadow: none;
}
.form-404 a {
  margin: 0;
  display: inline-block;
  width: 38px;
  height: 39px;
  background: url(../img/search.png) 0 0 no-repeat;
  float: right;
}
.form-404 a:hover {
  background: url(../img/search.png) right 0 no-repeat;
}

/* Login and register*/
#signup, 
#login, 
#subscription,
#forgot,
#apply,
#comment-form,
#send-cv {color: black; width: 500px; padding-bottom: 2px; display:none; background: #FFF; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);}

#signup-header, 
#login-header, 
#forgot-header, #apply-header,
#send-cv-header { color: #FFF; background: url(../img/menu_item_bg.png); padding: 18px 18px 14px 18px; border-bottom: 1px solid #CCC; border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }

#signup-header  h2, 
#login-header h2,#apply-header  h2,
#forgot-header  h2,
#send-cv-header h2  { color: white; font-size: 2em; font-weight: 700; margin: 0px; /*text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);*/ }

#signup-header  p, 
#login-header p, 
#send-cv-header p { color: #444; font-size: 1.3em; margin: 0; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); text-shadow: none; }

#signup form,
#login form, 
#subscription form, 
#forgot form,
#apply form, 
#send-cv form {margin:0px;}

#signup .txt-fld, 
#login .txt-fld,  
#subscription .txt-fld, 
#forgot .txt-fld, #apply .txt-fld, 
#send-cv .txt-fld { clear:both; position: relative; /*width: 250px;*/ padding: 0 20px; border-bottom: 1px solid #EEE; text-align: right; margin-top: 10px; }

#signup .btn-fld, 
#login .btn-fld,  
#subscription .btn-fld, #apply .btn-fld,
#forgot .btn-fld,
#send-cv .btn-fld { clear:both; overflow: hidden; padding: 12px 20px; }

#signup .btn, 
#login .btn, 
#subscription .btn, 
#apply .btn, 
#forgot .btn, 
#send-cv .btn {color: white; background: #2488C7; margin:5px; float:right; box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);}

#signup .btn:hover, 
#login .btn:hover, 
#subscription .btn:hover, 
#apply .btn:hover,
#forgot .btn:hover, 
#send-cv .btn:hover {background: white; color: #2488C7; }

#signup .success, #send-cv .success {text-align: center; display: none; margin:20px; color: black;} 
#signup .error, #send-cv .error  {color:red;} 

#signup .txt-fld label, 
#login .txt-fld label, 
#subscription .txt-fld label, 
#apply .txt-fld label, 
#forgot .txt-fld label, 
#send-cv .txt-fld label { color:black; display: block; float: left; /*width: 90px; */padding-top: 12px; color: #222; font-size: 14px; text-align: left;  }

#signup .txt-fld input, 
#login .txt-fld input, 
#forgot .txt-fld input,
#subscription .txt-fld input, 
#apply .txt-fld input,
#send-cv .btn-fld input { color:black; margin: 9px; width: 244px; float: right;/*padding: 8px;*/ border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; font-size: 14px; color: #222; background: #F7F7F7; font-family: "Helvetica Neue"; outline: none; border-top: 1px solid #CCC; border-left: 1px solid #CCC; border-right: 1px solid #E7E6E6; border-bottom: 1px solid #E7E6E6; }


.txt-fld span {float: right; padding-top: 15px; color: red;}
.txt-fld p {color: #222;}

/*p.error { position: absolute; bottom: 48px; right: 20px; width: 262px; color: #FFF; font-size: 1.1em; padding-bottom: 5px; background: url(../img/error-arw.png) 20px bottom no-repeat; text-align: left; margin: 0; text-shadow: none; }
p.error span { display: inline-block; background: #D43636; padding: 6px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;  }*/
.txt-fld input:focus, .txt-fld textarea:focus { background-color: #FAF9DC; }

p.error {text-align: center; margin:20px; color:red;}

#subscription .txt-fld, 
#subscription .txt-fld input,  
#forgot .txt-fld, 
#forgot .txt-fld input,
#apply .txt-fld, 
#apply .txt-fld input,
#send-cv .txt-fld, 
#send-cv .txt-fld input  {text-align: center; width: 90%;}

.txt-fld input.good_input { background: #DEF5E1 url(../img/good.png) 236px center no-repeat; }
input.error_input { background: #FFB8B8 !important;}

#subscription .txt-fld input.good_input, 
#subscription .txt-fld input.error_input,
#forgot .txt-fld input.good_input, 
#forgot .txt-fld input.error_input {background-position: 95% center;}

.comment-btn {background: url(../img/comment-add.png) no-repeat 0 center; padding-left: 35px;}


/**/
/*----- media queries ------*/
@media (min-width: 1270px) {
  .main {
    max-width: 1230px;
  }

  .nav-collapse_ .nav > li {
    width: 166px;
  }

  .nav-collapse_ .nav > li > a {
    width: 164px;
  }
  .slider {
    height: 600px;
  }
  .thumbnails {
    margin: 0 0 0 -30px;
  }
  .contact-form2 textarea,
  .contact-form2 input {
    width: 230px;
  }
  .list-team, .list-clients {
    margin: 0 0 0 -30px;
  }
  .list-team li img{
    margin-right: 30px;
  }
  .list-team li, .list-clients li {
    margin: 30px 0 0 30px;
  }
  .list-project {
    margin: 0 0 0 -30px;
  }
  .list-project li img {
    margin-right: 30px;
  }
  .list-project li {
    margin: 30px 0 0 30px;
  }
  address > strong {
    width: 370px;
  }
  .form-404 input {
    width: 220px;
  }
  .block-404 h2 em {
    font-size: 56px;
    line-height: 56px;
  }
  .thumbnails .thumbnail {
    /*min-height: 400px;*/
    min-height: 300px;
  }
  .thumbnails_2 .thumbnail {
    min-height: 459px;
  }
}
@media (max-width: 1199px) {
  
}
@media (min-width: 980px) and (max-width: 1269px) {
  header {
    background: url(../img/menu-shadow-mid.png) no-repeat center bottom;
  }

  #video-div {
    height: 220px;
    width: 290px;
  }

  .nav-collapse_ .nav > li {
    width: 134px;
  }
  .nav-collapse_ .nav > li > a {
    margin-bottom: 0;
    font-weight: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 132px;
    font-size: 12px !important;
  }

  .slider {
    height: 480px;
  }
  #main .highlighted {
    height: 793px;
  }

  .thumbnails .thumbnail h2 {
    font-size: 26px !important;
  }

  .span12 #signup, 
  .span12 #login, 
  .span12 #subscription,
  .span12 #forgot,
  .span12 #apply,
  .span12 #send-cv {width: 450px;}

  address > strong {
    font-size: 20px;
    width: 290px;
  }

}
@media (min-width: 979px) {
  
}
@media (max-width: 979px) {

  .brand img {
      margin-left: 0px !important; 
      padding: 20px 0!important;
      max-width: 364px!important;
      width: 100%!important;
  }

  address > strong {
    float: none;
  }
  .contact-form input {
    width: 100%;
  }
  .contact-form .code input {
    width: 100px !important;
  }

  .span12 #signup, 
  .span12 #login, 
  .span12 #subscription,
  .span12 #forgot,
  .span12 #apply,
  .span12 #send-cv {width: 100%; margin-top: 20px !important; margin-left:0px !important; float:none !important;}

}
@media (min-width: 768px) and (max-width: 979px) {
  header {
    background: url(../img/menu-shadow-small.png) no-repeat center bottom;
  }

  #video-div {
    height: 180px;
    width: 220px;
  }
  /* navbar */
  .navbar_ .btn-navbar {
    display: none;
  }
  .navbar_ .nav-collapse_ {
    overflow: visible;
    height: auto;
    line-height: 0;
  }
  .nav-collapse_ .nav {
    display: inline-block;
    margin: 0 10px;
    line-height: 0;
  }
  .navbar_ .nav-collapse_ .nav > li {
    float: left;
  }

  .nav-collapse_ .nav > li {
    width: 100px;
  }
  .nav-collapse_ .nav > li > a {
    margin-bottom: 0;
    font-weight: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 98px;
    font-size: 10px !important;
  }
  /**/
  .slider {
    height: auto;
    min-height: 420px;
  }
  .thumbnails .span3 {
    width: 47%;
  }
  h2 {
    font-size: 30px;
  }
  .list-news li img {
    float: none;
    margin-bottom: 20px;
  }
  .flickr_badge_image a {
    height: 50px;
    width: 50px;
  }
  .contact-form2 textarea,
  .contact-form2 input {
    width: 127px;
  }
  .list-team li img, .list-clients li img {
    float: none;
    margin: 0;
  }
  .list-project li img {
    float: none;
    margin: 0;
  }
  .dl-horizontal dd {
    overflow: visible;
  }
  .list-blog li img {
    width: 150px;
    height: 150px;
  }
  .form-404 input {
    width: 110px;
  }
  .thumbnails .thumbnail {
    min-height: 363px;
  }
  .thumbnails_2 .thumbnail {
    min-height: 483px;
  }
  #main .highlighted {
    display: none;
  }
}
@media (max-width: 767px) {

  #video-div {
    height: auto !important;
    width: 99%;
  }

  #signup, 
  #login, 
  #subscription,
  #forgot,
  #apply,
  #send-cv {width: 90%; float:none !important;}

  body {
    padding: 0;
    margin: 0;
  }
  .container {
    padding: 0 20px;
  }
  .mnav {
    display: block;
  }
  .navbar_ .nav {
    display: none !important;
  }
  .navbar_ .btn-navbar {
    display: none;
  }
  .navbar_ .nav-collapse {
    overflow: visible;
  }
  .navbar_ .nav-collapse {
    height: auto;
    padding: 15px 0;
  }
  .navbar_ .nav-collapse select {
    width: 100%;
    position: relative;
    margin: 0;
  }
  .slider {
    height: auto;
    min-height: 200px;
  }
  /**/
  .thumbnails {
    margin: 0;
  }
  .thumbnails .thumbnail {
    padding-top: 30px;
  }
  .thumbnails .thumbnail h2 {
    margin: 20px 0 20px;
  }
  .indent-2 {
    padding-right: 0;
  }
  .contact-form2 textarea,
  .contact-form2 input {
    width: 85%;
  }
  .form-404 input {
    width: 70%;
  }
  .float {
    float: right !important;
  }
  .float2 {
    float: none !important;
    margin: 0;
  }
  .thumbnails .thumbnail {
    min-height: inherit;
  }
  .highlighted {
    display: none;
  }

  li {
    text-indent: 10px !important;
  }
}
@media (min-width: 626px) and (max-width: 767px) {
  .indent-3 {
    float: left;
    margin-right: 20px;
  }
  .list-team li, .list-clients li {
    width: 45%;
  }
  .list-team li img, .list-clients li img {
    height: 120px;
    width: 120px;
  }
  .list-project li {
    width: 45%;
  }
  .list-project li img {
    height: 120px;
    width: 120px;
  }
  .thumbnails_2 {
    margin-left: -25px;
  }
  .thumbnails_2 .span4 {
    float: left;
    margin-left: 25px;
    width: 45%;
  }
  .list-blog li img {
    width: 150px;
    height: 150px;
  }
  .thumbnails_2 .thumbnail {
    min-height: 478px;
  }
  .highlighted {
    display: none !important;
  }
}
@media (max-width: 625px) {
  .header-block h1.brand a {
    float: none;
  }
  .header-block h1.brand span {
    display: block;
    text-align: right;
    margin: 0 16px 0 0;
  }
  .navbar-form input {
    width: 170px;
  }
  .indent-3 {
    width: 100%;
  }
  .img-indent2 {
    width: 100%;
    float: none;
    margin: 0 0 15px 0;
  }
  .list-blog li img {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .thumbnails_2 .thumbnail {
    min-height: inherit;
  }
  .highlighted {
    display: none !important;
  }
}
@media (min-width: 482px) and (max-width: 625px) {
  .highlighted {
    display: none !important;
  }
  
}
@media (max-width: 481px) {
  .navbar-form {
    display: none;
  }
  .header-links {
    margin-top: 50px;
  }
  .flickr_badge_image a {
    height: 75px;
    width: 75px;
  }
  footer .span12 span {
    display: none;
  }
  footer .span12 em {
    display: block;
  }
  .highlighted {
    display: none;
  }
  table td {
    display: block;
  }
}
@media (min-width: 320px) and (max-width: 481px) {
  #main .highlighted {
    display: none !important;
  }

  
}
@media (max-width: 355px) {
  .header-links {
    display: none;
  }
  .list-news li img {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }
  .list-team li img, .list-clients li img {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }
  .list-project li img {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }
  .highlighted {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .highlighted {
    display: none !important;
  }  
}
/*Core variables and mixins*/
.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;
}

/*Custom Mods*/

.span4 h2,
.brand img,
.span8 h2,
.span9 h2,
.span3 h2,
.span7 h2,
.span5 h2,
.span12 h2 
{
    text-align: center;
    -webkit-box-shadow: 0 0px 15px #131313;
    -moz-box-shadow: 0 0px 15px #131313;
    box-shadow: 0 0px 15px #131313;
    border-radius: 0px 30px 0px 30px;
    color: black;
    background: #d1d1d1;
    
    
}

.brand img {
  margin-left: 10px;
  padding: 20px;
  max-width: 364px;
  width: 100%;
}

.span4 h2,
.span8 h2,
.span7 h2,
.span5 h2,
.span9 h2,
.span3 h2,
.span12 h2 {
  color: black;
  padding: 20px 0;
  background: #D1D1D1 url(../img/menu_item_hover3.png) center top repeat-x !important;
  margin-top: 20px;
}

header {
  margin-top: 10px;
}


address {
  margin: 20px 0 20px 20px;
}

.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/menu_item_hover3.png) 0 0 repeat-x !important;
  color: black !important;
 }

.nav-collapse_ .nav > li > ul li > a:hover, 
.nav-collapse_ .nav > li > ul li.active > a, 
.nav-collapse_ .nav > li > ul li.sfHover > a {
  background: #BDBDBD url(../img/menu_item_hover3.png) 0 0 repeat-x !important;
}



.slider {
  background: url(../img/shadow.png) no-repeat center bottom; 
  padding-bottom: 45px;
}




/*button {
  float: right;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background: #2488C7; 
  border: none;
  width: auto;
  overflow: visible;
  font-size: 1.4em;
  color: #FFF;
 padding: 7px 10px;  border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; font-weight: bold; text-shadow: 0 1px 0 rgba(0,0,0,0.4);}*/
        
.modal_close { position: absolute; top: 15px; right: 12px; display: block; width: 26px; height: 26px; background: url(../img/modal_close.png); z-index: 2; }

.file-choose {
      position: absolute;
      margin-left: -150px;
      opacity: 0;
      filter: alpha(opacity=0);
      -moz-transform: translate(-60px, 0) scale(1.5);
      right: 0;
      border-left: solid 250px;
      cursor: pointer;
      direction: ltr;
      outline: none;
      margin-top: -22px;
}

ul.comments li {margin: 0; padding: 0; list-style: none; position: relative; clear: both;}
ul.comments .avatar {float: left; margin-right: 20px;}
ul.comments .comment-author {padding: 15px 0 0; margin: 0;}
ul.comments .comment-author span {display: inline-block;}
ul.comments .commententry p {margin-left: 80px;}
ul.comments .sub-comments {margin-left: 80px;}
ul.comments .comment-author span.comment-time { font-size: 10px; margin: -5px 0 3px 0; display: block; font-style: italic; }
ul.comments a.reply {margin-left: 80px; margin-top: -15px; display: block; font-size: 12px; width: 70px; padding-left: 17px; background: url(../img/comment-add-15.png) no-repeat 0 center;}

blockquote p {
  margin-bottom: 0;
  /*font-size: 14px;*/
  font-weight: 300;
  line-height: 25px;
  font-style: italic;
  /*color: white;*/
}

.pagination ul > li > a {
  color: #2488C7; 
  border: none;
  background-color: #f4f3f1;
  border-left: 1px solid #dddddd;
}

.pagination ul > li:first-of-type > a {
  color: #2488C7; 
  border: none;
  border-left: none;
}

.pagination ul > li > a:hover {
  background-color: rgb(0, 122, 255);
  color: white;
}

.pagination ul > li > a.inactive {
  background-color: rgb(0, 122, 255);
  color: white;
}

.totop{
  bottom: 80px;
  position: fixed;
  right: 24px;
  display:none;
  }

a#gantry-totop{
  z-index:999;
  background:url(../img/scroll-to-top.png) top left no-repeat;
  display:block;
  width: 61px;
  height: 61px;
  text-indent:-9999em;
  font-size:1px;
  line-height:1px;

  }

table.table {clear: both;}
table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
}

table.table thead .sorting { background: url('../img/sort_both.png') no-repeat center right; }
table.table thead .sorting_asc { background: url('../img/sort_asc.png') no-repeat center right; }
table.table thead .sorting_desc { background: url('../img/sort_desc.png') no-repeat center right; }

table.table thead .sorting_asc_disabled { background: url('../img/sort_asc_disabled.png') no-repeat center right; }
table.table thead .sorting_desc_disabled { background: url('../img/sort_desc_disabled.png') no-repeat center right; }

div.gallery-wrapper {
  border: 2px solid white;
  min-height: 150px;
}

div.gallery-wrapper img {
  width: 150px !important;
  height: auto !important;
}

#slider-code { height: 160px; overflow:hidden; position: relative;}
#slider-code .viewport { float: left; width: 90%; height: 160px; overflow: hidden; position: relative; margin: 0 50px; }
#slider-code .buttons {z-index: 200; height: 45px; width: 50px; display: block; margin-top: -17px; float: left; position: absolute; top: 50%; background: url(../img/buttons.png) no-repeat transparent;}
#slider-code .next { right: 5px; background-position: 0 -45px; }
#slider-code .prev { background-position: 0 0; }
#slider-code .disable { visibility: hidden; }
#slider-code .overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0; }
#slider-code .overview li{ float: left; margin: 0 20px 0 0; padding: 1px; height: 150px; width: 200px; }
#slider-code .overview li img {width: auto; height: 140px; border: 1px solid;}

#content .container .container {padding: 0px;}

.library-links {margin-left: 3px;}
.library-links li {list-style: none}
.library-links a {
  display: block;
  padding: 5px 0 5px 15px;
  border-bottom: 1px dotted;
  background: url(http://azlogic.az/wp-content/themes/azlogic/images/arrow-right-grey.png) no-repeat 0;
}
.library-links a span {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/Pdf-32.png) no-repeat center center;
  vertical-align: middle;
  margin-right: 5px;
}
