* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body {
	font-family: 'Raleway', sans-serif;
	font-size: 15px; 
    color: #716f6f;
	font-style: normal;
	line-height: normal;
}
p {
    -moz-hyphens: none;
    font-size: 15px;
}
a {
	color: #716f6f;
}
a:hover {
	text-decoration: none;
}
a img:hover {
	opacity:1 !important;
}	
img.img-responsive {
    height: auto;
    max-width: 100%;
    width: 100%;
}

hr {
  border-color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 10px;
    margin-top: 0;
}
/*h1, h1 span {
    font-size: 40px;
    line-height: 44px;
}
h2, h2 span {
    font-size: 40px;
    line-height: 45px;
}
h3, h3 span {
    font-size: 36px;
    line-height: 42px;
}
h4, h4 span {
    font-size: 30px;
    line-height: 35px;
}
h5, h5 span {
    font-size: 24px;
    line-height: 30px;
}
h6, h6 span {
    font-size: 20px;
    line-height: 26px;
}*/



/* Wrapper */
#main.fullwidth, .layout-full #main, .col-full, #wrapper {
	max-width: 1170px;
}
#header-wrapper {
    padding: 0;
	width:100%;	
	background-color: #fff;
	position: fixed;
	top: 0;
	z-index: 100;
    border-bottom: 1px solid #b9b8b8;
}
#top-wrapper {
    min-height: 35px;
    padding: 0 15px;
    margin: 0;
    width: 100%;    
    background-color: #031062;
}
#logo-wrapper {
	height: 110px;
    padding: 20px 0 0 0;
    margin: 0;
	width: 100%;	
}
#wrapper {
    max-width: 100%;
    padding: 0;
    margin-top: 145px;
}
.home #wrapper {
    max-width: 100%;
    padding: 0;
    margin-top: 145px;
}
#footer-wrapper {
	max-width: 100%;	
	background-color:#0b0b0b;	
}
#footerbottom-wrapper {
	max-width: 100%;	
	background-color: #151515;	
	border-top: 1px solid #151515;
}



/* Header */	
.top-navi {
    padding: 0;
    margin: 7px 0 0;
}
.top-navi li {
    padding: 0 10px 0 0;
    display: inline-block;
    color: #fff;
    margin: 0 10px 0 0;
    border-right: 1px solid #fff;    
}
.top-navi li:last-child {
    border-right: none;    
}
.top-navi li.tel {
    background: url("images/header-tel.png") no-repeat left top;
    min-height: 17px;
    padding: 0 10px 0 25px;
}
.top-navi li.email {
    background: url("images/header-email.png") no-repeat left top;
    min-height: 17px;
    padding: 0 0 0 25px;
    margin-right: 0;
}
/*.top-navi>li+li:before {
    margin: 0 10px 0 5px;
    color: #fff;
    content: "";
    border-left: 1px solid #fff;
}*/
.top-navi li a {
    color: #fff;
}
#header {
    padding: 0;
    text-align: center;
}		
#header #logo {
    margin: 0 0 0 10px;
	width: auto; 
	height:100%;
	position: static;
}
#header #logo img {

}
#header #header-components {
	display:none;
}


.header-navsearch {
	display: inline-block;
	width: 72%;
	margin: 30px auto 0;	
	vertical-align: middle;
    float: right;
}

.navsocial {
    display: inline-block;
    float: right;
    margin-right: 10px;
}
.navsocial ul {
    list-style: none;
}
.navsocial a {
    display: inline-block;
    float: left;
    width: 26px;
    height: 26px;
    margin-left: 10px;
}




.home  #breadcrumbs {
	display:none;
}





/* Slider */
.master-slider {
    width: 100% !important;
}
.slider-wrapper {
    background-color: #ffffff;
    display: block;
}
.ms-ctimer {
    display: none;
}
.ms-timerbar {
    display: none;
}
.ms-skin-black-2 .ms-bullets.ms-dir-h {
    display: none;
}
.ms-skin-black-2 .ms-nav-next, .ms-skin-black-2 .ms-nav-prev {
    background-color: #3d3d3d;
    border: none;
    z-index: 10;
}








/* Editor White */
.editor-white-wrapper {
    background-color: #ffffff;
    padding: 60px 0;
    display: block;
    color: #343434;
}
/*.editor-white-wrapper .container {
    width: 970px;
}*/

/* Editor Grey */
.editor-grey-wrapper {
    background-color: #ededed;
    padding: 100px 0 80px;
    display: block;
    color: #000;
}
/*.editor-grey-wrapper .container {
    width: 970px;
}*/

