/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimplegrid Framework          ||
|| # Copyright (C) 2010  Youjoomla.com. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/

@media (max-width: 767px) {
    body {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@font-face {
    font-family: 'bpg_nino_mtavruliregular';
    src: url('bpg_nino_mtavruli_normal-webfont.eot');
    src: url('bpg_nino_mtavruli_normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('bpg_nino_mtavruli_normal-webfont.woff2') format('woff2'),
         url('bpg_nino_mtavruli_normal-webfont.woff') format('woff'),
         url('bpg_nino_mtavruli_normal-webfont.ttf') format('truetype'),
         url('bpg_nino_mtavruli_normal-webfont.svg#bpg_nino_mtavruliregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bpg_nino_elite_roundregular';
    src: url('bpg_nino_elite_round-webfont.eot');
    src: url('bpg_nino_elite_round-webfont.eot?#iefix') format('embedded-opentype'),
         url('bpg_nino_elite_round-webfont.woff2') format('woff2'),
         url('bpg_nino_elite_round-webfont.woff') format('woff'),
         url('bpg_nino_elite_round-webfont.ttf') format('truetype'),
         url('bpg_nino_elite_round-webfont.svg#bpg_nino_elite_roundregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	color:#888;
}
/* links highlight and fa deviders */
a,
.highlight,
[class*='facolor'].fa:before {
	color:#40b1e2;
}
/* hovers */
a:focus,
a:hover {
	color:#1c8ab9;
}
/* text highlight */
::selection {
	background: #40b1e2;
	color:#fff;
}
::-moz-selection {
 background: #40b1e2;
 color:#fff;
}
/* headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	color:#454545;
}
.yjsg-sub-heading,
.yjsg-sticky-menu a.active-scroll,
[data-sticky-block] a.active-scroll:before{
	border-color:#40b1e2;
}
/* logo */
#logo {
	background-image:url(../images/blue/logo.jpg);
	background-repeat: no-repeat;
    background-size: contain;
}
/* newsitems */
#article-index ul {
	border:1px solid #dcdcdc;
}
#article-index ul li {
	border-bottom:1px solid #dcdcdc;
}
.newsitem_tools {
	color:#888;
}
/* rating stars */
.view-article .yjsg-rating:hover .fa-star,
.fa-star.rated {
	color:#FC0;
}
/* form elements  */
.yjsg-form-element,
.inputbox {
	background:#fff;
	border: 1px solid #dcdcdc;
}
.yjsg-form-element,
.inputbox:focus {
}
/* buttons */
.button,
.button:hover,
a.readon,
a.readon:hover,
a.readon:focus {
	background:#fff;
	border:1px solid #dcdcdc;
}
a.readon:hover {
	color:#333;
	background:#efefef;
}
[class*='yjsg-button-color']{
	background: #40b1e2;
}
[class*='yjsg-button-color']:hover{
	background:#1c8ab9;
}
/*top menu */
#topmenu_holder,.ulholder.dlevel1 {
	background:#29211c;
}
.yjsgmenu ul,
.yjsgmenu li.holdsgroup ul ul {
	background:#fff;
	border:1px solid #ccc;
	-webkit-box-shadow:0 0 8px #e2e2e2;
	-khtml-box-shadow:0 0 8px #e2e2e2;
	-moz-box-shadow:0 0 8px #e2e2e2;
	box-shadow:0 0 8px #e2e2e2;
}
.yjsgmenu li a {
	color:#444;
}
.yjsgmenu li a:hover {
	color:#40b1e2;
}
.yjsgmenu ul li {
	border-bottom:1px solid #ccc;
}
.yjsgmenu a.activepath,
.yjsgmenu a:hover,
.yjsgmenu a:focus,
.yjsgmenu li:hover > .child a {
	background:#140f0c;
}
/* has child arrows */
.yjsgmenu span.child a:after {
	content: "\f0d7";
}
.yjsgmenu ul span.child a:after {
	content: "\f0da";
}
.yjsgmenu ul span.child a:hover:after {
	content: "\f0d7";
}
/* side menu */
.defaultmenu li a {
	border-bottom: 1px solid #D4D4D4;
}
.defaultmenu a.isactivea,
.defaultmenu li a:hover {
	background:#f5f5f5;
	color: #121212;
}
.defaultmenu li a:before {
	content: "\f054";
}
/* footer logo  */
.yjsglogo {
	background: url(../images/blue/yjsglogo.png) no-repeat center center;
}
/* responsive menu */
span.yjmm_select {
	color: #999;
	border:1px solid #ddd;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
span.yjmm_select:after {
	content:"\f0c9";
}
/* RTL */
/* has child arrows */
.yjsgrtl ul.yjsgmenu ul span.child a:after {
	content: "\f0d9";
}
/* side menu */
.yjsgrtl ul.defaultmenu li a:before {
	content: "\f053";
}
/* EXTEND DEFAULTS */
.eximium-intro p,
.eximium-features p {
	color:#939393;
}
.yjsg2_out,
.yjsg2_out [class*='yjsg-hr-'].fa:before {
	background:#fcfcfc;
}
.yjsg4_out,
.yjsg4_out [class*='yjsg-hr-'].fa:before {
	background:#f8f8f8;
}
.yjsg6_out,
.yjsg6_out [class*='yjsg-hr-'].fa:before {
	background:#fcfcfc;
}
.yjsg7_out,
.yjsg7_out [class*='yjsg-hr-'].fa:before {
	background:#f8f8f8;
}
.footer_out {
	background:#212121;
}
/* fa icons bottom arrow */
.eximium-intro .fa-border {
	background-color:#40b1e2;
	color:#fff;
	border:none;
	position:relative;
	margin-bottom:15px;
}
.eximium-intro .fa-border:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 15px 0;
	border-color: #40b1e2 transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -15px;
	bottom: -14px;
	left: 50%;
}
.socials .fa-border:after {
	display:none;
}
/* features tabs */
#features-tabs .yjsgShortcodeTabs li a {
	background:#40b1e2;
	color:#fff;
	border:none;
}
#features-tabs .yjsgShortcodeTabs li.active a {
	background:#fff;
	color:#40b1e2;
	border:none;
	border:1px solid #ddd;
	border-bottom-color: transparent;
}
#features-tabs .yjsgShortcodeTabs {
	border-color:#40b1e2;
}
/* eximium-list */
.eximium-list li a {
	color:#444;
}
.eximium-list li a:hover {
	color:#40b1e2;
}
/* richsnippets section icons */
.richsnippets .yelloic .fa {
	color:#FC0;
}
/* footer */
#footer,
#footer a:hover {
	color:#555;
}
/* module styles */
.yjsg1{
	background:#40b1e2;
	color:#fff;
}
.yjsg1 .module_title{
	border-bottom:1px solid #fff;
}
.yjsg1 a{
	color:#121212;
}
.yjsg1 a:hover{
	color:#1c8ab9;
}
.yjsg2{
	background:#efefef;
}
.yjsg2 .module_title{
	border-bottom:1px solid #ccc;
}




