/*
Theme Name: ISJO
AUTHOR: FEBRIANSYAH


************************************************/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500italic,500,900,700italic,700,900italic);

@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
/************************************************
	Body
************************************************/

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, center,
dl, dt, dd, ol, ul, 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%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	overflow-x: hidden;
 	}

body {
	color: #777;
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 100%;
	margin: 0px auto;
	padding: 0px;
	background-color:#fff;
	font-family: 'Open Sans', sans-serif;
	}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	-webkit-backface-visibility: hidden;
	color: #222;
	}

img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	}

iframe,
embed,
object,
video {
	max-width: 100%;
	}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  outline:none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.relative {
	position:relative;
}
.wrapper{
	max-width:1180px;
	padding:0 20px;
	margin:0 auto;
	/*min-width:768px;*/
	-webkit-transition: all .3s;
    transition: all .3s;
	
}
.cols5{
	width:20%;
	float:left;
	padding:0 0px 0 10px;
}
.cols3{
	width:33.33%;
	float:left;
}
.cols5:first-child{
	padding-left:0;
}

/************************************************
	Hyperlinks
************************************************/

a, a:visited {
	text-decoration: none;
	-webkit-transition: color .3s;
	   -moz-transition: color .3s;
	    -ms-transition: color .3s;
	     -o-transition: color .3s;
		transition: color .3s;
	}

a:hover {
	text-decoration: none;
	}

a:active,
a:focus {
	outline: none;
	}

/************************************************
	Layout
************************************************/
.main-header{
	background:#145494;
	min-height:70px;
	padding:10px 0;
}
#mainheader.fixNav{
	position:fixed;
	width:100%;
	z-index:10;
}
.logo {
	width:300px;
	position:absolute;
	left:0;
	z-index:10;
	top:-10px;
}
.main-navigation ul{
	vertical-align:middle;
	margin-top:22px;
	position:relative;
}
.main-navigation ul li{
	position:relative;
	display:inline-block;
	margin:0;
	padding:0 10px;
}
.main-navigation ul li a{
	color:#fff;
	display:block;
	text-align:left;
	font-size:13px;
	height:36px;
	text-transform:uppercase;
	font-weight:700;
}
.main-navigation ul li ul li a{
	text-align:left;
	font-size:11px;
}
.main-navigation ul li a:hover{
	text-decoration:underline;
}
.main-navigation ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#145494;
	padding:0;
	z-index:10;
	margin-top:0;
}
.main-navigation ul ul li
{
	float:none;
	width:200px
}

.main-navigation ul ul a
{
	line-height:120%;
	padding:10px 15px
}

.main-navigation ul ul ul
{
	top:0;
	left:100%
}

