@charset "utf-8";
/* CSS Document */
body{
    padding-top: 20px;
    }
p {
    font-family: "Gotham";
    color: #9E9E9E;
    }
h1 {
    font-family: "Gotham";
    font-weight: bold;
    }
h2 {
    font-family: "Gotham";
    font-size:25px;
    color: #5a5a5a;
    }
h3 {
    font-family: "Gotham";
    font-size:20px;
    color: #5a5a5a;
    }
h4 {
    font-family: "Gotham";
    font-size:18px;
    color: #fff;
    background-color:#FFA500;
    }
h4 a:link{
    color: #fff;
}

h5 {
    font-family: "Gotham";
    font-size:18px;
    color: #fff;
    background-color:#DC143C;
    }
.img-cool {
	width: 100%;
}
.navbar {
    border: 0px;
    margin:0px;	
    background-color:#FFFFFF;
    padding-bottom:20px;
    padding-right:20px;	
    padding-left:20px;
}
.navbar-brand{
  padding-left: 20px;
  padding-top: 0px;
   }
.nav li{
    font-family: "Gotham", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding-top: 15px;
    padding-left:10px;
    padding-right:10px;
   }
.navbar-nav > li > a:hover > span,
.navbar-nav > li > a:focus > span{
  border-bottom: 2px solid transparent;
  border-bottom-color: #FFF91A;
}
#wrpper {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.margin_all {
	margin-top: 10px;
	margin-bottom: 10px;
}
.margin_lr {
padding:0px 0px 0px 0px
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img,
.hovereffect:focus img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(1px);
  -webkit-filter: grayscale(1) blur(1px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect h2 {
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(255, 249, 26, 0.8);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: rgba(255, 249, 26, 0.5);
}

.hovereffect a.info:hover,
.hovereffect a.info:focus {
 box-shadow: 0 0 5px #fff;
}

.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #000;
  font-weight:bold;	
}

.hovereffect:hover a.info, .hovereffect:focus a.info, .hovereffect:hover h2, .hovereffect:focus h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}


/***** Popup video *****/

a, a:hover, a:focus {
	color: #e89a3e;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}



::-moz-selection { background: #e89a3e; color: #fff; text-shadow: none; }
::selection { background: #e89a3e; color: #fff; text-shadow: none; }


/***** Modal *****/

.modal-backdrop.in {
	filter: alpha(opacity=7);
	opacity: 0.7;
}

.modal-content {
	background: none;
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.modal-body {
	padding: 0 25px 25px 25px;
}

.modal-header {
	padding: 25px 25px 15px 25px;
	text-align: right;
}

.modal-header, .modal-footer {
	border: 0;
}

.modal-header .close {
	float: none;
	margin: 0;
	font-size: 36px;
	color: #fff;
	font-weight: 300;
	text-shadow: none;
	opacity: 1;
}


/***** Top content *****/

.top-content {
	height: 100%;
	min-height: 100%;
	padding: 120px 0;
}

.top-content .text,
.top-content .text h1 {
	color: #fff;
}

.top-content .text p {
	margin: 20px 0 10px 0;
	opacity: 0.8;
}

.top-content .text p a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.top-content .text p a:hover,
.top-content .text p a:focus {
	color: #fff;
	border: 0;
}

.video-link {
	padding-top: 70px;
}

.video-link a:hover,
.video-link a:focus {
	outline: 0;
}

a .video-link-text {
	color: #fff;
	opacity: 0.8;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

a:hover .video-link-text, 
a:focus .video-link-text {
	outline: 0;
	color: #fff;
	opacity: 1;
	border-bottom: 1px dotted #fff;
}

a .video-link-icon {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	background: #e89a3e;
	color: #fff;
	line-height: 50px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
a .video-link-icon:after {
	position: absolute;
	content: "";
	top: -6px;
	left: -6px;
	width: 66px;
	height: 66px;
	background: #444;
	background: rgba(0, 0, 0, 0.1);
	z-index: -99;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

a:hover .video-link-icon,
a:focus .video-link-icon {
	outline: 0;
	background: #fff;
	color: #e89a3e;
}

.social {
	padding-top: 100px;
	font-size: 28px;
	line-height: 38px;
}

.social a {
	margin: 5px 15px;
	color: #fff;
	color: rgba(255, 255, 255, 0.6);
	vertical-align: middle;
}

.social a:hover,
.social a:focus {
	outline: 0;
	color: #fff;
}

.social .divider-2 {
	display: inline-block;
	width: 1px;
	height: 14px;
	background: #fff;
	background: rgba(255, 255, 255, 0.4);
	vertical-align: middle;
}


/***** Media Queries *****/

@media (min-width: 992px) and (max-width: 1199px) { }

@media (min-width: 768px) and (max-width: 991px) {
	
	.top-content { padding-top: 60px; }
	.social { padding-top: 80px; }

}

@media (max-width: 767px) {

	.top-content { padding: 20px 0 20px 0; }
	.video-link { padding-top: 40px; }
	.social { padding-top: 50px; }

}

@media (max-width: 415px) {
	
	h1 { font-size: 32px; }
	
	.social .divider-2 { display: none; }

}

