/* cmsms stylesheet: buddy012-Main Mod modified: Wednesday, February 11, 2026 4:48:09 PM */
@charset "utf-8";
/* ----------------------------------------------
	Main CSS Document - CMS Template Buddy
	Template No.: 012
	Version 1.03 / for CMSMS 2.1.2+
	
	www.cmstemplatebuddy.com

	Please read README_FIRST.txt
------------------------------------------------- */


/* DEFINE MAIN COLOR HERE 0082f9 0095ff  0081e5 */

 

/* #Common 
================================================== */
span.accesskey {
	text-decoration: none;
}
.accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
}
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}

body {
	font-size: 14px;
	font-weight: 400;
	line-height: 160%;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	color: #262626;
	background: #efefef;
	text-shadow: 0px 1px 0px #fff;
	}
h1, h2, h3, h5, h6, legend {
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	line-height: 130%;
}
h1, h2, h3 {
	letter-spacing: -0.06em;
}
h5, h6 {
	letter-spacing: -0.04em;
}
h1 {
	font-size: 44px;
}
h2 { 
	font-size: 38px;
	margin: 20px 0 20px 0; 
}
h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 32px;
	}
	h3.big {
		font-weight: 600;
		font-size: 32px;
		text-align: center;
		margin-bottom: 30px;
                color: #ec5b21;
	}
     h3.medium {
		font-weight: 600;
		font-size: 18px;
		text-align: center;
		margin-bottom: 30px;
                color: #424242;
	}
h4 {
	font-family: 'Open Sans', sans-serif
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
	margin:0;
}
p {
	margin: 0 0 20px;
}
a { 
	color: #ec5b21;
        font-weight: 600;
        text-decoration: none;
	}
	a:hover, a:focus {
		color: #424242;
                font-weight: 600;
                text-decoration: underline;		
	}

img { max-width: 100%; }
.error_message { color: red; }
.textCenter { text-align: center; }
.noScroll { overflow: hidden; }

/* Layout, custom
------------------------------------------------- */
.wrapper {
	margin: 88px 0 0;
}
header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
        height:88px;
	z-index: 1000;
	background: transparent;
	-webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -ms-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
	}
    header nav {
    	margin-right: 90px;
    }
    header .mobile-nav-trigger,
    .mobile-nav { 
		display: none;
	}
	header.no-slider {
		background-color: rgba(30,62,90,.97);
        box-shadow: 0 1px 3px rgba(0,0,0,.4);
	}
	header.mobile-nav-active {
		background: #1e3e5a;
	}
	.smaller {
        height: 86px;
        background-color: rgba(30,62,90,.97);
        box-shadow: 0 1px 3px rgba(0,0,0,.4);
    }
	.smaller .logo a { 
		margin-top: 20px;
	}
   	.smaller .logo a img {
		max-width: 275px;
	}
	.smaller .search-trigger {
		height: 86px;
	}
	.smaller .search-trigger i {
		margin-top: 20px;
	}
section {
	padding: 60px 0;
	}
        section.mainContent {
                background-color: #efefef;
		padding: 60px 0;
	}
        section.featureBlock {
                background-color: #fff;
		padding: 60px 0;
	}
        section.QuoteSection {
                background-color: #fff;
		padding: 35px 0;
	}

        section.othersection1 {
                background-color: #efefef;
		padding: 35px 0;
	}

        section.othersection2 {
                background-color: #fff;
		padding: 35px 0;
	}

        section.HomeQuoteSection {
                background-color: #fff;
		padding: 15px 0;
	}

        section.BlogSection {
                background-color: #fff;
		padding: 35px 0;
	}
	section.mobile-navigation {
		display: none;
	}
	section.portfolio {
		/* padding: 40px 0 60px 0; */
	}
        section.services {
                background-color: #efefef;
		padding: 60px 0;
	}
	section.parallax_block {
		padding:20px 0;
		}
		section.parallax_block + section.grey {
			margin-top: -20px;
		}

	section.mainTitle {
		background-color: #ec5b21;
		color: #FFF;
		padding: 10px 0;
		margin-top: -1px;
	}

.rcm-tool-section
{
background-color:#fff;
padding-bottom:30px;
padding-top:30px;
}
.rcm-tool-section .rcm-block-btn{
       font-size: 16px !important;
    line-height: 1.45em;
    padding: 13px 45px;
    border-radius: 20px;
    border: 2px solid #fff !important;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #fff !important;
    background-color: #3c8ebd;
    text-decoration: none;
	}
	.rcm-tool-section p {
    padding: 0;
    line-height: 24px;
    font-weight: normal;
    color: #333;
    font-size: 15px;
    text-align: left;
    border-bottom: 1px solid #dcc;
}
.rcm-tool-section .rcm-block-btn:hover
{	
	    background-color: transparent;
    color: #3c8ebd !important;
    border-color: #3c8ebd !important;
    text-decoration: none;
}
.rcm-tool-section li{
	
	margin-left:30px;
}
.rcm-tool-section ul {
    list-style-image: url('https://www.massmedicalbilling.com/uploads/images/icons/icon.png');
}

.mmb_bp_logo
{
border: .5px solid #eee;
background-color: #fff;
text-align:center;
padding-top:30px;
padding-bottom:30px;
padding-right:20px;
padding-left:20px;
 -moz-box-shadow: inset 0 0 10px #fff;
    -webkit-box-shadow: inset 0 0 10px #fff;
    box-shadow: inset 0 0 10px #fff;
 }
	
	
	.mmb_bp_logo:hover {
 -moz-box-shadow: inset 0 0 10px #e8ecee;
    -webkit-box-shadow: inset 0 0 10px #e8ecee;
    box-shadow: inset 0 0 10px #e8ecee;
   
}
.mmb_col-xs-15,
.mmb_col-sm-15,
.mmb_col-md-15,
.mmb_col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
@media (min-width: 1200px) {
    .mmb_col-lg-15 {
        width: 20%;
        float: left;
    }
}

.hidden { display: none; }

footer {
	padding: 30px 0 20px 0;
	background-color: #133350;
	color: #b8c1c9;
	text-shadow: none;
	margin-top: 30px;
	}
	footer a {
		color: #FFF;
                font-weight: 400;
	}
	footer a:hover, footer a:focus {
		color: #FFF;
                font-weight: 400;
	}

      .external a {
		color: #ec5b21;
                font-weight: 600;
	}
      .external a:hover, .external a:focus {
		color: #FFF;
                font-weight: 600;
	}

.footer_counter	{
        color: #fff;
	padding: 8px 0 0 8px;
        font-size: 18px;
        font-weight: 400;
}

/* Home page custom */
h2.homeTitle {
	position:relative;
	margin: 0px 0 30px 0;
	font-size: 38px;
	font-weight: 600;
	text-align: center;
	}
h2.homeTitleb {
	position:relative;
	margin: 0px;
	font-size: 38px;
        line-height: 38px;
	font-weight: 600;
	text-align: center;
	}
h3.homeTitlec {
	position:relative;
        color: #424242;
	margin: 0px 0px 30px 0px;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	line-height: 24px;
	}
	.blog h2.homeTitle {
		text-align: left;
		margin: 0 0 20px 0;
	}
	.blog h2.homeTitle:after {
		left: 4px;
		margin-left: 0;
	}

.seoTitle {
	position:relative;
        color: #ec5b21;
	margin: 0px 0 30px 0;
	font-size: 26px;
        line-height: 26px;
	font-weight: 600;
	text-align: center;
	}
