html, body, div, span, applet, object, iframe,
 p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6,{
	margin-top: 0;
    margin-bottom: 10px;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

ol, ul, li{
	padding: auto;
	margin: auto;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

select{
	max-width: 100%;
}

body{
	margin:0;
	padding:0;
	font-family: 'raleway', sans-serif;
	color:#666;
	font-size:14px;
	line-height:20px;
}
h1.logo{
	font-size: 30px;
    font-weight: 900;
    padding-top: 20px;
}
img{
	max-width: 100%;
	height: auto;
}
/* ==========================
1. General
============================= */
.animationload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background-color: #fff;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    width: 200px;
    height: 200px;
    background-image: url("../images/apple-touch-icon.png");
    background-position: center;
    background-repeat: no-repeat;
}
a {
    color: #29ABE2;
    text-decoration: none;
}
a:hover {
    color: #FBA301;
    text-decoration: none;
}
.btn-default {
    color: #333;
    background-color: #29ABE2;
    border-color: #29ABE2;
	border-radius: 0;
	color:#fff;
	padding: 6px 35px;
	font-weight:bold;
}
.btn-default:hover {
    background-color: #FBA301;
    border-color: #FBA301;
	color:#fff;
}
.bg-grey{
	background-color: #E9E9E9;
}
.pbot-main{
	padding-bottom:80px;
}
.pbot-main:after{
	content:'';
	display:block;
	clear:both;
}
.p-main{
	padding:80px 0;
}
.pos-relative{
	position:relative;
}
.page-title{
	text-align:center;
	margin-bottom: 80px;
    margin-top: 80px;
}
.page-title .lead,.page-title h2{
	font-size: 30px;
    color: #0071BC;
    line-height: 34px;
    font-family: raleway, sans-serif;
    font-weight: 700;
	margin-bottom:20px;
	
}
.page-title .sublead,.page-title p{
	font-size: 14px;
    color: #666666;
    line-height: 20px;
    font-family: raleway, sans-serif;
    font-weight: 400;
}
.bg-grey{
	background-color:#F8F8F8;
}
.ptop-single{
	padding:80px 0;
}
p {
    margin: 0 0 10px;
}

/* Box */
.box-wrap {
	width: 85%;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 4px #666;
	box-shadow: 0 0 4px #666;
}
.box-bg {
	/* background: url(../img/boxed_bg.png) repeat; */
	background-color:#000;
}


/* ==========================
2. Navbar
============================= */
.navbar{
	margin-bottom: 0px;
}
.navbar-main{
	background-color: #fff;
	border-color: transparent;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
          box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
}
.header-top{
	background-color: #29ABE2;
	color:#fff;
	height:45px;
}
.navbar-fixed-top {
    position: relative;
    right: 0;}
.navbar-main.stiky{
	position: fixed;
}
.navbar-main.stiky .header-top{
	display: none;
}
.navbar-main.stiky  .navbar-brand {
	margin-top: -15px;
}
.navbar-main .navbar-brand > img {
	width: 100%;
    -webkit-transition: 0.2s all linear;
	        transition: 0.2s all linear;
}
.navbar-main.stiky .navbar-brand > img {
    width: 80%;
}
.navbar-main .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 22px;
}
.navbar-main .navbar-nav > li > a {
	padding-top:40px;
	min-height: 100px;
	font-size:12px;
	line-height:22px;
	color:#333;
	background-color:#fff;
	font-weight:700;
	text-transform:uppercase;
	-webkit-transition: 0.2s all linear;
		transition: 0.2s all linear;
}
.navbar-main.stiky .navbar-nav > li > a {
    padding-top: 20px;
    min-height: 60px;
}
.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > li > a:focus,
.navbar-main .navbar-nav > li > a:active{
	color:#0071BC;
	background-color:#F8F8F8;
}
.navbar-main .navbar-nav > li.active a{
	color:#0071BC;
	background-color:#F8F8F8;
}
.navbar-toggle .icon-bar {
    background-color: #29ABE2;
}
.dropdown-menu {
	border:0;
    border-bottom: 4px solid #29ABE2;
	border-radius:0;
}
.sub-menu{
	border:0;
    border-bottom: 4px solid #29ABE2;
	border-radius:0;
}
.widget .sub-menu{
	border-bottom: 0px;
}
.sub-menu > li > a {
    padding: 10px 20px;
}
.sub-menu > li > a:hover, .sub-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.sub-menu > li > a {
    padding: 10px 20px;
}
.sub-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a {
    padding: 10px 20px;
}
.info{
	margin-top:10px;
}
.info a{
	color:#fff;
}
.info a:hover{
	color:#FBA301;
}
.info .info-item{
	display:inline-table;
	margin-right:80px;
}
.info .info-item:last-child{
	margin-right:0;
}
.info .info-item .fa{
	margin-right:10px;
}
.top-sosmed{
	margin-top:8px;
}
.top-sosmed span{
	width:30px;
	height:30px;
	text-align:center;
	background-color:#fff;
	color:#29ABE2;
	display: inline-table;
	padding-top: 7px;
    border-radius: 50%;
	margin-right:10px;
}
.top-sosmed span:hover{
	background-color:#FBA301;
	color:#fff;
}
.top-sosmed span.fa{
	font-size:18px;
}
.admin-bar .navbar-main.stiky {
    
    top: 30px;
}

