body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000000;
	font-weight: 300;
	background-color:#ffffff ;
}

a:not(.btn) {
    color: #000000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:not(.btn):hover, a:not(.btn):focus {
    outline: none;
    text-decoration: none;
    color: #f96327;
}

h4 {
	font-weight: 700;
	font-size: 20px;
	color:#f96327;
}

h3 {
	font-size: 16px;
	
}

.logo{
    padding: 10px 12px 5px 0;
    margin-left: 5px;
}

.pn-slide{
    padding-top: 254px;
    padding-left: 50px;
    width: 100%;
    min-height: 460px;
    background-size: cover;
    background-position: center;
}
.pn-caption {
    float: inherit;
    width: 190px;
    height: 36px;
    padding: 10px;
    background: #d66a3e;
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
    font-size: 14px;
    line-height: 18px;
}

.pn-deskripsi {
    float: left;
    padding: 2%;
    min-height: 120px;
    position: relative;
    background: rgba(0, 0, 0, 0.53);;
    color: #fff;
    text-align: left;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
    font-size: 14px;
    line-height: 18px;
}
@media (max-width: 767px){
    .pn-slide{
        padding-left: 5px;
        padding-right: 5px;
    }
    .pn-konten{
        
    }
}
.btn {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    padding: 10px 10px;
}

.btn-lg {
    padding: 14px 16px;
    font-size: 14px;
}

.btn-sm,
.btn-xs {
    padding: 8px 10px;
    font-size: 10px;
	font-weight: 700;
}

.btn-xs {
    padding: 5px 8px;
	font-weight: 700;
}

.flat-default,
.flat-default:hover,
.flat-default:active {
    border: 2px solid #dd7d56;
}

.flat-default, .flat-default.btn-bordered:hover {
    background-color: #dd7d56;
    color: #ffffff;
}

.flat-default:hover,  .flat-default.btn-bordered {
    background-color: transparent;
    color: #dd7d56;
}

.flat-primary,
.flat-primary:hover,
.flat-primary:active {
    border: 2px solid rgb(26, 188, 156);
}

.flat-primary, .flat-primary.btn-bordered:hover {
    background-color: rgb(26, 188, 156);
    color: #ffffff;
}

.flat-primary:hover,  .flat-primary.btn-bordered {
    background-color: transparent;
    color: rgb(26, 188, 156);
}

.flat-success,
.flat-success:hover,
.flat-success:active {
    border: 2px solid rgb(46, 204, 113);
}

.flat-success, .flat-success.btn-bordered:hover {
    background-color: rgb(46, 204, 113);
    color: #ffffff;
}

.flat-success:hover,  .flat-success.btn-bordered {
    background-color: transparent;
    color: rgb(46, 204, 113);
}

.flat-info,
.flat-info:hover,
.flat-info:active {
    border: 2px solid rgb(52, 152, 219);
}

.flat-info, .flat-info.btn-bordered:hover {
    background-color: rgb(52, 152, 219);
    color: #ffffff;
}

.flat-info:hover,  .flat-info.btn-bordered {
    background-color: transparent;
    color: rgb(52, 152, 219);
}

.flat-warning,
.flat-warning:hover,
.flat-warning:active {
    border: 2px solid rgb(241, 196, 15);
}

.flat-warning, .flat-warning.btn-bordered:hover {
    background-color: rgb(241, 196, 15);
    color: #ffffff;
}

.flat-warning:hover,  .flat-warning.btn-bordered {
    background-color: transparent;
    color: rgb(241, 196, 15);
}

.flat-danger,
.flat-danger:hover,
.flat-danger:active {
    border: 2px solid rgb(231, 76, 60);
}

.flat-danger, .flat-danger.btn-bordered:hover {
    background-color: rgb(231, 76, 60);
    color: #ffffff;
}

.flat-danger:hover,  .flat-danger.btn-bordered {
    background-color: transparent;
    color: rgb(231, 76, 60);
}

.flat-inverse,
.flat-inverse:hover,
.flat-inverse:active {
    border: 2px solid rgb(52, 73, 94);
}

