@CHARSET "UTF-8";
*{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;    
}
ol,ul,li{list-style-type:none;}
.navbar {
    background: none repeat scroll 0 0 rgba(244, 242, 233, 0.9);
    border: none;/* -bottom: 1px solid rgba(0, 0, 0, 0); */
    box-shadow: 0px 2px 4px -1px rgba(50, 50, 50, 0.42);
    -moz-box-shadow: 0px 2px 4px -1px rgba(50, 50, 50, 0.42);
    -webkit-box-shadow: 0px 2px 4px -1px rgba(50, 50, 50, 0.42);
    border-radius: 0;
    position: fixed;
    top:0;
    left:0;
    right:0;
    padding: 10px 0;
    margin: 0;    
    z-index: 500;
}
#logo {
    width: 100px; /*140px;*/
    margin-right: auto;
}
#topmenu {
    position: absolute;
    top: 15px;
    right: 15px;
}
#topmenu .menubutton {
    background: transparent;
    border: 1px solid #e28800;
    border-radius: 0;
    color: #e28800;
    text-transform: uppercase; 
}
#topmenu .menubutton .icon {
    font-family: fontello;
    font-size: 20px;
    line-height: 30px;
    padding: 0 4px 4px 4px;
    vertical-align: top;
    float: left;   
}
#topmenu .menubutton .icon-bar {
    background-color: #e28800;
    display: block;
    width: 17px;
    height: 2px;
    margin-top: 4px;
}
.dropdown-menu {
    top: -15px;
    right: -15px;
    left: auto;
    width:  240px;
}
.dropdown-menu .dropdown-toggle .icon-bar:before {
    color: #E28800;
    font-family: fontello;
    font-size: 20px;
    line-height: 30px;
    padding-right: 10px;
    vertical-align: top;
}
.dropdown-menu .dropdown-toggle {
    background: transparent;    
    padding: 6px 12px;
    border-radius: 0;
    text-transform: uppercase;    
    border: none !important;
    color: #6c807f !important;
    cursor: pointer;
}
#topmenu .menubutton .text {
	display: inline-block;
	vertical-align: middle;
	/* line-height: 45px;*/	
	font-weight: bold;
}
#topmenu .dropdown-menu .icon-bar{
	display: inline-block;
}
.dropdown-menu .dropdown-toggle .icon-bar:before{
    color: #6C807F !important;
    content: '\e800';
}

.dropdown-menu >li,
.dropdown-menu >li > a {
    padding: 20px 17px;
    border-top: 1px solid #ced9d8;
}
.dropdown-menu >li:first-child{
    padding: 10px 0;
}
.dropdown-menu >li {
    cursor: pointer;
    padding: 0; 
    position: relative;
}
.dropdown-menu >li > a {
    border: none;
}
.dropdown-menu >li:hover>a{
    background: #eff4f3;
}
.dropdown-menu >li:hover>a:after{
    color: #6c807f;
    font-family: fontello;
    font-size: 17px;
    line-height: 30px;
    padding-right: 10px;
    vertical-align: top;
    content: '\e808';
    position: absolute;
    right: 0;
}
.dropdown-menu >li:first-child {
    border-top: none;
}
.dropdown-menu >li button,
.dropdown-menu >li button span{
    border: none !important;
    color: #6c807f !important;
    cursor: pointer;
}
.dropdown-menu >li button:after{
    color: #6c807f !important;
    font-family: fontello;
    font-size: 17px;
    line-height: 30px;
    padding-right: 10px;
    vertical-align: top;
    content: '\e807';
    position: absolute;
    right: 0;
    top: 16px;
}
.dropdown-menu .dropdown-toggle span {
    display: inline-block;
    vertical-align: middle;
}
.dropdown-menu >li a {
    font-size: 17px;
    color: #6c807f;
}
.dropdown-menu  .register {
    background: #eae7ef;
    height: 130px;
}
.dropdown-menu  .register div{
    text-align: center;
    margin-top: 20px;
    color: #6c807f;
}
.dropdown-menu  .register div span{
    font-weight:  bold;
}
.dropdown-menu  .register a {
    background: none repeat scroll 0 0 #FFAB08;
    border: medium none;
    border-radius: 0;
    color: #FFFFFF;
    display: block;
    padding: 10px;
    position: relative;
    top: 15px;
    width: 170px;
    margin: 0 auto;
    text-align: center;
}
.dropdown-menu  .phone {
    height: 280px;
}
.dropdown-menu .phone span {
    bottom: 15px;
    color: #6C807F;
    font-size: 14px;
    left: 35px;
    position: absolute;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    #topmenu{
        top: 16px;
    }
    .dropdown-menu {
        top: -16px;
    }
    #topmenu .menubutton .icon {
        padding: 0 8px 0 0;
    }
    #topmenu .menubutton .icon-bar {
        width: 12px;
        height: 2px;
        margin-top: 4px;
    }
    #topmenu .menubutton{
        padding: 6px 12px;
    }
}
/***** Search  *****/
#header_search {
    background: rgba(24, 115, 131, 0.7);
    padding:10px 15px;
    margin:10px -15px -10px -15px;
}
#header_search form{
    border: 3px solid #1e8086; 
    background-color: #fff;
    position: relative;
}
#header_search form #SearchWhat{
    border: none;
    padding: 0;
    outline: none;
    padding: 10px 35px 10px 10px;
    background-image: none;
    display:block;
    margin: 0;
    width: 100%;
}
#header_search .search_button{
    position: absolute;
    right: 5px;
    top: 5px;
}
@media (min-width: 768px) {
    #header_search {
        position:relative;
        padding: 0;
        background-color: transparent;
       /*bottom: 10px;
       left: 41.66666667%;     
       right: 0;
       margin:0;*/       
        margin: 5px 110px 15px 150px;
    }
    #header_search form{
        border: 1px solid #e7e5e1;
        display: block;
        width: 66.66666667%;
        margin: 0 auto;
    }
}    
/*****  Listings ******/
.listings .listing {
    background: #fff;
    border: 1px solid #e7e5e1;
    font-size: 17px;    
    overflow: hidden;
    padding: 0;
    vertical-align: top;
}
.listings .listingselected {
    border-color: #f85b86;
}
.listings .listing .list_logo {	
	text-align: center;
	float: left;
	padding: 5px;
}
.listings .listing .list_logo a {
    display: block;
}
.listings .listing .list_logo .nologo {
	display: block;
	margin: 2px auto;
	/*background-color: #eeeeee;*/
  background:#fff url('/theme/Fpc/img/no_logo_g_small.png') center center no-repeat;
}
.listings .listing .list_logo .nologo span{
	padding-top:25%;
	display: block;
  display: none;
}

