*{
    font-family: 'Roboto', sans-serif !important;
}
body {font-family: 'Roboto', sans-serif !important;
      color:#505050;
}
h3, h4, h4.italic, h5, h6{
     font-family: 'Roboto',sans-serif !important;
}


.fa {
    display: inline-block;
    font-family: FontAwesome !important;
}

h1, a,a:hover{
    color:#312782;
}

a,a:hover{
    color:#312782;
    
}

.btnMobile{
    display:none !important;
}


#top-bar .full-width.columns,.mheader .full-width.columns{
    margin:0 !important;
}

#main-content a,a:hover{
    text-decoration:underline;
}

#main-content td{
	vertical-align: top;
}

.success-ctn{
	background: #eee;
	float: left;
	width: 100%;
    height:320px;
    overflow:hidden;
}

#main-content a,#main-content p a{
    font-weight:bold;
}

#home-intro h1{ font-size: 32px;}

.results .element{
	border-top: 1px dotted #ccc;
	padding: 10px 5px 10px 5px;
}

.search .pagination{
	border-top: 1px dotted #ccc;
	padding-top: 10px;
	margin-top: 25px;
}

#lm-social-icons {
	padding-left: 20px;
}

#lm-social-icons  a{
    display:inline-block;
    margin-right: 10px;
}

#lm-social-icons img {
	height: 32px;
	width: 32px;
	display: inline-block;	
}

#info-share img {
	max-width: 100%;
	display: inline-block;	
}

#footer-bottom,
#footer-bottom a {
	color: #FFF;
}

#sidebar{
    background-color:#fff;
}


#sidebar.page-left-col .side-menu li a:hover, #sidebar.page-left-col .side-menu li.current a{
    background: none;
    border-top:1px solid #c38607;
}


.onlymobile{
      display:none !important;
  }
  

@media only screen and (max-width: 959px){
    body{
        overflow-x:hidden;
    }
    #page-title{
        display: flex;
    flex-direction: column;
    width:100%;
    }
.breadcrumb-nav {
    float: none;
    margin: 0 0 10px;
    display: flex;
    height: auto;
    padding:10px 0;
    flex-direction: column;
}

}

@media screen and (max-width: 480px){

#main-content table.fulltablemobile{
	width: 100% !important;
}

#main-content table.fulltablemobile td{
	float: left;
	width: 100%;
}

#lm-social-icons  a{
    display:block;
    margin-right: 0px;
}

#main-content.page-left-col, #main-content.page-right-col, #sidebar.page-left-col, #sidebar.page-left-col .widget, #sidebar.page-right-col, #sidebar.page-right-col .widget,.full-width.columns{
	width: 100% !important;
}

.form input[type="text"], .form input[type="email"],.form select {
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

}

/*MOD FOOTER*/
#footer .button.colored{
    padding: 11px 25px 13px !important;
    border: 0px solid #312782 !important;
    font-weight: bold;
    text-shadow:none;
}
#footer .container{
    display: flex;
    justify-content: space-between;
}

#footer .container .one-half {
    width: 50%;
    display: flex;
}

#footer .container .one-half > div{
    flex:1;
}

#footer form{
    margin-top: 4px;
}

#footer form .btn-primary.btn-full{
    background: #fff;
    color: #11b0c8;
    text-decoration: none;
    margin-top: 2px;
    width: 154px;
    text-align: center;
    padding: 5px 0px;
    border: 2px solid #fff;
    font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    display: inline-block;
    height:auto;
    font-size: 14px;
    font-weight: 700;
     outline: none;
    cursor: pointer;
    white-space: nowrap;
    position: static;
}

#footer form  input {
    display: inline-block;
    margin-top: 2px;
    width: 150px;
    text-align: center;
    padding: 5px 0px;
    border: 2px solid #fff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    background: #979797;
}

#footer .contact-description,#footer .contact-data{
    width:auto;
    display:flex;
}

#footer .customer-care-footer > div {
    border-right-color: #b1b9ad;
    padding-left: 40px;
    padding-right: 40px;
}


#footer-bottom .container .seven.columns{
    padding-top: 36px;
    width: calc(67% - 20px);
}


#footer-bottom .container .five.columns{
     width: calc(33% - 20px);
}

@media screen and (max-width:768px){
     
    .container.onlymobile{
      overflow-x:hidden;
  }
  
  img{
      max-width:100% !important;
      height:auto !important;
  }
  
  .nomobile{
      display:none !important;
  }
  
  .onlymobile{
      display:block !important;
  }
    #footer .container{
        flex-direction:column-reverse;
    }
    
    #footer .container .one-half {
        max-width: 100%;
        width:100%;
        display: flex;
        flex-direction: column;
    }
    
    #footer .customer-care-footer > div{
        padding:20px 0;
    }
    
    #footer .sharediv{
        display:flex;
    }

    #footer .sharediv div{
        padding:0
    }
         
    #footer form input,#footer form .btn-primary.btn-full{
        width:100%;
        font-size: 16px;
        line-height: 38px;
    }
    
    
    .customer-care-footer{
        margin:20px 0;
        padding:10px 0;
        border-top:1px solid #fff;
        border-bottom:1px solid #fff;
    }
}

@media screen and (max-width:800px){

    .success-ctn{
        height:auto !important;
        overflow: visible !important;
    }
    
    .btnMobile{
            display: flex !important;
            margin: 0px 0 10px;
            width: 100%;
            justify-content: space-between;
            align-items: center;
    }
    
    .btnMobile a{
        font-size: 14px !important;
    padding: 10px !important;
    }

}



@media screen and (max-width:480px){

    
    #footer .sharediv {
        text-align: center;
        flex-direction: column;
    }
}