/* ==========================
3. Banner
============================= */
.banner{
	position:relative;
}
.banner .imgbg{
	height:450px;
}
.banner .imgbg img{
	display:none;
}
.banner .title-box h2{
	text-align: left;
    font-size: 30px;
    color: #fff;
    line-height: 42px;
    font-family: raleway, sans-serif;
    font-weight: 900;
}
.banner .caption {
	color:#fff;
	position:absolute;
	top:100px;
	left:20px;
	max-width:560px;
}
.banner .caption a.btn-default,
.wrap-caption a.btn-default{
	text-align: center;
    font-size: 14px;
    color: #29ABE2;
    line-height: 20px;
    font-weight: 700;
	background-color:#fff;
	padding:10px 20px;
	border:0;
}
.banner .caption a.btn-default:hover,
.wrap-caption a.btn-default:hover{
	background-color:#FBA301;
	color:#fff;
}
/* carousel */
.carousel-caption {
    right: 0;
    left: 0;
	padding-bottom: 200px;
	text-align:left;
	
}
.item .carousel-caption .caption-heading {
    text-align: left;
    font-size: 30px;
    color: #fff;
    line-height: 42px;
    font-family: raleway, sans-serif;
    font-weight: 900;
	
	margin-left:80px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	filter: alpha(opacity=0);
	opacity: 0;
}
.item.active .carousel-caption .caption-heading {
	margin-left:0px;
	filter: alpha(opacity=100);
	opacity: 1;
}
.item .caption-desc{
	margin-bottom:10px;
	
	margin-left:100px;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	filter: alpha(opacity=0);
	opacity: 0;
}
.item.active .caption-desc{
	margin-left:0px;
	filter: alpha(opacity=100);
	opacity: 1;
}
.wrap-caption{
	max-width:560px;
}
.carousel-control{
	width: 5%;
}
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 20px;
	position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-chevron-right {
	
	right: 50%;
}

.work-info{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index: 99;
}
.work-info-item{
	padding:0;
	color:#fff;
	width:33.333%;
	float:left;
	min-height:100px;
}
.work-info-item:nth-child(1){
	background-color:#85DBFF;
}
.work-info-item:nth-child(2){
	background-color:#29ABE2;
}
.work-info-item:nth-child(3){
	background-color:#0071BC;
}
.work-info-icon{
	float:left;
	margin-right:20px;
	width:60px;
	margin :35px 0 0 30px;
}
.work-info-icon .fa{
	font-size: 30px;
}
.work-info-body{
	float:left;
	margin :30px 0 0 0;
}
.work-info-lead{
	font-size: 18px;
}
.work-bg-1{
	background-color:#85DBFF;
}
.work-bg-2{
	background-color:#29ABE2;
}
.work-bg-3{
	background-color:#0071BC;
}
.subbanner{
	background-color: #29ABE2;
	height:150px;
	margin-bottom: 25px;
}
.subbanner .caption{
	margin-top: 35px;
	float: right;
	color:#fff;
	text-align:right;
}
.subbanner .caption a{
	color:#fff;
	text-decoration:none;
}
.subbanner .caption h3{
	font-size: 30px;
    color: #fff;
    line-height: 42px;
    font-weight: 900;
	text-transform:uppercase;
	margin-bottom: 0;
}
.subbanner .breadcrumb {
    padding: 8px 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
}
.subbanner .breadcrumb > .active {
    color: #fff;
}
.subbanner .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #fff;
  content: "/\00a0";
}


