/*
Typography
=========================== */

@font-face {
  font-family: myFirstFont;
  url("Thorletto.Otf") format("opentype");
}

@font-face {
  font-family: AcariSans-Light;
  url("AcariSans-Light.ttf") format("truetype");
}

html,body {
    width:100%;
    height: auto;
    margin:0;
    padding:0;
    overflow-x: hidden;
}




body {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    font-size:14px;
    line-height:24px;
    color:#6f6f6f;
}

a{
    color: #6f6f6f;
}

a,
a:active,
a:focus,
a:hover{
    outline:none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover{
    text-decoration:underline;
}

h1, h2, h3, h4, h5, h6{
    color:#3f3f3f;
    margin:0 0 15px 0;
    letter-spacing: 1px;
    font-weight: bold;
}

h1{
    font-size:48px;
    line-height:52px;
}

h2{
    font-size:36px;
    line-height:48px;
}

h3{
    font-size:22px;
    line-height:36px;
}

h4{
    font-size:24px;
    line-height:30px;
}

h5{
    font-size:18px;
    line-height:24px;
}

h6 {
    font-size: 17px;
    color: #FFEB3B;
    line-height: 18px;
}

p{
    margin-bottom: 20px;
	font-family: 'Raleway', sans-serif;
    font-family: AcariSans-Light !important;
    color: #fff;
    font-size: 17px; 
}

.section{
    padding: 70px 0;
    position: relative;
}

/*
Navbar Adjusment
=========================== */
/* Navbar Atribute ------*/
.attr-nav > ul > li > a{
    padding: 28px 15px;
}

ul.cart-list > li.total > .btn{
    border-bottom: solid 1px #cfcfcf !important;
    color: #fff !important;
    padding: 10px 15px;
}

@media (min-width: 1024px) {
    /* Navbar General ------*/
    nav.navbar ul.nav > li > a{
        padding: 30px 15px;
        font-weight: 600;
    }
    
    nav.navbar .navbar-brand{
        margin-top: 0;
    }
    
    nav.navbar .navbar-brand img.logo{
        width: 50px;
    }

    nav.navbar .navbar-brand{
        margin-top: 0;
    }
    
    nav.navbar .navbar-brand img.logo{
       width: 284px;
    margin-top: -9px;
    }
    
    nav.navbar li.dropdown ul.dropdown-menu{
        border-top: solid 5px;
    }
    
    /* Navbar Center ------*/
    nav.navbar-center .navbar-brand{
        margin: 0 !important;
    }
    
    /* Navbar Brand Top ------*/
    nav.navbar-brand-top .navbar-brand{
        margin: 10px !important;
    }
    
    /* Navbar Full ------*/
    nav.navbar-full .navbar-brand{
        position: relative;
        top: -15px;
    }
    
    /* Navbar Sidebar ------*/
    nav.navbar-sidebar ul.nav,
    nav.navbar-sidebar .navbar-brand{
        margin-bottom: 50px;
    }
    
    nav.navbar-sidebar ul.nav > li > a{
        padding: 10px 15px;
        font-weight: bold;
    }
    
    /* Navbar Transparent & Fixed ------*/
    nav.navbar.bootsnav.navbar-transparent.white{
        background-color: rgba(255,255,255,0.3);
        border-bottom: solid 1px #bbb;
    }
    
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark,
    nav.navbar.bootsnav.navbar-transparent.dark{
        background-color: rgba(0,0,0,0.3);
        border-bottom: solid 1px #555;
    }
    
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav{
        border-left: solid 1px #bbb;
    }
    
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav,
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav{
        border-left: solid 1px #555;
    }
    
    nav.navbar.bootsnav.no-background.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a,
    nav.navbar.bootsnav.no-background.white ul.nav > li > a{
        color: #fff;
    }
    
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.dark ul.nav > li > a{
        color: #eee;
    }
}

@media (max-width: 992px) {
    /* Navbar General ------*/
    nav.navbar .navbar-brand{
        margin-top: 0;
        position: relative;
        top: -2px;
    }
    
    nav.navbar .navbar-brand img.logo{
            width: 233px;

    }
    
    .attr-nav > ul > li > a{
        padding: 16px 15px 15px;
    }
    
    /* Navbar Mobile slide ------*/
    nav.navbar.navbar-mobile ul.nav > li > a{
        padding: 15px 15px;
    }
    
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu > li > a{
        padding-right: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title{
        padding-right: 30px !important;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
    
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a{
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
    
    /* Navbar Full ------*/
     nav.navbar-full .navbar-brand{
        top: 0;
        padding-top: 10px;
    }
}

/* Navbar Inverse
=================================*/
nav.navbar.navbar-inverse{
    background-color: #222;
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li.total > .btn{
    border-bottom: solid 1px #222 !important;
}

nav.navbar.navbar-inverse ul.cart-list > li.total .pull-right{
    color: #fff;
}

nav.navbar.navbar-inverse.megamenu ul.dropdown-menu.megamenu-content .content ul.menu-col li a,
nav.navbar.navbar-inverse ul.nav > li > a{
    color: #eee;
}

nav.navbar.navbar-inverse ul.nav > li.dropdown > a{
    background-color: #222;
}

nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a{
    color: #999;
}

nav.navbar.navbar-inverse ul.nav .dropdown-menu h1,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h2,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h3,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h4,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h5,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h6{
    color: #fff;
}

nav.navbar.navbar-inverse .form-control{
    background-color: #333;
    border-color: #303030;
    color: #fff;
}

nav.navbar.navbar-inverse .attr-nav > ul > li > a{
    color: #eee;
}

nav.navbar.navbar-inverse .attr-nav > ul > li.dropdown ul.dropdown-menu{
    background-color: #222;
    border-left: solid 1px #303030;
    border-bottom: solid 1px #303030;
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li{
    border-bottom: solid 1px #303030;
    color: #eee;
}

nav.navbar.navbar-inverse ul.cart-list > li img{
    border: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li.total{
    background-color: #333;
}

nav.navbar.navbar-inverse .share ul > li > a{
    background-color: #555;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu{
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a{
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-content{
    border-left: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:hover,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:focus,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li.active > a{
    background-color: #333 !important;
}

nav.navbar-inverse.navbar-full ul.nav > li > a{
    border:none;
}

nav.navbar-inverse.navbar-full .navbar-collapse .wrap-full-menu{
    background-color: #222;
}

nav.navbar-inverse.navbar-full .navbar-toggle{
    background-color: #222 !important;
    color: #6f6f6f;
}

@media (min-width: 1024px) {
    nav.navbar.navbar-inverse ul.nav .dropdown-menu{
        background-color: #222 !important;
        border-left: solid 1px #303030 !important;
        border-bottom: solid 1px #303030 !important;
        border-right: solid 1px #303030 !important;
    }

    nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a{
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse ul.dropdown-menu.megamenu-content .col-menu{
        border-left: solid 1px #303030;
        border-right: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse.navbar-transparent.dark{
        background-color: rgba(0,0,0,0.3);
        border-bottom: solid 1px #999;
    }
    
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav{
        border-left: solid 1px #999;
    }
    
    nav.navbar.navbar-inverse.no-background.white .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.navbar-transparent.dark ul.nav > li > a,
    nav.navbar.navbar-inverse.no-background.white ul.nav > li > a{
        color: #fff;
    }
    
    nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a{
        color: #3f3f3f;
    }
}
@media (max-width: 992px)  {
    nav.navbar.navbar-inverse .navbar-toggle{
        color: #eee;
        background-color: #222 !important;
    }
    
    nav.navbar.navbar-inverse .navbar-nav > li > a{
        border-top: solid 1px #303030;
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse ul.nav li.dropdown ul.dropdown-menu  > li > a{
        color: #999;
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu .title{
        border-bottom: solid 1px #303030;
        color: #eee;
    }
    
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu ul > li > a{
        border-bottom: solid 1px #303030;
        color: #999 !important;
    }
    
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu.on:last-child .title{
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul{
        border-top: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse.navbar-mobile .navbar-collapse{
        background-color: #222;
    }
}

@media (max-width: 767px)  {
    nav.navbar.navbar-inverse.navbar-mobile ul.nav{
        border-top: solid 1px #222;
    }
}

/*
Color
=========================== */
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
.side .widget ul.link li a:hover,
.side .widget ul.link li a:focus,
.check-list li:before,
ul.cart-list > li > h6 > a,
.attr-nav > ul > li > a:hover,
.attr-nav > ul > li > a:focus,
nav.navbar-sidebar ul.nav li.dropdown.on > a,
nav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar.navbar-inverse ul.nav li.dropdown.on > a,
nav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a,
nav.navbar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar ul.nav > li > a:hover,
nav.navbar ul.nav > li.active > a:hover,
nav.navbar ul.nav li.active > a,
nav.navbar li.dropdown ul.dropdown-menu > li a:hover{
    color: #FFEB3B;
	    background: black;
}

nav.navbar.navbar-transparent ul.nav > li > a:hover,
nav.navbar.no-background ul.nav > li > a:hover,
nav.navbar ul.nav li.scroll.active > a,
nav.navbar.navbar-dark ul.nav li.dropdown ul.dropdown-menu  > li > a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar-dark ul.nav li.dropdown.on > a{
     color: #FFEB3B;
	    background: black;
}

@media(max-width:920px){
    nav.navbar .dropdown .megamenu-content .col-menu ul > li > a:hover,
    nav.navbar.navbar-dark .dropdown .megamenu-content .col-menu .title:hover{
        color: #f43438 !important;
    }
}

/*
Border
=========================== */
ul.cart-list > li.total > .btn{
    border-color: #f43438;
}

nav.navbar li.dropdown ul.dropdown-menu{
    border-top-color: #f43438 !important;
}

/*
Background
=========================== */
ul.cart-list > li.total > .btn,
.attr-nav > ul > li > a span.badge,
nav.navbar .share ul > li > a:hover,
nav.navbar .share ul > li > a:focus{
    background-color: #f43438;
}

ul.cart-list > li.total > .btn:hover,
ul.cart-list > li.total > .btn:focus{
    background-color: #dc3236 !important;
}

.pager li>a, .pager li>span {
    display: inline-block;
    padding: 6px 14px;
        background-color: #fff402;
    border: 1px solid #e2e2e0;
    border-radius: 15px;
	font-weight:bold;
	width:100%;
}

a {
    color: #171717;
}

.pager {
    padding-left: 0;
    margin: 7px 0;
    text-align: center;
    list-style: none;
}
.pager li a 
{
	    font-size: 15px;
}
@media (max-width:620px)
{
	.pager li a {
    font-size: 23px;
}
}
.headings
{text-align:center;font-family: Thorletto !important;
    color: #fff;

}

.cont{
color:#4f0004;
}
.sm-up-container {
    background: green;
    color: #fff;
}
.sm-up-container:hover {
    background: #000;
    color: #fff;
}

.sm-up-container {
	display: none;
    height: auto;
    right: 3px;
    margin-right: 22px;
    margin-top: auto;
    padding: 3px 6px;
    position: fixed;
    top: 89%;
    width: 52px;
    height: 52px;
    z-index: 60;
    border-radius: 50px;
    color: #fff;
    line-height: 52px;
    text-align: center;
}
.sm-up-container:hover {
	background: #000;
	color: #fff;
}
.sm-up {
font-size: 27px;
	color: #fff;
}


.demo{ background-color: #CFEEF0; }
.email-signature{
    background: #fff;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 10px 0 0;
    
}
.email-signature .signature-icon{
    color: #fff;
    background-color: #F29F11;
    font-size: 56px;
    line-height: 94px;
    height: 94px;
    width: 94px;
    margin: 0 auto 10px;
    border-radius: 50%;
}
.email-signature .signature-details{
    padding: 0 15px;
    margin: 0 0 10px;
}
.email-signature .title{
    color: #DE2461;
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 1px;
}
.email-signature .post{
    color: #1EB3B9;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.email-signature .signature-content{
    font-size: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}
.email-signature .signature-content li{
       color: #690977;
    background-color: #F3E5F5;
    font-size: 28px;
    letter-spacing: 0.5px;
    width: 27%;
	font-family: 'Open Sans', sans-serif;

    min-height: 90px;
    font-weight: bold;
    padding: 20px 10px;
    margin-bottom: 3px;
    vertical-align: top;
    display: inline-block;
}
.email-signature .signature-content li:nth-child(2){
    background-color: #E1F5FE;
    width: 31%;
}
.email-signature .signature-content li:nth-child(3){
    background-color: #FFFDE7;
    width: 42%;
}
.email-signature .signature-content li span{
        font-size: 53px;
    width: 30px;
    padding: 0 0 5px;
    text-align: center;
    margin: 0 auto 5px;
    border-bottom: 2px solid #fff;
    display: block;

}
.email-signature .icon{
    padding: 7px 0;
    margin: 0;
    list-style: none;
}
.email-signature .icon li{
    font-size: 18px;
    margin: 0 4px;
    display: inline-block;
}
.email-signature .icon li a{
    color: #fff;
    background-color: #DE2461;
    font-size: 15px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}
.email-signature .icon li a:hover{
    color: #DE2461;
    background-color: #fff;
    box-shadow: 0 0 5px #DE2461 inset;
}
@media screen and (max-width:576px) {
    .email-signature .signature-content li,
    .email-signature .signature-content li:nth-child(2),
    .email-signature .signature-content li:nth-child(3){
        width: 100%;
        margin: 0;
        display: block;
    }
}
.fot
{
margin-top:10px;
}




.post-slide{
    margin: 0 15px;
    position: relative;
    background: #fff;
    border: 4px solid #ffd000;

}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
}
.post-slide .over-layer{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    background: #9c27b026;
    transition: all 0.30s ease;
}
.post-slide:hover .over-layer{
    opacity:1;
}
.post-slide .post-link{
    margin:0;
    padding:0;
    position: relative;
    top:45%;
    text-align:center;
}
.post-slide .post-link li{
    display: inline-block;
    list-style: none;
    margin-right:20px;
}
.post-slide .post-link li a{
    color:#fff;
    font-size:20px;
}
.post-slide .post-link li a:hover{
    color: #ff8b3d;
    text-decoration:none;
}
.post-slide .post-date{
    position:absolute;
    top:10%;
    left:4%;
}
.post-slide .date{
    display: inline-block;
    border-radius: 3px 0 0 3px;
    padding: 5px 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background:#333;
    float: left;
}
.post-slide .month{
        display: inline-block;
    border-radius:12px;
	border-right:3px soilid red;
    padding: 0px 5px;
    color: #fff402;
    font-size: 12px;
    font-weight: lighter;
    background: #000000bf;
}
.post-slide .post-content{
    padding:0px;
}
.post-slide .post-title{
        margin: 0 0 -1px 0;
    background: #f84a30;
    text-align: center;
    font-family: Thorletto !important;
}
.post-slide .post-title a{
    font-size:13px;
    font-weight:bold;
    color:#fff;
    display: inline-block;
    text-transform:capitalize;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#fff402;
}
.post-slide .post-description{
       font-size: 14px;
    line-height: 24px;
    color: #808080;
    padding-left: 11px;
}
.post-slide .read-more{
    color:#4c4a4c;
    font-size:11px;
    font-weight:light;ont-weight: bold;
    text-transform:uppercase;
    position: relative;padding-left:12px;
    transition: color 0.20s linear;
}
.post-slide .read-more:hover{
    text-decoration:none;
    color:#ff8b3d;
}
.post-slide .read-more:after{
    content:"";
    position: absolute;
    width:30%;
    display: block;
    border:1px solid #ff8b3d;
    transition: all 0.30s ease;
}
.post-slide .read-more:hover:after{
    width:100%;
}
@media only screen and (max-width: 479px) {
    .post-slide .month{
        font-size:14px;
    }
    .post-slide .date{
        font-size:14px;
    }
}


.pagers li>a, .pagers li>span {
    display: inline-block;
    padding: 6px 14px;
    background-color: #ff1100;
    border: 1px solid #e2e2e0;
    border-radius: 15px;
    font-weight: bold;
    width: 100%;
}

.pagers a {
    color: #ffffff;
}
.pagers li>a:focus, .pagers li>a:hover {
    text-decoration: none;
    background-color: #0a0a0a;
}


.testimonial{
    padding-right:30px ;
}
.pic > img{
    border-radius: 50%;
    float: left;
    margin-right: 30px;
}
.testimonial-review p{
    color: #888888;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.6;
}
.testimonial-title{
        color: #b21cc5;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 1.6;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #dc005a;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
@media screen and (max-width: 767px){
    .testimonial{
        text-align: center;
        padding: 0 15px;
    }
    .pic > img{
        float: none;
        margin: 0 0 10px 0;
    }
}

.box{
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.box:before,
.box:after{
    content: "";
    width: 100%;
    height: 50%;
    background: linear-gradient(to right top,rgba(0,0,0,0.7) 49%,rgba(0,0,0,0.8) 50%);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}
.box:after{
    background: linear-gradient(to right top,rgba(0,0,0,0.7) 49%,rgba(0,0,0,0.8) 50%);
    top: 50%;
}
.box:hover:before,
.box:hover:after{ opacity: 1; }
.box img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}
.box:hover img{ transform: translateY(-10%); }
.box .box-content{
    width: 100%;
    background: #ff1100;
    padding: 7px 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%) translateY(100%);
    transition: all 0.3s ease 0s;
}
.box:hover .box-content{ transform: translateX(-50%) translateY(0); }
.box .title{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
}
.box .post{
    display: inline-block;
    font-size: 16px;
    font-style: italic;
    color: #fff;
    border-radius: 0 10px 0 10px;
}
.box .icon{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s ease 0s;
}
.box .icon li{
    display: inline-block;
    margin: 0 5px;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.box .icon li:first-child{ transform: translateX(-150px); }
.box .icon li:last-child{ transform: translateX(150px); }
.box:hover .icon li{ opacity: 1; }
.box:hover .icon li:first-child{ transform: translateX(0); }
.box:hover .icon li:last-child{ transform: translateX(0); }
.box .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 50%;
    background: #fff;
    border: 3px dotted transparent;
    font-size: 23px;
    color: #f84930;
    box-shadow: 0 0 5px #b51bc8;
    margin-bottom: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.box .icon li a:hover{
    text-decoration: none;
    border-radius: 10px;
    background: #ff0022;
    color: #fff;
    box-shadow: none;
}
@media only screen and (max-width:990px){
    .box{ margin-bottom: 10px; }
}





.footer-top-area{background:#ff1100    none repeat scroll 0 0;position:relative;}
.footer-top-area::before{background-image:url("img/footer_bg.png");content:"";height:30px;left:0;position:absolute;right:0;top:-18px;width:100%;}
.footer-top-area,
.footer-top-area a{color:#cacaca;}
.footer-wid{padding:80px 0;}
.footer-logo{background:transparent;color:#222;display:inline-block;font-size:16px;margin:0 0 10px;padding:20px 40px;text-transform:uppercase;}
.footer-wid-title{    color: #fff;
    font-size: 18px;
    margin: 0 0 25px;
    font-family: Thorletto;}
.footer-wid ul{list-style:outside none none;margin:0;padding:0;}
.footer-wid.footer-menu a{text-transform:capitalize;}
.footer-menu i.fa-chevron-circle-right{padding-right:5px;}
.footer-wid.footer-menu li{line-height:0;margin-bottom:14px;}
.footer-wid > span{display:block;font-size:14px;font-weight:300;}
.footer-copyright-area{
    background: #af1005    none repeat scroll 0 0;
 none repeat scroll 0 0;color:#fff;padding:15px 0;}
.footer-copyright-area ul{margin:0;}
.footer-copyright-area ul li img{width:30px;}
.social-icos a:hover {
    background: #42054c ;
}
.social-icos a:hover {
    color: #fff;
}
.social-icos a {
    background: #222 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    transition: .3s;
    -webkit-transition: .3s;
}
.social-icos a {
    background: #222 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    transition: .3s;
    -webkit-transition: .3s;
}
ul {
    list-style: none;
    padding: 0;
}
.social-icos a {
    background: #b402c1 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    transition: .3s;
    -webkit-transition: .3s;
}
.social-icos li {
    display: inline-block;
    margin-right: 12px;
}
.footer-wid.footer-menu a {
	font-size: 18px;
    color: #fffc00;    background: radial-gradient(#000000, transparent);
}
.footer-wid.footer-menu a:hover {
    padding-left: 5px;
}
a {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-footer-iem > img {
       float: left;
    border: 2px solid white;
    bordr-radisu: 5px;
    border-radius: 5px;
    margin-right: 10px;
    border: 2px solid whtei;
    width: 80px;
}
.single-footer-iem:hover {
    opacity: 0.7;
}
.single-footer-iem {
    border-bottom: 1px dashed #383333;
    display: block;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.single-footer-iem > p {
    
    color: #fffc00;
    font-weight: bold;

}
.opening-hour li {
    border-bottom: 1px dashed #2e2a2a;
    font-size: 13px;
    line-height: 28px;
}
.opening-hour {
    margin: 15px 0 20px !important;
}
@media only screen and (max-width: 767px)
{
.footer-top-area {
    padding: 50px 0;
}

}
@media only screen and (max-width: 767px)
{
.footer-wid {
    padding: 0 0 10px;
}
}






.hm_contact_form {
   position: relative;
    padding: 20px;
background-image: linear-gradient(180deg, #9a1b07 0%, #710f00 50%, #f23d3d 100%);
}


	}

.hm_contact_form h2.title1 {
    background-color: #ffffff;
    padding: 10px 20px;
    margin: 0px -27px;
	color:#fff;
}
.hm_contact_form_1 {
	position: relative;
	padding: 20px;
	background-color: #2a2964;
}
.label_space {
	display: block;
	margin-bottom: 10px;
}
.form_row {
	margin-top: 10px;
}
.form_row label:not(.orderby_label) {
	float: left;
	display: block;
	width: 25%;
	color: #999;
	line-height: 39px;
}
.form_row .orderby_label {
	float: left;
	width: 75%;
}
.form_row > span {
	display: inline-block;
}
.form_row label.error {
	color: #e74c3c;
	margin-bottom: 0;
	width: 75%;
	float: right;
	font-size: 13px;
}
.form_row .hm_input_text {
	border-radius: 4px;
	color: #324545;
        box-shadow: 0 10px 20px 1px rgba(0, 0, 0, 0.2);
	font-weight: 600;
	width: 100%;
}
.form_row .hm_textarea {
	color: #324545;
	min-height: 90px;
	width: 100%;
	resize: none;
}
.form_row #form-messages {
	margin-left: 25%;
}
.form_row input[type="radio"]:first-of-type, .form_row input[type="checkbox"]:first-of-type {
	margin-left: 0;
}
.form_row input[type="radio"], .form_row input[type="checkbox"] {
	display: inline-block;
	margin: 3px 5px 4px 15px;
}
.full_contact_form .form_row label {
	float: none;
	width: 100%;
}
.full_contact_form #form-messages {
	margin-left: 0;
}
.bg_gray .form_row label {
	color: #888;
}
.full_contact_form .form_row .hm_input_text, .full_contact_form .form_row .hm_textarea, .full_contact_form .form_row select, .form_row input[type="file"] {
	width: 100%;
}
.full_contact_form .form_row button, .full_contact_form .form_row input[type="submit"] {
	margin-left: 0;
	max-width: 100%;
}
.hm_requires_star {
	color: #e74c3c;
}
.my_col_half label.error, .full_contact_form label.error {
	float: none;
}
.form_row:first-child {
	margin-top: 0;
}
#form-messages.send_success {
	border: 2px solid #44a244;
	color: #555;
	padding: 14px 20px 15px;
}
.form_row button, .form_row input[type="submit"] {
	margin-left: 0;
	max-width: 59%;
}
.full_button {
	width: 100%;
}
.form_loader {
	background: url("img/camera-loader.gif") no-repeat center center rgba(255, 255, 255, 0.6);
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}
.sm-form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #fff;
    border-radius: 0 !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

.title1 {
    color: #E3106C;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 13px;
    font-family: "Oswald", "Open Sans", sans-serif;
    line-height: 33px;
}
.button.button-3d:hover {
    background-color: #5d0467  !important;
    opacity: 0.9;
}
.button {
   display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px 5px 5px 0px;
	    border-radius: 25px;

    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    border: 2px solid black;
    line-height: 40px;
    border: 2px solid springgreen;
    background-color: #fa4e2b;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 20px rgb(255, 255, 255);
}
}
.headTop
{
	    background: yellow;
}

@media (max-width: 620px) {
    .pager li a {
        font-size: 21px;
    }
}

.pager li>a, .pager li>span {
    display: inline-block;
    padding: 6px 14px;
    background-color: #ffffff;
    border: 1px solid #e2e2e0;
    border-radius: 15px;
    font-weight: bold;
    width: 100%;
}

.hm_contact_form {
    position: relative;
    padding: 20px;
    background-image: linear-gradient(180deg, #fe974c 0%, #710f00 50%, #f23d3d 100%);
}

@media (max-width: 620px) {
    .pager li a {
        font-size: 19px;
        color: #b62720;
    }
}

@media only screen and (max-width: 990px) {
    .box {
        margin-bottom: 0px;
    }
}

.pager li>a, .pager li>span {
    display: inline-block;
    padding: 6px 14px;
    background-color: #2c0e60;
    border: 1px solid #e2e2e0;
    border-radius: 15px;
    font-weight: bold;
    width: 100%;
}
.pager li>a:focus, .pager li>a:hover {
    text-decoration: none;
    background-color: #ff0a0a;
}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 6px 14px;
    background-color: #2c0e60;
    border: 1px solid #e2e2e0;
    border-radius: 15px;
    font-weight: bold;
    color: white;
    width: 100%;
}

.post-slide {
    margin: 0 15px;
    position: relative;
    background: #fff;
    border: 4px solid #ffffff;
	border-radius:10px;
}

.footer-top-area {
    background: #630460 none repeat scroll 0 0;
}
.footer-wid.footer-menu a {
    font-size: 18px;
    color: #ffffff;
    background: radial-gradient(#00000000, transparent);
}

.footer-copyright-area {
    background: #570854 none repeat scroll 0 0;
    color: #fff;
    padding: 15px 0;
}