Новости Joomla

0 Пользователей и 1 Гость просматривают эту тему.
  • 0 Ответов
  • 1463 Просмотров
*

Dannik

  • Захожу иногда
  • 164
  • 0 / 0
Всем привет! Описывал тему в Общих вопросах, но решения так и ненашел. Помогите плиииз.  Хотел поставить модули (корзина, поиск и тд) в верху сайта, но позиция шаблона капризная, выводит все модули вертикально хотя сама позиция горизонтальная. Есть ли выход? Когда ставлю обычное меню с пунктами меню все встает ровно, я так думаю потому что пункты меню идут цепочкой. А вот корзина, поиск и прочие модули каждый сам по себе. Поэтому и криво встают. Как их сделать пунктами ума не приложу. Может у кого есть простое расширение? Что бы связать модули.
Посоветовали править CSS но я в этом не силен.
Позиция называется "Menu". Шаблон сделал на  templatetoaster. Все нормально работает кроме этого меню. Самостоятельно сделать шаблон руки пока не заточены
 Вот код с файла template.css
/*
{
Theme Name:adaptiv3
Text Domain:adaptiv3
Theme URI:http://мой сайт
License:GNU
License URI:http://www.gnu.org/licenses/gpl-2.0.html
Author:TemplateToaster
Author URI:http://мой сайт
Version:1.0
Description:Add the site description here
}
*/
@font-face
{
 font-family:Roboto;
src:url(../Fonts/Roboto/regular.ttf);
}
*
{
margin:0;
padding:0;
}
#ttr_page.container
{
padding-left:0;
padding-right:0;
}
#ttr_menu .navbar-collapse
{
padding-left:0;
padding-right:0;
}
hr
{
margin:0px !important;
}
#ttr_content_and_sidebar_container
{
width:auto !important;
margin:0 auto;
}
.ttr_block  .ttr_radio
{
float:left;
margin-right:4px;
}
fieldset
{
border:0px;
padding-bottom:5px;
}
.boxcolor,.form-text
{
width: 95%;
}
 .login_head h1
{
text-align:center;
}
.ttr_comment_reply_edit
{
float:right;
}
.ttr_comment_reply_edit span
{
padding-right:5px;
}
.ttr_post .ttr_post_content_inner
{
overflow:hidden;
}
.ttr_comment form p input,.ttr_comment form p textarea
{
width:96%;
overflow:hidden;
}
#ttr_content .ttr_comment p
{
margin-top:5px;
margin-bottom:0;
text-align:left;
margin-left:0;
margin-right:0;
line-height:20px;
background:none;
}
#ttr_content .ttr_comment .form-submit
{
}
 .ttr_article dl
{
margin:2px;
}
#ttr_content .pagination
{
}
.back-to-top
{
position:fixed;
bottom: 2em;
right: 0px;
text-decoration: none;
padding: 1em;
display: none;
z-index:99;
}
.form-item label
{
text-align:left;
}
#user-login-form ul li
{
background:none!important;
text-align:left;
padding-left:0px!important;
margin-left:0px!important;
margin-top:5px!important;
}
/*----------- */
.menu-toggle
{
display:none;
}
p
{
margin:0;
padding:0;
}
.btn:hover
{
clear:none;
margin-right:5px;
height:auto;
margin-top:5px;
}
.postedon img
{
vertical-align: middle;
margin: 0 2px;
}
 #ttr_sidebar_left table
{
width:100%;
}
 #ttr_sidebar_right table
{
width:100%;
}
@media only screen
and (min-width : 150px)
and (max-width : 1024px)
{
footer
{
max-width: 100% !important;
}
 header#ttr_header
{
max-width: 100% !important;
}
}
body
{
background-color:#FFFFFF;
background:rgba(255,255,255,1);
margin:0;
background-attachment:fixed;}
 #ttr_page
{
min-width: 20px;
margin-top:40px;
margin-bottom:0px;
border-radius:1px 1px 1px 1px;
border:solid #000000;
border:solid rgba(0,0,0,1);
border-width:0px 0px 0px 0px;
background-color:#FFFFFF;
background:rgba(255,255,255,1);
box-sizing:border-box;
}
 .navbar
{
height:90px;
}
 .ttr_footer_bottom_footer_inner, #ttr_footer_top_for_widgets
{
position:relative;
width:1000px;
margin:0 auto;
}
 #ttr_header_inner
{
height:92px;
position:relative;
width:1000px;
margin:0 auto;
}
 #ttr_menu.navbar
{
height:90px;
min-height:90px;
border-radius:0px 0px 0px 0px;
border:solid #3E3E3E;
border:solid rgba(62,62,62,1);
border-width:0px 0px 0px 0px;
}
 #ttr_menu_inner_in
{
width:1000px;
height: 90px;
 text-align: left;
position:relative;
margin:0 auto;
}
 input[type=checkbox]
{
visibility: hidden;
}
 .ttr_checkbox
{
position: relative;
width:13px;
height:13px;
display:inline;
margin-top:5px;
margin-right:5px;
}
 .ttr_checkbox label
{
cursor: pointer;
position: absolute;
width: 15px;
height: 15px;
top: 0;
left: 0;
background-color:#FFFFFF;
background:linear-gradient(180deg,rgba(255,255,255,0)0%,rgba(0,0,0,0.14)50%,rgba(255,255,255,0)100%);
border-radius:0px 0px 0px 0px;
border:solid #808080;
border:solid rgba(128,128,128,1);
border-width:1px 1px 1px 1px;
}
 .ttr_checkbox label:after
{
opacity: 0;
content: '';
position: absolute;
width: 15px;
height: 5px;
top: 0px;
left: 1px;
border: 2px solid rgba(0,0,0,1);
border-top: none;
border-right: none;
transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
}
 .ttr_checkbox input[type=checkbox]:checked + label:after
{
opacity: 1;
}
.ttr_checkbox label
{
width: 13px;
}
 input[type=radio]
{
visibility: hidden;
}
 .ttr_radio
{
position: relative;
width:13px;
height:13px;
margin-right:5px;
}
 .ttr_radio label
{
cursor: pointer;
position: absolute;
width: 13px;
height: 13px;
top: 0;
left: 0;
border-radius:0px 0px 0px 0px;
border:solid #808080;
border:solid rgba(128,128,128,1);
border-width:1px 1px 1px 1px;
border-radius:50%;
background-color:#808080;
background:rgba(128,128,128,1);
box-sizing:content-box;
}
 .ttr_radio label:after
{
background-color:#FFFFFF;
background:rgba(255,255,255,1);
opacity: 0;
content: '';
position: absolute;
width: 9px;
height: 9px;
top: 2px;
left: 2px;
border-radius:50%;
}
 .ttr_radio input[type=radio]:checked + label:after
{
opacity: 1;
}
 .ttr_radio label
{
width: 13px;
}
 .radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox]{float: none !important;
margin-left:0px !important;
}
 .ttr_title_position
{
left: 44.98%;
top:18.91px;
position:absolute;
display:block;
transform:rotate(0deg);
-moz-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
-o-transform:rotate(0deg);
}
 .ttr_title_position
{
display:none;}
 header .ttr_title_style, header .ttr_title_style a, header .ttr_title_style a:link, header .ttr_title_style a:visited, header .ttr_title_style a:hover
{
font-size:28px;
font-family:'Arial';
font-weight:normal;
font-style:normal;
color:#428BCA;
text-align:left;
text-decoration:none;
margin:0;
padding:0;
background:none;
}
 .ttr_slogan_position
{
left: 45.45%;
top:48.71px;
position:absolute;
display:block;
overflow:hidden;
margin:0px;
transform:rotate(0deg);
-moz-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
-o-transform:rotate(0deg);
}
 .ttr_slogan_position
{
display:none;}
 .ttr_slogan_style
{
font-size:16px;
font-family:'Arial';
font-weight:normal;
font-style:normal;
color:#777777;
text-align:left;
text-decoration:none;
margin:0;
padding:0;
background:none;
}
.ttr_menu_items .dropdown-menu
{
padding:0px;
}
 .ttr_menu_items.nav .open .sub-menu > li > a
{
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(0,0,0,0);
border-width:0px 0px 0px 0px;
min-width:160px;
line-height:30px;
font-size:12px;
font-family:'Roboto','Arial';font-weight:normal;
font-style:normal;
color:#FFFFFF;
text-align:left;
text-decoration:none;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
padding-top:0px;
padding-left:20px;
padding-right:0px;
padding-bottom:0px;
}
 .navbar-nav
{
padding:0;
 list-style:none;
position:relative;
margin:0;
z-index:499;
border:0px !important;
margin:0;
padding-top:0px !important;
padding-left:0 ;
text-align:left;
zoom:1;
}
 .navbar-default
{
background-color:#008000;
background:linear-gradient(180deg,rgba(0,128,0,1)0%,rgba(0,179,0,1)100%);
border-radius:0px 0px 0px 0px;
border:solid #3E3E3E;
border:solid rgba(62,62,62,1);
border-width:0px 0px 0px 0px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
box-sizing:content-box}
ul.ttr_menu_items.navbar-nav .dropdown-menu,ul.ttr_menu_items.navbar-nav .sub-menu, ul.ttr_menu_items.navbar-nav .collapse li a 
{
font-size:12px;
font-family:'Roboto','Arial';font-weight:normal;
font-style:normal;
color:#FFFFFF;
text-align:left;
text-decoration:none;
font-family:'Roboto','Arial';background-color:transparent;
background:rgba(255,255,255,0);
border-radius:0px 0px 0px 0px;
border:solid #C8CCCC;
border:solid rgba(200,204,204,1);
border-width:0px 0px 0px 0px;
margin:0;
padding:0;
list-style:none;
}
 .ttr_menu_items.navbar-nav .dropdown-menu > li > a
{
min-width:160px;
line-height:30px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
padding-top:0px;
padding-left:20px;
padding-right:0px;
padding-bottom:0px;
}
 .nav.ttr_menu_items.navbar-nav .dropdown-menu > li:hover > a
{
background-color:#252323;
background:rgba(37,35,35,0.4);
}
 .ttr_menu_items .sub-menu > li > a
{
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(0,0,0,0);
border-width:0px 0px 0px 0px;
background-color:#37342C;
background:rgba(55,52,44,0.5);
min-width:160px;
line-height:30px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
padding-top:0px;
padding-left:20px;
padding-right:0px;
padding-bottom:0px;
}
 #ttr_page .ttr_menu_items  li ul.child
{
left:18px;
top:90px;
}
.dropdown-menu
{
}
.navbar-nav ul.dropdown-menu > li
{
position: relative;
}
 .ttr_menu_items .child.dropdown-menu > li.open > ul, .ttr_menu_items .child.dropdown-menu > li.open > ul li.open > ul
{
display:block;
left:100%;
top:0px;
visibility:visible;
}
.dropdown-menu li:hover .sub-menu
{
visibility: visible;
}
@media only screen
and (min-width : 1025px)
{
 .ttr_menu_items.nav  li ul.child li:hover > a.subchild
{
background-color:#252323;
background:rgba(37,35,35,0.4);
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(0,0,0,0);
border-width:0px 0px 0px 0px;
color:rgba(255,255,255,1);
}
 .ttr_menu_items.nav  li:hover ul.child li a:hover
{
 font-size:12px;
font-family:'Roboto','Arial';font-weight:normal;
font-style:normal;
color:#FFFFFF;
text-align:left;
text-decoration:none;
background-color:#252323;
background:rgba(37,35,35,0.4);
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(0,0,0,0);
border-width:0px 0px 0px 0px;
}
 .nav.ttr_menu_items  li ul.child li a.subchild:hover
{
font-size:12px;
font-family:'Roboto','Arial';font-weight:normal;
font-style:normal;
color:#FFFFFF;
text-align:left;
text-decoration:none;
background-color:#252323;
background:rgba(37,35,35,0.4);
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(0,0,0,0);
border-width:0px 0px 0px 0px;
}
}
@media only screen
and (min-width : 1025px)
{
 .ttr_menu_items  li ul.child
{
}
}
@media only screen
and (min-width : 768px)

