@CHARSET "UTF-8";

 /* hide mobile version by default */
  .tt-logo .mobile {
    display: none;
  }
  /* when screen is less than 600px wide
     show mobile version and hide desktop */
  @media (max-width: 600px) {
    .tt-logo .mobile {
      display: block;
      padding:10px 0 0 0;
    }
    .tt-logo .desktop {
      display: none;
    }
    .tp-caption-02-02, .tp-caption-02-03 {
     display: none;
    }
}
  
#tt-footer:not([class^="tt-footer-indent"]) .tt-logo .svg-img {
    width: auto;
    height: 120px;
    max-width: inherit;
}
    
.tt-subpages-wrapper {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("../images/slider/slide-01.jpg") no-repeat center;
}
.tt-footer-layout {
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 1)), url("../images/slider/slide-02.jpg") no-repeat center;
}
.producer {
	text-transform: uppercase;
}
.fa {
    display: inline-block;
    font: normal normal normal 24px/1 FontAwesome;
    font-size: 18px !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.big-white{
	color:#FFFFFF;
	font-size: 0.9em !important;
}


.tt-subpages-wrapper .tt-title {
    color: #ffffff;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 900;
    font-family: "Popin", sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

.tt-custom-bg-text {
    color: #eafff3;
}

.tt-breadcrumb ul {
    list-style: none;
    margin: 5px 10px 5px;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-align-content: left;
    -ms-flex-line-pack: left;
    align-content: left;
    -webkit-align-items: left;
    -ms-flex-align: left;
    align-items: left;
}
.tt-breadcrumb ul li a {
    color: #FFFFFF;
}
.tt-breadcrumb ul li a:hover {
    color: #3BBE3E;
}
.tt-breadcrumb ul li {
    font-size: 16px;
    line-height: 24px;
    padding: 1px 9px 1px 17px;
    position: relative;
    color: #397c33;
}
.tt-breadcrumb ul li:not(:first-child)::before {
    content: '/';
    position: absolute;
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    left: 0;
    top: 3px;
    color: #FFFFFF;
}



.tt-post .tt-layout-bottom::after {
    left: 26px;
    width: 57px;
    background-color: #3BBE3E;
}
.tt-post .tt-layout-bottom::before, .tt-post .tt-layout-bottom::after {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 0;
    height: 2px;
}
.tt-post .tt-layout-bottom::before {
    left: 0;
    width: 26px;
    background-color: #3BBE3E;
}

.tt-portfolio-content .tt-portfolio-item figure:hover figcaption .tt-title
	{
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	color: #ffffff;
}

.tt-subpages-wrapper-breadcrumb {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    width: 100%;
    height: 70px;
}

.alert-purple { border-color: #694D9F;background: #694D9F;color: #fff; }
.alert-info-alt { border-color: #B4E1E4;background: #81c7e1;color: #fff; }
.alert-danger { border-color: #B63E5A;background: #E26868;color: #fff; padding:10px; margin-bottom:10px;}
.alert-warning-alt { border-color: #F3F3EB;background: #E9CEAC;color: #fff; }
.alert-success { border-color: #19B99A;background: #20A286;color: #fff; padding:10px;margin-bottom:10px;}
.glyphicon { margin-right:10px; }
.alert a {color: gold;}

/**/
/*search box css start here*/
.search-sec{
    padding: 2rem;
}
.search-slt{
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    /*height: calc(3rem + 2px) !important;*/
    border-radius:0;
}
.wrn-btn{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius:0;
}
@media (min-width: 992px){
    .search-sec{
        position: relative;
        /*top: -114px;*/
        background: rgba(51, 51, 51, 0.99);
    }
}

@media (max-width: 992px){
    .search-sec{
         background: rgba(51, 51, 51, 0.99);
         display: inline-table;
    }
}

label.dropdown select {
	
	padding: 10px 42px 15px 10px;
	background: #FFFFFF;
	color: #444;
	border: 1px solid #3BBE3E;
	border-radius: 0;
	display: inline-table;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	outline: none;
	width: 100% !important;
}
label.dropdown select > option {
  display: inline-block;
  width: 100% !important;
}
label.dropdown select > option{
  font-size: 12px;
}
label.dropdown select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #444;
}
label.dropdown select::-ms-expand {
	display: none;
}
label.dropdown:before {
	content: '';
	right: 5px;
	top: 5px;
	width: 30px;
	height: 33px;
	background: #f8f8f8;
	position: absolute;
	pointer-events: none
	
}
label.dropdown { position: relative; }
label.dropdown:after {
	content: '>';
	font: 16px Consolas, monospace;
	color: #444;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 2px;
	top: 10px;
	border-bottom: 1px solid #aaa;
	position: absolute;
	pointer-events: none;
	width: 35px;
	padding: 0 0 5px 0;
	text-indent: 14px;
}
@media screen\0 {
	label.dropdown:after {
		width: 38px;
		text-indent: 15px;
		right: 0;
	}
}
@media screen and (min--moz-device-pixel-ratio:0) {
	label.dropdown select { padding-right: 40px; }
	label.dropdown:before { right: 6px; }
	label.dropdown:after {
		text-indent: 14px;
		right: 6px;
		top: 10px;
		width: 36px;
	}
}

/*---------- MEDIA 320px, 480px, 768px , 960px ----------*/
@media  (max-width: 960px) {
  .tt-subpages-wrapper .tt-title {
    font-size: 36px;
    }
}
@media  (max-width: 768px) {
  .tt-subpages-wrapper .tt-title {
    font-size:34px;
    }
}
@media  (max-width: 480px) {
  .tt-subpages-wrapper .tt-title {
    font-size: 18px;
    }
}
@media (max-width: 320px){
  .tt-subpages-wrapper .tt-title {
    font-size: 18px;
    }
}
