��/* Mobile CSS */

span.indicator{

	display: none;	

}

@media only screen and (max-width: 1366px) {

.fullwidth_slider .carousel-caption{

	bottom: 20%;		

}

#fullwidth_slider {

max-height: 520px;

position: relative;

}

}



@media only screen and (min-device-width: 960px) and (max-width: 1024px) {
.box{
	width: 95%;	
}

#header {
/*padding-top: 40px;*/
}

.header-feature {
 width: 100%;
  text-align: left !important;
  font-size: 24px !important;
}

.header-feature-wrap {
 max-width: 500px !important;
}
.header-feature:first-child {
   border: none !important;
}
.header-feature:last-child {
   border: none !important;
}

#header.navbar.navbar-fixed-top.site-header .container,
        .fullwidth_slider .carousel-caption .container{
	max-width: 95%;	
}

.fullwidth_slider .carousel-caption,
.site-header, .site-footer{
	/*width: 95%;*/
	margin-left: auto;
	margin-right: auto;	
}

.nav-primary,
.nav-secondary{
	display: none;
	width: 100%;
}

.mobile_menu{
	cursor: pointer;
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 4px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
        display: none;
}

.mobile_menu button{
	display: none;	
}

.mobile_menu .icon-bar {
	background-color: #1ABC9C;
	display: none;
	width: 26px;
	height: 4px;
	border-radius: 1px;
}

.mobile_menu .icon-bar + .icon-bar{
	margin-top: 4px;
}

.info_slider_section .item .carousel-caption{
	display: block !important;	
}

.calltoleft {
   display: block !important;
   text-align: center;
   width: 100% !important;
}

.calltoright {
    display: block !important;
    width: 40% !important;
    margin: 0 auto;
}

#Calculator h1 {
    text-align: center !important;
}

.logo-wrap {
    text-align: center;
}

.col-right {
   display: block !important;
   margin: 0 auto;
}

.bottom-widget .textwidget img {
    width: 80px;
    margin: 0 20px 0 0;
}

}



@media only screen and ( max-width: 768px) {
  .navbar .navbar-brand {
      display: block !important;
  }

  .navbar .title-area.navbar-brand {
     margin: 0 auto;
  }

  .lead {
  	font-size: 21px;
  }

  .team_section .thumbnail{
  	margin-bottom: 40px;
  	width: 100%;
  }

  .pricing_section li.pricing,
  .pricing_section li.pricing:first-child{
  	float: none;
  	margin: 20px auto;
  	width: 80%;
  }

  .pricing_section li.bestprice{
  	margin: 20px auto;
  }

  .info_slider_section .col-md-6.col-sm-12.col-xs-12{
  	margin-bottom: 30px;
  }

  .site-footer .creds p{
  	text-align: center;
  	margin-bottom: 20px;
  }

  #header .navbar-collapse {
  	max-height: 700px;
  	width: 100%;
  	overflow-y: visible;
  }

  .bottom-widget ul.menu{
  	float: none;
  }

  .content-sidebar .entry,
  .content-sidebar .sidebar{
  	padding-right: 0;
  }

  .sidebar-content .entry,
  .sidebar-content .sidebar {
  	padding-left: 0;
  }

  .sidebar-content .comment-respond {
  	padding-left: 0;
  }

  .content-sidebar .comment-respond {
  	padding-right: 0;
  }

  .sidebar-content .author-box{
  	margin: 0;	
  }

  .content-sidebar .author-box{
  	margin: 0;	
  }

  .entry-comments {
  	padding: 40px 0;
  }

  .section_image{
  	width: 100%;	
  }

  .column_wrapper > div{
  	margin-bottom: 20px;	
  }

  .fullwidth_slider .carousel-inner img{
  	min-width: 0;	
  }

  .fullwidth_slider .carousel-caption {
  	bottom: 25%;
  }

  .fullwidth_slider .blk h1{
  	font-size: 24px;	
  }

  .fullwidth_slider .carousel-caption p{
  	font-size: 16px;	
  }

  .fullwidth_slider .blk .btn{
  	font-size: 16px;	
  }

  #home_video{
  	max-width: 1198px;
  	max-height: 502px;	
  }

  .home_slider {
     top: 0;
  }

  #header.navbar.navbar-fixed-top.site-header .container {
  padding: 60px 0;
  }

  .header-image .site-header .title-area {
  width: 100%;
  }

  .after-header.widget-area {
  top: 20px;
  }

  .header-widget-area.col-md-8.col-sm-8 {
   width: 100%;
  }
  .bottom-widget .textwidget {
      display: block;
  }
  .bottom-widget .textwidget img {
      width: 80px;
      margin: 0 10px;
  }
  .site-footer .creds p {
      text-align: left;
      margin-bottom: 10px;
  }
}









