@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #f7a333;
    text-shadow: none;
	color:#fff;
}

::selection {
    background: #f7a333;
    text-shadow: none;
	color:#fff;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */






.gutter-20.row {
  margin-right: -10px;
  margin-left: -10px;
}
.gutter-20 > [class^="col-"], .gutter-20 > [class^=" col-"]{
  padding-right: 10px;
  padding-left: 10px;
}
.gutter-14.row {
  margin-right: -7px;
  margin-left: -7px;
}
.gutter-14 > [class^="col-"], .gutter-20 > [class^=" col-"]{
  padding-right: 7px;
  padding-left: 7px;
}
.gutter-10.row {
  margin-right: -5px;
  margin-left: -5px;
}
.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"]{
  padding-right: 5px;
  padding-left: 5px;
}

.gutter-0.row {
  margin-right: 0;
  margin-left: 0;
}
.gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"]{
  padding-right: 0;
  padding-left: 0;
}










/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.page-content .v-split-container > .v-split {
	margin: auto;
	width: 1170px;
}
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}
p {
    font-size: 1em;
    padding-bottom: 20px;
}
.widget-snippet p {
    font-size: 14px;
    margin: 0;
    padding: 0;
}
#webcommander-page .header {
	position: relative;
	background-color:#000;
}
#webcommander-page  .header::before {
    background-color: rgba(255, 255, 255,1.0);
    bottom:0;
    content: "";
    min-height: 50px;
    position: absolute;
    width: 100%;
	border-bottom:1px solid rgba(0,0,0,0.1);
    z-index: 99;
}
#webcommander-page.page-home  .header::before {
    background-color: rgba(255, 255, 255, 0.8);
	border-bottom:none;
}
body.page-home  > div.body {
    margin-top:-50px;
}
#webcommander-page > .footer {
	color: #fff;
    background: #000;
	position:relative;
}
#webcommander-page .footer::before {
    background-color: #f69234;
    content: "";
    left: 0;
    min-height: 45px;
    position: absolute;
    top: 0;
    width: 100%;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
body > div.body{
	overflow: hidden;
}
.widget > .widget-title {
    font-family: Oswald, sans-serif;
    font-size: 30px;
    color: #e98628;
    margin: 0px;
    padding: 0px 0px 20px;
    line-height: 30px;
	font-weight: 400;
	text-transform:uppercase;
}
.global-padding{
	padding-top: 60px;
}
.sidebar-menu{
	margin-right: 60px;
}
.widget-snippet {
	font-family: 'Open Sans', sans-serif;
}
a, a:link, a:hover, a:active, a:visited{
	color: #e98628;
}
figure {
    margin: 15px 0 0;
}
h1 {
    font-size: 30px;
}
h2 , .widget-snippet  h2{
    font-size: 22px;
    color: #444444;
    margin: 0px;
    padding: 15px 0 5px 0px;
}
h3 , .widget-snippet  h3{
    font-size: 18px;
    color: #444444;
    margin: 0px;
    padding: 15px 0 5px 0px;
}
ul{
	margin-bottom: 25px;
  padding-left: 5px;
}
li, .widget-snippet ul li {
    background: url(../images/arrow.png) no-repeat scroll left 12px transparent;
    font-size: 14px;
    line-height: 34px;
    list-style: none outside none;
    padding: 0px 0px 0px 18px;
    background-size: 11px;
    margin: 0;
}
.main-menu .navigation-item a{
	color: #333333;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    line-height: 50px;
	margin: 0 10px 0 0;
    padding: 0px 25px;
    text-transform: uppercase;
}
.main-menu .horizontal > .navigation-item.last a{
	padding-right:25px;
}
.main-menu .horizontal .navigation-item.active > a {
    color: #f7a333;
}
.main-menu .navigation-item a:hover{
	color: #f7a333;
}
.main-menu .nav-wrapper.horizontal {
    position: relative;
    text-align: center;
    z-index: 99;
}
.main-menu  .horizontal > .has-child > .navigation-item-child-container {
    left: -15px;
    top: 50px;
    background: #f9a319;
	width: 255px;
    text-align: left;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}

