body{
	/*padding: 20px;*/
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	overflow-x: hidden;
	font-size: 16px;
}

header{
	padding-top: 14px;
	padding-bottom: 14px;
}

header a:hover{
	text-decoration: none !important;
}

textarea{
	max-width: 100%;
}

a{
	color: #000;
	font-family: inherit;
	text-decoration: none; 
	outline: none;
}

a:hover, a:focus {
    text-decoration: initial;
}


.fa_wrapper{
	    position: relative;
    top: -9px;
    transition: all .3s ease;
    text-align: center;
    display: inline-block;
    width: 26px;
    height: 28px;
    border-radius: 50%;
}

.fa_wrapper:hover i {
    color: #3b3b3b;
}
.fa_wrapper i {
    top: 5px;
    position: relative;
    color: #999;
    transition: all .3s ease;
    font-size: 20px;
}

.header-socialbar{
	    background: #fff;
    padding: 3px 0px;
    top: 4px;
    position: relative;
}

.header-socialbar .followus{
	    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    color: #999;
    position: relative;
    top: -7px;
    margin-right: 6px;
}



.header-logo-normal{
	text-align: center;
	font-size: 61px; 
	font-family: 'Forum', cursive;
}

.header-logo-normal a:hover{
	color: #000;
}

.header-form{
	    margin-top: 30px;
}

.wysija-paragraph{
	display: table-cell;
}

.wysija-paragraph input{
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.wysija-paragraph input:focus{
	    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.header-form .form-control, .wysija-paragraph input{
	    height: 33px;
    border-radius: 0px;
    margin-bottom: 0px;
        box-shadow: inset -1px -1px 0px rgba(0,0,0,0.075);
            border-bottom-right-radius: 0;
    border-top-right-radius: 0;

}


.wysija-submit{
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.wysija-submit, .header-form .btn-info {
    background: rgba(119, 119, 119, 0.48);;
    border: 1px solid #ddd;
        border-bottom-left-radius: 0;
    border-top-left-radius: 0;
   color: #000;
    padding: 1px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    border-radius: 0px;
        border: 1px solid #777;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 85px;
}

.navbar{
	padding: 0px;
	margin: 0px;
	width: 100%;
	position: relative;
}

.navbar #menu-menu-1 {
	width: 100%;
	background: #151515;
}

.navbar-nav{
	margin: 0px;
}

.navbar-nav ul li a {
    border-top: 1px solid #e7e7e7;
    font-size: 112%;
    padding: 7px 21px;
    font-family: 'Droid Serif', serif;
}

.navbar .navbar-nav>li>a {
    padding: 7px 24px;
    background: #151515;
    color: #fff;
    font-family: "Droid Serif";
    font-size: 107%;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: none;
    padding-right: 27px;
}


.navbar .navbar-nav>li>a.dropdown-toggle span{
	position: relative;
}

.navbar .navbar-nav>li>a.dropdown-toggle span i{
	position: absolute;
	    top: 25%;
    height: auto;
    height: 4px;
    right: -13px;
    font-size: 13px;
        color: #777;
}

.navbar .navbar-nav>li>a.dropdown-toggle span i::before{
	    vertical-align: top;
    line-height: 7px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	    background-color: #e8e8e8 !important;
	    color: #3b3b3b !important;
}

.nav > li > a:hover {
    background: #e8e8e8  !important;
    color: #3b3b3b !important;
}

.navbar .navbar-nav>li.menu-item-has-children ul{
	    width: 101%;
    padding-top: 0px;
    margin-left: -1px;
    margin-top: -1px;
    z-index: 999;
    z-index: 9999;
    z-index: 99999;
    border-radius: 0px;
}

#menu-button{
	display: none;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	    padding: 11px;
    margin-top: 10px;
    background-color: #ccc;
}

#menu-button:hover, #menu-button:focus{
	color: #000;
}

.block-title{
	text-align: center;
	position: relative;
}

