/************************************************************
THEMENAME
************************************************************/
/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, 
CSS declarations in global.css will apply site-wide. */


p {
    margin-bottom: 13px;
}

.block, .block-views {
    border-radius: 0;
}

#block-quicktabs-home-page-tabs {
    border-radius: 0;
    background-color: #343433;
    border: 1px solid #343433;
}

#block-search-form {
    margin-bottom: 12px;
    padding: 12px 0 0;
}
#block-search-form input[type="submit"] {
    display: none;
}

.flexslider {
    border-radius: 0 0 0 0;
}

.sf-menu a:focus, .sf-menu a:hover, .sf-menu li.sfHover, .sf-menu a.active  {
	background: url("../images/bg-nav.png") repeat-x scroll 0 0 transparent;
}


#search-block-form .form-item input {
    width: 100%;
}

/* SHARE WIDGET */
#zone-user #block-widgets-s-cng-share {
  background: none repeat scroll 0 0 transparent;
  border: none;
}
#block-widgets-s-cng-share .widgets-element a {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}



#block-widgets-s-social-media-header {
float: left; 
margin-left:50px;
padding:15px 0 0 0;

}

#block-widgets-s-social-media-header  {
    background-color: transparent;
    border: none;
}

.popup-form {
    background-color: rgb(255,255,255);
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px 5px 5px 5px;
    float: none;
    margin: 2%;
    padding: 3%;
    width: auto;
    -moz-box-shadow: 0 0 10px 1px #8F8A85;
    -webkit-box-shadow: 0 0 10px 1px #8F8A85;
    box-shadow: 0 0 10px 1px #8F8A85;
}