/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Fonts
   ========================================================================== */ 


.green{ color:#449c29 !important;}

.white {
	color:#fff !important;
}
.darkyellow {
	color:#ff5a00 !important;
}
.black {
	color:#000000 !important;
}
.blue {
	color:#0f5fa3 !important;
}
.grey {
	color:#8e8e8e !important;
}
.red {
	color:#c53131 !important;
}
.red {
	color:#c53131 !important;
}
.yellow {
	color:#ffde03 !important;
}
.f9 {
	font-size:.7em !important;
}
.f10 {
	font-size:.8em !important;
}
.f11 {
	font-size:.9em !important;
}
.f12 {
	font-size:1em !important;
}
.f13 {
	font-size:1.1em !important;
}
.f14 {
	font-size:1.2em !important;
}
.f15 {
	font-size:1.3em !important;
}
.f16 {
	font-size:1.4em !important;
}
.f17 {
	font-size:1.5em !important;
}
.left {
	float:left !important;
}
.right {
	float:right !important;
}
.text-center{ text-align:center !important;}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* layout */
#main, [role="main"], body > header, body > footer, body > section, body > nav, body > [role="main"], body > [role="main"] > header, body > [role="main"] > footer, body > [role="main"] > nav, body > [role="main"] > section, body > [role="main"] > div {
 clear: both;
 display: block;
 float:left;
 position: relative;
 width: 100%;
}

body.home [role="main"], #main {
}

/* content constraint */
body > header > div, body > footer > div, body > nav > div, body > section > div, body > section > article > div, body > [role="main"] > header > div, body > [role="main"] > footer > div, body > [role="main"] > nav > div, body > [role="main"] > section > div, body > [role="main"] > section > article > div, body > [role="main"] > div > div {
 margin: 0 auto;
 width: 1152px;
}

/* section main */

/* primary site header */


.header div { position:relative;}
.login{  float:right; }
.login a{ display:inline-block; padding:3px 10px;  margin:8px; background-color:rgba(255,255,255,0.1); }
.login a:last-child{ border-right:0px;}