/* ==========================
4. Why Choose Us
============================= */
.why-item-wrap{
	padding:80px 0;
	clear:both;
}
.why-item-wrap:after{
	content:'';
	display:block;
	clear:both;
}
.why-item{
	text-align:center;
	width:80%;
	margin:0 auto;
}
.why-item .icon{
	background-color:#29ABE2;
	width:80px;
	height:80px;
	text-align:center;
	border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	padding-top: 22px;
	margin:0 auto;
}
.why-item:hover .icon{
	background-color:#FBA301;
}
.why-item .icon .fa{
	font-size:30px;
	color:#fff;
}
.why-item .ket{
	font-size:14px;
	color:#666;
	margin-top:40px;
}
.why-item .ket h4{
	font-size:18px;
	color:#333;
	font-weight:700;
	margin-bottom:30px;
}
.title-page{
	color: #0071BC;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}
.about-img{
	margin-bottom:20px;
}
.about-img img{
	margin-left:auto;
	margin-right:auto;
}
.about-wrap{
	margin-left:20px;
}
.founder-box{
	margin-top:20px;
	margin-bottom:40px;
}
.founder-box .title-page {
    margin-bottom: 5px;
}
/* ==========================
5. Services
============================= */
.services{
	
}
.services-item{
	margin-bottom:62px;
}
.services-item.left .icon{
	width:80px;
	height:80px;
	float:right;
}
.services-item.right .icon{
	width:80px;
	height:80px;
	float:left;
}
.services-item .icon img{
	width:80px;
	height:80px;
	border: 2px solid #29ABE2;
	border-radius: 50%;
}
.services-item.left .ket{
	text-align:right;
	margin-right: 100px;
}
.services-item.right .ket{
	text-align:left;
	margin-left: 100px;
}
.services-item.left .ket h4{
	text-align: right;
    font-size: 18px;
    color: #333333;
    BACKGROUND-COLOR: #53bbe7ba;
    line-height: 22px;
    font-family: raleway, sans-serif;
    font-weight: 700;
}
.services-item.right .ket h4{
	text-align: left;
    font-size: 18px;
    color: #333333;
    BACKGROUND-COLOR: #53bbe7ba;
    line-height: 22px;
    font-family: raleway, sans-serif;
    font-weight: 700;
}
.service-list{
	margin:20px 0 0 0;
	padding:0;
}
.service-list li{
	list-style:none;
	margin: 12px 0;
}
.service-list li .fa{
	margin-right:10px;
	color:#29ABE2;
	font-size: 16px;
}
.services-item-full{
	border-bottom:1px solid #E9E9E9;
	padding-bottom:50px;
	margin-bottom:50px;
	display:inline-block;
}
.services-item-full.even{
	border-bottom:1px solid #E9E9E9;
	text-align:right !important;
}
.services-item-full.even .desc-wrap{
	margin-left:0px;
	margin-right:20px;
}
.services-item-full.even .service-list li .fa{
	margin-right:0px;
	margin-left:10px;
	float: right;
}
.services-item-image{
	position:relative;
	width:100%;
	text-align:center;
}
.services-item-image img{
	position:absolute;
	bottom:0;
	left:-350px;
	display: block;
	margin: 0 auto;
}

/* ==========================
6. Stat Facts
============================= */
.stat-facts{
	
}
.bg-overlay{
	background-color:rgba(0, 113, 188, 0.8);
	display:block;
	padding:80px 0;
}
.stat-item{
	text-align:center;
	margin-bottom:40px;
}
.stat-item .icon{
	width:80px;
	height:80px;
	border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid #fff;
	margin: 0 auto;
	padding-top:20px;
}
.stat-item:hover .icon{
	background-color:#2264A1;
}
.stat-item .icon .fa{
	font-size: 30px;
	color:#fff;
}
.stat-item .stat-title{
	font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    font-family: raleway, sans-serif;
    font-weight: 700;
}
.stat-item .stat-title .number{
	font-size: 50px;
    color: #FFFFFF;
    line-height: 70px;
    font-family: raleway, sans-serif;
    font-weight: 700;
}

/* ==========================
7. FAQ
============================= */
.faq-item{
	text-align:center;
	width:95%;
	margin:0 auto;
	margin-bottom: 40px;
}
.faq-item .icon{
	background-color:#29ABE2;
	width:124px;
	height:124px;
	text-align:center;
	border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	padding-top: 50px;
	margin:0 auto;
}
.faq-item:hover .icon{
	background-color:#FBA301;
}
.faq-item .icon .fa{
	font-size:30px;
	color:#fff;
}
.faq-item .ket{
	font-size:14px;
	color:#666;
	margin-top:40px;
}
.faq-item .ket h4{
	font-size:18px;
	color:#333;
	font-weight:700;
	margin-bottom:30px;
}
.panel-faq.panel-group .panel {
    border-radius: 0px;
}
.panel-faq .panel-default > .panel-heading {
    color: #fff;
    background-color: #0071BC;
	background-color: #29ABE2;
    border-color: #ddd;
    border:0;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
	padding: 8px 10px;
}
.panel-faq .panel-default > .panel-heading.active {
    background-color: #0071BC;
}
.panel-faq .panel-default {
    border-color: transparent;
}
.panel-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
.panel-faq .panel-title {
	font-size: 14px;
}
.panel-faq .panel-body p {
	margin: 10px 0;
}
.panel-faq .panel-body {
    padding: 15px;
    background-color: #F8F8F8;
    margin-top: 4px;
}
.collapse.in {
    display: block;
    visibility: visible;
}
.panel-title > a,
.panel-title > a:active,
.panel-title > a:focus{
    color: inherit;
	text-decoration: none;
	display: block;
}
.faq-list{
	margin:0;
	padding:0;
}
.faq-list li{
	list-style:none;
}
.faq-list li .fa{
	color: #29ABE2;
    font-size: 14px;
	margin-right:10px;
}
.faq-item-image{
	position:relative;
	width:100%;
	text-align:center;
}
.faq-item-image img{
	display:block;
}

/* ==========================
8. Testimonials
============================= */
.testimonials{
	
}
.testimonials-item{
	clear:both;
	min-height: 180px;
	margin-bottom: 20px;
}
.testimonials-item .people{
	float:left;
	width:100px;
	text-align:center;
}
.testimonials-item .people .img-circle{
	border:2px solid #29ABE2;
}
.testimonials-item .people h3{
	font-size: 14px;
	line-height: 20px;
    color: #0071BC;
    font-family: raleway, sans-serif;
    font-weight: 700;
}
.testimonials-item .people p{
	font-size: 12px;
    color: #999999;
    line-height: 17px;
    font-family: raleway, sans-serif;
    font-weight: 400;
}
.testimonials-item .quote-box{
	background-color: #EBEBEB;
	padding: 20px 20px 40px 20px;
	position:relative;
	margin-left: 150px;
}
.testimonials-item .quote-box:after{
	content:'';
	background-color: #EBEBEB;
	width:20px;
	height:20px;
	position:absolute;
	top:20px;
	left:-10px; 
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.testimonials-item .quote-box .q-url{
	color: #29ABE2;
	position:absolute;
	bottom:20px;
	left:20px;
}
.testimonials-item .quote-box .q-url a{
	font-size: 12px;
    color: #29ABE2;
    line-height: 18px;
    font-weight: 400;
}
.testimonials-item .quote-box .q-url a:hover{
    color: #FBA301;
}

/* ==========================
9. Stat Client
============================= */
.stat-client{
	background-color: #29ABE2;
}
.stat-client.bg-grey{
	background-color: #E9E9E9;
}
.client-img{
	text-align:center;
	margin-bottom:40px;
}
.client-img img{
	margin:0 auto;
}

/* ==========================
10. Blog
============================= */
.blog{
	
}
.blog-item{
	margin-bottom:40px;
}
.blog-item .gambar{
	position:relative;
	z-index: 1;
}
.blog-item .icon-news{
	width:50px;
	height:50px;
	position:absolute;
	bottom:-25px;
	right:40px;
	border:2px solid #fff;
	text-align:center;
	background-color:#29ABE2;
	border-radius: 50%;
    padding-top: 12px;
}
.blog-item .icon-news .fa{
	font-size: 20px;
	color:#fff;
}
.blog-item .item-body{
	background-color:#fff;
	border: 1px solid #F0F0F0;
	position:relative;
	min-height:290px;
	display:block;
}
.blog-item .item-body .description{
	padding: 42px 35px;
	width:100%;
	font-weight: 400; 
	color: #666666;
	text-align:center;
	font-size:14px;
	line-height: 20px;
    font-family: raleway, sans-serif;
	height: 250px;
	overflow:hidden;
}
.blog-item .item-body .lead{
	font-size: 18px;
    color: #29ABE2;
    line-height: 25px;
    font-family: raleway, sans-serif;
    font-weight: 700;
}
.blog-item .item-body .body-footer{
	width:100%;
	text-align:center;
	position:absolute;
	left:0;
	bottom:0;
	border-top: 1px solid #F0F0F0;
}
.blog-item .item-body .body-footer .author,
.blog-item .item-body .body-footer .date{
	width:50%;
	float:left;
	padding:10px 0;
}
.blog-item .item-body .body-footer .author{
	border-right: 1px solid #F0F0F0;
}
.blog-item .item-body .body-footer .author .fa,
.blog-item .item-body .body-footer .date .fa{
	margin-right: 10px;
}
.blog-item .item-body > div{
	width:50%;
	text-align:center;
	float:left;
    line-height: 20px;
    color: #29ABE2;
    font-family: raleway, sans-serif;
    font-weight: 700;
}
/* // */
.post-item .meta2{
	padding: 10px 0;
	margin-bottom: 10px;
	color: #999;
	font-style: italic;
}
.post-item .meta2>div{
	display: inline-table;
	margin-right: 20px;
}
.post-item .meta2>div a{
	color: #999;
}
.post-item .meta2 .fa{
	margin-right: 20px;
}
.post-item .post-title2 {
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #F1F1F1;
}
.post-item .post-title2, 
.post-item .post-title2 a {
    font-size: 24px;
    line-height: 30px;
    color: #0071BC;
    font-weight: 700;
    padding-bottom: 10px;
    display: block;
}
.post-item .meta2>div a:hover,
.post-item .post-title2 a:hover {
    color: #85DBFF;
}
/* // */
.image-wrap{
	position:relative;
}
.image-wrap .meta{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:10;
	background-color: rgba(0, 0, 0, .65);
	padding:20px 20px;
	color:#fff;
}
.image-wrap .meta div{
	float: left;
	width:30%;
}
.image-wrap .meta .fa{
	margin-right:20px;
}
.post-item{
	margin-bottom:60px;
}
.post-item .image-wrap img{
	max-width: 100%;
}
.post-item .post-title{
	margin-top:20px;
	margin-bottom:40px;
	border-bottom:1px solid #F1F1F1;
}
.post-item .post-title,
.post-item .post-title a{
	font-size: 24px;
    line-height: 30px;
    color: #0071BC;
	font-weight: 700;
	padding-bottom:20px;
	display:block;
}
.post-item .post-title a:hover{
	color: #85DBFF;
}
.post-item .post-read-more{
	color: #0071BC;
	font-weight: 700;
	font-size: 14px;
	margin-top:20px;
	clear:both;
	display:block;
}
.post-item .post-read-more:hover{
	color: #85DBFF;
}
.post-item .post-read-more .fa{
	margin-left: 10px;
}
.post-item  .carousel-control {
    background-image: none;
}
.post-item .carousel-control span {
    position: absolute;
    top: 45%;
	width:50px;
	height:50px;
	display:block;
	border:2px solid #fff;
	margin-left:30%;
	padding-top:13px;
	border-radius:50%;
}
.post-item .carousel-control .fa {
    
}
.post-item .carousel-control.right {
    right: 35px;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.pagination > li {
    display: inline-block;
    margin-right: 10px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
	padding: 13px 20px;
    background-color: #fff;
    border: none;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #29ABE2;
}

.widget{
	background-color: #F8F8F8;
	position: relative;
	border-top:2px solid #0071BC;
	padding: 34px 35px;
	margin-bottom:40px;
}
.widget .media{
	border-bottom:1px solid #EBEBEB;
	padding-bottom:20px;
}
.widget .widget-heading{
	font-size: 18px;
    color: #5C5C5C;
    line-height: 22px;
    font-weight: 700;
	letter-spacing: 2px;
	display:block;
}
.widget .widget-heading:after{
	content:'';
	width: 75px;
    height: 24px;
    background-color: transparent;
    margin-left: 1px;
    border-bottom: 1px solid #0071BC;
	display:block;
	margin-bottom:40px;
}
.widget .media-body{
	font-size: 12px;
    line-height: 18px;
    color: #333333;
    font-weight: 500;
}
.widget .media-body .meta-comment{
	font-size: 12px;
    line-height: 18px;
    color: #5C5C5C;
    font-weight: 500;
}
.widget .media-object{
	width: 64px;
    height: 64px;
}
.widget .media-body .meta-comment .fa{
	margin-right: 10px;
}
.widget.categories .list-unstyled li .fa{
	margin-right: 10px;
}
.widget.categories .list-unstyled li{
	padding: 4px 0;
}
.widget.categories .list-unstyled li a{
	color: #333333;
    font-weight: 700;
	text-decoration:none;
}
.widget.categories .list-unstyled li a:hover{
	color: #85DBFF;
}
#secondary .widget ul li{
	padding: 4px 0;
}

#secondary .widget ul li:before{
	    content: "\f101";
	    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    margin-right: 10px;
}

#secondary .widget ul li a{
	color: #333333;
    font-weight: 700;
    text-decoration: none;
    display: initial;
}
.post-item.detail p{
	margin:15px 0;
}
.post-item.detail blockquote{
	margin:15px 0;
	line-height: 20px;
    color: #666666;
    font-weight: 700;
	margin-left: 40px;
}
.author-box{
	background-color: #29ABE2;
	padding:30px;
	color:#fff;
}
.author-box .media-left img{
	width:100px;
	height:100px;
}
.author-box .media-heading{
	color: #333333;
    font-weight: 700;
}
.author-box .media-left{
    padding-right: 20px;
}
.comments-box{
	padding-bottom:30px;
	border-bottom:1px solid #E9E9E9;
}
.comments-box .media{
	padding: 20px;
	border:1px solid #E9E9E9;
	background-color:#fff;
	margin-bottom:30px;
}
.comments-box .media.comment{
	background-color:#fff;
}
.comments-box .media.reply-comment{
	background-color:#F6F6F6;
	margin-left: 40px;
}
.comments-box .media-heading{
	color: #0071BC;
    font-weight: 700;
}
.comments-box .media-left img{
	width:100px;
	height:auto;
}
.comments-box .date{
	margin-left:100px;
}
.comments-box .title-heading,
.leave-comment-box .title-heading{
	font-size: 18px;
    line-height: 25px;
    color: #0071BC;
    font-weight: 700;
	margin-top:40px;
	margin-bottom:40px;
}
.form-comment{

}
.form-comment .form-control{
    padding: 24px 12px;
	border-radius: 0;
	border: 1px solid #E9E9E9;
	box-shadow: none;
}
.form-control{
	padding:12px;
	min-height:50px;
	border-radius:0	}
