.ajax-progress-throbber { display: none !important;}
body{
font-weight: 300;
color:#333 !important;
}
body.page-homepage .region.region-navigation{
width:100%;
}

.region-parallax{
padding:0 !important;
}

ul:not(.contextual-links) {
    list-style: disc !important;
}

blockquote{
font-family: "Open Sans","Times New Roman",Times,serif;
}

#search-block-form
{
height:24px;
line-height:12px;
display:table;
}
#search-block-form .form-actions,#search-block-form .form-item{
margin-top: 0;
}

.bx-wrapper .bx-viewport{height:36px !important;}

.region-socials {
padding-top:10px;
}

a.dexp-shortcodes-button.btn {
    display: table;
    margin: 0 !important;
    padding: 0 !important;
}

.dexp-shortcodes-button.btn{border:0 !important;color:#fff;}

  #section-top-bar {
    background-color: #FFF;
	border-bottom:0 !important;
  }
  
  #section-top-bar  .container .row{
  max-height:70px;
  }
  #section-top-bar .dexp-dropdown span.menu-toggler {
    display: none;
  }
  #section-top-bar .dexp-dropdown >ul {
    margin: 0;
    padding: 0;
    text-align: right;
  }
  #section-top-bar .dexp-dropdown >ul >li {
    margin: 0 5px 0 0;
    padding: 0;
  }
  #section-top-bar .dexp-dropdown >ul li ul {
    margin-top: 30px;
    opacity: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px; 
-webkit-border-radius: 0 0 3px 3px;
  }
  #section-top-bar .dexp-dropdown >ul li:hover > ul {
    margin-top: 0;
    opacity: 1;
  }
  #section-top-bar .dexp-dropdown ul ul {
    opacity: 0;
    height: 0;
    position: absolute;
    z-index: 1001;
    min-width: 200px;
    background-color: #FFF;
    overflow: hidden;
    padding: 0;
    -webkit-transition: margin-top 0.2s linear;
    -moz-transition: margin-top 0.2s linear;
    -o-transition: margin-top 0.2s linear;
    -ms-transition: margin-top 0.2s linear;
    transition: margin-top 0.2s linear;
  }
  #section-top-bar .dexp-dropdown ul ul li {
    list-style: none;
    border-bottom: 1px solid #EFF4F7;
    margin: 0;
    position: relative;
    padding: 0;
  }
  #section-top-bar .dexp-dropdown ul ul li:hover,
  #section-top-bar .dexp-dropdown ul ul li.active {
    background-color: #F5F7F9;
  }
  #section-top-bar .dexp-dropdown ul ul li.last {
    border-bottom: none;
  }
  #section-top-bar .dexp-dropdown ul ul li a {
    color: #AFB4B9;
    line-height: 30px;
  }
  #section-top-bar .dexp-dropdown ul ul li a.active {
    background-color: #F5F7F9;
  }
  #section-top-bar .dexp-dropdown ul ul li a:hover {
    color: #9BA0A5;
  }
  #section-top-bar .dexp-dropdown ul ul ul {
    top: 0px;
    left: 200px;
  }
  #section-top-bar .dexp-dropdown > ul > li {
    display: inline-block;
    position: relative;
  }
  #section-top-bar .dexp-dropdown > ul > li > a {
    border-top: 3px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #2D3E52;
    line-height: 100px;
    text-transform: uppercase;
    font-size: 13px;
  }
  #section-top-bar .dexp-dropdown > ul > li > a:hover,
  #section-top-bar .dexp-dropdown > ul > li > a.active {
    border-top: 3px solid #5F8CB4;
    color: #5F8CB4;
  }
  #section-top-bar .dexp-dropdown > ul > li:hover > a,
  #section-top-bar .dexp-dropdown > ul > li.active > a {
    border-top: 3px solid #5F8CB4;
    color: #5F8CB4;
  }
  #section-top-bar .dexp-dropdown ul li:hover > ul {
    height: auto;
    opacity: 1;
    margin-top: 0;
    overflow: visible;
  }
  #section-top-bar .dexp-dropdown a {
    display: block;
    padding: 0 20px;
    color: #EEE;
    font-size: 13px;
  }


#section-top-navigation {
    background-color: #FFF;
  }
  #section-top-navigation .container {
    max-width: 1100px;
	padding-left:15px;
}
  #section-top-navigation .dexp-dropdown span.menu-toggler {
    display: none;
  }
  #section-top-navigation .dexp-dropdown >ul {
    margin: 0;
    padding: 0;
    text-align: right;
  }
  #section-top-navigation .dexp-dropdown >ul >li {
    margin: 0 5px 0 0;
    padding: 0;
  }
  #section-top-navigation .dexp-dropdown >ul li ul {
    margin-top: 0px;
	top:29px;
    opacity: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px; 
