/* --------------------------------------------------------------      News Page Classes     -------------------------------------------------------- */

#mainContent {
  background-color: #f6f6f6;
  display: inline;
  float: left;  
  padding-top: 15px;
  width: 100%;
}
.single_item{
  position: relative;
}
.single_item img{
  width: 100%;
}
.single_item h2 { 
  display: inline-block; 
  left: 15px;
  position: absolute;
  right: 15px;
  font-size: 20px;
  text-align: center;
  top: 40%;
}
.single_item h2>a:hover{
 color: rgb(0, 172, 239);
 background-color: rgb(255, 255, 255);
}
.single_item h2 > a {
  background-color: rgba(255, 255, 255, 0.75);
  color: #333;
  display: inline-block;
  font-size: 20px;
  padding: 20px;
}
.title_caption_large {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  text-align: center;
  background-color: rgba(255,255,255,0.75);
  -webkit-transition:all 0.5s; /* Ch, Saf  3.2 */
     -moz-transition: all 0.5s; /* 4 < Fx <16 */
      -ms-transition: all 0.5s; /* IE 10 */
       -o-transition: all 0.5s; /* 10.5 < Op < 12.1 */
          transition: all 0.5s; /* IE 10, Ch 26+, Fx 16+, Op 12*/
}
.title_caption_large:hover {
  padding-top: 40px; 
  padding-bottom: 40px;
}
.title_caption{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  margin-left:15px;
  margin-right:15px;
  text-align: center;
  background-color: rgba(255,255,255,0.75);
  -webkit-transition:all 0.5s; /* Ch, Saf  3.2 */
     -moz-transition: all 0.5s; /* 4 < Fx <16 */
      -ms-transition: all 0.5s; /* IE 10 */
       -o-transition: all 0.5s; /* 10.5 < Op < 12.1 */
          transition: all 0.5s; /* IE 10, Ch 26+, Fx 16+, Op 12*/
}
.title_caption:hover, .title_caption_featured:hover {
  height: 130px; 
  padding-top: 15%; 
}
.title_caption_featured{
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  padding: 10px;
  text-align: center;
  background-color: rgba(255,255,255,0.75);
  -webkit-transition:all 0.5s; /* Ch, Saf  3.2 */
     -moz-transition: all 0.5s; /* 4 < Fx <16 */
      -ms-transition: all 0.5s; /* IE 10 */
       -o-transition: all 0.5s; /* 10.5 < Op < 12.1 */
          transition: all 0.5s; /* IE 10, Ch 26+, Fx 16+, Op 12*/
}
@media screen and (min-width: 992px){
  .featured_padding {
  padding-right:0;
}
}
@media screen and (max-width: 992px){
  .featured_small_padding {
  padding-right:0;
  padding-left:0;
}
}
/*
.single_bottom_rightbar{
  float: left;
  display: inline;
  width: 100%;
}
.single_bottom_rightbar>h2{  
  color: #222;
  display: block;
  font-family: "Questrial",sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin: 6px 0 15px;
  padding: 0 0 13px;
  text-transform: uppercase;
  position: relative;
}
/*
.single_bottom_rightbar > h2:after {
  background: none repeat scroll 0 0 #798992;
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 45%;
}
*/
@media screen and (min-width: 768px) {
.single_category{
  padding-left:15px;
  padding-right:15px;
}
}
.single_category{
  float: left;
  display: inline;
  width: 100%;  
}
.single_category>h2,.archive_style_1 > h2{
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}
.single_category{}
.single_category li {
  display: block;
  float: left;
  height: 208px;
  margin-bottom: 2%;
  margin-right: 8px;
  margin-left: 8px;
  position: relative;
  width: 31.3%;
}
.bold_line {
  bottom: 0;
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
}
.bold_line span {  
  display: block;
  height: 100%;
  width: 100%;
}
.solid_line {
  background-color: #fff;
  bottom: 5px;
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.title_text {
  background-color: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  top: 5px;
  z-index: 1;
}

.news_a {
    text-decoration: none;
    color: #798992;
}

/* --------------------------------------------------------------      Original News Classes     -------------------------------------------------------- */

/*
.single_bottom_rightbar>h2{
  border-bottom: 3px solid #00ACEF;
}
*/
.bold_line span {
    background-color: #00ACEF;
}
body{ 
  background-color: #fff;
  color: #333;
  overflow-x:hidden !important; 
}

ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

a{ 
  text-decoration: none;
  color: #00ACEF;
}
a:hover{
  color: #646464;
  text-decoration: none;
}
a:focus{
  outline: none;
  text-decoration: none;
}
h2{
  font-family: 'Questrial', sans-serif;
  line-height: 23px;
}
img{
 border:none;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;  
  text-align: center;
}
.img-right{
  display: block;
  margin-left: auto;  
}
.img-left {
  display: block; 
  margin-right: auto;  
}
.yellow_bg{
  background-color: #ffd62c;
}
.yellow_btn{
  background-color: #ffd62c;
  color: #fff;

}
.yellow_btn:hover{
  background-color: #f8c907;
  color: #fff;
}
.limeblue_bg{
  background-color: #7dc34d;
}
.blue_bg{
  background-color: #09c;
}
.blue_btn{
  background-color: #09c;
  color: #fff;
}
.blue_btn:hover{
  background-color: #39c8f7;
  color: #fff;
}
.transition{
   -webkit-transition: all 0.5s; /* Ch, Saf  3.2 */
     -moz-transition: all 0.5s; /* 4 < Fx <16 */
      -ms-transition: all 0.5s; /* IE 10 */
       -o-transition: all 0.5s; /* 10.5 < Op < 12.1 */
          transition: all 0.5s; /* IE 10, Ch 26+, Fx 16+, Op 12*/
}
#header{
  float: left;
  display: inline;
  width: 100%;  
}
.header_top { 
  display: inline;
  float: left;
  width: 100%;  
  border-bottom: 1px solid #e6e6e6;
}
.header_top_left{
  float: left;
  display: inline;
  width: 70%;
}
.top_nav{
  text-align: left;
}
.top_nav li{
  display: inline-block;  
}
.top_nav li a {
  color: #798992;
  display: inline-block;
  font-family: "Questrial",sans-serif;
  font-size: 12px;
  padding: 8px 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.5;
  -o-transition: all 0.5;
  transition: all 0.5;
  
}
.top_nav li a:hover{
  color: #FFA500;
  text-decoration: none;
  outline: none;
}

.header_top_right{
  float: right;
  display: inline;
  width: 30%;
  text-align: right;
}
.search_form{
  padding: 3px 0 0;
}
.search_form input[type="text"] {
  background: none repeat scroll 0 0 #fff;
  border: medium none;
  color: #afafaf;
  display: inline-block;
  line-height: 27px;
  margin: 0;
  max-height: 31px;
  padding: 0 0 0 15px;
  width: 180px;
}
.search_form input[type="submit"]{
  background: url("img/icon-search.png") no-repeat scroll center 5px rgba(0, 0, 0, 0);  
  height: 27px;
  line-height: 27px;  
  width: 30px;
  border:none; 
}
.header_bottom {
  display: inline;
  float: left;
  width: 100%;
  padding: 30px 0px;
}
.header_bottom_left{
  float: left;
  display: inline;
  width: 217px;
}
.logo {
  display: block;
  font-family: "Questrial",sans-serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 32px;
  width: 217px;
}
.logo>img:hover{
  opacity: 1;
}
.logo>strong{
  color: #FFA500;
}
.logo>span{
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.header_bottom_right{
  float: right;
  display: inline;
  width: 728px;
}

/* Preloader */
#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff; /* change if the mask should have another color then white */
  z-index:99; /* makes sure it stays on top */
}

#status {
  width:200px;
  height:200px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */
  background-image:url(https://www.johnsonvillemedical.co.nz/images/page-load.png); /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/*scrol to top*/

.scrollToTop {
  bottom: 105px;
  display: none;
  font-size: 32px;
  font-weight: bold;
  height: 50px;
  position: fixed;
  right: 75px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 9;
  border:1px solid;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;

}
.scrollToTop:hover, .scrollToTop:focus{
  text-decoration: none;
  outline: none;
}
#navarea{
  float: left;
  display: inline;
  width: 100%;  
}

/*
.navbar-default {  
  border-radius: 0;
  padding: 0;
  margin-bottom: 0px;
}

*/

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/*
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

*/

.custom_nav{
  border:1px solid #fff;
  width: 100%;
}

/*
.navbar-default .navbar-nav > li > a {
  color: #fff;
  display: block;
  font-family: "Questrial",sans-serif;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  margin-top: -2px;
  margin-bottom: -2px;
  padding-bottom: 17px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  
}

*/

.dropdown-menu > li > a {
  color: #fff;
  font-family: "Questrial",sans-serif;
  padding: 5px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
   -webkit-transition:all 0.5s; /* Ch, Saf  3.2 */
     -moz-transition: all 0.5s; /* 4 < Fx <16 */
      -ms-transition: all 0.5s; /* IE 10 */
       -o-transition: all 0.5s; /* 10.5 < Op < 12.1 */
          transition: all 0.5s; /* IE 10, Ch 26+, Fx 16+, Op 12*/

}

/*
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
*/

