/*
Theme Name:   Twenty Fourteen Child
Theme URI:    http://example.com/twenty-fourteen-child/
Description:  Twenty Fourteen Child Theme
Author:       John Doe
Author URI:   http://example.com
Template:     twentyfourteen
Version:      1.0.0
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  twenty-fourteen-child
*/


/*@import url("../twentyfourteen/style.css");*/


/* =Theme customization starts here
-------------------------------------------------------------- */

/* START Global */
html {
    font-size: 14px;
}

p {
    margin: 0;
}

a,
a:hover {
    color: black;
}

.responsive-text-style-1 {
    font-size: 120%;
}

.responsive-text-style-2 {
    font-size: 160%;
}

.no-side-paddings {
    padding-left: 0;
    padding-right: 0;
}
.section_holder {
    border-bottom: 10px solid #212121;

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@-webkit-keyframes goldenPulse {
    from { background: #ff8500; text-shadow: 2px 0 5px transparent; }
    50% { background: #ff9d33; text-shadow: 2px 0 5px #000000; }
    to { background: #ff8500; text-shadow: 2px 0 5px transparent; }
}

.alert {
    color: white;
    background-color: #333333;
    border-color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

.alert strong {
    color: #ff8500;
}

.close,
.close:hover {
    color: #ff8500;
    text-shadow: 0 1px 0 #ff8500;
    margin-left: 5px;
}

.close {
    opacity: 0.8;
}

.close:hover {
    opacity: 1;
}

.maintenance-notice {
    color: gray;
    opacity: 0.5;
    font-size: 12px;
}

.show-on-inactivated {
    display: none;
}

.table {
    display: table;
    height: inherit;
    margin: 0;
}

.table-cell-center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.table-cell-left {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

/* END Global */

/* START Section - navbar */

#header {
    position: fixed;
    top: 0;
    z-index: 2;

    width: 100%;
    height: 104px;
    background: #333333;
    border-top: 24px solid #212121;
    border-bottom: 10px solid #212121;
}
#header .logo-wrap,
#header .nav-wrap {
    height: 70px;
}
#header .nav-wrap .nav-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#header .nav-wrap .nav-list .list-item {
    float: left;

    width: 14%;
    height: 70px;
    padding: 0;

    color: white;
    font-family: 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
    line-height: 70px;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;

    text-align: center;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#header .nav-wrap .nav-list .list-item a {
    color: white;
}
#header .nav-wrap .nav-list .list-item a:hover {
    text-decoration: none;
}
#header .nav-wrap .nav-list .list-item.active {
    background: #fd8602;
}
#header .nav-wrap .nav-list .list-item:hover {
    background: #fd8602;
}
#header .nav-wrap .nav-list .list-item:nth-child(3) {
    width: 16%;
}
#home {
    height: 104px;
}
.small_menu{
    display: inline-block;
    float: right;
}
.small_menu .menu_small_btn{
    background: none;
    border: 0;
    color: #f28f00;
    float: right;
    margin: 2px 0;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 24px;
    width: 30px;
}
.small_menu .menu_small_btn:hover{
    background: none;
}
.small_menu .menu_small_btn .open_menu, .small_menu .menu_small_btn .close_menu{
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
.small_menu .menu_small_btn .open_menu{
    z-index: 10;
    opacity: 1;
}
.small_menu .menu_small_btn .close_menu{
    opacity: 0;
    z-index: 9;
}
.small_menu .menu_small_btn i{
    font-size: 38px;
    line-height: 24px;
}
#small-nav {
    display: none;
}

/* END Section - navbar */


/* START Section - banner */
#banner {
    position: relative;
}
#banner .slide {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);

    filter: url('../twentyfourteen-child/temp/filters.svg#blur');
}
#banner .banner-cover {
    position: absolute;
    top: 0;
    right: 0;
}
#banner .banner-text {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 28.75%;
}
#banner .banner-text .line {
    position: absolute;
    top: 0;

    color: white;
    font-style: normal;
    font-weight: bold;
    font-family: 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
    text-shadow: 2px 0 5px #000000;
}
#banner .banner-text .logo {
    position: absolute;
    top: 30%;
    right: 25%;
}
#banner .banner-text .btn-booking {
    position: absolute;
    top: 60%;
    left: 20%;

    padding: 10px 40px;

    background: #ff8500;
    border-radius: 0;

    color: white;
    -webkit-box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.6);

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

    -webkit-animation-name: goldenPulse;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
}
#banner .banner-text .btn-booking:hover {
    text-shadow: 2px 0 5px #000000;
    background: #ff9d33;
}
#banner .banner-text .btn-booking:active {
    text-shadow: 2px 0 5px #000000;
    color: #ff8500;
    background: white;
}
#banner .banner-text .line.line-1 {
    top: 29%;
    left: 18%;
}
#banner .banner-text .line.line-2 {
    top: 40%;
    left: 18%;
}
#banner .wrap-1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#banner .wrap-2 {
    display: table;
    width: 100%;
    height: 100%;
}
#banner .wrap-3 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#banner .wrap-3 .video-play-button-circle {
    width: 25%;
    height: 52%;
    margin: 0 auto;

    background: rgba(253, 134, 2, 0.8);

    border: 1px solid white;

    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;

    -webkit-box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.6);

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#banner .wrap-3 .video-play-button-circle:hover {
    background: rgba(255, 255, 255, 1);
}
#banner .wrap-3 .video-play-button-circle:hover .video-play-button-triangle {
    background-position: -24px 0;
}
#banner .wrap-3 .video-play-button-triangle {
    margin: 0 auto;

    width: 24px;
    height: 24px;

    background: url(../twentyfourteen-child/temp/video-play-triangle.png) no-repeat;
    background-position: 0 0;
    background-size: 48px 24px;
}
#banner .video-container {
    position: absolute;
    top: 32%;
    right: 25%;
    width: 16%;
    padding-top: 8%;
    border-radius: 0;

    color: white;
    -webkit-box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.6);

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

    background: rgba(0, 0, 0, 0.3);
}
#banner .video-alternative-logo-container {
    position: absolute;
    top: 32%;
    right: 25%;
    width: 16%;
    height: 28.5%;
    border-radius: 0;

    color: white;
    -webkit-box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.6);

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

    background: rgba(0, 0, 0, 0.3);
}
/* END Section - banner */


/* START Section - services */
#services .container {
    padding-top: 3%;
    padding-bottom: 3%;
}
#services .wrap-1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#services .wrap-2 {
    display: table;
    width: 100%;
    height: 100%;
}
#services .wrap-3 {
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
}
.quick-access-content {
    padding: 20px;
    font: normal normal 20px 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
    color: white;
}
#services .left-wrap,
#services .right-wrap {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#services .left-wrap {
    background: url(../twentyfourteen-child/temp/bg-quick-access.jpg) no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;

    padding: 32.7% 0 0 0;
}
#services .right-wrap {
    padding-left: 45px;
}
#services .left-wrap .quick-access-wrap {
    width: 49%;
    padding-bottom: 49%;

    background: #f28f00;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;

    cursor: pointer;

    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
#services .left-wrap .quick-access-wrap:hover,
#services .left-wrap .quick-access-wrap.triggered {
    background: #ff6100;
}
#services .left-wrap .quick-access-wrap:hover .wrap-1,
#services .left-wrap .quick-access-wrap.triggered .wrap-1 {
    background: none;
}
#services .left-wrap .quick-access-wrap:nth-child(1),
#services .left-wrap .quick-access-wrap:nth-child(2) {
    margin-bottom: 1.5%;
}
#services .left-wrap .quick-access-wrap:nth-child(2),
#services .left-wrap .quick-access-wrap:nth-child(4) {
    margin-left: 1.5%;
}
#services .left-wrap .quick-access-wrap .quick-access {

}
#services .heading-container {
    padding-top: 7%;
}
#services .heading-container .heading {
    margin: 0;

    font: normal bold 40px/1.5 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
    color: black;
}
#services .heading-container .heading-underline {
    padding: 0;
    margin: 20px 0 10px 0;
}
#services .heading-container .heading-underline .segment-short {
    height: 20px;
    background: #f27e00;
}
#services .heading-container .heading-underline .segment-long {
    height: 20px;
    background: #efa55b;
}
#services .text-container {
    padding-top: 5%;
    font: normal normal 24px/1.42857143 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
    color: black;
}
#services .text-container p {
    margin-bottom: 5%;
}
#services .text-container p:last-child {
    margin-bottom: 0;
}
#services .action-button-container,
#services .register-mybox-form-container,
#services .register-offers-form-container,
#services .book-appointment-form-container,
#services .register-googo-form-container {
    padding-top: 5%;
}
#services .action-button-container {
    text-align: center;
}
.book-appointment-form-container,
.register-mybox-form-container,
.register-offers-form-container,
.register-googo-form-container {
    display: none;
}
#services .services-slider-container .heading,
#services .fire .heading {
    font: normal normal 38px 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
    color: black;
}
#services .services-slider-container .metaslider-15 {
    margin: 0 auto;
}
#services .flex-direction-nav a {
    width: 30px;
    height: 50px;
}
#services .flexslider:hover .flex-prev {
    opacity: 1;
    left: -36px;
}
#services .flexslider:hover .flex-next {
    opacity: 1;
    right: -36px;
}
.fire {
    display: none;
    height: auto;
}
.fire .cancel-button {
    color: #fd8602;
    font-size: 40px;
    float: right;
    cursor: pointer;
}
.btn-mybox-action {
    margin: 20px 0;
    padding: 10px;

    font: 18px 'Roboto', sans-serif;

    white-space: normal;

    color: white;
    background-color: #f28f00;
    border-color: #f28f00;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-mybox-action.narrow-margin {
    width: 220px;
    margin: 10px auto;
    padding: 10px 20px;
}

