/* Minification failed. Returning unminified contents.
(1571,1): run-time error CSS1019: Unexpected token, found '}'
 */
main .news_widget.inner_news .comments .comment_header .user_rates {
    text-align: right;
}

main .news_widget.inner_news .comments .users_comments .item .footer_comment .like_dislike_comment {
    text-align: right;
    direction: rtl;
}
main .news_widget.inner_news .comments .add_comment .rate_comment {
            text-align: right;
}

header .header-icons .language-selector.languages  .navbar-nav  li.dropdown .dropdown-menu{
    left: 0;
    right: auto;
}
.searchbox .searchbtn{
	right:0;
	left:auto;
}
@-webkit-keyframes login{
	from{
		right:auto;
		left:25%;
		opacity:0;
	}
	to{
		right:auto;
		left:0;
		opacity:1;
		}
}
@-moz-keyframes login{
	from{
		right:auto;
		left:25%;
		opacity:0;
	}
	to{
		right:auto;
		left:0;
		opacity:1;
		}
}
@keyframes login{
	from{
		right:auto;
		left:25%;
		opacity:0;
	}
	to{
		right:auto;
		left:0;
		opacity:1;
		}
}


body {
    background-image: url(/ThemeDefaultData/ArtStore/image/background.png)!important;
    background-position: top center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}

main {
    padding-bottom: 20px;
}

header {
    padding: 50px 0;
}

header .header_holder {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 130px;
}

header .logo_holder {
    position: absolute;
    left: 40px;
    top: 40px;
}

header .logo_holder h1{
    margin: 0;
    padding: 0;
}

header .logo_holder img {
    max-height: 60px;
    object-fit: contain;
    object-position: center;
}

header .menu_icon {
    position: fixed;
    top: 40px;
    right: 40px;
    z-index: 9999;
}

header .menu_icon svg {
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.hide_menu {
    -webkit-transform: translateY(-110%);
    -moz-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    -o-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.show_menu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.menu_holder {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 350px;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    z-index: 99999;
	background:#333;
	box-shadow:0 2px 5px #ccc;
}
.menu_holder .navbar-collapse {
    padding: 0;
}

#Close {
    position: absolute;
    top: 50px;
    right: 50px;
    height: 15px;
    cursor: pointer;
}

#Close path {
    fill: #000;
}

.menu_holder ul {
    float: none!important;
    margin: 100px auto;
    margin-left: auto!important;
}