@media only screen and ( max-width: 600px ){
header.site-header{
	position: absolute;
}

#header{
	padding-top: 0;	
}

#header.navbar.navbar-fixed-top.site-header .container{
	padding: 0 45px;
}

.team_section .feature-icon img{
	width: 100%;
}

.pricing_section li.pricing, .pricing_section li.pricing:first-child{
	width: 100%;
}

.carousel-control{
	display: none;
}



.column_wrapper > div{
	margin-bottom: 20px;
}

#comments ul.children{
	padding-left: 0;
}

.modal-content{
	width: 100%;	

}

.fullwidth_slider .carousel-caption {
	bottom: 27%;
}

.fullwidth_slider .blk h1 {
	font-size: 20px;
}

.fullwidth_slider .carousel-caption p {
	font-size: 16px;
	margin: 5px auto;
}

.fullwidth_slider .blk .btn {
	font-size: 16px;
	padding: 7px 14px;
}
}



@media only screen and ( max-width: 480px ){

.content-sidebar .sidebar{
	padding: 0;	
}

.sidebar-content .sidebar{
	padding: 0;	
}

.fullwidth_slider .carousel-caption{
	display: none;	
}

.info_slider_section .item .carousel-caption {
	display: none !important;
}

#home_video {
	max-width: 800px;
	max-height: 336px;
}

.enable_footer_map .site-footer {
	clear: both;
	margin-top: 0;
}

.jp-audio .jp-jplayer, .jp-audio .jp-jplayer img {
	width: 100% !important;
	height: auto !Important;
}

.section_wrapper{
	padding: 50px 15px;
}

.entry-title {
	font-size: 30px;
	line-height: 1.3;
}

.sidebar{
	margin-top: 30px;
}

.box {
	padding: 50px 20px;
}

.logo-wrap {
  width: 100%; 
  text-align: center; 
}
}