.editor-black-wrapper {
    background-color: #0e0c0d;
    padding: 100px 0 80px;
    display: block;
    color: #fff;
}
/*.editor-black-wrapper .container {
    width: 970px;
}*/



.editor-last-wrapper {
    padding-top: 0;
}


.pagetitle {
    background-color: #ffffff;
    padding: 60px 0 0;
    display: block;
}
.pagetitle h1 {
    font-size: 52px;
    font-weight: bold;
    padding-bottom: 15px;
}


.nopad-left {
	padding-left: 0;
}
.nopad-right {
	padding-right: 0;
}
.nopad-both {
	padding-left: 0;
	padding-right: 0;
}
.addmargin-top {
    margin-top: 30px;
}
.addmargin-bottom {
    margin-bottom: 30px;
}
.addmargin-both {
    margin-top: 30px;
    margin-bottom: 30px;
}



.btn-default {
    color: #fff;
    font-size: 18px;
    background-color: #719430;
    border-color: #719430;
    border-radius: 6px;
    padding: 6px 30px 8px;
}
.btn-default:hover {
    color: #fff;
    background-color: #719430;
    border-color: #719430;
}
.btn-primary {
    color: #fff;
    font-size: 18px;
    background-color: #94304f;
    border-color: #94304f;
    border-radius: 6px;
    padding: 6px 30px 8px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #94304f;
    border-color: #94304f;
}


.image-zoom {
  position: relative;
  overflow: hidden;
}
.image-zoom img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.image-zoom:hover img {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}



/* Home */
.page-template-template-home h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.page-template-template-home h1 span {
    font-size: 30px;
    font-weight: bold;
}
.page-template-template-home h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 35px;
    background: url("images/header-line.jpg") no-repeat center bottom;
    padding-bottom: 15px
}
.page-template-template-home h2 span {
    font-size: 30px;
    font-weight: bold;
}
.page-template-template-home p {
    line-height: 25px;
}
.home-intro {
    list-style: none;
}
.home-intro li {
    padding-left: 25px;
    padding-bottom: 10px;
}
.home-intro li:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    color: #3ebb93;
    font-size: 20px;
    line-height: 20px;
    margin: 0 15px 0 -25px;
    float: left;
}
.home-promo {
    list-style: none;
    margin-bottom: 20px;
}
.home-promo li {
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
.home-bgbox1 {
    min-height: 320px;
    padding: 35px 85px 0;
    text-align: justify;
    margin: 30px 0 10px;
}
.home-bgbox2 {
    min-height: 320px;
    padding: 35px 30px 0;
    margin: 30px 0 10px;
}
.service-type {
    display: block;
    width: 100%;
    min-height: 400px;
    color: #fff;
    margin: 15px 0;
}
.service-type:hover {
    color: #fff;
}
.service-img {
    display: block;
    width: 100%;
    height: 240px;
    overflow: hidden;
    margin-bottom: 30px;
}
.user-testi {
    display: table;
    height: 220px;
}
.user-testi .testi-list {
    display: table-cell;
    margin: 0 auto;
    vertical-align: middle;
    width: auto;
}
.testi-list .testi-img {
    display: inline-block;
    width: 18%;
    height: 84px;
    margin-right: 2%;
    float: left;
    vertical-align: middle;
    text-align: center;
}
.testi-list .testi-info {
    display: inline-block;
    width: 80%;
    float: left;
    vertical-align: middle;
}
.testi-border {
    border-bottom: 1px solid #e2e1e1;
}


/* Page Header */
.title-wrapper {
    display: block;
    width: 100%;
    padding-top: 60px;
}
/*.title-wrapper img {
    height: 100%;
}
.title-wrapper .container {
    position: absolute;
    top: 0;
    width: 100%;
}*/
.title-wrapper .title-box {
    /*display: table;
    height: 425px;*/
}
.title-wrapper .page-title {
    /*display: table-cell;
    margin: 0 auto;
    padding: 0;
    vertical-align: middle;
    width: auto;*/
}
.title-wrapper .page-title h1 {
    font-size: 30px;
    color: #000;
    margin-bottom: 0;
    background: url("images/header-line.jpg") no-repeat center bottom;
    padding-bottom: 15px
}
.title-wrapper .page-title h1 span {
    font-size: 30px;
}


/* Servis Kami - Footer */
.editor-black-wrapper h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 35px;
    background: url("images/header-line.jpg") no-repeat center bottom;
    padding-bottom: 15px
}


