 
@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir.eot');
    src: url('../fonts/Vazir.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir.woff') format('woff'),
    url('../fonts/Vazir.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family:"FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"),
     url("../fonts/fontawesome-webfont.woff2") format("woff2"),
       url("../fonts/fontawesome-webfont.woff") format("woff"),
       url("../fonts/fontawesome-webfont.ttf") format("truetype"),
         url("../fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
}

a{
    text-decoration: none !important;
}
.container-fluid{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
body{
    font-family: 'Vazir';
    background: #eeeff1;
    padding: 0;
    margin: 0;
    max-width: 100%;
    height: 100%;
}
.zero_padding{
    padding:0;
}
.zero_margin{
    margin:0;
}
.float_left{
    float:left;
}
.float_right{
    float:right;
}
.zero_border{
    border:0px !important;
}

.global-margin{
    margin-top: 10px;
}


a{
  text-decoration:none !important;
}
.container{
   /* background: #fff;*/
    padding: 0;
}

.gotop{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: rgb(240, 192, 66);
    text-align: center;
    border-radius: 1000px;
    padding: 16px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    display: none;
    z-index: 1000;
    background-color: #dcc076;
}
.gotop i{
    
}
.caption-gradient{
    background: #dcc076;
    background: -webkit-linear-gradient(to right, #F4D03F, #16A085);
    /* background: linear-gradient(to right, #F4D03F, #16A085); */
    color: #fff !important;
    padding: 10px !important;
    margin: 0;
}

h2.caption-gradient{
    font-size: 16px;
}

.overflow_hidden{
overflow: hidden !important;
}



/*
confirm plugin css fix
*/
.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.preloader{
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: rgba(45, 72, 38, 0.63);
    display: none;
}

/*
end confirm pluggin css fix
*/
.row{
    margin:0;
    padding:0;
}
.orange-color{ 
    color: #ff7404;
}
.orange-bg{ 
    background: #ff7404;
}
.green-color{ 
    color: #52a752;
}
.green-bg{ 
    background: #52a752;
}

/*************************************************menu*/
/*#primary_nav_wrap
{
    margin-top: 0px;
    border-bottom: 1px solid #5cb85c;
    padding: 0px 15px;
}
#primary_nav_wrap *
{
    -webkit-transition: all linear 0.4s;
    -moz-transition: all linear 0.4s ;
    -ms-transition: all linear 0.4s ;
    -o-transition: all linear 0.4s ;
    transition: all linear 0.4s ;
}
#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:right;
	margin:0;
	padding:0
}

#primary_nav_wrap ul a
{
    display: block;
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    line-height: 32px;
    padding: 10px 15px;
}

#primary_nav_wrap ul li
{
	position:relative;
	float:right;
	margin:0;
	padding:0
}

#primary_nav_wrap ul li.current-menu-item
{
	background:#ddd
}

#primary_nav_wrap ul li:hover
{
    background: #ffffff;
}

#primary_nav_wrap ul ul
{
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 0;
    z-index: 1030;
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:200px;
}

#primary_nav_wrap ul ul a
{
    display: block;
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    font-size: 11px;
    line-height: 20px;
    padding: 10px 15px;
}

#primary_nav_wrap ul ul ul
{
	top:0;
	right:100%
}

#primary_nav_wrap ul li:hover > ul
{
    display: block;
    background: #ffffff;
}
#primary_nav_wrap ul ul:hover
{
    display:block
}*/
.main-menu-container-fluid{
    background: #f0c042;
    padding: 0;
}

.header-container{
    padding: 0;
    background: #fff;
}



.page-container{
    background: #fff;
}

#cssmenu {
    position: relative;
    height: 44px;
    /* background: #317774; */
    box-sizing: content-box;
    visibility: hidden;
}
#cssmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1;
}
#cssmenu > ul {
    position: relative;
    display: block;
    background: #f0c042;
    width: 100% !important;
    z-index: 500;
    right: 0;
    /* padding-right: 20px;
   background: #16A085;  /* fallback for old browsers
    background: -webkit-linear-gradient(to right, #F4D03F, #16A085);  Chrome 10-25, Safari 5.1-6
    background: linear-gradient(to right, #F4D03F, #16A085);  W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#cssmenu.align-right > ul > li {
    float: right;
}
#cssmenu.align-center ul {
    text-align: center;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu > ul > li {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
}
#cssmenu > ul > #menu-button {
    display: none;
}
#cssmenu ul li a {
    display: block;
    text-decoration: none;
}
#cssmenu > ul > li > a {
    font-size: 13px;
    /* font-weight: bold; */
    padding: 12px 18px;
    color: #ffffff;
    /* text-transform: uppercase; */
    -webkit-transition: color 0.25s ease-out;
    -moz-transition: color 0.25s ease-out;
    -ms-transition: color 0.25s ease-out;
    -o-transition: color 0.25s ease-out;
    transition: color 0.25s ease-out;
}
#cssmenu > ul > li.has-sub > a {
    padding-right: 32px;
}
#cssmenu > ul > li:hover > a {
    color: #ffffff;
}
#cssmenu li.has-sub::after {
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}
#cssmenu > ul > li.has-sub::after {
    right: 10px;
    top: 20px;
    border: 5px solid transparent;
    border-top-color: #7a8189;
}
#cssmenu > ul > li:hover::after {
    border-top-color: #ffffff;
}
#indicatorContainer {
    position: absolute;
    height: 12px;
    width: 100%;
    bottom: 0px;
    overflow: hidden;
    z-index: -1;
    display: none;
}
#pIndicator {
    position: absolute;
    height: 0;
    width: 100%;
    border: 12px solid transparent;
    border-top-color: #2b2f3a;
    z-index: -2;
    -webkit-transition: left .25s ease;
    -moz-transition: left .25s ease;
    -ms-transition: left .25s ease;
    -o-transition: left .25s ease;
    transition: left .25s ease;
}
#cIndicator {
    position: absolute;
    height: 0;
    width: 100%;
    border: 12px solid transparent;
    border-top-color: #2b2f3a;
    top: -12px;
    right: 100%;
    z-index: -2;
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    top: 70px;
    opacity: 0;
    -webkit-transition: opacity .3s ease, top .25s ease;
    -moz-transition: opacity .3s ease, top .25s ease;
    -ms-transition: opacity .3s ease, top .25s ease;
    -o-transition: opacity .3s ease, top .25s ease;
    transition: opacity .3s ease, top .25s ease;
    z-index: 1000;
}
#cssmenu ul ul ul {
    top: 37px;
    padding-left: 5px;
}
#cssmenu ul ul li {
    position: relative;
}
#cssmenu > ul > li:hover > ul {
    left: auto;
    display: block;
    top: 39px;
    opacity: 1;
    box-shadow: 0px 0px 8px 0px #ccc;
}
#cssmenu.align-right > ul > li:hover > ul {
    left: auto;
    display: block;
    right: 0;
    opacity: 1;
}
#cssmenu ul ul li:hover > ul {
    left: -270px;
    display: block;
    top: 0;
    opacity: 1;
    box-shadow: 0px 0px 8px 0px #ccc;
}
#cssmenu.align-right ul ul li:hover > ul {
    left: auto;
    right: 170px;
    top: 0;
    opacity: 1;
    padding-right: 5px;
}
#cssmenu ul ul li a {
    min-width: 270px;
    border-bottom: 1px solid #f5f5f5;
    padding: 15px 12px;
    font-size: 11px;
    font-weight: 900;
    color: #8a8a8a;
    background: #ffffff;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
