/**
*  @version  $Id: template.css 9 2013-03-21 09:47:13Z linhnt $
*  @package  OMG Responsive Template for Joomla! 2.5
*  @subpackage  main css file for template ot_dulcet
*  @copyright  Copyright (C) 2009 - 2013 Omegatheme. All rights reserved.
*  @license  GNU/GPL version 2, or later
*  @website:  http://www.omegatheme.com
*  Support Forum - http://www.omegatheme.com/forum/
*/

/* 
* In this file we define layout such as: dimensions, position, padding, margin, etc. 
* We also define COMMON typography (color, font) - JUST ONLY common style. 
* If template has many preset styles, define typography in preset-style-x.css appropriate each design
*/



/* This is for test or demo only, can remove */
.oPosBlock {
    /* margin-bottom: 20px;
    margin-top: 10px; */
}
.oPos {
  /* background: #EEE; */
  /*border-radius: 3px;*/
}
/* end demo */


/*========================= 1. GENERAL =======================*/

input, textarea, .uneditable-input { max-width: 99%; }
a.modal {
    background: none repeat scroll 0 center transparent;
    border: 0 none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    bottom: 0;
    left: 0;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    width: auto;
    z-index: 0;
}
.ie7 .btn-navbar{ display: none; }

/*========================= 2. OVERIDE JOOMLA =======================*/

/* com_search */
.search{}
.search .phrases-box,
.search .ordering-box,
.search .only,
.search .form-limit 
{
  clear: both; 
  margin: 0.5em 0;
}
.search .phrases-box > input,
.search .phrases-box > label {
  display: inline;
  margin: 0 2px;
}
.search .ordering-box > label {
  display: inline;
}

/* tooltips*/
.tip-wrap {
    background-color: #000000;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    z-index: 100;
}
.tip-title {
  font-weight: bold;
}
.tip-text {
    text-align: left;
}

/* editor buttons */
.button2-left,
.button2-right {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px 4px 4px 4px;
   -moz-border-radius: 4px 4px 4px 4px;
      border-radius: 4px 4px 4px 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* com_content */
.pagenav:after {
    clear: both;
}
.pagenav:before, .pagenav:after {
    content: "";
    display: table;
    line-height: 0;
}
.pagenav{
    list-style: none outside none;
    margin: 18px 0;
    text-align: center;
}
.pagenav li {display:inline;}
.pagenav .pagenav-prev a{ float: left; }
.pagenav .pagenav-next a{ float: right; }
.pagenav a{
    background-color: #F8F8F8;
    border: 1px solid #DDDDDD;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    display: inline-block;
    padding: 3px 8px;
}

/*========================= 3. RESPONSIVE ====================*/

@media (min-width: 1200px) {

}

@media (min-width: 980px) {

}

@media (max-width: 979px) {
  
}

@media (min-width: 768px) and (max-width: 979px) {

}

@media (max-width: 767px) {
  /* fixed the modal popup width in small screen */
  #sbox-overlay {
    min-width: 100% !important;
  }
  #sbox-window {
    left: auto !important;
    padding: 0;
    width: 90% !important;
  }
  #sbox-window .sbox-content-iframe > iframe {
    max-width: 100% !important;
  }
  
  /* fixed facebox pop up in small screen (Virtuemart) */
  #facebox { max-width: 90% !important; left: auto !important; }
  #facebox .content { display: block !important; }
  #facebox iframe { max-width: 100% !important; }
}

@media (max-width: 480px) {

}