h2.seoTitle {
	position:relative;
        color: #ec5b21;
	margin: 0px 0px 10px 0px;
	font-size: 38px;
	line-height: 35px;
	font-weight: 600;
	text-align: center;
	}
h3.seoTitle {
	position:relative;
        color: #ec5b21;
	margin: 0px 0 30px 0;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	}
/* end Home page custom */

.morePadding {
	padding-bottom: 30px;
}
.logo a	{
	display:block;
	float:left;
	margin: 16px 0 0;
	border:none;
	line-height: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	}
	.logo a:hover	{
		text-decoration:none;
		}
	.logo a img {
		max-width: 275px;		
		-webkit-transition: all 0.2s;
	    -moz-transition: all 0.2s;
	    -ms-transition: all 0.2s;
	    -o-transition: all 0.2s;
	    transition: all 0.2s;
		}
	.logo h1	{
		margin:0;
		padding:0;
		}
.sliderWrapper	{
	width:100%;
	position: relative;
	padding:0;
	}
	.sliderWrapper.darken {
		background: linear-gradient(
      rgba(0, 0, 0, 0.75), 
      rgba(0, 0, 0, 0.75)
    )
    }
.totoplink a	{
	display: none;
	z-index: 999; 
	position: fixed;
	right: 20px;
	bottom: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	width: 40px;
	height: 40px;
	padding: 4px 0 0 11px;
	background: #ec5b21;
	opacity: .2;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	}
	.totoplink i {
		font-size: 28px;
		color: white;
	}
	.totoplink a:hover	{
		opacity: .9;
		}
.breadcrumbs	{
	font-size:16px;
        color: #ec5b21;
	background-color: #dbe1e8;
        font-weight: 600;
	padding: 20px 0;
	}
.breadcrumbs a { 
	color: #ec5b21;
        font-weight: 600;
	}
	.breadcrumbs a:hover, a:focus {
		color: #ec5b21;
                font-weight: 600;		
	}

.breadcrumbs.no-slider {
		margin-top: 0px;
	}
.breadcrumb {
	margin-bottom: 0;
	background-color: transparent;
	padding: 8px 10px;
}
.mainContent {
	padding: 80px 0 30px 0;
	}
	.mainContent .mainImg img {		
	} 
	.mainContent.top {
		margin-top: 86px;
	}

.mainContent h4 {
	font-weight: bold;
	font-family: Arial, sans-serif;
	line-height: 18px;
        margin: 20px 0 3px 0;
        letter-spacing: -0.04em;
        font-size: 18px;
}
.mainContent h2 {
	font-weight: 600;
	line-height: 36px;
       /* color: #b71427; */
        color: #ec5b21;
        margin: 10px 0 30px 0;
        font-size: 32px;
}

.specialBox	h3	{
	color:#414141;
	padding-top:0;
}

.specialBox	{
	margin:15px;
	padding:14px 20px 20px;
	text-align: left;
	width:100%;
	border:1px solid white;
	background:#F8F8F8;
	-moz-box-shadow:0px 0px 3px #ccc;
  	-webkit-box-shadow:0px 0px 3px #ccc;
	box-shadow:0px 0px 3px #ccc;
}

.breadcrumbs + .mainContent {
	padding: 40px 0 30px 0;
}
.parallax {
        background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: cover;
	min-height: 200px; 
    /*  background-attachment: scroll;*/
	height: 200px;
	padding: 60px 0;
	position:relative;
	color:#FFF;
	text-align: center;
	}
	.parallax h3 {
		font-size: 44px;
		text-transform: uppercase;
		margin: 30px 0;
		letter-spacing: 0.1em;
		}
	.parallaxMask {
		width: 100%;
		height: 100%;
		top:0;
		bottom:0;
		overflow: hidden;
		position: absolute;
		background: rgba(0,0,0,0.55);
		padding: 60px 0;
		}
.QuoteSection {
	text-align: center;
	padding: 35px 0 20px 0;
	}
.HomeQuoteSection {
	text-align: center;
	padding: 15px 0 15px 0;
	}

.featureBlock {
	text-align: center;
	padding: 60px 0 20px 0;
	}
	.featureIcon {
		width:100px;
		height:100px;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		margin: 0 auto;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		background-color: #ec5b21;
		text-align: center;
		margin-bottom: 25px;
		}
        .featureIcon:Hover {
		background-color: #424242;
		}
		.featureIcon i:hover {
			 font-size: 42px;
		         background-color: #424242;
			 margin-top: 30px;
			}
		.featureIcon i {
			 font-size: 42px;
			 color: #fff;
			 margin-top: 30px;
			}

	.featureIcon2 {
		width:100px;
		height:100px;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		margin: 0 auto;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		background-color: #ec5b21;
		text-align: center;
		margin-bottom: 25px;
		}
		.featureIcon2 i {
			 font-size: 42px;
			 color: #fff;
			 margin-top: 30px;
			}


		.featureBlock.inverse .featureIcon {
			background-color: #424242;
			}
			.featureBlock.inverse .featureIcon i {
				color:#fff;					
				}

/* Resume / Secondary Section */
.resume-wrap{
  display:flex;
  gap:24px;
  align-items:stretch;
  max-width:1100px;
  margin:0 auto;
  padding:24px;
  background:#fff;
  color:#111;
  font-family: Arial, Helvetica, sans-serif;
  line-height:1.35;
}

/* Left column (secondary) */
.resume-secondary{
  flex:0 0 30%;
  background:#f2f4f7;
  border:1px solid #e3e7ee;
  border-radius:10px;
  padding:18px 16px;
}

.resume-block{ margin:0 0 18px 0; }
.resume-block:last-child{ margin-bottom:0; }

.resume-h{
  margin:0 0 10px 0;
  font-size:14px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#1c4f8a; /* blue header */
  text-align:center;
}

.resume-subh{
  margin:10px 0 4px 0;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.06em;
  color:#111;
  text-align:center;
}

.resume-meta{
  margin:0 0 8px 0;
  font-size:12px;
  color:#333;
  text-align:center;
}

.resume-subnote{
  margin:10px 0 6px 0;
  font-size:12px;
  color:#111;
  text-align:center;
}

/* Lists */
.resume-list{
  list-style:none;
  padding:0;
  margin:0;
  font-size:12px;
  color:#111;
  text-align:center;
}
.resume-list li{
  padding:3px 0;
}
.resume-list-tight li{
  padding:2px 0;
}

/* Right column (primary) */
.resume-primary{
  flex:1 1 auto;
  min-width:0;
}

.resume-header{
  padding:6px 6px 14px 6px;
  border-bottom:1px solid #e7ecf3;
  margin-bottom:14px;
}

.resume-title{
  margin:0 0 6px 0;
  font-size:18px;
  text-transform:uppercase;
  letter-spacing:.06em;
  color:#1c4f8a;
  text-align:center;
}

.resume-tagline{
  margin:0 0 6px 0;
  font-size:12px;
  text-align:center;
}

.resume-org{
  margin:0 0 10px 0;
  font-size:12px;
  text-align:center;
  font-weight:700;
}

.resume-roles p{
  margin:4px 0;
  font-size:12px;
}

.resume-dates{
  float:right;
  color:#333;
  font-weight:700;
}

.resume-body p{
  margin:0 0 10px 0;
  font-size:12px;
}

.resume-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px 16px;
  margin:10px 0 10px 0;
}
.resume-kv p{
  margin:0;
  font-size:12px;
}

.resume-bullets{
  margin:8px 0 10px 18px;
  padding:0;
  font-size:12px;
}
.resume-bullets li{ margin:6px 0; }