.btn-default{
	 padding: 15px 25px;
	letter-spacing:2px;
	float:right;
	}
textarea.form-control{
	height:150px;
	}
.form-comment .btn-default{
    padding: 15px 60px;
	letter-spacing:2px;
}
.faq-image {
    float: left;
    position: relative;
    width: 33%;
}

/* ==========================
11. Pricing
============================= */
.panel-pricing{
	border-color: #ddd;
	text-align:center;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	width:80%;
	margin:0 auto;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
}
.panel-pricing .price{
	padding: 25px 0;
	font-size:80px;
	background-color:#29ABE2;
	font-size: 36px;
	color:#fff;
	font-weight: 700;
}
.panel-pricing .price:before{
	content: '';
	width: 17px;
    height: 17px;
	background-color:#fff;
	display:block;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0 auto;
    margin-top: -33px;
    margin-bottom: 20px;
}
.panel-pricing h3{
	font-size: 18px;
    line-height: 22px;
	font-weight: 700;
	padding-bottom: 10px;
	padding-top: 10px;
}
.panel-pricing .price sup{
	font-size:18px;
	margin-right: 5px;
	top: -1.2em;
	font-weight: 400;
}
.panel-pricing > .panel-heading {
	color: #333;
	background-color: #fff;
	border-color: #ddd;
	padding: 0px 0px;
}
.panel-pricing .price .subscript{
	font-size:26px;
	margin-left: 0px;
}
.panel-pricing .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: none;
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	border-bottom:1px solid #ccc;
}
.panel-pricing .panel-footer {
	padding: 0px 15px 10px 15px;
	background-color: #fff;
	border-top: 0;
}
.panel-pricing .panel-body {
    padding: 15px 30px 0px 30px;
}
.panel-pricing .btn-primary {
	color: #fff;
	background-color: #29ABE2;
	border-color: #29ABE2;
	border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-weight: 700;
	padding: 12px 0;
}
.panel-pricing .btn-primary:hover {
	color: #fff;
	background-color: #FBA301;
	border-color: #FBA301;
}
.panel-pricing:hover > .panel-heading,
.panel-pricing:hover > .panel-body,
.panel-pricing:hover > .panel-footer {
	
}
.price-detail{

}
.price-detail-heading{
	font-size: 18px;
    color: #0071BC;
	font-weight: 700;
	padding: 20px 0;
}
.price-detail-body{
	background-color:#F8F8F8;
	border-top:2px solid #29ABE2;
	padding:20px 40px 20px 20px;
}
.price-detail-body .item{
	padding:5px;
}
.price-detail-body .item:after{
	clear:both;
	width:100%;
	display:block;
	content:'';
}
.price-detail-body .item-name{
	float:left;
}
.price-detail-body .fa{
	margin-right:10px;
	color:#29ABE2;
	font-size: 16px;
}
.price-detail-body .item-price{
	float:right;
	color: #666666;
	font-weight: 700;
}
.more-info-price{
	text-align:center;
	margin-top:40px;
	margin-bottom:140px;
}
.more-info-price a{
	color: #0071BC;
    font-weight: 700;
}

