/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

body{font-family: 'Montserrat', sans-serif !important;}
h1,h2,h3,h4,h5,h6{font-family: 'Montserrat', sans-serif !important;}

.logo-section{display: inline-flex}
.logo-section .col-fourth{display: inline-block;width: 20%;}
.logo-section .col-fifth{display: inline-block;width: 79%;}

.logo-section .logo-desk img{width: 100%;
  height: auto;max-width: 150px;
  display: block;padding: 10px 0;}

.top-two-right {
  position: relative;
  overflow: hidden;
  padding: 3.5px 0;
}

.text-right {
  text-align: right;
}

.req-button {
  position: relative;
  float: right;
  margin-left: 1em;
}

.top-two-right .text-right a {
  text-decoration: none;
background: #2AABE2;
  color: #fff;
  text-transform: none;
  padding: 12px 25px;
  font-size: 20px;
  border-radius: 4px;
}

.top-two-right .top-panel {
  float: right;
  width: 65%;
}

.touch_top_pad {
  padding-top: 0.7em;
  padding-bottom: 0;
}

.touch_top {
  float: left;
  padding: 0px 0;
  width: 100%;
}

.touch_top .nav {
  margin: 0;
}

.touch_top ul .item-phone {
  width: 46%;
  padding: 0 0 0 4%;
}

.touch_top ul .item {
  padding: 0;
  float: right;
}

.media:first-child {
  margin-top: 0;
}

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: middle;
}

.media-left, .media > .pull-left {
  padding-right: 10px;
}

.media .blue-color a {
  text-decoration: none;
}

.media-body p {
  text-align: left;
  color: #232932;
  padding: 0;
  margin: 0;
line-height: 22px;
}

.media-body {
  width: 10000px;
}

.media-body span{color: #8e8e8e}

.media, .media-body {
  zoom: 1;
  overflow: hidden;
}

.touch_top ul .item-ad {
  width: 50%;
  padding: 0 0 0 0;
position:relative
}

.touch_top ul .item{position:relative}

.touch_top ul .item-ad:after{
  content:"";
position: absolute;
  right: 52px;
  top: 28px;
  width: 1px;
  height: 34px;
background:#d9d9d9
}

.media, .media-body {
  zoom: 1;
  overflow: hidden;
}

.touch_top ul .item .media .media-left a span {
  font-size: 2em;
  color: #1fa6c8;
  display: initial;
  width: initial;
  height: initial;
  line-height: 1;
  vertical-align: initial;
  margin-left: initial;
}


/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}