.main-navigation ul li:hover > ul
{
	display:block
}
.headline{
	background:#4d4d4d;
	padding:0px 0 0px 0;
	clear:both;
}
.section-white{
	background:#fff;
	padding:0px 0 40px 0;
	clear:both;
}
.section-white.in-section{
	padding:40px 0;
	overflow:hidden;
}
.headline .flexslider{
	border:none;
	margin-bottom:30px;
}
.headline .flex-direction-nav a{
	overflow:inherit;
}
.t-cente{
	text-align:center;
}
.flexslider .slides > li{
	position:relative;
}
.textSlide{
	position: absolute;
    bottom: 35px;
    left: 70px;
}
h2.textSlide{
	color:#fff;
	font-size:24px;
	line-height:26px;
}
.left-side {
    width: 305px;
	padding:50px 0;
    float: left;
	border-right:4px solid #4d4d4d;
	position:relative;
}
.nav-socmed{
	position:absolute;
	right:-50px;
	top:50px;
}
.socmed-bt {
	background-size:40px;
	display:block;
	text-indent: -9999px;    
	width:40px;
	height:46px;
	margin-bottom:5px;
}
.socmed-bt.fb{
	background-image:url(../images/socmed.jpg);
	background-position:0px 5px;
	background-repeat:no-repeat;
}
.socmed-bt.tw{
	background-image:url(../images/socmed.jpg);
	background-position:0px -40px;
	background-repeat:no-repeat;
}
.socmed-bt.ins{
	background-image:url(../images/socmed.jpg);
	background-position:0px -88px;
	background-repeat:no-repeat;
}
.side-hm-nav,.side-nav{
	text-align:right;
}
.side-hm-nav a,.side-nav a{
	font-size:20px;
	color:#333333;
	display:block;
	padding:10px 0;
	font-weight:normal;
	padding-right:25px;
	line-height:20px;
	margin-bottom:25px;
}
h3.title-content{
	font-size:18px;
	font-weight:700;
	margin-bottom:5px;
}
.side-nav a{
	margin-bottom:10px;
}
.side-nav a.active,.side-nav a:hover{
	background:#4d4d4d;
	color:#fff;
}
.right-side {
    float: right;
    width: 800px;
	padding-left:45px;
	min-height:500px;
}
.home-side{
	padding-top:50px;
	padding-bottom:50px;
}
h3.title-news,h1.title-content {
    font-size: 24px;
    color: #4c4c4c;
    margin-bottom: 15px;
}
h1.title-content{
	padding-bottom:15px;
	border-bottom:1px solid #4c4c4c;
	font-size:34px;
	color:#000;
}
.content-detail{
	color: #222;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 155%;
    margin-bottom: 20px;
}
.content-detail p{
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 155%;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
	text-align:justify;
}
.content-detail ul{
	list-style:disc;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
}
.sub-content-menu{
    height: 42px;
    margin: 20px 0;
    text-align: center;
}
.sub-content-menu a{
	display: inline-block;
    width: 180px;
    float: left;
    padding: 10px 20px;
    margin-right: 10px;
    text-align: center;
    font-weight: bold;
    background: #fff;
    color: #333;
    border: 2px solid #d8d8d8;
}
.sub-content-menu a.active,
.sub-content-menu a:hover {
    background: #e8e8e8;
    color: #333;
    border: 2px solid #d8d8d8;
}
h3.title-news span{
	font-weight:normal;
}
.list-news {
    margin-left: -15px;
    margin-right: -15px;
}
.list-news .items {
    float: left;
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}
.home-page .list-news .items{
	min-height:360px;
}
.list-news .items .images {
    margin-bottom: -3px;
	position:relative;
}
.ribbon-wrapper-date {
    height: 43px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
}
.ribbon-date {
    font-size: 13px;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 7px 0;
    top: 15px;
    width: 105px;
    text-transform: uppercase;
}
.ribbon-list-date {
    background: #145494;
}
.list-news .items .caption {
    padding: 20px;
    background: #f2f2f2;
	min-height:198px;
}
.list-news .caption p {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size:13px;
    font-weight: 400;
    line-height: 130%;
    margin-top: 5px;
    width: 100%;
	text-align:left;
}
.list-news .items .caption .category {
    margin-bottom: 10px;
}

.list-news .items .caption .category span {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
}
.list-news .items .caption .category span.right-cat {
    padding-left: 5px;
    border-left: 2px solid #000;
}
.list-news .items .caption .category span.left-cat {
    border-bottom: 2px solid #6a6a6a;
    margin-right: 5px;
}
.border-style{
	height:2px;
	width:50px;
	background:#6a6a6a;
	display:block;
}
.list-news .items .caption h4 {
    font-size: 16px;
    margin-bottom: 10px;
}
.rows {
    overflow: hidden;
    padding: 20px 0;
	clear:both;
}
.button1 {
    border: 1px solid #054e93;
    background: #054e93;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
.head-form{
	padding:10px 20px;
	background:#ff6600;
	color:#fff;
}
.head-form p{
	color:#fff;
	margin:0;
}
.body-form{
	clear:both;
	padding-right:60px;
}
.blue-box{
	background:#1c69b2;
	-webkit-border-bottom-right-radius: 40px;
	-moz-border-radius-bottomright: 40px;
	border-bottom-right-radius: 40px;
	padding:20px;
	overflow:hidden;
}
.blue-box p{
	color:#fff;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
	margin-bottom:15px;
}
.form-group:before,.form-group:after{
	display: table;
    content: " ";
	clear:both;
}
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
	width:35%;
	float:left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	color:#fff;
	
}
.col-input{
    width: 50%;
	float:left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 5px 10px;
    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
}
.error-block{
    display: none;
    margin-top: 5px;
    margin-bottom: 0px;
    color: red;
	font-size:12px;
}
textarea.form-control {
    height: auto;
}
.btn-default {
    color: #fff;
    background-color: #ff6600;
    border:none;
}