-webkit-border-radius: 0 0 3px 3px;
  }
  #section-top-navigation .dexp-dropdown >ul li:hover > ul {
    margin-top: 0;
    opacity: 1;
  }
  #section-top-navigation .dexp-dropdown ul ul {
    opacity: 0;
    height: 0;
    position: absolute;
    z-index: 1001;
    min-width: 200px;
    background-color: #FFF;
    overflow: hidden;
    padding: 0;
    -webkit-transition: margin-top 0.2s linear;
    -moz-transition: margin-top 0.2s linear;
    -o-transition: margin-top 0.2s linear;
    -ms-transition: margin-top 0.2s linear;
    transition: margin-top 0.2s linear;
	top: 30px;
  }
  #section-top-navigation .dexp-dropdown ul ul li {
    list-style: none;
    border-bottom: 1px solid #EFF4F7;
    margin: 0;
    position: relative;
    padding: 0;
  }
  #section-top-navigation .dexp-dropdown ul ul li:hover {
    background-color: #F5F7F9;
  }

  #section-top-navigation .dexp-dropdown ul ul li.last {
    border-bottom: none;
  }
  #section-top-navigation .dexp-dropdown ul ul li a {
    color: #AFB4B9;
    line-height: 30px;
  }

  #section-top-navigation .dexp-dropdown ul ul li a:hover {
    color: #9BA0A5;
  }
  #section-top-navigation .dexp-dropdown ul ul ul {
    top: 0px;
    left: 200px;
  }
  #section-top-navigation .dexp-dropdown > ul > li {
    display: inline-block;
    position: relative;
  }
  #section-top-navigation .dexp-dropdown > ul > li > a {
    border-top: 3px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #2D3E52;
    line-height: 100px;
    text-transform: uppercase;
    font-size: 13px;
  }
  #section-top-navigation .dexp-dropdown > ul > li > a:hover,
  #section-top-navigation .dexp-dropdown > ul > li > a.active {
    /*
	border-top: 3px solid #5F8CB4;
    color: #5F8CB4;
	*/
  }
  #section-top-navigation .dexp-dropdown > ul > li:hover > a,
  #section-top-navigation .dexp-dropdown > ul > li.active > a {
    border-top: 3px solid #5F8CB4;
    color: #5F8CB4;
  }
  #section-top-navigation .dexp-dropdown ul li:hover > ul {
    height: auto;
    opacity: 1;
    margin-top: 0;
    overflow: visible;
  }
  #section-top-navigation .dexp-dropdown a {
    display: block;
    padding: 0 20px;
    color: #EEE;
    font-size: 13px;
  }

body.bg1, span.bg1
{
background:none;
}



#section-header .dexp-dropdown ul > li > ul.menu li span.menu-toggler
{

display:block;
position:absolute;
width:40px;
top:10px;
right:-10px;

}

#section-header .dexp-dropdown > ul > li
{

overflow:hidden;
position:static;

}

#section-top-bar .dexp-dropdown ul ul{
background:none;
opacity:0;
}

#section-top-navigation .dexp-dropdown ul ul{
background:none;
opacity:0;
}

.first.leaf.menu-mlid-2564.front
 {
    left: 32px;
    font-size: 24px !important;
    top: 2px;
	float:left;
	
}

.remotetrad-block {
    padding: 10px;
    text-transform: uppercase;
	padding:3px 4px 3px 3px;
    margin: 0;

    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	width:60px;
	height:24px;
	font-size: 0.8em !important;
    font-weight: normal;
    color: #000f5f;
    background: #fff;
}

.selectmenu{
    padding: 10px;
    text-transform: uppercase;
	padding:3px 4px 3px 3px;
    margin: 0;

    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	width:120px;
	height:24px;
	font-size: 0.8em !important;
    font-weight: normal;
    color: #000f5f;
    background: #fff;
}

.region-user18 .remotetrad-block {
    width: auto !important;
}

.block-remotetrad
{
margin-left:20px;
}
.block-remotetrad  label {position:relative}
.block-remotetrad  label:after {
    content:'>';
    font:16px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:0px; top:1px;
    padding:0 0 0 8px;
	width: 24px;
    height: 24px;
    background: #2578e9;
    color: #fff;
   
    position:absolute;
    pointer-events:none;
	border:0;
}
.block-remotetrad label:before {
    content:'';
    right:6px; top:0px;
    width:24px; height:24px;

    position:absolute;
    pointer-events:none;
    display:block;

}

label.lblselectmenu::before {
    content: "";
    display: block;
    height: 24px;
    pointer-events: none;
    position: absolute;
    right: 6px;
    top: 0;
    width: 24px;
}

label.lblselectmenu::after{
background: #999 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    content: ">";
    font: 16px "Consolas",monospace;
    height: 24px;
    padding: 0 0 0 8px;
    pointer-events: none;
    position: absolute;
    left: 130px;
    top: 1px;
    transform: rotate(90deg);
    width: 24px;
}

.region-socials ul:not(.contextual-links) li a {

line-height:normal;
}

.social-icons li a i{
opacity:1 !important;
left: 2px !important;
}
.region-socials .block  .content .social-icons a,.region-user18 .home-icon a{
border-radius: 50%;
-moz-border-radius: 50%; 
-webkit-border-radius: 50%;
background:#2578e9;
height:24px;
width:24px;
}