.flat-inverse, .flat-inverse.btn-bordered:hover {
    background-color: rgb(52, 73, 94);
    color: #ffffff;
}

.flat-inverse:hover,  .flat-inverse.btn-bordered {
    background-color: transparent;
    color: rgb(52, 73, 94);
}

.flat-color,
.flat-color:hover,
.flat-color:active {
    border: 2px solid #EF440D;
}

.flat-color, .flat-color.btn-bordered:hover {
    background-color: #EF440D;
    color: #ffffff;
}

.flat-color:hover,  .flat-color.btn-bordered {
    background-color: transparent;
    color: #2ecc71;
}

.btn-flat:not(.btn-rounded) {
    border-radius: 0;
}

carousel-inner > .item.active > img,
.carousel-inner > .item.active > a > img {
  border-radius: 0;
}
@media (max-width: 767px) {
  .carousel-inner > .item.active > img {
    border-radius: 0;
  }
}
.carousel-inner > .item.active.left > img,
.carousel-inner > .item.active.right > img,
.carousel-inner > .item.active.left > a > img,
.carousel-inner > .item.active.right > a > img {
  border-radius: 0;
}
.carousel-control {
  position: absolute;
  top: 48%;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  text-indent: 1px;
  height: 50px;
  right: 15px;
  text-align: center;
  width: 30px;
  outline: none !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-control.left,
.carousel-control.right {
  background: transparent;
  color: rgba(255, 255, 255, 1);
}

.carousel-control.left:hover, .carousel-control.left:focus,
.carousel-control.right:hover, .carousel-control.right:focus {
	color: #ffffff;
}

.carousel-control.left {
  text-indent: -1px;
  left: 20px;
}
.carousel-control.right {
  left: auto;
  right: 20px;
}
.carousel-indicators {
  bottom: auto;
  left: auto;
  margin: 0;
  right: 16px;
  top: 16px;
  width: auto;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.carousel-indicators li {
  vertical-align: top;
  border: none;
  width: 10px;
  height: 10px;
  margin: 0 0 0 6px;
  background-color: #292929;
  background-color: rgba(41, 41, 41, 0.5);
}
.carousel-indicators li.active {
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin: 0 0 0 6px;
}
.carousel-caption {
  padding: 20px 19px 22px;
  background: #243342;
  background: rgba(36, 51, 66, 0.7);
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  border-radius: 0;
  text-shadow: none;
}
.carousel-caption h3,
.carousel-caption p {
  color: #ffffff;
}
.carousel-caption h3 {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 5px;
}
.carousel-caption p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
}

.arrow-left, .arrow-right{
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.arrow-right:before {
	font-family: 'FontAwesome';
	content: "\f054";
	line-height: 50px;
	
}
.arrow-left:before {
	font-family: 'FontAwesome';
	content: "\f053";
	line-height: 50px;
}
@media (max-width: 767px) {
.navbar-default {
    border: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background-color: #dd7d56;
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-toggle {
    border-radius: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color:#d66a3e;
    border-color: #d66a3e;
}

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #ffffff;
}

.navbar-nav > li > .dropdown-menu {
    font-size: 13px;
	font-weight: 400;
}
}

@media (max-width: 767px) {
  .carousel-caption {
    position: static;
  }
  .carousel-indicators, .carousel-control {
	display: none;
  }
}	

header {
	padding: 20px 0 0 0;
}

.navbar-default {
    border: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background-color: #dd7d56;
    margin-bottom: 0;
    border-radius: 0;
}
.navbar-default .navbar-nav > li > a {
  color: #F2E3E3;
}

.navbar-toggle {
    border-radius: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color:#d66a3e;
    border-color: #d66a3e;
}

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #ffffff;
}

.navbar-nav > li > .dropdown-menu {
    font-size: 13px;
	font-weight: 400;
}

.slider-all {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}

.slider-item {
	background-color: rgba(46,204,113, 0.9);
}

.slider-desc a {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}

.slider-desc a:hover, .slider-desc a:focus {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}

.slider-desc p {
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 14px;

}

.fitur-wrapp {
	padding-left: 0;
    list-style: none;
    font-size: 15px;
    margin: 0;
	margin-top: 2px;
	text-align: center;
}

.nolist {
	padding-left: 0;
    list-style: none;
	margin:0;
}

.fitur-wrapp li {
	display: inline-block;
	margin-right: 8.7px;
}

.fitur {
	width: 170px;
	height: 217px;
}

.fidul {
	width: 170px;
	bottom:0;
	text-align: center;
	padding: 10px 5px;
	background-color: #000000;
}

.fidul a {
	color: #fff;
	font-weight: 400;
}

.recent-posts {
    padding-left: 0;
    list-style: none;
    overflow: hidden;
    margin-bottom: 0;
}

.recent-posts > li {
    float: left;
    margin-bottom: -15px;
    width: 100%;
}

.recent-posts > li:last-child {
    margin-bottom: 0;
}

.recent-posts img {
    width: 64px;
    height: 64px;
    float: left;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.recent-posts img:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.recent-posts h5 {
	font-weight: 500;
    margin: 0;
    font-size: 13px;
}

.recent-posts h5 small {
    display: block;
    margin-top: 7px;
}

.footer {
	margin-top: 20px;
	border-top: 1px solid #bababa;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	color: #999;

}

.form-control {
    border-width: 2px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #f26b35;
}

.form-control:focus {
    border-color: #db6720;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-form {
    position: relative;
	margin-top: 3px;
}

.search-form:before {
    font-family: FontAwesome;
    content: "\f002";
    position: absolute;
    top: 3px;
    right: 12px;
    font-size: 18px;
    color: #f26b35;
}

.breadcrumb {
	font-size: 12px;
    margin-bottom: 3px;
    padding: 8px 0px;
    background-color: transparent;
    padding-bottom: 10px;
    font-weight: 300;
	
}

.breadcrumb a {
    color: #666;
}

.breadcrumb > .active {
    color: #999;
}
hr {
  margin:10px 0;
}

.wrapper-1 {
   
    padding-bottom: 20px;
}

.wrapper-2 {
   
}

.wrapper-3 {
    padding-bottom: 20px;
}

.wrapper-4 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.wrapper-5 {
    padding-top: 30px;
}

.wrapper-6 {
    padding-bottom: 30px;
}

.wrapper-7 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.wrapper-8 {
    padding-top: 40px;
}

.wrapper-9 {
    padding-bottom: 40px;
}

address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 23px;
}

.contact-form .form-control {
    margin-bottom: 20px;
}

.widget-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.title{
    margin-top:-5px;
    font-size: 20px;
	margin-bottom: -20px;
	padding-left: 0px;

}
.page-title {
	margin-top: 0;
	font-size: 18px;
	margin-bottom: 25px;
	color: #777;
	margin-right:	800px;
}

.subpage-title {
    text-transform: uppercase;
    position: relative;
    margin: 0;
    margin-bottom: 30px;
    line-height: 10px;
    font-weight: 700;
    color: #171717;
}

.subpage-title:before {
    content: "";
    width: 35px;
    height: 3px;
    background-color: #EF440D;
    display: block;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.widget{
    padding-top: 20px;
    width: 230px;
}
.widget-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    padding: 20px;
    border: 1px solid #f26b35;
}

#footer-1 .widget-list {
    padding: 0;
    border: 0;
}

