*body {
	margin:0px;
	padding:0px;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	margin-bottom:0px;
	}
h2 { font-family: Georgia, "Times New Roman", Times, serif;
	 font-size:20px;
	}

 
  footer {
      background-color: #2d2d30;
      color: #f5f5f5;
  }
  footer a {
      color: #f5f5f5;
  }
  footer a:hover {
      color: #777;
      text-decoration: none;
  }  
  .form-control {
      border-radius: 0;
  }
  textarea {
      resize: none;
  }
  
.fa {
  padding: 5px;
  font-size: 20px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;

	}
.fa-facebook {
  background: #3B5998;
  color: white;
}


.fa-twitter {
  background: #55ACEE;
  color: white;
}


.fa-instagram {
  background: #f70767;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-linkedin {
  background: #3B5998;
  color: white;
}

.fa-youtube {
  background: #F00;
  color: white;
}	 
	@media (max-width: 767px) {
		.dropdown-menu.multi-column {
			min-width: 240px !important;
.			overflow-x: hidden;
		} 


  .blueimp-gallery .modal-body {
	position: relative;
	text-align: center;
	padding: 0 0 56.25% 0;
	overflow: hidden;
	cursor: pointer;
}

.blueimp-gallery .modal-footer {
	margin: 0;
}
.blueimp-gallery .modal-body img,
.blueimp-gallery .modal-body .video-content video,
.blueimp-gallery .modal-body .video-content iframe,
.blueimp-gallery .modal-body .video-content a {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.blueimp-gallery .modal-body .video-content video {
 	display: none;
}

.blueimp-gallery .modal-body .video-playing video {
	display: block;
}

.blueimp-gallery .modal-body .video-content iframe {
	width: 100%;
	height: 100%;
	border: none;
	left: 100%;
}

.blueimp-gallery .modal-body .video-playing iframe {
	left: 0;
}

.blueimp-gallery .modal-body .video-playing img,

.blueimp-gallery .modal-body .video-playing a {
 	display: none;
}

.blueimp-gallery .modal-body .video-content a {
	cursor: pointer;
}

.blueimp-gallery .modal-body .video-content a:after {
	font-family: "Glyphicons Halflings";
	-webkit-font-smoothing: antialiased;
	content: "\e029";
	font-size: 64px;
	line-height: 64px;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	margin: -32px 0 0 -32px;
}

.blueimp-gallery .modal-body .video-loading a {
	background: url(../img/loading.gif) center no-repeat;
	background-size: 64px 64px;
}
.blueimp-gallery .modal-body .video-loading a:after {
	content: none;
}

-body {
    padding-top: 60px;
    background: #222;
    color: #fff;
}


.modal {
	overflow: auto;
	color: #333;
}