/* Salon */
.table-cda {
    border: none;
}
.table-cda > thead > tr > th {
    border-bottom: none;
    font-size: 17px;
    color: #fff;
    text-align: center;
    background-color: #000;
    text-transform: none;
}
.table-cda thead th:last-child {
    border-top-right-radius: 0;
}
.table-cda thead th:first-child {
    border-top-left-radius: 0;
}
.table-cda > tbody > tr > td, 
.table-cda > tbody > tr > th, 
.table-cda > thead > tr > td, 
.table-cda > thead > tr > th {
    border-top: none;
    padding-left: 25px;
    padding-right: 25px;
}
.table-cda > tbody > tr:last-child > td {
    border-bottom: 3px solid #000;
    padding-bottom: 25px;
}
.table-cda tbody td {
    background-image: none;
    border-bottom: none;
    box-shadow: none;
}
.table-cda tbody td.lightred {
    color: #fe2b31;
}
.table-cda td, 
.table-cda th {
    border-right: none;
}
.table-cda > tbody > tr.packageinfo td {
    padding-bottom: 25px;
}
.table-cda > tbody > tr.packageitem td {
    padding-top: 0;
    padding-bottom: 0;
}





/* Servis Lain */
.title-color {
    display: block;
    color: #fff;
    font-size: 17px;
    padding: 10px 0;
    margin-bottom: 35px;
}
.bg-oranges {
    background-color: #eb771a;
}
.bg-green {
    background-color: #1c8d22;
    margin-top: 30px;
}
.servis-gallery {
    margin: 35px 0;
}



/* Hubungi */
.hubungi-details {
    margin: 40px 0 0;
    border-top: 1px solid #b9b8b8;
    padding-top: 40px;
}
.hubungi-info {
    display: block;
    width: 100%;
}
.hubungi-info img {
    margin-bottom: 15px;
}
.hubungi-form {
    padding: 0 30px;
}



/* Robo Gallery */
.robo_gallery {
    margin-left: -6px !important;
}



/* WooCommerce */

.woocommerce-page #content {
    margin-top: 30px;
    color: #000;
    background: #fff !important;
    padding: 0px !important;
}

.woocommerce-page #sidebar {
    float: left;
    width: 20%;
    margin: 30px 0px 0px 30px;
}
.woocommerce-page #sidebar .widget {
    padding: 0px 0px 1em;
    border-style: none;
}
.woocommerce-page #sidebar .widget h3 {
    font-size: 14px;
    line-height: 15px;
    background-color: #000011;
	color: #ffffff;
    margin: 0px;
    border-bottom: 1px solid #45454e;
    padding: 8px 8px 8px 14px !important;
}
.woocommerce-page #sidebar .widget_product_categories ul {
    background-color: #565656;
    padding-bottom: 12px;
    padding-top: 5px;
}
.woocommerce-page #sidebar .widget ul li {
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    line-height: 15px;
    width: 90%;
    font-weight: bold;
    background-color: #565656 !important;
	color: #ffffff !important;
	border-bottom: 1px dotted #9f9f9f;
    padding: 7px 5px !important;
}
.woocommerce-page #sidebar .widget ul li a {
    color: #ffffff !important;
}
.woocommerce-page #sidebar .widget_product_categories ul li .count {
    float: none;
}
.woocommerce-page #sidebar .widget ul.product-categories li:last-child {
    border-bottom: 0px !important;
}

.woocommerce-page #main {
    float: right;
    width: 70%;
    margin-right: 30px;
    margin-top: 30px;
}
.woocommerce-page #main h1 {
    font-size: 35px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: none;
}
.woocommerce-columns-4 .woocommerce-result-count {
    margin: 0px 0px 10px;
}
.woocommerce-columns-4 .woocommerce-ordering {
    margin: 0px 10px 10px 0px;
}
.woocommerce-ordering .selector {
    box-shadow: none;
    width: 167px;
}
.woocommerce-columns-4 .woocommerce-ordering #uniform-undefined span {
    color: #000;
    margin-right: 0px;
    float: right;
}
.woocommerce-columns-4 .woocommerce-ordering select.orderby {
    color: rgb(0, 0, 0);
}
.woocommerce-ordering .orderby, .woocommerce-ordering .per_page {
    font-size: 12px;
    font-weight: normal;
}
.woocommerce-ordering .orderby option {
    padding: 1px 5px !important;
}

.woocommerce-columns-4 ul.products li.product {
    width: 22.96%;
    min-height: 300px;
    text-align: center;
    margin: 0px 1%;
}
.woocommerce-columns-4 ul.products li.product img {
    box-sizing: border-box;
    display: block;
    height: auto;
    border-style: none;
    margin: 0px 0px 5px;
    padding: 0.53em;
}
.woocommerce-columns-4 ul.products li.product img:hover {
    opacity: .7 !important;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}