#cssmenu.align-right ul ul li a {
    text-align: right;
}
#cssmenu ul ul li:hover > a {
    background: #f3f3f3;
    color: #000000;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
    border-bottom: 0;
}
#cssmenu > ul > li > ul::after {
    content: '';
    border: 6px solid transparent;
    width: 0;
    height: 0;
    border-bottom-color: #ffffff;
    position: absolute;
    top: -12px;
    left: 220px;

}
#cssmenu.align-right > ul > li > ul::after {
    left: auto;
    right: 30px;
}
#cssmenu ul ul li.has-sub::after {
    border: 4px solid transparent;
    border-left-color: #9ea2a5;
    right: 10px;
    top: 12px;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub::after {
    border-left-color: transparent;
    border-right-color: #9ea2a5;
    right: auto;
    left: 10px;
}
#cssmenu ul ul li.has-sub:hover::after {
    border-left-color: #ffffff;
    right: -5px;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
#cssmenu.align-right ul ul li.has-sub:hover::after {
    border-right-color: #ffffff;
    border-left-color: transparent;
    left: -5px;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        width: auto;
    }
    #cssmenu.align-center ul {
        text-align: left;
    }
    #cssmenu.align-right > ul > li {
        float: none;
    }
    #cssmenu ul {
        width: auto;
    }
    #cssmenu .submenuArrow,
    #cssmenu #indicatorContainer {
        display: none;
    }
    #cssmenu > ul {
        height: auto;
        display: block;
    }
    #cssmenu > ul > li {
        float: none;
        display: block;
    }
    #cssmenu li,
    #cssmenu > ul > li {
        display: none;
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul,
    #cssmenu ul > li:hover > ul,
    #cssmenu ul ul > li:hover > ul,
    #cssmenu.align-right ul ul,
    #cssmenu.align-right ul ul ul,
    #cssmenu.align-right ul > li:hover > ul,
    #cssmenu.align-right ul ul > li:hover > ul {
        position: relative;
        left: auto;
        top: auto;
        opacity: 1;
        padding-left: 0;
        padding-right: 0;
        right: auto;
    }
    #cssmenu ul .has-sub::after {
        display: none;
    }
    #cssmenu ul li a {
        padding: 12px 20px;
    }
    #cssmenu ul ul li a {
        border: 0;
        background: none;
        width: auto;
        padding: 12px;
        color: #fff;
    }
    #cssmenu.align-right ul ul li a {
        text-align: left;
    }
    #cssmenu ul ul li:hover > a {
        background: none;
        color: #8c9195;
    }
    #cssmenu ul ul ul a {
        padding: 8px 50px;
    }
    #cssmenu ul ul ul ul a {
        padding: 8px 65px;
    }
    #cssmenu ul ul ul ul ul a {
        padding: 8px 80px;
    }
    #cssmenu ul ul ul ul ul ul a {
        padding: 8px 95px;
    }
    #cssmenu > ul > #menu-button {
        display: block;
        cursor: pointer;
        width: 100%;
        display: inline-block;
        height: 40px;
    }
    #cssmenu #menu-button > a {
        padding: 14px 20px;
    }
    #cssmenu ul.open li,
    #cssmenu > ul.open > li {
        display: block;
    }
    #cssmenu > ul.open > li#menu-button > a {
        color: #fff;
        border-bottom: 1px solid rgba(150, 150, 150, 0.1);
    }
    #cssmenu ul ul::after {
        display: none;
    }
    #cssmenu #menu-button::after {
        display: block;
        content: '';
        position: absolute;
        height: 3px;
        width: 22px;
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        right: 20px;
        top: 15px;
        box-sizing: content-box;
    }
    #cssmenu #menu-button::before {
        display: block;
        content: '';
        position: absolute;
        height: 3px;
        width: 22px;
        border-top: 2px solid #ffffff;
        right: 20px;
        top: 25px;
        box-sizing: content-box;
    }
    #cssmenu ul.open #menu-button::after,
    #cssmenu ul.open #menu-button::before {
        border-color: #fff;
    }
}
#cssmenu li > a:not(:only-child):after {
    font-family: Fontawesome;
     content: '\f0d7'; /* add a little spacing so it's not right next to the text */
     font-size: 0.8rem; /* adjust font size so it looks better */
     vertical-align: middle; /* vertical align to middle */
    font-size: 15px;
    position: relative;
    top: 0px;
    left: -4px;
}
#cssmenu li ul li > a:not(:only-child):after {
    font-family: Fontawesome;
    content: '\f0d9'; /* add a little spacing so it's not right next to the text */
    font-size: 0.8rem; /* adjust font size so it looks better */
    vertical-align: middle; /* vertical align to middle */
    font-size: 15px;
    position: relative;
    top: 0px;
    left: -4px;
}
/************************************************end menu*/
/*************************************************header*/