.home-icon a{

color: #fff;
    font-family: FontAwesome;
    font-size: 1.2em;
    left: 0;
    line-height: 24px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 20;
	display:block;
	float:left;
}

.home-icon .fa.fa-home::before {
    left: 0px;
    position: absolute;
    width: 100%;
    color: #fff;
    font-size: 1em;
}

.content.home-icon > div {
    position: relative;
}

.social-icons .facebook i, .social-icons .facebook::before,
.social-icons .twitter i, .social-icons .twitter::before,
.social-icons .instagram i, .social-icons .instagram::before,
.social-icons .youtube i, .social-icons .youtube::before,.home-icon a::before{
top: 4px !important;
line-height: normal !important;
}

.social-icons .youtube i, .social-icons .youtube::before
{
font-size:16px !important;
}

.social-icons a::before,.home-icon a::before {
color:#fff !important;
font-size:12px !important;
content: "" !important;
}

.region-socials .block {
    height: 40px;
    width: auto !important;
    float: right;
}

.region-socials .block  .content .social-icons > div {
float:left;
color:#000f5f;
}

.region-socials .block  .content .social-icons > ul {
float:right;
}

.region-socials .block  .content .social-icons > ul  li{
margin-left:5px;
}

.region-socials ul:not(.contextual-links) li{
border:0 !important;
}



.caption-image {
    float: left;
    overflow: hidden;
    width: 100%;
	margin-bottom: 3px;
}
.caption-activeWrap.two {
    float: left;
    height: auto;
    width: 100%;

}

.caption-title{
line-height: 16px !important;
padding:10px;
padding-bottom: 5px;
}

.caption-title a{
color:#595959;
font-weight:bold;
font-family: 'Open Sans', sans-serif;
}

.caption-desc{
color:#595959;
font-family: 'Open Sans', sans-serif;
line-height: 24px;
padding:10px;
}

body.boxed .dexp-body-inner {
    box-shadow: none;
	}

.dexp-body-inner,body.boxed .dexp-body-inner,.container
{
/* max-width: 1100px; */
overflow: visible;
}




#section-header .dexp-dropdown > ul > li > a,
#section-header .search-toggle,
#section-header.fixed-transition .search-toggle
{
line-height:50px !important;
}

.container{
width:100%;
}

.tp-bullets{
-webkit-transform: translateZ(0px);
}

.sitetitle
{
color: #019fdf;
    font-size: 2.5em;
  
    margin-top: 0px;
    padding-top: 0px;
}
.sitetitle p{margin:0;padding:0}

.logom{
background:url('../../../../../../../sites/default/files/drupalexp/css/logom.png') no-repeat;
width:34%;
height:100%;
}

#section-bottom .quart-left {
    float: left!important;
    width: 25% !important;
}

.region.region-extra-bottom.col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    padding-left: 80px;
    padding-right: 80px;
}

.slide-caption{
font-weight: 300;
font-family: "Open Sans" !important;
}

.tp-bannertimer, .tp-bullets
{
z-index:100 !important;
}

.pane-title{
margin-top:0 !important;
}

.panel-group.default .panel-heading a {
    background-color: #999;
}

.panel-group .panel-heading a
{
border:1px solid #999;
}

.panel-group .panel-heading a.collapsed{
border:1px solid #999;
}

.region-top{
position:relative !important;
height:auto;
width: auto;
float: right;
}



a.site-logo img{
height:100%;
margin-top:10px;
}


.region-top input[name="search_block_form"]
 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: #333;
    font-size: 12px;
    font-weight: 300;
    height: 22px;
    left: 0;
    letter-spacing: 0;
    line-height: normal !important;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    position: relative;
    top: 0px;
    vertical-align: middle;
    width: auto;
    float: left;
    border: 1px solid #2578e9 !important;
    padding: 2px;
	border-radius:0px;
	-moz-border-radius: 0px; 
-webkit-border-radius: 0px;
}

.region-top button[type="submit"]{
height:22px;
border-radius:0;
-moz-border-radius:0; 
-webkit-border-radius: 0;
padding: 0;
padding-left: 3px;
padding-right: 3px;
background:#2578e9;
left: -4px;
position: relative;
border-color: #2578e9 !important;
}

.region-top #search-block-form  input[type="button"], .region-top #search-block-form input[type="submit"]
{
display:none;
}


.region-top .form-actions ,
.region-top .form-item{
display:inline-block;
 vertical-align: bottom;
 top:0px;
}

.region-bottom-first h3.box-title,
.region-bottom-third h3.box-title,
.region-bottom-second h3.box-title{
color:#fff;
}


.pane-plain-box-home-page 
{
margin-top:20px;
}

.pane-plain-box-home-page h2.pane-title{
color:#fff;
font-size: 22px;
padding: 5px;
font-weight: 400;
padding-left: 5%;
margin-bottom:0;
}

.pane-plain-box-home-page  .pane-content {
    border-bottom: 1px solid #0c80c3;
    border-left: 1px solid #0c80c3;
    border-right: 1px solid #0c80c3;
	color:#fff;
	background:#0c80c3;
	padding: 5px;
}