@media only screen and ( max-width: 320px ){

  .site-inner {
  	margin: -50px 0 0;
  }

  .section_wrapper{
  	padding: 0 20px;	
  }

  .home_page_template .box,
  .box{
  	width: 100%;	
  }

  .box{
  	padding-left: 20px;
  	padding-right: 20px;	
  }

  .thumbnail .caption{
  	padding: 20px 0;	
  }

  .navbar .nav > li{
  	width: 100%;
  	float: left;
  	text-align: left;	
  }

  #header.navbar.navbar-fixed-top.site-header .container {
  	padding: 0 30px !important;
          top: 160px !important;
          max-width: 100% !important;
  }

  #home_video {
  	max-width: 480px;
  	max-height: 300px;
  }

  section#text-11 {
     float: none !important;
     padding: 0 50px;
  }

  .header-image .site-header .title-area {
      background-size: contain !important;
      width: 255px !important;
  }

  .header-widget-area {
     text-align: center !important;
  }

  .after-header.widget-area {
  position: relative !important;
  padding: 0 !important;
  }

  .after-header ul li {
       width: 50%;
      padding: 12px 5px !important;
      line-height: 1.1;
      vertical-align: top;
      border-top: 1px solid #000;
      border-left: 1px solid #000;
      border-bottom: 1px solid #000;
      text-align: center;
      height: 60px;
      box-sizing: border-box;
      margin-top: -1px;
      margin-right: -4px;
      font-size: 13px !important;
  }

  /* commented since the menu items are now even
  .after-header ul li:last-child {
     width: 100%;
     line-height: 3;
  }
  */

  ul.sub-menu:first-child {
      margin-left: 0 !important;
  }

  .home_slider {
     top: 325px !important;
     position: relative !important;
  }

  .fullwidth_slider .carousel-caption {
      display: inline-block;
      width: 100%;
      position: relative;
      background: #041A35;
      top: 0px;
  }



  .fullwidth_slider .carousel-caption .container {
      max-width: 100%;
      text-align: center;
      padding: 0;
  }



  .fullwidth_slider .blk h1 {
      background: none;
  }

  .slider-text {
     background: none !important;
  } 

  .row {
      padding: 15px 0;
  }

  .slider-btn {
     margin: 0 auto;
  }

  .middle-section {
  margin: 325px auto 20px auto !important;
  }

  .header-feature {
   width: 100%;
    text-align: left !important;
    font-size: 15px !important;
  }

  .header-feature:first-child {
     border: none !important;
  }

  .header-feature:last-child {
     border: none !important;
  }

  .calltoaction {
      padding: 20px 0 !important;
  }

  .calltoleft {
     width: 100% !important;
     font-size: 22px !important;
     text-align: center;
    display: block;
    padding: 0 15px !important;
  }

  .calltoright {
      display: block !important;
      width: 90% !important;
      margin: 0 auto !important;
  }

  .calltoright a {
     padding: 0 !important;
  }

  .btn-bg {
     padding: 10px 0px !important;
  }

  .container {
      padding: 0 10px !important;
  }
  section#map {
      /*display: none;*/
  }

  section#Calculator {
     padding: 0 15px 15px 15px !important;
  }

  .col-right {
    width: 100% !important;
  }

  #Calculator h2 {
     font-size: 22px !important;
  }

  #Calculator h1 {
     text-align: center !important;
  }

  .calcu-blue {
      font-size: 14px !important;
      padding: 5px !important;
      width: 100% !important;
  }
  .calcu-text {
      width: 100px !important;
  }
  #Calculator input {
      width: 105px !important;
  }
  #Calculator button {
      width: 100% !important;
  }

  .footer-widgets .widget-wrap {
      padding: 0 !important;
  }

  ul.left {
  display: block !important;
  }

  .logo-wrap img {
  display: block;
  }

  h1.entry-title {
  margin-top: 250px !important;
  }
}




