/**
 * @author ( Zikiy Vadim )
 * @package Joomla Template
 * @copyright Copyright (C) 2012 All rights reserved.
 */
 
/*--- GENERAL RULES ---*/
@font-face {
font-family: "PFBeauSansProBlack";
font-style: normal;
font-weight: normal;
src: url("../font/PFBeauSansPro-Black.otf") format("opentype");
}
@font-face {
font-family: "PFBeauSansProRegular";
/*font-style: normal;
font-weight: normal;*/
src: url("../font/PFBeauSansPro-Regular.otf") format("opentype");
}
@font-face {
font-family: "PFBeauSansProThin";
/*font-style: normal;
font-weight: normal;*/
src: url("../font/PFBeauSansPro-Thin.otf") format("opentype");
}

@font-face {
font-family: "PFBeauSansProBold";
font-weight: bold;
src: url("../font/PFBeauSansPro-Bold.otf") format("opentype");
}

@font-face {
font-family: "PFBeauSansProItalic";
font-style: italic;
src: url("../font/PFBeauSansPro-Italic.otf") format("opentype");
}
@font-face {
font-family: "PFBeauSansProBoldItalic";
font-weight: bold;
font-style: italic;
src: url("../font/PFBeauSansPro-BoldItalic.otf") format("opentype");
}
html {height:100%;}

body {
    height:100%;
    font-family: "PFBeauSansProRegular", Cuprum, Arial;
    font-size: 13px;
    color: #333;
    background-color: #fff;
}



/*--- HEADING FORMATTING ---*/

h1,h2,h3,h4,h5,h6 {
    padding: 0.5em 0; 
    /*line-height: 0.8em;*/
    text-align: center;
    font-weight: 900;
}

h1 {font-size:1.6em;}
h2 {font-size:1.5em;}
h3 {font-size:1.4em;}
h4 {font-size:1.3em;}
h5 {font-size:1.2em;}
h6 {font-size:1.1em;}

/*--- END HEADING FORMATTING ---*/

/*--- LINKS ---*/

a {text-decoration:none;}
a:link, a:visited {color: #5C546C;}
a:hover {color: #FF6936;}

/*--- END LINKS ---*/

/*--- END GENERAL RULES ---*/


/********* BLOCKS ***********/

/*-------- CONTENT ---------*/

#content {
    margin: 0 20px;
    padding: 10px 0;
}
#content:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content p {
    text-indent: 2em;
    padding: 0.3em 0;
    text-align: justify;
    line-height: 1.5em;
}

#content .item-page ul{
    padding-left: 2em;
}
#content .item-page li{
    line-height:1.7em;
    list-style: circle;
}
/*--headers--*/
#content h2 {
}
#content h2 a{
}
/*--END headers--*/

/*--- pagination ---*/
#content ul.pagenav {
    list-style-type:none;
    padding:0;
    overflow:hidden;
}
ul.pagenav li {
    display:inline-block;
    padding:0px;
    margin:0;
}
#content ul.pagenav li {
    line-height:2em;
}
ul.pagenav li a {
    border:solid 1px #ccc;
    display:inline;
    background:#eee;
    padding:2px;
    text-decoration:none;
}
ul.pagenav li.pagenav-prev {float:left;}
ul.pagenav li.pagenav-next {float:right;}

/*--- END pagination ---*/


/*TOOLTIP*/
.tooltip {
	position: absolute;
	z-index: 103000;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.element-invisible {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
#filter-search {
	vertical-align: top;
}
.input-mini {
	width: 60px;
}
/*END TOOLTIP*/

/* ++++++++++++++  NEW pagination  ++++++++++++++ */

.pagination
{
        margin:10px 0;
        padding:10px 0 10px 0px;
        clear:both;

}

.pagination ul
{
        list-style-type:none;
        margin:0;
        padding:0;
        text-align:center;
}

.pagination li
{
        display:inline;
        padding:2px 5px;
        text-align:left;
        border:solid 1px #eee;
        margin:0 2px
}

.pagenav
{padding:2px; clear:both;}

.pagination li.pagination-start,
.pagination li.pagination-next,
.pagination li.pagination-end,
.pagination li.pagination-prev
{border:0}

.pagination li.pagination-start ,
.pagination li.pagination-start  span
 {
padding:0

}
p.counter
{
        font-weight:bold;
}



/*--- END pagination ---*/




/*--- icons ----*/
#content ul.actions {
    text-align:right;
    width:100%;
}

#content ul.actions li {
    display:inline;
}

#content ul.actions a {
    text-decoration:none;
}

/*--- END icons ----*/

/*--- details ---*/

