/*
	99Lime.com HTML KickStart by Joshua Gatcke
	style.css

*/

/*---------------------------------
	IMPORTS
-----------------------------------*/
@import url(////fonts.googleapis.com/css?family=Arimo:400,700);

/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
font-family: "Arimo", arial, verdana, sans-serif;
font-weight:normal;
}

thead th,
tbody th{
font-family: "Arimo", arial, verdana, sans-serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
font-family: "Arimo", arial, verdana, sans-serif;
}
a{text-decoration: none;}
.menu{
font-family: "Arimo", arial, verdana, sans-serif;
}

blockquote{
font-family: "Arimo", arial, verdana, sans-serif;
}

/*---------------------------------
	LAYOUT
-----------------------------------*/
body{
margin:0;
padding:0 0 0 0;
color:#061844;
background:#efefef url(../framework/kickstart/css/img/gray_jean.png);
font:normal 0.9em/150% 'Arimo', arial, verdana, sans-serif;
text-shadow: 0 0 1px transparent; /* google font pixelation fix */
}

#wrap{
width:100%;
background:#fff;
margin:30px auto 30px auto;
padding:0 2%;
border:1px solid #ccc;
}
hr {margin: 10px 0;}

#footer{
text-align:center;
padding:20px;
margin:0;
border-top:1px solid #70BC72;
color:#2C872E;
font-size:0.8em;
text-shadow:0px 1px 1px #fff;
position: relative;
top:0;
left:0;
background:#ffffff;
}
ul.alt li{
	border-bottom: 1px dotted #70BC72;
    border-top: 1px dotted #70BC72;
}
#link-top{
	display:none;
}

/* NAV BAR*/
.navbar{
position:fixed;
top:0;
left:0;
width: 100%;
background:#000;
color:#fff;
z-index:1000;
}

	.navbar #logo{
	position:absolute;
	top:0;
	right:0;
	padding:0.5em 1em;
	font-size: 1.7em;
	color:#efefef;
	text-decoration:none;
	}

	.navbar span{
	color:#86dc00;
	}


	.navbar ul{
	display:inline-block;
	margin:0;
	padding:0;
	}

		.navbar li{
		margin:0;
		padding:0;
		list-style-type:0;
		display:inline-block;
		}

		.navbar li a{
		display:inline-block;
		color:#efefef;
		padding:1em 1.3em;
		text-decoration:none;
		text-transform: uppercase;
		line-height:100%;
		font-size: 1.2em;
		}

.callout{
background:#4598ef;/*#86dc00;*/
padding:3em 0;
color:#fff;
box-shadow:inset 0 0 10px rgba(0,0,0,0.2);
text-align: center;
text-shadow:0px 1px 3px rgba(0,0,0,0.2);
display:block;
}
	.callout + div.grid{margin-top:50px;}
	 a.callout{cursor:pointer;}
	 .callout i.icon-4x{font-size:6em;}
	 .callout h4{margin-bottom:30px;}
	 .callout-top{margin:50px 0 0 0;}
	 .callout p{margin-bottom:0;}
	 .callout .button{margin-top:10px;}
	 .callout.green{background:#19ad0b;/*#86dc00;*/}

#mc_embed_signup{
padding:30px 0;
}

#ui-preview{
border:5px solid #ddd;
margin:30px 0;
display:block;
}


.description {
    max-height: 290px;
    overflow: hidden;
    text-align: center;
}
.action{
	margin-top: 6px;
}
blockquote{
	line-height: 1em;
}
#fancybox-wrap{
	box-sizing:content-box;
 -moz-box-sizing: content-box;
}

.button-news{
	margin:0 auto;
	display:block;
	width:60px;
	height:41px;
	background-image:url('../image/template/g-fleche-3.png');
}
.button-news-link:hover span{
	background-image:url('../image/template/g-fleche-3-hover.png');
}
/*
.index blockquote{
	margin: 30px 30px 0 0;
	text-align: left;
}
 */