@media only screen and ( max-width: 568px ){
  .site-inner {
  	margin: -50px 0 0;
  }

  .section_wrapper{
  	padding: 0 20px;	
  }

  .home_page_template .box,
  .box{
  	width: 100%;	
  }

  .box{
  	padding-left: 20px;
  	padding-right: 20px;	
  }

  .thumbnail .caption{
  	padding: 20px 0;	
  }

  .navbar .nav > li{
  	width: 100%;
  	float: left;
  	text-align: left;	
  }

  #header.navbar.navbar-fixed-top.site-header .container {
  	padding: 0 30px !important;
          top: 20px !important;
          max-width: 100% !important;
  }

  #home_video {
  	max-width: 480px;
  	max-height: 300px;
  }

  section#text-11 {
     float: none !important;
     padding: 0 50px;
  }

  .header-image .site-header .title-area {
      background-size: contain !important;
      width: 255px !important;
  }

  .header-widget-area {
     text-align: center !important;
  }

  .before-header.widget-area {
  }

  .before-header.widget-area li {
      padding: 10px 7px !important;
  }

  .before-header.widget-area li:first-child {
     margin-left: 20px;
  }

  .question p {
     display: inline;
     vertical-align: middle;
  }

  .after-header.widget-area {
     position: relative !important;
     padding: 0 !important;
  }

  .after-header ul li {
       width: 50%;
      padding: 12px 5px !important;
      line-height: 1.1;
      vertical-align: top;
      border-top: 1px solid #000;
      border-left: 1px solid #000;
      border-bottom: 1px solid #000;
      text-align: center;
      height: 60px;
      box-sizing: border-box;
      margin-top: -1px;
      margin-right: -4px;
      font-size: 13px !important;
      float: none !important;
  }
  /* commented since the menu items are now even
  .after-header ul li:last-child {
     width: 100%;
     line-height: 3;
  }
  */
  .after-header ul li:hover ul {
      width: 90% !important;
      margin: 1px auto 0 20px !important;
      z-index: 999 !important;
  }

  ul.sub-menu:first-child {
      margin-left: 0 !important;
  }

  .home_slider {
     top: 185px !important;
     position: relative !important;
  }

  .fullwidth_slider .carousel-caption {
      display: inline-block;
      width: 100%;
      position: relative;
      background: #041A35;
      top: 0px;
  }

  .fullwidth_slider .carousel-caption .container {
      max-width: 100%;
      text-align: center;
      padding: 0;
  }

  .fullwidth_slider .blk h1 {
      background: none;
  }

  .slider-text {
     background: none !important;
  } 

  .row {
      padding: 15px 0;
  }

  .slider-btn {
     margin: 0 auto;
  }

  .middle-section {
  margin: 185px auto 20px auto !important;
  }

  .header-feature {
   width: 100%;
    text-align: left !important;
    font-size: 15px !important;
  }

  .header-feature:first-child {
     border: none !important;
  }

  .header-feature:last-child {
     border: none !important;
  }

  .calltoaction {
      padding: 20px 0 !important;
  }

  .calltoleft {
     width: 100% !important;
     font-size: 22px !important;
     text-align: center;
    display: block;
    padding: 0 5px;
  }

  .calltoright {
      display: block !important;
      width: 90% !important;
      margin: 0 auto !important;
  }

  .calltoright a {
     padding: 0 !important;
  }

  .btn-bg {
     padding: 10px 0px !important;
  }

  .container {
      padding: 0 10px !important;
  }
  section#map {
      /*display: none;*/
  }
  .findus {
    left: 50% !important;
    max-width: 240px;
    transform: translate(-50%);
  }

  section#Calculator {
     padding: 0 15px 15px 15px !important;
  }

  .col-right {
    width: 100% !important;
  }

  #Calculator h2 {
     font-size: 22px !important;
  }

  .calcu-blue {
      font-size: 14px !important;
      padding: 0 8px;
      width: 100% !important;
  }
  .calcu-text {
      width: 100px !important;
      line-height: 3 !important;
  }
  #Calculator input {
      width: 132px !important;
  }
  #Calculator button {
      width: 100% !important;
  }

  .footer-widgets .widget-wrap {
      padding: 0 !important;
  }

  ul.left {
  display: block !important;
  }

  .logo-wrap img {
  display: inline;
  text-align: center;
  }

  .logo-wrap {
  width: 100%;
  text-align: center;
  }

  .logo-wrap img {
     display: inline-block !important;
  }

  img.alignnone:nth-child(1) {
    margin: 10px;
    width: 80px;
  }

  img.alignnone:nth-child(2) {
      width: 150px;
      margin: auto -10px 0 0;
    }

  img.alignnone:nth-child(3) {
      width: 100px;
  }

  img.alignnone:nth-child(4) {
      margin: 0 10px;
      width: 100px;
  }
  img.alignnone:nth-child(5) {
      margin: 0 0 0 50px;
      width: 50px;
  }

  img.alignnone:nth-child(6) {
    width: 140px;
  }

  img.alignnone:nth-child(7) {
    width: 60px;
  }

  h1.entry-title {
  margin-top: 10px !important;
  }
}

/* new */