.article-info {
    margin:10px 0 10px 0px;
    font-size:0.9em;
}

.article-info-term {
    display:none;
}

dt.category-name,
dt.create,
dt.modified,
dt.createdby {
    float:left;
    padding-right:5px;
}

.archive .article-info dd,
.article-info dd {
    margin:2px 0 0px 0;
    line-height:1.2em;
}

dd.createdby {}

.article-info dd span {
    text-transform:none;
    display:inline-block;
    padding:0 5px 0 0px;
    margin:0 10px 0 0px;
}

/*--- END details ---*/

/*-------- END CONTENT ------*/

/*-------- MODULES ----------*/

/**** general rules ****/

div.moduletable {
    margin: 10px;
    /*border: 2px solid green;*/
}

/* Title Control */
div.moduletable h3 {}
/* END Title Control */

/* List Control */
div.moduletable ul {}
div.moduletable li {
    line-height:2em;
}
/* END List Control */

/* Link Control */
div.moduletable a:link{}
div.moduletable a:visited {}
div.moduletable a:hover {}
div.moduletable a:active {}
/* END Link Control */

/**** END general rules ****/

/*---  breadcrumbs  ---*/

#breadcrumbs {
    padding:0 0 0 0px;
    text-align:left;
    margin:15px 20px 15px 0px;
    font-size:0.85em;
}

#breadcrumbs p {
    padding:5px;
    display:inline;
}

#breadcrumbs span {
    padding:0px;
}

#breadcrumbs span a:link,
#breadcrumbs span a:visited {
    text-transform:none;
    font-weight:normal;
}

#breadcrumbs span a:hover,
#breadcrumbs span a:active,
#breadcrumbs span a:focus {
    text-decoration:none;
}

/*--- END breadcrumbs*/

/*--- READMORE ---*/

#content p.readmore {
    text-indent: 0;
}
#content .readmore a {
    font-weight:bold;
    padding:2px 5px 2px 10px;
    display:inline-block;
    background-color: #ccc;
    margin-top:5px;
    text-decoration:none;
    
}

.newsflash  a.readmore:link,
.newsflash a.readmore:visited,
#content a.readmore:link,
#content a.readmore:visited {
    padding:4px 5px 4px 10px ;
    line-height:1.2em;
    text-decoration:none;
}

.newsflash  a.readmore:link,
.newsflash a.readmore:visited {margin:10px 0;}

a.readmore:hover,
a.readmore:active,
a.readmore:focus {
    text-decoration:none;
}

#content .readmore a:hover,
#content .readmore a:active,
#content .readmore a:focus {
    text-decoration:none;
}

/*--- END READMORE---*/


/*--- MOD STATS ---*/

.stats-module dl {
    margin:10px 0 10px 0;
}
.stats-module dt {
    float:left;
    margin:0 10px 0 0;
    font-weight: bold;
}
.stats-module dt,
.stats-module dd {
    padding:2px 0 2px 0;
}
/*--- END MOD STATS ---*/




/*--------END MODULES -------*/
 

 
 
 
 
 
 /*-------- END BLOCKS ------*/
 
 
 
 
 
/*STANDART TOP DROPDOWN MENU*/