{

}
 .nav-pills
{
padding:0;
 list-style:none;
text-align:left;
zoom:1;
}
 .ttr_menu_items  li a.ttr_menu_items_parent_link, .nav.ttr_menu_items  li span.separator
{
display:block;
padding-left:20px;
padding-right:20px;
float:left;
background-color:transparent;
background:rgba(255,255,255,0);
line-height:90px;
font-size:14px;
font-family:'Source Sans Pro','Roboto','Arial';font-weight:normal;
font-style:normal;
color:#FFFFFF;
text-align:left;
text-decoration:none;
margin-top:0px;
margin-left:18px;
margin-right:18px;
margin-bottom:0px;
border-radius:0px 0px 0px 0px;
border:solid #000000;
border:solid rgba(0,0,0,1);
border-width:0px 0px 0px 0px;
cursor:pointer;
height:90px;
box-sizing:border-box;
padding-top:0px;
padding-bottom:0px;
}
 .nav.ttr_menu_items  li a.ttr_menu_items_parent_link_arrow, .nav.ttr_menu_items  li span.separator.ttr_menu_items_parent_link_arrow
{
display:block;
padding-left:20px;
padding-right:20px;
line-height:90px;
font-size:14px;
font-family:'Source Sans Pro','Roboto','Arial';font-weight:normal;
font-style:normal;
color:#FFFFFF;
text-align:left;
text-decoration:none;
background-color:transparent;
background:rgba(255,255,255,0);
border-radius:0px 0px 0px 0px;
border:solid #000000;
border:solid rgba(0,0,0,1);
border-width:0px 0px 0px 0px;
margin-top:0px;
margin-left:18px;
margin-right:18px;
margin-bottom:0px;
box-sizing:border-box;
cursor:pointer;
height:90px;
float:left;
padding-top:0px;
padding-bottom:0px;
}
 .ttr_menu_items  li:hover a.ttr_menu_items_parent_link, .nav.ttr_menu_items  li:hover span.separator
{
font-size:16px;
font-family:'Source Sans Pro','Roboto','Arial';font-weight:normal;
font-style:normal;
color:#FFFFFF;
text-align:left;
text-decoration:none;
background-color:transparent;
background:rgba(255,255,255,0);
border-radius:0px 0px 0px 0px;
border:solid #000000;
border:solid rgba(0,0,0,1);
border-width:0px 0px 0px 0px;
}
 .nav.ttr_menu_items  li:hover a.ttr_menu_items_parent_link_arrow, .nav.ttr_menu_items  li:hover span.separator.ttr_menu_items_parent_link_arrow
{
font-size:16px;
font-family:'Source Sans Pro','Roboto','Arial';font-weight:normal;
font-style:normal;
color:#FFFFFF;
text-align:left;
text-decoration:none;
background-color:transparent;
background:rgba(255,255,255,0);
border-radius:0px 0px 0px 0px;
border:solid #000000;
border:solid rgba(0,0,0,1);
border-width:0px 0px 0px 0px;
}
 .ttr_menu_items  li ul.child li a
{
text-align:left;
}
 .ttr_menu_items  li ul.child li a
{
display:block;
font-size:12px;
font-family:'Roboto','Arial';font-weight:normal;
font-style:normal;
color:#FFFFFF;
text-align:left;
text-decoration:none;
min-width:160px;
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(0,0,0,0);
border-width:0px 0px 0px 0px;
line-height:30px;
background-color:#37342C;
background:rgba(55,52,44,0.5);
}
 .ttr_menu_items.nav   li ul.child li a.subchild
{
text-align:left;
line-height:30px;
font-size:12px;
font-family:'Roboto','Arial';font-weight:normal;
font-style:normal;
color:#FFFFFF;
text-align:left;
text-decoration:none;
background-color:#37342C;
background:rgba(55,52,44,0.5);
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(0,0,0,0);
border-width:0px 0px 0px 0px;
}
 .nav.ttr_menu_items  li a.ttr_menu_items_parent_link_active_arrow
{
padding-left:20px;
padding-right:20px;
box-sizing:border-box;
font-size:14px;
font-family:'Source Sans Pro','Roboto','Arial';font-weight:normal;
font-style:normal;
color:#FFFFFF;
text-align:left;
text-decoration:none;
cursor: pointer;
display: block;
line-height:90px;
background-color:transparent;
background:rgba(255,255,255,0);
border-radius:5px 5px 5px 5px;
border:solid #000000;
border:solid rgba(0,0,0,1);
border-width:0px 0px 0px 0px;
margin-top:0px;
margin-left:18px;
margin-right:18px;
margin-bottom:0px;
height:90px;
float:left;
padding-top:0px;
padding-bottom:0px;
}
 .nav.ttr_menu_items  li a.ttr_menu_items_parent_link_active
{
display:block;
cursor: pointer;
font-size:14px;
font-family:'Source Sans Pro','Roboto','Arial';font-weight:normal;
font-style:normal;
color:#FFFFFF;
text-align:left;
text-decoration:none;
box-sizing:border-box;
height:90px;
line-height:90px;
padding-left:20px;
padding-right:20px;
background-color:transparent;
background:rgba(255,255,255,0);
border-radius:5px 5px 5px 5px;
border:solid #000000;
border:solid rgba(0,0,0,1);
border-width:0px 0px 0px 0px;
margin-top:0px;
margin-left:18px;
margin-right:18px;
margin-bottom:0px;
float:left;
padding-top:0px;
padding-bottom:0px;
}
 .nav.ttr_menu_items  li.active:hover a.ttr_menu_items_parent_link_active
{
font-size:16px;
font-family:'Source Sans Pro','Roboto','Arial';font-weight:normal;
font-style:normal;
color:#FFFFFF;
text-align:left;
text-decoration:none;
background-color:transparent;
background:rgba(255,255,255,0);
border-radius:0px 0px 0px 0px;
border:solid #000000;
border:solid rgba(0,0,0,1);
border-width:0px 0px 0px 0px;
}
 .nav.ttr_menu_items  li.active:hover a.ttr_menu_items_parent_link_active_arrow
{
font-size:16px;
font-family:'Source Sans Pro','Roboto','Arial';font-weight:normal;
font-style:normal;
color:#FFFFFF;
text-align:left;
text-decoration:none;
background-color:transparent;
background:rgba(255,255,255,0);
border-radius:0px 0px 0px 0px;
border:solid #000000;
border:solid rgba(0,0,0,1);
border-width:0px 0px 0px 0px;
}
 .ttr_menu_items ul
{
}
 .ttr_menu_items li:hover ul ul,
