@import url('https://fonts.googleapis.com/css?family=Open+Sans:300i,600i,700i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Roboto');

/*inside pages*/

a,
a:hover,
a:focus {
    color: #f87936;
}

span.full-width-smallest:hover {
    color: #fff;
}

h1 {
    font-size: 90px;
    line-height: 90px;
    color: #ffffff;
    font-family: "Open Sans", Verdana, Geneva, sans-serif;
    font-weight: 700;
}

.page-main-banner {
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-bottom: 8px solid #f87836;
}

.page-main-banner > .page-banner-main {
    min-height: 308px;
    background-position: center center;
    position: relative;
    background-size: cover;
}

.page-main-banner > .page-banner-main > * {
    position: relative;
    z-index: 2;
}

.page-main-banner > .page-banner-main:after {
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    z-index: 1;
}

.page-main-banner .uk-text-large {
    font-size: 18px;
    line-height: 30px;
}

.full-width-tenyears h2 {
    font-size: 70px;
    line-height: 80px;
    color: #ffffff;
}

.uk-padding-medium-bottom {
    padding-bottom: 30px;
}

.uk-padding-large-bottom {
    padding-bottom: 5em;
}

.uk-padding-small-top {
    padding-top: 12px;
}

.uk-padding-left {
    padding-left: 15px;
}


/*project-detail-style*/

.project-detail-style h1 {
    font-size: 55px;
    line-height: 65px;
}

.pos-absolute {
    position: absolute;
}

.pos-left {
    left: 0;
}

.pos-bottom {
    bottom: 0;
}

.page-main-banner .pos-bottom {
    bottom: 15px;
}

.max-width-100 {
    max-width: 100% !important;
}

.max-width-large {
    max-width: 1045px;
}

.uk-slideshow > li,
.uk-slideshow {
    min-height: 1%;
}

.uk-slideshow.mauto {
    margin-left: auto;
    margin-right: auto;
}

h2 {
    color: #222222;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Open Sans", Verdana, Geneva, sans-serif;
}

.h2-sub-title {
    font-style: italic;
    color: #777777;
    font-size: 20px;
}

.bordered-bottom {
    border-bottom: 1px solid #f87836;
    padding-bottom: 20px;
}

.grey {
    color: #777777;
}

.uk-line-height-medium {
    line-height: 26px;
}

.bordered-bottom-orange {
    border-bottom: 3px solid #f87836;
}


/*form*/

input,
textarea,
.text {
    border: 1px solid #777777;
    font-size: 18px;
    padding: 15px;
    width: 100%;
    /*color: #cccccc;*/
    position: relative;
    font-family: "Open Sans", Verdana, Geneva, sans-serif;
}

.select-wrapper {
    overflow: hidden;
    border: 1px solid #777777;
    width: 100%;
    color: #777777;
    position: relative;
    min-height: 52px;
}

.select-wrapper > i {
    position: absolute;
    right: 16px;
    top: -45%;
    height: 20px;
    bottom: -45%;
    margin: auto;
    color: #cccccc;
    font-size: 23px;
}

.select-wrapper > select {
    background: transparent none;
    z-index: 1;
    position: relative;
    color: #cccccc;
    font-size: 16px;
    width: 108%;
    border: none;
    padding: 12px;
    height: 54px;
    line-height: 46px;
}

input:placeholder {
    color: #cccccc;
}

.form-wrapper .uk-width-1-1.uk-margin-top {
    margin-top: 30px !important;
}

.option-wrapper input[type="radio"] {
    height: auto;
    display: none;
}

.option-wrapper span.option-style {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0px 4px 6px 0;
    vertical-align: middle;
    background: url(../images/option-box-small.png) 0 top no-repeat;
    cursor: pointer;
}

.registration-steps .option-wrapper span.option-style {
    top: 2px;
}

.option-wrapper input[type="radio"]:checked + label > span.option-style {
    background-position: -40px top;
}

.uk-button.uk-button-large.uk-max-width {
    max-width: 250px;
}

a.orange:hover {
    color: #000000;
    text-decoration: underline;
}

.page-main-banner a.orange:hover,
.full-width-tenyears a.orange:hover {
    color: #ffffff;
}

.uk-slidenav.opacity-1 {
    opacity: 1 !important;
}

.headline-separator {
    margin-bottom: 40px;
    padding-bottom: 30px;
    position: relative;
}

