/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 300;
    src: url(fonts/opensanshebrew-lightitalic-webfont.eot);
    src: url(fonts/opensanshebrew-lightitalic-webfont.eot?#iefix) format('embedded-opentype'),
    url(fonts/opensanshebrew-lightitalic-webfont.woff) format('woff'),
    url(fonts/opensanshebrew-lightitalic-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/opensanshebrew-light-webfont.eot);
    src: url(fonts/opensanshebrew-light-webfont.eot?#iefix) format('embedded-opentype'),
    url(fonts/opensanshebrew-light-webfont.woff) format('woff'),
    url(fonts/opensanshebrew-light-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 400;
    src: url(fonts/opensanshebrew-italic-webfont.eot);
    src: url(fonts/opensanshebrew-italic-webfont.eot?#iefix) format('embedded-opentype'),
    url(fonts/opensanshebrew-italic-webfont.woff) format('woff'),
    url(fonts/opensanshebrew-italic-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/opensanshebrew-regular-webfont.eot);
    src: url(fonts/opensanshebrew-regular-webfont.eot?#iefix) format('embedded-opentype'),
    url(fonts/opensanshebrew-regular-webfont.woff) format('woff'),
    url(fonts/opensanshebrew-regular-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 700;
    src: url(fonts/opensanshebrew-bolditalic-webfont.eot);
    src: url(fonts/opensanshebrew-bolditalic-webfont.eot?#iefix) format('embedded-opentype'),
    url(fonts/opensanshebrew-bolditalic-webfont.woff) format('woff'),
    url(fonts/opensanshebrew-bolditalic-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/opensanshebrew-bold-webfont.eot);
    src: url(fonts/opensanshebrew-bold-webfont.eot?#iefix) format('embedded-opentype'),
    url(fonts/opensanshebrew-bold-webfont.woff) format('woff'),
    url(fonts/opensanshebrew-bold-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 800;
    src: url(fonts/opensanshebrew-extrabold-webfont.eot);
    src: url(fonts/opensanshebrew-extrabold-webfont.eot?#iefix) format('embedded-opentype'),
    url(fonts/opensanshebrew-extrabold-webfont.woff) format('woff'),
    url(fonts/opensanshebrew-extrabold-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 800;
    src: url(fonts/opensanshebrew-extrabold-webfont.eot);
    src: url(fonts/opensanshebrew-extrabold-webfont.eot?#iefix) format('embedded-opentype'),
    url(fonts/opensanshebrew-extrabold-webfont.woff) format('woff'),
    url(fonts/opensanshebrew-extrabold-webfont.ttf) format('truetype');
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 20px/1.4 'Open Sans Hebrew', Helvetica, Arial, sans-serif;
	color:#171717;
	background:#f7f6f6;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#171717;
	text-decoration:none;
}
a:hover {
	color:#171717;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper,.container {
	max-width:1400px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
}
/* logo */
.logo {
}
.logo-img {
}
/* nav */
.nav {
}
/* sidebar */
.sidebar {
}

footer  {
	margin-top:0px;
	background:#f1efef;
	padding-top: 30px;
	display:inline-block;
	width:100%;
}

footer .container{
	padding-bottom: 30px;
}

footer .sidebar-widget {
	width:70%;
	float:left;
}

footer .subscrip-button{
	float:right;
}

footer .sidebar-widget li{
	font-size: 15px;
}

.subscrip-button{
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    background-color: #7c7c7c;
    padding: 5px 4px;
}

.subscrip-button .subscrip-in{
	border: 1px solid #ffff;
	padding: 5px 8px;
}
.subscrip-button .dashicons{
	width: 25px;
    height: 25px;
    font-size: 25px;
}

footer .small-footer{
	font-size: 13px;
	color: #ffffff;
	background-color: #7c7c7c;
	text-align: center;
	padding:7px 0;
}



/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
}
.bypostauthor {
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
/*------------------------------------*\
    MENU
\*------------------------------------*/
.main-navigation {
	display: block;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	text-align: left;
	padding: 19px 0 0;
}
.main-navigation li {
	position: relative;
	display: inline-block;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #337ab2;
	padding: 13px 20px;
	line-height: 20px;
}

.main-navigation a:after{
	display: block;
    position: absolute;
    opacity:0;
    transition:0.4s;
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #2acdbd;
    z-index: 2;
    content: "";
    bottom: 0;	
}

.main-navigation a:hover:after, .main-navigation li.current-menu-item a:after{
	opacity: 1
}
.main-navigation li.current-menu-item a, .main-navigation li:hover a {
	color: #000;
	background: #e5e5e5;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

#search-hbutton .dashicons{
	width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 0.8;
}

#search-hbutton-mobile{
	display: none;
}

.widget_nav_menu #search-hbutton{
	display: none;
}
.sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.bar1 {
    top: 0;
/*     animation: topbar-back .5s;
    animation-fill-mode: both;
    animation-play-state: initial!important; */
}
.bar2 {
    opacity: 1;
}
.menu-bar+.menu-bar {
    margin-top: 5px;
}
.bar3 {
    bottom: 0;
/*     animation: bottombar-back .5s;
    animation-fill-mode: both;
    animation-play-state: initial!important; */
}
.toggled .bar1 {
    top: 25%;
/*     animation: topbar-x .5s;
    animation-fill-mode: both; */
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
.toggled .bar2 {
    opacity: 0;
}
.toggled .bar3 {
    margin-top: -22.5%;
/*     animation: bottombar-x .5s;
    animation-fill-mode: both; */
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
}

#masthead .form-wrap{
	display: none;
	position: absolute;
	right: 0px;
    top: 100%;
    width: 100%;
    text-align: center;
}

#masthead .form-wrap .form-inner{
	width: 80%;
	background-color: rgba(255,255,255,1);
	margin:auto;
}

.form-wrap .form-inner .close-search{
	cursor: pointer;
}

.form-wrap .form-inner input.search-field{
	width:80%;
	border:none;
	background-color: transparent;
	font-size:25px;
	line-height: 1;
	padding-right: 1em;
	padding-left: 1em;
	color:#838393;
	padding-top: 10px;
}

.form-wrap .form-inner .dashicons, .dashicons-before:before{
	width: 35px;
    height: 35px;
    font-size: 35px;
    line-height: 1.6;
}

.form-wrap .form-inner .fa{
	font-size: 1.75em;
}
   
.form-wrap .form-inner input::-webkit-input-placeholder, #search-404 .form-inner input::-webkit-input-placeholder{
    color:#a3a3a3;
}

.form-wrap .form-inner input::-moz-placeholder, #search-404.form-inner input::-moz-placeholder{
    color:#a3a3a3;
}

.form-wrap .form-inner input:-ms-input-placeholder, #search-404 .form-inner input:-ms-input-placeholder{
    color:#a3a3a3;
}

.search-form .search-submit{
	display: none;
}

.main-search{
	padding-top: 50px;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/*------------------------------------*\
    FAQ
\*------------------------------------*/

.faq_list {
	margin-top:50px; 
	padding:0;
	width: 100%;
}

.faq-sizer, .faq_box{
	width:23%;
}

.faq-gutter-sizer{
	width: 2.6%;
}

.faq_box{
	margin-bottom: 15px;
	background-color: #ffffff;
	z-index: 10;
}

.faq_list {
	 

}
.faq_list div img {
	padding: 0;
}

.faq_image{
	width: 100%;
	border-radius: 10px;
	cursor: pointer;
}

.faq_answer{
	display: none;
	font-size: 16px;
	overflow: hidden;
	padding: 0px 20px;
	border-right: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
}

.faq_quest{
	padding: 10px 20px;
	cursor: pointer;
	border-right: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
}

.faq_answer p:first-child{
	margin-top: 0px;
}

.faq_image img{
	max-width: none;
	width: 100%;
}

.faq_quest h3{
	font-size: 18px;
}

.faq_quest h3:before{
	font-family: 'dashicons';
	content: '\f125';
	padding-right: 10px;
}

.faq_content {
	padding: 40px 30px 40px 120px;
}
.switch {
	position:relative;;
	width:100%;
	background:#2acdbd;
	font-size: 14px;
	font-weight:bold;
	color:white; 
	text-align:center;
	padding-top: 5px;
	cursor: pointer;
}

.switch.expanded{
	background:#7c7c7c;
}

.switch .dashicons{
	width: 20px;
    height: 20px;
    font-size: 20px;
}
.faq_content h1,.faq_content h2,.faq_content h3,.faq_content h4,.faq_content h5,.faq_content h6{
	margin:0
}
.faq_content p {
	font-size:18px
	 color: #747272;
}

/*------------------------------------*\
    SEARCH
\*------------------------------------*/

.no-results{
	padding-bottom: 80px;
}

.no-results .page-header{
	margin:50px auto;
}

.no-results .message-nfound, .message-nfound{
	text-align: center;
}

.no-results h1.page-title{
	font-size: 55px;
	text-align: center;
}

#search-404 .form-inner {
    width: 45%;
    margin: auto;
    position: relative;
}

#search-404 .form-inner .dashicons{
	width: 35px;
    height: 35px;
    font-size: 35px;
    line-height: 1.6;
}

#search-404 .magni-404 {
    position: absolute;
    right: 10px;
    color: #171717;
}

#search-404 .close-search {
    display: none;
}

#search-404 .form-inner input.search-field {
    width: 100%;
    border: none;
    background-color: #ebebeb;
    font-size: 25px;
    line-height: 1.8;
    padding-right: 50px;
    padding-left: 25px;
    color: #171717;
    border-radius: 1.563em;
    box-sizing: border-box;
}

section.main-section{
	padding-bottom: 50px;
}

.article-box, .archive-sizer{
	width: 32%;
}

.archive-gutter-sizer{
	width: 2%;
}

article{
	background-color: #ffffff;
	margin-bottom: 25px;
}

article .entry-content-front{
	border-bottom: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
}

article .post-thumb-front{
	position: relative;
	overflow: hidden;
}

article header{
    padding: 5px 15px
}

article .post-thumb-front img{
    width:100%;
    transition: all 1s ease;
}

article .post-thumb-front:hover img{
	transform: scale(1.07);
}

article .front-excerpt{
   padding: 5px 15px;
   font-size: 16px;
}

article .entry-title {
    font-size: 21px;
}

.entry-content-front .meta_post{
	float: right;
	text-align: center;
	color: #000;
	margin-top:20px;
}

.meta_post .date-publish{
	background-color: #cacaca;
	padding: 6px 8px 8px;
}

.entry-content-front .date-publish{
	font-size:11px;
}

.entry-content-front .date-publish span{
	display: block;
	font-size: 18px;
	text-align: center;
}

.categ-front{
	font-size: 16px;
}

.more-box{
	padding: 20px 15px 15px 15px
}

.more-front{
   background-color: #2acdbd;
   font-size: 15px;
   font-weight: bold;
   border:2px solid #2acdbd;
   padding: 6px 13px;
   display: inline-block;
   transition: all 0.4s linear;
}

.more-front:hover{
   background-color: #ffffff;
}

.more-front a{
	color: #ffffff;
	transition: all 0.4s linear;
}

.more-front:hover a{
	color:#2acdbd;
}

.more-front a:hover{
	color:#2acdbd;
}

/*------------------------------------*\
    INFO CENTRE
\*------------------------------------*/

.infoC .info_descript{
	padding: 20px 0 40px 0;
    text-align: center;
    font-size: 25px;
}

.categ_box, .categ-sizer, .categ-grid1, .categ-grid2, .categ-grid3{
	width:19%;
	height: 280px;
}

.categ-gutter-sizer{
	width: 1.25%;
}

.trending_box, .trending_sizer{
	width: 32%;
}

.categ_box, .trending_box{
	margin-bottom: 30px;
}

.trend_thumb_front{
	height: 280px;
}

.trending_gutter_sizer{
    width: 2%;
}

.categ_box .categ_link, .trending_box .trend_link{
	display: block;
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.categ_box .categ_name{
	width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    color: #fff;
}

.categ_box .categ_name h3{
	margin: 0 35px 35px 35px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 8px;
	font-size: 28px;
}

.categ_box .categ_overlay{
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0px;
    top: 0px;
    background: -moz-linear-gradient(top,transparent 0%,rgba(0,0,0,.3) 70%,rgba(0,0,0,.6) 100%);
    background: -webkit-linear-gradient(top,transparent 0%,rgba(0,0,0,.3) 70%,rgba(0,0,0,.6) 100%);
    background: linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.3) 70%,rgba(0,0,0,.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#cc000000',GradientType=0);
}

.trendig-title{
	margin-bottom: 50px;
}

.trending_box .trend_overlay{
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0px;
    top: 0px;
    opacity: 0;
    background-color: #2acdbd;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.trending_box:hover .trend_overlay{
	opacity: 0.9;
}

.trending_box .trend_overlay_text{
	position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    margin: auto;
    width: auto;
    height: 20px;
    line-height: 20px;
    text-align: center;
    z-index: 5;
    color: #fff;
    opacity: 0;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.trending_box:hover .trend_overlay_text{
	opacity: 1;
}

.trend_overlay_text .overlay_text{
    border:2px solid #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 15px;
    display: inline-block;
}

.trending_box .trend_content_front{
	border-bottom: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
}

.trend_content_front .meta_post{
	float: right;
	text-align: center;
	color: #000;
	margin-top:20px;
}

.trend_content_front .meta_post .date-publish{
	background-color: #cacaca;
	padding: 6px 8px 8px;
}

.trend_content_front .date-publish{
	font-size:11px;
}

.trend_content_front .date-publish span{
	display: block;
	font-size: 18px;
	text-align: center;
}

.trend_content_front header {
    padding: 5px 15px;
    min-height: 125px;
}

.trend_content_front .more-front{
	font-size: 15px;
}

.trend_content_front .more-box {
    padding: 20px 15px 15px 15px;
}

.trend_content_front .downCat{
	color: #2acdbd;
}

.trend_content_front .entry-title{
    font-size: 21px;
}

.trend_content_front .front-excerpt {
    padding: 5px 15px;
    font-size: 16px;
    min-height: 130px;
}

.trend_content_front .front-excerpt p{
	margin:0;
}
   
.categ_box .categ_frame{
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
    left: 0px;
    top: 0px;
    padding:10px;
    box-sizing: border-box;
}

.categ_inner_frame{
	border: 1px solid #fff;
	width: 100%;
    height: 100%;
}

.categ_box .categ_image, .trending_box .trend_image{
	display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    -moz-transition: transform 2s ease;
    -o-transition: transform 2s ease;
    -webkit-transition: transform 2s ease;
    transition: transform 2s ease;
}

.categ_box:hover .categ_image{
	-moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.info-quote{
	text-align: center;
	margin: 50px auto;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	padding: 3px 0;
}

.info-quote .quote-inner{
    border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
    padding: 30px 0;
}

.info-quote .dashicons{
	width: 60px;
    height: 60px;
    font-size: 60px;
    line-height: normal;
    color: #cacaca;
}

.quote-text{
	font-style: italic;
    font-size: 25px;
    margin-top: 20px;
}

.quote-author{
    padding-top: 10px;
}

.quote-author .author-line, .info_descript .descript_line{
	width: 50px;
    height: 2px;
    display: inline-block;
    background-color: #2acdbd;
}   


/*------------------------------------*\
    CATEGORIES
\*------------------------------------*/
.main_categs{
	
}
#categs_header.header_img{
   min-height: 200px;
}

.main_pic_categ{
	position: relative;
	height:500px;
	background-position: center center;
    background-size: cover;
}


.main_pic_categ .categ_overlay{
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.3);
}

.main_pic_categ .categ_frame{
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
    left: 0px;
    top: 0px;
    padding: 10px;
    box-sizing: border-box;
}

.main_pic_categ .special_categ_name{
	position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    bottom: 0;
    margin: auto;
    z-index: 10;
}

.special_categ_name h1{
	font-size: 70px;
    color: white;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
}

.special_categ_name .text_button{
	color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    background: transparent;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 3px;
    border: 2px solid #ffffff;
    display: inline-block;
}

.secondcate_main{
	margin: 20px auto;
	padding-bottom: 20px;
    border-bottom: 1px solid #2acdbd;
}

.secondcate_main:last-child{
	border-bottom:none;
}

.second_first{
	width: 35%;
	height: 280px;
	float: left;
}

.second_carou{
	width: 56% !important;
	float: right;
}

.owl-carousel{
	width: 63% !important;
}

.third_box{
}

.second_carou .third_box{
	height: 280px;
}

.second_first .categ_link, .third_box .categ_link{
    display: block;
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.second_first .categ_link{
	overflow:visible;

}

.second_first .categ_overlay, .third_box .categ_overlay{
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0px;
    top: 0px;
    background: -moz-linear-gradient(top,transparent 0%,rgba(0,0,0,.3) 70%,rgba(0,0,0,.6) 100%);
    background: -webkit-linear-gradient(top,transparent 0%,rgba(0,0,0,.3) 70%,rgba(0,0,0,.6) 100%);
    background: linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.3) 70%,rgba(0,0,0,.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#cc000000',GradientType=0);
}

.second_first .categ_name, .third_box .categ_name{
	width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    color: #fff;
}

.second_first .categ_frame, .third_box .categ_frame{
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
    left: 0px;
    top: 0px;
    padding:10px;
    box-sizing: border-box;
}


.second_first .categ_image, .third_box .categ_image{
	display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    z-index: 1;   
}

.third_box .categ_image{
	-moz-transition: transform 2s ease;
    -o-transition: transform 2s ease;
    -webkit-transition: transform 2s ease;
    transition: transform 2s ease;
}

.third_box:hover .categ_image{
	-moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.second_first .categ_name h3, .third_box .categ_name h3{
	margin: 0 35px 35px 35px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 8px;
	font-size: 35px;
}

.third_box .categ_name h3{
	font-size: 25px;
}

.second_first .categ_inner_frame{
	position: relative;
}

.categ_inner_frame .categ_tree{
	position: absolute;
	width: 60px;
	height: 60px;
	top:50%;
	right: -30px;
	background: url(img/categs.png) no-repeat;
	background-size: cover;
	transform: translateY(-50%);
	background-color: #fff;
	border-radius:50%;
}

.second_carou .owl-dots .owl-dot span{
	width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.second_carou .owl-dots{
	text-align: center;
}

.owl-dots .owl-dot.active span{
	background-color: #2acdbd;
}

.owl-nav .owl-prev, .owl-nav .owl-next{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}

.owl-nav .owl-prev{
	left: 0;
}

.owl-nav .owl-next{
	right: 0;
}

.owl-next .dashicons, .owl-prev .dashicons{
	color:#fff;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 0;
}

.main_categs article .pic_overlay, .main_archives article .pic_overlay{
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0px;
    top: 0px;
    opacity: 0;
    background-color: #2acdbd;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.main_categs article:hover .pic_overlay, .main_archives article:hover .pic_overlay{
	opacity: 0.9;
}

.main_categs article .pic_overlay_text, .main_archives article .pic_overlay_text{
	position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    margin: auto;
    width: auto;
    height: 20px;
    line-height: 20px;
    text-align: center;
    z-index: 5;
    color: #fff;
    opacity: 0;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.main_categs article:hover .pic_overlay_text, .main_archives article:hover .pic_overlay_text{
	opacity: 1;
}

.pic_overlay_text .overlay_text{
    border:2px solid #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 15px;
    display: inline-block;
}

article .downCat{
	color: #2acdbd;
}

.the_article a, .the_article a:visited, .the_article a:hover{
	color: #2acdbd;
}

.edit-link{
    display: inline-block;
    margin-top: 30px;
    padding: 10px;
    background-color: #2acdbd;
}

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


.bx-wrapper{
	margin: 0 auto;
}
.bx-wrapper .bx-controls-direction a.bx-next{background: url(img/next.png) no-repeat center; width:43px; height:81px; right: 50px;}
.bx-wrapper .bx-controls-direction a.bx-prev 	{background: url(img/next.png) no-repeat center;   width:43px; height:81px;   left: 50px;  -ms-transform: rotate(180deg); /* IE 9 */    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */    transform: rotate(180deg);}
.slider {
	margin:0;
	padding:0;
	position:relative;
}
body .bx-wrapper .bx-viewport {box-shadow:none; border:none; left: auto;}
#masthead {
	position: absolute;
	top:0;
	z-index: 999;
	width:100%;
}
.main-navigation {display:inline-block; float:right; }
.site-branding {    display: inline-block;    vertical-align: middle;     margin-top: 13px;}

.main-navigation li.current-menu-item a, .main-navigation li:hover a {
	text-decoration:none;
	background:none;
}
#primary-menu > li > a {color:white; font-size:20px;  }
#primary-menu > li {
	margin:0px;
}

.slider_content {
	position:absolute;
	top:0;
	text-align:center;
	width: 100%;
	bottom: 0;
	margin: auto;
	height: 180px;
}

.slider_content .main-slider-title {
	font-size:50px;
	font-weight:bold;
	color:white; margin:0;
	margin-bottom:30px;
	text-transform: uppercase;
	font-family:'Roboto', sans-serif; 
}
.slider_content .sub-slider-title {
	font-size:25px;
	font-weight:bold;
	color:white;
	margin:0;
	margin-bottom:50px;
	letter-spacing: 10px;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
}
.slider_content a {
	color:white;
	font-family:'Roboto', sans-serif; 
	font-size:22px;
	background:transparent;
	font-weight:bold;
	padding: 12px 24px;
	border-radius: 3px;
	border:2px solid #ffffff;
}
.links  {margin:0; padding:0;}
.links li {width: 32%; margin-left:2%; float:right; display:inline-block; margin-bottom: 50px; }
.links li:nth-child(3n){margin-left:0;}
.links li  div {    background: white;    margin: 5%;min-height:400px; position:relative; text-align:center; padding:0 50px; }
.links li  div img {margin-top:70px; }
.links li  div h3  {font-size:21px; line-height:35px; margin-top:40px;text-transform: uppercase; font-weight:900;}
.links li  div span {position:absolute; bottom: 20px; font-size:17px; text-decoration: underline;    right: 0;    left: 0; font-weight:bold; color:#171717;}
.home_title {font-size:37px; margin: 100px 0; font-weight:bold; letter-spacing: 5px; text-align:center; }
section {clear:both; display:inline-block; width:100%;}

.widget_nav_menu li {
	list-style:none;
	display:inline-block;
	padding:0 15px;
}

.widget_nav_menu li:first-child{
	padding:0 15px 0  0;
}

.footer .addtoany_list a.a2a_button_facebook{
   padding:0 4px 0  0;
}
.widget_nav_menu li  a {color:#7c7c7c; line-height:40px; font-weight:bold; }
.widget_nav_menu .menu {padding:0; margin:0;}

.header_img h1 {
	font-size:50px;
	color:white;
	font-weight:900;
	margin:0;
	text-align: center;
}
.header_img {
	min-height:260px;
}

.header_img.header_opaque{
	opacity: 0.3;
}

.page-template-template-info .header_img, .category .header_img{
	min-height:208px;
}

#breadcrumbs{
	color: #7c7c7c;
	padding-top: 30px;
	padding-bottom: 30px;
    font-size: 17px;
}

#breadcrumbs span.breadcrumb_last{
}

#breadcrumbs a, #breadcrumbs a:visited{
	color:#7c7c7c;
}



#breadcrumbs a:hover{
	color:#2acdbd;
}

.featured_news {padding:0; display:inline-block; width:100%; bottom:0;}
.featured_news li div {position:absolute; bottom:50px; left:20px; }
.featured_news li div  span {color:white; font-weight:bold; font-size:14px; padding:5px;}
.featured_news li {position:relative; list-style:none;}
.featured_news li h3{color:white; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; font-size: 28px; line-height: 40px; margin:0; }
.featured_news li:nth-child(1)  {width:60%; float:left;    max-height: 480px; overflow:hidden;}
.featured_news li:nth-child(2),.featured_news li:nth-child(3 ){    width: 38%;    float: left;    margin-left: 2%;    margin-bottom: 20px;    overflow: hidden;    max-height: 230px;}
.featured_news li:nth-child(4),.featured_news li:nth-child(5 ),.featured_news li:nth-child(6),.featured_news li:nth-child(7 ){width:23.5%; margin-right: 2%; float:left;overflow: hidden; }
.featured_news li:nth-child(7 ){margin:0}
.featured_news li:nth-child(1) a img.wp-post-image,
.featured_news li:nth-child(2) a img.wp-post-image,
.featured_news li:nth-child(3) a img.wp-post-image { min-width: 100%; max-width: 100%; min-height: 100%; }
.featured_news li:nth-child(1) a img.wp-post-image { max-width: inherit; }
.featured_news li:nth-child(4),
.featured_news li:nth-child(5),
.featured_news li:nth-child(6),
.featured_news li:nth-child(7) { height: 250px; }
.featured_news li:nth-child(4) a img.wp-post-image,
.featured_news li:nth-child(5) a img.wp-post-image,
.featured_news li:nth-child(6) a img.wp-post-image,
.featured_news li:nth-child(7) a img.wp-post-image { min-width: 100%; max-width: inherit; min-height: 350px; max-height: 400px; }
.ui-tabs-nav  {padding:0; border-bottom:2px solid #ebeaea; }
.ui-tabs-nav  li {list-style:none; display:inline-block;padding: 20px 20px;}
.ui-tabs-nav  li a {color:#8c8b8b; font-size:16px; line-height:30px;font-weight:bold;}
.ui-tabs-nav  li:hover a	{color:#171717;}
.ui-tabs-nav  li:hover{ border-bottom: 1px solid #2acdbd; }
.ui-tabs-panel ul  {margin:0; padding:0; margin-top:30px;}
.ui-tabs-panel li {width:32%; margin-right:2%; list-style:none; float:left; margin-top:30px;} 
.ui-tabs-panel li .news-tab-img {height: 200px; overflow:hidden}
.ui-tabs-panel li .news_content {display:none;}
.ui-tabs-panel li h3 {height: 64px;}
.ui-tabs-panel li:nth-child(1) .news_content,.ui-tabs-panel li:nth-child(2)  .news_content{display:block;}
.ui-tabs-panel li:nth-child(1),.ui-tabs-panel li:nth-child(2){width:49%; margin-right:2%; margin-left:0; margin-top:0;}
.ui-tabs-panel li:nth-child(1) .news-tab-img,.ui-tabs-panel li:nth-child(2) .news-tab-img {height: 350px; overflow:hidden}
.ui-tabs-panel li:nth-child(2) {margin-right:0;}
.ui-tabs-panel li:nth-child(3n) {margin-right:0;} 

.download_cat {padding:0; display:inline-block; width:100%; margin: 100px 0;}
.download_cat li {width:23%; margin-right:2%; float:left; background:white; border-bottom:2px solid #efeeee; padding:45px; list-style:none; text-align:center;}
.download_cat li {min-height:240px;}
.download_cat li img {display:block; margin: auto; }
.download_cat li span {text-align:center; font-size:18px; line-height:30px; font-weight:bold; margin-top:30px; display:inline-block; width:100%;}
.hot_topic,.file_cat {width:23%; margin-right:2%; float:left; position:relative; margin-bottom:20px;}
.hot_topic { height: 200px; overflow: hidden; }
.hot_topic  h3{color:white; font-size:16px; line-height:25px; margin:0;  }
.hot_topic  a {background:#2acdbd; color:white; font-size:14px; padding: 6px 15px; }
.topic_wrap {position:absolute; bottom:15px; left:15px;}
.file_cat h3 {font-size:18px; margin:10px 0;}
.file_cat div {color:#6f6f6f; font-size:18px;}
.download_button {font-size:20px; color:white; background:#2acdbd; padding: 10px 20px; display:inline-block;margin-top:10px;}

.single_post .container, .page_section .container{
	max-width: 1200px;
}

.single_post .post_img, .single_post .post_main {
	width:100%;
}

.single_post .post_img img, .page_section .post_img img{
	width:100%;
	margin-bottom:30px;
}

.post_meta{
	color: #7c7c7c;
	padding: 7px 0;
	font-size: 15px;
}

.post_meta .dashicons{
    width: 20px;
    height: 20px;
    font-size: 20px;
}

.post_meta a, .post_meta a:visited{
    color: #7c7c7c;
}

.post_meta a:hover{
	color:#2acdbd;
}

.post_meta .post_date:after{
	content: '/';
    margin: 0 15px;
}

.post_meta .post_author:after{
	content: '/';
    margin: 0 15px;
}

.post_main .post_meta{
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}

.downloads_buttons .download_box{
	position: relative;
	padding: 8px 10px 8px 50px;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    background-color: #2acdbd;
    color: #fff;
    margin: 10px 10px 10px 0px
}

.downloads_buttons .download_box .down_small{
	font-size: 13px;
}

.downloads_buttons a{
	color: #fff;
	font-weight: bold;
}

.downloads_buttons .download_box:before{
	content: "\f316";
	font-family: 'dashicons';
    position: absolute;
    width: 40px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #24bdae;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: normal;
}

.downloads_buttons .download_box span{
	display: inline-block;

}

.facts h3 {color:white; font-size:37px; margin-bottom:0; margin-top:50px; font-weight:normal}
.facts {padding-bottom:90px;}
.fact{width:25%; text-align:left; float:center;}
.fact h3 {color:white; font-size:60px; font-weight:normal;margin-bottom:20px; text-align: center;}
.fact h4 {color:white; font-size:25px; text-align:center;}
.blocks {margin-top:100px;}
.blocks li:nth-child(even) > div {float:right;}
.blocks li:nth-child(odd) > div {float:left;}
.blocks li  {position:relative;    display: inline-block; background:white;    margin-top: -5px;}
.blocks li > div {width:50%;} 
.blocks li .block_img {position:absolute; margin:auto; top:0; bottom:0; right:0; left:0; }
.blocks li .block_text {    padding: 30px; position:relative;} 
.blocks li .block_text:after {    content: "";
    background: url(img/trainagle.png) center no-repeat;    display: inline-block;    width: 23px;    height: 85px;    position: absolute;      top: 45%;    left: -23px;}
.blocks li:nth-child(even) .block_img {left:0; right:auto;}
.blocks li:nth-child(odd) .block_img{left:auto; right:0;}
.blocks li:nth-child(odd) .block_text:after {  top: 45%;    left: 100%;    -ms-transform: rotate(180deg); /* IE 9 */    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */    transform: rotate(180deg);}
.form, .side_text  {
	width:50%;
	float:left;
	padding:0 0px;
}

.side_text {
	padding:0 30px 0 0;
}
input,textarea {width:100%; padding:5px; margin-bottom:10px;}
textarea  {max-height:100px;}
.wpcf7-submit {background:#2acdbd; color:white; border:none;}
.file_cat {margin-top:40px;}
.file_cat .file_desc {padding:0;}
.posts_grid {padding:0; }	
.posts_grid li {width:48%; margin-right:2%; float:right; list-style:none; margin-top: 40px;}
.posts_grid li:nth-child(1), .posts_grid li:nth-child(2) { margin-top: 0px; }
.faq_content .qustion,.faq_content  .answer,.showanswer .faq_content .qustion,.showanswer .faq_content  .answer {transition: all ease 0.5s;}
.single_post .file_img iframe {width: 100%;}
.mfp-content {max-width:400px; padding:20px 40px;  background:white; position:relative;}

.pagination {
	margin-top:30px;
	text-align: center;
}
.pagination a, .pagination span {
	font-weight:bold; 
	border: 1px solid #7c7c7c;
	padding:5px 10px;
	display: inline-block;
	color: #7c7c7c;
} 
.pagination span.current {
	background-color: #2acdbd;
	color:#ffffff;
	border: 1px solid #2acdbd;
}
.ssba-wrap,.wss_container  {
	display:inline-block !important;
}

#ssba-classic-2{
	width: auto !important;
}

.the_tags{
	margin-bottom: 30px;
}

.wp_rp_wrap{
	margin-top:30px;
}

.meta {color:#2acdbd; font-weight:bold; font-size:15px;
}

h1 {margin:0px;}

body .single_post ul.related_post li img {
    display: block !important;
    width:100%!important;
    height: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    border-radius: 3px !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
}
body .single_post  ul.related_post li {
    position: relative !important;
    display: inline-block !important;
    vertical-align: top !important;
    zoom: 1 !important;
    width: 18% !important;
    margin:  0px 1% 0px 1% !important;
    padding: 0 !important;
    background: none !important;
}
body .single_post  ul.related_post li:first-child {margin:  0 1% 0 0 !important;}
.single .tag {color:#2acdbd; font-size:15px; border: #2acdbd solid 2px; margin-right:10px; padding: 7px 10px; display: inline-block;  margin-top: 5px;  }
.more_posts {    display: block;    width: 150px;    margin: 30px auto;    text-align: center;    background: #2acdbd;    color: white;    clear: both;    padding: 20px 0;}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

#special_mobile_backg{
    display: none;
}

.home input[type="submit"] {    background: #2acdbd;    border: none;    color: white;}
.single-downloads .file_img, .single-downloads .file_desc {width:50%;}
.single-downloads  .file_desc {padding-left:30px;}
.staff {width:100%;}
.fact {float:right;padding: 0 15px;}
.wss {    height: 50px;    margin-bottom: -15px;}
.news-tab-img img {width:100%}
.cat-news-img { height: 350px; overflow: hidden; }
.cat-news-img img { width:100%; }
.home .bx-wrapper { overflow-x: hidden; }

#mc4wp-form-2 input[type="checkbox"]{
	width:4%;
}

#mc4wp-form-2 .mc4wp-success{
	text-align: center;
    font-size: 25px;
    color: #000000;
}

/*------------------------------------*\
    RELATED POSTS
\*------------------------------------*/
#related_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	   -ms-flex-direction: row;
	       flex-direction: row;
	-webkit-flex-wrap: wrap;
	      -ms-flex-wrap: wrap;
	          flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	      -ms-flex-pack: justify;
	          justify-content: flex-start;
}

#related_box .post_related {
    width: 18%;
    max-width: 300px;
    margin-right: 2.5%;
    margin-bottom: 15px;
}

#related_box .post_related:last-child{
	margin-right: 0%;
}

#related_box .post_related:nth-child(5){
	margin-right: 0%;
}

#related_box .related_thumb img{
	width: 100%;
	border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.related_title a{
	font-size:15px;
	line-height: normal; 
	display: block;
	margin-top: 15px;
}

.related_title a:hover, .related_title a:visited, .related_title a:focus{
	color:#2acdbd;
}

/*------------------------------------
*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width:1100px) and (max-width:1400px) {
	#primary-menu > li {margin: 0 10px;}
	
}

@media screen and (max-width:1366px){
	.slider_content .main-slider-title{
       width: 80%;
       margin:0 auto 30px auto;
	}

	.slider_content .sub-slider-title{
	   width: 80%;
       margin:0 auto 50px auto;
	}
}

@media screen and (max-width:1024px){
	.faq-sizer, .faq_box{
		width:32%;
	}

	.faq-gutter-sizer{
		width: 2%;
	}
    .faq_quest h3 {
	    font-size: 20px;
	}

	#search-404 .form-inner{
    	width: 70%;
	}

	.categ_box, .categ-sizer, .categ-grid1, .categ-grid2, .categ-grid3{
		height: 200px;
	}

	.categ_box .categ_name h3{
		font-size: 22px;
	}

	.trending_box, .trending_sizer{
		width: 48%;
	}

	.trending_gutter_sizer{
	    width: 4%;
	}
}


@media screen and (max-width:1023px) {
	
	#primary-menu {    padding-top: 60px;}
	#primary-menu  a {text-align:left;}
	.main-navigation ul ul {position:static; }
	.main-navigation ul ul li {margin-left: 50px;  }
	.menu-bar {
	    display: block;
	    position: relative;
	    background: #2acdbd;
	    width: 26px;
	    height: 2px;
	    border-radius: 1px;
	    transition: all .3s;
	    margin: 0 auto;
	}
	.menu-toggle, .menu-toggle:active, .menu-toggle:focus {
		display: block;
		position: relative;
		float:right;
		width: 40px;
		height: 40px;
		top: 15px;
		right: 0;
		padding: 12px 0 0;
		margin: 0 auto;
		background: 0 0;
		transition: all .5s cubic-bezier(1, 0, .645, .65);
		z-index: 99999999;
		border: 0;
		outline: 0;
		box-shadow: none;
	}

	.menu-toggle, .menu-toggle:active, .menu-toggle:focus {
		position:fixed
	}

	#masthead .form-wrap{
		position: fixed;
	}

	.site-branding {
		float: left;
		position: fixed;
		z-index: 999999;
	}

	#special_mobile_backg.visible_back{
	    display: block;
	    position: fixed;
	    height: 70px;
	    width: 100%;
	    background-color: rgba(0,0,0,0.7);
	    z-index: 9999;
	    left: 0;
	}

	.header_img h1 {
		font-size: 40px;
		line-height: 1.2;
	}

	header .main-navigation div.menu-container li {
		display: block;
		text-align:right;
	}

	header .main-navigation div.menu-container li.current-menu-item,	header .main-navigation div.menu-container li:hover {
		border: 0;
		color: #fff;
	}

	header .main-navigation div.menu-container li.current-menu-item a,	header .main-navigation div.menu-container li:hover a {
	    color: #fff;
	}

	header .main-navigation div.menu-container {
		position: fixed;
		left: -300px;
		width: 200px;
		background: #F9F9FA;
		z-index: 150;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		overflow: hidden;
		height: 100%;
		top: 66px;
		padding-top: 20px;
	}

	#primary-menu > li > a {
		color: #2acdbd;
	}

	header .toggled div.menu-container{
		left: 0;
		top:0;
	}
	.single-menu {
		display: none;
	}

	.search-hbutton{
		display: none !important;
	}

	#search-hbutton-mobile{
		display: block;
		float: right;
		top:29px;
		position: relative;
		z-index: 99999999;
		position: fixed;
		right: 40px;
	}

	#search-hbutton-mobile .dashicons{
		width: 30px;
	    height: 30px;
	    font-size: 30px;
	    color:#2acdbd;
	}

	#masthead .form-wrap{
		top:80px;
	}

	#masthead .form-wrap .form-inner{
		width: 100%;
	}
}

@media only screen and (max-width:992px) {
   .single_post .file_img {
  	   height:auto;
    }

	.main_pic_categ{
		height: 300px;
	}

	.special_categ_name h1 {
	    font-size: 50px;
        margin-bottom: 10px;
	}

	.special_categ_name .text_button{
		font-size: 16px;
	    padding: 8px 15px;
	}

	.second_first{
		height: 200px;
	}

	.second_first .categ_name h3, .third_box .categ_name h3{
		font-size: 20px;
	    margin: 0 20px 20px 20px;
	}

	.second_carou .third_box{
		height: 200px;
	}

	.categ_inner_frame .categ_tree{
	    width: 40px;
    	height: 40px;
	}

	.article-box, .archive-sizer{
		width: 49%;
	}

	.categ_box, .categ-sizer, .categ-grid1, .categ-grid2, .categ-grid3{
		width:32%;
		height: 250px;
	}

	.categ-gutter-sizer{
		width: 2%;
	}
}

@media screen and (max-width:768px){
	.slider_content .main-slider-title{
       width: 75%;
       margin:0 auto 30px auto;
	}

	.slider_content .sub-slider-title{
	   width: 75%;
       margin:0 auto 50px auto;
	}

	.bx-wrapper .bx-controls-direction a.bx-prev{
		left:0px;
    -webkit-transform: rotate(180deg) scale(0.6, 1);
-ms-transform: rotate(180deg) scale(0.6, 1);
    transform: rotate(180deg) scale(0.6, 1);
	}

	.bx-wrapper .bx-controls-direction a.bx-next{
		right:0px;
    -webkit-transform: scale(0.6, 1);
    -ms-transform: scale(0.6, 1);
transform: scale(0.6, 1);
	}

    .faq-sizer, .faq_box {
	    width: 48%;
	}

	.faq-gutter-sizer{
		width: 4%;
	}

	.categ_box .categ_name h3{
    	font-size: 25px;
	}

	.header_img {
	    min-height: 230px;
	}

	.header_img h1 {
	    font-size: 35px;
	}

	#breadcrumbs {
	    padding-top: 10px;
	    font-size: 15px;
	}

}
@media only screen and (max-width:700px) {
	
	#primary-menu > li  {margin:0;}
	#primary-menu {padding-top:20px;}
	.site-branding {margin-top:13px;}
	/*.bx-controls-direction {display:none;}*/
	.home_title {margin:20px 0;}
	.links li,footer .sidebar-widget,.fact,.blocks li > div{width:100%;}
	#primary-menu > li.contact-menu a {color:#2acdbd;}
	.header_img h3 {margin-top:0;padding-top:70px;}
	.fact h3,.fact h4 {margin:0;}
	.blocks li .block_img {position:static; min-height:300px;}
	.faq_icon {display:none;}
	.faq_content,.switch   {width:100%; position:static;}
	.faq_list li ,.switch{height:auto; min-height:50px;}
	.featured_news li ,.ui-tabs-panel li ,.download_cat li,.hot_topic, .file_cat,.single_post .file_img, .single_post .file_desc {width:100% !important; margin: 10px 0 !important; }
	.ui-tabs-panel li .news_content {display:none !important;}
	.file_desc {padding:0;}
	.bx-wrapper img {width:100%;}
	
	.header_img h3 {text-align:center; padding:0;}
	.blocks li .block_text:after {display:none;}
	.blocks {padding:0}
	.blocks li {margin-bottom:40px;}
	header .main-navigation div {overflow-y: auto;}
	.sidebar-widget {text-align:center;}
	.widget_nav_menu h3 {margin:10px;}
	.widget_nav_menu li  a {line-height:30px; }
	.widget_nav_menu li  {width:100%;}
	.fact {text-align:center; margin-bottom:20px;}
	.facts h3 {text-align:center;}
	.form, .side_text {width:100%;}
	.bx-wrapper img {width:auto; max-width:none;}
	.slider_content h2 {font-size:30px;}
	.slider_content p {letter-spacing:5px;}
	.switch_ask:before, .switch_answer:before {position:static;    margin-top: 10px;    display: inline-block;}
	
	.featured_news li:nth-child(4) a img.wp-post-image, .featured_news li:nth-child(5) a img.wp-post-image, .featured_news li:nth-child(6) a img.wp-post-image, .featured_news li:nth-child(7) a img.wp-post-image {
    max-width: 100%;
    min-height: inherit;
    max-height: none;
	}
	.posts_grid li {
  	width: 100% !important;
    margin: 10px 0 !important;
	}
	.cat-news-img { height:auto; }
  
	.featured_news li:nth-child(4), .featured_news li:nth-child(5), .featured_news li:nth-child(6), .featured_news li:nth-child(7) {
	    height: inherit;
	  }
	.featured_news li:nth-child(1) a img.wp-post-image { max-width: 100%; }
	.ui-tabs-panel li img { min-width: 100%; }
	.ui-tabs-panel li .news-tab-img {height:auto;}
	.ui-tabs-panel li:nth-child(1) .news-tab-img,.ui-tabs-panel li:nth-child(2) .news-tab-img {height:auto;}
	.hot_topic .file_cat {height:auto;}

	footer .sidebar-widget {
	    width:100%;
		float:none;
	}

	footer .subscrip-button{
		float:none;
		width: 50%;
		margin:50px auto;
	}

	.subscrip-button .subscrip-in{
	    text-align: center;
	}

	.article-box, .archive-sizer {
	    width: 100%;
	}

	.archive-gutter-sizer {
	    width: 0%;
	}

	.trending_box, .trending_sizer{
		width: 100%;
	}

	.trending_gutter_sizer{
	    width: 0%;
	}

	.trend_content_front .front-excerpt{
		min-height: auto;
	}
}

@media all and (orientation:landscape) and  (max-width:700px){
  .bx-viewport { max-height: 400px;}
  .slider_content {bottom:auto; top:100px;}
}

@media screen and (max-width:665px) {
	.site-branding {
		float:left;
		max-width: 180px;
	}

	.slider_content .main-slider-title{
	    font-size: 40px;
	}

	.slider_content .sub-slider-title{
       font-size: 20px;
	}

	.menu-toggle, .menu-toggle:active, .menu-toggle:focus {
		padding: 0;
	}

	.form-wrap .form-inner input.search-field{
		padding-right: 0px;
		padding-left: 0px;
	}

	.faq-sizer, .faq_box {
	    width: 100%;
	}

	.faq-gutter-sizer{
		width: 0%;
	}

	#search-404 .form-inner {
	    width: 100%;
	}

	.categ_box, .categ-sizer{
		width: 100%;
	}

	.categ_box{
		margin-bottom: 20px;
	}

	.categ-grid1{
		width: 100%;
	}

	.categ-grid3{
		height: 280px;
	}

	.categ-grid1, .categ-grid2{
		height: 280px;
	}

	.categ-gutter-sizer{
	    width: 0%;
	}

	#search-hbutton-mobile{
		top:25px;
	}

	.second_first{
		width: 58%;
	}

	.owl-carousel {
	    width: 40% !important;
	}

	#related_box .post_related{
		width: 48%;
		margin-right: 4%;
	}

	#related_box .post_related:last-child{
		margin-right: 0%;
	}

	#related_box .post_related:nth-child(2n){
		margin-right: 0%;
	}
}


