body,
body *{
    font-family: 'Roboto', sans-serif !important;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
/*------ template stylization ------*/
/* headings, text */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  color: #383838;
  font-weight: bold;
  line-height: 1.2em;
}
h1 {
color: #2e91db;
font-size: 32px;
font-weight: 500;
margin-bottom: 15px;
border-bottom: 1px solid #2e91db;
padding-bottom: 10px;
}
header h1{
    border:none !important;
}
h2 {
  font-size: 17px;
  letter-spacing: -1px;
  margin: 0;
  margin-bottom: 10px;
}
h2.upper > strong {
  display: block;
  margin-top: -5px;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  text-transform: none;
}
h3 {
  font-size: 15px;
  letter-spacing: -1px;
  margin: 0 0 10px 0;
}
h3 > strong {
  display: block;
  margin-top: -5px;
  font-weight: bold;
}
h4 {
  font-size: 13px;
  letter-spacing: -1px;
}
h5 {
  font-size: 15px;
  letter-spacing: -1px;
  margin: 4px 0 9px 0;
}
p {
  margin-bottom: 20px;
}
.lead {
  font-family: "Open Sans", sans-serif;
  color: #3993d9;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
}
.text-info {
  color: #3993d9;
}
.link {
  font-family: "Open Sans", sans-serif;
  color: #3993d9;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.link-2 {
  color: #717171;
}
.link-2:hover {
  color: #3993d9;
}
.upper {
  text-transform: uppercase;
}
.upper h3 {
  margin-top: -8px;
}
.top-0 {
  margin-top: 0 !important;
}
.bot-0 {
  margin-bottom: 0 !important;
}
.last {
  margin-right: 0 !important;
}
.indent-1 {
  margin: 42px 0 42px 0;
}
.indent-2 {
  margin: 46px 0 42px 0;
}
.indent-3 {
  margin-top: 46px;
}
.img-indent {
  margin-bottom: 25px;
}
.img-indent2 {
  margin: 4px 25px 6px 0;
}
.extra-wrap {
  overflow: hidden;
}
ul.list {
  margin: 0;
  list-style: none;
}
ul.list li {
  padding: 3px 0 4px 23px;
  background: url(../img/list.gif) 0 10px no-repeat;
  font-size: 13px;
  line-height: 20px;
}
/**/
/* buttons*/
.btn_ {
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#ebebeb));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: linear-gradient(to bottom, #f9f9f9, #ebebeb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffebebeb', GradientType=0);
  border: none;
  border-bottom: #d3d3d3 1px solid;
  text-shadow: none;
  font-size: 12px;
  line-height: 15px;
  color: #393939;
  text-decoration: none;
  padding: 8px 20px 9px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  margin-top: 20px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-large_ {
  padding: 18px 27px 19px 27px;
  background-color: #fdfdfd;
  background-image: -moz-linear-gradient(top, #ffffff, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #ffffff, #f9f9f9);
  background-image: -o-linear-gradient(top, #ffffff, #f9f9f9);
  background-image: linear-gradient(to bottom, #ffffff, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff9f9f9', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-small_ {
  padding: 8px 18px 8px 18px;
  background-color: #4a4a4a;
  background-image: -moz-linear-gradient(top, #535353, #3c3c3c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#535353), to(#3c3c3c));
  background-image: -webkit-linear-gradient(top, #535353, #3c3c3c);
  background-image: -o-linear-gradient(top, #535353, #3c3c3c);
  background-image: linear-gradient(to bottom, #535353, #3c3c3c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff535353', endColorstr='#ff3c3c3c', GradientType=0);
  border-bottom: #3c3c3c 1px solid;
  color: #ffffff;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn_:hover {
  color: #fff;
  background: #3993d9;
  border-bottom: #3993d9 1px solid;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
/**/
/*----------- Back to top --------------*/
#toTop {
  display: none;
  width: 37px;
  height: 37px;
  overflow: hidden;
  background: url('../img/totop.png') center top no-repeat;
  position: fixed;
  margin-right: -640px !important;
  right: 50%;
  bottom: 40px;
  z-index: 999;
}
#toTop:hover {
  background-position: 0 bottom;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/*------ header ------- */
header {
  padding: 20px 0 0px 0;
  background: url('../img/header.jpg') 0 0 repeat-x #dfdfdf;
  position: relative;
  z-index: 999;
}
h1.brand a {
  display: inline-block;
  float: left;
  color: #383838;
  font-size: 45px;
  text-decoration: none;
  letter-spacing: -2px;
  line-height: 54px;
}
h1.brand span {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #6f6f6f;
  font-weight: normal;
  border-left: #c2c2c2 1px solid;
  padding: 10px 0 10px 15px;
  margin: 14px 0 0 18px;
  float: left;
  letter-spacing: 0;
}
.phone {
  float: right;
  display: inline-block;
  margin: 0;
}
.phone > span {
  color: #558bc9;
}
.social-icons {
  float: right;
  display: inline-block;
  margin: -8px 0 0 12px;
}
.social-icons li {
  float: left;
  display: inline-block;
  margin-left: 2px;
}
.social-icons li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* navbar */
.navbar_ {
  margin: 2px 0 0 0;
}
.navbar_ .navbar-inner_ {
  padding: 0 8px 0 0;
  margin: 0;
  background-color: #4b4b4b;
  background-image: -moz-linear-gradient(top, #535353, #3f3f3f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#535353), to(#3f3f3f));
  background-image: -webkit-linear-gradient(top, #535353, #3f3f3f);
  background-image: -o-linear-gradient(top, #535353, #3f3f3f);
  background-image: linear-gradient(to bottom, #535353, #3f3f3f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff535353', endColorstr='#ff3f3f3f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
/*nav*/
.navbar_ .container {
  position: relative;
}
.nav-collapse_ .nav li {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
}
.nav-collapse_ .nav > li {
  border-right: #595959 1px solid;
}
.nav-collapse_ .nav > li > a{
    text-transform: uppercase;
}
.nav-collapse_ .nav li a {
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  font-weight: normal;
  text-shadow: none;
}
.nav-collapse_ .nav > li > a {
  padding: 23px 25px 23px 25px;
  margin-bottom: 0;
  font-weight:500;
}
.nav-collapse_ .nav > li.li-first a {
  padding: 22px 17px 23px 20px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-collapse_ .nav > li.sfHover,
.nav-collapse_ .nav > li:hover,
.nav-collapse_ .nav > li.active,
.nav-collapse_ .nav > li.active {
  border-right: #3a9df7 1px solid;
}
.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 {
  box-shadow: none;
  color: #ffffff;
  background: url('../img/li-active.jpg') 0 0 repeat-x #558bc9;
}
.sub-menu > a {
  position: relative;
}
.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: url('../img/li-marker.gif') left top no-repeat;
  width: 9px;
  height: 4px;
  right: 15px;
  top: 50%;
  margin-top: -3px;
}
.nav-collapse_ .nav ul {
  position: absolute;
  display: none;
  width: 168px;
  left: 0px;
  top: 60px;
  list-style: none;
  zoom: 1;
  z-index: 9;
  background: url('../img/nav-ul.jpg') 0 0 repeat-x #383838;
  padding: 20px 0 24px 0;
  margin: 0;
}
.nav-collapse_ .nav ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 15px;
  padding: 7px 10px 8px 28px;
  background: none;
}
.nav-collapse_ .nav > li > ul li > a:hover,
.nav-collapse_ .nav > li > ul li.sfHover > a {
  text-decoration: none;
  background: #3ea5f7;
}
.nav-collapse_ .nav ul ul {
  position: absolute;
  display: none;
  width: 168px;
  left: 158px;
  top: -20px;
  height: auto;
  list-style: none;
  z-index: 111;
  background: url('../img/nav-ul.jpg') 0 0 repeat-x #383838;
  padding: 20px 0 24px 0;
  margin: 0;
}
/**/
/* search-form */.navbar-form {
 background: url('../img/form-search.jpg') 0 0 repeat-x #a5a5a5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 3px;
margin-top: 0;
float: right;
behavior: url('js/PIE.htc');
position: relative;
}
.navbar-form input {
  margin: 0 0 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f4f4f4;
  border: none;
  margin: 0;
  box-shadow: none;
  height: 19px;
  width: 170px;
  float: left;
  behavior: url('js/PIE.htc');
  position: relative;
}
.navbar-form input:focus {
  box-shadow: none;
}
.navbar-form a {
  margin: 0;
  display: inline-block;
  width: 32px;
  height: 27px;
  background: url('../img/search.png') 0 0 no-repeat;
  float: right;
}
.navbar-form a:hover {
  background: url('../img/search.png') 0 bottom no-repeat;
}
/**/
/*--- header end ------*/
/*------ content ------- */
#content {
  background: #f3f3f3;
  padding-bottom: 46px;
}
/* slider */
.slider {
  position: relative;
  z-index: 1;
  margin: 32px 0 0 0;
  padding: 0;
}
.slider {
  height: 344px;
  overflow: hidden;
}
.camera_wrap {
  margin-bottom: 0 !important;
} .product-page  .camera_wrap  {margin-bottom:40px !important}
.camera_thumb {
  width: 150px;
  height: auto;
}
.camera_wrap .camera_pag {
  position: absolute;
  bottom: 41px;
  left: 450px;
  z-index: 999;
} .product-page .camera_wrap .camera_pag {position:static; padding-top:15px; margin-bottom:35px;}
.camera_wrap .camera_pag .camera_pag_ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
  display: none;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  background: #c4c4c4;
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  margin-right: 7px;
  cursor: pointer;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover {
  background: #434343;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
  background: #434343;
  cursor: default;
}
.camera_caption {
  top: 0px;
  left: 0px;
  display: block;
  position: absolute;
  width: 100%;
}
.camera_caption > div {
  padding: 45px 0 0 445px;
}
.camera_caption h1 {
  margin: 0;
}
.camera_caption h2 {
  color: #558bc9;
  margin: -1px 0 0 0;
}
.camera_caption h3 {
  font-weight: 600;
  margin: -5px 0 0 0;
}
.camera_caption a {
  margin-top: 23px;
}
/* thumbnails */
.thumbnails {
  margin-bottom: 0;
}
.thumbnails li {
  margin-bottom: 0px;
}
.thumbnails .thumbnail {
  background-color: #4a4a4a;
  background-image: -moz-linear-gradient(top, #535353, #3c3c3c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#535353), to(#3c3c3c));
  background-image: -webkit-linear-gradient(top, #535353, #3c3c3c);
  background-image: -o-linear-gradient(top, #535353, #3c3c3c);
  background-image: linear-gradient(to bottom, #535353, #3c3c3c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff535353', endColorstr='#ff3c3c3c', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  margin: 32px 0 0 0;
  padding: 0;
  box-shadow: none;
}
.thumbnails .thumbnail p {
  min-height: 140px;
}
.thumbnails .thumbnail .caption {
  padding: 27px 20px 26px 26px;
  color: #9d9d9d;
}
.thumbnails .thumbnail img {
  float: left;
  margin: 6px 0 0 0;
}
.thumbnails .thumbnail h3 {
  color: #ffffff;
  overflow: hidden;
  margin: 0 0 14px 0;
  font-size: 22px;
}
.thumbnails .thumbnail h3 span {
  display: block;
  margin-top: -5px;
}
.thumbnails .thumbnail p {
  margin-bottom: 8px;
}
.thumbnails .thumbnail p.pad-bot-1 {
  margin-bottom: 8px;
}
.thumbnails .thumbnail .caption a.btn_ {
  margin-top: 0;
}
/**/
/* thumbnails_2 */
.thumbnails_2 {
  margin: 0 0 0 -25px;
}
.thumbnails_2 li.thumbnail_2 {
  background: #e7e7e7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  margin: 0px 0px 27px 25px;
  padding: 0;
  display: block;
  width: 190px;
  float: left;
}
.thumbnails_2 .thumbnail_2 .caption {
  color: #717171;
  padding: 15px 15px 13px 15px;
}
.thumbnails_2 .thumbnail_2 img {
  margin: 0px 0 10px 0;
  width: 100%;
}
/**/
/* thumbnail_3 */
.thumbnails_3 {
  margin: 0 0 0 0px;
}
.thumbnails_3 .thumbnail_3 {
  margin: 4px 0 26px 0px;
}
.thumbnails_3 .thumbnail_3 {
  background: #e7e7e7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  display: block;
}
.thumbnails_3 .thumbnail_3 .caption {
  color: #717171;
  padding: 20px 20px 15px 20px;
}
.thumbnails_3 .thumbnail_3 img {
  margin: 0px 0 13px 0;
  width: 100%;
}
/**/
/*list-solutions*/
.list-solutions {
  margin: 0 0 0 0;
}
.list-solutions li {
  display: block;
  border-top: 1px dotted #9d9d9d;
  padding-top: 26px;
  margin-top: 23px;
}
.list-solutions li:first-child {
  border-top: none;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.list-solutions li a {
  display: inline-block;
  background: url('../img/marker.gif') 0 7px no-repeat;
  padding-left: 20px;
}
.list-solutions li span {
  display: block;
  margin-top: 8px;
}
/**/
/*list-number*/
.list-number {
  margin: 0px 0 0 0;
}
.list-number li {
  display: block;
  border-top: 1px dotted #9d9d9d;
  padding-top: 25px;
  margin-top: 13px;
  overflow: hidden;
}
.list-number li:first-child {
  border-top: none;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.list-number li span {
  display: block;
  width: 51px;
  height: 67px;
  background: url('../img/number-bg.png') 0 0px no-repeat;
  font-weight: bold;
  font-size: 35px;
  line-height: 52px;
  text-align: center;
  color: #ffffff;
  float: left;
  margin: 4px 20px 0 0;
}
.list-number li div {
  overflow: hidden;
}
/**/
/*list-testimonials*/
.list-testimonials {
  margin: 0;
  padding-top: 3px;
}
.list-testimonials li {
  overflow: hidden;
  margin-top: 25px;
  position: relative;
}
.list-testimonials li:first-child {
  margin-top: 0px;
}
.list-testimonials li blockquote {
  background: url('../img/testimonials.jpg') 0px bottom repeat-x #f1f1f1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: #e9e9e9 1px solid;
  padding: 0;
  margin: 0 0 9px 0;
  position: relative;
  display: block;
}
.list-testimonials li blockquote em {
  content: " ";
  width: 35px;
  height: 21px;
  background: url('../img/corner.png') 0px 0px no-repeat;
  position: absolute;
  bottom: -21px;
  left: 63px;
  display: block;
}
.list-testimonials li blockquote span {
  display: block;
  background: url('../img/blockquote-2.png') 20px 15px no-repeat;
  padding: 20px 20px 26px 32px;
}
.list-testimonials li blockquote::before,
.list-testimonials li blockquote::after {
  display: none;
}
.list-testimonials li a {
  float: right;
  display: inline-block;
}
/**/
/*list-services*/
.list-services {
  margin: 0 0 0 0;
}
.list-services li {
  display: block;
  overflow: hidden;
  margin-top: 20px;
}
.list-services li:first-child {
  margin-top: 0 !important;
}
.list-services li > div {
  overflow: hidden;
}
.list-services li img {
  float: left;
}
/**/
/*list-blog*/
.list-blog {
  margin: 0 0 0 0;
}
.list-blog li {
  display: block;
  overflow: hidden;
  margin-top: 59px;
}
.list-blog li:first-child {
  margin-top: 0 !important;
}
.list-blog li .date {
  margin-bottom: 10px;
}
.list-blog li .date-block {
  background: url(../img/number-bg.png) 0 0 no-repeat;
  width: 51px;
  height: 61px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  float: left;
  padding-top: 6px;
  margin: 4px 19px 0px 0;
}
.list-blog li .date-block span {
  display: block;
  margin-top: -4px;
}
.list-blog li > div {
  overflow: hidden;
}
.list-blog li img {
  float: left;
}
/**/
/*testimonials*/
.testimonials {
  margin-top: 42px;
  background-color: #e1e1e1;
  background-image: -moz-linear-gradient(top, #e2e2e2, #e0e0e0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e2e2e2), to(#e0e0e0));
  background-image: -webkit-linear-gradient(top, #e2e2e2, #e0e0e0);
  background-image: -o-linear-gradient(top, #e2e2e2, #e0e0e0);
  background-image: linear-gradient(to bottom, #e2e2e2, #e0e0e0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe2e2e2', endColorstr='#ffe0e0e0', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.testimonials h4 {
  text-transform: uppercase;
  color: #ffffff;
  background-color: #558bc9;
  background-image: -moz-linear-gradient(top, #6a99cf, #598ecb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6a99cf), to(#598ecb));
  background-image: -webkit-linear-gradient(top, #6a99cf, #598ecb);
  background-image: -o-linear-gradient(top, #6a99cf, #598ecb);
  background-image: linear-gradient(to bottom, #6a99cf, #598ecb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6a99cf', endColorstr='#ff598ecb', GradientType=0);
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  display: block;
  padding: 18px 10px 18px 23px;
  margin: 0;
}
.testimonials blockquote {
  background: url('../img/blockquote.png') 14px 15px no-repeat;
  color: #717171;
  border: none;
  margin: 0;
  padding: 35px 10px 15px 26px;
}
.testimonials blockquote p {
  font-size: 12px;
  line-height: 20px;
  padding-bottom: 10px;
}
/**/
/* form newsletter */
form#newsletter {
  margin: 27px 0 0 0;
  background-color: #e1e1e1;
  background-image: -moz-linear-gradient(top, #e2e2e2, #e0e0e0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e2e2e2), to(#e0e0e0));
  background-image: -webkit-linear-gradient(top, #e2e2e2, #e0e0e0);
  background-image: -o-linear-gradient(top, #e2e2e2, #e0e0e0);
  background-image: linear-gradient(to bottom, #e2e2e2, #e0e0e0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe2e2e2', endColorstr='#ffe0e0e0', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding: 30px 23px 36px 26px;
}
form#newsletter input {
  margin: 0 0 0px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  border-bottom: #d1d1d1 1px solid;
  background: #f4f4f4;
  margin: 0;
  box-shadow: none;
  height: 33px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  behavior: url('js/PIE.htc');
  position: relative;
}
form#newsletter input:focus {
  box-shadow: none;
}
form#newsletter span {
  font-family: "Open Sans", sans-serif;
  color: #383838;
  font-weight: bold;
  line-height: 1.2em;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: -1px;
  margin-bottom: 22px;
  display: block;
}
/**/
/*-- contacts page --*/
.map iframe {
  width: 100%;
  height: 374px;
  border: none;
}
address {
  padding-top: 20px;
}
address strong {
  font-weight: normal;
  color: #3993d9;
}
address span {
  display: inline-block;
  width: 76px;
}
.contact-form input {
  color: #717171;
  height: 38px;
  line-height: 15px;
  width: 368px;
  padding: 12px 0 11px 15px;
  margin: 0;
  border: #d6d6d6 1px solid !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: none;
  float: left;
}
.contact-form label {
  min-height: 46px;
  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: #9d261d;
  float: left;
  margin: 2px 0 4px 10px;
  min-width: 200px;
}
.contact-form .success {
  display: none;
  color: #1c2129;
  padding-bottom: 5px;
}
.contact-form textarea {
  width: 100%;
  height: 308px;
  padding: 6px 0 0 15px;
  margin: 0;
  resize: none;
  color: #717171;
  border: #d6d6d6 1px solid !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: none;
  float: left;
}
.contact-form input:focus,
.contact-form textarea:focus {
  box-shadow: none;
}
.contact-form .btn_ {
  margin: 29px 0 0 16px;
}
/*privacy*/
.privacy-float {
  float: left;
}
.privacy-float2 {
  float: right;
}
/**/
/*404 page*/
.block-404 .span8 {
  padding-top: 65px;
  text-align: center;
}
.block-404 h3 {
  margin-bottom: 24px;
}
.form-404 {
  width: 100%;
  overflow: hidden;
  margin-top: 24px;
}
.form-404 input {
  float: left;
  height: 32px;
  width: 211px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  border: #d6d6d6 1px solid !important;
}
.form-404 input:focus {
  box-shadow: none;
}
.form-404 .btn_ {
  float: right;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 79px;
}
/**/
/*-- end contacts --*/
/*--- content end ------*/
/*------ footer ------- */
footer {
  padding: 38px 0 42px 0;
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #dfdfdf, #efefef);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dfdfdf), to(#efefef));
  background-image: -webkit-linear-gradient(top, #dfdfdf, #efefef);
  background-image: -o-linear-gradient(top, #dfdfdf, #efefef);
  background-image: linear-gradient(to bottom, #dfdfdf, #efefef);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffefefef', GradientType=0);
  behavior: url('js/PIE.htc');
  position: relative;
}
footer a {
  color: #717171 !important;
}
footer a:hover {
  text-decoration: underline;
}
/*--- footer end ------*/


.white-popup {
  position: relative;
  background: #FFF;
  padding: 00px;
  width: auto;
  max-width: 900px;
  margin: 20px auto;
}

.visible_mobile{
    display:none;
}

/*----- media queries ------*/
@media (min-width: 1200px) {
  .slider {
    height: 428px;
  }
  .camera_caption > div {
    padding: 85px 0 0 645px;
  }
  .camera_caption h1 {
    font-size: 80px;
    line-height: 96px;
    letter-spacing: -3px;
    margin: 0;
  }
  .camera_caption h2 {
    color: #558bc9;
    margin: -1px 0 0 0;
    font-size:30px;
  }
  .camera_caption h3 {
    font-weight: 600;
    margin: -5px 0 0 0;
    font-size:22px;
  }
  .camera_caption a {
    margin-top: 23px;
  }
  .camera_wrap .camera_pag {
    left: 645px;
  }
  .camera_wrap .camera_pag .camera_pag_ul li {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .thumbnails .thumbnail p.pad-bot-1 {
    margin-bottom: 28px;
  }
  .thumbnails .thumbnail h3 {
    font-size: 25px;
  }
  .thumbnails .thumbnail p {
    min-height: 0px !important;
    margin:0; line-height:20px;
  }
  .thumbnails_2 li.thumbnail_2 {
    width: 240px;
  }
  /**/
  .form-404 input {
    width: 282px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  
}
@media (min-width: 979px) {
  
}
@media (max-width: 979px) {
  .thumbnails .thumbnail p {
    min-height: 0px !important;
  }
  .thumbnails .thumbnail h3 span {
    display: inline;
    margin-top: 0px;
  }
  h3 > strong {
    display: inline;
  }
  /**/
  .list-services li > div {
    overflow: visible;
  }
  /**/
  .form-404 input {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .slider {
    height: 265px;
  }
  /* navbar */
  .navbar-inner_ .btn-navbar {
    display: none;
  }
  .navbar-inner_ .nav-collapse {
    overflow: visible;
    height: auto;
  }
  .navbar-inner_ .nav-collapse_ .nav > li {
    border-right: #595959 1px solid;
    line-height: 15px;
    float: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .nav-collapse_ .nav li a {
    font-size: 12px;
    line-height: 15px;
    color: #ffffff;
    font-weight: normal;
    text-shadow: none;
  }
  .nav-collapse_ .nav > li > a {
    padding: 23px 14px 24px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
  }
  .nav-collapse_ .nav > li.li-first a {
    padding: 22px 10px 24px 10px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
  }
  .nav-collapse_ .nav > li.sfHover,
  .nav-collapse_ .nav > li:hover,
  .nav-collapse_ .nav > li.active,
  .nav-collapse_ .nav > li.active {
    border-right: #3a9df7 1px solid;
  }
  .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 {
    box-shadow: none;
    color: #ffffff;
    background: url('../img/li-active.jpg') 0 0 repeat-x #558bc9;
  }
  .nav-collapse_ .nav > li.sub-menu > a:before {
    content: " ";
    position: absolute;
    background: url('../img/li-marker.gif') left top no-repeat;
    width: 9px;
    height: 4px;
    right: 50%;
    top: 50%;
    margin: 10px -7px 0 0;
  }
  /**/
  /* slider */
  .camera_caption > div {
    padding: 45px 0 0 345px;
  }
  .camera_caption h1 {
    margin: 0;
  }
  .camera_caption h2 {
    font-size: 25px;
  }
  .camera_caption h3 {
    display: none;
  }
  .camera_caption a {
    margin-top: 13px;
    padding: 8px 17px 9px 17px;
  }
  .camera_wrap .camera_pag {
    left: 350px;
  }
  .camera_wrap .camera_pag .camera_pag_ul li {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
  /* */
  .thumbnails .span3 {
    width: 352px;
  }
  .thumbnails .thumbnail p.pad-bot-1 {
    margin-bottom: 28px;
  }
  .testimonials h4 {
    padding: 18px 10px 18px 13px;
  }
  .testimonials blockquote {
    padding: 35px 10px 15px 16px;
  }
  form#newsletter {
    padding: 30px 16px 36px 16px;
  }
  .thumbnails_2 li.thumbnail_2 {
    width: 220px;
  }
  /**/
  .list-blog li img {
    float: none;
    width: 100%;
  }
}


@media all and (max-width: 767px) {
   
  .slider {
    height: auto;
  }
  body {
    padding: 0;
    margin: 0;
  }
  .container {
    padding: 0 20px;
  }
  .phone {
    float: right;
  }
  /* navbar */
  .navbar_ .navbar-inner_ {
    padding: 0 8px 12px 8px;
  }
  .navbar_ .nav-collapse_ {
    width: 100%;
    position: absolute;
    left: 0;
    top: 62px;
  }
  .navbar_ .btn {
    display: inline-block;
    float: left;
    background: url('../img/li-marker.gif') center 30px no-repeat;
    padding: 10px 20px 15px 20px;
    text-shadow: none;
    color: #ffffff;
    box-shadow: none;
    border: none;
  }
  .navbar_ .btn:hover {
    background-color: #41aaf7;
  }
  .nav-collapse_ .nav {
    position: relative;
    zoom: 1;
    z-index: 999;
    width: 168px;
    background: url('../img/nav-ul.jpg') 0 0 repeat-x #383838;
    padding: 20px 0 24px 0;
    margin: 0;
  }
  .nav-collapse_ .nav > li {
    line-height: 15px;
    border-right: none;
  }
  .nav-collapse_ .nav li a {
    font-size: 11px;
    line-height: 15px;
    color: #ffffff;
    font-weight: normal;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
  }

  .nav-collapse_ .nav > li.li-first a {
    padding: 7px 10px 8px 28px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .nav-collapse_ .nav > li.sfHover,
  .nav-collapse_ .nav > li:hover,
  .nav-collapse_ .nav > li.active,
  .nav-collapse_ .nav > li.active {
    border-right: none;
  }
  .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 {
    box-shadow: none;
    color: #ffffff;
    background-color: #3a9df7;
    background-image: -moz-linear-gradient(top, #42a5ff, #558bc9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#42a5ff), to(#558bc9));
    background-image: -webkit-linear-gradient(top, #42a5ff, #558bc9);
    background-image: -o-linear-gradient(top, #42a5ff, #558bc9);
    background-image: linear-gradient(to bottom, #42a5ff, #558bc9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff42a5ff', endColorstr='#ff558bc9', GradientType=0);
  }
  .sub-menu > a:before {
    content: "";
    position: absolute;
    background: url('../img/li-marker.gif') left top no-repeat;
    width: 9px;
    height: 4px;
    right: 15px;
    top: 50%;
    margin-top: -3px;
  }
  .nav-collapse_ .nav ul {
    position: relative;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    list-style: none;
    zoom: 1;
    z-index: 9;
    padding: 0px 0 0px 0;
    margin: 0;
    background: transparent;
  }
  .nav-collapse_ .nav ul li {
    border-right: none;
  }
  .nav-collapse_ .nav ul li a {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 15px;
    padding: 7px 10px 8px 35px;
    background: none;
    border-right: none;
  }
  .nav-collapse_ .nav ul li > a:hover,
  .nav-collapse_ .nav ul li.sfHover > a {
    text-decoration: none;
    background: #3ea5f7;
  }
  .nav-collapse_ .nav ul ul {
    position: relative;
    display: none;
    height: auto;
    left: 0px;
    top: 0px;
    list-style: none;
    z-index: 111 !important;
    padding: 0;
    background: transparent;
  }
  .nav-collapse_ .nav ul ul li a {
    padding: 7px 10px 8px 40px;
    text-transform: none;
  }
  /**/
  /* slider */
  .camera_caption > div {
    padding: 45px 0 0 345px;
  }
  .camera_caption h1 {
    margin: 0;
  }
  .camera_caption h2 {
    font-size: 25px;
  }
  .camera_caption h3 {
    display: none;
  }
  .camera_caption a {
    margin-top: 13px;
    padding: 8px 17px 9px 17px;
  }
  /* slider */
  .camera_caption,
  .camera_wrap .camera_pag {
    display: none !important;
  }
  /**/
  /*privacy*/
  .privacy-float {
    float: right;
  }
  .privacy-float2 {
    float: left;
  }
  /**/
}
@media (min-width: 626px) and (max-width: 766px) {
  .thumbnails_3 {
    margin-left: -25px;
  }
  .thumbnails_3 .span4 {
    float: left;
    margin-left: 25px;
    width: 45%;
  }
}
@media (max-width: 626px) {
  .list-services li img {
    float: none;
    width: 100%;
  }
  .list-blog li img {
    float: none;
    width: 100%;
  }
  .contact-form input {
    width: 100%;
  }
}
@media (min-width: 482px) and (max-width: 625px) {
  .thumbnails_3 {
    margin-left: -25px;
  }
  .thumbnails_3 .span4 {
    float: left;
    margin-left: 25px;
    width: 44%;
  }
}
@media (min-width: 481px) and (max-width: 766px) {
  .thumbnails_2 li.thumbnail_2 {
    width: 43%;
  }
  .lists-float {
    float: left;
    width: 48%;
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .navbar-form input {
    width: 200px;
  }
  .social-icons {
    clear: both;
    float: left;
    margin-left: 0;
  }
  /**/
  .thumbnails_2 li.thumbnail_2 {
    width: 100%;
    float: none;
    clear: both;
    margin-left: 0;
  }
  .thumbnails_2 {
    margin: 0 0 0 0px;
  }
}
@media (max-width: 320px) {
  .navbar-form input {
    width: 100px;
  }
  .social-icons {
    clear: both;
    float: left;
    margin-left: 0;
  }
}
/*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;
}



/* left-hand navigation */
nav.left-hand-navigation {box-shadow:0px 4px 8px #cfcfcf; margin-top:15px;}
	nav.left-hand-navigation h1 {font-size:2em; line-height:2em; text-align:center; margin:0; padding:0; color:#558bc9; border:#666 1px solid;}
	nav.left-hand-navigation ul {margin:0; padding:0;}
	nav.left-hand-navigation li {list-style:none; border-bottom:1px solid #666}
	nav.left-hand-navigation a {display:block; color:#fff; font-size:1.3em; font-weight:bold; text-transform:uppercase; padding:10px 30px; 
      background-color: #3f3f3f;
      background-image: -moz-linear-gradient(top, #535353, #3f3f3f);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#535353), to(#3f3f3f));
      background-image: -webkit-linear-gradient(top, #535353, #3f3f3f);
      background-image: -o-linear-gradient(top, #535353, #3f3f3f);
      background-image: linear-gradient(to bottom, #535353, #3f3f3f);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff535353', endColorstr='#ff3f3f3f', GradientType=0);
      filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
      }
		nav.left-hand-navigation a:hover {background: url('../img/li-active.jpg') 0 0 repeat-x #558bc9;}


	nav.left-hand-navigation li ul {}
    nav.left-hand-navigation li li {border-bottom:none}
    nav.left-hand-navigation li li a {font-size:.9em; background: #3f3f3f; border:none; padding:5px 30px 5px 60px}
    	nav.left-hand-navigation li li:last-child a {padding-bottom:15px;}
        
    #home .event-content {padding:0 10px; overflow:hidden;}
		#home .event-content  h3 {margin:10px 0; font-size:18px;}
        #home .event-content .btn_ {margin:0;}
    
   
    
    .product-page .slider {margin:0; height:auto;}    
     
     .product-page .camera_wrap .camera_pag {left: 30px; bottom:30px;}
     
     .product-table  {margin:0 0 15px}
     .product-table caption {
        font-size: 15px;
        letter-spacing: -1px;
        margin: 0 0 10px 0;
        text-align:left;
        font-family: "Open Sans", sans-serif;
        color: #383838;
        font-weight: bold;
        line-height: 1.2em;  
    }
    .product-table th {text-align:right; text-align:left;padding-right:5px;}
    .product-table th, .product-table td {border-bottom:1px #ccc dotted}
    .product-table tr:last-child th,
    .product-table tr:last-child td {border-bottom:none}
    .downloads ul {margin:0; padding:0; list-style:none;}
    .downloads li {list-style:none; margin: 0 0 5px;} 
   	.downloads a,
     a.icon {display:block;  padding-left: 20px; line-height: 16px; background-repeat:no-repeat; background-position:left center;}
        a.pdf {background-image: url(/img/css/pdf.png);}
        a.txt {background-image: url(/img/css/txt.png);}
        a.zip {background-image: url(/img/css/zip.png);}
        a.ppt {background-image: url(/img/css/ppt.png); line-height-image: 18px;}
        a.email {background-image: url(/img/css/email.png);}
        a.external {background-image: url(/img/css/ext_link.png);}
    	a.video {background-image: url(/img/css/video.png);}
        
        
    .accessories .span2 {text-align:center;}
    .accessories a,
    .accessories span {display:block; text-align:center;}
    	.accessories a.icon {display:inline-block; margin:0 auto;}
    .accessories img {displaY:inline-block; margin:0 auto; clear:both;}
    .accessories  .row {margin-bottom:15px;}
    
    .product-landing {}
    	.product-landing .span3 > img {width:100%; margin:0 0 1em;}
       	.product-landing .span4 > img {width:100%; margin:0 0 1em;}
		
		
		.accessory-popup{
			
		}
		
		
.white-popup {
    position: relative;
    background: #FFF;
    padding: 35px 30px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}
.popup_close{
    color: #000;
    padding: 2px 12px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    background: #efefef;
    text-shadow: 1px 1px 1px #fff;
}
.popup_close:hover{
	opacity:0.5;	
}
.accesory_item{
	margin-bottom:25px;	
}
.block_span{
    display: inline-block !important;
    font-size: 14px !important;
    display: inline !important;
    font-size: 14px !important;
    margin: 0 !important;
    float: none !important;
}

.home_category .thumbnail .caption{
    min-height: 345px;
    position:relative;
}
.home_category .thumbnail .caption .btn{
    /*position:absolute;
    bottom:20px;
    left:50%;
    margin-left:-34px;*/
}

.section_title_h{
color: #2e91db;
font-size: 32px;
font-weight: 500;
margin-bottom: 15px;
border-bottom: 1px solid #2e91db;
padding-bottom: 10px;
}

.blue_headline{
    color:#fff;
    background:#2e91db;
    padding:5px 10px 4px;
    display:inline-block;
    font-weight:400;
    font-size: 15px;
    letter-spacing:0;
}
.text-align-center{
    text-align:center;
}
.text-align-center .btn{
    float:none !important;
}

.footer_flag{
    width: 81px;
    height: auto;
    float: right;
    margin-top: -25px;
    margin-bottom: -30px;
}
.header_tagline{
    float:left; margin:20px 0 0 0; padding:0; font-size: 19px; color: rgb(88, 142, 205); font-weight: 500;
}
.show_md{
        display:none;
    }

@media all and (max-width: 1200px){
    .nav-collapse_ .nav > li > a {
     padding: 23px 15px 23px 15px;
    }
}

@media all and (max-width: 980px){
    .nav-collapse_ .nav > li > a {
     padding: 23px 10px 23px 10px;
    }
    .header_tagline{
        font-size:16px;
    }
    .hide_md{
        display:none;
    }
    .show_md{
        display:block;
    }
    .md_full{
        width:100%;
    }
    .header_tagline{
        margin-top:0;
    }
    #search-form{
        margin-top:-35px;
    }
    .social-icons {
        float: right;
        display: inline-block;
        margin: 12px 0 0 12px;
    }
    
}
@media all and (max-width: 767px){
    nav.left-hand-navigation {
        margin-bottom: 20px;
    }
     #subnav{
        display:none;
    }
    .hidden_mobile{
        display:none;
    }
    .visible_mobile{
        display:block;
    }
    .hamburger{
        text-align:right;
        padding-right:60px !important;
        background:url('../images/hamburger.png') right center no-repeat;
        cursor:pointer;
    }
    .logo_mobile{
        float: left;
        width: 130px;
    }
    #search-form {
       margin-top: -43px;
        position: relative;
        z-index: 1;
        margin-bottom: 0;
        float: right;
        margin-right: 110px;
    }
    .header_tagline {
        font-size: 14px;
        float:right;
    }
    .mobile_menu{
        clear: both;
        margin-top: -45px;
        z-index: 2;
        position: relative;
        float:right;
    }
    .navbar_ .navbar-inner_ {
        padding: 0;
    }
    .nav-collapse_ .nav {
        width:100%;   
    }
    .nav-collapse_ .nav ul{
        width:100%;
    }
    .navbar_ .nav-collapse_ {
        position: absolute;
        left: auto;
        top: 45px;
        width: auto;
        right: 0;
        min-width: 200px;
    }
    .nav-collapse_ .nav > li > a {
        padding: 7px 10px 8px 28px !important;
    }
    a.btn.btn-navbar{
        margin:0 !important;
        border-top-right-radius: 3px !important;
        border-top-left-radius: 3px !important;
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }
    .home_category .thumbnail .caption {
        min-height: auto;
        padding-bottom: 55px;
    }
    .social-icons {
        float: right;
        display: inline-block;
        margin: 37px 0 0 12px;
        clear: both;
        position: absolute;
        right: 20px;
    }
}

@media all and (max-width: 650px){
    .header_tagline {
        font-size: 12px;
    }
}
@media all and (max-width: 540px){
    .hamburger{
        font-size:18px !important;
    }
    .header_tagline {
        font-size: 12px;
        float: none;
        margin-top: -18px;
        display: block;
        text-align: right;
        position: absolute;
        right: 20px;
        left:20px;
        line-height: 14px;
    }
    header{
        padding: 25px 0 0px 0;
    }
    #search-form {
        margin-top: -90px;
        position: relative;
        z-index: 1;
        margin-bottom: 0;
        float: right;
        margin-right: 0;
    }
    .navbar-form input {
        width: 150px;
    }
    .social-icons {
        float: right;
        display: inline-block;
        margin: 37px 0 0 12px;
        clear: both;
        position: absolute;
        right: 110px;
        bottom: 7px;
    }
}

@media all and (max-width: 340px){
    .navbar-form input {
        width: 120px;
    }
    footer{
        text-align:center;   
    }
    .footer_flag {
        width: 81px;
        height: auto;
        float: none;
        margin-top: 10px;
        margin-bottom: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}


#subnav .side_submenu{
	display:none;	
}

#subnav li.active .side_submenu{
	display:block;	
}

.haschildren{
    position:relative;   
}
.haschildren:after{
    display:block;
    content:"";
    height:7px;
    width:9px;
    background:url('../images/dropdown.png') 0 0 no-repeat;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
}