.headline-separator::after {
    background-color: #f87836;
    bottom: 0;
    content: "";
    height: 3px;
    left: -50%;
    margin: auto;
    position: absolute;
    right: -50%;
    width: 90px;
}

.uk-padding-medium {
    padding-right: 25px;
}


/*team*/

.uk-grid.uk-grid-larger {
    margin-left: -45px;
}

.uk-grid.uk-grid-larger > * {
    padding-left: 45px;
}

.uk-h2-big {
    font-size: 42px;
    line-height: 46px;
}

.fsize-15 {
    font-size: 15px;
}

.fsize-19 {
    font-size: 19px;
    line-height: 26px;
}

.fsize-20 {
    font-size: 20px;
    line-height: 26px;
}

.box-icon {
    position: relative;
}

.box-icon i {
    font-size: 4em;
    margin: auto;
}

.service-icon-list .box-icon i {
    margin-left: 16px;
}

.border-bottom-after {
    padding-bottom: 20px;
    position: relative;
}

.box-icon:hover i {
    color: #000000 !important;
}

.border-bottom-after::after {
    border-bottom: 2px solid #f87936;
    bottom: 0;
    content: "";
    left: -50%;
    margin: auto;
    position: absolute;
    right: -50%;
    width: 76px;
}

.break-word {
    white-space: pre-line;
    width: 100%;
}

.dark {
    color: #333333;
}

.darker {
    color: #222222;
}


/*contact*/

.responsive-container {
    position: relative;
    padding-bottom: 40%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    z-index: 98;
    /* does the trick */
    max-height: 366px;
}

.responsive-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 97;
    /* does the trick */
}

ul.icon-list,
ul.icon-list li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}

ul.icon-list li {
    padding-bottom: 20px;
    padding-left: 40px;
}

ul.icon-list li i {
    font-size: 27px;
    height: 32px;
    left: 0;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 1px;
    vertical-align: top;
    width: auto;
}

ul.icon-list li i.uk-icon-map-marker.dark {
    background-position: -3px 0px;
    background-size: 100% auto;
    width: 29px;
}

.uk-icon-map-marker:before,
.uk-icon-envelope:before {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}

.uk-icon-map-marker {
    background: url('../svg/map-point.svg') no-repeat center 0;
    font-size: 33px !important;
    background-size: 154% auto;
}

.uk-icon-envelope {
    background: url('../svg/email.svg') no-repeat center 0;
    font-size: 28px !important;
}

.bordered-after {
    position: relative;
    border: 1px solid #f87836;
}

.bordered {
    border: 1px solid #e4e4e4;
    padding: 10px;
}

.uk-overlay-grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease;
    /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
}

.remove-gray-on-hover:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

a.black:hover {
    color: #000000;
    text-decoration: underline;
}


/*news*/

h2.medium-title {
    font-size: 28px;
}

.uk-text-mediumer {
    font-size: 17px;
    line-height: 24px;
}

.uk-margin-mediumer-top {
    margin-top: 25px;
}

.uk-button-medium {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 20px;
}

.box-height-news {
    min-height: 110px;
}

.sub-page-title {
    color: #333333;
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 70px;
}


/*history*/

.container {
    margin: 0 auto;
}

.history-item-wrapper {
    padding: 1em 2em;
    margin: 1em 5%;
    border: 1px solid #efefef;
    width: 80%;
}


/* Example wrapper */

.align-self,
.align-self > * {
    align-items: center;
    align-self: center;
    display: flex;
    height: auto;
    position: relative;
    vertical-align: middle;
}


/* Frame */

.frame {
    height: auto;
    overflow: hidden;
}

.frame ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 50px;
    background-color: #292929;
    color: #ffffff;
}

