html,body {
	font-family: 'Century Gothic' ;
	padding:0px !important;
}
ul,a,p {
	line-height:26px;
	list-style:none;
	text-decoration:none;
	margin:0px;
}
a:hover {
    text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
    font-family:'Century Gothic';
}
.back-to-top {
    background:#ededed;
    color:#333;
    position:fixed;
    bottom:15px;
    right:15px;
    padding:8px 15px;
    z-index:9999;
}
.back-to-top:hover {
    background:#333;
    color:#ededed;
}
.back-to-top:focus {
    background:#333;
    color:#ededed;
}
/* New CSS */
@font-face {
  font-family: JosefinSans-Regular;
  src: url('../fonts/JosefinSans-Regular.ttf');
}
@font-face {
  font-family: JosefinSans-SemiBold;
  src: url('../fonts/JosefinSans-SemiBold.ttf');
}
@font-face {
  font-family: FontAwesome;
  src: url('../fonts/FontAwesome.otf');
}

@font-face{
	font-family:Futura;
	font-weight:400;
	font-style:normal;
	src:url("https://www.betterlyf.com/fonts/futura_n4.df36ce3d9db534a4d7947f4aa825495ed740e410.woff2") 
}



.navigat .navbar-inverse .navbar-nav > li > a {
    font-family: 'Century Gothic';
    text-transform:uppercase;
    padding:23px 35px;
}
.navigat .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border:0px;
}
.navigat .navbar-inverse {
    border:0px;
    background:none;
}
.navigat .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background:#fff;
    color:#808080;
}
.navigat .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color:#333;
}
.navigat .navbar {
    margin:0px;
}

.dropdown:hover a{
    color:#000;
}
.dropdown {
    position:unset !important;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color:#000;
    background:none ;
}


.dropdown-menu {
    width:100% !important;
    border:0px;
    border-top:solid 1px #e5e5e5;
}
.dropdown-menu ul li {
    float:left;
}
.dropdown-menu ul li a{
    display:block;
    padding:10px 15px;
    color:#333;
}
.dropdown:hover .arrow_box {
	position: relative;
}
.dropdown:hover .arrow_box:after, .dropdown:hover .arrow_box:before {
	bottom:-1px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
    z-index: 9999;
}

.dropdown:hover .arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 8px;
	margin-left: -16px;
}
.dropdown:hover .arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #e5e5e5;
	border-width: 12px;
	margin-left: -20px;
}
.navigat .active a:after, .navigat .active a:before {
	bottom:-1px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
    z-index: 9999;
}


.dropdown:hover .active a:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #e5e5e5;
	border-width: 12px;
	margin-left: -20px;
}

.data-show-tbl {
    width:80%;
}

.homeLink {
    background:rgba(255, 255, 255, 0.8);
    width:max-content;
    float:right;
    padding:10px;
}
.homeLink a {
    color:#333;
}
.homeLink a:hover {
    color:#333;
}

.boxing-feature {
    width:100%;
    position:relative;
    display:block;

}
.bf-links {
    position:absolute;
    z-index:100;
    bottom:50px;
    right:50px;
}
.boxing-container a {
    color:#333;
    font-family:'Century Gothic';
    text-transform:uppercase;
    text-align:right;
}
.boxing-container a:hover img{
    opacity:.9;
}

.img-bf {
    width:100%;
}
.col2 {
    height:50vh;
    overflow:hidden;
}
.col2 img{
   top: -100px;
   position: relative;
}
.lightwhitebg {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    
    display:none;
}
.boxing-container a:hover .lightwhitebg{
    display:block;
    opacity: 1;
    background-color:rgba(255,255,255,0.8);
    transition: background-color 0.25s ease-out;
}


.dtlProcrsl {
    position:relative;
}
.prodtlbx{
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(255, 255, 255, 0.9);
    top:-100%;
    padding:15px;
    text-align:center;
}
.dtlProcrsl:hover .prodtlbx {
    top:0px;
    transition:all .2s;
}