ul.nav-bar{ list-style:none; float:right;    padding:0; clear:both; }
ul.nav-bar > li{ display:inline-block; float:left; position:relative;}
ul.nav-bar > li:hover > a{ color:#c4e9fe;}
ul.nav-bar > li > a {
	color:#fff;
	padding:10px 10px;
	display:block;
	line-height:34px;
	text-align:center;
	
}
ul.nav-bar li:hover > ul{ display:block;}
ul.nav-bar li > ul{ display:none; position:absolute; z-index:999; top:80%; left:0;  list-style:none;  margin:0; padding:0;}
ul.nav-bar li > ul > div { display:block; box-shadow: inset rgba(255, 254, 255, 0.2) 0 0.3em .3em , #ddd 0 0.3em 0, rgba(0, 0, 0, 0.3) 0 0.5em 3px !important; width:220px; padding:5px; float:left; border-radius:5px; background-color:#fff; margin-top:30px;}
ul.nav-bar li > ul> div:after{ position:absolute; content:''; top:-13px; left:20px; width:0; height:0; border-color:transparent;
	
	border-style:solid;
	border-width:7px; border-bottom-color:#fff;}
ul.nav-bar li > ul > div > li{ display:block;}
ul.nav-bar li > ul > div > li > a { color:#333; display:block; text-align:left; padding:5px ; font-size:13px; font-weight:600;}
ul.nav-bar li > ul > div > li > a:hover { background-color:#8f76b7; color:#fff;}

/* primary site header */

.header{height:125px; z-index:999; border-top:3px solid #26304c; border-bottom:1px solid #013746; background-color:#8f76b7; 
 
  box-shadow: inset 0px 1px 0px #005c76, 0px 5px 0px 0px #000f13, 0px 8px 5px rgba(0,0,0,0.6);}
  {background-color:#092f3a;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#104959),to(#092f3a));
  background-image: -webkit-linear-gradient(top,#104959,#092f3a);
  background-image: -moz-linear-gradient(top,#104959,#092f3a);
  background-image: -ms-linear-gradient(top,#104959,#092f3a);
  background-image: -o-linear-gradient(top,#104959,#092f3a);
  background-image: linear-gradient(top,#104959,#092f3a);}
.header:after{}

#brand { float:left; padding-top:10px;}
#brand > a {
	display: block;
	color: white;
	text-decoration: none;
	height: 70px;
	line-height: 70px;
}


.gll-hd { display:inline-block; padding:5px 60px;  color:#fff; border-radius:8px; margin-bottom:10px;border: 1px solid #57328f !important;
	background-color:#ae2c4d!important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8662be), to(#6e44b0)) !important;
	background-image:-webkit-linear-gradient(top, #8662be, #6e44b0) !important;
	background-image:-moz-linear-gradient(top, #8662be, #6e44b0) !important;
	background-image:-ms-linear-gradient(top, #8662be, #6e44b0) !important;
	background-image:-o-linear-gradient(top, #8662be, #6e44b0) !important;
	background-image:linear-gradient(to bottom, #8662be, #6e44b0) !important;}

.nav {
  list-style: none;
  margin:0;
  padding:0;
    text-align:center;
	display:block;
  position:relative;

}

.nav li {
  position:relative;
  display: inline-block;

  padding:5px;

  margin:0 10px;
}
.nav li:hover:before {border: 1px solid #b73c5c !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
	background-color:#ae2c4d!important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#da5477), to(#ae2c4d)) !important;
	background-image:-webkit-linear-gradient(top, #da5477, #ae2c4d) !important;
	background-image:-moz-linear-gradient(top, #da5477, #ae2c4d) !important;
	background-image:-ms-linear-gradient(top, #da5477, #ae2c4d) !important;
	background-image:-o-linear-gradient(top, #da5477, #ae2c4d) !important;
	background-image:linear-gradient(to bottom, #da5477, #ae2c4d) !important;
	box-shadow: inset rgba(255, 254, 255, 0.2) 0 0.3em .3em, #8e1b39 0 0.3em 0, rgba(0, 0, 0, 0.2) 0 0.5em 3px !important;}
.nav li:before {
  content: "";
  display: block;
   border-radius: 50%;
     -moz-border-radius: 50%;
  -web-border-radius: 50%;
border: 1px solid #73a115 !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
	background-color:#7ab501 !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#84bb13), to(#618e04)) !important;
	background-image: -webkit-linear-gradient(top, #84bb13, #618e04) !important;
	background-image: -moz-linear-gradient(top, #84bb13, #618e04) !important;
	background-image: -ms-linear-gradient(top, #84bb13, #618e04) !important;
	background-image: -o-linear-gradient(top, #84bb13, #618e04) !important;
	background-image: linear-gradient(top, #84bb13, #618e04) !important;
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84bb13', endColorstr='#618e04', GradientType=0 ) !important;
	box-shadow: inset rgba(255, 254, 255, 0.2) 0 0.3em .3em , #4c6c0b 0 0.3em 0, rgba(0, 0, 0, 0.3) 0 0.5em 3px !important;

  position: absolute;
  top: 0;
    bottom: 0;
	  right: 0;
	    left: 0;

}

.nav > li > a {
  display: block;
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7); 
  background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7); 
  background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7); 
  background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7); 
  color: #a7a7a7;
  padding:0;
  border:1px solid #fff;
  width: 100px;
  height: 100px;
  overflow:hidden;
  position: relative;
  z-index:10;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -web-border-radius: 50%;
  box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
}

.nav a:before {
  content: "";
  display: block;
  border: 2px solid #1e53a1;
  position: absolute;
  top: -18px;
  left: -18px;
  bottom: -18px;
  right: -18px;
  border-radius: 50%;
  box-shadow: inset 0px 8px 48px #ddd;
}

.nav a:hover {
  text-decoration: none;
  color: #555;
  background: #f5f5f5;
}








.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}
/* home  Slidershwo */
.page-hero { background-color:#666; }
.page-hero > img {  width:100%;

}
.page-hero > div { position:relative;}

.page-hero > div > .description{ position:absolute;  bottom:30px; }

.home-hero { }
.home-hero  > div { position:relative;}
.contener{ float:left; width:100%; margin-bottom:1.6em; }
.block{ box-shadow: inset rgba(255, 254, 255, 0.2) 0 0.3em .3em, rgba(0,0,0,0.5) 0 0.3em 0, rgba(0, 0, 0, 0.3) 0 0.5em 3px; float:left; margin:10px; border-radius:10px; width:100%;  }
.entry{ padding:1em;}.



.product-section{ background-color:#f0f0f0; border-top:1px solid #ccc; padding:40px 0;  clear: both;
 display: block;
 float:left;
 position: relative;
 width: 100%;}
.product-list { list-style:none; margin:0; padding:0; width:100%; float:left; margin-bottom:40px;}
.product-list li.greenb{background:url(../images/green-bg.jpg) no-repeat bottom left; background-size:100% 100%; }
.product-list li.yellowb{ background:url(../images/yellow-bg.jpg) no-repeat bottom left; background-size:100% 100%;}
.product-list li.syanb{background:url(../images/bg-scan.jpg) no-repeat bottom left; background-size:100% 100%;}
.product-list li.redb{ background:url(../images/red-bg.jpg) no-repeat bottom left; background-size:100% 100%;}

.product-list li:first-child { margin-left:0;}
.product-list li:last-child { margin-right:0px;}
.product-list li:hover{ background-color:#fff; }
.product-list li{ display:inline-block; margin:10px; width:270px; box-shadow: inset 0px 1px 0px #d3d3d3, 5px 0px 0px 0px #062040, 0px 8px 5px rgba(0,0,0,0.5),  0px 5px 0px 0px #062040;  border-radius:1px; height:340px; float:left;webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	-ms-transition: 0.25s;
	transition: 0.25s;}
.product-list li > span > img { max-width:100%;}
.product-list li > span:hover:before{position:absolute; content:'+'; text-align:center; font-size:40px; color:#fff; top:45%; left:45%;}
.product-list li > span:hover:after{ position:absolute; top:10px; bottom:10px; left:10px; right:10px; content:''; background-color:rgba(0,0,0,0.2);}
.product-list li > span { display:block; position:relative;	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	-ms-transition: 0.25s;
	transition: 0.25s;
  box-sizing: border-box;
  background: #f6e200;
  border-style: solid;
  border-width: 5px;
  border-top-color: #a73a3a;
  border-right-color: #56a73a;
  border-bottom-color: #3371cf;
  border-left-color: #ffcc00;}
.product-list li > div{ padding:10px;}

.client-section{box-shadow: inset 0px 1px 0px #f0f0f0, 0px -5px 0px 0px #aaa, 0px -8px 5px rgba(0,0,0,0.4); padding:20px 0;}
.home-section{ background-color:#f8f8f8; box-shadow: inset 0px 1px 0px #f0f0f0, 0px -5px 0px 0px #ccc, 0px -8px 5px rgba(0,0,0,0.4);
border-bottom:1px solid #ddd;
	border-top:1px solid #fff;
	padding:10px 0;}

/* section-footer-top Bar */
.section-footer-top { background-color:#fff;}
.section-footer-top .socila{ float:right; border-left:1px solid #e5e5e5; }
.section-footer-top .socila h4{ float:left; line-height:2.8em; padding:0 .8em;}
.section-footer-top .socila-boc{ position:relative; border:1px solid #fff; border-radius:5px; background-color:#e5e5e5; padding:.8em; float:right;}

/* news Bar */
.newsletter-section {
	background-color: #ccc;
	overflow: hidden;
	border-bottom:1px solid #c8c8c8;
	border-top:1px solid #c8c8c8;
	padding:10px 0;
	height:60px;
	box-shadow: inset 0px 1px 0px #f0f0f0, 0px -5px 0px 0px #aaa, 0px -8px 5px rgba(0,0,0,0.4);
}
.newsletter-section > div {}

.footer-top-section { box-shadow: inset 0px 1px 0px #f0f0f0,  0px -2px 1px rgba(0,0,0,0.09); box-sizing: border-box;
  background: #f9f9f9;
  border-style: solid;
  border-width: 5px;
  border-top-color: #ccc;
  border-right-color: #aaa;
  border-bottom-color: #ccc;
  border-left-color: #aaa; padding:20px 0;}
/*-footer styles-*/
.section-footer {
 background-color:#8f76b7; 
min-height:100px;
padding-top:20px;
	color:rgba(255,255,255,0.4);
box-shadow: inset 0px 1px 0px rgba(255,255,255,0.14), 0px -5px 0px 0px #000f13, 0px -8px 5px rgba(0,0,0,0.6);
}

.footer-wrapper {
	padding-top:20px;
}

.footer-bottom {
	width:100%;
	border-top:3px dotted (0,0,0,0.6);
	color:rgba(255,255,255,0.2);
	float:left;
}
.footer-bottom ol {
	padding:0;
	margin:0;
	list-style:none;
	float:right;
}

.footer-bottom ol li {
	display:inline-block;
	padding:0px 10px;
	color:#black;
	border-right:1px solid #33689e;
}
.footer-bottom a {
	text-decoration:none;
	color:#fff;
}
.footer-bottom a:hover {
	text-decoration:none;
		color:#7fbeff;
}
[class*='icon-'] {
	margin-right:5px;

	line-height:24px;
  }
.footer-bottom span{ margin-top:6px; margin-left:10px; display:inline-table;}
.icon-fb{ display:inline-block; width:24px; height:24px; background:url(../images/facebook.png) no-repeat 0 0 #353535;}
.icon-twit{ display:inline-block; width:24px; height:24px; background:url(../images/twitter.png) no-repeat 0 0 #353535;}


/* Table grid */
table.tablegrid {
	table-layout:auto;
	width:100%;
	background:#eeeeee;
	border:1px solid #bdbdbd;
	text-align:center;
	border-collapse:separate;
	border-spacing:0;
	vertical-align:middle;
	border-radius:2px;
}
table.tablegrid tr:first-child {
	background:#3195c3;
	height:29px;
	color:#fff;
}
table.tablegrid tr:first-child td {
	font-weight:700;
}
table.tablegrid tr {
	border-bottom:1px solid #b7b7b7;
}
table.tablegrid td {
	line-height:22px;
	padding:3px 5px;
	border-top:1px solid #fff;
	border-bottom:1px solid #d0d0d0;
}
table.tablegrid tr:nth-of-type(2n+0) {
background:#ccc;
}



/* **************** GRIDS ***************** */


.row {
  margin-right:0px;
  margin-left:0px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12
{
  position: relative;
  min-height: 1px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-12 {
  width: 100%;
}

/* ligh box */
#fblightbox{
  background: rgba(82, 82, 82, .7);
  border-radius: 8px;
  width: 575px;
  position: fixed;
  left:50%;
  top:50%;
  z-index: 99999;
  display:none;
}

.overlay{
  background: rgba(0,0,0,0.2);
  position:fixed;
  width:100%;
  height: 100%;
  z-index: 99;
  display:none;
}

.close{ display:inline-block; width:16px; width:16px; position:absolute; right:0; top:0; background-color:#264c8b; border:2px solid #263e66; border-radius:500px;}

.slide{ width:100%; }

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  width:100%;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 10px;
  text-indent: -999px;
  cursor: pointer;
  border-radius: 100px;
  border: 1px solid #aa7818 !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
	background-color:#ff8c00!important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb700), to(#ff8c00)) !important;
	background-image:-webkit-linear-gradient(top, #ffb700, #ff8c00) !important;
	background-image:-moz-linear-gradient(top, #ffb700, #ff8c00) !important;
	background-image:-ms-linear-gradient(top, #ffb700, #ff8c00) !important;
	background-image:-o-linear-gradient(top, #ffb700, #ff8c00) !important;
	background-image:linear-gradient(to bottom, #ffb700, #ff8c00) !important;
	box-shadow: inset rgba(255, 254, 255, 0.2) 0 0.3em .3em, #8e620e 0 0.3em 0, rgba(0, 0, 0, 0.2) 0 0.5em 3px ;
	-webkit-transform:  translateZ(45px);
	-moz-transform:  translateZ(45px);
	-ms-transform:  translateZ(45px);
	transform:  translateZ(45px);
}
.carousel-indicators li:active{	box-shadow: inset rgba(255, 254, 255, 0.2) 0 0.3em .3em, #4c6c0b 0 0.1em 0, rgba(0, 0, 0, 0.3) 0 0.3em 3px !important;}
.carousel-indicators li:hover, .carousel-indicators li:active, .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  margin: 10;
border: 1px solid #73a115 !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
	background-color:#7ab501 !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#84bb13), to(#618e04)) !important;
	background-image: -webkit-linear-gradient(top, #84bb13, #618e04) !important;
	background-image: -moz-linear-gradient(top, #84bb13, #618e04) !important;
	background-image: -ms-linear-gradient(top, #84bb13, #618e04) !important;
	background-image: -o-linear-gradient(top, #84bb13, #618e04) !important;
	background-image: linear-gradient(top, #84bb13, #618e04) !important;
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84bb13', endColorstr='#618e04', GradientType=0 ) !important;
	box-shadow: inset rgba(255, 254, 255, 0.2) 0 0.3em .3em , #4c6c0b 0 0.3em 0, rgba(0, 0, 0, 0.3) 0 0.5em 3px ;
}

.carousel-caption {
  position: absolute;
   text-align:right;
   width:80%;
  right: -10%;
  bottom: 10%;
  left: 0%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption h1{ background-color:rgba(0,0,0,0.6); display:inline-block; padding:1px 20px; border-left:5px solid #568b1c;}


@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}


.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}


.social-icons { line-height:0; margin:0; padding:0;}
.social-icons li {
	display:inline-block;
	margin:5px;
	vertical-align:top
}
.social-icons li.title{ line-height:30px;}
.social-icons li a {
	display:inline-block;
	width:30px;
	height:30px;
	text-indent:-9999px;
	background-image:url(../images/social-icons-sprite.png);
	background-repeat:no-repeat;
	position:relative;

	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out
}
.social-icons li a:hover {
	background-color:#74AB00;
	box-shadow:0 0 6px rgba(0, 0, 0, 0.4)
}
.social-icons.has_gradient li a:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:-moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.2)));
	background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
	background:-o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
	background:-ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
	background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000', GradientType=0 )
}
.social-icons li.social-twitter a {
	background-position:0 0
}
.social-icons li.social-dribbble a {
	background-position:-30px 0
}
.social-icons li.social-facebook a {
	background-position:-60px 0
}

.social-icons li.social-gplus a {
	background-position:-180px 0
}

.social-icons li.social-linkedin a {
	background-position:-300px 0
}
.social-icons li.social-myspace a {
	background-position:-330px 0
}
.social-icons li.social-paypal a {
	background-position:0 -30px
}
.social-icons li.social-piacasa a {
	background-position:-30px -30px
}
.social-icons li.social-pinterest a {
	background-position:-60px -30px
}
.social-icons li.social-reedit a {
	background-position:-90px -30px
}
.social-icons li.social-rss a {
	background-position:-120px -30px
}
.social-icons li.social-skype a {
	background-position:-150px -30px
}
.social-icons li.social-stumbleupon a {
	background-position:-180px -30px
}
.social-icons li.social-tumblr a {
	background-position:-210px -30px
}
.social-icons li.social-vimeo a {
	background-position:-240px -30px
}
.social-icons li.social-wordpress a {
	background-position:-270px -30px
}
.social-icons li.social-yahoo a {
	background-position:-300px -30px
}
.social-icons li.social-youtube a {
	background-position:-330px -30px
}
.social-icons li.social-blogger a {
	background-position:0px -60px
}
.social-icons li.social-deviantart a {
	background-position:-30px -60px
}
.social-icons li.social-digg a {
	background-position:-60px -60px
}
.social-icons li.social-foursquare a {
	background-position:-90px -60px
}
.social-icons li.social-friendfeed a {
	background-position:-120px -60px
}
.social-icons li.social-mail a {
	background-position:-150px -60px
}
.social-icons li.social-html5 a {
	background-position:-180px -60px
}
.social-icons li.social-technorati a {
	background-position:-210px -60px
}
.social-icons li.social-soundcloud a {
	background-position:-240px -60px
}
.social-icons li.social-quora a {
	background-position:-270px -60px
}
.social-icons li.social-bebo a {
	background-position:-300px -60px
}
.social-icons li.social-aim a {
	background-position:-330px -60px
}
.social-icons li.social-gosquared a {
	background-position:0 -90px
}
.social-icons li.social-dropbox a {
	background-position:-30px -90px
}
.social-icons li.social-github a {
	background-position:-60px -90px
}
.social-icons li.social-spotify a {
	background-position:-90px -90px
}
.social-icons li.social-apple a {
	background-position:-120px -90px
}
.social-icons.colored li.social-twitter a, .social-icons.coloredHov li.social-twitter a:hover {
	background-color:#00bdec
}
.social-icons.colored li.social-dribbble a, .social-icons.coloredHov li.social-dribbble a:hover {
	background-color:#ef5b92
}
.social-icons.colored li.social-facebook a, .social-icons.coloredHov li.social-facebook a:hover {
	background-color:#3b5998
}
.social-icons.colored li.social-envato a, .social-icons.coloredHov li.social-envato a:hover {
	background-color:#8dc050
}
.social-icons.colored li.social-flickr a, .social-icons.coloredHov li.social-flickr a:hover {
	background-color:#ea2698
}
.social-icons.colored li.social-forrst a, .social-icons.coloredHov li.social-forrst a:hover {
	background-color:#366725
}
.social-icons.colored li.social-gplus a, .social-icons.coloredHov li.social-gplus a:hover {
	background-color:#d94a39
}
.social-icons.colored li.social-gplus2 a, .social-icons.coloredHov li.social-gplus2 a:hover {
	background-color:#d94a39
}
.social-icons.colored li.social-icloud a, .social-icons.coloredHov li.social-icloud a:hover {
	background-color:#666
}
.social-icons.colored li.social-lastfm a, .social-icons.coloredHov li.social-lastfm a:hover {
	background-color:#d2013a
}
.social-icons.colored li.social-linkedin a, .social-icons.coloredHov li.social-linkedin a:hover {
	background-color:#1b92bd
}
.social-icons.colored li.social-myspace a, .social-icons.coloredHov li.social-myspace a:hover {
	background-color:#003398
}
.social-icons.colored li.social-paypal a, .social-icons.coloredHov li.social-paypal a:hover {
	background-color:#32689a
}
.social-icons.colored li.social-piacasa a, .social-icons.coloredHov li.social-piacasa a:hover {
	background-color:#8e5aa4
}
.social-icons.colored li.social-pinterest a, .social-icons.coloredHov li.social-pinterest a:hover {
	background-color:#cb2027
}
.social-icons.colored li.social-reedit a, .social-icons.coloredHov li.social-reedit a:hover {
	background-color:#82a6ce
}
.social-icons.colored li.social-rss a, .social-icons.coloredHov li.social-rss a:hover {
	background-color:#ff7f00
}
.social-icons.colored li.social-skype a, .social-icons.coloredHov li.social-skype a:hover {
	background-color:#18b7f1
}
.social-icons.colored li.social-stumbleupon a, .social-icons.coloredHov li.social-stumbleupon a:hover {
	background-color:#229d3d
}
.social-icons.colored li.social-tumblr a, .social-icons.coloredHov li.social-tumblr a:hover {
	background-color:#38526d
}
.social-icons.colored li.social-vimeo a, .social-icons.coloredHov li.social-vimeo a:hover {
	background-color:#01557a
}
.social-icons.colored li.social-wordpress a, .social-icons.coloredHov li.social-wordpress a:hover {
	background-color:#454545
}
.social-icons.colored li.social-yahoo a, .social-icons.coloredHov li.social-yahoo a:hover {
	background-color:#ab64bc
}
.social-icons.colored li.social-youtube a, .social-icons.coloredHov li.social-youtube a:hover {
	background-color:#d20800
}
.social-icons.colored li.social-blogger a, .social-icons.coloredHov li.social-blogger a:hover {
	background-color:#FF7600
}
.social-icons.colored li.social-deviantart a, .social-icons.coloredHov li.social-deviantart a:hover {
	background-color:#768C82
}
.social-icons.colored li.social-digg a, .social-icons.coloredHov li.social-digg a:hover {
	background-color:#195695
}
.social-icons.colored li.social-foursquare a, .social-icons.coloredHov li.social-foursquare a:hover {
	background-color:#1B6CB4
}
.social-icons.colored li.social-friendfeed a, .social-icons.coloredHov li.social-friendfeed a:hover {
	background-color:#2F72C4
}
.social-icons.colored li.social-mail a, .social-icons.coloredHov li.social-mail a:hover {
	background-color:#b5b5b5
}
.social-icons.colored li.social-html5 a, .social-icons.coloredHov li.social-html5 a:hover {
	background-color:#E44D26
}
.social-icons.colored li.social-technorati a, .social-icons.coloredHov li.social-technorati a:hover {
	background-color:#5B0
}
.social-icons.colored li.social-soundcloud a, .social-icons.coloredHov li.social-soundcloud a:hover {
	background-color:#db5708
}
.social-icons.colored li.social-quora a, .social-icons.coloredHov li.social-quora a:hover {
	background-color:#852828
}
.social-icons.colored li.social-bebo a, .social-icons.coloredHov li.social-bebo a:hover {
	background-color:#a03939
}
.social-icons.colored li.social-aim a, .social-icons.coloredHov li.social-aim a:hover {
	background-color:#cdae2d
}
.social-icons.colored li.social-gosquared a, .social-icons.coloredHov li.social-gosquared a:hover {
	background-color:#556065
}
.social-icons.colored li.social-dropbox a, .social-icons.coloredHov li.social-dropbox a:hover {
	background-color:#2d76be
}
.social-icons.colored li.social-github a, .social-icons.coloredHov li.social-github a:hover {
	background-color:#667F8E
}
.social-icons.colored li.social-spotify a, .social-icons.coloredHov li.social-spotify a:hover {
	background-color:#62aa29
}
.social-icons.colored li.social-apple a, .social-icons.coloredHov li.social-apple a:hover {
	background-color:#859dab
}
.social-icons.colored li a:hover {
	background-color:#121212
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-briefcase:before {
  content: "\1f4bc";
}

.glyphicon-calendar:before {
  content: "\1f4c5";
}

.glyphicon-pushpin:before {
  content: "\1f4cc";
}

.glyphicon-paperclip:before {
  content: "\1f4ce";
}

.glyphicon-camera:before {
  content: "\1f4f7";
}

.glyphicon-lock:before {
  content: "\1f512";
}

.glyphicon-bell:before {
  content: "\1f514";
}

.glyphicon-bookmark:before {
  content: "\1f516";
}

.glyphicon-fire:before {
  content: "\1f525";
}

.glyphicon-wrench:before {
  content: "\1f527";
}

.inner_content {
	width:100%;
	float: left;
	background: url(../images/contener_bg.jpg) repeat-x top left;

}
.inner { width:700px; float:left; display:block;}
.entry{ width:700px; float:left; display:block;}
.entry .block{ width:340px; float:left; display:block; margin-right:5px;}
.entry .block .gallery img{ background:#fff; border:2px solid #047a98; padding:0px; margin-left:2px;}


/***************************************************
				 Gallery
***************************************************/
.gallery1 { width:100%; float:left;}
.gallery1 ul { float:left; list-style:none;}

.gallery1 ul li{
	float:left;
	width:160px;
	height:autopx;
	list-style:none;
	margin:8px;
	display:block;
	overflow:hidden;
	text-decoration:none;
	border:1px solid #d0d0d0;
	padding:5px;

}

.gallery1 ul li:hover{border:1px solid #666; background:#CCC;}
	background:url(../images/read-more.jpg) left top repeat-x #5a9b01; padding:5px 8px 5px 8px;}
	
	
	/***************************************************
				 LAout
***************************************************/
.gallery2 { width:100%; float:left;}
.gallery2 ul { float:left; list-style:none;}

.gallery2 ul li{
	float:left;
	width:200px;
	height:220px:;
	list-style:none;
	margin:8px;
	display:block;
	overflow:hidden;
	text-decoration:none;
	border:1px solid #d0d0d0;
	padding:5px;

}

.gallery2 ul li:hover{border:1px solid #666; background:#CCC;}
	background:url(../images/read-more.jpg) left top repeat-x #5a9b01; padding:5px 8px 5px 8px;}