@import url("font-awesome.min.css");

@import url(//fonts.googleapis.com/css?family=Pacifico);

@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700);
*,
a:hover,
a:focus,
a:active {
  outline: none;
}
body {
  font-family: 'Open Sans', sans-serif;
  background: #fff;
}
.main {
  background: #fff;
  margin: 120px 0 0; 
  overflow: hidden;
}
.main ul {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5{
  color: #4d4d4d;
}
h6 {
  color: #919191;
}
h2 {
  font-size: 40px;
  margin: 40px 0 40px 0;
  letter-spacing: -1px;
  text-transform:uppercase;
   text-align: center;
}
h3 {
  font-size: 38px;
  letter-spacing: -1px;
  margin: 43px 0 34px 0;
  text-transform:uppercase;
  text-align: center;
}
h3 span {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
}
h3 span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  right: 25%;
  height: 2px;
  background: #3462ab;
}
h4 {
  font-size: 19px;
  line-height: 30px;
  letter-spacing: -1px;
}
h4 a {
  color: #4d4d4d;
}
h4 a:hover {
  color: #3462ab;
  text-decoration: none;
}
p {
  margin: 0 0 20px 0;
}
.lead {
  font-size: 16px;
  line-height: 22px;
}
.text-info {
  font-size: 12px;
  line-height: 15px;
  color: #4d4d4d;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.text-info a {
  color: #3462ab;
}
.text-info a:hover {
  text-decoration: none;
  color: #4e92ff;
}
.text-info2 {
  font-size: 14px;
  line-height: 26px;
  color: #f0f0f0;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
}
p.text-info2 {
  margin-bottom: 6px;
}
.text-info2 a {
  color: #4d4d4d;
}
.text-info2 a:hover {
  text-decoration: none;
  color: #3462ab;
}
.text-info3 {
  font-size: 14px;
  line-height: 20px;
  color: #afafaf;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;}
.text-info3 a {
  color: #3462ab;
}
.text-info3 a:hover {
  text-decoration: none;
  color: #4e92ff;
}
.btn {
  background: #3462ab;
  font-size: 12px;
  line-height: 1em;
  color: #fff;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;  padding: 10px 23px 11px 23px;
  border-radius: 4px;
  margin-top: 25px;
  border: none;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:hover,
.btn:active {
  color: #fff;
  background: #4e92ff;
}
a.btn:focus {
  background: #3462ab;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.btn-lg {
  font-size: 25px;
  line-height: 1em;
  padding: 14px 20px 20px 20px;
  margin-top: 44px;
  text-transform: none;
}
.link {
  font-size: 12px;
  line-height: 1em;
  color: #3462ab;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;  margin-top: 25px;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 15px;
  position: relative;
}
.link:hover {
  color: #4e92ff;
  text-decoration: none;
}
.link:before {
  position: absolute;
  top: 0px;
  right: 0;
  font-weight: 500;
  margin: 0;
  font-family: 'Open Sans', sans-serif;  content: "\f178";
}
.link-2 {
  color: #afafaf;
}
.center {
  text-align: center;
}
.indent-1 {
  margin: 64px 0 45px 0;
}
.indent-2 {
  margin: 61px 0 0px 0;
}
/**/
.list {
  list-style: none;
  padding: 0;
}
.list li {
  margin: 8px 0 0 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;  display: block;
  background: url(../img/marker.png) 0 4px no-repeat;
  padding-left: 23px;
}
.list li:first-child {
  margin-top: 0;
}
.list li a {
  color: #4d4d4d;
  text-decoration: none;
}
.list li a:hover {
  color: #3462ab;
  text-decoration: none;
}
.list2 {
  list-style: none;
  padding: 0;
}
.list2 li {
  margin: 3px 0 0 0;
  font-size: 13px;
  line-height: 22px;
  display: block;
}
.list2 li:first-child {
  margin-top: 0;
}
.list2 li a {
  color: #afafaf;
  text-decoration: none;
}
.list2 li a:hover {
  color: #3462ab;
  text-decoration: none;
}
/*----------- Back to top --------------*/
#toTop {
  display: none;
  width: 52px;
  height: 52px;
  overflow: hidden;
  background: url(../img/totop.png) 0 0 no-repeat;
  position: fixed;
  margin-right: -48% !important;
  right: 0%;
  bottom: 38px;
  z-index: 999;
}
#toTop:hover {
  background-position: 0 bottom;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/*------ template stylization ------*/
/*------ header ------- */

#headerdiv{
  z-index:999; 
  left: 0;
  right: 0;
  position: fixed;
  background-color:white;
}
.header-block {
  /*padding-left: 9%;
  padding-right:100px;*/
}
header h1 {
  display: inline-block;
  float: left;
  margin: 29px 0 0 0;
  padding: 0;
  font-size: 0px;
  line-height: 0;
  position: relative;
  z-index: 9;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;}