.banner{
    max-width: 100%;
    margin-top: 10px;
}
.cat-main{
    padding:0px;
}
.index-main-container{
}
.seo-text{
    position: absolute;
    z-index: -1;
    color: #eeeff1;
}

.header{
    /*border-bottom: 1px solid #5cb85c;*/
    padding: 25px 0px;
}
.header .header-logo-container{
    /* color: black; */
    padding: 0;
}
.header .header-logo-container .logo{
    width: 335px;
    position: absolute;
    right: 0;
    top: -25px;
    padding: 0;
    max-width: 100%;
}
@media (max-width: 767px) {

    .header .header-logo-container .logo {
        width: 335px;
        position: static;
        right: 0px;
        top: -25px;
        padding: 0;
    }
    .header .header-logo-container ul {
         padding: 5px !important;
         margin: 0 !important;
         padding-top: 0px !important;
         padding-left: 0 !important;
         float: right !important;
     }
}


.header .header-logo-container ul{
    padding: 18px;
    margin: 0;
    padding-top: 0px;
    padding-left: 0;
}
.header .header-logo-container ul li{
    list-style: none;
    display: inline-block;
    font-size: 12px;
    margin-left: 0;
    margin-right: 15px;
}
.header .header-logo-container ul li a{
    color: #000;
}
.header .header-logo-container ul li a i{
    font-size: 11px;
    color: #828282;
}
.header .header-logo-container ul li a span{
    font-size: 11px;
}
.header .search-container{

}
.header .search-container .input-group{
    width:100%;
}
.header .user-search-container a{
    width: 100%;
    text-align: left;
    font-size: 10px;
    padding: 0;
    border: 0;
    border-radius: 0;
    display: inline-block;
    width: 100%;
    /* margin-top: 0px; */
}