.pane-plain-box-home-page  .pane-content  a,.pane-plain-box-home-page h2{
	color:#fff;
}
/*context*/
.hgradient, .pane-plain-box-home-page h2, #section-header .container .row {
background: #2578e9;
background: -moz-linear-gradient(left,  #2578e9 0%, #51bae6 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2578e9), color-stop(100%,#51bae6));
background: -webkit-linear-gradient(left,  #2578e9 0%,#51bae6 100%);
background: -o-linear-gradient(left,  #2578e9 0%,#51bae6 100%);
background: -ms-linear-gradient(left,  #2578e9 0%,#51bae6 100%);
background: linear-gradient(to right,  #2578e9 0%,#51bae6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2578e9', endColorstr='#51bae6',GradientType=1 );
}
.vgradient
{
background: #2578e9;
background: -moz-linear-gradient(top,  #2578e9 0%, #51bae6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2578e9), color-stop(100%,#51bae6));
background: -webkit-linear-gradient(top,  #2578e9 0%,#51bae6 100%);
background: -o-linear-gradient(top,  #2578e9 0%,#51bae6 100%);
background: -ms-linear-gradient(top,  #2578e9 0%,#51bae6 100%);
background: linear-gradient(to bottom,  #2578e9 0%,#51bae6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2578e9', endColorstr='#51bae6',GradientType=0 );
}

.dexp-dropdown ul.menu li.front a.active {
    background: transparent !important;
}

#search-block-form .container > div {
    text-align: right;
}

#section-header .container .row
{
font-family: 'Open Sans', sans-serif;
color:#fff;
}

 .dexp-dropdown ul ul
{
transition:none !important;
}

#section-header .dexp-dropdown > ul > li > a, #section-header .search-toggle, #section-header.fixed-transition .search-toggle {
    line-height: 33px !important;
}

#section-header .dexp-dropdown > ul > li > a
{
font-size:1.2em;
text-transform:none;
color:#fff;
border-top:0;
}




#section-header .dexp-dropdown ul ul li:hover , #section-header .dexp-dropdown > ul > li:hover > a, #section-header .dexp-dropdown > ul > li.active > a {
background:#17597b;
color:#fff;
border:0;
}


#section-header .dexp-dropdown > ul > li:hover > a, #section-header .dexp-dropdown > ul > li.active > a {
border:0;
}



#section-header .dexp-dropdown > ul > li > a
{
transition:none;
}

#section-header .dexp-dropdown ul ul li a:hover {
    color: #FFF;
  }

#section-header .dexp-dropdown ul ul{
background:none;
top:45px;
}

#section-header .menu-name-main-menu.parent-mlid-0.dexp-dropdown ul ul{
background:none;
top:33px;
}

#section-header .dexp-dropdown ul ul li{
    background: rgb(37, 120, 233);
    background: rgba(37, 120, 233, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#2578e9, endColorstr=#2578e9);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#2578e9, endColorstr=#2578e9)";
	background:#2578e9;
	height: 33px;
    line-height: 30px;
}



#section-header .dexp-dropdown ul ul li a{
color:#fff;
display: inline-block;
    line-height: 14px;
    vertical-align: middle;
}

#section-header .dexp-dropdown > ul
 {
    text-align: center;
	display:inline-block;
	max-width: 1100px;
    width: 100%;
}




#section-top-bar .dexp-dropdown , #section-top-bar .region-user20{
background:#000;
}


#section-top-bar .dexp-dropdown > ul > li > a, #section-top-bar .search-toggle, #section-top-bar.fixed-transition .search-toggle {
    line-height: 35px !important;
}



#section-header .dexp-dropdown ul ul li ul li a {
    color: #fff;
    line-height: normal !important;
    vertical-align: middle;
    display: inline-block;
}

#section-header .dexp-dropdown ul ul li ul li {
    height: 35px !important;
    line-height: 35px !important;
}

#section-top-bar .dexp-dropdown > ul > li > a
{
font-size:14px;
text-transform:none;
color:#fff;
border-top:0;
}

#section-top-bar .dexp-dropdown ul ul li:hover {
 background-color: #fff;

}
#section-top-bar .dexp-dropdown ul ul li:hover > a{
  color:#000;
}

#section-top-bar .dexp-dropdown > ul > li:hover > a, #section-top-bar .dexp-dropdown > ul > li.active > a {
/* background:#17597b; */
color:#fff;
border:0;
}




#section-top-bar .dexp-dropdown ul ul li{
    background: rgb(37, 120, 233);
    background: rgba(37, 120, 233, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#2578e9, endColorstr=#2578e9);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#2578e9, endColorstr=#2578e9)";
	background:#000;
}

#section-top-bar .dexp-dropdown a {
    color: #eee;
    display: block;
    font-size: 13px;
    padding: 0 20px;
}


#section-top-bar .dexp-dropdown ul ul li a{
color:#fff;
}

#section-top-bar .dexp-dropdown > ul {
    text-align: center;
}

#section-top-bar .dexp-dropdown > ul > li {
    display: inline-block;
    position: relative;
}


