/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#baseline correction
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */


/* #Typography (baseline correction)
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Site Styles
================================================== */

*{
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
} 

body
{
	background:url(../images/bckgnd.png);
}

/*bands*/
.band
{
	/*background:url(../images/bckgnd.png) repeat #FFF;*/
	margin:0;
}

#map_container
{
	display:none;
	text-align:  justify;
}

#about_container
{
	text-align:  justify;
}

#news_container
{
	display:none;
	text-align:  justify;

}


#b2b_container
{
	display:none;
	text-align:  justify;
}

#video_container
{
	display:none;
	text-align:  justify;
}

#eqt_container
{
	display:none;
	text-align:  justify;
}

#oper_container
{
	display:none;
	text-align:  justify;
}

#services_annotation
{
	text-align:  justify;
}
#calendars_annotation
{
	text-align:  justify;
}


#lightbox_overlay
{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#000;
	padding:0;
	margin:0;
	z-index: 21;
}

#lightbox_container
{
	position:absolute;
	z-index: 22;
}

.b2b_link
{
	cursor:pointer;
	color:#0033FF;
}

.portfolio_item
{
	margin-left:30px;
	margin-right:30px;
	
	padding-top:30px;
	padding-bottom:30px;
}

.container .portfolio_item img
{
	alignment-adjust:central;
}


.footer_copyrights
{
	text-align:center;
	color:#2caaaa;
	font-size:12px;
	padding-bottom:6px;
}