.header .search-container input{
    padding: 19px;
}
.header .search-container button{
    padding: 9px;
}



.header .search-container .show-basket{
    float: left;
    border-radius: 0;
    font-size: 10px;
    width: 160px;
    padding: 9px;
}

.header .search-container .show-basket span.badge{
    font-size: 10px;
    background: #ffffff;
    border-radius: 2px;
    padding: 1px 5px;
    padding-top: 2px;
}
.header .search-container #Search_Box{
    padding: 0px 8px;font-size: 10px;
    padding: 0px 8px;
    font-size: 10px;
    width: calc(100% - 170px);
    border-radius: 0;
}




/***********************************************end header*/


/***********************************************search-container */
.user-search-container{
    height: 50vh;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: absolute;
    z-index: 10;
    background: #fff;
    box-shadow: 0px 0px 9px 1px #ccc;
    border: 1px solid #ebdbcf;
    display: none;
    z-index: 1000;
    max-width: 100vw;
}
.header .ajax_loader{
    display: none;
    position: absolute;
    top: 35px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 10;
}
.user-search-container .media{

}
.user-search-container .media a{
    width: 100%;
    text-align: right;
    font-size: 14px;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #000;
    display: inline-block;
    border-bottom: 1px solid rgba(204, 204, 204, 0.21);
}
.user-search-container .media .media-object{
    width: 50px;
    /* height: 60px; */
}
.user-search-container .media .media-body .media-heading{
    font-size: 9px;
    text-align: justify;
    line-height: 15px;
}
.user-search-container .media .media-body div{
    font-size: 9px;
    line-height: 25px;
    text-align: justify;
   /* border-bottom: 1px solid rgba(204, 204, 204, 0.24);*/
}
.product-result , .category-result , .news-result{
    border-left: 1px solid rgba(204, 204, 204, 0.2);
    padding-top: 20px;
}
/***********************************************end  search-container*/




/**********************************************footer*/
.footer-container{
   /* background:#fbfbfb;*/
}
.full {
    width: 100%;    
}
.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}
.footer {
    background: #ffffff;
    height: auto;
    position: relative;
    width: 100%;
    /* border-bottom: 1px solid #CCCCCC; */
    border-top: 1px solid #DDDDDD;
    /* display: inline-block; */
    width: 100%;
}
footer .slogan {
    text-align: center;
    background: #f0c042;
    padding: 15px;
   /* margin-top: 40px;*/
    margin-top: 0px;
 }
.footer p {
	margin: 0;
}
.footer img {
	max-width: 100%;
}