.frame ul li {
    float: left;
    width: 100%;
    max-width: 650px;
    height: auto;
    margin: 0 1px 0 0;
    padding: 1em 0;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.frame ul.slidee > li.first-list-itm .history-item-wrapper {
    background-color: #f27442;
}

.frame ul li h2 {
    color: #ffffff;
}

.frame ul li.active > .history-item-wrapper {
    background-color: #444444;
}

.frame ul li > .div {
    max-width: 650px;
}


/* Scrollbar */

.scrollbar {
    margin: 0 0 1em 0;
    height: 6px;
    background: transparent;
    line-height: 0;
    position: relative;
    z-index: 1;
}

.scrollbar .handle {
    width: 100px;
    height: 100%;
    background: #c74603;
    cursor: pointer;
    z-index: 2;
}

.scrollbar .handle::before,
.scrollbar .handle::after {
    background-color: #ffffff;
    content: "";
    height: 20px;
    position: absolute;
    top: -7px;
    width: 2px;
}

.scrollbar .handle::before {
    left: 0;
}

.scrollbar .handle::after {
    right: 0;
}

.scrollbar .handle .mousearea {
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 20px;
}


/* Pages */

.pages {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    text-align: center;
}

.pages li {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
}

.pages li:before {
    content: '';
    position: absolute;
    top: -26px;
    left: 0;
    width: 99.5%;
    height: 6px;
    background-color: rgb(150, 150, 150);
}

#timeline-page > li.active::before {
    background-color: #f27442 !important;
}

.slider-total-1.slick-slider .slick-track {
    transform: none !important;
}

.slider-total-1.slick-slider .slick-slide {
    max-width: 620px;
    margin: auto;
    float: none;
}

.bottom-slider-section.other-projects {
    position: relative;
    overflow: hidden;
}


/* Controls */

.controls {
    margin: 25px 0;
    text-align: center;
}

.slider-center.slider-total-2 {
    max-width: 1200px;
    margin: auto;
}


/* One Item Per Frame example*/

.oneperframe {
    height: auto;
}

.oneperframe ul li {
    width: 1140px;
}

.oneperframe ul li.active {
    background: #333;
}


/* Crazy example */

.crazy ul li {
    margin: auto;
    width: auto;
}

#timeline-page > li.paginate.first-list-itm.active > .text-year {
    font-weight: 600;
    color: #f87836;
}

.my-tooltip {
    height: 92px;
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
    font-size: 11px;
    line-height: 14px;
    padding: 20px;
    position: absolute;
    text-align: left;
    top: -126px;
    opacity: 0;
    width: 225px;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
    -webkit-transform: translate3d(0, 100%, 0), scale(0.1, 0.1);
    -moz-transform: translate3d(0, 100%, 0), scale(0.1, 0.1);
    -ms-transform: translate3d(0, 100%, 0), scale(0.1, 0.1);
    -o-transform: translate3d(0, 100%, 0), scale(0.1, 0.1);
    transform: translate3d(0, 100%, 0), scale(0.1, 0.1);
}

#timeline-page > li:last-child .my-tooltip {
    left: auto;
    right: 0;
}

#timeline-page > li:hover {
    overflow: visible;
}

#timeline-page > li:hover .my-tooltip {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.my-tooltip p {
    display: inline;
    color: #666666;
}

.my-tooltip::after {
    border: 6px solid transparent;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    top: 90px;
    border-top-color: #f5f5f5;
}

.uk-overlay-icon::before {
    content: "\f48a";
    font-family: "Ionicons";
}

.history-modal .uk-modal-dialog {
    font-size: 14px;
    padding: 2em 3em;
}


/* WORK ORDER */


/** help-center **/

.help-center .uk-margin-large-top,
.support-details-main .uk-margin-large-top {
    margin-top: 0px!important;
}

.help-center .uk-margin-large-bottom {
    margin-bottom: 33px!important;
}

.help-center-main {
    max-width: 1031px !important;
    margin-right: auto;
    margin-left: 436px;
}

.help-center article {
    margin-top: 35px;
}

.help-center h2 {
    margin-bottom: 33px;
    padding-bottom: 19px;
    font-weight: 600;
    border-bottom: 1px solid #f87836;
    width: 1038px;
}

.help-center h3 {
    margin-bottom: 0;
    font-family: "Open Sans", Verdana, Geneva, sans-serif;
    color: #222222;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
}

.help-center p {
    color: #777777;
    font-size: 18px;
    /*margin-top: 32px;*/
    line-height: 26px;
    width: auto;
    line-height: 24px;
    margin-bottom: 23px;
}

.help-center article ul {
    margin-bottom: 39px;
    list-style: none;
    padding-left: 7px;
}

.help-center article ul li {
    margin-left: -10px;
    font-weight: 600;
    font-size: 18px;
    font-style: italic;
    color: #777777;
    line-height: 24px;
}

.help-center article ul li::before {
    content: '•';
    font-size: 20px;
    margin-left: 1px;
    margin-right: 12px;
    line-height: 0px;
    letter-spacing: 1px;
    color: #000000;
}

