/*   
Theme Name: INFRAFER
Theme URI: http://www.infrafer.com
Description: Theme Infrafer
Author: Ali Rahmoune
Author URI: http://www.pixastudio.com
Version: 1
*/

@media screen {
a, a:hover { text-decoration:none}
ul { margin:0 0 10px 0; padding:0; list-style:none}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

text-transform: uppercase
}
h1, .h1, h2, .h2, h3, .h3 {
margin-top: 0;
margin-bottom: 10px;
}
h2, .h2 {
font-size: 22px;
}
h3, .h3 {
font-size: 18px;
}
h4, .h4 {
font-size: 14px;
}

hr {
border: 1px solid #ecf0f1;
}
.img-responsive {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}
.navbar { margin-bottom:0}
.navbar-default {  border-bottom:0; }
.navbar-default  li { margin:0}
.nav li a {
	text-transform:uppercase
}

.panel-default, .well {

border-radius:0;
border:none;
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
.panel-heading { border-radius:0; border:none;}
.btn-primary { background-color:#2C3285}

.carousel-caption { background:url(images/trans.png) ;padding:20px; text-align: left; right: 10%;
left: 40%; bottom:60px ; }
.carousel-caption h3 { color:#fff}
.carousel-indicators {
bottom: 10px;
 margin-left: 0
}
.list-group-item:last-child,.list-group-item:first-child{ border-radius:0}
.back-to-top {
cursor: pointer;
position: absolute;
bottom: 50px;
right: 50px;
}
.well {
background-color: #ecf0f1;
}
/****************************/
/***** components**********/
/****************************/
.logo { display:block; text-align: center}

.slogan h1 a { color:#222222}

#footer {  position:relative ; }
/****************************/
/***** misc**********/
/****************************/
.sidebar-widget {}

.sidebar-widget .title { 

padding:20px;
font-size:16px;
margin:0;
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);

}
.shadow-wrap {width: 100%;
float: left;
height: 27px;
background-image: url(images/shadow.png);
background-repeat: no-repeat;
background-position: center;
margin-bottom: 20px;
}
} /* END screen media */
/* Small devices (tablets, 768px and up) */
@media (min-width:768px ) { 
.slogan {
padding-top: 40px;
margin-left: -30px;
}
.slogan h1  {
font-size: 40px;
margin-bottom: 5px;
font-weight: 500;
letter-spacing: -3px;

}
.navbar-nav>li>a {
padding-top: 18px;
padding-bottom: 18px;
}
#header {background:url('images/header.jpg') right no-repeat; min-height:120px/* padding:10px 0 ; background-color:#FFF*/}
#footer { padding:10px 0 20px ; background:url('images/footer.jpg') bottom center no-repeat; 
}
/*404*/
.error-template {padding: 40px 15px;text-align: center;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
table strong { color:#FFF !important}	
} /* END print media */