

/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version: 2.0.5
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/
.flex-column .flex-column
{
	margin-left: 18px;
	line-height: 1;
}
.nav.flex-column:not(.list-style-icons) > li .nav-link:after 
{
  display:none;
}
.projects .nav.flex-column:not(.list-style-icons) > li .nav-link:after 
{
  display: block;
}
#headerAccordion .btn-animated.btn-lg i {
    line-height: 2.4;
}
#headerAccordion .dark-translucent-bg .btn-gray-transparent:hover, .default-translucent-bg .btn-gray-transparent:hover, .default-bg .btn-gray-transparent:hover, .dark-translucent-bg .btn-gray-transparent:focus, .default-translucent-bg .btn-gray-transparent:focus, .default-bg .btn-gray-transparent:focus {
    border-color: #ffffff;
    color: #ffffff;
    background-color: #09afdf;
}
.flex-column .flex-column .nav-link::after 
{
  font-family: "FontAwesome";
  display: inline !important;
  content: "\f101";
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 6px;
  color: #d1d1d1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nav.flex-column > li .nav-link
{
	padding: 7px 25px 7px 7px;
}
.image-box.style-2 
{
	position: relative;
	min-height: 500px;
}
.image-box.style-2  .body h3
{
	min-height: 100px;
}
.products .image-box.style-2  .body h3
{
	min-height: 50px;
}
.products .image-box.style-2  
{
	position: relative;
	min-height: 430px;
}
.image-box.style-2  .body .btn
{
	position: absolute;
	bottom: 10px;
 }
/*
 ul.pagination .current {

    padding: 0;
    margin: 0 10px 0 0;
    border-bottom: none;
    display: inline-block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
*/
ul.pagination .current {

    text-align: center;
    padding: 0;
    height: 40px;
    width: 40px;
    margin: 0 10px 0 0;
    border: 1px solid #777777;
    line-height: 39px;
    background-color: #777777;
    color: #ffffff;
    display: inline-block;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10%;

}
ul.pagination .current, .current:hover, .current:focus {

    background-color: #09afdf;
    border-color: #09afdf;

}
.title {
	margin-top: 3px;
	
}

h1, h2, h3, h4, h5, h6, .navbar .navbar-nav{
	  font-family: 'RalewayRegular', sans-serif;
}
.user_files .table p {
	margin: 0px ;
}
.fast_search .products-results .overlay-container .text{
	top: 0%
}
.fast_search .products-results .overlay-container .links{
	min-height: 100px;
	margin-top:20px;
}
.common p{
	margin: 0px ;
	padding: 0px ;
	min-height: 0px;
	
}
.contacts .li-address, .li-mail, .li-telephone.li-address  {
    position:relative;
    left:-15px;
} 
.contacts ul 
{
	list-style: none;
} 

.common ul {
	list-style: none;
} 
.common li {
    position:relative;
    left:-15px;
} 
.common ul li:before {
    content: "\f192"; 
    font-family: FontAwesome;
    left: -15px;
    position:absolute;
    top:0;
    color: #0c9ec7;
 }
#headerAccordion ul {
	list-style: none;
}
#headerAccordion ul li:before {
	content: "\f192"; 
    font-family: FontAwesome;
    left: -15px;
    position:relative;
    top:0;
    color: #0c9ec7;
}
.contacts .li-address:before {
    content: "\f041"; 
    font-family: FontAwesome;
    left: -15px;
    position:absolute;
    top:0;
    color: #0c9ec7;
 }
 .contacts .li-mail:before {
    content: "\f0e0"; 
    font-family: FontAwesome;
    left: -18px;
    position:absolute;
    top:0;
    color: #0c9ec7;
 }
 .contacts .li-telephone.li-address:before {
    content: "\f095"; 
    font-family: FontAwesome;
    left: -16px;
    position:absolute;
    top:0;
    color: #0c9ec7;
 }
 .iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.iframe-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

div#at4-follow, div#at4-share, div#at4-thankyou, div#at4-whatsnext{
    margin-top: 350px !important;
}

.container-slider {
    max-width: 1500px;
}

.container-slider {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
#slider-banner-fullwidth .caption-container {
	background-color: rgba(255,255,255, 0.75);
}
#slider-banner-fullwidth {
    font-family: "Raleway", sans-serif;
    color: #000;
}
#slider-banner-fullwidth .large_white{
	font-family: "RalewayBold", sans-serif;
	color: #000;
}
#slider-banner-fullwidth .tparrows{
   background-color: rgba(255,255,255, 0.75);
}

.slide-text{
	font-size: 20px;
}

.sku {
    color: #09afdf;
}

/* Pager
---------------------------------- */
ul.pagination,
ul.pager {
  margin: 20px 0 40px;
  text-align: left;
}

ul.pagination .page-item,
ul.pagination li {
  padding: 0;
  margin: 0 10px 0 0;
  border-bottom: none;
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

ul.pagination .page-item:last-child,
ul.pagination li:last-child {
  margin: 0;
}

ul.pagination a,
.pagination li:first-child a,
.pagination li:last-child a,
ul.pagination .page-item .page-link,
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link,
ul.pager .page-item .page-link {
  text-align: center;
  padding: 0;
  height: 40px;
  width: 40px;
  border: 1px solid #777777;
  line-height: 39px;
  background-color: #777777;
  color: #ffffff;
  display: inline-block;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  border-radius: 10%;
}

ul.pagination a:hover,
ul.pagination a:focus,
ul.pagination .page-item .page-link:hover,
ul.pagination .page-item .page-link:focus {
  background-color: #09afdf;
  color: #ffffff;
}
.pagination .spacer {
    padding: 6px 15px 0 5px;
}

ul.pagination .page-item.active a,
ul.pagination .page-item.active a:hover,
ul.pagination .page-item.active a:focus,
ul.pagination .page-item.active .page-link,
.page-item.active .page-link:hover,
.page-item.active .page-link:focus {
  color: #ffffff;
}

form .icon-search{
	cursor: pointer;
}

.search-toggler{
    height: 40px;
    margin-right: 10px;	
}
.navbar-brand{
    width: 150px;	
}
.dropdown-menu .search-bar form{
	margin: 15px 20px;
}
.image-box img{
	width: 100%;
}
.navbar-collapse.show {
	overflow-y: auto;
	max-height: 500px;
}
.fixed-header-on .header.fixed:not(.dark){
    background-color: #fff;	
}