.display-block-item {
    display: block;
}

.btn-mybox-action:hover,
.btn-mybox-action:active,
.btn-mybox-action:focus {
    color: white;
    background-color: #ff6100;
    border-color: #ff6100;
}

.offer-name {
    font-weight: bold;
}

.key-figure {
    color: #ff6100;
    font: normal bold 36px 'Roboto', Arial, Helvetica, sans-serif;
}

/* ----------- */

#services textarea,
#services input[type="text"],
#services input[type="password"],
#services input[type="datetime"],
#services input[type="datetime-local"],
#services input[type="date"],
#services input[type="month"],
#services input[type="time"],
#services input[type="week"],
#services input[type="number"],
#services input[type="email"],
#services input[type="url"],
#services input[type="search"],
#services input[type="tel"],
#services input[type="color"],
#services .uneditable-input{
    background: white;
    border: 1px solid #D0D0D0;
    box-shadow: none;
    color: #000000;

    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    height: 40px;
    padding: 10px 20px;
    margin: 0 0 10px 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    width: 100%;
}

.name-error-anchor,
.email-error-anchor,
.phone-error-anchor,
.code-error-anchor {
    margin-bottom: 10px;
}

.field_single {

    display: block;

    margin-bottom: 10px;

    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-style: normal;
    color: #000000;

    /*font-size: 24px;*/
    /*font-weight: 400;*/
    /*line-height: 30px;*/
}

.service-radio-buttons {
    list-style-type: none;
    padding: 0;
    margin-bottom: 30px;
}

.service-radio-button {
    cursor: pointer;
    margin-bottom: 5px;
}

.service-label {
    margin-bottom: 0;
    max-width: 90%;
}

input[type=radio].service {
    margin-right: 5px;
}

#services input[type="radio"] {

}

#services form {
    margin: 0;
    padding: 0;
}
#services form p {
    margin: 0;
}

#services .hasPlaceholder {
    color: #666666;
}

#services textarea {
    height: 220px;
    max-width: 100%;
    min-width: 100%;
}

#services textarea:focus,
#services input[type="text"]:focus,
#services input[type="password"]:focus,
#services input[type="datetime"]:focus,
#services input[type="datetime-local"]:focus,
#services input[type="date"]:focus,
#services input[type="month"]:focus,
#services input[type="time"]:focus,
#services input[type="week"]:focus,
#services input[type="number"]:focus,
#services input[type="email"]:focus,
#services input[type="url"]:focus,
#services input[type="search"]:focus,
#services input[type="tel"]:focus,
#services input[type="color"]:focus,
#services .uneditable-input:focus {
    border: 1px solid #D0D0D0;
    box-shadow: none;
    color: #000000;
}
#services input:focus:invalid:focus,
#services textarea:focus:invalid:focus,
#services select:focus:invalid:focus {
    border-color: #E9322D;
    box-shadow: none;
}
#services input[type="submit"],
#services .form-action,
.package .form-action {
    float: right;
    background-color: black;
    border: 1px solid #ff8500;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: 400;
    height: 46px;
    line-height: 46px;
    padding: 0 28px;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
}
#services input[type="submit"]:hover,
#services .form-action:hover,
.package .form-action:hover {
    color: #ff8500;
    background-color: white;
    outline: none;
}
#services .form-action,
.package .form-action {
    margin: 0 10px 20px 0;
    border-radius: 0;
}

#services .action-googo,
#services .action-booking {
    -webkit-box-shadow: 0 0 3px 3px rgba(255, 97, 0, 0.6);
    box-shadow: 0 0 3px 3px rgba(255, 97, 0, 0.6);

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

    -webkit-animation-name: goldenPulse;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
}
/* ----------- */

/* START myTax UI */

.mytax-ui {
    position: relative;
}

#mytax-corner-image {
    position: absolute;
    top: 0;
    z-index: 1;
}

.content-wrapper {
    background: white;
    padding-right: 0;
}

.content-wrapper .content-top .line-1 {
    padding-right: 20px;

    text-align: right;
    font: normal bold 20px/1.5 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
    letter-spacing: -1px;
}

.content-wrapper .content-top .line-2 {
    padding-right: 80px;
    text-align: right;
    font: normal bold 200px/200px 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
    letter-spacing: -20px;
}

.content-wrapper .content-top .line-3 {
    padding-right: 20px;

    text-align: right;
    font: normal normal 20px/1.5 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
}

