/*------------------------------------------*/
/*	    Fonts
/*------------------------------------------*/

/*------------------------------------------*/
/*	    General
/*------------------------------------------*/
/* General */
body {	
	font-family: 'arial';
	font-size: 15px;
    line-height: 22.5px;
	font-weight: 300;
	color: #666;
}
strong, b { 
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
}

ul, ol {
	list-style: none;
}
ul {
    padding: 0;
    margin: 0;
}
a {
    color: inherit;
	outline: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
a:hover {
    color: #cd3333;
}
a, a:hover {
    text-decoration: none;
}
a, a:focus{
	outline: 0;
}
i {
	font-size: 1.1em;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
}
p strong {
	font-weight: 600;
}


/*------------------------------------------*/
/*	    Rewrtie bootstrap
/*------------------------------------------*/
.page
{
	margin-bottom:30px;
}
/* equal column */
@media(min-width:768px){
	.row-eq-height{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}

	.row-eq-height > [class*="col-"]{
		display: flex;
		flex-direction: column;
	}
}

/* thumbnail */
.thumbnail {
	border-width: 0;
	padding: 0;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.thumbnail .caption{
	padding: 5px 15px;
}

/*------------------------------------------*/
/*	        Header
/*------------------------------------------*/
/* top-bar */

.bg-header{

	
	    height: auto; 
        background-repeat: repeat-x;
        background-attachment: fixed;
        background-position: center center;
        background-size: cover !important;
        position: relative;
}
.top-bar{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border-bottom: 1px solid #f4f4f4;
	background: #333399;
}
.top-bar .contact-info{list-style:none;margin:0;padding:0;font-size: 12px;color:#FCF7F7;border:0;}
.top-bar .contact-info li{height:30px;line-height:30px;display: inline-block;margin-right:15px}
.top-bar .contact-info .circle{border-color: #666;}

/***** lang button *****/
.lang-button{
	margin: 3px 0 0 15px;
	padding: 0;
	list-style: none;
}
.lang-button li{
	display: inline-block;
	margin-left: 5px;
}
.lang-button, .frm-search{
	display: inline-block;
}
.lang-button{
	margin: 0 30px 0 0;
}
.lang-button li{
	height: 40px;
	line-height: 40px;
	text-transform: capitalize;
	margin: 0;
}
.lang-button li:last-child:before{
	content: '|';
	margin: 0 7px;
}
.lang-button a{
	color: #333;
}
.page-content {
    text-align: justify;
    margin: 20px 0 20px 0;
}
.content {
    margin-bottom: 70px;
}
/*------------------------------------------*/
/*	                Navbar
/*------------------------------------------*/
.brand-logo {
    margin: 30px 0 20px;
    text-align: center;
}
.brand-logo img{
	max-width: 250px;
	height: auto;
}
.brand-date {
    margin: 60px 0 20px;
    color: #090909e6;
}
.brand-search {
    margin: 50px 0 20px;
    color: #090909e6;
}
.navbar{
	border-radius: 0 0 0;
	border-width: 0;
	margin: 0;
}
.navbar-default{
	    background: rgba(255, 255, 255, 0);
    
}
.glyphicon-search{
	color: #666;
}

.navbar-default .navbar-nav > li > a {
    color: #003333;
}
.navbar-nav > li > a {
		text-transform: uppercase !important;
	}
@media(min-width:768px){
/* Center */
		.cloned {
			box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
			background: rgba(51, 51, 153, 0.9);
		}
		.cloned li a
		{
			color:#fff !important;
		}
		.navbar-nav li a {
		    border-bottom: 2px solid transparent;
		    padding-bottom: 10px;
		    margin-bottom: 10px;
   		}	
		.navbar-default .navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
		}

		.navbar-default ul {
		padding: 0;
		margin: 0;
		}
		.navbar-defaultul, ol {
		list-style: none;
		}
		.navbar-default .navbar-nav > li:first-child {
		margin-left: 0;
		}
		.navbar-default .navbar-nav > li:last-child {
		margin-right: 25px;
		}
		.navbar-default .navbar-nav > li {
		margin-left: 25px;
		display: inline-block;
		float: none;
		}

	.navbar.fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
		width: 100%;
		border-bottom: 1px solid #eee;
	}
	.navbar-collapse{
		text-align: center;
	}
	.navbar-nav{
		display: inline-block;
		float: none;
	}
	.navbar-brand{padding-top: 8px;}
	.navbar-brand > img {
		height: 40px;
		margin-top: 10px;
	}
	.navbar-nav > li{
		margin-left: 30px;
	}
	.navbar-nav > li > a {
		text-transform: uppercase;
		padding: 30px 0;
	}
	.navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
		background: transparent;
	}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
		background-color: rgba(255,255,255,0);
	}
	
	/* submenu */
	.navbar-nav > li > .dropdown-menu {
	    
	    border-top-left-radius: 0;
	    border-top-right-radius: 0;
	}
	.navbar ul ul {
		display: none !important;
	}
	.navbar-nav li:hover > ul {
		display: block !important;
		moz-animation: fadeInDown .1s ease-out ;
		-webkit-animation: fadeInDown .1s ease-out ;
		animation:fadeInDown .1s ease-out ;
	}
	.navbar-nav ul{
		margin: 0;
		padding: 0;
		width: 200px;
		border: 1px solid rgba(0, 0, 0, 0.05);
		border-width: 2px 0 0 0;
		border-style: solid;
		border-color: #ddd;
		font-size: 13px;
		text-transform: capitalize;

		box-shadow: 0 0 0 ;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.navbar-nav > li > .dropdown-menu{ 
		left: 0;
		right: auto;
		background-color: #333399;
		color:#ffff00 !important;
	}
	.navbar-nav > li > .dropdown-menu li{ border-bottom: 1px solid #eee; background-color: #333399;
		color:#ffff00 !important; position: relative }
	.navbar-nav > li > .dropdown-menu li:last-child{ border-bottom: 0 }
	.navbar-nav > li > .dropdown-menu li,
	.navbar-nav > li > .dropdown-menu li a { color: #ffff00; font-weight: 300; text-transform: uppercase; }
	.navbar-nav > li > .dropdown-menu a { padding: 10px 15px; position: relative }
	.navbar-nav > li > .dropdown-menu a:hover,
	.navbar-nav > li > .dropdown-menu > .active > a, 
	.navbar-nav > li > .dropdown-menu > .active > a:focus, 
	.navbar-nav > li > .dropdown-menu > .active > a:hover{ background-color: #333399;color: #ffff00 !important;}
	
	/* sub submenu */
	.navbar-nav ul ul{	
		left: 200px !important;
		top: -1px;
		border-top: 0;
	}
	
	.navbar-brand{
		margin-top: 10px;
	}
	.brand-search .form-group
	{
	   padding-left: 90px;;
	}
}
/*------------------------------------------*/
/*	        button-search
/*------------------------------------------*/
.search-radio {
    margin-top: 20px;
    position: relative;
}
.button-search {
    color: #b6b6b6;
    display: block;
    height: 34px;
    line-height: 34px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    text-align: center;
	top: 5px;
	width: 15px;
	z-index: 2;
}
.glyphicon-search {
    color: #66666680;
}
.transparent {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: currentcolor currentcolor #1a161680;
    border-image: none;
    border-radius: 0;
    font-family: "Lato",sans-serif;
    height: 43px;
    padding-top: 6px;
}
/*------------------------------------------*/
/*	        Slider
/*------------------------------------------*/
#slider{
	overflow: hidden;
	border-bottom: 0 solid #434a54;
}
.carousel-inner{height: 100%;}
.carousel-inner > .item{height: 100%;}
.carousel-indicators{}
.carousel-indicators li
{
	background:#333333;
	border-color:#333333;
}
.carousel-indicators .active
{
	background:#fbb03b;
	border-color:#fbb03b;
}
.carousel-progress{
	padding: 1px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.carousel-bar{
	height:3px;
	background:rgba(255, 255, 255, 0.7);
	display:block;
}
.carousel-control{
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	border: 2px solid #fff;
	color: #fff;
	font-size: 20px;
	left: 0;
	opacity: 0.7;
	position: absolute;
	text-align: center;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	line-height: 45px;
	font-size: 28px;
	z-index: 10000;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.carousel-control.left{
	left: -100px;
}
.carousel-control.right{
	right: -100px;
}
#slider:hover .carousel-control.left{
	left: 20px
}
#slider:hover .carousel-control.right{
	right: 20px
}
.caption-container{text-align: left}
.carousel-caption{
	left: 0;
	right: 0;
	top: auto;
	bottom: 100px;
	padding: 0;
}
.carousel-caption h2{
	margin: 0;
}
.carousel-caption h2 span {
    
    color: #fff;
    display: inline-block;
    font-size: 28px;
    text-transform: uppercase;
    width: 600px;
    margin-bottom: 30px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1;
    border-top: 5px solid #ffff00;
    border-bottom: 5px solid #ffff00;
    width: 100%;
}
.info{
	 text-transform: capitalize;
}
.carousel-caption .title {
    text-transform: uppercase;
    color:#fff;
    margin-bottom: 10px;
   }
/* section header img  */
.section-header-img {
    margin-top: 0px;

}
.section-header-img .header-img {
    height: 237px;
    border-top: 4px solid yellow;
    border-bottom: 4px solid yellow;
}
.section-header-img .header-img .content-title{
	 color: #ccc;
	text-transform: uppercase;
	text-align: center;
	overflow: hidden;
	padding-top: 57px;

  }
.section-header-img .header-img h1
{
	color:#cccccc !important;
} 
.section-header-img .header-img h1::before {
    content: '';
   	display: block;
    border-top: 3px solid;
    margin-left: 40%;
    margin-right: 40%;
    padding-top: 1%;
}
.section-header-img .header-img h1::after {
    content: '';
   	display: block;
    border-top: 3px solid;
    margin-left: 40%;
    margin-right: 40%;
    margin-top: 1%;
}
/*----utama--*/
.carousel-utama iframe {
    width: 100%;
    min-height: 475px;
    background-position: center;
    background-size: cover;
    border-top: 5px solid #ffff00;
    border-bottom: 5px solid #ffff00;
    position: relative;
}

@media(max-width:767px){
	.carousel-caption h2 span,.carousel-caption p span{
		width: 100%;
		text-align: center;
		display: block;
	}
	.carousel-utama iframe{
    width: 100%;
    min-height: 350px;

  }
  .brand-date
  {
      text-align:center;
  }
}
@media(max-width:360px){
	.carousel-utama iframe{
    width: 100%;
    min-height: 220px;
  }
}
.carousel-caption p span{
	color: #fff;
	display: inline-block;
	font-size: 16px;
	
}
.carousel-caption .btn-default{
	border-color: #333399;
	background: #333399;
	background-color: rgb(51, 51, 153);
	border-radius: 3px;

	/*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);*/
}

/*------------------------------------------*/
/*	        Section
/*------------------------------------------*/
section{
	margin: 70px 0 70px;
}
section.margin0{
	margin: 0;
}
.title-heading {
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 35px;
}
.heading {
    text-transform: uppercase;
    padding-left: 0px;
    margin: 30px 0px 30px;
    position: relative;
   /*border-left: 5px solid #fbb03b;*/
}
.sidebar .heading {

    margin: 0px 0px 30px;
  
}

.heading::before {
    content: '';
   	height: 1px;
	width: 90px;
    position: absolute;
    right: 0%;
    bottom: 0px;
    display: block;
    /*background: #fbb03b;*/
}
.heading.heading-light{color: #fff}
.heading.heading-light::before{background: #fff}

/*------------------------------------------*/
/*			Services
/*------------------------------------------*/
.section-service { background: rgba(0,0,0,0.5);}
.service-wrapper { margin: 0 auto; padding: 50px 0 70px}
.section-service .service-icon {
	border: 1px solid #ddd;
	color: #ddd;
	height: 84px;
	line-height: 84px;
	margin: 0 auto;
	width: 84px;
	font-size: 32px;
	
	-webkit-border-radius: 42px;
	-moz-border-radius: 42px;
	border-radius: 42px;
}
.section-service .service-icon,.section-service h3, .section-service p{border-color: #fff;color: #fff;}

/*------------------------------------------*/
/*			Features
/*------------------------------------------*/
.section-features .media-left{
	padding-top: 5px;
}
.section-features .media-body{
	padding-left: 15px;
}

.section-features .media-heading{
	margin-bottom: 15px;
}
.media.hiddenmedia {
    display: none !important;
}
.media.testimoniBox .testimonial-avatar {
    margin: 0px;
    width: 90px;
}

.content-top-chart a {
    padding: 8px;
}

/*------------------------------------------*/
/*			 aboutus
/*------------------------------------------*/
.section-aboutus .text-center {
    text-align: center;
    padding-bottom: 15px;
}
.section-aboutus {text-align: center;}
/*------------------------------------------*/
/*				radio
/*------------------------------------------*/
.thumbnail-radio {

}
#img-btn {
	width: 50px;
	height: auto;
	margin-left: -2px;
	color: yellow;

}
.detail-radio {

    border-top: 1px solid #333399;
    margin-top: 42px;
}
@media (max-width: 1279px)
{
	.detail-radio {
       margin-top: 0px !important;
	}
}
.radio-profile {
    margin-top: 15px;
}
.images-profile {
    overflow: hidden;
    border: solid 1px;
    max-width: 70px;
    max-height: 68px;
    border-radius: 50px;
}

.play
{
	background-color: #333399;
	left: 0;
	right: 0;
	padding: 15px 0px 15px 15px;
	margin: 15px 0px 30px 0px;
	width: 100%;
	height: auto;

}
#btn-play .bg-ply {
	background: #000;
	padding-top: 32px;
	border-radius: 38px;

}

@media (max-width: 767px)
{
	
	.thumbnail-radio
	{
		margin-bottom: 30px;
	}
}
#btn-play {
    float: left;
}
.mejs-container
{
	background: none !important;
	margin-top: -76px !important;
}
.mejs-controls a.mejs-horizontal-volume-slider{width:70% !important;}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total
 {
 	width: 100% !important;
 	 background: #fff;
 	 height: 4px !important;
 	
 }
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
       background: #ffff00 !important;
        height: 4px !important;
}
.mejs-horizontal-volume-handle
{
	height: 10px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    background: #ffff00 none repeat scroll 0 0;
    border-radius: 6px;
    cursor: w-resize;
    display: inline-block;
    float: right;
    height: 20px;
    position: absolute;
    top: 3px;
    width: 8px;
}
.tab-content .media:first-child {
    margin-top: 10px;
}
.tab-content hr
{
	margin-top: 0px;
	margin-bottom: 10px;
}
.tab-content hr:last-child 
{
	margin-top: 0px;
	margin-bottom: 30px;
}
.tab-content .media-left
{
	font-weight: bold
}
.tab-content .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc !important;
        border-bottom-color: rgb(204, 204, 204);
    border-bottom-color: #ddd !important;
    border-bottom: none;
}

.tab-content  .nav-tabs > li > a:hover {
    border-color: none !important
}
.tab-content .nav > li > a:focus, .nav > li > a:hover {
 background: none !important; 
 border-radius: none !important; 
 border-bottom: 1px solid #333399;
}
.tab-content .nav-tabs > li.active > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a{
   color: #555;
   
    background-color: transparent;
    border: none !important;
    border-bottom-color: #ddd !important;

}
.tab-content .nav-tabs > li > a, .nav-tabs > li > a, .nav-tabs > li > a:hover{
    color: #555;
    
    background-color: transparent;
    border: none !important;
    border-bottom-color: #ddd !important;
}
.nav-tabs {
    border-bottom: 1px solid #333399;
}
.list-program {
    margin-bottom: 50px;

}
.list-program .media-left, .media > .pull-left {
    padding-right: 40px;
}
.section-package {
    background: #f6f6f6;
}
.section-package .btn-default
{
	border-radius: 0px !important;
}
.program-weekly {
    margin: 10px 0 10px 0;
    padding: 10px;
}
.box-shadow{
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15), 0 4px 10px 0 rgba(0,0,0,0.1);
-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15), 0 4px 10px 0 rgba(0,0,0,0.1);
-o-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15), 0 4px 10px 0 rgba(0,0,0,0.1);
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15), 0 4px 10px 0 rgba(0,0,0,0.1);

}
.program-name {
    margin: 0px 0px 0 15px;
    padding: 10px;
    text-align: justify;
	text-transform: capitalize;
}
.daily-name {
    text-align: center;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 5px;
    background-color: #e2edf5;

}