.help-center .search {
    position: relative;
    width: 100%;
    margin-bottom: 74px;
}

.help-center .search input {
    font-style: italic;
    font-size: 18px;
    font-weight: 300;
    color: #777777;
}

.help-center input {
    padding: 12px 15px 11px 19px;
    width: 1038px;
}

.help-center .search-btn {
    float: right;
    position: absolute;
    height: 43px;
    right: -3px;
    top: 4px;
    width: 44px;
    background: url(http://173.254.122.93/~dogandro/dev/foshayelectric/public/_front/assets/images/search.png) no-repeat center #f87836;
    content: " ";
    border: 1px solid #f87836;
    cursor: pointer;
}

.help-center .troubleshooting {
    margin-bottom: 69px;
    margin-top: 41px;
    width: 1062px;
}

.help-center .troubleshooting p {
    font-size: 18px;
    margin-top: 5px;
    text-transform: initial;
    color: #222;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 14em;
    white-space: nowrap;
}

.help-center figure {
    float: left;
    width: 100%;
    height: 178px;
    margin-right: 24px;
    max-height: 330px;
    max-width: 330px;
    margin-top: 11px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}

.help-center figure:hover {
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

.help-center figcaption {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #777;
}

.help-center figure:nth-child(3n+1) {
    margin-right: 0px;
}

.help-center figure:hover {
    border: 1px solid #f87836;
    color: #f87836;
}

.help-center figure figcaption {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222;
    border: 1px solid #ccc;
}

.help-center figure figcaption a {
    padding: 65px 50px;
    color: inherit;
}

.help-center figure figcaption:hover {
    color: #f87836;
    border: 1px solid #f87836;
}

.help-center figure figcaption a:hover h3,
.help-center figure figcaption a:hover p {
    color: #f87836;
}

.help-center .warranty ul {
    margin-bottom: 40px;
    width: 1039px;
    list-style-position: inside !important;
    padding-left: 10px;
}

.help-center .warranty ul li {
    font-weight: 600;
    font-size: 18px;
    color: #777777;
    font-style: italic;
    line-height: 24.5px;
    margin-left: -10px;
    margin-bottom: 23px;
    text-indent: -1px;
    letter-spacing: 0px;
}

.page-support .help-center .troubleshooting h2 {
    margin-bottom: 26px;
    padding-bottom: 26px;
    font-weight: 600;
    border-bottom: 1px solid #f87836;
    width: 1038px;
}

.page-support .troubleshooting .uk-position-relative:hover h3 {
    color: #f87836;
    transition: 0.2s all ease-in-out;
}

.page-support .service select.plan.second {
    color: #cccccc !important;
    font-weight: 400 !important;
    font-family: 'open sans';
    margin-bottom: 31px;
}

.page-support .service input,
.page-support .service .desc.second {
    font-family: 'open sans'!important;
    color: #000000!important;
}

.video_popup .uk-modal-dialog-blank>.uk-close:first-child {
    border: 1px solid #000000;
    color: #000000;
}

.video_popup .iframe_container {
    bottom: -50%;
    height: 86%;
    left: -50%;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: -50%;
    top: -50%;
    width: 100%;
}

.video_popup iframe {
    position: relative;
    margin: auto;
    padding: 0;
    width: 100%;
    height: auto;
}


/*** Social Media ****/


/*.page-social-media a.sc-icons.all {
  padding: 8px 13px;
  margin: 2px;
  background: #ececec;
  font-size: 15px;
  font-weight: 700;
  font-family: 'open sans';
}*/

.social-media {}

.social-media figure {
    position: relative;
    float: left;
    height: 450px;
    width: 33%;
    display: inline-block;
    margin-top: 0;
    padding: 15px;
    text-align: center;
}

.social-media figure div {
    padding: 20px 0;
}

.social-media figure figcaption {
    height: auto;
    padding: 0 13px;
    color: #777;
}

.social-media h4 {
    margin-bottom: 0;
    font-family: "Open Sans", Verdana, Geneva, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.social-media span {
    font-size: 14px;
}

.social-media .social-bg {
    margin: 13px 14px;
    position: absolute;
    height: 70px;
    padding: 14px 0;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ECECEC;
}

.social-media .social-bg .sc-icons {
    position: absolute;
    right: 22px;
    top: 14px;
    height: 39px;
    width: 39px;
    padding: 7px;
    font-size: 27px;
    background: #ccc;
    color: #444;
}

.social-media .social-bg .sc-icons:hover {
    color: #f87936;
}

.social-media .social-bg a:hover {
    color: #444 !important;
}

.social-media .upper-icons {
    position: relative;
    display: inline-block;
    margin-top: 48px;
}

.social-media .upper-icons div {
    position: relative;
    float: left;
    width: 35px;
    height: 35px;
    padding: 7px;
    margin-left: 15px;
    font-size: 22px;
    background: #ccc;
    color: #444;
    text-align: center;
}

.social-media .upper-icons .sc-icons {
    color: #444;
}

.social-media .upper-icons .sc-icons:hover {
    color: #f87936;
}

.pull-right {
    float: right;
}


/**** Support Details *****/

.support-details-main {
    max-width: 1031px;
}

.support-details article {
    position: relative;
}

.support-details p {
    color: #777777;
    font-size: 18px;
    margin-top: 32px;
    line-height: 26px;
}

.support-details h2 {
    float: left;
    /*max-width: 700px;*/
    width: 80%;
}

.support-details h2.suport-term-title {
    font-size: 21px;
}

.support-details .download-links {
    position: absolute;
    bottom: 17px;
    right: 0;
    float: right;
    font-size: 16px;
    font-weight: 600;
}

.support-details article {
    position: relative;
    margin-top: 68px;
    border-bottom: 1px solid #f87836;
}

.support-details article:first-child {
    margin-top: 0;
    border-bottom: none;
}

.support-details article:last-child {
    border-bottom: none;
}

.support-details .uk-margin-large-left {
    margin-left: 0px!important;
}


/**** Support Details, Help Center Form *****/


/*.help-center .service .plan.second {
    appearance: none !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(http://173.254.122.93/~dogandro/dev/foshayelectric/public/_front/assets/images/down-arrow-caret.png) no-repeat right;
    background-size: 14px;
    background-position: 462px 23px;
}*/

.help-center .service .uk-width-1-1.uk-text-center.uk-margin-large-top.uk-float-right.scrollspy-section.uk-scrollspy-init-inview {
    margin-bottom: -13px;
}

.support-details .service .uk-width-1-1.uk-text-center.uk-margin-large-top.uk-float-right.scrollspy-section.uk-scrollspy-init-inview {
    margin-bottom: -13px;
}

.help-center .service .desc.second {
    margin-bottom: 27px;
}

.support-details .service .desc.second {
    margin-bottom: 31px;
}

.help-center .service .uk-button.uk-button-primary.montserrat.uk-width-1-1.uk-float-right.uk-margin-large-left.uk-margin-large-left-remove-on-small.uk-max-width.uk-float-none-on-smallest.uk-float-none-on-medium {
    padding: 15px 0px;
    height: 60px !important;
    font-family: 'roboto';
    font-size: 22px;
    color: #ffffff;
}

.support-details .service .uk-button.uk-button-primary.montserrat.uk-width-1-1.uk-float-right.uk-margin-large-left.uk-margin-large-left-remove-on-small.uk-max-width.uk-float-none-on-smallest.uk-float-none-on-medium {
    padding: 15px 0px;
    height: 60px !important;
    font-family: 'roboto';
    font-size: 22px;
    color: #ffffff;
}

.help-center .service .uk-width-large-1-4.uk-width-medium-1-1.uk-width-small-1-2.uk-width-1-1.uk-float-right.uk-text-center {
    width: 190px;
}

.support-details .service .uk-width-large-1-4.uk-width-medium-1-1.uk-width-small-1-2.uk-width-1-1.uk-float-right.uk-text-center {
    width: 190px;
}

.support-details .service br {
    display: none;
}

.help-center .service br {
    display: none;
}

.help-center .service input {
    color: #cccccc;
}

.support-details .service input,
.service .plan.second {
    color: #cccccc;
}

.help-center .service .second {
    margin-right: 0;
    /*padding: 10px;*/
}

.support-details .service .second {
    margin-right: 0;
    /*padding: 10px;*/
}

.help-center .service form input:placeholder {
    color: #ccc;
}

.support-details .service form input:placeholder {
    color: #ccc;
}

.help-center .service form input {
    float: left;
    width: 499px;
    height: 53px;
    margin-right: 39px;
    margin-bottom: 36px;
    font-size: 18px;
    border: 1px solid #777777;
}

.support-details .service form input {
    float: left;
    width: 496px;
    height: 53px;
    margin-right: 39px;
    margin-bottom: 36px;
    font-size: 18px;
    border: 1px solid #777777;
}

.help-center .service .phone.second {
    padding: 0px 0px 0px 19px;
}

.support-details .service .phone.second {
    padding: 0px 0px 0px 19px;
}


/*.help-center .service .address.second {
    width: 1038px !important;
}*/

.help-center .service .address.second {
    padding: 0px 0px 0px 20px;
    margin-bottom: 36px;
    margin-right: 39px;
}

.support-details .service .address.second {
    padding: 0px 0px 0px 20px;
    margin-bottom: 36px;
    margin-right: 39px;
}

.page-support .service .project.second,
.builders {
    margin-bottom: 33px !important;
}

.page-support-details .service .project.second,
.builders {
    margin-bottom: 33px !important;
}

.page-support .service .uk-button.uk-button-primary.montserrat.uk-width-1-1.uk-float-right.uk-margin-large-left.uk-margin-large-left-remove-on-small.uk-max-width.uk-float-none-on-smallest.uk-float-none-on-medium {
    color: #ffffff !important;
}

.page-support-details .service .uk-button.uk-button-primary.montserrat.uk-width-1-1.uk-float-right.uk-margin-large-left.uk-margin-large-left-remove-on-small.uk-max-width.uk-float-none-on-smallest.uk-float-none-on-medium {
    color: #ffffff !important;
}

.help-center .plan.second,
.support-details-main .plan.second {
    padding: 0px 0px 0px 15px;
    color: #cccccc;
}

.page-support .service a,
.page-support-details .service a {
    text-decoration-line: underline;
}

.help-center .desc.second {
    padding: 13px 0px 0px 19px;
    /*letter-spacing: 0.85px;*/
}

.page-support .service .project.second,
.builders,
.page-support-details .service .project.second,
.builders {
    margin-bottom: 33px !important;
}

.help-center .service .lot,
.support-details-main .service .lot {
    margin-bottom: 33px;
}

.help-center .service textarea,
.support-details .service textarea {
    height: 110px;
}

::-webkit-input-placeholder {
    color: #ccc;
}

.help-center .service form .address,
.service .help-center form .desc,
.support-details .service form .address,
.service .support-details form .desc {
    /*width: 100%;*/
    padding: 10px;
}

.help-center .service p,
.support-details .service p {
    margin-bottom: 42px;
}

.help-center .service {
    width: 1038px;
}

.support-details .service h2 {
    max-width: initial;
    width: 100%;
    float: none;
    margin-bottom: 25px;
    padding-bottom: 20px;
    font-weight: 600;
    border-bottom: 1px solid #f87836;
}

.help-center .service form input.uk-button,
.support-details .service form input.uk-button {
    float: right;
    width: 100%;
    margin: auto;
}

.help-center .service form input.uk-button:hover,
.help-center .service form input.uk-button:focus,
.support-details .service form input.uk-button:hover,
.support-details .service form input.uk-button:focus {
    color: #ffffff !important;
}


/* Social Media WO*/

.main-container {
    padding: 40px 0px 40px 185px;
}

.p {
    text-align: center;
}


/*TEXTWARES*/

.social-btn h4.textware {
    text-align: center;
    text-transform: uppercase;
    font-size: small;
    margin-bottom: 0px;
}

.social-btn span.textware {
    margin-left: auto;
    font-size: small;
}

.social-btn a {
    color: #f87936;
    text-decoration: none;
    font-weight: 600;
    text-transform: lowercase;
}

.social-btn a:hover {
    color: #929292;
    transition: 0.4s;
}


/*SOCIAL ICONS*/

.social-btn {
    background: #ececec;
    text-align: center;
    padding: 10px 10px 10px 0px;
}

.page-social-media .social-btn {
    background: #ececec;
    text-align: center;
    padding: 10px 10px 10px 0px;
}

.social-btn a.btn.btn-primary {
    float: right;
    margin-top: -15px;
}

.social-btn .fa {
    color: #494949;
    font-size: 24px;
}

.social-btn i.fa:hover {
    color: #f87936;
    transition: all 0.4s;
}

.social-btn-small i.fa {
    font-size: 17px;
    color: #a09e9e;
}

.social-btn-small a.btn.btn-primary {
    padding: 0px;
    margin-right: 2px
}

p.social-btn-small {
    text-align: right;
}

.upper-icons {
    position: relative;
    display: inline-flex;
    margin-bottom: 43px;
    /*margin-left: 48px;*/
}

.upper-icons .fa {
    width: 43px!important;
}

.upper-icons i.fa {
    background: #ececec;
    padding: 10px 17px;
    margin: 2px;
}

.upper-icons a.sc-icons {
    color: #494949;
}

.upper-icons a.sc-icons:hover {
    color: #f87936;
}

#social-media-post {
    position: relative;
    min-height: 400px;
}

#social-media-post:after {
    content: 'loading....';
    z-index: 1;
    text-align: center;
    position: relative;
    margin: auto;
    width: 100%;
    font-size: 16px;
    padding: 10px;
    color: #555555;
    font-weight: 600;
    position: absolute;
    left: -50%;
    right: -50%;
    top: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    padding-top: 127px;
    text-transform: uppercase;
}


/*BUTTONS*/

.social-btn .btn-primary {
    color: #fff;
    background-color: transparent;
    border: 0;
}

.social-btn .btn-primary:hover {
    color: #fff;
    background-color: transparent;
    border: none;
}

.social-btn .btn-primary.focus,
.social-btn .btn-primary:focus {
    color: #fff;
    background-color: transparent;
    border: none;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: transparent;
    border: none;
}

.sm-item {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1;
}

#social-media-post {
    position: relative;
    overflow: hidden;
}