.moduletabletopmenu {margin:0;}
.moduletabletopmenu .menu {
    min-height: 2.5em;
    line-height: 2.5em;
    border: 1px solid #ccc;
}
.moduletabletopmenu .menu li {
    float: left;
    display: block;
    position: relative;
    list-style: none;
    width: 156px;
    border-right: 1px solid #ccc;
}
.moduletabletopmenu .menu li:last-child {border-right: none; }
.moduletabletopmenu .menu a {
    text-decoration: none;
    padding: 0 1em;
    display: block;
}
.moduletabletopmenu .menu ul {
    display: none;
    position: absolute;
    top: 2.5em;
    left: -1px;
    min-width: 156px;
    background: #fff;
    border: none;
}
.moduletabletopmenu .menu ul ul {
    left: 100%;
    top: -1px;
}
.moduletabletopmenu .menu li.parent li {
    float: none;
    border: 1px solid #ccc;
    border-top: none;
}
.moduletabletopmenu .menu li.parent li:first-child {border-top: 1px solid #ccc; }
.moduletabletopmenu .menu li:hover { background: #ccc; }
.moduletabletopmenu .menu a:hover { color: #fff; }
.moduletabletopmenu .menu li:hover ul ul,
.moduletabletopmenu .menu li:hover ul li:hover ul ul { display: none; }
.moduletabletopmenu .menu li:hover ul,
.moduletabletopmenu .menu li:hover ul li:hover ul,
.moduletabletopmenu .menu li:hover ul li:hover ul li:hover ul { display: block; }

/*STANDART END TOP DROPDOWN MENU*/

/*STANDART LEFT DROPDOWN MENU*/

.moduletableleftmenu {
    margin: 1em 0px;
    margin-right: 2px;
}
.moduletableleftmenu .menu {
    min-height: 2.5em;
    line-height: 2.5em;
}
.moduletableleftmenu .menu li {
    display: block;
    position: relative;
    list-style: none;
    width: 100%;
    border: 1px solid #ccc;
    border-bottom: none;
    background: #fff;
}
.moduletableleftmenu .menu li:last-child {border-bottom: 1px solid #ccc;}
.moduletableleftmenu .menu a {
    text-decoration: none;
    padding: 0 1em;
    display: block;
}
.moduletableleftmenu .menu ul {
    display: none;
    position: absolute;
    left: 2.5em;
    min-width: 100%;
    background: #fff;
    border: none;
}
.moduletableleftmenu .menu ul ul {left: 100%;}
.moduletableleftmenu .menu li.parent ul{
    position: absolute;
    top:-1px; left:100%;
}
.moduletableleftmenu .menu li.parent li{
    float: none;
    border: 1px solid #ccc;
    position:relative;
    border-bottom: none;
}
.moduletableleftmenu .menu li.parent li:last-child{border-bottom: 1px solid #ccc;}
.moduletableleftmenu .menu li:hover {background: #ccc;}
.moduletableleftmenu .menu li:hover ul{
    display: block;
    background: #ccc;
}
.moduletableleftmenu .menu a:hover { color: #fff; }
.moduletableleftmenu .menu li:hover ul ul,
.moduletableleftmenu .menu li:hover ul li:hover ul ul { display: none; }
.moduletableleftmenu .menu li:hover ul,
.moduletableleftmenu .menu li:hover ul li:hover ul,
.moduletableleftmenu .menu li:hover ul li:hover ul li:hover ul { display: block; }

/*STANDART END LEFT DROPDOWN MENU*/

/*CONTACT*/
#content .contact input[type="text"],input[type="email"], #content .contact textarea {
    width: 300px;
}
#content .contact .dl-horizontal .jicons-icons{
	display: none;
}

#content .contact-miscinfo table td{
	vertical-align: top;
}
#content .contact-miscinfo table.phone{
	line-height: 20px;
}
#content .contact-miscinfo table.contacts tr{
	border-bottom: 1px solid #ccc;
}
#content .contact-miscinfo table.phone tr{
	border: none;
}
/*END CONTACT*/


/* CUSTOM BLOCKS */

#top_header .moduletable_menu{}
#top_header .moduletable_menu ul li{
    display: inline-block;
    margin-right: 2px;
}
#top_header .moduletable_menu ul li:last-child{
    margin-right: none;
}

#top_header .moduletable_menu ul li a{
    display: block;
    background-color: #E4633B;
    height: 57px;
    line-height: 57px;
    padding: 0 23px;
    color: #fff;
    font-size: 15px;
}
#top_header .moduletable_menu ul li a:hover,
#top_header .moduletable_menu ul li.active a{
    background-color: #F9E60E;    
    color: #000;
}

#top_header .moduletable{
    margin: 0px;
    padding: 0px;
}
#top_header .moduletable .custom{
    margin-top: 10px;
    margin-right: 10px;
}
#top_header .moduletable .custom table{
    float: right;
    font-size: 22px;
    color: #fff;
}
#top_header .moduletable .custom table td{
    padding: 15px 0;
}
#top_header .moduletable .custom table td.main_phone,
#top_header .moduletable .custom table td.kievstar_icon,
#top_header .moduletable .custom table td.mts_icon,
#top_header .moduletable .custom table td.life_icon{
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 35px;
}
#top_header .moduletable .custom table td.main_phone{
    background-image: url('../images/phone.png');
    padding-left: 30px;
}
#top_header .moduletable .custom table td.kievstar_icon{
    background-image: url('../images/kievstar.png');
    padding-right: 15px;
}
#top_header .moduletable .custom table td.mts_icon{
    background-image: url('../images/mts.png');
    padding-right: 15px;
}
#top_header .moduletable .custom table td.life_icon{
    background-image: url('../images/life.png');
}

#top_header .moduletable .custom:after{
    display: block;
    content: '';
    height: 0px;
    clear: both;
}