@media only screen 
and (min-device-width: 568px)
and ( max-width: 768px ){
  .site-inner {
  margin: -50px 0 0;
  }

  .section_wrapper{
  	padding: 50px 20px;	

  }

  .home_page_template .box,
  .box{
  	width: 100%;	
  }

  .box{
  	padding-left: 20px;
  	padding-right: 20px;	
  }

  .thumbnail .caption{
  	padding: 20px 0;	
  }

  .navbar .nav > li{
  	width: 100%;
  	float: left;
  	text-align: left;	
  }

  #header.navbar.navbar-fixed-top.site-header .container {
  	/*padding: 100px 30px 0 30px !important;*/
          top: 30px !important;
          max-width: 100% !important;
  }

  #home_video {
  	max-width: 480px;
  	max-height: 300px;
  }

  section#text-11 {
     float: none !important;
     padding: 0 50px 15px;
     display: table !important;
  }

  .before-header .wrap {
     max-width: 688px !important;
    margin: 0 auto;
  }

  .header-image .site-header .title-area {
      background-size: contain !important;
      width: 294px !important;
     float: none !important;
  }

  .header-widget-area {
     text-align: center !important;
  }

  .after-header.widget-area {
     position: relative !important;
     padding: 0 !important;
     top: 30px !important;
  }

  .after-header ul li {
     width: 50%;
     padding: 12px 5px !important;
     line-height: 1.1;
     vertical-align: top;
     border: 1px solid #000;
     text-align: center;
     height: 60px;
     box-sizing: border-box;
     margin-top: -1px;
     margin-right: -4px;
     font-size: 13px !important;
  }
  /* commented since the menu items are now even
  .after-header ul li:last-child {
     width: 100%;
     line-height: 3;
  }
  */
  .home_slider {
     top: 195px !important;
     position: relative !important;
  }

  .fullwidth_slider .carousel-caption {
      display: inline-block;
      width: 100%;
      position: relative;
      background: #041A35;
      top: 0px;
  }

  .fullwidth_slider .carousel-caption .container {
      max-width: 100%;
      text-align: center;
      padding: 0;
  }

  .fullwidth_slider .blk h1 {
      background: none;
  }

  .slider-text {
     background: none !important;
  } 

  .row {
      padding: 15px 0;
  }

  .slider-btn {
     margin: 0 auto;
  }

  .middle-section {
  margin: 200px auto 20px auto !important;
  }

  .header-feature {
   width: 100%;
    text-align: left !important;
    font-size: 15px !important;
  }

  .header-feature:first-child {
     border: none !important;
  }

  .header-feature:last-child {
     border: none !important;
  }

  .calltoaction {
      padding: 20px 0 !important;
  }

  .calltoleft {
     width: 100% !important;
     font-size: 22px !important;
     text-align: center;
    display: block;
    padding: 0 5px;
  }

  .calltoright {
      display: block !important;
      width: 90% !important;
      margin: 0 auto !important;
  }

  .calltoright a {
     padding: 0 !important;
  }

  .btn-bg {
     padding: 10px 0px !important;
  }

  .container {
      padding: 0 10px !important;
  }
  section#map {
      /*display: none;*/
  }

  section#Calculator {
     padding: 0 15px 15px 15px !important;
  }

  .col-right {
    width: 100% !important;
  }

  #Calculator h2 {
     font-size: 22px !important;
  }

  .calcu-blue {
      font-size: 14px !important;
      padding: 0 10px;
      width: 50% !important;
      margin: 0 auto;
  }
  .calcu-text {
      width: 100px !important;
  }
  #Calculator input {
      width: 105px !important;
  }
  #Calculator button {
      width: 100% !important;
  }

  .footer-widgets .widget-wrap {
      padding: 0 !important;
  }

  ul.left {
  display: block !important;
  }


  h1.entry-title {
  margin-top: 35px !important;
  }
}