.woocommerce-page #main h3#order_review_heading, .woocommerce-page #main h2, .woocommerce-page #main .title h3 {
    font-size: 15px;
    text-align: center;
    margin-left: 0px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0px;
    line-height: 18px;
}
ul.products li.product .star-rating {
    display: none;
}
.woocommerce-columns-4 ul.products li.product .btn, .woocommerce-columns-4 ul.products li.product .button {
    text-align: center;
    float: none;
    width: 100px;
    background-color: #ff3f04;
    background-image: none;
    text-shadow: none;
    margin: 5px auto 0px;
    border-radius: 3px;
    border: 1px solid #ff3f04;
    padding-bottom: 5px;
}

.woo-pagination {
    text-align: center;
    display: block;
    border-top: none;
    margin: 20px auto;
}
.woo-pagination .page-numbers {
    padding: 10px 15px 0px 0px;
    color: #000;
}


.single-product .summary .woocommerce-product-rating {
    display: none;
}
.single-product .summary .price {
    color: #001b86;
}
.product #enquiry {
    padding-bottom: 10px !important;
    padding-top: 10px;
}
.product input.wpi-button {
    background-color: #001b86 !important;
    border: 1px solid #001b86 !important;
    color: #ffffff !important;
    width: auto !important;
    max-width: 300px !important;
}

.woocommerce-page .woocommerce-tabs ul.tabs {
    border-bottom: 1px solid #d6d6d6;
}
/*.woocommerce-page .woocommerce-tabs #tab-description h2 {
    font-size: 20px;
}*/
.woocommerce-page #main .woocommerce-tabs {
	border-bottom: none;
}
.woocommerce-page #main .woocommerce-tabs h2 {
	text-align: left;
	padding-left: 0;
	font-size: 22px;
}
.woocommerce-page #main .woocommerce-tabs h2 span {
	font-size: 22px;
}
.woocommerce-Reviews .comment-respond .comment-reply-title {
	font-size: 19px;
    padding-bottom: 10px;
    display: block;
}
#respond #commentform label {
    color: #000;
    font-weight: normal;
}
.woocommerce-page #main .related h2 {
	font-size: 22px;
	text-align: left;
	padding-left: 0;
}
.single-product .product .related {
    /*display: none !important;*/
}

.ui-dialog.wdm-enquiry-modal .contact-bottom {
	display: none;
}

#respond #commentform #submit {
    background-color: #ff0006;
    border-radius: 10px;
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    padding-top: 5px;
}
#respond #commentform #submit:hover {
    background-color: #ff0006;
}

.woocommerce-tabs .panel {
	border-bottom: 1px solid #d6d6d6;
	border-top: none;
	border-left: none;
	border-right: none;
	padding-bottom: 25px;
	margin-bottom: 0;
	box-shadow: none;
}
.woocommerce_tabs ul.nav-tabs li a:hover, 
.woocommerce-tabs ul.nav-tabs li a:hover, 
.widget_woodojo_tabs ul.tabs li a:hover, 
.woocommerce_tabs ul.tabs li a:hover, 
.woocommerce-tabs ul.tabs li a:hover {
    color: #001b86;
}
.woocommerce_tabs ul.nav-tabs li.active a, 
.woocommerce-tabs ul.nav-tabs li.active a, 
.widget_woodojo_tabs ul.tabs li.active a, 
.woocommerce_tabs ul.tabs li.active a, 
.woocommerce-tabs ul.tabs li.active a {
    background-color: #001b86;
}
.woocommerce_tabs ul.nav-tabs li.active a:hover, 
.woocommerce-tabs ul.nav-tabs li.active a:hover, 
.widget_woodojo_tabs ul.tabs li.active a:hover, 
.woocommerce_tabs ul.tabs li.active a:hover, 
.woocommerce-tabs ul.tabs li.active a:hover {
    background-color: #001b86;
}

.related ul.products li.product {
    width: 22.96%;
    min-height: 300px;
    text-align: center;
    margin: 0px 1%;
}
.woocommerce-page #main .related h2.woocommerce-loop-product__title {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
.related ul.products li.product img {
    box-sizing: border-box;
    display: block;
    height: auto;
    border-style: none;
    margin: 0px 0px 5px;
    padding: 0.53em;
}
.related ul.products li.product img:hover {
    opacity: .7 !important;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}