.content-wrapper .content-top .seperator {
    height: 10px;
    margin: 10px 0 0 180px;

    background: #c66d1b; /* Old browsers */
    background: -moz-linear-gradient(left,  #c66d1b 0%, #f08b22 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c66d1b), color-stop(100%,#f08b22)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #c66d1b 0%,#f08b22 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #c66d1b 0%,#f08b22 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #c66d1b 0%,#f08b22 100%); /* IE10+ */
    background: linear-gradient(to right,  #c66d1b 0%,#f08b22 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c66d1b', endColorstr='#f08b22',GradientType=1 ); /* IE6-9 */

    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 10px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.content-wrapper .content-top {
    padding-top: 70px;
}

.content-wrapper .content-mid {
    height: 550px;
    padding: 0 0 0 35px;
    margin: 0 0 0 17px;
    border-left: 1px solid gray;
}

.content-wrapper .content-mid .content-mid-left {
    display: inline-block;
    vertical-align: top;

    width: 44%;
    height: inherit;

    padding: 60px 0 0 0;
}

.content-wrapper .content-mid .content-mid-left .figure-box {
    width: 90%;
    height: 20%;

    margin-bottom: 10px;

    border: 3px solid #f98715;

    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.content-wrapper .content-mid .content-mid-left .figure-box .left {
    display: inline-block;
    vertical-align: top;

    width: 50%;
    height: 100%;

    /*padding: 15px 6px 0 6px;*/
    padding: 6px;

    background: #f98715;

    font: normal bold 17px/20px 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
    color: black;
}

.content-wrapper .content-mid .content-mid-left .figure-box:nth-child(3) .left {
    padding-top: 8px;
}

.content-wrapper .content-mid .content-mid-left .figure-box .right {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    height: 100%;
}

.content-wrapper .content-mid .seperator {
    display: inline-block;
    vertical-align: top;

    width: 5px;
    height: 380px;

    margin-top: 80px;

    background: #f98715;
}

.content-wrapper .content-mid .content-mid-right {
    display: inline-block;
    vertical-align: top;

    width: 53%;
    height: inherit;

    padding: 40px 0 0 30px;
}

.content-wrapper .content-mid .content-mid-right p,
.content-wrapper .content-mid .content-mid-right ul li {
    margin-bottom: 10px;
}

.content-wrapper .content-mid .content-mid-right ul {
    padding-left: 10px;
}

.content-wrapper .content-bot {

    margin: 0 0 0 17px;
    padding: 0 0 0 30px;

    border-left: 1px solid gray;
    border-bottom: 1px solid gray;
}

.content-wrapper .content-bot .terms-conditions {
    display: inline-block;
    vertical-align: top;

    width: 60%;
    height: inherit;
}

.content-wrapper .content-bot .terms-conditions p {
    margin-bottom: 10px;
}

.content-wrapper .content-bot .terms-conditions ul {
    padding-left: 20px;
}

.content-wrapper .content-bot .terms-conditions li {
    font: normal normal 12px/1.5 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
    color: black;
}

.content-wrapper .action-button-container {
    display: inline-block;
    vertical-align: middle;

    width: 39%;
    height: inherit;

    padding-top: 0;
}

.content-wrapper .action-button-container .btn-mybox-action {
    font-size: 20px;
    padding: 10px 60px;
}

/* END myTax UI */

/* ---- START Booking Form ---- */

.wizard, .tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard>.steps .current-info, .tabcontrol>.steps .current-info {
    position: absolute;
    left: -999em;
}

.wizard>.steps {
    position: relative;
    display: block;
    width: 100%;
}

.wizard ul, .tabcontrol ul {
    list-style: none!important;
    padding: 0;
    margin: 0;
}

.wizard>.steps>ul>li, .wizard>.actions>ul>li {
    float: left;
}

.wizard>.steps>ul>li {
    width: 25%;
}

.wizard ul>li, .tabcontrol ul>li {
    display: block;
    padding: 0;
    line-height: 1.5em;
}

.wizard>.steps .error a, .wizard>.steps .error a:hover, .wizard>.steps .error a:active {
    background: #ff3111;
    color: #fff;
}

.wizard>.steps .current a, .wizard>.steps .current a:hover, .wizard>.steps .current a:active {
    background: #ff6100;
    color: #fff;
    cursor: default;
}

.wizard>.steps a, .wizard>.steps a:hover, .wizard>.steps a:active {
    display: block;
    width: auto;
    margin: 0 .5em .5em;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard a, .tabcontrol a {
    outline: 0;
}

.wizard>.steps .error a, .wizard>.steps .error a:hover, .wizard>.steps .error a:active {
    background: #ff6100;
    color: white;
}

.wizard>.steps .number {
    font-size: 1.429em;
}

.wizard>.steps .disabled a, .wizard>.steps .disabled a:hover, .wizard>.steps .disabled a:active,
.wizard>.steps .done a, .wizard>.steps .done a:hover, .wizard>.steps .done a:active {
    background: #efa55b;
    color: white;
    cursor: default;
}

.wizard>.content {
/*        background: #ff6100;
color: white;*/
display: block;
margin: .5em;
height: auto;
/*min-height: 36em;*/
overflow: hidden;
position: relative;
width: auto;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.wizard>.content section {
    color: white;
    background: rgb(255, 97, 0)
}

.sitewrapper>.content .main>section h3 {
    font-size: 2em;
}

.wizard>.content>.title, .tabcontrol>.content>.title {
    position: absolute;
    left: -999em;
}

.wizard>.content>.body {
    float: left;
    /*position: absolute;*/
    position: relative;
    width: 100%;
    height: 100%;
    padding: 2.5%;
}

.wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.wizard>.actions>ul {
    display: inline-block;
    text-align: right;
}

.wizard>.actions>ul>li {
    margin: 0 .5em;
}

.wizard>.actions .disabled a, .wizard>.actions .disabled a:hover, .wizard>.actions .disabled a:active {
    background: #efa55b;
    color: white;
}

.wizard>.actions a, .wizard>.actions a:hover, .wizard>.actions a:active {
    background: #ff6100;
    color: #fff;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.datepicker-title,
.timepicker-title {
    text-align: center;
    font-weight: bold;
}

.officepicker-title,
.yourdetails-title {
    font-weight: bold;
    margin-bottom: 20px;
}

.ui-datepicker {
    margin: 0 auto;
}

.ui-widget-header {
    border: 1px solid white;
    background: white;
    color: black;
    font-weight: bold;
}

.ui-widget-content {
    background: #efa55b;
    border-color: #efa55b;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid white;
    background: white;
    font-weight: normal;
    color: black;
}

a.ui-state-default.ui-state-hover,
a.ui-state-default.ui-state-focus {
    border: 1px solid white;
    background: #ff6100;
    font-weight: normal;
    color: white;
}

.ui-datepicker-calendar thead {
    color: white;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #ff6100;
    color: white;
}

.time-select-box {
    background: #efa55b;
    color: white;
    padding: 10px 0;
}

.radio {
    margin-left: 35px;
    text-align: left;
    font-family: 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
}

.error-anchor {
    margin-bottom: 20px;
}

.ui-datepicker {
    width: 100%;
}

/* ---- END Booking Form ---- */

/* END Section - services */

/* START Section - promotion */
.sec-promotion {
    position: relative;
}
.sec-promotion .promotion-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
}
.sec-promotion .promotion-wrap:nth-child(1) {
    left: 0;
}
.sec-promotion .promotion-wrap:nth-child(2) {
    right: 0;
}
.sec-promotion .promotion-wrap .promotion-box {
    display: table;
    width: 100%;
    height: 100%;
}
.sec-promotion .promotion-wrap.left .promotion-box .promotion-content {
    display: table-cell;
    padding: 0 16.5% 0 0;
    text-align: left;
    vertical-align: middle;
}
.sec-promotion .promotion-wrap.left .promotion-box .promotion-content .promotion-text {
    float: right;
    width: 270px;
    font: normal normal 24px/1.42857143 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
    color: white;
    text-shadow: 2px 0 5px #000000;
}
.sec-promotion .promotion-wrap.left .promotion-box .promotion-content .promotion-text strong {
    font-size: 28px;
}
.sec-promotion .promotion-wrap.right .promotion-box .industry {
    display: inline-block;
    width: 7%;
    height: 15%;
    /*padding-top: 10px;*/
    font: normal normal 14px/18px 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
    color: white;
    text-align: center;
    text-shadow: 2px 0 5px #000000;
    margin: 11% 0 0 18%;
}
/* END Section - promotion */

/* START Section - updates */
#updates {

}
#updates .news-events-container,
#updates .strengths-container {
    padding-top: 7%;
    padding-bottom: 4%;
}
#updates .strengths-container .strength-list-heading {
    margin-top: 0;
    text-align: center;
    font: normal bold 40px 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
    color: black;
}
#updates .strengths-container .strength-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#updates .strengths-container .strength-list .strength {
    background: #ff9700;
    margin-bottom: 5px;
    padding: 20px 20px 20px 10px;

    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#updates .strengths-container .strength-list .strength:hover {
    background: #ff6100;
}
#updates .strengths-container .strength-list .strength .strength-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 70px;
    padding-left: 80px;

    background: url(../twentyfourteen-child/temp/bg-strength.png) no-repeat;
    background-size: 70px 70px;

    font: normal normal 23px/35px 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
}
.news-post-list,
.event-post-list {
    width: 100%;
    float: left;
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
}

.news-post-list-item,
.event-post-list-item {
    width: 100%;
    float: left;
}

.news-post-list-item {
    margin-bottom: 30px;
}

.event-post-list-item {
    margin-bottom: 10px;
}

.featured-image {
    overflow: hidden;
}

.news-post-list-item .featured-image,
.news-post-list-item .content {
    min-height: 150px;
}

.event-post-list-item .event-date
.event-post-list-item .content {
    min-height: 100px;
}

.news-post-list-item .content .title,
.event-post-list-item .content .title {
    font: normal bold 20px/1.42857143 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
    color: black;
    margin: 5px 0;
}

.news-post-list-item .content .date-tag .tag {
    background: #ff9700;
    color: white;
    padding: 3px 6px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.news-post-list-item .content .date-tag {
    margin: 10px 0;
}

.news-post-list-item .content .date-tag .date {
    font-style: italic;
    margin-right: 10px;
}

.news-post-list-item .content .exerpt-more,
.event-post-list-item .content .exerpt-more {
    font: normal normal 14px/1.42857143 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
    color: black;
    margin: 5px 0;
}

.date-part {
    text-align: center;
}

.date-part.month {
    text-transform: uppercase;
    background: black;
    color: white;
    font: normal normal 20px/1.42857143 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
}

.date-part.year {
    margin: 5px 0 0 0;
    color: #f27e00;
    font: normal normal 20px/1.42857143 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
}

.digit {
    font: normal bold 45px/1.42857143 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
}

.digit:nth-child(1) {
    color: #efa55b;
}

.digit:nth-child(2) {
    color: #f27e00;
}

#updates .heading-container .heading {
    margin: 0;

    font: normal bold 40px/1.5 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
    color: black;
}
#updates .heading-container .heading-underline {
    padding: 0;
    margin: 10px 0;
}
#updates .heading-container .heading-underline .segment-short {
    height: 20px;
    background: #f27e00;
}
#updates .heading-container .heading-underline .segment-long {
    height: 20px;
    background: #efa55b;
}

#updates .heading-container .heading-underline .segment-more {
    height: 20px;
    text-align: right;
}

#updates .heading-container .heading-underline .segment-more a {
    color: black;
    font-size: 20px;
    line-height: 20px;
}

#updates .heading-container .heading-underline .segment-more a:hover {
    color: #efa55b;
}

.read-more {
    color: #f27e00;
    font-weight: bold;
}

.read-more:hover {
    color: #efa55b;
}

.full-news {
    position: relative;

    padding: 20px 30px;
    max-width: 600px;
    margin: 20px auto;

    background: white;
    text-align: left;
}

.full-news .title {
    font: normal bold 20px/1.42857143 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
    color: black;
    margin: 5px 0;
}

.full-news .date-tag {
    margin: 10px 0;
}

.full-news .date-tag .date {
    font-style: italic;
    margin-right: 10px;
}

.full-news .date-tag .tag {
    background: #ff9700;
    color: white;
    padding: 3px 6px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.full-news .exerpt {
    width: 75%;
}

.full-news .content {
    padding: 10px 0;
}

.full-news .content p,
.full-news .event-content p {
    margin: 10px 0;
}

.news-list {
    position: relative;

    padding: 20px 30px;
    max-width: 600px;
    margin: 20px auto;

    background: white;
    text-align: left;
}

.single-news {
    padding: 10px;
    border-bottom: 1px solid black;
    position: relative;
}

.btn-read {
    position: absolute;
    bottom: 15px;
    right: 0;
}

/* END Section - updates */


/* START Section - pricing */

#package {
/*    background: url(../twentyfourteen-child/temp/bg-walnut.jpg);
    background-size: contain;*/
    background-color: #b29e8e;
}

#package .heading {
    color: white;
}

.behind-image,
.behind-image * {
    height: 0;
    color: transparent!important;
}

#pricing {
    background: #ff9700;
    /*padding: 4% 0 5% 0;*/
}
#pricing li {
    background: url(../twentyfourteen-child/temp/bg-pricing-item.png) no-repeat;
    background-size: 20px;
    background-position: left center;
    padding-left: 25px;
}
#pricing * {
    color: black;
    font-family: 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
}
#pricing .heading {
    font: normal bold 45px 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
    margin: 0 0 4% 0;
}

#pricing ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


/* END Section - pricing */

