/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.6
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

a {
  color: #259df5;
}
#footer-container{
    background-color: #dadada;
}

#footer-container .container {
   background-color: #dadada;
}

#footer-container h3{
   color: #bb551c;
}

#footer-container a{
   color: #484848 !important;
}

#footer-container p{
   color: #484848;
}

.footer {
   background-color: #80341e;
   color: #ffffff;
}

.footer_copyright p {
   color: #ffffff;
}

.btn.btn-lg {
   white-space: normal;
   background-color: #a9a593;
   border-color: #565656;
   font-size: 15px;
}

.btn.btn-lg:hover {
   background-color: #98671e;
}


.btn.btn-lg.btn-block.update {
    padding: 25px 20px;
    border-radius: 8px;
    border-top: 3px solid #ca0d0d;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    margin: 20px 0px;
    background-color: #fefefe; 
    color: #494949;
    font-size: 22px;
    line-height: 1.42857143;
    min-width: 160px;
    text-align: left;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
    text-transform: inherit;
}

.btn.btn-lg.btn-block.update:hover {
   background-color: #e0e0e0;
}

#Msg4012 {
    display: none;
}

.default-bg {
    background-color: #c7ad63;
    color: #ffffff;
 }

.box-style-2:hover .default-bg {
   background-color: #ffffff;
   border: 1px solid #c7ad64;
}

.box-style-2:hover .default-bg * {
   color: #c7ad64;
}


.separator:after {
  background: #cccccc;
}

.faq {
  color: white !important;
  text-align: left !important;
}

.featured-box {
    background: #F5F5F5;
    background-color: transparent;
    background: -webkit-linear-gradient(top, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.featured-box h4 {
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -0.7px;
    margin-top: 5px;
    text-transform: uppercase;
        color: #262626;
}

.featured-box .box-content {
    border-radius: 8px;
    border-top: 3px solid #e1aa11;
    border-top-width: 4px;
    padding: 30px 30px 10px 30px;
}

.featured-box .learn-more {
    display: block;
    margin-top: 10px;
}

/* Featured Boxes */
.featured-boxes .featured-box {
    margin-bottom: 30px;
    margin-top: 45px;  
    background: #fafafa;
}

.featured-boxes .featured-box.info-content {
    text-align: left;
}

h5 {
    font-size: 16px;
    text-transform: none;
    font-weight: 700;
}

.navbar-nav > li {
    font-size: 13px;
}

img.main-pg {
    width: auto;
    height: auto;
    transition: .2s;
}

img.main-pg:hover {
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}


/* ================================================================== */
/* ============ Product and Video Gallery Styles (Start) ============ */
/* ================================================================== */

.row.display-flex {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.Video-Container .thumbnail.videoList {
  height: 100%;
  min-height: 320px;
}

.Video-Container .thumbnail .img-responsive.border {
    border: 1px solid gainsboro;
}

.ProdCaptionHover {
    transition: all 0.3s;
    border-radius: 3px;
}

.ProdCaptionHover small:hover {
    transition: all 0.3s;
    color: white;
}

.ProdCaptionHover:hover {
    background-color: #259df5 !important;
    transition: all 0.5s;
}

.Video-Container .thumbnail {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-align: center;
    padding: 25px;
}

.Video-Container .thumbnail:hover {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
}

.thumbnail .caption {
    background-color: transparent;
    margin-top: 20px;
    padding: 0px;
    position: relative;
    bottom: 0px;
    left: 0px;
    width: auto;
    border: none;
}

/* ================================================================== */
/* ============ Product and Video Gallery Styles (Ends) ============= */
/* ================================================================== */