.block-title::after{
	display: block;
	content: ' ';
	width: 100%;
	position: absolute;
	top: 50%;
	border-top: 2px solid #ccc;
	z-index: -1;
}

.block-title span{
	display: inline-block;
	background-color: #FFF;
	padding: 5px 20px;
	font-size: 23px;
	    font-family: "Droid Serif";
}

.footer-link{
	padding: 0px;
	padding: 0px;
    text-align: center;
    padding-top: 20px;
}

.footer-link li{
	display: inline-block;
    width: auto;
    list-style: none;
    margin-left: 20px;
    font-size: 12px;
}

.footer-link li a{
	color: #777;
	text-transform: uppercase;
}

.footer-link li a:hover{
	color: #777;
}

.follow-us {
    padding-top: 30px;
}


@media (max-width: 1023px){
	.header-socialbar .followus {
	    display: none;
	}
}

@media (max-width: 991px){
	.header-logo-normal{
	   font-size: 48px;
	}
	.header-form {
		margin-top: 15px;
	}
	.follow-us {
	    padding-top: 20px;
	}
}

@media (max-width: 767px){
	.follow-us {
	    text-align: center;
	}
}

@media (max-width: 767px){
	.container {
	    max-width: 374px;
	}
	.navbar{
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar #menu-menu-1{
		background: none;
	}
	.navbar .navbar-nav>li>a{
		background: none;
		color: #000;
		font-family: "Open Sans", sans-serif;
    	font-weight: bold;
	}
	.navbar-nav ul li a {
		font-family: "Open Sans", sans-serif;
    	font-weight: bold;
	}
	#menu-button{
		display: block;
	}
	.navbar #menu-menu-1{
		display: none;
	}
	.navbar #menu-menu-1.open{
		display: block;
	}
	.navbar .navbar-nav>li{
		    border-bottom: 1px solid #ccc;
	}
	.navbar .navbar-nav .open .dropdown-menu>li>a {
	    padding: 5px 15px 5px 30px;
	}
	.header-form .form-control {
		height: 32px;
	}
	.block-title{
		margin: 0 15px;
	}
	.block-title span{
		font-size: 19px;
	}
	footer{
		padding-top: 10px;
		    margin-bottom: 50px;
	}
	.header-form{
		margin-top: 5px;
	}
	.navbar .navbar-nav>li>a.dropdown-toggle span i{
		display: none;
	}

	.navbar .navbar-nav>li>a.dropdown-toggle span{

	}
	.navbar .navbar-nav>li>a.dropdown-toggle span::before{
		position: absolute;
		left: -15px;
		top: 0px;
		height: 16px;
		top: 50%;
		transform: translate(0%,-50%);
		display: block;
		content: '+';
   		 font: normal 16px/16px monospace !important;
	}

	.navbar .navbar-nav>li.open>a.dropdown-toggle span::before{
		content: '-';
	}
}

@media (min-width: 768px){
	
	 .header-form .form-control {
	    width: 70%;
	}
	.header-form{
		text-align: right;
	}
	.header-form .input-group{
		display: inline-block;
	}
	.wysija-submit,.header-form .input-group-btn{
		float: left;
		margin-left: 2px;
	}
	.follow-us{
		padding-right: 0px;
	}

	.navbar:before {
	    content: " ";
	    width: 100%;
	    border-top: 2px solid black;
	    position: absolute;
	    left: 0;
	    top: -4px;
	}
}


/***************************  HOME PAGE **********************************/


#top-post .post-item{
	height: 320px;
	overflow: hidden;
	margin-bottom: 15px;
	padding-right: 0px;
	padding-left: 16px;
}
#top-post .post-item-right{
	padding-right: 16px;
}

#top-post .post-item a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#top-post .post-item  div.backgound{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;    
}



#top-post .post-item a span{
	    position: absolute;
    width: 100%;
    left: 0px;
    top: 50%;
    height: 25%;
    height: 55px;
    /* vertical-align: middle; */
    transform: translate(0%,-50%);
    transition: all 200ms ease;
    font-size: 30px;
	    /*text-shadow: 0px 0px 7px rgb(0,0,0);*/
	    text-shadow: 0px 0px 8px #000, 0px 0px 8px #000, 0px 0px 8px #000;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	    font-weight: 300;
	    color: #FFF;
    /* line-height: 80px; */
}

