/* Remove the jumbotron's default bottom margin */
     .jumbotron {
      margin-bottom: 0;
      padding:0;
    }
    .img-header{
        padding: 20px 0px 20px 0px;
	display: inline;
    }
    
/* Remove the navbar's default margin-bottom and rounded borders */
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
      background: -webkit-gradient(top, #408080, #5aadad) !important; /* Saf4+, Chrome */
      background: -webkit-linear-gradient(top,  #408080, #5aadad) !important; /* Chrome 10+, Saf5.1+ */
      background: -moz-linear-gradient(top,  #408080, #5aadad) !important; /* FF3.6 */
      background: -ms-linear-gradient(top,  #408080, #5aadad) !important; /* IE10 */
      background: -o-linear-gradient(top,  #408080, #5aadad) !important; /* Opera 11.10+ */
      background: linear-gradient(top, #408080, #5aadad);
    }
    .navbar-collapse {padding: 0;}
    
    .navbar-inverse .navbar-nav>li>a {
        color: #fff;
    }
     .navbar-inverse .navbar-nav>li>a:hover {
        color: #306363;
    }
    .navbar-inverse .navbar-brand{
        color:#fff;
    }
     .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #306363;
    background-color: rgba(0,0,0,.0001);
}

/******************Vertical Menu*****************************/
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
color: #fff;
background-color: #438585;
}

.margintop20 {
    margin-top:20px;
}

.nav-pills>li>a {
border-radius: 0px;
}

.nav-pills>li>a {
color: #000;
text-decoration: none;
}

.nav-pills>li>a:hover {
color: #000;
text-decoration: none;
}


.nav-stacked>li+li {
margin-top: 0px;
margin-left: 0;
border-bottom:1px solid #dadada;
border-left:1px solid #dadada;
border-right:1px solid #dadada;
}
.nav-pills>li>a>span{
  color:#438585;
}

.active2 {
    border-right:4px solid #438585;
}
  
/************************Carousel****************************/
  .carousel{
        padding: 0;
    }
    .carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin: auto;
      min-height:200px;
      max-height:350px;
    }
  

/************************SideBar news&Events************************/

  hr{
    border-color: #c0c0c0;
  }
  .well>h4{
    border-bottom: 2px #408080 solid ;
    margin-bottom: 20px;
  }
  
/***************************Events****************************/

    /*.head-events{
	background-color: #466db7;
	color: #ffffff;
    }*/
    

/*********************Partners*****************************/
    .table>tbody>tr>td.td-rowspan{
	 vertical-align:middle;
    }
     
 
/*###############################*/
/*********** links.php ***********/
/*###############################*/

    .links-sm-xs {
	    display: none;
    }
    
    .last_links {
	    padding-bottom: 30px;
    }
/**************************** contact.php ***************************/

    .sarti-title {
	    margin-bottom: 40px;
    }
    #location,#irf {
	    color: #336699;
    }
    #form-mail > label, #form-mail > input, #form-mail > textarea {
	    margin: 3px; 
    }
    #consultation {
	    vertical-align: top;
    }
    #submit-button, #button-send {
	    margin-top: 20px;
    }
    #button-send {
	    margin-left: 20px;
    }
    .sent {
	    padding-bottom: 10px;
    }
    .sent p {
	    padding: 10px;
	    border: 1px dotted #336699;
    }
    .sent p span {
	    color: green;
    }

/*************** Footer *******************/
    footer {
      /*background-color: #f2f2f2;*/
      padding: 25px;
      
      background: -webkit-gradient(top, #408080, #5aadad) !important; /* Saf4+, Chrome */
      background: -webkit-linear-gradient(top,  #408080, #5aadad) !important; /* Chrome 10+, Saf5.1+ */
      background: -moz-linear-gradient(top,  #408080, #5aadad) !important; /* FF3.6 */
      background: -ms-linear-gradient(top,  #408080, #5aadad) !important; /* IE10 */
      background: -o-linear-gradient(top,  #408080, #5aadad) !important; /* Opera 11.10+ */
      background: linear-gradient(top, #408080, #5aadad);
      color: #fff;
    }
    
    .footer{
	font-size: .9em;
    }
    .footer h3{
	font-size: 1.4em;
    }
    .footer h4{
	font-size: 1.2em;
    }

/****************Style General*******************/

    .hr_shadow {
	background: url(images/divider-shadow.png) 0 0 no-repeat;
	background-size: 100%;
	border: 0;
	height: 20px;
	margin: 15px 0 22px 0;
	width: 100%;
    }
  .text-justify{
    text-align: justify;
  }
  .subtitle {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    font-size: 16px;
    color: #336699;
    font-weight: bold;
    padding-left: 10px;
    padding-bottom: 7px;
    padding-top: 20px;
    margin-bottom: 20px;
    clear: both;
}
.right{
    float: right;
}
  
  /*
  .margin-color {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    opacity: .5;
    }

  .left{
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-repeat: repeat-x;
    min-height: 100%;
  }

    .right {
	right: 0;
	left: auto;
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    height: 100%;
    }*/

  body {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cbccc8)) fixed;
  
}

/**********************Style media*************************/
@media (min-width: 992px) and (max-width: 1199px) { /* col-sm */
	
	.img-header{
	    width: 50%;
	}
}
@media (min-width: 768px) and (max-width: 991px) { /* col-sm */
	.links-web {
		display: none;
	}
	.links-sm-xs {
		display: inline-block;
	}
	.img-header{
	    width: 50%;
	}
}

@media (min-width: 650px) and (max-width: 767px) { /* col-xs */
	.links-web {
		display: none;
	}
	.links-sm-xs {
		display: inline-block;
	}
	
	.img-header{
	    width: 50%;
	}
}

@media (max-width: 650px)  { /* col-xs */
	.links-web {
		display: none;
	}
	.links-sm-xs {
		display: inline-block;
	}
	
}

/* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 600px) {
    .carousel-caption {
      display: none;
    }
  }

@media (max-width: 500px) {
    .partners-logo{
	display: none;
    }
  }
 