.secure-logo-container{
    line-height: 25px;
    text-align: justify;
}
.secure-logo-container img{
    width:110px;
    margin-top: 25px;
} 
.footer h3 {
    border-bottom: 1px solid #d8d8d8;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    padding: 10px 0 10px;
    /* text-transform: uppercase; */
}
.footer h3 i{
    color: #dcc076;
    font-size: 14px;
    /* font-weight: 600; */
    /* line-height: 25px; */
    padding: 10px 0 10px;
    /* text-transform: uppercase; */
    display: none;
}
.footer ul {
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    color: #7F8C8D;
    padding: 0px;
}
.footer ul li a {
    padding: 0 20px 5px 0;
    display: block;
    font-size: 9px;
    line-height: 20px;
    text-align: justify;
}
.footer ul li i {
    float: right;
    position: relative;
    top: 1px;
    font-size: 13px;
    /* margin-left: 4px; */
    color: #5cb85c;
    color: #dcc076;
    /* font-weight: 900; */
}
.footer a {
	color: #78828D;
}
.footer ul input[type="text"]{
    margin-bottom:10px;
    font-size:11px;
    border-radius: 0;
}
.footer .usefull-links a{

}
.footer .usefull-links a:before{
    font-family: Fontawesome;
    content: '\f104';
    position: absolute;
    right: 20px;
    font-size: 12px;
    color: #dcc076;
    /* font-weight: 900; */

}
.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.newsletter-box input#appendedInputButton {
	background: #FFFFFF;
	display: inline-block;
	float: left;
	height: 30px;
	clear: both;
	width: 100%;
}
.newsletter-box .btn {
    border: medium none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    /* height: 40px; */
    padding: 5px;
    width: 100%;
    color: #fff;
    font-size: 11px;
    text-align: center;
    font-size: 11px;
    padding: 6px;
    margin-bottom: 0;
    color: #ffffff;
    background-color: #dcc076;
    border-color: #eeeff1;
    border-radius: 0;
}
.newsletter-box .btn.active.focus,
.newsletter-box .btn:active.focus,
.newsletter-box .btn-success:active:focus,
.newsletter-box .btn-success:active:hover,
.newsletter-box .open>.dropdown-toggle.btn-success.focus,
.newsletter-box .open>.dropdown-toggle.btn-success:focus,
.newsletter-box .open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #b29c62;
    border-color: #255625;
}
.newsletter-box {
	overflow: hidden;
}
.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #B4B3B3;
}
ul.social-icons li {
    background-image: url(../images/mediasprites.png);
    background-repeat: no-repeat;
    background-color: #FFF;
    background-position: 0 100px;
    display: inline-block;
    margin: -1px 1px 5px 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
    transition: all .3s ease;
    box-shadow:0 0px 1px 0 rgba(0,0,0,0.3);
    -moz-border-radius: 100%;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-border-radius: 100%;
    -webkit-transition: all .3s ease;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
}
ul.social-icons li[class] a {
    text-indent: -9999px;
}
ul.social-icons li.facebook {
    background-position: 0 -121px;
}
ul.social-icons li.facebook:hover {
    background-position: 0 -151px;
}
ul.social-icons li.googleplus {
    background-position: 0 -301px;
}
ul.social-icons li.googleplus:hover {
    background-position: 0 -331px;
}
ul.social-icons li.twitter {
    background-position: 0 -1141px;
}
ul.social-icons li.twitter:hover {
    background-position: 0 -1171px;
}
ul.social-icons li.linkedin {
    background-position: 0 -541px;
}
ul.social-icons li.linkedin:hover {
    background-position: 0 -571px;
}
ul.social-icons li.youtube {
    background-position: 0 -1380px;
}
ul.social-icons li.youtube:hover {
    background-position: 0 -1410px;
}


footer .info-bar{
    display: inline-block;
    width: 100%;
    background: #eeeff1;
    color: #000;
    padding: 18px;
}
footer .info-bar .info-bar-slogan{
    font-size: 12px;
}
footer .info-bar .info-bar-slogan i{
    color: rgba(255, 136, 13, 0.95);
    margin-right: 10px;
    position: relative;
    top: 1px;
    font-size: 15px;
}