.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    padding:0;
}
.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a{
	margin:0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child a{
	border-bottom:none;	
}
.main-menu .horizontal .navigation-item.has-child a{
	color:#000;
}
.main-menu .horizontal .navigation-item.has-child a:hover{
	background: #f9a319
}

.main-menu .horizontal .navigation-item.has-child .navigation-item-child-container .navigation-item a{
	color:#000;
	font-size:15px;
	background:none;
	line-height:40px;
}
.main-menu .horizontal .navigation-item.has-child .navigation-item-child-container .navigation-item a:hover{
	color:#fff;
	background:#000;
    border-bottom: 1px solid #000;
}


.banner-top-text{
	margin-top: -330px;
	position: absolute !important;
}
.header-search .search-form{
	position: relative;
}
.header-search input[type=text].search-text{
	padding-left: 10px;
	width: 100%;
	border-radius: 27px;
	margin: 0;
	height: 37px;
	box-sizing: border-box;
	margin-bottom: 0;
	border: 0;
	padding-right:40px;
}
.header-search .search-form button{
	width:16px;
    position: absolute;
    right: 8px;
    bottom: 3px;
    font-size: 0;
    height: 30px;
    background:  url(../images/src-logo.png) no-repeat center;
}
.widget-newsletter input[type="text"] {
    border: 0 none;
    box-sizing: border-box;
    height: 28px;
    margin: 8px 0 0;
    padding:0 40px 0 10px;
    width: 255px;
}
.widget-newsletter label {
    width: auto;
	font-family: 'Oswald', sans-serif;
	color: #000;
	font-size: 18px;
	margin-right: 5px;
	padding-top:7px;
}
.widget-newsletter  .form-row.button-container {
    position: absolute;
    right: 0;
    bottom: 0;	
    top: 8px;
}
button.newsletter-subscription.submit-button {
    background: #000000 none repeat scroll 0 0;
    font-size: 0;
    height: 28px;
    padding: 8px 15px;
    position: relative;
    right: 0;
    top: 0;
    width: 30px;
}
button.newsletter-subscription.submit-button::after {
    content: "\f105";
    position: absolute;
    font-family: 'FontAwesome';
    top: 4px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    left: 0;
    height: 100%;
}
table, th, td{
	font-size:14px;	
}
/* Photo Gallery */
.swipe-image-wrap .box-container li a {
    display: block;
    height: 160px;
    overflow: hidden;
    background: #000;
}
.swipe-image-wrap .box-container li a img {
    transition: all 0.3s;
}
.swipe-image-wrap .box-container li a:hover img {
    transform: scale(1.2);
    opacity: 0.5;
}
.swipe-image-wrap .box-container{
	overflow: hidden;
	margin-left: -15px;
    margin-right: -15px;
}
.swipe-image-wrap .box {
    float: left;
    background: none;
    padding: 0 15px 30px;
    box-sizing: border-box;
    margin-bottom: 0px;
}



.sidebar-menu {
    padding: 15px 20px;
    background: #f8f8f8;
}
.sidebar-menu .vertical .navigation-item a {
    border-bottom: 0;
    display: block;
    font-size: 13px;
    color: #000;
    background: url(../images/arrow.png) no-repeat scroll left center transparent;
    padding: 7px 0px 7px 18px;
	background-size: 11px;
}
.sidebar-menu .vertical .navigation-item a:hover {
	color: #FF9000;
}
.footer-bottom-text p{
    color: #dbdbdb;
    font-size: 12px;
    padding: 0;
    margin: 0;
}
.footer .widget > .widget-title {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 10px;
}
.footer .vertical .navigation-item a{
    color: #f1f1f1;
    border: 0;
    padding: 3px 0;
    line-height: 15px;
    font-size: 12px;
}
.footer .vertical .navigation-item a:hover{
    color: #f7a333;
}
.footer-address p{
	margin: 0;
    padding: 3px 0;
    line-height: 15px;
    color: #f1f1f1;
    font-size: 12px;
}
.body > .widget-container{
	min-height: 500px;
}
.footer .footer-bottom-text p a{
    color: #fff;
	font-weight:bold;
}

.widget-snippet .client-text-content > p {
    margin: 0;
    padding: 0 0 5px;
}

.page-site-map  .body  .vertical .navigation-item .navigation-item-child-container {
    display: block;
    padding-left: 30px;
}
.page-site-map  .body  .vertical .navigation-item a{
	color:#999999;
	display:inline-block;
	vertical-align:top;	
}
.page-site-map  .body  .vertical .navigation-item a:hover{
	color:#e98628;	
}
.footer .widget-newsletter .message-block.info-message, .footer .widget-newsletter .message-block.success {
    background-color: #f2fef2;
    border: 1px solid #c2e7c2;
    color: #008000;
    font-size: 12px;
    height: auto;
    line-height: 20px;
    padding: 0 15px;
    position: absolute;
    right: 3px;
    top: 29px;
    width: auto;
}
.footer .widget-newsletter  .message-block.error-message{
    height: auto;
    line-height: 20px;
    padding: 0 15px;
    position: absolute;
    right: 3px;
    top: 29px;
    width: auto;
    font-size: 12px;
}

.page-employment .body table {
    border: 1px solid rgba(0,0,0,0.08);
}
.page-employment .body table td,.page-employment .body table th {
    border: 1px solid rgba(0,0,0,0.08);
    padding: 7px 15px;
    text-align: left;
}
.page-employment .body table th {
    font-family: "Oswald",sans-serif;
    font-weight: 400;	
}
.page-employment .body table  tr:nth-child(even) {
	background: rgba(0,0,0,0.04);
}
.page-employment .body table  tr:nth-child(odd) {
	background: rgba(255,255,255,255,1.0);
}

.page-platinum-services   .award-snippet {
    max-width: 100%;
}
#webcommander-page  .row-client-first {
    border-bottom: 1px dashed rgba(0,0,0,0.3);
    border-top: 1px dashed rgba(0,0,0,0.3);
}
#webcommander-page  .row-client {
    border-bottom: 1px dashed rgba(0,0,0,0.3);
    margin: 25px 0 0;
    padding: 25px 0 35px;
}
.page-impeccable-quality h4 {
    color: #000000;
    font-size: 18px;
    margin-top: 40px;
    padding-bottom: 5px;
}
.widget-snippet .planning-text > ul:last-of-type {
    margin-bottom: 30px;
}
.widget-snippet .row-client-first .client-text p {
	line-height: 20px;
	margin: 30px auto;
	max-width: 350px;
}
.swipe-image-wrap .box-container{
	overflow: hidden;
	margin-left: -10px;
    margin-right: -10px;
}
.swipe-image-wrap .box {
    width: 33.3333333333%;
    float: left;
    padding: 10px !important;
    box-sizing: border-box;
	line-height: 0;
	margin: 0;
}
.swipe-image-wrap .box img{
	width: 100%;
}
.swipe-image-wrap .box::after{
	display: none;
}
.swipe-image-wrap .box a {
    display: block;
    overflow: hidden;
    line-height: inherit;
    background: #000;
    max-height: 180px;
}
.swipe-image-wrap .box a img {
    transition: all 0.3s;
}
.swipe-image-wrap .box a:hover img {
    transform: scale(1.15);
	opacity: 0.6;
}
.gallery-slider .widget-title{
	padding-bottom: 20px !important;
}
#swipebox-close {
    right: 20px !important;
    top: 5px !important;
}
#swipebox-close{
    background-image: url(../images/gallery-icons.png) !important;
    background-position: 6px 10px !important;
}
#swipebox-prev {
    background-image: url(../images/gallery-icons.png) !important;
    background-position: -32px 10px !important;
}
#swipebox-next {
    background-image: url(../images/gallery-icons.png) !important;
    background-position: -70px 10px !important;
}
/*start:booking form*/
.page-booking-form  .custom-form {
    margin: 0 auto;
    max-width: 500px;
}
.page-booking-form .body  .widget > .widget-title{
    text-align: center;
}
.page-booking-form .body .widget.widget-form .widget-title {
    margin: 0;
    padding: 0px 0 15px;
    line-height: 26px;
    color: #000;
    font-size: 17px;
    text-transform: capitalize;
}
.page-booking-form .custom-form  .form-row.simple_captcha_help_text {
    display: none;
}
.page-booking-form .custom-form  .simple-captcha-reload.text{
    display: none;
}
.page-booking-form .custom-form  .form-row.btn-row label,
.page-booking-form .custom-form  .form-row.simple-captcha label,
.page-booking-form .custom-form  .form-row.simple_captcha_input_field label{
	display:none;	
}
.page-booking-form .custom-form .form-row.simple-captcha {
    float: left;
}
.page-booking-form .custom-form .simpleCaptcha-container {
    margin-bottom: 13px;
    margin-top: 5px;
    overflow: hidden;
    text-align: left;
}
.page-booking-form .custom-form   .form-row label{
	display:block;
	text-align:left;
}
.page-booking-form .custom-form input[type="text"], .page-booking-form .custom-form textarea, .page-booking-form .custom-form select {
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    height: auto;
    padding: 7px 10px;
    width: 100%;
}
.page-booking-form .custom-form .form-row.btn-row {
    margin: 0;
    padding: 0;
    text-align: left;
	line-height:0;
 }