#products_menu{
    /*border: 1px solid red;*/
    background-color: #fff;
}
#products_menu .moduletable{
    padding: 0px;
    margin: 0px 10px;
}
#products_menu h3{
    background-image: url('../images/print_btn.png');
    background-repeat: no-repeat;
    background-position: center right;
    font-size: 20px;
    font-weight: normal;
    height: 60px;
    line-height: 60px;
    border-bottom: 2px dotted #B0B0B0;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
}
#products_menu ul li{
    display: inline-block;
    text-align: center;
    width: 20%;
    vertical-align: top;
    margin-bottom: 30px;
    /*outline: 1px solid greenyellow;*/
}
#products_menu ul li a img,
#products_menu ul li a span{
    display: block;
    margin: 0 auto;
}
#products_menu ul li a img{
    outline: 4px solid #F6F6F6;
}
#products_menu ul li:hover a img,
#products_menu ul li.active a img{
    outline: 4px solid #B0B0B0;    
}
#products_menu ul li.active a{
    color: #FF6936;
}
#products_menu ul li a span.image-title{
    height: 36px;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    width: 90%;
    padding: 10px 0;
    margin-top: 10px;
    border-top: 2px dotted #B0B0B0;
    border-bottom: 2px dotted #B0B0B0;
}

#banner{
    position: relative;
    background-color: #F6F6F6;
    padding: 20px 0;
    border-top: 1px solid #919191;
    border-bottom: 1px solid #919191;
}
#banner .moduletable{
    padding: 0px;
    margin: 0px;
}

#mp_product h3{
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 10px;
	text-align: center;
}
#mp_product .uk-margin{
	margin-top: 0px;
}
#mp_product ul.uk-slideset{
    border-top: 2px dotted #B0B0B0;
    border-bottom: 2px dotted #B0B0B0;
    padding: 10px;
}
#mp_product ul.uk-slideset li{
    line-height: normal !important;
}
#mp_product ul.uk-slideset .uk-panel{
    padding-top: 10px;
    width: 87%;
    margin: 10px auto;
    background-color: #F6F6F6;
}
#mp_product ul.uk-slideset .uk-panel-box{
    padding: 10px;
}
#mp_product ul.uk-slideset .uk-panel-teaser{
    margin-bottom: 10px;
}
.my_buy_btn{
    background-color: #FF6936;
    padding: 10px 0;
    width: 50%;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
}
#mp_product .uk-grid{
    margin: 20px 0;
}
#mp_product .uk-grid .uk-panel{
    padding: 0px;
}
#mp_product .custom.my_custom{
    border-top: 2px dotted #B0B0B0;
    padding-top: 15px;   
}



#left .moduletable{
    margin: 0px;
}
#left .menu li{
    text-align: center;
    margin-bottom: 3px;
}
#left .menu li a{
    display: block;
    padding: 8px;
    background-color: #F6F6F6;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}
#left .menu li a:hover,
#left .menu li.active a{
    background-color: #FF6936;    
    color: #fff;
}





#footer{
    border-top: 5px solid #FF6936;
    background-color: #5F5B5A;
    color: #fff;
}
#copyrights p{text-align: center;}


/*PAGES*/
.info_table td{
    background-color: #F6F6F6;
}
.info_table td{
    border: 2px solid #fff;
    padding: 8px;
    vertical-align: middle;
}
.info_table td:first-child{
    text-align: center;
}
.info_table th{
    border: 2px solid #fff;
    border-bottom: 10px solid #fff;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
	background-color: none;
}
.info_table th img{
	width: 200px;
	margin: 0 auto;
}
#content table td p{
	text-indent: 0 !important;
	padding: 0px;
	padding-left: 10px;
}

/*
.info_table th:nth-child(1){
    background-color: #F5704D;
}
.info_table th:nth-child(2){
    background-color: #F8C422;
}
.info_table th:nth-child(3){
    background-color: #5F5B5A;
}
*/

table.my_photo{
	width: 90%;
	margin: 0 auto;
}

table.my_photo td{
	width: 50%;
}

table.my_photo td img{
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 8px;
	background-color: #F6F6F6;
	border: 1px solid #ccc;
}



/*PRODUCTS*/

.my_order .uk-panel.uk-panel-box{
    padding-bottom: 0px;
    text-align: center;
}
.my_order figure img{
    padding-top: 5px;
    width: 95% !important;
    
}
.my_order .uk-panel-teaser{
    margin-bottom: 0px;
}
.my_order h3{
    font-weight: bold;
}
.my_order .uk-panel.uk-panel-box{
    background-color: #F6F6F6;
} 
.my_order .uk-panel.uk-panel-box:hover{
    border: 1px solid #FF6936;
}
.my_buy_btn{
    margin-top: 10px;
    text-align: center;
}
/* END CUSTOM BLOCKS */

