#footer-area {
    background-color: #03416a;
	    color: #fff;
		border-top: 3px solid #fff;}
#footer-area .footer-widget-area {
    padding: 40px 0 20px 0;
    overflow: hidden;
	background-color: #0b68a9;
}
.dis {
        font-family: inherit;
    font-size: 14px;
    margin-top: -15px;
    color: #666;
    line-height: 20px;

}
.footer-widget {
   width: 33%;
padding-right: 10px;
float: right;
margin-right: 10px;
direction: rtl;
}

#menu-social li, #menu-social ul {
    padding-right: 0;
	padding-left: 0;
}
.site-info {
    color: #999;
    font-size: 12px;
}
.social-icons, #menu-social {
    position: relative;
    text-align: center;
}
#menu-social li, #menu-social ul {
    padding-right: 0;
	padding-left: 0;
}

.footer-nav.nav {
    float: right;
}

#footer-area .social-icons li a {
    margin-left: 7px;
	margin-right: auto;
}

.social-icons li a {
 font-size: 18px;
    line-height: 40px;
    list-style: none;
    display: inline-block;
    text-align: center;
    height: 40px;
    width: 40px;
    margin-left: 5px;
    margin-right: auto;
  margin-bottom: 5px;
    border-radius: 3px;
    background-color: #DADADA;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}
.social-icons, #menu-social {
    position: relative;
    text-align: center;
}
#colophon {
    background-color: /*#1F1F1F*/#115189;
    padding: 10px 0;
    border-top: 1px solid #35AEDD;
}
.site-info {
    color: #999;
    font-size: 12px;
}

.copyright {
    */
    float: left;
    /*  text-align: left;
    */
	margin-left: 25%;
}
#footer-area a {
    color: #DADADA;
}
#footer-area a:hover{color:#CCC}
.post-footer {
    height: 90px;
    margin-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}
.post-footer-image {
    float: right;
    margin-left:5px;
    margin-right: auto;
 width: 100px;
    height: 70px;
 display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #DADADA;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.widgettitle {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 0;
    color: #fff !important ;
    font-weight: bold;
	float: none;
}
.cats-widget2 span {
    float: left;
}
#footer-area .widget ul li {
  list-style: none;
}
#footer-area ul li {
    border-bottom: 1px dashed #fff;
	padding-bottom: 2px;
    padding-top: 2px;
}
.footer-nav.nav > li {
  position: relative;
  display: inline-block;
}
.footer-nav.nav {
   color:#fff ; float: right;
}
.footer-widget {
  overflow: hidden;
}
.scroll-to-top {
    left: 20px;
	right: auto;
}
.copyright {
  font-family: "leelawad",Arial,Helvetica,sans-serif;
  margin-top: 10px;
}
.copyright,
.copyright a {
  color: #fff;;
}
#colophon {
  padding: 10px 0;
  text-align: center;
}
.site-info a {
  color: #777;
}
.site-info a:hover {
  color: #9A4BC1;
}
.site-info {
  color: #999;
  font-size: 12px;
}
.footer-nav.nav > li > a:hover {
  background-color: transparent;
}
.scroll-to-top {
 /* background: #363636;*/
background: #ccc;
color: #2b286d;
  bottom: 4%;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  font-size: 16px;
  text-align: center;
  line-height: 35px;
  width: 35px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
}
.scroll-to-top:hover {
  background: #fff;
  opacity: .8;
}

@media (max-width: 768px) {
  .site-info, .copyright {
    text-align: center;
  }
  .footer-nav.nav, .copyright {
    float: none;
  }
}

.cats-widget2 {
    margin-left: 50;
	margin-right: auto;
}

.cats-widget2 ul {
    margin-right: -40px;
    margin-left: 40px;
}

/***************portofolio-item********************/
/*+	Portfolio Style
--------------------------------------------------------------------------*/
.portfolio-item {
  position: relative;
  background: #FFF;
  margin-bottom: 20px;
  border: 8px solid #FFF;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  -moz-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  color: inset 0 1px #fff,0 0 8px #c8cfe6;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
.portfolio-item .portfolio-image {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.portfolio-item .portfolio-image img {
  max-width: 100%;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
.portfolio-item:hover {
  border: 4px solid #9EB3BE;
}
.portfolio-item:hover .portfolio-image img {
  position: relative;
  -webkit-transform: scale(1.1) rotate(2deg);
  -moz-transform: scale(1.1) rotate(2deg);
  -o-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}
.portfolio-item ul {
    margin-right: 0;
	margin-left: auto;
 list-style-type: none;
margin-top: 20px;
  text-align: center;
  padding: 0;
}
.portfolio-item .portfolio-project-name {
  font-size: 1.3em;
  text-transform: uppercase;
}
.portfolio-item .read-more {
  text-align: center;
  padding-top: 10px;
}
.portfolio-item .portfolio-info-fade {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: 0;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  color: #FFF;
  text-shadow: 2px 2px 4px #000000;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  -ms-transition: opacity .25s linear;
  transition: opacity .25s linear;
}
.portfolio-item .portfolio-info-fade ul {
  margin-top: 10%;
}
.portfolio-item .portfolio-info-fade .btn:hover {
  background: #4f8db3;
}
.portfolio-item .portfolio-info-fade ul {
  margin: 10% 20px 0 20px;
  padding: 0;
}
.portfolio-item .portfolio-info-fade ul li {
  text-align: center;
}
.portfolio-item .portfolio-info-fade ul li:first-child {
  border-bottom: 1px solid #CCC;
}
.portfolio-item:hover .portfolio-info-fade {
  display: block;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.lt-ie9 .portfolio-info-fade {
  display: none;
}
.lt-ie9 .portfolio-item:hover .portfolio-info-fade {
  display: block;
}
.portfolio-visit-btn {
  padding-top: 15px;
}
.portfolio-item-description ul {
  padding: 0;
}


/* Made by the RTL-er.com - http://www.rtl-er.com */