.page-booking-form .custom-form .form-row.btn-row .submit-button, .page-booking-form .custom-form .form-row.btn-row .reset-button {
    font-family: Oswald,sans-serif;
    padding:7px 0;
	margin:0 0 15px 0;
    text-transform: uppercase;
    width: 100%;
	vertical-align:top;
	background-color:#000;
	color:#fff;
	font-size:15px;
	text-align:center;
	background-image:none;
	display:block;
}
.page-booking-form .custom-form .form-row.btn-row .submit-button:hover, .page-booking-form .custom-form .form-row.btn-row .reset-button:hover {
	background-color:#f9a319;
}
.page-booking-form .custom-form .form-row.btn-row .reset-button{
	background-color:#222;
}
.page-booking-form .custom-form .form-row.btn-row .reset-button:hover {
	background-color:#000;
}
.page-booking-form .widget-form .double-input-row, 
.page-booking-form .widget-form .triple-input-row{
    box-sizing: border-box;
}
.page-booking-form  .widget-form .double-input-row .form-row{
	padding:0 15px;	
}
.page-booking-form .form-row.simple_captcha_input_field.mandatory {
    float: right;
    position: relative;
    width: 320px;
}
.page-booking-form .form-row.simple_captcha_input_field.mandatory input[type="text"]{
	margin:0;
}
.page-booking-form  .simpleCaptcha-container .captcha > img {
    height: 35px;
}
/*end:booking form*/