.btn {
    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;
}
.after-reg .head-form{
	border-left:15px solid #1c69b2;
	margin-bottom:15px;
	margin-right:60px;
}
.after-reg .head-form p{
	font-size:16px;
}
.body-text-reg{
	clear:both;
	padding-left:40px;
}
.body-text-reg p{
	margin-bottom:0;
}
a.part-button{
	font-size:24px;
	color:#1c69b2;
	font-weight:700;
}
a.part-button:hover{
	color:#ff6600;
}
.input-tri .form-control:first-child{
	width:38%;
	display:inline-block;
}
.input-tri .form-control:nth-child(2){
	width:30%;
	display:inline-block;
}
.input-tri .form-control:nth-child(3){
	width:30%;
	display:inline-block;
}
.country-name{
	font-size:24px;
	color:#1c69b2;
	margin-top:20px;
	padding-bottom:10px;
	margin-bottom:10px;
	width:200px;
	border-bottom:2px solid #ff6600;
}
.table-content table{
	width:100%;
}
.table-content table thead tr td{
	padding:10px;
	border:1px solid #fff;
	border-bottom:3px solid #fff;
	color:#fff;
	font-weight:700;
	background:#ff6600;
}

.table-content table tbody tr td{
	padding:10px;
	border:1px solid #fff;
	border-bottom:3px solid #fff;
	color:#fff;
	background:#1c69b2;
}
h1.succes-txt{
	color:#1c69b2;
	font-size:26px;
	margin-top:30px;
	clear:both;
}
.action-bt{
	display:inline-block;
	border-radius:3px;
	text-align:center;
	width:25px;
	height:25px;
	line-height:22px;
}
.action-bt.edit{
	background:#ff6600;
}
.action-bt.delete{
	background:red;
}
.action-bt i{
	color:#fff;
	font-size:14px;
}
.detail-part{
	color:#fff;
}
.detail-part:hover{
	text-decoration:underline;
}
.col-input p.detail-info{
	display: block;
    width: 100%;
    height: 34px;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #fff;
	font-weight:700;
	margin-bottom:0;
}
/*-------------------- news-detail-------------------*/
.section-middle {
    padding: 40px 0 40px 0;
    clear: both;
    overflow: hidden;
}
.left-content2 {
    float: left;
    width: 800px;
}
.right-content2 {
    width: 305px;
    float: right;
}
.row-details {
    background: #fff;
}
.inner-news {
    overflow: hidden;
    padding: 40px 20px 20px 20px;
    background: #fff;
    color: #96918f;
}
.info-news {
    display: block;
    text-transform: uppercase;
    color: #999;
    font-size: 11px;
}
.isiberita h1.maintitle {
    font-size: 40px;
    font-family: 'Open Sans', sans-serif !important;
    color: #222;
    font-weight: 700;
    line-height: 110%;
    text-transform: none;
    margin-bottom: 20px;
    width: 100%;
}
.isiberita p {
    color: #96918f;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 155%;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}
.rows {
    overflow: hidden;
    padding: 20px 0;
}
.comments-info {
    text-transform: uppercase;
    color: #999;
    font-size: 11px;
}
.post-tags {
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: .75rem;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.post-tags-header, .share-header {
    color: #555;
    font-weight: 800;
    margin-right: 5px;
}
.keywords a.tags {
    color: #e6dd81;
    background: #f8f6ee;
    padding: 2px;
}
.shares {
    float: right;
    font-family: 'Montserrat', sans-serif;
    font-size: .75rem;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.shares a {
    font-size: 12px;
	line-height:20px;
	text-align:center;
	display:inline-block;
    color: #fff;
    border-radius:25px;
	width:20px;
	height:20px;
    background: #d10b0b;
}
.shares a.fb{
	background:#7d8ab7;
}
.shares a.tw{
	background:#93dfff;
}
.shares a.gplus{
	background:#ee8085;
}
.related-list h3{
	text-align:center;
	text-transform:uppercase;
	margin-bottom:20px;
}
.list-news.relatedItems .items .caption{
	padding:20px 0 0 0;
	background:none;
}
.comment-content{
	overflow:hidden;
	margin-top:40px;
}
.comment-content .comment-count{
	font-size:17px;
	font-weight:700;
}
.items-com{
	clear:both;
	margin:10px 0;
	background:#fff;
	border-top:2px solid #FC0;
	overflow:hidden;
	padding:20px;
}
.left-item{
	display:inline-block;
	width:100px;
}
.right-item{
	display:inline-block;
	width:600px;
}
.user-com{
	color:#FC0;
	font-weight:700;
	padding-left:5px;
	font-size:14px;
	margin-bottom:5px;
}
.date-com{
	font-size:10px;
	color:#999;
	display:block;
	margin-bottom:5px;
}
.form-comment{
	clear:both;
	margin-top:40px;
}
#respond p {
    font: 12px/normal helvetica, arial, sans-serif;
    margin: 0;
}
#respond label {
    color: #888;
    font-size: 12px;
}
#respond textarea {
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 2px 2px 5px 0px #eee inset;
    -moz-box-shadow: 2px 2px 5px 0px #eee inset;
    -ms-box-shadow: 2px 2px 5px 0px #eee inset;
    -o-box-shadow: 2px 2px 5px 0px #eee inset;
    box-shadow: 2px 2px 5px 0px #eee inset;
    width: 99%;
}
#respond input {
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 2px 2px 5px 0px #eee inset;
    -moz-box-shadow: 2px 2px 5px 0px #eee inset;
    -ms-box-shadow: 2px 2px 5px 0px #eee inset;
    -o-box-shadow: 2px 2px 5px 0px #eee inset;
    box-shadow: 2px 2px 5px 0px #eee inset;
    display: block;
    margin: 0 0 9px;
    padding: 5px;
    width: 99%;
}
#respond #submit {
    background: #fed201;
    border: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font: 700 12px/100% 'Open Sans', sans-serif;
    margin-top: 10px;
    padding: 5px 10px;
    width: 120px;
}
.row-ads {
    margin: 10px 0;
    clear: both;
}
.rows-side{
	margin:20px 0;
	clear:both;
	overflow:hidden;
}
h3.subtitle{
	font-weight:700;
	color:#141414;
	text-transform:uppercase;
	font-size:16px;
	margin-bottom:20px;
}
.list-news.latestproject{
	margin-left:-5px;
	margin-right:-5px;
}
.list-news.latestproject .items{
	width:25%;
	padding-left: 5px;
    padding-right: 5px;
    margin-bottom:5px;
}
.itemblog{
	padding:10px 0;
	border-bottom:1px solid #CCC;
}
.blog-img{
	display:inline-block;
	width:50px;
	margin-right:10px;
}
.caption-blog{
	display:inline-block;
	width:200px;
}
.caption-blog a{
	font-size:12px;
	color:#000;
}
.caption-blog .date-blog{
	font-size:10px;
	color:#999;
	clear:both;
	display:block;
}
#searchform {
	position:relative;
}
#searchform input {
    background: #fff;
    border:1px solid #ccc;
    color: #333;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: .9rem;
    font-weight: 400;
    line-height: 100%;
    padding: 2px 5%;
    width: 100%;
	position:relative;
    height: 30px;
}
.icon-search{
	position:absolute;
	right:10px;
	top:5px;
}
.list-news.full-width .items{
	width:100%;
}
.list-news.full-width .caption{
	background:none;
	padding:20px 0;
}

