 html, body {
  font-family: 'Nunito', sans-serif;
  padding-top: 10px;  
}

.containertop{margin-top: 70px;}
.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}


.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  flex: 0 0 auto;
}
 

.reviewhero {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
   float: left;
  margin: 10px 1%;
  max-width: 100%;
  min-height: 300px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  background: -moz-linear-gradient(90deg, #ffb74d 0%, #c88719 100%, #c88719 100%);
  background: -webkit-linear-gradient(90deg, #ffb74d 0%, #c88719 100%, #c88719 100%);
  background: linear-gradient(90deg, #ffb74d 0%, #c88719 100%, #c88719 100%);
}

.reviewhero * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease
}

.reviewhero img {
  width: 100%;
  vertical-align: top;
  position: relative;
      object-fit: cover;
 }

.reviewhero figcaption {
  width: 100%;
  padding: 10px 20px 25px 20px;
  position: absolute;
  bottom: 0;
  z-index: 1
}

.reviewhero figcaption:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffb74d;
  content: '';
  background: -moz-linear-gradient(90deg, #ffb74d 0%, #c88719 100%, #c88719 100%);
  background: -webkit-linear-gradient(90deg, #ffb74d 0%, #c88719 100%, #c88719 100%);
  background: linear-gradient(90deg, #ffb74d 0%, #c88719 100%, #c88719 100%);
  opacity: 0.8;
  z-index: -1
}


.reviewhero h3, .reviewhero a {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #ffffff;
  font-size: x-large;
  text-decoration: none;
  margin-bottom: 0px;
}


 

.reviewhero:hover img,
.reviewhero.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}



.navbar {
  margin-bottom: 20px;
  padding-right: 5px;
}


.card {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  border: 1px solid #efefef;
  margin: 15px 0;
  -webkit-box-shadow: 2px 6px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 6px 25px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  }
  .card:hover {
    -webkit-box-shadow: 2px 6px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 6px 30px rgba(0, 0, 0, 0.2); }
  .card h3 {
    margin: 0;
    font-size: 1.75rem;
    line-height: 1.2; }

    .card .titlelink{
      color: black;
    }
	    .card .titlelink:hover{
      color: #c88719;
    }
  .card p {
    margin: 0 0 30px;
    color: #666666; }
  .card .subtitle {
    margin: 0 0 15px;
    font-size: 1rem;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: #c88719; }
	  .card .postedby {
    margin: 0 0 15px;
    font-size: 1rem;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    color: #c88719; }
    .card .card-content {
    padding: 30px 30px 110px; }
	
	  .card .card-details {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0; }
  .card .card-details-inner {
    border-top: 1px solid #efefef;
    margin: 0 20px;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
	
	
	.card  a{
	color:#444444;}
	.card  a:hover{
	color: #c88719;}
	
	.newsbuttonsize{
	width: 100%;
  justify-content: center;
  display: flex;
	
	}
.card .newsbutton {
display: block;
   font-size: 1rem;
  background: #ffb74d;
  border: 1px solid #ffb74d;
  padding: 10px 15px;
  color: white;
  width: 75%;
  text-decoration: none;
  font-weight: 700;
  text-align: center; }
  .card .newsbutton:hover, .newsbutton:focus {
    background: #c88719;
	color:white;
    border: 1px solid #c88719; }
    .card .newsbutton:link, .newsbutton:hover {
       color: white;
    }

	 .card a.newsbutton:hover, a.newsbutton:visited {
	color:white;
	}

    .reviewnewscard {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%;
      border: 1px solid #efefef;
      margin: 15px 0;
      -webkit-box-shadow: 2px 6px 25px rgba(0, 0, 0, 0.1);
      box-shadow: 2px 6px 25px rgba(0, 0, 0, 0.1);
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      position: relative; }
      .reviewnewscard:hover {
        -webkit-box-shadow: 2px 6px 30px rgba(0, 0, 0, 0.2);
        box-shadow: 2px 6px 30px rgba(0, 0, 0, 0.2); }
      .reviewnewscard .reviewnewscard-content {
        padding: 25px 30px 20px; }
      .reviewnewscard a {
        color: #666666; }
        .reviewnewscard   a:hover {
          color: #c88719; }
      .reviewnewscard .fa {
        margin-right: .25rem; }
	

@media screen and (min-width: 800px) {
  .card {
    margin: .5rem; } }


	
	.titlelink{
	  font-weight: bold;
    }
	.titlelink:hover{
      color: #c88719;
    }
   
   

    .rectangle{
      margin: 0;
      margin-right: 5px;
      padding: 0;
      float:left;
      width:10px;
      height: 30px;
      background: #ffb74d;
      content: '';
      background: -moz-linear-gradient(90deg, #ffb74d 0%, #c88719 100%, #c88719 100%);
      background: -webkit-linear-gradient(90deg, #ffb74d 0%, #c88719 100%, #c88719 100%);
      background: linear-gradient(90deg, #ffb74d 0%, #c88719 100%, #c88719 100%);
      opacity: 0.8;
      z-index: -1
  }

  hr.dvhcolor {
    border: 1px solid #c88719;
  }

   
	
  .sidebarlinks a {
    color: #666666; }
    .latestreviews   a:hover {
      color: #c88719; }


.pollbutton {
   font-size: 1rem;
  background: #ffb74d;
  border: 1px solid #ffb74d;
  padding: 10px 15px;
  color: white;
  text-decoration: none;
  font-weight: 700;
  text-align: center; }
  .pollbutton:hover, .pollbutton:focus {
    background: #c88719;
	color:white;
    border: 1px solid #c88719; }
   

.col_white_amrc { color:#FFF;}
footer { width:100%; background-color:#000000; min-height:250px; padding:10px 0px 25px 0px ;}
.fpt2 { padding-top:40px ; margin-bottom:20px ;}
@media (min-width: 768px) {
  .fpt3 { padding-top:60px ; margin-bottom:20px ;}
  }
footer p { font-size:13px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;  color:#ccc}
 .fleft { float:left;}
.padding-right { padding-right:10px; }

.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}

.footerlink a {
  color: #ccc; }
  .footerlink   a:hover {
    color: #c88719; }	
	.articletext  {
    color: #444444; }
	
	blockquote{
  background: #fff;
  color: #444444;
  padding: 20px;
  padding-left: 50px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
  position: relative;
  overflow: hidden;
  min-height: 120px;
}
blockquote p {
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
  max-width: 80%;
}
blockquote cite {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  font-weight: 200;
  opacity: 0.8;
}
blockquote:before {
  font-family: Georgia, serif;
  content: "“";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 5em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}

@media (max-width: 640px) {
  blockquote:after {
    font-size: 22em;
    right: -25px;
  }
}
#disqus_thread {
    min-height: 100px;
}

.author-box-intro {
	margin-top: 15px;
}
.author-name{
color: #c88719;}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px){
.center-block {
	margin: 0 auto;
}
.author-box {
	text-align: center;
}
}
.dvhnewsbar {
    padding: 40px 20px 80px;
}
.dvhnewsbar ul {
padding-top: 10px;
    display: block;
}
.dvhnewsbar ul li {
    display: block;
	padding-bottom: 10px;
    margin-bottom: 15px;
	line-height: 1.4em;
	border-bottom: 1px solid #c88719;
}
video {
  width: 100%;
  height: auto;
}
.sharp {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}