/****** PLACE YOUR CUSTOM STYLES HERE ******/

/* accordions style3 */
.acc-group.style3 { margin-bottom: 8px; padding-bottom: 8px; border-bottom: 1px solid #e5e5e5; }
.acc-group.style3 > button {outline: none; display: block; width: 100%; text-align: left; position:relative; margin:0; padding:10px 10px 10px 60px; background:none; border:0; font-size:16px}
.acc-group.style3 > button:after {content:'-'; position:absolute; left:0; top:0; width:20px; height:20px; font-size:40px; /* background:#eee; */color:#0991ad; padding:7px 6px 13px 14px; text-shadow:0 1px 0 #fff;}
.acc-group.style3 > button:hover { color:#0991ad !important; }
.acc-group.style3 > button:hover:after { color:#0991ad !important; /* background:#e9e9e9; */ }
.acc-group.style3 > button.collapsed:after {color:#b5b5b5; content:'+'; padding:10px;  font-size:35px;}
.acc-group.style3 > button.collapsed {color:#505050;}
.acc-group.style3 .content {padding: 10px 15px; }
.acc-group.style3 .content p:last-child {margin-bottom:0;}

.smi-staff-name > a {
    font-weight: 300;
}
            .todobox-bg-1 { background-image: url('../../../stratmi/graphics/smi/img/smi-3-col-sample.jpg'); }
            .todobox-v2 {
    background-position: center center;
    background-size: cover;
    margin-top: 0px;
    margin-bottom: 8px;
}

.todobox { 
	border: 1px solid #e6e6e6;
	padding: 20px;
	color: #797979;
	overflow: hidden;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.todobox:hover {
	box-shadow: 0 0 7px 1px #dddddd;
	border-color:transparent;
}

.todobox .box-title {
	font-size: 1em; 
}

.todobox .icon {
	color: #6d8bad;
	float: left;
	font-size: 2.85em;
	padding-right: 12px;
}

.todobox .texts {
	padding-top: 10px;
	font-size: 13px;  
	line-height: 20px;
} 



.todobox-v2 .overlay {
	background:rgba(0, 0, 0, 0.3);
	position: relative;
	padding: 60px 15px 60px 15px;
	color: #fff;
	text-align: center;
       height: 278px;
}

.todobox-v2 .icon { 
	position: absolute;
	left: 50%;
	margin-left: -55px;
	top: -55px;
	width: 110px;
	height: 110px;
	background: #fff;
	border-radius: 100%;
	border:2px solid #ebebeb;;

	text-align: center;
	font-size: 50px;
	color: #6d8bad;
	line-height: 108px;
}

.todobox-v2 .box-title {
	font-size: 18px;
	padding-top: 30px;
	font-weight: 600;
	color: #fff;
	position: relative;
        z-index: 99;
}

.todobox-v2 .texts {
	font-weight: 300;
	font-size: 13px;
	color: #fff;
}

.todobox-v2 .read-more {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 40px;
	padding: 0; 
	height: 40px;
	background-color: #fff;
	color: #696969;
	overflow: hidden;
	width: 70px;
}

.todobox-v2 .read-more span {
	position: absolute;
	left: 70px;
	font-size: 14px;
	top: 0;
	color: #666; 
	font-weight: 700;
	z-index: 9999;
}

.todobox-v2 .read-more:before {
	content: "+";
	position: absolute;
	left: 25px;
	top: -2px;
	font-size: 28px;  
	font-weight: 600;
}

.todobox-v2 .read-more,
.todobox-v2 .read-more span,
.todobox-v2 .read-more:before  {
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.todobox-v2:hover .read-more {
	width: 120px;
}

.todobox-v2:hover .read-more span {
	left: 15px;
}

.todobox-v2:hover .read-more:before {
	left: -20px;
}



.footer-logo {
    float: left;
    margin-right: 20px;
}

.btn-block-blue-sm {
    -moz-user-select: none;
    background-color: #1b8ac9;
    border: 1px solid #1b8ac9;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1;
    margin-top: 0;
    padding: 6px;
    text-align: center;
    transition-duration: 0.2s;
    transition-property: all;
    vertical-align: middle;
    white-space: inherit;
}

.btn-block-blue-sm:hover{
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}



.list-inline.social-list-footer a {
    color: #fff;
}
.list-inline.social-list-footer a:hover, .sub a:hover {
    color: #5e88a2;
}

.col-sm-6.text-right > p {
    margin-bottom: 4px;
}


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.home-bg-h  {   min-height: 440px; color: #fff;}

.layer-blue {
    //background-color: rgba(94, 136, 162, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.layer-red {
    background-color: rgba(130, 30, 3, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.color-fff {color: #fff;}
.pad-20 { padding: 20px; }

.pad-bot-0 { padding: 0px!important; }

/* home styles */
.text-red {
	color: #af0a0a!important;
}

.text-light-blue  {
	color: #0971ba!important;
}

.text-white,
.datebox,
.text-white a,
a.text-white   {
	color: #fff!important;
}

.datebox {
	color: #fff!important;
}

/* Footer Styles */

.fl-right { float: right; }
.fl-left { float: left; }
.footer-p-mb > p { margin-bottom: 3px; }

#search_box_form {
  padding: 8px;
  display: inline-block;
  width: 100%;
  line-height: 50px;
}
#search_box_form {
  margin: 0;
  font-size: 16px;
}

/* Home Styles */

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.home-bg-h  {   min-height: 440px; color: #fff;}

.layer-blue {
    background-color: rgba(94, 136, 162, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.layer-red {
    background-color: rgba(130, 30, 3, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.color-fff {color: #fff;}
.pad-20 { padding: 20px; }

            .todobox-bg-1 { background-image: url('http://asoft20107.accrisoft.com/stratmigraphics/smi/img/smi-3-col-sample.jpg'); }
            .todobox-v2 {
    background-position: center center;
    background-size: cover;
    margin-top: 0px;
    margin-bottom: 8px;
}

.todobox { 
	border: 1px solid #e6e6e6;
	padding: 20px;
	color: #797979;
	overflow: hidden;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.todobox:hover {
	box-shadow: 0 0 7px 1px #dddddd;
	border-color:transparent;
}

.todobox .box-title {
	font-size: 1em; 
}

.todobox .icon {
	color: #6d8bad;
	float: left;
	font-size: 2.85em;
	padding-right: 12px;
}

.todobox .texts {
	padding-top: 10px;
	font-size: 13px;  
	line-height: 20px;
} 




.todobox-v2 .icon { 
	position: absolute;
	left: 50%;
	margin-left: -55px;
	top: -55px;
	width: 110px;
	height: 110px;
	background: #fff;
	border-radius: 100%;
	border:2px solid #ebebeb;;

	text-align: center;
	font-size: 50px;
	color: #6d8bad;
	line-height: 108px;
}



.todobox-v2 .texts {
	font-weight: 300;
	font-size: 13px;
	color: #fff;
}

.todobox-v2 .read-more {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 40px;
	padding: 0; 
	height: 40px;
	background-color: #fff;
	color: #696969;
	overflow: hidden;
	width: 70px;
}

.todobox-v2 .read-more span {
	position: absolute;
	left: 70px;
	font-size: 14px;
	top: 0;
	color: #666; 
	font-weight: 700;
	z-index: 9999;
}

.todobox-v2 .read-more:before {
	content: "+";
	position: absolute;
	left: 25px;
	top: -2px;
	font-size: 28px;  
	font-weight: 600;
}

.todobox-v2 .read-more,
.todobox-v2 .read-more span,
.todobox-v2 .read-more:before  {
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.todobox-v2:hover .read-more {
	width: 120px;
}

.todobox-v2:hover .read-more span {
	left: 15px;
}

.todobox-v2:hover .read-more:before {
	left: -20px;
}

.footer-logo {
    float: left;
    margin-right: 20px;
}



.list-inline.social-list-footer a {
    color: #fff;
}
.list-inline.social-list-footer a:hover, .sub a:hover {
    color: #5e88a2;
}

.col-sm-6.text-right > p {
    margin-bottom: 4px;
}

/* End Home Styles */

input.swaptextbox {
    background: #f5f5f5!important;
    border: medium none;
    border-radius: 0;
    font-weight: 500;
    height: 50px;
    margin-bottom: 24px;
    padding-left: 20px;
    //width: 100%;
	margin-top: -20px !important;
	width: 90% !important;

}

.page-title-1, .page-title-2 {
    height: 240px;
}


.overlay > p {
    position: relative;
    z-index: 99;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.home-bg-h  {   min-height: 440px; color: #fff;}

.layer-blue {
    background-color: rgba(94, 136, 162, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.layer-red {
    background-color: rgba(130, 30, 3, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.color-fff {color: #fff;}
.pad-20 { padding: 20px; }


            .todobox-bg-1 { background-image: url('../../../stratmi/graphics/smi/img/smi-3-col-sample.jpg'); }
            .todobox-v2 {
    background-position: center center;
    background-size: cover;
    margin-top: 0px;
    margin-bottom: 8px;
}

.todobox { 
	border: 1px solid #e6e6e6;
	padding: 20px;
	color: #797979;
	overflow: hidden;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.todobox:hover {
	box-shadow: 0 0 7px 1px #dddddd;
	border-color:transparent;
}

.todobox .box-title {
	font-size: 1em; 
}

.todobox .icon {
	color: #6d8bad;
	float: left;
	font-size: 2.85em;
	padding-right: 12px;
}

.todobox .texts {
	padding-top: 10px;
	font-size: 13px;  
	line-height: 20px;
} 





.todobox-v2 .icon { 
	position: absolute;
	left: 50%;
	margin-left: -55px;
	top: -55px;
	width: 110px;
	height: 110px;
	background: #fff;
	border-radius: 100%;
	border:2px solid #ebebeb;;

	text-align: center;
	font-size: 50px;
	color: #6d8bad;
	line-height: 108px;
}


.todobox-v2 .texts {
	font-weight: 300;
	font-size: 13px;
	color: #fff;
}

.todobox-v2 .read-more {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 40px;
	padding: 0; 
	height: 40px;
	background-color: #fff;
	color: #696969;
	overflow: hidden;
	width: 70px;
}

.todobox-v2 .read-more span {
	position: absolute;
	left: 70px;
	font-size: 14px;
	top: 0;
	color: #666; 
	font-weight: 700;
}

.todobox-v2 .read-more:before {
	content: "+";
	position: absolute;
	left: 25px;
	top: -2px;
	font-size: 28px;  
	font-weight: 600;
}

.todobox-v2 .read-more,
.todobox-v2 .read-more span,
.todobox-v2 .read-more:before  {
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.todobox-v2:hover .read-more {
	width: 120px;
}

.todobox-v2:hover .read-more span {
	left: 15px;
}

.todobox-v2:hover .read-more:before {
	left: -20px;
}



.footer-logo {
    float: left;
    margin-right: 20px;
}




.list-inline.social-list-footer a {
    color: #fff;
}
.list-inline.social-list-footer a:hover, .sub a:hover {
    color: #5e88a2;
    text-decoration: none;
}

.col-sm-6.text-right > p {
    margin-bottom: 4px;
}
/* END home styles */

.list-inline.social-list a {
    color: #fff;
}

.list-inline.social-list a:hover,
.sub a:hover {
    color: #1b8ac9!important;
}

.sub > a {
    color: #fff!important;
}

.sub > a :hover{
    color: #1b8ac9!important;
}


.btn-filled-red {
    background: #8c1e03 none repeat scroll 0 0;
    color: #fff;
}

.btn-filled-red:hover {
    border-color: #fff;
}

.btn-red {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 2px solid #8c1e03;
 //border: 2px solid #47b475;
  padding: 0 26px;
  height: 40px;
  min-width: 150px;
  line-height: 36px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  color: #47b475;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-right: 8px;
  margin-bottom: 24px;

   padding: 10px 16px;

 height: 50px;
    line-height: 46px;
    min-width: 200px;

background: #8c1e03 none repeat scroll 0 0;
    color: #fff;
}

.btn-red:hover {
  background: #fff;
  color: #777;
}


.btn-white {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 2px solid #fff;
 //border: 2px solid #47b475;
  padding: 0 26px;
  height: 40px;
  min-width: 150px;
  line-height: 36px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;

  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-right: 8px;
  margin-bottom: 24px;

   padding: 10px 16px;

 height: 50px;
    line-height: 46px;
    min-width: 200px;

background: #fff none repeat scroll 0 0;
      color: #8c1e03!important;
}

.btn-white:hover {
	  border: 2px solid #fff;
  	background: #8c1e03;
  	color: #fff!important;
}

.list-inline.social-list-footer {
    margin-bottom: 6px;
}

.btn-block-white:hover,
.btn-block-white-sm:hover,
.btn-block-gray-sm:hover  {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border:1px solid #ccc;
    cursor: pointer;
}
.btn-block-white {
    -moz-user-select: none;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1;
    /*margin-bottom: 4px;*/
    margin-top: 0;
    padding: 12px;
    text-align: center;
    transition-duration: 0.2s;
    transition-property: all;
    vertical-align: middle;
    white-space: inherit;
}

.c-font-uppercase {text-transform: uppercase;}

/*  TEMP STYLES to be moved to custom.css  */    
.section-no-mar {margin-top: 0!important;}
.section-no-pad {padding-top: 0!important;}
        
/*  CTA Container  */        
.cta-container {background-color: #48555f; color: #fff; padding: 8px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
} 

.cta-container h3,
.cta-container h5,
.cta-container a {
    color: #fff;
}


/*  END CTA Container  */  

/*  Case Studies Lister  */
        
.c-content-person-1.c-option-2 {
    width: 260px;
}

.c-content-person-1.c-option-2  .c-body {
  padding: 20px 0; }

.c-content-person-1 .c-body {
  padding: 20px 0; }
  .c-content-person-1 .c-body .c-head .c-name {
    display: inline-block;
    //float: left;
    min-height: 54px;
    font-size: 18px;
    font-weight: bold;
    color: #fff; 
  margin-bottom: 8px;
  line-height: 18px;
   }
  .c-content-person-1 .c-body .c-head .c-socials {
    display: inline-block;
    float: right;
    list-style: none;
    padding: 0;
    margin: 4px 0 0 0; }
    .c-content-person-1 .c-body .c-head .c-socials > li {
      padding: 0;
      margin: 0;
      display: inline-block; }
      .c-content-person-1 .c-body .c-head .c-socials > li > a:hover {
        text-decoration: none; }
      .c-content-person-1 .c-body .c-head .c-socials > li > a > i {
        color: #a3aeb9;
        padding: 4px;
        font-size: 16px;
        border-radius: 100%; }
        .c-content-person-1 .c-body .c-head .c-socials > li > a > i:hover {
          color: #4791c8; }
  .c-content-person-1 .c-body .c-position  {
    display: block;
    clear: both;
    margin-top: 0px;
    display: inline-block;
    //float: left;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff; 
    line-height: 14px;
    }

.c-position  {
    //display: block;
    clear: both;
    margin-top: 0px;
    //display: inline-block;
    //float: left;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #7a838e; 
    line-height: 14px;
    }
    
.c-position > a {  color: #fff;}
.c-position > a:hover,
.cta-container a:hover {  color: #7bb8dd;}
    
  .c-content-person-1 .c-body p {
    display: block;
    clear: both;
    padding: 10px 0 0 0;
    color: #fff;
    line-height: 14px;
    margin-bottom: 0;
    }

.c-content-person-1.c-option-2 .c-body {
  padding: 20px 10px;
  background: #48555f; min-height: 110px;  margin-bottom: 20px;}
  .c-content-person-1.c-option-2 .c-body p {
    padding-bottom: 0; }

.c-content-person-1.c-bordered {
  border: 1px solid #eeeeee;
  padding: 20px; }

.c-content-person-1.c-shadow {
  box-shadow: 0px 3px 18px -5px rgba(0, 0, 0, 0.3); }

.return-on {color: #fff; margin-bottom: 2px; font-size: 18px; line-height: 18px;}
.ratio {color: #fff; margin-bottom: 2px; font-weight: bold;}
hr.case-stud { margin: 10px; border: 1px solid #747272; border-width: 1px 0 0;  width: 90%; }

/*   END Case Studies Lister  */

#box    {  
            //width:300px;
           //height:200px;
           box-shadow:inset 1px 1px 40px 0 rgba(0,0,0,.45);
          border-bottom:2px solid #fff;
          border-right:2px solid #fff;
          margin:5% auto 0 auto; 
          
  background-size:cover;
border-radius:5px;
overflow:hidden;}

#overlay    {  background:rgba(0,0,0,.75);
               text-align:center;
               padding:93px 0 66px 0;
               opacity:0;
               -webkit-transition: opacity .25s ease;
-moz-transition: opacity .25s ease;}

#box:hover #overlay {
               opacity:1; }

#plus       {  font-family:Helvetica;
               font-weight:900;
               color:rgba(255,255,255,.85);
               font-size:26px;}



.ti-mobile {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif
}


/******************************************************************************
  Blog
*******************************************************************************/
.post {
  clear: both;
  margin-bottom: 40px;
  padding: 0;
}
.blog .post {
  margin-top: -3px;
}
.post + .post {
  border-top-width: 1px;
  padding-top: 37px;
}
.post .entry-title {
  font-size: 26px;
  font-weight: normal;
  margin: 0 0 17px;
}
.post .entry-title a {
  color: #1e1e1e;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.post .entry-title a.white{
	color:#ffffff;
}
.post .entry-title a:hover {
  text-decoration: none;
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.post .entry-content {
  margin: 0 0 25px;
}
.post .entry-content p:last-child {
  margin-bottom: 0;
}
.post .entry-meta {
  color: #7f7f7f;
  font-size: 12px;
  line-height: 1.3;
padding:  2px 0 10px;
}
.post .entry-meta.white {
	color:#ffffff;
}
.post .entry-meta .separator {
  margin: 0 10px;
}
.post  .post-image{
	padding-bottom:30px;
}
.post  .post-image.pull-left{
	padding-right:20px;
}
.width-340{
	width:340px;
}
.post .entry-meta .comments-link {
  background: url("https://www.ultravisioninternational.com/graphics/ultravision/img/comment-link.png") 0 50% no-repeat;
  padding: 0 0 0 18px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.post .entry-meta .comments-link:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.post .entry-meta .comments-link a {
  color: #7f7f7f;
  text-decoration: none;
}
.post .entry-meta .comments-link.white a{
  color: #ffffff;
}
.blog-post .post {
  margin-bottom: 76px;
}
.blog-post .commentlist {
  margin: 0 0 54px;
  padding: 0;
}
.blog-post .commentlist li {
  padding: 22px 0;
}
.blog-post .commentlist li:first-child {
  padding-top: 10px;
}
.commentlist li .avatar {
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  border-radius: 42px;
  float: left;
  height: 84px;
  margin: 0 25px 0 0;
  width: 84px;
}
.blog-post .commentlist li .meta {
  margin: 0 0 10px;
}
.blog-post .commentlist li .description {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  overflow: hidden;
}
.blog-post .comments-form {
  margin: 6px 0 0;
}
.blog-post .comments-form .comment-box {
  margin: 0;
  text-align: right;
}
.blog-post .comments-form .comment-box textarea {
  margin: 0 0 15px;
}
.blog-post .comments-form .comment-box i {
  color: #7f7f7f;
  font-size: 11px;
  line-height: 12px;
  vertical-align: top;
}
.blog-post .comments-form .button-set {
  margin: 19px 0 0;
}
.blog-post .comments-form .button-set .required {
  font-size: 11px;
  line-height: 40px;
}
.blog-post .comments-form .button-set .required b {
  font-size: 14px;
}
.blog-post .reply a{
	color:#1e1e1e;
}
 .carousel .post {
  border: 0 none;
  float: left;
  line-height: 22px;
  margin: 0 0px;
  padding: 0;
}
/******************************************************************************
  END BLOG
*******************************************************************************/

.smi-staff-name {margin-bottom: 2px;}

.carousel-overlay { position: absolute; top: 0; left: 0; background-color: #000; background-color: rgba(25, 48, 115, .3); width: 100%; height: 100%; z-index: 5; }

.flex-direction-nav a.flex-prev {z-index: 20;}

.banner-overlay { 
	position: absolute; 
	top: 0; 
	left: 0; 
	//background-color: #000; 

	background-color: rgba(0, 0, 0, .2);
	 width: 100%; 
	height: 100%; 
	z-index: 5; }
.banner-text {z-index:10!important;}
    .image-bg .home-right-container {
                    position: relative;
                    z-index: 10;
                    /*background: rgba(54, 25, 25, .5;*/
                }

 a {
       cursor: pointer!important;
       cursor: hand;
   }

.thumbnail.thumb-hov {
    margin-right: 8px;
}
.thumb-hov:hover {
    background-color: #fff;
    border: 1px solid #1b8ac9;
    border-radius: 4px;
    display: block;
    line-height: 1.42857;
    margin-bottom: 20px;
    padding: 4px;
    transition: border 0.2s ease-in-out 0s;
}

.staff-position { font-weight: bold; }

.staff { margin-right: 5px; }


.cs-link   {  }

.input.swaptextbox {
	
}

.footer-li {
    margin: 0;
    padding-left: 0;
}

.btn-outline-black {

background:transparent;
background-color:transparent;color:#000;transition:all .15s ease!important;font-family:Open Sans,sans-serif;border-color:#000;font-weight:700;font-size:1em;letter-spacing:.05em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;

 /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 0px; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 0px; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 0px; 

}

.btn-outline-red {

background:transparent;
background-color:transparent;color:#000;transition:all .15s ease!important;font-family:Open Sans,sans-serif;border-color:#af0a0a;font-weight:700;font-size:1em;letter-spacing:.05em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;

 /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 0px; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 0px; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 0px; 

}

.btn-outline-light-blue {

background:transparent;
background-color:transparent;color:#000;transition:all .15s ease!important;font-family:Open Sans,sans-serif;border-color:#1b8ac9;font-weight:700;font-size:1em;letter-spacing:.05em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;

 /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 0px; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 0px; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 0px; 

}

.btn-outline-black:active,
.btn-outline-black:active:focus,
.btn-outline-black:focus,
.btn-outline-black:hover,

.btn-outline-red:active,
.btn-outline-red:active:focus,
.btn-outline-red:focus,
.btn-outline-red:hover,

.btn-outline-light-blue:active,
.btn-outline-light-blue:active:focus,
.btn-outline-light-blue:focus,
.btn-outline-light-blue:hover
{background-color:#1b8ac9;border-color:#1b8ac9;color:#fff!important}


.btn-outline-white {

background:transparent;
background-color:transparent;color:#fff!important; transition:all .15s ease!important;font-family:Open Sans,sans-serif;border-color:#fff;font-weight:700;font-size:1em;letter-spacing:.05em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;

 /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 0px; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 0px; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 0px; 

}

.btn-outline-white:active,
.btn-outline-white:active:focus,
.btn-outline-lwhite:focus,
.btn-outline-white:hover {
background-color:#000!important;
//border-color:#000;
color:#fff!important;
}


.btn-filled-light-blue {

background:transparent;
background-color:  #1b8ac9;

color:#fff!important;

transition:all .15s ease!important;font-family:Open Sans,sans-serif;
border-color:#1b8ac9;

font-weight:700;font-size:1em;letter-spacing:.05em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;

 /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 0px; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 0px; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 0px; 

}

.btn-filled-light-blue:active,
.btn-filled-light-blue:active:focus,
.btn-filled-light-blue:focus,
.btn-filled-light-blue:hover
{background-color:#000;border-color:#000;color:#fff!important}


.feature p {
   font-size: 15px;
   line-height: 18px;
}


.latest-date {
       /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(25, 48,115);
    /* RGBa with 0.6 opacity */
    background-color: rgba(25, 48,115, 0.6);
    color: #fff;
    left: 0;
    top: 0;
    padding: 12px;
    position: absolute;

     width: 40px;
     font-size: 12px;


}
.latest-date > p {
    margin-bottom: 2px;
}
.latest-category {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 6px;
    position: absolute;
    right: 15px;
    top: 13px;
    font-size: 15px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    z-index: 900;
}

.the-latest-box > h4 {
    //margin: 10px 0 20px 1px;
    //height: 58px;
    
}

.the-latest-box { position: relative; text-align: center; //width: 275px;  //min-height: 140px;  margin-bottom: 8px;}

.the-latest-box  h5.uppercase {
    letter-spacing: 0!important;
    margin-right: 0!important;
    font-size: 12px;
    line-height: 14px;
}

.hero-carousel {
   height: 400px;
}

.testimonial-name {
 font-weight: bold;
font-size: 14px;
margin-bottom: 0px;
}

.testimonial-pos  {
 //font-weight: bold;
font-size: 13px;
}

.italic {
  font-style: italic;
}

.bg-light-blue {
    background: #1b8ac9;
    color: #fff;
    padding: 30px 0!important;
}

.pad-bot-4 {padding-bottom: 4px!important;}

.letter-sp-none { 
	letter-spacing: 0px!important; 
	margin-bottom: 3px;
}

.mar-bot { margin-bottom: 4px; font-size: 12px; }
.mar-bot-none { margin-bottom: 0px; }
.top-hide  {display: none}

.icon {
    font-size: 50px !important;
}

ul.feature li {
  list-style-type: circle;

}

ul.menu_sidebar  {
   list-style:  none;
   padding: 0px;
}

.menu_sidebar ul {
   list-style:  none;
}

.menu_sidebar a {
list-style-type: none;

text-decoration: none;
text-transform: uppercase;
font-size: 14px;
color: black;
//float: left;
margin-left: 10px;
padding-top: 0px;
padding-left: 10px;
//padding-left 6px; 
border-left: 2px solid #fff;

}

.menu_sidebar a:hover {
border-left: 2px solid #1b8ac9;
padding-top:0px;
margin-left: 10px;
}

.font-sm {
  font-size: 11px;
}

/* Bam media queries below */


/* Large desktops and laptops */
@media (min-width: 1200px) {



.banner-container { 
                padding: 70px!important;  
                //border: 3px solid #fff; 
                width: 100%;  
		height: 400px!important;
                
                background: rgb(0, 0, 0); /* The Fallback */
                background: rgba(25, 48, 115, 0.6); 
               } 

.banner-container-inner { width: 75%; }

.cs-title {
    min-height: 80px;
}

}


/* Portrait phones and smaller */
@media (max-width: 480px) {

.logo { width: 230px; }


.background-image-holder.fadeIn  {
    //top: 0 !important;
   height: 400px;
.cs-title { min-height: 10px; }
}
section {
    padding-top:  12px;
}
h1.uppercase {
      font-size: 20px;
}
.background-services { height: 380px!important; }
.search-widget-handle {//display: none!important;}
}

.footer-icons  { margin-top: 20px; }

.footer-icons a:hover {
	text-decoration: none!important;
}


/* banner */



.banner-container { 
                 padding: 20px;   
                //border: 3px solid #fff; 
                width: 100%;  
		height: 300px;
                
                background: rgb(0, 0, 0); /* The Fallback */
                background: rgba(25, 48, 115, 0.6); 
               } 

.banner-container-inner { width: 90%; }


 .banner-container-home { 
                margin-top:100px;  
                border: 3px solid #fff; 
                width: 50%;  
                
                background: rgb(51, 153, 51); /* The Fallback */
                background: rgba(51, 153, 51, 0.6); 
               } 
 .banner-container-inner > p,
.banner-container-inner h6 	 {
                 color: #fff;
		font-size: 22px;
                }

.banner-header .container {
  position: relative;
}

.banner-header {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    //padding: 30px 0;
    background-color: #f2f2f2;
    margin: 0px;
    //min-height: 400px;
}

.banner-header .title,   h3.title  {
  font-weight: normal;
  margin: 30px 0;
  padding: 0;
  position: relative;
  color:#fff;
  font-size: 40px;
}


.wistia_responsive_wrapper { height: 400px!important; }

/* END banner */

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
.background-image-holder.fadeIn  {
    //bam top: 0 !important;
   height: 800px;
}
.cs-title {
    min-height: 80px;
}
.background-services { height: 380px!important; }
.search-widget-handle {//display: none!important;}
}

.bg-gray {
 	background: #333;
	color: #fff;
	margin-top: 2px!important;
	 padding-left: 8px!important;
}

 .bg-gray h2 {
	color: #fff;
	font-size: 28px;
}

.bg-gray-background {
 background-position: top left; 

  //width: 201px;
  //height: 149px;
  //border: 5px solid #E18728;
  margin-bottom: .5em;
  background: url(../img/ultravision-bg-gray.png); 
  background-repeat: no-repeat;
}

 .bg-white h2,
 .bg-light-blue h2 {

	font-size: 28px;
    font-weight: bold;
}


.thumbnail.thumb-hov {
    margin-right: 8px;
}

.thumbnail.thumb-hov:hover {
    background-color: #fff;
    border: 1px solid #bb3311;
    border-radius: 4px;
    display: block;
    line-height: 1.42857;
    margin-bottom: 20px;
    padding: 4px;
    transition: border 0.2s ease-in-out 0s;
}
.thumbnail.thumb-hov a:hover  { color: #1b8ac9;  text-decoration: none; }

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
.background-image-holder.fadeIn  {
    //bam top: 0 !important;
      height: 600px!important;
}
.cs-title {
    min-height: 80px;
}
.advisor-container {
	 //outline: 1px solid red;
	height: 130px;
}
.tab-title {
    margin-bottom: 30px;
}
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
.background-image-holder.fadeIn  {
    //bam top: 0 !important;
      height: 600px!important;
}
.advisor-container {
	 //outline: 1px solid blue;
	height: 130px;
}
.tab-title {
    margin-bottom: 30px;
}
.cs-title {
    min-height: 80px;
}


.banner-container { 
                padding: 40px;  
                //border: 3px solid #fff; 
                width: 100%;  
		height: 400px;
                
                background: rgb(0, 0, 0); /* The Fallback */
                background: rgba(0, 0, 0, 0.6); 
               } 
.feature-box {
    height: 300px;
    position: relative;
    text-align: center;
    color: #fff;
    padding: 20px!important;
}

.banner-container-inner { width: 90%; }


}

#hero-container-fl  {

     background: rgba(16,90,153,.6);
    padding: 30px;
    margin-top: 130px;
}

/*** CUSTOM STYLES - GG 512017 ***/
section ul { list-style-type: disc; padding: 0 0 0 40px; }
.btn { border-radius: 0; -webkit-transition: all .3s ease; transition: all .3s ease; white-space: nowrap; }
.btn-blue { background-color: #1c8ac9; color: #fff !important; line-height: 1; border-radius: 0; height: auto; padding: 22px 32px; }


.btn-blue:hover{
    background-color: #333;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}



.logo { width: 260px; padding-right: 0; }
.module-group .module.nav-container { padding: 0; }

#hm-hero  { padding: 0; }
.hero-color-overlay { position: absolute; width: 100%; height: 100%; background: rgba(16,90,153,.6); top: 0; left: 0; z-index: 1; }
#hm-hero .item { width: 100%; height: 500px; color: #fff; position: relative; background: no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
#hm-hero .item .container { position: relative; z-index: 2; }
#hm-hero .hero-text { margin-top: 0px; font-size: 36px; line-height: 1.2; color: #fff; text-transform: uppercase; }
#hm-hero .hero-sub-text { font-size: 20px; line-height: 1.3; color: #fff; }
#hm-hero .flex-direction-nav a:before { color: #fff; }




.image-bg { position: relative; }
.banner-color-overlay { position: absolute; width: 100%; height: 100%; background: rgba(51,51,51,.7); top: 0; left: 0; z-index: 2; }

#hm-testimonials-carousel { padding: 40px 0; }
#hm-testimonials-carousel .flex-direction-nav a:before { color: #666; }

.bg-light-blue::after { top: 0; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-top-color: #fff; border-width: 25px; left: 15%; margin: 0; z-index: 999; }

/*** MARKETS CAROUSEL ***/
#markets-carousel { background-color: #0c1d53; height: 370px; overflow: hidden; padding: 0; }
.add-pad { padding: 0 50px; }
#markets-carousel a { color: #fff; }
#markets-carousel .left-title { background-color: #193074; border-right: 1px solid #fff; border-left: 1px solid #0c1d53; border-bottom: 1px solid #fff; height: 370px; }
#markets-carousel .title-text { font-size: 34px; line-height: 1; color: #fff; /*padding: 90px 0 0 0;*/ position: relative; top: 50%; transform: translateY(-50%); }
#markets-carousel .title-text span { display: block; font-size: 24px; margin: 14px 0; }
#markets-carousel .title-text .btn-outline-white { font-size: 14px; }

.no-padding-left { padding-left: 0; }
.no-padding-right { padding-right: 0; }

.owl-carousel { border-right: 1px solid #fff; }
.market-item { height: 185px; padding: 12px; border-bottom: 1px solid #fff; border-right: 1px solid #fff; transition: all 0.3s ease-in 0s; background-size: cover; background-position: center center; position: relative; overflow: hidden; }
.market-item a { display: block; width: 100%; height: 100%; }
.market-item .market-title { position: absolute; bottom: -10px; left: 0; width: 100%; height: 65px; background: rgba(16,90,153,.6); font-size: 18px; line-height: 1.1; color: #fff; padding: 12px 8px 22px 8px; transition: all 0.2s ease-in 0s; }
.market-item:hover .market-title { background: rgba(16,90,153,.8); bottom: 0; }

.owl-nav div { color: #FFF; display: inline-block; zoom: 1; *display: inline; margin: 5px; padding: 3px 10px; height: 55px; width: 55px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: #999999; filter: Alpha(Opacity=70); opacity: 0.7; text-align: center; }
.owl-nav div.disabled, .owl-nav div.disabled:hover { opacity: .2 }
.owl-nav .fa { font-size: 45px; line-height: 45px; }
.owl-nav div:hover{ filter: Alpha(Opacity=100); opacity: 1; text-decoration: none; }
.owl-nav div { position: absolute; }
.owl-nav .owl-prev{ left: -345px; top: 150px; }
.owl-nav .owl-next{ right: -75px; top: 150px; }
.owl-carousel.carousel-off { display: block; }

/*** PROD MARKETS CAROUSEL ***/
#prod-markets-carousel { background-color: #0c1d53; height: 200px; overflow: hidden; padding: 0; }
.add-pad { padding: 0 50px; }
#prod-markets-carousel a { color: #fff; }
#prod-markets-carousel .left-title { background-color: #193074; border-right: 1px solid #fff; border-left: 1px solid #0c1d53; height: 200px; }
#prod-markets-carousel .title-text { font-size: 34px; line-height: 1; font-weight: 700; color: #fff; padding: 40px 0; }
#prod-markets-carousel .title-text span { display: block; font-size: 24px; margin: 22px 0 0 0; }
#prod-markets-carousel .title-text .btn-outline-white { font-size: 14px; }
.prod-market-item { height: 200px; padding: 0; border-right: 1px solid #fff; transition: all 0.3s ease-in 0s; background-size: cover; background-position: center center; position: relative; overflow: hidden; }
.prod-market-item a { display: block; width: 100%; height: 100%; }
.prod-market-item .prod-market-title { position: absolute; bottom: -10px; left: 0; width: 100%; height: 65px; background: rgba(16,90,153,.6); font-size: 18px; line-height: 1.1; color: #fff; padding: 12px 8px 22px 8px; transition: all 0.2s ease-in 0s; }
.prod-market-item:hover .prod-market-title { background: rgba(16,90,153,.8); bottom: 0; }
#prod-markets-carousel .owl-nav .owl-prev{ left: -345px; top: 60px; }
#prod-markets-carousel .owl-nav .owl-next{ right: -75px; top: 60px; }

/*** PROD GALLERY CAROUSEL ***/
#prod-gallery-carousel { height: 400px; overflow: hidden; padding: 0; }
.prod-gallery-item { height: 400px; padding: 0; transition: all 0.3s ease-in 0s; background-size: cover; background-position: center center; position: relative; overflow: hidden; }
.prod-gallery-item a { display: block; width: 100%; height: 100%; }
.prod-gallery-item .prod-gallery-title { position: absolute; bottom: -10px; left: 0; width: 100%; height: 65px; background: rgba(16,90,153,.6); font-size: 18px; line-height: 1.1; color: #fff; padding: 12px 8px 22px 8px; transition: all 0.2s ease-in 0s; }
.prod-gallery-item:hover .prod-gallery-title { background: rgba(16,90,153,.8); bottom: 0; }
#prod-gallery-carousel .owl-nav .owl-prev { left: 0px; top: 150px; }
#prod-gallery-carousel .owl-nav .owl-next { right: 0px; top: 150px; }

.flex-control-thumbs li:nth-child(4n+1) { clear:left; }

#photo-gallery-lister .project { height: 280px; overflow: hidden; }
#photo-gallery-lister .project:nth-child(3n+1) { clear:left; }

#back-to-top { position: fixed; bottom: 40px; right: 40px; z-index: 9999; width: 36px; height: 36px; text-align: center; line-height: 32px; background: #f5f5f5; color: #444; cursor: pointer; border: 0; border-radius: 2px; text-decoration: none; transition: opacity 0.2s ease-out; opacity: 0; }
#back-to-top:hover { background: #e9ebec; }
#back-to-top.show { opacity: 1; }

/*** PRICING CALCULATOR ***/
.slider.slider-horizontal { width: 100%; }
.calc h4 { font-size: 18px; }
.calc .amount { padding-left: 24px; }
.calc .amount:before { content: "$"; }
.x-small { font-size: 13px; }
#displayamount { font-weight: 600; }

/*** ROI CALCULATOR ***/
.alert span { font-weight: 600; }
.mar-top-20 { margin-top: 20px; }
#calc-btn { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; }



@media (max-width: 1200px) {

.owl-nav .owl-prev{ left: -290px; }
.owl-nav .owl-next{ right: -70px; } 

}

@media (max-width: 991px) {

#markets-carousel .title-text { font-size: 28px; }
#markets-carousel .title-text span { font-size: 18px; }
.owl-nav div { height: 40px; width: 40px; }
.owl-nav .fa { font-size: 40px; line-height: 34px; }
.owl-nav .owl-prev{ left: -220px; top: 160px; }
.owl-nav .owl-next{ right: -55px; top: 160px; } 

}

@media (max-width: 768px) {

#hm-hero .item { height: 400px; }
#markets-carousel { background-color: #fff; height: auto; overflow: visible; }
.add-pad { padding: 0; }
#markets-carousel .left-title { border-right: 0; border-left: 0; height: auto; }
#markets-carousel .title-text { font-size: 30px; line-height: 1; color: #fff; padding: 14px 20px; }
#markets-carousel .title-text span { display: block; font-size: 20px; margin: 10px 0 0 0; }
#markets-carousel .title-text a { display: none; }
#markets-carousel .owl-item.cloned { display: none !important; }
#markets-carousel .owl-stage { transform:none !important; transition: none !important; width: auto !important; }
#markets-carousel .owl-item { width: 100% !important; }

#prod-gallery-carousel { height: 300px; }
.prod-gallery-item { height: 300px; }

.owl-carousel { border-right: 0; margin: 0; }
.owl-wrapper { width: 100% !important;}
.market-item { width: 100% !important; height: 150px; padding: 4px 12px; margin-bottom: 1px; border-bottom: 0; border-right: 0; }
.market-item:hover { background-color: #f8f8f8; }
.no-padding-left, .no-padding-right { padding: 0; }

}

@media (max-width: 480px) {

#hm-hero .item { height: 320px; }
#hm-hero .hero-text { //margin-top: 60px;  font-size: 18px;}
#hero-container-fl  {
    margin-top: 60px;
}
.calc .lead { font-size: 20px; }

}

.banner-container-inner a,
.bg-gray-background a {color: #fff; font-weight: bold;text-decoration: underline;}

.banner-container-inner a:hover,
.bg-gray-background a:hover  {color: #fff; font-weight: bold;text-decoration: none;}