header h1 a.navbar-brand {
  font-size: 50px;
  line-height: 1em;
  color: #4d4d4d;
  padding: 0;
}
/* navs */
.select-menu {
  width: 100px;
  font-size: 13px;
  line-height: 17px;
  padding: 6px 15px 7px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100px;
  position: relative;
  margin: 0;
  background: #ededed;
  border: #a6a6a6 1px solid;
  border-radius: 5px;
  display: none;
  cursor: pointer;
  margin-top: 10px;
}
.tm-navbar {
  padding-bottom: 10px;
  margin: 51px 0 0 0;
  position: relative;
  z-index: 5;
  float: right;
  margin-right: 0px;
}
.tm-navbar > li {
  padding: 0;
  margin-left: 32px;
  position: relative;
}
.tm-navbar > li:first-child {
  margin-left: 0;
}
.tm-navbar > li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: url(../img/menu-marker.gif) 0 0 no-repeat;
  width: 5px;
  height: 6px;
  left: 50%;
  bottom: 3px;
  margin-left: -2px;
}
.tm-navbar > li > a {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 13px 0;
  border-bottom: 3px  solid transparent;
}
.tm-navbar > li.sfHover > a,
.tm-navbar > li.sfHover > a:hover,
.tm-navbar > li > a:hover,
.tm-navbar > li.active > a,
.tm-navbar > li.active > a:hover {
  border-bottom: 3px  solid #3462ab;
  background: none;
}
.tm-navbar ul {
  position: absolute;
  list-style: none;
  display: none;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 10px 28px 10px;
  margin: 0;
  width: 290px;
  text-align: center;
  left: -10px;
  top: 45px;
  background: rgba(57,57,67,0.9);
}
.tm-navbar ul li {
  font-size: 14px;
  line-height: 22px;
  display: block;
}
.tm-navbar ul li a {
  color: #ffffff;
  display: block;
  padding: 4px 10px 5px 20px;
  text-align: left;
}
.tm-navbar ul li a:hover {
  color: #ffffff;
  background: #646464;
  text-decoration: none;
}
/*--- header end ------*/
/* slider */
.cameraCont,
.cameraContents,
.camera_fakehover {
  position: static !important;
}
.slider-bg {
  background: url(../img/slide.jpg) center 0 no-repeat;
  margin-top: 23px;
}
.slider {
  border-radius: 0px;
  position: relative;
  z-index: 1;
}
.slider .camera_wrap {
  margin-bottom: 0 !important;
  border-radius: 0px;
  z-index: 1;
  float: none;
  position: relative;
  min-height: 480px;
}
.slider .camera_wrap img {
  border-radius: 0px;
}
.camera_wrap .camera_pag {
  display: none;
}
.camera_prev,
.camera_next {
  width: 30px;
  height: 31px;
  position: absolute;
  bottom: 16px;
  z-index: 999;
  cursor: pointer;
  text-align: center;
  z-index: 999 !important;
}
.camera_prev {
  right: 41px;
}
.camera_next {
  right: 0px;
}
.camera_prev {
  background: url(../img/prev.png) 0 0 no-repeat;
}
.camera_next {
  background: url(../img/next.png) 0 0 no-repeat;
}
.camera_prev:hover,
.camera_next:hover {
  background-position: 0 bottom;
}
.camera_caption {
  position: absolute;
  left: 0;
  top: 100px;
  font-size: 16px;
  line-height: 22px;
}
.camera_caption strong {
  display: block;
  font-weight: 500;
  color: #4d4d4d;
  font-size: 65px;
  line-height: 70px;
  font-family: 'Open Sans', sans-serif;  letter-spacing: -1px;
}
.camera_caption span {
  display: block;
  margin-top: 27px;
}
/*------ content ------- */
#content {
  padding-bottom: 0px;
  border-bottom: #ededed 0px solid;
}
.block-1 {
  text-align: center;
  margin-top: 23px;
  border-top: #f1f1f1 0px solid;
}
.block-2 {
  /*padding-bottom: 58px;*/
  position: relative;
}
.block-2 > div {
  text-align: center;
  /*margin-top: 55px;*/
  padding-left: 0px;
  padding-right: 0px;
}
.block-2 > div i {
  color: #e4e4e4;
  font-size: 35px;
  line-height: 1em;
}
.block-2 > div h4 {
  margin: 20px 0 20px 0;
}
.bg-grey {
  background: #f7f7f7;
}
.tab-img {
  background: url(../img/tab-img.jpg) right bottom no-repeat;
  padding-bottom: 58px !important;
}
.tabs-pad {
  font-size: 0;
  line-height: 0;
}
.nav-tabs {
  margin-top: 0px;
  margin-bottom: 0;
  padding: 0;
  border: none;
  overflow: hidden;
  display: block;
  padding-right: 20px;
}
.nav-tabs li {
  display: block;
  border: none;
  line-height: 0;
  font-size: 0;
  margin: 0;
  float: none;
  width: 100%;
  position: relative;
}
.nav-tabs li:hover {
  background: teransparent;
}
.nav-tabs li a {
  background: transparent;
  font-size: 14px;
  line-height: 20px;
  border: none !important;
  border-top: #eaeaea 1px solid !important;
  padding: 9px 30px 10px 0px;
  text-align: left;
  margin: 0;
  border-radius: 4px 0 0 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #4d4d4d;
  white-space: nowrap;
  display: block;
  font-family: 'Open Sans', sans-serif;}