/*========================= 4. LAYOUT =======================*/
.ie7  .btn-navbar{
  display: none;
}
.ie7 .row-fluid .form-search [class*="span"],
.ie8 .row-fluid .form-search [class*="span"]{
  min-height: 20px;
}
.ie7 .form-search .input-append,
.ie8 .form-search .input-append {
  display: block;
}
.ie7 .oTopBlock{
  position: relative;
  z-index: 1;
}
.ie7 .custom_search .form-search,
.ie8 .custom_search .form-search{
  width: 220px;
}
.ie7 .custom_search .form-search .input-append .search-query,
.ie8 .custom_search .form-search .input-append .search-query{
  /* width: 140px; */
}
.input-append {
  max-width: 100%;
}
.center{
  text-align: center;
}
.floatleft{
  float: left;
}
.floatright{
  float: right;
}
.left{
  text-align: left;
}
.right{
  text-align: right;
}
a.modal{
  position: relative;
  margin: 0;
  width: auto;
  top: auto;
  left: auto;
  z-index: 1;  
  border: 0 none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
  box-shadow: none;
}
p{
  margin: 10px 0;
}
ul{
  margin: 10px 0;
  list-style: disc inside none;
}
ul ul{
  margin-left: 20px;
}
body{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.body-bg{
  
}
.componentheading{

}
h3.mod-title{
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  text-transform: uppercase;
  margin: 10px 0;
  padding: 10px 0;
  clear: both;
  border-bottom: 3px double;
}
.oBottomBlock h3.mod-title{
  border: 0;
}
.oTopBlock{
  border-bottom: 1px solid;
}
.oTopBlock .container{
  
}
.oTopBlock .top1{
  position: relative;
}
.oTopBlock .top2{
  
}
.oTopBlock .top3{
  
}
.oTopBlock .top4{
  
}
.oTopBlock .top5{
  
}
.oMiddleBlock{
  
}
.oMiddleBlock1{
  
}
.oMiddleBlock2{
  
}
.oMiddleBlock3{
  padding: 20px 0;
}
.oMainBlock .container{
  
}
.oMainTopBlock1,
.oMainTopBlock2{
  padding: 20px 0;
}
.oBottomBlock{
  
}
.oBottomBlock-i{
  
}
.oBottomBlock .container{
  
}
.oBottomBlock .oPosBlock{
  padding: 10px 0;
}
.oFooterBlock{
  border-style: solid none none;
  border-width: 1px 0 0;
}
.oFooterBlock .container{
  font-size: 12px;
}
.oFooterBlock .footer1-6 .module{
  float: right;
}
.oFooterBlock .footer1{
  
}
.oFooterBlock .footer2{
  
}
.breadcrumb{
  float: right;
  font-size: 13px;
}
.breadcrumb-header{
  font-size: 30px;
}
.carousel{
  overflow: hidden;
  z-index: 0;
}

/* CUSTOM SEARCH */
.module .search{
  margin: 0;
  padding: 0;
  text-align: right;
}
.module .search .form-search{
  margin: 0 2px 2px;
  border-top: 3px solid;
  padding: 10px 15px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.custom_search .form-search .input-append .search-query{
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}
.custom_search .form-search .input-append .btn{
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
}
.oTopBlock .module.accordion.custom_search{
  float: right;
  margin: 0;
  padding: 30px 10px 5px;
  /* line-height: 65px; */
}
.oTopBlock .module.accordion.custom_search input.button-img{
  margin: 22px 5px;
}
.oTopBlock .top1 .module.accordion.custom_search .search{
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2;
  /* line-height: 20px; */
}

/* CUSTOM MENU */
.mainmenu .otmenu-desk-wrapper{
  margin: 0 10px;
}
.mainmenu .otmenu-mobile-wrapper{
  margin: 0 10px;
  overflow: hidden;
}
.mainmenu .otmenu-desk-wrapper .ot-menu.menu{
  float: right;
  height: 95px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li li a,
.mainmenu .otmenu-desk-wrapper .ot-menu li li .item-separator{
  padding: 5px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li:hover{
  background: #F6F6F6;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 > a:hover,
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1.hover > a,
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1.active > a{
  padding-bottom: 0px;
  border-bottom: 5px solid;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1.hasChild > a:hover:after,
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1.hasChild.hover > a:after,
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1.hasChild.active > a:hover:after{
  bottom: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1.hasChild > a:hover:after,
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1.hasChild.hover > a:after,
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1.hasChild.active > a:hover:after{
  border-width: 3px;
  left: 50%;
  margin-left: -3px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu a.level1{
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  line-height: 65px;
  height: 65px;
  padding: 30px 10px 5px;
  text-transform: none;
}
.mainmenu .otmenu-desk-wrapper .ot-menu a.level1 span{
  
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 .submenu-wrap{
  border-top: 3px solid;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 > .submenu-wrap{
  top: 100px;
}
.ie7 .mainmenu .otmenu-desk-wrapper .ot-menu li.level1 > .submenu-wrap{
  border-top: 1px solid;
}
.ot-menu a,
.mainmenu .otmenu-desk-wrapper .ot-menu a,
.menu a{
  
}
.oFooterBlock ul.menu li{
  float: left;
  padding: 0 10px 0 0;
}
 
 /* CUSTOM STYLE CUSTOM SOCIAL */
 a.custom-social{
  margin: 0 5px;
  padding: 0;
  width: 18px;
  height: 18px;
  display: inline-block;
  opacity: 0.60;
  filter:alpha(opacity=60); /* For IE8 and earlier */
 }
 a.custom-social:hover{
  opacity: 1;
  filter:alpha(opacity=100); /* For IE8 and earlier */
 }

/* CUSTOM BANNER */
.custom_banner .carousel{
  margin: 0;
}

/* CUSTOM BLOCK */
.custom_block{
  padding: 3%;
  overflow: hidden;
}
.custom_block h3{
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.custom_block a{
  font-weight: bold;
}
.custom_work{
  padding: 10px;
}
.custom_work h3{
  font-size: 18px;
  text-transform: uppercase;
}
.custom_work h3 span{
  font-size: 36px;
  line-height: 30px;
  display: block;
}
.custom_work a{
  font-weight: bold;
}

/* CUSTOM CONTACT BLOCK */
.custom_contact{
  padding: 20px 0;
  overflow: hidden;
}
.custom_contact .custom_comp{
  font-style: italic;
}

/* CUSTOM SUPPORT BLOCK */
.custom_support{
  position: relative;
  padding: 24px;
  border: 1px solid;
  margin: 50px 0;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.custom_support .custom_inner{
  padding: 9px 19px;
  border: 1px solid;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}
.custom_support img{
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -29px;
}
.custom_support h3{
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.custom_support a{
  font-weight: bold;
}

/* CUSTOM SIDEBAR */
[class*="sidebar-"]{
  margin-bottom: 10px;
}
[class*="sidebar-"] ul{
  
}
[class*="sidebar-"] .module{
  margin: 10px 0;
}
[class*="sidebar-"] .module .mod-title{
  margin: 0px;
}
[class*="sidebar-"] .mod-content{
  
}

/* CUSTOM CONTENT */

/* CUSTOM CONTACT */
.module .custom-contact{
  font-size: 12px;
  font-style: italic;
  margin-top: 10px;
}
.module .custom-contact h4{
  font-size: 14px;
  font-style: normal;
  margin-bottom: 0;
}
.module .custom-contact a.contact{
  padding: 5px 10px;
  margin-bottom: 0;
}

/* CUSTOM BOTTOM */
.oBottomBlock ul li{
  line-height: 20px;
  padding: 2px;
  border-bottom: 1px solid;
}
.oBottomBlock ul li:last-child{
  border-bottom: 0;
}

/* CUSTOM FOOTER */
.oFooterBlock .nav > li > a{
  
}
.oFooterBlock .nav > li > a:hover,
.oFooterBlock .nav > li > a:focus{
  background: none;
}

/* CUSTOM K2 */
.k2Avatar img{
  overflow: hidden;
}
div.itemHeader h2.itemTitle{
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 30px;
  padding: 10px 0;
  text-transform: none;
}
div.catItemHeader h3.catItemTitle,
div.latestItemHeader h3.latestItemTitle,
div.userItemHeader h3.userItemTitle,
div.tagItemHeader h2.tagItemTitle{
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 22px;
  padding: 10px 0;
}
div.itemToolbar ul{
  text-align: left;
}
div.catItemHeader span.catItemAuthor,
div.itemHeader span.itemAuthor{
  display: inline-block;
  padding: 0 10px 0 15px;
}
.catItemAuthor,
.itemAuthor,
.catItemDateCreated,
.itemDateCreated,
.moduleItemDateCreated,
.catItemTagsBlock,
.itemTagsBlock,
.catItemComments,
.itemComments{
  padding: 0 10px 0 15px;
}
.ot-portfolio div.itemImageBlock{
  float: left;
}
ul.itemsList li{
  list-style: none;
  padding: 10px;
  border-bottom: 1px solid;
}
ul.itemsList li.lastItem{
  border-bottom: 0;
}
.k2ItemsBlock .moduleItemImage{
  float: left;
  margin: 0 2px 0 0;
}
.k2ItemsBlock .ot-single .moduleItemImage,
.k2ItemsBlock .ot-portfolio .moduleItemImage,
.ot-portfolio .catItemImageBlock{
  width: 100%;
  margin: 0;
  padding: 0;
}
.ot-portfolio .catItemImageBlock span.catItemImage{
  margin: 0;
  padding: 0;
}
.ot-portfolio .catItemImageBlock span.catItemImage img{
  margin: 0;
  padding: 0;
  border: 0;
}
.ot-portfolio div.itemRelated{
  overflow: hidden;
}
.k2ItemsBlock .ot-single .moduleItemOverlay{
  position: absolute;
  top: 20%;
  left: 10%;
  width: 40%;
  height: 50%;
  padding: 10px;
}
.k2ItemsBlock .ot-single .moduleItemOverlay-i{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.k2ItemsBlock .ot-single .moduleItemOverlay-ii{
  padding: 10px 10px 10px 30px;
}
.k2ItemsBlock .ot-single .moduleItemOverlay .moduleItemIntrotext{
  margin: 0 0 20px;
}
.k2ItemsBlock .ot-single .moduleItemOverlay a.moduleItemReadMore{
  padding: 5px 35px 5px 15px;
}
.ot-portfolio div.catItemView,
div.itemView.ot-portfolio {
  padding: 0px;
  margin: 20px 0 0;
}
.k2ItemsBlock .ot-portfolio .k2ItemBlock-i,
.ot-portfolio .catItemView .k2ItemBlock,
.ot-portfolio .itemRelated .k2ItemBlock{
  border-width: 5px 1px 1px;
  border-style: solid;
}
.k2ItemsBlock .ot-portfolio .k2ItemBlock .moduleItemIntro,
.ot-portfolio .catItemView .k2ItemBlock .catItemBody,
.ot-portfolio .itemRelated .k2ItemBlock .itemRelIntro{
  overflow: hidden;
  padding: 1px;
}
.k2ItemsBlock .ot-portfolio .k2ItemBlock .moduleItemImageHeader,
.ot-portfolio .catItemView .k2ItemBlock .catItemImageHeader,
.ot-portfolio .itemRelated .k2ItemBlock .itemRelImageHeader{
  overflow: hidden;
  position: relative;
}
.k2ItemsBlock .ot-portfolio .k2ItemBlock .moduleItemImageHeader .moduleItemHeader,
.ot-portfolio .catItemView .k2ItemBlock .catItemImageHeader .catItemHeader,
.ot-portfolio .itemRelated .k2ItemBlock .itemRelImageHeader .itemRelHeader{
  position: relative;
  width: 100%;
  left: 0;
  bottom: 0;
}
.k2ItemsBlock .ot-portfolio .k2ItemBlock .moduleItemImageHeader .moduleItemHeader .moduleItemTitle,
.ot-portfolio .catItemView .k2ItemBlock .catItemImageHeader .catItemHeader .catItemTitle,
.ot-portfolio .itemRelated .k2ItemBlock .itemRelImageHeader .itemRelHeader .itemRelTitle{
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
}
.k2ItemsBlock .ot-portfolio .k2ItemBlock .moduleItemImageHeader .moduleItemHeader .moduleItemTitle,
.ot-portfolio .catItemView .k2ItemBlock .catItemImageHeader .catItemHeader .catItemTitle,
.ot-portfolio .itemRelated .k2ItemBlock .itemRelImageHeader .itemRelHeader .itemRelTitle,
.k2ItemsBlock .ot-portfolio .k2ItemBlock .moduleItemImageHeader .moduleItemHeader .moduleItemDateCreated,
.ot-portfolio .catItemView .k2ItemBlock .catItemImageHeader .catItemHeader  .catItemDateCreated,
.ot-portfolio .itemRelated .k2ItemBlock .itemRelImageHeader .itemRelHeader .itemRelDateCreated,
.k2ItemsBlock .ot-portfolio .k2ItemBlock .moduleItemImageHeader .moduleItemHeader .moduleItemAuthor,
.ot-portfolio .catItemView .k2ItemBlock .catItemImageHeader .catItemHeader  .catItemAuthor,
.ot-portfolio .itemRelated .k2ItemBlock .itemRelImageHeader .itemRelHeader .itemRelAuthor,
.k2ItemsBlock .ot-portfolio .k2ItemBlock .moduleItemImageHeader .moduleItemHeader .moduleItemTags,
.ot-portfolio .catItemView .k2ItemBlock .catItemImageHeader .catItemHeader  .catItemTags,
.ot-portfolio .itemRelated .k2ItemBlock .itemRelImageHeader .itemRelHeader .itemRelTags{
  display: inline-block;
  padding: 5px 9px;
  margin: 0;
}
.ot-separator{
  clear: both;
  position: relative;
  display: block;
  height: 1px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 30px;
  line-height: 20px;
  margin: 10px 0;
}
.ot-separator div{
  position: absolute;
  width: 100%;
  top: -5px;
  left: 0;
}
.ot-separator span{
  padding: 0 2px;
}
.ot-blog .catImgDate,
.ot-blog .itemImgDate,
.ot-blog .moduleImgDate{
  float: left;
  margin: 0 10px 10px 0;
  position: relative;
}
.ot-blog .catItemImageBlock,
.ot-blog .itemImageBlock,
.ot-blog .itemImage,
.ot-blog .moduleItemImage{
  margin: 0;
}
.ot-blog .moduleItemDateCreated{
  display: block;
  margin: 0px;
  padding: 0;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  border: 0;
  clear: both;
}
.ot-blog div.catItemView,
div.itemView.ot-blog {
  padding: 0px;
  margin: 20px 0 0;
  border-bottom: 1px solid;
}
.ot-blog .catItemImageBlock,
.ot-blog span.catItemImage,
.ot-blog span.catItemImage img,
.ot-blog .itemImageBlock,
.ot-blog span.itemImage,
.ot-blog span.itemImage img{
  margin: 0;
  padding: 0;
  border: 0;
}
.ot-blog div.catItemHeader,
.ot-blog div.itemHeader{
  
}
.ot-blog div.catItemHeader h3.catItemTitle,
.ot-blog div.itemHeader h2.itemTitle,
.ot-blog div.itemBackToTop{
  border: 0;
}
.ot-blog div.catItemBody,
.ot-blog div.itemBody,
.ot-blog div.itemComments{
  
}
.ot-blog .moduleItemTitle{
  margin: 0;
  font-size: 14px;
}
.ot-blog .moduleItemIntrotext{
  /* margin: 0 0 10px; */
  padding: 8px 0;
}
.ot-blog a.read-more{
  
}
.ot-blog .moduleItemComment,
.ot-blog a.moduleItemReadMore{
  padding: 5px 10px;
  margin: 0 5px 10px 0;
  font-size: 12px;
  font-style: italic;
  display: inline-block;
}
.ot-gallery{
  margin: 0 10px;
}
.ot-gallery .tabs-left > .gal-thumb,
.ot-gallery .tabs-right > .gal-thumb{
  width: 25%;
  height: 90%;
}
.ot-gallery .tabs-left > .gal-thumb{
  float: left;
}
.ot-gallery .tabs-right > .gal-thumb{
  float: right;
}
.ot-gallery .tabs-left .nav-tabs,
.ot-gallery .tabs-right .nav-tabs{
  margin: 0;
  border: 0;
}
.ot-gallery .mCSB_container{
  margin-right: 16px;
}
.ot-gallery .mCustomScrollBox > .mCSB_scrollTools{
  right: 5px;
}
#ot_tyo {position: absolute; top: 0px; right: 4011px;}
.ot-gallery .mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.ot-gallery .mCS-dark-2 > .mCSB_scrollTools .mCSB_draggerRail{
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.ot-gallery .nav-tabs > li{
  width: 90%;
  margin: 2% 5%;
  border: 0;
}
.ot-gallery .nav-tabs > li > a,
.ot-gallery .tabs-left > .nav-tabs > li > a,
.ot-gallery .tabs-right > .nav-tabs > li > a{
  padding: 0;
  margin: 0;
}
.ot-gallery .nav-tabs > li > a > img{
  max-width: 100%;
}
.ot-gallery.k2ItemsBlock .k2ItemBlock{
  position: relative;
  overflow: hidden;
}
.ot-gallery.k2ItemsBlock .moduleItemImage,
.ot-gallery.k2ItemsBlock .moduleItemImage img{
  margin: 0;
  width: 100%;
}
.ot-gallery.k2ItemsBlock .caption{
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 2% 5%;
  width: 90%;
}
div.k2TagCloudBlock a{
  margin: 5px;
}

/* CUSTOM TAB */
.ot-tabs .navbar,
.ot-tabs .nav-tabs{
  margin: 0;
  padding: 0;
}
.ot-tabs .navbar{
  border-bottom: 1px solid;
  overflow: hidden;
}
.ot-tabs .navbar .divider-vertical{
  margin: 0px;
}
.ot-tabs .nav-tabs li{
  margin: 0px 1px;
}
.ot-tabs .nav-tabs a{
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  border:0;
}
.ot-tabs .nav-tabs .active > a,
.ot-tabs .nav-tabs > a:hover,
.ot-tabs .nav-tabs > a:focus{
  border:0;
}
.tab-content{
  /* overflow: visible; */
}
.module .tab-content{
  /* clear: both;
  padding: 0 1%; */
  border: 0px;
}
.module .tab-pane {
  /* padding: 10px; */
}

/* CUSTOM CAROUSEL */
.carousel-control{
  margin: 0;
  width: 60px;
  height: 60px;
  border: 1px solid;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
  text-align: center !important;
}
.carousel-control.control-light{  
  opacity: 0.70;
  filter:alpha(opacity=70); /* For IE8 and earlier */
}
.carousel-control.control-light:hover,
.carousel-control.control-light:focus{  
  opacity: 1;
  filter:alpha(opacity=100); /* For IE8 and earlier */
}
.carousel-control.control-mini{
  width: 20px;
  height: 20px;
  font-size: 30px;
  line-height: 10px;
  top: -25px;
  left: auto;
  right: 25px;
  text-align: center !important;
}
.carousel-control.control-mini.right{
  right: 0;
}
.control-large .carousel-inner{
  width: 82.906%;
  margin: 0 8.546%;
}
.control-large .carousel-control{
  width: 5%;
  height: 99%;
  top: 0;
  left: 10px;
  overflow: hidden;
  margin: 0;
}
.control-large .carousel-control.right{
  left: auto;
  right: 10px;
}
.carousel-inner > .item{
  margin: 0;
  overflow: hidden;
}

.oTopBlock .module{
  
}
form.form-search{
  
}
a.read-more{
  padding: 5px 20px 5px 10px;
  border: 1px solid;
  font-size: 14px;
  font-weight: normal;
}

/* CUSTOM BACK TO TOP */
.oFooterBlock .container{
  position: relative;
}
.gotop{
  position: absolute;
  bottom: 100%;
  right: 0;
  display: block;
  padding: 10px 13px;
  border: 1px solid;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}
.gotop a{
  display: block;
  padding: 10px 0 0;
  text-transform: uppercase;
}

/* CUSTOM TEMPLATE CONTROL */
fieldset.democolor{
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding: 20px 0 10px;
  margin: 10px 0;
}
.ie7 fieldset.democolor{
  max-width: 200px;
}
fieldset.democolor label.demopreset{
  width: 80px !important;
  height: 40px;
  border: 0;
  margin-bottom: 10px;
  -webkit-box-shadow: inset 0 -15px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(255, 255, 255, 255.05);
  -moz-box-shadow: inset 0 -15px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(255, 255, 255, 255.05);
  box-shadow: inset 0 -15px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(255, 255, 255, 255.05);
}
fieldset.democolor label.demopreset.odd{
  clear: both;
  margin-right: 10px;
}
fieldset.democolor label.demopreset.even{
  
}

#contact-form input,
#contact-form textarea {
    width: 90%;
}
}
.form-actions {
background: none;
}