#social-media-post.show-us-all:after {
    display: none;
}

.show-us-all .sm-item {
    opacity: 1 !important;
}

.sm-item .caption p {
    font-size: 14px;
    text-align: center;
}

.sm-item .caption p.social-btn-small {
    text-align: right;
}


/*IMAGE*/

.sm-item img {
    width: 100%;
    height: auto;
    margin: auto auto 10px;
}

.social-btn img {
    object-fit: cover;
}


/* END of social media wo*/


/*====================== MEDIA QUERIES ======================*/

@media only screen and (max-width: 1900px) {
    .help-center-main,
    .support-details-main {
        max-width: 1031px !important;
        margin-right: auto;
        margin-left: auto;
    }
    footer .uk-grid.uk-margin-remove.uk-padding-large-top {
        margin-left: 0px !important;
        margin-top: 0px !important;
    }
    footer .uk-grid.bg-dark.uk-margin-remove.white {
        width: 100%;
        left: 0px;
    }
    footer .uk-width-large-4-10.uk-width-small-1-2.uk-width-1-1.uk-padding-remove.uk-scrollspy-init-inview.uk-scrollspy-inview.uk-animation-fade:nth-child(3) {
        margin-left: 0px;
    }
    .help-center figure {
        margin-right: 24px!important;
    }
}