/* MY CSS */

body#stylefont {
    background: url(../images/blue/topbg.png);
	background-repeat: repeat-x;
}

span.yjm_title {
    font-family: 'bpg_nino_mtavruliregular';
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.topfb {

}

div#horiznav {
    width: 80%;
    float: left;
}

input#jshop_search {
    width: 370px;
    height: 34px;
}

form.form-inline.mod-shop-search {
    margin-top: 20px;
}

#header3.yjsgxhtml {
    width: 30% !important;
    text-align: right;
}
#header2.yjsgxhtml {
    width: 70% !important;
    text-align: right;
}

#header2.yjsgxhtml {
    width: 70%;
    text-align: center;
}

div#yjsg2 {
    padding: 20px 0;
}

div#holder2 {
    padding: 10px 0;
}

.name a {
    font-family: 'bpg_nino_mtavruliregular';
	color: #06257d !important;
}

div#midblock {
    margin: 50px 0 40px 0;
}

.span4.image_middle {
    width: 100%;
}

.span8.jshop_img_description {
    width: 100%;
	    margin-left: 0px;
}

div#cp {
    display: none;
}

ul.subul_main.level1.nogroup {
    background: #29211c;
}


.yjsg7_out.yjsgouts {
    background: #212121;
}

.footer_out.yjsgouts {
    display: none;
}