/*------------------------------------------*/
/*			MUSIC CHART
/*------------------------------------------*/
.program-music {
    padding: 10px;
    margin-bottom: 15px;
}

.music-chart .media-left {
width: 30%;
padding-right: 10px;

  }
.music-chart hr {
    margin: 5px 0 5px 0;
    border-color: #ccc;
}
.music-chart p{
	margin: 0 0 0px;
	font-weight: bold;
}
.music-chart .title-music{
	text-transform: uppercase;
	margin: 0 0 0px;
	font-weight: bold;
}
.music-chart a{
	color:#336699;
}
.audioplay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: yellow;
    width: 100%;
    padding: 25%;
}
.chart-samping .music-chart .media-left {
    width: 10%;
    padding-right: 30px;
}
.music-chart {
    margin-bottom: 50px;

}
.music-chart .des-music {
    font-weight: inherit;
    color: #72829f;
}

/*==========================================*/
.section-news .media-left {
    width: 25%;
    padding-right: 30px;
}
.section-news .title-heading.heading {
    border-bottom: 1px solid #0d20ec;
    padding-bottom: 15px;
}
.section-news .title {
    font-weight: bold;
    margin-bottom: 0px;
}
.section-news .date {
    font-size: 12px;
    color: #336699;
}

/*------------------------------------------*/
/*			Latest Blog
/*------------------------------------------*/
.post-item{margin-bottom: 30px;}
.post-item .media{margin: 0;}
.post-item .media-left{padding-right: 15px;}
.post-date{
	margin-top: 2px;
font-size: 12px;
color: #ccc;

}
.post-date .day {
	background-color: #444;
	color: #fff;
	padding: 12px 0;
	width: 42px;
	display: block;
	font-size: 22px;
	
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.post-date .month {
	color: #fff;
	display: block;
	height: 40px;
	line-height: 39px;
	width: 42px;
	background: #ddd;
	text-align: text-align;
	
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.post-title {
   margin-bottom: 16px;
}
.post-desc {
    text-align: justify;
}
.post-header h3 {
    margin: 0px;
}

.post-header {
    margin-bottom: 30px;
}
.other-post .media-left {
    width: 50%;
}
.other-post .post-title {
    margin: -11px 0px 0px 0;
    
}



/*------------------------------------------*/
/*			Destination
/*------------------------------------------*/

.destination-item{
	margin-bottom: 30px;
	position: relative;
}
.destination-info{
	text-align: right;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 10;
   
}
.destination-info h3 {
	margin: 0;
	font-weight: 600;
	color: #fff;
}
.destination-info h5 {
	margin: 0;
	color: #FEC107;
}

/*------------------------------------------*/
/*			Package Tour
/*------------------------------------------*/
.package-item{
	background: #fff;
	margin-bottom: 30px;
}
.package-item figcaption{
	color: #fff;
	bottom: 15px;
	position: absolute;
	left: 15px;
	right: 15px;
	z-index: 1000;
}
.package-title{
	background: #f94141;
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	font-size: 13px;
	margin-bottom: 10px;
}
.package-title:hover{
	background: #FEC107;
	color: #fff;
}
.package-price{
	color: #fff;
	font-size: 24px;
	position: absolute;
	top: 15px;
	right: 15px;
	text-shadow: 1px 1px 0 rgba(0,0,0,.25);
	color: #FEC107;
}
.package-price .curency-symbol{
	color: #fff;
	font-size: 14px;
}
.package-duration{
	margin: 0;
	text-shadow: 1px 1px 2px rgba(0,0,0,.25);
}
.package-star{
	color: #FEC107;
	font-size: 12px;
}
.package-star .disabled{
	color: #ddd;
}
.ribbon {
	position: absolute;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: center;
}
.ribbon span {
	font-size: 10px;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	line-height: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 100px;
	display: block;
	background: #f94141;
	background: linear-gradient(#f94141 0,#f94141 100%);
	text-shadow: 1px 1px 2px rgba(0,0,0,.25);
	position: absolute;
	top: 19px;
	left: -21px;
}

/*------------------------------------------*/
/*			Testimonial
/*------------------------------------------*/
.section-testimonial {
	background: rgba(0,0,0,0.3);
	color: #fff;
}
.testimonial-wrapper { margin: 0 auto; padding: 50px 0 70px}
@media (min-width: 768px) {
	.testimonial-wrapper { width:70%; }
}
.testimonial-wrapper p{ 
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 30px;
	font-family: georgia;
	font-style: italic;
}
.testimonial-wrapper .owl-pagination{
	bottom: -55px
}
.testimonial-wrapper .owl-theme .owl-controls .owl-page.active span, .testimonial-wrapper .owl-theme .owl-controls.clickable .owl-page:hover span{
	border-color: #ddd;
	opacity: 1;
}
.testimonial-wrapper  .owl-theme .owl-controls .owl-page span {
	border-color: #fff;
}

.square.testimonial-avatar{
	width: 120px;
	position: relative;
	overflow: hidden;
	margin: 20px auto 40px;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.square.testimonial-avatar:after{
	border: 4px solid rgba(255,255,255,0.4);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.section-testimonial .title-heading
{
	color:#fff;
	margin-top: 5px;
}
/*------------------------------------------*/
/*			Gallery
/*------------------------------------------*/

.section-team .square .square-content {
   padding: 20px;
    
}
.section-team .owl-controls i
{
	background: #ccc;
}
.section-team .owl-controls .fa-angle-left{
    background: #ccc;
    padding: 1px 15px 3px 12px;
    border-radius: 20px;
    text-align: center;
}
.section-team .owl-controls .fa-angle-right{
    background: #ccc;
    padding: 1px 13px 3px 15px;
    border-radius: 20px;
    text-align: center;
}
.gallery-item {
    margin-bottom: 20px;
}


/*------------------------------------------*/
/*			Gallery
/*------------------------------------------*/
.section-gallery li{
	display: inline-block;
	width: 25%;
	margin-bottom: -6px;
}
@media only screen and (max-width : 550px) {    
	.section-gallery li{
		width: 100%;
	}
}

@media only screen and (max-width : 767px)and (min-width : 551px){    
	.section-gallery li {
		width: 50%;
	}
}
.nav-album li{
display: inline;
width: 7%;

margin-left: 5px;


}
.nav-album ul {
    padding: 0;
    margin-bottom: 20px;
}
.lg-sub-html h4
{
    color:#fff;
}
/*------------------------------------------*/
/*			Contact
/*------------------------------------------*/
.contact-wrapper{
	margin-bottom: 30px;
}
.contact-intro{
	text-align: center;
	margin-bottom: 60px
}
.contact-info {
	padding: 30px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 30px;
}
.contact-info i {
	color: #ddd;
	font-size: 45px;
	margin: 0 0 15px;
}
.contact-info h5 {
	text-transform: uppercase;
	font-size: 16px;
	margin: 15px 0 7px;
}
.footer-icon {
    color: #fff;
}
.contact-info  p{margin:0}
@media (min-width: 768px) {
	.contact-intro{margin: 0 20% 60px}
}
@media(max-width:767px){
	.contact-info {padding: 20px 10px;}
	.contact-info h5 {
		font-size: 14px;
		margin: 0;
	}
	.contact-info  p{font-size: 11px;}
	.tab-content .nav > li > a:focus, .nav > li > a:hover {
    background: #333399 !important;
    border-bottom:none !important;
    color: #fff !important;
    }

}
.section-map{}
#map-canvass{height:600px}

/*------------------------------------------*/
/*			Client
/*------------------------------------------*/
.client-carousel {padding: 0 30px;}
.client-brand img{
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%);
	
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.client-brand:hover img{
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	-webkit-filter: grayscale(0%);
}

/*------------------------------------------*/
/*			Page Nav
/*------------------------------------------*/
.page-nav{ margin: 30px 0; text-align: center; }
.page-nav ul{margin:0;padding:0}
.page-nav li{ display: inline-block; border:none !important }
.page-nav span,
.page-nav a{
	padding: 3px 10px;
	margin: 2px;
	color: #666;
	border: 1px solid #eee;
	display: block;
}
.page-nav span{ color: #999; }
.page-nav .active a,.page-nav .current{ background: #01B5EA; border-color: #01B5EA; color: #fff }
.page-nav .disabled span{ background: #fafafa; border-color: #eee }


/*------------------------------------------*/
/*			Footer
/*------------------------------------------*/
footer {
	background-color: #333399;
	color: #fff;
	font-size: 14px;
}
.footer-section{
	padding: 45px 0 50px;
}
footer h3{
	color: #fff;
	margin-bottom: 30px;
}
footer p ,
footer a {
	color: #aaa;
}
footer a:hover {
	color: #666;
	text-decoration: underline;
}
footer .form-control,footer input[type="text"] {
	background-color: #222;
	border: 1px solid #444;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
	color: #fff;
	margin-bottom: 15px;
}
footer textarea.form-control {
	height: 80px;
}
footer .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #666;
	font-size: 12px;
}
footer .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #666;
	font-size: 12px;
}
footer .form-control:-ms-input-placeholder { /* IE 10+ */
	color: #666;
	font-size: 12px;
}
footer .form-control:-moz-placeholder { /* Firefox 18- */
	color: #666;
	font-size: 12px;
}
.nav-footer li a{
	text-transform: capitalize;
}
.connect-icon{width: 15px;}
.copyright-section {
	
    padding: 15px 0;
	font-size: 12px;
	letter-spacing: 0.5px;

}
.copyright-section p{
	margin: 0;
}


/*------------------------------------------*/
/*			Back to top
/*------------------------------------------*/
.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
}
.back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-align: center;
    background-color: #444;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}


/*------------------------------------------*/
/*			Social button
/*------------------------------------------*/
.social-icon{
	list-style:none;
	padding: 0;
}
.social-icon li{
	display: inline-block;
	border-left: 1px solid rgba(0,0,0,0.03);
	margin-left: 5px;
}
.social-icon li:first-child{
	margin-left: 0;
}
.social-icon li:last-child{
	border-right: 1px solid rgba(0,0,0,0.03);
}
.social-icon a{
	
	color: #fff;
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	position: relative;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.social-icon a:hover{
	color: #fff;
}
.social-icon a:hover:after{
	background: rgba(255,255,255,0.2);
	content: '';
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	bottom: 0;
	right: 0;
	z-index: 1;
	position: absolute;
}
.social-icon .facebook{}
.social-icon .twitter{}
.social-icon .google-plus{}
.social-icon .linkedin{}
.social-icon .youtube{}
.social-icon .pinterest{}
.social-icon .flickr{}
.social-icon .dribbble{}
.social-icon .skype{}
.social-icon .rss{}
.social-icon .instagram{}
.social-icon .facebook:hover{background: #3B5998;}
.social-icon .twitter:hover{background: #00C5F9;}
.social-icon .google-plus:hover{background: #E05A4E;}
.social-icon .linkedin:hover{background: #117BB8;}
.social-icon .youtube:hover{background: #CB312E;}
.social-icon .pinterest:hover{background: #EE3324;}
.social-icon .flickr:hover{background: #ED1384;}
.social-icon .dribbble:hover{background: #EB4C89;}
.social-icon .skype:hover{background: #00B0F6;}
.social-icon .rss:hover{background: #FBA933;}
.social-icon .instagram:hover{background: #FBA933;}


/*------------------------------------------*/
/*			Social Share
/*------------------------------------------*/
.social-share {margin-bottom: 15px;}
.social-share span {
	margin-right: 4px;
	font-size: 13px;
	color: #666;
}
.social-share a {
	display: inline-block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.social-share a.facebook {background-color: #507CBE;}
.social-share a.facebook:hover {background-color: #3E68A8;}
.social-share a.twitter {background-color: #63CDF1;}
.social-share a.twitter:hover {background-color: #36BFED;}
.social-share a.google-plus {background-color: #F16261;}
.social-share a.google-plus:hover {background-color: #EF4545;}
.social-share a.linkedin {background-color: #90CADD;}
.social-share a.linkedin:hover {background-color: #72BBD3;}
.social-share a.pinterest {background-color: #C52228;}
.social-share a.pinterest:hover {background-color: #9E1B20;}
.social-share a.mail {background-color: #FFC107;}
.social-share a.mail:hover {background-color: #FFB300;}
.social-share a.instagram {background-color: #FFC107;}
.social-share a.instagram:hover {background-color: #FFB300;}
.social-share a i {
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 1em;
}

/*------------------------------------------*/
/*			Social footer
/*------------------------------------------*/
.footer-section .social-icon{
	list-style:none;
	padding: 0;
}
.footer-section.social-icon li{
	display: inline-block;
	border-left: 1px solid rgba(0,0,0,0.03);
	margin-left: 5px;
}
.footer-section .social-icon li:first-child{
	margin-left: 0;
}
.footer-section .social-icon li:last-child{
	border-right: 1px solid rgba(0,0,0,0.03);
}
.footer-section .social-icon a {
    color: #fff;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 17px;
    overflow: hidden;
}
.footer-section .social-icon a:hover{
	color: #fff;
}
.footer-section .social-icon a:hover:after{
	background: rgba(255,255,255,0.2);
	content: '';
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	bottom: 0;
	right: 0;
	z-index: 1;
	position: absolute;
}
.footer-section .social-icon .facebook{background: #3B5998;}
.footer-section .social-icon .twitter{background: #00C5F9;}
.footer-section .social-icon .google-plus{background: #E05A4E;}
.footer-section .social-icon .linkedin{background: #117BB8;}
.footer-section .social-icon .youtube{background: #CB312E;}
.footer-section .social-icon .pinterest{background: #CB312E;}
.footer-section .social-icon .flickr{background: #EE3324;}
.footer-section .social-icon .dribbble{background: #EB4C89;}
.footer-section .footer-section .social-icon .skype{background: #00B0F6;}
.footer-section .social-icon .rss{background: #FBA933;}
.footer-section .social-icon .instagram{background: #FBA933;}
.footer-section .footer-section .social-icon .facebook:hover{background: #3B5998;}
.footer-section .social-icon .twitter:hover{background: #00C5F9;}
.footer-section .footer-section .social-icon .google-plus:hover{background: #E05A4E;}
.footer-section .social-icon .linkedin:hover{background: #117BB8;}
.footer-section .social-icon .youtube:hover{background: #CB312E;}
.footer-section .social-icon .pinterest:hover{background: #EE3324;}
.footer-section .social-icon .flickr:hover{background: #ED1384;}
.footer-section .social-icon .dribbble:hover{background: #EB4C89;}
.footer-section .social-icon .skype:hover{background: #00B0F6;}
.footer-section .social-icon .rss:hover{background: #FBA933;}
.footer-section .social-icon .instagram:hover{background: #FBA933;}

/*------------------------------------------*/
/*			Thumbnail [aspect ratio]
/*------------------------------------------*/
.square {
    position: relative;
    width: 100%;
}
.square:before {
    content:     "";
    display:     block;
    padding-top: 100%;
}
.square .square-content {
    position: absolute;
    top:      0;
    left:     0;
    bottom:   0;
    right:    0;

}
.img-wrap{
	width: 100%;
	height: 100%;
	position: relative;
    overflow: hidden;
}
.img-wrap img{
	min-width:100%;
	min-height:100%;
	
	position: absolute;
    top: -10000px;
    bottom: -10000px;
    left: -10000px;
    right: -10000px;
    margin: auto;
}

/* Other ratios - just apply the desired class to the "box" element */
.ratio2_1:before{
    padding-top: 50%;
}
.ratio1_2:before{
    padding-top: 200%;
}
.ratio4_3:before{
    padding-top: 75%;
}
.ratio16_9:before{
    padding-top: 56.25%;
}
.ratio2_1 .landscape, .ratio16_9 .landscape{max-height:inherit !important;max-width:100% !important;}
.ratio2_1 .potrait, .ratio16_9 .potrait{max-height:100% !important;max-width:inherit !important;}

.squared{max-width:100% !important;max-height:100% !important;}
.landscape{max-height:100% !important;max-width:inherit !important;}
.potrait{max-width:100% !important;max-height:inherit !important;}

.img-wrap.default{}


/*------------------------------------------*/
/*			Thumbnail hover animate
/*------------------------------------------*/

/***** Zoom *****/
.effect-zoom img{
	transition: all 0.5s ease 0s;
}
.effect-zoom:hover img{
	transform: scale(1.2);
	transition: all 0.5s ease 0s;
}
.effect-zoom i{
	opacity: 0;
	color:#fdfefc;
}
.effect-zoom:hover i{
	transform: scale(1.2);
	transition: all 0.5s ease 0s;
	opacity: 1;
}
.effect-zoom figcaption {
    max-width: 100%;
    text-align: center;
    top: 5px;
    padding-top: 25%;
}
.effect-zoom span > i {
    color: yellow;

}


/***** Bubba *****/
figure.effect-bubba {
	text-align: center;
	cursor: pointer;
}
figure.effect-bubba img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-bubba:hover img {
	opacity: 1;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	background: rgba(0,0,0,0.4);
}
figure.effect-bubba figcaption::before {
	
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	
}
figure.effect-bubba figcaption::after {
	
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	
}
figure.effect-bubba h3 {
	opacity: 0;
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	color:#fff;
	z-index: 10;
}
figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	z-index: 10;
	color:#fff;
}
figure.effect-bubba .icon-view {
	opacity: 0;
	color: #fff;
	display: block;
	font-size: 24px;
	height: 50px;
	left: 50%;
	line-height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
	z-index: 10;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-bubba:hover h3,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-bubba:hover .icon-view {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*-------------------effect-zoe-----------------------*/
.btn-name {
	background: #cccccc;
	color: #4150f3;
	text-align: center;
	padding: 15px 0px 15px 0;
	margin: -22px 20px 0 20px;
	position: relative;
	text-transform: uppercase;
    }
.twet {
    border: 1px solid #ccc;
    border-radius: 6px;
}

/* Team Hover */

figure.effect-zoe {
    margin: 0;
    width: 100%;
    height: auto;
    min-width: 200px;
    max-height: none;
    max-width: none;
    float: none;
    padding-top: 100%;
}

figure.effect-zoe img {
    display: inline-block;
    opacity: 1;
}

figure.effect-zoe p.icon-links {
    margin: 0px;
}

figure.effect-zoe p.icon-links a {
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

figure.effect-zoe p.icon-links a i::before {
    color: #fff;
    font-size: 24px;
    display: inline-block;
    padding: 15px 10px;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

figure.effect-zoe p.icon-links a:hover i::before {
    color: #f2f2f2;
}

figure.effect-zoe p.phone-number a {
    color: #fff;
    font-size: 12px;
}

figure.effect-zoe p.phone-number a:hover {
    color: #f2f2f2;
    text-decoration: none;
}

figure.effect-zoe figcaption {
	top: 0;
	bottom: auto;
	padding-top: 20px;
	height: 16em;
	background: #4969f599;
	
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	margin: -60px 0px 0 0px;
	text-align: center;

		
}
@media (min-width:979px) and (max-width:983px){
	figure.effect-zoe figcaption
	{
		margin: -60px 73px 0 0px;
	}
}

figure.effect-zoe figcaption p
{
	color: #fff;
}
.effect-zoe p a {
    padding-left: 10px;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.team {
    margin-bottom: 60px;
}
.team-profile {
    margin-bottom: 15px;
}

/*------------------------------------------*/
/*			Animate
/*------------------------------------------*/
.animated{
	display:block;
	/*
	animation-duration: 3s;
	animation-delay: 2s;
	animation-iteration-count: infinite;
	*/
}
.animated.title{animation-delay: 0.5s;}
.animated.info{animation-delay: 1s;}
.animated.button{animation-delay: 1.5s;}


/*------------------------------------------*/
/*			Owl Carousel
/*------------------------------------------*/

/* Styling Owl Pagination*/
.owl-pagination {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 5px;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 16px;
	height: 16px;
	margin: 2px 4px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #444;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.touch-slider:hover .owl-controls .owl-page span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	border-color: #00b6e3;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

/* Custom Owl Pagination*/
.owl-container{
	position: relative;
}
.owl-container .owl-buttons [class*="owl-"]{
	position: absolute;
	top: 50%;
	font-size: 24px;
	z-index: 1000;
}
.owl-container .owl-buttons .owl-prev{
	left: 0;
}
.owl-container .owl-buttons .owl-next{
	right: 0;
}

/* Styling Owl navigation*/
.owl-buttons .owl-prev,
.owl-buttons .owl-next{
	font-size: 36px;
	height: 60px;
	line-height: 60px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
}
.owl-buttons .owl-prev{left: 0;}
.owl-buttons .owl-next{right: 0;}

/* ======================================
Form 
========================================*/

/* btn */
.btn{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-default{
	background: #333399;
	background-color: rgb(51, 51, 153);
	border-color: #333399;
	border-radius: 5px;
	color: #fff;
	margin-bottom: 5px;
	

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

/* input */
.form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form-control:focus {
	box-shadow: none;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.control-group select, .control-group textarea, .control-group input[type="text"], .control-group input[type="password"], .control-group input[type="datetime"], .control-group input[type="datetime-local"], .control-group input[type="date"], .control-group input[type="month"], .control-group input[type="time"], .control-group input[type="week"], .control-group input[type="number"], .control-group input[type="email"], .control-group input[type="url"], .control-group input[type="search"], .control-group input[type="tel"], .control-group input[type="color"] {
	background: none repeat scroll 0 0 #FFFFFF;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
	background-color: #FFFFFF;
	border-color: #01B5EA;
	color: #696969;
	box-shadow: none;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	background-color: #FFFFFF;
	border-color: #D5D5D5;
	border-width: 1px;
	color: #858585;
	box-shadow: none;
}
.checkbox label, .radio label {
	padding-left: 0;
	padding-right: 20px;
}
.checkbox-inline, .radio-inline {
	padding-left: 0;
}
.checkbox input[type=checkbox],.radio input[type=radio],.checkbox-inline input[type=checkbox],.radio-inline input[type=radio] { opacity: 0; }
input[type=checkbox]+.lbl,
input[type=radio]+.lbl {
	cursor: pointer;
	font-weight: normal;
	padding-left: 25px;
	padding-top: 5px;
	position: relative;
}
input[type=checkbox]:disabled+.lbl, input[type=radio]:disabled+.lbl { color: #bbb; cursor: not-allowed }
input[type=checkbox]+.lbl::before,
input[type=radio]+.lbl::before,
input[type=radio]+.lbl::after{
	position: absolute;
	display: block;
	left: 0;
	top: 3px;
}
input[type=checkbox]+.lbl::before,
input[type=radio]+.lbl::before{
    font-family: fontAwesome;
    content: "\a0";
    border: 1px solid #CCC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	font-size: 12px;
    height: 16px;
    line-height: 14px;
    width: 16px;
	text-align: center;
}
input[type=checkbox]:checked+.lbl::before,
input[type=radio]:checked+.lbl::before {
    content: '\f00c';
    background-color: #fff;
    border-color: #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1)
}
input[type=radio]+.lbl::before,
input[type=radio]:checked+.lbl::before {
    content: "";
	border-radius: 8px;
}
input[type=radio]:checked+.lbl::after {
    background: #00b6e3;
	border-radius: 8px;
	content: "";
	height: 10px;
	left: 3px;
	top: 6px;
	width: 10px;
}
input[type=checkbox]:disabled+.lbl::before,
input[type=radio]:disabled+.lbl::before,
input[type=checkbox][disabled]+.lbl::before,
input[type=radio][disabled]+.lbl::before,
input[type=checkbox].disabled+.lbl::before,
input[type=radio].disabled+.lbl::before {
    background-color: #DDD!important;
    border-color: #CCC!important;
    box-shadow: none!important;
    color: #BBB
}
input[type=checkbox]+.lbl::before,
input[type=radio]+.lbl::before{
    color: #00b6e3;
}
input[type=checkbox]:hover+.lbl::before,
input[type=radio]:hover+.lbl::before,
input[type=checkbox]+.lbl:hover::before,
input[type=radio]+.lbl:hover::before {
    border-color: #ffc107
}
.checkbox, .radio {
	margin-bottom: 15px;
}
.btn-spinner{
	font-size: 18px;
	border: 1px solid #ddd;
}

/*--------------------------------------
batas
---------------------------------------*/
.wrap-container {
margin-right: auto;
margin-left: auto;
padding-left: 0px;
padding-right: 0px;

    
}
.jajal:after,.jajal:before{display:table;content:" "}
@media (min-width: 768px) {

   .wrap-container {
      width: 768px;
    
    }
  
}
@media (min-width: 800px) {
   .wrap-container {
      width: 800px;
    
    }
  
}
@media (min-width: 980px) {
   .wrap-container {
      width: 980px;
    
    }
  
}
@media (min-width: 992px) {
.wrap-container {
 width: 1173px;

    }
  
}

@media (min-width: 1280px) {
.wrap-container {
	width: 1280px;

    }
  
}
@media (min-width: 1349px) {
.wrap-container {
	width: 1349px;

    }
  
}
/*------------------------------------------*/
/*			Misc
/*------------------------------------------*/
.xhide{opacity:0}
.iconleft{margin-right:5px}
.iconright{margin-left:5px}
.no-border{border:none}
.no-shadow{box-shadow: 0 0 rgba(0,0,0,0)}
.circle{
	border: 1px solid #bbb;
	padding: 4px;
	
	webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
		-o-border-radius: 50%;
		   border-radius: 50%;
}
.list-item{
	margin-bottom: 30px;
}
.icon-sm{
	width: 25px;
}
.icon-lg{
	width: 60px;
	font-size: 48px;
}

/* sparator */
.sparator{
	background: #333;
	height: 1px;
}

/* typo */
.lowercse{text-transform: lowercse !important;}
.uppercase{text-transform: uppercase !important;}
.capitalize{text-transform: capitalize !important;}

/* color */
.white{color: #ffffff !important}
.red{color: #cd3333 !important}
.orange{color: #FF9800 !important}
.deep-orange{color: #f46e39 !important}
.purple{color: #c032bb !important}
.green{color: #37c770 !important}
.lime{color: #CDDC39 !important}
.lime-dark{color: #827717 !important}
.blue{color: #4993e6 !important}
.amber{color: #FFC107 !important}
.pink{color: #e91e63 !important}


@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){
    	.section-team .lebar {
		width: 1264px;
		}
}
@media(min-width:1200px){}