.nav-tabs li a:hover {
  border: none;
}
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a:focus {
  background: #3462ab;
  color: #fff;
  border: none !important;
  border-top: transparent 1px solid !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 9px 30px 10px 20px;
}
.nav-tabs > li:hover:after,
.nav-tabs > li.active:after,
.nav-tabs > li.active:hover:after,
.nav-tabs > li.active:focus:after,
.nav-tabs > li:focus {
  content: "";
  position: absolute;
  right: -20px;
  top: 0px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #3462ab;
}
.tab-content {
  margin: 0;
  text-align: left;
  padding-top: 0 !important;
  margin-top: -6px !important;
}
.tab-pane > div {
  overflow: hidden;
  margin-top: 0px !important;
  padding-top: 0 !important;
}
.tab-content h4 {
  margin: 0 0 28px 0;
}
.tab-content ul {
  margin-top: 28px;
}
/*list-testimonials*/
ul.list-testimonials {
  padding: 0;
}
ul.list-testimonials li {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
ul.list-testimonials li:first-child {
  margin: 0;
}
.list-testimonials > div {
  overflow: hidden;
  margin-top: 34px;
}
.list-testimonials blockquote {
  background: #fff;
  padding: 34px 20px 34px 38px;
  border-radius: 4px;
  border: #f1f1f1 1px solid;
  margin: 0 0 11px 0;
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #4d4d4d;
  font-family: 'Open Sans', sans-serif;  font-weight: 500;
  position: relative;
}
.list-testimonials blockquote:before {
  display: none;
}
.list-testimonials blockquote:after {
  content: " ";
  width: 18px;
  height: 10px;
  background: url(../img/corner.png) 0px 0px no-repeat;
  position: absolute;
  bottom: -10px;
  left: 37px;
  display: block;
}
.list-testimonials blockquote i {
  display: inline-block;
  float: left;
  background: #3462ab;
  color: #fff;
  border-radius: 4px;
  font-size: 20px;
  line-height: 36px;
  width: 36px;
  text-align: center;
  margin: 8px 12px 0 0;
}
.list-testimonials span.blockquote-name {
  float: left;
  display: inline-block;
  margin: 7px 0 0 70px;
}
/*list-advantages*/
.list-advantages {
  padding: 0;
  list-style-type: none;
}
.list-advantages li {
  margin-top: 27px;
  overflow: hidden;
}
.list-advantages li:first-child {
  margin-top: 0px;
}
.list-advantages li > div {
  overflow: hidden;
}
.badge {
  background: #3462ab;
  border-radius: 4px;
  display: inline-block;
  font-size: 25px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 48px;
  margin: 0px 29px 0 0;
  text-shadow: none;
  float: left;
  font-family: 'Open Sans', sans-serif;  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.border-1 {
  border-bottom: #f1f1f1 1px solid;
  padding-bottom: 40px;
}
/* thumbnails */
.thumbnails {
  margin-top: -45px;
}
.thumbnails .thumbnail {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin-top: 45px;
  background: none;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.thumbnails .thumbnail img {
  margin: 0px 0 22px 0;
  width: 100%;
  border-radius: 4px;
}
.list-solutions {
  padding: 0;
}
.list-solutions li {
  overflow: hidden;
  margin-top: 38px;
}
.list-solutions li:first-child {
  margin-top: 0;
}
.list-solutions li img {
  border-radius: 4px;
  float: left;
  margin-right: 30px;
}
.block-5 {
  overflow: hidden;
}
.block-5 img {
  margin: 0 0 25px 0;
  width: 100%;
}
/*list-blog*/
.list-blog {
  padding: 0px;
}
.list-blog li {
  display: block;
  margin-top: 42px;
}
.list-blog li:first-child {
  margin-top: 0px;
}
.list-blog li .date {
  padding-bottom: 32px;
  overflow: hidden;
}
.list-blog li .clearfix {
  padding-top: 0px;
}
.list-blog li img {
  float: left;
  margin-right: 30px;
  border-radius: 4px;
}
.list-blog h4 {
  margin: 0 0 0 0;
}
.list-blog .pull-left {
  margin-right: 20px;
}
/*--- content end ------*/
.map {
  margin: 48px 0 0px 0;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map iframe {
  width: 100%;
  height: 382px;
  border: none;
  border-radius: 4px;
}
.address {
  display: block;
  margin: 0;
}
.address span {
  width: 115px;
  display: inline-block;
}
/***** contact form *****/
.contact-form {
  position: relative;
  vertical-align: top;
  z-index: 1;
  margin: 0;
}
.contact-form .txt-form {
  display: none;
}
.contact-form .coll-1,
.contact-form .coll-2,
.contact-form .coll-3 {
  float: left;
  width: 192px;
}
.contact-form .coll-1,
.contact-form .coll-2 {
  margin-right: 20px;
}
.contact-form fieldset {
  border: none;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 10;
}
.contact-form label {
  display: block;
  min-height: 61px;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.contact-form .message {
  display: block;
  width: 100%;
}
.contact-form input,
.contact-form textarea {
  font-family: 'Open Sans', sans-serif;  padding: 10px 10px 11px 10px;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  color: #afafaf;
  background: #fff;
  outline: none;
  width: 100%;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: left;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
}
.contact-form input {
  height: 41px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #f1f1f1 !important;
  color: #afafaf !important;
}
.contact-form .area .error {
  float: none;
}
.contact-form textarea {
  width: 100%;
  height: 200px;
  resize: none;
  overflow: auto;
}
.contact-form .success {
  border: 1px solid #f1f1f1;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  line-height: 17px;
  background: #fff;
  padding: 14px 0px;
  text-transform: none;
  text-align: center;
  z-index: 20;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.contact-form .error,
.contact-form .empty {
  color: #f00;
  font-size: 10px;
  line-height: 1.2em;
  display: none;
  overflow: hidden;
  padding: 0px 4px 0px 0;
  text-transform: none;
  position: absolute;
  font-weight: normal;
  bottom: 3px;
  right: 0;
}
.contact-form .message .error,
.contact-form .message .empty {
  bottom: -15px;
}
.contact-form .buttons-wrapper {
  position: relative;
  padding-top: 30px;
}
.contact-form .buttons-wrapper a {
  cursor: pointer;
  margin-top: 0;
}
.contact-form .buttons-wrapper a:hover {
  text-decoration: none;
}
.clear {
  clear: both;
}
/*------ aside ------- */
aside {
  background: #393943;
  padding-bottom: 43px;
  
}
.aside-border {
  border-bottom: #e8e8e8 1px solid;
}
.aside-border2 {
}
.list-logos {
  padding-top: 21px;
  padding-bottom: 14px;
}
.list-logos > div {
  text-align: center;
}
.list-logos a {
  display: inline-block;
}
.list-logos img {
  width: 100%;
}
.block-3 {
  margin-top: 50px;
}
.block-3 .text-info2 {
  display: block;
  margin: 52px 0 15px 0;
  position: relative;
}
.block-3 .text-info2:after {
  content: "";
  position: absolute;
  top: -22px;
  left: 0;
  height: 2px;
  width: 82px;
  background: #3462ab;
}
/*subscribe-block*/
#form1 {
  margin: 0;
  display: block;
  position: relative;
  background: #ffffff;
}
#form1 input {
  border: none;
  border-radius: 0px;
  background: transparent;
  color: #b7b7b7;
  font-size: 13px;
  line-height: 16px;
  padding: 8px 10px 9px 10px;
  margin: 0;
  width: 100%;
  outline: none;
  display: block;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 33px;
  float: left;
}
#form1 label {
  display: inline-block;
  float: left;
  min-height: 33px;
  position: relative;
  margin: 0;
  width: 50%;
}
#form1 .error,
#form1 .empty {
  color: #d51403;
  font-size: 11px;
  line-height: 18px;
  font-weight: normal;
  display: block;
  overflow: hidden;
  height: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: -17px;
}
#form1 a.btn {
  margin-top: 0px !important;
  float: right;
}
#form1 .success {
  display: none;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  padding: 10px 0 10px 10px;
  background: #f7f7f7;
  text-align: center;
  color: #333;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0px;
}
#form1 label.invalid .error {
  height: 19px;
}
.block-4 p.text-info2 {
  margin: 47px 0 25px 0;
}
/*--- aside end ------*/
/*------ footer ------- */
footer {
  padding: 15px 0 12px 0;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
}
footer span {
  padding-top: 5px;
  display: block;
}
footer span a {
  color: #fff;
}
footer span a:hover {
  text-decoration: underline;
  color: #fff;
}
footer span strong {
  font-weight: normal;
  color: #838383;
}
.social-icons {
  padding: 0;
  display: inline-block;
  overflow: hidden;
  float: right;
}
.social-icons li {
  display: inline-block;
  float: left;
  margin-left: 3px;
  line-height: 0;
  font-size: 0px;
  width: 33px;
  text-align: center;
}
.social-icons li:first-child {
  border: none;
  margin-left: 0;
}
.social-icons li a {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 33px;
  font-family: 'Open Sans', sans-serif;  background: #5c5c5c;
  border-radius: 4px;
  color: #fff;
}
.social-icons li a:hover {
  color: #fff;
  background: #3462ab;
  text-decoration: none;
}
.social-icons li a:before {
  text-align: center;
  right: 0;
  font-weight: normal;
  margin: 0;
  font-family: 'Open Sans', sans-serif;}
