html, body, div, span, applet, object, iframe, 
h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td{margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline}
:focus{outline:0}
body{line-height:1; color:black; background:white}
ol, ul{list-style:none}
table{border-collapse:separate; border-spacing:0}
caption, th, td{text-align:left; font-weight:normal}
blockquote:before, blockquote:after, 
q:before, q:after{content:""}
blockquote, q{quotes:""""}



/*  _______________________________________

	02 FULLSCREEN IMAGES
    _______________________________________  */



.bgimg {
	position:absolute;
	z-index: -1;
	display:block;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	min-width:50%;
	min-height:50%;
}
.imgcontainer {
	position:absolute;
	top:-50%;
	left:-50%;
	width:200%;
	height:200%;
}

/* For Opera and Internet Explorer 7 */ 
.opera .bgimg,
.ff2 .bgimg, 
.ie6 .bgimg,
.ie7 .bgimg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	z-index: -1;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: absolute;
	top: 0;
	left: 0;
}
.opera .imgcontainer,
.ff2 .imgcontainer,
.ie6 .imgcontainer,
.ie7 .imgcontainer {
	position:absolute;
	z-index: -1;
	top:auto;
	left:0;
	width:100%;
	height:100%;
}



/*  _______________________________________

	03 CONTAINERS
    _______________________________________  */



html {
	overflow:hidden;
}
body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	background:#000000;
}
img {
	border:none; 
	margin:0;
	padding:0;
}
#wrapper {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
}
	#mask {
		width:2000%;
		height:2000%;
	}
	.item {
		width:5%;
		height:5%;
		min-width:960px;
		float:left;
		overflow:hidden; /* Fixes a width issue on window resizing */
	}
	.content { /* Container for content */
		width:100%;
		height:100%;
		margin:0;
		position:relative;
		background: url("../img/background-full.jpg");
		-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
	.ie6 .content { /* Container for content */
		background: none;
	}
	
.full-video {
	width:90%;
	height: 90%;
	margin:0px auto 0;
}
#background_video {
    font-size: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}



/*  _______________________________________

	04 HEADER
    _______________________________________  */



/* 1. Header Container */
#logo-iram {
	max-width: 174px;
	width:100%;
	height: auto;
	background-color: rgba(8,85,161,.5);
	position: absolute;
	float: right;
	right: 10px;
	top: 10px;
	z-index:3;
}
#header_wrapper {
	width:100%;
	height:60px;
	margin:0;
	padding:0;
	background-color : #0254a0;
	position : fixed;
	bottom : 0;
	z-index:3;
	border-bottom:1px solid #111111;
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.40);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.40);
	box-shadow:0px 0px 3px rgba(0,0,0,.40);
}
.ie6 #header_wrapper {
	position:absolute;
	background:#121212;
}
	#header {
		width: 860px;
		position: relative;
		padding:0px 10px 0px 10px;
	}

#logo {
width : 151px;
height : 44px;
top : 20px;
left : 83px;
position : absolute;
}

/* 2. Top Menu */

#header #menu {
	float:right;
	list-style:none;
	margin:0 50px 0 0;
	position:relative;
}
#header #menu li {
	float:left;
	margin:0px 10px 0px 0px;
	position:relative;
	background:none;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}
#header #menu li:hover,
#header #menu ul li {
	background:#0F0F0F;
	z-index:11;
}
#header #menu li a {
	color:#FFFFFF;
	display:block;
	font-size:13px;
	font-weight:bold;
	padding:21px 12px 21px 12px;
	text-align:left;
}

/* 3. Top Menu Drop Down */

#header #menu ul { /* First level drop down */
	position:absolute;
	z-index:500;
	background:#0F0F0F;
	top:60px;
	display:none;
	width:160px;
	margin:0px;
	padding:6px;
}
#header #menu ul li a,
#header #menu ul ul li a { /* First level drop down */
	margin:0;
	padding:0px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#header #menu ul li,
#header #menu ul ul li {
	width:148px;
	margin:0;
	padding:9px 6px 9px 6px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#header #menu ul ul {
	top:-4px;
	left:100%;
	margin:-1px 0px 0px 0px;
}
#header #menu ul li:hover,
#header #menu ul ul li:hover {
	background-color:#191919;
	cursor:pointer;
	z-index:100;
}
#header #menu li:hover ul ul,
#header #menu li li:hover ul ul {
	display:none;
}

#header #menu li:hover ul,
#header #menu li li:hover ul {
	display:block;
}

#header #menu li.dropdown {
	padding-right:20px;
	background-image: url("../img/icons/down.png");
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
#header #menu ul li.dropdown {
	padding-right: 6px;
	background-image: url("../img/icons/right.png");
	background-position: right 50%;
	background-repeat: no-repeat;
}
ul.botones-menu li {
		float: left;
		display:block;
		margin: 0;
		cursor: pointer;
		padding: 6px 8px ;
		height: auto;
		overflow: hidden;
		position: relative;
	}
	ul.botones-menu li:hover {
		color: #28c9ee;
	}	
	ul.botones-menu li.active{
		background-position:left 30px;
	}
nav#main-nav {
position : fixed;
bottom : 0;
right : 0;
z-index : 100;
width : 100%;
height : 75px;
background-color : #0254a0;
min-width : 300px;
}
nav#main-nav ul {
float : right;
margin-right : 40px;
margin-top : 23px;
}
nav#main-nav ul li {
float : left;
display : inline-block;
line-height : 14px;
}
nav#main-nav ul li a {
text-transform : uppercase;
padding : 0 8px;
display : inline-block;
}

.home_btn {
width : 43px;
height : 30px;
text-indent : -5000px;
display : inline-block;
background-image : url(../botonera/home.jpg); 
}
.home_btn:hover {
background-position : left 30px;
}
.home_btn:active {
background-position : left 30px;
}
.empresa_btn {
width : 65px;
height : 30px;
text-indent : -5000px;
display : inline-block;
background-image : url('../botonera/empresa.jpg');
}
.empresa_btn:hover {
background-position : left 30px;
}
.empresa_btn:active {
background-position : left 30px;
}
.servicios_btn {
width : 73px;
height : 30px;
text-indent : -5000px;
display : inline-block;
background-image : url('../botonera/servicios.jpg');
}
.servicios_btn:hover {
background-position : left 30px;
}
.servicios_btn:active {
background-position : left 30px;
}
.productos_btn {
width : 86px;
height : 30px;
text-indent : -5000px;
display : inline-block;
background-image : url('../botonera/productos.jpg');
}
.productos_btn:hover {
background-position : left 30px;
}
.productos_btn:active {
background-position : left 30px;
}
.clientes_btn {
width : 65px;
height : 30px;
text-indent : -5000px;
display : inline-block;
background-image : url('../botonera/clientes.jpg');
}
.clientes_btn:hover {
background-position : left 30px;
}
.clientes_btn:active {
background-position : left 30px;
}
.videos_btn {
width : 46px;
height : 30px;
text-indent : -5000px;
display : inline-block;
background-image : url('../botonera/video.jpg');
}
.videos_btn:hover {
background-position : left 30px;
}
.videos_btn:active {
background-position : left 30px;
}
.contacto_btn {
width : 76px;
height : 30px;
text-indent : -5000px;
display : inline-block;
background-image : url('../botonera/contacto.jpg');
}
.contacto_btn:hover {
background-position : left 30px;
}
.contacto_btn:active {
background-position : left 30px;
}


/*  _______________________________________

	HOME
    _______________________________________  */
.home {
width : 100%;
height : 100%;
}

.wrap_home { width: 100%; height: 100%; left: 0px; background-image:url(../img/background-home.jpg); -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
	
/*  _______________________________________

	05 GRID
    _______________________________________  */	

.container {
	width:810px;	
	height:100%;
	position:absolute;
	padding: 0px 15px 0px 35px;
	z-index:2;
	clear:left;
	float:left;
	left:50px;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.6);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.6);
	box-shadow: 0 0 3px rgba(0,0,0,.6);
	/* Fallback if JS is disabled, the content remains accessible */
	overflow:scroll;
}

/* 1. Toggle Button */

a.toggle_button {
	position:absolute;
	top:50%;
	margin-top:-5px;
	height:40px;
	width:40px;
	left:0;
	
	border:1px solid #000000;
	border-left:none;
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.40);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.40);
	box-shadow: 0 0 6px rgba(0,0,0,.40);
	-moz-border-radius:0px 6px 6px 0px;
	-webkit-border-radius:0px 6px 6px 0px;
	border-radius:0px 6px 6px 0px;
	background: url("../img/icons/plus_minus.png") top right no-repeat;
}
	a.toggle_button.active {
		left:0px;
		background: url("../img/icons/plus_minus.png") top left no-repeat;
	}
	
.toggle {
	width:100%;
	float:left;
}
a.toggle_next,
a.toggle_previous,
a.toggle_next_vertical {
	z-index:9999;
	position:absolute;
	top : 35%;
right : -90px;
float : right;
	width:61px;
	height:208px;
}	
a.toggle_previous_vertical {
	z-index:9999;
	position:absolute;
top : 35%;
left : 0;
	width:61px;
	height:208px;
}
a.toggle_next {
	right:0px;
	background:url("../img/flecha_derecha.png") no-repeat;
}
a.toggle_previous {
	left:0px;
	background:url("../img/flecha_izquierda.png") no-repeat;
}
a.toggle_next_vertical {
	right:10px;
	background:url("../img/icons/previous_next_vertical.png") right top no-repeat;
}
a.toggle_previous_vertical {
	left:10px;
	background:url("../img/icons/previous_next_vertical.png") left top no-repeat;
}

/* 2. Grid */

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}
.grid_1 {width:110px;}
.grid_2 {width:240px;}
.grid_3 {width:370px;}
.grid_4 {width:500px;}
.grid_5 {width:630px;}
.grid_6 {width:760px;}

.clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0}
.clear_push{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:18px}
.clearfix:after{clear:both; content:' '; display:block; font-size:0; line-height:0; visibility:hidden; width:0; height:0}
.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block}

/* 3. Sidebar Container */

.sidebar {
	width:220px;
	float: left;
	position: relative;
	margin:6px 0px 18px 15px;
	background-color:#F9F9F9;
	padding:15px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.sidebar_black {
	width:220px;
	float: left;
	position: relative;
	margin:6px 0px 18px 15px;
	background-color:#161616;
	padding:15px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.sidebar_black p {
	color:#ffffff;
	text-shadow:1px 1px #000000;
	margin-bottom:0;
}

/* 4. Other Containers */

.content_box {
	width:220px;
	background: #ffffff; 
	padding:22px 10px 10px 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

/* 5. Separators */

.separator {
	width:760px;
	margin:24px 0px 24px 10px;
	height:1px;
	clear:both;
	border:none;
	border-bottom:1px dotted #cccccc;
}



/*  _______________________________________

	06 SCROLL PANE
    _______________________________________  */



.scroll-pane {
	margin-top:80px;
	height:77%;
	width:810px;
}
.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: -4px;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 100%;
}
.jspCap {
	display: none;
}
.jspTrack {
	background: url("../img/scrollpane/track.png") repeat-y 50%;
	position: relative;
}
.jspDrag {
	background: url("../img/scrollpane/drag.png") no-repeat 50% 50%;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspVerticalBar .jspArrow {
	height: 16px;
}
.jspArrowUp {
	background: url("../img/scrollpane/up.png") top no-repeat;
}
.jspArrowDown {
	background: url("../img/scrollpane/down.png") bottom no-repeat;
}



/*  _______________________________________

	07 TYPOGRAPHY
    _______________________________________  */

.container {
	color:#000000;
}

/* 1. General Styling */

p, ul, ol {
	font-size:12px;
	line-height:18px;
	margin-bottom:18px;
}
p, h2, h3, h4, h5, h6, ul {
	margin-bottom: 18px;
}
p {
	text-shadow:1px 1px #ffffff;
}

/* 2. Headings */

h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size:20px;
	color: #FFF;
}
h3, h4, h5, h6 {
	line-height: 18px; 
}

h2 {
	font-size: 24px; 
	line-height:36px; 
}
h3 {
	font-size: 20px; 
}
h4 {
	font-size: 18px; 
}
h5 {
	font-size: 16px; 
	text-transform:uppercase;
}
h6 {
	font-size: 12px; 
	text-transform:uppercase;
}
.title, .title_centered {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:200;
}
.title_centered {
	text-align:center;
}
.dropcap{
	display:block; 
	float:left; 
	font-size:36px; 
	line-height:32px; 
	margin:2px 8px 0 0;
}

/* 3. Lists */

ul, ol {
	margin-left:0;
}
ul {
	list-style:none;
}
ol {
	list-style:decimal;
}
a {
	text-decoration:none;
}
.list, .list2, .num, .num2{font-size:12px; line-height:24px; color:#666}
.list li, .list2 li, .num li, .num2 li{padding-left:12px}
.list{margin:0 0 18px 15px; list-style:disc}
.list2{margin:0 0 18px 15px; list-style:square}
.num{margin:0 0 18px 18px; list-style:decimal}
.num2{margin:0 0 18px 18px; list-style:upper-latin}

/* 4. Special Paragraphs */

.dark, .brown, .yellow, .red, .blue, .green {
	padding-left:15px; 
}
.dark {
	border-left:#3B3B3B solid 7px;
}
.brown  {
	border-left:#8D8767 solid 7px;
}
.yellow {
	border-left:#DBA742 solid 7px;
}
.red {
	border-left:#C05D48 solid 7px;
}
.blue {
	border-left:#52878B solid 7px;
}
.green {
	border-left:#B0BD85 solid 7px;
}

.del, .ok, .info, .alert {
	font-size:12px; 
	line-height:18px; 
	padding:10px; 
	padding-left:36px; 
	margin-bottom:18px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius: 5px;
}
.del {
	background:#FBE5E2 url("../img/icons/del.png") no-repeat 11px 11px; 
	border:#F2A197 solid 1px; 
	color:#992213;
}
.ok {
	background:#E1F8CB url("../img/icons/ok.png") no-repeat 11px 11px; 
	border:#C6D880 solid 1px; 
	color:#37620d;
}
.info {
	background:#E9F5FB url("../img/icons/info.png") no-repeat 11px 11px; 
	border:#84C7E9 solid 1px; 
	color:#16597a;
}
.alert {
	background:#FFB url("../img/icons/alert.png") no-repeat 11px 11px; 
	border:#FFD324 solid 1px; 
	color:#756730;
}

/* 5. Images Styling */

.img {
	margin-bottom:18px;
}
.img_left {
	float:left;
	padding:3px 20px 0 0;
}
.img_right {
	float:right;
	padding:0 0 0 20px;
}
.minigallery {
	margin-bottom:24px;
}
.minigallery li {
	float:left;	
	margin-right:20px;
	margin-top:10px;
	margin-bottom:4px;
}
.minigallery .last {
	margin-right:0;
}
.gallery {
	margin-left:10px;
}
.gallery li {
	float:left;
	width:auto;
	margin-right:20px;
}

/* 6. Tables */

#table {
	width:100%; 
	padding:0; 
	margin:0; 
	font-size:12px;
	border:1px solid #cccccc; 
	border-bottom:none;
}
#table caption {
	padding:0 0 12px 0; 
	width:100%; 
	font-size:11px; 
	text-align:right; 
	color:#888;
}
#table th {
	text-align:left; 
	padding:12px 9px 12px 9px; 
	font-weight:bold; 
	font-size:14px;
	color:#3A3A3A; 
	border-bottom:1px solid #cccccc; 
	background:#ffffff;
}
#table td {
	border-bottom:1px solid #cccccc; 
	background:#fff; 
	padding:12px 9px 12px 9px; 
	color:#888;
}

/* 7. Blog */

.read_more {
	float:right;
	padding-bottom:12px;
}



/*  _______________________________________

	08 MOBILYSELECT (FILTERABLE GALLERY)
    _______________________________________  */



.selecter {
	margin-left:10px;
}
.selecterBtns {
	float:left;
	width:600px;
	margin-bottom:15px;
}
	.selecterBtns a {
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		background:#ffffff;
		color:#111;
		display:block;
		float:left;
		font-size:11px;
		line-height:28px;
		margin-right:0px;
		outline:none;
		padding:0 15px;
		text-decoration:none;
	}
		.selecterBtns .active,
		.selecterBtns a:hover {
			background:#111;
			color:#fff;
		}

.selecterContent {
	float:left;
}
.selecterContent a {
	outline:none;
}
.selecterContent li {
	width:240px;
	height:140px;
	overflow:hidden;
}
ul.filterable,
ul.filterable li {
	display:block;
	list-style:none;
}

ul.filterable li {
	float:left;
	margin:0 20px 20px 0;	
}
ul.filterable li.last {
	margin-right:0;	
}



/*  _______________________________________

	09 CONTACT FORM
    _______________________________________  */



#contact {
	display: block;
	width: 500px;
}
#contact p, label, legend { 
	font-size: 12px;
}
#contact hr {
	color: inherit; 
	height: 0; 
	margin: 6px 0 6px 0; 
	padding: 0; 
	border: 1px solid #d9d9d9; 
	border-style: none none solid;
}
#contact label {
	display: inline-block; 
	float: left; 
	height: 32px; 
	line-height: 32px; 
	width: 205px; 
	font-size: 12px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px; 
}
#contact input, textarea, select {
	width: 280px; 
	margin: 0; 
	padding: 5px; 
	color: #666; 
	background: #f5f5f5; 
	border: 1px solid #ccc; 
	margin: 5px 0; 
	font-size: 12px;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
}   
#contact select {
	width: 290px; 
}   
#contact input:focus, textarea:focus, select:focus {
	border: 1px solid #BBBBBB; 
	background-color: #fff; 
	color:#333; 
}
#contact input.submit {
	width: 85px; 
	cursor: pointer; 
	border: 1px solid #222; 
	background:#161616; 
	color:#fff;
}
#contact input.submit:hover {
	background:#121212;
}
#contact input[type="submit"][disabled] {
	background:#161616;
	cursor: default;
}
#contact legend {
	padding:7px 10px; 
	font-weight:bold; 
	color:#000; 
	border:1px solid #eee; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	margin-bottom:0 !important; 
	margin-bottom:20px; 
}
#contact .del ul {
	margin-bottom:0;
}
#contact span.required{
	font-size: 13px; 
	color: #ff0000;
}

#message {
	margin: 10px 0; 
	padding: 0;
}
.contact_loader {
	margin-left:20px;
}



/*  _______________________________________

	10 SLIDER
    _______________________________________  */



#slides {
	width:1000px;
	height:692px;
	overflow:hidden;
	right:40px;
	top:50px;
	float: right;
	position: absolute;
}
#slides2 {
	width:1000px;
	height:692px;
	overflow:hidden;
	right:40px;
	top:50px;
	float: right;
	position: absolute;
}
.slides_container {
	position:relative;
	overflow:hidden;
	height:692px;
}
.slides_container li {
	width:1000px;
	height:692px;
	display:block;
}
#slides .next,#slides .prev {
	position:absolute;
	top:120px;
	width:30px;
	height:30px;
	display:none;
	z-index:101;
	background:url("../img/slider/arrows.png") no-repeat;
}
	#slides .prev {
		background-position:right top;
		left:15px;
		top: 90%;
	}
	#slides .next {
		background-position:left top;
		left:60px;
		top: 90%;
	}
	#slides:hover .next,
	#slides:hover .prev {
		display:block;
	}
#slides2 .next,#slides2 .prev {
	position:absolute;
	top:120px;
	width:30px;
	height:30px;
	display:none;
	z-index:101;
	background:url("../img/slider/arrows.png") no-repeat;
}
	#slides2 .prev {
		background-position:right top;
		left:15px;
		top: 90%;
	}
	#slides2 .next {
		background-position:left top;
		left:60px;
		top: 90%;
	}
#slides2:hover .next,
	#slides2:hover .prev {
		display:block;
	}
.pagination {
	margin:-42px 0 0 10px;
	width:144px;
	z-index:999;
	position:relative;
}
	.pagination li {
		float:left;
		margin:0 6px 0 0;
		list-style:none;
	}
		.pagination li a {
			display:block;
			width:14px;
			height:0;
			padding-top:14px;
			background-position:0 0;
			float:left;
			overflow:hidden;
		}
		.pagination li.current a {
			background-position:0 -14px;
		}

@media screen and (max-height: 900px) {
#slides {
width: 800px;
height: 500px;
top: 50px;
right:70px;
float: right;
position: absolute;
z-index:15;
}
.slides_container {
	position:relative;
	overflow:hidden;
	height:500px;
}
.slides_container li {
	width: 800px;
	height: 500px;
	display:block;
}	
#slides2 {
width: 800px;
height: 500px;
top: 50px;
right:70px;
float: right;
position: absolute;
z-index:15;
}		
	
}
@media screen and (max-height: 800px) {
#slides {
width: 800px;
height: 521px;
top: 50px;
right:60px;
float: right;
position: absolute;
z-index:15;
}	
#slides2 {
width: 800px;
height: 521px;
top: 50px;
right:60px;
float: right;
position: absolute;
z-index:15;
}	

.slides_container {
	position:relative;
	overflow:hidden;
	height:521px;
}
.slides_container li {
	width: 800px;
	height: 521px;
	display:block;
}	
}
@media screen and (max-height: 603px) {
#slides {
width: auto;
height: 380px;
top: 50px;
right:50px;
float: right;
position: absolute;
z-index:15;
}
#slides2 {
width: auto;
height: 380px;
top: 50px;
right:50px;
float: right;
position: absolute;
z-index:15;
}
.slides_container {
	position:relative;
	overflow:hidden;
	height:380px;
}
.slides_container li {
	width: auto;
	height: 380px;
	display:block;
}	
}
@media screen and (max-width: 1280px) {
#slides {
width: 800px;
height: 521px;
top: 50px;
right:60px;
float: right;
position: absolute;
z-index:15;
}
#slides2 {
width: 800px;
height: 521px;
top: 50px;
right:60px;
float: right;
position: absolute;
z-index:15;
}		
.slides_container {
	position:relative;
	overflow:hidden;
	height:521px;
}
.slides_container li {
	width: 800px;
	height: 521px;
	display:block;
}
}
/*  _______________________________________

	11 FOOTER
    _______________________________________  */



/* 1. General Footer Styling */

#footer {
	position: fixed;
	background:url("../img/footer/footer_bg.jpg") bottom repeat-x #161616;
	bottom: 0px;
	margin:0 auto;
	width: 100%;
	height: 32px;
	z-index:9998;
	padding:0px 30px 0px 30px;
	text-shadow: 1px 1px 1px #000;
	border-top:1px solid #111111;
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.40);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.40);
	box-shadow:0px 0px 3px rgba(0,0,0,.40);
}
.ie6 #footer {
	position:absolute;
}

#footer li {
	float:left;
	font-size:11px;
	text-decoration:none;
	padding:6px 15px 0px 15px;
	display:block;
	color:#666666;
}
#footer li:hover {
	background-color:#000000;
}
#footer li:hover a {
	color:#dddddd;
}
#footer li a {
	color:#666666;
}

/* 2. Footer Social Icons */

#footer li#social {
	float:right; /* Positionning of the social icons container */
	width:auto;
	margin:6px 70px 0px;
	padding:0px;
	border:none;
}
#footer li#social:hover {
	background:none;
}
#footer #social li {
	margin-right:10px; /* 12px is the space between each one of them */
	float:left;
	background:none;
	border:none;
	width:20px;
	height:20px;
	padding:0px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
#footer #social li:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* 3. Tooltips for social icons */

a.tooltip:hover {
	text-decoration:none;
}
a.tooltip span { /* The "span" defines the text appearing on mouse hover, these are basic stylings */
	display:none;
	padding:3px 7px 3px 7px;
	bottom:34px;
	position:relative;
	height:24px;
	width:55px;
	text-align:center;
	background:url("../img/footer/tooltip.png") no-repeat center top;
	position:absolute;
	color:#dddddd;
	font-size:11px;
	margin-left:-24px;
}
a.tooltip:hover span {
	display:block;
}






/*  _______________________________________

	14 TEMPLATE COLORS
    _______________________________________  */



a {
	color:#7F94B0;
}
a:hover {
	color:#536987;	
}