.crsl-heading p {
    font-size:18px;
    text-align:center;
    text-transform:uppercase;
    margin:0px;
}
.crsl-heading h3 {
    text-align:center;
    text-transform:uppercase;
    margin:0px;
    margin-bottom:10px;
}
.viwAdd-btn {
    width:100%;
    position:absolute;
    bottom:0px;
    left:0px;
}
.addcrt {
    width:40%;
    margin:5px .50%;
    border:solid 1px #d0d0d0;
    color:#444444;
    padding:2px 0px;
    text-align:center;
    display:inline-block;

}
.vwdtl {
    width:40%;
    margin:5px .50%;
    border:solid 1px #d0d0d0;
    color:#444444;
    padding:2px 0px;
    text-align:center;
    display:inline-block;
}
.viwAdd-btn a:hover {
    color:#fff;
    background-color:#808080;
    transition:all .2s;
}

.searchBox-irn {
    position: relative;
}

.searchbox {
    width: 212px;
    height: 30px;
    padding: 1px;
    background: #808080;
    position: absolute;
    left: -160px;
    display: none;
    z-index: 999;
}

/*.cartSrchIcon {
    padding: 23px 15px !important;
}*/

.advantage-box h2{
    text-transform:uppercase;
    margin-bottom:10px;
}
.yellowBorder {
    height:2px;
    width:120px;
    display:inline-block;
    background:#caa95c;
    margin:5px 0px;
}
.advantage-box p {
    font-size:15px;
    line-height:28px;
    text-align:justify;
}
.custom-box {

}
.cstm-spc {
    margin-top:80px;
}

.socials {
    background:#f3f3f3;
}

.socials ul {
    margin:0px;
    padding:0px;
}
.socials ul li {
    float:left;
}
.socials ul li a{
    display:block;
    padding:10px 45px;
    color:#333;
}
.socials ul li a span {
    display:inline-block;
    margin-left:5px;
}
.socials ul li a:hover{
    transition:all .2s;
    color:#ededed;
    background-color:#333;
}


.socials a{
    display:inline-block;
    padding:10px 10px;
    color:#333;
}
.socials a span {
    display:inline-block;
    margin-left:5px;
}
.socials a:hover{
    transition:all .2s;
    color:#ededed;
    background-color:#333;
}




.addrss table tr td {
    padding-bottom:5px;
}
.footer h3 {
    padding-bottom:5px;
    text-transform:uppercase;
}
.bot-link ul {
    margin:0px;
    padding:0px;
}
.bot-link ul li a::before{
    font-family:FontAwesome;
    content:"\f105";
    margin-right:10px;
}
.bot-link ul li a {
    color:#333;
    text-decoration:none;
}
.bot-link ul li a:hover {
    color:#4f4f4f;
    text-decoration:none;
}


.copyTxt {
    background:#f3f3f3;
    padding:10px 15px;
}
.copyTxt p {
    color:#808080;
    margin:0px;
    text-align:center;
}
.sbsBx {
    position:relative;
}
.sbs .form-control {
    border:none;
    border-bottom:solid 1px #909090;
    border-radius:0px;
    box-shadow:none;
}

.sbcrbbtn {
    background:none;
    color:#808080;
    border:0px;
    border-radius:0px;
    float:right;
    position:absolute;
    right:0px;
    top:0px;
    padding: 7px;
}
.sbcrbbtn:hover {
    transition:all .2s;
    background:#333;
    color:#fff;
    border:0px;
    border-radius:3px;
}
.whatsappIcon {
    position:fixed;
    padding:5px 7px;
    color:#2ee901;
    font-size:30px;
    background:#fff;
    z-index:9999;
    bottom:15px;
    left:15px;
    border-radius:100%;
}



.fltrBtn {
    display:none;
    border-radius:0px;
    background:none;
    margin-top:6px;
}
.shrtBy {
    width:50%;
    float:left;
}
.shrtBy .form-group {
    float:right;
}
.shrtBy .form-control {
    border-radius:0px;
}
.border-top {
    border-top:solid 1px #f1efef;
    width:100%;
    min-height:1px;
    margin-top: 5px;
}
.galry-box .thumbnail {
    border:0px;
}
.galry-box .thumbnail:hover {
    box-shadow:0px 0px 5px #c8c8c8;
    transition:all .3s;
}
.applyfltr {
    border-radius:0px;
    background:none;
}
.closebtn {
    display:none;
}
.sidebarFilter h3 {
    margin-top:0px;
    margin-bottom:6px !important;
    float:left;
}
.btnP {
    border-bottom: solid 1px #ededed;
    cursor:pointer;
    margin:0px 0px 7px 0px;
    text-transform: uppercase;
    font-family: 'Century Gothic';
    font-weight: bold;
    padding: 5px 5px 0px 0px;
}
.btnP i {
    float:right;
    margin-top:6px;
}
.contentPill ul{
    padding:0px;
    margin:0px;
}
.contentPill ul li {
    border-top:0px;
    padding:0px;
    display:block;
}
.contentPill td label {
    font-weight:normal;
    margin-left:5px;
}
.thumbnail {
    border-radius:0px;
    margin-bottom:15px;
}