@media screen and (max-width:1250px) {
    .help-center input,
    .support-details input {
        padding: 12px 15px 11px 19px;
        width: 100%;
    }
    .help-center .search-btn {
        right: 4px;
    }
    .uk-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    #timeline-page > li,
    #timeline-page > li .text-year {
        font-size: 12px;
    }
    #timeline-page > li .text-year {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: unset;
    }
    .pages li::before {
        top: -28px;
    }
    .help-center h2,
    .page-support .help-center .troubleshooting h2,
    .help-center .troubleshooting,
    .help-center .service,
    .page-support .service form input,
    .help-center .service .address.second,
    .help-center .warranty ul,
    .page-support .service select.plan.second,
    .support-details h2,
    .page-support-details .service form input,
    .support-details .service .address.second,
    .page-support-details .service .plan.second {
        width: 100%;
    }
    h2.suport-term-title {
        width: 63%!important;
    }
    /*.help-center .service .plan.second{
      width: 100%;
      background-position: 98% 23px;
    }*/
}

@media screen and (max-width:1119px) {
    .uk-text-small-on-large {
        font-size: 14px;
    }
    .project-slider-section .uk-slidenav {
        background-color: #2a2a2a;
    }
}

@media screen and (min-width:768px) and (max-width:959px) {
    .uk-float-none-on-medium {
        float: none;
    }
    .uk-text-center-on-medium {
        text-align: center;
    }
}