#section-top-navigation .dexp-dropdown , #section-top-navigation .region-user20{
background:#000;
padding-top: 1px;
    padding-bottom: 1px;
}


#section-top-navigation .dexp-dropdown > ul > li > a, #section-top-navigation .search-toggle, #section-top-navigation.fixed-transition .search-toggle {
    line-height: 26px !important;
}

#section-footer .dexp-dropdown > ul > li > a
{
font-size:0.8em;
}

#section-top-navigation .dexp-dropdown > ul > li > a
{
font-size:1em;
font-family:'Open Sans';
text-transform:none;
color:#fff;
border-top:0;
}

#section-top-navigation .dexp-dropdown > ul > li.first i.fa-home {
  /*
  position: absolute;
    float: left;
    z-index: 2;
    left: -170px;
    top: -17px;
    height: 20px;
    width: 20px;
    font-size: 2em;
	*/
}

#section-top-navigation .dexp-dropdown ul ul li:hover {
 background-color: #fff;

}
#section-top-navigation .dexp-dropdown ul ul li:hover > a{
  color:#000;
}

#section-top-navigation .dexp-dropdown > ul > li:hover > a, #section-top-navigation .dexp-dropdown > ul > li.active > a {
/* background:#17597b; */
color:#fff;
border:0;
}




#section-top-navigation .dexp-dropdown ul ul li{
    background: rgb(37, 120, 233);
    background: rgba(37, 120, 233, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#2578e9, endColorstr=#2578e9);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#2578e9, endColorstr=#2578e9)";
	background:#000;
}

#section-top-navigation .dexp-dropdown a {
    color: #eee;
    display: block;
    font-size: 13px;
    padding: 0 20px;
}


#section-top-navigation .dexp-dropdown ul ul li a{
color:#fff;
}

#section-top-navigation .dexp-dropdown > ul {
    text-align: center;
}

#section-top-navigation .dexp-dropdown > ul > li {
    display: inline-block;
    position: relative;
}

#section-tagline{
padding:0px;
border-bottom:0;
line-height:0px;
}

.bxslide .field-content
{
line-height:36px;
}

.region-tagline {
    display: inline-block !important;
    margin: auto !important;
    max-width: 1100px;
	float:none;
}

#section-tagline > .container > .row {
    text-align: center !important;
}

#section-tagline .field-content{
width:90%;
}
#section-bottom{
background:url('../../../../../../../sites/default/files/drupalexp/css/logo-m-footer.png') no-repeat top center;
padding: 0px 0px 20px 0px;
margin-top: 15px;
}





#section-bottom .dexp-shortcodes-box.box-center .box-title{
margin-top:0;
padding-top:0;
}

.tp-bannertimer{
display:none;
}

.tp-top{
display:block;
}

.tp-bottom{
display:block;
}

.boxed #section-header.fixed{
max-width:1100px;
}

.dexp-shortcodes-box.box-center:hover:not(.box-none) .box-icon
{
    border: 1px solid #1085c6;
    background:none;
}

