/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
@font-face {
    font-family: 'Roboto',sans-serif;
    src: url('../fonts/GandhiSans-Regular-webfont.eot');
    src: url('../fonts/GandhiSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GandhiSans-Regular-webfont.woff') format('woff'),
         url('../fonts/GandhiSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/GandhiSans-Regular-webfont.svg#gandhi_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*-----start-wrap----*/
.wrap{
}
.grids-videos p{
	padding: 20px;
}
/*---start-header----*/
.header{
	background: url(../images/newline.jpg) repeat-x #F1F0F6;
	padding: 10px 0 2px;
}
.logo{
	width: 100%;
}
.panel-btn {
    float: left;
    width: 25%;
    height: 11%;
    padding-left: 20px;
}
.logo-1{
    text-align: center;
    width: 77%;
}

.radio_banner
{
    margin: 5px 0 5px 0;
    position: relative;
    border: 2px solid rgb(155, 155, 155);
    box-shadow: 0px 0px 10px #aaa;
}
.radio_banner a {
    display: block;
}

/* Sidebar menu */
#myPanel {
    background-color: #56425f;
    border-right: 5px solid #ff573b;
    height: 100%;
    width: 260px;
}
#myPanel a {
    border-bottom: 1px solid #c0c0c0;
    display: block;
    font: 16px Verdana;
    padding: 10px;
    text-decoration: none;
}
#menu-listview
{
    text-decoration: none;
    /*border-bottom: 1px solid #c0c0c0;*/
    background-color: #4e4e4e;
}
@import "lesshat";

// Method 1) Pure CSS
.star-ratings-css {
  unicode-bidi: bidi-override;
  color: #c5c5c5;
  font-size: 25px;
  height: 25px;
  width: 100px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  text-shadow: 0px 1px 0 #a2a2a2;
  
  &-top {
    color: #e7711b;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  &-bottom {
    padding: 0;
    display: block;
    z-index: 0;
  }
}

// Method 2) Using a Sprite
.star-ratings-sprite {
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2605/star-rating-sprite.png") repeat-x;
  font-size: 0;
  height: 21px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 110px;
  margin: 0 auto;
  
  &-rating {
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2605/star-rating-sprite.png") repeat-x;
    background-position: 0 100%;
    float: left;
    height: 21px;
    display:block;
  }
  
}