.footnav {
    font-family: 'bpg_nino_mtavruliregular';
font-size:15px;
list-style-type: none;
}

.footnav a {
color:#e2e2e2;;
}
.footnav a:hover {
color:#f1f1f1;
}

h3.module_title {
    font-family: 'bpg_nino_mtavruliregular';
    margin-bottom: 8px;
color: #909090;
}

.footnav li {
    line-height: 24px;
}

.yjsquare.modid103 {
    font-family: 'bpg_nino_mtavruliregular';
    color: #e4e4e4;
}

.yjsquare.modid103 h3.module_title {
    text-align: right;
}

.yjsquare.modid102 {
    font-family: 'bpg_nino_mtavruliregular';
    color: #9cd4da;
}

.yjsquare.modid102 img {
    margin: 0 0 5px 0;
}
div#user25 {
    text-align: right;
}


/*RESPONSIVE*/


@media screen and (max-width: 1250px) {
.topfb {
    display: none;
}

div#horiznav {
    width: 100%;
}

}


@media screen and (max-width: 1050px) {
div#header3 {
    display: none;
}
#header2.yjsgxhtml {
    width: 100% !important;
}

span.yjm_title {
    font-weight: normal;
    font-size: 14px;
}

}

@media screen and (max-width: 980px) {
div#logoholder {
    float: left;
}

div#yjsgheadergrid {
    position: relative;
    display: block;
    top: -120px;
}

input#jshop_search {
    width: 180px;
    height: 34px;
}

form.form-inline.mod-shop-search {
    float: right;
}
div#mmenu_holder {
    top: -140px;
    float: right;
    margin-right: 17px;
    margin-bottom: 0px;
}
div#header {
    height: 120px;
}
div#centertop {
    height: 120px;
}
div#topmenu_holder {
    height: 20px;
}
div#horiznav {
    display: none;
}
div.yjsgxhtml {
    width: 33%!important;
margin-bottom:20px;
}
#user25.yjsgxhtml {
    width: 100% !important;
    float: right;
}
}



@media screen and (max-width: 740px) {
div#mmenu_holder {
    top: 10px;
    float: left;
    margin-left: 15px;
    margin-bottom: 0;
}

div#logoholder {
    float: none;
}
div#yjsgheadergrid {
    position: relative;
    display: block;
    top: 0;
}
.yjsquare.modid103 h3.module_title {
    text-align: left;
}
div#user25 {
    text-align: left;
}

}

@media screen and (max-width: 600px) {

#logo {
	background-position: center !important;
	margin-top: 10px !important;
}

div#topmenu_holder {
	margin-bottom: 1.3rem !important;
}

div#mmenu_holder {
	margin: auto !important;
	float: none !important;
}

#mmenu_holder {
	max-width: 90% !important;
}

form.form-inline.mod-shop-search {
    display: none;
}
div#midblock {
    margin: 0 0 40px 0;
}

.jshop h1 {
    font-size: 32px;
    float: left;
    margin-top: 30px;
    width: 100%;
}

.row-fluid.jshop {
    float: left;
    width: 100%;
    top: 25px;
    position: relative;
    padding-right: 0;
}

img.jshop_img_thumb {
    width: 32%;
}

}
img.jshop_img {
    width: 100%;
}

@media screen and (max-width: 900px) {
div#lightbox-container-image-box {
    width: 100% !important;
}

#lightbox-container-image {
    padding: 0px;
}
}

.jivo-btn.jivo-online-btn.jivo-btn-light {
    background: #00900b !important;
}

/*.yjsgsitew {
	width: 100% !important;
}
*/