#top-post .post-item a:hover span{
	    font-size: 33px;
	    transition: all 200ms ease;
	    cursor: pointer;
}

#top-post .post-item a  div.blur{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #FFF;
	opacity: 0;
	transition: all 200ms ease;
	cursor: pointer;
}

#top-post .post-item a:hover div.backgound{
	    filter: blur(6px) grayscale(20%);
    -webkit-filter: blur(6px) grayscale(20%);
    -moz-filter: blur(6px) grayscale(20%);
    -o-filter: blur(6px) grayscale(20%);
    -ms-filter: blur(6px) grayscale(20%);
    transition: filter 200ms ease-out;
    background-size: 145%;
}

#top-post .post-item a:hover   div.blur{
	opacity: 0.5;
	transition: all 200ms ease;
	display: 
}

#top-post .post-item a img{
	height: 100%;
	display: block;
}

/*.top-post{
	padding: 0px;
	display: inline-block;
	width: 75%;
	    text-align: justify;
}

.top-post.right{
	width: 25%;
	text-align: right;
	float: right;
}

.top-post li{
	list-style: none;
	float: left;
	height: 320px;
	position: relative;
}

.top-post li.last{
	padding: 0px;
}

.top-post li span{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}*/

.carusel_resource .content{
	max-width: 250px;
	cursor: pointer;
}

.carusel_resource .content p{
	padding-bottom: 15px;
}

 .slick-prev, .slick-next{
 	height: 38px;
 	width: 30px;
 	 top: 34%;
	 transform: translateY(-34%);
	 -ms-transform: translateY(-34%);
	 -moz-transform: translateY(-34%);
	 -webkit-transform: translateY(-34%);
	 -o-transform: translateY(-34%);
	 z-index: 9999;
}

.slick-prev:before, .slick-next:before{
	color: #FFF;
    height: 40px;
    width: 30px;
    vertical-align: middle;
    line-height: 40px;
    background-color: #444343;
    display: block;
    /* font: normal normal normal 14px/1 FontAwesome; */
    font-family: FontAwesome;
    font-size: 10px;
}

.su-slider-prev, .su-slider-next{
	display: none !important;
}

.slick-next:before{
	content: '\f054';
}

.slick-prev:before{
	content: '\f053';
}

.conteiner_for_carusel1{
	padding-right: 15px;
	padding-left: 15px;

}

.slick-initialized .slick-slide{
	padding-right: 25px;
	padding-left: 25px;
	/*min-height: 310px;*/
	max-height: 340px;
	padding-top: 25px;
	width: 200px;
	transition: all 200ms ease;
	height: auto !important;
}

.slick-initialized .slick-slide .content>a, .slick-initialized .slick-slide .content>p{
	visibility: hidden;
	display: none;
}

/*.slick-initialized .slick-slide.slick-active:nth-child(3){
	display: none;
}*/

.slick-initialized .slick-slide.slick-center{

	
}

.slick-initialized .slick-slide.slick-center .content>a, .slick-initialized .slick-slide.slick-center .content>p{
	visibility: visible;
	display: block;
	transition: all 200ms ease;
}

.carusel_resource .content>a{
	    display: block;
    text-align: center;
    font-size: 12px;
    padding: 0 35px;
    color: #000 !important;
        margin-top: 20px;
}

.carusel_resource .content>p{
	text-align: center;
}

.slick-initialized .slick-slide.slick-center .content{
	margin: -25px;
	transition: all 200ms ease;
}

.slick-initialized .slick-slide.slick-center .content .image{
	padding: 10px;
	position: relative;
}

.carusel_resource .content .image div{
		width: auto !important;
		height: auto !important;
		overflow: visible !important;
		position: relative;
}

