@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: Arial, Helvetica, sans-serif;
  background: #4d4d4d;
}
.main {
  background: #fff;
}
.main ul {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4d4d4d;
}
h2 {
  font-size: 45px;
  margin: 40px 0 14px 0;
  letter-spacing: -1px;
}
h3 {
  font-size: 30px;
  letter-spacing: -1px;
  margin: 43px 0 34px 0;
}
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: #eb5f53;
}
h4 {
  font-size: 25px;
  letter-spacing: -1px;
}
h4 a {
  color: #4d4d4d;
}
h4 a:hover {
  color: #eb5f53;
  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: 'Roboto', sans-serif;
  text-transform: uppercase;
}
.text-info a {
  color: #eb5f53;
}
.text-info a:hover {
  text-decoration: none;
  color: #c54d48;
}
.text-info2 {
  font-size: 14px;
  line-height: 26px;
  color: #4d4d4d;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
p.text-info2 {
  margin-bottom: 6px;
}
.text-info2 a {
  color: #4d4d4d;
}
.text-info2 a:hover {
  text-decoration: none;
  color: #eb5f53;
}
.text-info3 {
  font-size: 14px;
  line-height: 20px;
  color: #afafaf;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
.text-info3 a {
  color: #eb5f53;
}
.text-info3 a:hover {
  text-decoration: none;
  color: #c54d48;
}
.btn {
  background: #eb5f53;
  font-size: 12px;
  line-height: 1em;
  color: #fff;
  font-weight: 500;
  font-family: 'Roboto', 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: #c54d48;
}
a.btn:focus {
  background: #eb5f53;
  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: #eb5f53;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  margin-top: 25px;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 15px;
  position: relative;
}
.link:hover {
  color: #c54d48;
  text-decoration: none;
}
.link:before {
  position: absolute;
  top: 0px;
  right: 0;
  font-weight: 500;
  margin: 0;
  font-family: 'FontAwesome';
  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: 'Roboto', 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: #eb5f53;
  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: #eb5f53;
  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: -800px !important;
  right: 50%;
  bottom: 38px;
  z-index: 999;
}
#toTop:hover {
  background-position: 0 bottom;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/*------ template stylization ------*/
/*------ header ------- */
.header-block {
  border-bottom: #f1f1f1 1px solid;
}
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: 'Pacifico', cursive;
}
header h1 a.navbar-brand {
  font-size: 50px;
  line-height: 1em;
  color: #4d4d4d;
  padding: 0;
}
/* navs */
.select-menu {
  width: 100%;
  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: 32px;
  position: relative;
  margin: 0;
  background: #ededed;
  border: #a6a6a6 1px solid;
  border-radius: 5px;
  display: none !important;
  cursor: pointer;
  margin-top: 10px;
}
.tm-navbar {
  padding: 0px;
  margin: 56px 0 0 0;
  position: relative;
  z-index: 5;
  float: right;
}
.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 #eb5f53;
  background: none;
}
.tm-navbar ul {
  position: absolute;
  list-style: none;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 10px 28px 10px;
  margin: 0;
  width: 155px;
  text-align: center;
  left: -10px;
  top: 45px;
  background: #4d4d4d;
  border-radius: 4px;
}
.tm-navbar ul li {
  font-size: 16px;
  line-height: 22px;
  display: block;
}
.tm-navbar ul li a {
  color: #ffffff;
  display: block;
  padding: 4px 10px 5px 20px;
  border-radius: 4px;
  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: 'Roboto', sans-serif;
  letter-spacing: -1px;
}
.camera_caption span {
  display: block;
  margin-top: 27px;
}
/*------ content ------- */
#content {
  padding-bottom: 60px;
  border-bottom: #ededed 1px solid;
}
.block-1 {
  text-align: center;
  margin-top: 23px;
  border-top: #f1f1f1 1px solid;
}
.block-2 {
  padding-bottom: 58px;
}
.block-2 > div {
  text-align: center;
  margin-top: 55px;
}
.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: 'Roboto', 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: #eb5f53;
  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 #eb5f53;
}
.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: 'Roboto', 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: #eb5f53;
  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: #eb5f53;
  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: 'Roboto', 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: Arial, Helvetica, 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 {
  border-top: #fff 1px solid;
  background: #f7f7f7;
  padding-bottom: 43px;
}
.aside-border {
  border-bottom: #e8e8e8 1px solid;
}
.aside-border2 {
  border-top: #fff 1px solid;
}
.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: 21px 0 15px 0;
  position: relative;
}
.block-3 .text-info2:after {
  content: "";
  position: absolute;
  top: -22px;
  left: 0;
  height: 2px;
  width: 82px;
  background: #eb5f53;
}
/*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: Arial, Helvetica, sans-serif;
  background: #5c5c5c;
  border-radius: 4px;
  color: #fff;
}
.social-icons li a:hover {
  color: #fff;
  background: #eb5f53;
  text-decoration: none;
}
.social-icons li a:before {
  text-align: center;
  right: 0;
  font-weight: normal;
  margin: 0;
  font-family: 'FontAwesome';
}
/*--- 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: Arial, Helvetica, 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;
}

/*----- agreement ------*/

.level-top {
  font-size: 14px;
  line-height: 26px;
  color: #4d4d4d;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}

.level-mid {
  margin-left: 20px;
  font-size: 12px;
  line-height: 26px;
  color: #4d4d4d;
  font-family: 'Roboto', sans-serif;
}

.agreement-link {
  font-size: 12px;
  line-height: 15px;
  color: #4d4d4d;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}




/*----- media queries ------*/
@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
  .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: 991px) {
  .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: 767px) {
  header h1 {
    float: none;
  }
  .select-menu {
    display: block !important;
  }
  .tm-navbar {
    display: none !important;
  }
  .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%;
  }
}
/*Core variables and mixins*/