/*-----------------news-kanal---------------------*/
.list-kanalhead .items-big{
	width:47%;
	float:left;
	padding:2px;
	position:relative;
}
.list-kanalhead  .info-head{
	position: absolute;
    pointer-events: none;
    z-index: 1;
	bottom:0;
	left:0;
    width: 100%;
	padding:20px 10px 20px 40px;
}	
.list-kanalhead  .info-head span.cate{
	background-color:#4db2ec;
	color:#fff;
	font-family: 'Open Sans', sans-serif ;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 4px 7px 3px;
    line-height: 14px;
    pointer-events: auto;
}
.list-kanalhead  .info-head h3{
    font-size: 27px;
    font-weight: 500;
    line-height: 34px;
	color:#fff;
}
.list-kanalhead img:hover{
	opacity:0.8;
}
.list-kanalhead  .info-head .meta-info{
	font-size:11px;
	text-shadow:1px 1px 1px rgba(0,0,0,.3);
	color:#fff;
}
.list-kanalhead  .top-right{
	position:relative;
}
.list-kanalhead  .bottom-right{
	clear:both;
	width:100%;
	overflow:hidden;
}
.list-kanalhead  .bottom-list{
	width:50%;
	position:relative;
	float:left;
}
.list-kanalhead  .bottom-list .info-head h3{
	font-size:16px;
	line-height:18px;
}
.td_module_11 {
    padding-bottom: 48px;
}
.td_module_wrap {
    position: relative;
}
.td_module_11 .td-module-thumb {
    position: absolute;
    left: 0;
    top: 0;
}
.td-module-thumb .entry-thumb {
    display: block;
}
.td-module-thumb {
    position: relative;
    margin-bottom: 13px;
}
.td_module_11 .item-details {
    margin-left: 350px;
    min-height: 235px;
}
.td_module_11 .entry-title {
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 11px;
}
.td_module_wrap .entry-title {
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 6px 0;
}
.td-module-meta-info {
    font-family: 'Open Sans',arial,sans-serif;
    font-size: 11px;
    margin-bottom: 7px;
    line-height: 1;
    min-height: 17px;
}
.td-post-author-name {
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: 2px;
}
.td-post-author-name a {
    color: #000;
}
.td-post-author-name span {
    color: #ccc;
    margin: 0 2px 0 2px;
    font-weight: normal;
}
.td-post-date {
    color: #aaa;
    display: inline-block;
    position: relative;
    top: 2px;
}
.td-module-comments {
    position: relative;
    float: right;
    font-family: 'Open Sans',arial,sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}