.resume-stats{
  margin-top:12px;
  padding:12px;
  border:1px solid #e7ecf3;
  border-radius:10px;
  background:#fbfcfe;
}
.resume-stats p{
  margin:0 0 6px 0;
  font-size:12px;
  font-weight:700;
}

.resume-link{
  margin-top:10px;
  font-size:12px;
}

/* Responsive */
@media (max-width: 900px){
  .resume-wrap{ flex-direction:column; }
  .resume-secondary{ flex:1 1 auto; }
  .resume-grid{ grid-template-columns:1fr; }
  .resume-dates{ float:none; display:block; margin-top:2px; }
}


/* Services */
.services h4 {
	margin: 0 0 10px 0;
}
.fa.iconBig {
	font-size: 28px;
	color: #ec5b21;
}

/* Social icons */
.social-icon {
	display: block;
	width: 36px;
	height: 36px;
	float: right;
	padding: 5px 0 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #aaa;
	margin: 0 5px;
	text-align: center;
	color: #999;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.social-icon:hover {
	background-color: #ec5b21;
	color: white;
	border: 2px solid #ec5b21;
}
.social-icon i {
	font-size: 16px;
}

/* Search */
.search-trigger-wrapper {
	position: absolute;
	top: 0;
	right: 0;
}
.search-trigger {
	position: relative;
	display: block;
	width: 86px;
	height: 86px;
	color: #ff7200;
	text-align: center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	}
	.search-trigger:hover {
		color: #FFF;
	}
	.search-trigger i {
		font-size: 22px;
		text-shadow: none;
		margin-top: 30px;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
.show-search .search-input {
	height: 140px;
	border-bottom: 1px solid #eee;
}
.search-input {
	display: none;
	position: fixed;
	top: 100px;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	border-radius: 5px;
	background: rgba(0,0,0,.3);
	box-sizing: border-box;
	padding: 12px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.25);
	z-index: 2000;
}
.search-input input[type="text"] {
	background: #fff;
	vertical-align:middle;
	margin:0 5px 0 0;
	padding:20px;
	border:0;
	color: #000;
	width: 100%;
	text-align: left;
	line-height: 1.1em;
	position: relative;
	}
	.search-input input:focus {
		outline: none;
		border: none;
	}
	.search-input input::-webkit-input-placeholder {
	   	color: #666;
	   	line-height: 1.3em;
	}
	.search-input input:-moz-placeholder { /* Firefox 18- */
	   color: #666;  
	}
	.search-input input::-moz-placeholder {  /* Firefox 19+ */
	   color: #eee;  
	}
	.search-input input:-ms-input-placeholder {  
	   color: #666;  
	}
	.search-input input.searchBtn {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		width: 60px;
		border: none;
		background: transparent url('https://www.massmedicalbilling.com/uploads/tpl-buddy-012/img/search.png') no-repeat center center;
		font-family: FontAwesome; 
		font-weight: normal;
		font-size: 106px; 
		display: inline-block;
		color:#666;
		}
		.search-input input.searchBtn:before {
			content: '\f105'; 
			}
	.close-search {
		position: absolute;
		top:-30px;
		right: -30px;
		width: 40px;
	    height: 40px;
	    text-shadow: none;
	    text-align: center;
	    border-radius: 100px;
	    border: 2px solid transparent;
	    line-height: 38px;
	    padding: 0;
	    -webkit-transition: all 0.3s ease-out;
	    transition: all 0.3s ease-out;	   
	    font-size: 38px;
	    color: rgba(255,114,0,.8);
	    cursor: pointer;
	}
	.close-search:hover {
		transform: scale(0.8);
		-webkit-transform: scale(0.8) rotateZ(90deg);
	}

#SubmitButton
   {
       align-content: center; 
       background: #ec5b21; 
       font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
       font-size: 1.60em; 
       border-bottom-left-radius: 5px; 
       border-top-left-radius: 5px; 
       border-bottom-right-radius: 5px; 
       border-top-right-radius: 5px; 
       height: 50px; 
       width: 170px; 
       border: none; 
       color: white; 
       font-weight: 500; 
       letter-spacing: 1px; 
       cursor: pointer;
}
#SubmitButton:hover
{
       background: #424242; 
}

#MoreButton
   {
       align-content: center; 
       background: #ec5b21; 
       font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
       font-size: 15px; 
       border-bottom-left-radius: 5px; 
       border-top-left-radius: 5px; 
       border-bottom-right-radius: 5px; 
       border-top-right-radius: 5px; 
       height: 40px; 
       width: 180px; 
       border: none; 
       color: white; 
       font-weight: 500; 
       letter-spacing: 1px; 
       cursor: pointer;
}
#MoreButton:hover
{
       background: #424242; 
}

#ReadMore
   {
       align-content: center; 
       margin-bottom: 20px;
       background: #ec5b21; 
       font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
       font-size: 1.60em; 
       border-bottom-left-radius: 5px; 
       border-top-left-radius: 5px; 
       border-bottom-right-radius: 5px; 
       border-top-right-radius: 5px; 
       height: 40px; 
       width: 150px; 
       border: none; 
       color: white; 
       font-weight: 500; 
       letter-spacing: 1px; 
       cursor: pointer;
}
#ReadMore:hover
{
       background: #424242; 
}

#hideshow
   {
       align-content: center; 
       background: #fff; 
       border: solid 2px #ec5b21; 
       font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
       font-size: 1.30em; 
       border-bottom-left-radius: 10px; 
       border-top-left-radius: 10px; 
       border-bottom-right-radius: 10px; 
       border-top-right-radius: 10px; 
       margin-top: 15px;
       height: 45px; 
       width: 185px; 
       color: #ec5b21; 
       font-weight: 500; 
       letter-spacing: 1px; 
       cursor: pointer;
}
#hideshow:hover
{
       background: #ec5b21; 
       color: #fff; 
}

#SubmitButtonBlue
   {
       align-content: center; 
       background: #1e3e5a; 
       font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
       font-size: 1.60em; 
       border-bottom-left-radius: 5px; 
       border-top-left-radius: 5px; 
       border-bottom-right-radius: 5px; 
       border-top-right-radius: 5px; 
       height: 50px; 
       width: 170px; 
       border: none; 
       color: white; 
       font-weight: 500; 
       letter-spacing: 1px; 
       cursor: pointer;
}
#SubmitButtonBlue:hover
{
       background: #ec5b21; 
}

#SubmitButtonBlueWhite
   {
       align-content: center; 
       background: #fff;
       border: solid 2px #1e3e5a; 
       font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
       font-size: 1.60em; 
       border-bottom-left-radius: 5px; 
       border-top-left-radius: 5px; 
       border-bottom-right-radius: 5px; 
       border-top-right-radius: 5px; 
       height: 50px; 
       width: 170px; 
       color: #1e3e5a;
       font-weight: 500; 
       letter-spacing: 1px; 
       cursor: pointer;
}
#SubmitButtonBlueWhite:hover
{
       background: #1e3e5a; 
       color: #fff;
}

.tel	{
        color: #ec5b21;
	margin-top: 10px;
        font-size: 18px;
        font-weight: 600;
}

.sideimg {
    width: 250px;
    height: 250px;
    border: 12px solid #fff;
    border-radius: 100%;
    box-shadow: 0px 0px 24.07px 4.93px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 24.07px 4.93px rgba(0, 0, 0, 0.1);
}