.related ul.products li.product .btn, .related ul.products li.product .button {
    text-align: center;
    float: none;
    width: 100px;
    background-color: #ff3f04;
    background-image: none;
    text-shadow: none;
    margin: 5px auto 0px;
    border-radius: 3px;
    border: 1px solid #ff3f04;
    padding-bottom: 5px;
}









/*Search result*/
.search-results #section1.editor-white-wrapper-template {
	padding-bottom: 30px;
}
.editor-white-wrapper-template-result {
    background-color: #ffffff;
    padding: 30px 0 50px;
    display: block;
}
.editor-white-wrapper-template-result .archive-header {
    border-bottom: 1px solid #000000;
    display: block;
    float: left;
    font-weight: bold;
    margin: 0 0 1.618em;
    padding: 0 0 1em;
    width: 100%;
}
.editor-white-wrapper-template-result .archive-header h1,
.editor-white-wrapper-template-result .archive-header h1 span {
    font-size: 30px !important;
    margin: 0;
}
.search-results article.status-publish {
	display: block;
	float: left;
    width: 100%;
}
.search-results article.status-publish header h1 {
	width: 100%;
	font-size: 24px !important;
	line-height: 26px;
	margin-bottom: 10px;
}
.search-results article.status-publish .post-meta {
	display: none;
}
.search-results article.status-publish a img {
    display: inline-block;
    float: left;
}
.search-results article.status-publish .article-inner {
	/*width: 100%;*/
	text-align: left !important;
	padding: 0 0 0 15px;
	margin-top: 10px;
	display: inline-block;
	float: left;
}
.search-results article.status-publish .article-inner .entry h1 {
	font-size: 20px !important;
	line-height: 22px !important;
	text-align: left !important;
	margin-bottom: 0;
}
.search-results article.status-publish .article-inner .entry h1 span {
	font-size: 20px !important;
	line-height: 22px !important;
}
.search-results article.status-publish .article-inner .entry p {
	font-size: 14px;
}
.search-results article.status-publish .article-inner .entry p span {
	font-size: 14px !important;
}








/* Footer */
#footer-wrapper {
	color: #fff;
}
#footer-wrapper .footer-links {
	padding: 50px 0;
}
#footer-wrapper .footer-links h5 {
	font-size: 16px;
	padding-bottom: 35px;
    font-weight: bold;
}
#footer-wrapper .footer-links h5.openingtitle {
    font-size: 16px;
    padding-bottom: 20px;
    font-weight: bold;
}
#footer-wrapper .footer-links h6 {
	font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 15px;
}
#footer-wrapper .footer-links p {
    font-size: 13px;
	margin-bottom: 5px;
}
#footer-wrapper .footer-links a {
    font-size: 13px;
    color: #fff;
}
#footer-wrapper .footer-links a:hover, #footer-wrapper .footer-links a:focus {
    color: #fff;
}
#footer-wrapper .footer-links ul {
    list-style: none;
    margin-top: 16px;
}
#footer-wrapper .footer-links ul li {
    margin-bottom: 15px;
}
#footer-wrapper .footer-links ul.opening {
    margin-top: 0;
    border: 1px solid #e14c50;
    padding: 20px 15px;
}
#footer-wrapper .footer-links ul.opening li {
    padding: 0;
    margin-bottom: 15px;
    min-height: 25px;
}
#footer-wrapper .footer-links ul.office {
    margin-top: 0;
}
#footer-wrapper .footer-links ul.office li {
    padding: 0 0 0 35px;
    margin-bottom: 15px;
    min-height: 25px;
}
#footer-wrapper .footer-links ul.office li:nth-child(1) {
    background: url("images/footer-address.png") no-repeat top left;
}
#footer-wrapper .footer-links ul.office li:nth-child(2) {
    background: url("images/footer-tel.png") no-repeat top left;
}
#footer-wrapper .footer-links ul.office li:nth-child(3) {
    background: url("images/footer-email.png") no-repeat top left;
}

#footer-wrapper .footer-links ul.social {
    margin-top: 10px;
}
#footer-wrapper .footer-links ul.social li {
	height: 25px;
    padding: 0 0 0 40px;
    margin-bottom: 15px;
}
#footer-wrapper .footer-links ul.social li:nth-child(1) {
    background: url("images/footer-fb.png") no-repeat top left;
}
#footer-wrapper .footer-links ul.social li:nth-child(2) {
    background: url("images/footer-ins.png") no-repeat top left;
}
#footer-wrapper .footer-links ul.social li p {
	padding-top: 10px;
}
#footer-wrapper .footer-links .footer-box .textwidget {
    width: auto;
    padding: 50px;
}