.widget-list > li {
    padding: 5px 0;
    border-bottom: 1px solid #f26b35;
}

#footer-1 .widget-list > li:last-child {
    padding-bottom: 0;
}

#footer-1 .widget-list > li:first-child {
    padding-top: 0;
}

.widget-list > li:last-child {
    border-bottom: 0;
}

#footer-1 .widget-list > li {
    border-color: rgba(255, 255, 255, 0.1);
}

.widget-list > li:before {
    font-family: 'FontAwesome';
    content: "\f105";
    margin-right: 15px;
    font-size: 14px;
}

.post {
    overflow: hidden;
}

.post.post-2 {
    padding: 0;
    padding-bottom: 20px;
}

.post-thumb {
    position: relative;
}

.post-thumb img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.post-meta {
    font-family: 'Montserrat', verdana;
    border: 1px solid #f26b35;
    border-width: 1px 0;
    padding: 10px 0;
    overflow: hidden;
    margin-top: 20px;
}

.colored-wrapper .post-meta {
    border-color: #fff;
}

.meta-list1 {
    list-style: none;
    padding-left: 0;
    margin: 0;
    float: left;
    width: 100%;
    margin-top: -40px;
}
.meta-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    float: left;
    width: 100%;
}

.meta-list li {
    float: left;
    padding: 0 10px;
    border-left: 1px solid #f26b35;
}