.menu_holder li {
    list-style: none !important;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.menu_holder li.dropdown a:first-child:before {
    content: "\f123";
    position: absolute;
    left: 30px;
    top: 30%;
    font-family: "Ionicons";
    color: #fff;
    font-size: 1.2em;
}

.menu_holder li a {
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 18px;
    padding-right: 30px;
    padding: 20px 45px;
    z-index: 9;
    text-align: right
}

.menu_holder li a:hover,
.menu_holder li a:active {
    color: #fff;
    background-color: #666;
}

.menu_holder li.dropdown a:hover:before,
.menu_holder li.dropdown a:active:before {
    color: #fff;
    content: "\f126";
}


/*.menu_holder li:hover a,
.menu_holder li:active a {
    color: #fff;
}*/

.menu_holder li a.active {
    color: #6ff0d9;
}

.menu_holder li:first-child:hover,
.menu_holder li:first-child:active {
    background: transparent;
}

.menu_holder .navbar-nav>li.dropdown:hover>.dropdown-menu {
    max-height: 1000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.dropdown-menu {
    right: 0px!important;
    background-color: #eee;
    box-shadow: none;
    width: 100%!important;
    text-align: center;
    position: relative;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    z-index: 8;
    display: block;
    max-height: 0px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    margin: 0 auto!important;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu li:first-child {
    padding-top: 0px;
}

.dropdown-menu li a {
    color: #fff;
    padding: 15px;
    padding-right: 45px;
    text-align: right;
    background-color: #999;
}

.dropdown-menu li:last-child a {
    border-bottom: 0px;
}

.dropdown-menu li a:before {
    content: '';
    visibility: hidden;
}

header .header_content {
    padding: 0;
}

header .header_content .text_editbale_content h1,
header .header_content .text_editbale_content h2,
header .header_content .text_editbale_content h3 {
    line-height: normal;
    border-bottom: 0px;
    padding: 5px 20px;
    font-family: "IRANSANS BOLD";
    display: block;
}

.style_mode header .header_content .text_editbale_content h1.active_style_text_edit,
.style_mode header .header_content .text_editbale_content h2.active_style_text_edit,
.style_mode header .header_content .text_editbale_content h3.active_style_text_edit {
    border: 1px solid rgba(38, 166, 91, 1);
    cursor: pointer;
}

.style_mode header .header_content .text_editbale_content h1.active_style_text_edit:hover,
.style_mode header .header_content .text_editbale_content h2.active_style_text_edit:hover,
.style_mode header .header_content .text_editbale_content h3.active_style_text_edit:hover {
    background: rgba(38, 166, 91, 0.41);
}

header .header_content .text_editbale_content p {
    display: block;
}

header .header_content .text_editbale_content p,
header .header_content .text_editbale_content ul li,
header .header_content .text_editbale_content ol li {
    padding: 5px 20px;
}

.style_mode header .header_content .text_editbale_content p.active_style_text_edit,
.style_mode header .header_content .text_editbale_content ul li.active_style_text_edit,
.style_mode header .header_content .text_editbale_content ol li.active_style_text_edit {
    border: 1px solid rgba(38, 166, 91, 1);
    cursor: pointer;
}

.style_mode header .header_content .text_editbale_content p.active_style_text_edit:hover,
.style_mode header .header_content .text_editbale_content ul li.active_style_text_edit:hover,
.style_mode header .header_content .text_editbale_content ol li.active_style_text_edit:hover {
    background: rgba(38, 166, 91, 0.41);
}

.text_widget {
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 0 15px;
    position: relative;
    border: 1px solid tranparent;
    min-height: 100px;
}

.text_editbale_content h1,
.text_editbale_content h2,
.text_editbale_content h3 {
    padding: 5px 20px;
    border: 1px solid transparent;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px
}


/* login styles */
header {
	position:relative;
	padding:0;
}
header .header_holder{
	position:relative;
}
header .header-icons{
    position: absolute;
    z-index: 10;
    padding: 5px 30px;
    right: 70px;
    top: 45px;
 }
header .header-icons .user_login{
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    position: relative;
    width: auto;
	background:transparent;
	box-shadow:none;
	-webkit-transform:none;
	-moz-transform:none;
	transform:none;
}
header .header-icons .user_login svg{
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}
header .header-icons .user_login .login_register .username{
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
	text-decoration:none;
}
header .header-icons .user_login .login_register{
    display:  inline-block;
    vertical-align:  middle;
    padding: 0 5px;
    float:  none !important;
	margin:auto;
}
header .header-icons .user_login .login_register li{
    list-style-type:  none;
    padding: 0 3px;
    float:  none !important;
    display:  inline-block;
    width: auto;
    vertical-align:  middle;
}
header .header-icons .user_login .login_register li a{
    font-size: 12px;
    text-decoration:none;
    padding:  0;
    margin:  0;
    border: 0;
    background:transparent !important;
}
header .header-icons .user_login .login_register li:hover a[href]{
	opacity:0.5;
}
header .header-icons .shopping_basket{
    display: inline-block;
    position: relative;
    margin: 0 10px;
    vertical-align: middle;
}
header .header-icons .shopping_basket svg{
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}
header .header-icons .shopping_basket .num{
    position:  absolute;
    left: -5px;
    top: 0;
    background:  #f00;
    padding: 1px 3px;
    font-size: 10px;
    color: #fff;
    border-radius: 3px;
}
header .header-icons .language-selector {
	display: inline-block;
	vertical-align: middle;
    position: relative;
    width: auto;
	background:transparent;
	box-shadow:none;
	-webkit-transform:none;
	-moz-transform:none;
	transform:none;
	}

header .header-icons .language-selector ul{
    list-style: none;
    display: inline-block;
    padding: 0;
	margin:0;
}
header .header-icons .language-selector .navbar-nav li {
    display: inline-block;
    vertical-align: middle;
	float:none !important;
	}
header .header-icons .language-selector .navbar-nav li a {
    padding: 0 7px;
    margin-right: 0!important;
    text-decoration: none;
    font-size: 12px!important;
}
header .header-icons .language-selector .navbar-nav li:hover a{
	background:transparent;
	opacity:0.5;
}
header .header-icons .language-selector .navbar-nav>li>a.active {
    border: 0;
}
/* end */

header .search{
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	padding-right:15px;
}
header .search .fa{
	font-size:18px;
	vertical-align:middle;
	}
/* wish list */
.wishlist{
    display: inline-block;
    vertical-align: middle;
    margin-top: 30px;
    text-decoration: none!important;
    padding: 10px 45px 10px 15px;
    border: solid 1px #eee;
    position: relative;
    overflow: hidden;
}
.wishlist .fa{
    color: #333;
    vertical-align: middle;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.wishlist .fa-heart{
	top:100%;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}
.wishlist:hover .fa-heart-o,
.wishlist.active .fa-heart-o{
	top:-100%;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}
.wishlist:hover .fa-heart,
.wishlist.active .fa-heart{
	top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wishlist span{
    font-size:  12px;
    color: #999;
    display:  inline-block;
    vertical-align:  middle;
}
/* end */

.product_widget figure {
    position: relative;
}

.product_widget figure:hover .overlay_desc {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.product_widget .thumbnail {
    border: 0;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
}

.product_widget .overlay_desc {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: rgba(0, 193, 132, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.product_widget .overlay_desc:after {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    border: 2px solid #fff;
}

.product_widget .overlay_inner {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 15px);
    z-index: 99;
}

.product_widget .overlay_inner a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.product_widget .caption {
    padding-top: 5px;
    border-top: 2px solid #ddd;
    float: right;
    width: 100%;
}

.product_widget .caption h3 {
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
}

.product_widget .caption .orginal_price {
	display:inline-block;
    vertical-align: top;
    margin: 5px 0;
    font-weight: normal;
    color: #39dba7;
    font-size: 14px;
}
.product_widget  #ProductItem figure{
	padding-bottom:15px;
}
.product_widget .caption .discount_price {
	display:inline-block;
    vertical-align: top;
    margin: 5px 0;
    font-weight: normal;
    color: #D91E18;
    font-size: 14px;
}


.gallery_widget,
.product_widget,
.project_widget,
.news_widget,
.feature_widget,
.team_widget,
.about_widget,
.contact_widget {
    margin-top: 25px;
}

.footer {
    padding: 20px;
    border-top: 1px solid #EEEEEE;
    position: relative;
    display: block;
    height: auto;
    margin-bottom: 0!important;
}

.fixfooter .footer{
    bottom: 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer .container {
    position: relative;
}

.footer ul {
    text-align: center;
    padding-right: 0px;
    padding-left: 0;
    padding-right: 0;
}

.footer ul>li {
    display: inline-block;
    list-style: none;
    padding: 0 15px;
}

.footer ul li a {
    height: 20px;
    text-decoration: none;
    color: #444;
}

.footer ul li a.Facebook:before {
    content: "\f231";
    font-size: 1.5em;
    font-family: "Ionicons";
}

.footer ul li a.Twitter:before {
    content: "\f243";
    font-size: 1.5em;
    font-family: "Ionicons";
}

.footer ul li a.Google:before {
    content: "\f235";
    font-size: 1.5em;
    font-family: "Ionicons";
}

.footer ul li a.Tumblr:before {
    content: "\f241";
    font-size: 1.5em;
    font-family: "Ionicons";
}

.footer ul li a.LinkedIn:before {
    content: "\f239";
    font-size: 1.5em;
    font-family: "Ionicons";
}

.footer ul li a.Instagram:before {
    content: "\f351";
    font-size: 1.5em;
    font-family: "Ionicons";
}

.footer ul li a.Pinterest:before {
    content: "\f2b1";
    font-size: 1.5em;
    font-family: "Ionicons";
}

.footer ul li a.YouTube:before {
    content: "\f24d";
    font-size: 1.5em;
    font-family: "Ionicons";
}

.footer ul li a.Telegram:before {
    content: "\f2c3";
    font-size: 1.5em;
    font-family: "Ionicons";
}

.footer ul li a.ResearchGate:before,
.footer ul li a[class="Google Scholar"]:before {
    content: "\f1fe";
    font-size: 1.5em;
    font-family: "Ionicons";
}

.footer .copy_right {
    display: block;
    text-align: center;
    color: #444;
    margin-top: 30px;
    margin-bottom: 0;
}

.pagination_holder {
    text-align: center;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pagination>li>a,
.pagination>li>span {
    color: #222;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #222;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #222;
    border-color: #222;
}

.gallery_more_btn,
.product_more_btn,
.news_more_btn,
.project_more_btn {
    display: table!important;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #999;
    padding: 10px 30px;
    color: #222;
    clear: both;
    text-decoration: none!important;
    float: none!important;
    width: auto!important;
}

.gallery_more_btn:hover,
.product_more_btn:hover,
.news_more_btn:hover,
.project_more_btn:hover {
    background-color: #222!important;
    color: #fff!important;
    border: 1px solid #222;
    text-decoration: none;
}

.send_mail_success {
    float: left;
    background: #1BBC9B;
    border: 0px;
    color: #fff!important;
    font-size: 13px!important;
    padding: 10px 40px;
    border-radius: 4px;
    display: none;
}

.send_mail_error {
    float: left;
    background: #D91E18;
    border: 0px;
    color: #fff!important;
    font-size: 13px!important;
    padding: 10px 40px;
    border-radius: 4px;
    display: none;
}

@media(max-width: 768px) {
    header {
        padding-bottom: 0;
        padding-top: 15px;
    }
    header .header_holder{
        position: relative;
    }
    header .header_content .text_editbale_content h1,
    header .header_content .text_editbale_content h2,
    header .header_content .text_editbale_content h3 {
        font-size: 1.8em!important;
    }
    header .header_content .text_editbale_content p,
    header .header_content .text_editbale_content ul li,
    header .header_content .text_editbale_content ol li {
        font-size: 16px!important;
        line-height: normal;
    }
    .text_widget {
        margin-bottom: 0px;
    }
    header .menu_icon{
        right: 15px;
        top: 30px;
        position: absolute;
    }
    header .logo_holder{
        top: 15px;
    }
    header .menu_icon svg{
        border-radius: 4px;
    }
    .menu_holder {
        width: auto;
        left: 0!important;
        right: 0!important;
        top: 0;
        bottom: 0;
    }
    .menu_holder ul{
        margin: 50px auto;
    }
    .menu_holder li a{
        text-align: center;
    }
    .menu_holder .navbar-collapse {
        display: block!important;
        box-shadow: none!important;
		margin-top:45px;
    }
	#Close {
    top: 45px;
    right: 30px;
	}
    .lb-dataContainer{
        display: none!important;
    }
	.menu_holder.language-selector {
    right: auto !important;
    left: auto !important;
	}
	header .header-icons{
		top:35px;
		z-index: 10000;
	}
    main {
        padding-bottom: 0;
    }
    .footer{
        padding: 20px 0!important;
    }
    .footer ul{
        margin-top: 0;
    }
    footer .copy_right {
        margin-bottom: 0;
    }
}
@media (max-width:650px){
	
header .header-icons {
    top: 0;
    right: 0;
    padding: 0 15px;
}
}

/* news details styles */


@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 25%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 25%, 0);
        transform: translate3d(0, 25%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@-moz-keyframes fadeInUp {
    from {
        opacity: 0;
        -moz-transform: translate3d(0, 25%, 0);
        transform: translate3d(0, 25%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}
.inner_news {
    
    position: relative;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
	margin-bottom:30px;
}
.nw_new .nw_nw {
    background: #fbfbfb;
    padding: 10px;
	margin:0;
}

.nw_new .title_nw {
    font-size: 18px;
    padding: 10px;
    background: #f3f3f3;
}

.nw_new .nw_nw .box {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 2px 5px #eee;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: flex;
}

    .nw_new .nw_nw .box:hover {
        box-shadow: 0 2px 5px #cacaca;
    }

    .nw_new .nw_nw .box:last-child {
        margin-bottom: 0;
    }

    .nw_new .nw_nw .box .nwnw_img {
        display: block;
        overflow: hidden;
        position: relative;
        width: 30%;
        float: right;
        height: 56px;
    }

    .nw_new .nw_nw .box:hover .nwnw_img .overlay {
        opacity: 1;
    }

    .nw_new .nw_nw .box .nwnw_img .overlay {
        position: absolute;
        background-color: rgba(212, 93, 92, 0.46);
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        z-index: 1;
        opacity: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .nw_new .nw_nw .box:hover .nwnw_img .overlay {
        opacity: 1;
    }

    .nw_new .nw_nw .box .nwnw_img img {
        width: 100%;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        object-fit: cover;
        object-position: center;
        min-height: 100%;
        max-height: 100%;
    }

    .nw_new .nw_nw .box:hover .nwnw_img img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        transform: scale(1.05);
    }

    .nw_new .nw_nw .box .nwnw_cnt {
        display: block;
        padding: 10px;
        font-size: 12px;
        color: #333;
        width: 70%;
        float: right;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        height: 45px;
        overflow: hidden;
    }

        .nw_new .nw_nw .box .nwnw_cnt:hover {
            color: #000;
        }

.nw_cnt {
    padding: 0;
}

    .nw_cnt .news_img {
        position: relative;
        margin-bottom: 30px;
    }

        .nw_cnt .news_img a img {
            width: 100%;
        }

    .nw_cnt .news_content {
        position: relative;
        line-height: normal;
    }

        .nw_cnt .news_content .text {
            color: #5f5f5f;
            padding-top: 15px;
            text-align: justify;
            border: 0;
        }

        .nw_cnt .news_content .time {
            padding-top: 15px;
            border-top: solid 1px #eee;
            margin-top: 30px;
            font-size: 13px;
            color: #999;
            padding-bottom: 15px;
            border-bottom: solid 1px #eee;
            float: right;
            width: 100%;
            position: relative;
        }

            .nw_cnt .news_content .time p {
                width: 25%;
                float: right;
                padding-top: 10px;
                padding-bottom: 10px;
                padding: 10px;
            }

            .nw_cnt .news_content .time .author {
                border-left: solid 1px #e4e4e4;
            }

            .nw_cnt .news_content .time .source {
                border-left: solid 1px #e4e4e4;
            }

                .nw_cnt .news_content .time .source a {
                    color: #003669;
                    padding-right: 10px;
                }

            .nw_cnt .news_content .time .t_d {
                border-left: solid 1px #e4e4e4;
            }

                .nw_cnt .news_content .time .t_d span {
                    display: inline-block;
                    padding: 0 10px;
                }

            .nw_cnt .news_content .time .share_btn {
                padding: 0 10px;
                width: 25%;
                float: right;
            }

                .nw_cnt .news_content .time .share_btn .full {
                    display: inline-block;
                    background: #eee;
                    color: #999;
                    border-radius: 5px;
                    -webkit-transition: all .2s ease-in-out;
                    -moz-transition: all .2s ease-in-out;
                    -o-transition: all .2s ease-in-out;
                    transition: all .2s ease-in-out;
                    cursor: pointer;
                }

                    .nw_cnt .news_content .time.showbtn .full, .nw_cnt .news_content .time .share_btn .full:hover {
                        box-shadow: 0 2px 1px #ccc;
                        background: #555;
                        color: #fff;
                    }

                    .nw_cnt .news_content .time .share_btn .full .fa-share-alt {
                        vertical-align: middle;
                        padding: 10px 15px;
                        font-size: 14px;
                        border-left: solid 1px #d4d4d4;
                    }

                .nw_cnt .news_content .time .share_btn span {
                    display: inline-block;
                    vertical-align: middle;
                    padding: 10px 15px;
                    font-size: 12px;
                }


.share_box {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    left: 0;
    top: -65px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 5px #dedede;
    direction: ltr;
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    -moz-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
    z-index: -1;
}

    .share_box:after, .share_box:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .share_box:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #fff;
        border-width: 10px;
        margin-left: -10px;
    }

    .share_box:before {
        border-color: rgba(204, 204, 204, 0);
        border-top-color: #ccc;
        border-width: 12px;
        margin-left: -12px;
    }

    .share_box a {
        line-height: normal;
        display: inline-block;
        padding: 0;
        font-size: 15px;
        width: 35px;
        height: 35px;
        border-radius: 100%;
        color: #fff;
        margin: auto 3px;
        text-align: center;
    }

        .share_box a .fa {
            vertical-align: middle;
            height: 35px;
            border-radius: 100%;
            padding-top: 10px;
        }

        .share_box a.facebook {
            background: #3b5998;
        }

        .share_box a.whatsapp {
            background: #25d366;
        }

        .share_box a.twitter {
            background: #55acee;
        }

        .share_box a.google_plus {
            background: #dd4b39;
        }

        .share_box a.youTube {
            background: #ff0000;
        }

        .share_box a.linkedin {
            background: #007bb5;
        }

        .share_box a.instagram {
            background: #e95950;
        }

        .share_box a.pinterest {
            background: #cb2027;
        }

        .share_box a.tumblr {
            background: #32506d;
        }

        .share_box a.telegram {
            background: #0088cc;
        }

.nw_cnt .news_content .time.showbtn .share_btn .full .share_box {
    z-index: 1;
    -moz-animation-name: fadeInUp;
    -moz-animation-duration: 0.5s;
    -moz-animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

.inner_news .news_content .news_tags_holder {
    padding-top: 15px;
    width: 100%;
    float: right;
    position: relative;
    right: 0;
    margin: 0;
}

.news_tags_holder .tag_title {
    font-size: 15px;
    color: #888;
    float: right;
    vertical-align: middle;
    padding: 2px 15px;
    margin: 5px;
    padding-right: 0;
}

.inner_news .news_content .news_tags_holder .news_tags {
    margin-top: 10px;
    float: right;
    margin: 0;
}

    .inner_news .news_content .news_tags_holder .news_tags li {
        float: right;
        padding: 2px 15px;
        background: #f3f3f3;
        color: #9a9a9a;
        font-size: 12px;
        margin: 5px;
        border-radius: 0;
    }

@media (max-width: 992px) {
	.clearfix{
		display:none;
	}
    .nw_new {
        left: auto;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .nw_cnt {
        right: auto;
        margin-bottom: 30px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .nw_new .nw_nw .box .nwnw_cnt {
        height: 140px;
    }

    .nw_new .nw_nw .box .nwnw_img {
        height: 150px;
    }
    .nw_cnt .news_content .time p,
    .nw_cnt .news_content .time .share_btn {
        width:100%;
        position:relative;
    }
    .share_box {
    right: 0;
    left: auto;
}
    
.block_hidden{
	display:none;
}
}

@media (max-width: 767px) {
    .nw_cnt .news_content .time p {
        float: none;
        width: 100%;
        border: 0 !important;
    }

    .nw_cnt .news_content .title {
        font-size: 16px;
    }

    .nw_cnt .news_content .time .t_d span {
        padding: 5px 0 0 10px;
    }
}

@media (max-width: 650px) {
    .nw_new .nw_nw .box .nwnw_cnt {
        height: 70px;
    }

    .nw_new .nw_nw .box .nwnw_img {
        height: 80px;
    }

    .nw_cnt .news_content .time {
        display: block;
    }

        .nw_cnt .news_content .time p {
            float: none;
            width: 100%;
            border: 0 !important;
        }

    body.inner_page .news_widget .box a .content .title,
    body.inner_page .news_widget .box a .content .text,
    body.inner_page .news_widget .box .newsimage img {
        min-height: auto;
    }

    body.inner_page .news_widget .box .newsimage {
        height: auto;
    }

    .nw_cnt .news_content .time .share_btn {
        width: 100%;
        position: relative;
    }

    .nw_cnt .news_content .time.showbtn .share_btn .full .share_box {
        right: 0;
        top: -80px;
        width: 100%;
    }

    .share_box:after, .share_box:before {
        left: 90%;
    }
}
/* end */

/* product category list */
main .product_widget .categorylist .total ul{
	padding:0;
	text-align:inherit;
}
main .product_widget  #ProductItem {
    text-align: inherit;
}
main .product_widget .productitems .product_holder{
	text-align:center;;
}
/* end */
/* news catehory */
#NewsItem #ArticleItem {
    padding: 10px 0;
}
/* end */

/* video gallery */
#GalleryItem  .video-preview:hover .gallery-item-inner .overlay,
#GalleryItem  .linkpage:hover .gallery-item-inner .overlay{
	opacity:0;
}
main .gallery_widget .video-preview .galleryicon,
main .gallery_widget .linkpage .linkicon{
	top:50%;
	right:0;
	left:0;
	width:auto;
	height:auto;
	background:transparent;
	margin:auto;
	text-align:center;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
	font-size:60px;
}
main .gallery_widget .linkpage .linkicon{
	font-size:40px;
}
/* end */
header .logo_holder{
    left: auto;
    right: 15px;
}

header .menu_icon{
    right: auto;
    left: 15px;
}

.menu_holder{
    right: auto;
    left: 0;
}

#Close{
    right: auto;
    left: 50px;
}

.menu_holder li a{
    text-align: left;
}
.lb-data .lb-caption{
    text-align: left;
}

.Contact2 form, .Contact3 form{
    text-align: left;
}

.inner_product h2{
    text-align: left;
}

.inner_product .orginal_price{
    float: left;
    margin-left: 0;
    margin-right: 15px;
}

.inner_product .discount_price{
    float: left;
}

.inner_project .project_tags_holder{
    right: auto;
    left: 15px;
    text-align: left;
}

.inner_project .project_tags{
    text-align: left;
    padding-left: 20px;
}

header .header-icons {
    left: 70px;
    right: auto;
}
header .search{
	padding-left:15px;
	padding-right:0;
}
@media(max-width: 768px){
    .menu_holder li a{
        text-align: center;
    }
}


@media (max-width:650px){
	header .header-icons {
    left: 0;
    right: auto;
}
}
}

/* news details ltr styles */
.nw_cnt .news_content .time p {
    float: left;
}

.nw_cnt .news_content .time .share_btn {
    float: left;
}

.nw_cnt .news_content .time .author {
    border-right: solid 1px #e4e4e4;
    border-left: 0;
}

.nw_cnt .news_content .time .source {
    border-right: solid 1px #e4e4e4;
    border-left: 0;
}

    .nw_cnt .news_content .time .source a {
        padding-right: 10px;
        padding-right: 0;
    }

.nw_cnt .news_content .time .t_d {
    border-right: solid 1px #e4e4e4;
    border-left: 0;
}

.share_box {
    right: 0;
    left: auto;
}

.nw_cnt .news_content .time .share_btn .full .fa-share-alt {
    border-right: solid 1px #d4d4d4;
    border-left: 0;
}

.inner_news .news_content .news_tags_holder .news_tags {
    float: left;
    text-align: left;
    padding:0;
}

    .inner_news .news_content .news_tags_holder .news_tags li {
        float: left;
    }

.news_tags_holder .tag_title {
    float: left;
    padding-left:0;
    padding-right:15px;
}
@media(max-width: 992px) {
    .share_box {
    right: auto;
    left: 0;
}
}
@media(max-width: 650px) {
.share_box:after, .share_box:before {
    left: auto;
    right: 90%;
}
}

/* end */


main .product_widget .product_details .otheroption {
    left: auto;
    right: 30px;
}
main .product_widget .product_details .otheroption .share_btn .full .share_box {
    left: -50%;
    right: auto;
}

main .product_widget .product_details .breadcrumb ul li a:before {
    content: "\f105";
    right: -5px;
    left: auto;
}

main .product_widget .product_details .atributies .atrbox .text {
    float: left;
    border-left: 0;
    border-right: solid 1px #f3f2f2;
}

main .product_widget .product_details .atributies .atrbox .num {
    float: left;
}

main .product_widget .product_details .wishlist {
    padding: 10px 15px 10px 45px;
}

    main .product_widget .product_details .wishlist .fa {
        left: 15px;
        right: auto;
    }

main .product_widget .product_details .next-prev-project .next {
    float: left;
}

    main .product_widget .product_details .next-prev-project .next .fa:before {
        content: "\f104";
    }

main .product_widget .product_details .next-prev-project .prev {
    float: right;
}

    main .product_widget .product_details .next-prev-project .prev .fa:before {
        content: "\f105";
    }
/* End */
@media (max-width: 992px) {
}

@media (max-width: 767px) {
    main .product_widget .product_details .otheroption .share_btn .full .share_box {
        top: 100%;
        right: 0;
        left: auto;
    }
}

/* end */

main .product_widget .categorylist .cattitle:before{
    left: 0;
    right: auto;
	}
main .product_widget .categorylist ul li .fa {
    left: 0;
    right: auto;
}
	main .product_widget .categorylist ul li.child .fa{
		left:15px;
		right:auto;
	}
main .product_widget .categorylist ul li label {
    right: 15px;
    left: auto;
}
	main .product_widget .categorylist ul li.child a:before {
    right: auto;
	left:-10px;
}
	main .product_widget .categorylist ul li.child .fa{
		right:auto;
		left:25px;
	}
/* product category */
main .product_widget .categorylist .total {
    border: solid 1px #e9e9e9;
    max-height: 100vh;
    overflow-y: auto;
    padding: 15px;
}

main .product_widget .categorylist::-webkit-scrollbar {
    width: 3px;
}

main .product_widget .categorylist::-webkit-scrollbar-thumb {
    background-color: #d4d4d4;
}

main .product_widget .categorylist .cattitle {
    padding: 15px 0;
    display: inline-block;
    vertical-align: middle;
    /* border-bottom: solid 1px #d4d4d4; */
    /* background: #f9f9f9; */
    position: relative;
    margin-bottom: 15px;
}

    main .product_widget .categorylist .cattitle:before {
        position: absolute;
        content: "";
        bottom: 0;
        width: 60%;
        height: 1px;
        background: #333;
        right: 0;
    }
    main .product_widget .categorylist ul li {
        list-style-type: none;
        display: block;
        padding: 15px;
        color: #999;
        position: relative;
        overflow: hidden;
        /* border-bottom: solid 1px #d4d4d4; */
        position: relative;
        overflow: hidden;
    }
main .product_widget .categorylist ul li.active{
	color:#333;
}
        main .product_widget .categorylist ul li .fa {
            display: inline-block;
            vertical-align: middle;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 50%;
            margin-top: -7.5px;
            right: 0;
            cursor: pointer;
			display:none;
        }
main .product_widget .categorylist ul li.active .fa {
	display:block;
}
        main .product_widget .categorylist ul li a {
            display: inline-block;
            vertical-align: middle;
            padding: 0 10px;
			color:#999;
        }
main .product_widget .categorylist ul li.active a{
	color:#333;
	}
	
	main .product_widget .categorylist ul li.child{
		padding:15px 40px;
	}
	main .product_widget .categorylist ul li.child a{
		color:#ccc;
	}
	main .product_widget .categorylist ul li.child a:before {
    position: absolute;
    content: "";
    right: -10px;
    width: 10px;
    height: 1px;
    background: #999;
    top: 50%;
}
main .product_widget .categorylist ul li.active.child a:before {
	display:none;
}
	main .product_widget .categorylist ul li.active.child a{
		color:#333;
	}
	main .product_widget .categorylist ul li.child .fa{
		right:25px;
	}
        main .product_widget .categorylist ul li label {
            vertical-align: middle;
            margin: 0;
            padding: 0;
            font-size: 10px;
            color: #999;
            position: absolute;
            top: 50%;
            margin-top: -7.5px;
            left: 15px;
        }
@media (max-width:767px) {
    main .product_widget .categorylist {
        margin-bottom: 30px;
    }
    .inner_page main .product_widget .box {
        padding-left:0;
        padding-right:0;
    }
    main .product_widget .fullbox .image,
    main .product_widget .fullbox .image img {
        height:auto !important;
    }
}
/* end */
main .product_widget #ProductItem .overlay {
    text-align: center;
}

/* news category */
main .nw_cnt{
	padding:0 15px;
}
main .news_widget .categorylist .cattitle {
    padding: 15px;
    border: solid 1px #f9f9f9;
    background: #f9f9f9;
    margin-bottom: 10px;
}

main .news_widget .categorylist .cattitle {
    padding: 15px;
    border: solid 1px #f9f9f9;
    background: #f9f9f9;
    margin-bottom: 10px;
}

main .news_widget .categorylist .total > ul {
    max-height: 100vh;
    overflow-y: auto;
}

    main .news_widget .categorylist .total > ul::-webkit-scrollbar {
        width: 3px;
    }

    main .news_widget .categorylist .total > ul::-webkit-scrollbar-thumb {
        background-color: #d4d4d4;
    }

main .news_widget .categorylist ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 10px;
    border: solid 1px #e9e9e9;
}

    main .news_widget .categorylist ul li a {
        display: block;
        padding: 15px;
        color: #333;
        position: relative;
        overflow: hidden;
    }

main .news_widget .categorylist ul li.active> a,
main .news_widget .categorylist ul li.active> .childicon a {
    color: #ccc
}
main .news_widget .categorylist li.child ul li {
    margin: 0;
    border: 0;
    border-bottom: solid 1px #e9e9e9;
}
main .news_widget .categorylist li.child ul li:last-child{
    border:0;
}

    main .news_widget .categorylist li.child ul li:last-child {
        margin-bottom: 15px;
    }


main .news_widget .categorylist ul li a:hover {
    color: #ccc;
}

    main .news_widget .categorylist ul li.child > .childicon a {
        display: inline-block;
        vertical-align: middle;
    }

main .news_widget .categorylist ul li a span {
    display: inline-block;
    vertical-align: middle;
}

main .news_widget .categorylist ul li .childicon {
    position: relative;
    overflow: hidden;
}

main .news_widget .categorylist ul li .showicon {
    position: absolute;
	overflow:hidden;
    left: 0;
    top: 0;
    height: 100%;
    width: 30px;
    z-index: 12;
    cursor: pointer;
}

    main .news_widget .categorylist ul li .showicon .fa {
		font-size:20px;
        position: absolute;
        right: 0;
        left: 0;
		text-align:center;
        margin: auto;
        top: 50%;
		-webkit-transform:translateY(-50%);
		-moz-transform:translateY(-50%);
		transform:translateY(-50%);
        -webkit-transition: all cubic-bezier(0.42, 0, 0.58, 1) 0.5s;
        -moz-transition: all cubic-bezier(0.42, 0, 0.58, 1) 0.5s;
        -o-transition: all cubic-bezier(0.42, 0, 0.58, 1) 0.5s;
        transition: all cubic-bezier(0.42, 0, 0.58, 1) 0.5s;
    }
	main .news_widget .categorylist ul li.open > .childicon .showicon .fa{
		-webkit-transform:translateY(-50%) rotate(180deg);
		-moz-transform:translateY(-50%) rotate(180deg);
		transform:translateY(-50%) rotate(180deg);
	}
main .news_widget .categorylist ul li > ul {
    padding: 0 15px;
    position: relative;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all cubic-bezier(0.42, 0, 0.58, 1) 0.5s;
    -moz-transition: all cubic-bezier(0.42, 0, 0.58, 1) 0.5s;
    -o-transition: all cubic-bezier(0.42, 0, 0.58, 1) 0.5s;
    transition: all cubic-bezier(0.42, 0, 0.58, 1) 0.5s;
}

main .news_widget .categorylist ul li.open > ul {
    max-height:100vh;
}

main .news_widget.inner_news .breadcrumb {
    padding: 15px;
    margin-bottom: 15px;
    background: transparent;
	position:relative;
	z-index:0;
}

    main .news_widget.inner_news .breadcrumb ul {
      padding: 15px 0;
    border: solid 1px #eee;
	margin:0 auto;
    }

        main .news_widget.inner_news .breadcrumb ul li {
            display: inline-block;
            vertical-align: middle;
        }

            main .news_widget.inner_news .breadcrumb ul li a {
                font-size: 12px;
                display: block;
                padding: 5px 15px;
                color: #999;
                position: relative;
				text-decoration:none !important;
                transition: all 0.3s;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
            }

            main .news_widget.inner_news .breadcrumb ul li:hover a {
                color: #333;
            }

            main .news_widget.inner_news .breadcrumb ul li a:before {
                position: absolute;
                content: "\f104";
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: 14px;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                left: -5px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                transform: translateY(-50%);
                vertical-align: middle;
            }

            main .news_widget.inner_news .breadcrumb ul li:last-child a:before {
                display: none;
            }

@media (max-width:767px) {
    .inner_page .news_widget .container {
        padding:0;
    }
    main .news_widget .categorylist {
        margin-bottom: 30px;
    }
}
/* end */


main .news_widget .categorylist ul li .showicon {
    left: auto;
    right: 0;
}
main .news_widget.inner_news .breadcrumb ul li a:before{
    content: "\f105";
	left:auto;
	right:-5px;
}