#footerbottom-wrapper .copyright {
	text-align: center;
	padding: 20px 0 15px;
}
#footerbottom-wrapper .copyright p {
	font-size: 11px;
    color: #fff;
    margin-bottom: 0;
}
#footerbottom-wrapper .copyright p a {
    color: #fff;
}
#footerbottom-wrapper .copyright p a:hover {
    color: #fff;
}











/* Contact Form 7 */
input[type="text"], input.input-text, textarea, input.txt, input[type="tel"], input[type="email"] {
    background-clip: padding-box;
    border: 1px solid #dddddd;
    border-radius: 3px;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 1em;
    line-height: 1.618em;
    outline: medium none;
    padding: 4px 10px;
    width:100%;
    background-color: #dddddd;
    color: #000;
    font-weight: normal;
}
.wpcf7-form input.input-text, 
.wpcf7-form textarea, 
.wpcf7-form input.txt, 
.wpcf7-form select, 
.wpcf7-form .wpcf7-email,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"], 
.wpcf7-form input[type="email"] {
    background-clip: padding-box;
    box-sizing: border-box;
    font-family: inherit;
    outline: medium none;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.618em;
    width: 100% !important;

    padding: 8px;
    color: #400500;
    border: 2px solid #d7d7d7;
    border-radius: 0;
    background-color: #f0f0f0;
    margin-top: 10px;
}
.wpcf7-form select {
  /* reset */  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;

  background: #fff url("images/form_dropdown_arrow.png") no-repeat right 10px;
}

@-moz-document url-prefix() { 
    .wpcf7-form select {
      background: #fff url("images/form_dropdown_arrow.png") no-repeat right 9px;
    }
}


.wpcf7-form input.input-text:focus, 
.wpcf7-form textarea:focus, 
.wpcf7-form input.txt:focus, 
.wpcf7-form select:focus, 
.wpcf7-form .wpcf7-email:focus,
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="tel"]:focus, 
.wpcf7-form input[type="email"]:focus {
    outline: none;
    border-color: #000;
    background-color: #f0f0f0;
}

input[type="submit"], input.button, button.button {
    background-color: #ff0006;
    padding: 10px 30px;
    margin-top: 15px;
    color: #fff;
    width: 100%;
    font-size: 23px;
    border-radius: 10px;
}

.wpcf7-form input[type="submit"],
.wpcf7-form input.button, 
.wpcf7-form button.button {
  background-color: #953050;
  -webkit-transition: none;
  transition: none;
  border-radius: 5px;
  color: #fff;
  padding: 0.5em 2.5em;
  text-decoration: none;
  text-transform: capitalize;
  border: none;
  font-size: 1.14em;
  display: inline-block;
  width: auto;
  margin: 30px 0 0;
  font-weight: bold;
}
.wpcf7-form  input[type="submit"]:hover,
.wpcf7-form input.button:hover, 
.wpcf7-form button.button:hover {
  background-color: #953050;
}


.wpcf7-form .red {
    color: #f00;
}

input.wpcf7-captchar {
    width:100px !important;
}
.wpcf7-form img.wpcf7-captchac {
  display: inline !important;
}
.wpcf7-form label {
  width: 100%;
  font-size: 15px;
  font-weight: normal;
  padding: 15px;
}
.wpcf7-form p {
  font-size: 15px;
}
div.wpcf7-response-output {
    text-align: center;
}





@media (max-width: 1199px) {

	.prod-cat {
	    height: 130px;
	}
	.prod-cat .prod-img {
	  top: 35px;
	} 
	.prod-cat strong {
	    font-size: 16px;
	}

}


@media only screen and (max-width: 1169px) {
    .headertext span {
        position: absolute;
        line-height: 25px;
    }

    /* Plugin - WP Mobile Menu */
    #header-wrapper {
        top: 40px;
    }
    #header .nav-toggle {
        display: none;
    }
    .header-navsearch {
        width: 50px;
    }
    #wrapper {
        margin-top: 125px !important;
    }
    .mobmenu_content {
        padding-top: 40px;
        border-right: 1px solid #000;
    }    
    .mobmenu_content li.current-menu-item {
        background-color: #fff;
    }
    .mobmenu_content #mobmenuleft li:hover, .mobmenu_content #mobmenuright li:hover {
        background-color: #fff;
    }
    .mobmenu_content #mobmenuleft li:hover a {
        color: #000;
    }
    .mobmenu_content li.current-menu-item a {
        color: #000 !important;
    }

    .top-navi {
        text-align: center;
        margin-bottom: 5px;
    }   
    .top-navi li {
        margin-bottom: 7px;
    }
}