.dexp-shortcodes-box.box-circle .box-icon {
background: #1085c6 none repeat scroll 0 0;
color: #fff;
border-radius: 50%;
-moz-border-radius: 50%; 
-webkit-border-radius: 50%;
}
.region-extra-bottom  .block:nth-child(1) .dexp-shortcodes-box.box-circle .box-icon{
border:0;
background: #044A7E;
background: -moz-linear-gradient(left,  #044A7E 0%, #0C69A6 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#044A7E), color-stop(100%,#0C69A6));
background: -webkit-linear-gradient(left,  #044A7E 0%,#0C69A6 100%);
background: -o-linear-gradient(left,  #044A7E 0%,#0C69A6 100%);
background: -ms-linear-gradient(left,  #044A7E 0%,#0C69A6 100%);
background: linear-gradient(to right,  #044A7E 0%,#0C69A6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#044A7E', endColorstr='#0C69A6',GradientType=1 );
}

.region-extra-bottom  .block:nth-child(2) .dexp-shortcodes-box.box-circle .box-icon{
border:0;
background: #0C69A6;
background: -moz-linear-gradient(left,  #0C69A6 0%, #0F78B9 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0C69A6), color-stop(100%,#0F78B9));
background: -webkit-linear-gradient(left,  #0C69A6 0%,#0F78B9 100%);
background: -o-linear-gradient(left,  #0C69A6 0%,#0F78B9 100%);
background: -ms-linear-gradient(left,  #0C69A6 0%,#0F78B9 100%);
background: linear-gradient(to right,  #0C69A6 0%,#0F78B9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0C69A6', endColorstr='#0F78B9',GradientType=1 );
}

.region-extra-bottom  .block:nth-child(3) .dexp-shortcodes-box.box-circle .box-icon{
border:0;
background: #107CBD;
background: -moz-linear-gradient(left,  #107CBD 0%, #0F89CC 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#107CBD), color-stop(100%,#0F89CC));
background: -webkit-linear-gradient(left,  #107CBD 0%,#0F89CC 100%);
background: -o-linear-gradient(left,  #107CBD 0%,#0F89CC 100%);
background: -ms-linear-gradient(left,  #107CBD 0%,#0F89CC 100%);
background: linear-gradient(to right,  #107CBD 0%,#0F89CC 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#107CBD', endColorstr='#0F89CC',GradientType=1 );
}

.region-extra-bottom  .block:nth-child(4) .dexp-shortcodes-box.box-circle .box-icon{
border:0;
background: #0F89CC;
background: -moz-linear-gradient(left,  #0F89CC 0%, #1595DE 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0F89CC), color-stop(100%,#1595DE));
background: -webkit-linear-gradient(left,  #0F89CC 0%,#1595DE 100%);
background: -o-linear-gradient(left,  #0F89CC 0%,#1595DE 100%);
background: -ms-linear-gradient(left,  #0F89CC 0%,#1595DE 100%);
background: linear-gradient(to right,  #0F89CC 0%,#1595DE 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0F89CC', endColorstr='#1595DE',GradientType=1 );
}




#section-bottom > .container > .row {
    text-align: center !important;
}

.pane-view-masonry h2.pane-title, .pane-view-isotope-element h2.pane-title{
color: #797e6d !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    text-align: center;
	font-size: 3em;
	background:url('../../../../../../../sites/default/files/drupalexp/css/title-line.png') repeat-x center left;
}

.pane-view-masonry h2.pane-title > span {
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
}


 .view-id-view_masonry{
 text-align:center;
 width:100% !important;
 }

.view-id-view_masonry > .masonry{
display: inline-block;
text-align: left !important;
width:100% !important;
}

.isotope-element{
height:auto !important;
width: 32.5%;
border: 1px solid #e4e4e4;
margin-bottom:10px;
padding-bottom: 10px;
background: #f9fafa;
}


.radix-layouts-sidebar .panel-panel-inner div.panel-pane:first-child {
    margin-top: 42px;
}

body.page-node .radix-layouts-sidebar .panel-panel-inner div.panel-pane:first-child {
    margin-top: 0px;
}

body.node-type-actualites .radix-layouts-sidebar .panel-panel-inner div.panel-pane:first-child {
    margin-top: 0px;
}

.radix-moscone-flipped .col-md-12
{
padding-left:1%;
padding-right:1%;
}
.radix-moscone-flipped .col-md-12 .isotope-element{
padding:0.8%;
width:23.1%;
}

.isotope-element img{
width:auto !important;
}

.view-fil-info .bxslide{
margin-left:40px;
margin-top: 0px;
}

.view-fil-info .bxslide a, .view-fil-info .bx-wrapper .bx-controls-direction a{
color:#fff;

}
.view-fil-info .bx-wrapper .bx-controls-direction a{
margin-top: -14px;
}
.view-fil-info .bx-wrapper .bx-controls-direction a{
background:#2e2e2e;
}
.view-fil-info .bx-controls .fa{
font-size: 14px;
height: 26px;
line-height: 24px;
width: 26px;
border-color:#fff;
}

.masonry + div.item-list ul.pager-load-more{
background:#2e2e2e;
    margin: 0;
margin-bottom:20px;
   line-height: 12px;

    padding-top: 0;
	background: #4F4F4F;
}

.masonry + div.item-list ul.pager-load-more-empty{
background:none;
}

.masonry + div.item-list  ul.pager li > a, ul.pager li > span {
    background: none;
    border: 0;
    border-radius:0;
-moz-border-radius:0; 
-webkit-border-radius:0;
    display: inline-block;
    padding: 5px 14px;
	color:#fff;
}

.masonry-date {
   width:15%;
   position:absolute;
    vertical-align: top;
    left: 0;
	max-width: 40px;
}

.masonry-date span::before {
background-color: rgba(255, 255, 255,1);
    height: 1px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 0;
    width: 20px;
}

.masonry-date span.entry-month::before
{
    content: "";
}

.masonry-date .entry-month,.masonry-date .entry-date {
    font-size: 1em;
	line-height: 1em;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
}


.masonry-date .entry-month{
padding: 3px 0 5px;
}

.masonry-date .entry-date {
padding: 4px 0 2px;
}

.masonry-date span {
    display: block;
    font-family: Arial,sans-serif;
    padding: 2px 0 0;
    position: relative;
    text-align: center;
}
.masonry-date a * {
    color: #fff !important;
}

.masonry + div.item-list  ul.pager li > a:after
{
font-family: FontAwesome;
content:"\f0d7";
color:#9E9E9E;
display: block;
float: none;
line-height: 12px;
font-size:1.7em;
}

.masonry + div.item-list  ul.pager li > a
{

}

.masonry + div.item-list  ul.pager {
 
}


.view-vcategories .view-content.masonry > div
{
float:left;
}

.masonry-tags a,.masonry-tags a:hover{
color:#fff;
}
.masonry-tags{
    padding: 1px 5px 1px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
	margin:2px;
	background: #ccc;
	border-radius: 5px;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
}

.tag19{
 
}
.tag20{
  
}
.tag22{

}
.tag23{

}
.tag25{

}
.tag26{

}
.tag27{

}
.tag28{

}
.tag30{

}
.tag31{
  
}
.tag32{

}
.tag33{

}

.menu-name-menu-footer .menu {
    text-align: center;
}

.menu-name-menu-footer li {
    display: inline;
}
.menu-name-menu-footer li a {
    color: #2d2d2d;
}

#section-bottom .box-circle a{

}


#section-bottom .dexp-shortcodes-box.box-center:not(.box-none) .box-icon{
width:165px;
height:165px;
}


#section-bottom  i.fa{
    font-size: 1.3em;
    margin-top: 25%;
}

#section-bottom .box-title
{
color:#fff;
}


.menu-rubriques > div > ul > li.active i.fa-sort-down{
bottom: 0px;
    z-index: 1030;
    position: absolute;
    font-size: 2em;

}

  
  .widgets-element a[class^="service-links"] {
    background: #ccc none repeat scroll 0 0;
    border-radius: 5px;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
    display: block;
    height: 28px;
    margin-left: 5px;
    padding: 1px;
    text-align: center;
    width: 28px;
}

  .pane-page-breadcrumb .pane-content .breadcrumb,.region-tagline .breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 0;
-moz-border-radius: 0; 
-webkit-border-radius: 0;
    clear: both;
    float: none;
    margin-top: 10px;
    padding: 0;
    position: relative;
}
 
.region-tagline .breadcrumb {
border:0;
float:left;
margin-top: 5px;
line-height: 24px;
height: 8px;
margin-left: 15px;
} 
.region-tagline .breadcrumb,.region-tagline .breadcrumb  a{
font-weight:600;
color:#fff;
}


.menu-mlid-2565{border:1px solid #fff; height: 30px;}
.menu-mlid-2565 > a {
    height: 100%;
}

.menu-mlid-2565 > a::after{
font-family: FontAwesome;
content:"\f0dd";
color:#fff;
top: -3px;
position: absolute;
right: 5px;
}

body .dexp-body-inner
{
text-align:center;
}

@media screen and (min-width: 999px) and (max-width: 1200px){

.sitetitle{
padding-left:50px;
}
}

@media screen and (min-width: 1100px) {

.region-navigation {
max-height:33px;
}

#section-header .dexp-dropdown:not(.parent-mlid-0) > ul > li {
width:13%;
line-height:47px !important;
height:47px;
padding:0;
margin:0;
/* float:left; */
}


#section-header .dexp-dropdown:not(.parent-mlid-0) > ul > li > a {
border-right: 1px solid #CCC;
}
#section-header .dexp-dropdown:not(.parent-mlid-0) > ul > li a {
    height: 36px;
    line-height: 36px;
    display: inline-block;
    width: 100%;
}

#section-header .dexp-dropdown:not(.parent-mlid-0) > ul > li.last {
border-right: 0;
}

#section-header .dexp-dropdown:not(.parent-mlid-0) > ul > li > a{
line-height: 16px !important;
vertical-align: middle;
display: inline-block;
padding-left: 2px;
padding-right: 2px;
}
}



@media screen and (max-width: 1099px) {

.dexp-body-inner, body.boxed .dexp-body-inner
{
overflow-x:hidden;
}

.isotope-element{
width:31%;
}

#section-top-navigation .dexp-dropdown > ul > li.first i.fa-home {
left:-110%;
}

#section-top-bar, #section-main-content{
max-width:100% !important;


}

#section-header .dexp-dropdown > ul{
display:block;
}

}

@media screen and (max-width: 997px) {
#section-top-bar .container .row {
    max-height: none;
    height: auto !important;
    display: block;
    padding-bottom: 10px;
}

#section-header .dexp-dropdown > ul > li
{

overflow:hidden;
position:relative;

}


}
@media screen and (min-width: 990px) and (max-width: 1099px) {

#section-header .dexp-dropdown ul ul {
    top: 33px;
}
}


@media screen and (max-width: 900px) {
	.radix-moscone-flipped  .isotope-element,.isotope-element{
	height:auto !important;
	
}

.sitetitle img {
    width: 100% !important;
    height: auto !important;
}
}

@media screen and (min-width: 768px) and (max-width: 851px){

#section-top-navigation .dexp-dropdown  ul  li  a{
font-size:1em !important;
}

.isotope-element{

width: 45% !important;
padding:12px;
}

}

@media screen and (max-width: 773px) {
.isotope-element{
width: 45% !important;
padding:12px;
}
}

@media screen and (max-width: 655px) {
.region.region-extra-bottom.col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
}

	.radix-moscone-flipped  .isotope-element,.isotope-element{
	height:auto !important;
	width:45% !important;
}

#section-tagline .bx-controls.bx-has-controls-direction {
    display: none;
}

#section-tagline .view-fil-info .bxslide {
    margin-left: 0px;
}
#section-tagline .field-content{
width:99% !important;
font-size: 0.9em !important;
}
#section-tagline .region-tagline{
padding-left: 0 !important;
padding-right:0 !important;
}

.region-socials .block .content .social-icons > div
{
display:none;
}

.region-top{
padding: 0 !important;
}



}
@media screen and (max-width: 450px) {
	.radix-moscone-flipped  .isotope-element,.isotope-element{
	height:auto !important;
	width:100% !important;
}
  
}
@media screen and (max-width: 435px) {
.menu-name-menu-footer li a {
    font-size: 0.5em;
}
}