/* ==========================
12. Contact
============================= */
.shake{
	margin-bottom:40px;
}
.shake:after{
	clear:both;
	width:100%;
	display:block;
	content:'';
}
.shake .form-control{
    padding: 24px 12px;
	border-radius: 0;
}
.shake .btn-default{
    padding: 15px 25px;
	float:right;
	
	background-color: #29ABE2;
    border-color: #29ABE2;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
}
.shake .btn-default:active,
.shake .btn-default:visited,
.shake .btn-default:hover {
    background-color: #FBA301;
    border-color: #FBA301;
	color:#fff;
}
p.help-block.text-danger li {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
	color: #f00;
}
.alert-danger {
    color: #333031;
    background-color: #FFEDC4;
    border-color: #f00;
}
.contact-address{
	margin-top:40px;
}
.contact-address-item{
	margin-bottom:40px;
}
.contact-address-heading{
	color: #0071BC;
    font-weight: 700;
	margin-bottom:10px;
}
.maps-wraper{
	position:relative;
}
.maps{
	width:100%;
	height:300px;
	display:block;
	background:#ccc;
	position:relative;
}
#google-container {
	position: relative;
	width: 100%;
	height: 500px;
	background-color: #000;
}
#cd-google-map {
	position: relative;
	overflow: hidden;
}
#cd-google-map .col-md-12 {
	padding: 0;
}
#cd-google-map .address {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 20px 0;
	background-color: rgba(5, 5, 5, 0.9);
}
#cd-google-map .address .address-item {
	position: relative;
	padding-left: 44px;
}
#cd-google-map .address .address-item i {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 4px;
	color: #fcfcfc;
	font-size: 22px;
	text-align: center;
	line-height: 24px;
}
#cd-zoom-in,
#cd-zoom-out {
	height: 32px;
	width: 32px;
	cursor: pointer;
	margin-left: 10px;
	background-color: rgba(0, 113, 188, .9);
	background-repeat: no-repeat;
	background-size: 32px 64px;
	background-image: url('../images/cd-icon-controller.svg');
}
.no-touch #cd-zoom-in:hover,
.no-touch #cd-zoom-out:hover {
	background-color: #0071BC;
}
#cd-zoom-in {
	background-position: 50% 0;
	margin-top: 10px;
	margin-bottom: 1px;
}
#cd-zoom-out {
	background-position: 50% -32px;
}