.page-offers-and-promotions .body  .widget > .widget-title{
	text-align:center;	
}
.footer  .newsletter {
    position: relative;
	z-index:9999;
}
.footer  .newsletter .form-row.button-container label{
	display:none;
}
.footer   .newsletter .message-block.message-text {
    background: #ffffff none repeat scroll 0 0;
    font-size: 12px;
    padding: 0 16px;
    position: absolute;
    right: 4px;
    text-align: center;
    top: 39px;
    width: auto;
}

/*start:contact form*/
.page-contact-us .custom-form {
    margin: 0 auto;
    max-width: 740px;
    padding-bottom: 60px;
    position: relative;
}
.page-contact-us .custom-form  .form-row.simple_captcha_help_text {
    display: none;
}
.page-contact-us .custom-form  .simple-captcha-reload.text{
    display: none;
}
.page-contact-us .custom-form  .form-row.btn-row label,
.page-contact-us .custom-form  .form-row.simple-captcha label,
.page-contact-us .custom-form  .form-row.simple_captcha_input_field label{
	display:none;	
}
.page-contact-us .custom-form .form-row.simple-captcha {
    float: left;
}
.page-contact-us .custom-form   .form-row label{
	display:block;
	text-align:left;
}
.page-contact-us .custom-form input[type="text"], .page-contact-us .custom-form textarea, .page-contact-us .custom-form select {
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    height: 35px;
    padding: 7px 10px;
    width: 100%;
	margin:0;
}
.page-contact-us .custom-form textarea {
    height: 87px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.page-contact-us .custom-form .form-row.btn-row {
    margin: 18px 0 0;
    padding: 0;
    text-align: left;
	line-height:0;
 }
.page-contact-us .custom-form .form-row.btn-row .submit-button, .page-contact-us .custom-form .form-row.btn-row .reset-button {
    font-family: Oswald,sans-serif;
    padding:7px 0;
	margin:0 0 15px 0;
    text-transform: uppercase;
    width: 100%;
	vertical-align:top;
	background-color:#000;
	color:#fff;
	font-size:15px;
	text-align:center;
	background-image:none;
	display:block;
	line-height:23px;
}
.page-contact-us .custom-form .form-row.btn-row .submit-button:hover, .page-contact-us .custom-form .form-row.btn-row .reset-button:hover {
	background-color:#f9a319;
}
.page-contact-us .custom-form .form-row.btn-row .reset-button{
	background-color:#222;
}
.page-contact-us .custom-form .form-row.btn-row .reset-button:hover {
	background-color:#000;
}
.page-contact-us .widget-form .double-input-row, 
.page-contact-us .widget-form .triple-input-row{
    box-sizing: border-box;
}
.page-contact-us .widget-form .form-row.textBox {
    width: 237px;
}
.page-contact-us .widget-form .double-input-row .form-row {
    padding: 0;
}
.page-contact-us .custom-form .simpleCaptcha-container {
    position: absolute;
    right: 0;
    top: 0;
    width: 237px;
}
.page-contact-us .form-row.simple_captcha_input_field.mandatory {
    float: right;
    position: relative;
    width: 100%;
}
.page-contact-us .custom-form .form-row.simple-captcha  .captcha {
    border: 1px solid rgba(0, 0, 0, 0.5);
    display: block;
    height: 35px;
    text-align: center;
}
.page-contact-us .custom-form .form-row.simple-captcha {
    float: left;
    width: 100%;
}
.page-contact-us .widget-form .double-input-row {
    margin: 0;
}
.page-contact-us .form-row.simple_captcha_input_field.mandatory input[type="text"]{
	margin:0;
}
.page-contact-us  .simpleCaptcha-container .captcha > img {
    height: 35px;
}
.page-contact-us  .widget-form .single-input-row .form-row {
    margin-top: 0;
    padding-bottom: 0;
}
.page-contact-us .widget-form .form-row.textArea {
    left: 252px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 235px;
}
.page-contact-us .form-row{
	margin:0 0 16px;	
}
/*end:contact form*/

.page-contact-us .body .widget > .widget-title {
    margin-bottom: 30px;
    text-align: center;
}
.contact-bar p {
    line-height: 20px;
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
}
.contact-bar span {
    display: block;
}
.page-planning-a-kitchen .body .widget-snippet ul li{
	line-height:30px;
}
.page-planning-a-kitchen .body .widget-snippet  img{
	min-height:200px;	
}

.page-planning-a-kitchen .body .widget-snippet a b, 
.page-planning-a-kitchen .body .widget-snippet a strong{
	font-style:italic;	
}
#webcommander-page .row-client:last-of-type {
    border-bottom: 0 none;
}
.header .widget-storeLogo img {
    height: auto;
    max-width: 100%;
}
.widget-newsletter .form-row.mandatory {
    text-align: right;
	margin:0;
}
.widget-newsletter .form-row.button-container {
    text-align: right;
	margin:0;
}