.home .green,.baseline .green {color:#339933}
.home .blue,.baseline .blue {color:#3366cc}
.home {/* text-shadow: 0 0 1px #333333;*/}
.baseline {color: #222222;font-size: 25px;
/*text-shadow: 0 0 2px #3366C3;*/
/*text-shadow: 0 0 1px #333333;*/
}

/*details*/

.ext_link{
	background-color:#eeeeee;
	border: 1px solid #70BC72;
	border-radius:3px;
	cursor:pointer;
}
.ext_link i{vertical-align:middle;}
.ext_link span{
	font-size: 1.3em;
	vertical-align: middle;
	
}
.ext_link{color:#339933;}
.action i{
	margin-left: 1%;
    margin-right: 1%;
}
/*
.description img{border-radius: 3px;border: 1px solid #CCCCCC;}
*/
.main-image{position:absolute;width: 130px;margin-left: 40px;}
@media screen and (max-width: 1024px) {
	.main-image{display:none}
}
.trend-image{
	margin-left: 80px;
    margin-top: 30px;
    position: absolute;
}
@media screen and (max-width: 1024px) {
	.trend-image{display:none}
}
.button-news-link{
	color: #000000;
    text-decoration: none;
}
.button-news-link:hover{
	 color: #339933;
}
.bx-wrapper .bx-controls-direction a{z-index:99}
.bx-wrapper{
	max-height: 290px;
}

.top-article p{
	height:45px;
	margin:5px 2px;
	overflow: hidden;
}
/*pagination*/



.pagination {
  height: 36px;
  margin: 18px 0;
}
.pagination ul {

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  background-color: #FFFFFF;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}
.pagination .active a {
  color: #999999;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pager {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next a {
  float: right;
}
.pager .previous a {
  float: left;
}
.pager .disabled a,
.pager .disabled a:hover {
  color: #999999;
  background-color: #fff;
  cursor: default;
}


#search-menu input:focus{
	width: 170px;
}
#search-menu input{
	transition:width 250ms linear 0s;
	width: 110px;
	font-size: 10px;
	border:1px solid #28A33F;
	box-shadow: none;
	color:#0C0738;
}
#search-menu input:focus{border:1px solid #0086C1;}

#search-menu button{
margin-left:5px;

}

.all-info h1{font-size:24px}
.all-info .description{max-height:inherit !important}
.tags a{margin-bottom:5px}

.top-article{
	background-color: #EEEEEE;
	/*box-shadow: 0 0 2px #555555;*/
	border: 1px solid #79A9CE;
    border-radius: 3px;
	text-align: center;
}
.bx-wrapper img {
	border-bottom: 1px solid #79A9CE;
}
hr {
    border-color: #70BC72;
}
.menu .title{
	float: left;
    text-align: left;
    width: 230px;
}
@media screen and (max-width: 650px) {
	.menu .title{
		display:none !important;
	}
}
.similar-title{font-size: 1.4em;color: #339933;}
.similar h3{
font-size: 1.1em;
}
.similiar-next li{height:75px; overflow:hidden;}
.similiar-next li h6{margin:5px 0;}
.similiar-next li img{
	height:60px;
	float:left;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
    border-radius: 3px;
    }
.keywords a{
	color:black;
	 -webkit-animation-duration: 2s; 
}
.keywords a:hover{color:#4D99E0;}

.header_box{
	background-color:#F7FAFF;
	 border: 1px solid #70BC72;
	}
.bx-wrapper .bx-viewport{
	background-color:#F7FAFF;
}
.menu {
	border:none;
	border-bottom:1px solid #70BC72; 
	background: none repeat scroll 0 0 #FFFFFF;
}
.menu li a {
    color: #00679F;
}
.bx-wrapper .bx-viewport {
	border: 1px solid #70BC72;
    box-shadow: none;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	background: none repeat scroll 0 0 #84C60B;
	box-shadow: 0 0 4px #FFFFFF;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: none repeat scroll 0 0 #3366C3;
}
blockquote {
    border: none;
    margin: 0;
    padding: 5px;
    text-align: justify;
}
h4.col_12{
	color:#3366C3;
	text-shadow: 2px 2px 1px #FFFFFF;
}
.social-menu{float:right}
.social-menu i{color:#28A33F}
.social-menu a {text-decoration:none;}
@media screen and (max-width: 900px) {
	.social-menu{display:none !important;}
}
#newsletter input{
	padding:10px;
	color:#1A660F;
	border: 1px solid #70BC72;
}

button.green, 
a.btn.green, 
a.button.green,
input.green[type="submit"],
input.green[type="reset"],
input.green[type="button"]{
	border:1px solid #36962B;
	background: #5ABA4E; /* Old browsers */
	background: -moz-linear-gradient(top, #5ABA4E 0%, #36962B 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ABA4E), color-stop(100%,#36962B)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5ABA4E 0%,#36962B 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5ABA4E 0%,#36962B 100%); /* Opera 11.10+ */
	background: linear-gradient(top, #5ABA4E 0%,#36962B 100%); /* W3C */

}
#tiptip_content{
	border:none;
	box-shadow:none;
}
@media screen and (max-width: 550px) {
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	    bottom: -65px;
	    }
}
.top-articles{
max-height: 300px;
    overflow: hidden;}