/*
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* 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 */
/*
body { background: -webkit-radial-gradient(red, yellow, green); /* Safari 5.1-6.0 */
/*background: -o-radial-gradient(red, yellow, green); /* Opera 11.6-12.0 */
/*background: -moz-radial-gradient(red, yellow, green); /* Firefox 3.6-15 */
/*background: radial-gradient(red, yellow, green); /* Стандартный синтаксис */
/*background: -webkit-radial-gradient(60% 55%, farthest-side, red, yellow, black); /* Safari 5.1-6.0 */
/*background: -o-radial-gradient(60% 55%, farthest-side, red, yellow, black); /* Opera 11.6-12.0 */ 
/*background: -moz-radial-gradient(60% 55%, farthest-side, red, yellow, black); /* Firefox 3.6-15 */
/*background: radial-gradient(farthest-side at 60% 55%, red, yellow, black); /* Стандартный синтаксис */ }
/*#919e77, #343b29 */ 
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: '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;
	
}
.logo{
	float:left;
	padding-top: 4px;
}
.top-menu{
	float:right;
	width: 99%;
	padding-top: 6px;
}
.top-nav{
	float:left;
}
.top-nav ul li{
	display:inline-block;
}
.top-nav ul li a{
	 font-family: 'gandhi_sansregular';
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 12x 14px;
	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: 100%;
	padding-top: 0.3em;
}
.search input[type="text"]{
	width: 83.5%;
	padding: 10px;
	float: left;
	border: 1px solid rgba(85, 85, 85, 0.15);
	border:none;
	outline:none;
	font-family: 'gandhi_sansregular';
	color: #888;
}
.search input[type="submit"]{
	background: url(../images/search-icon.png) no-repeat 46% 46% #000;
	padding: 10px;
	width: 50px;
	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';
	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);
}
.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;
}
/*---start-main-content----*/
.left-sidebar{
	width: 20%;
	float: left;
	border-right: 1px solid #F1F0F6;
}
.sidebar-box h3{
	font-family: 'gandhi_sansregular';
	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';
	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';
	color: #888;
	cursor:pointer;
}
.sidebar-box input[type="button"]{
	padding: 15px 20px;
	background: #7d9914;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color: #FFF;
	font-family: 'gandhi_sansregular';
	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-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: 'gandhi_sansregular';
	font-size: 0.875em;
	line-height: 1.5em;
	padding: 18px 10px 11px 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;
}
.type-videos h3{
	font-family: 'gandhi_sansregular';
	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 18px;
	width: 77%;
	float: right;
	
}
.content-grid{
	width: 22.294%;
	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-right:2%;
	margin-bottom:2%;
}
.last-grid{
	margin-right:0px;
}
.content-grid img{
	display:block;
}
.content-grid h3{
	font-family: 'gandhi_sansregular';
	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;
	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: #7d9914;
	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';
	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';
	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';
	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;	
}
.copy-right p{
	background: #000;
	color: #FFF;
	outline: none;
	font-family: 'gandhi_sansregular';
	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: #FFF;
	outline: none;
	font-family: 'gandhi_sansregular';
	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-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-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-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';
}
.tags li a{
	font-size: 0.9em;
	color: #888;
	font-family: 'gandhi_sansregular';
}
.tags ul li{
	display:inline-block;
}
.tags h3{
	color: rgb(155, 155, 155);
	font-family: 'gandhi_sansregular';
	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';
	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';
	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-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-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';
}
.table-form textarea{
	font-family: 'gandhi_sansregular';
	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';
}
.table-form a:hover{
	background: #000;
	color: #fff;
	transition: all 0.3s;
}
.artical-commentbox h3{
	font-family: 'gandhi_sansregular';
	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-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';
}
.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';
	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-size: 1em;
	line-height: 1.5em;
}
.company_address p span,.company_address p span a{
	text-decoration:underline;
	color:#333;
	cursor:pointer;
}
.map{
	margin-bottom:15px;
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
	.span_1_of_3 {
		width:94%;
		padding:0 3% 3%; 
		
	}
}
/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}

}

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