#mainContent {
  background-color: #f6f6f6;
  display: inline;
  float: left;  
  padding-top: 15px;
  width: 100%;
}
.content_top{
  float: left;
  display: inline;
  width: 100%;
}
.latest_slider{
  float: left;
  display: inline;
  width: 100%;
  padding-left: 10px;
  
}
@media screen and (max-width: 768px) {
.latest_slider{
  margin-bottom:20px;
}
}
.single_iteam{
  position: relative;
}
.single_iteam img{
  width: 100%;
}
.single_iteam h2 { 
  display: inline-block; 
  left: 15px;
  position: absolute;
  right: 15px;
  font-size: 20px;
  text-align: center;
  top: 40%;
}
.single_iteam h2>a:hover{
 color: rgb(0, 172, 239);
 background-color: rgb(255, 255, 255);
}
.single_iteam h2 > a {
  background-color: rgba(255, 255, 255, 0.75);
  color: #333;
  display: inline-block;
  font-size: 20px;
  padding: 20px;
}
.content_top_right{
  float: left;
  display: inline;
  width: 100%;
}
.featured_nav{}
.featured_nav li {
  display: block;
  float: left;
  height: 208px;
  margin-bottom: 10px;
  margin-right: 10px;
  position: relative;
  width: 48%;
}
.featured_nav li img{
  width: 100%;
  height: 100%;
}
.title_caption:hover, .title_caption_featured:hover {
  height: 130px; 
  padding-top: 15%; 
}
.title_caption{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  margin-left:15px;
  margin-right:15px;
  text-align: center;
  background-color: rgba(255,255,255,0.75);
  -webkit-transition:all 0.5s; /* Ch, Saf  3.2 */
     -moz-transition: all 0.5s; /* 4 < Fx <16 */
      -ms-transition: all 0.5s; /* IE 10 */
       -o-transition: all 0.5s; /* 10.5 < Op < 12.1 */
          transition: all 0.5s; /* IE 10, Ch 26+, Fx 16+, Op 12*/
}
.title_caption_large:hover {
  padding-top: 40px; 
  padding-bottom: 40px;
}
.title_caption_large {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  text-align: center;
  background-color: rgba(255,255,255,0.75);
  -webkit-transition:all 0.5s; /* Ch, Saf  3.2 */
     -moz-transition: all 0.5s; /* 4 < Fx <16 */
      -ms-transition: all 0.5s; /* IE 10 */
       -o-transition: all 0.5s; /* 10.5 < Op < 12.1 */
          transition: all 0.5s; /* IE 10, Ch 26+, Fx 16+, Op 12*/
}
.title_caption_featured{
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  padding: 10px;
  text-align: center;
  background-color: rgba(255,255,255,0.75);
  -webkit-transition:all 0.5s; /* Ch, Saf  3.2 */
     -moz-transition: all 0.5s; /* 4 < Fx <16 */
      -ms-transition: all 0.5s; /* IE 10 */
       -o-transition: all 0.5s; /* 10.5 < Op < 12.1 */
          transition: all 0.5s; /* IE 10, Ch 26+, Fx 16+, Op 12*/
}
.featured_nav li a{
  display:block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333;
   -webkit-transition:all 0.5s; /* Ch, Saf  3.2 */
     -moz-transition: all 0.5s; /* 4 < Fx <16 */
      -ms-transition: all 0.5s; /* IE 10 */
       -o-transition: all 0.5s; /* 10.5 < Op < 12.1 */
          transition: all 0.5s; /* IE 10, Ch 26+, Fx 16+, Op 12*/
  
}
.content_middle{
  float: left;
  display: inline;
  width: 100%;
}
@media screen and (min-width: 992px){
  .featured_padding {
  padding-right:0;
}
}
@media screen and (max-width: 992px){
  .featured_small_padding {
  padding-right:0;
  padding-left:0;
}
}
.content_middle_leftbar{
  float: left;
  display: inline;
  width: 100%;
}
.single_category{
  float: left;
  display: inline;
  width: 100%;  
}
.single_category>h2,.archive_style_1 > h2{
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}
.single_category{}
.single_category li {
  display: block;
  float: left;
  height: 208px;
  margin-bottom: 2%;
  margin-right: 8px;
  margin-left: 8px;
  position: relative;
  width: 31.3%;
}
.single_category_archive{}
.single_category_archive li {
  display: block;
  float: left;
  margin-bottom: 2%;
  margin-right: 8px;
  margin-left: 8px;
  position: relative;
  width: 31.3%;
}
.bold_line {
  bottom: 0;
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
}
.bold_line span {  
  display: block;
  height: 100%;
  width: 100%;
}
.solid_line {
  background-color: #fff;
  bottom: 5px;
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.title_text {
  background-color: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  top: 5px;
  z-index: 1;
}
.catg1_nav{

}
.catg1_nav li{
  float: left;
  display: inline;
  width: 100%;
  margin-bottom: 30px;
}
.catg1_nav li a{
}
.catgimg_container {
  height: 150px;  
  overflow: hidden;
  width: 100%;
  overflow: hidden;
}
.catg1_img img {
  height:100%;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.catg1_img:hover img{  
  -webkit-transform:scale(1.1); /* Safari and Chrome */
  -moz-transform:scale(1.1); /* Firefox */
  -ms-transform:scale(1.1); /* IE 9 */
  -o-transform:scale(1.1); /* Opera */
  transform:scale(1.1);

}
.catg1_nav li .post_title{
  color: #434c51;
  float: left;
  margin: 10px 0px;
  font-size:16px; 
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.catg1_nav li .post_title a{
  color: #383838;
  font-family: 'Questrial', sans-serif;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.content_middle_middle {
  border-left: 10px solid #798992;
  border-right: 10px solid #798992;
  display: inline;
  float: left;
  margin-top: 17px;
  position: relative;
  width: 100%;
}
.content_middle_middle:after {  
  content: "";
  height: 122px;
  left: -10px;
  position: absolute;
  top: 0;
  width: 10px;
}
.content_middle_middle:before { 
  content: "";
  height: 122px;
  right:-10px;
  position: absolute;
  top: 0;
  width: 10px;
}
.single_featured_slide{
  float: left;
  display: inline;
  width: 100%;
  text-align: center;
}
.single_featured_slide img{
  width: 100%;
}
.single_featured_slide>h2 a{
    color: #383838;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.single_featured_slide > p {
  font-size: 12px;
  padding: 0px 16px;
}
.content_middle_middle .slick-prev { 
  left: 15px;
  top: 25px;
}
.content_middle_middle .slick-next { 
  left: 62px;
  right: 0;
  top: 25px;
}
.content_middle_rightbar{
  float: left;
  display: inline;
  width: 100%;  
}
.content_bottom{
  float: left;
  display: inline;
  width: 100%;
}
/*
@media screen and (max-width: 480px){
.content_bottom{
  margin-bottom:30px;
}
}
*/
@media screen and (min-width: 992px){
.post_large_background {
background-color: #f6f6f6;
}
}
@media screen and (max-width: 480px) {
.content_bottom_left {
  display: inline;
  float: left;  
  min-height: 0;
  width: 100%;
  padding-left:0;
  /*
  padding-bottom: 30px;
  */
}
}
@media screen and (min-width: 991px) {
.content_bottom_left {
  padding-right: 20px;
  padding-left: 20px;
  margin-left: -15px;  
}
}
.business_category_left{
  float: left;
  display: inline;
  width: 49%;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
.archive_style_1 > .business_category_left {width:48% !important;margin-right:2%;}
.fashion_catgnav{

}
}
.fashion_catgnav li {
  border-bottom: 1px dotted #e5e5e5;
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.catgimg2_container{
  width: 100%;
  height: 240px;
  float: left;
  display: block; 
  overflow: hidden;
}
.catgimg2_container img{
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.catgimg2_container a:hover img{
   -webkit-transform:scale(1.1); /* Safari and Chrome */
  -moz-transform:scale(1.1); /* Firefox */
  -ms-transform:scale(1.1); /* IE 9 */
  -o-transform:scale(1.1); /* Opera */
  transform:scale(1.1);
}
.catg_titile{
  margin-bottom: 18px;
  float: left;
}
.catg_titile a{
  color: #383838;
  font-size: 24px;
}
.comments_box{
  float: left;
  display: inline;
  width: 100%;
  margin-bottom: 5px;
}
span.meta_date, span.meta_comment, span.meta_more, span.meta_author {
  display: inline-block;
  margin-right: 8px;
  color: #aaa;
  font-size: 12px;
}
.archive-author {
  color:#aaa;
}
span.meta_author:before {
  content: "\f007";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  padding-right: 4px;
  text-decoration: inherit;
}
span.meta_date:before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  padding-right: 4px;
  text-decoration: inherit;
}
span.meta_comment:before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  padding-right: 4px;
  text-decoration: inherit;
}
span.meta_more:before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  padding-right: 4px;
  text-decoration: inherit;
}

.business_category_right{
  float: right;
  display: inline;
  width: 49%;
  padding-top: 20px;
}
.small_catg{}
.small_catg li {
  border-bottom: 1px dotted #e5e5e5;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.related-img{
display: inline-block;
float: left;
}
.media-left{
width: 112px;
height: 112px;
}
.media-left>img{
  width: 100%;
}
.media-heading a{
  font-family: "Questrial",sans-serif;
}
.games_fashion_area{
  float: left;
  display: inline;
  width: 100%;
}
.games_category{
  float: left;
  display: inline;
  width: 49%;
}
.fashion_category{
  float: right;
  display: inline;
  width: 49%;
}
.technology_catrarea{
  float: left;
  display: inline;
  width: 100%;
}
.content_bottom_right{
  float: left;
  display: inline;
  width: 100%;  
}
.single_bottom_rightbar{
  float: left;
  display: inline;
  width: 100%;
}

/*
.single_bottom_rightbar>h2{  
  color: #222;
  display: block;
  font-family: "Questrial",sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin: 6px 0 15px;
  padding: 0 0 13px;
  text-transform: uppercase;
  position: relative;
}
.single_bottom_rightbar > h2:after {
  background: none repeat scroll 0 0 #798992;
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 45%;
}

*/

.popular_catg{

}
.popular_catg .media-left img{
  border:1px solid lightGrey;
  padding:2px;
}
.popular_catg li{
  border-bottom: none;
}
.tab-content{
  padding-top: 20px;
}
.nav-tabs > li > a:before{
  visibility: hidden;
  margin-right: 0px !important;
}
/*
.single_bottom_rightbar ul li a{
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.single_bottom_rightbar ul li>a:before {
  content: "-";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 5px;
}

*/
.blog_archive {
  display: inline;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.blog_archive select {
  background-color: #fff;
  border: medium none;
  height: 50px;
  padding: 10px;
  width: 100%;
}
.blog_archive select option {
  cursor: pointer;
  padding: 10px 5px;
}

#footer{
  float: left;
  display: inline;
  width: 100%;
  border-top: 10px solid #798992;
  margin-top: 30px; 
}
.footer_top {
  background-color: #434c51;
  display: inline;
  float: left;
  padding: 15px 0;
  width: 100%;
}

.single_footer_top{
  float: left;
  display: inline;
  width: 100%;
}
.single_footer_top > h2 {  
  font-size: 18px;
  margin: 0 0 10px;
  padding: 6px 0;
  text-transform: uppercase;
}
.flicker_nav{
  
}
.flicker_nav li {
  display: block;
  float: left;
  width: 22%;
  margin-right: 8px;
  margin-bottom: 8px;
}
.flicker_nav li a {
  display:block;
  height: 75px;  
  width:100%;
}
.flicker_nav li a img{
  width: 100%;
  height: 100%;
  -webkit-transition:   all 0.5s;
   -moz-transition:   all 0.5s;
   -ms-transition:   all 0.5s;
   -o-transition:   all 0.5s;
   transition:  all 0.5s; 

}
.flicker_nav li a img:hover{
  opacity: 0.75;
   -webkit-transform:rotate(360deg); /* Safari and Chrome */
  -moz-transform:rotate(360deg); /* Firefox */
  -ms-transform:rotate(360deg); /* IE 9 */
  -o-transform:rotate(360deg); /* Opera */
  transform:rotate(360deg);
}
.labels_nav{
  text-align: left;
}
.labels_nav li{
  display: inline-block;
}
.labels_nav li a{
  display: inline-block;
  background: none repeat scroll 0 0 #2e3d45;
  color: #dddddd;
  line-height: 12px;
  margin: 0 2px 4px 0;
  padding: 12px 17px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.single_footer_top p{
  color: #ddd;
}
.footer_bottom{
  float: left;
  display: inline;
  width: 100%;
  background: none repeat scroll 0 0 #282e31;
  color: #eeeeee;
  font-size: 12px;
  padding: 8px 20px;
}
.footer_bottom_left{
  float: left;
  display: inline;
  width: 100%;
}
.footer_bottom_left p,.footer_bottom_right p{
  color: #949494;
  margin: 9px 10px 10px;
}
.footer_bottom_right p{
  font-size: 10px;
}
.footer_bottom_right{
  float: left;
  display: inline;
  width: 100%;
  text-align: right;
}
/*=========start single page===========*/
.single_page_area {
  display: inline;
  float: left;
  padding-top: 15px;
  width: 100%;
  padding-bottom: 0;
}
.breadcrumb {  
  border-radius: 0;
}
.breadcrumb {
  background-color: #00ACEF;
  border: 2px solid #00ACEF;
}
.breadcrumb li a{color: #fff;}
.breadcrumb > li + li:before {
  color: #fff;
}
.breadcrumb > .active {
  color: #fff;
}
.single_page_area > h2 {  
  color: #798992;
  padding: 20px 10px;
  line-height: 40px;
}
.single_page_content{
  float: left;
  display: inline;
  width: 100%;
  padding-right:20px;
}
.post_commentbox {
  border-bottom: 1px dotted #dedede;
  display: inline;
  float: left;
  margin-bottom: 30px;
  padding-bottom: 2px;
  padding-left: 5px;
  width: 100%;
}
.post_commentbox a {
  margin-right: 5px;
  font-size: 11px;
}
.post_commentbox a > i {
  margin-right: 5px;
}
.post_commentbox span{
  color: #798992;
  font-size: 11px;
  margin-right: 5px;
}
.post_commentbox span > i {
  margin-right: 5px;
}
.single_page_content img {
  margin-bottom: 30px;
  margin-top: 20px;
  max-width: 100%;
}
.single_page_content blockquote {  
  border-style: solid;
  border-width: 5px;
  font-size: 15px;
  font-style: italic;
}
.single_page_content ul{
  margin-bottom: 10px;
}
.single_page_content ul li {
  margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 40px;
}
.single_page_content ul li:before {
    background: none repeat scroll 0 0 #00ACEF;
    border-radius: 1px;
}
.single_page_content ul li:before {  
  border-radius: 0;
  background-color: #00ACEF;
  content: "";
  height: 10px;
  margin-left: -15px;
  margin-top: 5px;
  position: absolute;
  width: 10px;
}
.btn:hover{
  border-radius: 0px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.post_pagination {  
  display: inline;
  float: left;
  height: 92px;
  margin-top: 40px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}
.prev {
  display: inline;
  float: left;
  width: 50%;  
}
.angle_left {  
  color: #fff;
  display: block;
  float: left;
  font-size: 20px;
  padding: 30px 2px;
  text-align: center;
  width: 50px;
}
.angle_right {  
  color: #fff;
  display: block;
  float: right;
  font-size: 20px;
  padding: 30px 2px;
  text-align: center;
  width: 50px;
}
.angle_right:hover,.angle_left:hover{
  color: #fff;
}
.pagincontent {
  display: inline;
  float: left;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  width: 86%;
}
.pagincontent > span {
  color: #798992;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
.pagincontent > a {
  color: #2f2f2f;
  display: block;
  font-size: 18px;
}
.next {
  display: inline;
  float: right;
  width: 50%;
  text-align: right;
}
.share_post {
  display: inline;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.share_post a { 
  color: #fff;
  display: block;
  float: left;
  height: 32px;
  line-height: 32px;
  margin-bottom: 25px;
  margin-right: 10px;
  padding-right: 10px;
}
.facebook{
  background-color: #436fc9;
}
.facebook i {
  background-color: #3967c6;
  display: block;
  float: left;
  font-size: 16px;
  height: 32px;
  line-height: 33px;
  margin-right: 10px;
  padding-top: 0;
  text-align: center;
  width: 32px;
}
.twitter{
background-color: #40bef4;
}
.twitter i{
  background-color: #26b5f2;
  display: block;
  float: left;
  font-size: 16px;
  height: 32px;
  line-height: 33px;
  margin-right: 10px;
  padding-top: 0;
  text-align: center;
  width: 32px;
}
.googleplus{
background-color: #ec5f4a;
}
.googleplus i{
  background-color: #e94d36;
  display: block;
  float: left;
  font-size: 16px;
  height: 32px;
  line-height: 33px;
  margin-right: 10px;
  padding-top: 0;
  text-align: center;
  width: 32px;
}

.linkedin{background-color: #007BB5;}
.linkedin i{background-color: #346DA6;}
.stumbleupon{background-color: #EF4E23;}
.stumbleupon i{background-color: #CA4638;}
.pinterest{background-color: #CA2127;}
.pinterest i{background-color: #A53829;}
.linkedin i,.stumbleupon i,.pinterest i{
  display: block;
  float: left;
  font-size: 16px;
  height: 32px;
  line-height: 33px;
  margin-right: 10px;
  padding-top: 0;
  text-align: center;
  width: 32px;
}

.similar_post {
  background-color: #fff;
  display: inline-block;
  float: left;
  margin-bottom: 20px;
  padding: 0 15px;
  width: 100%;
}
.similar_post h2 {
  border-bottom: 1px dotted #798992;
  font-size: 25px;
  padding-bottom: 5px;
}
.similar_nav li {
  border-bottom: 0px dotted #e5e5e5;  
  width: 33.3%;
  float: left;
}



/*===============start archive page===================*/
.archive_area{
  float: left;
  display: inline;
  width: 100%;
}
.single_archive {
  display: inline;
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.archive_imgcontainer{
  float: left;
  display: inline;
  width: 100%;
  height:300px; 
  overflow: hidden;
}
.archive_imgcontainer>img{
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.archive_imgcontainer:hover img{
  transform:scale(1.1);
}
.archive_caption {
  bottom: 25px;
  left: 0;
  padding: 10px 20px;
  position: absolute;
}
.archive_caption h2 > a {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: inline-block;
  font-size: 24px;
  line-height: 26px;
  padding: 8px 10px 10px;
}
.archive_caption h2>a:hover{
  text-decoration: underline;
}
.archive_caption p {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 3px;
}
.read_more {
  border-bottom: 4px solid #ffa500;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  text-align: right;
  width: 100%;
}
.read_more > span {
  background-color: #ffa500;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}


/*======================///////////////
      start responsive style
=====================///////////////////////*/


@media(max-width:1199px ){  
   .header_bottom_left{ width: 210px;}
  .logo{width: 210px;}
  .featured_nav li {height: 169px;width: 47.7%;}
  .single_featured_slide > h2 a {font-size: 20px;}
  .media-left>img{width: 100%; height: auto;}
  .pagincontent {width: 82%;}
}
@media(max-width:991px ){
  .header_bottom_left{ width: 100%;}
  .header_bottom_right{display: none;}
  .featured_nav li {margin-left: 10px;margin-right: 0px;height: 208px;}
  .catgimg_container {height: 105px;}
  .flicker_nav li a {height: 60px;}
  .content_bottom_left {margin-left: 0;padding-right: 15px;width: 100%;}
  .media-left>img{width: 100%;height:auto;}
  .pagincontent {width: 84%;}
  .contact_us {margin-top: 40px;  width: 100%;}
  .our_office {width: 100%;}
  
}

@media(max-width:767px ){
 .header_top_left{width: 60%;}
 .header_top_right{width: 40%;}
 .search_form input[type="text"] {width: 80%;}
 .container-fluid {padding-left: 15px;padding-right: 15px;}

 /*
 .navbar-collapse {padding-left: 15px;padding-right: 15px;}
 .navbar-nav {margin: 7.5px 0;}
 */
 .custom_nav{border: none;}
 .catgimg_container {height: 250px;}
 .media-heading{font-size: 14px;}
 .flicker_nav li a {height: 100px;}
 .single_footer_top {margin-bottom: 20px;}
 .footer_bottom_left {text-align: center;}
 .footer_bottom_right {text-align: center;}
 .media-left{width: 112px;height: 112px;}
 .business_category_left {width: 100%;}
 .similar_nav li {width: 100%;}
 .pagincontent {width: 87%;}
 .angle_right{width: 13%}
 .angle_left{width: 13%}
 .error_page_content h1 {font-size: 170px;}


}

@media(max-width:480px ){
  .header_top_left{width: 100%;}
  .top_nav {text-align: center;}
  .header_top_right{width: 100%;text-align: center;margin-bottom: 5px;}
  .search_form input[type="text"] {width: 80%;} 
  .logo {width: auto;}
  .header_bottom_left{text-align: center;}
  .latest_slider {padding-left: 0;}
  .featured_nav li {margin-left: 0;margin-right: 0;width: 100%;}
  .games_category {width: 100%;}
  .fashion_category {width: 100%;}
  .business_category_left {width: 100%;}
  .business_category_right {width: 100%;}
  .nav > li > a {padding: 10px;}
  .pagincontent > a {font-size: 13px;}
  .single_page_area > h2 {font-size: 20px;line-height: 30px;padding: 10px;}
  .breadcrumb li a {font-size: 12px;}
  .breadcrumb > .active {font-size: 12px;}
  .error_page_content h1 {font-size: 100px;}
}
@media(max-width:360px ){
  .catgimg_container {height: 150px;}  
   .media-left{width: 112px;height: 150px;}
   .flicker_nav li a {height: 60px;}
   .business_category_right .media-left,.games_category .media-left,.fashion_category .media-left{
    height: 112px;
   }
   .pagincontent > a {font-size: 10px;}
   .pagincontent > span {font-size: 10px;}
   .archive_caption h2 > a {font-size: 18px;line-height: 20px;}
  .error_page_content h1 {font-size: 70px;}
  .error_page_content h2 {font-size: 40px;}
  .error_page_content p {font-size: 17px;}
  .error_page_content h1:after, .error_page_content h1:before {height: 15px;width: 15px;}
  .error_page_content h1:after {right: -30px;}
  .error_page_content h1:before {left: -30px;}
  .top_nav li a{padding: 8px 7px;}
  .flicker_nav li{margin-right: 7px;margin-bottom: 7px;}
  .similar_post h2 {font-size: 17px;}

  
}

/* ------------------------------------ Font awesome -------------------------------------- */

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.2.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),
url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),
url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),
url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
font-weight:normal;
font-style:normal
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}
.fa-2x {
  font-size: 2em
}
.fa-3x {
  font-size: 3em
}
.fa-4x {
  font-size: 4em
}
.fa-5x {
  font-size: 5em
}
.fa-fw {
  width: 1.28571429em;
  text-align: center
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}
.fa-ul>li {
  position: relative
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}
.fa-li.fa-lg {
  left: -1.85714286em
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em
}
.pull-right {
  float: right
}
.pull-left {
  float: left
}
.fa.pull-left {
  margin-right: .3em
}
.fa.pull-right {
  margin-left: .3em
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}
.fa-rotate-90 {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}
.fa-rotate-180 {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.fa-rotate-270 {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}
.fa-flip-horizontal {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}
.fa-flip-vertical {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1)
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}
.fa-stack-1x {
  line-height: inherit
}
.fa-stack-2x {
  font-size: 2em
}
.fa-inverse {
  color: #fff
}
.fa-glass:before {
  content: "\f000"
}
.fa-music:before {
  content: "\f001"
}
.fa-search:before {
  content: "\f002"
}
.fa-envelope-o:before {
  content: "\f003"
}
.fa-heart:before {
  content: "\f004"
}
.fa-star:before {
  content: "\f005"
}
.fa-star-o:before {
  content: "\f006"
}
.fa-user:before {
  content: "\f007"
}
.fa-film:before {
  content: "\f008"
}
.fa-th-large:before {
  content: "\f009"
}
.fa-th:before {
  content: "\f00a"
}
.fa-th-list:before {
  content: "\f00b"
}
.fa-check:before {
  content: "\f00c"
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"
}
.fa-search-plus:before {
  content: "\f00e"
}
.fa-search-minus:before {
  content: "\f010"
}
.fa-power-off:before {
  content: "\f011"
}
.fa-signal:before {
  content: "\f012"
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013"
}
.fa-trash-o:before {
  content: "\f014"
}
.fa-home:before {
  content: "\f015"
}
.fa-file-o:before {
  content: "\f016"
}
.fa-clock-o:before {
  content: "\f017"
}
.fa-road:before {
  content: "\f018"
}
.fa-download:before {
  content: "\f019"
}
.fa-arrow-circle-o-down:before {
  content: "\f01a"
}
.fa-arrow-circle-o-up:before {
  content: "\f01b"
}
.fa-inbox:before {
  content: "\f01c"
}
.fa-play-circle-o:before {
  content: "\f01d"
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"
}
.fa-refresh:before {
  content: "\f021"
}
.fa-list-alt:before {
  content: "\f022"
}
.fa-lock:before {
  content: "\f023"
}
.fa-flag:before {
  content: "\f024"
}
.fa-headphones:before {
  content: "\f025"
}
.fa-volume-off:before {
  content: "\f026"
}
.fa-volume-down:before {
  content: "\f027"
}
.fa-volume-up:before {
  content: "\f028"
}
.fa-qrcode:before {
  content: "\f029"
}
.fa-barcode:before {
  content: "\f02a"
}
.fa-tag:before {
  content: "\f02b"
}
.fa-tags:before {
  content: "\f02c"
}
.fa-book:before {
  content: "\f02d"
}
.fa-bookmark:before {
  content: "\f02e"
}
.fa-print:before {
  content: "\f02f"
}
.fa-camera:before {
  content: "\f030"
}
.fa-font:before {
  content: "\f031"
}
.fa-bold:before {
  content: "\f032"
}
.fa-italic:before {
  content: "\f033"
}
.fa-text-height:before {
  content: "\f034"
}
.fa-text-width:before {
  content: "\f035"
}
.fa-align-left:before {
  content: "\f036"
}
.fa-align-center:before {
  content: "\f037"
}
.fa-align-right:before {
  content: "\f038"
}
.fa-align-justify:before {
  content: "\f039"
}
.fa-list:before {
  content: "\f03a"
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"
}
.fa-indent:before {
  content: "\f03c"
}
.fa-video-camera:before {
  content: "\f03d"
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"
}
.fa-pencil:before {
  content: "\f040"
}
.fa-map-marker:before {
  content: "\f041"
}
.fa-adjust:before {
  content: "\f042"
}
.fa-tint:before {
  content: "\f043"
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"
}
.fa-share-square-o:before {
  content: "\f045"
}
.fa-check-square-o:before {
  content: "\f046"
}
.fa-arrows:before {
  content: "\f047"
}
.fa-step-backward:before {
  content: "\f048"
}
.fa-fast-backward:before {
  content: "\f049"
}
.fa-backward:before {
  content: "\f04a"
}
.fa-play:before {
  content: "\f04b"
}
.fa-pause:before {
  content: "\f04c"
}
.fa-stop:before {
  content: "\f04d"
}
.fa-forward:before {
  content: "\f04e"
}
.fa-fast-forward:before {
  content: "\f050"
}
.fa-step-forward:before {
  content: "\f051"
}
.fa-eject:before {
  content: "\f052"
}
.fa-chevron-left:before {
  content: "\f053"
}
.fa-chevron-right:before {
  content: "\f054"
}
.fa-plus-circle:before {
  content: "\f055"
}
.fa-minus-circle:before {
  content: "\f056"
}
.fa-times-circle:before {
  content: "\f057"
}
.fa-check-circle:before {
  content: "\f058"
}
.fa-question-circle:before {
  content: "\f059"
}
.fa-info-circle:before {
  content: "\f05a"
}
.fa-crosshairs:before {
  content: "\f05b"
}
.fa-times-circle-o:before {
  content: "\f05c"
}
.fa-check-circle-o:before {
  content: "\f05d"
}
.fa-ban:before {
  content: "\f05e"
}
.fa-arrow-left:before {
  content: "\f060"
}
.fa-arrow-right:before {
  content: "\f061"
}
.fa-arrow-up:before {
  content: "\f062"
}
.fa-arrow-down:before {
  content: "\f063"
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"
}
.fa-expand:before {
  content: "\f065"
}
.fa-compress:before {
  content: "\f066"
}
.fa-plus:before {
  content: "\f067"
}
.fa-minus:before {
  content: "\f068"
}
.fa-asterisk:before {
  content: "\f069"
}
.fa-exclamation-circle:before {
  content: "\f06a"
}
.fa-gift:before {
  content: "\f06b"
}
.fa-leaf:before {
  content: "\f06c"
}
.fa-fire:before {
  content: "\f06d"
}
.fa-eye:before {
  content: "\f06e"
}
.fa-eye-slash:before {
  content: "\f070"
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"
}
.fa-plane:before {
  content: "\f072"
}
.fa-calendar:before {
  content: "\f073"
}
.fa-random:before {
  content: "\f074"
}
.fa-comment:before {
  content: "\f075"
}
.fa-magnet:before {
  content: "\f076"
}
.fa-chevron-up:before {
  content: "\f077"
}
.fa-chevron-down:before {
  content: "\f078"
}
.fa-retweet:before {
  content: "\f079"
}
.fa-shopping-cart:before {
  content: "\f07a"
}
.fa-folder:before {
  content: "\f07b"
}
.fa-folder-open:before {
  content: "\f07c"
}
.fa-arrows-v:before {
  content: "\f07d"
}
.fa-arrows-h:before {
  content: "\f07e"
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"
}
.fa-twitter-square:before {
  content: "\f081"
}
.fa-facebook-square:before {
  content: "\f082"
}
.fa-camera-retro:before {
  content: "\f083"
}
.fa-key:before {
  content: "\f084"
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085"
}
.fa-comments:before {
  content: "\f086"
}
.fa-thumbs-o-up:before {
  content: "\f087"
}
.fa-thumbs-o-down:before {
  content: "\f088"
}
.fa-star-half:before {
  content: "\f089"
}
.fa-heart-o:before {
  content: "\f08a"
}
.fa-sign-out:before {
  content: "\f08b"
}
.fa-linkedin-square:before {
  content: "\f08c"
}
.fa-thumb-tack:before {
  content: "\f08d"
}
.fa-external-link:before {
  content: "\f08e"
}
.fa-sign-in:before {
  content: "\f090"
}
.fa-trophy:before {
  content: "\f091"
}
.fa-github-square:before {
  content: "\f092"
}
.fa-upload:before {
  content: "\f093"
}
.fa-lemon-o:before {
  content: "\f094"
}
.fa-phone:before {
  content: "\f095"
}
.fa-square-o:before {
  content: "\f096"
}
.fa-bookmark-o:before {
  content: "\f097"
}
.fa-phone-square:before {
  content: "\f098"
}
.fa-twitter:before {
  content: "\f099"
}
.fa-facebook:before {
  content: "\f09a"
}
.fa-github:before {
  content: "\f09b"
}
.fa-unlock:before {
  content: "\f09c"
}
.fa-credit-card:before {
  content: "\f09d"
}
.fa-rss:before {
  content: "\f09e"
}
.fa-hdd-o:before {
  content: "\f0a0"
}
.fa-bullhorn:before {
  content: "\f0a1"
}
.fa-bell:before {
  content: "\f0f3"
}
.fa-certificate:before {
  content: "\f0a3"
}
.fa-hand-o-right:before {
  content: "\f0a4"
}
.fa-hand-o-left:before {
  content: "\f0a5"
}
.fa-hand-o-up:before {
  content: "\f0a6"
}
.fa-hand-o-down:before {
  content: "\f0a7"
}
.fa-arrow-circle-left:before {
  content: "\f0a8"
}
.fa-arrow-circle-right:before {
  content: "\f0a9"
}
.fa-arrow-circle-up:before {
  content: "\f0aa"
}
.fa-arrow-circle-down:before {
  content: "\f0ab"
}
.fa-globe:before {
  content: "\f0ac"
}
.fa-wrench:before {
  content: "\f0ad"
}
.fa-tasks:before {
  content: "\f0ae"
}
.fa-filter:before {
  content: "\f0b0"
}
.fa-briefcase:before {
  content: "\f0b1"
}
.fa-arrows-alt:before {
  content: "\f0b2"
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0"
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1"
}
.fa-cloud:before {
  content: "\f0c2"
}
.fa-flask:before {
  content: "\f0c3"
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"
}
.fa-paperclip:before {
  content: "\f0c6"
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"
}
.fa-square:before {
  content: "\f0c8"
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"
}
.fa-list-ul:before {
  content: "\f0ca"
}
.fa-list-ol:before {
  content: "\f0cb"
}
.fa-strikethrough:before {
  content: "\f0cc"
}
.fa-underline:before {
  content: "\f0cd"
}
.fa-table:before {
  content: "\f0ce"
}
.fa-magic:before {
  content: "\f0d0"
}
.fa-truck:before {
  content: "\f0d1"
}
.fa-pinterest:before {
  content: "\f0d2"
}
.fa-pinterest-square:before {
  content: "\f0d3"
}
.fa-google-plus-square:before {
  content: "\f0d4"
}
.fa-google-plus:before {
  content: "\f0d5"
}
.fa-money:before {
  content: "\f0d6"
}
.fa-caret-down:before {
  content: "\f0d7"
}
.fa-caret-up:before {
  content: "\f0d8"
}
.fa-caret-left:before {
  content: "\f0d9"
}
.fa-caret-right:before {
  content: "\f0da"
}
.fa-columns:before {
  content: "\f0db"
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"
}
.fa-envelope:before {
  content: "\f0e0"
}
.fa-linkedin:before {
  content: "\f0e1"
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"
}
.fa-comment-o:before {
  content: "\f0e5"
}
.fa-comments-o:before {
  content: "\f0e6"
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"
}
.fa-sitemap:before {
  content: "\f0e8"
}
.fa-umbrella:before {
  content: "\f0e9"
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"
}
.fa-lightbulb-o:before {
  content: "\f0eb"
}
.fa-exchange:before {
  content: "\f0ec"
}
.fa-cloud-download:before {
  content: "\f0ed"
}
.fa-cloud-upload:before {
  content: "\f0ee"
}
.fa-user-md:before {
  content: "\f0f0"
}
.fa-stethoscope:before {
  content: "\f0f1"
}
.fa-suitcase:before {
  content: "\f0f2"
}
.fa-bell-o:before {
  content: "\f0a2"
}
.fa-coffee:before {
  content: "\f0f4"
}
.fa-cutlery:before {
  content: "\f0f5"
}
.fa-file-text-o:before {
  content: "\f0f6"
}
.fa-building-o:before {
  content: "\f0f7"
}
.fa-hospital-o:before {
  content: "\f0f8"
}
.fa-ambulance:before {
  content: "\f0f9"
}
.fa-medkit:before {
  content: "\f0fa"
}
.fa-fighter-jet:before {
  content: "\f0fb"
}
.fa-beer:before {
  content: "\f0fc"
}
.fa-h-square:before {
  content: "\f0fd"
}
.fa-plus-square:before {
  content: "\f0fe"
}
.fa-angle-double-left:before {
  content: "\f100"
}
.fa-angle-double-right:before {
  content: "\f101"
}
.fa-angle-double-up:before {
  content: "\f102"
}
.fa-angle-double-down:before {
  content: "\f103"
}
.fa-angle-left:before {
  content: "\f104"
}
.fa-angle-right:before {
  content: "\f105"
}
.fa-angle-up:before {
  content: "\f106"
}
.fa-angle-down:before {
  content: "\f107"
}
.fa-desktop:before {
  content: "\f108"
}
.fa-laptop:before {
  content: "\f109"
}
.fa-tablet:before {
  content: "\f10a"
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"
}
.fa-circle-o:before {
  content: "\f10c"
}
.fa-quote-left:before {
  content: "\f10d"
}
.fa-quote-right:before {
  content: "\f10e"
}
.fa-spinner:before {
  content: "\f110"
}
.fa-circle:before {
  content: "\f111"
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"
}
.fa-github-alt:before {
  content: "\f113"
}
.fa-folder-o:before {
  content: "\f114"
}
.fa-folder-open-o:before {
  content: "\f115"
}
.fa-smile-o:before {
  content: "\f118"
}
.fa-frown-o:before {
  content: "\f119"
}
.fa-meh-o:before {
  content: "\f11a"
}
.fa-gamepad:before {
  content: "\f11b"
}
.fa-keyboard-o:before {
  content: "\f11c"
}
.fa-flag-o:before {
  content: "\f11d"
}
.fa-flag-checkered:before {
  content: "\f11e"
}
.fa-terminal:before {
  content: "\f120"
}
.fa-code:before {
  content: "\f121"
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"
}
.fa-location-arrow:before {
  content: "\f124"
}
.fa-crop:before {
  content: "\f125"
}
.fa-code-fork:before {
  content: "\f126"
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"
}
.fa-question:before {
  content: "\f128"
}
.fa-info:before {
  content: "\f129"
}
.fa-exclamation:before {
  content: "\f12a"
}
.fa-superscript:before {
  content: "\f12b"
}
.fa-subscript:before {
  content: "\f12c"
}
.fa-eraser:before {
  content: "\f12d"
}
.fa-puzzle-piece:before {
  content: "\f12e"
}
.fa-microphone:before {
  content: "\f130"
}
.fa-microphone-slash:before {
  content: "\f131"
}
.fa-shield:before {
  content: "\f132"
}
.fa-calendar-o:before {
  content: "\f133"
}
.fa-fire-extinguisher:before {
  content: "\f134"
}
.fa-rocket:before {
  content: "\f135"
}
.fa-maxcdn:before {
  content: "\f136"
}
.fa-chevron-circle-left:before {
  content: "\f137"
}
.fa-chevron-circle-right:before {
  content: "\f138"
}
.fa-chevron-circle-up:before {
  content: "\f139"
}
.fa-chevron-circle-down:before {
  content: "\f13a"
}
.fa-html5:before {
  content: "\f13b"
}
.fa-css3:before {
  content: "\f13c"
}
.fa-anchor:before {
  content: "\f13d"
}
.fa-unlock-alt:before {
  content: "\f13e"
}
.fa-bullseye:before {
  content: "\f140"
}
.fa-ellipsis-h:before {
  content: "\f141"
}
.fa-ellipsis-v:before {
  content: "\f142"
}
.fa-rss-square:before {
  content: "\f143"
}
.fa-play-circle:before {
  content: "\f144"
}
.fa-ticket:before {
  content: "\f145"
}
.fa-minus-square:before {
  content: "\f146"
}
.fa-minus-square-o:before {
  content: "\f147"
}
.fa-level-up:before {
  content: "\f148"
}
.fa-level-down:before {
  content: "\f149"
}
.fa-check-square:before {
  content: "\f14a"
}
.fa-pencil-square:before {
  content: "\f14b"
}
.fa-external-link-square:before {
  content: "\f14c"
}
.fa-share-square:before {
  content: "\f14d"
}
.fa-compass:before {
  content: "\f14e"
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153"
}
.fa-gbp:before {
  content: "\f154"
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155"
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156"
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"
}
.fa-won:before,
.fa-krw:before {
  content: "\f159"
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"
}
.fa-file:before {
  content: "\f15b"
}
.fa-file-text:before {
  content: "\f15c"
}
.fa-sort-alpha-asc:before {
  content: "\f15d"
}
.fa-sort-alpha-desc:before {
  content: "\f15e"
}
.fa-sort-amount-asc:before {
  content: "\f160"
}
.fa-sort-amount-desc:before {
  content: "\f161"
}
.fa-sort-numeric-asc:before {
  content: "\f162"
}
.fa-sort-numeric-desc:before {
  content: "\f163"
}
.fa-thumbs-up:before {
  content: "\f164"
}
.fa-thumbs-down:before {
  content: "\f165"
}
.fa-youtube-square:before {
  content: "\f166"
}
.fa-youtube:before {
  content: "\f167"
}
.fa-xing:before {
  content: "\f168"
}
.fa-xing-square:before {
  content: "\f169"
}
.fa-youtube-play:before {
  content: "\f16a"
}
.fa-dropbox:before {
  content: "\f16b"
}
.fa-stack-overflow:before {
  content: "\f16c"
}
.fa-instagram:before {
  content: "\f16d"
}
.fa-flickr:before {
  content: "\f16e"
}
.fa-adn:before {
  content: "\f170"
}
.fa-bitbucket:before {
  content: "\f171"
}
.fa-bitbucket-square:before {
  content: "\f172"
}
.fa-tumblr:before {
  content: "\f173"
}
.fa-tumblr-square:before {
  content: "\f174"
}
.fa-long-arrow-down:before {
  content: "\f175"
}
.fa-long-arrow-up:before {
  content: "\f176"
}
.fa-long-arrow-left:before {
  content: "\f177"
}
.fa-long-arrow-right:before {
  content: "\f178"
}
.fa-apple:before {
  content: "\f179"
}
.fa-windows:before {
  content: "\f17a"
}
.fa-android:before {
  content: "\f17b"
}
.fa-linux:before {
  content: "\f17c"
}
.fa-dribbble:before {
  content: "\f17d"
}
.fa-skype:before {
  content: "\f17e"
}
.fa-foursquare:before {
  content: "\f180"
}
.fa-trello:before {
  content: "\f181"
}
.fa-female:before {
  content: "\f182"
}
.fa-male:before {
  content: "\f183"
}
.fa-gittip:before {
  content: "\f184"
}
.fa-sun-o:before {
  content: "\f185"
}
.fa-moon-o:before {
  content: "\f186"
}
.fa-archive:before {
  content: "\f187"
}
.fa-bug:before {
  content: "\f188"
}
.fa-vk:before {
  content: "\f189"
}
.fa-weibo:before {
  content: "\f18a"
}
.fa-renren:before {
  content: "\f18b"
}
.fa-pagelines:before {
  content: "\f18c"
}
.fa-stack-exchange:before {
  content: "\f18d"
}
.fa-arrow-circle-o-right:before {
  content: "\f18e"
}
.fa-arrow-circle-o-left:before {
  content: "\f190"
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"
}
.fa-dot-circle-o:before {
  content: "\f192"
}
.fa-wheelchair:before {
  content: "\f193"
}
.fa-vimeo-square:before {
  content: "\f194"
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"
}
.fa-plus-square-o:before {
  content: "\f196"
}
.fa-space-shuttle:before {
  content: "\f197"
}
.fa-slack:before {
  content: "\f198"
}
.fa-envelope-square:before {
  content: "\f199"
}
.fa-wordpress:before {
  content: "\f19a"
}
.fa-openid:before {
  content: "\f19b"
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"
}
.fa-yahoo:before {
  content: "\f19e"
}
.fa-google:before {
  content: "\f1a0"
}
.fa-reddit:before {
  content: "\f1a1"
}
.fa-reddit-square:before {
  content: "\f1a2"
}
.fa-stumbleupon-circle:before {
  content: "\f1a3"
}
.fa-stumbleupon:before {
  content: "\f1a4"
}
.fa-delicious:before {
  content: "\f1a5"
}
.fa-digg:before {
  content: "\f1a6"
}
.fa-pied-piper:before {
  content: "\f1a7"
}
.fa-pied-piper-alt:before {
  content: "\f1a8"
}
.fa-drupal:before {
  content: "\f1a9"
}
.fa-joomla:before {
  content: "\f1aa"
}
.fa-language:before {
  content: "\f1ab"
}
.fa-fax:before {
  content: "\f1ac"
}
.fa-building:before {
  content: "\f1ad"
}
.fa-child:before {
  content: "\f1ae"
}
.fa-paw:before {
  content: "\f1b0"
}
.fa-spoon:before {
  content: "\f1b1"
}
.fa-cube:before {
  content: "\f1b2"
}
.fa-cubes:before {
  content: "\f1b3"
}
.fa-behance:before {
  content: "\f1b4"
}
.fa-behance-square:before {
  content: "\f1b5"
}
.fa-steam:before {
  content: "\f1b6"
}
.fa-steam-square:before {
  content: "\f1b7"
}
.fa-recycle:before {
  content: "\f1b8"
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"
}
.fa-tree:before {
  content: "\f1bb"
}
.fa-spotify:before {
  content: "\f1bc"
}
.fa-deviantart:before {
  content: "\f1bd"
}
.fa-soundcloud:before {
  content: "\f1be"
}
.fa-database:before {
  content: "\f1c0"
}
.fa-file-pdf-o:before {
  content: "\f1c1"
}
.fa-file-word-o:before {
  content: "\f1c2"
}
.fa-file-excel-o:before {
  content: "\f1c3"
}
.fa-file-powerpoint-o:before {
  content: "\f1c4"
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"
}
.fa-file-code-o:before {
  content: "\f1c9"
}
.fa-vine:before {
  content: "\f1ca"
}
.fa-codepen:before {
  content: "\f1cb"
}
.fa-jsfiddle:before {
  content: "\f1cc"
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"
}
.fa-circle-o-notch:before {
  content: "\f1ce"
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"
}
.fa-git-square:before {
  content: "\f1d2"
}
.fa-git:before {
  content: "\f1d3"
}
.fa-hacker-news:before {
  content: "\f1d4"
}
.fa-tencent-weibo:before {
  content: "\f1d5"
}
.fa-qq:before {
  content: "\f1d6"
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"
}
.fa-history:before {
  content: "\f1da"
}
.fa-circle-thin:before {
  content: "\f1db"
}
.fa-header:before {
  content: "\f1dc"
}
.fa-paragraph:before {
  content: "\f1dd"
}
.fa-sliders:before {
  content: "\f1de"
}
.fa-share-alt:before {
  content: "\f1e0"
}
.fa-share-alt-square:before {
  content: "\f1e1"
}
.fa-bomb:before {
  content: "\f1e2"
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"
}
.fa-tty:before {
  content: "\f1e4"
}
.fa-binoculars:before {
  content: "\f1e5"
}
.fa-plug:before {
  content: "\f1e6"
}
.fa-slideshare:before {
  content: "\f1e7"
}
.fa-twitch:before {
  content: "\f1e8"
}
.fa-yelp:before {
  content: "\f1e9"
}
.fa-newspaper-o:before {
  content: "\f1ea"
}
.fa-wifi:before {
  content: "\f1eb"
}
.fa-calculator:before {
  content: "\f1ec"
}
.fa-paypal:before {
  content: "\f1ed"
}
.fa-google-wallet:before {
  content: "\f1ee"
}
.fa-cc-visa:before {
  content: "\f1f0"
}
.fa-cc-mastercard:before {
  content: "\f1f1"
}
.fa-cc-discover:before {
  content: "\f1f2"
}
.fa-cc-stripe:before {
  content: "\f1f5"
}
.fa-bell-slash:before {
  content: "\f1f6"
}
.fa-bell-slash-o:before {
  content: "\f1f7"
}
.fa-trash:before {
  content: "\f1f8"
}
.fa-copyright:before {
  content: "\f1f9"
}
.fa-at:before {
  content: "\f1fa"
}
.fa-eyedropper:before {
  content: "\f1fb"
}
.fa-paint-brush:before {
  content: "\f1fc"
}
.fa-birthday-cake:before {
  content: "\f1fd"
}
.fa-area-chart:before {
  content: "\f1fe"
}
.fa-pie-chart:before {
  content: "\f200"
}
.fa-line-chart:before {
  content: "\f201"
}
.fa-lastfm:before {
  content: "\f202"
}
.fa-lastfm-square:before {
  content: "\f203"
}
.fa-toggle-off:before {
  content: "\f204"
}
.fa-toggle-on:before {
  content: "\f205"
}
.fa-bicycle:before {
  content: "\f206"
}
.fa-bus:before {
  content: "\f207"
}
.fa-ioxhost:before {
  content: "\f208"
}
.fa-angellist:before {
  content: "\f209"
}
.fa-cc:before {
  content: "\f20a"
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"
}
.fa-meanpath:before {
  content: "\f20c"
}


/* --------------------------------------------------------------      JMC Custom Classes     -------------------------------------------------------- */

.img-border-grey{
	border: 2px solid;
	border-color:rgb(80,80,80)
}

.img-border-blue{
	border: 1px solid;
	border-color:rgb(0,172,239)
}

.img-border-dark-blue{
	border: 1px solid;
	border-color: #298CCD
}

.img-border-blue2{
	border: 2px solid;
	border-color:rgb(0,172,239)
}

.blue-background {
	background-color: rgb(0,172,239);
}

.col-centered {
    display:inline-block;
    float:none;
}

.col-vert-top{
	vertical-align: top;
}

.col-vert-middle{
	vertical-align: middle;
}

.navbar-toggle {
    margin-top: 30px;
	margin-right: 4%
}

.top2 { 
	margin-top:2%;
}

.top4 { 
	margin-top:4%;
}
.imms-pricing-main {
	padding-top:3%;
	padding-bottom:3%
}

.lead {
  margin-bottom: 2%;
  margin-top: 2%;
  font-size: 3em;
  line-height: 1.4;
  color: rgb(0,172,239)
}

.bottom2{
	margin-bottom: 2%;
}

body {
  font-family: 'Questrial', sans-serif;
}

.dancing-script{
	font-family: 'Dancing Script', cursive;
}

.navbar {
  min-height: 96px;
}

.navbar-default {
  background-color:rgb(249, 253, 254);
  border-color: transparent;
}

.nav-image{
  background-image: url('/images/navimage-wide.jpg');
  background-repeat:no-repeat;
}

.header-image-single{
  width: 100%;
  height:500px;
    background: url('/images/header/slide-two.jpg') 80%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1200px) {
.header-image-right-large{
    height: 356px;
    max-width: 50%;
    background: url('/images/nurse_with_boy_wd.jpg') center center;
	background-repeat: no-repeat;
}
}

.welcomebutton{
	position: absolute;
	margin-left: -150px;
	left:50%;
	z-index: 1000; 
}

@media screen and (min-width: 992px) {
.welcomebutton-height {
	top: 28px; 
}
}

.img-wrapper img:hover {
    transform:scale(1.2);
    -ms-transform:scale(1.2); /* IE 9 */
    -moz-transform:scale(1.2); /* Firefox */
    -webkit-transform:scale(1.2); /* Safari and Chrome */
    -o-transform:scale(1.2); /* Opera */
}

@media screen and (max-width:435px) {
	.hide-xxs{
	visibility:hidden;	
}
}

.services-icon-blue{
	padding: 0; 
	background-color: #337ab7;
	border-radius: 100px;
}

.services-icon-grey{
	padding: 0; 
	background-color: rgb(153, 153, 153);
	border-radius: 100px;
}

.plane-image-back{
	padding: 0; 
	background-color: rgb(153, 153, 153);
	border-radius: 100px;
	width: 150px;
	height:150px;
}

/* Navigation Bar */
.navbar-nav li a {
 line-height: 65px;
 font-size: 18px;
}

.navbar{
    width: 100%;
    margin: 0 auto;
	float:right;
   display:inline-block;
   *display:inline; /* ie7 fix */
   *zoom:1; /* hasLayout ie7 trigger */
}​


.navbar-nav {
	line-height:94px;
}

@media screen and (max-width: 768px) {
.navbar-margin-small {
	margin: 0;
}
}

.navbar .nav,
.navbar .nav > li {
  display:inline-block;
  *display:inline; /* ie7 fix */
  *zoom:1; /* hasLayout ie7 trigger */
  vertical-align: top;

}


@media screen and (min-width:768px) {
.navbar .nav,
.navbar .nav > li {
  text-align:center;
  display:inline-block;
  *display:inline; /* ie7 fix */
  *zoom:1; /* hasLayout ie7 trigger */
  vertical-align: center;
}
}

@media screen and (min-width: 768px) {
.nav-right {
	text-align:center;
	float:right;
}
}

@media screen and (max-width:768px) {
.navbar-collapse.in {
  overflow-y: visible;  
}
}

.navbar-collapse {
  border-top:0px;  
}

.navbar-fixed-top{
	border-bottom: 1px solid;
	border-bottom-color: rgb(0, 173, 239);
}

/* Homepage Custom */

.map-container{
	height: 300px;
}

@media screen and (min-width:768px){
.header-text {
  top:28px;
  position:absolute;
  text-align:left
}
}

@media screen and (max-width:768px){
.header-text {
  text-align:center;
}
}

@media screen and (min-width:768px){
.index-focus {
 margin-top:-80px;
}
}

@media screen and (max-width:768px){
.index-focus {
 margin-top:30px;
}
}

.breakline{
	left: 0px; 
	top: 50%; 
	margin-left: 0px; 
	margin-top: -0.5px; 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: rgb(0, 173, 239);
}

.breakline-script {
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: rgb(0, 173, 239);
}

.scriptformprescription{
	height: 1800px;	
}

.dancing-header-text {
	font-size:3em;
}

.scriptform{
	height: 200px;	
}

 .iframe-load {
  background:url('/images/iframe-load.png') top center no-repeat;
 }

.white-text{
	color:rgb(255, 255, 255);
}

body {
    padding-top: 96px;
}

 
.servicesrow{
	margin-left:-3px;
}

.servicescol {
	margin-top:2%;
	margin-bottom:2%;
}

.services-link{
  cursor: pointer;
}

@media screen and (max-width: 768px) {
.services-center {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
}

.services-img-align{
	margin:auto;
	max-width: 100%;
}

 .services-text {
	 font-size:1.5em;
	 padding-left:0;	 
 }
 
 @media screen and (min-width:768px) {
  .services-text-left {
	 text-align:left;
	 
 }
 }

.row-gray{
	background:gray;
}

.top30 { margin-top:30px; }


.nav-z{
	z-index:1050;
}
}

.jmc-footer {
  padding: 10px 15px;
  padding-bottom: 50px;
  background-color: rgb(0, 173, 239);
  border-top: 0px solid #ddd;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-bottom: 0px;
}

.back-to-top {
    position: fixed;
    bottom: 1em;
	width: 100px;
	left:50%;
	margin-left: -50px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 173, 239);
    font-size: 14px;
    padding: 4px;
    display: none;
	border-radius: 100px;
}

.back-to-top:hover {    
    background-color: rgb(0, 173, 239);
}


.img-wrapper img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    vertical-align: middle;
}

.img-wrapper {
    display: inline-block;
    overflow: hidden;
}

.about-us-external{
	vertical-align: middle;
	text-align:left;
	font-size: 1.2em;
}

@media screen and (min-width:992px) {
.about-us-compass{
	vertical-align: middle;
	text-align:left;
}
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: none;
}

.biodiv{
	padding-left:20%;
	padding-right:20%;
	padding-bottom: 2%; 
	background-color:rgb(218,218,216); 
	border: 1px solid; 
	border-color:rgb(166,165,163);
	color: #333;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
.biodiv{
	padding-left:10%;
	padding-right:10%;
}
}

.servicesdiv{
	padding-left:10%;
	padding-right:10%;
	padding-bottom: 2%; 
	padding-top:2%;
	background-color:rgb(218,218,216); 
	border: 1px solid; 
	border-color:rgb(166,165,163);
	color: #333;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
.services-padding-large {
	left:4%
}
}

@media screen and (max-width:768px) {
.services-padding-small{
	left:4%;
	right:4%;
}
}

.clickclose{
	color: rgb(0, 173, 239);
}

.doctornames{
	color: #333;
    text-decoration: none;
}

.panel-collapse{
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

@media screen and (max-width:768px) {
	.phone-center{
		text-align:center;
	}
}

@media screen and (max-width:992px) {
	.phone-center-pilot{
		text-align:center;
	}
}

@media screen and (max-width:1193px) {
	.phone-center-index{
		text-align:center;
	}
}

@media screen and (min-width:992px){
	.about-us-padding-left {
	padding-left:10%;
}
}

@media screen and (min-width:768px){
	.about-us-padding-right {
	padding-right:10%;
}
}

.navbar-brand {
  float: none;
  height: 50px;
  padding: 15px 15px;
  padding-left:;
  font-size: 18px;
  display:inline-block;
  colour: #23527c;
  
}

@media screen and (max-width:768px){
	.about-external-xs-margin{
		margin-top: 5%;
	}
}

@media screen and (max-width:1199px){
	.map-xs-margin{
		margin-top: 6%;
	}
}

.navbar-default .navbar-nav > li > a {
	color: #23527c;
}

.navbar-default .navbar-brand {
	color: #23527c;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 160px;
}

.body-contactus {
  /* Margin bottom by footer height */
  margin-bottom: 140px;
}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 140px;
  background-color: rgb(0, 173, 239);
  padding-top: 10px;
}

.pricing-panel {

    transition: padding 0.5s;
    -moz-transition: padding 0.5s; /* Firefox 4 */
    -webkit-transition: padding 0.5s; /* Safari and Chrome */
    -o-transition: padding 0.5s; /* Opera */
    -ms-transition:padding 0.5s; /* IE9 (maybe) */ 	
  
}

.pricing-panel:hover {
	padding:10px;
}

.panel-heading-last {
  padding: 10px 15px;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading-last-default {
  padding: 10px 15px;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #333;
  background-color: #ebebeb;
  border-color: #ddd;
}
.hoursopen-text-normal {
font-size:1.5em;
}

@media screen and (max-width:768px) {
.hoursopen-text-small {
font-size:1.1em;
}
}

.hours-text-normal {
font-size:2em;
}

@media screen and (max-width:768px) {
.hours-text-small {
font-size:1.4em;
}
}

.script-price-back {
	background-color: rgba(56, 118, 197, 0.129412);
	padding-top:2%;
	padding-bottom:3%;
}

@media screen and (min-width:768px) {
.text-left-index {
	text-align:left;	
}
}

.script-extras-text {
	font-size:1.4em;
}

@media screen and (max-width:768px) {
	.script-extras-text{
		font-size:1.2em;
	}
}
.script-row-margin {
	margin-right:0;
	margin-left:0;
}

.script-text-padding {
	padding-left:3%;
}

.feedbackfloat {
    background: #1B3E94;
  height: 55.5px;
  bottom: 45px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0 0 13px rgba(35, 31, 32, 0.3);
    -moz-box-shadow: 0 0 13px rgba(35, 31, 32, 0.3);
    box-shadow: 0 0 13px rgba(35, 31, 32, 0.3);
}

@media screen and (max-width:768px) {
.feedbackfloat-sm {
  position: fixed;
  width: 100%;
  border-radius:0;
  margin-left: 0;
}
}

@media screen and (min-width:769px) {
.feedbackfloat-md {
  position:fixed;
  right:10%;
}
}

#feedbackdismiss {
 color: #999;
 font-size: 1em;
 border: 0px solid;
 margin: 2px;
 padding: 5px;
 background: transparent;
}

#feedbackhide {
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  color: #ffffff;
  font-size: 13px;
  background: #00abef;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: 0;
}

#feedbackhide :hover {
  background: #2288c7;
  text-decoration: none;
}

a#openBtn.btn {
    padding: 0 0;
}

#contacts-link-mobile {
-webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  color: #ffffff;
  font-size: 13px;
  background: #00abef;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: 0;
}

#contacts-link-mobile :hover {
  background: #2288c7;
  text-decoration: none;
}

/*
@media (min-width: 768px) {
  .modal-dialog {
    width: 820px;
    margin: 30px auto;
  }
}
*/

.close {
  float: right;
  font-size: 1em;
  font-weight: none;
  line-height: 1;
  color: #000;
  filter: none;
  opacity: 1;
}

@media screen and (min-width:768px) {
.index-help-large {
	font-size: 5em;
}
}

@media screen and (max-width:767px) {
.index-help-small {
	font-size: 3em;
}
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle {
    background-color: rgb(0,172,239);
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgb(0,172,239);
}

.grey-back {
	background-color: rgb (218,218,216);
}
}

@media screen and (max-width:992px) {
	.phone-news{
		background-color: #eee; 
		border-radius: .4em; 
		color: #999;
		padding: 1%;
	}
}

/*
@media screen and (min-width:768px) and (max-width:992px) {
	.recent-sm{
		text-align:justify;
	}
}
*/

@media screen and (min-width:992px) {
	.phone-news{
		text-align:left;
	}
}

@media screen and (min-width:768px) and (max-width:992px) {
	.phone-top2{
		margin-top:2%;
	}
}

.light-grey {
	color: #999;
}

@media screen and (min-width:992px) {
.news-content-padding-lg {
	 padding:.2%; 
	 padding-left:2%;
}
}

@media screen and (min-width:768px) {
.welcome-text-align-lg {
	 text-align: left;
}
}

#phone-icon {
   padding-top:.5%; 
}

.navbar-header {
	min-height: 99px;
}

@media screen and (max-width:1200px) {
.numbers-sm {
	font-size:1.5em;
}
}

@media screen and (max-width:992px) {
.numbers-sm-center {
	text-align:center;
}
}

.remove-col-margin {
	margin-left:-5px;
	margin-right:-5px;
}

@media screen and (max-width: 772px) {
.phone-text-header {
	font-size: 1.7em;
}
}

@media screen and (max-width: 772px) {
.phone-text-scale {
	font-size: 1.3em;
}
}

sup { 
    vertical-align: super;
    font-size: .5em;
}

@media screen and (min-width: 992px) {
.contact-mdplus {
	padding-left:50px; 
	padding-bottom: 1000px; 
	margin-bottom: -1000px; 
	background-color:#eeeeee;
}
}

.backbutton {
	margin-top:10px;
	color: #ffffff !important;
    background: #00adef;
    box-shadow: none;
    text-shadow: none;
	border-width: 1px !important;
    border-style: solid !important;
    border-color: #0398d1 !important;
	padding: 9px 15px;
    font-size: 15px;
    font-weight: normal;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.hcobutton {
	margin-top:25px;
	color: #ffffff !important;
    background: #00adef;
    box-shadow: none;
    text-shadow: none;
	border-width: 1px !important;
    border-style: solid !important;
    border-color: #0398d1 !important;
	padding: 9px 15px;
    font-size: 15px;
    font-weight: normal;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

@media screen and (min-width: 992px) {
.flatlineimglg {
	width: 30%;
}
}

@media screen and (max-width: 991px) {
.flatlineimgsm {
	width: 70%;
}
}

.header-padding {
	padding-top:5px;
	padding-bottom: 5px;
}

.feedback-font {
	font-size:1.2em;
  color:#fff;
}

@media screen and (min-width: 768px) {
.hco-options {
	padding-top: 30px; 
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 80px;
	margin-bottom: -30px; 
	background-color:#eeeeee;
}
}

@media screen and (min-width: 768px) {
.cho-options-lg-left {
	margin-right:10px;	
}	
}

@media screen and (min-width: 768px) {
.cho-options-lg-right {
	margin-left:10px;	
}	
}

@media screen and (max-width: 767px) {
.hco-options {
	padding: 30px; 
	background-color:#eeeeee;
}
}


.hco-options-header {
	font-size:1.5em;
}

.hco-questions {
	background-color:#ffffff;
	font-size:1.2em;
}

@media screen and (min-width: 992px) {
.mmh-image-scale {
	width:30%;
}
}

@media screen and (max-width: 991px) {
.mmh-image-scale {
	width:50%;
}
}

@media screen and (min-width: 768px) {
.hco-function-margin {
	margin-left:50px;
	margin-right:-50px;
}
}

@media screen and (min-width) {
	.hco-work-margin{
		margin-top:40px;		
	}
}

@media screen and (min-width: 992px) {
.hco-h1-header-lg {
	font-size:5rem 
}
}


/*  header scale functions */

@media screen and (max-width: 991px) {
.h1-scale {
	font-size:4rem 
}
}
@media screen and (max-width: 991px) {
.h2-scale {
	font-size:2.2rem 
}
}

@media screen and (max-width: 991px) {
.h3-scale {
	font-size:1.8rem 
}
}

@media screen and (max-width: 991px) {
.h4-scale {
	font-size:1.6rem 
}
}

@media screen and (max-width: 767px) {
.h1-scale {
	font-size:3rem 
}
}
@media screen and (max-width: 767px) {
.h2-scale {
	font-size:2.2rem 
}
}

@media screen and (max-width: 767px) {
.h3-scale {
	font-size:1.8rem 
}
}

@media screen and (max-width: 767px) {
.h4-scale {
	font-size:1.8rem 
}
}

/* Survey tick icon hover colour */

#svgparent:hover #tick{
	fill:#00AEEF;
}

#svgparent:hover #circle{
	stroke:#8c8c8c;
}

/* image scaling for MMH app images */
@media screen and (min-width: 992px){
.appsize {
	height:72px;
}
}

@media screen and (max-width: 991px){
.appsize {
	height:50px;
}
}

/* Open hours for index */

@media screen and (min-width: 992px) {
.hours-lg-padding {
	padding-left:40px;
}
}

@media screen and (min-width: 992px) {
.urgent-text-hours {
	font-size:.5em;
}
}

@media screen and (max-width: 991px) {
.urgent-text-hours {
	font-size:.8em;
}
}

.immigration-faq {
	padding-left:10%; 
	padding-right:10%; 
	padding-bottom:5%;
	padding-top:5%; 
	text-align: left;
}

@media screen and (max-width 767px) {
.immigration-margin-top-small {
	margin-top:8%;
}
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #ebebeb;
  border-color: #ddd;
}

.immigration-call {
    position: fixed;
    bottom: 1em;
	width: 100px;
	left:50%;
	margin-left: -50px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 173, 239);
    font-size: 14px;
    padding: 4px;
    display: none;
	border-radius: 100px;
}

@media screen and (max-width: 767px) {
	.phone-vertical-padding {
		margin-top:30px;
	}
}
@media screen and (min-width: 767px) and (max-width:992px) {
  .tablet-vertical-padding {
    margin-top:30px;
  }
}

.videodetector {
	position      : relative;
	width         : 100%;
	height        : 0;
	padding-bottom: 60%;
}

.videodetector iframe {
	position: absolute;
	top     : 0;
	left    : 0;
	width   : 100%;
	height  : 100%;
}

@media (max-width: 1062px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .collapse.in{
      display:block !important;
  }
}

.news-list{
    padding:20px; border-radius: 5px; min-height:260px;
}

.news-highlight:hover{
  background-color:#DAD9D9;
  box-shadow: 0 1px 1px 1px rgba(0,0,0,0.16), 0 1px 2px 1px rgba(0,0,0,0.12);
}

@media screen and (min-width:768px){
.news-list-margin{
  margin-bottom:20px;
}
}

@media screen and (max-width:768px){
.news-links-sizing{
  margin-top:50px;
}
}

@media screen and (min-width:768px){
.news-header {
  height:180px;
}
}

.news-img:hover{
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}
.news-img{
  -webkit-transition: all 0.5s linear;
          transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.box-shadow{
  box-shadow: 0 1px 5px 1px rgba(0,0,0,0.16), 0 1px 10px 1px rgba(0,0,0,0.12);
}

.box-shadow-hover:hover{
  box-shadow: 0 1px 5px 1px rgba(0,0,0,0.16), 0 1px 10px 1px rgba(0,0,0,0.12);
}
@media screen and (max-width:1199px){
.news-home-side-z{
  z-index :6;
  margin-top: 30px;
}
}
@media screen and (min-width:1199px){
.news-home-side-z{
  z-index :1;
}
}
.posts-tag-menu{
  padding-bottom:20px;
}

.FAB-label{
    right: 100px;
    position: absolute;
    height: 25px;
    padding: 2px 8px 2px 8px;
    border-radius: 3px;
    margin-right: -40px;
    font-size: 1.3rem;
    text-align: right;
    background-color: #337ab7;
    color: #fff;
}

.collapsible-header.collapse2 {
  background-color:#F5F5F5;
  padding-left:6%;
}

.collapse2 ~ .collapsible-body{
  padding-left:6%;
}
.input-size {
  font-size: 1.5rem;
}

.error {
    border-bottom: 1px solid #cd0a0a !important;
}
@media screen and (min-width:768px){
.full-height {
  margin-bottom: -99999px; 
  padding-bottom: 99999px
}
}
@media screen and (min-width:768px){
.phone-news-header {
  padding-left:20px;
}
}

@media screen and (min-width:768px){
.script-options-large {
  margin-left:20px;
}
}

@media screen and (max-width: 768px) {
  .phone-submit-spacing{
    margin-bottom:40px;
  }
}

.remove-top-bottom-margins {
  margin-top:0;
  margin-bottom:0;
}

.wow {
  visibility: hidden;
}

@media screen and (min-width:768px){
.post-recent-padding {
  padding-left:20px;
}
}
@media screen and (max-width:768px){
.post-recent-padding {
  padding-left:0;
}
}

.tag-cloud{
  margin:5px;
}