/*start: jssor slider css */
.jssor-slider-container .jssorb03 div, .jssor-slider-container .jssorb03 div:hover, .jssor-slider-container .jssorb03 .av {
	opacity: 0;
}
div.jssor-slider-container .slide {
	display: none;
}
div.jssor-slider-container[jssor-slider="true"] .slide {
	display: block;
}
div.jssor-slider-container .container, div.jssor-slider-container {
	width: 1920px;
    height: 780px;
	text-align: center;
	margin: auto;
}
div.jssor-slider-container .jssora20l, div.jssor-slider-container .jssora20r, div.jssor-slider-container .slide {
	display : none;
}
div.jssor-slider-container[jssor-slider="true"] .slide, div.jssor-slider-container[jssor-slider="true"] .jssora20l, div.jssor-slider-container[jssor-slider="true"] .jssora20r {
	display: block;
}
.jssor-slider-container::before {
	content: url("/template/59a72726/images/loading.gif");
	height: 64px;
	left: 50% !important;
	margin-left: -32px !important;
	margin-top: -32px !important;
	position: absolute;
	top: 50%;
	width: 64px;
}
/*end: jssor slider css */


.blog-post-content .footer::before {
    display: none;
}
.recentpost .blog-post-info,.recentpost .content{
    display: none;
}
.recentpost a{
    display: none;
}
.recentpost h3 a{
	display:block !important; 	
}
.widget.widget-blogPost.recentpost {
    border: 1px solid #eeeeee;
    margin: 0 0 0 70px;
	padding:20px 25px;
}
.body .recentpost .widget-title {
    padding: 0 0 15px;
    text-transform: none;
	margin-top:0;
}
.body .recentpost .blog-post-item .title {
    background: rgba(0, 0, 0, 0) url("../images/arrow.png") no-repeat scroll left 6px / 11px auto;
    line-height: 20px;
    margin: 0;
    padding: 0 0 10px 23px;
    font-family: "Open Sans",sans-serif;
}
.page-blog .body  .blog-post-item .content{
	max-width:90%;
	padding-bottom:3px;	
}
.page-blog .body .widget.widget-blogPost.recentpost {
	 margin-top:106px;
}
.page-blog  .page-content .widget-title {
    margin-top: 50px;
}
.page-blog .body  .post-description  .title{
	padding-bottom:10px;
    margin: 0;
}
.recentpost .blog-post-item {
    margin-bottom: 0;
    padding-bottom: 0;
}
.page-blog-post .page-content .blog-post-details .title {
    margin-top: 50px;
}
.page-blog-post .body .recentpost .widget-title{
	padding-top:7px;
}
.page-blog-post .body .blog-post-details .comment-post-panel {
    border: medium none;
    margin-bottom: 100px;
    padding: 0;
}
.blog-post-item .title a{
	color:#555;	
}