@media only screen 
and (min-device-width: 768px)
and ( max-width: 960px ) {

  .question p {
      display: inline;
  }

  section#text-12 {
      width: 260px;
      margin: 0 auto;
      display: block !important;
  }

  .site-inner {
  margin: -50px 0 0;
  }

  .section_wrapper{
  	padding: 0 20px;	
  }

  .home_page_template .box,
  .box{
  	width: 100%;	
  }

  .box{
  	padding-left: 20px;
  	padding-right: 20px;	
  }

  .thumbnail .caption{
  	padding: 20px 0;	
  }

  .navbar .nav > li{
  	width: 100%;
  	float: left;
  	text-align: left;	
  }

  #header.navbar.navbar-fixed-top.site-header .container {
  	padding: 10px 30px 0 30px !important;
          top: 15px !important;
          max-width: 100% !important;
  }

  #home_video {
  	max-width: 480px;
  	max-height: 300px;
  }

  section#text-11 {
     float: none !important;
     padding: 0 50px 15px;
  }

  .header-image .site-header .title-area {
      background-size: contain !important;
      width: 294px !important;
      float: none !important;
  }

  .header-widget-area {
     text-align: center !important;
  }

  .after-header.widget-area {
  position: relative !important;
  padding: 0 !important;
  top: 30px !important;
  }

  .after-header ul li {
       width: 50%;
      padding: 12px 5px !important;
      line-height: 3.2;
      vertical-align: top;
      border: 1px solid #000;
      text-align: center;
      height: 60px;
      box-sizing: border-box;
      margin-top: -1px;
      margin-right: 0;
      font-size: 13px !important;
  }

  .after-header ul li:hover ul {
      width: 90% !important;
      margin: 1px auto 0 20px !important;
      z-index: 999 !important;
  }
  /* commented since the menu items are now even
  .after-header ul li:last-child {
     width: 100%;
     line-height: 3;
  }
  */
  .home_slider {
     top:195px !important;
     position: relative !important;
  }

  .fullwidth_slider .carousel-caption {
      display: inline-block;
      width: 100%;
      position: relative;
      background: #041A35;
      top: 0px;
  }


  .fullwidth_slider .carousel-caption .container {
      max-width: 100%;
      text-align: center;
      padding: 0;
  }

  .fullwidth_slider .blk h1 {
      background: none;
  }

  .slider-text {
     background: none !important;
  } 

  .row {
      padding: 15px 0;
  }

  .slider-btn {
     margin: 0 auto;
  }

  .middle-section {
  margin: 220px auto 20px auto !important;
  }

  .header-feature {
   width: 100%;
    text-align: left !important;
    font-size: 24px !important;
  }

  .header-feature-wrap {
     max-width: 500px !important;
     margin: 0 auto !important;
  }

  .header-feature:first-child {
     border: none !important;
  }

  .header-feature:last-child {
     border: none !important;
  }

  .calltoaction {
      padding: 20px 0 !important;
  }

  .calltoleft {
     width: 100% !important;
     font-size: 22px !important;
     text-align: center;
    display: block;
    padding: 0 5px;
  }

  .calltoright {
      display: block !important;
      width: 90% !important;
      margin: 0 auto !important;
  }

  .calltoright a {
     padding: 0 !important;
  }

  .btn-bg {
     padding: 10px 0px !important;
  }

  .container {
      padding: 0 10px !important;
  }
  section#map {
      /*display: none;*/
  }

  section#Calculator {
     padding: 0 15px 15px 15px !important;
  }

  .col-right {
    width: 100% !important;
  }

  #Calculator h2 {
     font-size: 22px !important;
  }

  .calcu-blue {
      font-size: 14px !important;
      padding: 0 10px;
      width: 50% !important;
      margin: 0 auto;
  }
  .calcu-text {
      width: 100px !important;
  }
  #Calculator input {
      width: 205px !important;
  }
  #Calculator button {
      width: 100% !important;
  }

  .footer-widgets .widget-wrap {
      padding: 0 !important;
  }

  ul.left {
  display: block !important;
  }

  .logo-wrap {
      width: 60%;
  }

  .logo-wrap img {
  display: inline;
  text-align: center;
  }

  img.alignnone:nth-child(1) {
  margin: 10px 40px;
  }

  img.alignnone:nth-child(4) {
  margin:10px 65px;
  }

  img.alignnone:nth-child(5) {
  margin: 10px 56px;
  }

  img.alignnone:last-child {
      text-align: center;
      display: block;
      width: 84px;
      margin: 0 auto;
  }

  h1.entry-title {
  margin-top: 40px !important;
  }

  .col-sm-6 {
     width: auto !important;
  }

  .service-desc {
     min-height: 90px !important;
  }

}

@media only screen and (max-width: 414px) {
	.after-header ul li {
		width: 100%;
	}
}