.ProDtlHeading {
    text-transform: uppercase;
    font-weight: normal;
    line-height: 30px;
    font-size: 22px;
    color: #636363;
    margin-top:0px;
    margin-bottom: 2px;
}
.filters {
    text-transform:uppercase;
}
.filters ul li {
    padding:3px 0px;
}
.filters table tr td {
    padding:3px 0px;
}
.filters .contentPill {
    margin-bottom:20px;
}
.filters .contentPill input {
    width:11px;
}

.top-border {
    border-top:solid 1px #e5e5e5;
}
.dtlProcrsl {
    position:relative;
}
.dtlProcrsl p {
    
    line-height:24px;
}
.dtlProcrsl p span {
    display:inline-block;
    margin:1px 4px;
}
.dtlProcrsl p span.allprc {
    color:#252525;
}
    .dtlProcrsl p span.old-price {
        color: #252525;
        text-decoration: line-through;
    }

    span.old-price {
        color: #252525;
        text-decoration: line-through;
    }

.thumbnail p span.old-price {
    color: #252525;
    text-decoration: line-through;
}
.dtlProcrsl p span.ItmNm {
    font-weight:bold;
}
.dtlProcrsl p span.offr {
    color:#252525;
}
.dtlboxPro {
    padding:2px 5px;
    /*border-top:solid 1px #ededed;*/
}
.proDes {
    font-size: 12px;
    font-family: 'Century Gothic';
    text-transform: uppercase;
    color: #828282;
}
.galry-box .col-sm-3, .galry-box .col-xs-6{
    padding-left:7px;
    padding-right:7px;
}
.visible-hidden {
    visibility:hidden;
}
.CatalogRequestBox .col-sm-3 {
    margin-bottom:20px;
}
.CatalogRequestBox .checkbox label {
    font-size:16px;
    padding-left:0px;
}
.formCatalog .form-control {
    border:0px;
    border-radius:0px;
    box-shadow:none;
    background:rgb(228, 228, 228);
}
.submitBtnFrom {
    background: none;
    border: 0px;
    margin: 10px 0px;
    color: #fff;
    padding: 5px 10px;
}
    .submitBtnFrom .btncatrequest
    {
        background-color:#000;color:#fff;
    }

    .submitBtnFrom h3 {
        margin: 0px;
    }

.product-carousel-dtl .thumbnail {
    border:0px;
}
.returnPolicy {
    list-style:square;
    padding-left:17px;
}

.btnRightHeading {
    float:left;
}
.addwish-top-space {
    margin-top:0px;
    display:inline-block;
    margin-left:15px;
    border-radius:0px;
}


.whatsapAbt {
    background:#f3f3f3;
    padding:10px 15px;
}
.whtsappbox {
    background:#fff;
    padding:15px 15px;
}
.whtsaphead {
    text-align:center;
    width:100%;
}
.whatsapAbt h3 {
    margin-top:5px;
}
.whatsapAbt p {
    padding:5px 15px;
    border-radius:20px;
    text-align:center;
    background:#036e66;
    width:80%;
    margin:0px 10%;
}
.whatsapAbt p img {
    width:35px;
}
.whatsapAbt p span {
    display:inline-block;
    color:#fff;
    font-size:16px;
}

/*.drPagination*/
.hwepagination {
    border: 1px solid #efefef;
    overflow: hidden;
    margin: auto;
    line-height: 30px;
    border-radius: 0;
    background: #ffffff;
    padding: 5px;
    position: relative;
    display: inline-block;
}

    .hwepagination .innerarea {
        padding: 0 20px;
        margin: 0 10px;
        position: relative;
        float: left;
    }

    .hwepagination .pagebutton {
        background-color: #383838;
        padding: 0;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        font-size: 16px;
        width: 30px;
        border-radius: 0;
        color: #fff;
        transition: all 0s;
    }