.page-blog .body .post-description .title a,
.page-blog .body .recentpost .widget-title,
.page-blog-post .body .recentpost .widget-title,
.page-blog-post .page-content .blog-post-details .title{
    color: #555555;
    font-size: 22px;
}
.page-blog-post .widget.widget-blogPost.recentpost{
	margin-top:65px;
}
.widget.recentpost .blog-post-item .title a {
    font-size: 17px;
}
.widget.recentpost .blog-post-item .title a:hover {
    color: #e98628;
}
/*start:comment*/
.comment-post-panel input[type="text"],
.comment-post-panel textarea,
.comment-post-panel select {
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    height: 35px;
    margin: 0;
    padding: 7px 10px;
}
.comment-post-panel .form-row.simple_captcha_help_text {
    display: none;
}
.comment-post-panel .form-row.simple_captcha_help_text {
    display: none;
}
.comment-post-panel .simple-captcha-reload.text{
    display: none;
}
.blog-post-details .comment-post-panel  .simple_captcha_input_field label{
    display: none;
}
.blog-post-details .comment-post-panel textarea{
    width:440px;
}
.comment-post-panel .form-row button{
    background-color: #000000;
    background-image: none;
    color: #ffffff;
    display: block;
    font-family: Oswald,sans-serif;
    font-size: 15px;
    margin:25px 0 0 0;
    padding: 7px 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    width:440px;
}
.comment-post-panel .form-row button:hover{
    background-color: #f9a319;	
}
.page-blog-post  #blog-post-create-comment-panel .max-character{
    display: none;
}
.comment-post-panel .form-row.simple-captcha .captcha {
	width:170px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    display: block;
    height: 33px;
    text-align: center;
}
.comment-post-panel .simple_captcha_input_field {
    margin-left: 10px;
    width: 255px;
}
.comment-post-panel  .simple_captcha_input_field input{
	width:100%;	
}