.carusel_resource .content .image div canvas{
	width: 100% !important;
	position: absolute;
	bottom: -36%;
	z-index: -1;
}

.slick-initialized .slick-slide img{
	    width: 100%;
	    height: auto;
	  /* -webkit-box-reflect:below 5px  -webkit-gradient(linear, left top, left bottom, from(transparent),  color-stop(67%, transparent) , to(rgba(250, 250, 250, 0.5)));*/
}

.carusel_resource .content .image > a{
	display: none;
	text-align: center;
}

.slick-initialized .slick-slide.slick-center .content .image::after {
    /*content: "";

    display: block;
    
    width: auto;
    height: 375px;
    margin-bottom: 100px;
    -moz-transform: scaleY(-1);*/
}

#about_tie_a_tie{
	font-size: 12px;
	font-family: "Open Sans",  sans-serif;
	font-weight: 400;
}

.conteiner_for_carusel1{
	margin-bottom: 0px;
	min-height: 340px;
}

@media (min-width: 768px){
	#top-post{
		margin-left: -15px;
		margin-right: -15px;
	}
	#top-post .post-item-right{
		padding-left: 0px;
	}
	#top-post .col-md-3::before{
		content: ' ';
		display: block;
		height: 90%;
		position: absolute;
		    left: -1px;
	    border-left: 2px solid #000;
	    top: 4%;
	}
} 

@media (max-width: 991px){
	#top-post .post-item{
		padding-right: 16px;
	}
	#top-post .post-item-right{
		padding-left: 15px;
	}
	#top-post{
		overflow: hidden;
	}
	#top-post .post-item-right img{
		height: auto;
		width: 100%;
	}
	#top-post .col-md-3::before{
		left: 0px;
	}
	.carusel_resource .content>a{
		margin-top: 0px;	
		    padding: 0 10px;
	}
	#top-post .post-item:nth-child(2n+1){
		padding-right: 8px;
	}

	#top-post .post-item:nth-child(2n){
		padding-left: 7px;
	}
	.conteiner_for_carusel1{
		min-height: 235px;
		height: 235px;
	}
	.slick-prev, .slick-next{
		top: 29%;
		 transform: translateY(-29%);
		 -ms-transform: translateY(-29%);
		 -moz-transform: translateY(-29%);
		 -webkit-transform: translateY(-29%);
		 -o-transform: translateY(-29%);
	}
}

@media (max-width: 767px){
	#top-post{
	}
	#top-post .post-item:nth-child(2n+1){
		padding-right: 16px;
	}

	#top-post .post-item:nth-child(2n){
		padding-left: 15px;
	}
	.conteiner_for_carusel1{
		min-height: 215px;
	}
}



/*********************** KNOTS pAGE *********************/

.knots{

}

.knots h3{
	text-transform: uppercase;
	margin: 0px;
	margin-top: 5px;
	    font-size: 23px;
}

.knots a:hover, .knots a:focus{
	color: #000;
}

.knots .content{

}

.knots .attributes{
	display: table;
}

.knots .attributes .attribute{
	display: table-row;
}

.knots .attributes .attribute .name, .knots .attributes .attribute .value{
	display: table-cell;
}

.knots .attributes .attribute .name{
	padding-right: 10px;
	font-size: 18px;
}

.knots .attributes .attribute .value i{
	margin-right: 3px;
	font-size: 18px;
}

.knots .content img{
	/*max-height: 315px;*/ 
	width: 100%;
	height: auto;
}

.row-knots::before{
	content: ' ';
	display: block;
	width: 100%;
	border-bottom: 1px solid #000; 
	margin-bottom: 55px;
	    margin-top: 5px;
}

.row.last .row-knots::before{
	margin-bottom: 10px;
}

.knot-category-name{
	text-transform: uppercase;
	font-family: Arial serif;
	margin-top: 0px;
	    font-family: 'Forum', cursive;
	font-size: 27px;
}

.knot-title{
	text-transform: uppercase;
}

/******************* SLIDER ****************/