/* ==========================
13. Footer
============================= */
.footer{
	
}
.f-desc{
	background-color:#252525;
	color:#fff;
	padding:50px 0;
}
.fcopy{
	background-color: #0071BC;
	color:#fff;
	text-align:center;
	padding:20px 20px;
}
.footer-item{
	line-height: 20px;
    color: #999999;
    font-weight: 400;
	margin-bottom: 20px;
	min-height: 250px;
}
.footer-sosmed{
	margin-top: 20px;
}
.footer-sosmed .item{
	width:30px;
	height:30px;
	text-align:center;
	background-color:#29ABE2;
	color:#fff;
	display: inline-table;
	padding-top: 6px;
    border-radius: 50%;
}
.footer-sosmed .item:hover{
	background-color:#FBA301;
}
.footer-sosmed .item .fa{
	font-size:16px;
}
.footer-logo{
	margin-bottom: 10px;
}
.footer-title{
	font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    font-family: raleway, sans-serif;
    font-weight: 400;
	position:relative;
	padding: 10px 0;
	margin-bottom: 40px;
}
.footer-title:after{
	position:absolute;
	content:'';
	width:50px;
	height:10px;
	border-bottom:1px solid #fff;
}
.footer-blog-item{
	padding-left:30px;
	margin-bottom: 15px;
}
.footer-blog-item:before{
	font-family: FontAwesome;
	content: "\f105";
	color:#29ABE2;
	float:left;
	padding-left:-20px;
	margin-left: -26px;
    font-size: 16px;
}
.footer-blog-item .footer-blog-lead{
	line-height: 20px;
    color: #999999;
    font-weight: 400;
}
.footer-blog-item .footer-blog-lead a{
	color: #999999;
}
.footer-blog-item .footer-blog-lead a:hover{
	color: #FBA301;
}
.footer-blog-item .footer-blog-date{
	font-size: 12px;
    line-height: 17px;
    color: #29ABE2;
    font-family: raleway, sans-serif;
    font-weight: 400;
	margin-top: 5px;
}
.footer-form{

}
.footer-form .form-control{
	border-radius:0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.footer-getintouch{
	
}
.footer-getintouch-item{
	clear:both;
	margin-bottom:10px;
	content:'';
}
.footer-getintouch-item .icon{
	font-size: 18px;
	color:#29ABE2;
	float:left;
	margin-right:10px;
	text-align:center;
	width:20px;
}
.footer-getintouch-item .icon .fa{
	font-size: 16px;
}
.footer-getintouch-item .desc{
	float:left;
	margin-bottom: 10px;
}
.footer-getintouch-item .desc .desc-1{
	width:60px;
	float:left;
}
.footer-getintouch-item .desc .desc-2{
	width:10px;
	float:left;
}
.footer-getintouch-item .desc .desc-3{
	float:left;
}





@media (max-width: 1199px) {
	
}
@media (max-width: 992px) {
	.info .info-item {
		margin-right: 20px;
	}
	.services-item-image img{
		position:static;
	}
	.work-info-icon {
		margin: 30px 0 0 0;
		width: 100%;
		text-align: center;
	}
	.work-info-body {
		float: left;
		margin: 10px 0 0 0px;
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}
	.navbar-main .nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
	}
}
@media (max-width: 768px) {
	.header-top{
		display:none;
	}
	.navbar-brand {
		padding: 6px 15px;
	}
	.navbar-brand > img {
		display: block;
		width:50%;
	}
	.navbar-main .navbar-brand > img {
		width: 50%;
		-webkit-transition: 0.2s all linear;
				transition: 0.2s all linear;
	}
	.navbar-main.stiky .navbar-brand > img {
		width: 50%;
	}
	.navbar-main.stiky .navbar-brand {
		margin-top: 0px;
	}
	.navbar-main.stiky .navbar-nav > li > a {
		padding-top: 0;
		min-height: 40px;
	}
	
	/* costea */
	.navbar-nav{
		padding: 8px;
	}
	.navbar-main .navbar-nav > li > a{
		margin-bottom: 8px;
		padding-top: 10px;
		min-height: 40px;
	}
	.navbar-main .navbar-nav > li.active > a,
	.navbar-main .navbar-nav > li > a:hover{
		background-color: #48B8E7;
		color: #fff;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		background-color: #fff;
		padding: 10px 16px;
		margin-bottom: 5px;
	}
	.navbar-main .navbar-nav  > li.open > a{
		margin-bottom: 0px;
	}
	.navbar-main.stiky .navbar-nav > li > a,
	.navbar-main.stiky .navbar-nav > li.open > a {
		padding-top: 10px
	}
	/* end costea */
	.work-info {
		position: static;
	}
	.work-info .container {
		padding-right: 0;
		padding-left: 0;
	}
	.banner,.subbanner {
		margin-top: 50px;
	}
	.banner .caption {
		position: absolute;
		top: 150px;
		left: 20px;
		right: 20px;
	}
	.work-info-item {
		width: 100%;
	}
	
	.testimonials-item .quote-box{
		margin-left: 110px;
	}
	.about-wrap {
		margin-left: 0px;
	}
	.work-info-icon {
		margin: 30px 0 0 30px;
		width: 60px;
		text-align: left;
	}
	.work-info-body {
		float: left;
		margin: 30px 0 0 0;
		width: auto;
		text-align: left;
	}
}
@media (max-width: 767px) {
	.services-item-image img{
		position:static;
	}	
}
@media (max-width: 479px) {
	.image-wrap .meta {
		padding: 5px 20px;
	}
	.image-wrap .meta div{
		width:50%;
		font-size:10px;
		line-height: 10px;
	}
	.image-wrap .meta div:nth-child(2){
		display:none;
		line-height: 10px;
	}
	.image-wrap .meta .fa{
		display:none;
	}
	.media-left, .media-right, .media-body {
		display: inline;
	}
	.comments-box .date {
		margin-left: 10px;
	}
}

 /* --------------------------------------------------------------------------
    Search form
    ---------------------------------------------------------------------- */
