.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: block;
    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;
}
.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);
}
.client-one{
    margin:10px 0px;
}
.client-one .c1-item{
    position:relative;
    margin:10px;
    box-shadow:0px 0px 1px rgba(0,0,0,0.2);
    padding:5px;
}
.client-one .c1-item  .img-hover{
    position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
    cursor:pointer;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter:alpha(opacity=0);
   -webkit-transition: all 0.4s ease-out;
   -moz-transition: all 0.4s ease-out;
   -o-transition: all 0.4s ease-out;
   -ms-transition: all 0.4s ease-out;
   transition: all 0.4s ease-out;
    z-index:999;
}
.client-one .c1-item:hover .img-hover{
    opacity: 1;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter:alpha(opacity=100);    
}
.client-one .c1-item h5{
    position: absolute;
    top:40%;
  margin: 0 0 0 5px;
    //text-align:center;
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
    width:100%;
    display: inline-block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter:alpha(opacity=0);
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    z-index: 10000;
}
/*.client-one .c1-item:hover h5{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter:alpha(opacity=100);
}*/
.client-one .c1-item h5 a{
    color:#665A55;
}
.client-one .c1-item h5 a:hover{
    text-decoration:none;
}
/*.client-one .c1-item .img-hover{
  background:#7998AC
}*/

@media(max-width:1200px){
.client-one .c1-item h5{
        font-size:18px;
    margin:0;
    text-align:center;
  }
}

.services-box {
color: #7a7a7a;
  text-align: center;
}

.services-box p{
color: #333;
}

.services-box:hover, .services-box:hover p{
color: #7998AC;
}

.sD002-image-style-seven {
	position: relative;
	z-index: 10;
	overflow: hidden;
    margin-bottom: 30px;
}
.sD002-image-style-seven img {
    max-width: 100%;
    height: auto;
	border-radius: 3px;
	-webkit-transition: all 2s ease;
	   -moz-transition: all 2s ease;
		-ms-transition: all 2s ease;
		 -o-transition: all 2s ease;
			transition: all 2s ease;
}
.sD002-image-style-seven .sD002-image-hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	border-radius: 3px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		 -o-transition: all 0.5s ease;
			transition: all 0.5s ease;
}
.sD002-image-style-seven:hover .sD002-image-hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.sD002-image-style-seven  .sD002-image-caption {
	margin-top: 15%;
	text-align: center;
}
.sD002-image-style-seven .sD002-image-caption a img{
	display:inline-block;
	width:35px;
	height:35px;
	border-radius:100px;
	margin:0px 2px;
	line-height:35px;
    background: #7998AC;
}

.sD002-block-heading-two{
  margin: 0px 0px 15px 0px;
}
.sD002-block-heading-two h3{
  font-size: 18px;
  line-height: 36px;
  font-weight: 600;
  padding: 0px 10px 6px 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
}

.sD002-btn{
  color: #FFFFFF;
  background: #7998AC;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 2px;
  position: relative;
  	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		 -o-transition: all 0.5s ease;
			transition: all 0.5s ease;
}


.sD002-btn:hover{
  text-decoration: none;
  color:#FFFFFF;
  background:#665A55;
  	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		 -o-transition: all 0.5s ease;
			transition: all 0.5s ease;
}

.sD002-border{
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 20px;
}

.sD002-clear {
   clear:both;  
}

.sD002 p{
color: #333;

}

.sD001-mbtm40 {
 margin-bottom:40px; 
}


.sD001-portfolio-sec{
    border: 1px solid #EEEEEE;
    color: #665a55;
    background-color: #ffffff;
    position: relative;
}

.sD001-portfolio-thumnail img{
    width:100%;
    height: auto;
}

.sD001-portfolio-desc{
    padding: 10px 0;
    text-align: center;
  background:#7998ac;
  display:table;
  width:100%;
}
.sD001-portfolio-desc h3{
  display:table-cell;
  vertical-align:middle;
}

h3.sD001-portfolio-post-title {
  margin-bottom: 0;
  font-size: 28px;
}

.sD001-portfolio-post-cat {
display: block;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 10px;
color: #999999;
}

.sD001-portfolio-btn{
  background-color: #fff;
  border: 1px solid #EEEEEE;
  color: #555;
  font-weight: 700;
  font-size: 10px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 200ms ease-in;
  display: inline-block;
  border-radius: 0px;
  box-shadow: none;
  letter-spacing: 1px;
  padding: 10px 16px;
  line-height: 1.33;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  -webkit-user-select: none;
  margin-bottom: -50px;
  text-decoration:none;
}

