a, img {
    outline: none;
}

ul {
    list-style: none;
    padding: 0;
	margin: 0;
}

p {
    margin: 5px 0;
}

a {
    color: #68b3af;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

body {
    margin: 0;
    padding: 0;
    /*line-height: 1.7em;*/
}

body {
    color: #9d9d9d;
    background-image: url("../images/bg-dark.jpg");
	background-color: #303030;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
body {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*font-weight: 300;*/
}
body {
	scroll-behavior: smooth;
}

#jm-menu-bar {
    background-image: url("../images/bg-bar-dark.png");
    margin-bottom: 80px;
}

.container {
    margin-right: auto;
    margin-left: auto;
	/* 978-10 */
    width: 968px;
}


#jm-logo-bg2 {
	display: inline-block;
	background-color: #82c4c0;
	background-image: url("../images/bg-logo.png");
	background-position: bottom;
	background-repeat: repeat-x;
}

#jm-logo-bg-bottom {
	height: 5px;
	background-image: url("../images/logo-bg-bottom.png");
	background-repeat: repeat-x;
}

#jm-logo2 {
	padding: 9px 35px 0;
	min-height: 125px;
}


#jm-social {
    position: absolute;
    top: 170px;
    right: 0;
    display: block;
    z-index: 1000;
}

.jm-icons a {
    display: block;
    padding: 0 10px 10px 0;
    clear: both;
    float: right;
}

.jm-icons a.jm-facebook, .jm-icons a.jm-twitter {
    width: 39px;
    height: 39px;
    transition: all 0.2s linear 0s;
}

.jm-icons a.jm-facebook:hover,
.jm-icons a.jm-twitter:hover {
  width: 119px;
  height: 39px;
}

.jm-icons span {
    background-repeat: no-repeat;
    display: block;
    height: 39px;
}

.jm-icons span {
    background-image: url("../images/social.png");
}

.jm-icons span.jm-facebook {
  background-position: 0 -39px;
}
.jm-icons a:hover span.jm-facebook {
  background-position: 0 0;
}
.jm-icons span.jm-twitter {
  background-position: 0 -117px;
}
.jm-icons a:hover span.jm-twitter {
  background-position: 0 -78px;
}


#jm-djmenu {
    /*max-width: 80%;*/
    float: right;
}

.dj-main li {
    display: inline-block;
	transition: .2s;
}


.dj-main li.active, .dj-main li:hover {
    background-color: #68b3af;
}
.dj-main li a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 74px 18px 16px;
    cursor: pointer;
    text-decoration: none;
}
.dj-main li a {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 22px;
}

#dj-main-select {
    display: none;
    padding: 5px;
    max-width: 95%;
    height: auto;
}
#dj-main-select {
    margin: 20px 0 !important;
    font-size: 1em !important;
}
select {
    background-color: #464646;
    border: 1px solid #4d4d4d;
    color: #fff;
    box-sizing: border-box;
    width: 220px;
    line-height: 38px;
    border-radius: 0;
    vertical-align: middle;
    font-family: inherit;
    font-weight: normal;
}

header {
    padding-left: 10px;
    padding-right: 10px;
}

#jm-header {
	margin-bottom: 80px;
}

#jm-slider {
	position: relative;
	width: 968px;
	min-height: 472px;
	overflow: hidden;
}

#jm-slider-anim {
	position: relative;
	left: 0px;
	transition: left 400ms cubic-bezier(1, 0, 0, 1) 0s;
}

.jm-slide {
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#jm-slide1 {
}

#jm-slide2 {
	left: 100%;
}

.jm-slide>* {
	display: table-row;
}

.jm-slide>*>* {
	display: table-cell;
	vertical-align: top;
}

.jm-slide>*>*:last-child {
	width: 528px;
}

.otst {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fff;
}

.otst .custom-title {
    line-height: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    margin: 0;
}

.otst .large {
    font-size: 65px;
    padding-left: 25px;
}

.otst .indent {
    padding-left: 15px;
}

.otst .large2 {
    font-size: 53px;
    padding-left: 25px;
}

.jm-custom-list {
    margin-top: 45px;
    margin-bottom: 5px;
}

.jm-custom-list li {
    font-size: 20px;
    line-height: 32px;
    padding: 0 0 0 15px !important;
    background-repeat: no-repeat !important;
    background-position: left 13px !important;
    float: none !important;
    height: auto !important;
    width: auto !important;
    text-align: left !important;
}
.jm-custom-list li {
    background-image: url("../images/li-header.png") !important;
    color: #68b3af;
}

.jm-custom-list a:hover {
    text-decoration: underline;
}

#jm-slider-navigation {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

#jm-slider-navigation img {
	cursor: pointer;
	display: inline-block;
	padding: 10px;
	border-radius: 50%;
	transition: all 0.2s ease-in;
}

#jm-slider-navigation img {
    background: #282828;
}

#jm-slider-navigation img:hover {
    background: #68b3af;
}

#jm-main {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    text-rendering: optimizelegibility;
}

.page-header h1 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    font-size: 30px;
    line-height: 1em;
    padding: 6px 0 8px 0;
    font-weight: normal !important;
}

.page-header h1::after {
    height: 2px;
    width: 40px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    background: #68b3af;
}

.img-intro-left {
    float: left;
    margin-right: 30px;
    background: rgba(0,0,0,0.2);
    padding: 10px;
}