.su-slider-centered{
	/*max-width: 500px;*/
	margin: 0px !important;
	min-height: 525px;
}

.su-slider-slides{
	/*max-height: 500px;*/
	height: auto !important;
}

.su-slider-slide{
	/*max-height: 500px;*/
	height: auto !important;
}

.su-slider-slide a{
	height: 100% !important;
}

.su-slider-slide a img{
	height: auto !important;
	width: auto !important;
}

.su-slider-slide-visible .su-slider-slide-title{
	display: none !important;
}

.su-slider .navigation{
	    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100px;
    display: table;
    background-color: #CCC;
    padding-left: 10px;
}

.su-slider .navigation > div{

	display: table-cell;

	
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	height: 100%;
	cursor: pointer;
}

.su-slider .navigation > div::before{
	display: block;
	content: ' ';
	background-color: rgba(204, 204, 204, 0.53);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.su-slider .navigation > div.active::before{
	display: none;
}

.su-slider .navigation > div:nth-child(1){

}

.su-slider .navigation > div:nth-last-child(1){

}

.su-slider .navigation > div div{
	    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position-x: center !important;
        background-color: #FFF !important;
    height: 100%;
    background-position: center !important;

}

.su-slider-pagination{
	display: none !important;
}

@media (max-width: 991px){

}

@media (max-width: 767px){
	.su-slider .navigation{
		height: 60px;
		padding-left: 5px;
	}
	.su-slider .navigation > div{
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.su-slider-centered{
		min-height: 0px;
	}
	.knots{
		margin-bottom: 17px;
	}
}

/********************* sidebar **************************/

#sidebar{
    border-left: 1px solid #000;
}

#sidebar ul {
	padding: 0px;
}

#sidebar ul li{
	list-style: none;
}

.sidebar > ul {
	padding-left: 40px !important;
}

.sidebar > h3{
	padding-left: 30px;
}

.sidebar > ul > li{

}

.sidebar-slider-contaner{
	padding-top: 0px !important;
}

.sidebar-slider-contaner .content-container .image-container > a{
	display: none;
	text-align: center;
}

.sidebar h4{
	text-align: center;
}

.sidebar-slider-contaner .content-container{
	min-height: 295px;
	cursor: pointer;
}

.sidebar-slider-contaner .content-container a{
	    font-size: 12px;
    width: 100%;
    text-align: center;
    display: block;
    vertical-align: bottom;
    padding-right: 15px;
    padding-left: 15px;
    color: #000 !important;
}

.sidebar-slider-contaner .content-container p{
	text-align: center;
	color: #990000;
}

.sidebar-slider{
	margin-top: 60px;
}

.sidebar-slider .slick-list{
	margin-top: 40px;
	margin-bottom: 40px;
}

.sidebar-slider-contaner .content-container p strong{
	font-size: 13px;
}

.sidebar-slider .slick-prev, .sidebar-slider .slick-next{
	width: 40px;
	height: 30px;
}

.sidebar-slider .slick-prev::before, .sidebar-slider .slick-next::before{
	height: 30px;
	width: 40px;
	line-height: 30px;
}

.sidebar-slider .slick-prev::before{
	content: "\f078";
}

.sidebar-slider .slick-next::before{
	    content: "\f077";
}

.sidebar-slider .slick-next{
	    top: -40px;
	    left: 50%;
    transform: translateX(-50%);
}

.sidebar-slider .slick-prev{
	bottom: 0px;
	    left: 50%;
    transform: translateX(-50%);
	top: 101%;
}

@media (max-width: 991px){
	.sidebar-slider-contaner .content-container{
		min-height: 235px;
	}
}