body .region-navigation ul.menu.menu-open
{

display:block;
}




a:link {
    outline: 0 none !important;
	text-decoration:none !important;
}

.menu-name-menu-footer .menu {
    text-align: center;
}

.menu-name-menu-footer li
{
display:inline;
}

.menu-name-menu-footer li a
{
color:#2d2d2d;
}
 

.widgets-element a[class^='service-links']
{
height: 28px;
margin-left: 5px;
padding: 1px;
width: 28px;
display: block;
text-align: center;
background:#ccc;
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
}

.pane-page-title .pane-content H2{
clear: both;
display: block;
float: none;
color: #5a5a5a;
border-bottom:1px solid #797e6d;
padding-bottom:20px;
}

.pane-content #widgets-element-widgets_service_links-default{
float:left;
margin-bottom: 20px;
}



.pane-content #widgets-element-widgets_service_links-default .service-links-facebook {
    background: #425f9c !important;
}

.pane-content #widgets-element-widgets_service_links-default .service-links-twitter {
    background: #64a8f2 !important;
}


.pane-content #widgets-element-widgets_service_links-default::before {
    content: "Partager";
    float: left;
    font-weight: 600;
    padding-right: 5px;
}

.pane-node-updated .pane-content, .pane-node-created .pane-content{
float:right;
font-size:0.9em;
}
.pane-widgets-s-widgets-service-links-default
{
float:left;
}