.listings .listing .list_logo190x155 .nologo,
.listings .listing .list_logo190x155 img {
    width: 190px;
    height: 155px;
}
.listings .listing .list_logo246x189 .nologo,
.listings .listing .list_logo246x189 img {
    width: 246px;
    height: 189px;
}
.listings .listing .list_logo254x158 .nologo,
.listings .listing .list_logo254x158 img{
	width: 254px;
	height: 158px;
}
.listings .listing .list_logo304x248 .nologo,
.listings .listing .list_logo304x248 img{
    width: 304px;
    height: 248px;
}
@media (max-width: 1100px) {
    .listings .listing .list_logo254x158 .nologo,
    .listings .listing .list_logo254x158 img{
        width: 200px;
        height: 124px;
    }
}


.listings .listing .name {
    padding: 15px 15px 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;    
}
.listings .listing .name a {
    color: #e28800;    
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    /*display: block;*/
    height: 44px;
    max-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listings .listingselected .name a {
    color: #f85b86;
}
.listings .listing .location,
.listings .listing .contact,
.listings .listing .description {
    color: #565656;
    font-size: 13px;
    padding: 0 15px;
    overflow: hidden;
}

.listings_list .listing {
	margin: 0 15px;
}

@media (min-width: 768px) {    
    .listings .listing .list_logo {
       padding: 0;
    }
    .listings_grid .listing .list_logo .nologo {
        background-image:url('/theme/Fpc/img/no_logo_g.png');
    }
    .listings_grid .listing {   
        float: left;
        margin: 0 0 15px 15px;
        width: 256px;
        height: 320px;
    }
    .listings_grid .listing .list_logo {
        float: none;    
    }
}
@media (min-width: 768px) and (max-width: 1100px) {
	.listings_grid .listing {
	   width: 202px;
	   height: 320px;
	}
}

/**** Lists Display mode icons ****/
.list_display_options a {
	height: 32px;
	font-size: 18px;
	color: #2d84a0;
}
.list_display_options a:hover{
	color: #2d84a0;
	cursor: pointer;
}
.list_display_options .glyphicon{
    font-size: 18px;
    color: #2d84a0;
    border: 2px solid #2d84a0;
    padding: 5px;
    border-radius: 2px;
    -moz-border-radius:2px;
	-webkit-border-radius: 2px;	
}
.list_display_options .selected .glyphicon {
    color: #fff;
    background-color: #2d84a0;	
}
.list_display_options .caret {
	display: none;
}
.list_display_options_horizontal .display_grid .glyphicon,
.list_display_options_vertical .display_list .glyphicon{
    border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
}
.list_display_options .display_grid .glyphicon{    
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
}
.list_display_options .display_list .glyphicon{
    border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
}
.list_display_options_horizontal .display_list .glyphicon,
.list_display_options_vertical .display_grid .glyphicon{
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
}


.list_display_options .caret_left {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	border-left: 0;
	border-right: 5px solid;
	margin-top: -4px;
	margin-left: -5px;	
}
.list_display_options .caret_bottom {
    border-bottom: 0;'
    border-top:  5px solid;
    border-left: 5px solid transparent;
    border-right:5px solid transparent;
    position: absolute;
    bottom: -7px;
    left: 8px;
}
.list_display_options .selected .caret {
	display: inline-block;
}
.list_display_options_vertical a{
    display: block;     
    vertical-align: middle; 
}
.list_display_options_horizontal a{
    display: inline;
    position: relative; 
}


/****** Footer ********/
#footer {
    color: #c3c3c3;    
    text-align: center;
    margin: 30px 0;
}
#footer ul {
    display: block;    
}
#footer li {
    display: inline;
}
#footer li .copyr {
    font-size: 14px;
}
#footer li a {
    color: #c3c3c3;
    font-weight: bold;
    padding: 0 15px;
    text-decoration: none;
    text-transform: uppercase;
}
#footer li a:hover {
    text-decoration: underline;
}
@media (min-width: 768px) {
    #footer { 
        /* height: 150px; */
    }
    #footer ul {
      /*  padding-top: 90px;*/
    }
}

/***** temporary ressources *****/

.articles {
    clear: both;
    margin: 50px auto;
    max-width: 910px;
    padding: 40px 10px;
}
.articles h1 {
    text-transform: uppercase;
}
.category_title {
    color: #e28800;
    font-size: 30px;
}

.articles a {
    color: #2d84a0;
    font-size: 18px;
}