@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%; 
	}
   
   .contact-form input[type="text"],.contact-form textarea{
		width:97%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:90%;
	}
	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:90%;
		padding:5%; 
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:92%;
	}
}
/*----responsive-design----*/
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap{
		width:95%;
	}
	.right-content {
		width: 77%;
	}
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap{
		width:95%;
	}
	.right-content {
		width: 76%;
	}
	.top-menu {
		width: 75%;
	}
	.content-grid {
		width: 23.2%;
	}
	.search input[type="text"] {
		width: 71.5%;
	}
	.search {
		width: 36%;
	}
}
@media only screen and (max-width:991px) {
	.wrap{
		width:95%;
	}
	.right-content {
		width: 76%;
	}
	.top-menu {
		width: 75%;
	}
	.content-grid {
		width: 23.2%;
	}
	.search input[type="text"] {
		width: 76%;
	}
	.top-nav ul li a {
		padding: 16px 13px;
	}
	.top-nav {
		width: 56%;
	}
	.search {
		width: 44%;
	}
	.type-videos ul li a {
		padding: 10px 10px 2px 10px;
	}
	.share-artical h3,.artical-commentbox h3 {
		font-size: 26px;
	}
}
@media only screen and (max-width: 900px) {
	.content-grid {
		width: 30.9%;
	}
	.left-sidebar {
		width: 27%;
	}
	.right-content {
		width: 68%;
	}
	.search input[type="text"] {
		width: 73%;
	}
	.top-nav ul li a {
		padding: 16px 9px;
	}
	.logo img {
		width: 80%;
	}
	.sidebar-box input[type="button"] {
		padding: 10px 11px;
	}
}
@media only screen and (max-width:800px) {
	.wrap{
		width:95%;
	}
	.right-content {
		width: 70%;
		padding:0px 10px;
	}
	.content-grid {
		width: 43%;
		margin: 0 1em 1em;
	}
	.sidebar-box img {
		margin-top: 1.5em;
	}
	.top-menu {
		width: 75%;
	}
	.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;
	}
	.share-artical h3, .artical-commentbox h3 {
		font-size: 23px;
	}
	.share-artical ul li a {
		font-size: 0.93em;
	}
	.type-videos ul li a {
		font-size: 0.8em;
	}
}
@media only screen and (max-width:736px) {
	.right-content {
		width: 69%;
	}
	.content-grid {
		width: 46%;
		margin: 0 0.5em 1em;
	}
	.right-content-heading-left h3 {
		font-size: 0.9em;
	}
	.top-nav ul li a {
		font-size: 0.9em;
	}
	.search input[type="submit"] {
		background: url(../images/search-icon.png) no-repeat 40% 41% #000;
		width: 41px;
	}
	.top-nav {
		width: 60%;
	}
	.share-artical ul li img {
		padding-right: 2px;
	}
}
@media screen and (max-width: 667px){
	.logo {
		float: none;
	}
	.logo {
		width: 30%;
		margin: 0 auto;
	}
	.top-menu {
		width: 100%;
		float: none;
	}
	.search input[type="text"] {
		width: 73.5%;
	}
	.search {
		width: 40%;
	}
	.left-sidebar {
		width: 100%;
	}
	.left-sidebar,	.right-content ,.right-content-heading-left,.right-content-heading-right,.social-icons {
		float: none;
	}
	.content-grid {
		width: 74%;
	}
	.right-content {
		width: 99%;
	}
	
.font-content {
background: url(head.svg);

}

p.font-content    {
font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold !important; 
	text-transform: uppercase !important;
text-indent: 25px;
	}
.font-content  h1 {
font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold !important; 
	text-transform: uppercase !important;
text-indent: 25px;
	}
	.content-grid {
		width: 38%;
		margin: 0 1.5em 1em;
	}
}
@media screen and (max-width: 640px){
	.search {
		width: 42%;
	}
	.top-nav {
		width: 54%;
	}
	.search input[type="submit"] {
		background-position:48% 49%;
		background-size: 40%;
	}
}
@media screen and (max-width: 600px){
	.top-nav {
		width: 78%;
		float: none;
		margin: 0 auto;
	}
	.top-nav ul li a {
		padding: 16px 20px;
	}
	.search input[type="text"] {
		width: 75%;
	}
	.search {
		float: none;
		margin: 0 auto;
		width: 68%;
	}
}
@media screen and (max-width: 568px){
	.top-nav ul li a {
		padding: 16px 17px;
	}
	.right-content {
		width: 98%;
	}
	.share-artical h3, .artical-commentbox h3 {
		font-size: 21px;
	}
}
@media screen and (max-width: 480px){
	.top-nav {
		width: 94%;
	}
	.logo img {
		width: 100%;
	}
	.content-grid {
		width: 42%;
		margin: 0 1em 1em;
	}
	.share-artical ul li {
		display: block;
		padding-right: 0px;
		margin: 1em 0;
	}
	.share-artical ul li img {
		padding-right: 7px;
	}
}
@media screen and (max-width: 414px){
	.top-nav ul li a {
		padding: 16px 10px;
	}
	.search {
		width: 73%;
	}
	.right-content {
		width: 97%;
	}
	.content-grid {
		width: 45%;
		margin: 0 0.5em 1em;
	}
	.pagenation ul li a {
		padding: 5px 10px;
		font-size: 0.8em;
	}
	.copy-right p {
		line-height: 1.5;
	}
	
} 
@media screen and (max-width: 384px){
	.top-nav ul li a {
		padding: 16px 9px;
	}
	.top-nav {
		width: 100%;
	}
	.search input[type="text"] {
		width: 73%;
	}
	.content-grid {
		width: 44%;
	}
	.content-grid h3 {
		font-size: 0.8em;
	}
	.logo {
		width: 37%;
	}
}
@media screen and (max-width: 375px){
	.top-nav ul li a {
		padding: 16px 7px;
	}
	.search input[type="text"] {
		width: 72%;
	}
	.right-content {
		width: 96%;
	}
}
@media screen and (max-width: 320px){
	.top-nav ul li a {
		padding: 17px 2px;
		font-size: 0.875em;
	}
	.search {
		width: 86%;
	}
	.search input[type="text"],.search input[type="submit"]{
		padding: 7px;
	}
	.right-content {
		width: 88%;
	}
	.content-grid {
		width: 91%;
		margin: 0px 1em 1em;
	}
	.copy-right p {
		padding: 0 0.5em;
	}
}