.td-module-comments a {
    color: #fff;
    background-color: #000;
    display: inline-block;
    min-width: 17px;
    padding: 3px 4px 4px 5px;
    position: relative;
}
td_module_11 .td-excerpt {
    margin-bottom: 15px;
}
.td-excerpt {
    font-size: 13px;
    color: #777;
    font-family: 'Open Sans',arial,sans-serif;
    margin-top: 9px;
	line-height:25px;
	margin-bottom:20px;
}
.td_module_11 .td-read-more {
    margin-bottom: 0;
}
.td-read-more, .more-link-wrap {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}
.td-read-more a, .more-link-wrap a {
    background-color: #4db2ec;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 10px 12px;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
}
.button1 {
    border: 1px solid #054e93;
    background: #054e93;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
.block-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 26px;
    border-bottom: 2px solid #222;
}
.block-title a, .block-title span, .block-title label {
    line-height: 17px;
    display: inline-block;
    padding: 7px 12px 4px 12px;
    background-color: #222;
    color: #fff;
}
.td_block_1 .td_module_4 {
    padding-bottom: 21px;
}
.td_module_wrap {
    position: relative;
}
.td-module-image {
    position: relative;
}
.td_module_4 .td-module-thumb {
    height: 235px;
}
.td-module-thumb {
    position: relative;
    margin-bottom: 13px;
}
.td-module-image .td-post-category {
    position: absolute;
    bottom: 0;
}
.td-post-category {
    font-family: 'Open Sans',arial,sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    background-color: #222;
    color: #fff;
    margin-right: 5px;
    padding: 3px 6px 4px;
    display: block;
    vertical-align: top;
}
.titleside.entry-title {
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 6px 0;
}
.td_module_6 {
    padding-bottom: 26px;
}
.td_module_wrap {
    position: relative;
}
.td_module_6 .td-module-thumb {
    position: absolute;
    left: 0;
    top: 0;
}
.td-module-thumb {
    position: relative;
    margin-bottom: 13px;
}
.td_module_6 .item-details {
    margin-left: 116px;
    min-height: 70px;
}
.td_module_6 .entry-title {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 4px;
    font-weight: 500;
}
.td_module_6 .td-module-meta-info {
    margin-bottom: 0;
}
.kanal-page .section-white{
	    background: #fff;
    padding: 40px 0 40px 0;
    clear: both;
    overflow: hidden;
}
/*-------foooter----------------*/
footer{
	padding: 40px 0;
    background: #545454;
    clear: both;
    overflow: hidden;
}
.list-foot-menu{
	margin-left:-25px;
	margin-right:-25px;
}
.list-foot-menu .items-menu{
	float: left;
    width: 16.66%;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 20px;
}
.blockTitle{
	font-size:16px;
	color:#fff;
	margin-bottom:10px;
	text-transform:uppercase;
}
.list-foot-menu .items-menu ul li{
	display:block;
	padding:3px 0;
}