footer .info-bar ul{
    margin: 0;
    padding: 0;
    position: relative;
    top: 4px;
}
footer .info-bar ul li{
    display: inline-block;
    list-style: none;
    float: left;
    font-size: 12px;
    margin-left: 18px;
}
footer .info-bar ul li i{
    color: rgba(255, 136, 13, 0.95);
    float: left;
    margin-right: 10px;
    position: relative;
    top: -2px;
    font-size: 15px;
}
footer .info-bar ul li a{
    color: #000;
}


.footer-bottom {
    background: #ffffff;
    border-top: 1px solid #DDDDDD;
    font-size: 9px;
    /* margin-top: 10px; */
}
.footer-bottom p.pull-left {
	padding-top: 6px;
} 

footer .nav-pills>li>a {
    border-radius: 4px;
    color: #000;
	font-size: 9px;
}
footer #not_human{
    display: none;
}
footer .news-letter p{
    font-size: 10px;
    text-align: justify;
    line-height: 25px;
}

.copy-right{
    font-size:10px;
}
.copy-right .content{
    font-size:10px;
    padding:15px;
    margin:0;
}
.copy-right div{
    padding:7px;
}



.coming-soon{
    border-radius: 0;
    padding: 5px;
    font-size: 10px;
    min-width: 130px;
    position: relative;
    top: 25px;
}
/**********************************************end footer*/


/******************************************** banners */
.Main_Top_Banner{
    border-top: 10px solid #eeeff1;
    border-left: 10px solid #eeeff1;
}
.Main_Top_Banner a{

}
.Main_Top_Banner a img{
    width: 100%;
    height: 150px;
}

.Main_Content_Banner{
    border: 10px solid #eeeff1;
    border-bottom: 0px;
}
.Main_Content_Banner a{

}
.Main_Content_Banner a img{
    width: 100%;
    height: 150px;
}

.Main_Bottom_Banner{
    border: 10px solid #eeeff1;
    border-top: 0px;
}
.Main_Bottom_Banner a{

}
.Main_Bottom_Banner a img{
    /* height: 235px; */
    width: 100%;
    margin-bottom: 10px;
}

.Main_Side_Banner{

}
.Main_Side_Banner a{

}
.Main_Side_Banner a img{
    /* height: 235px; */
    width: 100%;
    margin-bottom: 10px;
}




.Category_Header_Banner{
    border-top: 10px solid #eeeff1;
    border-bottom: 10px solid #eeeff1;
}
.Category_Header_Banner a{

}
.Category_Header_Banner a img{
    width: 100%;
    height: 150px;
}

.Category_Content_Banner{
    border: 10px solid #ffffff;
}
.Category_Content_Banner a{

}
.Category_Content_Banner a img{
    width: 100%;
    height: 150px;
}

.Category_Bottom_Banner{
    display: inline-block;
    width: 100%;
    border: 30px solid #fff;
}
.Category_Bottom_Banner a{

}
.Category_Bottom_Banner a img{
    /* height: 235px; */
    width: 100%;
    margin-bottom: 10px;
}

.Category_Side_Banner{

}
.Category_Side_Banner a{

}
.Category_Side_Banner a img{

    /* height: 235px; */
    width: 100%;
    margin-bottom: 10px;
}

.Category_Side_Banner{

}
.Category_Side_Banner a{

}
.Category_Side_Banner a img{

}



.Blog_Content_Banner{
    border: 10px solid #ffffff;
    border-left: 33px solid #FFF;
    border-right: 33px solid #FFF;
}
.Blog_Content_Banner a{

}
.Blog_Content_Banner a img{

    width: 100%;
    height: 150px;
}

.Blog_Bottom_Banner{
    border: 10px solid #ffffff;
    border-left: 33px solid #FFF;
    border-right: 33px solid #FFF;
}
.Blog_Bottom_Banner a{

}
.Blog_Bottom_Banner a img{


    width: 100%;
    height: 150px;
}
.Blog_Side_Banner{

}
.Blog_Side_Banner a{

}
.Blog_Side_Banner a img{

    width: 100%;
    margin-bottom: 10px;
}

/******************************************** end banners */