#billingtabs .tabs-left li a{
font-weight: 700;
color:#333;
font-size: 15px;
}
#billingtabs .tabs-left li:active a{
color:#FC563B !important;
}
#billingtabs .tabs-left li{
display: block;
padding: 15px 15px !important;
border: 1px solid #c1c1c1;
border-left: none;
border-top: none;
border-right: none;
margin: 0;
cursor: pointer;
float: none;
}

#billingtabs .tabs-left {

border-right: 1px solid #ddd;
}
#billingtabs .nav-tabs>li>a:hover,#billingtabs .nav-tabs>li>a:active{
color: #FC563B;
border:none;
}


#billingtabs.btn-grey{
background-color: #555;
border-radius: 5px;
color: #fff;
border: 0px;
margin-bottom: 10px;
margin: 5px;
padding: 5px;
text-decoration: none;
font-size: 16px;
font-weight: inherit;
}

#billingtabs.btn-grey:hover
{
color: #fff;
text-decoration: none;
background-color:#FC563B;
}
code{
background-color:#eeeeee;
}
.border-line {
    background-color: #c9c9c9;
    display: block;
    height: 2px;
    margin: 20px auto;
    width: 6%;
    margin-bottom: 60px;
}
#Billing p,#Coding p,#EMR-Support p,#AR-Management p,#RCM-services p{
line-height:28px;
}

.resources-widget .title h3 {
    margin: 0;
    font-weight: bold;
    text-align: center;
	padding: 10px;
    padding-top: 0px;
    font-size: 16px;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    max-height: 46px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
 
}