.list-foot-menu .items-menu ul li a{
	font-size:14px;
	font-weight:normal;
	color:#fff;
}
footer .cols3{
	padding:0 10px 0 0;
}
.foot-logo {
    line-height: 0;
    margin-bottom: 0px;
    width: 100%;
    margin-top: -25px;
}
.foot-info-text p{
	margin-bottom:5px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:12px;
}
.foot-soc {
    width: 100%;
	margin-top:20px;
}
ul.foot-soc-list {
    width: 100%;
}
ul.foot-soc-list li {
    float: left;
    width: 30px;
}
ul.foot-soc-list li a {
    color: #777;
}
ul.foot-soc-list li a:hover{
	color:#fff;
}
ul.foot-soc-list li i {
    font-size: 20px;
}
h3.foot-head {
    color: #fff;
    float: left;
    font-family: 'Raleway', sans-serif !important;
    font-size: 1rem;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 15px;
    text-transform: uppercase;
    width: 100%;
}

footer ul.blog-widget-list li:first-child {
    border-top: none;
    padding-top: 0;
}
footer ul.blog-widget-list li {
	border-top:1px solid #555;
    float: left;
    padding: 8px 0;
    width: 100%;
}
footer .blog-widget-text h2 {
    color: #999;
	font-size:13px;
}
footer .blog-widget-text h2:hover{
	color:#fff;
}
.tag-cloud {
    float: left;
    width: 100%;
}
.tag-cloud a {
    background: #555;
    color: #999;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: .5rem;
    font-weight: 700;
    line-height: 100%;
    margin: 0 5px 5px 0;
    padding: 5px 7px;
    text-transform: uppercase;
}
.tag-cloud a:hover{
	color:#fff;
}
.bottom-foot{
	background:#fff;
	clear:both;
	padding:40px 0;
}
.foot-spons{
	display:block;
	text-align:center;
}
.foot-spons h3{
    float: left;
    padding: 0 0 0 0;
    width: 140px;
    text-align: left;
}
.foot-spons ul {
    overflow: hidden;
}
.foot-spons  ul li {
    float: left;
    padding: 0 40px 20px 0;
}
.foot-spons .orga {
    position: absolute;
    top: 0px;
    left: 260px;
    width: 740px;
}
.list-logo-foot{
	text-align:center;
}
.list-logo-foot .sponsor-list{
	display:inline-block;
	margin-right:20px;
	vertical-align:top;
}
.list-logo-foot .sponsor-list img{
	display:inline-block;
	vertical-align:top;
}
.list-logo-foot .sponsor-list h3{
	font-size: 16px;
	margin-bottom:10px;
	display:block;
}