.zag {
    color: #68b3af;
    display: table;
    padding: 12px 20px 12px 20px;
    font-weight: 600;
    background: #464646;
    background: rgba(124,124,124,0.15);
    font-size: 18px;
    line-height: 24px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
}

.sv {
    color: #dfdfdf;
}

.tm {
    color: #adadad;
}



#jm-footer {
    color: #686868;
    background-image: url("../images/bg-footer-dark.png");
    padding: 5px 0 0;
    background-repeat: repeat-x;
}

#jm-footer-in {
    background-image: url("../images/bg-footer-bg-dark.png");
    padding: 25px 0;
}

#jm-copyrights {
	display: inline;
	/*float: left;*/
}

#jm-footer-right {
	display: inline;
	float: right;
}


#jm-back-top {
    position: fixed;
    bottom: 100px;
    right: 20px;
    background: url("../images/backtotop.png") no-repeat center center rgba(0,0,0,0.5);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    cursor: pointer;
    transition: 1s;
}

.post {
    padding: 20px;
    border: 1px solid rgba(0,0,0,0);
}

.post:hover {
    background: rgba(255,255,255,0.05);
    border: 1px solid #424242;
}

.post-table {
    display: table;
    width: 100%;
}

.post-table>* {
    display: table-row;
}

.post-table>*>* {
    display: table-cell;
    vertical-align: top;
}

.post-table>*>*:first-child {
    width: 226px;
}

.post-img-intro {
    width: 226px;
    height: 226px;
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    padding: 10px;
    margin-right: 20px;
}

.post-img-intro > *{
    overflow: hidden;
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.post-img-intro img {
    width: 100%;
}

.post-header h2 {
    font-size: 30px;
    margin: 0px;
    margin-bottom: 15px;
    font-weight: normal;
}

.post-header a {
    color: #fff;
}

.post-header a:hover {
    text-decoration: underline;
}

.post-info {
    margin-bottom: 15px;
}

.post-category-info {
    color: #fff;
}

.post-content {
}

.readon {
    margin-top: 20px;
    text-align: right;
}

.readmore {
    display: inline-block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    padding: 7px 25px;
    background-color: #68b3af;
    color: #fff;
    border-radius: 0;
    border: none;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.2s ease-in 0s;
}

.readmore:hover {
    background-color: #8ac4c1;
}

.pagination {
    text-align: center;
    margin-top: 20px;
}

.pagination>* {
    display: inline-block;
    margin: 0 5px;
    margin-bottom: 10px;
    min-width: 32px;
    color: #fff;
    border: 2px solid #68b3af;
    border-radius: 50%;
    padding: 10px 5px;
    transition: all 0.2s ease-in 0s;
}

.pagination>*.active, .pagination>*:hover {
    background: #68b3af;
}

@media (max-width: 977px) {

	.container {
	    width: 758px;
	}

	.dj-main {
		display: none;
	}

	#dj-main-select {
		display: inline-block;
	}

	#jm-slider {
		width: 758px;
		min-height: 341px;
	}

	.jm-slide>*>*:last-child {
		width: 380px;
	}

	.otst .custom-title {
	    font-size: 24px;
	}

	.otst .large {
	    font-size: 36px;
	}

	.otst .large2 {
	    font-size: 44px;
	}

	.jm-custom-list {
	    margin-top: 35px;
	}

	.jm-custom-list li {
	    font-size: 14px;
	    line-height: 24px;
	    background-position: left 7px !important;
	}

	#jm-slider-navigation {
	    bottom: 10px;
	    right: 10px;
	}

	#jm-copyrights {
		display: block;
		text-align: center;
	}

	#jm-footer-right {
		display: block;
		text-align: center;
		float: none;
	}

	#jm-back-top {
		display: none !important;
	}

}

@media (max-width: 767px) {
	.container {
	    width: auto;
	}

	#jm-menu-bar {
		text-align: center;
	}

	#jm-logo-bg2 {
		margin-bottom: 20px;
	}

	#jm-social {
	    display: block;
	    position: static;
	    /*margin-bottom: 20px;*/
	}

	.jm-icons a {
	    clear: both;
	    display: inline-block;
	    float: none;
	    padding: 0 5px;
	    text-align: center;
	}

	.jm-icons a.jm-facebook:hover,
	.jm-icons a.jm-twitter:hover,
	.jm-icons a.jm-google:hover {
	    height: 39px;
	    width: 39px;
	}

	#jm-djmenu {
		float: none;
		text-align: center;
	}

	#jm-slider {
	    max-width: 300px;
	    margin-left: auto;
	    margin-right: auto;
	}

	.jm-slide>*>*:last-child {
		width: 0px;
	}

	.otst .custom-title {
	    font-size: 16px;
	}

	.otst .large {
	    font-size: 30px;
	}

	.otst .large2 {
	    font-size: 36px;
	}

	.img-intro-left img {
	    width: 200px;
	}
	
	.post {
	    padding: 10px;
	}
    	
    .post-table>*>*:first-child {
        width: 0px;
    }
	
	.post-img-intro {
        display: none;
    }

}

@media (max-width: 479px) {
	.img-intro-left {
	    display: none;
	}
	.zag {
	    margin-top: 50px;
	    margin-bottom: -20px;
	}
	.zag1 {
	    margin-top: 0px !important;
	    margin-bottom: 10px !important;
	}
}