/*
 * ------------------------------------------------------------------------
 * JA Elastica Template for Joomla 2.5
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
*/

 
/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
.wrap {
  clear: both;
  width: 100%;
}

.main {
  margin: 0 auto;
  position: relative;
  width: 1200px;
}

.column {
  display: inline;
  float: left;
  overflow: hidden;
}

.ja-mass {
  clear: both;
}

/* Gutter ---*/
.main .inner {
  padding-left: 1em;
  padding-right: 1em;
}

.main .main-inner1 {
  margin-left: 1em;
  margin-right: 1em;
}

/* Reset Basetheme */
#ja-main-wrap div.ja-moduletable,
#ja-main-wrap div.moduletable,
#ja-main-wrap div.ja-module,
#ja-main-wrap div.module {
  margin-right: 0;
  margin-left: 0;
}

/* Redefine gutter for module-inner */
#ja-main-wrap div.ja-moduletable-inner,
#ja-main-wrap div.moduletable-inner,
#ja-main-wrap div.ja-module-inner,
#ja-main-wrap div.module-inner,
#ja-extra-col div.module-inner {
  margin: 1em;
}

/* MASONRY PRESETS (240px*5 Grids)
--------------------------------------------------------- */
/* Sizes---*/
.ja-masonry {
  width: 240px;
}

.grid-double {
  width: 480px;
}

.grid-tripple {
  width: 960px;
}

.grid-all{
	width:100%;}

.ja-masonry .custom,
.grid-double .custom,
.grid-tripple .custom {
  width: auto;
}

/* Main Content */
#ja-content {
  width: 960px; /* 3 grids */

}

.ja-frontpage #ja-content {
  width: 480px; /* Frontpage Content 2 grids */
}

.ja-mf #ja-content {
  width: 100% !important; /* Full */
}

/* full 5 grids content */
body.content-grid-mass #ja-content,
body.content-grid-mass.ja-frontpage #ja-content {
  width: 100% !important;
}

/* 4 grids content */
body.content-grid-quadruple #ja-content,
body.content-grid-quadruple.ja-frontpage #ja-content {
  width: 900px;
}

/* 3 grids content */
body.content-grid-tripple #ja-content,
body.content-grid-tripple.ja-frontpage #ja-content {
  width: 720px;
}

/* 2 grids content */
body.content-grid-double #ja-content,
body.content-grid-double.ja-frontpage #ja-content {
  width: 480px;
}

/* 1 grids content */
body.content-grid-single #ja-content,
body.content-grid-single.ja-frontpage #ja-content {
  width: 240px;
}


/* CONTENT'S GRIDS
--------------------------------------------------------- */
/* Items Page */
.item-page {
  padding: 1.5em;
}

/* Items Row */
.items-row {
  padding: 0;
  margin: 0;
}

.item {
  float: left;
  position: relative;
  padding: 1em 0;
}

.item .contentpaneopen {
  padding: 1.5em;
}

/* Items Leading */
.items-leading {
  padding: 0;
  margin: 0;
}
.leading .spshare{display: none;}

.items-leading .leading {
  padding: 1em 0;
}

.items-leading .leading:first-child {
  padding-top: 0;
}

.leading .contentpaneopen {
  padding: 1.5em;
}

/* Items Grids */
.cols-1 .item {
  width: 100%;
}

.cols-2 .item {
  width: 50%;
}

.cols-3 .item {
  width: 33.33%;
}

.cols-4 .item {
  width: 25%;
}