.footer_text
{
	text-align:center;
	color:#FFFFFF;
	

	/*Old browsers*/
	background:#009390;
	
	/* IE10 */ 
	background-image: -ms-linear-gradient(top, #0bc8c7 0%, #005e5b 100%);
	
	/* IE9 */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bc8c7', endColorstr='#005e5b',GradientType=0 ); */
	background-image:url(../images/svg-gradient.svg);

	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #0bc8c7 0%, #005e5b 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #0bc8c7 0%, #005e5b 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0bc8c7), color-stop(1, #005e5b));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #0bc8c7 0%, #005e5b 100%);
	
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #0bc8c7 0%, #005e5b 100%);
	
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	
	/*box-shadow: 5px 5px 10px rgba(0,0,0,1);*/
	
	margin:3px;

}

.footer_text a
{
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;

}

/*navigation*/
nav.primary select 
{
	display: none;
}


nav.primary ul
{
	list-style:none;
	margin:0;
	padding:0;
	padding-top:10px;
	
}


nav.primary ul li
{
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:40px;
	
	position:relative;
	list-style:none;
	float:right;
	
	

}


nav.primary ul li a
{
	display:block;
	color:#009c99;
	line-height:25px;
	text-decoration:none;
	font:Arial;
	font-weight:bold;
	font-size:17px;
	width:96px;
	text-align:center;
}

nav.primary ul li:hover img
{
	display:block;
}

nav.side select 
{
	display: none;
}


nav.side ul
{
	list-style:none;
	margin:0;
	padding:0;
}


nav.side ul li
{
	position:relative;
	list-style:none;
	width:140px;
	display:block;
	color:#009c99;
	text-decoration:none;
	font:Arial;
	font-size:16px;
	text-align:right;
	margin:0;
	line-height:25px;

}

nav.slide ul li span
{
	height:30px;

}

nav.side ul li:hover
{
	cursor:pointer;
}
nav.side ul li:hover:after
{
      content: ""; 
	  position: absolute;
	  top:4px;
	  left:103%;
	  width: 0;
	  height: 0;
	  border-left: 10px solid #009c99;
	  border-right: 10px solid transparent;
	  border-top: 10px solid transparent;
	  border-bottom: 10px solid transparent;
}

.selected_side
{
}

.selected_side:after
{
      content: ""; 
	  position: absolute;
	  top:4px;
	  left:103%;
	  width: 0;
	  height: 0;
	  border-left: 10px solid #009c99;
	  border-right: 10px solid transparent;
	  border-top: 10px solid transparent;
	  border-bottom: 10px solid transparent;
}


nav.side ul li a
{
	display:block;
	color:#009c99;
	line-height:30px;
	text-decoration:none;
	font:Arial;
	font-size:18px;
	text-align:right;
}

nav.side ul ul li 
{
	display:none;
}


nav.side ul ul li
{
	color:#12c0bc;
	line-height:25px;
	text-decoration:none;
	font:Arial;
	font-style:italic;
	
	font-weight:300;
	font-size:14px;
	text-align:right;
}

nav.side ul ul li:hover:after 
{
      content: ""; 
	  position: absolute;
	  top:4px;
	  left:103%;
	  width: 0;
	  height: 0;
	  border-left: 10px solid #009c99;
	  border-right: 10px solid transparent;
	  border-top: 10px solid transparent;
	  border-bottom: 10px solid transparent;
}


/*news*/


.next_prev_btn
{
	text-align:center;
	display:block;
	color:#009c99;
	line-height:30px;
	text-decoration:none;
	font:Arial;
	font-size:18px;
}

.next_prev_btn:hover
{
	cursor:pointer;
}


/*images */

.article_img
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.container .article
{
	display:none;
}

.horizontal_separator
{
	position:relative;
	height:1px;
	width:140px;
	background:url(../images/horizontal_separator.png)
}

.vert_separator
{

	height:25px;
	width:1px;
	float:right;
	background:url(../images/vert_separator.png);
}



figure {
	padding: 0px;
	border: 1px solid #ededed;
	background: #fff;

	/*line-height: 0px;*/
    /*border-bottom-right-radius: 15em 4em;
	border-bottom-left-radius: 15em 4em;
	*/
	overflow:hidden;
	
}

.rigel_menu
{
	position:absolute;
	top:-140%;
	left:9%;
	z-index:20;
	display:none;
}

.rigel_menu_selected
{
	position:absolute;
	top:-140%;
	left:9%;
	z-index:20;	
}

.logo
{
	position:relative;
	top:10%;
	left:-13%;
	z-index:99;
}

.counter
{

	z-index:99;
	text-align:left;
	margin-top:15px;
	

}

.counter p
{
	margin:0;
	padding-left:5px;
}


.counter_title
{
	font: 24px 'Lobster';
/*	font: 20px 'Lobster';*/
	font-family: 'Lobster', cursive;
}

.counter_days
{
	font: 24px 'Lobster';
/*	font: 20px 'Lobster';*/
	font-family: 'Lobster', cursive;
	color:#F00;
}


.counter_description
{
	font: 13px 'Comfortaa';
	font-family: 'Comfortaa', cursive;
}


.pattern_
{
position:absolute;
	top: 0;
	left: 0;
	z-index:15;	
	background:url(../images/pat6.png) repeat scroll 0 0;
}


.rigel
{
	position:absolute;
	top: -29%;
	left: 1%;
	z-index:20;	
}
.slide_
{

	z-index:10;

}

.footer_img
{
	position:relative;
	top:9px;
}


/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0; }
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
 

 
/*my own flexslider styles*/
.flexslider {
	margin: 0;
	position:relative;
}

.flex-direction-nav
{
	visibility:hidden;
}
.flex-control-nav {
	width: 100%;
	text-align: center;
	visibility:hidden;
	display:none;
}

.flex-control-nav li {
	display: inline;
	margin: 0 5px;
		visibility:hidden;
}
.flex-control-nav li a {
	display: inline-block;
	width: 14px;
	height: 14 px;
	background: #d5d5d5;
	border: 1px solid#d5d5d5;
	
	cursor: pointer;
	
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
		visibility:hidden;
}

.flex-control-nav li a.active,
.flex-control-nav li a:hover {
	background: #f1f1f1;
		visibility:hidden;

}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	
		nav.primary select 
		{
		display: block;
		}
		
		nav.primary ul 
		{
		display: none;
		}
	
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

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