/*--- footer end ------*/
.fright {
  float: right !important;
}
.fleft {
  float: left !important;
}
/*404 page*/
.block-404 .col-lg-7 {
  padding-top: 88px;
}
.block-404 .col-lg-7 img {
  width: 100%;
}
.block-404 .col-lg-4 {
  padding-top: 85px;
}
.block-404 h3 {
  margin: 0 0 27px 0;
}
.form-404 {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  margin: 25px 0 0 0 ;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-404 input {
  font-family: 'Open Sans', sans-serif;  padding: 10px 10px 11px 10px;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  color: #afafaf;
  background: #fff;
  outline: none;
  width: 100%;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: left;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  height: 41px;
}
.form-404 input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: #f1f1f1 1px solid;
}
.form-404 a {
  margin: 30px 0 0 0;
}
/*----- media queries ------*/
.container{
	padding: inherit;
	margin-left: 0;
	margin-right: 0;
	max-width: none;
}
@media (min-width: 1220px) {
  .container {
	text-align:center; 
	max-width:none !important; 
  }
  .camera_caption strong {
    font-size: 80px;
  }
  .contact-form label {
    display: inline-block;
  }
  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    width: 243px;
  }
}
@media (max-width: 1150px) {
  .tab-img {
    background: none;
  }
  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    width: 100%;
    float: none;
  }
  .contact-form textarea {
    height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider .camera_wrap {
    min-height: 350px;
  }
  .camera_caption {
    top: 50px;
  }
  .camera_caption strong {
    font-size: 40px;
    line-height: 1em;
  }
  .contact-form input,
  .contact-form textarea {
    width: 100%;
  }
  /**/
  .address span {
    width: auto;
    display: inline;
  }
}
@media (max-width: 1023px) {
  header h1 {
    float: none;
  }
  .select-menu {
    display: none;
    /*display: block !important;
    background: url('../img/menu-tabs.png');*/
  }
  .tm-navbar {
    display: none;
  }
  .camera_caption {
    top: 30px;
    width: 60%;
  }
  .slider .camera_wrap {
    min-height: 300px;
  }
  .camera_caption strong {
    font-size: 30px;
    line-height: 1em;
  }
  .camera_caption .btn {
    margin-top: 24px;
    padding: 10px 15px 10px 15px;
  }
  .tab-content {
    margin-top: 30px !important;
  }
  .fright {
    float: none !important;
  }
  .fleft {
    float: none !important;
  }
}
@media (min-width: 626px) and (max-width: 767px) {
  .nav-tabs {
    margin: -5px 0 0 -5px;
  }
  .nav-tabs li {
    display: inline-block;
    width: auto;
    margin: 5px 0 0 5px;
  }
  .nav-tabs > li:hover:after,
  .nav-tabs > li.active:after,
  .nav-tabs > li.active:hover:after,
  .nav-tabs > li.active:focus:after,
  .nav-tabs > li:focus {
    display: none;
  }
  .nav-tabs li a {
    border-radius: 4px;
    padding: 9px 10px 10px 10px;
    border: #eaeaea 1px solid !important;
  }
  .nav-tabs > li > a:hover,
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li > a:focus {
    padding: 9px 10px 10px 10px;
    border: transparent 1px solid !important;
  }
  .block-5 img {
    margin: 0 30px 0px 0;
    float: left;
    width: auto;
  }
}
@media (min-width: 482px) and (max-width: 625px) {
  .nav-tabs {
    margin: -5px 0 0 -5px;
  }
  .nav-tabs li {
    display: inline-block;
    width: auto;
    margin: 5px 0 0 5px;
  }
  .nav-tabs > li:hover:after,
  .nav-tabs > li.active:after,
  .nav-tabs > li.active:hover:after,
  .nav-tabs > li.active:focus:after,
  .nav-tabs > li:focus {
    display: none;
  }
  .nav-tabs li a {
    border-radius: 4px;
    padding: 9px 10px 10px 10px;
    border: #eaeaea 1px solid !important;
  }
  .nav-tabs > li > a:hover,
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li > a:focus {
    padding: 9px 10px 10px 10px;
    border: transparent 1px solid !important;
  }
}
@media (max-width: 481px) {
  .slider .camera_wrap {
    min-height: 200px;
  }
  .camera_caption {
    top: 20px;
  }
  .camera_caption strong {
    font-size: 24px;
    line-height: 1em;
  }
  .camera_caption span {
    display: none;
  }
  .camera_caption .btn {
    padding: 7px 10px 7px 10px;
  }
  .social-icons {
    float: none;
    display: block;
  }
  .block-4 .row > div {
    float: none;
    width: 100%;
  }
  .thumbnails > .col-xs-4 {
    width: 50.0%;
  }
  .list-blog li img {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .list-blog .pull-left {
    float: none !important;
    display: block;
  }
  .list-blog .pull-right {
    float: none !important;
  }
  .map iframe {
    height: 250px;
  }
}
@media (max-width: 321px) {
  .list-solutions li img {
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100%;
  }
  
}




/********

Global Theme adds 

*************/




div.container_fix{
 margin:0 auto;
 padding: inherit;
 margin-bottom: 50px;
}

.container_fix p{
 text-align: center;
}

@media (min-width: 768px) and (max-width: 1023px) {
div.container_fix{
 width: 700px;
 /*margin-bottom: 20px;*/
}
div.container_fix h2{
 font-size: 37px;
}
#header_container_fix{
 margin-bottom: 21px;
}
}
@media (min-width: 1024px) {
div.container_fix{
 width: 909px;
}
}
@media (min-width: 1280px) {
div.container_fix{
 width: 1109px;
}
}