@media (max-width: 767px){
	#sidebar{
		/*display: none;*/
		border-left: none;
		border-top: 1px solid #000;
	}
	.sidebar-slider-contaner .content-container{
		min-height: 0px;
		padding-top: 25px !important;
	}

	.sidebar-slider-contaner .content-container p{
		display: none;
		margin-bottom: 23px;
	}

	.sidebar-slider-contaner .content-container a{
		display: none;
	}

	.slick-initialized .slick-slide.slick-center .content-container{
		margin: -25px;
		transition: all 200ms ease;
	}
	.slick-initialized .slick-slide.slick-center .content-container > a, .slick-initialized .slick-slide.slick-center .content-container p {
		display: block;
	}
	.sidebar > ul > li{
		display: inline-block;
		width: auto;
	}
}

/**************************** SCROll ********************/

.scrollToTopFlag {
    position: fixed;
    cursor: pointer;
    top: 50%;
    right: 3px;
    z-index: 100000;
    display: none;
}


@media (min-width: 768px){
	.scrollToTopFlag {
		display: none !important;
	}
}

@media (max-width: 767px){
	.scrollToTopFlag {
	    bottom: 0px !important;
	    left: 0;
	    /*top: initial;*/	    
    	top: inherit;
	    width: 100%;
	    height: 49px;
	    padding: 6px;
	    opacity: 0.7;
	    filter: alpha(opacity=70);
	    text-align: center;
	    background-color: #e2e2e2;
	}
}

/******************* BLOG **********************/

.blog-post{
	margin-bottom: 15px;
}

.blog-post header{
	margin: 0px;
	padding: 0px;
}

.blog-post h1{
	    margin-top: 20px;
    font-size: 20px;
}

.blog-post h1 a{
	    font-family: "Droid Serif";
	    font-size: 23px;
}

.blog-post .entry-meta, .post .entry-meta{
	font-size: 13px;
    color: #777;
    margin-bottom: 10px;
}

.blog-post a:hover{
	//text-decoration: underline;
	color: #889;
}

.blog-post .entry-meta .fa, .post .entry-meta .fa{
	 margin-right: 4px;
}

.blog-post .entry-meta .fa-user, .post .entry-meta .fa-user{
	    margin-left: 10px;
   
} 

.navigation.pagination{
	display: block;
    text-align: center;
}

.navigation.pagination h2{
	display: none;
}

.navigation.pagination .nav-links > a, .navigation.pagination .nav-links > span{
	display: inline-block;
	    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #777;
    cursor: pointer;
    color: #000;
}

.navigation.pagination .nav-links > a:hover, .navigation.pagination .nav-links > span:hover{
	color: #FFF;
	background-color: #777;
}

.navigation.pagination .nav-links > a.current, .navigation.pagination .nav-links > span.current{
	    cursor: auto;
	    color: #000 !important;
	    background: none !important;
}

#comments{
    border-top: 1px solid #ccc;
        padding-top: 20px;
    margin-top: 20px;    
}

#comments .comments-title{
	padding: 0px;
	margin-top: 0px;
	font-size: 25px;
	margin-bottom: 20px;
}

#comments  ol li{
	list-style: none;
	margin-bottom: 10px;
}

#comments  ol li p{
	margin-bottom: 0px;
	    font-size: 12px;
}

.comment-respond{
	margin-top: 30px;
}

#comments #commentform{

}

#comments #commentform p.comment-notes{
	font-size: 13px;
}

#comments #commentform label{
	min-width: 75px;
	vertical-align: top;
}

#comments #commentform label .required{
	color: #990000;
}
#comments #commentform #submit{
	    border: none;
    background-color: #737272;
    color: #FFF;
    font-size: 14px;
    padding: 5px;
    margin-left: 78px;
}
@media (max-width: 767px){
	#comments #commentform label,
	#comments #commentform input,
	#comments #commentform textarea{
		width: 100%;
	}
	#comments #commentform #submit{
		margin-left: 0px;
	}
}

.alignleft{
	float: left;
margin-right: 10px;
}

.post{
	overflow: hidden;
}

article.post a {
	color: #0073aa;
} 

article.post p{ 

}

article.post p::after{
	content: ' ';
	display: block;
	width: 100%;
	clear: both;
}