@media only screen and (max-width:480px) {
	.second_first {
	    width: 100%;
	    float: none;
	    margin-bottom: 20px;
	}

	.owl-carousel {
	    width: 100% !important;
	    float: none;
	}

	.categ_inner_frame .categ_tree {
	    top: auto;
	    bottom: -25px;
	    right: auto;
	    left: 50%;
	    transform: translate(-50%,0) rotate(90deg);
	}

	.slider_content .main-slider-title{
	    font-size: 30px;
	}

	.slider_content .sub-slider-title{
       font-size: 18px;
	}
}

@media only screen and (max-width:360px) {
	.slider_content{
		height: 250px;
	}

    .slider_content .main-slider-title{
	    font-size: 25px;
	}

	.slider_content .sub-slider-title{
       font-size: 16px;
	}

	.slider_content a{
		font-size: 15px;
	}

    footer .subscrip-button{
		width: 90%;
	}

	.form-wrap .form-inner input.search-field{
	    font-size: 20px;
        width: 75%;
	}

	article header{
		padding: 5px 20px;
	}

	article .front-excerpt {
	    padding: 5px 20px;
	}

	.entry-content-front h2.entry-title{
		font-size: 25px;
	}

	.entry-content-front .front-excerpt{
		font-size: 18px;
	}

	.entry-content-front .date-publish {
	    font-size: 11px;
	}

	.entry-content-front .date-publish span{
	    font-size: 18px
	}

	.categ-grid3{
		height: 200px;
	}

	.categ-grid1, .categ-grid2{
		height: 200px;
	}

	.header_img {
	    min-height: 220px;
	}

	.header_img h1 {
	    font-size: 22px;
	}

	.trend_thumb_front {
	    height: 200px;
	}

	.site-branding {
	    max-width: 140px;
	}

	#related_box .post_related{
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	#related_box .post_related:nth-child(2n), #related_box .post_related:last-child{
		margin-right: auto;
	}

	.post-navigation .nav-previous, .post-navigation .nav-next{
        float:none;
        width: 100%;
        text-align: center;
	}
}

@media only screen and (max-width:320px) {
	.form-wrap .form-inner .dashicons-search{
		display: none;
	}
}