@media screen and (max-width:959px) {
    h1,
    .full-width-tenyears h2,
    .project-detail-style h1 {
        font-size: 40px;
        line-height: 48px;
    }
    .frame ul li,
    .history-item-wrapper {
        padding: 10px;
    }
    .frame ul li {
        max-width: 450px;
    }
    #timeline-page > li.paginate > .text-year {
        opacity: 0 !important;
    }
    #timeline-page > li.paginate.first-list-itm > .text-year {
        opacity: 1 !important;
    }
    .my-tooltip {
        left: auto;
        right: 0;
    }
}

@media screen and (max-width:767px) {
    .uk-text-medium {
        font-size: 16px;
        line-height: 24px;
    }
    .uk-margin-large-left-remove-on-small {
        margin-left: auto !important;
    }
}

@media screen and (max-width:480px) {
    .uk-text-medium {
        font-size: 14px;
        line-height: 20px;
    }
    .uk-button-large.uk-padding-h-large {
        float: left;
        padding-left: 1em;
        padding-right: 1em;
        width: 100%;
    }
    .form-wrapper .uk-width-1-1.uk-margin-top {
        margin-top: 5px !important;
    }
    .uk-float-none-on-smallest {
        float: none;
    }
    .uk-text-center-on-smallest {
        text-align: center;
    }
    .frame ul li {
        max-width: 350px;
    }
    .history-section {
        overflow: hidden;
        position: relative;
    }
}