.meta-list li .black {
    color: #2c3e50;
}

.meta-list li:first-child {
    padding-left: 0;
    border-left: 0;
}

.meta-list li:last-child {
    float: right;
    border-left: 0;
    padding-right: 0;
}

.post.post-2 .meta-list li:last-child {
    float: left;
}

.post-title {
    margin: 20px 0;
}

.portfolio-filter {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 20px;
}

.portfolio-filter.nav-pills > li > a {
    border-radius: 0;
    border: 2px solid;
    border-color: #f2f2f2;
}

.portfolio-filter.nav-pills > li.active > a,
.portfolio-filter.nav-pills > li.active > a:hover,
.portfolio-filter.nav-pills > li.active > a:focus {
    border-color:  rgb(26, 188, 156);
    background-color: rgb(26, 188, 156);
}

.portfolio-item-wrapper {
    padding-bottom: 20px;
}

.portfolio-item {
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.portfolio-item:hover {
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.portfolio-item .portfolio-thumb {
    position: relative;
    overflow: hidden;
}

.portfolio-item .portfolio-thumb img {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.portfolio-item:hover .portfolio-thumb img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-thumb .image-overlay {
    background-color: #2ecc71;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.portfolio-item:hover .portfolio-thumb .image-overlay {
    opacity: 0.50;
    filter: alpha(opacity=50);
}

.portfolio-item .portfolio-thumb .portfolio-zoom, .portfolio-item .portfolio-thumb .portfolio-link {
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: rgba(44, 62, 80,0.9);
    display: none;
    line-height: 45px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    font-size: 18px;
    color: #fff;
    display: block;
    border-radius: 3px;
}

.portfolio-item .portfolio-thumb .portfolio-zoom:hover, .portfolio-item .portfolio-thumb .portfolio-link:hover {
    background-color: rgba(44, 62, 80,0.7);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.portfolio-item .portfolio-thumb .portfolio-link {
    right: 0;
    margin-right: -45px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.portfolio-item .portfolio-thumb .portfolio-zoom {
    left: 0;
    margin-left: -45px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.portfolio-item:hover .portfolio-thumb .portfolio-zoom {
    display: block;
    left: 50%;
    margin-left: -48px;
}

.portfolio-item:hover .portfolio-thumb .portfolio-link {
    display: block;
    right: 50%;
    margin-right: -48px;
}

.portfolio-item .portfolio-content {
    text-align: center;
    padding: 25px 20px;
}

.portfolio-item .portfolio-content h5 {
    margin: 0;
}

.portfolio-item .portfolio-content p {
    margin: 0;
    margin-top: 5px;
}

.product-det {
	margin-top: 20px;
}


@media (max-width: 767px) {
    .post-meta {
        padding: 0;
    }

    .meta-list li {
        float: none;
        border-left: 0;
        padding: 10px 0;
        border-bottom: 1px solid #f26b35;
    }

    .meta-list li:last-child {
        float: none;
        border-bottom: 0;
    }
	.fitur-section img {
		margin-bottom: 20px;
	}
}
.navbar-nav{
    margin: auto 0px;
}
.navbar-nav .container{
    margin: 0px;
}
.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}
@media (max-width: 767px) {
	body {
	/* [disabled]background: url("../images/bg-mob.jpg") repeat-x; */
	}
    .navbar-nav{
        margin: 0px;
    }
	.navbar-collapse {
        border-top: 0;
    }
	.navbar-collapse.in {
        overflow-y: visible;
    }
	.navbar-nav {
        margin: 0 -15px;
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #FFF;
    }
	.navbar-default .navbar-nav > li > a {
        color: #dd7d56;
        font-size: 13px;
		font-weight: 400;
    }
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #fff;
		background-color: rgba(0, 0, 0, 0.1);
    }
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #dd7d56;
    }
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #f26b35;
		background-color: rgba(0, 0, 0, 0.1);
    }
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        z-index: 0;
    }
    .nav > li.dropdown:before {
        content: "+";
        position: absolute;
        top: 5px;
        right: 15px;
        color: #dd7d56;
        font-size: 18px;
        z-index: 9999;
    }
    .nav > li.dropdown.open:before {
        content: "-";
        right: 17px;
    }
    .dropdown-menu > li > a:before {
        content: "-";
        margin-right: 5px;
        margin-left: -10px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #FFF;
        background-color: #dd7d56;
    }
	.ditas{
		margin-top: 15px;
	}
}

@media (min-width: 768px) {
	.navbar-default {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
		margin-top: 20px;
    }
	.navbar-default .navbar-nav > li > a {
		font-weight: 400;
		font-size: 15px;
        padding-left: 0;
        padding-right: 20px
    }
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #606060;
		
    }
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: transparent;
        color: #606060;
    }
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #606060;
        background-color: rgba(0, 0, 0, 0.1);
    }
	.navbar-nav > li > .dropdown-menu {
        border: 0;
        border-radius: 0;
        background-color: #FFF;
    }
	.dropdown-menu > li > a {
		font-size: 13px;
        padding: 7px 20px;
        color: #f26b35;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
	.dropdown-menu > li:last-child > a {
        border-bottom: 0;
    }
	.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #ffffff !important;
        background-color: #f96327;
    }
	.fitur-wrapp li:last-child {
		margin-right: 0;
	}
}
/* ============= FLEXSLIDER ============= */
.flexslider {
    padding: 0px;
    margin-top: 0;
    margin-bottom: 20px;
}

