
/**************************************************************************************
					Multilevel Dropdown STARTS
***************************************************************************************/

.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}  
  
@media (max-width: 767px) {
  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
     font-size: 25px;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  


/**************************************************************************************
					Multilevel Dropdown ENDS
***************************************************************************************/

.clr{
	color:red;
}

.red{
	color:red;
}

.fa span{
	font-size: 1px;
	color: white;
}

.cms_container h3 {
    color: #2c2c2c;
    font-size: 33px;
    font-weight: 700;
    /*text-transform: uppercase;*/
}


.cms_container .welcome-contents{
	margin-top: 50px;
}

.cms_container .line-hr-break{
	margin-top: 50px;
}

.cms_container .solutions-content {
  margin-top: 0px;
}
.cms_container .solutions-content .solution-box .solution-img i {
  border: 2px solid #5d5d5d;
  border-radius: 50%;
  color: #5d5d5d;
  font-size: 50px;
  height: 120px;
  padding: 34px 0;
  text-align: center;
  width: 120px;
}
.cms_container .solutions-content .solution-box .solution-description h5 {
	margin-top: 20px;
}
.cms_container .solutions-content .solution-box .solution-description h5 a {
  color: #1b1b1b;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
.cms_container .solutions-content .solution-box:hover .solution-img i {
	border: 2px solid #e18a07;
	color: #e18a07;
}
.cms_container .solutions-content .solution-box:hover .solution-description p {
	color: #e18a07;
}
.cms_container .solutions-content .solution-box:hover .solution-description h5 a {
	color: #e18a07;
}

.cms_container .welcome-wrap {
  border-bottom: 1px solid #b9b9b9;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
	.cms_container .welcome-wrap {
	  padding: 20px 0;
	  text-align: center;
	}
	.cms_container .welcome-wrap .welcome-contents {
		margin-bottom: 30px;
	}

	.owl-carousel .item img{
		border: 0px solid red;
		min-height: 180px !important;
	}
	.carousel-inner{
	  width:100%;
	  max-height: 200px !important;
	}

}

@media screen and (max-width: 1365px) {
	.cms_container .solutions-content .solution-box .solution-description h5 a {
	  font-size: 14px;
	}
}

@media screen and (max-width: 1023px) {
.cms_container .solutions-holder .solutions-content .solution-box {
		margin-bottom: 30px;
	}
}

A.general_link {
    color: #e18a07;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

A.general_link:hover{
	color: #FC9903; /*013162*/
}

A.general_link:active{
	color: #C27706;
}


.cms_container A {
    color: #e18a07;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.cms_container A:hover{
	color: #FC9903; /*013162*/
}

.cms_container A:active{
	color: #C27706;
}
/*
.profile_image{
	float:left; margin:10px; height:166px;
}

.profile_image img{
	height: 166px;
    width:150px;
}
*/

.profile_image {
    text-align: center; /*for centering images inside*/
    /*float:left;*/
    display:inline-block;
    margin:10px;
    padding: 3px;
    max-width: 100%;
    width: 330px;
    height: 180px;
    overflow: hidden;

	-webkit-box-shadow: 0px 0px 5px 2px rgba(190,187,187,1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(190,187,187,1);
	box-shadow: 0px 0px 5px 2px rgba(190,187,187,1);
}
.profile_image img {
	width: 100% !important;
    height: auto !important;
    max-height: 175px;  
}
/*
.profile_image{
	content:url('https://i.redd.it/ounq1mw5kdxy.gif');
}
*/
/*************************************************************
				PAGINATION	STARTS
**************************************************************/
.col-pagination{
	border: 0px solid green;
	margin-top: -10px;
	margin-bottom: 0px;
	max-height: 40px;
	float: left;
	width: 100%;
}

.pagination{
	border: 0px solid red;
	width: 100%;
}

.pagination a:link, .pagination a:visited, .pagination a:active {
    color: #999;
    text-decoration: none;
}

.pagination li.active a{
	color: #FFF;
}

/*************************************************************
				PAGINATION	ENDS
**************************************************************/

.what-holder p,
.what-holder li,
.what-holder h5 {
color: #717171;
}

.what-holder h5 {
font-weight: bold;
}

.what-holder li {
line-height: 1.8;
}

.iframe_googlemap{
	border:0;
	width:99%;
	height:350px; /*720px*/
}


.col_gallery{
	transition: all 0.3s ease 0s;
}

.col_gallery:hover {
    background-color: #E8E8E8;
    border: 1px solid #CCC;
    float: left;
    position: relative;
}


.btn-primary {
    background-color: #ff2c1f;
    border-color: #ff2c1f;
}

.btn-primary:hover {
    background-color: #fa4035;
    border-color: #fa4035;
}

.des_cms img{
	max-width:100%;
	height:auto;
	padding:4px;
}

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width : 320px) and (max-device-width : 721px) {

.iframe_googlemap{
	border:0;
	width:99%;
	height:280px;
}

.des_cms img{
	width:auto;
	height:auto;
	padding:4px;
}

}

.holder .news-holder .news-wrap {
    border-bottom: 1px solid #eee;
}

.holder .product-holder .product-wrap .product-img {
    border: 0px solid #aaaaaa !important;
}





.cms_container img{
  max-width:100% !important;
  height: auto;
  max-height: 100% !important;
}


.product-box{
  min-height:370px; 
  /*border:1px solid red;*/
}

.holder .product-wrap .product-img {
  position:relative; 
  text-align:center; 
  width:100%; 
  height:100%; 
  min-height:130px; 
  max-height:130px; 
  /*border:1px solid green !important;*/
}

.holder .product-wrap .product-img img {
  max-height: 100%;
  
  position: absolute; 
  margin: auto; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .product-box{
    min-height:270px; 
    /*border:1px solid yellow;*/
  }
}



.holder .news-holder .news-detail h5 {
  text-transform: none !important;
  }

  .holder .product-holder .product-wrap .product-details h5 {
    text-transform: none !important;
  }

/*Contact Page address no need case sensitive*/
.cms_container .contact-details A {
    text-transform: none;
}