article.post h3 a, article.post .entry-meta a {
	color: #000;
}
article.post h2{
	font-weight: bold; 
	clear: both;
}
article.post .social-media, article.post .wp-polls{
	clear: both;
	padding-top: 10px;
}
article.post .wp-polls form{
	display: inline-block;
}
article.post h5{
	font-size: 25px;
	font-weight: bold;
	    margin-top: 20px;
	    clear: both;
}

article.post .socials{
	height: 20px;
	display: none !important;
}
article.post .socials > div{
	float: left;
}

article.post .socials > p{
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 0px;
	max-height: 20px;
	float: left;
}

article.post .wp-polls-ul{

}

article.post .wp-polls-ul li{
	    list-style: none;
    float: left;
    height: 150px;
    margin-bottom: 11px;
}

article.post .wp-polls-ul li img{
	height: 100%;
	width: auto;
}

article.post .wp-polls-ans p{
	clear: both;;
}


article.post .social-info{
	float: none;
	display: block;
}

article.post object{
	max-width: 100%;
	height: auto;
}

article.post object embed{
	width: 100%;
	height: auto;	
	min-height: 385px;
}

article.post img, .entry-content img{
	max-width: 100%;
	height: auto;
}

article.post table{
	width: 100%;
}
/************************* new slider *********************/

.su-slider {
	padding: 0px 40px;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 45px !important;
}

.su-slider .su-slider-slide{
	max-height: 600px;
	height: 100% !important;
}

.su-slider .su-slider-slide a{
	display: block;
	height: 100% !important;
	    text-align: center;
}

.su-slider .su-slider-slide a img {
	height: 100% !important;
	display: inline-block;
}

.su-slider .slick-dots{
	position: initial;
	        background-color: #CCC;
    display: table !important;
    height: 100px;
    padding-left: 10px;
}

.su-slider .slick-dots li{
    display: table-cell;
    height: 100%;	 
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;       
}

.su-slider .slick-dots li div{
	background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position-x: center !important;
    background-color: #FFF !important;
    height: 100%;
    background-position: center !important;
        
}

.su-slider .slick-dots li div::before{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	content: ' ';
	    background-color: rgba(204, 204, 204, 0.3);
}

.su-slider .slick-dots li.slick-active  div::before{
	display: none;
}

.su-slider .slick-dots li button{
	height: 100%;
	width: 100%;
}

.su-slider .slick-dots li button::before{
	content: '';
}

.su-slider .slick-dots li button img{
	height: 100%;
}

.su-slider-slide-title{
	display: none !important;
}

.su-slider .slick-track{
	height: 100%;
}

.su-slider .slick-list{
	height: 600px;
}

@media (min-width: 768px) and (max-width: 991px){
	.su-slider .slick-list{
		height: 500px !important;
	}
}

@media (max-width: 767px){
	.su-slider .slick-dots{
		    height: 60px;
    	padding-left: 5px;
	}
	.su-slider .slick-dots li{
		padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px; 
	}
	.su-slider .slick-list{
		height: 225px !important;
	}
	article.post object embed{
		min-height: auto;
	}
}
/******************* news popup ***************/

#news_bg_popup{
	display: none;
	    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: rgba(0,0,0,0.49);
}

#div_from_container{
	    max-width: 50%;
    margin: auto;
    margin-top: 200px;
    background: #FFF;
    padding: 10px;
}

#news_close{
	    font-size: 30px;
    line-height: 30px;
    text-decoration: none!important;
    font-family: Arial,sans-serif;
    /* z-index: 1500; */
        color: #000;
    float: right;
    position: relative;
    top: -5px;
    cursor: pointer;
}

#div_from_container form span{
	display: block;
	width: 100%;
	    margin-top: 10px;
}

#div_from_container form button{
	text-transform: uppercase;
	display: block;
	width: 50%;
	margin: 0 auto;
}

#div_from_container h1{
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
}
#div_from_container p{
    text-align: center;
}

@media (max-width: 600px){
	#div_from_container{
		max-width: 342px;
	}
	#div_from_container form button{
		width: 100%;
	}
}