@media (min-width: 951px) {

	/* Navigation */
	#navigation {
	    display: inline-block !important;
	    -webkit-border-radius: 0 !important;
	    border-radius: 0 !important;
	    -moz-background-clip: padding;
	    -webkit-background-clip: padding-box;
	    background-clip: padding-box;
	    background-color: transparent !important;
	    margin-bottom: 0;
		border-style: none;
		background: none;
		box-shadow:none !important;
	    -webkit-box-shadow: none !important;
	    border:none;
	    border-width:thin;
	    margin-bottom: 0;
		clear:none;
		width: auto;
		float:left;		
		margin-right: 10px;
		margin-left: 0;
	}
	#navigation ul#main-nav {
	    width: 100%;
	}
	#navigation ul.nav > li:first-child a {
		-webkit-border-top-left-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	#navigation ul.nav > li a {
		padding: 6px 15px 30px;
		color: #000;
		font-size: 16px;
		box-shadow:none;
		text-shadow:none;
		text-transform: none;
		font-weight:normal;
		border-bottom: 4px solid transparent;
		border-width:medium;
        font-family: 'Raleway', sans-serif;
	}
	#navigation ul.nav > li a:hover {
	    box-shadow:none;
	    -webkit-box-shadow:none;
	    background-image: none;
	    text-decoration: none;
		color: #000;
		background-color: transparent !important;
	}
	#navigation ul.nav > li li a {
		color: #ffffff;
	}  
	#navigation ul.nav > li li a:hover {
		border-bottom:none;
		color: #ffffff;
	}  
	#navigation ul.nav > li:hover {
		color: #ffffff;
	}
	#navigation ul.nav > li.menu-item-has-children:hover > a {
		color: #ffffff;
	}	
	#navigation ul.nav > li.menu-item-has-children > a li a:hover {
		color: #ffffff;
	}
	#navigation ul.nav > li {
	    text-align: center;
	    width: auto;
	}
	#navigation ul.nav > li.current_page_item a,
	#navigation ul.nav > li.current_page_parent a,
	#navigation ul.nav > li.current-menu-ancestor a,
	#navigation ul.nav > li.current-cat a,
	#navigation ul.nav > li.current-menu-item a {
	    color: #000 !important;
		background-color: transparent !important;
		background:none;
		box-shadow: none;
		margin-top:0;
		padding: 6px 15px 30px;
        border-bottom: 4px solid #000;
	}
	#navigation ul.nav > li:last-child a {
	    box-shadow: none;
	}

	#navigation ul.sub-menu {
		margin-left: 0;
		min-width: 116px;
	}
	#navigation ul.nav ul > li a {
		color: #ffffff;
		padding: 10px;
	}
	#navigation ul.nav > li.current-menu-item a {
		color: #000;
		background-color: transparent !important;
	}
	#navigation ul.nav ul.sub-menu a {
		border:none !important;
		padding: 15px;
	}
	#navigation ul.nav ul {
		-webkit-border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;	
	}
	#navigation ul.nav ul > li:last-child a {
		-webkit-border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

}