.search-form {}
.search-form label { left: 0; right: 0; top: 0; bottom: 0; z-index: 0; width: 100%;  opacity: 0.90; margin: 0;border:1px solid;}
.search-form label:after {height: 48px; width: 48px; position: absolute; bottom: 35px; right: 30px; content: "\f002"; font-size: 1.2em; font-family: 'FontAwesome'; line-height: 48px; text-align: center; border-left: none; z-index: 110; color: #9b9b9b}
.search-form input[type="text"] , .search-form input[type="search"] {padding: 10px 50px 10px 16px; margin-bottom: 0; width: 90%; border: none; position: relative; z-index: 100; border: none;  height: 48px; color: inherit;}
.search-form input[type="text"]:focus {}
.search-form input[type="submit"] {position: absolute; top: 35px; right:30px; height: 48px; width: 48px; background: transparent; border: none; z-index: 1000; cursor: pointer; text-indent: -200px; overflow: hidden; border-radius:0;}
.search-form input[type="submit"]:hover + form:after {color: #fff;}
.search-form input[type="text"]:focus + input[type="submit"] {margin-right: 0;}
.search-form label span{display: none;}
.search-page .search-form label:after { bottom: 60px;}
.widget .search-form input[type="text"] , .widget .search-form input[type="search"] {width: 100%;}

.form-submit input[type="submit"]{
	padding: 15px 60px;
    letter-spacing: 2px;

    color: #333;
    background-color: #29ABE2;
   border:none;
    color: #fff;
   
    font-weight: bold;
}

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


.es_textbox_class{
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.es_textbox_button{
	background-color: #29ABE2;
    border-color: #29ABE2;
    border-radius: 0;
    border:none;
    color: #fff;
    padding: 6px 35px;
    font-weight: bold;
}

/* =WordPress Core
-------------------------------------------------------------- */
.bypostauthor,.gallery-caption,.sticky,.wp-caption,.wp-caption-text{
    opacity:1
}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}


.textwidget img{
	max-width: 100%;
}



.widget_calendar #calendar_wrap {
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  font-size: 14px; }
  .mc-dark .widget_calendar #calendar_wrap, .fc-dark .widget_calendar #calendar_wrap, .slide-from-left.snd-dark .widget_calendar #calendar_wrap {
    border: 1px solid rgba(255, 255, 255, 0.1); }