.sD001-portfolio-btn:hover{
    color:#FFFFFF;
    background-color: #000000;
    border-color:#000000;
    text-decoration:none;
}

h4.sD001 {

font-size: 21px;
line-height: 30px;
margin-bottom: 4px;

}


.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_thumbs_cont, .camera_commands{
background: #7998AC;
}

#camera_wrap_[:swpageitemid:]{
margin-bottom: 30px;
}
.sContactform .sw-submit-form{
  margin-right:0 !important;
  height: auto;
}
.comment{
  height: auto;
}
@media(max-width:768px){
   .sw-submit-form{
      float:left !important;
    }

  }
.b808_backbtn{
  margin-top: 10px;
}
.b808_gallery{
margin-bottom:25px;
}

.b808_productlist:hover, .b808_productlist{
color: #665a55;
}

.prodlist-nav {
  
}


.prodlist-navtop {
  
  margin-bottom:5px;
}

.prodlist-navbottom {
  
 
}


.prodlist-clear {
 
  clear:both;
  
}

a.prodnav-btnlink:link
{
  text-decoration: none;

  background-color:#ddd;
  color:#333;
  display:inline-block;
  padding:5px;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

a.prodnav-btnlink:visited
{

  text-decoration: none;

  background-color:#ddd;
  color:#333;
  display:inline-block;
  padding:5px;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

a.prodnav-btnlink:active
{

  text-decoration: none;

  background-color:#ddd;
  color:#333;
  display:inline-block;
  padding:5px;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

a.prodnav-btnlink:hover
{
  text-decoration: none;

  background-color:#ccc;
  color:#000;
  display:inline-block;
  padding:5px;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.sD001-mbtm40{
    min-height: 414px;
}





.smnews-title {
 
  color:#000000;
  font-size:16px;
  
  padding-bottom:5px;
  border-bottom:1px solid #000000;
  
}

.smnews-descr {
 
  color:#4A4A4A;
  padding-top:10px;
  padding-bottom:10px;
  

  
}

.smnews-rmore {
 
  
}

.smnews-lineno {
  

}


.smnews-linesolid {
  
   padding-bottom:10px;
   border-bottom:1px solid #CCCCCC;
  
}


.smnews-linedashed {
  
   padding-bottom:10px;
   border-bottom:1px dashed #CCCCCC;
  
}

.smnews-linedotted {
  
   padding-bottom:10px;
   border-bottom:1px dashed #CCCCCC;
  
}


.smnews-titlet {
 
  float:left;
  
}

.smnews-date {
 
  float:right;
  
  
}

.smnews-pic {
 
  float:left;
  margin-right:10px;
  
  width:100px;
  
  display:none;
  
}

.smnews-descrt {

  display:inline;

}
  
.smnews-clear {
 
  clear:both;
  
}


.conflembed-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; max-width: 100%; height: auto; } .conflembed-container iframe, .conflembed-container object, .conflembed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.confl-mbt10 {
 
  margin-bottom:10px;
  
}

.confl-form .sw-input-wrapper {
  
  width:300px;
  
}

.confl-form .sw-input-width {
  
  width:300px;
  
}


.confl-form .sw-submit-form {
 
  margin-right:0px;
}

.confl-pd0 {
 
  padding:0px;
  
}

.confl-pd5 {
 
  padding:5px;
  
}

.confl-pd10 { padding:10px; }
.confl-pd20 { padding:20px; }
.confl-pd40 { padding:40px; }
.confl-pd50 { padding:50px; }
.confl-pd100 { padding:100px; }

a.confl-blockedbtn:link, a.confl-blockedbtn:active, a.confl-blockedbtn:visited, a.confl-blockedbtn:hover {
 
  display:block;
  width:100%;
  height:100%;
  
}

.confl-wh100 {
 
  width:100%;
  height:100%;  
  
}

a.sTbtn:link, a.sTbtn:active, a.sTbtn:visited {

  
   background: #; 
   font-size:16px;
   font-weight:bold;
   color:#;
    
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 20px;
   padding-bottom: 20px;  
   
   border:0px solid #;
  
    text-decoration: none;
  
   -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  


}

a.sTbtn:hover {
    

   background:#;
   font-size:16px;
   color:#;  
   border:0px solid #;
   text-decoration: none;
}

.sTbtn-inline {

  display:inline-block;
  
}

.sTbtn-block {

  display:block;
  
}


.button.cta {
  display: block;
  position: relative;
  margin: 1.2em 0 1em 0;
  padding: 1em;
  background: #2098D1;
  border: none;
  text-decoration: none;
  font-weight: 700;
  color: white;
}