@media (min-width: 1024px) {
.transactions_container{
 margin-left:auto;
}
}
@media (min-width: 1280px) {
.transactions_container{
 margin-left:140px;
}
}

div.white{background-color:white; color:#505050;}
div.gray{ background-color:rgba(0,0,0,0.05); color:#505050;}
div.blue{ background-color:#2c5391; color: white}

div.box3{
  margin-top: 50px;
  float: left;
}

@media (min-width: 768px) and (max-width: 1023px) {
 div.box3{
 width: 100%;
 margin-left:0px;
 margin-right: :0px;
 padding-left: 55px;
 padding-right: 55px;
 height:255px;
} 
}
@media (min-width: 1024px) {
div.box3{
 width: 293px;
 margin-left:15px;
 padding-left: 32px;
 padding-right: 32px;
 height:385px;
} 
}
@media (min-width: 1280px) {
 div.box3{
 width: 343px;
 margin-left:40px;
 padding-left: 55px;
 padding-right: 55px;
 height:360px;
} 
}

div.box3:first-child{
  margin-left:0px;
}
div.box3:last-child{
  margin-right:0px;
}

div.box4{
 background-color:white;
 color:#505050;
 text-align: center;
 padding-left: 25px;
 padding-right: 25px;
 float: left;
}
#last_box4{
 margin-right:0px;
}

@media (min-width: 768px) and (max-width: 1023px) {
div.box4{
 width: 100%;
 height:255px;
 margin-right: 0px;
 margin-bottom: 30px;
 padding-left: 55px;
 padding-right: 55px;
 position: relative;
}
#last_box4{
 margin-bottom: 0px;
}
}

@media (max-width: 1279px){
div.box4 h4{
	font-size: 18px;
 }
} 

@media (min-width: 1024px) {
div.box4{
 width: 223px;
 height:375px;
 margin-right:5px;
}
}
@media (min-width: 1280px) {
div.box4{
 width: 268px;
 height:350px;
 margin-right:12px;
}
}

.content-details-about:after{
 background-color: #fff;
 -webkit-border-radius: 28px;
 -moz-border-radius: 28px;
 border-radius: 28px;
 display:inline-block; 
 width: 28px; 
 height: 34px; 
 bottom:-12px; 
 margin-left: -12px;
 position: absolute;
 content: "\203A"; 
 font-size: 24px;
}
@media (min-width: 768px) and (max-width: 1023px) {
.content-details-about:after{
 margin-left: -15px;
}
}

div.row{
 display: table;
}

div.col3{
 position: relative;
 display: table;
 float: left;
 height: 110px;
 width: 144px; /* first child */
}
div.col3:nth-child(2){
 width: 277px;   /*middle child*/
 text-align: left;
}
div.col3:last-child{
 padding-left: 0px;
 width: 688px;
 text-align: left;
}

@media (min-width: 768px) and (max-width: 1023px) {
div.col3:first-child{
 /*margin-left: 150px;*/
 height: 80px;
 text-align: center;
 width: 700px; /* first child */
}
div.col3:nth-child(2){
 height: 35px;   /*middle child*/
 width: 100%;
 text-align: center;
}
div.col3:last-child{
 width: 100%; 
}
}

@media (min-width: 1024px) {
div.col3{
 width: 100px; /* first child */
}
div.col3:nth-child(2){
 width: 260px;   /*middle child*/
}
div.col3:last-child{
 width: 545px;
}
}
@media (min-width: 1280px) {
div.col3{
 width: 144px; /* first child */
}
div.col3:nth-child(2){
 width: 277px;   /*middle child*/
}
div.col3:last-child{
 width: 688px;
}
}

div.col3 p{
text-align: left;
}
@media (min-width: 768px) and (max-width: 1023px) {
div.col3 p{
text-align: center;
}
}


div.col3 > img{
 position: absolute;
 top: 50%;
 left: 50%;
 height: 64px;
 width: 64px;
 margin: -32px 0 0 -32px;
}
div.col3 > p, div.col3 > h4{
    display: table-cell;
    vertical-align: middle;
}

div.box2{
 margin-top: 50px;
 height:300px;
 text-align: center;
 padding-left: 50px;
 padding-right: 50px;
 float: left;
}
@media (min-width: 1024px) {
div.box2{
 width: 410px;
 margin-right:89px;
}
}
@media (min-width: 1280px) {
div.box2{
 width: 450px;
 margin-right:209px;
}
}

div.box2:last-child{
 margin-right: 0px;
}

div.col2_officer{
 margin-top: 10px;
 margin-bottom: 20px;
 float: left;
}
div.col2_officer:last-child{
 padding-left: 100px;
 margin-top: 100px;
 padding: 20px;
 border: 1px solid #ccc;
}

@media (min-width: 768px) and (max-width: 1024px){
div.col2_officer{
 width: 250px; 
}
div.col2_officer:last-child{
 width: 450px;
 margin-top: 76px;
 text-align: left;
}
#zak_officer{
 padding-bottom: 0px;
}
}
@media (min-width: 1024px) {
div.col2_officer{
 width: 250px; 
}
div.col2_officer:last-child{
 width: 659px;
}
}
@media (min-width: 1280px) {
div.col2_officer{
 width: 333px; 
}
div.col2_officer:last-child{
 width: 776px;
}
}