#calendar_wrap caption {
  font-size: 22px;
  font-weight: 300;
  padding: 13px 4px 35px 0; 
      margin-left: 10px;
}

.widget_calendar table {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  position: relative;
  margin-bottom: -2px; }

.widget_calendar th {
  text-align: center;
  width: 26px;
  height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
  vertical-align: middle; }
  .mc-dark .widget_calendar th, .fc-dark .widget_calendar th, .slide-from-left.snd-dark .widget_calendar th {
    border: 1px solid rgba(255, 255, 255, 0.1); }

.widget_calendar th:first-child {
  border-left: 0; }

.widget_calendar th:last-child {
  border-right: 0; }

.widget_calendar tbody tr {
  height: 35px; }

.widget_calendar tbody tr > td {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  padding: 0; }
  .mc-dark .widget_calendar tbody tr > td, .fc-dark .widget_calendar tbody tr > td, .slide-from-left.snd-dark .widget_calendar tbody tr > td {
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1); }

.widget_calendar tbody tr > td:first-child {
  border-left: 0; }

.widget_calendar tbody tr > td:last-child {
  border-right: 0; }

.widget_calendar tbody tr > td a {
  color: #FFF;
  text-decoration: none; }

.widget_calendar tbody tr > td a {
  padding: 5px 0;
  display: block; }

.sidebar .widget_calendar tbody tr > td a:hover {
  text-decoration: none; }

.widget_calendar tbody tr > td.pad {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-size: 4px 4px; }
  .mc-dark .widget_calendar tbody tr > td.pad, .fc-dark .widget_calendar tbody tr > td.pad, .slide-from-left.snd-dark .widget_calendar tbody tr > td.pad {
    border: 1px solid rgba(255, 255, 255, 0.1); }

.widget_calendar tfoot {
  position: absolute;
  top: 30px;
  width: 100%;
  display: block; }

.widget_calendar tfoot tr {
  border: none;
  width: 100%;
  display: block; }

.widget_calendar thead tr {
  border-bottom: none; }

.widget_calendar tfoot td {
  padding: 6px 0;
  border-color: transparent;
  float: left; }

.widget_calendar tfoot td#prev {
  padding-left: 10px;
  width: 60px;
  text-align: left; }

.widget_calendar tfoot td#next {
  padding-right: 10px;
  width: 60px;
  text-align: right;
  float: right; }

.widget_calendar tfoot td a:hover {
  text-decoration: none; }
  .widget form {
  margin: 0; }

.widget ul,
.widget ol,
.site-content .widget ul,
.site-content .widget ol {
  margin: 0;
  font-size: 15px;
  list-style: none; 
padding: 0;
}

.widget ul .children,
.widget ul .sub-menu,
.widget ol .children,
.widget ol .sub-menu {
  margin: 10px 0 10px 2px; 
  padding-left: 5px;
}

.widget li {
  margin: 0 0 10px 0; }

.widget .menu li {
  margin: 0 0 7px 0; }

.widget ul.menu li,
.widget.widget_categories ul li {
  margin: 0;
  padding: 6px 0; }
  .widget ul.menu li a,
  .widget.widget_categories ul li a {
    font-weight: bold;
    font-weight: 400;
    line-height: 10px; }

.widget_meta li,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li {
  margin: 0 0 7px 0; }
  .widget_meta li a,
  .widget_recent_entries li a,
  .widget_recent_comments li a,
  .widget_archive li a {
    font-weight: bold;
    font-weight: 400;
    display: inline-block;
    margin-right: 10px; }
    .widget_meta li a abbr,
    .widget_recent_entries li a abbr,
    .widget_recent_comments li a abbr,
    .widget_archive li a abbr {
      color: #000; }
      .mc-dark .widget_meta li a abbr, .fc-dark .widget_meta li a abbr, .mc-dark
      .widget_recent_entries li a abbr, .fc-dark
      .widget_recent_entries li a abbr, .mc-dark
      .widget_recent_comments li a abbr, .fc-dark
      .widget_recent_comments li a abbr, .mc-dark
      .widget_archive li a abbr, .fc-dark
      .widget_archive li a abbr {
        color: #fff; }
  .widget_meta li .post-date,
  .widget_recent_entries li .post-date,
  .widget_recent_comments li .post-date,
  .widget_archive li .post-date {
    display: inline-block;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70); }
.post table {
    width: 100%; }
    .post table th, .post table td {
      padding: 5px 8px; 
  border-bottom: 1px solid #e1e1e1;}
    .post table tr {
      border-bottom: 1px solid #e1e1e1; }


.media-body{
	width: auto;
}
.vc_row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.wpcf7 input[type="submit"] {
    padding: 15px 25px;
    float: right;
    background-color: #29ABE2;
    border-color: #29ABE2;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
}
input[type='text'], input[type='email'], select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
}