/* START Section - package */
.package {
    padding: 4% 0;
}
.package .heading {
    margin: 0 0 5% 0;

    text-align: center;
    font: normal bold 45px 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
    color: black;
}
.package .package-feature-label {
    height: 45px;
    background: #232323;
    color: white;
    font: normal normal 24px/45px 'Roboto', sans-serif;
}
.package .package-holder {
    width: 12%;
    float: left;
}
.package .one-fifth-width {
    width: 22%;
    float: left;
}
.package .box {
    position: relative;
}
.package .box:before {
    content: "";
    display: block;
}
.package .wrap-1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.package .wrap-2 {
    display: table;
    width: 100%;
    height: 100%;
}
.package .wrap-3 {
    display: table-cell;
}
.package .package-name-container .wrap-3 {
    padding: 30px;
}
.package .package-name-container.package-holder:before {
    padding-bottom: 290px;
}
.package .package-name-container.package-1:before {
    padding-bottom: 180px;
}
.package .package-name-container.package-2:before {
    padding-bottom: 220px;
}
.package .package-name-container.package-3:before {
    padding-bottom: 260px;
}
.package .package-name-container.package-4:before {
    padding-bottom: 310px;
}
.package .choose-package-container.package-holder:before {
    padding-bottom: 480px;
}
.package .choose-package-container.package-1:before {
    padding-bottom: 400px;
}
.package .choose-package-container.package-2:before {
    padding-bottom: 470px;
}
.package .choose-package-container.package-3:before {
    padding-bottom: 540px;
}
.package .choose-package-container.package-4:before {
    padding-bottom: 610px;
}
.package .package-1 {
    padding: 0 15px;
    background: #ffb600;
}
.package .package-name-container.package-1 {
    margin-top: 130px;
}
.package .package-2 {
    padding: 0 15px;
    background: #ffa539;
}
.package .package-name-container.package-2 {
    margin-top: 90px;
}
.package .package-3 {
    padding: 0 15px;
    background: #ff9100;
}
.package .package-name-container.package-3 {
    margin-top: 50px;
}
.package .choose-package-container .wrap-3 {
    vertical-align: bottom;
}
.package .choose-package-container.package-3 .package-features {
    margin-bottom: 103px;
}
.package .choose-package-container.package-4 .package-features {
    margin-bottom: 80px;
}
.package .package-4 {
    padding: 0 15px;
    background: #ff7900;
}
.package .package-name {
    text-align: center;
    color: white;
    font: normal normal 20px/30px 'Roboto', sans-serif;
}
.package .choose-package {
    width: 100%;
    padding: 10px 0;
    margin-top: 30px;

    background: #2b2b2b;

    color: white;
    font: normal normal 16px/16px 'Roboto', sans-serif;

    border: none;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.package .package-form-trigger {
    cursor: pointer;
}

.package .package-price {
    width: 70%;
    margin: 0 auto 50px auto;
    padding: 15px 0;

    background: #2b2b2b;

    color: white;
    font: normal bold 16px/20px 'Roboto', sans-serif;

    border: none;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.package .package-price .line {
    text-align: center;
}
.package .feature-group-1 .package-feature-container:before {
    padding-bottom: 398px;
}
.package .feature-group-2 .package-feature-container:before {
    padding-bottom: 120px;
}
.package .feature-group-3 .package-feature-container:before {
    padding-bottom: 90px;
}
.package .choose-package-container .package-feature {
    padding: 10px;
}
.package .package-feature {
    min-height: 35px;
    padding: 10px;
    border-bottom: 3px solid white;
    color: white;
    font: normal normal 16px/30px 'Roboto', sans-serif;
    text-align: center;
}
.package .feature-group-2 .package-feature {
    padding: 30px 10px;
}
.package .feature-group-3 .package-feature {
    padding: 30px 10px;
}
.package_form {
    /*display: none;*/
    margin-top: 30px;
}
#fm-package {
    background: #ff8500;
    display: none;
    /*padding: 0;*/
}
/* END Section - package */

/* START Section - mybox */
#mybox {
    padding: 8% 0;
    background: #b29e8e;
}
#mybox .box .side {
    background: #ff8500;
    margin-left: 12.5%;
}
#mybox .box .side .row-1,
#mybox .box .side .row-2,
#mybox .box .side .row-3 {
    margin-left: 12.5%;
}
#mybox .box .side .row-1 {
    height: 380px;
}
#mybox .box .side .row-1 .mybox-title {
    margin-top: 80px;
    height: 80px;
}
#mybox .box .side .row-1 .mybox-description {
    width: 30%;
    /*height: 200px;*/
    text-align: left;
}
#mybox .box .side .row-1 .mybox-decoration {
    float: left;
    width: 70%;
    /*height: 200px;*/
    padding-left: 5%;
}
#mybox .box .top {
    height: 100px;
    margin: 0 0 6px 60px;

    -webkit-transform: skew(-50deg);
    -moz-transform:skew(-50deg);
    -o-transform:skew(-50deg);
    transform:skew(-50deg);
}
#mybox .box .right-side {
    width: 67%;
    margin: -46px 0 0 0;
    height: 1115px;

    -webkit-transform:skew(0, -40deg);
    -moz-transform:skew(0, -40deg);
    -o-transform:skew(0, -40deg);
    transform:skew(0, -40deg);
}
#mybox .box .front {
}
#mybox .box .front .box-cell {
    position: relative;
}
#mybox .box .front .box-cell:before {
    content: "";
    display: block;
}
#mybox .box .front .box-cell.row-1:before {
    padding-top: 80%;
}
#mybox .box .front .box-cell .cell-wrap-1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#mybox .box .front .box-cell .cell-wrap-1 .cell-wrap-2 {
    display: table;
    width: 100%;
    height: 100%;
}
#mybox .box .front .box-cell .cell-wrap-1 .cell-wrap-2 .cell-wrap-3 {
    display: table-cell;
}
.mybox-title strong {
    font-family: Arial;
    font-weight: bold;
    color: black;
}
.mybox-title {
    float: left;
    width: 100%;
    text-align: left;

    color: white;
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}
.mybox-description {
    float: left;
    width: 100%;
    color: white;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: right;
}
.mybox-form {
    float: left;
    width: 100%;
    color: black;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: right;
}
.mybox-form-input {
    width: 100%;

    padding: 10px 20px;
    margin: 0 0 8px 0;

    background: white;

    border: none;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.mybox-form-submit {
    float: left;
    margin: 30px 0 0 0;
    padding: 2px 40px;

    border: none;

    background: #333333;
    color: white;

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.mybox-form-submit:hover {
    background: white;
    color: #ff8500;
}
.mybox-form-input.file {
    height: 200px;
    margin: 6px 0 16px 0;
}
.mybox-logo {
    vertical-align: middle;
    text-align: left;
    margin-bottom: 30px;

    color: white;
    font-size: 80px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}
.mybox-logo strong {
    font-family: Arial;
    font-weight: bold;
    color: black;
}

#bid-notes-input {
    min-height: 160px;
}

.mybox-form-info {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}

/* Start Dropzone styles */

.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropzone {
  position: relative;
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(0,0,0,0.02);
  padding: 1em;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone .dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone.dz-drag-hover {
  border-color: rgba(0,0,0,0.15);
  background: rgba(0,0,0,0.04);
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  background: rgba(255,255,255,0.8);
  position: relative;
  display: inline-block;
  margin: 17px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px;
}
.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none;
}
.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 22px;
}
.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%;
}
.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}
.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block;
}
.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #8cc657;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #ee162d;
}
.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657;
}
.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245,245,245,0.8);
  padding: 8px 10px;
  color: #800;
  min-width: 140px;
  max-width: 500px;
  z-index: 500;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block;
}
.dropzone {
  border: 1px solid rgba(0,0,0,0.03);
  min-height: 360px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0,0,0,0.03);
  padding: 23px;
}
.dropzone .dz-default.dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background-image: url("../twentyfourteen-child/js/dropzone/images/spritemap.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  width: 428px;
  height: 123px;
  margin-left: -214px;
  margin-top: -61.5px;
  top: 50%;
  left: 50%;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .dropzone .dz-default.dz-message {
    background-image: url("../twentyfourteen-child/js/dropzone/images/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
}
}
.dropzone .dz-default.dz-message span {
  display: none;
}
.dropzone.dz-square .dz-default.dz-message {
  background-position: 0 -123px;
  width: 268px;
  margin-left: -134px;
  height: 174px;
  margin-top: -87px;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.15;
  filter: alpha(opacity=15);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
}
.dropzone.dz-started .dz-message {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
  box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
  font-size: 14px;
}
.dropzone .dz-preview.dz-image-preview:hover .dz-details img,
.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
  display: block;
  opacity: 0.1;
  filter: alpha(opacity=10);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview.dz-error .dz-progress .dz-upload,
.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
  background: #ee1e2d;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background-image: url("../twentyfourteen-child/js/dropzone/images/spritemap.png");
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .dropzone .dz-preview .dz-error-mark,
  .dropzone-previews .dz-preview .dz-error-mark,
  .dropzone .dz-preview .dz-success-mark,
  .dropzone-previews .dz-preview .dz-success-mark {
    background-image: url("../twentyfourteen-child/js/dropzone/images/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
}
}
.dropzone .dz-preview .dz-error-mark span,
.dropzone-previews .dz-preview .dz-error-mark span,
.dropzone .dz-preview .dz-success-mark span,
.dropzone-previews .dz-preview .dz-success-mark span {
  display: none;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  background-position: -268px -123px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  background-position: -268px -163px;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  -webkit-animation: loading 0.4s linear infinite;
  -moz-animation: loading 0.4s linear infinite;
  -o-animation: loading 0.4s linear infinite;
  -ms-animation: loading 0.4s linear infinite;
  animation: loading 0.4s linear infinite;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-image: url("../twentyfourteen-child/js/dropzone/images/spritemap.png");
  background-repeat: repeat-x;
  background-position: 0px -400px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .dropzone .dz-preview .dz-progress .dz-upload,
  .dropzone-previews .dz-preview .dz-progress .dz-upload {
    background-image: url("../twentyfourteen-child/js/dropzone/images/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
}
}
.dropzone .dz-preview.dz-success .dz-progress,
.dropzone-previews .dz-preview.dz-success .dz-progress {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone a.dz-remove,
.dropzone-previews a.dz-remove {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(1, #eee));
  background-image: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
  background-image: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
  background-image: -o-linear-gradient(top, #fafafa 0%, #eee 100%);
  background-image: -ms-linear-gradient(top, #fafafa 0%, #eee 100%);
  background-image: linear-gradient(top, #fafafa 0%, #eee 100%);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #eee;
  text-decoration: none;
  display: block;
  padding: 4px 5px;
  text-align: center;
  color: #aaa;
  margin-top: 26px;
}
.dropzone a.dz-remove:hover,
.dropzone-previews a.dz-remove:hover {
  color: #666;
}
@-moz-keyframes loading {
  0% {
    background-position: 0 -400px;
}

100% {
    background-position: -7px -400px;
}
}
@-webkit-keyframes loading {
  0% {
    background-position: 0 -400px;
}

100% {
    background-position: -7px -400px;
}
}
@-o-keyframes loading {
  0% {
    background-position: 0 -400px;
}

100% {
    background-position: -7px -400px;
}
}
@-ms-keyframes loading {
  0% {
    background-position: 0 -400px;
}

100% {
    background-position: -7px -400px;
}
}
@keyframes loading {
  0% {
    background-position: 0 -400px;
}

100% {
    background-position: -7px -400px;
}
}
#dropzone {
  margin: 0 0 8px 0;
  -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.13);
  box-shadow: 0 0 50px rgba(0,0,0,0.13);
  padding: 4px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#dropzone .dropzone {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 37.5em) {
  .dropzone .dz-default.dz-message {
    background-position: 0 -123px;
    width: 268px;
    margin-left: -134px;
    height: 174px;
    margin-top: -87px;
}
}
.opentip-container,
.opentip-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.opentip-container {
  position: absolute;
  max-width: 300px;
  z-index: 100;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  -moz-transition: -moz-transform 1s ease-in-out;
  -o-transition: -o-transform 1s ease-in-out;
  -ms-transition: -ms-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  pointer-events: none;
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
.opentip-container.ot-fixed.ot-hidden.stem-top.stem-center,
.opentip-container.ot-fixed.ot-going-to-show.stem-top.stem-center,
.opentip-container.ot-fixed.ot-hiding.stem-top.stem-center {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-top.stem-right,
.opentip-container.ot-fixed.ot-going-to-show.stem-top.stem-right,
.opentip-container.ot-fixed.ot-hiding.stem-top.stem-right {
  -webkit-transform: translateY(-5px) translateX(5px);
  -moz-transform: translateY(-5px) translateX(5px);
  -o-transform: translateY(-5px) translateX(5px);
  -ms-transform: translateY(-5px) translateX(5px);
  transform: translateY(-5px) translateX(5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-middle.stem-right,
.opentip-container.ot-fixed.ot-going-to-show.stem-middle.stem-right,
.opentip-container.ot-fixed.ot-hiding.stem-middle.stem-right {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-bottom.stem-right,
.opentip-container.ot-fixed.ot-going-to-show.stem-bottom.stem-right,
.opentip-container.ot-fixed.ot-hiding.stem-bottom.stem-right {
  -webkit-transform: translateY(5px) translateX(5px);
  -moz-transform: translateY(5px) translateX(5px);
  -o-transform: translateY(5px) translateX(5px);
  -ms-transform: translateY(5px) translateX(5px);
  transform: translateY(5px) translateX(5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-bottom.stem-center,
.opentip-container.ot-fixed.ot-going-to-show.stem-bottom.stem-center,
.opentip-container.ot-fixed.ot-hiding.stem-bottom.stem-center {
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-bottom.stem-left,
.opentip-container.ot-fixed.ot-going-to-show.stem-bottom.stem-left,
.opentip-container.ot-fixed.ot-hiding.stem-bottom.stem-left {
  -webkit-transform: translateY(5px) translateX(-5px);
  -moz-transform: translateY(5px) translateX(-5px);
  -o-transform: translateY(5px) translateX(-5px);
  -ms-transform: translateY(5px) translateX(-5px);
  transform: translateY(5px) translateX(-5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-middle.stem-left,
.opentip-container.ot-fixed.ot-going-to-show.stem-middle.stem-left,
.opentip-container.ot-fixed.ot-hiding.stem-middle.stem-left {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-top.stem-left,
.opentip-container.ot-fixed.ot-going-to-show.stem-top.stem-left,
.opentip-container.ot-fixed.ot-hiding.stem-top.stem-left {
  -webkit-transform: translateY(-5px) translateX(-5px);
  -moz-transform: translateY(-5px) translateX(-5px);
  -o-transform: translateY(-5px) translateX(-5px);
  -ms-transform: translateY(-5px) translateX(-5px);
  transform: translateY(-5px) translateX(-5px);
}
.opentip-container.ot-fixed .opentip {
  pointer-events: auto;
}
.opentip-container.ot-hidden {
  display: none;
}
.opentip-container .opentip {
  position: relative;
  font-size: 13px;
  line-height: 120%;
  padding: 9px 14px;
  color: #4f4b47;
  text-shadow: -1px -1px 0px rgba(255,255,255,0.2);
}
.opentip-container .opentip .header {
  margin: 0;
  padding: 0;
}
.opentip-container .opentip .ot-close {
  pointer-events: auto;
  display: block;
  position: absolute;
  top: -12px;
  left: 60px;
  color: rgba(0,0,0,0.5);
  background: rgba(0,0,0,0);
  text-decoration: none;
}
.opentip-container .opentip .ot-close span {
  display: none;
}
.opentip-container .opentip .ot-loading-indicator {
  display: none;
}
.opentip-container.ot-loading .ot-loading-indicator {
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  display: block;
}
.opentip-container.ot-loading .ot-loading-indicator span {
  display: block;
  -webkit-animation: otloading 2s linear infinite;
  -moz-animation: otloading 2s linear infinite;
  -o-animation: otloading 2s linear infinite;
  -ms-animation: otloading 2s linear infinite;
  animation: otloading 2s linear infinite;
  text-align: center;
}
.opentip-container.style-dark .opentip,
.opentip-container.style-alert .opentip {
  color: #f8f8f8;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}
.opentip-container.style-glass .opentip {
  padding: 15px 25px;
  color: #317cc5;
  text-shadow: 1px 1px 8px rgba(0,94,153,0.3);
}
.opentip-container.ot-hide-effect-fade {
  -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -ms-transition: -ms-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 1s ease-in-out;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.opentip-container.ot-hide-effect-fade.ot-hiding {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.opentip-container.ot-show-effect-appear.ot-going-to-show,
.opentip-container.ot-show-effect-appear.ot-showing {
  -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -ms-transition: -ms-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 1s ease-in-out;
}
.opentip-container.ot-show-effect-appear.ot-going-to-show {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.opentip-container.ot-show-effect-appear.ot-showing {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.opentip-container.ot-show-effect-appear.ot-visible {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@-moz-keyframes otloading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@-webkit-keyframes otloading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@-o-keyframes otloading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@-ms-keyframes otloading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes otloading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
/* END Dropzone styles */

/* END Section - mybox */

/* START Section - contact */
#contact {
    background: #ff8500;
}
.contact-info-container {
    padding-left: 0;
    padding-right: 0;
}
.section_container{
    clear: both;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
.section_container .hgroup{
    display: block;
    overflow: hidden;
    margin-bottom: 42px;
}
.section_container .hgroup h2{
    color: #000000;
    display: block;
    font: normal bold 45px 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
    margin: 34px 0;
    vertical-align: middle;
}
.section_container .hgroup .skew_shape{
    display: block;
    background: #FFFFFF;
    border: 1px solid #999999;
    height: 119px;
    margin: 0 auto;
    width: 2px;
    transform: skewX(-29.7deg);
    -moz-transform: skewX(-29.7deg);
    -webkit-transform: skewX(-29.7deg);
    -o-transform: skewX(-29.7deg);
    -ms-transform: skewX(-29.7deg);
}
.section_container .hgroup h3 {
    color: black;
    display: block;
    font: normal 300 24px/1.42857143 'Roboto', Arial, Helvetica, sans-serif;
    margin: 31px 0;
    position: relative;
}
.align_center{
    text-align: center;
}
.contact_info{
    display: block;
    overflow: hidden;
    margin: 0 0 32px;
}
.contact_info .fa{
    color: black;
    font-size: 110px;
    line-height: 110px;
    margin-bottom: 19px;
}
.contact_info .contact_title {
    color: black;
    font: normal 900 20px/1.42857143 'Roboto', Arial, Helvetica, sans-serif;
    margin-bottom: 30px;
}
.contact_info .contact_description {
    color: black;
    font: normal 400 18px/1.42857143 'Roboto', Arial, Helvetica, sans-serif;
    min-height: 56px;
    margin-bottom: 10px;
}
.contact_info .contact_description a {
    color: black;
}
.form-style .button{
    float: right;
    width: auto;
}
.form-style textarea,
.form-style input[type="text"],
.form-style input[type="password"],
.form-style input[type="datetime"],
.form-style input[type="datetime-local"],
.form-style input[type="date"],
.form-style input[type="month"],
.form-style input[type="time"],
.form-style input[type="week"],
.form-style input[type="number"],
.form-style input[type="email"],
.form-style input[type="url"],
.form-style input[type="search"],
.form-style input[type="tel"],
.form-style input[type="color"],
.form-style .uneditable-input{
    background: white;
    border: 1px solid #D0D0D0;
    box-shadow: none;
    color: #000000;

    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    height: 50px;
    padding: 10px 20px;
    margin: 0 0 10px 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    width: 100%;
}

.form-style form {
    margin: 0;
    padding: 0;
}
.form-style form p {
    margin: 0;
}

.form-style .hasPlaceholder {
    color: #666666;
}

.form-style textarea {
    height: 190px;
    max-width: 100%;
    min-width: 100%;
}

.form-style textarea:focus,
.form-style input[type="text"]:focus,
.form-style input[type="password"]:focus,
.form-style input[type="datetime"]:focus,
.form-style input[type="datetime-local"]:focus,
.form-style input[type="date"]:focus,
.form-style input[type="month"]:focus,
.form-style input[type="time"]:focus,
.form-style input[type="week"]:focus,
.form-style input[type="number"]:focus,
.form-style input[type="email"]:focus,
.form-style input[type="url"]:focus,
.form-style input[type="search"]:focus,
.form-style input[type="tel"]:focus,
.form-style input[type="color"]:focus,
.form-style .uneditable-input:focus {
    border: 1px solid #D0D0D0;
    box-shadow: none;
    color: #000000;
}
.form-style input:focus:invalid:focus,
.form-style textarea:focus:invalid:focus,
.form-style select:focus:invalid:focus {
    border-color: #E9322D;
    box-shadow: none;
}
.form-style input[type="submit"]{
    background-color: black;
    border: 1px solid #ff8500;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: 400;
    height: 46px;
    line-height: 46px;
    padding: 0 28px;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
}
.form-style input[type="submit"]:hover,
.form-style input[type="submit"]:active,
.form-style input[type="submit"]:focus {
    color: #ff8500;
    background-color: white;
}

/* Errors */
checkbox.error:focus,
radio.error:focus,
input.error:focus,
select.error:focus,
textarea.error:focus {
    border-color: #b94a48;
}

label.error {
    color: #ff8500;
    background-color: black;
    /*border: 1px solid #eed3d7;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 13px;
    line-height: 18px;
    margin: 5px;
    /*margin: -5px 0 20px 0;*/
    padding: 8px 35px 8px 14px;
}
.alert{
    clear: both;
}

/* END Section - contact */

/* START Section - map */
.google_map {
    width: 100%;
    height: 450px;
}
/* END Section - map */

/* START footer */

footer{
    background: #333333;
    padding: 0;
    border-top: 12px solid #111111;
    border-bottom: 12px solid #111111;
}

.footer-top {
    padding-top: 10px;
}

.links-column {
    height: 300px;
}

.links-column .column-title {
    height: 20%;
    padding: 10px 0;
}

.links-column .column-title .title {
    margin: 0;
    padding: 0 10px;

    color: white;
    font: normal normal 15px/39px 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
    text-transform: uppercase;

    border-bottom: 1px solid #5b5d5e;
}

.links-column .column-content {
    height: 80%;

    padding: 10px;
}

.links-column .column-content .link {
    display: block;

    color: white;
    font: normal normal 15px/39px 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
}

.links-column .column-content .ads-image-box {
    max-width: 200px;
    margin: 0 auto;
}
/*.links-column .column-content .ads-image {
    max-width: 200px;
    margin: 0 auto;
    }*/

    .footer-bottom {
        border-top: 1px solid #5b5d5e;
    }

    /* sm_links starts */
    ul.sm_links{
        float: right;
        margin: 0;
        padding: 0;
    }
    ul.sm_links li{
        float: left;
        list-style: none;
        position: relative;
        z-index: 9;
        margin: 0;
    }
    ul.sm_links li:last-child{
        margin-right: 0;
    }
    ul.sm_links li a{
        border-bottom: 4px solid transparent;
        color: #FFFFFF;
        float: left;
        width: 71px;
    }
    ul.sm_links li a:hover{
        border-bottom: 4px solid #ff8500;
    }
    ul.sm_links li a .fa{
        font-size: 23px;
        line-height: 83px;
        text-align: center;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
    }

    ul.sm_links li a:hover .fa{
        color: #ff8500;
    }
    /* sm_links ends */

    h5.copy_right {
        color: #FFFFFF;
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        margin: 34px 0 15px;
    }
    h5.copy_right a{
        color: #FFFFFF;
    }
    h5.copy_right i{
        margin: 0 2px;
    }
    /* END footer */


    /* START responsiveness */
    @media (max-width: 520px) {
        .banner-text {
            display: none;
        }
        .section_container{
            padding-top: 50px;
            padding-bottom: 50px;
        }
        .section_container .hgroup .heading_cover{
            text-align: center;
            width: 100%;
        }
        .section_container .hgroup .skew_holder{
            display: none;
        }
        .section_container .hgroup h2{
            border-bottom: 2px solid black;
            display: inline-block;
            font-size: 22px;
            padding-bottom: 10px;
            line-height: 22px;
            overflow: hidden;
        }
        .section_container .hgroup h3{
            font-size: 13px;
            line-height: 18px;
        }
        .contact_info .fa{
            font-size: 82px;
            line-height: 82px;
            margin-bottom: 15px;
        }
        .google_map{
            height: 200px;
        }
        #mybox .box .front .box-cell.row-1.right:before {
            height: 100px;
        }
        #mybox .box .front .box-cell.row-2.left:before {
            padding-top: 0;
            height: 150px;
        }
        #mybox .box .front .box-cell.row-3.left:before {
            padding-top: 0;
            height: 420px;
        }
        #mybox .box .front .box-cell.row-4:before {
            height: 80px;
        }
    }

    @media (max-width: 767px) {
        #header {
            height: auto;
            border: none;
            padding: 10px 0;
            background: rgba(33, 33, 33, 0.9);
            transition: 0.5s all ease-in-out 0s;
            -moz-transition: 0.5s all ease-in-out 0s;
            -ms-transition: 0.5s all ease-in-out 0s;
            -o-transition: 0.5s all ease-in-out 0s;
            -webkit-transition: 0.15s all ease-in-out 0s;
        }
        #header .logo {
            display: inline-block;
            float: left;
            height: 28px;
            font: normal normal 28px/28px "Helvetica Neue", Helvetica, 'Microsoft Yahei', '微软雅黑', STXihei, '华文细黑', Arial, sans-serif;
        }
        #header .logo .color-style-1 {
            color: #ff8500;
        }
        #header .logo .color-style-2 {
            color: white;
        }
        #small-nav {
            margin-top: 10px;
        }
        #small-nav .list-item {
            clear: both;
            display: block;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            float: none;
            list-style: none;
            text-align: left;
            overflow: hidden;
        }
        #small-nav .list-item a {
            display: block;
            font-size: 12px;
            position: relative;
            line-height: 12px;
            padding: 10px 0;
            margin: 0;
            text-decoration: none;

            color: #f28f00;

            transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            text-transform: uppercase;
        }
        #small-nav .list-item a:hover {
            color: #ff6100;
        }
        #home {
            height: 48px;
        }
        .package .heading,
        #pricing .heading {
            font-size: 30px;
        }
        #updates .heading-container .heading {

        }
        #services .heading-container {
            padding-top: 0;
        }
        #services .text-container {
            font: normal normal 14px/1.42857143 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
        }
        #services .left-wrap {
            padding-top: 98%;
        }
        #services .right-wrap {
            padding-left: 15px;
            padding-top: 30px;
        }

        footer {
            text-align: center;
        }
        ul.sm_links{
            display: inline-block;
            float: none;
            margin: 0;
            padding: 0;
            overflow: hidden;
            vertical-align: bottom;
        }
        .section_container{
            padding-top: 64px;
        }
        .section_container .hgroup{
            margin-bottom: 32px;
        }
        .section_container .hgroup h2{
            font-size: 28px;
            line-height: 28px;
            margin: 10px 0;
        }
        .section_container .hgroup h3{
            font-size: 18px;
            line-height: 24px;
            font-weight: 400;
            margin: 6px 0;
        }
        #mybox {
            padding: 0;
        }
        #mybox .container {
            padding: 0;
        }
        #mybox .box .top,
        #mybox .box .right-side,
        #mybox .box .front .box-cell.row-1.left,
        #mybox .box .front .box-cell.row-2.right,
        #mybox .box .front .box-cell.row-3.right {
            display: none;
        }
        #mybox .box .front,
        #mybox .box .front .box-cell.row-1.right,
        #mybox .box .front .box-cell.row-2.left,
        #mybox .box .front .box-cell.row-3.left {
            width: 100%;
        }
        .mybox-title {
            vertical-align: middle;
        }
        .mybox-description {
            font-size: 14px;
        }
        #mybox .box.mobile .side {
            margin: 0;
        }
        #mybox .box .side .row-1 {
            height: 280px;
        }
        #mybox .box.mobile .side .row-1 {
            height: auto;
            margin-left: 22%;
        }
        #mybox .box.mobile .side .row-2 {
            height: auto;
            margin-left: 12%;
            margin-bottom: 20px;
        }
        #mybox .box.mobile .side .row-1 .mybox-decoration {
            float: none;
            padding: 0;
            margin-bottom: 10px;
        }
        #mybox .box.mobile .check-list-item {
            padding-left: 24px;
            background: url(../twentyfourteen-child/temp/check-list-icon.jpg) no-repeat;
            background-size: 16px;
            min-height: 20px;
            margin-bottom: 10px;
        }
        #mybox .box.mobile .promo-text {
            margin-bottom: 10px;
        }
        .mybox-form {
            float: none;
            margin: 0 auto;
            font-size: 16px;
        }
        #mybox .box .front .box-cell.row-2.left:before {
            padding-top: 20%;
        }
        #mybox .box .front .box-cell.row-1.right:before {
            padding-top: 20%;
        }
        #mybox .box .front .box-cell.row-3.left:before {
            padding-top: 85%;
        }
        .mybox-logo {
            font-size: 60px;
            text-align: center;
            padding: 0;
        }
        .box.mobile .mybox-logo {
            text-align: left;
            margin: 0;
        }
        #mybox .box.mobile .side .mybox-content {
            color: black;
            font: normal normal 14px/20px 'Roboto', sans-serif;
        }
        #updates .strengths-container .strength-list-heading {
            font-size: 30px;
        }
        .contact_info .contact_description {
            min-height: 28px;
        }
        .contact-info-container {
            padding-left: 15px;
            padding-right: 15px;
        }
        .package .package-feature-label {
            height: 35px;
            font: normal normal 18px/35px 'Roboto', sans-serif;
        }
        .package {
            padding: 4% 0 0 0;
        }
        .package .package-feature {
            border-bottom: 1px solid white;
        }
        .contact_info {
            margin: 0 0 10px;
        }
        #updates .strengths-container .strength-list .strength {
            padding: 10px 20px 10px 10px;
        }
        #updates .strengths-container .strength-list .strength .strength-content {
            font-size: 16px;
        }
        .event-date {
            padding: 0;
        }
        .mybox-upload .dz-default.dz-message {
            background-position: 0 -130px;
            width: 256px;
            height: 164px;
            margin-left: -128px;
            margin-top: -82px;
        }
        #mybox-learn-more {
            margin-left: 12.5%;
            margin-bottom: 20px;
            background: black;
            color: white;
        }
        .learn-more-form-container {
            display: none;
        }

        .learn-more-form .action-goback {
            float: right;
            width: 30%;
            padding: 2px 5px;
            background: black;
            color: white;

            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .learn-more-form .field_single input,
        .learn-more-form .field_single textarea {
            width: 100%;
            color: #000000;
            font: normal normal 14px/20px 'Roboto', Arial, Helvetica, sans-serif;
            margin-bottom: 10px;
            padding: 2px 5px;
        }

        .learn-more-form .field_single textarea {
            min-height: 80px;
        }

        #learn-more-submit {
            float: left;
            width: 40%;
            background: black;
            color: white;
            border: 1px solid transparent;
            border-radius: 4px;

            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }
        .book-appointment-form-container {
            padding-left: 0;
            padding-right: 0;
        }
        .wizard>.content section .col-xs-12 {
            padding: 0;
        }
        .wizard>.content section .col-xs-6 {
            padding: 5px;
        }
        label.error {
            margin: 5px;
        }

        #services .wrap-1 {
            background: url(../twentyfourteen-child/temp/click-gesture.png) no-repeat;

            background-size: 32px;
            background-position: 10px 10px;
        }
    }

    @media (max-width: 700px) {
        #mybox .box .front .box-cell.row-3.left:before {
            padding-top: 90%;
        }
        #mybox .box .front .box-cell.row-4:before {
            padding-top: 20%;
        }
        .mybox-logo {
            font-size: 40px;
        }
    }

    @media (max-width: 670px) {
        #mybox .box .front .box-cell.row-3.left:before {
            padding-top: 100%;
        }
        #updates .heading-container .heading-underline .segment-more {
            padding: 0;
        }
        #updates .heading-container .heading-underline .segment-more a {
            font-size: 12px;
            font-weight: bold;
        }
        .news-post-list-item .content .title, .event-post-list-item .content .title {
            font-size: 16px;
        }
        .date-tag .date {
            display: block;
            margin: 0 0 10px 0;
        }
        .date-tag .tag {
            display: inline-block;
        }
        .digit {
            font-size: 28px;
        }
        .date-part.month {
            font-size: 16px;
        }
        .date-part.year {
            font-size: 16px;
        }
    }

    @media (max-width: 620px) {
        #mybox .box .front .box-cell.row-3.left:before {
            padding-top: 90%;
        }
        .mybox-form {
            font-size: 14px;
        }
        .mybox-form-input.file {
            height: 100px;
        }
        .mybox-description {
            font-size: 20px;
        }
    }

    @media (min-width: 520px) and (max-width: 550px) {
        #mybox .box .front .box-cell.row-3.left:before {
            padding-top: 100%;
        }
    }

    @media (min-width: 521px) and (max-width: 767px) {
        .responsive-text-style-1 {
            font-size: 100%;
        }
        .responsive-text-style-2 {
            font-size: 80%;
        }
        #banner .banner-text .btn-booking {
            left: 18%;
            padding: 5px;
        }
        #mybox .box .top {
            height: 60px;
            margin: 0 0 6px 36px;
        }
        .btn-mybox-action {
            font-size: 16px;
        }
    }

    @media screen and (max-width: 860px) {
        #services .flex-direction-nav .flex-prev {
            left: -36px;
        }
        #services .flex-direction-nav .flex-next {
            right: -36px;
        }
    }

    @media (max-width: 992px) {
        #services .heading-container .heading {
            font-size: 30px;
        }
        .sec-promotion .promotion-wrap .promotion-box .promotion-content .promotion-text {
            font-size: 20px;
        }
        .sec-promotion .promotion-wrap .promotion-box .promotion-content .promotion-text strong {
            font-size: 24px;
        }
        #services .services-slider-container .heading,
        #services .fire .heading {
            font-size: 30px;
        }
        .package .package-feature {
            min-height: 20px;
            font-size: 14px;
            line-height: 20px;
        }
        .package .feature-group-1 .package-feature-container:before {
            padding-bottom: 358px;
        }
        .package .feature-group-3 .package-feature-container:before {
            padding-bottom: 80px;
        }
        .package .package-name {
            font: normal normal 16px/24px 'Roboto', sans-serif;
        }
        .package .package-holder {
            display: none;
        }
        .package .one-fifth-width {
            width: 25%;
        }
        .package .choose-package-container.package-3:before {
            padding-bottom: 527px;
        }
        .contact_info .contact_description {
            font-size: 15px;
        }
        .contact_info .fa {
            font-size: 80px;
            line-height: 80px;
        }
        #banner .wrap-3 .video-play-button-circle:hover .video-play-button-triangle {
            background-position: -16px 0;
        }
        #banner .wrap-3 .video-play-button-triangle {
            margin: 0 auto;

            width: 16px;
            height: 16px;

            background: url(../twentyfourteen-child/temp/video-play-triangle.png) no-repeat;
            background-position: 0 0;
            background-size: 32px 16px;
        }
    }

    @media (min-width: 768px) and (max-width: 992px) {
        .responsive-text-style-1 {
            font-size: 140%;
        }
        .responsive-text-style-2 {
            font-size: 100%;
        }
        #services .text-container {
            font-size: 16px;
        }
        #banner .banner-text .btn-booking {
            left: 18%;
            padding: 10px;
        }
        #header .logo-wrap .logo {
            margin-top: 11px;
        }
        #header .nav-wrap .nav-list .list-item {
            font-size: 12px;
        }
        #services .heading-container {
            padding-top: 5%;
        }
        .section_container{
            padding-top: 64px;
        }
        .section_container .hgroup{
            margin-bottom: 32px;
        }
        #mybox .box .top {
            height: 60px;
            margin: 0 0 6px 36px;
        }
        .mybox-title {
            font-size: 40px;
        }
        .mybox-description {
            width: 80%;
            font-size: 20px;
        }
        .mybox-form {
            font-size: 14px;
        }
        #mybox .box .front .box-cell.row-3.left:before {
            padding-top: 140%;
        }
        #mybox .box .front .box-cell.row-3.right:before {
            padding-top: 420%;
        }
        .mybox-logo {
            font-size: 60px;
        }
        #mybox .box .right-side {
            margin: -30px 0 0 0;
            height: 865px;
        }
        #updates .strengths-container .strength-list-heading {
            font-size: 28px;
        }
        .btn-mybox-action {
            font-size: 16px;
        }
        #updates .heading-container .heading {
            font-size: 28px;
        }
        #updates .heading-container .heading-underline .segment-more a {
            font-size: 14px;
        }
        .news-post-list-item {
            margin-bottom: 0;
        }
        .event-date {
            padding: 0;
        }
        #mybox .box .side .row-1 {
            height: 280px;
        }
        .mybox-description {
            font-size: 14px;
        }
        .mybox-upload .dz-default.dz-message {
            background-position: 0 -130px;
            width: 256px;
            height: 164px;
            margin-left: -128px;
            margin-top: -82px;
        }
        .quick-access-content {
            padding: 5px;
            font-size: 14px;
        }
        .wizard>.steps>ul>li {
            width: 50%;
        }
        .treated-for-responsiveness-1,
        .treated-for-responsiveness-2 {
            width: 100%;
        }
        .wizard>.content {

        }
        #mytax-corner-image {
            max-width: 50%;
        }
        .content-wrapper .content-top {
            padding-top: 30px;
        }
        .content-wrapper .content-top .line-1 {
            font-size: 16px;
        }
        .content-wrapper .content-top .line-2 {
            padding-right: 100px;
            font: normal bold 100px/100px 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
            letter-spacing: -10px;
        }
        .content-wrapper .content-top .line-3 {
            font-size: 16px;
        }
        .content-wrapper .content-top .seperator {
            margin: 5px 0 0 100px;
        }
        .content-wrapper .content-mid {
            height: auto;
            padding: 0 0 0 15px;
            margin: 0;
        }
        .content-wrapper .content-mid .content-mid-left {
            width: 100%;
            height: 260px;
            padding: 20px 0 0 0;
        }
        .content-wrapper .content-mid .content-mid-left .figure-box {
            width: 100%;
            height: 22%;
        }
        .content-wrapper .content-mid .content-mid-right {
            width: 100%;
            padding: 20px 0 0 5px;
        }
        .content-wrapper .content-mid .content-mid-right ul {
            padding-left: 20px;
        }
        .content-wrapper .content-mid .content-mid-left .figure-box .left {
            font-size: 13px;
            line-height: 18px;
            padding: 6px;
        }
        .content-wrapper .content-mid .seperator {
            display: none;
        }
        #services .content-bot .action-button-container {
            width: 100%;
            padding-top: 0;
        }
        .content-wrapper .action-button-container .btn-mybox-action {
            padding: 10px 25px;
        }
        .content-wrapper .content-bot {
            margin: 0;
            padding: 0 0 0 20px;
        }
        .content-wrapper .content-bot .terms-conditions {
            width: 100%;
        }
    }

    @media (min-width: 993px) and (max-width: 1200px) {
        .responsive-text-style-1 {
            font-size: 180%;
        }
        .responsive-text-style-2 {
            font-size: 120%;
        }
        #banner .banner-text .btn-booking {
            left: 18%;
            padding: 10px 20px;
        }
        #services .heading-container {
            padding-top: 5%;
        }
        #mybox .box .right-side {
            width: 83%;
            height: 1000px;
        }
        .mybox-description {
            width: 60%;
        }
        .mybox-form {
            font-size: 20px;
        }
        #mybox .box .front .box-cell.row-3.left:before {
            padding-top: 110%;
        }
        #mybox .box .front .box-cell.row-3.right:before {
            padding-top: 330%;
        }
        #updates .strengths-container .strength-list-heading {
            font-size: 30px;
        }
        .btn-mybox-action {
            font-size: 16px;
        }
        .package .feature-group-1 .package-feature-container:before {
            padding-bottom: 458px;
        }
        .package .feature-group-2 .package-feature {
            padding: 15px 10px;
        }
        .package .choose-package-container.package-3 .package-features {
            margin-bottom: 53px;
        }
        .package .choose-package-container.package-4 .package-features {
            margin-bottom: 10px;
        }
        #updates .heading-container .heading-underline .segment-more a {
            font-size: 14px;
        }
        .news-post-list-item .content .title,
        .event-post-list-item .content .title {
            font-size: 14px;
        }
        #updates .heading-container .heading {
            font-size: 30px;
        }
        #mybox .box .side .row-1 {
            height: 340px;
        }
        .mybox-description {
            font-size: 20px;
        }
        .radio {
            margin-left: 28px;
        }
        .treated-for-responsiveness-2 {
            padding: 0;
        }
        #mytax-corner-image {
            max-width: 50%;
        }
        .content-wrapper .content-top {
            padding-top: 30px;
        }
        .content-wrapper .content-top .line-2 {
            padding-right: 120px;
            font: normal bold 150px/150px 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
        }
        .content-wrapper .content-mid {
            height: 600px;
            padding: 0 0 0 25px;
        }
        .content-wrapper .content-mid .content-mid-right {
            padding: 40px 0 0 20px;
        }
        .content-wrapper .content-mid .content-mid-left .figure-box .left {
            font-size: 13px;
            line-height: 18px;
        }
        #services .content-bot .action-button-container {
            padding-top: 20%;
        }
        .content-wrapper .action-button-container .btn-mybox-action {
            padding: 10px 25px;
        }
    }

    @media (min-width: 1201px) {
        .sec-promotion .promotion-wrap.right .promotion-box .industry {
            padding-top: 0.5%;
        }
    }

    @media (min-width: 1201px) and (max-width: 1600px) {
        .responsive-text-style-1 {
            font-size: 220%;
        }
        .responsive-text-style-2 {
            font-size: 140%;
        }
        #banner .banner-text .btn-booking {
            left: 19%;
            padding: 10px 30px;
        }
    }

    @media (min-width: 1601px) {
        .responsive-text-style-1 {
            font-size: 300%;
        }
    }

    @media (max-width: 705px) {
        .package .feature-group-1 .package-feature-container:before {
            padding-bottom: 450px;
        }
        .package .package-feature:last-child {
            border-bottom: none;
        }
        .package .package-price {
            padding: 10px;
        }
    }

    @media (max-width: 620px) {
        .package .choose-package-container.package-3 .package-features {
            margin-bottom: 35%;
        }
        .package .choose-package-container.package-4 .package-features {
            margin-bottom: 20%;
        }
        .package .package-price {
            font-size: 12px;
            line-height: 18px;
        }
    }

    @media (max-width: 767px) {
        .package.visible-xs .xs-package-name {
            font:normal normal 16px/24px 'Roboto', sans-serif;
            color: white;
            text-align: center;
        }
        .package.visible-xs .xs-package-name.first-half {
            margin-top: 20px;
        }
        .package.visible-xs .xs-package-name.second-half {
            margin-bottom: 20px;
        }
        .package.visible-xs .xs-choose-package {
            margin-bottom: 20px;
        }
        .package.visible-xs .xs-choose-package {
            padding: 10px 0;

            background: #2b2b2b;

            color: white;
            font: normal normal 16px/16px 'Roboto', sans-serif;

            border: none;
            -webkit-border-radius: 5px 5px 5px 5px;
            border-radius: 5px 5px 5px 5px;
        }
        .package.visible-xs .package-feature-label {
            text-align: center;
        }
        .package.visible-xs .package-feature {
            min-height: 40px;
        }
        .package.visible-xs .package-feature.last {
            border-bottom: none;
        }
        .package .xs-package-price {
            padding: 15px 0;
            margin-top: 10px;
            margin-bottom: 30px;
            background: #2b2b2b;

            color: white;
            font: normal bold 16px/20px 'Roboto', sans-serif;

            border: none;
            -webkit-border-radius: 8px;
            border-radius: 8px;
        }
        .package .xs-package-price .line {
            text-align: center;
        }
        .quick-access-content {
            padding: 20px;
            font: normal normal 20px 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
            color: white;
        }
        .wizard>.steps>ul>li {
            width: 25%;
        }
        #mytax-corner-image {
            max-width: 50%;
        }
        .content-wrapper {
            padding-left: 0;
        }
        .content-wrapper .content-top {
            padding-top: 45px;
        }
        .content-wrapper .content-top .line-1 {
            font-size: 12px;
        }
        .content-wrapper .content-top .line-2 {
            padding-right: 65px;
            font: normal bold 80px/80px 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
            letter-spacing: -8px;
        }
        .content-wrapper .content-top .line-3 {
            font-size: 12px;
        }
        .content-wrapper .content-top .seperator {
            margin: 5px 0 0 40px;
        }
        .content-wrapper .content-mid {
            height: auto;
            padding: 0 0 0 15px;
            margin: 0;
        }
        .content-wrapper .content-mid .content-mid-left {
            width: 100%;
            height: 332px;
            padding: 20px 0 0 0;
        }
        .content-wrapper .content-mid .content-mid-left .figure-box {
            width: 100%;
            height: 23%;
        }
        .content-wrapper .content-mid .content-mid-right {
            width: 100%;
            padding: 20px 0 0 5px;
        }
        .content-wrapper .content-mid .content-mid-right ul {
            padding-left: 20px;
        }
        .content-wrapper .content-mid .content-mid-left .figure-box .left {
            font-size: 13px;
            line-height: 18px;
            padding: 6px;
        }
        .content-wrapper .content-mid .seperator {
            display: none;
        }
        #services .content-bot .action-button-container {
            width: 100%;
            padding-top: 0;
        }
        .content-wrapper .action-button-container .btn-mybox-action {
            padding: 10px 25px;
        }
        .content-wrapper .content-bot {
            margin: 0;
            padding: 0 0 0 20px;
        }
        .content-wrapper .content-bot .terms-conditions {
            width: 100%;
        }
        .field_single {
            margin-bottom: 10px;
        }
        .register-googo-form-container {
            padding-left: 0;
            padding-right: 0;
        }
        .form-style .field_single input[type="text"],
        #services input[type="text"],
        .form-style .field_single input[type="email"],
        #services input[type="email"],
        .form-style .field_single input[type="tel"],
        #services input[type="tel"],
        .form-style .field_single textarea,
        #services textarea {

            height: auto;

            padding: 2px 5px;
            margin: 0 0 10px 0;

            border: 1px solid black;
            font-size: 14px;
            line-height: 20px;

        }
        .form-style .field_single textarea {
            height: auto;
            min-height: 80px;
        }
        #contact-form-submit {
            width: 40%;
            height: auto;

            padding: 2px 5px;

            font-size: 14px;
            line-height: 20px;

            border-radius: 4px;
        }

        #package-form-submit,
        .package .form-action,
        #services input[type="submit"],
        #services .form-action {
            height: auto;

            padding: 2px 20px;

            font-size: 14px;
            line-height: 20px;

            border-radius: 4px;
        }


        #learn-more-submit:hover,
        #learn-more-submit:active,
        #learn-more-submit:focus,
        .learn-more-form .action-goback:hover,
        .learn-more-form .action-goback:active,
        .learn-more-form .action-goback:focus,
        input[type="submit"]:hover,
        input[type="submit"]:active,
        input[type="submit"]:focus {
            color: #ff8500;
            background-color: white;
        }
    }

    @media (min-width: 521px) and (max-width: 767px) {

        #mytax-corner-image {
            max-width: 50%;
        }
        .content-wrapper {
            padding-left: 0;
        }
        .content-wrapper .content-top {
            padding-top: 80px;
        }
        .content-wrapper .content-top .line-1 {
            font-size: 24px;
        }
        .content-wrapper .content-top .line-2 {
            padding-right: 120px;
            font: normal bold 120px/120px 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
            letter-spacing: -8px;
        }
        .content-wrapper .content-top .line-3 {
            font-size: 24px;
        }
        .content-wrapper .content-top .seperator {
            margin: 5px 0 0 40px;
        }
        .content-wrapper .content-mid {
            height: auto;
            padding: 0 0 0 15px;
            margin: 0;
        }
        .content-wrapper .content-mid .content-mid-left {
            width: 100%;
            padding: 20px 0 0 0;
        }
        .content-wrapper .content-mid .content-mid-left .figure-box {
            width: 100%;
            height: 23%;
        }
        .content-wrapper .content-mid .content-mid-right {
            width: 100%;
            padding: 20px 0 0 5px;
        }
        .content-wrapper .content-mid .content-mid-right ul {
            padding-left: 20px;
        }
        .content-wrapper .content-mid .content-mid-left .figure-box .left {
            font-size: 13px;
            line-height: 18px;
            padding: 6px;
        }
        .content-wrapper .content-mid .seperator {
            display: none;
        }
        #services .content-bot .action-button-container {
            width: 100%;
            padding-top: 0;
        }
        .content-wrapper .action-button-container .btn-mybox-action {
            padding: 10px 25px;
        }
        .content-wrapper .content-bot {
            margin: 0;
            padding: 0 0 0 20px;
        }
        .content-wrapper .content-bot .terms-conditions {
            width: 100%;
        }
    }

    @media (max-width: 600px) {
        .wizard>.steps>ul>li {
            width: 50%;
        }
    }

    @media (max-width: 480px) {
        .wizard>.steps>ul>li {
            width: 100%;
        }
    }

/* END responsiveness