.media {
  margin-top: 15px;
  &:first-child {
    margin-top: 0;
  }
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}


.media-list {
  padding-left: 0;
  list-style: none;
}
.container-fluid{
    padding-left: 15px;
    padding-right: 15px;
}
body{
    font-family: 'Source Sans Pro', sans-serif; 
    line-height: 1.6; 
    overflow-x: hidden;
    background-color: #FFF;
    color: #7b7b7b;
    font-weight: 400;
    font-size: 17px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Nunito', sans-serif;
    color: #212121;
    line-height: 1.3;
    font-weight: 700;
}
#wrapper {
    margin: 0 auto;
}
.featured-main .featured-des{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    color: #212121;
}
.featured-main img{
    margin-right: 8px;
}
.top-header{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    padding:25px 0;
    background: #f5f5f5;
    z-index: 99;
}
.top-header h4 {
    font-family: 'Dosis', serif;
    font-size: 20px;
    font-style: italic;
    margin-top: 30px;
    color: #000;
}
a{
    outline: none;
}
p {
    font-size: 13px;
    margin: 20px 0 10px;
}
img{    
    height: auto;
    max-width: 100%;
}
a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
a{
    color:#212121;
}
.main-content {
	background-repeat:no-repeat;
	background-size:cover;
    margin: 0 auto;
}
.decs-content {
	text-align: center;
	padding: 150px 0;
	margin-bottom:40px;
	position: relative;
    background: url('../images/bg-header.jpg') repeat fixed left top;
}
.top-page{
    background-color: #f3f4fb;
}
.wrap-img {
	transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    max-width:840px;
    height: 615px;
    margin:0px;
    position: relative;
}
.wrap-img a{
        transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    display: block;
    position: relative;
    box-shadow: 0 0 50px 0 #a8abba;
    -webkit-box-shadow: 0 0 50px 0 #a8abba;
    -moz-box-shadow: 0 0 50px 0 #a8abba;
    overflow: hidden;
}
.wrap-img a .action{
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    position: absolute;
    top:50%;
    left: 50%;
    z-index: 9;
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Safari */
    transform: translate(-50%, -50%);
        opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    font-family: 'Nunito', sans-serif;
}
.wrap-img a:before{
    content:'';
    position: absolute;
    top:0;
    left: 0;
    z-index: 8;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    filter: alpha(opacity=0); /* For IE8 and earlier */
    opacity: 0;
    width:100%;
    height: 100%;
    display:block;
    background-color:  #ff5b52;
    background-image: radial-gradient( farthest-corner at 100% 0, #ff5b52, #ef2f24 70%);
    background-image: -webkit-radial-gradient( farthest-corner at 100% 0, #ff5b52, #ef2f24 70%);
}
.wrap-img a.purple:before{
    background-color:  #ff007a;
    background-image: radial-gradient( farthest-corner at 100% 0, #ff007a, #1a1831 80%);
    background-image: -webkit-radial-gradient( farthest-corner at 100% 0, #ff007a, #1a1831 80%);
}
.wrap-img a.green:before{
    background-color:  #a1dc34;
    background-image: radial-gradient( farthest-corner at 100% 0, #b9ef56, #a1dc34 80%);
    background-image: -webkit-radial-gradient( farthest-corner at 100% 0, #b9ef56, #a1dc34 80%);
}
.wrap-img a.blue:before{
    background-color:  #274abb;
    background-image: radial-gradient( farthest-corner at 100% 0, #4466d5, #274abb 70%);
    background-image: -webkit-radial-gradient( farthest-corner at 100% 0, #4466d5, #274abb 70%);
}
.wrap-img a:hover:before,
.wrap-img a:active:before{
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
.wrap-img a:hover .action,
.wrap-img a:active .action{
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.wrap-img a:hover,
.wrap-img a:active{
    box-shadow:0 0 50px #a1a5be;
    -webkit-box-shadow:0 0 50px #a1a5be;
    -moz-box-shadow:0 0 50px #a1a5be;
}
.img-bg {
    display: block;
    height:615px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.img-bg .img-skin {
    background-position: center 0;
    background-repeat: no-repeat;
    position:absolute;
    width:100%;
    height:615px;
    left:0;
    background-size:100% auto;
}

.img-bg .img-skin{
    transition: all 2s ease-out 0s;
    -webkit-transition: all 2s ease-out 0s;
    -moz-transition: all 2s ease-out 0s;
    -ms-transition: all 2s ease-out 0s;
    -o-transition: all 2s ease-out 0s;
}
.title-demo {
    font-size:22px;
    font-weight: 400;
	margin:30px 0 45px;
    text-align: center;
}
.bg-text-theme{
    font-weight: 700;
    text-transform: uppercase;
    color: #ffbf43;
    font-size: 40px !important;
}
.btn {
    background: transparent;
    padding: 12px 35px; 
    color: #3e3e3e;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
	background:#fff;
    font-family: 'Nunito', sans-serif;
}
@media(max-width: 1199px){
    .btn {
        padding: 10px 25px; 
        font-size: 15px;
    }
}
.btn:hover{
    color: #fff;
    background-color: #db2e24;
}
.velaLogo{
    padding:0px 50px;
    text-align:left;
}
.text-theme{
    color:#feda0a;
}
.get-start-btn{
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
    font-size: 20px;
    text-transform: capitalize;
}
.get-start-btn:hover,
.get-start-btn:active{
    color:#e5e5e5;
}
.header-title{
    font-size: 30px;
    margin:0;
    line-height: 1.3;
    text-transform: capitalize;
}
.footer{
	background-color: #333333;
	color: #fff;
}
.footerTextRight{
    text-align:right;    
}
.topheader{
    position: relative;
}
.topheader-inner{
    position: absolute;
    top:50%;
    left: 0;
    width: 100%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%); // IE9 only
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.footerTextLeft{
    text-align:left;
}
.footerTextLeft span{
    font-size:28px;
    font-weight:bold;
    line-height:50px;
    color:white;
    display:inline-block;
    vertical-align:middle;
	text-transform: uppercase;
}
@media (max-width:768px){
    .footerTextLeft{
        text-align:center;
    }
    .footerTextLeft span{
        font-size:20px;
        margin-bottom:20px;
    }
}
.list-shop .title-shop{
    font-size:26px;
    margin:0 0 10px;
}
.list-shop .des{
    margin-bottom: 20px;
}
.item{
    margin-bottom: 20px;
}
.item img{
    vertical-align: middle;
    margin-right: 15px;
}
@media(min-width: 1200px){
    .item img{
        margin-right: 30px;
    }
    .list-shop .des{
        margin-bottom: 40px;
    }
    .item{
        margin-bottom: 40px;
    }
}

.img-des1{
    margin-top: 30px;
}
.row-header{
    padding:30px 0;
}
.flex-middle{
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
}
@media(min-width: 768px){
    .flex-middle-sm{
        display: -webkit-flex; /* Safari */
        -webkit-align-items: center; /* Safari 7.0+ */
        display: flex;
        align-items: center;
    }
}
.header-full{
    padding-top: 15px;
    padding-bottom: 15px;
        -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
@media(min-width: 1200px){
    .header-full{
        padding: 25px 15px;
    }
    .img-des1{
        margin-top: 70px;
    }
    .row-header{
        padding:100px 0;
    }
    .section1{
        padding-bottom: 50px;
    }
}
@media(min-width: 768px){
    .list-shop.list1{
        margin-top: 80px;
    }
}
.list-shop ul li:before{
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border:1px solid #ef2f24;
    content: '';
    display: inline-block;
    vertical-align: baseline;
    margin-right: 12px;
}
.list-shop .description{
    font-size:18px;
}
.footerTextRight .btnLandingpage{
    margin:0px;
    padding:0px 30px;
    border-radius:0px;
    border:0px;
    background-color:#ffbf43;
    color:white;
    text-transform:uppercase;
    font-weight:bold;
    font-size:16px;
    height:50px;
    line-height:50px;
}
.titleLandingpage{
    position: relative;
    text-align: center;
    margin:10px 0;
}
.titleLandingpage h3{
    position: relative;
    margin: 0px;
    padding: 14px 0;
    font-family: Poppins;
    font-size: 35px;
    font-weight: bold;
    color: #ffbf43;
    text-transform: uppercase;
}
.titleLandingpage span{
    font-size: 100px;
    font-weight: 500;
    color: #333;
    opacity: 0.1;
    filter: alpha(opacity=10);
    position: absolute;
    top: 55px;
    left: 0px;
    right: 0px;
    line-height: 74px;
}
.right-header{
    margin: 3px 0 0;
}
.logo{
    margin-top:5px;
	max-width:180px;
}
.apus-header{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    position: relative;
    z-index: 9;
    background:transparent;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.apus-header.stick{
    background:#212121;
}
.apus-header.stick .header-full{
    padding-top: 15px;
    padding-bottom: 15px;
}
..flex-middle{
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
}
..flex-middle{
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
}
.top-page{

}
.menu{
    margin: 0;
    list-style: none;
    padding:0;
    text-align: center;
    display: block;
    float: none;
}
.menu li{
    display: inline-block;
    float: none;
}
.menu li a{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    color:#fff !important;
    font-size: 16px;
    font-weight: 400;
    margin: 0 25px;
    padding:0;
    text-transform: capitalize;
    font-family: 'Nunito', sans-serif;
}
@media(max-width: 768px){
    .menu li a{
        margin: 0 10px;
    }
}
.menu li.active > a,
.menu li:hover > a{
    color:#ef2f24 !important;
    background: transparent !important;
}
.navbar-inverse{
    background: transparent;
    border:none;
    min-height: 0;
    margin:0;
}
.wrapper-large{
    max-width: 1790px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
.category{
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    margin: 20px 0;
}
.categors-inner .top-category{
    display: block;
    height: 470px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: 0 0 20px 0 #a8abba;
    -webkit-box-shadow: 0 0 20px 0 #a8abba;
    -moz-box-shadow: 0 0 20px 0 #a8abba;
}
.categors-inner .top-category:hover{
    box-shadow: 0 0 50px 0 #a8abba;
    -webkit-box-shadow: 0 0 50px 0 #a8abba;
    -moz-box-shadow: 0 0 50px 0 #a8abba;
}
@media(min-width: 768px){
    .no-bottom{
        margin-bottom: 0 !important;
    }
}
@media(min-width: 1200px){
    .category{
        margin: 40px 0 60px;
    }
    .wrapper-large{
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.sub-title{
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
.header-title{
    font-size: 70px;
    color: #fff;
}
.des-title{
    font-size: 24px;
    color: #fff;
    margin: 0 0 25px;
}
.top-wrapper{
    padding:0 0 50px 0;
}
@media(max-width: 991px){
    .top-wrapper{
        padding:0 0 30px 0;
    }
}
.title{
    font-size: 30px;
    margin:0;
}
.des{
    font-size: 17px;
}
.btn-page{
    padding:12px 30px;
    background: #212121 !important;
    text-transform: uppercase;
    border: 0!important;
    color:#fff;
    font-size: 12px;
    font-weight: 800;
}
.btn-page:hover{
    background: #111 !important;
    color:#fff;
}
.section2{
    padding:50px 0px;
    background: #f2f4f5;
}
@media(min-width: 1200px){
    .section2{
        padding:95px 0px;
        background: url('../images/section2.jpg') #f2f4f5;
    }
}
.footer{
    background: url('../images/footer.jpg');
    color: #fff;
    position: relative;
    padding:30px 0;
}
@media(min-width: 1200px){
    .footer{
        padding:100px 0;
    }
}
.slogan{
    font-weight: 400;
    color: #fff;
    font-size:40px;
    margin:0 0 30px; 
}
.des-slogan{
    font-family: 'Nunito', sans-serif;
    color: #fff;
    font-size:18px;
    margin:0 0 20px;
}
@media(min-width: 1200px){
    .des-slogan{
        margin:0 0 40px;
    }
}
.food{
    margin: 0;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}
.footerText {
    font-size: 17px;
    margin: 0 0 30px;
}
.btn-theme{
    border-color:#ef2f24;
    background: #ef2f24;
    color:#fff;
}
.btn-top{
    padding-left: 50px;
    padding-right: 50px;
}
.btn-white{
    color: #3e3e3e;
    background:#fff;
}
.btn-dark{
    background-color: #cd241b;
    color: #fff;
}
.btn-theme:hover,
.btn-theme:focus{
    border-color:#db2e24;
    background: #db2e24;
    color:#fff;
}
.btn-theme.btn-outline{
    background: transparent;
    color:#a1d407;
    border-color:#a1d407;
}
.btn-theme.btn-outline:hover,
.btn-theme.btn-outline:active{
    background: darken(#a1d407,10%);
    color:#fff;
    border-color:darken(#a1d407,10%);
}
.features{
    margin-bottom:35px;
}
.section-features{
    overflow: hidden;
    padding:0 0 30px;
}
.media-left img{
    width:100px;
    max-width: none;
}
.media-left, .media > .pull-left{
    padding-right: 30px;
}
.media-body .title{
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 10px;
    text-transform: capitalize;
}
.media-body{
    font-size: 14px;
}
@media (max-width:1850px ) {
    .menu li a{
        font-size: 15px;
        margin: 0 10px;
    }
}
@media (max-width:1024px ) {
    .menu li a{
        font-size: 13px;
        margin: 0 8px;
    }
    .media-left img{
        width: 70px;
    }
    .media-left, .media > .pull-left{
         padding-right: 15px;
    }
}
@media (max-width:768px ) {
    .logo{
        text-align: center;
        margin: 0 0 10px;
    }
}
@media (max-width:767px ) {
    .header-title{
        font-size: 25px;
    }
    .media{
        margin-bottom: 10px;
    }
    .des-title{
        font-size: 15px;
    }
    .title{
        font-size: 25px;
    }
}
.short .img-bg .img-skin,
.short .img-bg,
.short .wrap-img{
    height: 360px;
}
.row-15{
    margin-right: -7.5px;
    margin-left: -7.5px;
}
.row-15 [class *="col-"]{
    padding-right:7.5px;
    padding-left:7.5px;
}
.short img{
    margin-bottom: 30px;
}
.short > .row{
    margin-bottom: 50px;
}
.short .spa-20{
    margin-bottom: 21px;
}
.section-short .wrap-img a{
    height: 100px;
}
.section-short .wrap-img{
    height: 100px;
    margin-bottom: 30px;
    max-width: 100%;
}
.section-short{
    margin-bottom: 30px;
}
.footer-images .wrap-img,
.footer-images .wrap-img a{
    height: auto;
}
.row-40{
    margin-bottom: 30px;
}
.row-40:last-child{
    margin-bottom: 0;
}
@media(min-width: 1200px){
    .row-40:last-child{
        margin-bottom:20px;
    }
    .row-40{
        margin-bottom:80px;
        margin-left: -40px;
        margin-right: -40px;
    }
    .row-40 [class*="col-"]{
        padding-left: 40px;
        padding-right: 40px;
    }
}
.section-dark{
    background-color: #f3f4fb;
}
.featured-main{
    margin-bottom: 20px;
}
@media(min-width: 1200px){
    .featured-main{
        margin-bottom: 50px;
    }  
}
@media(max-width: 1199px){
    .slogan{
        font-size: 25px;
        margin-bottom: 10px;
    }
    .item img{
        max-width: 30px;
        margin-right: 8px;
    }
    .categors-inner .top-category{
        height: 220px;
    }
    .category{
        font-size: 18px;
    }
}
@media(max-width:767px){
    .slogan{
        font-size: 18px;
        text-align: center;
        margin:0;
    }
    .menu{
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom:5px;
    }
    .list-shop .title-shop{
        margin-top: 15px;
    }
    .row-40{
        margin-bottom: 0;
    }
    .row-40 .col-xs-12 {
        margin-bottom: 20px;
    }
    .food{
        font-size: 20px;
    }
    .footerText{
        margin-bottom: 10px;
    }
}