div.col2_officer > img{
 height:250px;
}

div.box5{
 background-color:white;
 color:#505050;
 text-align: center;
 float: left;
}
div.box5 p{
	/*text-align: left;*/ /*align text in boxes to the left*/ 
}
#last_box5{
 margin-right:0px;
}
@media (min-width: 768px) and (max-width: 1023px) {
div.box5{
 width: 100%;
 height:255px;
 margin-right: 0px;
 margin-bottom: 30px;
 padding-left: 55px;
 padding-right: 55px;
 position: relative;
}
#last_box5{
 margin-bottom:0px;
}
div.box5 br{
 display: none;
}
}
@media (min-width: 1024px) {
div.box5{
 width: 178px;
 height:465px;
 margin-right: 4px;
 padding-left: 15px;
 padding-right:10px;
}
}
@media (min-width: 1280px) {
div.box5{
 width: 217px;
 height:410px;
 margin-right: 6px;
 padding-left: 25px;
 padding-right:25px;
}
}

div.col2_capital{
 margin-left:50px;
 width: 20px;
 padding-top: 20px;/*15px;*/
 padding-bottom: 15px;
 text-align: left;
 float: left;
}
div.col2_capital:last-child{
 margin-left: 4px;
 margin-top: -7px;
 width:250px;
}
hr.capital{
 width: 500px;
 margin-top: 0px !important;
 margin-bottom: 0px !important;
 border-top: 1px solid #ccc !important;
}
div.box_capitalstack{
  width: 500px;
  height: 255px;/*230px;*/
  margin: auto;
 /*border: 1px solid #3462ab; */
}