@media (max-width: 950px) {

	#wrapper {
	    margin-top: 180px !important;
	}	
	#header {
	    background-color: transparent;
	}	

	#header #logo {
	    float: left;
	    margin-left: 0;
	    position: relative;
	    width: 100%;
	    z-index: 10;
      margin-bottom: 5px;
	}
	#header #logo img {
		height: 62px;
	}

	#header .nav-toggle {
		border-radius: 0;
		margin-bottom: 0 !important;
	}
	.header-navsearch {
	    width: 100%;
        margin: 0 auto;
	}	

    .navsocial {
        display: block;
        margin: 5px auto 0;
        float: none;
        width: 100%;
        text-align: center;
    }
    .navsocial a {
        float: none;
        margin: 0 5px;
    } 
    
	.dialogbox-box {
		position: initial;
	}  

	#navigation.mobile-menu ul.nav li a {
		padding: 5px 20px;
        color: #246dac;
	}
	#navigation ul#main-nav {
	width: 100%;
	}
	#navigation.mobile-menu {
		overflow: scroll;
	}
	ul.nav li.current_page_item a, 
	ul.nav li.current_page_parent a, 
	ul.nav li.current-menu-ancestor a, 
	ul.nav li.current-cat a, 
	ul.nav li.current-menu-item a, 
	ul.nav li.current-menu-item li.current-menu-item a, 
	ul.nav ul.sub-menu li.current-menu-item a {
	  color: #c1c603 !important;
	}  


	.editor-white-wrapper {
	    padding: 30px 0;
	}
	.editor-grey-wrapper {
	    padding: 30px 0;
	}	
    .editor-greylight-wrapper {
        padding: 30px 0;
    }     

	.nopad-left {
		padding-left: 15px;
	}
	.nopad-right {
		padding-right: 15px;
	}
	.nopad-both {
		padding-left: 15px;
		padding-right: 15px;
	}

	
	.home-intro img {
		width: 100%;
		margin: 10px 0 15px;
	}
	.home-intro-content {
		padding: 0;
	}
	.home-intro-content h1 {
		padding-left: 0;
		padding-right: 0;
	}

	.featured-prod .featured-prod-single {
		margin: 10px 0;
		padding-top: 10px;
		min-height: auto;
	}

	.quote-form {
		width: 100%;
	}





	.woocommerce-page #header .nav-toggle {
	    margin-bottom: 0 !important;
	}
	.woocommerce-page #main, .woocommerce-page #sidebar {
	    width: 96%;
	    margin-left: 2%;
	    margin-right: 2%;
	    margin-bottom: 0;
	}
	.woocommerce-page #sidebar .widget h3 {
	    width: 100%;
	}
	.single-product .product .related {
		display: block !important;
	}



	.search-results article.status-publish header h1 {
		padding-left: 0;
	}
	.search-results article.status-publish .article-inner {
	    display: block;
	    float: left;
	    width: 100%;
	    margin-top: 0;
	    padding: 0;
	}



	#footer-wrapper .footer-links {
		padding: 0 15px 15px;
	}
	#footer-wrapper .footer-links h5 {
	    padding-bottom: 5px;
	}	
	#footer-wrapper .footer-links p {
	    padding-top: 0 !important;
	}	
	#footer-wrapper p a {
	    color: #000;
	}	
	#footer-wrapper .footer-links ul {
	    margin-top: 0;
	    margin-bottom: 20px;
	}	
	#footer-wrapper .footer-links ul.social li p {
	    padding-top: 10px !important;
	}	




}	



@media (min-width: 768px) { 

  .is-desktop {
      display: block;
  }    
  .is-mobile {
      display: none;
  }
    
}


@media (max-width: 767px) {	

    .is-desktop {
      display: none;
    }    
    .is-mobile {
      display: block;
    }

    .btn {
        white-space: initial;
    }

    .editor-white-wrapper .container {
        width: 100%;
    }
    .editor-grey-wrapper .container {
        width: 100%;
    }
    .editor-black-wrapper {
        padding: 50px 0;
    } 
    .editor-black-wrapper .container {
        width: 100%;
    }    

   

    .btn-primary {
        height: auto;
        width: auto;
    }    

    /*.title-wrapper {
        height: 130px;
    }
    .title-wrapper .title-box {
        display: table;
        height: 130px;
    } */ 
    .title-wrapper .page-title h1 {
        font-size: 35px;
    }    

    .home-bgbox1 {
        padding: 15px;
    }
    .home-bgbox2 {
        padding: 15px;
    }
    .service-type {
        margin: 20px 0 30px;
        min-height: auto;
    }    
    .service-img {
        margin-bottom: 15px;
    }    
    .testi-border {
        border-bottom: none;
    }    




    .hubungi-info {
        text-align: center;
    }
    .hubungi-info img {
        margin-top: 15px;
    }
    .hubungi-form {
        padding: 0;
    }   
    .wpcf7-form .col-sm-6,
    .wpcf7-form .col-sm-12 {
        padding-left: 0;
        padding-right: 0;
    }

    #footer-wrapper {
        padding: 30px 0 0;
    }       
    #footer-wrapper .footer-links ul {
        margin-bottom: 35px;
    }    
    #footer-wrapper .footer-links ul.opening {
        padding-bottom: 0;
    }
    #footer-wrapper .footer-links ul.social {
        margin-bottom: 10px;
    }    
    #footer-wrapper .footer-links .footer-box .textwidget {
        padding: 10px 0;
    }
    #footerbottom-wrapper .copyright p {
        margin-bottom: 0;
    }

	.woocommerce-columns-4 ul.products li.product {
		width: 47%;
	}
	.related ul.products li.product {
		width: 47%;
	}
	
}




@media (max-width: 447px) {
	.woocommerce-columns-4 ul.products li.product {
		width: 97%;
	    min-height: 420px;
	}	
	.related ul.products li.product {
		width: 97%;
	    min-height: 420px;
	}
	ul.products li.product img {
		width: 70%;
		margin: 0 auto 5px !important;
	}	
}