.aspNetDisabled.pagebutton {
    background: #ccc;
}

.hwepagination a, .hwepagination span {
    color: #6b6b6b;
}

.hwepagination .prv.pagebutton {
    float: left;
}

.hwepagination .nxt.pagebutton {
    float: right;
}

input.currentpage {
    width: 30px;
    text-align: center;
    height: 28px;
    border: 1px solid #ccc;
}

.hwepagination .go.pagebutton {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 99;
    font-size: 12px;
    display: none;
}

input.currentpage:invalid .go.pagebutton {
    display: block;
}





.contactpg h4{
    border-bottom:solid 1px rgb(158, 158, 158);
    padding-bottom:15px;
}
.contactform .form-control {
    border-radius:0px;
    box-shadow:none;
}
.msgheight {
    height:190px !important;
}
.btnblack {
    background:#000;
    color:#fff;
    border:0px;
    outline:0px;
    border-radius:0px;
}
.btnblack:hover {
    background:#000;
    color:#fff;
    border:0px;
}
.btnblack:focus {
    background:#000;
    color:#fff;
    border:0px;
}
.bnnerCompny {
    position:relative;
}
.text-company {
    position:absolute;
    top:100px;
    width:100%;
    color:#fff;
    text-align:center;
}
.text-company h1 {
    text-transform:uppercase;
    font-size:80px;
}
.text-company h2 {
    font-size:40px;
    text-transform:uppercase;
}
.text-company p {
    font-size:20px;
    margin-top:30px;
}
.layerbg {
    background:rgba(0, 0, 0, 0.5);
    width:100%;
    height:100%;
    top:0px;
    position:absolute;
}
.pageheadings {
    text-transform:uppercase;
}
.whyChoose {
    background:#ededed;
    margin:15px 0px;
}
.whyChoose h4 {
    font-size:14px;
    font-weight:bold;
}
.tripleBtn {
    margin-top:10px;
    float:left;
}

    /*.tripleBtn span.info {
        font-size: 12px;
        color: #ff0000;
        margin-left: 8px;
    }*/

.tripleBtn .addWIsh {
    margin-left: 0px !important;
    margin-right:15px !important;
}
.qtyDiv {
    margin:20px 0px;
    width:100%;
    float:left;
}
.quantity-selectors {
    display:flex;
    float:left;
    margin-right:20px;
}
.quantity-selectors input {
    border:solid 1px rgb(158, 158, 158);
    border-radius:0px;
    padding:5px;
    width:50px;
    text-align: center;
    outline: none;
}
.quantity-selectors button {
    border:solid 1px rgb(158, 158, 158);
    border-radius:0px;
    padding:5px;
    outline:none;
}

.tripleBtn .colors table tr td input {
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.tripleBtn .colors table tr td input:checked + label {
    border: 1px solid #062647;
    color: #062647;
    font-weight:bold;
}

.tripleBtn .colors table tr td label {
    border: 1px solid #d0d0d0;
    text-transform: uppercase;
    font-size: 12px;
    padding: 4px 10px;
    cursor: pointer;
    margin-right:5px;
    font-weight:normal;
}

.pinterest {
    margin-top:0px;
    margin-bottom:0px;
}
.pinterest a {
    float:left;
    display:inline-block;
    color:#fff;
    font-size:25px;
    margin-left:5px;

}
.pinterest a.fbshare {
    color:#3B5998;
}
.pinterest a.pntrstShare {
    color:#ee0404;
}
.pinterest a:hover {
    color:#333;
}
.pinterest a:focus {
    color:#333;
}
.priceNDbtn h2 {
    margin-top:8px;
}
.AddbtnNew {
   
    float:left;
}
.price {
    text-align:center;
}









.sliderrrr {
	padding:0px 0px;
}
.bs-slider {
	overflow: hidden;
	max-height: 700px;
	position: relative;
	background: #fff;
}
.bs-slider:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
.bs-slider:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.10);
}
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
	margin: auto;
	width: 100% !important;
}
/********************
*****Slide effect
**********************/