.ttr_menu_items li:hover  li:hover ul ul

{
top:-9999px;
background-color:transparent;
background:rgba(255,255,255,0);
}
 .nav.ttr_menu_items  li:hover  li:hover   li:hover a.subchild

{
}
 .nav.ttr_menu_items  li:hover    li:hover  li a.subchild

{
}
 .nav.ttr_menu_items  li  ul.child li .separator
{
border-width:0px 0px 0px 0px;
border-style:solid;
border-color:transparent;
height:auto;
margin:0 0px 0 0px;
display:none;
}
 .nav.ttr_menu_items li:last-child .horiz_separator
{
display:none;
}
 .nav.ttr_menu_items  li:hover ul.child ul li:last-child .separator, .nav.ttr_menu_items  li:hover  li:hover ul li:last-child .separator, .nav.ttr_menu_items  li:hover li:hover li:hover ul li:last-child .separator, .nav.ttr_menu_items  li:hover  ul.child li:last-child .separator
{
display:none;
}
 .nav.ttr_menu_items  li ul.child ul li .separator, .nav.ttr_menu_items  li  li:hover ul li .separator, .nav.ttr_menu_items  li li:hover li:hover ul li .separator
{
border-width:0px 0px 0px 0px;
border-style:solid;
border-color:transparent;
height:auto;
margin:0 0px 0 0px;
display:none;
}
 .ttr_menu_items .horiz_separator
{
float:right;
border-width:0px 0px 0px 0px;
border-style:solid;
border-color:transparent;
height:90px;
margin:0;
display:none;
}
 .menuposition1
{
background-color:transparent;
background:rgba(255,255,255,0);
border-radius:0px 0px 0px 0px;
border:solid #000000;
border:solid rgba(0,0,0,1);
border-width:0px 0px 0px 0px;
top: 0px;
left: 0%;
width: 250px;
height: 89.5px;
position:absolute;
}
 .menuposition2
{
background-color:transparent;
background:rgba(255,255,255,0);
border-radius:0px 0px 0px 0px;
border:solid #000000;
border:solid rgba(0,0,0,1);
border-width:0px 0px 0px 0px;
top: 0px;
left: 25%;
width: 250px;
height: 90px;
position:absolute;
}
 .menuposition3
{
background-color:transparent;
background:rgba(255,255,255,0);
border-radius:0px 0px 0px 0px;
border:solid #000000;
border:solid rgba(0,0,0,1);
border-width:0px 0px 0px 0px;
top: 0px;
left: 50%;
width: 250px;
height: 90px;
position:absolute;
}
 .menuposition4
{
background-color:transparent;
background:rgba(255,255,255,0);
border-radius:0px 0px 0px 0px;
border:solid #000000;
border:solid rgba(0,0,0,1);
border-width:0px 0px 0px 0px;
top: 0px;
left: 75%;
width: 250px;
height: 90px;
position:absolute;
}
 header#ttr_header
{
background-color:#FFFFFF;
background:rgba(255,255,255,1);
border-radius:0px 0px 0px 0px;
border:solid #E7E7E7;
border:solid rgba(231,231,231,1);
border-width:0px 0px 0px 0px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
height:92px;
box-sizing:content-box;

}
 header#ttr_header
{
display:block;}
 nav#ttr_menu
{
width:1000px;
margin-left:auto;
margin-right:auto;

}
 nav#ttr_menu
{
width:1000px;
margin-left:auto;
margin-right:auto;

}
 #ttr_sidebar_left
{
float: left;
clear: none;
width: 200px;
}
 #ttr_sidebar_left_margin
{
background-color:#FFFFFF;
background:rgba(255,255,255,1);
border-radius:0px 0px 0px 0px;
border:solid #A5BDE4;
border:solid rgba(165,189,228,1);
border-width:0px 0px 0px 0px;
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
box-sizing:border-box;
}
 .ttr_block a:hover, .ttr_block a:hover
{
font-size:12px;
font-family:'Roboto','Arial';font-weight:normal;
font-style:normal;
color:#E1E1E1;
text-align:left;
text-decoration:none;
}
 .ttr_block a:visited, .ttr_block a:visited
{
font-size:12px;
font-family:'Arial';
font-weight:normal;
font-style:normal;
color:#000000;
text-align:left;
text-decoration:none;
}
 .ttr_block a, .ttr_block a
{
font-size:12px;
font-family:'Roboto','Arial';font-weight:normal;
font-style:normal;
color:#333333;
text-align:left;
text-decoration:none;
}
 .ttr_block_content ul
{
list-style:none outside url(../images/bulleticons.png);
padding-left: 10px;
}
 .ttr_block ul li, .ttr_block li, .ttr_block li
{
line-height:12px;
}
 #ttr_sidebar_right
{
float: right;
clear: none;
width: 200px;
}
 #ttr_sidebar_right_margin
{
background-color:#FFFFFF;
background:rgba(255,255,255,1);
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
border-radius:0px 0px 0px 0px;
border:solid #A5BDE4;
border:solid rgba(165,189,228,1);
border-width:0px 0px 0px 0px;
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
box-sizing:border-box;
}
 .ttr_verticalmenu
{
margin-top:7px;
margin-left:7px;
margin-right:7px;
margin-bottom:7px;
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
border-radius:0px 0px 0px 0px;
border:solid #2A6496;
border:solid rgba(42,100,150,1);
border-width:0px 0px 0px 0px;
background-color:#FFFFFF;
background:rgba(255,255,255,1);
text-align:center;
}
 .ttr_verticalmenu_header 
{
border-radius:0px 0px 0px 0px;
border:solid #2A6496;
border:solid rgba(42,100,150,1);
border-width:0px 0px 0px 0px;
background-color:#FFFFFF;
background:rgba(255,255,255,1);
margin-top:4px;
margin-left:4px;
margin-right:4px;
margin-bottom:4px;
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
height:40px;
box-sizing: content-box;
}
 #ttr_page .ttr_verticalmenu_content
{
display:inline-block;
width:90%;
}
@media only screen
and (min-width : 1025px)
{
 .ttr_vmenu_items.nav  li ul.child li:hover > a.subchild
{
background-color:#FFFFFF;
background:rgba(255,255,255,1);
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(0,0,0,0);
border-width:0px 0px 0px 0px;
color:rgba(144,238,144,1);
}
 .ttr_vmenu_items.nav  li:hover ul.child li a:hover
{
 background-color:#FFFFFF;
background:rgba(255,255,255,1);
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(0,0,0,0);
border-width:0px 0px 0px 0px;
font-size:14px;
font-family:'Roboto','Arial';font-weight:normal;
font-style:normal;
color:#90EE90;
text-align:left;
text-decoration:none;
}
 .nav.ttr_vmenu_items  li ul.child li a.subchild:hover
{
font-size:14px;
font-family:'Roboto','Arial';font-weight:normal;
font-style:normal;
color:#90EE90;
text-align:left;
text-decoration:none;
background-color:#FFFFFF;
background:rgba(255,255,255,1);
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(0,0,0,0);
border-width:0px 0px 0px 0px;
}
}
@media only screen
and (min-width : 1025px)
{
 .nav-pills li:hover
{
font-size:14px;
font-family:'Roboto','Arial';font-weight:normal;
font-style:normal;
color:#90EE90;
text-align:left;
text-decoration:none;
font-family:'Roboto','Arial';}
ul.ttr_vmenu_items.nav li.dropdown:hover ul.dropdown-menu li.unstyled
{
min-height: 1px;
list-style: none;
}
ul.ttr_vmenu_items.nav li.dropdown:hover ul.dropdown-menu li.unstyled ul
{
list-style: none;
}
ul.ttr_vmenu_items.nav li.dropdown:hover ul.collapse
{
list-style:none;
width:100%;
}
ul.ttr_vmenu_items.nav li.dropdown:hover ul.collapse li
{
list-style:none;
}
.ttr_vmenu_items #dropdown-menu li:hover .sub-menu
{
visibility: visible;
}
 .ttr_vmenu_items  li ul.child
{
height:auto;
width:100%;
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(255,255,255,0);
border-width:0px 0px 0px 0px;
}
}
@media only screen
and (min-width : 768px)

