/* 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;}
body{background:#1F1F1F;}
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%;}
.hidden {display:none; }
/*end reset*/
/*@font-face {
    font-family: 'gandhi_sansregular';
    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{
	width:100%;
	margin:0 auto;
}

/*---start-header----*/
.header{
	/*background: url(../images/header-border.png) repeat-x #F1F0F6;*/
	height:60px;
	width:100%;
	background: #000;
	padding:20px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	z-index:5;
}
.topheader .wrap  { width:100%; }
.menubtn { font-size:24px; color:#ffffff;padding:5px 10px; float:left; margin-top:10px;-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;-ms-transition:all 0.2s ease;transition:all 0.2s ease;
	-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px; }
.menubtn:hover, .menubtn:focus{color:#E9B203;background: #222222;}

.logo{
	float:left;
	padding-top: 12px;
	width:20%;
	max-width:236px !important;
}
.logo img { width:100%;min-width:285px;max-width:285px; }
.logo a { font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,sans-serif;color:#ffffff;font-weight:700;text-transform:uppercase;font-style:italic; }
.top-menu{
	float:right;
	width: 40%;
	padding-top: 6px;
}
.top-nav{
	float:left;
}
.top-nav ul li{
	display:inline-block;
}
.top-nav ul li a{
	 /*font-family: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #888;
	text-transform: uppercase;
	padding: 16px 20px;
	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{
	float: right;
	width: 50%;
	padding-top: 0.3em;
}
.search input[type="text"]{
	width: 70%;
	padding: 10px;
	float: left;
	border: 1px solid rgba(85, 85, 85, 0.15);
	border:none;
	outline:none;
	/*font-family: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:16px;
	color: #848888;
	background-color:#3A3A3A;
	border-top-left-radius:10px;-webkit-border-top-left-radius:10px;-moz-border-top-left-radius:10px;
	border-bottom-left-radius:10px;-webkit-border-bottom-left-radius:10px;-moz-border-bottom-left-radius:10px;
	-moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
   -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
   box-shadow: inset 0 3px 8px rgba(0,0,0,.24);
}
.search input[type="text"]:focus { color:#000; background:#cecece; }

.search input[type="submit"], .search button{
	/*background: url(../images/search-icon.png) no-repeat 46% 46% #000;*/
	padding: 8px;
	width: 50px;
	cursor: pointer;
	border: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color: #848888;
	outline: none;
	/*font-family: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	background:#000;
	font-size:18px;
}
.search input[type="submit"]:hover, .search button:hover{
	color:#888;
	background:#4f4e4e;
}
/*---album-rating-----*/
.rate, .rate b, .rate a {
	 width: 80%;
	 height: 20px;
	 overflow: hidden;
	 background: url(../images/star.gif);
}
.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;
}
/*---start-main-content----*/
.main-content {
	padding-bottom:40px;
	margin-top:7%;
}
/*---start-main-content----*/
.left-sidebar{
	/*width: 20%;
	float: left;*/
	min-width:185px;
	width:10%;
	max-width:200px;
	/*border-right: 1px solid #F1F0F6;*/
	position:fixed;
	left:-1000px;
	top:100px;
	background:#1A1A1A;
	bottom:0;
	z-index:4;
}
.left-sidebar search { display:none; }
.sidebar-box h3{
	/*font-family: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,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: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,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: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,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: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,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: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,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:before i{
	/*content: url(../images/marker2.png);*/
	padding: 0px 8px 0px 5px;
	vertical-align: sub;
}
.type-videos ul li a{
	/*color: #888;*/
	color:#848888;
	/*font-family: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 0.875em;
	line-height: 1.5em;
	/*padding: 18px 10px 11px 10px;*/
	padding: 5px 10px;
	display: block;
	/*background: #F1F0F6;*/
	/*background:#1A1A1A;*/
	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:#848888;
	background: #222222;
}
.type-videos h3{
	/*font-family: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,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{
	padding:0 10px;
	/*width: 77%;
	float: right;*/
	width: 95%;
	/*margin-left:8%;
	margin-top:10%;
	margin-bottom:10%;*/
	margin:0 auto;
	margin-top:15px;
}
.content-grid{
	/*width: 23.294%;*/
	/*width:20%;
	max-width:210px !important;
	min-width:135px !important;*/
	width:210px !important;
	height:315px !important;
	float: left;
	text-align: center;
	overflow:hidden !important;
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.35);
	margin-right:2%;
	margin-bottom:2%;
	border:2px solid #000;
}
.last-grid{
	margin-right:0px;
}
/*.content-grid img{
	display:block;
}*/
.content-grid h3{
	/*font-family: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #888;
	text-transform: uppercase;
	padding: 10px 0;
	display: block;
	line-height: 1.5em;
	font-size: 0.875em;
}
.content-grid ul li{
	display:inline-block;
}
.content-grid img{
	display:block;
	width:100%;
	height:auto;
	min-height: 315px;
	/*transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;*/
	/*max-width:154px !important;*/
	/*width:210px !important;
	height:315px !important;*/
	/*max-height:230px !important;
	min-height:230px;*/
}
.content-grid:hover  img{
	/*-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 5;*/
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}

.content-grid:hover { border: 2px solid #EBB303; }

.content-grid ul li a{
	padding:0 5px;
	display:block;
}
.button{
	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: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	display: block;
	margin: 10px 0 0 0;
	font-size: 0.875em;
}
.button:hover{
	color:#888;
}
/*---top-social-icons-----*/
.social-icons {
 float: right;
}
.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{
	float:left;
	padding: 11px 0;
}
.right-content-heading {
	/*border-bottom: 1px solid #F1F0F6;*/
	margin-bottom: 20px;
}
.right-content-heading-right{
	float:right;
}
.right-content-heading-left h3{
	/*font-family: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #888;
	text-transform: uppercase;
	display: block;
}
/*----start-pagenation-----*/
.pagenation{
	float:right;
}
.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: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,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;
}
/*---start-copyright-----*/
.copy-right{
	padding:1em 0;
	background:#000;
	text-align:center;
	width:100%;
	position:absolute;
	bottom:0;
}
.copy-right p{
	background: #000;
	color: #888;
	outline: none;
	/*font-family: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	font-size: 0.875em;
}
.copy-right p a{
	background: #000;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color: #888;
	outline: none;
	/*font-family: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	font-size: 1em;
}
.copy-right p a:hover{
	color:#888;
}
/*---sigle-page----*/
/*---single-page-----*/
.title ul li{
	display:inline-block;
}
.title h3,.title h4{
	color: #888;
	/*font-family: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,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: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,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: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,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: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.tags li a{
	font-size: 0.9em;
	color: #888;
	/*font-family: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.tags ul li{
	display:inline-block;
}
.tags h3{
	color: rgb(155, 155, 155);
	/*font-family: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,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: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,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: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,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: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #626262;
	text-align: left;
	text-transform: none;
	padding: 14px 0;
	margin-top: 15px;
}
.share-artical ul li{
	display:inline-block;
	padding-right:10px;
}
.share-artical ul li img{
	vertical-align: text-top;
	padding-right:7px;
}
.share-artical ul li a{
	color: #888;
	/*font-family: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,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: 40%;
	display: block;
	/*font-family: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.table-form textarea{
	/*font-family: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
	padding: 8px;
	margin-top: 25px;
	outline:none;
	color: #888;
	border: 1px solid rgba(192, 192, 192, 0.22);
	width:70%;
	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-top: 10px;
	display: block;
	/*font-family: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.table-form a:hover{
	background: #000;
	color: #fff;
	transition: all 0.3s;
}
.artical-commentbox h3{
	/*font-family: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #626262;
	text-align: left;
	text-transform: none;
	padding-top: 14px;
	margin-top: 15px;
	}
/*---start-contact----*/
/*  Contact Form  ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col{
	display: block;
	float:left;
	margin: 0% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 63.1%;
	padding: 0 1.5%;
}
.span_1_of_3 {
	width: 29.2%;
	padding: 0 1.5%;
}
.span_2_of_3  h3,
.span_1_of_3  h3 {
	/*font-family: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,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 div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:0.8125em;
	color: #888;
	padding-bottom:5px;
	/*font-family: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.contact-form input[type="text"],.contact-form textarea{
		    padding:8px;
			display:block;
			width:98%;
			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-top: 10px;
	display: block;
	/*font-family: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,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: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}
.company_address p span{
	text-decoration:underline;
	color:#333;
	cursor:pointer;
}
.map{
	margin-bottom:15px;
}

/*Table*/

.dataTable{width:98%;border-collapse:collapse;font-size:14px;color:#888888;/*font-family: 'gandhi_sansregular';*/font-family: open_sansregular,"Helvetica Neue",Helvetica,Arial,sans-serif;z-index:5;}
.dataTable .tableHeader{background:#000000;font-weight:700;}
.dataTable .tableHeader2 th{background:#ccc;font-weight:700;color:#000;font-size:18px;padding:5px;}
.dataTable .tableHeader2 th a{float:right;font-size:13px;}
.dataTable .altcolor1{background:#ffc;}
.dataTable .altcolor2{background:#fff;}
.dataTable th{padding:10px;color:#888888;text-align:left;min-height:20px;}
.dataTable th.right{text-align:right;}
.dataTable th.center{text-align:center;}
.dataTable td{padding:10px;}
.dataTable tr{-webkit-transition:all .35s ease-out;-moz-transition:all .35s ease-out;-ms-transition:all .35s ease-out;transition:all .35s ease-out;}
	.dataTable tr.slidOut{opacity:0;-webkit-transform:scale(.1);-moz-transform:scale(.1);-ms-transform:scale(.1);-o-transform:scale(.1);transform:scale(.1);}
.dataTable tr.data:hover{background:rgba(0,0,0,0.3);}
.dataTable .dash{border-bottom:1px dashed #e5e5e5;}
.dataTable .solid{border-bottom:2px solid #e5e5e5;}
.doubleDare tr.data:hover+tr{background:rgba(0,0,0,0.3);}
.data{position:relative;z-index:2;}
.dataTable a img{border:0px;}
.dataTable i{font-size:16px;}

.left-sidebar .search { display:none;}

/***** page load spin *****/
.spinnerload { position: absolute; top: 50%; left: 50%; margin: -50px 0px 0px -50px;}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:100%;
	}	
	.left-sidebar .search { display:none !important;}
}
/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.header { padding:5px; }
	.logo img { width:100%;min-width:236px;max-width:236px; }
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
	.content-grid {
		/*width: 23.28%;*/
		width:128px !important;
		height:191px !important;
		margin:6%;
	}
	.content-grid img{
		display:block;
		width:128px !important;
		height: 191px !important;
		min-height: 191px !important;
	}
	.right-content{ margin-top:25%; }
	.left-sidebar { left:-1000px;width:350px;max-width:350px;top:70px; }
	.topheader .search { display:none;}
	.left-sidebar .search { width:100%;display:block !important; float:none !important;margin-top:10px;}
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:100%;
	}
	.header { padding:5px; }
	.logo img { width:100%;min-width:236px;max-width:236px; }
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
   
   .contact-form input[type="text"],.contact-form textarea{
		width:97%;
	}
	.content-grid {
		/*width: 23.28%;*/
		width:128px !important;
		height:191px !important;
		margin:6%;
	}
	.content-grid img{
		display:block;
		width:128px !important;
		height: 191px !important;
		min-height: 191px !important;
	}
	.right-content{ margin-top:25%; }
	.left-sidebar { left:-1000px;width:350px;max-width:350px;top:70px; }
	.topheader .search { display:none;}
	.left-sidebar .search { width:100%;display:block !important; float:none !important;margin-top:10px;}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap{
		width:100%;
	}
	.header { padding:5px; }
	.logo img { width:100%;min-width:236px;max-width:236px; }
	.span_2_of_3 {
		width:90%;
		padding:5%; 
	}
	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:90%;
		padding:5%; 
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:92%;
	}
	.content-grid {
		/*width: 23.28%;*/
		width:128px !important;
		height:191px !important;
		margin:6%;
	}
	.content-grid img{
		display:block;
		width:128px !important;
		height: 191px !important;
		min-height: 191px !important;
	}
	.right-content{ margin-top:25%; }
	.left-sidebar { left:-1000px;width:350px;max-width:350px;top:70px; }
	.topheader .search { display:none;}
	.left-sidebar .search { width:100%;display:block !important; float:none !important;margin-top:10px;}
}
/*----responsive-design----*/
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap{
		width:100%;
	}
	.right-content {
		width: 90%;
	}
	.left-sidebar .search { display:none !important;}
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap{
		width:95%;
	}
	.right-content {
		width: 98%;
	}
	.top-menu {
		width: 75%;
	}
	.content-grid {
		/*width: 23.28%;*/
		width:210px !important;
		height:315px !important;
	}
	.content-grid img{
		display:block;
		width:100%;
		height:auto;
		min-height: 315px;
	}
	.left-sidebar .search { display:none !important;}
}
@media only screen and (max-width: 1280px) and (min-width: 800px) {
	.wrap{
		width:100%;
	}
	.right-content {
		width: 95% !important;
		margin-top:10% !important;
	}
	.top-menu {
		width: 75%;
	}
	.content-grid {
		width: 23.28%;
	}
	.content-grid img{
		display:block;
		width:100%;
		height:auto;
		min-height: 315px;
	}
	.top-nav ul li a {
		padding: 16px 13px;
	}
	.top-nav {
		width: 56%;
	}
	.search {
		width: 44%;
	}
	.search input[type="text"] {
		width: 76.5%;
	}
	.type-videos ul li a {
		padding: 10px 10px 2px 10px;
	}
	.left-sidebar .search { display:none !important;}
}
@media only screen and (max-width: 1278px) and (min-width: 676px) {
	.main-content { border:2px solid #fff; }

}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.wrap{
		width:100%;
	}
	.right-content {
		width: 90%;
		margin:6%;
	}
	.top-menu {
		width: 75%;
	}
	.content-grid {
		width: 23.28%;
		/*width:128px !important;
		height:191px !important;*/
	}
	.content-grid img{
		/*display:block;
		width:128px !important;
		height: 191px !important;
		min-height: 191px !important;*/
		display:block;
		width:100%;
		height:auto;
		min-height: 315px;
	}
	.top-nav ul li a {
		padding: 16px 13px;
	}
	.top-nav {
		width: 56%;
	}
	.search {
		width: 44%;
	}
	.search input[type="text"] {
		width: 76.5%;
	}
	.type-videos ul li a {
		padding: 10px 10px 2px 10px;
	}
	.left-sidebar .search { display:none !important;}
}
@media only screen and (max-width: 768px) and (min-width: 640px) {
	.wrap{
		width:100%;
	}
	.logo img { width:100%;min-width:236px;max-width:236px; }
	.right-content {
		width: 90%;
		padding:0px 10px;
		margin-top:12%;
	}
	.top-menu {
		width: 75%;
	}
	.content-grid {
		/*width: 23.28%;*/
		width:128px !important;
		height:191px !important;
		margin:6%;
	}
	.content-grid img{
		display:block;
		width:128px !important;
		height: 191px !important;
		min-height: 191px !important;
	}
	.top-nav ul li a {
		padding: 10px 5px;
	}
	.top-nav {
		width: 66%;
		margin-top: 8px;
	}
	.search {
		width: 33%;
	}
	.search input[type="text"] {
		width: 57.5%;
	}
	.type-videos ul li a {
		padding: 10px 10px 2px 10px;
	}
	.type-videos ul li:nth-child(1),.type-videos ul li:nth-child(2),.type-videos ul li:nth-child(3),.type-videos ul li:nth-child(4){
		display:none;
	}
	.right-content{ margin-top:20%; }
	.left-sidebar { left:-1000px;width:350px;max-width:350px; }
	.topheader .search { display:none;}
	.left-sidebar .search { width:100%;display:block; float:none !important;}
}