@media (min-width: 1024px) {
div.box_capitalstack{
  margin-left: 205px;
}
}
@media (min-width: 1280px) {
div.box_capitalstack{
  margin-left: 300px;
}
}

div.col2_capital_source{
 margin-left:0px;/*490px;*/
 width: 19px;
 padding-top: 5px;
 padding-bottom: 10px;
 text-align: left;
 float: left;
}
#3source_CMBS{
 margin-left:170px;
}
#3source_lifeI{
 margin-left:280px;
}
div.col2_capital_source:last-child{
 margin-left: 4px;
 margin-top: -7px;
 width:194px;
}

@media (min-width: 1024px) {
div.col2_capital_source:last-child{
 margin-right: 24px;
}
}
@media (min-width: 1280px) {
div.col2_capital_source:last-child{
 margin-right: 90px;
}
}

@media (min-width: 768px) and (max-width: 1023px) {
div.col2_capital_source:last-child{
 width: 244px;	
}
 #ForeignBanks{
   margin-right:0px;
   width: 140px; 
  }
 #SpecialtyLenders{
   margin-right:0px; 
   width: 140px;
 } 
}
@media (min-width: 1024px) {
#RegionalBanks{
 margin-right:0px; 
 width: 154px;
}
#REIT{
 margin-right:0px;
 width: 160px;
}
}

div.box3_connect{
  height:200px;
  margin-bottom: 50px;
  float: left;
}

@media (min-width: 768px) and (max-width: 1023px) {
div.box3_connect{
  width: 223px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left:15px;
  text-align: center;
  font-size: 12px;
}
}
@media (min-width: 1024px) {
div.box3_connect{
  width: 293px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left:15px;
  text-align: center;
}
}
@media (min-width: 1280px) {
div.box3_connect{
  width: 343px;
  padding-left: 55px;
  padding-right: 55px;
  margin-left:40px;
}
}

div.box3_connect:first-child{
  margin-left:0px;
}
div.box3_connect:last-child{
  margin-right:0px;
}
div.box3 > h4{
 font-size: 16px;
}