.cols-5 .item {
  width: 20%;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {
	
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
}

/* MAIN NAVIGATION 
--------------------------------------------------------- */
/* hide menu button by default */
#ja-menu-button {display: none; position: relative;}
/*Slider*/
.camera_wrap{
   
  margin-bottom: 0!important;
}

.camera_caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    height: 114px;
}
.camera_caption p {
    color: #A4A4A4;
    font-family: aller,arial;
    font-size: 25px;
    height: 43px;
    line-height: 23px;
    margin-top: -10px;
    overflow: hidden;
    text-shadow: none;
}
.camera_prev > span {
    background: url("../images/camera_skins.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0.75);
}
.camera_next > span {
    background: url("../images/camera_skins.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0.75);
}
.camera_caption h2 {
    color: #E1E1E1;
    cursor: pointer;
    font-family: aller,arial;
    font-size: 25px;
    line-height: 2px;
    margin-top: 15px;    
}


.camera_pag {    
    display: block;
    margin-top: -30%;
    position: absolute;
}
.camera_wrap .camera_pag .camera_pag_ul li {    
    height: 25px;
    margin: 20px 1px;     
    width: 25px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  background: url("../images/cam-bullet.png") repeat scroll -70px -18px transparent;
}

.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
  background: url("../images/cam-bullet.png") repeat scroll -43px -18px transparent;   
}
.cameraCont, .cameraContents{
  top: 0!important;
}
.camera_caption .readmore{ 
    color: #FFFFFF;
    font-family: champagne;
    font-size: 18px;
    height: 29px;
    line-height: 29px;
    margin-left: -30px;
    margin-top: -46px;
    padding: 6px 9px;
    position: absolute;             
    cursor: pointer;
    display: inline-block;         
    outline: none;       
    text-align: center; 
    text-decoration: none; 
    -webkit-transition: background-color 0.15s ease-in-out; 
    -moz-transition: background-color 0.15s ease-in-out; 
    -o-transition: background-color 0.15s ease-in-out; 
    transition: background-color 0.15s ease-in-out;  
}
.camera_azure_skin .camera_prev > span:hover,
.camera_azure_skin .camera_next > span:hover{
  background-color: #000;
}
.camera_caption .readmore i{
  width: 20px;
  font-size: 25px;
}
/*  Font Awesome
    the iconic font designed for use with Twitter Bootstrap
    -------------------------------------------------------
    The full suite of pictographic icons, examples, and documentation
    can be found at: http://fortawesome.github.com/Font-Awesome/

    License
    -------------------------------------------------------
    The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
    http://creativecommons.org/licenses/by/3.0/ A mention of
    'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
    source code is considered acceptable attribution (most common on the web).
    If human readable source code is not available to the end user, a mention in
    an 'About' or 'Credits' screen is considered acceptable (most common in desktop
    or mobile software).

    Contact
    -------------------------------------------------------
    Email: dave@davegandy.com
    Twitter: http://twitter.com/fortaweso_me
    Work: http://lemonwi.se co-founder

    */
@font-face {
  font-family: "FontAwesome";
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix') format('eot'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  	font-family: "Champagne"; 
	src: url('../fonts/champreg-webfont.eot');
	src: url('../fonts/champreg-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/champita-webfont.woff') format('woff'),
		 url('../fonts/champita-webfont.ttf') format('truetype'),
		 url('../fonts/champita-webfont.svg#Champagne') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BebasNeue';
	src: url('../fonts/BebasNeue.otf');
	src: url('../fonts/BebasNeue.ttf');
	src: url('../fonts/BebasNeue.otf?#iefix') format('embedded-opentype'),		 
		 url('../fonts/BebasNeue.ttf') format('truetype');
		 
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Social';
	src: url('../fonts/Socialico.otf');
	src: url('../fonts/Socialico.ttf');
	src: url('../fonts/Socialico.otf?#iefix') format('embedded-opentype'),		 
		 url('../fonts/Socialico.ttf') format('truetype');
		 
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SocialIcon';
	src: url('../fonts/Socialico.otf');
	 
	src: url('../fonts/Socialico.otf?#iefix') format('embedded-opentype');
		 
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: "Caviar";    
  src: url('../fonts/CaviarDreams.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="ida-"]:before, [class*=" ida-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
a [class^="ida-"], a [class*=" ida-"] {
  display: inline-block;
  text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.ida-large:before {
  vertical-align: top;
  font-size: 1.3333333333333333em;
}
 
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.ida-glass:before                { content: "\f000"; }
.ida-music:before                { content: "\f001"; }
.ida-search:before               { content: "\f002"; }
.ida-envelope:before             { content: "\f003"; }
.ida-heart:before                { content: "\f004"; }
.ida-star:before                 { content: "\f005"; }
.ida-star-empty:before           { content: "\f006"; }
.ida-user:before                 { content: "\f007"; }
.ida-film:before                 { content: "\f008"; }
.ida-th-large:before             { content: "\f009"; }
.ida-th:before                   { content: "\f00a"; }
.ida-th-list:before              { content: "\f00b"; }
.ida-ok:before                   { content: "\f00c"; }
.ida-remove:before               { content: "\f00d"; }
.ida-zoom-in:before              { content: "\f00e"; }

.ida-zoom-out:before             { content: "\f010"; }
.ida-off:before                  { content: "\f011"; }
.ida-signal:before               { content: "\f012"; }
.ida-cog:before                  { content: "\f013"; }
.ida-trash:before                { content: "\f014"; }
.ida-home:before                 { content: "\f015"; }
.ida-file:before                 { content: "\f016"; }
.ida-time:before                 { content: "\f017"; }
.ida-road:before                 { content: "\f018"; }
.ida-download-alt:before         { content: "\f019"; }
.ida-download:before             { content: "\f01a"; }
.ida-upload:before               { content: "\f01b"; }
.ida-mailinbox:before                { content: "\f01c"; }
.ida-play-circle:before          { content: "\f01d"; }
.ida-repeat:before               { content: "\f01e"; }

/* \f020 doesn't work in Safari. all shifted one down */
.ida-refresh:before              { content: "\f021"; }
.ida-list-alt:before             { content: "\f022"; }
.ida-lock:before                 { content: "\f023"; }
.ida-flag:before                 { content: "\f024"; }
.ida-headphones:before           { content: "\f025"; }
.ida-volume-off:before           { content: "\f026"; }
.ida-volume-down:before          { content: "\f027"; }
.ida-volume-up:before            { content: "\f028"; }
.ida-qrcode:before               { content: "\f029"; }
.ida-barcode:before              { content: "\f02a"; }
.ida-tag:before                  { content: "\f02b"; }
.ida-tags:before                 { content: "\f02c"; }
.ida-book:before                 { content: "\f02d"; }
.ida-bookmark:before             { content: "\f02e"; }
.ida-print:before                { content: "\f02f"; }

.ida-camera:before               { content: "\f030"; }
.ida-font:before                 { content: "\f031"; }
.ida-bold:before                 { content: "\f032"; }
.ida-italic:before               { content: "\f033"; }
.ida-text-height:before          { content: "\f034"; }
.ida-text-width:before           { content: "\f035"; }
.ida-align-left:before           { content: "\f036"; }
.ida-align-center:before         { content: "\f037"; }
.ida-align-right:before          { content: "\f038"; }
.ida-align-justify:before        { content: "\f039"; }
.ida-list:before                 { content: "\f03a"; }
.ida-indent-left:before          { content: "\f03b"; }
.ida-indent-right:before         { content: "\f03c"; }
.ida-facetime-video:before       { content: "\f03d"; }
.ida-picture:before              { content: "\f03e"; }

.ida-pencil:before               { content: "\f040"; }
.ida-map-marker:before           { content: "\f041"; }
.ida-adjust:before               { content: "\f042"; }
.ida-tint:before                 { content: "\f043"; }
.ida-edit:before                 { content: "\f044"; }
.ida-share:before                { content: "\f045"; }
.ida-check:before                { content: "\f046"; }
.ida-move:before                 { content: "\f047"; }
.ida-step-backward:before        { content: "\f048"; }
.ida-fast-backward:before        { content: "\f049"; }
.ida-backward:before             { content: "\f04a"; }
.ida-play:before                 { content: "\f04b"; }
.ida-pause:before                { content: "\f04c"; }
.ida-stop:before                 { content: "\f04d"; }
.ida-forward:before              { content: "\f04e"; }

.ida-fast-forward:before         { content: "\f050"; }
.ida-step-forward:before         { content: "\f051"; }
.ida-eject:before                { content: "\f052"; }
.ida-chevron-left:before         { content: "\f053"; }
.ida-chevron-right:before        { content: "\f054"; }
.ida-plus-sign:before            { content: "\f055"; }
.ida-minus-sign:before           { content: "\f056"; }
.ida-remove-sign:before          { content: "\f057"; }
.ida-ok-sign:before              { content: "\f058"; }
.ida-question-sign:before        { content: "\f059"; }
.ida-info-sign:before            { content: "\f05a"; }
.ida-screenshot:before           { content: "\f05b"; }
.ida-remove-circle:before        { content: "\f05c"; }
.ida-ok-circle:before            { content: "\f05d"; }
.ida-ban-circle:before           { content: "\f05e"; }

.ida-arrow-left:before           { content: "\f060"; }
.ida-arrow-right:before          { content: "\f061"; }
.ida-arrow-up:before             { content: "\f062"; }
.ida-arrow-down:before           { content: "\f063"; }
.ida-share-alt:before            { content: "\f064"; }
.ida-resize-full:before          { content: "\f065"; }
.ida-resize-small:before         { content: "\f066"; }
.ida-plus:before                 { content: "\f067"; }
.ida-minus:before                { content: "\f068"; }
.ida-asterisk:before             { content: "\f069"; }
.ida-exclamation-sign:before     { content: "\f06a"; }
.ida-gift:before                 { content: "\f06b"; }
.ida-leaf:before                 { content: "\f06c"; }
.ida-fire:before                 { content: "\f06d"; }
.ida-eye-open:before             { content: "\f06e"; }

.ida-eye-close:before            { content: "\f070"; }
.ida-warning-sign:before         { content: "\f071"; }
.ida-plane:before                { content: "\f072"; }
.ida-calendar:before             { content: "\f073"; }
.ida-random:before               { content: "\f074"; }
.ida-comment:before              { content: "\f075"; }
.ida-magnet:before               { content: "\f076"; }
.ida-chevron-up:before           { content: "\f077"; }
.ida-chevron-down:before         { content: "\f078"; }
.ida-retweet:before              { content: "\f079"; }
.ida-shopping-cart:before        { content: "\f07a"; }
.ida-folder-close:before         { content: "\f07b"; }
.ida-folder-open:before          { content: "\f07c"; }
.ida-resize-vertical:before      { content: "\f07d"; }
.ida-resize-horizontal:before    { content: "\f07e"; }

.ida-bar-chart:before            { content: "\f080"; }
.ida-twitter-sign:before         { content: "\f081"; }
.ida-facebook-sign:before        { content: "\f082"; }
.ida-camera-retro:before         { content: "\f083"; }
.ida-key:before                  { content: "\f084"; }
.ida-cogs:before                 { content: "\f085"; }
.ida-comments:before             { content: "\f086"; }
.ida-thumbs-up:before            { content: "\f087"; }
.ida-thumbs-down:before          { content: "\f088"; }
.ida-star-half:before            { content: "\f089"; }
.ida-heart-empty:before          { content: "\f08a"; }
.ida-signout:before              { content: "\f08b"; }
.ida-linkedin-sign:before        { content: "\f08c"; }
.ida-pushpin:before              { content: "\f08d"; }
.ida-external-link:before        { content: "\f08e"; }

.ida-signin:before               { content: "\f090"; }
.ida-trophy:before               { content: "\f091"; }
.ida-github-sign:before          { content: "\f092"; }
.ida-upload-alt:before           { content: "\f093"; }
.ida-lemon:before                { content: "\f094"; }
.ida-phone:before                { content: "\f095"; }
.ida-check-empty:before          { content: "\f096"; }
.ida-bookmark-empty:before       { content: "\f097"; }
.ida-phone-sign:before           { content: "\f098"; }
.ida-twitter:before              { content: "\f099"; }
.ida-facebook:before             { content: "\f09a"; }
.ida-github:before               { content: "\f09b"; }
.ida-unlock:before               { content: "\f09c"; }
.ida-credit-card:before          { content: "\f09d"; }
.ida-rss:before                  { content: "\f09e"; }

.ida-hdd:before                  { content: "\f0a0"; }
.ida-bullhorn:before             { content: "\f0a1"; }
.ida-bell:before                 { content: "\f0a2"; }
.ida-certificate:before          { content: "\f0a3"; }
.ida-hand-right:before           { content: "\f0a4"; }
.ida-hand-left:before            { content: "\f0a5"; }
.ida-hand-up:before              { content: "\f0a6"; }
.ida-hand-down:before            { content: "\f0a7"; }
.ida-circle-arrow-left:before    { content: "\f0a8"; }
.ida-circle-arrow-right:before   { content: "\f0a9"; }
.ida-circle-arrow-up:before      { content: "\f0aa"; }
.ida-circle-arrow-down:before    { content: "\f0ab"; }
.ida-globe:before                { content: "\f0ac"; }
.ida-wrench:before               { content: "\f0ad"; }
.ida-tasks:before                { content: "\f0ae"; }

.ida-filter:before               { content: "\f0b0"; }
.ida-briefcase:before            { content: "\f0b1"; }
.ida-fullscreen:before           { content: "\f0b2"; }

.ida-group:before                { content: "\f0c0"; }
.ida-link:before                 { content: "\f0c1"; }
.ida-cloud:before                { content: "\f0c2"; }
.ida-beaker:before               { content: "\f0c3"; }
.ida-cut:before                  { content: "\f0c4"; }
.ida-copy:before                 { content: "\f0c5"; }
.ida-paper-clip:before           { content: "\f0c6"; }
.ida-save:before                 { content: "\f0c7"; }
.ida-sign-blank:before           { content: "\f0c8"; }
.ida-reorder:before              { content: "\f0c9"; }
.ida-list-ul:before              { content: "\f0ca"; }
.ida-list-ol:before              { content: "\f0cb"; }
.ida-strikethrough:before        { content: "\f0cc"; }
.ida-underline:before            { content: "\f0cd"; }
.ida-table:before                { content: "\f0ce"; }

.ida-magic:before                { content: "\f0d0"; }
.ida-truck:before                { content: "\f0d1"; }
.ida-pinterest:before            { content: "\f0d2"; }
.ida-pinterest-sign:before       { content: "\f0d3"; }
.ida-google-plus-sign:before     { content: "\f0d4"; }
.ida-google-plus:before          { content: "\f0d5"; }
.ida-money:before                { content: "\f0d6"; }
.ida-caret-down:before           { content: "\f0d7"; }
.ida-caret-up:before             { content: "\f0d8"; }
.ida-caret-left:before           { content: "\f0d9"; }
.ida-caret-right:before          { content: "\f0da"; }
.ida-columns:before              { content: "\f0db"; }
.ida-sort:before                 { content: "\f0dc"; }
.ida-sort-down:before            { content: "\f0dd"; }
.ida-sort-up:before              { content: "\f0de"; }

.ida-envelope-alt:before         { content: "\f0e0"; }
.ida-linkedin:before             { content: "\f0e1"; }
.ida-undo:before                 { content: "\f0e2"; }
.ida-legal:before                { content: "\f0e3"; }
.ida-dashboard:before            { content: "\f0e4"; }
.ida-comment-alt:before          { content: "\f0e5"; }
.ida-comments-alt:before         { content: "\f0e6"; }
.ida-bolt:before                 { content: "\f0e7"; }
.ida-sitemap:before              { content: "\f0e8"; }
.ida-umbrella:before             { content: "\f0e9"; }
.ida-paste:before                { content: "\f0ea"; }

.ida-user-md:before              { content: "\f200"; }
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span,.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span:hover {
    background: url("../images/cam-bullet.png") repeat scroll -16px -18px transparent;
} 
.tp-bullets.simplebullets.round .bullet.selected,.tp-bullets.simplebullets.round .bullet.selected:hover{
  background: url("../images/nav-rvslider.png") repeat scroll -56px -22px transparent !important;
}
.camera_caption .readmore:hover{
  background: none repeat scroll 0 0 #029DE0;
  border-color: #029DE0;
}
.camera_caption .readmore{
  background: none repeat scroll 0 0 #85C9E5;
}

.scrollToTop{
	width:100px; 
	height:30px;
	padding:10px; 
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	bottom:10px;
	left:50%;
	
	background: url('arrow_up.png') no-repeat 0px 20px;
}
#ja-banner{
	
	}
	#Mod167{

position: fixed;
bottom: 10px;
left: 50%;
width: 30px;}
#Mod167 .moduletable-inner{
	background:none!important;

padding: 0!important;
border-top:none!important;}
