/**
 # mega_tourim - Mega Tourim Template For Joomla! 1.7
 # author     OmegaTheme.com
 # copyright   Copyright(C) 2011 - OmegaTheme.com. All Rights Reserved.
 # @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 # Website:   http://omegatheme.com
 # Technical support: Forum - http://omegatheme.com/forum/
**/
/**------------------------------------------------------------------------
 * file: custom.css 1.7.0 00001, March 2011 12:00:00Z OmegaTheme $
 * package:   Mega Tourim Template
 *------------------------------------------------------------------------*/
 
#photos img.nav-next{
  margin-right: -22px;
}
#photos img.nav-prev{
  margin-left: -22px;
}
/* Custom style for mod mega mini news */
.mega_news .mega_title a.title{
  color: #333;
}
.mega_news .mega_title a.title:hover{
  text-decoration: underline;
}
/* Custom css for Contact module */
.mod_contact .submitbutton{
  background: none repeat scroll 0 0 #F8F6F8;
    border: medium none;
    float: right;
    height: 23px;
    line-height: 20px;
    margin-top: 5px;
    margin-right: 29px;
    width: 66px;
  cursor: pointer;
}
.mod_contact input.textinput,
.mod_contact textarea.textinput{
  width: 180px;
  overflow: hidden;
}

/* Custom style for fontpage */
.home_fp h3{
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: normal;
}

/* Custom box shadow */
.custom_note {
   position:relative;
   width:95%;
   padding:1em 1.5em;
   margin:2em auto;
   color:#fff;
   background:#F77036;
   overflow:hidden;
  -webkit-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.3);
}

.custom_note:before {
   content:"";
   position:absolute;
   top:0;
   right:0;
   border-width:0 16px 16px 0;
   border-style:solid;
   border-color:#fff #fff #ce5927 #ce5927;
   background:#ce5927;
   -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
   -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
   box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
   display:block; width:0; /* Firefox 3.0 damage limitation */
}

.custom_note_lighter {
  background:#F78D5D;
}

.custom_note_light {
  background:#F4AF90;
}