/* CGBlog 
------------------------------------------------- */
.CGBlogSummaryLink h4 {
	        font-size: 24px;
                line-height: 30px;
	        margin: 0;
	}
	.CGBlogSummaryLink h4 a {
	        font-size: 24px;
                line-height: 30px;
		color: #424242;
              {*    background: #fff; *}
		font-weight: 600;
	        border-bottom: 1px solid #ec5b21; 
	}
	.CGBlogSummaryLink h4 a:hover {
	        font-size: 24px;
                line-height: 30px;
                color: #ec5b21;
		text-decoration: none;
              {*    background: #424242;
	       border-bottom: 1px solid #ec5b21;*}
	}
.CGBlogSummaryLink2 h4 {
	font-size: 22px;
        line-height: 28px;
	margin: 0;
	}
	.CGBlogSummaryLink2 h4 a {
	font-size: 22px;
        line-height: 28px;
		color: #424242;
              {*    background: #fff; *}
		font-weight: 600;
	        border-bottom: 1px solid #ec5b21; 
	}
	.CGBlogSummaryLink2 h4 a:hover {
	font-size: 22px;
        line-height: 28px;
                color: #ec5b21;
		text-decoration: none;
              {*    background: #424242;
	       border-bottom: 1px solid #ec5b21;*}
	}
.CGBlogSummaryField {
	position: relative;
	text-align: center;
}
.CGBlogSummaryField img {
	width: 100%;
}
.CGBlogSummaryField .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	opacity:0;
	overflow:hidden;
	}
	.CGBlogSummaryField:hover .image-overlay {
		opacity:1;
		background: linear-gradient(rgba(30,62,90, 0.55),rgba(30,62,90, 0.15));
	}
	.CGBlogSummaryField .image-overlay .overlay-icon {
		        position: absolute;
			top: -3%;
                        left: 40%;
			width:70px;
			height:70px;
			display:block;
			border-radius: 50%;
			margin: -70px auto 0;
			background-color: #ec5b21;
			-webkit-transition: all 0.2s;
			-moz-transition: all 0.2s;
			-ms-transition: all 0.2s;
			-o-transition: all 0.2s;
			transition: all 0.2s;
			}
			.CGBlogSummaryField:hover .image-overlay .overlay-icon {

				opacity:0.85;
				margin: 70px auto 0;
				}
		.CGBlogSummaryField .image-overlay .overlay-icon i {

			font-size: 28px;
			color:white;
			margin: 20px 0 0 2px;
			}
.CGBlogSummaryInfo {
	width: 100%;
	padding: 10px 0 0;
	overflow: hidden;
}
.CGBlogSummaryExtra {margin-bottom: 15px}
.CGBlogSummaryPostdate,
.CGBlogSummaryCategory,
.CGBlogSummaryAuthor {
	font-size: 12px;
	color: #ec5b21;
	float: left;
        font-weight: 550;
	display: inline-block;
	margin-right: 6px;
}

.CGBlogSummaryExtra strong {
	font-weight: 550;
        font-size: 14px;
	line-height: 14px;
	color: #ec5b21;
	font-family: Arial, sans-serif;
}

/* CGBlog main blog page */
.blog .CGBlogSummary {
	margin-bottom: 0px;
	/* border-bottom: 1px solid #aaa; */
}
.blog .CGBlogSummarySummary {
	margin: 20px 0 20px 0;
}
/* .blog .CGBlogSummarySummary p:last-child {
	margin-bottom: 0;
}  */
.blog .CGBlogSummaryLink h4 {
	font-size: 22px;
	margin: 0 0 10px 0;
	line-height: 110%;
}
.blog .CGBlogSummaryInfo {
	padding: 0;
}
.blog .CGBlogSummaryInfo + .CGBlogSummaryField {
	margin-top: 8px;
}
.blog section.mainContent {
	padding: 30px 0;
}
.browsecat {
	margin-bottom: 30px;
        font-size: 16px;
}
.browsecat ul {
	list-style-type: none; 
	margin: 0;
	padding-left: 8px;
	line-height: 200%;
	}
	.browsecat > ul {
		margin: 0;
		padding: 0;
		}
	.browsecat ul li {
		padding: 0;
	}

.browsecat h4 {
	font-size: 16px;
}
/* Blog detail page */
.blog h3.CGBlogPostDetailTitle {
	font-size: 36px;
	font-weight: 400;
	border-bottom: 1px solid #aaa;
	padding-bottom: 12px;
	line-height: 110%;
	margin-bottom: 10px;
}
.blog .CGBlogPostDetailSummary {
	margin-bottom: 30px;
	font-weight: 600;
}
.blog .CGBlogPostDetailSummary p:last-child {
	margin-bottom: 0;
}
.blog .CGBlogDetailInfo {
	margin: 20px 0 10px 0;
	overflow: hidden;
}
.blog .CGBlogDetailField {
	margin-bottom: 30px;
}

.blog .CGBlogDetailField .photos-border_left {  
       float: left;
       border-style: solid; 
       border-color: #02557f; 
       background: #FFF;
       display:inline-block;	
       border-width: 1px;
	margin-right: 25px;
        margin-top: 4px;
	margin-bottom: 5px;
	padding: 6px;
}

.blog .CGBlogDetailField .photos-border_left a:hover { 
       display:inline-block;
       margin-right: 25px; 
       margin-bottom: 5px; 
       padding: 6px; 
       margin-top: 4px;
}

.blog .CGBlogPostDetailContent {
	margin-bottom: 30px;
       /* overflow: auto; */
}

.blog .CGBlogPostDetailContent strong {
	font-weight: 550;
        font-size: 14px;
	line-height: 14px;
	color: #ec5b21;
	font-family: Arial, sans-serif;
}

.blog .CGBlogPostDetailExtra strong {
	font-weight: 600;
        font-size: 16px;
	line-height: 16px;
	color: #ec5b21;
	font-family: Arial, sans-serif;
}

.blog .CGBlogPostDetailExtra ul li {
    list-style: outside disc;
     display:inline-block; 
    margin-left: 450px;
    clear: left;

}

.blog .CGBlogPostDetailExtra li {
    position: relative;
    left: 30em;
    padding-right: 25em;   
}​

.blog .CGBlogPostDetailExtra h4 {
	font-weight: bold;
	font-family: Arial, sans-serif;
	line-height: 18px;
        margin: 20px 0 3px 0;
        letter-spacing: -0.04em;
        font-size: 18px;
}
.blog .CGBlogPostDetailExtra h2 {
	font-weight: 600;
	line-height: 26px;
       /* color: #b71427; */
        color: #ec5b21;
        margin: 10px 0 3px 0;
        font-size: 26px;
}
.blog .CGBlogPostDetailContent {
	       /* overflow: auto; */
}
.blog .CGBlogPostDetailContent h3 {
	margin-bottom: 10px;
}
.blog .specialBox	{
	margin:5px;
	padding:14px 20px 20px;
	width:40%x;
	border:1px solid white;
	background:#F8F8F8;
	-moz-box-shadow:0px 0px 3px #ccc;
  	-webkit-box-shadow:0px 0px 3px #ccc;
	box-shadow:0px 0px 3px #ccc;
}
.blog .prevblogarticle {
	float: left;
}
.blog .nextblogarticle {
	float: right;
}
.blog-pagination {
	text-align: center;
	padding: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}
.blog-pagination span {
	width: 30px;
	height: 30px;
}
.blog-pagination span a,
.blog-pagination span.first-nolink,
.blog-pagination span.prev-nolink,
.blog-pagination span.next-nolink,
.blog-pagination span.last-nolink {
	text-indent: -9999px;
	position: relative;
	width: 30px;
	height: 30px;
	display: inline-block;
}
.blog-pagination .left {
	float: left;
}
.blog-pagination .right {
	float: right;
}
.blog-pagination span a:hover {
	color: #fff;
}
.blog-pagination span a:before,
.blog-pagination span.first-nolink:before,
.blog-pagination span.prev-nolink:before,
.blog-pagination span.next-nolink:before,
.blog-pagination span.last-nolink:before {
	position: absolute;
	top: 0px;
	left: 6px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 24px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: #ddd;
	text-indent: 0;
	}
	.blog-pagination span a:before {
		color: #666;
	}
	.blog-pagination span a:hover:before {
		color: #ec5b21;
	}
	.blog-pagination span.prev a:before,
	.blog-pagination span.prev-nolink:before {
		content: "\f104";
	}
	.blog-pagination span.first a:before,
	.blog-pagination span.first-nolink:before {
		content: "\f100";
	}
	.blog-pagination span.next a:before,
	.blog-pagination span.next-nolink:before {
		content: "\f105";
	}
	.blog-pagination span.last a:before,
	.blog-pagination span.last-nolink:before {
		content: "\f101";
	}

/* CGFeedback - comments
------------------------------------------------- */
.cgfeedback_addcomment fieldset {
	margin: 40px 0;
	}
	.cgfeedback_addcomment fieldset legend {
		border: none;
		font-weight: 400;
	}
.cgfeedback_addcomment .row {
	margin-bottom: 12px;
}
.cgfeedback_addcomment label {
	font-weight: 600;
	margin-bottom: 6px;
}
.cgfeedback_addcomment input[type="text"],
.cgfeedback_addcomment input[type="email"],
.cgfeedback_addcomment input[type="password"],
.cgfeedback_addcomment textarea {
	display: block;
  	width: 100%;
  	height: 40px;
  	padding: 6px 12px;
  	font-size: 14px;
  	line-height: 1.42857143;
  	color: #555;
  	background-color: #fff;
  	background-image: none;
  	border: 1px solid #ccc;
  	border-radius: 4px;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.cgfeedback_addcomment input:focus,
.cgfeedback_addcomment textarea:focus,
.cgfeedback_addcomment select:focus,
.cgfeedback_addcomment checkbox:focus {
	border-color: #66afe9;
  	outline: 0;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.cgfeedback_addcomment textarea {
	min-height: 240px;
	overflow: auto;
}
.CGBlogSummaryComments {
	margin-bottom: 20px;
	font-size: 12px;
}
.CGBlogSummaryComments.home {
	font-size: 12px;
	color: #666;
}
.CGBlogSummaryComments .feedback_ratings_item {
	float: left;
	margin-right: 10px; 
}
.CGBlogSummaryComments .feedback_ratings_item .fa {
	color: #ec5b21;
	opacity: 0.8;
}
.cgfeedback_summary_report  {

}
.cgfeedback_summary_item {
	border-bottom: 1px solid #ccc;
	padding: 25px 0;
	}
	.cgfeedback_summary_item .row {
		padding: 1px 0;
	}
	.cgfeedback_summary_item .row:last-child {
		margin-top: 14px;
	}
	.cgfeedback_summary_item .title {
		font-weight: 600;
		margin-right: 12px;
	}
	.cgfeedback_summary_item .fa {
		color: #ec5b21;
		opacity: 0.8;
	}

/*
 * jQuery Superfish Menu Plugin
 * Copyright (c) 2013 Joel Birch
 *
 * Dual licensed under the MIT and GPL licenses:
 *	http://www.opensource.org/licenses/mit-license.php
 *	http://www.gnu.org/licenses/gpl.html
 ------------------------------------------------- */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
	max-width: 220px;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}

/*** DEMO SKIN ***/
.sf-menu {
	margin-top: -2px;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.5);
	min-width: 16em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	padding: 8px 14px;
        text-decoration: none;
	zoom: 1; /* IE7 */
	font-family:arial; 
        color: #EEE;
	font-size: 13px;
        font-weight: 700;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	text-transform: uppercase;
	text-shadow: none;
	}
	.sf-menu a.menuactive {
                font-family:arial; 		
                color: #ec5b21 !important;
		font-weight: 700;
	}
	.sf-menu a:hover,
	.sf-menu .sfHover > a {
		color: #FFF;
		text-shadow: 0 0 10px rgba(255,255,255,.8);
	}
	
.sf-menu li {
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
	}
	.sf-menu > li > a {
		font-size: 13px;
		letter-spacing: 1px; 
		padding: 32px 12px;
		border-top: 2px solid transparent;
	}
	.smaller .sf-menu > li > a {
		padding: 18px 12px;
	}
	.sf-menu > li > a.menuactive { 
	}
.sf-menu ul li {
	background-color: rgba(30,62,90,.97);
	border-top: 1px solid #5a7185;
	}
	.sf-menu ul li:first-child {
		border-top: none;
	}
.sf-menu ul ul li {
	background-color: rgba(30,62,90,.97);
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}
.sf-menu li.sectionheader > a {
	cursor: default;	
}
.sf-menu li.sectionheader > a:hover {	
}
.sf-menu li.separator hr {
	border-top: 1px solid #666;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.2em !important;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: "\f103";
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	width: 32px;
	font-size: 14px;
	display: inline-block;
	text-align: right;
	font: normal 14px/.5 FontAwesome;
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	content: "\f101" !important;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: #333; /* IE8 fallback colour */
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: #333;
}

@media screen and (max-width: 1280px) {
	.sf-menu > li:last-child ul ul {
		left: -100%;
	}
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flexslider .col-sm-12 { min-height: 0; }
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('https://www.massmedicalbilling.com/uploads/tpl-buddy-012/fonts/flexslider-icon.eot');
	src:url('https://www.massmedicalbilling.com/uploads/tpl-buddy-012/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('https://www.massmedicalbilling.com/uploads/tpl-buddy-012/fonts/flexslider-icon.woff') format('woff'),
		url('https://www.massmedicalbilling.com/uploads/tpl-buddy-012/fonts/flexslider-icon.ttf') format('truetype'),
		url('https://www.massmedicalbilling.com/uploads/tpl-buddy-012/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position:relative; height: 700px; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block; }
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0; background: #000; position: relative; zoom: 1; overflow: hidden; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { 
	text-decoration:none; 
	display: block; 
	width: 100px; 
	height: 100px; 
	margin: -50px 0 0; 
	background: transparent;
	position: absolute; 
	top: 55%; 
	z-index: 10; 
	overflow: hidden; 
	opacity: 0;
	cursor: pointer; 
	color: transparent; 
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
	text-indent: 0;
	font-size: 0; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.flex-direction-nav .flex-prev { left: 0px; }
.flex-direction-nav .flex-next { right: 0px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.2; }
.flexslider:hover .flex-next { opacity: 0.2; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 0.8; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { 
	font-family: FontAwesome; 
	font-weight: normal;
	font-size: 106px; 
	display: inline-block;
	position:absolute;
	top:34px;
	left:24px;
	content: '\f104'; 
	color:#fff;
	}
.flex-direction-nav a.flex-next:before  { 
	content: '\f105'; left: 36px;
	}

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 10px; text-align: center; z-index: 5;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #aaa; background: rgba(255,255,255,0.2); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #888; background: rgba(255,255,255,0.4); }
.flex-control-paging li a.flex-active { background: #eee; background: rgba(255,255,255,0.6); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

.flex-caption { 
	width: 100%; 
	height: 100%;
	margin: 0 auto; 
	position: absolute; 
	top: 30%; 
	z-index: 100; 
        font-family:arial;
        font-size:18px; 	
        color: #fff; 
	text-shadow: none; 
}
.caption-container { 
	position: relative; 
	width: 100%; 
	height: 100%;
	margin: 0 auto; 
	padding-left: 2%; }
.text-container { 
	max-width: 720px; 
	height: 100%;
	position: relative; 
	margin: 0 auto;
	text-align: center;
	opacity: 0;
	-webkit-animation: slideIn .4s forwards; 
	-moz-animation: slideIn .4s forwards; 
	-o-animation: slideIn .4s forwards; 
	animation: slideIn .4s forwards; 
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}
.text-container2 { 
	max-width: 720px; 
	height: 100%;
	position: relative; 
	margin: 0 auto;
	text-align: center;
	opacity: 0;
	 -webkit-animation: slideIn .4s forwards; 
	-moz-animation: slideIn .4s forwards; 
	-o-animation: slideIn .4s forwards; 
	animation: slideIn .4s forwards; 
	-webkit-animation-delay: .4s;
	animation-delay: .4s; 
}
	.flex-caption h2 {
		margin: 0 0 10px 0;
                font-family:arial;		
                color: #fff;
		text-transform: uppercase;
		letter-spacing:1px;		
		font-size: 30px;
		line-height: 40px;
		font-weight: 600;
	}
	.flex-caption .btn-primary {
		background-color: #ec5b21;
		border: none;
		border-radius: 50px;
		opacity: 0.9;
                text-decoration: none; 
		text-transform: uppercase;
		padding: 12px 24px;
		font-size: 16px;
		font-weight: 500;
		margin: 10px 0;
		}
		.flex-caption .btn-primary:hover {
			opacity: 0.8;
                        background-color: #424242;
		}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

/* Alternate Caption slideIn CSS */
/* Will not work properly without JS pull by Ryan Long https://github.com/woothemes/FlexSlider/pull/865 */
@-webkit-keyframes slideIn { 0% { bottom: -30%; opacity: 0; }
  100% { bottom: 0; opacity: 1; } }

@-moz-keyframes slideIn { 0% { bottom: -30%; opacity: 0; }
  100% { bottom: 0; opacity: 1; } }

@-o-keyframes slideIn { 0% { bottom: -30%; opacity: 0; }
  100% { bottom: 0; opacity: 1; } }

@keyframes slideIn { 0% { bottom: -30%; opacity: 0; }
  100% { bottom: 0; opacity: 1; } }


/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
	padding: 0 15px 10px 15px;
	text-align: center;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
.customNavigation{
  text-align: right;
  margin-bottom: 10px;
  margin-right: 15px;
}
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }
.customNavigation a.btn {
	background-color: #e2e2e2;
	border-radius: 2px;
	color: #666;
}
.customNavigation a.btn:hover {
	background-color: #333;
	color:white;
}
.customNavigation a.btn.next {
	padding: 6px 11px 6px 13px;
}
.owl-item .img {
	background-color: #000;
	position: relative;
}
.owl-item .img .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	opacity:0;
	overflow:hidden;
	}
	.owl-item .img:hover .image-overlay {
		opacity:1;
		background-color: rgba(0,0,0,.6);
	}
	.owl-item .img .image-overlay h4 {
		color: white;
                font-weight: 600;
		position:absolute;
		bottom:-40px;
		left:20px;
		right:20px;
		text-align: center;
		font-size: 18px;
		text-shadow: none;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
		}
		.owl-item .img:hover .image-overlay h4 {
			bottom:20px;
		}
		.owl-item .img .image-overlay .overlay-icon {
			width:70px;
			height:70px;
			display:block;
			border-radius: 50%;
			margin: -70px auto 0;
			opacity:0;
			background-color: #ec5b21;
			-webkit-transition: all 0.2s;
			-moz-transition: all 0.2s;
			-ms-transition: all 0.2s;
			-o-transition: all 0.2s;
			transition: all 0.2s;
			}
			.owl-item .img:hover .image-overlay .overlay-icon {
				opacity:0.85;
				margin: 60px auto 0;
			}
		.owl-item .img .image-overlay .overlay-icon i {
			font-size: 28px;
			color:white;
			margin: 20px 0 0 2px;
		}

/* Portfolio magnific popup custom styles */
.portfolio {
	text-align: center;
}
.portfolio-gallery .img {
	/* background-color: #000; */
	position: relative;
	margin-bottom: 5px;
}
.portfolio-gallery .img .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	opacity:0;
	overflow:hidden;
	}
	.portfolio-gallery .img:hover .image-overlay {
		opacity:1;
		background-color: rgba(0,0,0,.6);
	}
	.portfolio-gallery .img .image-overlay h4 {
		color: white;
                font-weight: 600;
		position:absolute;
		bottom:-40px;
		left:20px;
		right:20px;
		text-align: center;
		font-size: 18px;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
		}
		.portfolio-gallery .img:hover .image-overlay h4 {
			bottom:20px;
		}
		.portfolio-gallery .img .image-overlay .overlay-icon {
			width:70px;
			height:70px;
			display:block;
			border-radius: 50%;
			margin: -70px auto 0;
			opacity:0;
			background-color: #ec5b21;
			-webkit-transition: all 0.2s;
			-moz-transition: all 0.2s;
			-ms-transition: all 0.2s;
			-o-transition: all 0.2s;
			transition: all 0.2s;
			}
			.portfolio-gallery .img:hover .image-overlay .overlay-icon {
				opacity:0.85;
			/*       margin: 50px auto 0;  */
                               margin-top: 25px;
			/*	 top: 50%; */
			}
		.portfolio-gallery .img .image-overlay .overlay-icon i {
			font-size: 28px;
			color:white;
			margin: 20px 0 0 22px;
		}

.portfolio2 {
	text-align: center;
}
.portfolio-gallery2 .img2 {
	/* background-color: #000; */
	position: relative;
	margin-bottom: 5px;
}
.portfolio-gallery2 .img2 .image-overlay2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 195px;
	height: 122px;
	background-color: rgba(0,0,0,0);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	opacity:0;
	overflow:hidden;
	}
	.portfolio-gallery2 .img2:hover .image-overlay2 {
		opacity:1;
		background-color: rgba(0,130,249,.45);
	}
		.portfolio-gallery2 .img2 .image-overlay2 .overlay-icon2 {
			width:70px;
			height:70px;
			display:block;
			border-radius: 50%;
			 /* margin: -70px auto 0; */
			margin: 0 auto 0; 
			opacity:0;
			background-color: #424242;
			-webkit-transition: all 0.2s;
			-moz-transition: all 0.2s;
			-ms-transition: all 0.2s;
			-o-transition: all 0.2s;
			transition: all 0.2s;
			}
			.portfolio-gallery2 .img2:hover .image-overlay2 .overlay-icon2 {
				opacity:0.85;
			/*       margin: 50px auto 0;  */
                               margin-top: 25px;
			/*	 top: 50%; */
			}
		.portfolio-gallery2 .img2 .image-overlay2 .overlay-icon2 i {
			font-size: 28px;
			color:white;
			margin: 20px 0 0 23px;
		}

.portfolio3 {
	text-align: center;
}
.portfolio-gallery3 .img3 {
	/* background-color: #000; */
	position: relative;
	margin-bottom: 5px;
}
.portfolio-gallery3 .img3 .image-overlay3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	opacity:0;
	overflow:hidden;
	}
	.portfolio-gallery3 .img3:hover .image-overlay3 {
		opacity:1;
		background-color: rgba(0,130,249,.45);
	}
		.portfolio-gallery3 .img3 .image-overlay3 .overlay-icon3 {
			width:70px;
			height:70px;
			display:block;
			border-radius: 50%;
			 /* margin: -70px auto 0; */
			margin: 0 auto 0; 
			opacity:0;
			background-color: #424242;
			-webkit-transition: all 0.2s;
			-moz-transition: all 0.2s;
			-ms-transition: all 0.2s;
			-o-transition: all 0.2s;
			transition: all 0.2s;
			}
			.portfolio-gallery3 .img3:hover .image-overlay3 .overlay-icon3 {
				opacity:0.85;
			/*       margin: 50px auto 0;  */
                               margin-top: 25px;
			/*	 top: 50%; */
			}
		.portfolio-gallery3 .img3 .image-overlay3 .overlay-icon3 i {
			font-size: 28px;
			color:white;
			margin: 20px 0 0 23px;
		}

/* Isotope Home page */
.portfolioFilter {
	margin: 10px 0 30px 0;
	text-align: center;
	line-height: 50px;
}
.portfolioFilter a { 
    margin-right: 6px; 
    margin-bottom: 10px;
    text-decoration:none;
    background-color: #ccc;
    padding: 8px 16px;
    font-size: 12px;
    color: #262626;
    text-transform: uppercase;
    text-shadow: none;
    -moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	}
	.portfolioFilter a:hover {
		background-color: #bbb;
	}
	.portfolioFilter a.current {
        font-weight: 600; 
    	color: #fff;
    	background-color: #ec5b21;
	}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
     -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/* Forms 
------------------------------------------------- */
.formbuddy	{
	padding:10px 2px;
}
.formbuddy div {
	margin: 0 0 20px 0;
}
.formbuddy legend	{
	padding: 4px 0;
}
.formbuddy label {
	font-weight: 600;
}
.formbuddy .submit input	{
	display: inline-block;
  	padding: 6px 12px;
  	margin-bottom: 0;
  	font-size: 14px;
  	font-weight: normal;
  	line-height: 1.42857143;
  	text-align: center;
  	white-space: nowrap;
  	vertical-align: middle;
  	cursor: pointer;
  	-webkit-user-select: none;
    	-moz-user-select: none;
      	-ms-user-select: none;
        	user-select: none;
  	background-image: none;
  	border: 1px solid transparent;
  	border-radius: 4px;
  	color: #333;
  	background-color: #fff;
  	border-color: #ccc;	
}
.formbuddy .submit input:focus,
.formbuddy .submit input:active:focus,
.formbuddy .submit input.active:focus {
  	outline: thin dotted;
  	outline: 5px auto -webkit-focus-ring-color;
  	outline-offset: -2px;
}
.formbuddy .submit input:hover,
.formbuddy .submit input:focus {
  	text-decoration: none;
  	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.formbuddy .submit input:active,
.formbuddy .submit input.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.formbuddy input[type="text"], .formbuddy input[type="email"], .formbuddy input[type="password"], .formbuddy textarea {
	display: block;
  	width: 100%;
  	height: 34px;
  	padding: 6px 12px;
  	font-size: 14px;
  	line-height: 1.42857143;
  	color: #555;
  	background-color: #fff;
  	background-image: none;
  	border: 1px solid #ccc;
  	border-radius: 4px;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.formbuddy input:focus, .formbuddy textarea:focus, .formbuddy select:focus, .formbuddy checkbox:focus {
	border-color: #66afe9;
  	outline: 0;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.formbuddy input::-moz-placeholder,
.formbuddy textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.formbuddy input:-ms-input-placeholder,
.formbuddy textarea:-ms-input-placeholder {
  color: #999;
}
.formbuddy input::-webkit-input-placeholder,
.formbuddy textarea::-webkit-input-placeholder {
  color: #999;
}
.formbuddy textarea {
	overflow:auto;
	min-height: 200px;
}
.error_message	{
	color:red;
}

/* Google map fix */
[id^="cggm_map_"] {
	width: 100% !important;
	margin: 0 0 60px 0;
}
[id^="cggm_map_"] img {
	max-width: none;
}

/* Media Queries */
@media screen and (max-width: 1280px) {
	.search-trigger { width: 66px; height: 86px; }
	header nav { margin-right: 56px; }
}

@media screen and (max-width: 1024px) {
	section { overflow: hidden;	}
	.wrapper { margin: 86px 0 0; }
	.search-input { margin-top: 0px; }
	header { height: 86px; }
	header nav { display: none; }
	header .mobile-nav-trigger {
		display: block;
		float: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 66px;
		height: 84px;
		text-indent: -9999px;
		overflow: hidden;
	}
	header .mobile-nav-trigger span {
		position: relative;
		display: block;
	}
	header .mobile-nav-trigger span:before {
		content: "";
		position: absolute;
		left: 22px;
		top: 30px;
		width: 20px;
		height: 3px;
		background: #1e3e5a;
		box-shadow: 0 6px 0 0 #aaa, 0 12px 0 0 #aaa;
	}
	header .mobile-nav-trigger.active {
		background-color: #1e3e5a;
		opacity: 0.7;
		border-right: none;
		height: 84px;
		}
		header .mobile-nav-trigger.active span:before {
			background: #fff;
			box-shadow: 0 6px 0 0 #fff, 0 12px 0 0 #fff;
		}
	header .container.mobile-header {
		width: 100%;
		height: 86px;
		margin: 0;
		padding: 0;
		}
		header .container.mobile-header .row {
			margin: 0;
			}
			header .container.mobile-header .col-sm-12 {
				float: none;
                                margin: 0;
				padding: 0;
				}
	.logo a { 
		float: none; 
		text-align: center; 
		margin: 0; 
		position: absolute;
		left: 66px;
		right: 66px;
		top: 12px;
		}
		.smaller .logo a { 
			top: -1px;
		}
	.smaller {
		box-shadow: none;
	}
	.search-trigger { 
		width: 66px; 
		height: 74px; 
		}
		.search-trigger i {
			margin-top: 26px;
		} 
	
	/* Mobile navigation */
	section.mobile-navigation {	
		position: fixed; 
		padding: 0;
		top: 86px;  
		bottom: 0;
                z-index: 10000;
		width: 100%; 
		overflow-y: scroll;
                -webkit-overflow-scrolling:touch; // mobile safari 
		     
	}
	.mobile-nav {
		display: block;
                height: 250px;
                max-height: 250px; 
		list-style: none; 
		margin: 0;
		padding:10px 6px;
                opacity: 0.9;
		background-color: #216bac;
                overflow-y: scroll;
	}
	.mobile-nav li {
		margin: 0;
		padding: 0;
		float: none;
                box-shadow: 0 1px 0 0 #beccde, 0 1px 0 0 #beccde;
	}
	.mobile-nav li a {
                font-size: 14px;
                font-weight: 600;
		padding: 7px 10px;
		display: block;
		color: #fff;
                box-shadow: 0 1px 0 0 #95a0af, 0 1px 0 0 #95a0af;
		}
		.mobile-nav li a:hover {
                        color: #fff;
			text-decoration: none;
                        font-weight: 600;
			background-color: #0f3a6c;
		}

	/* second level */
	.mobile-nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		.mobile-nav ul li a {
			padding-left: 40px;
		}
	
	/* third level */
	.mobile-nav ul ul {
		list-style: none;
		}
		.mobile-nav ul ul li a {
			padding-left: 80px;
		}
	.mobile-nav li.separator hr {
		border-top: 1px solid #666;
	}
	.totoplink a {
		opacity: .8;
		bottom: 85px;
		right: 10px;
	}
}

@media screen and (max-width: 991px) {
	.portfolio .img:hover .image-overlay .overlay-icon {
		margin: 70px auto 0;
	}
	.flex-direction-nav {
		display: none;
	}
	.social-icon {
		margin: 0 3px;
	}
}

@media screen and (max-width: 767px) {
	.portfolio .img:hover .image-overlay .overlay-icon {
		margin: 40px auto 0;
	}
	section {
		padding: 10px 0 10px 0;
	} 
	.featureContent {
		margin-bottom: 20px;
	}
	.owl-item .img img {
		width: 100%;
	}
	.boxFeature {
		margin-bottom: 0px;
	}
	.search-input {
		font-size: 28px;
	}
	.show-search .search-input {
		height: 100px;
	}
	.search-input input {
		padding: 10px 0 0;
	} 
	.flexslider .slides > li {
		height: 300px;
	}
	.search-input {
		top: 120px;
		left: 0;
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	.close-search {
		top: -6px;
		right: -3px;
	}
	.sliderWrapper {
		max-height: 300px;
	}
	.parallax {
		padding: 70px 0 10px 0;
		min-height: 300px;
	}
	.parallax h3 {
    	font-size: 20px;
    	margin: 10px 0;
    	letter-spacing: 0.1em;
	}
	h2.homeTitle {
		margin: 0 0 20px 0;
		font-size: 36px;
		}
		.blog h2.homeTitle {
			margin: 0 0 30px 0;
		}
	.breadcrumbs	{
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 479px) {

    .specialBox	{
	margin:8px;
	padding:5px;
	text-align: left;
	width: 100%px;
        height: 1500px;
        min-height: 1500px;
	border:1px solid white;
	background:#F8F8F8;
	-moz-box-shadow:0px 0px 3px #ccc;
  	-webkit-box-shadow:0px 0px 3px #ccc;
	box-shadow:0px 0px 3px #ccc;
        } 

       .parallax {
        background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: cover;
	min-height: 100px; 
    /*  background-attachment: scroll;*/
	height: 100px;
	padding: 80px 0;
	position:relative;
	color:#FFF;
	text-align: center;
	}
       .parallax h3 {
		font-size: 38px;
		text-transform: uppercase;
		margin: 70px 0;
		letter-spacing: 0.1em;
		}
	.portfolio-gallery .img .image-overlay .overlay-icon {
		display: none;
	}
	
  .smaller .logo a {
                margin: 8px 0 0;
		margin: 8px 0 0;
	}
	.logo a {
                margin: 8px 0 0;
		margin: 8px 0 0;
	}
    .smaller .logo a img {
                margin: 8px 0 0;
		max-width: 210px;
	}
	.logo a img {
                margin: 8px 0 0;
		max-width: 210px;
	} 

	.flex-caption {
		top: 28%;
	}
	.flex-caption h2 {
		font-size: 12px;
		line-height: 15px;
	}
	.flex-caption p {
		font-size: 12px;
		margin-bottom: 10px;
		line-height: 14px;
	}
	.flex-caption .btn-primary {
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 12px;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
	
         .portfolio .img:hover .image-overlay .overlay-icon {
		margin: 70px auto 0;
	}
        .logo a {
		margin: 24px 0 0;
	}
	.logo a img {
		max-width: 275px;
	}
	.sf-menu > li > a {	
		padding: 32px 6px;
	}
	.smaller .sf-menu > li > a {
		padding: 18px 6px;
	}

/* bootstrap clear columns */
/*  Tablet  */
.col-sm-4:nth-child(3n+1){
    clear: left;
}

/*--------Image Borders and Hovers------*/

.photos-inlineleft img {  margin-top: 3px; margin-right: 8px; margin-bottom: 3px;}

.photos-inlineright img {  margin-top: 3px; margin-left: 8px; margin-bottom: 3px;}

.photos-border_inlineleft img {  border-style: solid; border-color: #02557f; border-width: 1px; margin-right: 8px; margin-bottom: 5px;}

.photos-border_inlineleft_round img {  
           border-style: solid; 
           border-color: #02557f; 
           border-width: 1px; 
           margin-right: 8px; 
           margin-bottom: 5px;
           border: 0pt none; 
           float: left; 
           padding-top: 5px; 
           padding-right: 8px; 
           border-radius: 50%; 
           border-width: 0pt;
}

.photos-border_inlineright img {  border-style: solid; border-color: #02557f; border-width: 1px; margin-left: 8px; margin-bottom: 5px;}

.photos-border_left img {  border-style: solid; border-color: #02557f; background: #FFF;
	border-width: 1px;
	margin-right: 25px;
        margin-top: 4px;
	margin-bottom: 5px;
	padding: 4px;
}

.photos-border_left img a:hover { margin-right: 25px; margin-bottom: 5px; padding: 4px;margin-top: 4px;}

.photos-border_left_thn {  border-style: solid; border-color: #02557f; background: #FFF;
	border-width: 1px;
	margin-right: 4px;
        margin-top: 2px;
	margin-bottom: 0px;
	padding: 5px;
}

	
	
.photos-border_right img {border-style: solid; border-color: #02557f; background: #FFF;
	border-width: 1px; 
        margin-top: 4px;
	margin-left: 8px;
	margin-bottom: 5px;
	padding: 6px;
}

.photos-border_right img a:hover { margin-left: 8px; margin-bottom: 5px; padding: 4px; margin-top: 4px;}

.photos-border_big img { border-style: solid; border-color: #02557f; 	background: #FFF;
	border-width: 1px;
	margin: 0px;
	padding: 10px;
}

.photos-border_big img a:hover {	margin: 0px; padding: 10px;}

.photos-border_small img {border-style: solid; border-color: #02557f; background: #FFF;
	border-width: 1px;
	margin: 3px;
	padding: 5px;
}

.photos-border_small img a:hover {
	margin: 3px;
	padding: 5px;
}

.photosborders img {
	border: 0px;
    margin-top:4px;
	margin-bottom:4px;
	padding:6px;
}


#myframe {
  height: 100%;
}