{
 ul.ttr_vmenu_items.nav li.dropdown ul.dropdown-menu
{
top:30px;
margin-top:-30px;
left:100%;
list-style:none;
}
 ul.ttr_vmenu_items.nav ul li.dropdown-submenu.open > ul
{
display: block;
visibility: visible;
list-style:none;
}

}
.dropdown-backdrop
{
position:relative;
}
 ul.ttr_vmenu_items.nav-pills .dropdown-menu, ul.navbar-nav .collapse li a 
{
font-size:14px;
font-family:'Roboto','Arial';font-weight:normal;
font-style:normal;
color:#4E4E4E;
text-align:left;
text-decoration:none;
font-family:'Roboto','Arial';background-color:#E5E5E5;
background:rgba(229,229,229,1);
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(255,255,255,0);
border-width:0px 0px 0px 0px;
list-style:none;
}
 .ttr_vmenu_items.nav .dropdown-menu > li > a
{
min-width:160px;
}
 ul.ttr_vmenu_items.nav-pills .dropdown-menu > li:hover > a
{
background-color:#FFFFFF;
background:rgba(255,255,255,1);
}
 ul.ttr_vmenu_items.nav  .sub-menu > li > a
{
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(0,0,0,0);
border-width:0px 0px 0px 0px;
min-width:160px;
line-height:20px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
 .nav-stacked > li + li
{
margin-top:0;
}
.ttr_vmenu_items .dropdown-menu
{
padding:0px;
}
 .container
{
overflow:visible!important;
}
 .ttr_vmenu_items.nav ul.collapse > li
{
position: relative;
}
 .nav-pills li
{
font-size:14px;
font-family:'Roboto','Arial';font-weight:normal;
font-style:normal;
color:#4E4E4E;
text-align:left;
text-decoration:none;
font-family:'Roboto','Arial';}
 .ttr_vmenu_items .dropdown-menu > li > a
{
width:160px;
}
li.open > ul.child.collapse
{
display:inline-block;
}
 .collapse > li > a
{
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(0,0,0,0);
border-width:0px 0px 0px 0px;
background-color:#FFFFFF;
background:rgba(255,255,255,1);
}
#ttr_page ttr_.nav
{
display:inline;
}
ul#dropdown-menu li
{
display:block;
}
#ttr_sidebar_left .dropdown-menu > li
{
display: inline-block;
font-weight: normal;
position: relative;
vertical-align: top;
}
 .nav-pills
{
padding:0;
 list-style:none;
text-align:left;
background:none;
z-index:500;
*display:inline;
zoom:1;
}
 .ttr_vmenu_items  li a.ttr_vmenu_items_parent_link, .nav.ttr_vmenu_items  li span.separator
{
display:block;
text-align:left;
padding-left:4px;
padding-right:4px;
background-color:#FFFFFF;
background:rgba(255,255,255,1);
line-height:30px;
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(255,255,255,0);
border-width:0px 0px 0px 0px;
font-size:14px;
font-family:'Roboto','Arial';font-weight:normal;
font-style:normal;
color:#4E4E4E;
text-align:left;
text-decoration:none;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
cursor:pointer;
padding-top:0px;
padding-bottom:0px;
}
 .nav.ttr_vmenu_items  li a.ttr_vmenu_items_parent_link_arrow, .nav.ttr_vmenu_items  li span.separator.ttr_vmenu_items_parent_link_arrow
{
display:block;
text-align:left;
padding-left:4px;
padding-right:14px;
line-height:30px;
font-size:14px;
font-family:'Roboto','Arial';font-weight:normal;
font-style:normal;
color:#4E4E4E;
text-align:left;
text-decoration:none;
background-color:#FFFFFF;
background:url(../images/vmenuResMainArrow00.png), rgba(255,255,255,1);
background-repeat:no-repeat;
 background-size:auto;
 background-position:right center;
 border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(255,255,255,0);
border-width:0px 0px 0px 0px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
cursor:pointer;
padding-top:0px;
padding-bottom:0px;
}
 .ttr_vmenu_items  li:hover a.ttr_vmenu_items_parent_link, .nav.ttr_vmenu_items  li:hover span.separator
{
font-size:14px;
font-family:'Roboto','Arial';font-weight:normal;
font-style:normal;
color:#90EE90;
text-align:left;
text-decoration:none;
background-color:#FFFFFF;
background:rgba(255,255,255,1);
border-radius:0px 0px 0px 0px;
border:solid #000000;
border:solid rgba(0,0,0,1);
border-width:0px 0px 0px 0px;
line-height:30px;
}
 .nav.ttr_vmenu_items  li:hover a.ttr_vmenu_items_parent_link_arrow, .nav.ttr_vmenu_items  li:hover span.separator.ttr_vmenu_items_parent_link_arrow
{
font-size:14px;
font-family:'Roboto','Arial';font-weight:normal;
font-style:normal;
color:#90EE90;
text-align:left;
text-decoration:none;
background-color:#FFFFFF;
background:url(../images/vmenuMainArrowHover00.png),rgba(255,255,255,1);
background-repeat:no-repeat;
 background-size:auto;
 background-position:right center;
 border-radius:0px 0px 0px 0px;
border:solid #000000;
border:solid rgba(0,0,0,1);
border-width:0px 0px 0px 0px;
line-height:30px;
}
 .ttr_vmenu_items  li ul.child li a
{
font-size:14px;
font-family:'Roboto','Arial';font-weight:normal;
font-style:normal;
color:#4E4E4E;
text-align:left;
text-decoration:none;
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(0,0,0,0);
border-width:0px 0px 0px 0px;
display:block;
line-height:20px;
text-indent:5px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
background-color:#FFFFFF;
background:rgba(255,255,255,1);
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
text-align:left;
}
 .ttr_vmenu_items  li ul.child li a
{
}
 .ttr_vmenu_items.nav   li ul.child li a.subchild
{
text-align:left;
line-height:20px;
font-size:14px;
font-family:'Roboto','Arial';font-weight:normal;
font-style:normal;
color:#4E4E4E;
text-align:left;
text-decoration:none;
background-color:#FFFFFF;
background:rgba(255,255,255,1);
display:block;
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(0,0,0,0);
border-width:0px 0px 0px 0px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
 .nav.ttr_vmenu_items ul.child
{
 }
 .nav.ttr_vmenu_items  li a.ttr_vmenu_items_parent_link_active_arrow
{
text-align:left;
padding-left:4px;
padding-right:14px;
font-size:14px;
font-family:'Roboto','Arial';font-weight:normal;
font-style:normal;
color:#FA6B5A;
text-align:left;
text-decoration:none;
cursor: pointer;
display: block;
line-height:30px;
background-color:transparent;
background:url(../images/vmenuResMainArrowActive00.png),rgba(255,255,255,0);
background-repeat:no-repeat;
 background-size:auto;
 background-position:right center;
 border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(255,255,255,0);
border-width:0px 0px 0px 0px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
padding-top:0px;
padding-bottom:0px;
}
 .nav.ttr_vmenu_items  li a.ttr_vmenu_items_parent_link_active
{
display:block;
cursor: pointer;
text-align:left;
padding-left:4px;
padding-right:4px;
font-size:14px;
font-family:'Roboto','Arial';font-weight:normal;
font-style:normal;
color:#FA6B5A;
text-align:left;
text-decoration:none;
line-height:30px;
background-color:transparent;
background:rgba(255,255,255,0);
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(255,255,255,0);
border-width:0px 0px 0px 0px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
padding-top:0px;
padding-bottom:0px;
}
 .nav.ttr_vmenu_items  li.active:hover a.ttr_vmenu_items_parent_link_active
{
font-size:14px;
font-family:'Roboto','Arial';font-weight:normal;
font-style:normal;
color:#90EE90;
text-align:left;
text-decoration:none;
background-color:#FFFFFF;
background:rgba(255,255,255,1);
border-radius:0px 0px 0px 0px;
border:solid #000000;
border:solid rgba(0,0,0,1);
border-width:0px 0px 0px 0px;
}
 .nav.ttr_vmenu_items  li.active:hover a.ttr_vmenu_items_parent_link_active_arrow
{
font-size:14px;
font-family:'Roboto','Arial';font-weight:normal;
font-style:normal;
color:#90EE90;
text-align:left;
text-decoration:none;
background-color:#FFFFFF;
background:url(../images/vmenuMainArrowHover00.png),rgba(255,255,255,1);
background-repeat:no-repeat;
 background-size:auto;
 background-position:right center;
 border-radius:0px 0px 0px 0px;
border:solid #000000;
border:solid rgba(0,0,0,1);
border-width:0px 0px 0px 0px;
}
 .ttr_vmenu_items ul
{
width:100%;
background-color:#E5E5E5;
background:rgba(229,229,229,1);
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(255,255,255,0);
border-width:0px 0px 0px 0px;
}
 .ttr_vmenu_items li:hover ul ul,
.ttr_vmenu_items li:hover  li:hover ul ul

{
background-color:#E5E5E5;
background:rgba(229,229,229,1);
}
 .nav.ttr_vmenu_items  li:hover  li:hover   li:hover a.subchild

{
}
 .nav.ttr_vmenu_items  li:hover    li:hover  li a.subchild

{
}
 .nav.ttr_vmenu_items  li  ul.child li .separator
{
border-width:0px 0px 0px 0px;
border-style:solid;
border-color:transparent;
height:auto;
margin:0 0px 0 0px;
display:none;
}
 .nav.ttr_vmenu_items li:last-child .horiz_separator
{
display:none;
}
 .nav.ttr_vmenu_items  li:hover ul.child ul li:last-child .separator, .nav.ttr_vmenu_items  li:hover  li:hover ul li:last-child .separator, .nav.ttr_vmenu_items  li:hover li:hover li:hover ul li:last-child .separator, .nav.ttr_vmenu_items  li:hover  ul.child li:last-child .separator
{
display:none;
}
 .nav.ttr_vmenu_items  li ul.child ul li .separator, .nav.ttr_vmenu_items  li  li:hover ul li .separator, .nav.ttr_vmenu_items  li li:hover li:hover ul li .separator
{
border-width:0px 0px 0px 0px;
border-style:solid;
border-color:transparent;
height:auto;
margin:0 0px 0 0px;
display:none;
}
 .ttr_vmenu_items .horiz_separator
{
border-width:0px 0px 0px 0px;
border-style:solid;
border-color:transparent;
height:auto;
margin:0;
display:none;
}
 footer
{
position: relative;
background-color:#008000;
background:rgba(0,128,0,1);
border-radius:0px 0px 0px 0px;
border:solid #3AACCF;
border:solid rgba(58,172,207,1);
border-width:0px 0px 0px 0px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
 .ttr_footer_bottom_footer
{
height:216px;
}
 footer h1, footer h1 a, footer h1 a:hover, footer h1 a:visited
{
font-size:8px;
font-family:'Times New Roman';
font-weight:normal;
font-style:normal;
color:#000000;
text-align:left;
text-decoration:none;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
}
 footer h2, footer h2 a, footer h2 a:hover, footer h2 a:visited
{
font-size:8px;
font-family:'Times New Roman';
font-weight:normal;
font-style:normal;
color:#000000;
text-align:left;
text-decoration:none;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
}
 footer h3, footer h3 a, footer h3 a:hover, footer h3 a:visited
{
font-size:8px;
font-family:'Times New Roman';
font-weight:normal;
font-style:normal;
color:#000000;
text-align:left;
text-decoration:none;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
}
 footer h4, footer h4 a, footer h4 a:hover, footer h4 a:visited
{
font-size:8px;
font-family:'Times New Roman';
font-weight:normal;
font-style:normal;
color:#000000;
text-align:left;
text-decoration:none;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
}
 footer h5, footer h5 a, footer h5 a:hover, footer h5 a:visited
{
font-size:8px;
font-family:'Times New Roman';
font-weight:normal;
font-style:normal;
color:#000000;
text-align:left;
text-decoration:none;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
}
 footer h6, footer h6 a, footer h6 a:hover, footer h6 a:visited
{
font-size:8px;
font-family:'Times New Roman';
font-weight:normal;
font-style:normal;
color:#000000;
text-align:left;
text-decoration:none;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
}
 footer ol li
{
font-size:8px;
font-family:'Times New Roman';
font-weight:normal;
font-style:normal;
color:#000000;
text-align:left;
text-decoration:none;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
list-style-position:inside;
list-style-type:decimal;
}
 footer ul li
{
list-style:none;
font-size:8px;
font-family:'Times New Roman';
font-weight:normal;
font-style:normal;
color:#000000;
text-align:left;
text-decoration:none;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
}
 footer a
{
font-size:14px;
font-family:'Source Sans Pro','Arial';font-weight:normal;
font-style:normal;
color:#E1E1E1;
text-align:left;
text-decoration:none;
}
 footer a:hover
{
font-size:14px;
font-family:'Source Sans Pro','Arial';font-weight:normal;
font-style:normal;
color:#FA6B5A;
text-align:left;
text-decoration:none;
}
 footer a:visited
{
font-size:8px;
font-family:'Times New Roman';
font-weight:normal;
font-style:normal;
color:#92BCE0;
text-align:left;
text-decoration:none;
}
 #ttr_copyright a
{
font-size:16px;
font-family:'Handlee','Arial';font-weight:normal;
font-style:normal;
color:#F9C555;
text-align:left;
text-decoration:none;
}
 #ttr_copyright a
{
top: 192.8px;
left: 84.03%;
display:block;
position:absolute;
overflow:auto;
transform:rotate(0deg);
-moz-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
-o-transform:rotate(0deg);
}
 #ttr_footer_designed_by_links
{
font-size:16px;
font-family:'Handlee','Arial';font-weight:normal;
font-style:normal;
color:#F3F3F3;
text-align:left;
text-decoration:none;
top: 192.8px;
left: 45.43%;
position:absolute;
overflow:auto;
transform:rotate(0deg);
-moz-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
-o-transform:rotate(0deg);
}
 #ttr_footer_designed_by_links
{
display:inline-block;
}
 #ttr_footer_designed_by_links a, #ttr_footer_designed_by_links a:link, #ttr_footer_designed_by_links a:visited, #ttr_footer_designed_by_links a:hover
{
display:inline-block;font-size:16px;
font-family:'Handlee','Arial';font-weight:normal;
font-style:normal;
color:#FA6B5A;
text-align:left;
text-decoration:none;
}
 .footerposition1
{
background-color:transparent;
background:rgba(255,255,255,0);
border-radius:0px 0px 0px 0px;
border:solid #000000;
border:solid rgba(0,0,0,1);
border-width:0px 0px 0px 0px;
border-radius:0px 0px 0px 0px;
border:solid #000000;
border:solid rgba(0,0,0,1);
border-width:0px 0px 0px 0px;
top: 12px;
left: 0%;
width: 290px;
height: 126px;
position:absolute;
overflow:auto;
}
 .footerposition2
{
background-color:transparent;
background:rgba(255,255,255,0);
border-radius:0px 0px 0px 0px;
border:solid #000000;
border:solid rgba(0,0,0,1);
border-width:0px 0px 0px 0px;
border-radius:0px 0px 0px 0px;
border:solid #000000;
border:solid rgba(0,0,0,1);
border-width:0px 0px 0px 0px;
top: 12px;
left: 70.93%;
width: 290px;
height: 126px;
position:absolute;
overflow:auto;
}
 .footerposition3
{
background-color:transparent;
background:rgba(255,255,255,0);
border-radius:0px 0px 0px 0px;
border:solid #000000;
border:solid rgba(0,0,0,1);
border-width:0px 0px 0px 0px;
border-radius:0px 0px 0px 0px;
border:solid #000000;
border:solid rgba(0,0,0,1);
border-width:0px 0px 0px 0px;
top: 12px;
left: 35.55%;
width: 289px;
height: 126px;
position:absolute;
overflow:auto;
}
 .footerposition4
{
background-color:#FFFFFF;
background:rgba(255,255,255,1);
border-radius:0px 0px 0px 0px;
border:solid #000000;
border:solid rgba(0,0,0,1);
border-width:0px 0px 0px 0px;
border-radius:0px 0px 0px 0px;
border:solid #000000;
border:solid rgba(0,0,0,1);
border-width:0px 0px 0px 0px;
top: 160.8px;
left: 9.85%;
width: 93px;
height: 32px;
position:absolute;
overflow:auto;
}
 .ttr_block
{
overflow:hidden;
border-radius:0px 0px 0px 0px;
border:solid #D3D3D3;
border:solid rgba(211,211,211,1);
border-width:0px 0px 0px 0px;
background-color:#FFFFFF;
background:rgba(255,255,255,1);
margin-top:9px;
margin-left:6px;
margin-right:6px;
margin-bottom:9px;
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
 .ttr_block_header
{
border-radius:0px 0px 0px 0px;
border:solid #D3D3D3;
border:solid rgba(211,211,211,1);
border-width:0px 0px 1px 0px;
background-color:#FFFFFF;
background:rgba(255,255,255,1);
height:45px;
box-sizing: content-box;
margin-top:4px;
margin-left:4px;
margin-right:4px;
margin-bottom:4px;
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
 .ttr_block_content
{
padding-top:2px;
padding-left:2px;
padding-right:2px;
padding-bottom:2px;
margin-top:3px;
margin-left:3px;
margin-right:3px;
margin-bottom:3px;
background-color:transparent;
background:rgba(255,255,255,0);
border-radius:0px 0px 0px 0px;
border:solid #D3D3D3;
border:solid rgba(211,211,211,1);
border-width:0px 0px 0px 0px;
font-size:12px;
font-family:'Roboto','Arial';font-weight:normal;
font-style:normal;
color:#959595;
text-align:left;
text-decoration:none;
}
 .ttr_block_content h1, .ttr_block_content h1 a, .ttr_block_content h1 a:hover, .ttr_block_content h1 a:visited
{
font-size:36px;
font-family:'Arial';
font-weight:normal;
font-style:normal;
color:#333333;
text-align:left;
text-decoration:none;
margin-left:0px;
margin-right:0px;
margin-top:8px;
margin-bottom:8px;
}
 .ttr_block_content h2, .ttr_block_content h2 a, .ttr_block_content h2 a:hover, .ttr_block_content h2 a:visited
{
font-size:30px;
font-family:'Arial';
font-weight:normal;
font-style:normal;
color:#333333;
text-align:left;
text-decoration:none;
margin-left:0px;
margin-right:0px;
margin-top:10px;
margin-bottom:10px;
}
.ttr_block_content h3, .ttr_block_content h3 a, .ttr_block_content h3 a:hover, .ttr_block_content h3 a:visited
{
font-size:24px;
font-family:'Arial';
font-weight:normal;
font-style:normal;
color:#333333;
text-align:left;
text-decoration:none;
margin-left:0px;
margin-right:0px;
margin-top:12px;
margin-bottom:12px;
}
.ttr_block_content h4, .ttr_block_content h4 a, .ttr_block_content h4 a:hover, .ttr_block_content h4 a:visited
{
font-size:18px;
font-family:'Arial';
font-weight:normal;
font-style:normal;
color:#333333;
text-align:left;
text-decoration:none;
margin-left:0px;
margin-right:0px;
margin-top:16px;
margin-bottom:16px;
}
 .ttr_block_content h5, .ttr_block_content h5 a, .ttr_block_content h5 a:hover, .ttr_block_content h5 a:visited
{
font-size:14px;
font-family:'Arial';
font-weight:normal;
font-style:normal;
color:#333333;
text-align:left;
text-decoration:none;
margin-left:0px;
margin-right:0px;
margin-top:20px;
margin-bottom:20px;
}
 .ttr_block_content h6, .ttr_block_content h6 a, .ttr_block_content h6 a:hover, .ttr_block_content h6 a:visited
{
font-size:12px;
font-family:'Arial';
font-weight:normal;
font-style:normal;
color:#333333;
text-align:left;
text-decoration:none;
margin-left:0px;
margin-right:0px;
margin-top:28px;
margin-bottom:28px;
}
 .ttr_block ol li
{
font-size:12px;
font-family:'Arial';
font-weight:normal;
font-style:normal;
color:#333333;
text-align:left;
text-decoration:none;
margin-left:0px;
margin-right:0px;
margin-top:5px;
margin-bottom:5px;
list-style-position:inside;
list-style-type:decimal;
}
 .ttr_block ul li
{
font-size:12px;
font-family:'Arial';
font-weight:normal;
font-style:normal;
color:#333333;
text-align:left;
text-decoration:none;
margin-left:0px;
margin-right:0px;
margin-top:5px;
margin-bottom:5px;
}
 input[type="text"], input[type="password"], input[type="email"], select
{
border-radius:4px 4px 4px 4px;
border:solid #CCCCCC;
border:solid rgba(204,204,204,1);
border-width:1px 1px 1px 1px;
font-size:14px;
font-family:'Arial';
font-weight:normal;
font-style:normal;
color:#555555;
text-align:left;
text-decoration:none;
background-color:#FFFFFF;
background:rgba(255,255,255,1);
width:100%;
height:34px !important;
}
 input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus
{
border-radius:4px 4px 4px 4px;
border:solid #66AFE9;
border:solid rgba(102,175,233,1);
border-width:1px 1px 1px 1px;
box-shadow:1px 0px 10px rgba(191,222,246,1);
font-size:14px;
font-family:'Arial';
font-weight:normal;
font-style:normal;
color:#555555;
text-align:left;
text-decoration:none;
background-color:#FFFFFF;
background:rgba(255,255,255,1);
}
 textarea
{
border-radius:4px 4px 4px 4px;
border:solid #CCCCCC;
border:solid rgba(204,204,204,1);
border-width:1px 1px 1px 1px;
font-size:14px;
font-family:'Arial';
font-weight:normal;
font-style:normal;
color:#555555;
text-align:left;
text-decoration:none;
background-color:#FFFFFF;
background:rgba(255,255,255,1);
}
 textarea:focus
{
border-radius:4px 4px 4px 4px;
border:solid #66AFE9;
border:solid rgba(102,175,233,1);
border-width:1px 1px 1px 1px;
box-shadow:1px 0px 10px rgba(191,222,246,1);
font-size:14px;
font-family:'Arial';
font-weight:normal;
font-style:normal;
color:#555555;
text-align:left;
text-decoration:none;
background-color:#FFFFFF;
background:rgba(255,255,255,1);
}
 .ttr_banner_header_inner_above0
{
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(255,255,255,0);
border-width:0px 0px 0px 0px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
background-color:transparent;
background:rgba(255,255,255,0);
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
.headerabovecolumn1
{
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
background-color:transparent;
background:rgba(255,255,255,0);
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(255,255,255,0);
border-width:0px 0px 0px 0px;
}
.headerabovecolumn2
{
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
background-color:transparent;
background:rgba(255,255,255,0);
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(255,255,255,0);
border-width:0px 0px 0px 0px;
}
.headerabovecolumn3
{
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
background-color:transparent;
background:rgba(255,255,255,0);
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(255,255,255,0);
border-width:0px 0px 0px 0px;
}
.headerabovecolumn4
{
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
background-color:transparent;
background:rgba(255,255,255,0);
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(255,255,255,0);
border-width:0px 0px 0px 0px;
}
 .ttr_banner_header_inner_below0
{
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(255,255,255,0);
border-width:0px 0px 0px 0px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
background-color:transparent;
background:rgba(255,255,255,0);
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
 .headerbelowcolumn1
{
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
background-color:transparent;
background:rgba(255,255,255,0);
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(255,255,255,0);
border-width:0px 0px 0px 0px;
}
 .headerbelowcolumn2
{
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
background-color:transparent;
background:rgba(255,255,255,0);
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(255,255,255,0);
border-width:0px 0px 0px 0px;
}
 .headerbelowcolumn3
{
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
background-color:transparent;
background:rgba(255,255,255,0);
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(255,255,255,0);
border-width:0px 0px 0px 0px;
}
 .headerbelowcolumn4
{
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
background-color:transparent;
background:rgba(255,255,255,0);
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(255,255,255,0);
border-width:0px 0px 0px 0px;
}
 .ttr_banner_menu_inner_above0
{
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(255,255,255,0);
border-width:0px 0px 0px 0px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
background-color:transparent;
background:rgba(255,255,255,0);
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
 .menuabovecolumn1
{
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
background-color:transparent;
background:rgba(255,255,255,0);
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(255,255,255,0);
border-width:0px 0px 0px 0px;
}
 .menuabovecolumn2
{
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
background-color:transparent;
background:rgba(255,255,255,0);
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(255,255,255,0);
border-width:0px 0px 0px 0px;
}
 .menuabovecolumn3
{
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
background-color:transparent;
background:rgba(255,255,255,0);
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(255,255,255,0);
border-width:0px 0px 0px 0px;
}
 .menuabovecolumn4
{
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
background-color:transparent;
background:rgba(255,255,255,0);
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(255,255,255,0);
border-width:0px 0px 0px 0px;
}
 .ttr_banner_menu_inner_below0
{
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(255,255,255,0);
border-width:0px 0px 0px 0px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
background-color:transparent;
background:rgba(255,255,255,0);
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
 .menubelowcolumn1
{
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
background-color:transparent;
background:rgba(255,255,255,0);
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(255,255,255,0);
border-width:0px 0px 0px 0px;
}
 .menubelowcolumn2
{
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
background-color:transparent;
background:rgba(255,255,255,0);
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(255,255,255,0);
border-width:0px 0px 0px 0px;
}
 .ttr_banner_menu_inner_below1
{
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(255,255,255,0);
border-width:0px 0px 0px 0px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
background-color:transparent;
background:rgba(255,255,255,0);
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
 .menubelowcolumn3
{
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
background-color:transparent;
background:rgba(255,255,255,0);
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(255,255,255,0);
border-width:0px 0px 0px 0px;
}
 .ttr_banner_menu_inner_below2
{
border-radius:0px 0px 0px 0px;
border:solid transparent;
border:solid rgba(255,255,255,0);
border-width:0px 0px 0px 0px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
background-color:transparent;
background:rgba(255,2
Чтобы оставить сообщение,
Вам необходимо Войти или Зарегистрироваться
 

Пункт меню Текстовый разделитель ведет на главную страницу

Автор zahar_92

Ответов: 8
Просмотров: 2454
Последний ответ 27.07.2023, 13:37:17
от ei-dos
Ошибка при входе в корзину шаблон jmart

Автор dimiur

Ответов: 5
Просмотров: 2678
Последний ответ 24.05.2023, 14:24:30
от Gleb72
[РЕШЕНО]Скрыть пункт меню на мобильных устройствах

Автор lexxbry

Ответов: 16
Просмотров: 4688
Последний ответ 23.05.2023, 07:22:49
от geral
Почему обновление шаблона ломает шаблон?

Автор gorbi_U

Ответов: 8
Просмотров: 1384
Последний ответ 03.05.2023, 22:54:19
от SmiP
Цвет фона меню

Автор IhorPH

Ответов: 7
Просмотров: 1125
Последний ответ 21.03.2023, 11:47:29
от marksetter