.comment-post-panel  .simpleCaptcha-container .captcha > img {
    height: 32px;
}
.page-blog-post .blog-post-details .comment-post-panel label {
     margin: 15px 0 2px;
}
.page-blog-post  .simpleCaptcha-container .form-row.simple-captcha > label{
    display: none;
}
.page-blog-post  .simpleCaptcha-container {
    margin-top: 20px;
}
.page-blog-post .simpleCaptcha-container .form-row.simple-captcha,
.page-blog-post .simpleCaptcha-container .form-row.simple_captcha_input_field{
    display: inline-block;
    vertical-align: top;
}
.page-blog-post   .simple-captcha-reload {
    position: relative;
    top: 3px;
}
/*end:comment*/

.page-contact-us  .custom-form  .simple-captcha-reload.icon{
	position:relative;
	top:5px;	
}

.page-contact-us  .custom-form  .message-block{
  	position: absolute;
	font-size:13px;
	margin-top:-5px;
	width:100%;
	z-index:9;
}
.page-contact-us .custom-form  .message-block.info-message{
	margin-top:-95px;	
}

.swipe-image-wrap .box-container li a.swipebox:hover::before{
	display:none;
}
.swipe-image-wrap .box-container li a.swipebox:hover::after{
	display:none;
}
.home-slider .jssor-slider-container .slide:after{
	background-color:transparent !important;
}
.page-content .blog-post-details .comment-post-panel input {
    width: 440px;
}
.page-blog-post .blog-post-details .comment-post-panel .form-row.recaptcha-row label {
    margin-top: 0;
}
.footer .footer-bottom-text p a:hover {
    color: #e98628;
}
.page-content .blog-post-details .social-media-share a.facebook-share-icon:hover {
    background-color: #305891;
}
.page-content .blog-post-details .social-media-share a.facebook-share-icon:hover::after {
    color: #fff;
}
.page-content .blog-post-details .social-media-share a.twitter-share-icon:hover {
    background-color: #2ca8d2;
}
.page-content .blog-post-details .social-media-share a.twitter-share-icon:hover::after {
    color: #fff;
}

/*Section Full-wide*/
.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .v-split-container .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
    width: auto;
}
/*.fee-fixed-width-content {*/
/*    padding-left: calc(50% - 715px) !important;*/
/*    padding-right: calc(50% - 715px) !important;*/
/*}*/

@media screen and (max-width: 980px) {
    body > .body {
        padding: 0;
    }
}

.fee-widget-product-scroll-view .product-view.scrollable-view .current-price.price .tax-message,
.fee-widget-product-image-view .product-view.image-view .current-price.price .tax-message,
.fee-widget-product-list-view .current-price.price .tax-message, .fee-widget-product-tabular-view .current-price.price .tax-message {
    color: #999;
    font-size: 10px;
    font-weight: 400;
    width: 100%;
    display: block;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name{
    padding-left: 15px;
    padding-right: 15px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .block-content-wrap > .price-waper {
    margin: 7px 15px 0;
}

/*Section Full-wide*/

.widget-snippet .social-icons {
    margin: 0;
    padding: 0;
}
.fee .widget-container .widget {
    padding: 0 !important;
}
.fee .main-menu .horizontal > .has-child > .navigation-item-child-container {
    display: none;
}
body.page-home.fee > div.body {
    margin-top: 0;
}
.fee #spltr-D62EC645-0471-4CAA-8259-7D02E9B77709 {
    padding-bottom: 155px;
}
.widget-container .v-split-container{
    padding: 60px 0;
}
.widget-container.v-split-container{
    padding: 60px 0;
}
.page-home .widget-container.v-split-container,
.page-home .widget-container.v-split-container .v-split-container {
    padding: 0;
}

.fee .main-menu .navigation-item a {
    line-height: normal;
    padding-top: 10px;
}
