/*-- Headings --*/
h2,
h3,
h4,
h5,
h6{
   font-family: 'Lato', sans-serif;
   clear: both;
}

h1,h2{
   color: #25304e;
   padding: 3px;
   text-transform: uppercase;
   float: left;
   clear: both;
   font-weight: 700;
   margin-bottom: 15px;
   font-size: 30px;
   border-radius: 2px;
}
h1{
   font-size: 41px;
}
h3{
   font-size: 20px;
   margin-bottom: 15px;
   margin-top: 0;
   text-transform: uppercase;
   font-weight: 700;
   color: #25304e;
}
h3 small{
   font-size: 60%;
   padding-bottom: 5px;
   font-weight: 400;F
}
h3 i{
   padding-right: 10px;
}

h4{
   font-size: 16px;
   margin-bottom: 16px;
   text-transform: uppercase;
   font-weight: 700;
   color: #444;
}
h5,h6{
   font-weight: 900;
   font-size: 13px;
   margin-top: 15px;
}
h5{
   font-size: 14px;
}

/*-- Typography --*/
p{
   font-family: 'Lato', sans-serif;
   color: #666;
   font-size: 14px;
   line-height: 1.3em;
   margin-bottom: 10px;
}
p.lead{
   font-weight: 400;
   color: #444;
}
a{
   color: #222;
}
strong{
   font-weight: 700;
}
ul.nav-list.primary{
   margin-bottom: 30px;
}
ul.nav-list.primary > li a{
   padding-bottom: 10px;
   padding-top: 10px;
   display: block;
   border-bottom: #ddd 1px solid;
}
.nav-tabs>li>a{
   border-radius: 2px;
}
blockquote{
   border: none;
   padding: 20px;
   border-top:#ddd 1px dotted;
   border-bottom:#ddd 3px solid;
   margin-bottom: 20px;
}
blockquote p{
   margin-bottom: 15px;
}
p.bg-warning,p.bg-success{ 
   padding: 10px; 
   margin: 10px; 
   box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1) 
}
.bg-warning i, .bg-success i {
  padding-right: .5em;
}

/* general style for icon */
.icon{
   background: #222;
   opacity: 0.4;
   text-align: center;
   padding-top: 6px;
   color: #f5f5f5;
   position: relative;
   margin-bottom: 20px;
   width: 40px;
   height: 40px;
   border-radius: 2px;
   margin: 0 auto 25px auto;
   font-size: 20px;
}

/*-- Thumbnail style --*/
.thumbnail{
   margin-bottom: 40px;
}
.thumbnail h4{
   margin-bottom: 10px;
}
.thumbnail img{
   width: 100%;
}
.thumbnail .social-icons{
   display: block;
}

/*-- 3D Effect style --*/
header .cards{
   width: 100%;
   height: 100%;
   transform-style: preserve-3d;
   -webkit-transform-style: preserve-3d;
   -moz-transform-style: preserve-3d;
   -o-transform-style: preserve-3d;
   -ms-transform-style: preserve-3d;
   transition: transform 0.4s ease-in-out;
   -webkit-transition: transform 0.4s ease-in-out;
   -moz-transition: transform 0.4s ease-in-out;
   -o-transition: transform 0.4s ease-in-out;
   -ms-transition: transform 0.4s ease-in-out;
   transform-origin: 16px 16px;
   -webkif-transform-origin: 16px 16px;
   -moz-transform-origin: 16px 16px;
   -o-transform-origin: 16px 16px;
   -ms-transform-origin: 16px 16px;
   transform: rotateX( 0deg );
   -webkit-transform: rotateX( 0deg );
   -moz-transform: rotateX( 0deg );
   -o-transform: rotateX( 0deg );
   -ms-transform: rotateX( 0deg );
}
header .cards:hover,
header .visible .cards{
   transform: rotateX( 90deg );
   -webkit-transform: rotateX( 90deg );
   -moz-transform: rotateX( 90deg );
   -o-transform: rotateX( 90deg );
   -ms-transform: rotateX( 90deg );

}
header .cards .front{
   z-index: 200;
}
header .cards .front.animation-ready{
   transform: rotateX( 0deg )  translateZ( 16px );
   -webkit-transform: rotateX( 0deg )  translateZ( 16px );
   -moz-transform: rotateX( 0deg )  translateZ( 16px );
   -o-transform: rotateX( 0deg )  translateZ( 16px );
   -ms-transform: rotateX( 0deg )  translateZ( 16px );
}
header .cards .back{
   transform: rotateX( -90deg )  translateZ( 16px );
   -webkit-transform: rotateX( -90deg )  translateZ( 16px );
   -moz-transform: rotateX( -90deg )  translateZ( 16px );
   -o-transform: rotateX( -90deg )  translateZ( 16px );
   -ms-transform: rotateX( -90deg )  translateZ( 16px );
   z-index: 100;
   display: none;
}

/* button style (overriding those of bootstrap) */
.btn.btn-primary {
  color: #fff;
  background-color: #222;
  border-color: #222;
  transition: color 0.2s ease-in-out;
   -o-transition: color 0.2s ease-in-out;
   -moz-transition: color 0.2s ease-in-out;
   -ms-transition: color 0.2s ease-in-out;
   -webkit-transition: color 0.2s ease-in-out;
}
.btn.btn-primary:hover {
  opacity: 0.6;
  background-color: #222;
}

/* close link style */
.close{
   opacity: 0.3;
}
.close a{
   color: #222;
}
.closepager{
   position: absolute;
   bottom: 50px;
   right: 17px;
   padding: 8px;
   text-align: center;
   display: block;
   background: #222;
   color: #fff;
   font-size: 12px;
   z-index: 2000;
   cursor: pointer;
   display: none;
   border-radius: 2px;
}

/* features element style */
.features{
   text-align: left;
}
.features div.feature{
   border-top: #ddd 1px dotted;
   border-bottom: #ddd 3px solid;
   padding: 20px 0 5px 0;
   margin-bottom: 40px;
}
.feature h4{
   color: #444;
   margin-bottom: 10px;
}
.feature .icon{
   margin: 0 15px 15px 0;
   float: left;
}

/* testimonials element style */
.testimonials{
   text-align: center;
}
.testimonials h3{
   text-align: left;
}
.team .social-icons a{
   display: inline-block;
   height: 30px;
   line-height: 30px;
   text-align: center;
   width: 30px;
   background: #222;
   opacity: 0.4;
   color: #f5f5f5;
   border-radius: 2px;
   transition: color 0.2s ease-in-out;
   -o-transition: color 0.2s ease-in-out;
   -moz-transition: color 0.2s ease-in-out;
   -ms-transition: color 0.2s ease-in-out;
   -webkit-transition: color 0.2s ease-in-out;
}
.team .social-icons a:hover{
   opacity: 1;
}

/*-- Pagination styles --*/
.pagination>li>a, 
.pagination>li>span{
   color: #222;
}
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus{
   background: #222;
   border-color: #222;
   color: #f5f5f5;
}

/*-- Tab styles --*/
.tab-content{
   margin-bottom: 30px;
   float: left;
   width: 100%;
   background: #fff;
   padding: 5px;
   border: #ddd 1px solid;
   border-radius: 2px;
   border-top: none;
}
.tab-content li{
   clear: both;
   float: left;
   width: 100%;
   margin-top: 15px;
}
.tab-content .post-image .img-thumbnail{
   float: left;
   width: 60px;
   margin-right: 10px;
}
.tab-content .post-image img{
   width: 100%;
}

/* scrollbar */
.scrollbar{
   overflow: hidden;
}