// Stuff for Pen styling
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
body { margin: 50px; text-align: center; font-family: 'Open Sans', sans-serif; background: #f2fbff; }
em { font-style: italic; }
h1 { font-size: 24px; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; }
h2 { font-size: 16px; margin-bottom: 15px;}
/* End Sidebar menu */
/* Grid title */
.grids-title {
    text-align: center;
    border: 1px solid #af1d1d;
    padding: 2px 5px 25px 2px;
    /* margin: 0px 16px 0px 16px; */
    background: #af1d1d;
    cursor: pointer;
}
.pricepoint {
    text-align: center;
    border: 1px solid #af1d1d;
    padding: 6px 14px 12px 8px;
    /* margin: 0px 16px 0px 16px; */
    background: #512e5f;
    cursor: pointer;
}
.grids-video
{
	float: left;
	color: #fff;
	font-family: 'Roboto',sans-serif;
}
.grids-view
{
	float: right;
	border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-weight: normal;
    padding: 2px 7px;
    font-size: 12px;
}
/* End Grid title */

.top-menu{
	text-align: center;
}
.top-nav{
}
.top-nav ul li{
	display:inline-block;
}
.top-nav ul li a{
	font-family: 'Roboto',sans-serif;
	color: #888;
	text-transform: uppercase;
	padding: 10px 7px;
	font-size: 0.875em;
	display: block;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.top-nav ul li a:hover{
	color:#000;
}
.search{
	padding: 0px 10px;
}
.search input[type="text"]{
	width: 74.5%;
	padding: 8px 10px;
	float: left;
	border: 1px solid rgba(85, 85, 85, 0.15);
	border:none;
	outline:none;
	font-family: 'Roboto',sans-serif;
	color: #888;
}
.search input[type="submit"]{
	background: url(../images/search-icon.png) no-repeat 46% 46% #000;
	padding: 8px 10px;
	
	cursor: pointer;
	border: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color: #FFF;
	outline: none;
	font-family: 'Roboto',sans-serif;
	text-transform: uppercase;
}
.search input[type="submit"]:hover{
	color:#888;
}
/*---album-rating-----*/
.rate, .rate b, .rate a {
	 width: 80%;
	 height: 20px;
	 overflow: hidden;
	 background: url(../images/star.gif);
}
.content_box a{
	/*height: 100%;
            width: 100%;
            margin: 0px;
            padding: 0px;
            border-style: solid;
            border-color: chartreuse;
            border-width: 5px;*/

}
.rate{
	margin:10px 0;
}
.rate b {
	 float: left;
	 margin-bottom: -100%;
}
.rate a {
	 float: right;
	 margin-left: -80px;
	 text-indent: -1000%;
}
.rate a:hover {
 	background-color:#888;
}
.imgbox  {
    max-width: 100%;
    position: relative;

    height: auto;
}

/*---start-main-content----*/
.main-content {
	
	height: 100%;
}
/*---start-main-content----*/
.left-sidebar{
}
.sidebar-box h3{
	font-family: 'Roboto',sans-serif;
	color: #888;
	text-transform: uppercase;
	padding: 10px 10px 10px 0;
	display: block;
	border: 1px solid #F1F0F6;
	font-size: 0.875em;
	border-top: none;
	border-left: none;
	border-right: none;
	line-height: 1.5em;
}
.sidebar-box h2{
	font-family: 'Roboto',sans-serif;
	color: #888;
	text-transform: uppercase;
	padding: 10px 10px 10px 0;
	display: block;
	font-size: 1em;
}
.sidebar-box ul li{
	display:block;
	padding:5px 0;
	font-family: 'Roboto',sans-serif;
	color: #888;
	cursor:pointer;
}
.sidebar-box input[type="button"]{
	padding: 15px 20px;
	background: #000;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color: #FFF;
	font-family: 'Roboto',sans-serif;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 1em;
	text-transform: uppercase;
	display: block;
	width: 100%;
}
.sidebar-box input[type="button"]:hover{
	color:#888;
}
.sidebar-box ul {
	padding: 10px 0 10px 22px;
}
.sidebar-box p{
	color:#888;
	font-family: 'Roboto',sans-serif;
	font-size:0.875em;
	line-height:1.5em;
	padding: 10px 5px;
}
/*---start-type-videos----*/
.type-videos ul li{
	display:block;
}
.type-videos ul li a:before{
	content: url(../images/marker2.png);
	padding: 0px 8px 0px 5px;
	vertical-align: sub;
}
.type-videos ul li a{
	color: #888;
	font-family: 'Roboto',sans-serif;
	font-size: 0.875em;
	line-height: 1.5em;
	padding: 10px 10px 2px 10px;
	display: block;
	background: #F1F0F6;
	margin: 1px 0;
	border-bottom: 1px solid rgba(85, 85, 85, 0.05);
	text-transform: uppercase;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.type-videos ul li img{
	vertical-align:middle;
}
.type-videos ul li a:hover{
	color: #888;
	background: #E6E6E6;
}
.social_media
{
	text-align: center;
}
.type-videos h3{
	font-family: 'Roboto',sans-serif;
	color: #888;
	text-transform: uppercase;
	padding: 10px;
	display: block;
	border: 1px solid #F1F0F6;
	font-size: 1em;
	border-left:none;
	border-right: none;
	border-bottom:none;
}
/*-----right-content-----*/
.right-content{
}
.content-grid{
	width: 47%;
	float: left;
	text-align: center;
	border: 1px solid rgba(235, 235, 235, 0.53);
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.35);
	margin:1%;
}
.last-grid{
	margin-right:0px;
}
.content-grid img{
	display:block;
}
.content-grid h3{
	font-family: 'Roboto',sans-serif;
	color: #888;
	text-transform: uppercase;
	padding: 0 0;
	display: block;
	line-height: 1.5em;
	font-size: 0.875em;
}
.content-grid ul li{
	display:inline-block;
}
.content-grid img{
	display:block;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.content-grid:hover  img{
	-webkit-filter: grayscale(100%);
	opacity: 5;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.content-grid ul li a{
	padding:0 5px;
	display:block;
}
.button{
	background: #512E5F;
	padding: 10px;
	cursor: pointer;
	border: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color: #FFF;
	outline: none;
	font-family: 'Roboto',sans-serif;
	/*text-transform: uppercase;*/
	display: block;
	margin: 10px 0 0 0;
	font-size: 0.875em;
}
.button:hover{
	color:#888;
}
.social-icons
{ 	
	margin: auto;
    width: 65%;
    padding: 10px;
}
/*---top-social-icons-----*/
.social-icons li a {
	height: 40px;
	width: 40px;
	display:block;
	text-indent: -9999px;
	background: transparent url(../images/social-icons.png);
}
.contact-info1 {
	font-family: Montserrat;
	font-weight: 700;
	color: #eee;
}
.social-icons li:first-child {
	border-left: 1px solid rgba(231, 231, 231, 0.73);
}
.social-icons ul li:first-child, ol li:first-child {
	margin-top: 0px;
}
.social-icons li {
	float: left;
	width: 40px;
	height: 40px;
	border-right: 1px solid rgba(231, 231, 231, 0.73);
	background: none;
	padding: 0px;
	margin: 0;
}
.social-icons a.facebook:hover {
	background-position: 0px bottom;
}
.social-icons a.facebook {
	background-position: 0px top;
}
.social-icons li a {
	height: 40px;
	width: 40px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../images/social-icons.png);
}
.social-icons a.twitter {
	background-position: -40px top;
}
.social-icons a.twitter:hover {
	background-position: -40px bottom;
}
.social-icons a.googleplus {
	background-position: -440px top;
}
.social-icons a.googleplus:hover {
	background-position: -440px bottom;
}
.social-icons a.pinterest {
	background-position: -480px top;
}
.social-icons a.pinterest:hover {
	background-position: -480px bottom;
}
.social-icons a.dribbble {
	background-position: -160px top;
}
.social-icons a.dribbble:hover {
	background-position: -160px bottom;
}
.social-iconst a.dribbble:hover {
	background-position: -160px bottom;
}	
.social-icons a.vimeo {
	background-position: -120px top;
}
.social-icons a.vimeo:hover {
	background-position: -120px bottom;
}
.right-content-heading-left{
	padding: 11px 0;
}
.right-content-heading {
	border-bottom: 1px solid #F1F0F6;
	margin-bottom: 12px;
}
.right-content-heading-right{
	/*padding-left: 15px;*/
}
.right-content-heading-left h3{
	font-family: 'Roboto',sans-serif;
	color: #888;
	text-transform: uppercase;
	display: block;
}
/*----start-pagenation-----*/
.pagenation{
	text-align: center;
	margin:20px 0;
}
.pagenation ul li{
	display:inline-block;
}
.pagenation ul li a{
	background: #000;
	padding: 10px;
	cursor: pointer;
	border: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color: #FFF;
	outline: none;
	font-family: 'Roboto',sans-serif;
	text-transform: uppercase;
	display: block;
	font-size: 0.875em;
}
.pagenation ul li a:hover{
	color: #888;
}
.pagenation ul li:last-child{
	padding-left:1em;
}

/* Recommended Searchers */
.subh1{
	background: #A6CA10;
	padding: 13px 10px 5px 21px;
}

.subh2 {
    color: #fff;
    font-size: 1.5em;
    font-style: normal;
    font-weight: normal;
    padding: 0 0 10px;
    font-family: 'Roboto',sans-serif;
}
.tgs {
    display: table;
    width: 100%;

	overflow: hidden;
}
.li_tg, .li_l {
    display: inline-block;
}
ul, li {
    list-style-type: none;
}

.btn-tag.tagbtn {
    border: 1px solid #fff;
    color: #fff;

}
.btn-tag.tagbtn {
	font-family: 'Roboto',sans-serif;
	font-size: 0.9em;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 5px;
    padding: 8px 6px;
    text-align: center;
    text-transform: capitalize;
}
/* End Recommended Searchers */

/*---start-copyright-----*/
.copy-right{
	padding:13px 0 12px;
	background: url(../images/newline.jpg) repeat-x #512E5F;
	text-align:center;	
}
.copy-right b{
	color: #FB3A0C;
}
.copy-right p{
	background:  #512E5F;
	color: #FFF;
	outline: none;
	font-family: 'Roboto',sans-serif;
	/*text-transform: uppercase;*/
	font-size: 0.875em;
}
.copy-right p a{
	background: #512E5F;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color: #FFF;
	outline: none;
	font-family: 'Roboto',sans-serif;
	/*text-transform: uppercase;*/
	font-size: 1em;
}
.copy-right p a:hover{
	color:#FFF;
}
/*---sigle-page----*/
/*---single-page-----*/
.title ul li{
	display:inline-block;
}
.title h3,.title h4{
	color: #888;
	font-family: 'Roboto',sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: 10px;
}
.title h4{
	font-size:1em;
}
.title ul{
	padding-bottom:10px;
}
.title ul li a{
	color:rgb(155, 155, 155);
	font-family: 'Roboto',sans-serif;
	font-size:0.9em;
	padding: 0px 3px;
}
.title ul li img{
	vertical-align:middle;
	margin:0px 3px;
}
.title ul li a:hover{
	color:#888;
}
.video-details p,.video-details span{
	color: #888;
	font-family: 'Roboto',sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: 10px;
}
.video-details p{
	padding: 0 0 7px 0px;
}
.video-details ul{
	padding:10px 0px;
}
.video-details p a{
	color:#888;
	font-family: 'Roboto',sans-serif;
}
.tags li a{
	font-size: 0.9em;
	color: #888;
	font-family: 'Roboto',sans-serif;
}
.tags ul li{
	display:inline-block;
}
.tags h3{
	color: rgb(155, 155, 155);
	font-family: 'Roboto',sans-serif;
	font-size: 0.9em;
	text-transform:uppercase;
}
.other-links ul li{
	line-height:1.8em;
}
.related-videos h6{
	font-size:1em;
	font-family: 'Roboto',sans-serif;
	padding-top: 4px;
	padding-bottom: 4px;
	color:rgb(155, 155, 155);
	padding: 15px 0px 10px 0px;
	border-bottom: 1px dashed rgb(201, 201, 201);
}
.video-inner span{
	position: absolute;
	right: -10px;
	bottom: 15px;
	background: rgba(58, 58, 58, 0.61);
	padding: 7px 20px;
	font-family: 'Roboto',sans-serif;
	color: #fff;
}
.viwes {
	padding: 11px 0px 0 0;
}	
.video-inner img{
	background: #fff;
	padding: 10px;
	box-shadow: 0px 0px 10px rgb(228, 228, 228);
}
.video-inner{
	position:relative;
	width: 97.3%;
}
.shareon {
	width:100px;
	border:none;
}
/*----share-artical----*/
.share-artical h3{
	font-family: 'Roboto',sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #626262;
	text-align: left;
	text-transform: none;
	padding: 14px 0;
}
.share-artical ul li{
	display:inline-block;
	padding: 0px 0px 10px 5px;
}
.share-artical ul li img{
	vertical-align: text-top;
	padding-right:7px;
}
.share-artical ul li a{
	color: #888;
	font-family: 'Roboto',sans-serif;
	font-size: 1em;
}
.share-artical ul li a:hover{
	color:#000;
}
/*---comment-box----*/
.table-form{
	width:100%;
}
.table-form form input[type="text"]{
	border: 1px solid rgba(192, 192, 192, 0.22);
	outline: none;
	padding: 8px;
	margin-top: 23px;
	color:#888;
	overflow: hidden;
	width: 93%;
	display: block;
	font-family: 'Roboto',sans-serif;
}
.table-form textarea{
	font-family: 'Roboto',sans-serif;
	padding: 8px;
	margin-top: 25px;
	outline:none;
	color: #888;
	border: 1px solid rgba(192, 192, 192, 0.22);
	width: 93%;
	height:100px;
	resize: none;
}
.table-form a{
	font: 400 15px/1.2em Arial;
	color: #5a5a5a;
	padding: 11px 18px;
	background: #fff;
	text-decoration: none;
	text-shadow: none;
	border: 1px solid #e9e9e9;
	float: left;
	margin: 10px 0px 20px 0;
	display: block;
	font-family: 'Roboto',sans-serif;
}
.table-form a:hover{
	background: #000;
	color: #fff;
	transition: all 0.3s;
}
.artical-commentbox h3{
	font-family: 'Roboto',sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #626262;
	text-align: left;
	text-transform: none;
	padding-top: 14px;
	}
/*---start-contact----*/
/*  Contact Form  ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.span_2_of_3  h3,
.span_1_of_3  h3 {
	font-family: 'Roboto',sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	color: #626262;
	text-align: left;
	text-transform: none;
	padding: 14px 0;
	text-transform: uppercase;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form span{
	display:block;
	font-size:0.8125em;
	color: #888;
	padding-bottom:5px;
	font-family: 'Roboto',sans-serif;
}
.contact-form input[type="text"],.contact-form textarea{
		    padding:8px;
			display:block;
			width: 93%;
			border: none;
			outline:none;
			color:#464646;
			font-size:0.8125em;
			font-family:Arial, Helvetica, sans-serif;
			border: 1px solid rgba(192, 192, 192, 0.22);
			-webkit-appearance:none;
}
.contact-form textarea{
		resize:none;
		height:120px;		
}
.contact-form input[type="submit"]{
	font: 400 15px/1.2em Arial;
	color: #5a5a5a;
	padding: 11px 18px;
	background: #fff;
	text-decoration: none;
	text-shadow: none;
	border: 1px solid #e9e9e9;
	float: left;
	margin: 10px 0 20px 0;
	display: block;
	font-family: 'Roboto',sans-serif;
	cursor:pointer;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.contact-form input[type="submit"]:hover{
	background: #000;
	color: #fff;
	transition: all 0.3s;
}
.contact-form input[type="submit"]:active{
	background: #000;
	color: #fff;
	transition: all 0.3s;
}
.company_address p{
	color: #888;
	font-family: 'Roboto',sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}
.company_address p span{
	text-decoration:underline;
	color:#333;
	cursor:pointer;
}
.map{
	margin-bottom:15px;
}
.imgclass {
    width: 100%;
    height: 100%;
    border-radius: 3%;
}
.content-grids{
	margin: 10px auto;
}
@media screen and (max-width: 9000px) {
.content-grids {	width: 1336px;}
.content-grid {	width: 411px;	height: 364px;}
.content-grid .imgbox {	height: 255px;}
.content-grid .content_box {	height: 109px;}

}
.content_box
{
	max-width: 100%;
	max-height: 100%;
}
@media screen and (max-width: 1280px)  {
.content-grids {	width: 1265px;}
.content-grid {	width: 411px;	height: 368px;}
.content-grid .imgbox {	height: 259px;}
.content-grid .content_box {	height: 109px;}
}
@media screen and (max-width: 1024px) {
.content-grids {	width: 1009px;}
.content-grid {	width: 314px;	height: 320px;}
.content-grid .imgbox {	height: 215px;}
.content-grid .content_box {	height: 105px;}
}
@media screen and (max-width: 800px) {
.content-grids {	width: 740px;}
.content-grid {	width: 229px;	height: 262px;}
.content-grid .imgbox {	height: 157px;}
.content-grid .content_box {	height: 100px;}
}
@media screen and (max-width: 600px) {
.content-grids {	width: 485px;}
.content-grid {	width: 230px;	height: 246px;}
.content-grid .imgbox {	height: 132px;}
.content-grid .content_box { height: 128px;}
}
@media screen and (max-width: 500px) {
.content-grids {	width: 475px;}
.content-grid {	width: 231px;	height: 256px;}
.content-grid .imgbox {	height: 150px;}
.content-grid .content_box { height: 108px;}
}
@media screen and (max-width: 450px) {
.content-grids {	width: 425px;}
.content-grid {	width: 202px;	height: 226px;}
.content-grid .imgbox {	height: 124px;}
.content-grid .content_box { height: 101px;}
.content_box h3{font-size: .6em;}
}
@media screen and (max-width: 400px) {
.content-grids {	width: 336px;}
.content-grid {	width: 159px;	height: 177px;}
.content-grid .content_box { height: 77px;}
.content-grid .imgbox {	height: 60px;}
.content_box .button{
	font-size: 0.7em;
	padding: 4px;
	margin: 2px;
	font-family: 'Roboto',sans-serif;

}
}
@media screen and (max-width: 350px) {
.content-grids {	width: 337px;}
.content-grid {	width: 100px;	height: 95px;}
.content-grid .imgBox {	height: 75px;}
.content-grid .content_box { height: 30px;}
}
@media screen and (max-width: 320px) {
.content-grids {	width: 296px;}
.content-grid {	width: 140px;	height: 188px;}
.content-grid .imgBox {	height: 75px;}
.content-grid .content_box { height: 77px;}
}
