*{ -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
*:before, *:after{ -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-transform:translate3d(0, 0, 0); }

body{ background-image:url('../lw14_img/bg.jpg'); background-position:center top; background-repeat:no-repeat; background-attachment:scroll; background-size:auto auto; background-color:#242626; margin:0; padding:0; font-family:'Roboto', Arial, Helvetica, sans-serif; font-weight:300; font-size:15px; line-height:1.5; text-align:center; cursor:default; }

a, a:hover, a:focus, a:visited:hover { text-decoration:none; color:#999; cursor:pointer; }
a { color:#EB5D16; }

section, footer, header{ float:left; width:100%; }
select{ float:left; width:94%; border:1px solid #ddd; box-shadow:none; border-radius:0; padding:10px 1%; font-size:14px; line-height:1.2; margin:0 2% 10px 0; height:38px; background-color:white; }
iframe { border:0 }
.wrapper{ width:100%; max-width:1020px; margin:0 auto; }
@media screen and (max-width:700px) { #content .wrapper { padding:30px 20px !important; } }

.clear{ clear:both; }
.lazy { background-color:transparent }
.center { text-align:center !important }
.ajax-spinner { height:24px !important; width:24px !important; display:none; }

a.slider_button:hover { color:#fff }
h2.page-title{ background-image:url("../lw14_img/empty.png"); background-position:center center; background-repeat:no-repeat; background-size:110% auto; float:left; font-size:20px; font-weight:400; line-height:20px; text-align:center; width:100%; margin:0px 0 20px; }
@media screen and (max-width:860px) {
    h2.page-title { background-size:150% auto;}
}
@media screen and (max-width:700px) {
    h2.page-title { background-size:200% auto; }
}
@media screen and (max-width:560px) {
    h2.page-title { background-size:320% auto;}
}

/* ADD THIS STYLING START */
/*
  span.at-icon-wrapper { background-color:#161616 !important; border-radius:27px !important; }
  span.at-icon-wrapper:hover { background:#eb5d16 !important; }
*/

    span.at_flat_counter{display:none!important}
    span.at-icon-wrapper:hover{background:#000!important}
    @media(min-width:700px){
        div.addthis_sharing_toolbox{
            position:absolute;
            top:15px;
            left:0
        }
    }

/* ADD THIS STYLING END */

/* GENERIC START */
.orange{color:#ec5f16}
.normal-font{font-weight:normal}
.orange-line{width:100%;height:2px;background-color:#ec5f16}
.orange-line-absolute{width:100%;height:4px;background-color:#ec5f16;position:absolute;top:0;left:0;right:0}

.grey-line { width:100%; height:2px; background-color:#757576 }
/* GENERIC END */

/* FEATURES PAGE START */
.instagram_row{ width:90%; margin:0 auto; }
.instagram_block{ width:32%; margin-right:2%; float:left; }
.instagram_block:last-of-type{ Margin-right:0; }
/* FEATURES PAGE END */

/* OWL CAROUSEL START */
#image-carousel h2 { display:none; }
#owl-carousel { cursor:move; }
#owl-carousel .item{ margin:0; }
#owl-carousel .item img{ width:100%; height:auto; display:none; }
/* OWL CAROUSEL END */

/* HEADER START */
header{ background:#222324 url('../lw14_img/top_bg.jpg'); height:200px; }
header h1{ color:transparent; text-indent:-99999px; background:url('../lw14_img/logo.png') no-repeat center; width:100%; margin-top:37px; background-size:271px 42px; }
header > .top_menu{ width:100%; background:#010101; height:46px }
header ul{ font-family:'Roboto Condensed', Arial, Helvetica, sans-serif; font-size:16px; font-weight:400; float:right; padding:0; margin:10px 0; position:relative; width:100%; max-width:1020px; }
header ul li{ float:left; list-style:none; width:16.66%; height:36px; }
header ul li:hover > ul{ display:block; }
#nav_toggle{ display:none; }
/*header ul li ul{ float:right; padding:10px 0 0 0; margin:0; position:absolute; right:0; top:20px; min-width:auto; display:none; }*/
header ul li ul li{ float:right; list-style:none; margin:0 0 0 15px; padding:0 0 10px 0; position:relative; display:inline-block; border-bottom:3px solid #222324; }
header ul li.active, header ul li:hover, header ul li.current-menu-item{ border-bottom:2px solid #E65F00; }
header ul li a div{ height:100%; color:#fff; text-transform:uppercase; }
header ul li a div:hover{ color:#fff; text-decoration:none; }
header > .sub_menu{ width:100%; background:#010101; height:30px; margin-top:40px; clear:both; border-bottom:2px solid #757576; }
header > .sub_menu ul{ width:50%; position:relative; left:50%; top:0; margin:0 0 0 -25%; float:none; height:30px; }
header > .sub_menu ul li{ font-size:14px; height:30px; width:16.66%; float:left; list-style:none; margin:0; padding:5px; position:relative; display:inline-block; }
header .tel{ float:right; color:#fff; line-height:30px; margin-top:-88px; margin-right:10px; text-align:right; }
header .tel a{ color:#fff; display:inline-block; }
header .tel a:hover, header .tel a:focus{ color:#eb5d16; }
header a.facebook, header a.twitter, header a.youtube, header a.email, header a.instagram{ width:25px; height:25px; background:url('../lw14_img/social.png') no-repeat; background-size:125px auto; color:transparent; text-indent:-99999px; display:inline-block; }
header a.facebook{ background-position:0 0; margin:0 0 0 10px; }
header a.twitter{ background-position:-25px 0; margin:0 0 0 4px; }
header a.youtube{ background-position:-50px 0; margin:0 0 0 4px; }
header a.email{ background-position:-75px 0; margin:0 0 0 4px; }
header a.instagram{ background-position:-100px 0; margin:0 0 0 4px; }
header a.facebook:hover{ background-position:0 -25px; }
header a.twitter:hover{ background-position:-25px -25px; }
header a.youtube:hover{ background-position:-50px -25px; }
header a.email:hover{ background-position:-75px -25px; }
header a.instagram:hover{ background-position:-100px -25px; }
header .vk { background-color: white; border-radius: 14px; fill:#242626; padding: 2px }
header .vk:hover { background-color: #eb5d16; }
header .facebook_like { border:none; overflow:hidden; width:85px; height:35px; margin-left:68%; padding-top:10px; }
@media screen and (max-width:699px) {
    header { height:244px; }
    header > .top_menu { height:52px; }
    header .top_menu ul { background-color:rgba(0, 0, 0, 0.8); box-shadow:-1px 1px 0 #333; display:none; position:absolute; right:0; top:40px; width:200px; z-index:100; }
    header ul li { height:54px; }
    #nav_toggle { display:block; background:transparent url('../lw14_img/nav_toggle.png?ver=1.1') 0 0/100% 200% no-repeat; width:30px; height:30px; cursor:pointer; margin:10px; float:right; position:absolute; top:0; right:0; z-index:100; }
    #nav_toggle:hover { background-position:0 -30px; }
    header ul li { width:100%; }
    header .top_menu ul li a div { padding:15px 0 0; }
    header .tel { float:none; margin:0 auto; text-align:center !important; }
    header > .sub_menu { margin-top:0; }
    header > .sub_menu ul { left:5%; margin:0; width:90%; }
    header a.facebook, header a.twitter, header a.youtube, header a.email, header a.instagram, header .vk { position:absolute; top:11px; }
    header a.facebook { left:5px; margin:0 0 0 5px; }
    header a.twitter { left:40px; }
    header a.youtube { left:75px; }
    header a.email { left:110px; }
    header a.instagram { left:145px; }
    header .vk { left:182px; }
    header .facebook_like { position:absolute; top:13px; left:220px; margin-left:0; padding-top:0;  }
}
@media screen and (max-width:500px) {
    header > .sub_menu ul li { font-size:13px; }
    header > .sub_menu ul { left:1%; width:98%; }
}
@media screen and (max-width:400px) {
    header h1{ background-size:67% auto; }
    header > .sub_menu ul { left:0%; width:auto; }
    header > .sub_menu ul li:nth-child(-n+3){ width:14.5%; }
    header > .sub_menu ul li:nth-child(n+4){ width:18.83%; }
    header a.twitter { left:35px; }
    header a.youtube { left:65px; }
    header a.email { left:95px; }
    header a.instagram { left:125px; }
    header .vk { left:159px; }
    header .facebook_like { left:200px; }
}
/* HEADER END */

/* BACKTOTOP START */
.back_to_top { display:none; float:left; width:100%; height:50px; position:fixed; top:0; left:0; z-index:301; }
.back_to_top div { margin:0 auto; width:991px; height:50px; text-align:right; position:relative; z-index:302; right:-57px; top:5px;}
.back_to_top div IMG { margin:5px; height:30px; width:auto; }
@media all and (max-width:1140px) {
    .back_to_top div a { position:fixed; right:10px; top:5px; }
}
/* BACKTOTOP END */

/* FOOTER START */
footer a.facebook, footer a.twitter, footer a.youtube, footer a.email, footer a.instagram { width:30px; height:30px; background-image:url('../lw14_img/social.png'); background-size:150px auto; background-repeat:no-repeat; color:transparent; text-indent:-99999px; display:inline-block; margin:0 0 0 -1px; }
footer a.facebook{ background-position:0px -60px; }
footer a.twitter{ background-position:-30px -60px; }
footer a.youtube{ background-position:-60px -60px; }
footer a.email{ background-position:-90px -60px; }
footer a.instagram{ background-position:-120px -60px; }
footer a.facebook:hover{ background-position:0px -30px; }
footer a.twitter:hover{ background-position:-30px -30px; }
footer a.youtube:hover{ background-position:-60px -30px; }
footer a.email:hover{ background-position:-90px -30px; }
footer a.instagram:hover{ background-position:-120px -30px; }
footer .vk { background-color: #242626; border-radius: 50%; fill:white; padding: 2px }
footer .vk:hover { background-color: #eb5d16; }

footer{ background-color:#fff; padding:30px 0; }
footer .block{ float:left; width:14%; }
footer .block:nth-child(1){ float:left; width:20%; margin:0 4% 0 0; }
footer .block:nth-child(6){ float:right; width:20%; }
footer .block .slider_button { background-color:#EEE; border:1px solid #BFBFBF; color:#EB5D16; width:97%; margin-bottom:5px }
footer .block .slider_button:hover { background-color:rgba(235, 93, 22, 0.2); border:1px solid #EB5D16; color:#161616; }
footer ul{ margin:0 0 0 0; padding:0; float:left; width:100%; }
footer ul li{ float:left; width:100%; list-style:none; margin:0 0 0px 0; line-height:17px; text-align:left; }
footer ul li:nth-child(1) a{ color:#E65F00; font-weight:600; }
footer ul li a, footer ul li a:visited{ color:#000; font-weight:400; font-size:13px; }
footer ul li h3 { font-weight:400; color:#ec5f16; font-size:13px; margin:0; }
footer a.button-1, footer a.button-2, footer a.button-3{ float:left; width:100%; background-image:url('../lw14_img/buttons.png'); background-size:200px; background-repeat:no-repeat; color:transparent; text-indent:-99999px; height:35px; margin:0 0 10px 0; }
footer a.button-1{ background-position:0px 0px; }
footer a.button-2{ background-position:0px -43px; }
footer a.button-3{ background-position:0px -86px; }
#copyright{ height:50px; border-top:1px solid #BFBFBF; background:#EEE; color:#9F9F9F; line-height:50px; text-align:center; }
#copyright h2 { display:none }
@media screen and (max-width:1021px) {
    footer a.facebook, footer a.twitter, footer a.youtube, footer a.email, footer a.instagram { margin:5px;}
    footer .block { width:19%;}
    footer .block:nth-child(6) { width:100%;}
}
@media screen and (max-width:699px) {
    footer .block .slider_button { width:30%; margin-bottom:25px }
    footer .block { width:22%; margin-left:3%}
    footer .block:nth-child(1) { width:100%;}
}
@media screen and (max-width:535px) {
    footer .block .slider_button { width:90%; margin:0 5% 10px 5% }
    footer .block:nth-child(1) { width:100%;}
    footer .block:nth-child(n+2):nth-child(-n+3) { margin-top:10px; height:150px; }
    footer .block:nth-child(n+4):nth-child(-n+5) { height:125px;}
    footer .block:nth-child(6) { height:50px !important;}
    footer .block { width:40%; margin-left:10%}
    #copyright { font-size:12px; }
}
@media screen and (max-width:340px) {
    footer .block:nth-child(n+2):nth-child(-n+5) { margin-left: 7%; }
}
/* FOOTER END */

/* BANNERS START --- see also royalslider.css */
#banner{ background:#000; background-image:url('../lw14_img/banner-bg.jpg');background-position:center bottom; /*background-position:center top;*/ background-repeat:no-repeat; background-size:auto 300px; border-bottom:2px solid #757576; }
/* BANNERS END */

/* BREADCRUMBS START */
#breadcrumbs > .wrapper { background:#000; padding:10px; color:#FFF; text-align:left; font-size:12px; font-weight:300; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; height:37px; position:relative; }
#breadcrumbs > .service_icon_padding { padding-right:44px }
#breadcrumbs > .wrapper a { margin:0 6px; }
#breadcrumbs h2 { display:none }
#breadcrumbs img { max-width:27px !important; max-height: 27px !important; }
.service_icon { position: absolute; right:10px; top:6px; background-color:black; padding-left:5px; }
@media screen and (max-width:700px) {
    #breadcrumbs > .wrapper a { margin:0 0px; }
    #breadcrumbs > .wrapper span { display:none }
}
/* BREADCRUMBS END */

/* DESCRIPTION CONTENT SECTION START */
#content > .wrapper{ background:#fff; padding:30px; max-width:1020px; height:auto; }
#content > .reduced_padding { padding-bottom:0; }
#content h5{ font-size:28px; font-weight:300; padding:0; margin:0; }
#content h3 { font-weight:400; }
#content img{ width:100%; height:auto; }
#content #gmap img{ max-width:none; }
#content .left{ text-align:left; }
#content > .wrapper ul{ list-style:none; margin:0 auto; max-width:804px; padding:0 }
#content > .wrapper ul li{ float:left; width:82px; margin:15px 9px 0px }
#content .sub_desc { clear:both; padding-top:20px; }
#content .submenu{ font-size:0.8em; font-weight:400; }
#content .submenu a{ margin-right:20px; }
#content .quote { width:80%; margin-left:10%; }
#content .not-found { margin-bottom:20px; }
#content .explainer_video { margin:20px; }

@media screen and (max-width:920px) {
    #content .submenu { font-size:0; width:90%; margin-left:5%; }
    #content .submenu a { font-size:14px; margin:0px 20px; white-space:nowrap; }
    #content .submenu a:after { content:" >"; }
}
@media screen and (max-width:860px) {
    #content > .wrapper ul li { margin:15px 1% 0; width:10.5%; }
}
@media screen and (max-width:700px) {
    #content .submenu a { font-size:16px; }
    #content h5{ font-size:25px; }
}
@media screen and (max-width:560px) {
    #content .submenu { font-size:0; width:100%; margin-left:0%; }
    #content .submenu a { display:block; font-size:18px; }
    #content > .wrapper ul li { margin:15px 1% 0; width:23%; } }
@media screen and (max-width:400px) { #content h5{ font-size:22px; } }
/* DESCRIPTION CONTENT SECTION END */

/* TERMS & CONDITIONS START */
#content ol { text-align:left; counter-reset:section; list-style-type:none; }
#content ol li { counter-increment:section; padding:4px 0; text-indent:-28px; float:left; width:100%; }
#content ol li span { font-weight:bold }
#content ol li:before  { content:counters(section, ".") ". "; margin-right:20px; }
#content ol ol li { padding-left:20px; text-indent:-55px; }
#content ol ol ol li { text-indent:-67px; padding-right:35px; }
@media screen and (max-width:560px) {
    #content ol li { text-indent:-45px; }
    #content ol li:before  { margin-right:5px; }
    #content ol ol li { padding-left:0; margin-left: -20px; text-indent:-36px; }
    #content ol ol ol li { text-indent:-45px; padding-right:0; margin-left:3px; }
}
/* TERMS & CONDITIONS END */

/* SERVICE STATS SECTION */
#service-stats > .wrapper{ background:#161617; background-image:url("../lw14_img/distribution/stats_bg.png"); background-position:top; color:#FFF; padding:20px; max-width:1020px; min-width:320px; }
#service-stats ul{ font-family:'Roboto', Arial, Helvetica, sans-serif; font-size:16px; font-weight:300; float:right; padding:0; margin:10px 0; position:relative; width:100%; max-width:1020px; }
#service-stats ul li{ float:left; list-style:none; width:33.33%; padding:0px 4% }
#service-stats h4{ font-size:30px; color:#eb5d16; font-weight:300; padding:0; margin:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;  }
#service-stats ul li p{ font-size:14px; font-weight:300; padding:0; margin-top:10px; }
#service-stats ul li p span{ font-size:17px; }
@media screen and (max-width:920px) {
    #service-stats ul li{ padding:0px 2% }
}
@media screen and (max-width:820px) { #service-stats h4{ font-size:28px; } }
@media screen and (max-width:760px) { #service-stats h4{ font-size:26px; } #service-stats ul li p span { font-size:16px;} }
@media screen and (max-width:620px) {
    #service-stats ul li { width:100%; margin:10px 0 }
    #service-stats h4 { font-size:28px;}
    #service-stats ul li p { margin:5px 0;}
    #service-stats ul li p span { font-size:17px;}
}
/* SERVICE STATS SECTION END */

/* RELEASE PAGE SECTION START */
#release_banner > .wrapper { height:320px; overflow:hidden; text-align:left; background:#161616; padding:0; max-width:1020px; }
#release_banner h2 { display:none }
#release_banner .titles a { background-color:#161616; -webkit-box-shadow:0px 0px 0px 10px rgba(22,22,22,1); -moz-box-shadow:0px 0px 0px 10px rgba(22,22,22,1); box-shadow:0px 0px 0px 10px rgba(22,22,22,1); color:#FFF; box-decoration-break:clone; }
#release_banner .label_name { padding:46px 0 0 46px; font-size:22px; z-index:1; position:relative; top:-48px; margin-right:330px }
#release_banner .release_name { padding:30px 0 0 46px; font-size:30px; z-index:1; position:relative; top:-42px;  margin-right:330px }
#release_banner img.cover { float:right; width:300px; height:auto; margin:10px; z-index:1; position:relative; }
#release_banner img.bgblur { opacity:0.8; width:150%; margin-top:-90%; margin-left:-25%; filter:blur(15px); -webkit-filter:blur(15px); z-index:0; position:relative; }
#release_banner .share_icons { position:relative; z-index:1; width:200px; height:44px; top:254px; left:35px; }
#release_info > .wrapper { background-color:#EFEFEF; height:auto; margin-top:-15px; }
#release_info h2 { display:none }
#release_info img.label_logo { width:12%; float:left; margin:2%; }
#release_info .info_block { width:28%; float:left; text-align:left; font-size:14px; margin-top:2%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding-right:2%; }
#release_info .info_block p { font-weight:700; margin:0; }
#release_info img { width:32%; height:auto; margin:1% 20% 0% 20%; border-radius:5px; }

#release_tracklist > .wrapper { background-color:#FFF; height:auto; padding:30px; text-align:left; }
#release_tracklist h3 { color:#eb5d16; margin:0; font-weight:300; font-size:18px; text-indent:10px; padding-bottom:10px; border-bottom:2px solid #717171; }
#release_tracklist .list_header { height:24px; padding-top:10px; font-size:11px; font-weight:400; }
#release_tracklist ul { padding:0; margin:10px 0; }
#release_tracklist ul li { list-style:none; background:#EFEFEF; padding:10px 0; margin-bottom:10px; font-size:13px; font-weight:300; }
#release_tracklist .track_no { float:left; width:4%; text-align:center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
#release_tracklist .track_name { float:left; display:none; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
#release_tracklist .title { float:left; width:32%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding-right:2%; }
#release_tracklist .artist { float:left; width:22%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding-right:2%; }
#release_tracklist .remixers { float:left; width:22%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding-right:2%; }
#release_tracklist .genre { float:left; width:14%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding-right:2%; }
#release_tracklist .length { float:left; width:6%; text-align:center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
#release_tracklist .footer { text-align:center; margin-top:30px; }

@media screen and (max-width:699px) {
    #release_banner > .wrapper { height:350px; }
    #release_banner img.cover { width: 210px; float:none; left:50%; margin-left:-100px; padding-top:5px }
    #release_banner .release_name { display:none }
    #release_banner .share_icons { float:left; width:100%; text-align:center; top:0; left:0 }
    #release_banner .label_name { float:left; width:100%; text-align:center; padding:0; top:0; margin-top:10px; }
    #release_banner h5 { font-size:26px; }
    #content .quote { width:100%; margin:10px 0 }

    #release_info img.label_logo { width:20%; height:auto; max-width:125px; margin:2%; }
    #release_info .info_block { width:38%; }
    #release_info .info_block:nth-of-type(2) { display:none }

    #release_tracklist .wrapper { padding:30px 10px }
    #release_tracklist .track_no { width:4%; }
    #release_tracklist .track_name { display:block; width:60%; padding-right:2% }
    #release_tracklist .title { display:none }
    #release_tracklist .artist { display:none }
    #release_tracklist .remixers { display:none; }
    #release_tracklist .genre { width:25%; padding-right:2%; }
    #release_tracklist .length { width:9%; }
}
@media screen and (max-width:540px) {
    #release_info img.label_logo { width:30%; height:auto; max-width:125px; margin:2%; }
    #release_info .info_block { width:66%; }
    #release_info .info_block:nth-of-type(3) { display:none }
}
@media screen and (max-width:450px) {
    #release_tracklist .list_header div { display:none }
    #release_tracklist .list_header .track_name { display:block }
    #release_tracklist .track_no { width:10%; padding-bottom:5px }
    #release_tracklist .track_name { width:90%; padding-right:0; padding-bottom:5px  }
    #release_tracklist .genre { margin-left:10%; width:68%; padding-right:2%; }
    #release_tracklist .length { width:20%; text-align: right; }
}
@media screen and (max-width:320px) {
    #release_banner > .wrapper { height:300px }
    #release_banner img.cover { width: 160px; float:none; left:50%; margin-left:-80px; padding-top:5px }
}
/* RELEASE PAGE SECTION END */

/* LABEL SPOTLIGHT PAGE SECTION START */
#label_banner > .wrapper { height:320px; overflow:hidden; text-align:left; background:#161616; padding:0; max-width:1020px; }
#label_banner h2 { display:none }
#label_banner .titles a { background-color:#161616; -webkit-box-shadow:0px 0px 0px 10px rgba(22,22,22,1); -moz-box-shadow:0px 0px 0px 10px rgba(22,22,22,1); box-shadow:0px 0px 0px 10px rgba(22,22,22,1); color:#FFF; box-decoration-break:clone; }
#label_banner .label_name { padding:30px 0 0 46px; font-size:30px; z-index:1; position:relative; top:-42px;  margin-right:330px }
#label_banner .country_name { padding:46px 0 0 46px; font-size:22px; z-index:1; position:relative; top:-48px; margin-right:330px }
#label_banner img.cover { float:right; width:300px; height:auto; margin:10px; z-index:1; position:relative; }
#label_banner img.bgblur { opacity:0.8; width:150%; margin-top:-90%; margin-left:-25%; filter:blur(15px); -webkit-filter:blur(15px); z-index:0; position:relative; }
#label_banner .share_icons { position:relative; z-index:1; width:200px; height:44px; top:254px; left:35px; }
#label_banner .share_icons a { background:#161616; border-radius:27px; }
#label_banner .share_icons a:hover { background:#eb5d16; }
#label_banner img.flag { height:30px; position:relative; top:9px; margin-right:10px;}

#label_info > .wrapper { background-color:#EFEFEF; height:auto; margin-top:-15px;
 }
#label_info h2 { display:none }
#label_info .info_block { width:34%; float:left; text-align:left; font-size:14px; margin-top:2%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding-right:2%; }
#label_info .info_block p { font-weight:700; margin:0; }
#label_info img { width:12%; float:left; margin:2%; border-radius:5px; padding-top:2px; }
@media screen and (max-width:900px) {
    #label_info > .wrapper { padding-bottom:2% }
}
@media screen and (max-width:699px) {
    #label_banner > .wrapper { height:350px; }
    #label_banner img.cover { width: 210px; float:none; left:50%; margin-left:-100px; padding-top:5px }
    #label_banner .label_name { display:none }
    #label_banner .share_icons { float:left; width:100%; text-align:center; top:0; left:0 }
    #label_banner .country_name { float:left; width:100%; text-align:center; padding:0; top:0; margin-top:10px; }

    #label_info img { clear:both; width:20%; height:auto; max-width:125px; margin:2% 2% 0 2%; }
    #label_info .info_block { width:66%; }
}
@media screen and (max-width:540px) {
    #label_info img { width:30%; height:auto; max-width:125px; margin:2%; }
    #label_info .info_block { width:66%; }
}
@media screen and (max-width:320px) {
    #label_banner > .wrapper { height:300px }
    #label_banner img.cover { width: 160px; float:none; left:50%; margin-left:-80px; padding-top:5px }
}
/* LABEL SPOTLIGHT PAGE SECTION END */

/* STORES PAGE STORE LIST SECTION START */
#stores_list > .wrapper{ background:#fff; padding:30px; max-width:1020px; min-width:320px; }
#stores_list h5{ font-size:30px; font-weight:300; padding:0; margin:0; }
#stores_list #store_tag { margin:10px 0 -10px 0; }
#stores_list ul{ font-family:'Roboto', Arial, Helvetica, sans-serif; font-size:16px; font-weight:300; float:right; padding:0; margin:10px 0; position:relative; width:100%; max-width:1020px; }
#stores_list ul li{ float:left; list-style:none; width:25%; height:auto; }
#stores_list h4{ color:#eb5d16; font-size:20px; font-weight:300; padding:0; margin:0 0 10px; }
#stores_list ul li p{ font-size:16px; font-weight:300; padding:0; margin:0; position:relative; top:-106px; }
#stores_list img{ height:auto; width:68%; }
@media screen and (max-width:699px) {
    #stores_list .wrapper { padding:30px 10px !important; }
    #stores_list h5{ font-size:26px; }
}
@media screen and (max-width:560px) {
    #stores_list ul li{ width:33.33%; }
}
@media screen and (max-width:400px) {
    #stores_list ul li{ width:50%; }
    #stores_list h5{ font-size:22px; }
}
/* STORES PAGE STORE LIST SECTION END */

/* FEATURES INSTAGRAM START */
#features_list > .wrapper{ background:#EFEFEF; padding:30px; max-width:1020px; min-width:320px; }
#features_list h5{ font-size:30px; font-weight:300; padding:0; margin:0; }
#features_list #store_tag { margin:10px 0 -10px 0; }
#features_list ul{ font-family:'Roboto', Arial, Helvetica, sans-serif; font-size:16px; font-weight:300; float:right; padding:0; margin:10px 0; position:relative; width:100%; }
#features_list ul li{ float:left; list-style:none; width:25%; padding-top:1%; border:1px solid #EFEFEF; margin-bottom:1px; }
#features_list ul li:hover { border:1px solid #eb5d16; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; background:#EfEfEf; color:#eb5d16; cursor:pointer }
#features_list h4{ color:#eb5d16; font-size:20px; font-weight:300; padding:0; margin:0 0 10px; }
#features_list ul li p{ font-size:15px; margin:0; margin-bottom:10px; }
#features_list ul li img{ height:auto; width:93%; border-radius:10px; border:1px solid #D5D5D5; padding:5px}
#features_list #load-done{ margin-top:10px; display:none; }
@media screen and (max-width:699px) {
    #features_list .wrapper { padding:30px 10px !important; }
    #features_list h5{ font-size:26px; }
}
@media screen and (max-width:620px) {
    #features_list ul li{ width:33.33%; }
}
@media screen and (max-width:480px) {
    #features_list ul li{ width:50%; }
    #features_list h5{ font-size:22px; }
}
@media screen and (max-width:350px) {
    #features_list ul li{ width:100%; }
}
/* FEATURES INSTAGRAM END */

/* WEBSITE PORTFOLIO START */
#portfolio_list > .wrapper{ background:#fff; padding:30px; max-width:1020px; min-width:320px; }
#portfolio_list h5{ font-size:30px; font-weight:300; padding:0; margin:0; }
#portfolio_list #store_tag { margin:10px 0 -10px 0; }
#portfolio_list ul{ font-family:'Roboto', Arial, Helvetica, sans-serif; font-size:16px; font-weight:300; float:right; padding:0; margin:10px 0; position:relative; width:100%; }
#portfolio_list ul li{ float:left; list-style:none; width:25%; padding-top:1%; border:1px solid #FFF; margin-bottom:1px; }
#portfolio_list ul li:hover { border:1px solid #eb5d16; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; background:#EfEfEf; color:#eb5d16; cursor:pointer }
#portfolio_list h4{ color:#eb5d16; font-size:20px; font-weight:300; padding:0; margin:0 0 10px; }
#portfolio_list ul li p { font-size:15px; margin:0; margin-bottom:10px; color:#000 }
#portfolio_list ul li:hover a p { color:#eb5d16; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; }
#portfolio_list img{ height:auto; width:93%; border-radius:10px; border:1px solid #FFF; }
@media screen and (max-width:699px) {
    #portfolio_list .wrapper { padding:30px 10px !important; }
    #portfolio_list h5{ font-size:26px; }
}
@media screen and (max-width:620px) {
    #portfolio_list ul li{ width:33.33%; }
}
@media screen and (max-width:480px) {
    #portfolio_list ul li{ width:50%; }
    #portfolio_list h5{ font-size:22px; }
}
@media screen and (max-width:350px) {
    #portfolio_list ul li{ width:100%; }
}
/* WEBSITE PORTFOLIO END */

/* WEBSITE PORTFOLIO START */
#template-gallery > .wrapper{ background:#fff; padding:30px; max-width:1020px; min-width:320px; }
#template-gallery h5{ font-size:30px; font-weight:300; padding:0; margin:0; }
#template-gallery #store_tag { margin:10px 0 -10px 0; }
#template-gallery ul{ font-family:'Roboto', Arial, Helvetica, sans-serif; font-size:16px; font-weight:300; float:right; padding:0; margin:10px 0; position:relative; width:100%; }
#template-gallery ul li{ float:left; list-style:none; width:33.33%; padding-top:1%; border:1px solid #FFF; margin-bottom:1px; }
#template-gallery ul li:hover { border:1px solid #eb5d16; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; background:#EfEfEf; color:#eb5d16; cursor:pointer }
#template-gallery h4{ color:#eb5d16; font-size:20px; font-weight:300; padding:0; margin:0 0 10px; }
#template-gallery ul li p{ font-size:15px; margin:0; margin-bottom:10px; }
#template-gallery img{ height:auto; width:93%; border-radius:10px; border:1px solid #FFF; }
@media screen and (max-width:699px) {
    #template-gallery ul li{ width:50%; }
}
@media screen and (max-width:400px) {
    #template-gallery ul li{ width:100%; }
}

/* WEBSITE PORTFOLIO END */

/* SERVICES TILES HOME PAGE SECTION START */
.service-btn img{ max-height:30px; width:auto; height:auto; margin-top:35px; }
.services{ background-image:none; background-color:#000; float:left; width:100%; height:249px; }
.services > a { float:left; height:124px; background-position:center center; background-repeat:no-repeat; font-weight:200; font-size:17px; color:#fff; background-position:center center; background-repeat:no-repeat; width:33.33%; background-size:cover; letter-spacing:1px; text-shadow:1px 1px rgba(0, 0, 0, 0.8); }
.services > a:hover { text-shadow:none; color:#fff; }
#service-1, #service-2, #service-3, #service-4, #service-5, #service-6, #service-7, #service-8{ }
#service-1{ background-image:url('../lw14_img/service-1.png'); }
#service-1:hover{ background-image:url('../lw14_img/service-1-h.png'); }
#service-2{ background-image:url('../lw14_img/service-2.png'); }
#service-2:hover{ background-image:url('../lw14_img/service-2-h.png'); }
#service-3{ background-image:url('../lw14_img/service-3.png'); }
#service-3:hover{ background-image:url('../lw14_img/service-3-h.png'); }
#service-4{ background-image:url('../lw14_img/service-4.png'); }
#service-4:hover{ background-image:url('../lw14_img/service-4-h.png'); }
#service-5{ background-image:url('../lw14_img/service-5.png'); }
#service-5:hover{ background-image:url('../lw14_img/service-5-h.png'); }
#service-6{ background-image:url('../lw14_img/service-6.png'); }
#service-6:hover{ background-image:url('../lw14_img/service-6-h.png'); }
#service-7{ background-image:url('../lw14_img/service-7.png'); }
#service-7:hover{ background-image:url('../lw14_img/service-7-h.png'); }
#service-8{ background-image:url('../lw14_img/service-8.png'); }
#service-8:hover{ background-image:url('../lw14_img/service-8-h.png'); }
@media screen and (max-width:699px) {
    #service-1, #service-2, #service-3, #service-4, #service-5, #service-6, #service-7, #service-8 { width:50%; }
    .services { height:372px}
}
@media screen and (max-width:450px) {
    .services > a { font-weight:300; font-size:15px; text-shadow:0px 0px; }
}
/* SERVICES TILES HOME PAGE SECTION END */

/* PARTNERS SECTION START */
#partners > .wrapper{ background-image:url('../lw14_img/partners-bg.jpg'); background-size:1020px auto; padding:2% 1%; max-width:1020px; line-height:1; }
#partners h2 { display:none }
#partners img { width:8%; margin:0 1.5%; height:auto }
@media screen and (max-width:850px) { #partners img { width:9%; }  #partners img:nth-child(9) { display:none } }
@media screen and (max-width:760px) { #partners img { width:10%; } #partners img:nth-child(8) { display:none } }
@media screen and (max-width:670px) { #partners img { width:12%; } #partners img:nth-child(7) { display:none } }
@media screen and (max-width:580px) { #partners img { width:13%; } #partners img:nth-child(8) { display:none } }
@media screen and (max-width:490px) { #partners img { width:16%; } #partners img:nth-child(6) { display:none } }
@media screen and (max-width:400px) { #partners img { width:21%; } #partners img:nth-child(5) { display:none } }
/* PARTNERS SECTION END */

/* PROMO - SEND YOURSELF A PROMO START */
#promo_email { width:50%; }
#promo_email input { width:76%; height:32px; }
#promo_email a.slider_button { font-size:0.8em; margin-top:0px !important; width:20%; margin-left:2% }
#promo_email .ajax-spinner { margin:4px 18px }
@media screen and (max-width:750px) {
    #promo_email { width:60%; margin:0 20%; }
}
@media screen and (max-width:600px) {
    #promo_email { width:80%; margin:0 10%; }
}
@media screen and (max-width:450px) {
    #promo_email { width:96%; margin:0 2%; text-align:center }
    #promo_email input { width:100%; }
    #promo_email a.slider_button { margin-top:0 !important; width:40%; }
}
/* PROMO - SEND YOURSELF A PROMO END */

/* BIG FEATURE ROWS START */
.feature-large h5{ font-size:28px; font-weight:300; padding:0; margin:10px 0 0 0; text-align:center }
.feature-large > .wrapper{ background:#FFF; padding-top:25px; padding-bottom:25px; min-height:260px;position:relative; }
.feature-large-block h5{ font-size:28px; font-weight:300; padding:0; margin:10px 0 0 0; text-align:center }
.feature-large-block .text{ margin-top:10px }
.feature-large-block{ padding:1% 3%; color:#000; text-align:left }
.feature-large-block-img-right{ float:right; width:50%; padding:0 5% 1% 5%; color:#000; text-align:left }
.feature-large-block-img-left{ float:left; width:50%; padding:0 5% 1% 5%; color:#000; text-align:left }
.feature-large-block a{ font-weight:300; font-size:15px; }
.feature-large-block img{ width:100%; }
.feature-large-block img.curved { border-radius:8px; }
.feature-large-block > h2{ font-size:24px; font-weight:300; margin:10px 0px 0px 0px; line-height:1.35; }
.feature-large-block > p{ font-size:15px; }
.feature-large-block > .pricing-text h2{ font-size:24px; font-weight:300; margin:10px 0px 0px 0px; line-height:1.35; }
.feature-large-block > .pricing-text p{ font-size:15px; }
.feature-large-block > .pricing-text a { position:relative;top:10px; }
.feature-white > .wrapper{ background:#FFF; }
.feature-grey > .wrapper{ background:#EFEFEF; }
.feature-dark > .wrapper{ background:#202020; }
.feature-dark > .wrapper .feature-large-block{ color:#FFF; }
.feature-large > .wrapper .example { width:47%; border-radius:5px; border:1px solid #DDD; background:#FFF; padding:10px; line-height:1.7; float:left }
.feature-large > .wrapper .example-left { margin:0 1% 20px 2%; }
.feature-large > .wrapper .example-right { margin:0 2% 20px 1%; }
.feature-large > .wrapper .terms { margin-bottom:20px; font-size:12px; font-weight:400; width:90%; margin:0 5% }
.feature-dark > .wrapper .terms { color:#FFF; width:90%; margin:0 5% }
.feature-large iframe { margin-top:15px; }
.feature-large-block .store_logos { text-align:center; clear:both }
.feature-large-block .store_logos img { width:6%; margin:0 4px }
.feature-large > .wrapper .slider_button { margin-top:10px !important }
@media screen and (max-width:900px) {
    .feature-large-block-img-right { padding:2% 3%; }
    .feature-large-block-img-left { padding:2% 3%; }
    .feature-large-block .store_logos img { width:7%; margin:0 2px }
}
@media screen and (max-width:830px) {
    .feature-large-block-img-right { padding:2%; }
    .feature-large-block-img-left { padding:2%; }
    .feature-large-block .store_logos img { width:13%; margin:0 1% }
}
@media screen and (max-width:760px) {
    .feature-large-block-img-right { padding:3% 2%; }
    .feature-large-block-img-left { padding:3% 2%; }
}
@media screen and (max-width:699px) {
    .feature-large-block-img-right, .feature-large-block-img-left { width:60%; padding:0 0 1%; margin:5px 20% 15px; }
    .feature-large > .wrapper .example { width:70%; }
    .feature-large > .wrapper .example-left, .feature-large > .wrapper .example-right { margin:0 15% 20px 15%; }
}
@media screen and (max-width:560px) {
    .feature-large-block-img-right, .feature-large-block-img-left { width:80%; padding:0 0 1%; margin:5px 10% 15px; }
    .feature-large-block .store_logos img { width:18%; margin:0 1% }
}
@media screen and (max-width:480px) {
    .feature-large-block-img-right, .feature-large-block-img-left { width:96%; margin:5px 2% 15px; }
    .feature-large > .wrapper .example { width:90%; }
    .feature-large > .wrapper .example-left, .feature-large > .wrapper .example-right { margin:0 5% 20px 5%; }
}
@media screen and (max-width:340px) {
    .feature-large-block > h2{ font-size:22px; }
}
/* BIG FEATURE ROWS END */

/* DISTRIBUTION DEAL FORM START */
#deal-form p { font-size:14px !important; margin:15px 0; }
#deal-form input { border-radius:5px; width:99%; font-size:13px; padding:4px; height:26px; }
#deal-form label { margin-bottom:4px; font-size:14px; }
#deal-form #currency { float:left; height:26px; padding:0; width:18%; font-size:13px; }
#deal-form #revenue { float:left; margin:0 1% 10px 2%; width:77%; }
#deal-form .slider_button { font-size:0.7em; margin-top:5px; }
#form_message p.error { color:#d60000; }
#deal-header { }
#deal-header img { float:left; height:auto; width:27% !important; border:1px solid #D5D5D5; margin-right:0; }
#deal-info { float:left; width:71%; margin-left:2%; text-align:left; }
#deal-info label { width:44% }
#deal-info span { width:56%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display:block; }
#deal-guarantee { margin-top:10px; text-align:center; }
#deal-guarantee span { color:#EB5D16; }
#deal-section { background-color:#E9E9E9; padding:10px; border:1px solid #D5D5D5; margin-top:15px; font-size:13px; }
#deal-offer { float:right; border:1px solid #E0E0E0; background-color:#EFEFEF; width:26%; margin-left:2%; padding:10px 5px; text-align:center; line-height:1.2 }
#deal-offer div { color:#EB5D16; }
#deal-offer span { font-size:57px; }
.deal-bespoke { line-height:1.9 !important }
.deal-bespoke span { font-size:31px !important; }
#deal-sign-up { margin-top:20px; text-align:center }
#deal-callback p { text-align:center; }
#deal-callback p span { color:#EB5D16; }
#deal-callback-buttons { text-align:center }
.callback-button { margin-top:10px; width:100px; }
#callback-form { display:none; margin-top:10px; }
#callback-form .description { margin:15px 0 10px; border-top:1px solid #D5D5D5; padding-top:10px; }
#callback-form .smallprint { font-size:11px; font-weight:400; text-align:center; }
.deal-button-bar { background-color:#161616; width:108%; position:relative; left:-4%; top:20px; text-align:center }
.deal-button-bar a { width:100px; margin-top:10px; font-size:0.9em; }
#deal-message { display:none; }
#callback-email-spinner { float:none !important; margin-right:0 !important; margin-top:15px; }
@media screen and (max-width:500px) {
    #deal-offer span { font-size:32px; }
    #deal-header img { width:50% !important; margin-bottom:15px; margin-left:25%; }
    #deal-info { width:100%; }
}
@media screen and (max-width:340px) {
    #deal-offer span { font-size:28px; }
}
/* DISTRIBUTION DEAL FORM END */

/* MASTERING EQUIPMENT LIST START */
.equipment-list h2 { text-align:center }
.equipment-list p { text-align:center }
.equipment-list ul { list-style-type:none; padding-left:0; }
.equipment-list ul li p { font-weight:400;  padding:0; margin:0; margin-bottom:5px; text-align:left }
.equipment-list .masonry-grid { margin-left:20px }
.equipment-list .masonry-grid-sizer, .equipment-list .masonry-grid-item { width:33%; }
@media screen and (max-width:960px) { .equipment-list .masonry-grid-sizer, .equipment-list .masonry-grid-item { width:50%; } }
@media screen and (max-width:600px) { .equipment-list .masonry-grid-sizer, .equipment-list .masonry-grid-item { width:100%; } }
/* MASTERING EQUIPMENT LIST END */

/* TESTIMONIAL BANNER SECTION START */
.banner-test-left h4, .banner-test-right h4{ font-family:Georgia; font-size:17px; font-weight:100; font-style:italic; text-shadow:1px 1px rgba(0, 0, 0, 0.8); }
.testimonials-banner > .wrapper{ max-width:1020px; background-size:100% auto; background-position:left center; margin:0 auto; padding:0; border-top:2px solid #757576; border-bottom:2px solid #757576; }
.testimonials-banner > .bigger{ height:300px; background-size:1020px 300px; }
.testimonials-banner > .biggest{ height:330px; background-size:1020px 330px; }
.testimonials-banner h2 { display:none }
.testimonials-banner h3 { font-size:22px; font-weight:300; margin:10px 0px 0px 0px; line-height:1.35; }
.banner-test-left{ float:left; width:510px; padding:20px 4%; height:191px; color:#FFF; }
.banner-test-right{ float:right; width:510px; padding:20px 4%; height:191px; color:#FFF; }
.banner-test-left img, .banner-test-right img{ display:block; width:100px; height:auto; margin:20px auto; }
.banner-test-left img.double { width:200px; }
img.promobox-logo { width:75%; margin:5% 12.5%; max-width:300px; }
.banner-test-left p, .banner-test-right p{ font-family:'Roboto Condensed', Arial, Helvetica, sans-serif; font-weight:500; color:#eb5d16; }
.banner-test-left p span, .banner-test-right p span{ color:#fff; }
.less-padding { color:#fff; height:auto; padding:10px; font-weight:300; }
.less-padding p { color:#fff; font-family:'Roboto', Arial, Helvetica, sans-serif; font-weight:300; margin:10px 0 15px; }
.testimonials-banner > .promobox-banner { background-size:1020px auto !important; border-top:0; }
.testimonials-banner > .promobox-banner .banner-test-left { width:50% }
.testimonials-banner > .promobox-banner .banner-test-right { width:50% }
.testimonials-banner > .promobox-banner .less-padding { padding:1% }
@media screen and (max-width:800px) {
    .testimonials-banner > .promobox-banner .banner-test-left { width:40% }
    .testimonials-banner > .promobox-banner .banner-test-right { width:60%; margin-bottom:10px; }
    img.promobox-logo { width:90%; margin:5%; max-width:300px; }
}
@media screen and (max-width:699px) {
    .testimonials-banner > .promobox-banner { background-size:1650px auto !important; }
    .banner-test-left, .banner-test-right{ width:100%; padding:2%; }
    .testimonials-banner > .promobox-banner .banner-test-left { width:100% }
    .testimonials-banner > .promobox-banner .banner-test-right { width:100%; padding:0 2% 15px 2%; margin-bottom:0; }
    img.promobox-logo { width:90%; margin: 2% 30% 0; max-width:40%; }
}
@media screen and (max-width:370px) {
    .banner-test-left h4, .banner-test-right h4{ margin:10px 5px }
    img.promobox-logo { width:90%; margin: 2% 20% 0; max-width:60%; }
}
/* TESTIMONIAL BANNER SECTION END */

/* TESTIMONIAL SLIDER SECTION START */
#testimonials > .wrapper{ background-image:url('../lw14_img/testimonials-bg.jpg'); background-size:auto 100%; background-position:top center; }
#testimonials h2 { display:none; }
#testimonial h4{ color:#fff; font-family:Georgia; font-size:19px; font-style:italic; font-weight:400; margin:40px 5% 20px; text-transform:none; max-width:90%; text-align:center; text-shadow:1px 1px rgba(0, 0, 0, 0.8); }
#testimonial p{ color:#fff; font-size:17px; font-style:normal; font-weight:600; margin:30px 15% 20px; text-transform:none; max-width:70%; text-align:center; text-shadow:1px 1px rgba(0, 0, 0, 0.8); }
#testimonial img{ bottom:auto; display:block; float:none; height:auto; left:auto; margin:0 auto; max-width:150px; position:relative; text-align:center; width:150px; }
.rsContent span{ color:#eb5d16; }
@media screen and (max-width:699px) {
    #testimonial h4 { font-size:18px !important; margin-top:30px !important; }
    #testimonial p { margin-top:15px !important; }
}
@media screen and (max-width:560px) {
    #testimonial h4 { font-size:17px !important }
}
@media screen and (max-width:400px) {
    #testimonial h4 { font-size:16px !important }
}

/* TESTIMONIAL SLIDER SECTION END */

/* NEWS DETAILS SECTION START */
#news_banner h2 { display:none}
#news_banner > .wrapper { height:320px; overflow:hidden; text-align:left; background:#000; padding:0; max-width:1020px; }
#news_banner .titles a { background-color:#161616; -webkit-box-shadow:0px 0px 0px 10px rgba(22,22,22,1); -moz-box-shadow:0px 0px 0px 10px rgba(22,22,22,1); box-shadow:0px 0px 0px 10px rgba(22,22,22,1); color:#FFF; box-decoration-break:clone; }
#news_banner .news_name { padding:30px 0 0 46px; font-size:30px; z-index:1; position:relative; top:-42px;  margin-right:330px }
#news_banner .news_type { padding:46px 0 0 46px; font-size:22px; z-index:1; position:relative; top:-48px; margin-right:330px }
#news_banner img.cover { float:right; width:300px; height:auto; margin:10px; z-index:1; position:relative; }
#news_banner img.bgblur { opacity:0.9; width:150%; margin-top:-90%; margin-left:-25%; filter:blur(15px); -webkit-filter:blur(15px); z-index:0; position:relative; }
#news_banner .share_icons { position:relative; z-index:1; width:200px; height:44px; top:254px; left:35px; }
#news_banner .share_icons a { background:#161616; border-radius:27px; }
#news_banner .share_icons a:hover { background:#eb5d16; }

#news_content > .wrapper{ background:#fff; padding:30px; max-width:1020px; height:auto; }
#news_content h5{ font-size:28px; font-weight:300; padding:0; margin:0; }
#news_content > .wrapper .news_info { margin-top:10px }
#news_content > .wrapper .news_info div { margin:0 5px; display: inline-block; }
#news_content > .wrapper .news_info span { font-weight:400; }
#news_content > .wrapper .news_text { width:94%; margin:25px 3%; text-align:left; }
#news_content > .wrapper .news_text img { margin-left:auto; margin-right:auto; display:block; }
.news_text img { max-width:100% }
#news_info h2 { display:none }
#news_info > .wrapper { background-color:#EFEFEF; height:auto; padding:2px; }
#news_info > .wrapper p { width:96%; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; margin:10px 2% }
@media screen and (max-width:699px) {
    #news_banner > .wrapper { height:350px }
    #news_banner img.cover { width: 210px; float:none; left:50%; margin-left:-100px; padding-top:5px }
    #news_banner .news_name { display:none }
    #news_banner .share_icons { float:left; width:100%; text-align:center; top:0; left:0 }
    #news_banner .news_type { float:left; width:100%; text-align:center; padding:0; top:0; margin-top:10px; }
    #news_content > .wrapper{ padding:30px 10px; }
    #news_content h5 { font-size:26px; }
}
@media screen and (max-width:500px) {

    #news_content > .wrapper .news_info_posted { width:100% }
    #news_content > .wrapper .news_info_date { width:100%; margin-top:5px !important }
    #news_content > .wrapper .news_info_divider { display:none !important }
}
@media screen and (max-width:400px) {
    #news_content h5 { font-size:22px; }
}
@media screen and (max-width:320px) {
    #news_banner > .wrapper { height:300px }
    #news_banner img.cover { width: 160px; float:none; left:50%; margin-left:-80px; padding-top:5px }
}
/* NEWS DETAILS SECTION END */

/* NEWS LIST SECTION START */
#news_articles > .wrapper{ background:#FFF; padding:30px; max-width:1020px; }
#news_articles > .full_list{ padding:0px 21px 18px 21px; margin-top:-40px; }
#news_articles h3{ font-size:30px; font-weight:300; padding:0; margin:0; }
#news_articles p{ margin:10px 0 0px 0; }
a.article{ float:left; height:100%; width:31.33%; box-sizing:border-box; margin:1%; padding:8px; text-decoration:none; position:relative; border:1px solid #FFF }
a.article:hover{ background:#EFEFEF; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; border:1px solid #eb5d16 }
.article img{ width:100%; height:auto; border:1px solid #CCC; }
.article h4{ color:#000; font-size:13px; font-weight:400; margin:10px 0 5px 0; text-align:left; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;  }
.article h4 span { color:#eb5d16; margin:10px 0 5px 0; text-transform:uppercase; font-weight:300 }
.article h5{ color:black; font-size:18px; font-weight:400; height:54px; text-align:left; width:100%; margin:10px 0; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
.article p{ color:#000; width:100%; text-align:left; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis; height:88px; }
img.noborder{ border:none !important; -webkit-border-radius:0px !important; -moz-border-radius:0px !important; border-radius:0px !important; }
.bottom-border { margin-top:10px; height:1px; background:#CCC; }
@media screen and (max-width:768px) {
    #news_articles > .wrapper{ padding:30px 10px; }
    #news_articles h3{ font-size:26px; }
    a.main_list { width:48%; margin-top:0; }
}
@media screen and (max-width:560px) { a.article { width:100%; margin-top:0; } }
@media screen and (max-width:400px) { #news_articles h3{ font-size:22px; } }
/* NEWS LIST SECTION END */

/* CONFERENCE LIST SECTION START */
#conferences > .wrapper{ background:#FFF; padding:30px; max-width:1020px; }
#conferences > .full_list{ padding:0px 21px 18px 21px; margin-top:-40px; }
#conferences h3{ font-size:30px; font-weight:300; padding:0; margin:0; }
#conferences p{ margin:10px 0 0px 0; }
a.conference{ float:left; height:100%; width:31.33%; box-sizing:border-box; margin:1%; padding:8px; text-decoration:none; position:relative; border:1px solid #FFF }
a.conference:hover{ background:#EFEFEF; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; border:1px solid #eb5d16 }
.conference img{ width:100%; height:auto; border:1px solid #CCC; }
.conference h4{ color:#000; font-size:13px; font-weight:400; margin:10px 0 5px 0; text-align:left; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;  }
.conference h4 span { color:#eb5d16; margin:10px 0 5px 0; text-transform:uppercase; font-weight:300 }
.conference h5{ color:black; font-size:18px; font-weight:400; text-align:left; width:100%; margin:10px 0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.conference p{ color:#000; width:100%; text-align:left; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis; height:88px; }
@media screen and (max-width:768px) {
    #conferences > .wrapper{ padding:30px 10px; }
    #conferences h3{ font-size:26px; }
    a.conference { width:48%; margin-top:0; }
}
@media screen and (max-width:560px) { a.conference { width:100%; margin-top:0; } }
@media screen and (max-width:400px) { #conferences h3{ font-size:22px; } }
/* CONFERENCE LIST SECTION END */

/* FEATURES SECTION START */
#featured > .wrapper{ background:#EFEFEF; padding:13px 21px; max-width:1020px; }
a.col-3{ float:left; height:100%; width:33.33%; box-sizing:border-box; margin:8px 0; padding:8px; text-decoration:none; position:relative; border:1px solid #EFEFEF }
a.col-3:hover{ background:#fff; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; border:1px solid #eb5d16 }
.col-3 img{ width:100%; height:auto; border:1px solid #CCC; }
.col-3 h4{ color:#000; font-size:16px; font-weight:400; margin:10px 0 5px 0 }
.col-3 h5{ color:#eb5d16; font-size:18px; font-weight:100; margin:20px 0 10px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.col-3 p{ color:#000; width:100%; text-align:left; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis; height:88px; }
img.noborder{ border:none !important; -webkit-border-radius:0px !important; -moz-border-radius:0px !important; border-radius:0px !important; }
.bottom-border { height:1px; background:#CCC; }
.video_overlay { position:absolute; top:0;  margin:8px 8px 0 0; opacity:0.8;  }
.video_overlay:hover { opacity:1; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; }
@media screen and (max-width:560px) {
    #featured > .wrapper{ padding:10px; }
    a.col-3 { width:100%; margin-top:0; }
}
/* FEATURES SECTION END */

/* FEATURE RELEASE LIST SECTION START */
#featured_release_list > .wrapper{ background:#fff; padding:30px; max-width:1020px; min-width:320px; }
#featured_release_list h2 { display:none }
#featured_release_list > .full_list{ padding-top:0; margin-top:-40px; }
#featured_release_list > .wrapper .clear { margin-bottom:10px; }
#featured_release_list h5{ font-size:30px; font-weight:300; padding:0; margin:0; }
#featured_release_list p{ margin:10px 0 -10px 0; }
#featured_release_list ul{ font-family:'Roboto', Arial, Helvetica, sans-serif; font-size:13px; font-weight:300; float:right; padding:0; position:relative; width:100%; margin:20px 0 0 }
#featured_release_list ul li{ float:left; list-style:none; width:16.66%; border:1px solid #FFF }
#featured_release_list h4{ color:#eb5d16; font-size:20px; font-weight:300; padding:0; margin:0 0 10px; }
#featured_release_list ul li p{ font-size:16px; font-weight:300; padding:0; margin:0; position:relative; top:-106px; }
#featured_release_list img{ height:auto; width:90%; margin:5%; }
#featured_release_list img.label_logo { border:1px solid #DFDFDF }
#featured_release_list ul li:hover { background:#EFEFEF; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; border:1px solid #eb5d16 }
.feature_release_artist { color:#EB5D16; min-height:25px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding:0 3px; }
.feature_release_name { min-height:25px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#000; padding:0 3px; }
.feature_release_label { font-weight:500; min-height:25px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#000; padding:0 3px; }
@media screen and (max-width:1000px) { #featured_release_list ul li{ width:20%; } }
@media screen and (max-width:850px) { #featured_release_list ul li{ width:25%; } }
@media screen and (max-width:699px) {
    #featured_release_list > .wrapper { padding:30px 10px }
    #featured_release_list > .full_list { padding:0 10px 30px 10px }
    #featured_release_list h5{ font-size:26px; }
    #featured_release_list ul li{ width:33%; }
}
@media screen and (max-width:560px) { #featured_release_list ul li{ width:50%; } }
@media screen and (max-width:400px) { #featured_release_list h5{ font-size:22px; } }
@media screen and (max-width:350px) { #featured_release_list ul li{ width:100%; } }
/* FEATURE RELEASE LIST SECTION END */

/* PRICING SECTION START */
#pricing-grey > .wrapper{ background:#161617; padding:20px; max-width:1020px; color:#FFF; position:relative; }
#pricing-white > .wrapper{ background:#fff; padding:20px; max-width:1020px; }
#pricing-grey > .wrapper > .feature-large-block{ color:#fff; }
#pricing-grey > .wrapper > .feature-large-block > .feature-large-block-img-right{ padding:1% 0 1% 9%; }
#pricing-grey > .button-footer { padding-bottom:30px; }
#pricing-grey > .button-footer > .feature-large-block { padding-bottom:0; }
#pricing-grey a:hover{ color:#999; }
#pricing-grey p{ text-align:left; font-size:15px; color:#fff; }
#pricing-grey h3{ color:#fff; }
#pricing-white p{ color:#414141; }
#pricing-white h3{ color:#414141; font-family:'Roboto', Arial, Helvetica, sans-serif; font-size:15px; font-weight:300; }
.pricing-bullets { font-family:'Roboto', Arial, Helvetica, sans-serif; font-size:15px; font-weight:300; text-align:left; float:left; width:50%; line-height:2; }
.pricing-bullets-large { width:100%; font-size:14px; }
.pricing-bullets-narrow { height:170px }
.pricing-bullets ul{ padding-left:17px; margin:0 0 7px; }
.pricing-bullets ul li{ list-style:circle; color:#e65f00; }
.pricing-bullets ul li div{ color:#fff; margin-bottom:0 }
.pricing-bullets ul li span{ color:#fff; margin-bottom:0 }
.pricing-bullets ul li .small{ font-size:12px; color:#EFEFEF; margin:0; margin-left:10px }
.pricing-bullets ul li .smallpadding{ font-size:12px; color:#EFEFEF; margin-bottom:10px; margin-top:10px; }
.pricing-bullets div{ font-size:17px; color:#eb5d16; }
.pricing-form { background-color:#000; border:1px solid #999; border-radius:10px; float:right; margin:0 -20px 0 1%; padding:15px; text-align:left; width:33%;}
.pricing-form-less-padding { padding:10px 15px 5px; }
.pricing-form div{ color:#E65F00; margin-bottom:10px; font-size:16px; }
.pricing-form label{ width:100%; float:left; font-size:14px; }
.pricing-form input[type="text"]{ width:100%; float:left; font-size:14px; padding:5px; }
.pricing-form > .slider_button{ float:right; margin-top:5px; font-size:11px !important }
.feature-large-block .sign-up { text-align:center; margin-bottom:20px }
.feature-large-block .sign-up .slider_button{ font-size:11px !important }
.pricing-text { float:left; width:68%; }
.pricing-form-narrow { margin:0 0.5% 20px 0.5%;width:19%;float:left;padding:0 0 15px 0 }
.pricing-form-narrow div { font-size:12px }
.pricing-form-narrow .title { font-size:16px;text-align:center;margin-top:10px }
.pricing-form-narrow .price { font-size:25px;text-align:center;background:#101010;padding:10px;color:#fff;line-height:1; }
.pricing-form-narrow .price span { margin-left:8px;font-weight:normal;font-size:13px !important; }
.pricing-form-narrow div ul { margin:5px 10px }
.pricing-form-narrow-button { width:50%;margin:0 25%; }
.pricing-form-narrow-wrapper { padding:20px 10px !important; }
.pricing-form-large { margin:10px 2% 25px 2%; width:46%; float:left; }
.pricing-form-large-single { margin-left:27% }
.pricing-form-large div { font-size:14px; }
.pricing-form-larger { margin:10px 0 25px 0; width:70% !important; float:left; }
.pricing-form-larger-single { margin-left:15% !important }
.pricing-form-larger div { font-size:14px; }
.pricing-form-small { margin:10px 2% 25px 2%; width:21%; float:left; padding-bottom:5px; }
.pricing-form-small div:nth-child(1) { text-align:center }
.pricing-form-small ul { margin:0 }
.pricing-footer { text-align:center }
.pricing-footer div { margin-bottom:15px }
.pricing-small-orange {font-size:12px;margin:20px 0 -10px;color:#ec5f16;text-align:center}
.pricing-form p span { font-size:10px }
@media screen and (max-width:920px) {
    .pricing-text { float:none; width:100%; margin-bottom:30px;}
    .pricing-form { float:right; width:50%; margin:-300px 0 0 0;}
    .pricing-bullets { float:none; width:100% }
    #pricing-grey > .wrapper, #pricing-white > .wrapper{ padding:20px 10px }
    .pricing-form-small { width:21%; margin:10px 2% 25px 2%; }
    .pricing-form-large { margin:10px 2% 25px 2%; width:46%; float:left; }
    .pricing-form-large-single { margin-left:20%; width:60%; float:none; }
    .pricing-form-larger { margin:10px 2% 25px 2% !important; width:96% !important; float:left; }
    .pricing-form-narrow { margin:0 1% 20px 1%;width:31% !important;float:left;padding:0 0 15px 0 }
    .pricing-bullets-narrow { height:130px }
}
@media screen and (max-width:880px) {
    .pricing-form { margin-top:-330px;}
    .promo-pricing-form { margin-top:-310px }
    .pricing-form-small { width:23%; margin:10px 1% 25px 1%; }
    .pricing-form-large { margin:10px 1% 25px 1%; width:48%; }
    .pricing-form-large-single { margin-left:20%; width:60%; float:none; }
    .pricing-form-narrow { margin:0 1% 20px 1%;width:31% !important;float:left;padding:0 0 15px 0 }
}
@media screen and (max-width:800px) {
    .pricing-form-small { width:48%; margin:1%; }
    .pricing-footer { margin-top:10px }
    .pricing-form-large { margin:10px 20%; width:60%; }
    .pricing-form-large-single { margin-left:20%; width:60%; float:none; }
    .pricing-form-narrow { margin:0 1% 20px 1%;width:31% !important;float:left;padding:0 0 15px 0 }

}
@media screen and (max-width:730px) {
    .pricing-text { float:none; width:100%; margin-bottom:30px;}
    .pricing-form, .promo-pricing-form { float:none; width:100%; margin:0;}
    .pricing-bullets { float:left; width:50% }
    #pricing-grey > .wrapper, #pricing-white > .wrapper{ padding:20px 10px }
    .pricing-form-small { width:48%; margin:1%; float:left }
    .pricing-form-large { margin:10px 15%; width:70%; float:left }
    .pricing-form-large .pricing-bullets { width:100% !important }
    .pricing-form-large-single { margin-left:13%; width:74%; float:none; }
    .pricing-form-narrow { margin:0 1% 20px 1%;width:48% !important;float:left;padding:0 0 15px 0 }
    .pricing-bullets-narrow { height:110px; width:100% !important; }
}
@media screen and (max-width:660px) {
    .pricing-bullets { float:none; width:100% }
    .pricing-form-large { margin:10px 5%; width:90%; float:left }
    .pricing-form-large-single { margin-left:10%; width:80%; float:none; }
    .pricing-form-narrow { margin:0 3% 20px 3%;width:94% !important;float:left;padding:0 0 15px 0 }
    .pricing-bullets-narrow { height:auto; width:100% !important; }
}
@media screen and (max-width:420px) {
    .pricing-form-small { width:90%; margin:2% 5%; float:left }
}

@media screen and (max-width:400px) {
    .feature-large-block > .pricing-text h2 { font-size:22px; }
    .pricing-form-large { margin:10px 2%; width:96%; float:left }
    .pricing-form-large-single { margin-left:2%; width:96%; float:none; }
}


.ui-autocomplete {
    position:absolute;
    top:0;
    left:0;
    cursor:default;
}
.ui-menu {
    list-style:none;
    padding:0;
    margin:0;
    display:block;
    outline:none;
    background:#FFF;
}
.ui-menu .ui-menu {
    position:absolute;
}
.ui-menu .ui-menu-item {
    position:relative;
    margin:0;
    padding:3px 1em 3px .4em;
    cursor:pointer;
    min-height:0;
    list-style:none;
    text-align:left;
    font-size:14px;
}
.ui-menu .ui-menu-divider {
    margin:5px 0;
    height:0;
    font-size:0;
    line-height:0;
    border-width:1px 0 0 0;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    color:#eb5d16;
}
/* PRICING SECTION END */

/* CALL TO ACTION SECTION START */
#call-to-action > .wrapper{ background:#161616; color:#fff; max-width:1020px; padding:20px; }
.cta_container1, .cta_container2 { float:left; width:49%; border:1px solid #E65F00; margin-right:1%; border-radius:3px; box-sizing:border-box; padding:15px; background-color:#101010 }
.cta_container2 { margin-left:1%; margin-right:0%; }
#call-to-action h2{ font-size:22px; font-weight:300; padding:0; margin:0; }
#call-to-action p{ margin:5px 0 10px }
@media screen and (max-width:930px) { #call-to-action p{ font-size:14px; } }
@media screen and (max-width:880px) { .cta_container1, .cta_container2 { height:175px } }
@media screen and (max-width:600px) {
    #call-to-action > .wrapper { padding:10px }
    .cta_container1, .cta_container2 { width:96%; float:none; margin:2%  }
    .cta_container2 { margin-top:4%  }
    #call-to-action p{ font-size:15px; }
}
/* CALL TO ACTION SECTION END */

/* SITEMAP START */
.sitemap_wrapper { margin-left:75px; }
.sitemap_links{ float:left; width:33%; text-align:left; }
.sitemap_links h3{ font-family:'Roboto', Arial, Helvetica, sans-serif; font-size:20px; font-weight:400; margin:0 0 10px 0; }
.sitemap_links ul{ font-family:'Roboto', Arial, Helvetica, sans-serif; font-size:16px; font-weight:300; padding:0; margin:10px 0; }
.sitemap_links ul li{ list-style:none; width:100% !important; margin:0px !important; }
.sitemap_links ul li.sub{ padding-left:23px; font-size:13px; }
.sitemap_links img { width:17px !important; margin-right:6px; position:relative; top:3px; }
.sitemap_services { width:100% }
.sitemap_services ul { float:left; height:170px; padding-bottom:10px !important; }
.sitemap_end{ float:left; width:25%; }
.sitemap_links .masonry-grid-sizer, .sitemap_links .masonry-grid-item { width:33%; }
.sitemap_pages ul { height:auto }
@media screen and (max-width:870px) {
    .sitemap_links .masonry-grid-sizer, .sitemap_links .masonry-grid-item { width:50%; }
    .sitemap_wrapper { margin-left: 5%; }
    .sitemap_services ul:nth-child(n+4):nth-child(n-5){ height:150px; }
    .sitemap_services ul:nth-child(n+6):nth-child(n-7){ height:130px; }
    .sitemap_pages:nth-child(n+1):nth-child(n-2){ height:190px; }
    .sitemap_pages:nth-child(n+3){ height:120px; }

}
@media screen and (max-width:520px) {
    .sitemap_services ul { height:auto !important; padding-bottom:20px; margin-bottom:15px !important; }
    .sitemap_links .masonry-grid-sizer, .sitemap_links .masonry-grid-item { width:100%; }
    .sitemap_pages { height:auto !important; }
}
/* SITEMAP END */

/* CONTACT PAGE START */
.contact_wrapper{ background:#fff; max-width:1020px; height:auto; margin:0 auto; position:relative }
#gmap{ height:370px; width:100%; float:left; background-image:url('../lw14_img/contact-map.jpg'); background-position:center; background-size: 1180px auto; }
#contact_box{ background-color:#fff; background-position:20px center; background-repeat:no-repeat; background-size:50px 50px; border:1px solid #d5d5d5; color:#000; float:left; height:443px; margin:0 2% 0 0; padding:20px; position:absolute; right:10px; text-align:center; top:30px; width:355px; z-index:999; }
.contact_box-page-title{ background-image:url("../lw14_img/empty.png"); background-position:center center; background-repeat:no-repeat; background-size:850px 3px; font-size:20px; font-weight:400; line-height:20px; text-align:center; width:100%; margin:0px 0 10px; }
.page-title-wide { background-image:url("../lw14_img/empty-wide.png") !important; }
.contact_section_heading{ margin:10px 0px 0px 0px; color:#E65F00; }
.contact_text{ margin:0; }
.contact_text .address_lines { display:none; }
.contact-sign-up{ width:100%; float:left; background-color:#E65F00; height:95px; text-align:left; color:#fff; background-image:url('../lw14_img/partners-bg.jpg'); background-size:100% auto; max-width:1020px; position:relative; top:-30px; border-top:#999 2px solid; }
.contact-sign-up p { margin:15px 17px 8px; width:50% }
.contact-sign-up div { margin-left:7px; }
.contact-sign-up div a { color:#fff; margin-left:10px }
.contact-sign-up div a:hover { color:#000 }
.contact-office-hours { margin-left:40px; padding:0; text-align:left; float:left; position:relative; top:-10px; }
.contact-office-hours span { font-weight:500; margin-right:15px; }
.contact-form-wrapper { padding:30px; }

.contact_link{ color:#fff !important; }
.contact-title-padding{ margin-top:20px !important; }
.contact_form_heading{ width:14%; float:left; font-size:16px; text-align:right; margin-right:1%; line-height:40px; height:44px; }
.contact_form_input{ width:30%; float:left; }
.contact_form_textarea{ width:80%; float:left; }
.checkbox_spacing{ float:left; text-align:left; margin-right:15px; line-height:40px; width:21% }
input[type="text"], input[type="email"], input[type="url"], input[type="password"]{ float:left; width:94%; border:1px solid #ddd; box-shadow:none; border-radius:0; padding:10px 1%; font-size:14px; line-height:1.2; margin:0 2% 10px 0; }
input[type="checkbox"]{ margin:1px; }
textarea{ float:left; font-family:'Roboto', Arial, Helvetica, sans-serif; width:94%; margin-right:2%; border:1px solid #ddd; box-shadow:none; border-radius:0; padding:10px 1%; font-size:14px; line-height:1.2; margin-bottom:10px; resize:none; height:120px; }
.contact_textarea{ font-family:'Roboto', Arial, Helvetica, sans-serif; height:200px; resize:none; }
button{ background:#eb5d16; color:#fff; font-size:14px; line-height:30px; padding:5px 10px; border:none; cursor:pointer; float:right; margin:5px 19px 10px 0; }
.form_required{ font-size:18px; color:#E65F00; font-weight:600; padding:0; float:left; width:2% }
.form_required.no_float { margin-top:-5px; }
.required-wrapper { text-align:center; margin:10px 0 20px; width:100% }
.required-wrapper span { font-size:18px; color:#E65F00; font-weight:600; }
.required_text{ float:left; margin-right:5px; font-size:12px; }
.contact_error_message{ width:80%; height:auto; margin:0 auto 20px auto; font-weight:600; font-size:18px; color:#E65F00; display:none; }
@media screen and (max-width:960px) {
    .contact_form_heading { width:20% }
    .contact_form_input { width:70% }
    .contact_form_textarea { width:70% }
    .checkbox_spacing { margin-right:0; width:31.33%; margin-left:2%; }
}
@media screen and (max-width:860px) {
    #contact_box { position:relative; border:0; height:auto; padding:20px 30px 15px; margin:0; top:0; width:100%; right:0 }
    .contact_box-page-title { width:auto; margin-bottom:30px; }
    .contact-office-hours { margin:0; text-align:center; width:100%; }
    .contact-sign-up p { width:100%; padding:10px; margin:0; }
    #gmap{ background-size:1020px auto; }
    .contact_text .address_lines { display:block; }
    .contact_text .address_string { display:none; }
    .contact_section_heading, .contact_text { text-align: left; }
    .contact_box_left, .contact_box_right { float:left; width:50%; }
}
@media screen and (max-width:750px) {
    .contact_form_heading { width:25% }
    .contact_form_input { width:72% }
    .contact_form_textarea { width:72% }
    .checkbox_spacing { width:48%; }
    #gmap{ height:300px !important; }
}
@media screen and (max-width:700px) { .contact_box-page-title { background-size:200% auto; } }
@media screen and (max-width:580px) {
    .contact_form_heading { width:30% }
    .contact_form_input { width:67% }
    .contact_form_textarea { width:67% }
}
@media screen and (max-width:560px) { .contact_box-page-title { background-size:320% auto;} }
@media screen and (max-width:500px) {
    .contact-sign-up { padding-bottom:20px; height:auto }
    .contact-sign-up p { width:auto; padding:0; margin:4%; }
    .contact-form-wrapper { padding:30px 15px; }
    .contact_form_heading { width:100%; text-align:left; margin-bottom:0; height:35px; font-size:15px; font-weight:400; }
    .contact_form_input { width:100% }
    .contact_form_textarea { width:100% }
    input[type="text"], input[type="email"], input[type="url"], input[type="password"] { width: 96%; margin-right:1%; }
}
@media screen and (max-width:420px) {
    #gmap{ height:220px !important; background-size:800px auto; }
    .contact-sign-up div { margin-left:0; }
    .contact_box_left, .contact_box_right { float:none; width:auto; }
    .contact-sign-up div a:nth-child(1) { width:44%; margin:0 1% 10px 4%; }
    .contact-sign-up div a:nth-child(2) { width:44%; margin:0 0 10px 2%; }
    .contact-sign-up div a:nth-child(3) { width:100%; display:block; margin:0; text-align:center; }
    .contact-office-hours span { margin-right:5px; width:100%; display:block; }
}
/* CONTACT PAGE END */

/* Threw in for base styles */
.testimonial-block{ width:23%; margin:5px 1%; float:left; }
.testimonial_name{ font-weight:600; }
.testimonial_label{ font-style:italic; }
.testimonial-description{ font-size:12px; font-weight:400; padding-bottom:50px; }
.terms-table th, .terms-table td{ background:transparent !important; border:none; text-align:left; vertical-align:top; }
.terms-right{ text-align:right !important; padding-right:5px; }
.terms-sub-term{ width:50px; float:left; line-height:20px; height:20px; }

/* For featured store pages */
button.instagramLoadMore{ float:none; }

/* FAQ SECTION START */
#faq > .wrapper{ background-color:#FFF; }
#faq > .wrapper .footer_tag { padding-bottom:20px; }
#faq h2 { display:none; }
#faq_question_button { width:40%; min-width:200px }
.ui-state-focus{ border:none !important; outline:none; }
.ui-tabs{ float:left; width:20%; text-align:center; border:1px solid #D5D5D5; border-bottom:0; padding:8px; background-color:#dfdfdf; border-bottom:1px solid #D5D5D5; }
.ui-tabs div{ color:#000 !important; text-align:center !important }
.ui-tabs:hover{ color:#EB5D16; }
.ui-tabs-selected { background:#EFEFEF; border-top:3px solid #EB5D16; color:#EB5D16; border-bottom:0; }
.ui-tabs:not(:last-child) { border-right:none; }
.tabs_wrapper { border-left:1px solid #D5D5D5; border-right:1px solid #D5D5D5; border-bottom:1px solid #D5D5D5; }

#accordion .accordion_wrapper { padding:2%; }
#accordion .accordion_wrapper p { color:black }
#accordion h3{ font-family:'Roboto', Arial, Helvetica, sans-serif; font-size:14px; font-weight:300; background-color:#EFEFEF; color:#000; float:left; padding:10px 2% 10px 2%; text-align:left; width:100%; cursor:pointer; margin:0 0 1px 0; position:relative; }
#accordion h3.ui-state-active{ background:#F9F9F9; color:#eb5d16; }
.ui-accordion p{ color:#000; padding:0 20px; font-size:14px; line-height:150%; }
#accordion div{ color:#fff; float:left; width:100%; text-align:left; }
@media screen and (max-width:699px) { .ui-tabs { width:33.33%; height: 40px; border-bottom:0 } }
@media screen and (max-width:400px) { .ui-tabs { width:50%; } }
/* FAQ SECTION END */

/* ACCELERATE TRIPLE PRICING START */
.pricing-triple-panel{ width:33.3%; float:left;text-align:center;padding:20px 20px 0 20px;height:200px}
.pricing-middle-panel{ border-left: 1px solid #D5D5D5;border-right: 1px solid #D5D5D5; }
.pricing-triple-panel .title{color:#ec5f16;font-size:20px;margin:0 0 10px;letter-spacing:1px}
.pricing-triple-panel .description{font-size:16px;font-weight:400;margin:0}
.pricing-triple-panel .price{margin:0;font-weight:300;font-size:16px}
.pricing-triple-panel .price small{font-size:10px}
.pricing-triple-panel .information{margin-bottom:0}

@media screen and (max-width:800px) {
    .pricing-triple-panel{
        margin: 10px 5%;
        width:90%;
        float:left;
        background-color: #EFEFEF;
        border: 1px solid #999;
        border-radius: 10px;
        padding: 15px;
    }
}

/* ACCELERATE TRIPLE PRICING END */

/* ACCELERATE WHAT WE CAN DO START */
.accelerate-features{height:230px;}
/* ACCELERATE WHAT WE CAN DO END */


/* BIG FEATURES WHITE SECTION START */
/*
#big-features-white > .wrapper{ background:#fff; padding:30px; max-width:1020px; min-width:320px; }
#big-features-white h5{ font-size:30px; font-weight:300; padding:0; margin:0; }
#big-features-white ul{ font-family:'Roboto', Arial, Helvetica, sans-serif; font-size:16px; font-weight:300; float:right; padding:0; margin:10px 0; position:relative; width:100%; max-width:1020px; }
#big-features-white ul li{ float:left; list-style:none; width:30%; height:215px; min-width:200px; margin:0 1.5% 10px 1.5% }
#big-features-white h4{ color:#eb5d16; font-size:20px; font-weight:300; padding:0; margin:0 0 10px; }
#big-features-white ul li p{ font-size:14px; font-weight:300; padding:0; margin:0; }
#big-features-white img{ height:auto; width:25%; }
*/
/* BIG FEATURES WHITE SECTION END */

/* BIG FEATURES GREY SECTION START */
/*
#big-features-grey > .wrapper{ background:#161617; color:#FFF; padding:30px; max-width:1020px; min-width:320px; }
#big-features-grey h5{ font-size:30px; font-weight:300; padding:0; margin:0; }
#big-features-grey ul{ font-family:'Roboto', Arial, Helvetica, sans-serif; font-size:16px; font-weight:300; float:right; padding:0; margin:10px 0; position:relative; width:100%; max-width:1020px; }
#big-features-grey ul li{ float:left; list-style:none; width:30%; height:215px; min-width:200px; margin:0 1.5% 10px 1.5% }
#big-features-grey h4{ font-size:20px; font-weight:300; padding:0; margin:0 0 10px; }
#big-features-grey ul li p{ font-size:14px; font-weight:300; padding:0; margin:0; }
#big-features-grey img{ height:auto; width:25%; }
*/
/* BIG FEATURES GREY SECTION END */

/* DISTRIBUTION PROCESSESS SECTION START */
/*
.services-content-2 > .wrapper{ background:none repeat scroll 0 0 #161616; height:360px; max-width:1020px; padding:30px; position:relative; }
.services-2{ background-image:url('../lw14_img/services-2-h.png'); background-size:100% auto; float:left; width:100%; height:162px; position:relative; z-index:999; }
a#service-2-1, a#service-2-2, a#service-2-3, a#service-2-4, a#service-2-5, a#service-2-6{ height:164px; width:170px; float:left; }
.service-btn-2:hover{ background-image:url('../lw14_img/services-2.png'); background-repeat:no-repeat; background-size:600% auto; background-position:0 0; }
a#service-2-2:hover{ background-position:-170px 0px !important; }
a#service-2-3:hover{ background-position:-340px 0px !important; }
a#service-2-4:hover{ background-position:-510px 0px !important; }
a#service-2-5:hover{ background-position:-680px 0px !important; }
a#service-2-6:hover{ background-position:-849px 0px !important; }
#service-content-2-1{ display:block; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; }
#service-content-2, #service-content-3, #service-content-4, #service-content-5, #service-content-6, #service-content-7, #service-content-8{ display:none; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; }
#service-content-2-2, #service-content-2-3, #service-content-2-4, #service-content-2-5, #service-content-2-6{ display:none; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; }
#service-content-2-1 img, #service-content-2-2 img, #service-content-2-3 img, #service-content-2-4 img, #service-content-2-5 img, #service-content-2-6 img{ max-width:200px; width:200px; height:auto; float:left; position:absolute; left:30px; bottom:0; }
#service-2{ cursor:pointer; float:left; background-image:url('../lw14_img/service-2.png'); background-position:center center; background-repeat:no-repeat; }
#service-2:hover{ background-image:url('../lw14_img/service-2-h.png'); }
*/
/* DISTRIBUTION PROCESSESS SECTION END */


/*
h4.s2{ font-family:'Roboto', Arial, Helvetica, sans-serif; font-weight:300; float:left; width:600px; margin-left:250px; text-align:left; color:#ec5f16; font-size:18px; margin-top:30px; }

p.s2{ float:left; width:700px; margin:0 0 0 250px; text-align:left; color:#fff; }
*/

/* OLD TESTIMONIAL 2 QUOTES SECTION START */
/*
.test-left h4, .test-right h4{ font-family:Georgia; font-size:16px; font-weight:100; font-style:italic; }
#testimonials-static > .wrapper{ width:1020px; height:231px; background-image:url('../lw14_img/test-static.jpg'); background-size:100% 100%; background-repeat:no-repeat; background-position:center center; margin:0 auto; padding:0; }
.test-left, .test-right{ float:left; width:50%; padding:10px 5%; height:191px; color:#FFF; }
.test-right{ color:#000; }
.test-left img, .test-right img{ display:block; width:100px; height:auto; margin:20px auto; }
.test-left p, .test-right p{ font-family:'Roboto Condensed', Arial, Helvetica, sans-serif; font-weight:500; color:#000; }
.test-left p span, .test-right p span{ color:#fff; }
*/
/* OLD TESTIMONIAL 2 QUOTES SECTION END */

/* MORE SECTION START */
/*
#more > .wrapper{ background:#fff; padding:50px 30px; max-width:1020px; min-width:1020px; height:auto; }
#more img{ max-width:100%; width:100%; height:auto; margin-bottom:10px; }
.complete{ display:none; }
#more-2 > .wrapper{ background:#000; padding:50px 30px; max-width:1020px; min-width:1020px; height:230px; }
.col-1{ float:left; width:32%; margin:0 2% 0 0; padding:0; text-decoration:none; position:relative; }
.col-1:hover{ opacity:0.8; }
.col-1:last-of-type{ margin-right:0; }
.col-1 img{ max-width:100%; width:100%; height:auto; border:1px solid #E65F00; }
*/
/* MORE SECTION ENDS */

/* PROCESSES SECTION START */
/*
#process > .wrapper{ background:#161617; padding:50px 0px 30px; max-width:1020px; min-width:1020px; }
#process h3{ font-family:'Roboto', Arial, Helvetica, sans-serif; font-size:17px; font-weight:300; color:#E65F00; text-align:left; float:left; width:90%; margin-right:10%; }
#process p{ color:#fff; text-align:left; float:left; width:90%; font-size:14px; margin-top:0; }
#process h2.page-title{ background-image:url("../lw14_img/empty.png"); background-position:center center; background-repeat:no-repeat; background-size:100% auto; float:left; font-size:20px; font-weight:400; line-height:20px; text-align:center; width:100%; max-width:960px; margin:0px 30px 50px; color:#fff; }
#pricing h2.page-title, #features h2.page-title{ color:#fff; margin-top:20px; }
.thirds{ float:left; width:30%; margin-right:4%; height:auto; min-height:215px; position:relative; }
.thirds img{ max-width:100%; width:100%; height:auto; position:absolute; bottom:0; left:0; }
.two-thirds{ float:left; width:66%; height:auto; min-height:215px; }
.right{ float:right; margin-left:4% !important; margin-right:0 !important; }
.tright{ text-align:right !important; margin-left:10%; margin-right:0%; }
/* PROCESSES SECTION END */

/* CAROUSEL - COMPLETE WEBSITES START */
/*
#completed-websites p, #distribution_artists p{ color:#fff; max-width:80%; margin:0 10%; }
#completed-websites h3, #distribution_artists h3{ color:#ec5f16; max-width:80%; margin:20px 10% 10px; }
#completed-websites h2.page-title, #distribution_artists h2.page-title{ background-color:#ec5f16; background-image:none; color:#fff; font-size:16px; line-height:16px; padding:10px 0; float:left; margin:0; }
#completed-websites > .wrapper, #distribution_artists > .wrapper{ margin:0 auto; max-width:1020px; border-bottom:2px solid #757576; width:100%; }
.carousel-frame{ background-image:url("../lw14_img/carousel_shadows.png"), url("../lw14_img/carousel-shadows-2.png"); background-position:right center, left center; background-repeat:no-repeat, no-repeat; background-size:auto 100%, auto 100%; margin:0 auto; position:relative; width:910px !important; }
#completed-websites .carousel-frame, #distribution_artists .carousel-frame{ float:left; width:1020px !important; position:relative; margin:0 0px; }
#carousel img{ height:98px; max-width:98px; width:98px; border:1px solid #eb5d16; }
#carousel-2 img{ border-left:2px solid #000; border-right:2px solid #000; 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"); height:255px; max-width:255px; width:255px; }
#carousel-6 img{ height:170px; max-width:170px; width:170px; }
#carousel-2 img:hover{ filter:url("data:image"); }
ul#carousel li, ul#carousel-2 li, ul#carousel-6 li{ list-style:none; margin:0; padding:0; position:relative; }
#carousel, #carousel-2, #carousel-6{ padding:0; margin:0; }
.prev, .next{ display:none; }
.prev{ position:absolute; top:50%; margin-top:-10px; left:20px; background-image:url('../lw14_img/left.png'); background-size:21px 19px; height:19px; width:21px; cursor:pointer; text-indent:-9999px; color:transparent; }
#completed-websites .prev, #distribution_artists .prev{ position:absolute; top:39px; margin-top:0; left:0; background-image:url('../lw14_img/test-left.png'); background-size:45px 251px; height:176px; width:45px; cursor:pointer; text-indent:-9999px; color:transparent; }
#distribution_artists .prev{ top:23px; }
.next{ position:absolute; top:50%; margin-top:-10px; right:20px; background-image:url('../lw14_img/right.png'); background-size:21px 19px; height:19px; width:21px; cursor:pointer; text-indent:-9999px; color:transparent; }
#completed-websites .next, #distribution_artists .next{ position:absolute; top:39px; margin-top:0; right:0; background-image:url('../lw14_img/test-right.png'); background-size:45px 251px; height:176px; width:45px; cursor:pointer; text-indent:-9999px; color:transparent; }
#distribution_artists .next{ top:23px; }
ul#carousel li p{ font-size:12px; margin:20px 10%; width:80%; color:#000; }
ul#carousel li a p span{ color:#eb5d16; }
ul#carousel li a{ text-decoration:none; }
.carousel-pagination li{ background:none repeat scroll 0 0 rgba(255, 255, 255, 0.5); border-radius:4px; box-shadow:0 0 1px 1px rgba(0, 0, 0, 0.1); display:block; height:6px; width:12px; margin-right:5px; cursor:pointer; float:left; background:#333; }
.carousel-pagination .carousel-pagination-active{ background:#EB5D16; }
.carousel-pagination{ margin:0; position:relative; top:12px; float:right; margin-right:10px; }
#distribution_artists{ margin-bottom:-6px; }
*/
/* CAROUSEL - COMPLETE WEBSITES END */

/*
.spacer-10{ float:left; width:100%; clear:both; height:10px; }
.spacer-20{ float:left; width:100%; clear:both; height:20px; }
.spacer-30{ float:left; width:100%; clear:both; }
.spacer-40{ float:left; width:100%; clear:both; height:40px; }
.spacer-50{ float:left; width:100%; clear:both; height:50px; }
*/

/*
a.scroll{ width:30px; height:30px; background-image:url('../lw14_img/scroll.png'); background-size:30px auto; background-repeat:no-repeat; background-position:0px 0px; color:transparent; text-indent:-99999px; display:block; margin:0 0 0 0px; float:right; margin:40px 68px 0 0px; }
#map > .wrapper{ position:relative; }
.page-id-10 #content > .wrapper{ background:#fff; padding:30px 30px; max-width:960px; min-width:960px; height:885px; }
#content > .wrapper{ background:#fff; padding:50px 30px; max-width:960px; min-width:960px; height:auto; }
#content img{ max-width:100%; width:100%; height:auto; }
#more > .wrapper{ background:#fff; padding:50px 30px; max-width:960px; min-width:960px; height:auto; }
#more-2 > .wrapper{ background:#000; padding:50px 30px; max-width:960px; min-width:960px; height:130px; }
p{ margin:0; padding:0; }
a.col-3{ float:left; height:420px; width:32%; margin:20px 2% 0 0; border-bottom:1px solid #6d6d6d; padding:0px 0 20px 0; text-decoration:none; position:relative; }
a.col-3:hover{ background:#fff; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; }
a.col-3:hover > p, a.col-3:hover > h4{ color:#1b1b1b; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; }
a.col-3:nth-child(3){ margin:20px 0 0 0; }
.col-3 img{ max-width:99.5%; width:99.5%; height:auto; border:1px solid #6d6d6d; }
.col-3 h4{ color:#fff; font-size:16px; }
.col-3 h5{ color:#eb5d16; font-size:14px; margin:20px 0 10px; }
.col-3 p{ color:#fff; width:90%; padding:0 5%; }
img.noborder{ border:none !important; -webkit-border-radius:0px !important; -moz-border-radius:0px !important; border-radius:0px !important; }
img#overlay{ display:none; position:absolute; top:1px; left:1px; max-width:100%; width:100%; height:auto; border:none; }
img#c-overlay{ display:none; height:100px; left:28px; max-width:100px; position:absolute; top:0; width:100px; }
a.col-3:hover > img#overlay, ul#carousel li a:hover > img#c-overlay{ display:block; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; }
ul.p{ float:left; width:100%; margin:0; padding:0; }
ul.p li{ list-style:none; margin:0; padding:15px; width:70px; height:auto; display:inline-block; vertical-align:middle; }
ul.p li img{ max-width:100%; width:100%; height:auto; }
#partners h4{ font-size:18px; margin:10px 0; color:#fff; }
#more img{ max-width:100%; width:100%; height:auto; margin-bottom:10px; }
#more h5, #content h5{ text-transform:uppercase; font-size:14px; }
.col-1{ float:left; width:32%; margin:0px 2% 0 0; padding:0px 0 0px 0; text-decoration:none; position:relative; }
.col-1:nth-child(3){ margin:0 0 0 0; }
.col-1 img{ max-width:100%; width:100%; height:auto; border:1px solid #E65F00; }
.sign-up{ width:42.5%; float:left; margin:0 2% 0 0; background-color:#E65F00; height:60px; background-image:url("../lw14_img/signup.png"); background-repeat:no-repeat; background-size:50px 50px; background-position:20px center; padding:25px 5% 10px 10%; text-align:left; color:#fff; }
.overlap{ background-color:#fff; background-image:url("../lw14_img/signup.png"); background-position:20px center; background-repeat:no-repeat; background-size:50px 50px; border:1px solid #ddd; color:#fff; float:left; height:460px; margin:0 2% 0 0; padding:20px; position:absolute; right:10px; text-align:left; top:54px; width:340px; z-index:999; }
.overlap img{ max-width:100%; width:100%; height:auto; margin:10px 0 30px 0; }
.overlap p{ color:#000; text-align:center; font-size:12px; }
.overlap span{ color:#E65F00; font-weight:600; font-size:13px; }
.sign-up a{ text-decoration:underline; text-transform:uppercase; color:#000; }
input[type="text"], input[type="email"]{ float:left; width:95.8%; border:1px solid #ddd; box-shadow:none; border-radius:0; padding:10px 2%; font-family:'Roboto Condensed', Arial, Helvetica, sans-serif; font-size:14px; line-height:1.2; margin:0 0 20px 0; }
textarea{ float:left; width:97.8%; border:1px solid #ddd; box-shadow:none; border-radius:0; padding:10px 1%; font-family:'Roboto Condensed', Arial, Helvetica, sans-serif; font-size:14px; line-height:1.2; }
input[type="submit"]{ background:#eb5d16; color:#fff; font-family:'Roboto Condensed', Arial, Helvetica, sans-serif; font-size:14px; line-height:30px; padding:5px 10px; border:none; cursor:pointer; float:right; margin:20px 0 50px 0; }
#gmap{ }
.wpcf7-checkbox{ float:left; width:100%; margin:0 0 30px 0; }
span.wpcf7-list-item{ margin:0 20px 0 0 !important; float:left; color:#000; }
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok{ border:2px solid #E65F00 !important; float:left !important; margin:0 0 50px !important; text-align:left !important; width:96% !important; display:none !important; }
span.wpcf7-not-valid-tip{ color:#E65F00 !important; display:block !important; float:left !important; font-size:1em !important; margin:0 0 10px !important; }
.overlap ul{ margin:0px 0 0 0; padding:0; }
.overlap ul li{ display:inline-block; float:left; list-style:none; width:100%; margin:0 0 15px 0; color:#E65F00; text-align:center; font-weight:600; font-size:12px; }
a.number{ font-size:17px; letter-spacing:-1px; font-weight:600; }
.overlap ul li a{ text-decoration:none; color:#000; font-size:12px; font-weight:400; }
img.ajax-loader{ display:none; }
.overlap p a{ text-decoration:none; color:#000; }
h2.page-title{ background-image:url("img/empty.png"); background-position:center center; background-repeat:no-repeat; background-size:100% auto; float:left; font-size:20px; font-weight:400; line-height:20px; text-align:center; width:100%; margin:0px 0 50px; }
form.wpcf7-form{ float:left; width:100%; }
#more-2 a:hover, footer a.button-1:hover, footer a.button-2:hover, footer a.button-3:hover{ -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity:0.8; opacity:0.8; }
form.wpcf7-form #accordion div{ color:#fff; float:left; padding:0; text-align:left; width:100%; }
form.wpcf7-form #accordion h3{ float:left; width:100%; font-size:14px; font-weight:normal; color:#2c2c2c; text-align:left; padding:0 0 10px 0; margin:30px 0 30px 0; border-bottom:1px solid #ddd; background-image:none; background-repeat:no-repeat; background-size:10px 10px; background-position:right center; background-color:#fff; }
.complete{ display:none; }
form.wpcf7-form #accordion div.half-left{ width:47.5%; float:left; margin:0 2% 0 0; }
form.wpcf7-form #accordion div.half-right{ width:47.5%; float:right; margin:0 0 0 2%; }
input[type="checkbox"]{ margin-bottom:0; padding-bottom:0; }
.rsSlide:nth-child(odd) .rsABlock{ left:auto !important; position:absolute; right:65px !important; top:0; z-index:15; }
.rsSlide:nth-child(odd) .royalSlider h4{ text-align:right !important; }
.rsSlide:nth-child(odd) .royalSlider p{ text-align:right !important; }
/*