a:hover{color:#3e75cc;}
a.footer{
 font-size: 14px;
 line-height: 26px;
 color: #f0f0f0;
 font-weight: 500;
 margin-bottom: 6px;
 font-family: 'Open Sans', sans-serif;
}
@media (min-width: 768px){
a.footer{
 font-size: 13px;
 }
}

a.footer:hover{color:#3e75cc;}

hr.sub{border-top: 1px solid #ccc; margin-top: 0px; margin-bottom: 21px;}
hr.sub_o{border-top: 1px solid #f3752b; margin-top: 0px; margin-bottom: 21px;}
hr.sub_b{border-top: 1px solid #3462ab; margin-top: 0px; margin-bottom: 21px;}
img.icon{
 height: 64px;
}
hr.thin{
 margin-top: 0px !important;
 margin-bottom: 0px !important;
}

h2 ~ hr{ 
 width: 10%;
}


@media (min-width: 768px) {
div.sub_hero{
	width: 1250px;
    height: 35px;
    overflow: hidden;
    -ms-background-position-x: center;
	-ms-background-position-y: center;
	background-position: center center;
}
.bg-image-company {
    background-image: url(../img/about_hero.jpg);
    /* lt ie8 */
    -ms-background-position-x: center;
    -ms-background-position-y: center;
    background-position: center center;
    /* scale bg image proportionately */
    background-size: cover;
    /* ie8 workaround -
       http://louisremi.github.io/background-size-polyfill/ */
    -ms-behavior: url(backgroundsize.min.htc);
    /* prevent scaling past src width (or not) */
    /* max-width: 1200px; */ }

.bg-image-platform{
    background-image: url(../img/investment_hero.jpg);
    /* lt ie8 */
    -ms-background-position-x: center;
    -ms-background-position-y: center;
    background-position: center center;
    /* scale bg image proportionately */
    background-size: cover;
    /* ie8 workaround -
       http://louisremi.github.io/background-size-polyfill/ */
    -ms-behavior: url(backgroundsize.min.htc);
    /* prevent scaling past src width (or not) */
    /* max-width: 1200px; */ }
.bg-image-cmbs{
    background-image: url(../img/cmbs_hero.jpg);
    /* lt ie8 */
    -ms-background-position-x: center;
    -ms-background-position-y: center;
    background-position: center center;
    /* scale bg image proportionately */
    background-size: cover;
    /* ie8 workaround -
       http://louisremi.github.io/background-size-polyfill/ */
    -ms-behavior: url(backgroundsize.min.htc);
    /* prevent scaling past src width (or not) */
    /* max-width: 1200px; */ }    

img.sub_hero{
    width: 100%;
    height: 50px;
    -ms-background-position-x: center;
	-ms-background-position-y: center;
	background-position: center center;
}
}
@media (min-width: 1024px) {
div.sub_hero{
	width: 2500px;
    height: 50px;
}
}
@media (min-width: 2499px) {
 div.sub_hero{ 
 width: 100% !important;
 }
}

div.footer_cool{
 float: left;
 position: relative;
 min-height: 1px;
 padding-left: 0px;
 padding-right: 15px;
 width:175px;
}

div.footer_cool:last-child{
 width:175px;
 padding-right: 0px;
}

@media (min-width: 1024px) {
div.footer_cool{
 width: 227px;
}
div.footer_cool:last-child{
 width:228px;
}
}
@media (min-width: 1280px) {
div.footer_cool{
 width: 277px;
}
div.footer_cool:last-child{
 width:278px;
}
}

#image_logo{
 margin-top: 4px; 
 margin-left: 0px; 
 width: 174px;
 height: 60px;
 background: url('../img/vista-logo.png');
 background-repeat: no-repeat;
 background-size: cover;
}

/* Smartphones (portrait and landscape) ----------- * /
@media (min-device-width : 320px) 
and (max-device-width : 568px) {
/* /
@media (min-width : 320px) 
and (max-width : 480px) { */

@media (max-width : 767px) {

 .select-menu {
    display: block;
    width: 100%;
    height: 40px;
   /* padding-bottom: 20px;*/
  }

  #headerdiv {
   position: absolute;
   width: auto;
   margin-top: 15px;
   margin-left: 5%;
   margin-right: 5%;
   overflow: hidden;
  }
  #menu_line{
   display: none;
  }
  #transactions_index{
   /*display: none;*/
  }
  div.container_fix{
   width: auto;
   margin-right: 0px;
  /*margin-bottom: 20px;*/
 }
 div.container_fix p{
   padding-left: 4%;
   padding-right: 4%;
   text-align: center;
 }
 div.container_fix img{
   padding-left: 4%;
   padding-right: 4%;
   height: auto !important;
 }
 #header_container_fix{
  margin-bottom: 0px;
  text-align: center;
  /*width: 100%;*/
 } 
 #image_logo{
  margin-top: -30px;
 }
 
 h2{
  margin-top: 60px;
  font-size: 26px;
 }
 h3{
  font-size: 23px;
 }
 h4{
  font-size: 14px;
 }
 h5{
  font-size: 12px;
 }
 p{
  font-size: 13px;
 }
 
 div.footer_cool, div.footer_cool:last-child {
  width: 95%;
  margin-bottom: 20px;
  margin-left: 5%;
  padding-right: 5%;
 }
 
 #company_copyright{
  margin-left: 5%;
 }
 
 div.box3, div.box4, #last_box4, div.box5{
  height: 300px;
  width: 90%;
  margin-top: 25px;
  margin-left: 5% !important;
  margin-right: 5% !important;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  font-size: 13px;
 } 
 div.box3:first-child{
  width: auto;
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 20px;
  padding-right: 20px;
 }
 div.box3:last-child{
  width: auto;
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 20px;
  padding-right: 20px;
 }
 div.box2 {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 10px; 
  padding-right: 10px;
  font-size: 13px; 
 }

 div.col2_officer {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
 }
 
 div.col2_officer:last-child {
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  font-size: 13px;
 }
 
 div.col2_officer img{
  padding: 0px;
  width: 100%;
 }
 
 div.col3{
  margin-left: 0%;
  margin-right: 0px;
  width: 100%;
 }
 
 div.col3 > p{
  vertical-align: top;
 }
 div.col3 img{
   position: absolute;
   /*top: 0; bottom:0; left: 0; right:0;*/
   left: 0; right:0;
   margin: auto;
   padding-left: 0px;
   padding-right: 0px;
 }
 div.col3:nth-child(2) {
  width: 100% !important;
  height: 40px;
  margin-left: 0px !important;
  margin-right: 0px !important;
  text-align: center !important;
 }
 div.col3:last-child {
 padding-left: 0px;
 width: 90%;
 margin-left: 5%;
 margin-right: 5%;
 text-align: center;
 margin-bottom: 20px;
}

 div.col3:nth-child(2) {
 width: 250px;
 text-align: left;
 }
 
 div.col2_capital_source {
  margin-left: 5% !important;
 }
 #private_equity_space, #capital_sourcing_space{
  display: none;
 }
 div.col2_capital_source:last-child {
  margin-top: -47px;
  padding-left: 8%;
  padding-left: 30px !important;
  padding-bottom: 5px !important;
  width: 90% !important;
  margin-right: 0px !important;
 }
 
 div.box3_connect{
  height: 200px;
  width: 90%;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 5% !important;
  margin-right: 5% !important;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
 } 
  
}