.pane-page-breadcrumb .pane-content .breadcrumb{
float:none;
clear:both;
border-bottom:1px solid #e3e3e3;
border-radius: 0;
-moz-border-radius: 0px; 
-webkit-border-radius: 0px;
padding: 0;
position:relative;
background:none;
margin-top: 10px;
}



#section-banner > .dexp-container > .row {
margin:0 !important;
}

#section-top-bar,
#section-main-content
 {
    display: inline-block;
    max-width: 1100px;
    width: 1100px;
}

.region-extra-bottom,
.region-navigation,
.region-user20
{
    margin: auto !important;
   /*  max-width: 1100px; */
   text-align:center !important;
	float:none;
}

.region-banner{
padding: 0 !important;
}
}
.region-extra-bottom{
display: inline-block !important;
}

section{
text-align:left !important;
}

a.lightbox-processed .magnify-overlay {
font-family: FontAwesome !important;
content:"\f00e";
font-size:2em !important;
color:red;
 position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 666;
    opacity: 1;
    border: 1px solid red;
}

a.lightbox-processed {
background:#ccc;
display:block;
position:relative;
}
.epresse{
line-height: normal;
}
.epresse h5 {
    margin-top: 5px;
    font-size: 0.9em;
}
 .epresse h4.titre {
    color: #019fdf;
    margin-bottom: 0;
}

.epresse .latest {
    margin-bottom: 25px;
}

.epresse h5 .datedif {
    font-style: italic;
    font-size: 0.9em;
}
.pane-content .epresse {
    padding: 10px;
}
.view-vcategories .view-content.masonry
{
height:auto !important;
}

.poster-image > img {
    width: 100%;
}

.poster-image {
    height:auto !important;
	max-height:344px !important;
    overflow: hidden;
    width: 100%;
}

.shrt-legende{
z-index: 10; bottom: 0px; color: #fff;font-size: 50%;padding-left: 10px; line-height:11px;
}

.shrt-legende-bg{
z-index: 9; position: absolute;width:100%;background:#000;bottom: 0px;display:block;opacity:0.5;
}

.img-legende-bg{
z-index: 9; position: absolute;width:100%;background:#666;bottom: 0px;display:block;opacity:0.8;
}

.img-legende{
z-index: 10; bottom: 0px; color: #fff;padding-left: 10px; line-height:54px;font-size:1em;
}

.img-legende-bg a
{
color:#fff !important;
font-weight:600;
}

.rounded-corner {
    margin-bottom: 15px;
}
#page-page .panel-separator{
display:none;
}

.view-display-id-most_recent_poll_block H2{
background:transparent !important;
font-size: 1em;
padding: 0;
margin: 0;
}

.view-display-id-most_recent_poll_block {
    padding: 10px;
}

.view-display-id-most_recent_poll_block .more-link{
margin: 5px 0px 0px;
}

.poll .bar .foreground {
    background-color: #fe8302;
	}
	
.view-display-id-most_recent_poll_block .node-poll h2 {
    font-size: 1em;
	padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}	
	
.node-poll h2 {
    font-size: 2em;
}


 .node-full.node-poll .poll {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #999;
    padding: 15px;
}

.node-full.node-poll  .text,.node-full.node-poll .percent {
    font-weight: 600;
    color: #666;
}

.nomargin{
margin:0 !important;
}


.dexp-dropdown ul.menu li:hover{
cursor:pointer;

}