.fade {
	opacity: 1;
}
.fade .item {
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0 !important;
	display: block !important;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
	top: auto;
	position: relative;
}
.fade .item.active {
	opacity: 1;
	z-index: 2;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
	top: 47%;
	opacity: 0;
	width: 45px;
	height: 45px;
	z-index: 100;
	color: #ffffff;
	display: block;
	font-size: 24px;
	cursor: pointer;
	overflow: hidden;
	line-height: 43px;
	text-shadow: none;
	position: absolute;
	font-weight: normal;
	background: transparent;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	padding-top:0px;
}
.control-round:hover .carousel-control {
	opacity: 1;
}
.control-round .carousel-control.left {
	left: 1%;
}
.control-round .carousel-control.right {
	right: 1%;
}
.control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
	color: #fdfdfd;
	background: rgba(0, 0, 0, 0.5);
	border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1) {
 left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1) {
 right: 45%;
}
/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
	right: 45%;
	bottom: 3%;
	left: auto;
	width: 90%;
	height: 20px;
	font-size: 0;
	overflow-x: auto;
	text-align: right;
	overflow-y: hidden;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	white-space: nowrap;
}
.indicators-line > .carousel-indicators li {
	padding: 0;
	width: 15px;
	height: 15px;
	border: 1px solid rgb(158, 158, 158);
	text-indent: 0;
	overflow: hidden;
	text-align: left;
	position: relative;
	letter-spacing: 1px;
	background: rgb(158, 158, 158);
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 5px;
	-webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	z-index: 10;
	cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child {
	margin-right: 0;
}
.indicators-line > .carousel-indicators .active {
	margin: 1px 5px 1px 1px;
	box-shadow: 0 0 0 2px #fff;
	background-color: transparent;
	position: relative;
	-webkit-transition: box-shadow 0.3s ease;
	-moz-transition: box-shadow 0.3s ease;
	-o-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.indicators-line > .carousel-indicators .active:before {
	transform: scale(0.5);
	background-color: #fff;
	content:"";
	position: absolute;
	left:-1px;
	top:-1px;
	width:15px;
	height: 15px;
	border-radius: 50%;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
	text-align: left !important;
}
.slide_style_right {
	text-align: left !important;
}
.slide_style_center {
	text-align: center !important;
}
.slide_style_right {
	text-align: right !important;
}
.slide-text {
	left:0;
	bottom: 20%;
	right: 0;
	padding: 10px 10%;
	position: absolute;
	text-align: left;
}
.slide-text > h1 {
	
	padding: 0;
	color: #efa300;
	font-size: 40px;
	font-style: normal;
	font-weight:bold;
	line-height: 27px;
	margin-bottom: 25px;
	letter-spacing: 1px;
	display: inline-block;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
	text-transform:uppercase;
}
.slide-text > p {
	padding: 0;
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 40px;
	letter-spacing: 1px;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.slide-text > a.btn-default {
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-right: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	letter-spacing: 1px;
	display: inline-block;
	border: none;
	text-transform: uppercase;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a.btn-primary {
	color: #ffffff;
	cursor: pointer;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-left: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	background:rgba(239, 163, 0, 0.8) none repeat scroll 0 0;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.slide-text > a:hover, .slide-text > a:active {
	color: #ffffff;
	background: #222222;
	-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}




/*---------- MEDIA 480px ----------*/
@media (max-width: 768px) {

.slide-text {
    bottom:40px !important;
}

 .slide-text {
 padding: 10px 50px;
}
 .slide-text h1 {
 font-size: 27px;
 line-height: 27px;
 margin-bottom: 10px;
}
 .slide-text > p {
 font-size: 14px;
 line-height: 20px;
 margin-bottom: 20px;
}


}
@media (max-width: 480px) {
    .homeLink {
        padding: 5px 10px;
    }

    .slide-text {
        padding: 10px 30px;
    }

        .slide-text h1 {
            font-size: 14px;
            line-height: 22px;
            margin-bottom: 5px;
            margin-top: 0px;
        }

        .slide-text > p {
            font-size: 12px;
            line-height: 18px;
            margin-bottom: 10px;
        }

        .slide-text > a.btn-default, .slide-text > a.btn-primary {
            font-size: 10px;
            line-height: 10px;
            margin-right: 10px;
            text-align: center;
            padding: 10px 15px;
        }

    .indicators-line > .carousel-indicators {
        display: none;
    }

    .slide-text > a.btn-default, .slide-text > a.btn-primary {
        padding: 5px 8px;
        margin: 2px;
        float: left;
    }
}