@media (max-width: 767px) {   
    .flexslider {
        margin-bottom: 0;
    }
}

.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(../images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 55%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: 25px; }
.flex-direction-nav .flex-prev {left: 25px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 25px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 25px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

.flex-control-nav {width: 100%; position: absolute; bottom: 5px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 10px; height: 10px; display: block; background: #fff; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 0; -moz-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; box-shadow: none}
.flex-control-paging li a:hover { background: #ff6600; }
.flex-control-paging li a.flex-active { background: #ff6600; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

/* ============= MAIN ITEM ============= */
.main-item {
    margin-bottom: 10px;
    background: url(../images/bg.jpg);
}
.nopad{
padding:20px;
width:100%;	
}
/*Caption */
.caption {
	float: inherit;
  width: 190px;
  height: 36px;
  padding: 10px;
  position: absolute;
  background: #d66a3e;
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
  font-size: 14px;
  line-height: 18px;
  margin-top: 254px;
  margin-left: 150px;}
.col-md-3{
	padding:10px;
}
.tbl{
	float:inherit;
	width: 219px;
	height: 36px;
	padding: 10px;
	position:absolute;
	background: #d66a3e;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	font-size: 14px;
	line-height: 18px;
	margin-top:0px;
}
.right-header {
	text-align: right;
	margin-top: 50px;
	width: 100%;
}
.bottom-header {
	text-align: right;
	margin-top: 20px;
	width: 100%;
}
.boxed1 {
	/* [disabled]-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); */
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
	background-color:  rgba(225, 225, 281, 0.28);
	padding: 2px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: -20px;
}
.boxed{
	/* [disabled]-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); */
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	background-color:floralwhite;
	margin-top:-20px;
	padding-bottom:15px;
}

.dg-container{
	width: 100%;
	height: 450px;
	position: relative;
}
.dg-wrapper{
	width: 481px;
	height: 316px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.dg-wrapper a{
	width: 482px;
	height: 316px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	
}
.dg-wrapper a.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dg-wrapper a img{
	display: block;
	padding: 41px 0px 0px 1px;
}
.container-banner{
	padding: 0 0 0 15px;
}