.main{
	padding-right:0px;
    padding-left:0px;
}

.title-menu {
	margin: 0px;
	padding:0px;
	background-color: #ed1c24;
	color: #fff ;
}

.container-fluid .jumbotron {
    border-radius: 0px;
}

.title-menu-main{
    padding-left:0px;
}

.title-menu-main h2{
    font-size:35px;
    margin-left:0px;
    text-align: left;
}

@media (min-width: 768px){
    .title-menu-desc{
        border-left: thick solid #ed1c24;
        padding: 2px 0 2px 10px;
        border-color:transparent;
        border-left-color: white;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .title-menu-desc h4{
        padding-left:15px;
    }
}

.title-menu-desc{
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left:0px;
}

#community{
    padding-right: 0px;
}

.community-fluid{
    padding-right:0px;
}

.title-menu-community{
    padding-right: 15px;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 720px) {
    .img-responsive{
        height:0%;
        width:0%;
    }
}

.row-content{
	margin-top:30px;
}

.more{
	margin-top:57px;
	width:74px;
	background: #ed1c24;
	color: white;
	font-size:16px;
}

.more:hover{
	background: black;
}

/* konten community */
.btn-primary {
    background-image: -webkit-linear-gradient(top, white 0%, white 100%);
    background-image: -o-linear-gradient(top, white 0%, white 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
    background-image: linear-gradient(to bottom, white 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #ed1c24;
    color: #ed1c24 ;
    border-radius: 0px;
}

.btn-primary {
    color: #000;
    background-color: #ed1c24;
    border-color: #ed1c24;
}

.btn-primary:hover{
	color: #ed1c24 ;
	background-color: white;
	border-color: #ed1c24;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #ed1c24;
    border-color: #ed1c24;
}

.btn-comment{
    border-color: black;
    background-color:white;
    color:black;
}

.blog-post {
    padding: 20px;
    border-width: 0 0 5px;
    border-color: #ffffff;
    border-style: solid;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(231, 231, 226, 0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(231, 231, 226, 0.75);
    box-shadow: 10px 1px 10px 1px rgba(231, 231, 226, 0.75);
}

article{
    border-bottom: 1px solid #ddd8d8;
}

.fn {
    font-size:14px;
    color:black;
}
.fn:hover {
    font-size:14px;
    color:red;
}

.entry-title > a{
    font-size:22px;
    color: black;
}

.entry-title > a:hover{
    color:#ed1c24;
}

.entry-summary {
    margin-top:8px;
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
}

.entry-summary a {
    font-size:11px;
    color: red;
    position: absolute;
    right: 0px;
    bottom: 5px;
}

.community-rightbar {
    padding: 0 0 20px 20px;
}

/* .community-rightbar div:hover{
    background-color: #ed1c24;
    color: white;

} */

.contribute-community {
    color:black;
    min-height: 20px;
    margin-bottom: 10px;
    padding: 10px;
    border-width: 0 0 5px;
    border-color: #ffffff;
    border-style: solid;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(231, 231, 226, 0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(231, 231, 226, 0.75);
    box-shadow: 0px 5px 5px 0px rgba(231, 231, 226, 0.75);
}

.contribute-community h3{
    font-size:22px;
	color:#ed1c24;
}

.contribute-community:hover{
    border-bottom: 5px solid #ed1c24;
}

.icon-berbagi{
    margin-top:25px;
    background:url('../img/more.png');
    height:75px;
    width:75px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}

.icon-berbagi:hover{
    background: url(../img/more-onclick.png);
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}

.twitter-feed {
    min-height: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
    border-width: 0 0 5px;
    border-color: #ffffff;
    border-style: solid;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(231, 231, 226, 0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(231, 231, 226, 0.75);
    box-shadow: 0px 5px 5px 0px rgba(231, 231, 226, 0.75);
}

.timeline-Header {
    padding: 10px;
    background-color: red;
    text-align: center;
    color: white;
}

.timeline-Header h3{
	text-align:center;
    margin: 0px;
    padding: 10px;
    color: white;
}

/* background */

.grey {
  background-color: #D4D4D4;
  color: #000;
  padding: 50px 0 50px 0;
}

.grey p{
    font-size: 14px;
}

.white{
    color:black;  
    background-color: white;
    padding: 50px 0px 50px 35px; 
}

.white p{
   font-size: 12px;
   text-align: justify;

}

/* halaman tentang */
.tentang{
	padding: 0px 0 150px 0; 	
  	margin: 0 0 0 0;
 	background-color: white;
  	color: #fff;	
}

.konten-tentang{
	background-color: white;
	color:black;
}

.konten-tentang h3{
	color:black;
}

.konten-tentang p{
	font-size:14px;
	text-align:justify;
}

.kontak{
	padding:0px ;
}

.kontak a{
    color:black;
}
.fa-twitter, .fa-facebook, .fa-envelope{
	color: #ed1c24;
}

.fa-android, .fa-apple, .fa-windows{
	padding: 25px 0 25px 0;
	color: #ed1c24;
}

.fa-android:hover, .fa-apple:hover, .fa-windows:hover{
	color: black;
}

/* untuk visualisasi & aplikasi*/
.container .bg-pastel {
    min-height: 370px;
}

.bg-pastel {
    background-color: #f8f8f3;
}

.tile-container {
    padding: 10px;
}

.tile-container .tile:hover {
    border-color: #ed1c24;
}

.tile-container .tile {
    float: left;
    width: 570px;
    height: 220px;
    padding: 10px;
    margin: 10px 10px 5px 10px;
    border-width: 0 0 0px;
    border-color: #ffffff;
    border-style: solid;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(231, 231, 226, 0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(231, 231, 226, 0.75);
    box-shadow: 5px 5px 5px 5px rgba(231, 231, 226, 0.75);
}

.tile-container .tile .img-container {
    width: 200px;
    height: 200px;
    overflow: hidden;
    float: left;
    border: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tile-container .tile .body {
    float: left;
    width: 350px;
    height: 200px;
    padding: 10px;
    font-size: 12px;
    position: relative;
}
.tile-container .tile .body .title {
    font-weight: bold;
}

.tile-container .tile .body .author {
    font-size: 14px;
}

.author a{
    color:black;
}
.author a:hover{
    font-size:14px;
}
.data a:hover{
    font-size:12px;
}

.tile-container .tile .footer {
    position: absolute;
    width: 330px;
    bottom: 0px;
    right: 0px;
    padding: 0px;
    text-align: right;
}

.viz > a{
    background-color: #ed1c24;
    padding:8px 12px 11px 12px;
    margin-right:-10px;
    color: white;
}

.viz > a:hover{
    background-color: black;
    color: white;
    text-decoration:none;
}

.icon {
    margin:0px 2px;
    color:#ed1c24;
    height: 30px;
    width: 30px;
    float: left;
    font-size: 30px;
}

.icon:hover{
    color:black;
}

/* untuk berbagi  */
.contribute-page {
    min-height: 390px;
    border: 1px solid rgb(238, 238, 238);
    padding: 20px;
    background-color: #f8f8f3;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wpcf7-form fieldset {
    margin: 0 0 30px 0;
}

.wpcf7-form fieldset label {
    display: block;
    font-weight: bold;
    line-height: 1.4;
    color: #666;
    color: rgba(0, 0, 0, 0.6);
    text-shadow: 0 1px 1px #fff;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

.wpcf7-form fieldset input[type="text"]:focus, .wpcf7-form fieldset textarea:focus, .wpcf7-form fieldset select:focus, .wpcf7-form fieldset input[type="text"]:hover, .wpcf7-form fieldset textarea:hover, .wpcf7-form fieldset select:hover {
    border: 1px solid #ed1c24;
    -webkit-box-shadow: 0 0 12px rgba(64, 31, 31, 0.5);
    -moz-box-shadow: 0 0 12px rgba(64, 31, 31, 0.5);
    box-shadow: 0 0 12px rgba(64, 31, 31, 0.5);
}

.wpcf7-form fieldset textarea, .wpcf7-form fieldset input[type="text"], .wpcf7-form fieldset input[type="url"] {
    width: 75%;
}

.wpcf7-form fieldset input[type="text"], .wpcf7-form fieldset input[type="file"], .wpcf7-form fieldset textarea, .wpcf7-form fieldset select, .wpcf7-form fieldset input[type="url"] {
    padding: 5px 8px;
    font-size: 1.2em;
    color: #666;
    border: none;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 12%, from(#999), to(#fff));
    background-image: -moz-linear-gradient(0% 12% 90deg, #fff, #999);
    background: #FFFFFF url('images/grad.jpg') left top repeat-x;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.wpcf7-form fieldset input[type="submit"]:hover, .wpcf7-form fieldset input[type="submit"]:focus {
    -webkit-animation: pulse 1.5s infinite ease-in-out;
}

.wpcf7-form input[type="submit"] {
    padding: 10px 25px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    color: #444;
    border: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
    background-image: -moz-linear-gradient(0 100% 90deg, #fff, #bbb);
    background: #FFFFFF url('images/grad.jpg') left top repeat-x;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -o-border-radius: 23px;
    border-radius: 23px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* Paging Navigation */
.paging-navigation {
    margin: 15px 0;
}

.paging-navigation .loop-pagination {
    text-align: center;
    margin:0px;
}

.paging-navigation .page-numbers {
    color:grey;
    background-color:white;
    padding:15px 0px 5px 0px;
    width:40px;
    height:40px;
    border-radius:30px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
}

.paging-navigation  .page-numbers:hover{
    color:white;
    background-color: #ed1c24;
}

.paging-navigation .page-numbers.current {
    padding:15px 0px 5px 0px;
    color:white;
    background-color:#ed1c24;
}

.paging-navigation .page-numbers.next ,
.paging-navigation .page-numbers.prev {
    color:#ed1c24;
    background-color:white;
    font-weight:bold;
    font-size:20px;
    padding:12px 0px 0px 0px;
}

.paging-navigation .page-numbers.next:hover ,
.paging-navigation .page-numbers.prev:hover {
    color:white;
    background-color:#ed1c24;
}

.fa-angle-left, .fa-angle-right{
    border-radius: 0px;
    color:#ed1c24;
}

.pager > li > a{
    color:#ed1c24;
}

.pager > li > a:hover{
    background-color:#ed1c24;
    color:white;
}