.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

 
svg {
 
    position: absolute;
    top: 0;
    left: 0;
 
}


.adaptive_nav {
    margin-top: 10px;
}
.adaptive_nav li{
    position: relative;
    font-family: "Roboto","Open Sans",Arial;
}
@media (min-width: 992px) {
    .adaptive_nav_toprow{
        display: none;
    }
    .adaptive_nav li a {
        display: inline-block;
        white-space: nowrap;
        color: #000;
        text-decoration: none;
    }
    .adaptive_nav li a > span {
        border-bottom: 1px solid rgba(0, 0, 0, 0.22);
    }
    .adaptive_nav li a:hover span{
        border-bottom: 1px solid #000;
    }
    .adaptive_nav li.level1{
        display: inline-block;
    }
    .adaptive_nav li.level1 > a{
        padding: 10px 20px;
        font-size: 16px;
    }
    .adaptive_nav li.level2 > a{
        font-size: 14px;
        padding: 5px 10px;
    }
    .adaptive_nav li.level2{
        display: block;
    }
    .adaptive_nav li.level1 > ul{
        /*display: block !important;*/
        opacity: 0;
        visibility: hidden;
        position: absolute;
        background: #fff;
        border-radius: 3px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
        margin: 0;
        padding: 10px;
        top: 80%;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
        z-index: 99;
    }
    .adaptive_nav ul ul:before {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid white;
      content: "";
      height: 0;
      left: 24px;
      position: absolute;
      top: -6px;
      width: 0;
    }
    .adaptive_nav li.level1:hover > ul{
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
    .adaptive_nav li.level2 ul{
        display: none;
    }
    .mobile_opener{
        display: none;
    }
}
@media (max-width: 991px) {
    .adaptive_nav_links{
        display: none;
    }
    .adaptive_nav a {
        color: #000;
        text-decoration: none;
    }
    .adaptive_nav li a > span {
        border-bottom: 1px solid rgba(0, 0, 0, 0.22);
    }
    .adaptive_nav li a:hover span{
        border-bottom: 1px solid #000;
    }
    .adaptive_nav{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .adaptive_nav_logo{
        float: left;
        white-space: nowrap;
        display: none;
    }
    .adaptive_nav_logo a{
        line-height: 25px;
    }
    .adaptive_nav_trigger{
        /*float: right;*/
        text-align: center;
    }
    .adaptive_nav .burger {
        height: 25px;
        width: 26px;
        cursor: pointer;
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }
    .adaptive_nav .burger_title {
        display: none;
        vertical-align: middle;
    }
    .adaptive_nav .burger_x, .adaptive_nav .burger_y, .adaptive_nav .burger_z {
        position: absolute;
        background: #fff;
        border-radius:2px;
        -webkit-transition: all 120ms ease-out;
        -moz-transition: all 120ms ease-out;
        -ms-transition: all 120ms ease-out;
        -o-transition: all 120ms ease-out;
        transition: all 120ms ease-out;
    }
    .adaptive_nav .burger_x, .adaptive_nav .burger_y, .adaptive_nav .burger_z {
        height: 3px; width: 26px;
        background-color: #000;
    }
    .adaptive_nav .burger_x{top:0px;}
    .adaptive_nav .burger_y{top: 11px;}
    .adaptive_nav .burger_z{top: 22px;}
    .adaptive_nav .burger .collapse{top: 11px;}
    .adaptive_nav .rotate30{
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    .adaptive_nav .rotate150{
        -ms-transform: rotate(150deg);
        -webkit-transform: rotate(150deg);
        transform: rotate(150deg);
    }
    .adaptive_nav .rotate45{
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .adaptive_nav .rotate135{
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .adaptive_nav_links ul ul {
        display: none;
        padding-left: 20px;
        margin-left: 15px;
    }
    .mobile_opener{
        display: inline-block;
        right: 0;
        top: 3px;
        cursor: pointer;
        text-align: center;
        background-color: #d4cad2;
        z-index: 10;
        padding: 4px 0;
        width: 32px;
        border-radius:3px;
    }
    .mobile_opener:before{
        content:"+";
        display: block;
        -webkit-transition: all 120ms ease-out;
        -moz-transition: all 120ms ease-out;
        -ms-transition: all 120ms ease-out;
        -o-transition: all 120ms ease-out;
        transition: all 120ms ease-out;
    }
    .mobile_opener.active:before{
        content:"-";
    }
    .adaptive_nav_links a{
        display: inline-block;
        padding: 7px 10px;
    }
    .mobile_opener.active + a{
        font-weight: 500;
    }
    .mobile_opener.active + a:after{
        content:":";
    }
}
@media (max-width: 380px) {
    .adaptive_nav_links ul ul {
        display: none;
        padding-left: 7px;
        margin-left: 5px;
    }
}

.heada a {
color: #ffffff;
}

.heada1 a {
color: #7d9914 !important;
}


.bgcont p {
 
color: #465945;
 

}


.bggreen {

background: linear-gradient(45deg, transparent 50%, rgba(0,186,0,0.2) 50%, rgba(0,186,204,0.2)), 
                linear-gradient(-45deg, rgba(0,186,0,0.2) 50%, transparent 50%, transparent);
   }

.bgblue {

background: linear-gradient(45deg, transparent 50%, rgba(51,255,255,0.2) 50%, rgba(41,193,0,0.2)), 
                linear-gradient(-45deg, rgba(0,186,0,0.2) 50%, transparent 50%, transparent);
   }
.bgred {

background: linear-gradient(45deg, transparent 50%, rgba(0,186,0,0.2) 50%, rgba(0,186,0,0.2)), 
                linear-gradient(-45deg, rgba(0,186,0,0.2) 50%, transparent 50%, transparent);
   }
.bgyellow {

background: linear-gradient(45deg, transparent 50%, rgba(0,186,0,0.2) 50%, rgba(0,186,0,0.2)), 
                linear-gradient(-45deg, rgba(0,186,0,0.2) 50%, transparent 50%, transparent);
   }


.elka { background: url(../images/elka.svg) no-repeat 100% 100%; }
.sosna { background: url(../images/sosna.svg) no-repeat 100% 100%; }
.cone { background: url(../images/cone.svg) no-repeat 100% 100%; }
.klen { background: url(../images/klen.svg) no-repeat 100% 100%; }
.grib { background: url(../images/grib.svg) no-repeat 100% 100%; }
.rec  { background: url(../images/rec.svg) no-repeat 100% 100%; }


 
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #8bac08;
  margin: auto;
  padding: 30px;
  border: 1px solid #888;
  width: 80%;
}

.modal-content p, h3{
  color: #ffffff;
font-size: 150%;
}


/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
 
 

.blockquote:before {  
    content: "\u300e\u300e";  
}  
.blockquote:after {  
    content: "\u300f\u300f";  
}  

.heartwrap  {
    display: table;
}

.fa-grav .fa-vk {
    color: #fff;
    display: inline-block;
    font-size: 19px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transform-origin: 50% 50% 0;
    vertical-align: middle;
        line-height: 27px !important;
}

.heartwrap span {
    background-color: #B83D6C;
    border-radius: 90%;
    display: inline-block;
    margin: 10px 5px;
    padding: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
}

.heartwrap:hover > span i a {
    animation: 1500ms ease 0s normal none 1 running pulse;
}
@keyframes pulse {
0% {
    transform: scaleX(1) scaleY(1);
}
10% {
    transform: scaleX(0.85) scaleY(0.85);
}
20% {
    transform: scaleX(1) scaleY(1);
}
30% {
    transform: scaleX(0.85) scaleY(0.85);
}
40% {
    transform: scaleX(1) scaleY(1);
}
50% {
    transform: scaleX(0.85) scaleY(0.85);
}
60% {
    transform: scaleX(1) scaleY(1);
}
70% {
    transform: scaleX(0.85) scaleY(0.85);
}
80% {
    transform: scaleX(1) scaleY(1);
}
90% {
    transform: scaleX(0.85) scaleY(0.85);
}
100% {
    transform: scaleX(1) scaleY(1);
}
}




.picture_grid {
    position:relative;
    width: 300px;
    height: 200px;
}
.picture_grid .overlay_grid {
    position:absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    width: 100px;
    height: 100px;
}



/* -------------------------------- 

Slider

-------------------------------- */
.cd-slider-wrapper {
  position: relative;
  width: 90%;
  max-width: 1024px;
  margin: 2em auto;
  /* hide horizontal scrollbar on IE11 */
  overflow-x: hidden;
}

.cd-slider > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  /* hide vertical scrollbar on IE11 */
  overflow: hidden;
}
.cd-slider > li.visible {
  position: relative;
  z-index: 2;
  opacity: 1;
}
.cd-slider > li.is-animating {
  z-index: 3;
  opacity: 1;
}

.cd-slider .cd-svg-wrapper {
  /* using padding Hack to fix bug on IE - svg height not properly calculated */
  height: 0;
  padding-bottom: 57.15%;
}

.cd-slider-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -------------------------------- 

Slider navigation

-------------------------------- */
.cd-slider-navigation li {
  position: absolute;
  z-index: 3;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  height: 48px;
  width: 48px;
}
.cd-slider-navigation li a {
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  background: url(../img/cd-icon-arrows.svg) no-repeat 0 0;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.no-touch .cd-slider-navigation li a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.cd-slider-navigation li:last-of-type {
  left: 10px;
  right: auto;
}
.cd-slider-navigation li:last-of-type a {
  background-position: -48px 0;
}

/* -------------------------------- 

Slider dots/controls 

-------------------------------- */
.cd-slider-controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  text-align: center;
  width: 90%;
}
.cd-slider-controls::after {
  clear: both;
  content: "";
  display: table;
}
.cd-slider-controls li {
  display: inline-block;
  margin-right: 10px;
}
.cd-slider-controls li:last-of-type {
  margin-right: 0;
}
.cd-slider-controls li.selected a {
  background-color: #ffffff;
}
.cd-slider-controls a {
  display: block;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.no-touch .cd-slider-controls a:hover {
  background-color: #ffffff;
}
.mht  { max-height:190px; overflow: hidden; }

.jumbo a  { color: #002aff !important; }
.jumbo a:hover  { color: #ed1d24 !important; font-size: 125% !important;}


div.news-item {margin-bottom: 25px;}
div.news-item h3 {padding: 0px;font-size: 30px;line-height: 27px;margin-bottom: 17px;font-weight: normal;}
div.news-item-short span {color: #00f058;border-bottom: 1px dotted;cursor: pointer;}
div.news-item h3 span {float: right;font-size: 16px;}
div.news-item-content {display: none;margin-top: 12px;}

.font-content h1, h2, h3, h4, h5 {
font-family: 'M PLUS Rounded 1c', sans-serif;
	
	text-transform: uppercase !important;
  }

.font-content p{
font-family: 'M PLUS Rounded 1c', sans-serif;
	 
 }
.font-content ul,li { list-style-type: none;}

.font-content a { text-transform: uppercase; color: #007bff;}
.font-content a:hover { text-transform: uppercase; color: red; font-size: 120%;}



/* greednew */


.col4 {
  flex: 0 0 25%;
  max-width: 25%;
}

.gridlink a{
color: #007bff;
background: #ffffff;
opacity: 0,8;

}
.gridlink a:hover {
color: #ffffff;
background: #007bff;
opacity: 0,8;

}
 
 
.card-img-overlay { 

min-height: 5vh;
}  
.card-title {
 
min-height: 5vh;
}  
.card-title h4 {
 
font-size: 70%;
}  


.gridtitle {
color: #ffffff;
background: #007bff;
opacity: 0,8;
font-weight: bold;
text-transform: uppercase;

}
