/* Bootstrap - site specific stylesheet */
/* Joseph Gallagher */
/* May 2014 */

body {
    background: url(../img/background.gif) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
    color: #fff;
    font-family: 'Brawler', serif;
    text-align: center;
}
p {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
a, a:hover, a:focus {
    color: #f93c3d;
}
textarea {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 35px;
}
.fullWidth {
    max-width: 100%;
   
}
.noMargin {
    margin: 0!important;
}
.bottomLink {
    color: #000;
	font-size:10px;
}
.bottomLink a {
    color: #000;
	font-size:10px;
	text-decoration: underline;
}
small {
    font-style: italic;
}


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

#socialShare {
    display: block;
    width: 72px;
    text-align: center;
    margin-top: -199px;
    position: fixed;
    top: 40%;
    right: 10px;
    z-index: 99; }
    #socialShare > img {
      position: relative;
      top: 12px; }
    #socialShare > div {
      padding: 9px 0 0;
      background: #fff;
      border-radius: 5px;
      box-shadow: 2px 2px 4px #999; }
      #socialShare > div .social-icon {
        margin-bottom: 5px; }
      #socialShare > div .fb {
        margin-bottom: 10px; padding-right: 4px; }
}

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

#socialShare {
    display: none;
} }
/*---------------------
    Headings
---------------------*/
h1 {
    background: url(../img/bubbleicon2.png) 70px 0 no-repeat ;
	background-size: 149px 140px;

    font-family: Helvetica, Arial, sans-serif;
    color: #2b2b2b;
    font-size: 48px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    padding: 20px 15px 30px 250px;
    margin: 20px auto 10px auto;
}
@media only screen and (max-width: 650px) {
    h1 {
        background: none;
        text-align: center;
        padding: 0;
    }
}
h2 {
    font-size: 22px;
    font-weight: normal;
    margin-top: 0;
    font-family: 'Brawler', serif;
}
h3 {
    color: #fff;
	background-color: #f93c3d;
	padding: 4px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Brawler', serif;
}
/*---------------------
    Main List
---------------------*/
ul.mainList {
    padding: 0;
    list-style: none;
    margin-bottom: 50px;
}
ul.mainList li {
    margin-bottom: 35px;
}
ul.mainList li h2 {
    background: #f93c3d;
    padding: 10px 5px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
}
ul.mainList li .itemWrapper {
    background: #fff;
    padding: 25px;
    color: #2b2b2b;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
}
ul.mainList li .itemWrapper img {
    margin-bottom: 15px;
    width: 100%;
}
ul.mainList li .itemWrapper .description {
    clear: both;
    margin-top: 15px;
    margin-bottom: 0;
    width: 100%;
}
/*---------------------
    iFrame
---------------------*/
.iframe {
    font-size: 10px;
    border: none;
    color: #999;
    text-align: center;
    width: 100%;
}
/*---------------------
    Logo
---------------------*/
#logo {
    height: 116px;
    width: 292px;
    margin: 50px auto 15px auto;
    padding: 0;
    float: none;
    text-align: center;
}
@media only screen and (max-width: 800px) {
    #addside {
        display: none;
    }
}