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 {
  font-size: 45px;
  letter-spacing: -2px;
}
#content h1 {
  margin-top:42px;
}
h2 {
  font-size: 35px;
  letter-spacing: -1px;
  margin: 0;
  margin-bottom: 45px;
}
h2.upper > strong {
  display: block;
  margin-top: -5px;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  text-transform: none;
}
h3 {
  font-size: 25px;
  letter-spacing: -1px;
  margin: 59px 0 32px 0;
}
h3 > strong {
  display: block;
  margin-top: -5px;
  font-weight: bold;
}
h4 {
  font-size: 20px;
  letter-spacing: -1px;
}
h5 {
  font-size: 19px;
  letter-spacing: -1px;
  margin: 4px 0 9px 0;
}
p {
  margin-bottom: 20px;
}
.lead {
  font-family: "Open Sans", sans-serif;
  color: #8679b1;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
}
.text-info {
  color: #8679b1;
}
.link {
  font-family: "Open Sans", sans-serif;
  color: #8679b1;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.link-2 {
  color: #717171;
}
.link-2:hover {
  color: #8679b1;
}
.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: #7365a3;
  border-bottom: #7365a3 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: 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;
}
.h-contact {
  float: right;
  display: block;
  margin-right:17px;
}
.phone {
  float: right;
  clear:both;
  display: block;
  margin: 5px 0px 0 0;
}
.phone > span {
  color: #3c458a;
}
.social-icons {
  float: right;
  clear:both;
  display: block;
  margin:0;
}
.social-icons li {
  float: left;
  display: inline-block;
  margin-left: 0px;
}
.social-icons li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* navbar */
.navbar_ {
  margin: 6px 0 0 6px;
}
.navbar_ .navbar-inner_ {
  padding: 0px;
  margin: 0;
  border:0px solid #494069;
}
/*nav*/
.navbar_ .container {
  position: relative;
  background: url('../img/nav_bg.png') 0 0 repeat-x #6f62a1;
}
.nav-collapse_ .nav li {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
}
.nav-collapse_ .nav > li {
  background: url('../img/nav_bg.png') 0 0 repeat-x #6f62a1;
  border-right: #494069 1px solid;
}
.nav-collapse_ .nav li a {
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  text-transform:uppercase;
  font-family:'Myriad Pro';
  font-weight: 300;
  text-shadow: none;
}
.nav-collapse_ .nav > li > a {
  padding: 14px 35px 8px 34px;
  margin-bottom: 0;
}
.nav-collapse_ .nav > li.li-first a {
  padding: 6px 10px 8px 10px;
}
.nav-collapse_ .nav > li.sfHover,
.nav-collapse_ .nav > li:hover,
.nav-collapse_ .nav > li.current-menu-item,
.nav-collapse_ .nav > li.current-menu-item {
  border-right: #494069 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.current-menu-item > a,
.nav-collapse_ .nav > li.current-menu-item > a:hover {
  box-shadow: none;
  color: #ffffff;
  background:#494069;
}
.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: -2px;
}
.nav-collapse_ .nav ul {
  position: absolute;
  display: none;
  width: 168px;
  left: 0px;
  top: 52px;
  list-style: none;
  zoom: 1;
  z-index: 9;
  background: url('../img/nav-ul.jpg') 0 0 repeat-x #383838;
  padding: 10px 0 14px 0;
  margin: 0;
}
.nav-collapse_ .nav ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  padding: 1px 10px 1px 28px;
  background: none;
}
.nav-collapse_ .nav > li > ul li > a:hover,
.nav-collapse_ .nav > li > ul li.sfHover > a {
  text-decoration: none;
  background: #8071ac;
}
.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: 7px 7px 6px 7px;
  margin-top: 10px;
  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: 244px;
  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:#FFFFFF url('../img/body.png') 0 top repeat-x;
  padding-bottom: 46px;
}
.grbody {
  background:#FFFFFF url('../img/body.png') 0 top repeat-x;
}
/* slider */
.ahome {
  display:block;
  width:100%;
  padding-bottom:30px;
  background:#FFFFFF url('../img/ahome.png') 0 bottom repeat-x;
}
.slider {
  position: relative;
  z-index: 1;
  margin: 10px 0 0 0;
  padding: 0;
  height: 350px;
  overflow: hidden;
}
.camera_wrap {
  margin-bottom: 0 !important;
}
.camera_thumb {
  width: 150px;
  height: auto;
}
.camera_wrap .camera_pag {
  position: absolute;
  bottom: 0px;
  left: 580px;
  z-index: 999;
}
.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: 10px;
  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: 25px 35px 0 570px;
}
.camera_caption h1 {
  margin: 0;
  color:#666666;
  text-align:right;
}
.camera_caption h2 {
  color: #8073ad;
  font-size:30px;
  margin:0px;
  text-align:right;
}
.camera_caption h3 {
  text-align:right;
  font-size:30px;
  margin:0px;
  color:#000;
}
.camera_caption a {
  font-size:14px;
  font-weight:bold;
  color:#FFF;
  background:#8074ae;
  padding:13px 20px;
  border-color:#8074ae;
  margin-top: 36px;
}
.camera_caption a:hover {
  background:#70629f;
}
/* thumbnails */
.thumbnails {
  margin-bottom: 0;
}
.thumbnails li {
  margin-bottom: 0px;
}
.thumbnails .thumbnail {
  background-color: #8579b1;
  background-image: -moz-linear-gradient(top, #7568a5, #8579b1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7568a5), to(#8579b1));
  background-image: -webkit-linear-gradient(top, #7568a5, #8579b1);
  background-image: -o-linear-gradient(top, #7568a5, #8579b1);
  background-image: linear-gradient(to bottom, #7568a5, #8579b1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7568a5', endColorstr='#ff8579b1', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: none;
  margin: 10px 0 0 ;
  padding: 0;
  box-shadow: none;
}
.thumbnails .thumbnail p {
  
}
.thumbnails .thumbnail .caption {
  padding: 27px 20px 26px 26px;
  color: #FFFFFF;
}
.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: #dad6eb;
  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: #8b7eb3;
  -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: #dad6eb;
  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: #8679b1;
}
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: #8b7fb4;
  background-image: -moz-linear-gradient(top, #7163a1, #8b7fb4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7163a1), to(#8b7fb4));
  background-image: -webkit-linear-gradient(top, #7163a1, #8b7fb4);
  background-image: -o-linear-gradient(top, #7163a1, #8b7fb4);
  background-image: linear-gradient(to bottom, #7163a1, #8b7fb4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7163a1', endColorstr='#ff8b7fb4', GradientType=0);
  behavior: url('js/PIE.htc');
  position: relative;
  color:#FFF;
}
footer a {
  color: #FFF !important;
}
footer a:hover {
  text-decoration: underline;
}
/*--- footer end ------*/
/*----- media queries ------*/
@media (min-width: 1200px) {
  .slider {
    height: 350px;
  }
  .camera_caption h1 {
    font-size: 65px;
    line-height: 80px;
    letter-spacing: -3px;
    margin: 30px 0 0 0;
  }
  .camera_caption a {
    margin-top: 23px;
  }
  .camera_wrap .camera_pag .camera_pag_ul li {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .thumbnails .thumbnail p.pad-bot-1 {
    margin-bottom: 8px;
  }
  .thumbnails .thumbnail h3 {
    font-size: 25px;
  }
  .thumbnails .thumbnail p {
    min-height: 0px !important;
  }
  .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;
  }
  .h-contact h2.phone {
	  font-size:30px;
  }
  /* navbar */
  .navbar-inner_ .btn-navbar {
    display: none;
  }
  .navbar-inner_ .nav-collapse {
    overflow: visible;
    height: auto;
  }
  .navbar-inner_ .nav-collapse_ .nav > li {
    line-height: 15px;
    float: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .nav-collapse_ .nav li a {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: normal;
    text-shadow: none;
  }
  .nav-collapse_ .nav > li > a {
    padding: 18px 22px 14px 23px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
  }
  .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 h1 {
    margin: 0;
  }
  .camera_caption h2 {
    font-size: 25px;
  }
  .camera_caption h3 {
    font-size: 23px;
  }
  .camera_caption a {
    margin-top: 15px;
    padding: 8px 17px 9px 17px;
  }
  .camera_caption > div {
	padding: 20px 20px 0 400px;
  }
  .camera_wrap .camera_pag {
    left: 340px;
	bottom:5px;
  }
  .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 (max-width: 767px) {
  .slider {
    height: auto;
  }
  body {
	  min-width:320px;
  }
  .h-contact h2.phone {
	 display:none;
  }
  .h-contact {
	  display:block;
	  position:absolute;
	  top:5px;
	  right:5px;
  }
  .h-contact ul.social-icons {
	 adisplay:none;
  }
  body {
    padding: 0;
    margin: 0;
  }
  .container {
    padding: 0 20px;
  }
  .phone {
    float: right;
  }
  /* navbar */
  .navbar_ .navbar-inner_ {
    padding: 0;
  }
  .navbar_ .nav-collapse_ {
    width: 100%;
    position: absolute;
    left: 0;
    top: 52px;
  }
  .navbar_ .btn {
    display: inline-block;
    float: left;
    background: url('../img/li-marker.gif') center 30px no-repeat;
    padding: 12px 20px 15px 20px;
    text-shadow: none;
    color: #ffffff;
    box-shadow: none;
    border: none;
  }
  .navbar_ .btn:hover {
    background-color:#606060;
  }
  .nav-collapse_ .nav {
    position: relative;
    zoom: 1;
    z-index: 999;
    width: 168px;
    background: url('../img/nav-ul.jpg') 0 0 repeat-x #383838;
    padding: 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 > a {
    padding: 10px 10px 5px 28px;
  }
  .nav-collapse_ .nav > li.li-first a {
    padding: 10px 10px 5px 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.current-menu-item,
  .nav-collapse_ .nav > li.current-menu-item {
    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.current-menu-item > a,
  .nav-collapse_ .nav > li.current-menu-item > a:hover {
    box-shadow: none;
    color: #ffffff;
    background:#494069;
  }
  .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: 10px 10px 5px 35px;
    background: #7062a2;
    border-bottom: #494069 dashed 1px;
    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: 10px 10px 5px 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;
}
/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px; border:3px solid #8679b1;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px; border:3px solid #8679b1;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto; border:3px solid #8679b1;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;border:3px solid #8679b1;
}

.span3 ul {list-style:none; padding:0; margin:0;}
.span3 li {list-style:none; padding:0; margin:0;}
.span3 h3 { padding-bottom:10px; margin-bottom:10px;}

.contactbox {float:right; width:400px;}