/*NEWS CSS 08/14/2024*/
.news-section{
    margin: 80px 0;
    padding: 0 50px;
    display: flex;
    align-items: center;
}

.news-section.left{
    padding-right: 80px;
    width: 50%;
    display: block;
}

.news-section.left .meta-date{
    text-transform: uppercase;
    color: #F87836;
    font-size: 17px;
    font-weight: 400;
}

.news-section.left h2 a,
.news-section.left h2{
    text-transform: uppercase;
    color: #333;
    font-size: 90px;
    font-weight: 700;
    line-height: initial;
    margin: 0;
    font-family: 'Open Sans';
}

.news-section.left p{
    font-size: 17px;
    color: #333;
    font-family: 'Open Sans';
    line-height: 24px;
}

.news-section.left a.learn-more{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.news-section.left a.learn-more:hover{
	color: #fe9159;
}

.news-section.left a.learn-more .icon-arrow-right{
	background-color: #333;
}

.news-section.left a.learn-more .icon-arrow-right:after{
	border-color: transparent transparent transparent #333;
}

.news-section.right{
    position: relative;
    text-align: center;
    width: 50%;
    display: block;
}

.news-section.right:before{
    content: "";
    position: absolute;
    border: 10px solid #F87836;
    top: 50%;
    left: 50%;
    height: 125%;
    width: 450px;
    transform: translate(-50%, -50%);
    z-index: -9;
}

.news-section.right img{
    height: 500px;
    object-fit: cover;
}

/*NEWS OVERVIEW*/
.featured-news{
    margin: 80px 0;
    position: relative;
}

.featured-news .image{
    position: relative;
}

.featured-news .image img{
    width: 100%;
}

.featured-news .details{
    position: absolute;
    bottom: 10%;
    width: 60%;
    padding: 20px;
    background: #fff;
    border-bottom: 5px solid #F87836;
}

.featured-news .details p{
    margin-bottom: 0;
    padding-bottom: 0;
}

.featured-news .details h2{
    margin: 15px 0 0;
}

.featured-news .details h2 a{
    color: #333;
}


@media screen and (max-width:1420px){
	.news-section.left h2 a,
	.news-section.left h2{
		font-size: 70px;
	}

	.news-section.right:before{
		height: 115%;
		width: 360px;
	}
}

@media screen and (max-width:1199px){
	.news-section.left h2 a,
	.news-section.left h2{
		font-size: 55px;
	}

	.news-section.right img{
		height: 400px;
	}

	.news-section.right:before{
	    width: 240px;
	}
}

@media screen and (max-width:991px){
	.news-section{
		display: block;
	}

	.news-section.left,
	.news-section.right{
		width: 100%;
	}
}

@media screen and (max-width: 767px){
	.news-section{
		padding: 0 10px;
	}

	.news-section.left{
		padding-right: 10px;
	}

    .featured-news .details{
        position: relative;
        width: 100%;
    }
}

@media screen and (max-width: 479px){
	.news-section.left h2 a,
	.news-section.left h2{
		font-size: 45px;
	}
}